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
691 INSTALL_STRIP_PROGRAM
752 program_transform_name
765 enable_option_checking
766 enable_dependency_tracking
776 enable_deterministic_archives
777 enable_default_strings_all
779 enable_build_warnings
781 enable_maintainer_mode
786 ac_precious_vars='build_alias
799 # Initialize some variables set by options.
801 ac_init_version=false
802 ac_unrecognized_opts=
804 # The variables have the same names as the options, with
805 # dashes changed to underlines.
813 program_transform_name=s,x,x,
821 # Installation directory options.
822 # These are left unexpanded so users can "make install exec_prefix=/foo"
823 # and all the variables that are supposed to be based on exec_prefix
824 # by default will actually change.
825 # Use braces instead of parens because sh, perl, etc. also accept them.
826 # (The list follows the same order as the GNU Coding Standards.)
827 bindir='${exec_prefix}/bin'
828 sbindir='${exec_prefix}/sbin'
829 libexecdir='${exec_prefix}/libexec'
830 datarootdir='${prefix}/share'
831 datadir='${datarootdir}'
832 sysconfdir='${prefix}/etc'
833 sharedstatedir='${prefix}/com'
834 localstatedir='${prefix}/var'
835 includedir='${prefix}/include'
836 oldincludedir='/usr/include'
837 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
838 infodir='${datarootdir}/info'
843 libdir='${exec_prefix}/lib'
844 localedir='${datarootdir}/locale'
845 mandir='${datarootdir}/man'
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
853 eval $ac_prev=\$ac_option
859 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 # Accept the important Cygnus configure options, so we can diagnose typos.
865 case $ac_dashdash$ac_option in
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
887 cache_file=config.cache ;;
889 -datadir | --datadir | --datadi | --datad)
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
901 -disable-* | --disable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
915 eval enable_$ac_useropt=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
941 eval enable_$ac_useropt=\$ac_optarg ;;
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
956 -help | --help | --hel | --he | -h)
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 htmldir=$ac_optarg ;;
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
986 -libdir | --libdir | --libdi | --libd)
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
998 -localedir | --localedir | --localedi | --localed | --locale)
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
1004 | --localstate | --localstat | --localsta | --localst | --locals)
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008 localstatedir=$ac_optarg ;;
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1077 -psdir | --psdir | --psdi | --psd | --ps)
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 sbindir=$ac_optarg ;;
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 sharedstatedir=$ac_optarg ;;
1103 -site | --site | --sit)
1105 -site=* | --site=* | --sit=*)
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1145 eval with_$ac_useropt=\$ac_optarg ;;
1147 -without-* | --without-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1161 eval with_$ac_useropt=no ;;
1164 # Obsolete; use --with-x.
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1181 -*) as_fn_error "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information."
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1192 eval $ac_envvar=\$ac_optarg
1193 export $ac_envvar ;;
1196 # FIXME: should be removed in autoconf 3.0.
1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1206 if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208 as_fn_error "missing argument to $ac_option"
1211 if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1214 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1219 # Check all directory arguments for consistency.
1220 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1232 # Be sure to have absolute directory names.
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1245 target=$target_alias
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
1251 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1252 If a cross compiler is detected then cross compile mode will be used." >&2
1253 elif test "x$build_alias" != "x$host_alias"; then
1259 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261 test "$silent" = yes && exec 6>/dev/null
1264 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265 ac_ls_di=`ls -di .` &&
1266 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1267 as_fn_error "working directory cannot be determined"
1268 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1269 as_fn_error "pwd does not report name of working directory"
1272 # Find the source files, if location was not specified.
1273 if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281 $as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300 if test ! -r "$srcdir/$ac_unique_file"; then
1304 ac_srcdir_defaulted=no
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1308 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1310 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1314 # When building in place, set srcdir=.
1315 if test "$ac_abs_confdir" = "$ac_pwd"; then
1318 # Remove unnecessary trailing slashes from srcdir.
1319 # Double slashes in file names in object file debugging info
1320 # mess up M-x gdb in Emacs.
1322 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324 for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1332 # Report the --help message.
1334 if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1338 \`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
1340 Usage: $0 [OPTION]... [VAR=VALUE]...
1342 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343 VAR=VALUE. See below for descriptions of some of the useful variables.
1345 Defaults for the options are specified in brackets.
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
1352 -q, --quiet, --silent do not print \`checking...' messages
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1358 Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
1360 [$ac_default_prefix]
1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1364 By default, \`make install' will install all the files in
1365 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367 for instance \`--prefix=\$HOME'.
1369 For better control, use the options below.
1371 Fine tuning of the installation directories:
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1407 if test -n "$ac_init_help"; then
1408 case $ac_init_help in
1409 short | recursive ) echo "Configuration of binutils 2.26.51:";;
1414 --disable-option-checking ignore unrecognized --enable/--with options
1415 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1416 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1417 --disable-dependency-tracking speeds up one-time build
1418 --enable-dependency-tracking do not reject slow dependency extractors
1419 --enable-shared[=PKGS] build shared libraries [default=yes]
1420 --enable-static[=PKGS] build static libraries [default=yes]
1421 --enable-fast-install[=PKGS]
1422 optimize for fast installation [default=yes]
1423 --disable-libtool-lock avoid locking (might break parallel builds)
1424 --enable-plugins Enable support for plugins
1425 --disable-largefile omit support for large files
1426 --enable-targets alternative target configurations
1427 --enable-deterministic-archives
1428 ar and ranlib default to -D behavior
1429 --disable-default-strings-all
1430 strings defaults to --data behavior
1431 --enable-werror treat compile warnings as errors
1432 --enable-build-warnings enable build-time compiler warnings
1433 --disable-nls do not use Native Language Support
1434 --enable-maintainer-mode enable make rules and dependencies not useful
1435 (and sometimes confusing) to the casual installer
1436 --disable-rpath do not hardcode runtime library paths
1439 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1440 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1441 --with-pic try to use only PIC/non-PIC objects [default=use
1443 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1444 --with-system-zlib use installed libz
1445 --with-gnu-ld assume the C compiler uses GNU ld default=no
1446 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1447 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1449 Some influential environment variables:
1450 CC C compiler command
1451 CFLAGS C compiler flags
1452 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1453 nonstandard directory <lib dir>
1454 LIBS libraries to pass to the linker, e.g. -l<library>
1455 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456 you have headers in a nonstandard directory <include dir>
1458 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1459 the first program found out of: `bison -y', `byacc', `yacc'.
1460 YFLAGS The list of arguments that will be passed by default to $YACC.
1461 This script will default YFLAGS to the empty string to avoid a
1462 default value of `-d' given by some make applications.
1464 Use these variables to override the choices made by `configure' or to help
1465 it to find libraries and programs with nonstandard names/locations.
1467 Report bugs to the package provider.
1472 if test "$ac_init_help" = "recursive"; then
1473 # If there are subdirs, report their specific --help.
1474 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1475 test -d "$ac_dir" ||
1476 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1481 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484 # A ".." for each directory in $ac_dir_suffix.
1485 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486 case $ac_top_builddir_sub in
1487 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1491 ac_abs_top_builddir=$ac_pwd
1492 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493 # for backward compatibility:
1494 ac_top_builddir=$ac_top_build_prefix
1497 .) # We are building in place.
1499 ac_top_srcdir=$ac_top_builddir_sub
1500 ac_abs_top_srcdir=$ac_pwd ;;
1501 [\\/]* | ?:[\\/]* ) # Absolute name.
1502 ac_srcdir=$srcdir$ac_dir_suffix;
1503 ac_top_srcdir=$srcdir
1504 ac_abs_top_srcdir=$srcdir ;;
1506 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507 ac_top_srcdir=$ac_top_build_prefix$srcdir
1508 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1510 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512 cd "$ac_dir" || { ac_status=$?; continue; }
1513 # Check for guested configure.
1514 if test -f "$ac_srcdir/configure.gnu"; then
1516 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517 elif test -f "$ac_srcdir/configure"; then
1519 $SHELL "$ac_srcdir/configure" --help=recursive
1521 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1523 cd "$ac_pwd" || { ac_status=$?; break; }
1527 test -n "$ac_init_help" && exit $ac_status
1528 if $ac_init_version; then
1530 binutils configure 2.26.51
1531 generated by GNU Autoconf 2.64
1533 Copyright (C) 2009 Free Software Foundation, Inc.
1534 This configure script is free software; the Free Software Foundation
1535 gives unlimited permission to copy, distribute and modify it.
1540 ## ------------------------ ##
1541 ## Autoconf initialization. ##
1542 ## ------------------------ ##
1544 # ac_fn_c_try_compile LINENO
1545 # --------------------------
1546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1547 ac_fn_c_try_compile ()
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 rm -f conftest.$ac_objext
1551 if { { ac_try="$ac_compile"
1553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554 *) ac_try_echo=$ac_try;;
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557 $as_echo "$ac_try_echo"; } >&5
1558 (eval "$ac_compile") 2>conftest.err
1560 if test -s conftest.err; then
1561 grep -v '^ *+' conftest.err >conftest.er1
1562 cat conftest.er1 >&5
1563 mv -f conftest.er1 conftest.err
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566 test $ac_status = 0; } && {
1567 test -z "$ac_c_werror_flag" ||
1568 test ! -s conftest.err
1569 } && test -s conftest.$ac_objext; then :
1572 $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1580 } # ac_fn_c_try_compile
1582 # ac_fn_c_try_link LINENO
1583 # -----------------------
1584 # Try to link conftest.$ac_ext, and return whether this succeeded.
1587 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588 rm -f conftest.$ac_objext conftest$ac_exeext
1589 if { { ac_try="$ac_link"
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595 $as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_link") 2>conftest.err
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } && {
1605 test -z "$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 } && test -s conftest$ac_exeext && {
1608 test "$cross_compiling" = yes ||
1609 $as_test_x conftest$ac_exeext
1613 $as_echo "$as_me: failed program was:" >&5
1614 sed 's/^/| /' conftest.$ac_ext >&5
1618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620 # interfere with the next link command; also delete a directory that is
1621 # left behind by Apple's compiler. We do this before executing the actions.
1622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1626 } # ac_fn_c_try_link
1628 # ac_fn_c_try_cpp LINENO
1629 # ----------------------
1630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 if { { ac_try="$ac_cpp conftest.$ac_ext"
1636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637 *) ac_try_echo=$ac_try;;
1639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640 $as_echo "$ac_try_echo"; } >&5
1641 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1643 if test -s conftest.err; then
1644 grep -v '^ *+' conftest.err >conftest.er1
1645 cat conftest.er1 >&5
1646 mv -f conftest.er1 conftest.err
1648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649 test $ac_status = 0; } >/dev/null && {
1650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651 test ! -s conftest.err
1655 $as_echo "$as_me: failed program was:" >&5
1656 sed 's/^/| /' conftest.$ac_ext >&5
1660 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666 # -------------------------------------------------------
1667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668 # the include files in INCLUDES and setting the cache variable VAR
1670 ac_fn_c_check_header_mongrel ()
1672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681 $as_echo "$ac_res" >&6; }
1683 # Is the header compilable?
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685 $as_echo_n "checking $2 usability... " >&6; }
1686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687 /* end confdefs.h. */
1691 if ac_fn_c_try_compile "$LINENO"; then :
1692 ac_header_compiler=yes
1694 ac_header_compiler=no
1696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698 $as_echo "$ac_header_compiler" >&6; }
1700 # Is the header present?
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702 $as_echo_n "checking $2 presence... " >&6; }
1703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704 /* end confdefs.h. */
1707 if ac_fn_c_try_cpp "$LINENO"; then :
1708 ac_header_preproc=yes
1710 ac_header_preproc=no
1712 rm -f conftest.err conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714 $as_echo "$ac_header_preproc" >&6; }
1716 # So? What about this header?
1717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1728 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1732 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740 $as_echo_n "(cached) " >&6
1742 eval "$3=\$ac_header_compiler"
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746 $as_echo "$ac_res" >&6; }
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750 } # ac_fn_c_check_header_mongrel
1752 # ac_fn_c_try_run LINENO
1753 # ----------------------
1754 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755 # that executables *can* be run.
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 if { { ac_try="$ac_link"
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765 $as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_link") 2>&5
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770 { { case "(($ac_try" in
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_try") 2>&5
1778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779 test $ac_status = 0; }; }; then :
1782 $as_echo "$as_me: program exited with status $ac_status" >&5
1783 $as_echo "$as_me: failed program was:" >&5
1784 sed 's/^/| /' conftest.$ac_ext >&5
1786 ac_retval=$ac_status
1788 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1794 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795 # -------------------------------------------------------
1796 # Tests whether HEADER exists and can be compiled using the include files in
1797 # INCLUDES, setting the cache variable VAR accordingly.
1798 ac_fn_c_check_header_compile ()
1800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; }
1803 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804 $as_echo_n "(cached) " >&6
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h. */
1811 if ac_fn_c_try_compile "$LINENO"; then :
1816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823 } # ac_fn_c_check_header_compile
1825 # ac_fn_c_check_func LINENO FUNC VAR
1826 # ----------------------------------
1827 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1828 ac_fn_c_check_func ()
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834 $as_echo_n "(cached) " >&6
1836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h. */
1838 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1840 #define $2 innocuous_$2
1842 /* System header to define __stub macros and hopefully few prototypes,
1843 which can conflict with char $2 (); below.
1844 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845 <limits.h> exists even on freestanding compilers. */
1848 # include <limits.h>
1850 # include <assert.h>
1855 /* Override any GCC internal prototype to avoid an error.
1856 Use char because int might match the return type of a GCC
1857 builtin and then its argument prototype would still apply. */
1862 /* The GNU C library defines this for functions which it implements
1863 to always fail with ENOSYS. Some functions are actually named
1864 something starting with __ and the normal name is an alias. */
1865 #if defined __stub_$2 || defined __stub___$2
1877 if ac_fn_c_try_link "$LINENO"; then :
1882 rm -f core conftest.err conftest.$ac_objext \
1883 conftest$ac_exeext conftest.$ac_ext
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887 $as_echo "$ac_res" >&6; }
1888 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890 } # ac_fn_c_check_func
1892 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1893 # --------------------------------------------
1894 # Tries to find the compile-time value of EXPR in a program that includes
1895 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1897 ac_fn_c_compute_int ()
1899 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900 if test "$cross_compiling" = yes; then
1901 # Depending upon the size, compute the lo and hi bounds.
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h. */
1908 static int test_array [1 - 2 * !(($2) >= 0)];
1915 if ac_fn_c_try_compile "$LINENO"; then :
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h. */
1924 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932 ac_hi=$ac_mid; break
1934 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1935 if test $ac_lo -le $ac_mid; then
1939 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h. */
1950 static int test_array [1 - 2 * !(($2) < 0)];
1957 if ac_fn_c_try_compile "$LINENO"; then :
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961 /* end confdefs.h. */
1966 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974 ac_lo=$ac_mid; break
1976 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1977 if test $ac_mid -le $ac_hi; then
1981 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991 # Binary search between lo and hi bounds.
1992 while test "x$ac_lo" != "x$ac_hi"; do
1993 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h. */
2000 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2007 if ac_fn_c_try_compile "$LINENO"; then :
2010 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2015 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h. */
2022 static long int longval () { return $2; }
2023 static unsigned long int ulongval () { return $2; }
2030 FILE *f = fopen ("conftest.val", "w");
2035 long int i = longval ();
2038 fprintf (f, "%ld", i);
2042 unsigned long int i = ulongval ();
2045 fprintf (f, "%lu", i);
2047 /* Do not output a trailing newline, as this causes \r\n confusion
2048 on some platforms. */
2049 return ferror (f) || fclose (f) != 0;
2055 if ac_fn_c_try_run "$LINENO"; then :
2056 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2060 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2061 conftest.$ac_objext conftest.beam conftest.$ac_ext
2065 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2068 } # ac_fn_c_compute_int
2070 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2071 # -------------------------------------------
2072 # Tests whether TYPE exists after having included INCLUDES, setting cache
2073 # variable VAR accordingly.
2074 ac_fn_c_check_type ()
2076 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2078 $as_echo_n "checking for $2... " >&6; }
2079 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2080 $as_echo_n "(cached) " >&6
2083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2084 /* end confdefs.h. */
2095 if ac_fn_c_try_compile "$LINENO"; then :
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097 /* end confdefs.h. */
2108 if ac_fn_c_try_compile "$LINENO"; then :
2113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2119 $as_echo "$ac_res" >&6; }
2120 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122 } # ac_fn_c_check_type
2124 # ac_fn_c_check_decl LINENO SYMBOL VAR
2125 # ------------------------------------
2126 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2127 ac_fn_c_check_decl ()
2129 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2130 as_decl_name=`echo $2|sed 's/ *(.*//'`
2131 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2133 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2134 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2135 $as_echo_n "(cached) " >&6
2137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2138 /* end confdefs.h. */
2143 #ifndef $as_decl_name
2145 (void) $as_decl_use;
2147 (void) $as_decl_name;
2155 if ac_fn_c_try_compile "$LINENO"; then :
2160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2164 $as_echo "$ac_res" >&6; }
2165 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2167 } # ac_fn_c_check_decl
2168 cat >config.log <<_ACEOF
2169 This file contains any messages produced by compilers while
2170 running configure, to aid debugging if configure makes a mistake.
2172 It was created by binutils $as_me 2.26.51, which was
2173 generated by GNU Autoconf 2.64. Invocation command line was
2185 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2186 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2187 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2188 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2189 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2191 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2192 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2194 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2195 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2196 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2197 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2198 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2199 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2200 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2208 test -z "$as_dir" && as_dir=.
2209 $as_echo "PATH: $as_dir"
2225 # Keep a trace of the command line.
2226 # Strip out --no-create and --no-recursion so they do not pile up.
2227 # Strip out --silent because we don't want to record it for future runs.
2228 # Also quote any args containing shell meta-characters.
2229 # Make two passes to allow for proper duplicate-argument suppression.
2233 ac_must_keep_next=false
2239 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2240 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2241 | -silent | --silent | --silen | --sile | --sil)
2244 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2247 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2249 as_fn_append ac_configure_args1 " '$ac_arg'"
2250 if test $ac_must_keep_next = true; then
2251 ac_must_keep_next=false # Got value, back to normal.
2254 *=* | --config-cache | -C | -disable-* | --disable-* \
2255 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2256 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2257 | -with-* | --with-* | -without-* | --without-* | --x)
2258 case "$ac_configure_args0 " in
2259 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2262 -* ) ac_must_keep_next=true ;;
2265 as_fn_append ac_configure_args " '$ac_arg'"
2270 { ac_configure_args0=; unset ac_configure_args0;}
2271 { ac_configure_args1=; unset ac_configure_args1;}
2273 # When interrupted or exit'd, cleanup temporary files, and complete
2274 # config.log. We remove comments because anyway the quotes in there
2275 # would cause problems or look ugly.
2276 # WARNING: Use '\'' to represent an apostrophe within the trap.
2277 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2278 trap 'exit_status=$?
2279 # Save into config.log some information that might help in debugging.
2284 ## ---------------- ##
2285 ## Cache variables. ##
2286 ## ---------------- ##
2289 # The following way of writing the cache mishandles newlines in values,
2291 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2292 eval ac_val=\$$ac_var
2296 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2297 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2300 _ | IFS | as_nl) ;; #(
2301 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2302 *) { eval $ac_var=; unset $ac_var;} ;;
2307 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2308 *${as_nl}ac_space=\ *)
2310 "s/'\''/'\''\\\\'\'''\''/g;
2311 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2314 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2322 ## ----------------- ##
2323 ## Output variables. ##
2324 ## ----------------- ##
2327 for ac_var in $ac_subst_vars
2329 eval ac_val=\$$ac_var
2331 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2333 $as_echo "$ac_var='\''$ac_val'\''"
2337 if test -n "$ac_subst_files"; then
2339 ## ------------------- ##
2340 ## File substitutions. ##
2341 ## ------------------- ##
2344 for ac_var in $ac_subst_files
2346 eval ac_val=\$$ac_var
2348 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2350 $as_echo "$ac_var='\''$ac_val'\''"
2355 if test -s confdefs.h; then
2365 test "$ac_signal" != 0 &&
2366 $as_echo "$as_me: caught signal $ac_signal"
2367 $as_echo "$as_me: exit $exit_status"
2369 rm -f core *.core core.conftest.* &&
2370 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2373 for ac_signal in 1 2 13 15; do
2374 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2378 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2379 rm -f -r conftest* confdefs.h
2381 $as_echo "/* confdefs.h */" > confdefs.h
2383 # Predefined preprocessor variables.
2385 cat >>confdefs.h <<_ACEOF
2386 #define PACKAGE_NAME "$PACKAGE_NAME"
2389 cat >>confdefs.h <<_ACEOF
2390 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2393 cat >>confdefs.h <<_ACEOF
2394 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2397 cat >>confdefs.h <<_ACEOF
2398 #define PACKAGE_STRING "$PACKAGE_STRING"
2401 cat >>confdefs.h <<_ACEOF
2402 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2405 cat >>confdefs.h <<_ACEOF
2406 #define PACKAGE_URL "$PACKAGE_URL"
2410 # Let the site file select an alternate cache file if it wants to.
2411 # Prefer an explicitly selected file to automatically selected ones.
2414 if test -n "$CONFIG_SITE"; then
2415 ac_site_file1=$CONFIG_SITE
2416 elif test "x$prefix" != xNONE; then
2417 ac_site_file1=$prefix/share/config.site
2418 ac_site_file2=$prefix/etc/config.site
2420 ac_site_file1=$ac_default_prefix/share/config.site
2421 ac_site_file2=$ac_default_prefix/etc/config.site
2423 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2425 test "x$ac_site_file" = xNONE && continue
2426 if test -r "$ac_site_file"; then
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2428 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2429 sed 's/^/| /' "$ac_site_file" >&5
2434 if test -r "$cache_file"; then
2435 # Some versions of bash will fail to source /dev/null (special
2436 # files actually), so we avoid doing that.
2437 if test -f "$cache_file"; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2439 $as_echo "$as_me: loading cache $cache_file" >&6;}
2441 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2442 *) . "./$cache_file";;
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2447 $as_echo "$as_me: creating cache $cache_file" >&6;}
2451 # Check that the precious variables saved in the cache have kept the same
2453 ac_cache_corrupted=false
2454 for ac_var in $ac_precious_vars; do
2455 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2456 eval ac_new_set=\$ac_env_${ac_var}_set
2457 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2458 eval ac_new_val=\$ac_env_${ac_var}_value
2459 case $ac_old_set,$ac_new_set in
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2462 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2463 ac_cache_corrupted=: ;;
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2466 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2467 ac_cache_corrupted=: ;;
2470 if test "x$ac_old_val" != "x$ac_new_val"; then
2471 # differences in whitespace do not lead to failure.
2472 ac_old_val_w=`echo x $ac_old_val`
2473 ac_new_val_w=`echo x $ac_new_val`
2474 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2476 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2477 ac_cache_corrupted=:
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2480 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2481 eval $ac_var=\$ac_old_val
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2484 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2486 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2489 # Pass precious variables to config.status.
2490 if test "$ac_new_set" = set; then
2492 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2493 *) ac_arg=$ac_var=$ac_new_val ;;
2495 case " $ac_configure_args " in
2496 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2497 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2501 if $ac_cache_corrupted; then
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2505 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2506 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2508 ## -------------------- ##
2509 ## Main body of script. ##
2510 ## -------------------- ##
2513 ac_cpp='$CPP $CPPFLAGS'
2514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2525 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2526 for ac_t in install-sh install.sh shtool; do
2527 if test -f "$ac_dir/$ac_t"; then
2529 ac_install_sh="$ac_aux_dir/$ac_t -c"
2534 if test -z "$ac_aux_dir"; then
2535 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2538 # These three variables are undocumented and unsupported,
2539 # and are intended to be withdrawn in a future Autoconf release.
2540 # They can cause serious problems if a builder's source tree is in a directory
2541 # whose full name contains unusual characters.
2542 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2543 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2544 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2547 # Make sure we can run config.sub.
2548 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2549 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2552 $as_echo_n "checking build system type... " >&6; }
2553 if test "${ac_cv_build+set}" = set; then :
2554 $as_echo_n "(cached) " >&6
2556 ac_build_alias=$build_alias
2557 test "x$ac_build_alias" = x &&
2558 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2559 test "x$ac_build_alias" = x &&
2560 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2561 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2562 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2566 $as_echo "$ac_cv_build" >&6; }
2567 case $ac_cv_build in
2569 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2572 ac_save_IFS=$IFS; IFS='-'
2578 # Remember, the first character of IFS is used to create $*,
2579 # except with old shells:
2582 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2586 $as_echo_n "checking host system type... " >&6; }
2587 if test "${ac_cv_host+set}" = set; then :
2588 $as_echo_n "(cached) " >&6
2590 if test "x$host_alias" = x; then
2591 ac_cv_host=$ac_cv_build
2593 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2594 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2599 $as_echo "$ac_cv_host" >&6; }
2602 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2605 ac_save_IFS=$IFS; IFS='-'
2611 # Remember, the first character of IFS is used to create $*,
2612 # except with old shells:
2615 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2619 $as_echo_n "checking target system type... " >&6; }
2620 if test "${ac_cv_target+set}" = set; then :
2621 $as_echo_n "(cached) " >&6
2623 if test "x$target_alias" = x; then
2624 ac_cv_target=$ac_cv_host
2626 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2627 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2632 $as_echo "$ac_cv_target" >&6; }
2633 case $ac_cv_target in
2635 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2637 target=$ac_cv_target
2638 ac_save_IFS=$IFS; IFS='-'
2644 # Remember, the first character of IFS is used to create $*,
2645 # except with old shells:
2648 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2651 # The aliases save the names the user supplied, while $host etc.
2652 # will get canonicalized.
2653 test -n "$target_alias" &&
2654 test "$program_prefix$program_suffix$program_transform_name" = \
2656 program_prefix=${target_alias}-
2658 ac_cpp='$CPP $CPPFLAGS'
2659 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2660 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2661 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2662 if test -n "$ac_tool_prefix"; then
2663 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2664 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666 $as_echo_n "checking for $ac_word... " >&6; }
2667 if test "${ac_cv_prog_CC+set}" = set; then :
2668 $as_echo_n "(cached) " >&6
2670 if test -n "$CC"; then
2671 ac_cv_prog_CC="$CC" # Let the user override the test.
2673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2677 test -z "$as_dir" && as_dir=.
2678 for ac_exec_ext in '' $ac_executable_extensions; do
2679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2691 if test -n "$CC"; then
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2693 $as_echo "$CC" >&6; }
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2696 $as_echo "no" >&6; }
2701 if test -z "$ac_cv_prog_CC"; then
2703 # Extract the first word of "gcc", so it can be a program name with args.
2704 set dummy gcc; ac_word=$2
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706 $as_echo_n "checking for $ac_word... " >&6; }
2707 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2708 $as_echo_n "(cached) " >&6
2710 if test -n "$ac_ct_CC"; then
2711 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2717 test -z "$as_dir" && as_dir=.
2718 for ac_exec_ext in '' $ac_executable_extensions; do
2719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720 ac_cv_prog_ac_ct_CC="gcc"
2721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2730 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2731 if test -n "$ac_ct_CC"; then
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2733 $as_echo "$ac_ct_CC" >&6; }
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736 $as_echo "no" >&6; }
2739 if test "x$ac_ct_CC" = x; then
2742 case $cross_compiling:$ac_tool_warned in
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2745 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2746 ac_tool_warned=yes ;;
2754 if test -z "$CC"; then
2755 if test -n "$ac_tool_prefix"; then
2756 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2757 set dummy ${ac_tool_prefix}cc; ac_word=$2
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759 $as_echo_n "checking for $ac_word... " >&6; }
2760 if test "${ac_cv_prog_CC+set}" = set; then :
2761 $as_echo_n "(cached) " >&6
2763 if test -n "$CC"; then
2764 ac_cv_prog_CC="$CC" # Let the user override the test.
2766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2770 test -z "$as_dir" && as_dir=.
2771 for ac_exec_ext in '' $ac_executable_extensions; do
2772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2773 ac_cv_prog_CC="${ac_tool_prefix}cc"
2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2784 if test -n "$CC"; then
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786 $as_echo "$CC" >&6; }
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789 $as_echo "no" >&6; }
2795 if test -z "$CC"; then
2796 # Extract the first word of "cc", so it can be a program name with args.
2797 set dummy cc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if test "${ac_cv_prog_CC+set}" = set; then :
2801 $as_echo_n "(cached) " >&6
2803 if test -n "$CC"; then
2804 ac_cv_prog_CC="$CC" # Let the user override the test.
2807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2811 test -z "$as_dir" && as_dir=.
2812 for ac_exec_ext in '' $ac_executable_extensions; do
2813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2814 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2815 ac_prog_rejected=yes
2819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2826 if test $ac_prog_rejected = yes; then
2827 # We found a bogon in the path, so make sure we never use it.
2828 set dummy $ac_cv_prog_CC
2830 if test $# != 0; then
2831 # We chose a different compiler from the bogus one.
2832 # However, it has the same basename, so the bogon will be chosen
2833 # first if we set CC to just the basename; use the full file name.
2835 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2841 if test -n "$CC"; then
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2843 $as_echo "$CC" >&6; }
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846 $as_echo "no" >&6; }
2851 if test -z "$CC"; then
2852 if test -n "$ac_tool_prefix"; then
2853 for ac_prog in cl.exe
2855 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2856 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858 $as_echo_n "checking for $ac_word... " >&6; }
2859 if test "${ac_cv_prog_CC+set}" = set; then :
2860 $as_echo_n "(cached) " >&6
2862 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2869 test -z "$as_dir" && as_dir=.
2870 for ac_exec_ext in '' $ac_executable_extensions; do
2871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2872 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2883 if test -n "$CC"; then
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885 $as_echo "$CC" >&6; }
2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888 $as_echo "no" >&6; }
2892 test -n "$CC" && break
2895 if test -z "$CC"; then
2897 for ac_prog in cl.exe
2899 # Extract the first word of "$ac_prog", so it can be a program name with args.
2900 set dummy $ac_prog; ac_word=$2
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902 $as_echo_n "checking for $ac_word... " >&6; }
2903 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2904 $as_echo_n "(cached) " >&6
2906 if test -n "$ac_ct_CC"; then
2907 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913 test -z "$as_dir" && as_dir=.
2914 for ac_exec_ext in '' $ac_executable_extensions; do
2915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2916 ac_cv_prog_ac_ct_CC="$ac_prog"
2917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2926 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2927 if test -n "$ac_ct_CC"; then
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2929 $as_echo "$ac_ct_CC" >&6; }
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932 $as_echo "no" >&6; }
2936 test -n "$ac_ct_CC" && break
2939 if test "x$ac_ct_CC" = x; then
2942 case $cross_compiling:$ac_tool_warned in
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2945 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2946 ac_tool_warned=yes ;;
2955 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2957 as_fn_error "no acceptable C compiler found in \$PATH
2958 See \`config.log' for more details." "$LINENO" 5; }
2960 # Provide some information about the compiler.
2961 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2964 for ac_option in --version -v -V -qversion; do
2965 { { ac_try="$ac_compiler $ac_option >&5"
2967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968 *) ac_try_echo=$ac_try;;
2970 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2971 $as_echo "$ac_try_echo"; } >&5
2972 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2974 if test -s conftest.err; then
2976 ... rest of stderr output deleted ...
2977 10q' conftest.err >conftest.er1
2978 cat conftest.er1 >&5
2979 rm -f conftest.er1 conftest.err
2981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2982 test $ac_status = 0; }
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h. */
2996 ac_clean_files_save=$ac_clean_files
2997 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2998 # Try to create an executable without -o first, disregard a.out.
2999 # It will help us diagnose broken compilers, and finding out an intuition
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3002 $as_echo_n "checking for C compiler default output file name... " >&6; }
3003 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3005 # The possible output files:
3006 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3009 for ac_file in $ac_files
3012 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3013 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3018 if { { ac_try="$ac_link_default"
3020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3021 *) ac_try_echo=$ac_try;;
3023 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3024 $as_echo "$ac_try_echo"; } >&5
3025 (eval "$ac_link_default") 2>&5
3027 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3028 test $ac_status = 0; }; then :
3029 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3030 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3031 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3032 # so that the user can short-circuit this test for compilers unknown to
3034 for ac_file in $ac_files ''
3036 test -f "$ac_file" || continue
3038 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3041 # We found the default executable, but exeext='' is most
3045 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3047 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3049 # We set ac_cv_exeext here because the later test for it is not
3050 # safe: cross compilers may not add the suffix if given an `-o'
3051 # argument, so we may need to know it at that point already.
3052 # Even if this section looks crufty: it has the advantage of
3059 test "$ac_cv_exeext" = no && ac_cv_exeext=
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3065 $as_echo "$ac_file" >&6; }
3066 if test -z "$ac_file"; then :
3067 $as_echo "$as_me: failed program was:" >&5
3068 sed 's/^/| /' conftest.$ac_ext >&5
3070 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3071 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3072 { as_fn_set_status 77
3073 as_fn_error "C compiler cannot create executables
3074 See \`config.log' for more details." "$LINENO" 5; }; }
3076 ac_exeext=$ac_cv_exeext
3078 # Check that the compiler produces executables we can run. If not, either
3079 # the compiler is broken, or we cross compile.
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3081 $as_echo_n "checking whether the C compiler works... " >&6; }
3082 # If not cross compiling, check that we can run a simple program.
3083 if test "$cross_compiling" != yes; then
3084 if { ac_try='./$ac_file'
3085 { { case "(($ac_try" in
3086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087 *) ac_try_echo=$ac_try;;
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091 (eval "$ac_try") 2>&5
3093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094 test $ac_status = 0; }; }; then
3097 if test "$cross_compiling" = maybe; then
3100 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3101 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3102 as_fn_error "cannot run C compiled programs.
3103 If you meant to cross compile, use \`--host'.
3104 See \`config.log' for more details." "$LINENO" 5; }
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3111 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3112 ac_clean_files=$ac_clean_files_save
3113 # Check that the compiler produces executables we can run. If not, either
3114 # the compiler is broken, or we cross compile.
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3116 $as_echo_n "checking whether we are cross compiling... " >&6; }
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3118 $as_echo "$cross_compiling" >&6; }
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3121 $as_echo_n "checking for suffix of executables... " >&6; }
3122 if { { ac_try="$ac_link"
3124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3125 *) ac_try_echo=$ac_try;;
3127 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128 $as_echo "$ac_try_echo"; } >&5
3129 (eval "$ac_link") 2>&5
3131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3132 test $ac_status = 0; }; then :
3133 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3134 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3135 # work properly (i.e., refer to `conftest.exe'), while it won't with
3137 for ac_file in conftest.exe conftest conftest.*; do
3138 test -f "$ac_file" || continue
3140 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3141 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3147 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3148 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3149 as_fn_error "cannot compute suffix of executables: cannot compile and link
3150 See \`config.log' for more details." "$LINENO" 5; }
3152 rm -f conftest$ac_cv_exeext
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3154 $as_echo "$ac_cv_exeext" >&6; }
3156 rm -f conftest.$ac_ext
3157 EXEEXT=$ac_cv_exeext
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3160 $as_echo_n "checking for suffix of object files... " >&6; }
3161 if test "${ac_cv_objext+set}" = set; then :
3162 $as_echo_n "(cached) " >&6
3164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165 /* end confdefs.h. */
3175 rm -f conftest.o conftest.obj
3176 if { { ac_try="$ac_compile"
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compile") 2>&5
3185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3186 test $ac_status = 0; }; then :
3187 for ac_file in conftest.o conftest.obj conftest.*; do
3188 test -f "$ac_file" || continue;
3190 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3191 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3196 $as_echo "$as_me: failed program was:" >&5
3197 sed 's/^/| /' conftest.$ac_ext >&5
3199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201 as_fn_error "cannot compute suffix of object files: cannot compile
3202 See \`config.log' for more details." "$LINENO" 5; }
3204 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3207 $as_echo "$ac_cv_objext" >&6; }
3208 OBJEXT=$ac_cv_objext
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3211 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3212 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3213 $as_echo_n "(cached) " >&6
3215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216 /* end confdefs.h. */
3229 if ac_fn_c_try_compile "$LINENO"; then :
3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3239 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3240 if test $ac_compiler_gnu = yes; then
3245 ac_test_CFLAGS=${CFLAGS+set}
3246 ac_save_CFLAGS=$CFLAGS
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3248 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3249 if test "${ac_cv_prog_cc_g+set}" = set; then :
3250 $as_echo_n "(cached) " >&6
3252 ac_save_c_werror_flag=$ac_c_werror_flag
3253 ac_c_werror_flag=yes
3256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257 /* end confdefs.h. */
3267 if ac_fn_c_try_compile "$LINENO"; then :
3271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272 /* end confdefs.h. */
3282 if ac_fn_c_try_compile "$LINENO"; then :
3285 ac_c_werror_flag=$ac_save_c_werror_flag
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288 /* end confdefs.h. */
3298 if ac_fn_c_try_compile "$LINENO"; then :
3301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306 ac_c_werror_flag=$ac_save_c_werror_flag
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3309 $as_echo "$ac_cv_prog_cc_g" >&6; }
3310 if test "$ac_test_CFLAGS" = set; then
3311 CFLAGS=$ac_save_CFLAGS
3312 elif test $ac_cv_prog_cc_g = yes; then
3313 if test "$GCC" = yes; then
3319 if test "$GCC" = yes; then
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3326 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3327 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3328 $as_echo_n "(cached) " >&6
3330 ac_cv_prog_cc_c89=no
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h. */
3336 #include <sys/types.h>
3337 #include <sys/stat.h>
3338 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3339 struct buf { int x; };
3340 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3341 static char *e (p, i)
3347 static char *f (char * (*g) (char **, int), char **p, ...)
3352 s = g (p, va_arg (v,int));
3357 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3358 function prototypes and stuff, but not '\xHH' hex character constants.
3359 These don't provoke an error unfortunately, instead are silently treated
3360 as 'x'. The following induces an error, until -std is added to get
3361 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3362 array size at least. It's necessary to write '\x00'==0 to get something
3363 that's true only with -std. */
3364 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3366 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3367 inside strings and character constants. */
3369 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3371 int test (int i, double x);
3372 struct s1 {int (*f) (int a);};
3373 struct s2 {int (*f) (double a);};
3374 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3380 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3385 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3386 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3388 CC="$ac_save_CC $ac_arg"
3389 if ac_fn_c_try_compile "$LINENO"; then :
3390 ac_cv_prog_cc_c89=$ac_arg
3392 rm -f core conftest.err conftest.$ac_objext
3393 test "x$ac_cv_prog_cc_c89" != "xno" && break
3395 rm -f conftest.$ac_ext
3400 case "x$ac_cv_prog_cc_c89" in
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3403 $as_echo "none needed" >&6; } ;;
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3406 $as_echo "unsupported" >&6; } ;;
3408 CC="$CC $ac_cv_prog_cc_c89"
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3410 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3412 if test "x$ac_cv_prog_cc_c89" != xno; then :
3417 ac_cpp='$CPP $CPPFLAGS'
3418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3424 $as_echo_n "checking for library containing strerror... " >&6; }
3425 if test "${ac_cv_search_strerror+set}" = set; then :
3426 $as_echo_n "(cached) " >&6
3428 ac_func_search_save_LIBS=$LIBS
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430 /* end confdefs.h. */
3432 /* Override any GCC internal prototype to avoid an error.
3433 Use char because int might match the return type of a GCC
3434 builtin and then its argument prototype would still apply. */
3447 for ac_lib in '' cposix; do
3448 if test -z "$ac_lib"; then
3449 ac_res="none required"
3452 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3454 if ac_fn_c_try_link "$LINENO"; then :
3455 ac_cv_search_strerror=$ac_res
3457 rm -f core conftest.err conftest.$ac_objext \
3459 if test "${ac_cv_search_strerror+set}" = set; then :
3463 if test "${ac_cv_search_strerror+set}" = set; then :
3466 ac_cv_search_strerror=no
3469 LIBS=$ac_func_search_save_LIBS
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3472 $as_echo "$ac_cv_search_strerror" >&6; }
3473 ac_res=$ac_cv_search_strerror
3474 if test "$ac_res" != no; then :
3475 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3480 am__api_version='1.11'
3482 # Find a good install program. We prefer a C program (faster),
3483 # so one script is as good as another. But avoid the broken or
3484 # incompatible versions:
3485 # SysV /etc/install, /usr/sbin/install
3486 # SunOS /usr/etc/install
3487 # IRIX /sbin/install
3489 # AmigaOS /C/install, which installs bootblocks on floppy discs
3490 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3491 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3492 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3493 # OS/2's system install, which has a completely different semantic
3494 # ./install, which can be erroneously created by make from ./install.sh.
3495 # Reject install programs that cannot install multiple files.
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3497 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3498 if test -z "$INSTALL"; then
3499 if test "${ac_cv_path_install+set}" = set; then :
3500 $as_echo_n "(cached) " >&6
3502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3506 test -z "$as_dir" && as_dir=.
3507 # Account for people who put trailing slashes in PATH elements.
3508 case $as_dir/ in #((
3509 ./ | .// | /[cC]/* | \
3510 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3511 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3514 # OSF1 and SCO ODT 3.0 have their own names for install.
3515 # Don't use installbsd from OSF since it installs stuff as root
3517 for ac_prog in ginstall scoinst install; do
3518 for ac_exec_ext in '' $ac_executable_extensions; do
3519 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3520 if test $ac_prog = install &&
3521 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3522 # AIX install. It has an incompatible calling convention.
3524 elif test $ac_prog = install &&
3525 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3526 # program-specific install script used by HP pwplus--don't use.
3529 rm -rf conftest.one conftest.two conftest.dir
3530 echo one > conftest.one
3531 echo two > conftest.two
3533 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3534 test -s conftest.one && test -s conftest.two &&
3535 test -s conftest.dir/conftest.one &&
3536 test -s conftest.dir/conftest.two
3538 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3551 rm -rf conftest.one conftest.two conftest.dir
3554 if test "${ac_cv_path_install+set}" = set; then
3555 INSTALL=$ac_cv_path_install
3557 # As a last resort, use the slow shell script. Don't cache a
3558 # value for INSTALL within a source directory, because that will
3559 # break other packages using the cache if that directory is
3560 # removed, or if the value is a relative name.
3561 INSTALL=$ac_install_sh
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3565 $as_echo "$INSTALL" >&6; }
3567 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3568 # It thinks the first close brace ends the variable substitution.
3569 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3571 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3573 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3576 $as_echo_n "checking whether build environment is sane... " >&6; }
3579 echo timestamp > conftest.file
3580 # Reject unsafe characters in $srcdir or the absolute working directory
3581 # name. Accept space and tab only in the latter.
3585 *[\\\"\#\$\&\'\`$am_lf]*)
3586 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3589 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3590 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3593 # Do `set' in a subshell so we don't clobber the current shell's
3594 # arguments. Must try -L first in case configure is actually a
3595 # symlink; some systems play weird games with the mod time of symlinks
3596 # (eg FreeBSD returns the mod time of the symlink's containing
3599 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3600 if test "$*" = "X"; then
3602 set X `ls -t "$srcdir/configure" conftest.file`
3605 if test "$*" != "X $srcdir/configure conftest.file" \
3606 && test "$*" != "X conftest.file $srcdir/configure"; then
3608 # If neither matched, then we have a broken ls. This can happen
3609 # if, for instance, CONFIG_SHELL is bash and it inherits a
3610 # broken ls alias from the environment. This has actually
3611 # happened. Such a system could not be considered "sane".
3612 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3613 alias in your environment" "$LINENO" 5
3616 test "$2" = conftest.file
3622 as_fn_error "newly created file is older than distributed files!
3623 Check your system clock" "$LINENO" 5
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3626 $as_echo "yes" >&6; }
3627 test "$program_prefix" != NONE &&
3628 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3629 # Use a double $ so make ignores it.
3630 test "$program_suffix" != NONE &&
3631 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3632 # Double any \ or $.
3633 # By default was `s,x,x', remove it if useless.
3634 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3635 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3637 # expand $ac_aux_dir to an absolute path
3638 am_aux_dir=`cd $ac_aux_dir && pwd`
3640 if test x"${MISSING+set}" != xset; then
3643 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3645 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3648 # Use eval to expand $SHELL
3649 if eval "$MISSING --run true"; then
3650 am_missing_run="$MISSING --run "
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3654 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3657 if test x"${install_sh}" != xset; then
3660 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3662 install_sh="\${SHELL} $am_aux_dir/install-sh"
3666 # Installed binaries are usually stripped using `strip' when the user
3667 # run `make install-strip'. However `strip' might not be the right
3668 # tool to use in cross-compilation environments, therefore Automake
3669 # will honor the `STRIP' environment variable to overrule this program.
3670 if test "$cross_compiling" != no; then
3671 if test -n "$ac_tool_prefix"; then
3672 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3673 set dummy ${ac_tool_prefix}strip; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_STRIP+set}" = set; then :
3677 $as_echo_n "(cached) " >&6
3679 if test -n "$STRIP"; then
3680 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3686 test -z "$as_dir" && as_dir=.
3687 for ac_exec_ext in '' $ac_executable_extensions; do
3688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3699 STRIP=$ac_cv_prog_STRIP
3700 if test -n "$STRIP"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3702 $as_echo "$STRIP" >&6; }
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3710 if test -z "$ac_cv_prog_STRIP"; then
3712 # Extract the first word of "strip", so it can be a program name with args.
3713 set dummy strip; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3717 $as_echo_n "(cached) " >&6
3719 if test -n "$ac_ct_STRIP"; then
3720 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 test -z "$as_dir" && as_dir=.
3727 for ac_exec_ext in '' $ac_executable_extensions; do
3728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729 ac_cv_prog_ac_ct_STRIP="strip"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3739 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3740 if test -n "$ac_ct_STRIP"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3742 $as_echo "$ac_ct_STRIP" >&6; }
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3748 if test "x$ac_ct_STRIP" = x; then
3751 case $cross_compiling:$ac_tool_warned in
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755 ac_tool_warned=yes ;;
3760 STRIP="$ac_cv_prog_STRIP"
3764 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3767 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3768 if test -z "$MKDIR_P"; then
3769 if test "${ac_cv_path_mkdir+set}" = set; then :
3770 $as_echo_n "(cached) " >&6
3772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3776 test -z "$as_dir" && as_dir=.
3777 for ac_prog in mkdir gmkdir; do
3778 for ac_exec_ext in '' $ac_executable_extensions; do
3779 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3780 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3781 'mkdir (GNU coreutils) '* | \
3782 'mkdir (coreutils) '* | \
3783 'mkdir (fileutils) '4.1*)
3784 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3794 if test "${ac_cv_path_mkdir+set}" = set; then
3795 MKDIR_P="$ac_cv_path_mkdir -p"
3797 # As a last resort, use the slow shell script. Don't cache a
3798 # value for MKDIR_P within a source directory, because that will
3799 # break other packages using the cache if that directory is
3800 # removed, or if the value is a relative name.
3801 test -d ./--version && rmdir ./--version
3802 MKDIR_P="$ac_install_sh -d"
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3806 $as_echo "$MKDIR_P" >&6; }
3810 [\\/$]* | ?:[\\/]*) ;;
3811 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3814 for ac_prog in gawk mawk nawk awk
3816 # Extract the first word of "$ac_prog", so it can be a program name with args.
3817 set dummy $ac_prog; ac_word=$2
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 $as_echo_n "checking for $ac_word... " >&6; }
3820 if test "${ac_cv_prog_AWK+set}" = set; then :
3821 $as_echo_n "(cached) " >&6
3823 if test -n "$AWK"; then
3824 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3830 test -z "$as_dir" && as_dir=.
3831 for ac_exec_ext in '' $ac_executable_extensions; do
3832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833 ac_cv_prog_AWK="$ac_prog"
3834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3844 if test -n "$AWK"; then
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3846 $as_echo "$AWK" >&6; }
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3853 test -n "$AWK" && break
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3857 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3859 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3860 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3861 $as_echo_n "(cached) " >&6
3863 cat >conftest.make <<\_ACEOF
3866 @echo '@@@%%%=$(MAKE)=@@@%%%'
3868 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3869 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3871 eval ac_cv_prog_make_${ac_make}_set=yes;;
3873 eval ac_cv_prog_make_${ac_make}_set=no;;
3877 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3879 $as_echo "yes" >&6; }
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3883 $as_echo "no" >&6; }
3884 SET_MAKE="MAKE=${MAKE-make}"
3887 rm -rf .tst 2>/dev/null
3888 mkdir .tst 2>/dev/null
3889 if test -d .tst; then
3894 rmdir .tst 2>/dev/null
3896 DEPDIR="${am__leading_dot}deps"
3898 ac_config_commands="$ac_config_commands depfiles"
3901 am_make=${MAKE-make}
3902 cat > confinc << 'END'
3904 @echo this is the am__doit target
3907 # If we don't find an include directive, just comment out the code.
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3909 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3913 # First try GNU make style include.
3914 echo "include confinc" > confmf
3915 # Ignore all kinds of additional output from `make'.
3916 case `$am_make -s -f confmf 2> /dev/null` in #(
3917 *the\ am__doit\ target*)
3923 # Now try BSD make style include.
3924 if test "$am__include" = "#"; then
3925 echo '.include "confinc"' > confmf
3926 case `$am_make -s -f confmf 2> /dev/null` in #(
3927 *the\ am__doit\ target*)
3928 am__include=.include
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3937 $as_echo "$_am_result" >&6; }
3938 rm -f confinc confmf
3940 # Check whether --enable-dependency-tracking was given.
3941 if test "${enable_dependency_tracking+set}" = set; then :
3942 enableval=$enable_dependency_tracking;
3945 if test "x$enable_dependency_tracking" != xno; then
3946 am_depcomp="$ac_aux_dir/depcomp"
3949 if test "x$enable_dependency_tracking" != xno; then
3958 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3959 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3960 # is not polluted with repeated "-I."
3961 am__isrc=' -I$(srcdir)'
3962 # test to see if srcdir already configured
3963 if test -f $srcdir/config.status; then
3964 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3968 # test whether we have cygpath
3969 if test -z "$CYGPATH_W"; then
3970 if (cygpath --version) >/dev/null 2>/dev/null; then
3971 CYGPATH_W='cygpath -w'
3978 # Define the identity of the package.
3983 cat >>confdefs.h <<_ACEOF
3984 #define PACKAGE "$PACKAGE"
3988 cat >>confdefs.h <<_ACEOF
3989 #define VERSION "$VERSION"
3992 # Some tools Automake needs.
3994 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3997 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4000 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4003 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4006 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4008 # We need awk for the "check" target. The system "awk" is bad on
4010 # Always define AMTAR for backward compatibility.
4012 AMTAR=${AMTAR-"${am_missing_run}tar"}
4014 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4019 depcc="$CC" am_compiler_list=
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4022 $as_echo_n "checking dependency style of $depcc... " >&6; }
4023 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4024 $as_echo_n "(cached) " >&6
4026 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4027 # We make a subdir and do the tests there. Otherwise we can end up
4028 # making bogus files that we don't know about and never remove. For
4029 # instance it was reported that on HP-UX the gcc test will end up
4030 # making a dummy file named `D' -- because `-MD' means `put the output
4033 # Copy depcomp to subdir because otherwise we won't find it if we're
4034 # using a relative directory.
4035 cp "$am_depcomp" conftest.dir
4037 # We will build objects and dependencies in a subdirectory because
4038 # it helps to detect inapplicable dependency modes. For instance
4039 # both Tru64's cc and ICC support -MD to output dependencies as a
4040 # side effect of compilation, but ICC will put the dependencies in
4041 # the current directory while Tru64 will put them in the object
4045 am_cv_CC_dependencies_compiler_type=none
4046 if test "$am_compiler_list" = ""; then
4047 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4050 case " $depcc " in #(
4051 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4054 for depmode in $am_compiler_list; do
4055 # Setup a source with many dependencies, because some compilers
4056 # like to wrap large dependency lists on column 80 (with \), and
4057 # we should not choose a depcomp mode which is confused by this.
4059 # We need to recreate these files for each test, as the compiler may
4060 # overwrite some of them when testing with obscure command lines.
4061 # This happens at least with the AIX C compiler.
4063 for i in 1 2 3 4 5 6; do
4064 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4065 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4066 # Solaris 8's {/usr,}/bin/sh.
4067 touch sub/conftst$i.h
4069 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4071 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4072 # mode. It turns out that the SunPro C++ compiler does not properly
4073 # handle `-M -o', and we need to detect this. Also, some Intel
4074 # versions had trouble with output in subdirs
4075 am__obj=sub/conftest.${OBJEXT-o}
4076 am__minus_obj="-o $am__obj"
4079 # This depmode causes a compiler race in universal mode.
4080 test "$am__universal" = false || continue
4083 # after this tag, mechanisms are not by side-effect, so they'll
4084 # only be used when explicitly requested
4085 if test "x$enable_dependency_tracking" = xyes; then
4091 msvisualcpp | msvcmsys)
4092 # This compiler won't grok `-c -o', but also, the minuso test has
4093 # not run yet. These depmodes are late enough in the game, and
4094 # so weak that their functioning should not be impacted.
4095 am__obj=conftest.${OBJEXT-o}
4100 if depmode=$depmode \
4101 source=sub/conftest.c object=$am__obj \
4102 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4103 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4104 >/dev/null 2>conftest.err &&
4105 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4106 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4107 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4108 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4109 # icc doesn't choke on unknown options, it will just issue warnings
4110 # or remarks (even with -Werror). So we grep stderr for any message
4111 # that says an option was ignored or not supported.
4112 # When given -MP, icc 7.0 and 7.1 complain thusly:
4113 # icc: Command line warning: ignoring option '-M'; no argument required
4114 # The diagnosis changed in icc 8.0:
4115 # icc: Command line remark: option '-MP' not supported
4116 if (grep 'ignoring option' conftest.err ||
4117 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4118 am_cv_CC_dependencies_compiler_type=$depmode
4127 am_cv_CC_dependencies_compiler_type=none
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4132 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4133 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4136 test "x$enable_dependency_tracking" != xno \
4137 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4139 am__fastdepCC_FALSE='#'
4141 am__fastdepCC_TRUE='#'
4142 am__fastdepCC_FALSE=
4149 ac_cpp='$CPP $CPPFLAGS'
4150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4153 if test -n "$ac_tool_prefix"; then
4154 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4155 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4157 $as_echo_n "checking for $ac_word... " >&6; }
4158 if test "${ac_cv_prog_CC+set}" = set; then :
4159 $as_echo_n "(cached) " >&6
4161 if test -n "$CC"; then
4162 ac_cv_prog_CC="$CC" # Let the user override the test.
4164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4168 test -z "$as_dir" && as_dir=.
4169 for ac_exec_ext in '' $ac_executable_extensions; do
4170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4171 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4182 if test -n "$CC"; then
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4184 $as_echo "$CC" >&6; }
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4187 $as_echo "no" >&6; }
4192 if test -z "$ac_cv_prog_CC"; then
4194 # Extract the first word of "gcc", so it can be a program name with args.
4195 set dummy gcc; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4199 $as_echo_n "(cached) " >&6
4201 if test -n "$ac_ct_CC"; then
4202 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4208 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do
4210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211 ac_cv_prog_ac_ct_CC="gcc"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4222 if test -n "$ac_ct_CC"; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4224 $as_echo "$ac_ct_CC" >&6; }
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4230 if test "x$ac_ct_CC" = x; then
4233 case $cross_compiling:$ac_tool_warned in
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4245 if test -z "$CC"; then
4246 if test -n "$ac_tool_prefix"; then
4247 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4248 set dummy ${ac_tool_prefix}cc; ac_word=$2
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250 $as_echo_n "checking for $ac_word... " >&6; }
4251 if test "${ac_cv_prog_CC+set}" = set; then :
4252 $as_echo_n "(cached) " >&6
4254 if test -n "$CC"; then
4255 ac_cv_prog_CC="$CC" # Let the user override the test.
4257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4261 test -z "$as_dir" && as_dir=.
4262 for ac_exec_ext in '' $ac_executable_extensions; do
4263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4264 ac_cv_prog_CC="${ac_tool_prefix}cc"
4265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 if test -n "$CC"; then
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4277 $as_echo "$CC" >&6; }
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280 $as_echo "no" >&6; }
4286 if test -z "$CC"; then
4287 # Extract the first word of "cc", so it can be a program name with args.
4288 set dummy cc; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_CC+set}" = set; then :
4292 $as_echo_n "(cached) " >&6
4294 if test -n "$CC"; then
4295 ac_cv_prog_CC="$CC" # Let the user override the test.
4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 test -z "$as_dir" && as_dir=.
4303 for ac_exec_ext in '' $ac_executable_extensions; do
4304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4305 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4306 ac_prog_rejected=yes
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4317 if test $ac_prog_rejected = yes; then
4318 # We found a bogon in the path, so make sure we never use it.
4319 set dummy $ac_cv_prog_CC
4321 if test $# != 0; then
4322 # We chose a different compiler from the bogus one.
4323 # However, it has the same basename, so the bogon will be chosen
4324 # first if we set CC to just the basename; use the full file name.
4326 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4332 if test -n "$CC"; then
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4334 $as_echo "$CC" >&6; }
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337 $as_echo "no" >&6; }
4342 if test -z "$CC"; then
4343 if test -n "$ac_tool_prefix"; then
4344 for ac_prog in cl.exe
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_CC+set}" = set; then :
4351 $as_echo_n "(cached) " >&6
4353 if test -n "$CC"; then
4354 ac_cv_prog_CC="$CC" # Let the user override the test.
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4374 if test -n "$CC"; then
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4376 $as_echo "$CC" >&6; }
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379 $as_echo "no" >&6; }
4383 test -n "$CC" && break
4386 if test -z "$CC"; then
4388 for ac_prog in cl.exe
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4395 $as_echo_n "(cached) " >&6
4397 if test -n "$ac_ct_CC"; then
4398 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407 ac_cv_prog_ac_ct_CC="$ac_prog"
4408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4417 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4418 if test -n "$ac_ct_CC"; then
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4420 $as_echo "$ac_ct_CC" >&6; }
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423 $as_echo "no" >&6; }
4427 test -n "$ac_ct_CC" && break
4430 if test "x$ac_ct_CC" = x; then
4433 case $cross_compiling:$ac_tool_warned in
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4446 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4447 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4448 as_fn_error "no acceptable C compiler found in \$PATH
4449 See \`config.log' for more details." "$LINENO" 5; }
4451 # Provide some information about the compiler.
4452 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4455 for ac_option in --version -v -V -qversion; do
4456 { { ac_try="$ac_compiler $ac_option >&5"
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4461 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4462 $as_echo "$ac_try_echo"; } >&5
4463 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4465 if test -s conftest.err; then
4467 ... rest of stderr output deleted ...
4468 10q' conftest.err >conftest.er1
4469 cat conftest.er1 >&5
4470 rm -f conftest.er1 conftest.err
4472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4473 test $ac_status = 0; }
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4477 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4478 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482 /* end confdefs.h. */
4495 if ac_fn_c_try_compile "$LINENO"; then :
4500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4501 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4505 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4506 if test $ac_compiler_gnu = yes; then
4511 ac_test_CFLAGS=${CFLAGS+set}
4512 ac_save_CFLAGS=$CFLAGS
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4514 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4515 if test "${ac_cv_prog_cc_g+set}" = set; then :
4516 $as_echo_n "(cached) " >&6
4518 ac_save_c_werror_flag=$ac_c_werror_flag
4519 ac_c_werror_flag=yes
4522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4523 /* end confdefs.h. */
4533 if ac_fn_c_try_compile "$LINENO"; then :
4537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h. */
4548 if ac_fn_c_try_compile "$LINENO"; then :
4551 ac_c_werror_flag=$ac_save_c_werror_flag
4553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554 /* end confdefs.h. */
4564 if ac_fn_c_try_compile "$LINENO"; then :
4567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572 ac_c_werror_flag=$ac_save_c_werror_flag
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4575 $as_echo "$ac_cv_prog_cc_g" >&6; }
4576 if test "$ac_test_CFLAGS" = set; then
4577 CFLAGS=$ac_save_CFLAGS
4578 elif test $ac_cv_prog_cc_g = yes; then
4579 if test "$GCC" = yes; then
4585 if test "$GCC" = yes; then
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4592 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4593 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4594 $as_echo_n "(cached) " >&6
4596 ac_cv_prog_cc_c89=no
4598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4599 /* end confdefs.h. */
4602 #include <sys/types.h>
4603 #include <sys/stat.h>
4604 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4605 struct buf { int x; };
4606 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4607 static char *e (p, i)
4613 static char *f (char * (*g) (char **, int), char **p, ...)
4618 s = g (p, va_arg (v,int));
4623 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4624 function prototypes and stuff, but not '\xHH' hex character constants.
4625 These don't provoke an error unfortunately, instead are silently treated
4626 as 'x'. The following induces an error, until -std is added to get
4627 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4628 array size at least. It's necessary to write '\x00'==0 to get something
4629 that's true only with -std. */
4630 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4632 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4633 inside strings and character constants. */
4635 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4637 int test (int i, double x);
4638 struct s1 {int (*f) (int a);};
4639 struct s2 {int (*f) (double a);};
4640 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4646 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4651 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4652 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4654 CC="$ac_save_CC $ac_arg"
4655 if ac_fn_c_try_compile "$LINENO"; then :
4656 ac_cv_prog_cc_c89=$ac_arg
4658 rm -f core conftest.err conftest.$ac_objext
4659 test "x$ac_cv_prog_cc_c89" != "xno" && break
4661 rm -f conftest.$ac_ext
4666 case "x$ac_cv_prog_cc_c89" in
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4669 $as_echo "none needed" >&6; } ;;
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4672 $as_echo "unsupported" >&6; } ;;
4674 CC="$CC $ac_cv_prog_cc_c89"
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4676 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4678 if test "x$ac_cv_prog_cc_c89" != xno; then :
4683 ac_cpp='$CPP $CPPFLAGS'
4684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4689 ac_cpp='$CPP $CPPFLAGS'
4690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4694 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4695 # On Suns, sometimes $CPP names a directory.
4696 if test -n "$CPP" && test -d "$CPP"; then
4699 if test -z "$CPP"; then
4700 if test "${ac_cv_prog_CPP+set}" = set; then :
4701 $as_echo_n "(cached) " >&6
4703 # Double quotes because CPP needs to be expanded
4704 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4707 for ac_c_preproc_warn_flag in '' yes
4709 # Use a header file that comes with gcc, so configuring glibc
4710 # with a fresh cross-compiler works.
4711 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4712 # <limits.h> exists even on freestanding compilers.
4713 # On the NeXT, cc -E runs the code through the compiler's parser,
4714 # not just through cpp. "Syntax error" is here to catch this case.
4715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4716 /* end confdefs.h. */
4718 # include <limits.h>
4720 # include <assert.h>
4724 if ac_fn_c_try_cpp "$LINENO"; then :
4727 # Broken: fails on valid input.
4730 rm -f conftest.err conftest.$ac_ext
4732 # OK, works on sane cases. Now check whether nonexistent headers
4733 # can be detected and how.
4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735 /* end confdefs.h. */
4736 #include <ac_nonexistent.h>
4738 if ac_fn_c_try_cpp "$LINENO"; then :
4739 # Broken: success on invalid input.
4742 # Passes both tests.
4746 rm -f conftest.err conftest.$ac_ext
4749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4750 rm -f conftest.err conftest.$ac_ext
4751 if $ac_preproc_ok; then :
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4764 $as_echo "$CPP" >&6; }
4766 for ac_c_preproc_warn_flag in '' yes
4768 # Use a header file that comes with gcc, so configuring glibc
4769 # with a fresh cross-compiler works.
4770 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4771 # <limits.h> exists even on freestanding compilers.
4772 # On the NeXT, cc -E runs the code through the compiler's parser,
4773 # not just through cpp. "Syntax error" is here to catch this case.
4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775 /* end confdefs.h. */
4777 # include <limits.h>
4779 # include <assert.h>
4783 if ac_fn_c_try_cpp "$LINENO"; then :
4786 # Broken: fails on valid input.
4789 rm -f conftest.err conftest.$ac_ext
4791 # OK, works on sane cases. Now check whether nonexistent headers
4792 # can be detected and how.
4793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4794 /* end confdefs.h. */
4795 #include <ac_nonexistent.h>
4797 if ac_fn_c_try_cpp "$LINENO"; then :
4798 # Broken: success on invalid input.
4801 # Passes both tests.
4805 rm -f conftest.err conftest.$ac_ext
4808 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4809 rm -f conftest.err conftest.$ac_ext
4810 if $ac_preproc_ok; then :
4813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4815 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4816 See \`config.log' for more details." "$LINENO" 5; }
4820 ac_cpp='$CPP $CPPFLAGS'
4821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4827 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4828 if test "${ac_cv_path_GREP+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4831 if test -z "$GREP"; then
4832 ac_path_GREP_found=false
4833 # Loop through the user's path and test for each of PROGNAME-LIST
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4838 test -z "$as_dir" && as_dir=.
4839 for ac_prog in grep ggrep; do
4840 for ac_exec_ext in '' $ac_executable_extensions; do
4841 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4842 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4843 # Check for GNU ac_path_GREP and select it if it is found.
4844 # Check for GNU $ac_path_GREP
4845 case `"$ac_path_GREP" --version 2>&1` in
4847 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4850 $as_echo_n 0123456789 >"conftest.in"
4853 cat "conftest.in" "conftest.in" >"conftest.tmp"
4854 mv "conftest.tmp" "conftest.in"
4855 cp "conftest.in" "conftest.nl"
4856 $as_echo 'GREP' >> "conftest.nl"
4857 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4858 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4859 as_fn_arith $ac_count + 1 && ac_count=$as_val
4860 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4861 # Best one so far, save it but keep looking for a better one
4862 ac_cv_path_GREP="$ac_path_GREP"
4863 ac_path_GREP_max=$ac_count
4865 # 10*(2^10) chars as input seems more than enough
4866 test $ac_count -gt 10 && break
4868 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4871 $ac_path_GREP_found && break 3
4876 if test -z "$ac_cv_path_GREP"; then
4877 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4880 ac_cv_path_GREP=$GREP
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4885 $as_echo "$ac_cv_path_GREP" >&6; }
4886 GREP="$ac_cv_path_GREP"
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4890 $as_echo_n "checking for egrep... " >&6; }
4891 if test "${ac_cv_path_EGREP+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
4894 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4895 then ac_cv_path_EGREP="$GREP -E"
4897 if test -z "$EGREP"; then
4898 ac_path_EGREP_found=false
4899 # Loop through the user's path and test for each of PROGNAME-LIST
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4904 test -z "$as_dir" && as_dir=.
4905 for ac_prog in egrep; do
4906 for ac_exec_ext in '' $ac_executable_extensions; do
4907 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4908 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4909 # Check for GNU ac_path_EGREP and select it if it is found.
4910 # Check for GNU $ac_path_EGREP
4911 case `"$ac_path_EGREP" --version 2>&1` in
4913 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4916 $as_echo_n 0123456789 >"conftest.in"
4919 cat "conftest.in" "conftest.in" >"conftest.tmp"
4920 mv "conftest.tmp" "conftest.in"
4921 cp "conftest.in" "conftest.nl"
4922 $as_echo 'EGREP' >> "conftest.nl"
4923 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4924 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4925 as_fn_arith $ac_count + 1 && ac_count=$as_val
4926 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4927 # Best one so far, save it but keep looking for a better one
4928 ac_cv_path_EGREP="$ac_path_EGREP"
4929 ac_path_EGREP_max=$ac_count
4931 # 10*(2^10) chars as input seems more than enough
4932 test $ac_count -gt 10 && break
4934 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4937 $ac_path_EGREP_found && break 3
4942 if test -z "$ac_cv_path_EGREP"; then
4943 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4946 ac_cv_path_EGREP=$EGREP
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4952 $as_echo "$ac_cv_path_EGREP" >&6; }
4953 EGREP="$ac_cv_path_EGREP"
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4957 $as_echo_n "checking for ANSI C header files... " >&6; }
4958 if test "${ac_cv_header_stdc+set}" = set; then :
4959 $as_echo_n "(cached) " >&6
4961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4962 /* end confdefs.h. */
4976 if ac_fn_c_try_compile "$LINENO"; then :
4977 ac_cv_header_stdc=yes
4979 ac_cv_header_stdc=no
4981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4983 if test $ac_cv_header_stdc = yes; then
4984 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4991 $EGREP "memchr" >/dev/null 2>&1; then :
4994 ac_cv_header_stdc=no
5000 if test $ac_cv_header_stdc = yes; then
5001 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h. */
5007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5008 $EGREP "free" >/dev/null 2>&1; then :
5011 ac_cv_header_stdc=no
5017 if test $ac_cv_header_stdc = yes; then
5018 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5019 if test "$cross_compiling" = yes; then :
5022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5023 /* end confdefs.h. */
5026 #if ((' ' & 0x0FF) == 0x020)
5027 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5028 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5030 # define ISLOWER(c) \
5031 (('a' <= (c) && (c) <= 'i') \
5032 || ('j' <= (c) && (c) <= 'r') \
5033 || ('s' <= (c) && (c) <= 'z'))
5034 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5037 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5042 for (i = 0; i < 256; i++)
5043 if (XOR (islower (i), ISLOWER (i))
5044 || toupper (i) != TOUPPER (i))
5049 if ac_fn_c_try_run "$LINENO"; then :
5052 ac_cv_header_stdc=no
5054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5055 conftest.$ac_objext conftest.beam conftest.$ac_ext
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5061 $as_echo "$ac_cv_header_stdc" >&6; }
5062 if test $ac_cv_header_stdc = yes; then
5064 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5068 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5069 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5070 inttypes.h stdint.h unistd.h
5072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5075 eval as_val=\$$as_ac_Header
5076 if test "x$as_val" = x""yes; then :
5077 cat >>confdefs.h <<_ACEOF
5078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5087 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5088 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5095 if test "$MINIX" = yes; then
5097 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5100 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5103 $as_echo "#define _MINIX 1" >>confdefs.h
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5109 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5110 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5111 $as_echo_n "(cached) " >&6
5113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5114 /* end confdefs.h. */
5116 # define __EXTENSIONS__ 1
5117 $ac_includes_default
5126 if ac_fn_c_try_compile "$LINENO"; then :
5127 ac_cv_safe_to_define___extensions__=yes
5129 ac_cv_safe_to_define___extensions__=no
5131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5134 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5135 test $ac_cv_safe_to_define___extensions__ = yes &&
5136 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5138 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5140 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5142 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5144 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5153 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5158 macro_version='2.2.7a'
5159 macro_revision='1.3134'
5173 ltmain="$ac_aux_dir/ltmain.sh"
5175 # Backslashify metacharacters that are still active within
5176 # double-quoted strings.
5177 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5179 # Same as above, but do not quote variable references.
5180 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5182 # Sed substitution to delay expansion of an escaped shell variable in a
5183 # double_quote_subst'ed string.
5184 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5186 # Sed substitution to delay expansion of an escaped single quote.
5187 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5189 # Sed substitution to avoid accidental globbing in evaled expressions
5190 no_glob_subst='s/\*/\\\*/g'
5192 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5193 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5197 $as_echo_n "checking how to print strings... " >&6; }
5198 # Test print first, because it will be a builtin if present.
5199 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5200 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5202 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5205 # Use this function as a fallback that always works.
5206 func_fallback_echo ()
5208 eval 'cat <<_LTECHO_EOF
5212 ECHO='func_fallback_echo'
5215 # func_echo_all arg...
5216 # Invoke $ECHO with all args, space-separated.
5223 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5224 $as_echo "printf" >&6; } ;;
5225 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5226 $as_echo "print -r" >&6; } ;;
5227 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5228 $as_echo "cat" >&6; } ;;
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5245 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5246 if test "${ac_cv_path_SED+set}" = set; then :
5247 $as_echo_n "(cached) " >&6
5249 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5250 for ac_i in 1 2 3 4 5 6 7; do
5251 ac_script="$ac_script$as_nl$ac_script"
5253 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5254 { ac_script=; unset ac_script;}
5255 if test -z "$SED"; then
5256 ac_path_SED_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5262 test -z "$as_dir" && as_dir=.
5263 for ac_prog in sed gsed; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5267 # Check for GNU ac_path_SED and select it if it is found.
5268 # Check for GNU $ac_path_SED
5269 case `"$ac_path_SED" --version 2>&1` in
5271 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5274 $as_echo_n 0123456789 >"conftest.in"
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo '' >> "conftest.nl"
5281 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_SED_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_SED="$ac_path_SED"
5287 ac_path_SED_max=$ac_count
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5295 $ac_path_SED_found && break 3
5300 if test -z "$ac_cv_path_SED"; then
5301 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5309 $as_echo "$ac_cv_path_SED" >&6; }
5310 SED="$ac_cv_path_SED"
5313 test -z "$SED" && SED=sed
5314 Xsed="$SED -e 1s/^X//"
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5327 $as_echo_n "checking for fgrep... " >&6; }
5328 if test "${ac_cv_path_FGREP+set}" = set; then :
5329 $as_echo_n "(cached) " >&6
5331 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5332 then ac_cv_path_FGREP="$GREP -F"
5334 if test -z "$FGREP"; then
5335 ac_path_FGREP_found=false
5336 # Loop through the user's path and test for each of PROGNAME-LIST
5337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5338 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5341 test -z "$as_dir" && as_dir=.
5342 for ac_prog in fgrep; do
5343 for ac_exec_ext in '' $ac_executable_extensions; do
5344 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5345 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5346 # Check for GNU ac_path_FGREP and select it if it is found.
5347 # Check for GNU $ac_path_FGREP
5348 case `"$ac_path_FGREP" --version 2>&1` in
5350 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5353 $as_echo_n 0123456789 >"conftest.in"
5356 cat "conftest.in" "conftest.in" >"conftest.tmp"
5357 mv "conftest.tmp" "conftest.in"
5358 cp "conftest.in" "conftest.nl"
5359 $as_echo 'FGREP' >> "conftest.nl"
5360 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5361 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5362 as_fn_arith $ac_count + 1 && ac_count=$as_val
5363 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5364 # Best one so far, save it but keep looking for a better one
5365 ac_cv_path_FGREP="$ac_path_FGREP"
5366 ac_path_FGREP_max=$ac_count
5368 # 10*(2^10) chars as input seems more than enough
5369 test $ac_count -gt 10 && break
5371 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5374 $ac_path_FGREP_found && break 3
5379 if test -z "$ac_cv_path_FGREP"; then
5380 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5383 ac_cv_path_FGREP=$FGREP
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5389 $as_echo "$ac_cv_path_FGREP" >&6; }
5390 FGREP="$ac_cv_path_FGREP"
5393 test -z "$GREP" && GREP=grep
5413 # Check whether --with-gnu-ld was given.
5414 if test "${with_gnu_ld+set}" = set; then :
5415 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5421 if test "$GCC" = yes; then
5422 # Check if gcc -print-prog-name=ld gives a path.
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5424 $as_echo_n "checking for ld used by $CC... " >&6; }
5427 # gcc leaves a trailing carriage return which upsets mingw
5428 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5430 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5433 # Accept absolute paths.
5435 re_direlt='/[^/][^/]*/\.\./'
5436 # Canonicalize the pathname of ld
5437 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5438 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5439 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5441 test -z "$LD" && LD="$ac_prog"
5444 # If it fails, then pretend we aren't using GCC.
5448 # If it is relative, then search for the first ld in PATH.
5452 elif test "$with_gnu_ld" = yes; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5454 $as_echo_n "checking for GNU ld... " >&6; }
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5457 $as_echo_n "checking for non-GNU ld... " >&6; }
5459 if test "${lt_cv_path_LD+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
5462 if test -z "$LD"; then
5463 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5464 for ac_dir in $PATH; do
5466 test -z "$ac_dir" && ac_dir=.
5467 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5468 lt_cv_path_LD="$ac_dir/$ac_prog"
5469 # Check to see if the program is GNU ld. I'd rather use --version,
5470 # but apparently some variants of GNU ld only accept -v.
5471 # Break only if it was the GNU/non-GNU ld that we prefer.
5472 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5473 *GNU* | *'with BFD'*)
5474 test "$with_gnu_ld" != no && break
5477 test "$with_gnu_ld" != yes && break
5484 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5489 if test -n "$LD"; then
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5491 $as_echo "$LD" >&6; }
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5494 $as_echo "no" >&6; }
5496 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5498 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5499 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5500 $as_echo_n "(cached) " >&6
5502 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5503 case `$LD -v 2>&1 </dev/null` in
5504 *GNU* | *'with BFD'*)
5505 lt_cv_prog_gnu_ld=yes
5508 lt_cv_prog_gnu_ld=no
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5513 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5514 with_gnu_ld=$lt_cv_prog_gnu_ld
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5525 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5526 if test "${lt_cv_path_NM+set}" = set; then :
5527 $as_echo_n "(cached) " >&6
5529 if test -n "$NM"; then
5530 # Let the user override the test.
5533 lt_nm_to_check="${ac_tool_prefix}nm"
5534 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5535 lt_nm_to_check="$lt_nm_to_check nm"
5537 for lt_tmp_nm in $lt_nm_to_check; do
5538 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5539 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5541 test -z "$ac_dir" && ac_dir=.
5542 tmp_nm="$ac_dir/$lt_tmp_nm"
5543 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5544 # Check to see if the nm accepts a BSD-compat flag.
5545 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5546 # nm: unknown option "B" ignored
5547 # Tru64's nm complains that /dev/null is an invalid object file
5548 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5549 */dev/null* | *'Invalid file or object type'*)
5550 lt_cv_path_NM="$tmp_nm -B"
5554 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5556 lt_cv_path_NM="$tmp_nm -p"
5560 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5561 continue # so that we can try to find one that supports BSD flags
5570 : ${lt_cv_path_NM=no}
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5574 $as_echo "$lt_cv_path_NM" >&6; }
5575 if test "$lt_cv_path_NM" != "no"; then
5578 # Didn't find any BSD compatible name lister, look for dumpbin.
5579 if test -n "$DUMPBIN"; then :
5580 # Let the user override the test.
5582 if test -n "$ac_tool_prefix"; then
5583 for ac_prog in dumpbin "link -dump"
5585 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5586 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5588 $as_echo_n "checking for $ac_word... " >&6; }
5589 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5590 $as_echo_n "(cached) " >&6
5592 if test -n "$DUMPBIN"; then
5593 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5599 test -z "$as_dir" && as_dir=.
5600 for ac_exec_ext in '' $ac_executable_extensions; do
5601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5602 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5612 DUMPBIN=$ac_cv_prog_DUMPBIN
5613 if test -n "$DUMPBIN"; then
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5615 $as_echo "$DUMPBIN" >&6; }
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5618 $as_echo "no" >&6; }
5622 test -n "$DUMPBIN" && break
5625 if test -z "$DUMPBIN"; then
5626 ac_ct_DUMPBIN=$DUMPBIN
5627 for ac_prog in dumpbin "link -dump"
5629 # Extract the first word of "$ac_prog", so it can be a program name with args.
5630 set dummy $ac_prog; ac_word=$2
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5632 $as_echo_n "checking for $ac_word... " >&6; }
5633 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5634 $as_echo_n "(cached) " >&6
5636 if test -n "$ac_ct_DUMPBIN"; then
5637 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643 test -z "$as_dir" && as_dir=.
5644 for ac_exec_ext in '' $ac_executable_extensions; do
5645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5646 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5656 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5657 if test -n "$ac_ct_DUMPBIN"; then
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5659 $as_echo "$ac_ct_DUMPBIN" >&6; }
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5662 $as_echo "no" >&6; }
5666 test -n "$ac_ct_DUMPBIN" && break
5669 if test "x$ac_ct_DUMPBIN" = x; then
5672 case $cross_compiling:$ac_tool_warned in
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5676 ac_tool_warned=yes ;;
5678 DUMPBIN=$ac_ct_DUMPBIN
5682 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5684 DUMPBIN="$DUMPBIN -symbols"
5692 if test "$DUMPBIN" != ":"; then
5696 test -z "$NM" && NM=nm
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5704 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5705 if test "${lt_cv_nm_interface+set}" = set; then :
5706 $as_echo_n "(cached) " >&6
5708 lt_cv_nm_interface="BSD nm"
5709 echo "int some_variable = 0;" > conftest.$ac_ext
5710 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5711 (eval "$ac_compile" 2>conftest.err)
5712 cat conftest.err >&5
5713 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5714 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5715 cat conftest.err >&5
5716 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5717 cat conftest.out >&5
5718 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5719 lt_cv_nm_interface="MS dumpbin"
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5724 $as_echo "$lt_cv_nm_interface" >&6; }
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5727 $as_echo_n "checking whether ln -s works... " >&6; }
5729 if test "$LN_S" = "ln -s"; then
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5731 $as_echo "yes" >&6; }
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5734 $as_echo "no, using $LN_S" >&6; }
5737 # find the maximum length of command line arguments
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5739 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5740 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5741 $as_echo_n "(cached) " >&6
5748 # On DJGPP, this test can blow up pretty badly due to problems in libc
5749 # (any single argument exceeding 2000 bytes causes a buffer overrun
5750 # during glob expansion). Even if it were fixed, the result of this
5751 # check would be larger than it should be.
5752 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5756 # Under GNU Hurd, this test is not required because there is
5757 # no limit to the length of command line arguments.
5758 # Libtool will interpret -1 as no limit whatsoever
5759 lt_cv_sys_max_cmd_len=-1;
5762 cygwin* | mingw* | cegcc*)
5763 # On Win9x/ME, this test blows up -- it succeeds, but takes
5764 # about 5 minutes as the teststring grows exponentially.
5765 # Worse, since 9x/ME are not pre-emptively multitasking,
5766 # you end up with a "frozen" computer, even though with patience
5767 # the test eventually succeeds (with a max line length of 256k).
5768 # Instead, let's just punt: use the minimum linelength reported by
5769 # all of the supported platforms: 8192 (on NT/2K/XP).
5770 lt_cv_sys_max_cmd_len=8192;
5774 # On MiNT this can take a long time and run out of memory.
5775 lt_cv_sys_max_cmd_len=8192;
5779 # On AmigaOS with pdksh, this test takes hours, literally.
5780 # So we just punt and use a minimum line length of 8192.
5781 lt_cv_sys_max_cmd_len=8192;
5784 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5785 # This has been around since 386BSD, at least. Likely further.
5786 if test -x /sbin/sysctl; then
5787 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5788 elif test -x /usr/sbin/sysctl; then
5789 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5791 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5793 # And add a safety zone
5794 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5795 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5799 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5800 lt_cv_sys_max_cmd_len=196608
5804 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5805 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5806 # nice to cause kernel panics so lets avoid the loop below.
5807 # First set a reasonable default.
5808 lt_cv_sys_max_cmd_len=16384
5810 if test -x /sbin/sysconfig; then
5811 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5812 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5817 lt_cv_sys_max_cmd_len=102400
5819 sysv5* | sco5v6* | sysv4.2uw2*)
5820 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5821 if test -n "$kargmax"; then
5822 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5824 lt_cv_sys_max_cmd_len=32768
5828 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5829 if test -n "$lt_cv_sys_max_cmd_len"; then
5830 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5831 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5833 # Make teststring a little bigger before we do anything with it.
5834 # a 1K string should be a reasonable start.
5835 for i in 1 2 3 4 5 6 7 8 ; do
5836 teststring=$teststring$teststring
5838 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5839 # If test is not a shell built-in, we'll probably end up computing a
5840 # maximum length that is only half of the actual maximum length, but
5842 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5843 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5844 test $i != 17 # 1/2 MB should be enough
5847 teststring=$teststring$teststring
5849 # Only check the string length outside the loop.
5850 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5852 # Add a significant safety factor because C++ compilers can tack on
5853 # massive amounts of additional arguments before passing them to the
5854 # linker. It appears as though 1/2 is a usable value.
5855 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5862 if test -n $lt_cv_sys_max_cmd_len ; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5864 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5867 $as_echo "none" >&6; }
5869 max_cmd_len=$lt_cv_sys_max_cmd_len
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5881 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5882 # Try some XSI features
5885 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5887 && eval 'test $(( 1 + 1 )) -eq 2 \
5888 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5891 $as_echo "$xsi_shell" >&6; }
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5895 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5897 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5899 && lt_shell_append=yes
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5901 $as_echo "$lt_shell_append" >&6; }
5904 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5914 # test EBCDIC or ASCII
5915 case `echo X|tr X '\101'` in
5916 A) # ASCII based system
5917 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5918 lt_SP2NL='tr \040 \012'
5919 lt_NL2SP='tr \015\012 \040\040'
5921 *) # EBCDIC based system
5922 lt_SP2NL='tr \100 \n'
5923 lt_NL2SP='tr \r\n \100\100'
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5936 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5937 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5938 $as_echo_n "(cached) " >&6
5940 lt_cv_ld_reload_flag='-r'
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5943 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5944 reload_flag=$lt_cv_ld_reload_flag
5945 case $reload_flag in
5947 *) reload_flag=" $reload_flag" ;;
5949 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5952 if test "$GCC" = yes; then
5953 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5955 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5968 if test -n "$ac_tool_prefix"; then
5969 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5970 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5974 $as_echo_n "(cached) " >&6
5976 if test -n "$OBJDUMP"; then
5977 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983 test -z "$as_dir" && as_dir=.
5984 for ac_exec_ext in '' $ac_executable_extensions; do
5985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5986 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5996 OBJDUMP=$ac_cv_prog_OBJDUMP
5997 if test -n "$OBJDUMP"; then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5999 $as_echo "$OBJDUMP" >&6; }
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6007 if test -z "$ac_cv_prog_OBJDUMP"; then
6008 ac_ct_OBJDUMP=$OBJDUMP
6009 # Extract the first word of "objdump", so it can be a program name with args.
6010 set dummy objdump; ac_word=$2
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012 $as_echo_n "checking for $ac_word... " >&6; }
6013 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6014 $as_echo_n "(cached) " >&6
6016 if test -n "$ac_ct_OBJDUMP"; then
6017 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 test -z "$as_dir" && as_dir=.
6024 for ac_exec_ext in '' $ac_executable_extensions; do
6025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6026 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6036 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6037 if test -n "$ac_ct_OBJDUMP"; then
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6039 $as_echo "$ac_ct_OBJDUMP" >&6; }
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042 $as_echo "no" >&6; }
6045 if test "x$ac_ct_OBJDUMP" = x; then
6048 case $cross_compiling:$ac_tool_warned in
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6051 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6052 ac_tool_warned=yes ;;
6054 OBJDUMP=$ac_ct_OBJDUMP
6057 OBJDUMP="$ac_cv_prog_OBJDUMP"
6060 test -z "$OBJDUMP" && OBJDUMP=objdump
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6071 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6072 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6073 $as_echo_n "(cached) " >&6
6075 lt_cv_file_magic_cmd='$MAGIC_CMD'
6076 lt_cv_file_magic_test_file=
6077 lt_cv_deplibs_check_method='unknown'
6078 # Need to set the preceding variable on all platforms that support
6079 # interlibrary dependencies.
6080 # 'none' -- dependencies not supported.
6081 # `unknown' -- same as none, but documents that we really don't know.
6082 # 'pass_all' -- all dependencies passed with no checks.
6083 # 'test_compile' -- check by making test program.
6084 # 'file_magic [[regex]]' -- check by looking for files in library path
6085 # which responds to the $file_magic_cmd with a given extended regex.
6086 # If you have `file' or equivalent on your system and you're not sure
6087 # whether `pass_all' will *always* work, you probably want this one.
6091 lt_cv_deplibs_check_method=pass_all
6095 lt_cv_deplibs_check_method=pass_all
6099 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6100 lt_cv_file_magic_cmd='/usr/bin/file -L'
6101 lt_cv_file_magic_test_file=/shlib/libc.so
6105 # func_win32_libid is a shell function defined in ltmain.sh
6106 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6107 lt_cv_file_magic_cmd='func_win32_libid'
6111 # Base MSYS/MinGW do not provide the 'file' command needed by
6112 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6113 # unless we find 'file', for example because we are cross-compiling.
6114 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6115 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6116 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6117 lt_cv_file_magic_cmd='func_win32_libid'
6119 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6120 lt_cv_file_magic_cmd='$OBJDUMP -f'
6125 # use the weaker test based on 'objdump'. See mingw*.
6126 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6127 lt_cv_file_magic_cmd='$OBJDUMP -f'
6130 darwin* | rhapsody*)
6131 lt_cv_deplibs_check_method=pass_all
6134 freebsd* | dragonfly*)
6135 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6138 # Not sure whether the presence of OpenBSD here was a mistake.
6139 # Let's accept both of them until this is cleared up.
6140 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6141 lt_cv_file_magic_cmd=/usr/bin/file
6142 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6146 lt_cv_deplibs_check_method=pass_all
6151 lt_cv_deplibs_check_method=pass_all
6155 lt_cv_deplibs_check_method=pass_all
6158 hpux10.20* | hpux11*)
6159 lt_cv_file_magic_cmd=/usr/bin/file
6162 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6163 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6166 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]'
6167 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6170 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6171 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6177 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6181 irix5* | irix6* | nonstopux*)
6183 *-32|*"-32 ") libmagic=32-bit;;
6184 *-n32|*"-n32 ") libmagic=N32;;
6185 *-64|*"-64 ") libmagic=64-bit;;
6186 *) libmagic=never-match;;
6188 lt_cv_deplibs_check_method=pass_all
6191 # This must be Linux ELF.
6192 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6193 lt_cv_deplibs_check_method=pass_all
6197 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6200 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6205 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6206 lt_cv_file_magic_cmd=/usr/bin/file
6207 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6211 lt_cv_deplibs_check_method=pass_all
6215 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6216 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6218 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6222 osf3* | osf4* | osf5*)
6223 lt_cv_deplibs_check_method=pass_all
6227 lt_cv_deplibs_check_method=pass_all
6231 lt_cv_deplibs_check_method=pass_all
6234 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6235 lt_cv_deplibs_check_method=pass_all
6239 case $host_vendor in
6241 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]'
6242 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6245 lt_cv_deplibs_check_method=pass_all
6248 lt_cv_file_magic_cmd='/bin/file'
6249 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6252 lt_cv_file_magic_cmd='/bin/file'
6253 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6254 lt_cv_file_magic_test_file=/lib/libc.so
6257 lt_cv_deplibs_check_method=pass_all
6260 lt_cv_deplibs_check_method=pass_all
6266 lt_cv_deplibs_check_method=pass_all
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6272 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6273 file_magic_cmd=$lt_cv_file_magic_cmd
6274 deplibs_check_method=$lt_cv_deplibs_check_method
6275 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6288 if test -n "$ac_tool_prefix"; then
6289 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6290 set dummy ${ac_tool_prefix}ar; ac_word=$2
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292 $as_echo_n "checking for $ac_word... " >&6; }
6293 if test "${ac_cv_prog_AR+set}" = set; then :
6294 $as_echo_n "(cached) " >&6
6296 if test -n "$AR"; then
6297 ac_cv_prog_AR="$AR" # Let the user override the test.
6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6303 test -z "$as_dir" && as_dir=.
6304 for ac_exec_ext in '' $ac_executable_extensions; do
6305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6306 ac_cv_prog_AR="${ac_tool_prefix}ar"
6307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 if test -n "$AR"; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6319 $as_echo "$AR" >&6; }
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322 $as_echo "no" >&6; }
6327 if test -z "$ac_cv_prog_AR"; then
6329 # Extract the first word of "ar", so it can be a program name with args.
6330 set dummy ar; ac_word=$2
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6332 $as_echo_n "checking for $ac_word... " >&6; }
6333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6334 $as_echo_n "(cached) " >&6
6336 if test -n "$ac_ct_AR"; then
6337 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6343 test -z "$as_dir" && as_dir=.
6344 for ac_exec_ext in '' $ac_executable_extensions; do
6345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6346 ac_cv_prog_ac_ct_AR="ar"
6347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6357 if test -n "$ac_ct_AR"; then
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6359 $as_echo "$ac_ct_AR" >&6; }
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6362 $as_echo "no" >&6; }
6365 if test "x$ac_ct_AR" = x; then
6368 case $cross_compiling:$ac_tool_warned in
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6372 ac_tool_warned=yes ;;
6380 test -z "$AR" && AR=ar
6381 test -z "$AR_FLAGS" && AR_FLAGS=cru
6393 if test -n "$ac_tool_prefix"; then
6394 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6395 set dummy ${ac_tool_prefix}strip; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if test "${ac_cv_prog_STRIP+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
6401 if test -n "$STRIP"; then
6402 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6421 STRIP=$ac_cv_prog_STRIP
6422 if test -n "$STRIP"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6424 $as_echo "$STRIP" >&6; }
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6432 if test -z "$ac_cv_prog_STRIP"; then
6434 # Extract the first word of "strip", so it can be a program name with args.
6435 set dummy strip; ac_word=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6439 $as_echo_n "(cached) " >&6
6441 if test -n "$ac_ct_STRIP"; then
6442 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_ac_ct_STRIP="strip"
6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6462 if test -n "$ac_ct_STRIP"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6464 $as_echo "$ac_ct_STRIP" >&6; }
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467 $as_echo "no" >&6; }
6470 if test "x$ac_ct_STRIP" = x; then
6473 case $cross_compiling:$ac_tool_warned in
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6477 ac_tool_warned=yes ;;
6482 STRIP="$ac_cv_prog_STRIP"
6485 test -z "$STRIP" && STRIP=:
6492 if test -n "$ac_tool_prefix"; then
6493 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6494 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6496 $as_echo_n "checking for $ac_word... " >&6; }
6497 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6498 $as_echo_n "(cached) " >&6
6500 if test -n "$RANLIB"; then
6501 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6507 test -z "$as_dir" && as_dir=.
6508 for ac_exec_ext in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6520 RANLIB=$ac_cv_prog_RANLIB
6521 if test -n "$RANLIB"; then
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6523 $as_echo "$RANLIB" >&6; }
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6526 $as_echo "no" >&6; }
6531 if test -z "$ac_cv_prog_RANLIB"; then
6532 ac_ct_RANLIB=$RANLIB
6533 # Extract the first word of "ranlib", so it can be a program name with args.
6534 set dummy ranlib; ac_word=$2
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536 $as_echo_n "checking for $ac_word... " >&6; }
6537 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6538 $as_echo_n "(cached) " >&6
6540 if test -n "$ac_ct_RANLIB"; then
6541 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 test -z "$as_dir" && as_dir=.
6548 for ac_exec_ext in '' $ac_executable_extensions; do
6549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6550 ac_cv_prog_ac_ct_RANLIB="ranlib"
6551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6560 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6561 if test -n "$ac_ct_RANLIB"; then
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6563 $as_echo "$ac_ct_RANLIB" >&6; }
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566 $as_echo "no" >&6; }
6569 if test "x$ac_ct_RANLIB" = x; then
6572 case $cross_compiling:$ac_tool_warned in
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6575 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6576 ac_tool_warned=yes ;;
6578 RANLIB=$ac_ct_RANLIB
6581 RANLIB="$ac_cv_prog_RANLIB"
6584 test -z "$RANLIB" && RANLIB=:
6591 # Determine commands to create old-style static archives.
6592 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6593 old_postinstall_cmds='chmod 644 $oldlib'
6594 old_postuninstall_cmds=
6596 if test -n "$RANLIB"; then
6599 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6602 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6605 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6610 lock_old_archive_extraction=yes ;;
6612 lock_old_archive_extraction=no ;;
6653 # If no C compiler was specified, use CC.
6656 # If no C compiler flags were specified, use CFLAGS.
6657 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6659 # Allow CC to be a program name with arguments.
6663 # Check for command to grab the raw symbol name followed by C symbol from nm.
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6665 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6666 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6667 $as_echo_n "(cached) " >&6
6670 # These are sane defaults that work on at least a few old systems.
6671 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6673 # Character class describing NM global symbol codes.
6674 symcode='[BCDEGRST]'
6676 # Regexp to match symbols that can be accessed directly from C.
6677 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6679 # Define system-specific variables.
6684 cygwin* | mingw* | pw32* | cegcc*)
6685 symcode='[ABCDGISTW]'
6688 if test "$host_cpu" = ia64; then
6689 symcode='[ABCDEGRST]'
6693 symcode='[BCDEGRST]'
6696 symcode='[BCDEGQRST]'
6707 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6715 # If we're using GNU nm, then use its standard symbol codes.
6716 case `$NM -V 2>&1` in
6717 *GNU* | *'with BFD'*)
6718 symcode='[ABCDGIRSTW]' ;;
6721 # Transform an extracted symbol line into a proper C declaration.
6722 # Some systems (esp. on ia64) link data and code symbols differently,
6723 # so use this general approach.
6724 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6726 # Transform an extracted symbol line into symbol name and symbol address
6727 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6728 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'"
6730 # Handle CRLF in mingw tool chain
6734 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6738 # Try without a prefix underscore, then with it.
6739 for ac_symprfx in "" "_"; do
6741 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6742 symxfrm="\\1 $ac_symprfx\\2 \\2"
6744 # Write the raw and C identifiers.
6745 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6746 # Fake it for dumpbin and say T for any non-static function
6747 # and D for any global variable.
6748 # Also find C++ and __fastcall symbols from MSVC++,
6749 # which start with @ or ?.
6750 lt_cv_sys_global_symbol_pipe="$AWK '"\
6751 " {last_section=section; section=\$ 3};"\
6752 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6753 " \$ 0!~/External *\|/{next};"\
6754 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6755 " {if(hide[section]) next};"\
6756 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6757 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6758 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6759 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6760 " ' prfx=^$ac_symprfx"
6762 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6765 # Check to see that the pipe works correctly.
6769 cat > conftest.$ac_ext <<_LT_EOF
6774 void nm_test_func(void);
6775 void nm_test_func(void){}
6779 int main(){nm_test_var='a';nm_test_func();return(0);}
6782 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6783 (eval $ac_compile) 2>&5
6785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6786 test $ac_status = 0; }; then
6787 # Now try to grab the symbols.
6789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6790 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793 test $ac_status = 0; } && test -s "$nlist"; then
6794 # Try sorting and uniquifying the output.
6795 if sort "$nlist" | uniq > "$nlist"T; then
6796 mv -f "$nlist"T "$nlist"
6801 # Make sure that we snagged all the symbols we need.
6802 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6803 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6804 cat <<_LT_EOF > conftest.$ac_ext
6810 # Now generate the symbol file.
6811 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6813 cat <<_LT_EOF >> conftest.$ac_ext
6815 /* The mapping between symbol names and symbols. */
6820 lt__PROGRAM__LTX_preloaded_symbols[] =
6822 { "@PROGRAM@", (void *) 0 },
6824 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6825 cat <<\_LT_EOF >> conftest.$ac_ext
6829 /* This works around a problem in FreeBSD linker */
6830 #ifdef FREEBSD_WORKAROUND
6831 static const void *lt_preloaded_setup() {
6832 return lt__PROGRAM__LTX_preloaded_symbols;
6840 # Now try linking the two files.
6841 mv conftest.$ac_objext conftstm.$ac_objext
6842 lt_save_LIBS="$LIBS"
6843 lt_save_CFLAGS="$CFLAGS"
6844 LIBS="conftstm.$ac_objext"
6845 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6847 (eval $ac_link) 2>&5
6849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6853 LIBS="$lt_save_LIBS"
6854 CFLAGS="$lt_save_CFLAGS"
6856 echo "cannot find nm_test_func in $nlist" >&5
6859 echo "cannot find nm_test_var in $nlist" >&5
6862 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6865 echo "$progname: failed program was:" >&5
6866 cat conftest.$ac_ext >&5
6868 rm -rf conftest* conftst*
6870 # Do not use the global_symbol_pipe unless it works.
6871 if test "$pipe_works" = yes; then
6874 lt_cv_sys_global_symbol_pipe=
6880 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6881 lt_cv_sys_global_symbol_to_cdecl=
6883 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6885 $as_echo "failed" >&6; }
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6888 $as_echo "ok" >&6; }
6912 # Check whether --enable-libtool-lock was given.
6913 if test "${enable_libtool_lock+set}" = set; then :
6914 enableval=$enable_libtool_lock;
6917 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6919 # Some flags need to be propagated to the compiler or linker for good
6923 # Find out which ABI we are using.
6924 echo 'int i;' > conftest.$ac_ext
6925 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6926 (eval $ac_compile) 2>&5
6928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6929 test $ac_status = 0; }; then
6930 case `/usr/bin/file conftest.$ac_objext` in
6942 # Find out which ABI we are using.
6943 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6944 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6945 (eval $ac_compile) 2>&5
6947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948 test $ac_status = 0; }; then
6949 if test "$lt_cv_prog_gnu_ld" = yes; then
6950 case `/usr/bin/file conftest.$ac_objext` in
6952 LD="${LD-ld} -melf32bsmip"
6955 LD="${LD-ld} -melf32bmipn32"
6958 LD="${LD-ld} -melf64bmip"
6962 case `/usr/bin/file conftest.$ac_objext` in
6978 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6979 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6980 # Find out which ABI we are using.
6981 echo 'int i;' > conftest.$ac_ext
6982 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6983 (eval $ac_compile) 2>&5
6985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6986 test $ac_status = 0; }; then
6987 case `/usr/bin/file conftest.o` in
6990 x86_64-*kfreebsd*-gnu)
6991 LD="${LD-ld} -m elf_i386_fbsd"
6994 case `/usr/bin/file conftest.o` in
6996 LD="${LD-ld} -m elf32_x86_64"
6999 LD="${LD-ld} -m elf_i386"
7003 powerpc64le-*linux*)
7004 LD="${LD-ld} -m elf32lppclinux"
7007 LD="${LD-ld} -m elf32ppclinux"
7010 LD="${LD-ld} -m elf_s390"
7013 LD="${LD-ld} -m elf32_sparc"
7019 x86_64-*kfreebsd*-gnu)
7020 LD="${LD-ld} -m elf_x86_64_fbsd"
7023 LD="${LD-ld} -m elf_x86_64"
7026 LD="${LD-ld} -m elf64lppc"
7029 LD="${LD-ld} -m elf64ppc"
7031 s390*-*linux*|s390*-*tpf*)
7032 LD="${LD-ld} -m elf64_s390"
7035 LD="${LD-ld} -m elf64_sparc"
7045 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7046 SAVE_CFLAGS="$CFLAGS"
7047 CFLAGS="$CFLAGS -belf"
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7049 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7050 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7051 $as_echo_n "(cached) " >&6
7054 ac_cpp='$CPP $CPPFLAGS'
7055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7060 /* end confdefs.h. */
7070 if ac_fn_c_try_link "$LINENO"; then :
7071 lt_cv_cc_needs_belf=yes
7073 lt_cv_cc_needs_belf=no
7075 rm -f core conftest.err conftest.$ac_objext \
7076 conftest$ac_exeext conftest.$ac_ext
7078 ac_cpp='$CPP $CPPFLAGS'
7079 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7080 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7081 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7085 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7086 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7087 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7088 CFLAGS="$SAVE_CFLAGS"
7092 # Find out which ABI we are using.
7093 echo 'int i;' > conftest.$ac_ext
7094 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7095 (eval $ac_compile) 2>&5
7097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098 test $ac_status = 0; }; then
7099 case `/usr/bin/file conftest.o` in
7101 case $lt_cv_prog_gnu_ld in
7102 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7104 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7116 need_locks="$enable_libtool_lock"
7120 rhapsody* | darwin*)
7121 if test -n "$ac_tool_prefix"; then
7122 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7123 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7125 $as_echo_n "checking for $ac_word... " >&6; }
7126 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7127 $as_echo_n "(cached) " >&6
7129 if test -n "$DSYMUTIL"; then
7130 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7136 test -z "$as_dir" && as_dir=.
7137 for ac_exec_ext in '' $ac_executable_extensions; do
7138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7139 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7149 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7150 if test -n "$DSYMUTIL"; then
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7152 $as_echo "$DSYMUTIL" >&6; }
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7155 $as_echo "no" >&6; }
7160 if test -z "$ac_cv_prog_DSYMUTIL"; then
7161 ac_ct_DSYMUTIL=$DSYMUTIL
7162 # Extract the first word of "dsymutil", so it can be a program name with args.
7163 set dummy dsymutil; ac_word=$2
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7165 $as_echo_n "checking for $ac_word... " >&6; }
7166 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7167 $as_echo_n "(cached) " >&6
7169 if test -n "$ac_ct_DSYMUTIL"; then
7170 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7176 test -z "$as_dir" && as_dir=.
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7179 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7189 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7190 if test -n "$ac_ct_DSYMUTIL"; then
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7192 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195 $as_echo "no" >&6; }
7198 if test "x$ac_ct_DSYMUTIL" = x; then
7201 case $cross_compiling:$ac_tool_warned in
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7204 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7205 ac_tool_warned=yes ;;
7207 DSYMUTIL=$ac_ct_DSYMUTIL
7210 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7213 if test -n "$ac_tool_prefix"; then
7214 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7215 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7217 $as_echo_n "checking for $ac_word... " >&6; }
7218 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7219 $as_echo_n "(cached) " >&6
7221 if test -n "$NMEDIT"; then
7222 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7228 test -z "$as_dir" && as_dir=.
7229 for ac_exec_ext in '' $ac_executable_extensions; do
7230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7231 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7241 NMEDIT=$ac_cv_prog_NMEDIT
7242 if test -n "$NMEDIT"; then
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7244 $as_echo "$NMEDIT" >&6; }
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7247 $as_echo "no" >&6; }
7252 if test -z "$ac_cv_prog_NMEDIT"; then
7253 ac_ct_NMEDIT=$NMEDIT
7254 # Extract the first word of "nmedit", so it can be a program name with args.
7255 set dummy nmedit; ac_word=$2
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257 $as_echo_n "checking for $ac_word... " >&6; }
7258 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7259 $as_echo_n "(cached) " >&6
7261 if test -n "$ac_ct_NMEDIT"; then
7262 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268 test -z "$as_dir" && as_dir=.
7269 for ac_exec_ext in '' $ac_executable_extensions; do
7270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7271 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7281 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7282 if test -n "$ac_ct_NMEDIT"; then
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7284 $as_echo "$ac_ct_NMEDIT" >&6; }
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287 $as_echo "no" >&6; }
7290 if test "x$ac_ct_NMEDIT" = x; then
7293 case $cross_compiling:$ac_tool_warned in
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7296 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7297 ac_tool_warned=yes ;;
7299 NMEDIT=$ac_ct_NMEDIT
7302 NMEDIT="$ac_cv_prog_NMEDIT"
7305 if test -n "$ac_tool_prefix"; then
7306 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7307 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7309 $as_echo_n "checking for $ac_word... " >&6; }
7310 if test "${ac_cv_prog_LIPO+set}" = set; then :
7311 $as_echo_n "(cached) " >&6
7313 if test -n "$LIPO"; then
7314 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320 test -z "$as_dir" && as_dir=.
7321 for ac_exec_ext in '' $ac_executable_extensions; do
7322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7323 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7333 LIPO=$ac_cv_prog_LIPO
7334 if test -n "$LIPO"; then
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7336 $as_echo "$LIPO" >&6; }
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7339 $as_echo "no" >&6; }
7344 if test -z "$ac_cv_prog_LIPO"; then
7346 # Extract the first word of "lipo", so it can be a program name with args.
7347 set dummy lipo; ac_word=$2
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349 $as_echo_n "checking for $ac_word... " >&6; }
7350 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7351 $as_echo_n "(cached) " >&6
7353 if test -n "$ac_ct_LIPO"; then
7354 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360 test -z "$as_dir" && as_dir=.
7361 for ac_exec_ext in '' $ac_executable_extensions; do
7362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7363 ac_cv_prog_ac_ct_LIPO="lipo"
7364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7373 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7374 if test -n "$ac_ct_LIPO"; then
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7376 $as_echo "$ac_ct_LIPO" >&6; }
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379 $as_echo "no" >&6; }
7382 if test "x$ac_ct_LIPO" = x; then
7385 case $cross_compiling:$ac_tool_warned in
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7388 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7389 ac_tool_warned=yes ;;
7394 LIPO="$ac_cv_prog_LIPO"
7397 if test -n "$ac_tool_prefix"; then
7398 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7399 set dummy ${ac_tool_prefix}otool; ac_word=$2
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7401 $as_echo_n "checking for $ac_word... " >&6; }
7402 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7403 $as_echo_n "(cached) " >&6
7405 if test -n "$OTOOL"; then
7406 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412 test -z "$as_dir" && as_dir=.
7413 for ac_exec_ext in '' $ac_executable_extensions; do
7414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7415 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7425 OTOOL=$ac_cv_prog_OTOOL
7426 if test -n "$OTOOL"; then
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7428 $as_echo "$OTOOL" >&6; }
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7431 $as_echo "no" >&6; }
7436 if test -z "$ac_cv_prog_OTOOL"; then
7438 # Extract the first word of "otool", so it can be a program name with args.
7439 set dummy otool; ac_word=$2
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441 $as_echo_n "checking for $ac_word... " >&6; }
7442 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7443 $as_echo_n "(cached) " >&6
7445 if test -n "$ac_ct_OTOOL"; then
7446 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452 test -z "$as_dir" && as_dir=.
7453 for ac_exec_ext in '' $ac_executable_extensions; do
7454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455 ac_cv_prog_ac_ct_OTOOL="otool"
7456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7465 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7466 if test -n "$ac_ct_OTOOL"; then
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7468 $as_echo "$ac_ct_OTOOL" >&6; }
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471 $as_echo "no" >&6; }
7474 if test "x$ac_ct_OTOOL" = x; then
7477 case $cross_compiling:$ac_tool_warned in
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7481 ac_tool_warned=yes ;;
7486 OTOOL="$ac_cv_prog_OTOOL"
7489 if test -n "$ac_tool_prefix"; then
7490 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7491 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7493 $as_echo_n "checking for $ac_word... " >&6; }
7494 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7495 $as_echo_n "(cached) " >&6
7497 if test -n "$OTOOL64"; then
7498 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7504 test -z "$as_dir" && as_dir=.
7505 for ac_exec_ext in '' $ac_executable_extensions; do
7506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7507 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7517 OTOOL64=$ac_cv_prog_OTOOL64
7518 if test -n "$OTOOL64"; then
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7520 $as_echo "$OTOOL64" >&6; }
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523 $as_echo "no" >&6; }
7528 if test -z "$ac_cv_prog_OTOOL64"; then
7529 ac_ct_OTOOL64=$OTOOL64
7530 # Extract the first word of "otool64", so it can be a program name with args.
7531 set dummy otool64; ac_word=$2
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7533 $as_echo_n "checking for $ac_word... " >&6; }
7534 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7535 $as_echo_n "(cached) " >&6
7537 if test -n "$ac_ct_OTOOL64"; then
7538 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544 test -z "$as_dir" && as_dir=.
7545 for ac_exec_ext in '' $ac_executable_extensions; do
7546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7547 ac_cv_prog_ac_ct_OTOOL64="otool64"
7548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7557 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7558 if test -n "$ac_ct_OTOOL64"; then
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7560 $as_echo "$ac_ct_OTOOL64" >&6; }
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7563 $as_echo "no" >&6; }
7566 if test "x$ac_ct_OTOOL64" = x; then
7569 case $cross_compiling:$ac_tool_warned in
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7572 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7573 ac_tool_warned=yes ;;
7575 OTOOL64=$ac_ct_OTOOL64
7578 OTOOL64="$ac_cv_prog_OTOOL64"
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7608 $as_echo_n "checking for -single_module linker flag... " >&6; }
7609 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7610 $as_echo_n "(cached) " >&6
7612 lt_cv_apple_cc_single_mod=no
7613 if test -z "${LT_MULTI_MODULE}"; then
7614 # By default we will add the -single_module flag. You can override
7615 # by either setting the environment variable LT_MULTI_MODULE
7616 # non-empty at configure time, or by adding -multi_module to the
7618 rm -rf libconftest.dylib*
7619 echo "int foo(void){return 1;}" > conftest.c
7620 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621 -dynamiclib -Wl,-single_module conftest.c" >&5
7622 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7623 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7625 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7626 lt_cv_apple_cc_single_mod=yes
7628 cat conftest.err >&5
7630 rm -rf libconftest.dylib*
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7635 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7637 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7638 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7639 $as_echo_n "(cached) " >&6
7641 lt_cv_ld_exported_symbols_list=no
7642 save_LDFLAGS=$LDFLAGS
7643 echo "_main" > conftest.sym
7644 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7646 /* end confdefs.h. */
7656 if ac_fn_c_try_link "$LINENO"; then :
7657 lt_cv_ld_exported_symbols_list=yes
7659 lt_cv_ld_exported_symbols_list=no
7661 rm -f core conftest.err conftest.$ac_objext \
7662 conftest$ac_exeext conftest.$ac_ext
7663 LDFLAGS="$save_LDFLAGS"
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7667 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7669 $as_echo_n "checking for -force_load linker flag... " >&6; }
7670 if test "${lt_cv_ld_force_load+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
7673 lt_cv_ld_force_load=no
7674 cat > conftest.c << _LT_EOF
7675 int forced_loaded() { return 2;}
7677 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7678 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7679 echo "$AR cru libconftest.a conftest.o" >&5
7680 $AR cru libconftest.a conftest.o 2>&5
7681 cat > conftest.c << _LT_EOF
7682 int main() { return 0;}
7684 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7685 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7687 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7688 lt_cv_ld_force_load=yes
7690 cat conftest.err >&5
7692 rm -f conftest.err libconftest.a conftest conftest.c
7693 rm -rf conftest.dSYM
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7697 $as_echo "$lt_cv_ld_force_load" >&6; }
7699 rhapsody* | darwin1.[012])
7700 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7702 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7703 darwin*) # darwin 5.x on
7704 # if running on 10.5 or later, the deployment target defaults
7705 # to the OS version, if on x86, and 10.4, the deployment
7706 # target defaults to 10.4. Don't you love it?
7707 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7708 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7709 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7711 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7713 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7717 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7718 _lt_dar_single_mod='$single_module'
7720 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7721 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7723 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7725 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7726 _lt_dsymutil='~$DSYMUTIL $lib || :'
7733 for ac_header in dlfcn.h
7735 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7737 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7738 cat >>confdefs.h <<_ACEOF
7739 #define HAVE_DLFCN_H 1
7760 # Check whether --enable-shared was given.
7761 if test "${enable_shared+set}" = set; then :
7762 enableval=$enable_shared; p=${PACKAGE-default}
7764 yes) enable_shared=yes ;;
7765 no) enable_shared=no ;;
7768 # Look at the argument we got. We use all the common list separators.
7769 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7770 for pkg in $enableval; do
7772 if test "X$pkg" = "X$p"; then
7791 # Check whether --enable-static was given.
7792 if test "${enable_static+set}" = set; then :
7793 enableval=$enable_static; p=${PACKAGE-default}
7795 yes) enable_static=yes ;;
7796 no) enable_static=no ;;
7799 # Look at the argument we got. We use all the common list separators.
7800 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7801 for pkg in $enableval; do
7803 if test "X$pkg" = "X$p"; then
7823 # Check whether --with-pic was given.
7824 if test "${with_pic+set}" = set; then :
7825 withval=$with_pic; pic_mode="$withval"
7831 test -z "$pic_mode" && pic_mode=default
7839 # Check whether --enable-fast-install was given.
7840 if test "${enable_fast_install+set}" = set; then :
7841 enableval=$enable_fast_install; p=${PACKAGE-default}
7843 yes) enable_fast_install=yes ;;
7844 no) enable_fast_install=no ;;
7846 enable_fast_install=no
7847 # Look at the argument we got. We use all the common list separators.
7848 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7849 for pkg in $enableval; do
7851 if test "X$pkg" = "X$p"; then
7852 enable_fast_install=yes
7859 enable_fast_install=yes
7872 # This can be used to rebuild libtool when needed
7873 LIBTOOL_DEPS="$ltmain"
7875 # Always use our own libtool.
7876 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7903 test -z "$LN_S" && LN_S="ln -s"
7918 if test -n "${ZSH_VERSION+set}" ; then
7919 setopt NO_GLOB_SUBST
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7923 $as_echo_n "checking for objdir... " >&6; }
7924 if test "${lt_cv_objdir+set}" = set; then :
7925 $as_echo_n "(cached) " >&6
7927 rm -f .libs 2>/dev/null
7928 mkdir .libs 2>/dev/null
7929 if test -d .libs; then
7932 # MS-DOS does not allow filenames that begin with a dot.
7935 rmdir .libs 2>/dev/null
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7938 $as_echo "$lt_cv_objdir" >&6; }
7939 objdir=$lt_cv_objdir
7945 cat >>confdefs.h <<_ACEOF
7946 #define LT_OBJDIR "$lt_cv_objdir/"
7954 # AIX sometimes has problems with the GCC collect2 program. For some
7955 # reason, if we set the COLLECT_NAMES environment variable, the problems
7956 # vanish in a puff of smoke.
7957 if test "X${COLLECT_NAMES+set}" != Xset; then
7959 export COLLECT_NAMES
7966 can_build_shared=yes
7968 # All known linkers require a `.a' archive for static linking (except MSVC,
7969 # which needs '.lib').
7972 with_gnu_ld="$lt_cv_prog_gnu_ld"
7975 old_CFLAGS="$CFLAGS"
7977 # Set sane defaults for various variables
7978 test -z "$CC" && CC=cc
7979 test -z "$LTCC" && LTCC=$CC
7980 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7981 test -z "$LD" && LD=ld
7982 test -z "$ac_objext" && ac_objext=o
7984 for cc_temp in $compiler""; do
7986 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7987 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7992 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7995 # Only perform the check for file, if the check method requires it
7996 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7997 case $deplibs_check_method in
7999 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8001 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8002 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8003 $as_echo_n "(cached) " >&6
8007 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8010 lt_save_MAGIC_CMD="$MAGIC_CMD"
8011 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8012 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8013 for ac_dir in $ac_dummy; do
8015 test -z "$ac_dir" && ac_dir=.
8016 if test -f $ac_dir/${ac_tool_prefix}file; then
8017 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8018 if test -n "$file_magic_test_file"; then
8019 case $deplibs_check_method in
8021 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8022 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8023 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8024 $EGREP "$file_magic_regex" > /dev/null; then
8029 *** Warning: the command libtool uses to detect shared libraries,
8030 *** $file_magic_cmd, produces output that libtool cannot recognize.
8031 *** The result is that libtool may fail to recognize shared libraries
8032 *** as such. This will affect the creation of libtool libraries that
8033 *** depend on shared libraries, but programs linked with such libtool
8034 *** libraries will work regardless of this problem. Nevertheless, you
8035 *** may want to report the problem to your system manager and/or to
8036 *** bug-libtool@gnu.org
8046 MAGIC_CMD="$lt_save_MAGIC_CMD"
8051 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8052 if test -n "$MAGIC_CMD"; then
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8054 $as_echo "$MAGIC_CMD" >&6; }
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057 $as_echo "no" >&6; }
8064 if test -z "$lt_cv_path_MAGIC_CMD"; then
8065 if test -n "$ac_tool_prefix"; then
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8067 $as_echo_n "checking for file... " >&6; }
8068 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
8073 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8076 lt_save_MAGIC_CMD="$MAGIC_CMD"
8077 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8078 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8079 for ac_dir in $ac_dummy; do
8081 test -z "$ac_dir" && ac_dir=.
8082 if test -f $ac_dir/file; then
8083 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8084 if test -n "$file_magic_test_file"; then
8085 case $deplibs_check_method in
8087 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8088 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8089 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8090 $EGREP "$file_magic_regex" > /dev/null; then
8095 *** Warning: the command libtool uses to detect shared libraries,
8096 *** $file_magic_cmd, produces output that libtool cannot recognize.
8097 *** The result is that libtool may fail to recognize shared libraries
8098 *** as such. This will affect the creation of libtool libraries that
8099 *** depend on shared libraries, but programs linked with such libtool
8100 *** libraries will work regardless of this problem. Nevertheless, you
8101 *** may want to report the problem to your system manager and/or to
8102 *** bug-libtool@gnu.org
8112 MAGIC_CMD="$lt_save_MAGIC_CMD"
8117 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8118 if test -n "$MAGIC_CMD"; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8120 $as_echo "$MAGIC_CMD" >&6; }
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123 $as_echo "no" >&6; }
8136 # Use C for the default configuration in the libtool script
8140 ac_cpp='$CPP $CPPFLAGS'
8141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8146 # Source file extension for C test sources.
8149 # Object file extension for compiled C test sources.
8153 # Code to be used in simple compile tests
8154 lt_simple_compile_test_code="int some_variable = 0;"
8156 # Code to be used in simple link tests
8157 lt_simple_link_test_code='int main(){return(0);}'
8165 # If no C compiler was specified, use CC.
8168 # If no C compiler flags were specified, use CFLAGS.
8169 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8171 # Allow CC to be a program name with arguments.
8174 # Save the default compiler, since it gets overwritten when the other
8175 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8176 compiler_DEFAULT=$CC
8178 # save warnings/boilerplate of simple test code
8179 ac_outfile=conftest.$ac_objext
8180 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8181 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8182 _lt_compiler_boilerplate=`cat conftest.err`
8185 ac_outfile=conftest.$ac_objext
8186 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8187 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8188 _lt_linker_boilerplate=`cat conftest.err`
8193 ## There is no encapsulation within the following macros, do not change
8194 ## the running order or otherwise move them around unless you know exactly
8195 ## what you are doing...
8196 if test -n "$compiler"; then
8198 lt_prog_compiler_no_builtin_flag=
8200 if test "$GCC" = yes; then
8201 case $cc_basename in
8203 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8205 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8209 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8210 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8211 $as_echo_n "(cached) " >&6
8213 lt_cv_prog_compiler_rtti_exceptions=no
8214 ac_outfile=conftest.$ac_objext
8215 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8216 lt_compiler_flag="-fno-rtti -fno-exceptions"
8217 # Insert the option either (1) after the last *FLAGS variable, or
8218 # (2) before a word containing "conftest.", or (3) at the end.
8219 # Note that $ac_compile itself does not contain backslashes and begins
8220 # with a dollar sign (not a hyphen), so the echo should work correctly.
8221 # The option is referenced via a variable to avoid confusing sed.
8222 lt_compile=`echo "$ac_compile" | $SED \
8223 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8224 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8225 -e 's:$: $lt_compiler_flag:'`
8226 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8227 (eval "$lt_compile" 2>conftest.err)
8229 cat conftest.err >&5
8230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8231 if (exit $ac_status) && test -s "$ac_outfile"; then
8232 # The compiler can only warn and ignore the option if not recognized
8233 # So say no if there are warnings other than the usual output.
8234 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8235 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8236 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8237 lt_cv_prog_compiler_rtti_exceptions=yes
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8244 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8246 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8247 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8259 lt_prog_compiler_wl=
8260 lt_prog_compiler_pic=
8261 lt_prog_compiler_static=
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8264 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8266 if test "$GCC" = yes; then
8267 lt_prog_compiler_wl='-Wl,'
8268 lt_prog_compiler_static='-static'
8272 # All AIX code is PIC.
8273 if test "$host_cpu" = ia64; then
8274 # AIX 5 now supports IA64 processor
8275 lt_prog_compiler_static='-Bstatic'
8277 lt_prog_compiler_pic='-fPIC'
8283 # see comment about AmigaOS4 .so support
8284 lt_prog_compiler_pic='-fPIC'
8287 # FIXME: we need at least 68020 code to build shared libraries, but
8288 # adding the `-m68020' flag to GCC prevents building anything better,
8290 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8295 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8296 # PIC is the default for these OSes.
8299 mingw* | cygwin* | pw32* | os2* | cegcc*)
8300 # This hack is so that the source file can tell whether it is being
8301 # built for inclusion in a dll (and should export symbols for example).
8302 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8303 # (--disable-auto-import) libraries
8304 lt_prog_compiler_pic='-DDLL_EXPORT'
8307 darwin* | rhapsody*)
8308 # PIC is the default on this platform
8309 # Common symbols not allowed in MH_DYLIB files
8310 lt_prog_compiler_pic='-fno-common'
8314 # PIC is the default for Haiku.
8315 # The "-static" flag exists, but is broken.
8316 lt_prog_compiler_static=
8320 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8321 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8322 # sets the default TLS model and affects inlining.
8328 lt_prog_compiler_pic='-fPIC'
8334 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8335 # Instead, we relocate shared libraries at runtime.
8339 # Just because we use GCC doesn't mean we suddenly get shared libraries
8340 # on systems that don't support them.
8341 lt_prog_compiler_can_build_shared=no
8346 # QNX uses GNU C++, but need to define -shared option too, otherwise
8348 lt_prog_compiler_pic='-fPIC -shared'
8352 if test -d /usr/nec; then
8353 lt_prog_compiler_pic=-Kconform_pic
8358 lt_prog_compiler_pic='-fPIC'
8362 case $cc_basename in
8363 nvcc*) # Cuda Compiler Driver 2.2
8364 lt_prog_compiler_wl='-Xlinker '
8365 lt_prog_compiler_pic='-Xcompiler -fPIC'
8369 # PORTME Check for flag to pass linker flags through the system compiler.
8372 lt_prog_compiler_wl='-Wl,'
8373 if test "$host_cpu" = ia64; then
8374 # AIX 5 now supports IA64 processor
8375 lt_prog_compiler_static='-Bstatic'
8377 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8381 mingw* | cygwin* | pw32* | os2* | cegcc*)
8382 # This hack is so that the source file can tell whether it is being
8383 # built for inclusion in a dll (and should export symbols for example).
8384 lt_prog_compiler_pic='-DDLL_EXPORT'
8387 hpux9* | hpux10* | hpux11*)
8388 lt_prog_compiler_wl='-Wl,'
8389 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8396 lt_prog_compiler_pic='+Z'
8399 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8400 lt_prog_compiler_static='${wl}-a ${wl}archive'
8403 irix5* | irix6* | nonstopux*)
8404 lt_prog_compiler_wl='-Wl,'
8405 # PIC (with -KPIC) is the default.
8406 lt_prog_compiler_static='-non_shared'
8409 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8410 case $cc_basename in
8411 # old Intel for x86_64 which still supported -KPIC.
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_pic='-KPIC'
8415 lt_prog_compiler_static='-static'
8417 # icc used to be incompatible with GCC.
8418 # ICC 10 doesn't accept -KPIC any more.
8420 lt_prog_compiler_wl='-Wl,'
8421 lt_prog_compiler_pic='-fPIC'
8422 lt_prog_compiler_static='-static'
8424 # Lahey Fortran 8.1.
8426 lt_prog_compiler_wl='-Wl,'
8427 lt_prog_compiler_pic='--shared'
8428 lt_prog_compiler_static='--static'
8430 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8431 # Portland Group compilers (*not* the Pentium gcc compiler,
8432 # which looks to be a dead project)
8433 lt_prog_compiler_wl='-Wl,'
8434 lt_prog_compiler_pic='-fpic'
8435 lt_prog_compiler_static='-Bstatic'
8438 lt_prog_compiler_wl='-Wl,'
8439 # All Alpha code is PIC.
8440 lt_prog_compiler_static='-non_shared'
8442 xl* | bgxl* | bgf* | mpixl*)
8443 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8444 lt_prog_compiler_wl='-Wl,'
8445 lt_prog_compiler_pic='-qpic'
8446 lt_prog_compiler_static='-qstaticlink'
8449 case `$CC -V 2>&1 | sed 5q` in
8450 *Sun\ F* | *Sun*Fortran*)
8451 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8452 lt_prog_compiler_pic='-KPIC'
8453 lt_prog_compiler_static='-Bstatic'
8454 lt_prog_compiler_wl=''
8458 lt_prog_compiler_pic='-KPIC'
8459 lt_prog_compiler_static='-Bstatic'
8460 lt_prog_compiler_wl='-Wl,'
8468 lt_prog_compiler_pic='-KPIC'
8469 lt_prog_compiler_static='-Bstatic'
8473 # QNX uses GNU C++, but need to define -shared option too, otherwise
8475 lt_prog_compiler_pic='-fPIC -shared'
8478 osf3* | osf4* | osf5*)
8479 lt_prog_compiler_wl='-Wl,'
8480 # All OSF/1 code is PIC.
8481 lt_prog_compiler_static='-non_shared'
8485 lt_prog_compiler_static='-non_shared'
8489 lt_prog_compiler_pic='-KPIC'
8490 lt_prog_compiler_static='-Bstatic'
8491 case $cc_basename in
8493 lt_prog_compiler_wl='-Qoption ld ';;
8495 lt_prog_compiler_wl='-Wl,';;
8500 lt_prog_compiler_wl='-Qoption ld '
8501 lt_prog_compiler_pic='-PIC'
8502 lt_prog_compiler_static='-Bstatic'
8505 sysv4 | sysv4.2uw2* | sysv4.3*)
8506 lt_prog_compiler_wl='-Wl,'
8507 lt_prog_compiler_pic='-KPIC'
8508 lt_prog_compiler_static='-Bstatic'
8512 if test -d /usr/nec ;then
8513 lt_prog_compiler_pic='-Kconform_pic'
8514 lt_prog_compiler_static='-Bstatic'
8518 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8519 lt_prog_compiler_wl='-Wl,'
8520 lt_prog_compiler_pic='-KPIC'
8521 lt_prog_compiler_static='-Bstatic'
8525 lt_prog_compiler_wl='-Wl,'
8526 lt_prog_compiler_can_build_shared=no
8530 lt_prog_compiler_pic='-pic'
8531 lt_prog_compiler_static='-Bstatic'
8535 lt_prog_compiler_can_build_shared=no
8541 # For platforms which do not support PIC, -DPIC is meaningless:
8543 lt_prog_compiler_pic=
8546 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8550 $as_echo "$lt_prog_compiler_pic" >&6; }
8558 # Check to make sure the PIC flag actually works.
8560 if test -n "$lt_prog_compiler_pic"; then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8562 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8563 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8566 lt_cv_prog_compiler_pic_works=no
8567 ac_outfile=conftest.$ac_objext
8568 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8569 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8570 # Insert the option either (1) after the last *FLAGS variable, or
8571 # (2) before a word containing "conftest.", or (3) at the end.
8572 # Note that $ac_compile itself does not contain backslashes and begins
8573 # with a dollar sign (not a hyphen), so the echo should work correctly.
8574 # The option is referenced via a variable to avoid confusing sed.
8575 lt_compile=`echo "$ac_compile" | $SED \
8576 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8577 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8578 -e 's:$: $lt_compiler_flag:'`
8579 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8580 (eval "$lt_compile" 2>conftest.err)
8582 cat conftest.err >&5
8583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584 if (exit $ac_status) && test -s "$ac_outfile"; then
8585 # The compiler can only warn and ignore the option if not recognized
8586 # So say no if there are warnings other than the usual output.
8587 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8588 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8589 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8590 lt_cv_prog_compiler_pic_works=yes
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8597 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8599 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8600 case $lt_prog_compiler_pic in
8602 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8605 lt_prog_compiler_pic=
8606 lt_prog_compiler_can_build_shared=no
8617 # Check to make sure the static flag actually works.
8619 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8621 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8622 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8623 $as_echo_n "(cached) " >&6
8625 lt_cv_prog_compiler_static_works=no
8626 save_LDFLAGS="$LDFLAGS"
8627 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8628 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8629 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8630 # The linker can only warn and ignore the option if not recognized
8631 # So say no if there are warnings
8632 if test -s conftest.err; then
8633 # Append any errors to the config.log.
8634 cat conftest.err 1>&5
8635 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8636 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8637 if diff conftest.exp conftest.er2 >/dev/null; then
8638 lt_cv_prog_compiler_static_works=yes
8641 lt_cv_prog_compiler_static_works=yes
8645 LDFLAGS="$save_LDFLAGS"
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8649 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8651 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8654 lt_prog_compiler_static=
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8664 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8665 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8666 $as_echo_n "(cached) " >&6
8668 lt_cv_prog_compiler_c_o=no
8669 $RM -r conftest 2>/dev/null
8673 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8675 lt_compiler_flag="-o out/conftest2.$ac_objext"
8676 # Insert the option either (1) after the last *FLAGS variable, or
8677 # (2) before a word containing "conftest.", or (3) at the end.
8678 # Note that $ac_compile itself does not contain backslashes and begins
8679 # with a dollar sign (not a hyphen), so the echo should work correctly.
8680 lt_compile=`echo "$ac_compile" | $SED \
8681 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8682 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8683 -e 's:$: $lt_compiler_flag:'`
8684 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8685 (eval "$lt_compile" 2>out/conftest.err)
8687 cat out/conftest.err >&5
8688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8689 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8691 # The compiler can only warn and ignore the option if not recognized
8692 # So say no if there are warnings
8693 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8694 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8695 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8696 lt_cv_prog_compiler_c_o=yes
8701 # SGI C++ compiler will create directory out/ii_files/ for
8702 # template instantiation
8703 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8704 $RM out/* && rmdir out
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8711 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8719 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8720 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8721 $as_echo_n "(cached) " >&6
8723 lt_cv_prog_compiler_c_o=no
8724 $RM -r conftest 2>/dev/null
8728 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8730 lt_compiler_flag="-o out/conftest2.$ac_objext"
8731 # Insert the option either (1) after the last *FLAGS variable, or
8732 # (2) before a word containing "conftest.", or (3) at the end.
8733 # Note that $ac_compile itself does not contain backslashes and begins
8734 # with a dollar sign (not a hyphen), so the echo should work correctly.
8735 lt_compile=`echo "$ac_compile" | $SED \
8736 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8737 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8738 -e 's:$: $lt_compiler_flag:'`
8739 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8740 (eval "$lt_compile" 2>out/conftest.err)
8742 cat out/conftest.err >&5
8743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8746 # The compiler can only warn and ignore the option if not recognized
8747 # So say no if there are warnings
8748 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8749 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8750 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8751 lt_cv_prog_compiler_c_o=yes
8756 # SGI C++ compiler will create directory out/ii_files/ for
8757 # template instantiation
8758 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8759 $RM out/* && rmdir out
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8766 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8771 hard_links="nottested"
8772 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8773 # do not overwrite the value of need_locks provided by the user
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8775 $as_echo_n "checking if we can lock with hard links... " >&6; }
8778 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8780 ln conftest.a conftest.b 2>&5 || hard_links=no
8781 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8783 $as_echo "$hard_links" >&6; }
8784 if test "$hard_links" = no; then
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8786 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8799 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8802 allow_undefined_flag=
8803 always_export_symbols=no
8805 archive_expsym_cmds=
8806 compiler_needs_object=no
8807 enable_shared_with_static_runtimes=no
8808 export_dynamic_flag_spec=
8809 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8810 hardcode_automatic=no
8812 hardcode_direct_absolute=no
8813 hardcode_libdir_flag_spec=
8814 hardcode_libdir_flag_spec_ld=
8815 hardcode_libdir_separator=
8817 hardcode_shlibpath_var=unsupported
8819 link_all_deplibs=unknown
8822 old_archive_from_new_cmds=
8823 old_archive_from_expsyms_cmds=
8824 thread_safe_flag_spec=
8825 whole_archive_flag_spec=
8826 # include_expsyms should be a list of space-separated symbols to be *always*
8827 # included in the symbol list
8829 # exclude_expsyms can be an extended regexp of symbols to exclude
8830 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8831 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8832 # as well as any symbol that contains `d'.
8833 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8834 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8835 # platforms (ab)use it in PIC code, but their linkers get confused if
8836 # the symbol is explicitly referenced. Since portable code cannot
8837 # rely on this symbol name, it's probably fine to never include it in
8838 # preloaded symbol tables.
8839 # Exclude shared library initialization/finalization symbols.
8840 extract_expsyms_cmds=
8843 cygwin* | mingw* | pw32* | cegcc*)
8844 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8845 # When not using gcc, we currently assume that we are using
8846 # Microsoft Visual C++.
8847 if test "$GCC" != yes; then
8852 # we just hope/assume this is gcc and not c89 (= MSVC++)
8862 # On some targets, GNU ld is compatible enough with the native linker
8863 # that we're better off using the native interface for both.
8864 lt_use_gnu_ld_interface=no
8865 if test "$with_gnu_ld" = yes; then
8868 # The AIX port of GNU ld has always aspired to compatibility
8869 # with the native linker. However, as the warning in the GNU ld
8870 # block says, versions before 2.19.5* couldn't really create working
8871 # shared libraries, regardless of the interface used.
8872 case `$LD -v 2>&1` in
8873 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8874 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8875 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8877 lt_use_gnu_ld_interface=yes
8882 lt_use_gnu_ld_interface=yes
8887 if test "$lt_use_gnu_ld_interface" = yes; then
8888 # If archive_cmds runs LD, not CC, wlarc should be empty
8891 # Set some defaults for GNU ld with shared library support. These
8892 # are reset later if shared libraries are not supported. Putting them
8893 # here allows them to be overridden if necessary.
8894 runpath_var=LD_RUN_PATH
8895 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8896 export_dynamic_flag_spec='${wl}--export-dynamic'
8897 # ancient GNU ld didn't support --whole-archive et. al.
8898 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8899 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8901 whole_archive_flag_spec=
8903 supports_anon_versioning=no
8904 case `$LD -v 2>&1` in
8905 *GNU\ gold*) supports_anon_versioning=yes ;;
8906 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8907 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8908 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8909 *\ 2.11.*) ;; # other 2.11 versions
8910 *) supports_anon_versioning=yes ;;
8913 # See if GNU ld supports shared libraries.
8916 # On AIX/PPC, the GNU linker is very broken
8917 if test "$host_cpu" != ia64; then
8921 *** Warning: the GNU linker, at least up to release 2.19, is reported
8922 *** to be unable to reliably create shared libraries on AIX.
8923 *** Therefore, libtool is disabling shared libraries support. If you
8924 *** really care for shared libraries, you may want to install binutils
8925 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8926 *** You will then need to restart the configuration process.
8935 # see comment about AmigaOS4 .so support
8936 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937 archive_expsym_cmds=''
8940 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)'
8941 hardcode_libdir_flag_spec='-L$libdir'
8942 hardcode_minus_L=yes
8948 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8949 allow_undefined_flag=unsupported
8950 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8951 # support --undefined. This deserves some investigation. FIXME
8952 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8958 cygwin* | mingw* | pw32* | cegcc*)
8959 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8960 # as there is no search path for DLLs.
8961 hardcode_libdir_flag_spec='-L$libdir'
8962 export_dynamic_flag_spec='${wl}--export-all-symbols'
8963 allow_undefined_flag=unsupported
8964 always_export_symbols=no
8965 enable_shared_with_static_runtimes=yes
8966 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8968 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8969 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8970 # If the export-symbols file already is a .def file (1st line
8971 # is EXPORTS), use it as is; otherwise, prepend...
8972 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8973 cp $export_symbols $output_objdir/$soname.def;
8975 echo EXPORTS > $output_objdir/$soname.def;
8976 cat $export_symbols >> $output_objdir/$soname.def;
8978 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986 link_all_deplibs=yes
8991 hardcode_shlibpath_var=no
8992 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8993 export_dynamic_flag_spec='${wl}-E'
8994 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8995 # Instead, shared libraries are loaded at an image base (0x10000000 by
8996 # default) and relocated if they conflict, which is a slow very memory
8997 # consuming and fragmenting process. To avoid this, we pick a random,
8998 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8999 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9000 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9001 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'
9004 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9006 if test "$host_os" = linux-dietlibc; then
9007 case $cc_basename in
9008 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9011 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9012 && test "$tmp_diet" = no
9014 tmp_addflag=' $pic_flag'
9015 tmp_sharedflag='-shared'
9016 case $cc_basename,$host_cpu in
9017 pgcc*) # Portland Group C compiler
9018 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'
9019 tmp_addflag=' $pic_flag'
9021 pgf77* | pgf90* | pgf95* | pgfortran*)
9022 # Portland Group f77 and f90 compilers
9023 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'
9024 tmp_addflag=' $pic_flag -Mnomain' ;;
9025 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9026 tmp_addflag=' -i_dynamic' ;;
9027 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9028 tmp_addflag=' -i_dynamic -nofor_main' ;;
9029 ifc* | ifort*) # Intel Fortran compiler
9030 tmp_addflag=' -nofor_main' ;;
9031 lf95*) # Lahey Fortran 8.1
9032 whole_archive_flag_spec=
9033 tmp_sharedflag='--shared' ;;
9034 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9035 tmp_sharedflag='-qmkshrobj'
9037 nvcc*) # Cuda Compiler Driver 2.2
9038 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'
9039 compiler_needs_object=yes
9042 case `$CC -V 2>&1 | sed 5q` in
9043 *Sun\ C*) # Sun C 5.9
9044 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'
9045 compiler_needs_object=yes
9046 tmp_sharedflag='-G' ;;
9047 *Sun\ F*) # Sun Fortran 8.3
9048 tmp_sharedflag='-G' ;;
9050 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9052 if test "x$supports_anon_versioning" = xyes; then
9053 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9054 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9055 echo "local: *; };" >> $output_objdir/$libname.ver~
9056 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9059 case $cc_basename in
9060 xlf* | bgf* | bgxlf* | mpixlf*)
9061 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9062 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9063 hardcode_libdir_flag_spec=
9064 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9065 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9066 if test "x$supports_anon_versioning" = xyes; then
9067 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9068 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9069 echo "local: *; };" >> $output_objdir/$libname.ver~
9070 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9080 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9081 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9084 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9085 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9090 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9094 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9095 *** create shared libraries on Solaris systems. Therefore, libtool
9096 *** is disabling shared libraries support. We urge you to upgrade GNU
9097 *** binutils to release 2.9.1 or newer. Another option is to modify
9098 *** your PATH or compiler configuration so that the native linker is
9099 *** used, and then restart.
9102 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9103 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9104 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9110 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9111 case `$LD -v 2>&1` in
9112 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9116 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9117 *** reliably create shared libraries on SCO systems. Therefore, libtool
9118 *** is disabling shared libraries support. We urge you to upgrade GNU
9119 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9120 *** your PATH or compiler configuration so that the native linker is
9121 *** used, and then restart.
9126 # For security reasons, it is highly recommended that you always
9127 # use absolute paths for naming shared libraries, and exclude the
9128 # DT_RUNPATH tag from executables and libraries. But doing so
9129 # requires that you compile everything twice, which is a pain.
9130 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9131 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9132 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9133 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9142 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9145 hardcode_shlibpath_var=no
9149 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9150 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9151 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9158 if test "$ld_shlibs" = no; then
9160 hardcode_libdir_flag_spec=
9161 export_dynamic_flag_spec=
9162 whole_archive_flag_spec=
9165 # PORTME fill in a description of your system's linker (not GNU ld)
9168 allow_undefined_flag=unsupported
9169 always_export_symbols=yes
9170 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'
9171 # Note: this linker hardcodes the directories in LIBPATH if there
9172 # are no directories specified by -L.
9173 hardcode_minus_L=yes
9174 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9175 # Neither direct hardcoding nor static linking is supported with a
9177 hardcode_direct=unsupported
9182 if test "$host_cpu" = ia64; then
9183 # On IA64, the linker does run time linking by default, so we don't
9184 # have to do anything special.
9185 aix_use_runtimelinking=no
9186 exp_sym_flag='-Bexport'
9189 # If we're using GNU nm, then we don't want the "-C" option.
9190 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9191 # Also, AIX nm treats weak defined symbols like other global
9192 # defined symbols, whereas GNU nm marks them as "W".
9193 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9194 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'
9196 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9198 aix_use_runtimelinking=no
9200 # Test if we are trying to use run time linking or normal
9201 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9202 # need to do runtime linking.
9203 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9204 for ld_flag in $LDFLAGS; do
9205 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9206 aix_use_runtimelinking=yes
9213 exp_sym_flag='-bexport'
9214 no_entry_flag='-bnoentry'
9217 # When large executables or shared objects are built, AIX ld can
9218 # have problems creating the table of contents. If linking a library
9219 # or program results in "error TOC overflow" add -mminimal-toc to
9220 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9221 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9225 hardcode_direct_absolute=yes
9226 hardcode_libdir_separator=':'
9227 link_all_deplibs=yes
9228 file_list_spec='${wl}-f,'
9230 if test "$GCC" = yes; then
9231 case $host_os in aix4.[012]|aix4.[012].*)
9232 # We only want to do this on AIX 4.2 and lower, the check
9233 # below for broken collect2 doesn't work under 4.3+
9234 collect2name=`${CC} -print-prog-name=collect2`
9235 if test -f "$collect2name" &&
9236 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9238 # We have reworked collect2
9241 # We have old collect2
9242 hardcode_direct=unsupported
9243 # It fails to find uninstalled libraries when the uninstalled
9244 # path is not listed in the libpath. Setting hardcode_minus_L
9245 # to unsupported forces relinking
9246 hardcode_minus_L=yes
9247 hardcode_libdir_flag_spec='-L$libdir'
9248 hardcode_libdir_separator=
9252 shared_flag='-shared'
9253 if test "$aix_use_runtimelinking" = yes; then
9254 shared_flag="$shared_flag "'${wl}-G'
9258 if test "$host_cpu" = ia64; then
9259 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9260 # chokes on -Wl,-G. The following line is correct:
9263 if test "$aix_use_runtimelinking" = yes; then
9264 shared_flag='${wl}-G'
9266 shared_flag='${wl}-bM:SRE'
9271 export_dynamic_flag_spec='${wl}-bexpall'
9272 # It seems that -bexpall does not export symbols beginning with
9273 # underscore (_), so it is better to generate a list of symbols to export.
9274 always_export_symbols=yes
9275 if test "$aix_use_runtimelinking" = yes; then
9276 # Warning - without using the other runtime loading flags (-brtl),
9277 # -berok will link without error, but may produce a broken library.
9278 allow_undefined_flag='-berok'
9279 # Determine the default libpath from the value encoded in an
9281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9282 /* end confdefs.h. */
9292 if ac_fn_c_try_link "$LINENO"; then :
9294 lt_aix_libpath_sed='
9295 /Import File Strings/,/^$/ {
9301 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9302 # Check for a 64-bit object if we didn't find anything.
9303 if test -z "$aix_libpath"; then
9304 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9307 rm -f core conftest.err conftest.$ac_objext \
9308 conftest$ac_exeext conftest.$ac_ext
9309 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9311 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9312 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"
9314 if test "$host_cpu" = ia64; then
9315 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9316 allow_undefined_flag="-z nodefs"
9317 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"
9319 # Determine the default libpath from the value encoded in an
9321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h. */
9332 if ac_fn_c_try_link "$LINENO"; then :
9334 lt_aix_libpath_sed='
9335 /Import File Strings/,/^$/ {
9341 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9342 # Check for a 64-bit object if we didn't find anything.
9343 if test -z "$aix_libpath"; then
9344 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9347 rm -f core conftest.err conftest.$ac_objext \
9348 conftest$ac_exeext conftest.$ac_ext
9349 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9351 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9352 # Warning - without using the other run time loading flags,
9353 # -berok will link without error, but may produce a broken library.
9354 no_undefined_flag=' ${wl}-bernotok'
9355 allow_undefined_flag=' ${wl}-berok'
9356 if test "$with_gnu_ld" = yes; then
9357 # We only use this code for GNU lds that support --whole-archive.
9358 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9360 # Exported symbols can be pulled into shared objects from archives
9361 whole_archive_flag_spec='$convenience'
9363 archive_cmds_need_lc=yes
9364 # This is similar to how AIX traditionally builds its shared libraries.
9365 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'
9373 # see comment about AmigaOS4 .so support
9374 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9375 archive_expsym_cmds=''
9378 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)'
9379 hardcode_libdir_flag_spec='-L$libdir'
9380 hardcode_minus_L=yes
9386 export_dynamic_flag_spec=-rdynamic
9389 cygwin* | mingw* | pw32* | cegcc*)
9390 # When not using gcc, we currently assume that we are using
9391 # Microsoft Visual C++.
9392 # hardcode_libdir_flag_spec is actually meaningless, as there is
9393 # no search path for DLLs.
9394 hardcode_libdir_flag_spec=' '
9395 allow_undefined_flag=unsupported
9396 # Tell ltmain to make .lib files, not .a files.
9398 # Tell ltmain to make .dll files, not .so files.
9400 # FIXME: Setting linknames here is a bad hack.
9401 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9402 # The linker will automatically build a .lib file if we build a DLL.
9403 old_archive_from_new_cmds='true'
9404 # FIXME: Should let the user specify the lib program.
9405 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9406 fix_srcfile_path='`cygpath -w "$srcfile"`'
9407 enable_shared_with_static_runtimes=yes
9410 darwin* | rhapsody*)
9413 archive_cmds_need_lc=no
9415 hardcode_automatic=yes
9416 hardcode_shlibpath_var=unsupported
9417 if test "$lt_cv_ld_force_load" = "yes"; then
9418 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\"`'
9420 whole_archive_flag_spec=''
9422 link_all_deplibs=yes
9423 allow_undefined_flag="$_lt_dar_allow_undefined"
9424 case $cc_basename in
9425 ifort*) _lt_dar_can_shared=yes ;;
9426 *) _lt_dar_can_shared=$GCC ;;
9428 if test "$_lt_dar_can_shared" = "yes"; then
9429 output_verbose_link_cmd=func_echo_all
9430 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9431 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9432 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}"
9433 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}"
9442 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9443 hardcode_libdir_flag_spec='-L$libdir'
9444 hardcode_shlibpath_var=no
9447 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9448 # support. Future versions do this automatically, but an explicit c++rt0.o
9449 # does not break anything, and helps significantly (at the cost of a little
9452 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9453 hardcode_libdir_flag_spec='-R$libdir'
9455 hardcode_shlibpath_var=no
9458 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9460 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9462 hardcode_minus_L=yes
9463 hardcode_shlibpath_var=no
9466 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9467 freebsd* | dragonfly*)
9468 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9469 hardcode_libdir_flag_spec='-R$libdir'
9471 hardcode_shlibpath_var=no
9475 if test "$GCC" = yes; then
9476 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'
9478 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'
9480 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9481 hardcode_libdir_separator=:
9484 # hardcode_minus_L: Not really in the search PATH,
9485 # but as the default location of the library.
9486 hardcode_minus_L=yes
9487 export_dynamic_flag_spec='${wl}-E'
9491 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9492 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9494 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9496 if test "$with_gnu_ld" = no; then
9497 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9498 hardcode_libdir_flag_spec_ld='+b $libdir'
9499 hardcode_libdir_separator=:
9501 hardcode_direct_absolute=yes
9502 export_dynamic_flag_spec='${wl}-E'
9503 # hardcode_minus_L: Not really in the search PATH,
9504 # but as the default location of the library.
9505 hardcode_minus_L=yes
9510 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9513 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9516 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9519 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9525 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9528 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9532 # Older versions of the 11.00 compiler do not understand -b yet
9533 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9535 $as_echo_n "checking if $CC understands -b... " >&6; }
9536 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9537 $as_echo_n "(cached) " >&6
9539 lt_cv_prog_compiler__b=no
9540 save_LDFLAGS="$LDFLAGS"
9541 LDFLAGS="$LDFLAGS -b"
9542 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9543 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9544 # The linker can only warn and ignore the option if not recognized
9545 # So say no if there are warnings
9546 if test -s conftest.err; then
9547 # Append any errors to the config.log.
9548 cat conftest.err 1>&5
9549 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9550 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9551 if diff conftest.exp conftest.er2 >/dev/null; then
9552 lt_cv_prog_compiler__b=yes
9555 lt_cv_prog_compiler__b=yes
9559 LDFLAGS="$save_LDFLAGS"
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9563 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9565 if test x"$lt_cv_prog_compiler__b" = xyes; then
9566 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9568 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9574 if test "$with_gnu_ld" = no; then
9575 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9576 hardcode_libdir_separator=:
9581 hardcode_shlibpath_var=no
9585 hardcode_direct_absolute=yes
9586 export_dynamic_flag_spec='${wl}-E'
9588 # hardcode_minus_L: Not really in the search PATH,
9589 # but as the default location of the library.
9590 hardcode_minus_L=yes
9596 irix5* | irix6* | nonstopux*)
9597 if test "$GCC" = yes; then
9598 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'
9599 # Try to use the -exported_symbol ld option, if it does not
9600 # work, assume that -exports_file does not work either and
9601 # implicitly export all symbols.
9602 save_LDFLAGS="$LDFLAGS"
9603 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9605 /* end confdefs.h. */
9608 if ac_fn_c_try_link "$LINENO"; then :
9609 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'
9612 rm -f core conftest.err conftest.$ac_objext \
9613 conftest$ac_exeext conftest.$ac_ext
9614 LDFLAGS="$save_LDFLAGS"
9616 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'
9617 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'
9619 archive_cmds_need_lc='no'
9620 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621 hardcode_libdir_separator=:
9623 link_all_deplibs=yes
9627 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9628 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9630 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9632 hardcode_libdir_flag_spec='-R$libdir'
9634 hardcode_shlibpath_var=no
9638 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9640 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9641 hardcode_libdir_separator=:
9642 hardcode_shlibpath_var=no
9649 if test -f /usr/libexec/ld.so; then
9651 hardcode_shlibpath_var=no
9652 hardcode_direct_absolute=yes
9653 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9654 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9655 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9656 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9657 export_dynamic_flag_spec='${wl}-E'
9660 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9661 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662 hardcode_libdir_flag_spec='-R$libdir'
9665 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9666 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9676 hardcode_libdir_flag_spec='-L$libdir'
9677 hardcode_minus_L=yes
9678 allow_undefined_flag=unsupported
9679 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'
9680 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9684 if test "$GCC" = yes; then
9685 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9686 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'
9688 allow_undefined_flag=' -expect_unresolved \*'
9689 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'
9691 archive_cmds_need_lc='no'
9692 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9693 hardcode_libdir_separator=:
9696 osf4* | osf5*) # as osf3* with the addition of -msym flag
9697 if test "$GCC" = yes; then
9698 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9699 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'
9700 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9702 allow_undefined_flag=' -expect_unresolved \*'
9703 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'
9704 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~
9705 $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'
9707 # Both c and cxx compiler support -rpath directly
9708 hardcode_libdir_flag_spec='-rpath $libdir'
9710 archive_cmds_need_lc='no'
9711 hardcode_libdir_separator=:
9715 no_undefined_flag=' -z defs'
9716 if test "$GCC" = yes; then
9718 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9720 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9722 case `$CC -V 2>&1` in
9725 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9727 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9731 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9732 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9733 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9737 hardcode_libdir_flag_spec='-R$libdir'
9738 hardcode_shlibpath_var=no
9740 solaris2.[0-5] | solaris2.[0-5].*) ;;
9742 # The compiler driver will combine and reorder linker options,
9743 # but understands `-z linker_flag'. GCC discards it without `$wl',
9744 # but is careful enough not to reorder.
9745 # Supported since Solaris 2.6 (maybe 2.5.1?)
9746 if test "$GCC" = yes; then
9747 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9749 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9753 link_all_deplibs=yes
9757 if test "x$host_vendor" = xsequent; then
9758 # Use $CC to link under sequent, because it throws in some extra .o
9759 # files that make .init and .fini sections work.
9760 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9762 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9764 hardcode_libdir_flag_spec='-L$libdir'
9766 hardcode_minus_L=yes
9767 hardcode_shlibpath_var=no
9771 case $host_vendor in
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_direct=yes # is this really true???
9777 ## LD is ld it makes a PLAMLIB
9778 ## CC just makes a GrossModule.
9779 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9780 reload_cmds='$CC -r -o $output$reload_objs'
9784 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9788 runpath_var='LD_RUN_PATH'
9789 hardcode_shlibpath_var=no
9793 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9794 hardcode_shlibpath_var=no
9795 export_dynamic_flag_spec='-Bexport'
9799 if test -d /usr/nec; then
9800 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801 hardcode_shlibpath_var=no
9802 runpath_var=LD_RUN_PATH
9803 hardcode_runpath_var=yes
9808 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9809 no_undefined_flag='${wl}-z,text'
9810 archive_cmds_need_lc=no
9811 hardcode_shlibpath_var=no
9812 runpath_var='LD_RUN_PATH'
9814 if test "$GCC" = yes; then
9815 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 sysv5* | sco3.2v5* | sco5v6*)
9824 # Note: We can NOT use -z defs as we might desire, because we do not
9825 # link with -lc, and that would cause any symbols used from libc to
9826 # always be unresolved, which means just about no library would
9827 # ever link correctly. If we're not using GNU ld we use -z text
9828 # though, which does catch some bad symbols but isn't as heavy-handed
9830 no_undefined_flag='${wl}-z,text'
9831 allow_undefined_flag='${wl}-z,nodefs'
9832 archive_cmds_need_lc=no
9833 hardcode_shlibpath_var=no
9834 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9835 hardcode_libdir_separator=':'
9836 link_all_deplibs=yes
9837 export_dynamic_flag_spec='${wl}-Bexport'
9838 runpath_var='LD_RUN_PATH'
9840 if test "$GCC" = yes; then
9841 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9844 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9850 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9851 hardcode_libdir_flag_spec='-L$libdir'
9852 hardcode_shlibpath_var=no
9860 if test x$host_vendor = xsni; then
9862 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9863 export_dynamic_flag_spec='${wl}-Blargedynsym'
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9870 $as_echo "$ld_shlibs" >&6; }
9871 test "$ld_shlibs" = no && can_build_shared=no
9873 with_gnu_ld=$with_gnu_ld
9890 # Do we need to explicitly link libc?
9892 case "x$archive_cmds_need_lc" in
9894 # Assume -lc should be added
9895 archive_cmds_need_lc=yes
9897 if test "$enable_shared" = yes && test "$GCC" = yes; then
9898 case $archive_cmds in
9900 # FIXME: we may have to deal with multi-command sequences.
9903 # Test whether the compiler implicitly links with -lc since on some
9904 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9905 # to ld, don't add -lc before -lgcc.
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9907 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9908 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9909 $as_echo_n "(cached) " >&6
9912 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9914 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9915 (eval $ac_compile) 2>&5
9917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9918 test $ac_status = 0; } 2>conftest.err; then
9921 libobjs=conftest.$ac_objext
9923 wl=$lt_prog_compiler_wl
9924 pic_flag=$lt_prog_compiler_pic
9930 lt_save_allow_undefined_flag=$allow_undefined_flag
9931 allow_undefined_flag=
9932 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9933 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9936 test $ac_status = 0; }
9938 lt_cv_archive_cmds_need_lc=no
9940 lt_cv_archive_cmds_need_lc=yes
9942 allow_undefined_flag=$lt_save_allow_undefined_flag
9944 cat conftest.err 1>&5
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9950 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9951 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10115 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10117 if test "$GCC" = yes; then
10119 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10120 *) lt_awk_arg="/^libraries:/" ;;
10123 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10124 *) lt_sed_strip_eq="s,=/,/,g" ;;
10126 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10127 case $lt_search_path_spec in
10129 # if the path contains ";" then we assume it to be the separator
10130 # otherwise default to the standard path separator (i.e. ":") - it is
10131 # assumed that no part of a normal pathname contains ";" but that should
10132 # okay in the real world where ";" in dirpaths is itself problematic.
10133 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10136 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10139 # Ok, now we have the path, separated by spaces, we can step through it
10140 # and add multilib dir if necessary.
10141 lt_tmp_lt_search_path_spec=
10142 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10143 for lt_sys_path in $lt_search_path_spec; do
10144 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10145 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10147 test -d "$lt_sys_path" && \
10148 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10151 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10152 BEGIN {RS=" "; FS="/|\n";} {
10155 for (lt_i = NF; lt_i > 0; lt_i--) {
10156 if ($lt_i != "" && $lt_i != ".") {
10157 if ($lt_i == "..") {
10160 if (lt_count == 0) {
10161 lt_foo="/" $lt_i lt_foo;
10168 if (lt_foo != "") { lt_freq[lt_foo]++; }
10169 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10171 # AWK program above erroneously prepends '/' to C:/dos/paths
10174 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10175 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10177 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10179 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10181 library_names_spec=
10182 libname_spec='lib$name'
10186 postuninstall_cmds=
10190 shlibpath_overrides_runpath=unknown
10192 dynamic_linker="$host_os ld.so"
10193 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10194 need_lib_prefix=unknown
10195 hardcode_into_libs=no
10197 # when you set need_version to no, make sure it does not cause -set_version
10198 # flags to be left without arguments
10199 need_version=unknown
10204 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10205 shlibpath_var=LIBPATH
10207 # AIX 3 has no versioning support, so we append a major version to the name.
10208 soname_spec='${libname}${release}${shared_ext}$major'
10215 hardcode_into_libs=yes
10216 if test "$host_cpu" = ia64; then
10217 # AIX 5 supports IA64
10218 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10219 shlibpath_var=LD_LIBRARY_PATH
10221 # With GCC up to 2.95.x, collect2 would create an import file
10222 # for dependence libraries. The import file would start with
10223 # the line `#! .'. This would cause the generated library to
10224 # depend on `.', always an invalid library. This was fixed in
10225 # development snapshots of GCC prior to 3.0.
10227 aix4 | aix4.[01] | aix4.[01].*)
10228 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10230 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10233 can_build_shared=no
10237 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10238 # soname into executable. Probably we can add versioning support to
10239 # collect2, so additional links can be useful in future.
10240 if test "$aix_use_runtimelinking" = yes; then
10241 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10242 # instead of lib<name>.a to let people know that these are not
10243 # typical AIX shared libraries.
10244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10246 # We preserve .a as extension for shared libraries through AIX4.2
10247 # and later when we are not doing run time linking.
10248 library_names_spec='${libname}${release}.a $libname.a'
10249 soname_spec='${libname}${release}${shared_ext}$major'
10251 shlibpath_var=LIBPATH
10258 # Since July 2007 AmigaOS4 officially supports .so libraries.
10259 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10263 library_names_spec='$libname.ixlibrary $libname.a'
10264 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10265 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'
10271 library_names_spec='${libname}${shared_ext}'
10272 dynamic_linker="$host_os ld.so"
10273 shlibpath_var=LIBRARY_PATH
10279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10280 soname_spec='${libname}${release}${shared_ext}$major'
10281 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10282 shlibpath_var=LD_LIBRARY_PATH
10283 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10284 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10285 # the default ld.so.conf also contains /usr/contrib/lib and
10286 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10287 # libtool to hard-code these into programs
10290 cygwin* | mingw* | pw32* | cegcc*)
10291 version_type=windows
10296 case $GCC,$host_os in
10297 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10298 library_names_spec='$libname.dll.a'
10299 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10300 postinstall_cmds='base_file=`basename \${file}`~
10301 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10302 dldir=$destdir/`dirname \$dlpath`~
10303 test -d \$dldir || mkdir -p \$dldir~
10304 $install_prog $dir/$dlname \$dldir/$dlname~
10305 chmod a+x \$dldir/$dlname~
10306 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10307 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10309 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10310 dlpath=$dir/\$dldll~
10312 shlibpath_overrides_runpath=yes
10316 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10317 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10319 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10322 # MinGW DLLs use traditional 'lib' prefix
10323 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10326 # pw32 DLLs use 'pw' prefix rather than 'lib'
10327 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10333 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10336 dynamic_linker='Win32 ld.exe'
10337 # FIXME: first we should search . and the directory the executable is in
10341 darwin* | rhapsody*)
10342 dynamic_linker="$host_os dyld"
10343 version_type=darwin
10346 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10347 soname_spec='${libname}${release}${major}$shared_ext'
10348 shlibpath_overrides_runpath=yes
10349 shlibpath_var=DYLD_LIBRARY_PATH
10350 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10352 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10353 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10360 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10361 soname_spec='${libname}${release}${shared_ext}$major'
10362 shlibpath_var=LD_LIBRARY_PATH
10365 freebsd* | dragonfly*)
10366 # DragonFly does not have aout. When/if they implement a new
10367 # versioning mechanism, adjust this.
10368 if test -x /usr/bin/objformat; then
10369 objformat=`/usr/bin/objformat`
10372 freebsd[23].*) objformat=aout ;;
10373 *) objformat=elf ;;
10376 version_type=freebsd-$objformat
10377 case $version_type in
10379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10384 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10388 shlibpath_var=LD_LIBRARY_PATH
10391 shlibpath_overrides_runpath=yes
10393 freebsd3.[01]* | freebsdelf3.[01]*)
10394 shlibpath_overrides_runpath=yes
10395 hardcode_into_libs=yes
10397 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10398 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10399 shlibpath_overrides_runpath=no
10400 hardcode_into_libs=yes
10402 *) # from 4.6 on, and DragonFly
10403 shlibpath_overrides_runpath=yes
10404 hardcode_into_libs=yes
10413 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10414 soname_spec='${libname}${release}${shared_ext}$major'
10415 shlibpath_var=LD_LIBRARY_PATH
10416 hardcode_into_libs=yes
10423 dynamic_linker="$host_os runtime_loader"
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10425 soname_spec='${libname}${release}${shared_ext}$major'
10426 shlibpath_var=LIBRARY_PATH
10427 shlibpath_overrides_runpath=yes
10428 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10429 hardcode_into_libs=yes
10432 hpux9* | hpux10* | hpux11*)
10433 # Give a soname corresponding to the major version so that dld.sl refuses to
10434 # link against other versions.
10441 hardcode_into_libs=yes
10442 dynamic_linker="$host_os dld.so"
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 if test "X$HPUX_IA64_MODE" = X32; then
10448 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10450 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10452 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10456 hardcode_into_libs=yes
10457 dynamic_linker="$host_os dld.sl"
10458 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10459 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10463 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10467 dynamic_linker="$host_os dld.sl"
10468 shlibpath_var=SHLIB_PATH
10469 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10471 soname_spec='${libname}${release}${shared_ext}$major'
10474 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10475 postinstall_cmds='chmod 555 $lib'
10476 # or fails outright, so override atomically:
10477 install_override_mode=555
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10485 soname_spec='${libname}${release}${shared_ext}$major'
10486 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10487 shlibpath_var=LD_LIBRARY_PATH
10488 shlibpath_overrides_runpath=no
10489 hardcode_into_libs=yes
10492 irix5* | irix6* | nonstopux*)
10494 nonstopux*) version_type=nonstopux ;;
10496 if test "$lt_cv_prog_gnu_ld" = yes; then
10504 soname_spec='${libname}${release}${shared_ext}$major'
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10507 irix5* | nonstopux*)
10508 libsuff= shlibsuff=
10511 case $LD in # libtool.m4 will add one of these switches to LD
10512 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10513 libsuff= shlibsuff= libmagic=32-bit;;
10514 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10515 libsuff=32 shlibsuff=N32 libmagic=N32;;
10516 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10517 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10518 *) libsuff= shlibsuff= libmagic=never-match;;
10522 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10523 shlibpath_overrides_runpath=no
10524 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10525 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10526 hardcode_into_libs=yes
10529 # No shared lib support for Linux oldld, aout, or coff.
10530 linux*oldld* | linux*aout* | linux*coff*)
10534 # This must be Linux ELF.
10535 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540 soname_spec='${libname}${release}${shared_ext}$major'
10541 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10542 shlibpath_var=LD_LIBRARY_PATH
10543 shlibpath_overrides_runpath=no
10545 # Some binutils ld are patched to set DT_RUNPATH
10546 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10547 $as_echo_n "(cached) " >&6
10549 lt_cv_shlibpath_overrides_runpath=no
10550 save_LDFLAGS=$LDFLAGS
10551 save_libdir=$libdir
10552 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10553 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h. */
10565 if ac_fn_c_try_link "$LINENO"; then :
10566 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10567 lt_cv_shlibpath_overrides_runpath=yes
10570 rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
10572 LDFLAGS=$save_LDFLAGS
10573 libdir=$save_libdir
10577 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10579 # This implies no fast_install, which is unacceptable.
10580 # Some rework will be needed to allow for fast_install
10581 # before this can be enabled.
10582 hardcode_into_libs=yes
10584 # Append ld.so.conf contents to the search path
10585 if test -f /etc/ld.so.conf; then
10586 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' ' '`
10587 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10590 # We used to test for /lib/ld.so.1 and disable shared libraries on
10591 # powerpc, because MkLinux only supported shared libraries with the
10592 # GNU dynamic linker. Since this was broken with cross compilers,
10593 # most powerpc-linux boxes support dynamic linking these days and
10594 # people can always --disable-shared, the test was removed, and we
10595 # assume the GNU/Linux dynamic linker is in use.
10596 dynamic_linker='GNU/Linux ld.so'
10603 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10604 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10605 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10606 dynamic_linker='NetBSD (a.out) ld.so'
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 dynamic_linker='NetBSD ld.elf_so'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 shlibpath_var=LD_LIBRARY_PATH
10631 shlibpath_overrides_runpath=no
10632 hardcode_into_libs=yes
10633 dynamic_linker='ldqnx.so'
10638 sys_lib_dlsearch_path_spec="/usr/lib"
10640 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10642 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10643 *) need_version=no ;;
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10646 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10647 shlibpath_var=LD_LIBRARY_PATH
10648 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10650 openbsd2.[89] | openbsd2.[89].*)
10651 shlibpath_overrides_runpath=no
10654 shlibpath_overrides_runpath=yes
10658 shlibpath_overrides_runpath=yes
10663 libname_spec='$name'
10666 library_names_spec='$libname${shared_ext} $libname.a'
10667 dynamic_linker='OS/2 ld.exe'
10668 shlibpath_var=LIBPATH
10671 osf3* | osf4* | osf5*)
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10679 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=yes
10694 hardcode_into_libs=yes
10695 # ldd complains unless libraries are executable
10696 postinstall_cmds='chmod +x $lib'
10701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10702 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=yes
10705 if test "$with_gnu_ld" = yes; then
10713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714 soname_spec='${libname}${release}${shared_ext}$major'
10715 shlibpath_var=LD_LIBRARY_PATH
10716 case $host_vendor in
10718 shlibpath_overrides_runpath=no
10720 runpath_var=LD_RUN_PATH
10728 shlibpath_overrides_runpath=no
10729 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10735 if test -d /usr/nec ;then
10737 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10738 soname_spec='$libname${shared_ext}.$major'
10739 shlibpath_var=LD_LIBRARY_PATH
10743 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10744 version_type=freebsd-elf
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10748 soname_spec='${libname}${release}${shared_ext}$major'
10749 shlibpath_var=LD_LIBRARY_PATH
10750 shlibpath_overrides_runpath=yes
10751 hardcode_into_libs=yes
10752 if test "$with_gnu_ld" = yes; then
10753 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10755 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10758 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10762 sys_lib_dlsearch_path_spec='/usr/lib'
10766 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771 shlibpath_var=LD_LIBRARY_PATH
10772 shlibpath_overrides_runpath=no
10773 hardcode_into_libs=yes
10778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779 soname_spec='${libname}${release}${shared_ext}$major'
10780 shlibpath_var=LD_LIBRARY_PATH
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10788 $as_echo "$dynamic_linker" >&6; }
10789 test "$dynamic_linker" = no && can_build_shared=no
10791 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10792 if test "$GCC" = yes; then
10793 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10796 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10797 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10799 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10800 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10895 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10897 if test -n "$hardcode_libdir_flag_spec" ||
10898 test -n "$runpath_var" ||
10899 test "X$hardcode_automatic" = "Xyes" ; then
10901 # We can hardcode non-existent directories.
10902 if test "$hardcode_direct" != no &&
10903 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10904 # have to relink, otherwise we might link with an installed library
10905 # when we should be linking with a yet-to-be-installed one
10906 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10907 test "$hardcode_minus_L" != no; then
10908 # Linking always hardcodes the temporary library directory.
10909 hardcode_action=relink
10911 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10912 hardcode_action=immediate
10915 # We cannot hardcode anything, or else we can only hardcode existing
10917 hardcode_action=unsupported
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10920 $as_echo "$hardcode_action" >&6; }
10922 if test "$hardcode_action" = relink ||
10923 test "$inherit_rpath" = yes; then
10924 # Fast installation is not supported
10925 enable_fast_install=no
10926 elif test "$shlibpath_overrides_runpath" = yes ||
10927 test "$enable_shared" = no; then
10928 # Fast installation is not necessary
10929 enable_fast_install=needless
10937 if test "x$enable_dlopen" != xyes; then
10938 enable_dlopen=unknown
10939 enable_dlopen_self=unknown
10940 enable_dlopen_self_static=unknown
10947 lt_cv_dlopen="load_add_on"
10949 lt_cv_dlopen_self=yes
10952 mingw* | pw32* | cegcc*)
10953 lt_cv_dlopen="LoadLibrary"
10958 lt_cv_dlopen="dlopen"
10963 # if libdl is installed we need to link against it
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10965 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10966 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10967 $as_echo_n "(cached) " >&6
10969 ac_check_lib_save_LIBS=$LIBS
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10974 /* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
10989 if ac_fn_c_try_link "$LINENO"; then :
10990 ac_cv_lib_dl_dlopen=yes
10992 ac_cv_lib_dl_dlopen=no
10994 rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10999 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11000 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11001 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11004 lt_cv_dlopen="dyld"
11006 lt_cv_dlopen_self=yes
11013 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11014 if test "x$ac_cv_func_shl_load" = x""yes; then :
11015 lt_cv_dlopen="shl_load"
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11018 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11019 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11020 $as_echo_n "(cached) " >&6
11022 ac_check_lib_save_LIBS=$LIBS
11024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h. */
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11037 return shl_load ();
11042 if ac_fn_c_try_link "$LINENO"; then :
11043 ac_cv_lib_dld_shl_load=yes
11045 ac_cv_lib_dld_shl_load=no
11047 rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11052 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11053 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11054 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11056 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11057 if test "x$ac_cv_func_dlopen" = x""yes; then :
11058 lt_cv_dlopen="dlopen"
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11061 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11062 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11063 $as_echo_n "(cached) " >&6
11065 ac_check_lib_save_LIBS=$LIBS
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h. */
11070 /* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11085 if ac_fn_c_try_link "$LINENO"; then :
11086 ac_cv_lib_dl_dlopen=yes
11088 ac_cv_lib_dl_dlopen=no
11090 rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11095 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11096 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11097 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11100 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11101 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11102 $as_echo_n "(cached) " >&6
11104 ac_check_lib_save_LIBS=$LIBS
11105 LIBS="-lsvld $LIBS"
11106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11107 /* end confdefs.h. */
11109 /* Override any GCC internal prototype to avoid an error.
11110 Use char because int might match the return type of a GCC
11111 builtin and then its argument prototype would still apply. */
11124 if ac_fn_c_try_link "$LINENO"; then :
11125 ac_cv_lib_svld_dlopen=yes
11127 ac_cv_lib_svld_dlopen=no
11129 rm -f core conftest.err conftest.$ac_objext \
11130 conftest$ac_exeext conftest.$ac_ext
11131 LIBS=$ac_check_lib_save_LIBS
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11134 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11135 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11136 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11139 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11140 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11141 $as_echo_n "(cached) " >&6
11143 ac_check_lib_save_LIBS=$LIBS
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11148 /* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
11158 return dld_link ();
11163 if ac_fn_c_try_link "$LINENO"; then :
11164 ac_cv_lib_dld_dld_link=yes
11166 ac_cv_lib_dld_dld_link=no
11168 rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11173 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11174 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11175 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11196 if test "x$lt_cv_dlopen" != xno; then
11202 case $lt_cv_dlopen in
11204 save_CPPFLAGS="$CPPFLAGS"
11205 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11207 save_LDFLAGS="$LDFLAGS"
11208 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11211 LIBS="$lt_cv_dlopen_libs $LIBS"
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11214 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11215 if test "${lt_cv_dlopen_self+set}" = set; then :
11216 $as_echo_n "(cached) " >&6
11218 if test "$cross_compiling" = yes; then :
11219 lt_cv_dlopen_self=cross
11221 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11222 lt_status=$lt_dlunknown
11223 cat > conftest.$ac_ext <<_LT_EOF
11224 #line 11224 "configure"
11225 #include "confdefs.h"
11234 # define LT_DLGLOBAL RTLD_GLOBAL
11237 # define LT_DLGLOBAL DL_GLOBAL
11239 # define LT_DLGLOBAL 0
11243 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11244 find out it does not work in some platform. */
11245 #ifndef LT_DLLAZY_OR_NOW
11247 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11250 # define LT_DLLAZY_OR_NOW DL_LAZY
11253 # define LT_DLLAZY_OR_NOW RTLD_NOW
11256 # define LT_DLLAZY_OR_NOW DL_NOW
11258 # define LT_DLLAZY_OR_NOW 0
11265 /* When -fvisbility=hidden is used, assume the code has been annotated
11266 correspondingly for the symbols needed. */
11267 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11268 void fnord () __attribute__((visibility("default")));
11271 void fnord () { int i=42; }
11274 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11275 int status = $lt_dlunknown;
11279 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11282 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11283 else puts (dlerror ());
11285 /* dlclose (self); */
11293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11294 (eval $ac_link) 2>&5
11296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11297 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11298 (./conftest; exit; ) >&5 2>/dev/null
11300 case x$lt_status in
11301 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11302 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11306 # compilation failed
11307 lt_cv_dlopen_self=no
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11315 $as_echo "$lt_cv_dlopen_self" >&6; }
11317 if test "x$lt_cv_dlopen_self" = xyes; then
11318 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11320 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11321 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11322 $as_echo_n "(cached) " >&6
11324 if test "$cross_compiling" = yes; then :
11325 lt_cv_dlopen_self_static=cross
11327 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11328 lt_status=$lt_dlunknown
11329 cat > conftest.$ac_ext <<_LT_EOF
11330 #line 11330 "configure"
11331 #include "confdefs.h"
11340 # define LT_DLGLOBAL RTLD_GLOBAL
11343 # define LT_DLGLOBAL DL_GLOBAL
11345 # define LT_DLGLOBAL 0
11349 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11350 find out it does not work in some platform. */
11351 #ifndef LT_DLLAZY_OR_NOW
11353 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11356 # define LT_DLLAZY_OR_NOW DL_LAZY
11359 # define LT_DLLAZY_OR_NOW RTLD_NOW
11362 # define LT_DLLAZY_OR_NOW DL_NOW
11364 # define LT_DLLAZY_OR_NOW 0
11371 /* When -fvisbility=hidden is used, assume the code has been annotated
11372 correspondingly for the symbols needed. */
11373 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11374 void fnord () __attribute__((visibility("default")));
11377 void fnord () { int i=42; }
11380 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11381 int status = $lt_dlunknown;
11385 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11388 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11389 else puts (dlerror ());
11391 /* dlclose (self); */
11399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11400 (eval $ac_link) 2>&5
11402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11403 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11404 (./conftest; exit; ) >&5 2>/dev/null
11406 case x$lt_status in
11407 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11408 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11412 # compilation failed
11413 lt_cv_dlopen_self_static=no
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11421 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11424 CPPFLAGS="$save_CPPFLAGS"
11425 LDFLAGS="$save_LDFLAGS"
11430 case $lt_cv_dlopen_self in
11431 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11432 *) enable_dlopen_self=unknown ;;
11435 case $lt_cv_dlopen_self_static in
11436 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11437 *) enable_dlopen_self_static=unknown ;;
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11460 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11461 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11462 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11463 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465 $as_echo "yes" >&6; }
11467 # FIXME - insert some real tests, host_os isn't really good enough
11470 if test -n "$STRIP" ; then
11471 striplib="$STRIP -x"
11472 old_striplib="$STRIP -S"
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474 $as_echo "yes" >&6; }
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477 $as_echo "no" >&6; }
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482 $as_echo "no" >&6; }
11498 # Report which library types will actually be built
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11500 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11502 $as_echo "$can_build_shared" >&6; }
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11505 $as_echo_n "checking whether to build shared libraries... " >&6; }
11506 test "$can_build_shared" = "no" && enable_shared=no
11508 # On AIX, shared libraries and static libraries use the same namespace, and
11509 # are all built from PIC.
11512 test "$enable_shared" = yes && enable_static=no
11513 if test -n "$RANLIB"; then
11514 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11515 postinstall_cmds='$RANLIB $lib'
11520 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11521 test "$enable_shared" = yes && enable_static=no
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11526 $as_echo "$enable_shared" >&6; }
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11529 $as_echo_n "checking whether to build static libraries... " >&6; }
11530 # Make sure either enable_shared or enable_static is yes.
11531 test "$enable_shared" = yes || enable_static=yes
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11533 $as_echo "$enable_static" >&6; }
11540 ac_cpp='$CPP $CPPFLAGS'
11541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11559 ac_config_commands="$ac_config_commands libtool"
11564 # Only expand once:
11568 # The tests for host and target for $enable_largefile require
11573 # As the $enable_largefile decision depends on --enable-plugins we must set it
11574 # even in directories otherwise not depending on the $plugins option.
11578 for ac_header in dlfcn.h
11580 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11582 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11583 cat >>confdefs.h <<_ACEOF
11584 #define HAVE_DLFCN_H 1
11591 for ac_header in windows.h
11593 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11595 if test "x$ac_cv_header_windows_h" = x""yes; then :
11596 cat >>confdefs.h <<_ACEOF
11597 #define HAVE_WINDOWS_H 1
11605 # Check whether --enable-plugins was given.
11606 if test "${enable_plugins+set}" = set; then :
11607 enableval=$enable_plugins; case "${enableval}" in
11610 if test "$maybe_plugins" != "yes" ; then
11611 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11615 plugins=$maybe_plugins
11619 if test "$plugins" = "yes"; then
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11621 $as_echo_n "checking for library containing dlopen... " >&6; }
11622 if test "${ac_cv_search_dlopen+set}" = set; then :
11623 $as_echo_n "(cached) " >&6
11625 ac_func_search_save_LIBS=$LIBS
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11629 /* Override any GCC internal prototype to avoid an error.
11630 Use char because int might match the return type of a GCC
11631 builtin and then its argument prototype would still apply. */
11644 for ac_lib in '' dl; do
11645 if test -z "$ac_lib"; then
11646 ac_res="none required"
11649 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11651 if ac_fn_c_try_link "$LINENO"; then :
11652 ac_cv_search_dlopen=$ac_res
11654 rm -f core conftest.err conftest.$ac_objext \
11656 if test "${ac_cv_search_dlopen+set}" = set; then :
11660 if test "${ac_cv_search_dlopen+set}" = set; then :
11663 ac_cv_search_dlopen=no
11665 rm conftest.$ac_ext
11666 LIBS=$ac_func_search_save_LIBS
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11669 $as_echo "$ac_cv_search_dlopen" >&6; }
11670 ac_res=$ac_cv_search_dlopen
11671 if test "$ac_res" != no; then :
11672 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11680 sparc-*-solaris*|i[3-7]86-*-solaris*)
11681 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11682 # are mutually exclusive; and without procfs support, the bfd/ elf module
11683 # cannot provide certain routines such as elfcore_write_prpsinfo
11684 # or elfcore_write_prstatus. So unless the user explicitly requested
11685 # large-file support through the --enable-largefile switch, disable
11686 # large-file support in favor of procfs support.
11687 test "${target}" = "${host}" -a "x$plugins" = xno \
11688 && : ${enable_largefile="no"}
11692 # Check whether --enable-largefile was given.
11693 if test "${enable_largefile+set}" = set; then :
11694 enableval=$enable_largefile;
11697 if test "$enable_largefile" != no; then
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11700 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11701 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11702 $as_echo_n "(cached) " >&6
11704 ac_cv_sys_largefile_CC=no
11705 if test "$GCC" != yes; then
11708 # IRIX 6.2 and later do not support large files by default,
11709 # so use the C compiler's -n32 option if that helps.
11710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h. */
11712 #include <sys/types.h>
11713 /* Check that off_t can represent 2**63 - 1 correctly.
11714 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11715 since some C++ compilers masquerading as C compilers
11716 incorrectly reject 9223372036854775807. */
11717 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11718 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11719 && LARGE_OFF_T % 2147483647 == 1)
11729 if ac_fn_c_try_compile "$LINENO"; then :
11732 rm -f core conftest.err conftest.$ac_objext
11734 if ac_fn_c_try_compile "$LINENO"; then :
11735 ac_cv_sys_largefile_CC=' -n32'; break
11737 rm -f core conftest.err conftest.$ac_objext
11741 rm -f conftest.$ac_ext
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11745 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11746 if test "$ac_cv_sys_largefile_CC" != no; then
11747 CC=$CC$ac_cv_sys_largefile_CC
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11751 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11752 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11753 $as_echo_n "(cached) " >&6
11756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11758 #include <sys/types.h>
11759 /* Check that off_t can represent 2**63 - 1 correctly.
11760 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11761 since some C++ compilers masquerading as C compilers
11762 incorrectly reject 9223372036854775807. */
11763 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11764 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11765 && LARGE_OFF_T % 2147483647 == 1)
11775 if ac_fn_c_try_compile "$LINENO"; then :
11776 ac_cv_sys_file_offset_bits=no; break
11778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h. */
11781 #define _FILE_OFFSET_BITS 64
11782 #include <sys/types.h>
11783 /* Check that off_t can represent 2**63 - 1 correctly.
11784 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11785 since some C++ compilers masquerading as C compilers
11786 incorrectly reject 9223372036854775807. */
11787 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11788 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11789 && LARGE_OFF_T % 2147483647 == 1)
11799 if ac_fn_c_try_compile "$LINENO"; then :
11800 ac_cv_sys_file_offset_bits=64; break
11802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11803 ac_cv_sys_file_offset_bits=unknown
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11808 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11809 case $ac_cv_sys_file_offset_bits in #(
11812 cat >>confdefs.h <<_ACEOF
11813 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11818 if test $ac_cv_sys_file_offset_bits = unknown; then
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11820 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11821 if test "${ac_cv_sys_large_files+set}" = set; then :
11822 $as_echo_n "(cached) " >&6
11825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826 /* end confdefs.h. */
11827 #include <sys/types.h>
11828 /* Check that off_t can represent 2**63 - 1 correctly.
11829 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11830 since some C++ compilers masquerading as C compilers
11831 incorrectly reject 9223372036854775807. */
11832 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11833 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11834 && LARGE_OFF_T % 2147483647 == 1)
11844 if ac_fn_c_try_compile "$LINENO"; then :
11845 ac_cv_sys_large_files=no; break
11847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11849 /* end confdefs.h. */
11850 #define _LARGE_FILES 1
11851 #include <sys/types.h>
11852 /* Check that off_t can represent 2**63 - 1 correctly.
11853 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11854 since some C++ compilers masquerading as C compilers
11855 incorrectly reject 9223372036854775807. */
11856 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11857 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11858 && LARGE_OFF_T % 2147483647 == 1)
11868 if ac_fn_c_try_compile "$LINENO"; then :
11869 ac_cv_sys_large_files=1; break
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872 ac_cv_sys_large_files=unknown
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11877 $as_echo "$ac_cv_sys_large_files" >&6; }
11878 case $ac_cv_sys_large_files in #(
11881 cat >>confdefs.h <<_ACEOF
11882 #define _LARGE_FILES $ac_cv_sys_large_files
11892 # Check whether --enable-targets was given.
11893 if test "${enable_targets+set}" = set; then :
11894 enableval=$enable_targets; case "${enableval}" in
11895 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11897 no) enable_targets= ;;
11898 *) enable_targets=$enableval ;;
11902 # Check whether --enable-deterministic-archives was given.
11903 if test "${enable_deterministic_archives+set}" = set; then :
11904 enableval=$enable_deterministic_archives;
11905 if test "${enableval}" = no; then
11906 default_ar_deterministic=0
11908 default_ar_deterministic=1
11911 default_ar_deterministic=0
11916 cat >>confdefs.h <<_ACEOF
11917 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11921 # Check whether --enable-default-strings-all was given.
11922 if test "${enable_default_strings_all+set}" = set; then :
11923 enableval=$enable_default_strings_all;
11924 if test "${enableval}" = no; then
11925 default_strings_all=0
11927 default_strings_all=1
11930 default_strings_all=1
11935 cat >>confdefs.h <<_ACEOF
11936 #define DEFAULT_STRINGS_ALL $default_strings_all
11941 # Set the 'development' global.
11942 . $srcdir/../bfd/development.sh
11944 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h. */
11949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11950 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11953 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11958 # Check whether --enable-werror was given.
11959 if test "${enable_werror+set}" = set; then :
11960 enableval=$enable_werror; case "${enableval}" in
11961 yes | y) ERROR_ON_WARNING="yes" ;;
11962 no | n) ERROR_ON_WARNING="no" ;;
11963 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11968 # Disable -Wformat by default when using gcc on mingw
11971 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11972 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11978 # Enable -Werror by default when using gcc. Turn it off for releases.
11979 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11980 ERROR_ON_WARNING=yes
11984 if test "${ERROR_ON_WARNING}" = yes ; then
11985 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11986 NO_WERROR="-Wno-error"
11989 if test "${GCC}" = yes ; then
11990 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11993 # Check whether --enable-build-warnings was given.
11994 if test "${enable_build_warnings+set}" = set; then :
11995 enableval=$enable_build_warnings; case "${enableval}" in
11996 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11997 no) if test "${GCC}" = yes ; then
12000 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12002 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12003 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12004 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12009 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12010 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12017 ac_config_headers="$ac_config_headers config.h:config.in"
12022 if test -z "$target" ; then
12023 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12025 if test -z "$host" ; then
12026 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12029 for ac_prog in 'bison -y' byacc
12031 # Extract the first word of "$ac_prog", so it can be a program name with args.
12032 set dummy $ac_prog; ac_word=$2
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12034 $as_echo_n "checking for $ac_word... " >&6; }
12035 if test "${ac_cv_prog_YACC+set}" = set; then :
12036 $as_echo_n "(cached) " >&6
12038 if test -n "$YACC"; then
12039 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12042 for as_dir in $PATH
12045 test -z "$as_dir" && as_dir=.
12046 for ac_exec_ext in '' $ac_executable_extensions; do
12047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12048 ac_cv_prog_YACC="$ac_prog"
12049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12058 YACC=$ac_cv_prog_YACC
12059 if test -n "$YACC"; then
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12061 $as_echo "$YACC" >&6; }
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12064 $as_echo "no" >&6; }
12068 test -n "$YACC" && break
12070 test -n "$YACC" || YACC="yacc"
12072 for ac_prog in flex lex
12074 # Extract the first word of "$ac_prog", so it can be a program name with args.
12075 set dummy $ac_prog; ac_word=$2
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12077 $as_echo_n "checking for $ac_word... " >&6; }
12078 if test "${ac_cv_prog_LEX+set}" = set; then :
12079 $as_echo_n "(cached) " >&6
12081 if test -n "$LEX"; then
12082 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12085 for as_dir in $PATH
12088 test -z "$as_dir" && as_dir=.
12089 for ac_exec_ext in '' $ac_executable_extensions; do
12090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12091 ac_cv_prog_LEX="$ac_prog"
12092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12101 LEX=$ac_cv_prog_LEX
12102 if test -n "$LEX"; then
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12104 $as_echo "$LEX" >&6; }
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12107 $as_echo "no" >&6; }
12111 test -n "$LEX" && break
12113 test -n "$LEX" || LEX=":"
12115 if test "x$LEX" != "x:"; then
12116 cat >conftest.l <<_ACEOF
12122 e { yyless (input () != 0); }
12123 f { unput (yytext[0]); }
12124 . { BEGIN INITIAL; }
12126 #ifdef YYTEXT_POINTER
12127 extern char *yytext;
12132 return ! yylex () + ! yywrap ();
12135 { { ac_try="$LEX conftest.l"
12136 case "(($ac_try" in
12137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12138 *) ac_try_echo=$ac_try;;
12140 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12141 $as_echo "$ac_try_echo"; } >&5
12142 (eval "$LEX conftest.l") 2>&5
12144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12145 test $ac_status = 0; }
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12147 $as_echo_n "checking lex output file root... " >&6; }
12148 if test "${ac_cv_prog_lex_root+set}" = set; then :
12149 $as_echo_n "(cached) " >&6
12152 if test -f lex.yy.c; then
12153 ac_cv_prog_lex_root=lex.yy
12154 elif test -f lexyy.c; then
12155 ac_cv_prog_lex_root=lexyy
12157 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12161 $as_echo "$ac_cv_prog_lex_root" >&6; }
12162 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12164 if test -z "${LEXLIB+set}"; then
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12166 $as_echo_n "checking lex library... " >&6; }
12167 if test "${ac_cv_lib_lex+set}" = set; then :
12168 $as_echo_n "(cached) " >&6
12172 ac_cv_lib_lex='none needed'
12173 for ac_lib in '' -lfl -ll; do
12174 LIBS="$ac_lib $ac_save_LIBS"
12175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12176 /* end confdefs.h. */
12177 `cat $LEX_OUTPUT_ROOT.c`
12179 if ac_fn_c_try_link "$LINENO"; then :
12180 ac_cv_lib_lex=$ac_lib
12182 rm -f core conftest.err conftest.$ac_objext \
12183 conftest$ac_exeext conftest.$ac_ext
12184 test "$ac_cv_lib_lex" != 'none needed' && break
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12190 $as_echo "$ac_cv_lib_lex" >&6; }
12191 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12196 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12197 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12198 $as_echo_n "(cached) " >&6
12200 # POSIX says lex can declare yytext either as a pointer or an array; the
12201 # default is implementation-dependent. Figure out which it is, since
12202 # not all implementations provide the %pointer and %array declarations.
12203 ac_cv_prog_lex_yytext_pointer=no
12205 LIBS="$LEXLIB $ac_save_LIBS"
12206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12207 /* end confdefs.h. */
12208 #define YYTEXT_POINTER 1
12209 `cat $LEX_OUTPUT_ROOT.c`
12211 if ac_fn_c_try_link "$LINENO"; then :
12212 ac_cv_prog_lex_yytext_pointer=yes
12214 rm -f core conftest.err conftest.$ac_objext \
12215 conftest$ac_exeext conftest.$ac_ext
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12220 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12221 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12223 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12226 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12229 if test "$LEX" = :; then
12230 LEX=${am_missing_run}flex
12233 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr"
12234 # If we haven't got the data from the intl directory,
12235 # assume NLS is disabled.
12244 if test -f ../intl/config.intl; then
12245 . ../intl/config.intl
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12248 $as_echo_n "checking whether NLS is requested... " >&6; }
12249 if test x"$USE_NLS" != xyes; then
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12251 $as_echo "no" >&6; }
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12254 $as_echo "yes" >&6; }
12256 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12260 $as_echo_n "checking for catalogs to be installed... " >&6; }
12261 # Look for .po and .gmo files in the source directory.
12264 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12265 # If there aren't any .gmo files the shell will give us the
12266 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12268 case "$cat" in *\**)
12271 # The quadruple backslash is collapsed to a double backslash
12272 # by the backticks, then collapsed again by the double quotes,
12273 # leaving us with one backslash in the sed expression (right
12274 # before the dot that mustn't act as a wildcard).
12275 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12276 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12277 # The user is allowed to set LINGUAS to a list of languages to
12278 # install catalogs for. If it's empty that means "all of them."
12279 if test "x$LINGUAS" = x; then
12280 CATALOGS="$CATALOGS $cat"
12281 XLINGUAS="$XLINGUAS $lang"
12283 case "$LINGUAS" in *$lang*)
12284 CATALOGS="$CATALOGS $cat"
12285 XLINGUAS="$XLINGUAS $lang"
12290 LINGUAS="$XLINGUAS"
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12292 $as_echo "$LINGUAS" >&6; }
12306 if test -n "$ac_aux_dir"; then
12307 case "$ac_aux_dir" in
12308 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12309 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12312 if test -z "$MKINSTALLDIRS"; then
12313 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12319 $as_echo_n "checking whether NLS is requested... " >&6; }
12320 # Check whether --enable-nls was given.
12321 if test "${enable_nls+set}" = set; then :
12322 enableval=$enable_nls; USE_NLS=$enableval
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12328 $as_echo "$USE_NLS" >&6; }
12335 # Prepare PATH_SEPARATOR.
12336 # The user is always right.
12337 if test "${PATH_SEPARATOR+set}" != set; then
12338 echo "#! /bin/sh" >conf$$.sh
12339 echo "exit 0" >>conf$$.sh
12341 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12349 # Find out how to test for executable files. Don't use a zero-byte file,
12350 # as systems may use methods other than mode bits to determine executability.
12351 cat >conf$$.file <<_ASEOF
12355 chmod +x conf$$.file
12356 if test -x conf$$.file >/dev/null 2>&1; then
12357 ac_executable_p="test -x"
12359 ac_executable_p="test -f"
12363 # Extract the first word of "msgfmt", so it can be a program name with args.
12364 set dummy msgfmt; ac_word=$2
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12366 $as_echo_n "checking for $ac_word... " >&6; }
12367 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12368 $as_echo_n "(cached) " >&6
12372 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12375 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12376 for ac_dir in $PATH; do
12378 test -z "$ac_dir" && ac_dir=.
12379 for ac_exec_ext in '' $ac_executable_extensions; do
12380 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12381 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12382 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12383 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12390 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12394 MSGFMT="$ac_cv_path_MSGFMT"
12395 if test "$MSGFMT" != ":"; then
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12397 $as_echo "$MSGFMT" >&6; }
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12400 $as_echo "no" >&6; }
12403 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12404 set dummy gmsgfmt; ac_word=$2
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12406 $as_echo_n "checking for $ac_word... " >&6; }
12407 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12408 $as_echo_n "(cached) " >&6
12412 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12416 for as_dir in $PATH
12419 test -z "$as_dir" && as_dir=.
12420 for ac_exec_ext in '' $ac_executable_extensions; do
12421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12422 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12430 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12434 GMSGFMT=$ac_cv_path_GMSGFMT
12435 if test -n "$GMSGFMT"; then
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12437 $as_echo "$GMSGFMT" >&6; }
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12440 $as_echo "no" >&6; }
12446 # Prepare PATH_SEPARATOR.
12447 # The user is always right.
12448 if test "${PATH_SEPARATOR+set}" != set; then
12449 echo "#! /bin/sh" >conf$$.sh
12450 echo "exit 0" >>conf$$.sh
12452 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12460 # Find out how to test for executable files. Don't use a zero-byte file,
12461 # as systems may use methods other than mode bits to determine executability.
12462 cat >conf$$.file <<_ASEOF
12466 chmod +x conf$$.file
12467 if test -x conf$$.file >/dev/null 2>&1; then
12468 ac_executable_p="test -x"
12470 ac_executable_p="test -f"
12474 # Extract the first word of "xgettext", so it can be a program name with args.
12475 set dummy xgettext; ac_word=$2
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12477 $as_echo_n "checking for $ac_word... " >&6; }
12478 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12479 $as_echo_n "(cached) " >&6
12481 case "$XGETTEXT" in
12483 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12486 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12487 for ac_dir in $PATH; do
12489 test -z "$ac_dir" && ac_dir=.
12490 for ac_exec_ext in '' $ac_executable_extensions; do
12491 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12492 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12493 (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
12494 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12501 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12505 XGETTEXT="$ac_cv_path_XGETTEXT"
12506 if test "$XGETTEXT" != ":"; then
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12508 $as_echo "$XGETTEXT" >&6; }
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12511 $as_echo "no" >&6; }
12517 # Prepare PATH_SEPARATOR.
12518 # The user is always right.
12519 if test "${PATH_SEPARATOR+set}" != set; then
12520 echo "#! /bin/sh" >conf$$.sh
12521 echo "exit 0" >>conf$$.sh
12523 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12531 # Find out how to test for executable files. Don't use a zero-byte file,
12532 # as systems may use methods other than mode bits to determine executability.
12533 cat >conf$$.file <<_ASEOF
12537 chmod +x conf$$.file
12538 if test -x conf$$.file >/dev/null 2>&1; then
12539 ac_executable_p="test -x"
12541 ac_executable_p="test -f"
12545 # Extract the first word of "msgmerge", so it can be a program name with args.
12546 set dummy msgmerge; ac_word=$2
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12548 $as_echo_n "checking for $ac_word... " >&6; }
12549 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12550 $as_echo_n "(cached) " >&6
12552 case "$MSGMERGE" in
12554 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12557 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12558 for ac_dir in $PATH; do
12560 test -z "$ac_dir" && ac_dir=.
12561 for ac_exec_ext in '' $ac_executable_extensions; do
12562 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12563 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12564 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12571 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12575 MSGMERGE="$ac_cv_path_MSGMERGE"
12576 if test "$MSGMERGE" != ":"; then
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12578 $as_echo "$MSGMERGE" >&6; }
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12581 $as_echo "no" >&6; }
12585 if test "$GMSGFMT" != ":"; then
12586 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12587 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12590 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12592 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12597 if test "$XGETTEXT" != ":"; then
12598 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12599 (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
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12603 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12609 ac_config_commands="$ac_config_commands default-1"
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12615 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12616 # Check whether --enable-maintainer-mode was given.
12617 if test "${enable_maintainer_mode+set}" = set; then :
12618 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12620 USE_MAINTAINER_MODE=no
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12624 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12625 if test $USE_MAINTAINER_MODE = yes; then
12626 MAINTAINER_MODE_TRUE=
12627 MAINTAINER_MODE_FALSE='#'
12629 MAINTAINER_MODE_TRUE='#'
12630 MAINTAINER_MODE_FALSE=
12633 MAINT=$MAINTAINER_MODE_TRUE
12637 GENINSRC_NEVER_TRUE=
12638 GENINSRC_NEVER_FALSE='#'
12640 GENINSRC_NEVER_TRUE='#'
12641 GENINSRC_NEVER_FALSE=
12645 if test -n "$EXEEXT"; then
12647 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12651 cat >>confdefs.h <<_ACEOF
12652 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12656 # host-specific stuff:
12660 . ${srcdir}/../bfd/configure.host
12665 if test -n "$ac_tool_prefix"; then
12666 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12667 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12669 $as_echo_n "checking for $ac_word... " >&6; }
12670 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12671 $as_echo_n "(cached) " >&6
12673 if test -n "$RANLIB"; then
12674 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677 for as_dir in $PATH
12680 test -z "$as_dir" && as_dir=.
12681 for ac_exec_ext in '' $ac_executable_extensions; do
12682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12683 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12693 RANLIB=$ac_cv_prog_RANLIB
12694 if test -n "$RANLIB"; then
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12696 $as_echo "$RANLIB" >&6; }
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699 $as_echo "no" >&6; }
12704 if test -z "$ac_cv_prog_RANLIB"; then
12705 ac_ct_RANLIB=$RANLIB
12706 # Extract the first word of "ranlib", so it can be a program name with args.
12707 set dummy ranlib; ac_word=$2
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12709 $as_echo_n "checking for $ac_word... " >&6; }
12710 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12711 $as_echo_n "(cached) " >&6
12713 if test -n "$ac_ct_RANLIB"; then
12714 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12717 for as_dir in $PATH
12720 test -z "$as_dir" && as_dir=.
12721 for ac_exec_ext in '' $ac_executable_extensions; do
12722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12723 ac_cv_prog_ac_ct_RANLIB="ranlib"
12724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12733 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12734 if test -n "$ac_ct_RANLIB"; then
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12736 $as_echo "$ac_ct_RANLIB" >&6; }
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12739 $as_echo "no" >&6; }
12742 if test "x$ac_ct_RANLIB" = x; then
12745 case $cross_compiling:$ac_tool_warned in
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12749 ac_tool_warned=yes ;;
12751 RANLIB=$ac_ct_RANLIB
12754 RANLIB="$ac_cv_prog_RANLIB"
12759 # Put a plausible default for CC_FOR_BUILD in Makefile.
12760 if test -z "$CC_FOR_BUILD"; then
12761 if test "x$cross_compiling" = "xno"; then
12762 CC_FOR_BUILD='$(CC)'
12768 # Also set EXEEXT_FOR_BUILD.
12769 if test "x$cross_compiling" = "xno"; then
12770 EXEEXT_FOR_BUILD='$(EXEEXT)'
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12773 $as_echo_n "checking for build system executable suffix... " >&6; }
12774 if test "${bfd_cv_build_exeext+set}" = set; then :
12775 $as_echo_n "(cached) " >&6
12778 echo 'int main () { return 0; }' > conftest.c
12779 bfd_cv_build_exeext=
12780 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12781 for file in conftest.*; do
12783 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12784 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12788 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12791 $as_echo "$bfd_cv_build_exeext" >&6; }
12792 EXEEXT_FOR_BUILD=""
12793 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12797 DEMANGLER_NAME=c++filt
12799 *-*-go32* | *-*-msdos*)
12800 DEMANGLER_NAME=cxxfilt
12804 # The cast to long int works around a bug in the HP C Compiler
12805 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12806 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12807 # This bug is HP SR number 8606223364.
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12809 $as_echo_n "checking size of long... " >&6; }
12810 if test "${ac_cv_sizeof_long+set}" = set; then :
12811 $as_echo_n "(cached) " >&6
12813 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12816 if test "$ac_cv_type_long" = yes; then
12817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12818 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12819 { as_fn_set_status 77
12820 as_fn_error "cannot compute sizeof (long)
12821 See \`config.log' for more details." "$LINENO" 5; }; }
12823 ac_cv_sizeof_long=0
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12829 $as_echo "$ac_cv_sizeof_long" >&6; }
12833 cat >>confdefs.h <<_ACEOF
12834 #define SIZEOF_LONG $ac_cv_sizeof_long
12838 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12839 if test "x$ac_cv_type_long_long" = x""yes; then :
12841 cat >>confdefs.h <<_ACEOF
12842 #define HAVE_LONG_LONG 1
12845 # The cast to long int works around a bug in the HP C Compiler
12846 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12847 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12848 # This bug is HP SR number 8606223364.
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12850 $as_echo_n "checking size of long long... " >&6; }
12851 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12852 $as_echo_n "(cached) " >&6
12854 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12857 if test "$ac_cv_type_long_long" = yes; then
12858 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12859 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12860 { as_fn_set_status 77
12861 as_fn_error "cannot compute sizeof (long long)
12862 See \`config.log' for more details." "$LINENO" 5; }; }
12864 ac_cv_sizeof_long_long=0
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12870 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12874 cat >>confdefs.h <<_ACEOF
12875 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12882 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
12884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12885 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12886 eval as_val=\$$as_ac_Header
12887 if test "x$as_val" = x""yes; then :
12888 cat >>confdefs.h <<_ACEOF
12889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12897 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12898 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12899 $as_echo_n "(cached) " >&6
12901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12902 /* end confdefs.h. */
12903 #include <sys/types.h>
12904 #include <sys/wait.h>
12905 #ifndef WEXITSTATUS
12906 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12909 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12917 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12922 if ac_fn_c_try_compile "$LINENO"; then :
12923 ac_cv_header_sys_wait_h=yes
12925 ac_cv_header_sys_wait_h=no
12927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12930 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12931 if test $ac_cv_header_sys_wait_h = yes; then
12933 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12938 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12939 if test "${gcc_cv_header_string+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
12942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12943 /* end confdefs.h. */
12944 #include <string.h>
12945 #include <strings.h>
12954 if ac_fn_c_try_compile "$LINENO"; then :
12955 gcc_cv_header_string=yes
12957 gcc_cv_header_string=no
12959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12962 $as_echo "$gcc_cv_header_string" >&6; }
12963 if test $gcc_cv_header_string = yes; then
12965 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12969 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12970 # for constant arguments. Useless!
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12972 $as_echo_n "checking for working alloca.h... " >&6; }
12973 if test "${ac_cv_working_alloca_h+set}" = set; then :
12974 $as_echo_n "(cached) " >&6
12976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12977 /* end confdefs.h. */
12978 #include <alloca.h>
12982 char *p = (char *) alloca (2 * sizeof (int));
12988 if ac_fn_c_try_link "$LINENO"; then :
12989 ac_cv_working_alloca_h=yes
12991 ac_cv_working_alloca_h=no
12993 rm -f core conftest.err conftest.$ac_objext \
12994 conftest$ac_exeext conftest.$ac_ext
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12997 $as_echo "$ac_cv_working_alloca_h" >&6; }
12998 if test $ac_cv_working_alloca_h = yes; then
13000 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13005 $as_echo_n "checking for alloca... " >&6; }
13006 if test "${ac_cv_func_alloca_works+set}" = set; then :
13007 $as_echo_n "(cached) " >&6
13009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13010 /* end confdefs.h. */
13012 # define alloca __builtin_alloca
13015 # include <malloc.h>
13016 # define alloca _alloca
13018 # ifdef HAVE_ALLOCA_H
13019 # include <alloca.h>
13024 # ifndef alloca /* predefined by HP cc +Olibcalls */
13035 char *p = (char *) alloca (1);
13041 if ac_fn_c_try_link "$LINENO"; then :
13042 ac_cv_func_alloca_works=yes
13044 ac_cv_func_alloca_works=no
13046 rm -f core conftest.err conftest.$ac_objext \
13047 conftest$ac_exeext conftest.$ac_ext
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13050 $as_echo "$ac_cv_func_alloca_works" >&6; }
13052 if test $ac_cv_func_alloca_works = yes; then
13054 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13057 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13058 # that cause trouble. Some versions do not even contain alloca or
13059 # contain a buggy version. If you still want to use their alloca,
13060 # use ar to extract alloca.o from them instead of compiling alloca.c.
13062 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13064 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13068 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13069 if test "${ac_cv_os_cray+set}" = set; then :
13070 $as_echo_n "(cached) " >&6
13072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13073 /* end confdefs.h. */
13074 #if defined CRAY && ! defined CRAY2
13081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13082 $EGREP "webecray" >/dev/null 2>&1; then :
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13091 $as_echo "$ac_cv_os_cray" >&6; }
13092 if test $ac_cv_os_cray = yes; then
13093 for ac_func in _getb67 GETB67 getb67; do
13094 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13095 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13096 eval as_val=\$$as_ac_var
13097 if test "x$as_val" = x""yes; then :
13099 cat >>confdefs.h <<_ACEOF
13100 #define CRAY_STACKSEG_END $ac_func
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13110 $as_echo_n "checking stack direction for C alloca... " >&6; }
13111 if test "${ac_cv_c_stack_direction+set}" = set; then :
13112 $as_echo_n "(cached) " >&6
13114 if test "$cross_compiling" = yes; then :
13115 ac_cv_c_stack_direction=0
13117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13118 /* end confdefs.h. */
13119 $ac_includes_default
13121 find_stack_direction ()
13123 static char *addr = 0;
13128 return find_stack_direction ();
13131 return (&dummy > addr) ? 1 : -1;
13137 return find_stack_direction () < 0;
13140 if ac_fn_c_try_run "$LINENO"; then :
13141 ac_cv_c_stack_direction=1
13143 ac_cv_c_stack_direction=-1
13145 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13146 conftest.$ac_objext conftest.beam conftest.$ac_ext
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13151 $as_echo "$ac_cv_c_stack_direction" >&6; }
13152 cat >>confdefs.h <<_ACEOF
13153 #define STACK_DIRECTION $ac_cv_c_stack_direction
13159 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13161 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13162 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13163 eval as_val=\$$as_ac_var
13164 if test "x$as_val" = x""yes; then :
13165 cat >>confdefs.h <<_ACEOF
13166 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13172 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13173 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13175 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13179 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13180 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13182 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13187 $as_echo_n "checking for mbstate_t... " >&6; }
13188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13189 /* end confdefs.h. */
13194 mbstate_t teststate;
13199 if ac_fn_c_try_compile "$LINENO"; then :
13204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13206 $as_echo "$have_mbstate_t" >&6; }
13207 if test x"$have_mbstate_t" = xyes; then
13209 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13213 # Some systems have frexp only in -lm, not in -lc.
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13215 $as_echo_n "checking for library containing frexp... " >&6; }
13216 if test "${ac_cv_search_frexp+set}" = set; then :
13217 $as_echo_n "(cached) " >&6
13219 ac_func_search_save_LIBS=$LIBS
13220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13221 /* end confdefs.h. */
13223 /* Override any GCC internal prototype to avoid an error.
13224 Use char because int might match the return type of a GCC
13225 builtin and then its argument prototype would still apply. */
13238 for ac_lib in '' m; do
13239 if test -z "$ac_lib"; then
13240 ac_res="none required"
13243 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13245 if ac_fn_c_try_link "$LINENO"; then :
13246 ac_cv_search_frexp=$ac_res
13248 rm -f core conftest.err conftest.$ac_objext \
13250 if test "${ac_cv_search_frexp+set}" = set; then :
13254 if test "${ac_cv_search_frexp+set}" = set; then :
13257 ac_cv_search_frexp=no
13259 rm conftest.$ac_ext
13260 LIBS=$ac_func_search_save_LIBS
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13263 $as_echo "$ac_cv_search_frexp" >&6; }
13264 ac_res=$ac_cv_search_frexp
13265 if test "$ac_res" != no; then :
13266 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13273 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13274 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13275 $as_echo_n "(cached) " >&6
13277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13278 /* end confdefs.h. */
13279 #include <locale.h>
13288 if ac_fn_c_try_link "$LINENO"; then :
13289 am_cv_val_LC_MESSAGES=yes
13291 am_cv_val_LC_MESSAGES=no
13293 rm -f core conftest.err conftest.$ac_objext \
13294 conftest$ac_exeext conftest.$ac_ext
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13297 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13298 if test $am_cv_val_LC_MESSAGES = yes; then
13300 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13306 $as_echo_n "checking for time_t in time.h... " >&6; }
13307 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13308 $as_echo_n "(cached) " >&6
13310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13311 /* end confdefs.h. */
13321 if ac_fn_c_try_compile "$LINENO"; then :
13322 bu_cv_decl_time_t_time_h=yes
13324 bu_cv_decl_time_t_time_h=no
13326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13330 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13331 if test $bu_cv_decl_time_t_time_h = yes; then
13333 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13338 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13339 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13340 $as_echo_n "(cached) " >&6
13342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13343 /* end confdefs.h. */
13344 #include <sys/types.h>
13353 if ac_fn_c_try_compile "$LINENO"; then :
13354 bu_cv_decl_time_t_types_h=yes
13356 bu_cv_decl_time_t_types_h=no
13358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13362 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13363 if test $bu_cv_decl_time_t_types_h = yes; then
13365 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13370 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13371 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13372 $as_echo_n "(cached) " >&6
13374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13375 /* end confdefs.h. */
13376 #include <unistd.h>
13380 extern int getopt (int, char *const*, const char *);
13385 if ac_fn_c_try_compile "$LINENO"; then :
13386 bu_cv_decl_getopt_unistd_h=yes
13388 bu_cv_decl_getopt_unistd_h=no
13390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13394 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13395 if test $bu_cv_decl_getopt_unistd_h = yes; then
13397 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13401 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13404 $as_echo_n "checking for utime.h... " >&6; }
13405 if test "${bu_cv_header_utime_h+set}" = set; then :
13406 $as_echo_n "(cached) " >&6
13408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13409 /* end confdefs.h. */
13410 #include <sys/types.h>
13423 if ac_fn_c_try_compile "$LINENO"; then :
13424 bu_cv_header_utime_h=yes
13426 bu_cv_header_utime_h=no
13428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13432 $as_echo "$bu_cv_header_utime_h" >&6; }
13433 if test $bu_cv_header_utime_h = yes; then
13435 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13439 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13440 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13446 cat >>confdefs.h <<_ACEOF
13447 #define HAVE_DECL_ENVIRON $ac_have_decl
13449 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13450 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_DECL_FPRINTF $ac_have_decl
13459 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13460 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13466 cat >>confdefs.h <<_ACEOF
13467 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13469 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13470 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13476 cat >>confdefs.h <<_ACEOF
13477 #define HAVE_DECL_GETENV $ac_have_decl
13479 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13480 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13486 cat >>confdefs.h <<_ACEOF
13487 #define HAVE_DECL_SBRK $ac_have_decl
13489 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13490 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13496 cat >>confdefs.h <<_ACEOF
13497 #define HAVE_DECL_SNPRINTF $ac_have_decl
13499 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13500 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13506 cat >>confdefs.h <<_ACEOF
13507 #define HAVE_DECL_STPCPY $ac_have_decl
13509 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13510 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13516 cat >>confdefs.h <<_ACEOF
13517 #define HAVE_DECL_STRNLEN $ac_have_decl
13519 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13520 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13526 cat >>confdefs.h <<_ACEOF
13527 #define HAVE_DECL_STRSTR $ac_have_decl
13529 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13530 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13536 cat >>confdefs.h <<_ACEOF
13537 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13541 # Link in zlib if we can. This allows us to read compressed debug
13542 # sections. This is used only by readelf.c (objdump uses bfd for
13543 # reading compressed sections).
13545 # Use the system's zlib library.
13546 zlibdir="-L\$(top_builddir)/../zlib"
13547 zlibinc="-I\$(top_srcdir)/../zlib"
13549 # Check whether --with-system-zlib was given.
13550 if test "${with_system_zlib+set}" = set; then :
13551 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13564 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13566 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13570 # target-specific stuff:
13572 # Canonicalize the secondary target names.
13573 if test -n "$enable_targets"; then
13574 for targ in `echo $enable_targets | sed 's/,/ /g'`
13576 result=`$ac_config_sub $targ 2>/dev/null`
13577 if test -n "$result"; then
13578 canon_targets="$canon_targets $result"
13580 # Allow targets that config.sub doesn't recognize, like "all".
13581 canon_targets="$canon_targets $targ"
13586 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13587 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13593 if test "X$prefix" = "XNONE"; then
13594 acl_final_prefix="$ac_default_prefix"
13596 acl_final_prefix="$prefix"
13598 if test "X$exec_prefix" = "XNONE"; then
13599 acl_final_exec_prefix='${prefix}'
13601 acl_final_exec_prefix="$exec_prefix"
13603 acl_save_prefix="$prefix"
13604 prefix="$acl_final_prefix"
13605 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13606 prefix="$acl_save_prefix"
13609 # Check whether --with-gnu-ld was given.
13610 if test "${with_gnu_ld+set}" = set; then :
13611 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13616 # Prepare PATH_SEPARATOR.
13617 # The user is always right.
13618 if test "${PATH_SEPARATOR+set}" != set; then
13619 echo "#! /bin/sh" >conf$$.sh
13620 echo "exit 0" >>conf$$.sh
13622 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13630 if test "$GCC" = yes; then
13631 # Check if gcc -print-prog-name=ld gives a path.
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13633 $as_echo_n "checking for ld used by GCC... " >&6; }
13636 # gcc leaves a trailing carriage return which upsets mingw
13637 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13639 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13642 # Accept absolute paths.
13643 [\\/]* | [A-Za-z]:[\\/]*)
13644 re_direlt='/[^/][^/]*/\.\./'
13645 # Canonicalize the path of ld
13646 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13647 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13648 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13650 test -z "$LD" && LD="$ac_prog"
13653 # If it fails, then pretend we aren't using GCC.
13657 # If it is relative, then search for the first ld in PATH.
13658 with_gnu_ld=unknown
13661 elif test "$with_gnu_ld" = yes; then
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13663 $as_echo_n "checking for GNU ld... " >&6; }
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13666 $as_echo_n "checking for non-GNU ld... " >&6; }
13668 if test "${acl_cv_path_LD+set}" = set; then :
13669 $as_echo_n "(cached) " >&6
13671 if test -z "$LD"; then
13672 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13673 for ac_dir in $PATH; do
13674 test -z "$ac_dir" && ac_dir=.
13675 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13676 acl_cv_path_LD="$ac_dir/$ac_prog"
13677 # Check to see if the program is GNU ld. I'd rather use --version,
13678 # but apparently some GNU ld's only accept -v.
13679 # Break only if it was the GNU/non-GNU ld that we prefer.
13680 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13681 test "$with_gnu_ld" != no && break
13683 test "$with_gnu_ld" != yes && break
13689 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13693 LD="$acl_cv_path_LD"
13694 if test -n "$LD"; then
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13696 $as_echo "$LD" >&6; }
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13699 $as_echo "no" >&6; }
13701 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13703 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13704 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13705 $as_echo_n "(cached) " >&6
13707 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13708 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13709 acl_cv_prog_gnu_ld=yes
13711 acl_cv_prog_gnu_ld=no
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13715 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13716 with_gnu_ld=$acl_cv_prog_gnu_ld
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13721 $as_echo_n "checking for shared library run path origin... " >&6; }
13722 if test "${acl_cv_rpath+set}" = set; then :
13723 $as_echo_n "(cached) " >&6
13726 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13727 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13729 rm -f ./conftest.sh
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13734 $as_echo "$acl_cv_rpath" >&6; }
13736 libext="$acl_cv_libext"
13737 shlibext="$acl_cv_shlibext"
13738 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13739 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13740 hardcode_direct="$acl_cv_hardcode_direct"
13741 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13742 # Check whether --enable-rpath was given.
13743 if test "${enable_rpath+set}" = set; then :
13744 enableval=$enable_rpath; :
13758 acl_save_prefix="$prefix"
13759 prefix="$acl_final_prefix"
13760 acl_save_exec_prefix="$exec_prefix"
13761 exec_prefix="$acl_final_exec_prefix"
13763 eval additional_includedir=\"$includedir\"
13764 eval additional_libdir=\"$libdir\"
13766 exec_prefix="$acl_save_exec_prefix"
13767 prefix="$acl_save_prefix"
13770 # Check whether --with-libiconv-prefix was given.
13771 if test "${with_libiconv_prefix+set}" = set; then :
13772 withval=$with_libiconv_prefix;
13773 if test "X$withval" = "Xno"; then
13776 if test "X$withval" = "X"; then
13778 acl_save_prefix="$prefix"
13779 prefix="$acl_final_prefix"
13780 acl_save_exec_prefix="$exec_prefix"
13781 exec_prefix="$acl_final_exec_prefix"
13783 eval additional_includedir=\"$includedir\"
13784 eval additional_libdir=\"$libdir\"
13786 exec_prefix="$acl_save_exec_prefix"
13787 prefix="$acl_save_prefix"
13790 additional_includedir="$withval/include"
13791 additional_libdir="$withval/lib"
13802 names_already_handled=
13803 names_next_round='iconv '
13804 while test -n "$names_next_round"; do
13805 names_this_round="$names_next_round"
13807 for name in $names_this_round; do
13809 for n in $names_already_handled; do
13810 if test "$n" = "$name"; then
13811 already_handled=yes
13815 if test -z "$already_handled"; then
13816 names_already_handled="$names_already_handled $name"
13817 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13818 eval value=\"\$HAVE_LIB$uppername\"
13819 if test -n "$value"; then
13820 if test "$value" = yes; then
13821 eval value=\"\$LIB$uppername\"
13822 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13823 eval value=\"\$LTLIB$uppername\"
13824 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13833 if test $use_additional = yes; then
13834 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13835 found_dir="$additional_libdir"
13836 found_so="$additional_libdir/lib$name.$shlibext"
13837 if test -f "$additional_libdir/lib$name.la"; then
13838 found_la="$additional_libdir/lib$name.la"
13841 if test -f "$additional_libdir/lib$name.$libext"; then
13842 found_dir="$additional_libdir"
13843 found_a="$additional_libdir/lib$name.$libext"
13844 if test -f "$additional_libdir/lib$name.la"; then
13845 found_la="$additional_libdir/lib$name.la"
13850 if test "X$found_dir" = "X"; then
13851 for x in $LDFLAGS $LTLIBICONV; do
13853 acl_save_prefix="$prefix"
13854 prefix="$acl_final_prefix"
13855 acl_save_exec_prefix="$exec_prefix"
13856 exec_prefix="$acl_final_exec_prefix"
13858 exec_prefix="$acl_save_exec_prefix"
13859 prefix="$acl_save_prefix"
13863 dir=`echo "X$x" | sed -e 's/^X-L//'`
13864 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13866 found_so="$dir/lib$name.$shlibext"
13867 if test -f "$dir/lib$name.la"; then
13868 found_la="$dir/lib$name.la"
13871 if test -f "$dir/lib$name.$libext"; then
13873 found_a="$dir/lib$name.$libext"
13874 if test -f "$dir/lib$name.la"; then
13875 found_la="$dir/lib$name.la"
13881 if test "X$found_dir" != "X"; then
13886 if test "X$found_dir" != "X"; then
13887 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13888 if test "X$found_so" != "X"; then
13889 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13890 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13893 for x in $ltrpathdirs; do
13894 if test "X$x" = "X$found_dir"; then
13899 if test -z "$haveit"; then
13900 ltrpathdirs="$ltrpathdirs $found_dir"
13902 if test "$hardcode_direct" = yes; then
13903 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13905 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13906 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13908 for x in $rpathdirs; do
13909 if test "X$x" = "X$found_dir"; then
13914 if test -z "$haveit"; then
13915 rpathdirs="$rpathdirs $found_dir"
13919 for x in $LDFLAGS $LIBICONV; do
13921 acl_save_prefix="$prefix"
13922 prefix="$acl_final_prefix"
13923 acl_save_exec_prefix="$exec_prefix"
13924 exec_prefix="$acl_final_exec_prefix"
13926 exec_prefix="$acl_save_exec_prefix"
13927 prefix="$acl_save_prefix"
13929 if test "X$x" = "X-L$found_dir"; then
13934 if test -z "$haveit"; then
13935 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13937 if test "$hardcode_minus_L" != no; then
13938 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13940 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13946 if test "X$found_a" != "X"; then
13947 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13949 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13952 additional_includedir=
13953 case "$found_dir" in
13955 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13956 additional_includedir="$basedir/include"
13959 if test "X$additional_includedir" != "X"; then
13960 if test "X$additional_includedir" != "X/usr/include"; then
13962 if test "X$additional_includedir" = "X/usr/local/include"; then
13963 if test -n "$GCC"; then
13965 linux*) haveit=yes;;
13969 if test -z "$haveit"; then
13970 for x in $CPPFLAGS $INCICONV; do
13972 acl_save_prefix="$prefix"
13973 prefix="$acl_final_prefix"
13974 acl_save_exec_prefix="$exec_prefix"
13975 exec_prefix="$acl_final_exec_prefix"
13977 exec_prefix="$acl_save_exec_prefix"
13978 prefix="$acl_save_prefix"
13980 if test "X$x" = "X-I$additional_includedir"; then
13985 if test -z "$haveit"; then
13986 if test -d "$additional_includedir"; then
13987 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13993 if test -n "$found_la"; then
13994 save_libdir="$libdir"
13995 case "$found_la" in
13996 */* | *\\*) . "$found_la" ;;
13997 *) . "./$found_la" ;;
13999 libdir="$save_libdir"
14000 for dep in $dependency_libs; do
14003 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14004 if test "X$additional_libdir" != "X/usr/lib"; then
14006 if test "X$additional_libdir" = "X/usr/local/lib"; then
14007 if test -n "$GCC"; then
14009 linux*) haveit=yes;;
14013 if test -z "$haveit"; then
14015 for x in $LDFLAGS $LIBICONV; do
14017 acl_save_prefix="$prefix"
14018 prefix="$acl_final_prefix"
14019 acl_save_exec_prefix="$exec_prefix"
14020 exec_prefix="$acl_final_exec_prefix"
14022 exec_prefix="$acl_save_exec_prefix"
14023 prefix="$acl_save_prefix"
14025 if test "X$x" = "X-L$additional_libdir"; then
14030 if test -z "$haveit"; then
14031 if test -d "$additional_libdir"; then
14032 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14036 for x in $LDFLAGS $LTLIBICONV; do
14038 acl_save_prefix="$prefix"
14039 prefix="$acl_final_prefix"
14040 acl_save_exec_prefix="$exec_prefix"
14041 exec_prefix="$acl_final_exec_prefix"
14043 exec_prefix="$acl_save_exec_prefix"
14044 prefix="$acl_save_prefix"
14046 if test "X$x" = "X-L$additional_libdir"; then
14051 if test -z "$haveit"; then
14052 if test -d "$additional_libdir"; then
14053 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14060 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14061 if test "$enable_rpath" != no; then
14063 for x in $rpathdirs; do
14064 if test "X$x" = "X$dir"; then
14069 if test -z "$haveit"; then
14070 rpathdirs="$rpathdirs $dir"
14073 for x in $ltrpathdirs; do
14074 if test "X$x" = "X$dir"; then
14079 if test -z "$haveit"; then
14080 ltrpathdirs="$ltrpathdirs $dir"
14085 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14088 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14091 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14092 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14098 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14099 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14105 if test "X$rpathdirs" != "X"; then
14106 if test -n "$hardcode_libdir_separator"; then
14108 for found_dir in $rpathdirs; do
14109 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14111 acl_save_libdir="$libdir"
14113 eval flag=\"$hardcode_libdir_flag_spec\"
14114 libdir="$acl_save_libdir"
14115 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14117 for found_dir in $rpathdirs; do
14118 acl_save_libdir="$libdir"
14119 libdir="$found_dir"
14120 eval flag=\"$hardcode_libdir_flag_spec\"
14121 libdir="$acl_save_libdir"
14122 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14126 if test "X$ltrpathdirs" != "X"; then
14127 for found_dir in $ltrpathdirs; do
14128 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14139 $as_echo_n "checking for iconv... " >&6; }
14140 if test "${am_cv_func_iconv+set}" = set; then :
14141 $as_echo_n "(cached) " >&6
14144 am_cv_func_iconv="no, consider installing GNU libiconv"
14146 am_save_CPPFLAGS="$CPPFLAGS"
14147 CPPFLAGS="$CPPFLAGS $INCICONV"
14148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14149 /* end confdefs.h. */
14150 #include <stdlib.h>
14155 iconv_t cd = iconv_open("","");
14156 iconv(cd,NULL,NULL,NULL,NULL);
14162 if ac_fn_c_try_link "$LINENO"; then :
14163 am_cv_func_iconv=yes
14165 rm -f core conftest.err conftest.$ac_objext \
14166 conftest$ac_exeext conftest.$ac_ext
14167 CPPFLAGS="$am_save_CPPFLAGS"
14169 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14170 for _libs in .libs _libs; do
14171 am_save_CPPFLAGS="$CPPFLAGS"
14172 am_save_LIBS="$LIBS"
14173 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14174 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14176 /* end confdefs.h. */
14177 #include <stdlib.h>
14182 iconv_t cd = iconv_open("","");
14183 iconv(cd,NULL,NULL,NULL,NULL);
14189 if ac_fn_c_try_link "$LINENO"; then :
14190 INCICONV="-I../libiconv/include"
14191 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14192 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14193 am_cv_lib_iconv=yes
14194 am_cv_func_iconv=yes
14196 rm -f core conftest.err conftest.$ac_objext \
14197 conftest$ac_exeext conftest.$ac_ext
14198 CPPFLAGS="$am_save_CPPFLAGS"
14199 LIBS="$am_save_LIBS"
14200 if test "$am_cv_func_iconv" = "yes"; then
14206 if test "$am_cv_func_iconv" != yes; then
14207 am_save_CPPFLAGS="$CPPFLAGS"
14208 am_save_LIBS="$LIBS"
14209 CPPFLAGS="$LIBS $INCICONV"
14210 LIBS="$LIBS $LIBICONV"
14211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14212 /* end confdefs.h. */
14213 #include <stdlib.h>
14218 iconv_t cd = iconv_open("","");
14219 iconv(cd,NULL,NULL,NULL,NULL);
14225 if ac_fn_c_try_link "$LINENO"; then :
14226 am_cv_lib_iconv=yes
14227 am_cv_func_iconv=yes
14229 rm -f core conftest.err conftest.$ac_objext \
14230 conftest$ac_exeext conftest.$ac_ext
14231 CPPFLAGS="$am_save_CPPFLAGS"
14232 LIBS="$am_save_LIBS"
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14237 $as_echo "$am_cv_func_iconv" >&6; }
14238 if test "$am_cv_func_iconv" = yes; then
14240 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14243 if test "$am_cv_lib_iconv" = yes; then
14245 for element in $INCICONV; do
14247 for x in $CPPFLAGS; do
14249 acl_save_prefix="$prefix"
14250 prefix="$acl_final_prefix"
14251 acl_save_exec_prefix="$exec_prefix"
14252 exec_prefix="$acl_final_exec_prefix"
14254 exec_prefix="$acl_save_exec_prefix"
14255 prefix="$acl_save_prefix"
14257 if test "X$x" = "X$element"; then
14262 if test -z "$haveit"; then
14263 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14268 $as_echo_n "checking how to link with libiconv... " >&6; }
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14270 $as_echo "$LIBICONV" >&6; }
14278 if test "$am_cv_func_iconv" = yes; then
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14280 $as_echo_n "checking for iconv declaration... " >&6; }
14281 if test "${am_cv_proto_iconv+set}" = set; then :
14282 $as_echo_n "(cached) " >&6
14285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14286 /* end confdefs.h. */
14288 #include <stdlib.h>
14294 #if defined(__STDC__) || defined(__cplusplus)
14295 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14308 if ac_fn_c_try_compile "$LINENO"; then :
14309 am_cv_proto_iconv_arg1=""
14311 am_cv_proto_iconv_arg1="const"
14313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14314 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);"
14317 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14319 }$am_cv_proto_iconv" >&5
14321 }$am_cv_proto_iconv" >&6; }
14323 cat >>confdefs.h <<_ACEOF
14324 #define ICONV_CONST $am_cv_proto_iconv_arg1
14341 BUILD_INSTALL_MISC=
14343 OBJDUMP_PRIVATE_VECTORS=
14344 OBJDUMP_PRIVATE_OFILES=
14347 for targ in $target $canon_targets
14349 if test "x$targ" = "xall"; then
14351 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14352 BUILD_SRCONV='$(SRCONV_PROG)'
14353 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
14354 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14355 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14356 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14357 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14358 if test -z "$DLLTOOL_DEFAULT"; then
14359 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14361 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14362 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14363 od_vectors="$od_vectors objdump_private_desc_xcoff"
14366 i[3-7]86*-*-netware*)
14367 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14368 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14371 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14372 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14374 powerpc*-*-netware*)
14375 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14376 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14379 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14380 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14385 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14390 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14391 if test -z "$DLLTOOL_DEFAULT"; then
14392 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14394 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14395 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14396 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14398 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14399 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14400 if test -z "$DLLTOOL_DEFAULT"; then
14401 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14403 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14404 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14405 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14408 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14409 if test -z "$DLLTOOL_DEFAULT"; then
14410 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14412 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14413 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14414 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14416 x86_64-*-mingw* | x86_64-*-cygwin*)
14417 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14418 if test -z "$DLLTOOL_DEFAULT"; then
14419 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14421 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14422 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14423 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14424 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14426 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14427 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14428 if test -z "$DLLTOOL_DEFAULT"; then
14429 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14431 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14432 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14433 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14434 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14436 i[3-7]86-*-interix)
14437 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14438 if test -z "$DLLTOOL_DEFAULT"; then
14439 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14441 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14443 powerpc*-aix5.[01])
14445 powerpc*-aix[5-9].*)
14446 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14448 powerpc*-*-pe* | powerpc*-*-cygwin*)
14449 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14450 if test -z "$DLLTOOL_DEFAULT"; then
14451 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14453 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14454 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14455 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14457 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14458 case "$BUILD_INSTALL_MISC" in
14460 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14464 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14465 if test -z "$DLLTOOL_DEFAULT"; then
14466 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14468 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14469 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14470 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14473 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14476 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14477 if test -z "$DLLTOOL_DEFAULT"; then
14478 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14480 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14481 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14482 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14485 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14486 if test -z "$DLLTOOL_DEFAULT"; then
14487 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14489 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14490 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14491 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14494 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14495 if test -z "$DLLTOOL_DEFAULT"; then
14496 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14498 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14501 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14505 # Add objdump private vectors.
14508 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14511 od_vectors="$od_vectors objdump_private_desc_xcoff"
14514 od_vectors="$od_vectors objdump_private_desc_mach_o"
14520 # Uniq objdump private vector, build objdump target ofiles.
14523 for i in $od_vectors ; do
14528 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14530 objdump_private_desc_elf32_avr)
14531 od_files="$od_files od-elf32_avr" ;;
14532 objdump_private_desc_xcoff)
14533 od_files="$od_files od-xcoff" ;;
14534 objdump_private_desc_mach_o)
14535 od_files="$od_files od-macho" ;;
14536 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14542 # Uniq objdump target ofiles
14544 for i in $od_files ; do
14549 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14554 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14556 if test "${with_windres+set}" = set; then
14557 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14560 if test "${with_windmc+set}" = set; then
14561 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14564 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14580 cat >>confdefs.h <<_ACEOF
14581 #define TARGET "${target}"
14586 . $srcdir/../bfd/config.bfd
14587 if test "x$targ_underscore" = "xyes"; then
14593 cat >>confdefs.h <<_ACEOF
14594 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14600 . ${srcdir}/configure.tgt
14601 EMULATION=$targ_emul
14602 EMULATION_VECTOR=$targ_emul_vector
14607 # Required for html and install-html
14613 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14615 cat >confcache <<\_ACEOF
14616 # This file is a shell script that caches the results of configure
14617 # tests run on this system so they can be shared between configure
14618 # scripts and configure runs, see configure's option --config-cache.
14619 # It is not useful on other systems. If it contains results you don't
14620 # want to keep, you may remove or edit it.
14622 # config.status only pays attention to the cache file if you give it
14623 # the --recheck option to rerun configure.
14625 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14626 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14627 # following values.
14631 # The following way of writing the cache mishandles newlines in values,
14632 # but we know of no workaround that is simple, portable, and efficient.
14633 # So, we kill variables containing newlines.
14634 # Ultrix sh set writes to stderr and can't be redirected directly,
14635 # and sets the high bit in the cache file unless we assign to the vars.
14637 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14638 eval ac_val=\$$ac_var
14642 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14643 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14646 _ | IFS | as_nl) ;; #(
14647 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14648 *) { eval $ac_var=; unset $ac_var;} ;;
14654 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14655 *${as_nl}ac_space=\ *)
14656 # `set' does not quote correctly, so add quotes: double-quote
14657 # substitution turns \\\\ into \\, and sed turns \\ into \.
14660 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14663 # `set' quotes correctly as required by POSIX, so do not add quotes.
14664 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14673 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14675 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14677 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14678 if test -w "$cache_file"; then
14679 test "x$cache_file" != "x/dev/null" &&
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14681 $as_echo "$as_me: updating cache $cache_file" >&6;}
14682 cat confcache >$cache_file
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14685 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14690 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14691 # Let make expand exec_prefix.
14692 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14694 DEFS=-DHAVE_CONFIG_H
14698 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14699 # 1. Remove the extension, and $U if already installed.
14700 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14701 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14702 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14703 # will be set to the directory where LIBOBJS objects are built.
14704 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14705 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14707 LIBOBJS=$ac_libobjs
14709 LTLIBOBJS=$ac_ltlibobjs
14712 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14713 as_fn_error "conditional \"AMDEP\" was never defined.
14714 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14716 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14717 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14718 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14720 if test -n "$EXEEXT"; then
14722 am__EXEEXT_FALSE='#'
14724 am__EXEEXT_TRUE='#'
14728 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14729 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14730 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14732 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14733 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14734 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14737 : ${CONFIG_STATUS=./config.status}
14739 ac_clean_files_save=$ac_clean_files
14740 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14742 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14744 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14746 # Generated by $as_me.
14747 # Run this file to recreate the current configuration.
14748 # Compiler output produced by configure, useful for debugging
14749 # configure, is in config.log if it exists.
14752 ac_cs_recheck=false
14755 SHELL=\${CONFIG_SHELL-$SHELL}
14758 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14759 ## -------------------- ##
14760 ## M4sh Initialization. ##
14761 ## -------------------- ##
14763 # Be more Bourne compatible
14764 DUALCASE=1; export DUALCASE # for MKS sh
14765 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14768 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14769 # is contrary to our usage. Disable this feature.
14770 alias -g '${1+"$@"}'='"$@"'
14771 setopt NO_GLOB_SUBST
14773 case `(set -o) 2>/dev/null` in #(
14785 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14786 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14787 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14788 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14789 # Prefer a ksh shell builtin over an external printf program on Solaris,
14790 # but without wasting forks for bash or zsh.
14791 if test -z "$BASH_VERSION$ZSH_VERSION" \
14792 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14793 as_echo='print -r --'
14794 as_echo_n='print -rn --'
14795 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14796 as_echo='printf %s\n'
14797 as_echo_n='printf %s'
14799 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14800 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14801 as_echo_n='/usr/ucb/echo -n'
14803 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14804 as_echo_n_body='eval
14808 expr "X$arg" : "X\\(.*\\)$as_nl";
14809 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14811 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14813 export as_echo_n_body
14814 as_echo_n='sh -c $as_echo_n_body as_echo'
14816 export as_echo_body
14817 as_echo='sh -c $as_echo_body as_echo'
14820 # The user is always right.
14821 if test "${PATH_SEPARATOR+set}" != set; then
14823 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14824 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14831 # We need space, tab and new line, in precisely that order. Quoting is
14832 # there to prevent editors from complaining about space-tab.
14833 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14834 # splitting by setting IFS to empty value.)
14837 # Find who we are. Look in the path if we contain no directory separator.
14839 *[\\/]* ) as_myself=$0 ;;
14840 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14841 for as_dir in $PATH
14844 test -z "$as_dir" && as_dir=.
14845 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14851 # We did not find ourselves, most probably we were run as `sh COMMAND'
14852 # in which case we are not to be found in the path.
14853 if test "x$as_myself" = x; then
14856 if test ! -f "$as_myself"; then
14857 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14861 # Unset variables that we do not need and which cause bugs (e.g. in
14862 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14863 # suppresses any "Segmentation fault" message there. '((' could
14864 # trigger a bug in pdksh 5.2.14.
14865 for as_var in BASH_ENV ENV MAIL MAILPATH
14866 do eval test x\${$as_var+set} = xset \
14867 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14880 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14883 # as_fn_error ERROR [LINENO LOG_FD]
14884 # ---------------------------------
14885 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14886 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14887 # script with status $?, using 1 if that was 0.
14890 as_status=$?; test $as_status -eq 0 && as_status=1
14892 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14893 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14895 $as_echo "$as_me: error: $1" >&2
14896 as_fn_exit $as_status
14900 # as_fn_set_status STATUS
14901 # -----------------------
14902 # Set $? to STATUS, without forking.
14903 as_fn_set_status ()
14906 } # as_fn_set_status
14908 # as_fn_exit STATUS
14909 # -----------------
14910 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14914 as_fn_set_status $1
14920 # Portably unset VAR.
14923 { eval $1=; unset $1;}
14925 as_unset=as_fn_unset
14926 # as_fn_append VAR VALUE
14927 # ----------------------
14928 # Append the text in VALUE to the end of the definition contained in VAR. Take
14929 # advantage of any shell optimizations that allow amortized linear growth over
14930 # repeated appends, instead of the typical quadratic growth present in naive
14932 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14933 eval 'as_fn_append ()
14944 # as_fn_arith ARG...
14945 # ------------------
14946 # Perform arithmetic evaluation on the ARGs, and store the result in the
14947 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14948 # must be portable across $(()) and expr.
14949 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14950 eval 'as_fn_arith ()
14957 as_val=`expr "$@" || test $? -eq 1`
14962 if expr a : '\(a\)' >/dev/null 2>&1 &&
14963 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14969 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14970 as_basename=basename
14975 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14981 as_me=`$as_basename -- "$0" ||
14982 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14983 X"$0" : 'X\(//\)$' \| \
14984 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14986 sed '/^.*\/\([^/][^/]*\)\/*$/{
15000 # Avoid depending upon Character Ranges.
15001 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15002 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15003 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15004 as_cr_digits='0123456789'
15005 as_cr_alnum=$as_cr_Letters$as_cr_digits
15007 ECHO_C= ECHO_N= ECHO_T=
15008 case `echo -n x` in #(((((
15010 case `echo 'xy\c'` in
15011 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15013 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15020 rm -f conf$$ conf$$.exe conf$$.file
15021 if test -d conf$$.dir; then
15022 rm -f conf$$.dir/conf$$.file
15025 mkdir conf$$.dir 2>/dev/null
15027 if (echo >conf$$.file) 2>/dev/null; then
15028 if ln -s conf$$.file conf$$ 2>/dev/null; then
15030 # ... but there are two gotchas:
15031 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15032 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15033 # In both cases, we have to default to `cp -p'.
15034 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15036 elif ln conf$$.file conf$$ 2>/dev/null; then
15044 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15045 rmdir conf$$.dir 2>/dev/null
15050 # Create "$as_dir" as a directory, including parents if necessary.
15055 -*) as_dir=./$as_dir;;
15057 test -d "$as_dir" || eval $as_mkdir_p || {
15061 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15062 *) as_qdir=$as_dir;;
15064 as_dirs="'$as_qdir' $as_dirs"
15065 as_dir=`$as_dirname -- "$as_dir" ||
15066 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15067 X"$as_dir" : 'X\(//\)[^/]' \| \
15068 X"$as_dir" : 'X\(//\)$' \| \
15069 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15070 $as_echo X"$as_dir" |
15071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15075 /^X\(\/\/\)[^/].*/{
15088 test -d "$as_dir" && break
15090 test -z "$as_dirs" || eval "mkdir $as_dirs"
15091 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15095 if mkdir -p . 2>/dev/null; then
15096 as_mkdir_p='mkdir -p "$as_dir"'
15098 test -d ./-p && rmdir ./-p
15102 if test -x / >/dev/null 2>&1; then
15103 as_test_x='test -x'
15105 if ls -dL / >/dev/null 2>&1; then
15112 if test -d "$1"; then
15118 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15119 ???[sx]*):;;*)false;;esac;fi
15123 as_executable_p=$as_test_x
15125 # Sed expression to map a string onto a valid CPP name.
15126 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15128 # Sed expression to map a string onto a valid variable name.
15129 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15133 ## ----------------------------------- ##
15134 ## Main body of $CONFIG_STATUS script. ##
15135 ## ----------------------------------- ##
15137 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15140 # Save the log message, to keep $0 and so on meaningful, and to
15141 # report actual input values of CONFIG_FILES etc. instead of their
15142 # values after options handling.
15144 This file was extended by binutils $as_me 2.26.51, which was
15145 generated by GNU Autoconf 2.64. Invocation command line was
15147 CONFIG_FILES = $CONFIG_FILES
15148 CONFIG_HEADERS = $CONFIG_HEADERS
15149 CONFIG_LINKS = $CONFIG_LINKS
15150 CONFIG_COMMANDS = $CONFIG_COMMANDS
15153 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15158 case $ac_config_files in *"
15159 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15162 case $ac_config_headers in *"
15163 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15167 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15168 # Files that config.status was made for.
15169 config_files="$ac_config_files"
15170 config_headers="$ac_config_headers"
15171 config_commands="$ac_config_commands"
15175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15177 \`$as_me' instantiates files and other configuration actions
15178 from templates according to the current configuration. Unless the files
15179 and actions are specified as TAGs, all are instantiated by default.
15181 Usage: $0 [OPTION]... [TAG]...
15183 -h, --help print this help, then exit
15184 -V, --version print version number and configuration settings, then exit
15185 -q, --quiet, --silent
15186 do not print progress messages
15187 -d, --debug don't remove temporary files
15188 --recheck update $as_me by reconfiguring in the same conditions
15189 --file=FILE[:TEMPLATE]
15190 instantiate the configuration file FILE
15191 --header=FILE[:TEMPLATE]
15192 instantiate the configuration header FILE
15194 Configuration files:
15197 Configuration headers:
15200 Configuration commands:
15203 Report bugs to the package provider."
15206 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15208 binutils config.status 2.26.51
15209 configured by $0, generated by GNU Autoconf 2.64,
15210 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15212 Copyright (C) 2009 Free Software Foundation, Inc.
15213 This config.status script is free software; the Free Software Foundation
15214 gives unlimited permission to copy, distribute and modify it."
15221 test -n "\$AWK" || AWK=awk
15224 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15225 # The default lists apply if the user does not specify any file.
15231 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15232 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15243 # Handling of the options.
15244 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15246 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15247 $as_echo "$ac_cs_version"; exit ;;
15248 --debug | --debu | --deb | --de | --d | -d )
15250 --file | --fil | --fi | --f )
15253 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15255 as_fn_append CONFIG_FILES " '$ac_optarg'"
15256 ac_need_defaults=false;;
15257 --header | --heade | --head | --hea )
15260 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15262 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15263 ac_need_defaults=false;;
15265 # Conflict between --help and --header
15266 as_fn_error "ambiguous option: \`$1'
15267 Try \`$0 --help' for more information.";;
15268 --help | --hel | -h )
15269 $as_echo "$ac_cs_usage"; exit ;;
15270 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15271 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15274 # This is an error.
15275 -*) as_fn_error "unrecognized option: \`$1'
15276 Try \`$0 --help' for more information." ;;
15278 *) as_fn_append ac_config_targets " $1"
15279 ac_need_defaults=false ;;
15285 ac_configure_extra_args=
15287 if $ac_cs_silent; then
15289 ac_configure_extra_args="$ac_configure_extra_args --silent"
15293 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15294 if \$ac_cs_recheck; then
15295 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15297 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15298 CONFIG_SHELL='$SHELL'
15299 export CONFIG_SHELL
15304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15308 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15309 ## Running $as_me. ##
15315 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15319 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15322 # The HP-UX ksh and POSIX shell print the target directory to stdout
15323 # if CDPATH is set.
15324 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15326 sed_quote_subst='$sed_quote_subst'
15327 double_quote_subst='$double_quote_subst'
15328 delay_variable_subst='$delay_variable_subst'
15329 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15330 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15331 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15332 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15333 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15334 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15335 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15336 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15337 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15338 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15339 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15340 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15341 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15342 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15343 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15344 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15345 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15346 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15347 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15348 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15349 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15350 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15351 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15352 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15353 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15354 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15355 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15356 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15357 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15358 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15359 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15360 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15361 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15362 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15363 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15364 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15365 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15366 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15367 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15368 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15369 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15370 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15371 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15372 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15373 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15374 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15375 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15376 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15377 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"`'
15378 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15379 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15380 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15381 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15382 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15383 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15384 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15385 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15386 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15387 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15388 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15389 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15390 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15391 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15392 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15393 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15394 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15395 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15396 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15397 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15398 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15399 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15400 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15401 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15402 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15403 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15404 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15405 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15406 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15407 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15408 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15409 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15410 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15411 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15412 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15413 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15414 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15415 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15416 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15417 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15418 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15419 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15420 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15421 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15422 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15423 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15424 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15425 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15426 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15427 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15428 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15429 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15430 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15431 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15432 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15433 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15434 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15435 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15436 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15437 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15438 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15439 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15440 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15441 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15442 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15443 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15444 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15445 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15446 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15447 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15448 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15451 LTCFLAGS='$LTCFLAGS'
15452 compiler='$compiler_DEFAULT'
15454 # A function that is used when there is no print builtin or printf.
15455 func_fallback_echo ()
15457 eval 'cat <<_LTECHO_EOF
15462 # Quote evaled strings.
15476 deplibs_check_method \
15485 lt_cv_sys_global_symbol_pipe \
15486 lt_cv_sys_global_symbol_to_cdecl \
15487 lt_cv_sys_global_symbol_to_c_name_address \
15488 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15489 lt_prog_compiler_no_builtin_flag \
15490 lt_prog_compiler_wl \
15491 lt_prog_compiler_pic \
15492 lt_prog_compiler_static \
15493 lt_cv_prog_compiler_c_o \
15501 export_dynamic_flag_spec \
15502 whole_archive_flag_spec \
15503 compiler_needs_object \
15505 allow_undefined_flag \
15506 no_undefined_flag \
15507 hardcode_libdir_flag_spec \
15508 hardcode_libdir_flag_spec_ld \
15509 hardcode_libdir_separator \
15514 variables_saved_for_relink \
15516 library_names_spec \
15518 install_override_mode \
15522 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15523 *[\\\\\\\`\\"\\\$]*)
15524 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15527 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15532 # Double-quote double-evaled strings.
15533 for var in reload_cmds \
15534 old_postinstall_cmds \
15535 old_postuninstall_cmds \
15537 extract_expsyms_cmds \
15538 old_archive_from_new_cmds \
15539 old_archive_from_expsyms_cmds \
15541 archive_expsym_cmds \
15543 module_expsym_cmds \
15544 export_symbols_cmds \
15547 postuninstall_cmds \
15549 sys_lib_search_path_spec \
15550 sys_lib_dlsearch_path_spec; do
15551 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15552 *[\\\\\\\`\\"\\\$]*)
15553 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15556 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15561 ac_aux_dir='$ac_aux_dir'
15562 xsi_shell='$xsi_shell'
15563 lt_shell_append='$lt_shell_append'
15565 # See if we are running on zsh, and set the options which allow our
15566 # commands through without removal of \ escapes INIT.
15567 if test -n "\${ZSH_VERSION+set}" ; then
15568 setopt NO_GLOB_SUBST
15574 TIMESTAMP='$TIMESTAMP'
15580 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15581 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15583 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15584 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15585 LINGUAS="${LINGUAS-%UNSET%}"
15590 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15592 # Handling of arguments.
15593 for ac_config_target in $ac_config_targets
15595 case $ac_config_target in
15596 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15597 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15598 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15599 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15600 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15601 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15602 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15604 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15609 # If the user did not use the arguments to specify the items to instantiate,
15610 # then the envvar interface is used. Set only those that are not.
15611 # We use the long form for the default assignment because of an extremely
15612 # bizarre bug on SunOS 4.1.3.
15613 if $ac_need_defaults; then
15614 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15615 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15616 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15619 # Have a temporary directory for convenience. Make it in the build tree
15620 # simply because there is no reason against having it here, and in addition,
15621 # creating and moving files from /tmp can sometimes cause problems.
15622 # Hook for its removal unless debugging.
15623 # Note that there is a small window in which the directory will not be cleaned:
15624 # after its creation but before its name has been assigned to `$tmp'.
15628 trap 'exit_status=$?
15629 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15631 trap 'as_fn_exit 1' 1 2 13 15
15633 # Create a (secure) tmp directory for tmp files.
15636 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15637 test -n "$tmp" && test -d "$tmp"
15640 tmp=./conf$$-$RANDOM
15641 (umask 077 && mkdir "$tmp")
15642 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15644 # Set up the scripts for CONFIG_FILES section.
15645 # No need to generate them if there are no CONFIG_FILES.
15646 # This happens for instance with `./config.status config.h'.
15647 if test -n "$CONFIG_FILES"; then
15650 ac_cr=`echo X | tr X '\015'`
15651 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15652 # But we know of no other shell where ac_cr would be empty at this
15653 # point, so we can use a bashism as a fallback.
15654 if test "x$ac_cr" = x; then
15655 eval ac_cr=\$\'\\r\'
15657 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15658 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15661 ac_cs_awk_cr=$ac_cr
15664 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15669 echo "cat >conf$$subs.awk <<_ACEOF" &&
15670 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15672 } >conf$$subs.sh ||
15673 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15674 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15676 for ac_last_try in false false false false false :; do
15677 . ./conf$$subs.sh ||
15678 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15680 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15681 if test $ac_delim_n = $ac_delim_num; then
15683 elif $ac_last_try; then
15684 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15686 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15689 rm -f conf$$subs.sh
15691 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15692 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15696 s/^/S["/; s/!.*/"]=/
15706 s/\(.\{148\}\).*/\1/
15708 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15713 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15720 s/\(.\{148\}\).*/\1/
15722 s/["\\]/\\&/g; s/^/"/; s/$/"/
15726 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15731 ' <conf$$subs.awk | sed '
15736 ' >>$CONFIG_STATUS || ac_write_fail=1
15737 rm -f conf$$subs.awk
15738 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15740 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15741 for (key in S) S_is_set[key] = 1
15747 nfields = split(line, field, "@")
15749 len = length(field[1])
15750 for (i = 2; i < nfields; i++) {
15752 keylen = length(key)
15753 if (S_is_set[key]) {
15755 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15756 len += length(value) + length(field[++i])
15767 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15768 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15769 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15772 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15773 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15776 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15777 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15778 # trailing colons and then remove the whole line if VPATH becomes empty
15779 # (actually we leave an empty line to preserve line numbers).
15780 if test "x$srcdir" = x.; then
15781 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15782 s/:*\$(srcdir):*/:/
15783 s/:*\${srcdir}:*/:/
15785 s/^\([^=]*=[ ]*\):*/\1/
15791 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15792 fi # test -n "$CONFIG_FILES"
15794 # Set up the scripts for CONFIG_HEADERS section.
15795 # No need to generate them if there are no CONFIG_HEADERS.
15796 # This happens for instance with `./config.status Makefile'.
15797 if test -n "$CONFIG_HEADERS"; then
15798 cat >"$tmp/defines.awk" <<\_ACAWK ||
15802 # Transform confdefs.h into an awk script `defines.awk', embedded as
15803 # here-document in config.status, that substitutes the proper values into
15804 # config.h.in to produce config.h.
15806 # Create a delimiter string that does not exist in confdefs.h, to ease
15807 # handling of long lines.
15809 for ac_last_try in false false :; do
15810 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15811 if test -z "$ac_t"; then
15813 elif $ac_last_try; then
15814 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15816 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15820 # For the awk script, D is an array of macro values keyed by name,
15821 # likewise P contains macro parameters if any. Preserve backslash
15822 # newline sequences.
15824 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15826 s/.\{148\}/&'"$ac_delim"'/g
15829 s/^[ ]*#[ ]*define[ ][ ]*/ /
15836 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15838 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15842 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15843 D["\1"]=" \3\\\\\\n"\\/p
15845 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15850 s/.\{148\}/&'"$ac_delim"'/g
15855 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15858 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15860 ' <confdefs.h | sed '
15861 s/'"$ac_delim"'/"\\\
15862 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15864 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15865 for (key in D) D_is_set[key] = 1
15868 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15870 split(line, arg, " ")
15871 if (arg[1] == "#") {
15875 defundef = substr(arg[1], 2)
15878 split(mac1, mac2, "(") #)
15880 prefix = substr(line, 1, index(line, defundef) - 1)
15881 if (D_is_set[macro]) {
15882 # Preserve the white space surrounding the "#".
15883 print prefix "define", macro P[macro] D[macro]
15886 # Replace #undef with comments. This is necessary, for example,
15887 # in the case of _POSIX_SOURCE, which is predefined and required
15888 # on some systems where configure will not decide to define it.
15889 if (defundef == "undef") {
15890 print "/*", prefix defundef, macro, "*/"
15898 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15899 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15900 fi # test -n "$CONFIG_HEADERS"
15903 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15908 :[FHLC]) ac_mode=$ac_tag; continue;;
15910 case $ac_mode$ac_tag in
15912 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15913 :[FH]-) ac_tag=-:-;;
15914 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15931 -) ac_f="$tmp/stdin";;
15932 *) # Look for the file first in the build tree, then in the source tree
15933 # (if the path is not absolute). The absolute path cannot be DOS-style,
15934 # because $ac_f cannot contain `:'.
15938 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15940 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15942 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15943 as_fn_append ac_file_inputs " '$ac_f'"
15946 # Let's still pretend it is `configure' which instantiates (i.e., don't
15947 # use $as_me), people would be surprised to read:
15948 # /* config.h. Generated by config.status. */
15949 configure_input='Generated from '`
15950 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15952 if test x"$ac_file" != x-; then
15953 configure_input="$ac_file. $configure_input"
15954 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15955 $as_echo "$as_me: creating $ac_file" >&6;}
15957 # Neutralize special characters interpreted by sed in replacement strings.
15958 case $configure_input in #(
15959 *\&* | *\|* | *\\* )
15960 ac_sed_conf_input=`$as_echo "$configure_input" |
15961 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15962 *) ac_sed_conf_input=$configure_input;;
15966 *:-:* | *:-) cat >"$tmp/stdin" \
15967 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15972 ac_dir=`$as_dirname -- "$ac_file" ||
15973 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15974 X"$ac_file" : 'X\(//\)[^/]' \| \
15975 X"$ac_file" : 'X\(//\)$' \| \
15976 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15977 $as_echo X"$ac_file" |
15978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15982 /^X\(\/\/\)[^/].*/{
15995 as_dir="$ac_dir"; as_fn_mkdir_p
15999 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16001 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16002 # A ".." for each directory in $ac_dir_suffix.
16003 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16004 case $ac_top_builddir_sub in
16005 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16006 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16009 ac_abs_top_builddir=$ac_pwd
16010 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16011 # for backward compatibility:
16012 ac_top_builddir=$ac_top_build_prefix
16015 .) # We are building in place.
16017 ac_top_srcdir=$ac_top_builddir_sub
16018 ac_abs_top_srcdir=$ac_pwd ;;
16019 [\\/]* | ?:[\\/]* ) # Absolute name.
16020 ac_srcdir=$srcdir$ac_dir_suffix;
16021 ac_top_srcdir=$srcdir
16022 ac_abs_top_srcdir=$srcdir ;;
16023 *) # Relative name.
16024 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16025 ac_top_srcdir=$ac_top_build_prefix$srcdir
16026 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16028 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16038 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16039 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16041 ac_MKDIR_P=$MKDIR_P
16043 [\\/$]* | ?:[\\/]* ) ;;
16044 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16048 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16049 # If the template does not know about datarootdir, expand it.
16050 # FIXME: This hack should be removed a few years after 2.60.
16051 ac_datarootdir_hack=; ac_datarootdir_seen=
16062 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16063 *datarootdir*) ac_datarootdir_seen=yes;;
16064 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16066 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16068 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16069 ac_datarootdir_hack='
16070 s&@datadir@&$datadir&g
16071 s&@docdir@&$docdir&g
16072 s&@infodir@&$infodir&g
16073 s&@localedir@&$localedir&g
16074 s&@mandir@&$mandir&g
16075 s&\\\${datarootdir}&$datarootdir&g' ;;
16079 # Neutralize VPATH when `$srcdir' = `.'.
16080 # Shell code in configure.ac might set extrasub.
16081 # FIXME: do we really want to maintain this feature?
16082 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16083 ac_sed_extra="$ac_vpsub
16086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16088 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16089 s|@configure_input@|$ac_sed_conf_input|;t t
16090 s&@top_builddir@&$ac_top_builddir_sub&;t t
16091 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16092 s&@srcdir@&$ac_srcdir&;t t
16093 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16094 s&@top_srcdir@&$ac_top_srcdir&;t t
16095 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16096 s&@builddir@&$ac_builddir&;t t
16097 s&@abs_builddir@&$ac_abs_builddir&;t t
16098 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16099 s&@INSTALL@&$ac_INSTALL&;t t
16100 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16101 $ac_datarootdir_hack
16103 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16104 || as_fn_error "could not create $ac_file" "$LINENO" 5
16106 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16107 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16108 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16110 which seems to be undefined. Please make sure it is defined." >&5
16111 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16112 which seems to be undefined. Please make sure it is defined." >&2;}
16116 -) cat "$tmp/out" && rm -f "$tmp/out";;
16117 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16119 || as_fn_error "could not create $ac_file" "$LINENO" 5
16125 if test x"$ac_file" != x-; then
16127 $as_echo "/* $configure_input */" \
16128 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16129 } >"$tmp/config.h" \
16130 || as_fn_error "could not create $ac_file" "$LINENO" 5
16131 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16132 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16133 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16136 mv "$tmp/config.h" "$ac_file" \
16137 || as_fn_error "could not create $ac_file" "$LINENO" 5
16140 $as_echo "/* $configure_input */" \
16141 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16142 || as_fn_error "could not create -" "$LINENO" 5
16144 # Compute "$ac_file"'s index in $config_headers.
16147 for _am_header in $config_headers :; do
16148 case $_am_header in
16149 $_am_arg | $_am_arg:* )
16152 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16155 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16156 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16157 X"$_am_arg" : 'X\(//\)[^/]' \| \
16158 X"$_am_arg" : 'X\(//\)$' \| \
16159 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16160 $as_echo X"$_am_arg" |
16161 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16165 /^X\(\/\/\)[^/].*/{
16177 s/.*/./; q'`/stamp-h$_am_stamp_count
16180 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16181 $as_echo "$as_me: executing $ac_file commands" >&6;}
16186 case $ac_file$ac_mode in
16187 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16188 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16189 # are listed without --file. Let's play safe and only enable the eval
16190 # if we detect the quoting.
16191 case $CONFIG_FILES in
16192 *\'*) eval set x "$CONFIG_FILES" ;;
16193 *) set x $CONFIG_FILES ;;
16198 # Strip MF so we end up with the name of the file.
16199 mf=`echo "$mf" | sed -e 's/:.*$//'`
16200 # Check whether this is an Automake generated Makefile or not.
16201 # We used to match only the files named `Makefile.in', but
16202 # some people rename them; so instead we look at the file content.
16203 # Grep'ing the first line is not enough: some people post-process
16204 # each Makefile.in and add a new line on top of each file to say so.
16205 # Grep'ing the whole file is not good either: AIX grep has a line
16206 # limit of 2048, but all sed's we know have understand at least 4000.
16207 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16208 dirpart=`$as_dirname -- "$mf" ||
16209 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16210 X"$mf" : 'X\(//\)[^/]' \| \
16211 X"$mf" : 'X\(//\)$' \| \
16212 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16218 /^X\(\/\/\)[^/].*/{
16234 # Extract the definition of DEPDIR, am__include, and am__quote
16235 # from the Makefile without running `make'.
16236 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16237 test -z "$DEPDIR" && continue
16238 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16239 test -z "am__include" && continue
16240 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16241 # When using ansi2knr, U may be empty or an underscore; expand it
16242 U=`sed -n 's/^U = //p' < "$mf"`
16243 # Find all dependency output files, they are included files with
16244 # $(DEPDIR) in their names. We invoke sed twice because it is the
16245 # simplest approach to changing $(DEPDIR) to its actual value in the
16247 for file in `sed -n "
16248 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16249 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16250 # Make sure the directory exists.
16251 test -f "$dirpart/$file" && continue
16252 fdir=`$as_dirname -- "$file" ||
16253 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16254 X"$file" : 'X\(//\)[^/]' \| \
16255 X"$file" : 'X\(//\)$' \| \
16256 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16257 $as_echo X"$file" |
16258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16262 /^X\(\/\/\)[^/].*/{
16275 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16276 # echo "creating $dirpart/$file"
16277 echo '# dummy' > "$dirpart/$file"
16284 # See if we are running on zsh, and set the options which allow our
16285 # commands through without removal of \ escapes.
16286 if test -n "${ZSH_VERSION+set}" ; then
16287 setopt NO_GLOB_SUBST
16290 cfgfile="${ofile}T"
16291 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16294 cat <<_LT_EOF >> "$cfgfile"
16297 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16298 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16299 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16300 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16302 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16303 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16304 # Written by Gordon Matzigkeit, 1996
16306 # This file is part of GNU Libtool.
16308 # GNU Libtool is free software; you can redistribute it and/or
16309 # modify it under the terms of the GNU General Public License as
16310 # published by the Free Software Foundation; either version 2 of
16311 # the License, or (at your option) any later version.
16313 # As a special exception to the GNU General Public License,
16314 # if you distribute this file as part of a program or library that
16315 # is built using GNU Libtool, you may include this file under the
16316 # same distribution terms that you use for the rest of that program.
16318 # GNU Libtool is distributed in the hope that it will be useful,
16319 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16320 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16321 # GNU General Public License for more details.
16323 # You should have received a copy of the GNU General Public License
16324 # along with GNU Libtool; see the file COPYING. If not, a copy
16325 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16326 # obtained by writing to the Free Software Foundation, Inc.,
16327 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16330 # The names of the tagged configurations supported by this script.
16333 # ### BEGIN LIBTOOL CONFIG
16335 # Which release of libtool.m4 was used?
16336 macro_version=$macro_version
16337 macro_revision=$macro_revision
16339 # Whether or not to build shared libraries.
16340 build_libtool_libs=$enable_shared
16342 # Whether or not to build static libraries.
16343 build_old_libs=$enable_static
16345 # What type of objects to build.
16348 # Whether or not to optimize for fast installation.
16349 fast_install=$enable_fast_install
16351 # Shell to use when invoking shell scripts.
16354 # An echo program that protects backslashes.
16358 host_alias=$host_alias
16362 # The build system.
16363 build_alias=$build_alias
16367 # A sed program that does not truncate output.
16370 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16371 Xsed="\$SED -e 1s/^X//"
16373 # A grep program that handles long lines.
16379 # A literal string matcher.
16382 # A BSD- or MS-compatible name lister.
16385 # Whether we need soft or hard links.
16388 # What is the maximum length of a command?
16389 max_cmd_len=$max_cmd_len
16391 # Object file suffix (normally "o").
16394 # Executable file suffix (normally "").
16397 # whether the shell understands "unset".
16400 # turn spaces into newlines.
16403 # turn newlines into spaces.
16406 # An object symbol dumper.
16407 OBJDUMP=$lt_OBJDUMP
16409 # Method to check whether dependent libraries are shared objects.
16410 deplibs_check_method=$lt_deplibs_check_method
16412 # Command to use when deplibs_check_method == "file_magic".
16413 file_magic_cmd=$lt_file_magic_cmd
16417 AR_FLAGS=$lt_AR_FLAGS
16419 # A symbol stripping program.
16422 # Commands used to install an old-style archive.
16424 old_postinstall_cmds=$lt_old_postinstall_cmds
16425 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16427 # Whether to use a lock for old archive extraction.
16428 lock_old_archive_extraction=$lock_old_archive_extraction
16433 # LTCC compiler flags.
16434 LTCFLAGS=$lt_CFLAGS
16436 # Take the output of nm and produce a listing of raw symbols and C names.
16437 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16439 # Transform the output of nm in a proper C declaration.
16440 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16442 # Transform the output of nm in a C name address pair.
16443 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16445 # Transform the output of nm in a C name address pair when lib prefix is needed.
16446 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16448 # The name of the directory that contains temporary libtool files.
16451 # Used to examine libraries when file_magic_cmd begins with "file".
16452 MAGIC_CMD=$MAGIC_CMD
16454 # Must we lock files when doing compilation?
16455 need_locks=$lt_need_locks
16457 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16458 DSYMUTIL=$lt_DSYMUTIL
16460 # Tool to change global to local symbols on Mac OS X.
16463 # Tool to manipulate fat objects and archives on Mac OS X.
16466 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16469 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16470 OTOOL64=$lt_OTOOL64
16472 # Old archive suffix (normally "a").
16475 # Shared library suffix (normally ".so").
16476 shrext_cmds=$lt_shrext_cmds
16478 # The commands to extract the exported symbol list from a shared archive.
16479 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16481 # Variables whose values should be saved in libtool wrapper scripts and
16482 # restored at link time.
16483 variables_saved_for_relink=$lt_variables_saved_for_relink
16485 # Do we need the "lib" prefix for modules?
16486 need_lib_prefix=$need_lib_prefix
16488 # Do we need a version for libraries?
16489 need_version=$need_version
16491 # Library versioning type.
16492 version_type=$version_type
16494 # Shared library runtime path variable.
16495 runpath_var=$runpath_var
16497 # Shared library path variable.
16498 shlibpath_var=$shlibpath_var
16500 # Is shlibpath searched before the hard-coded library search path?
16501 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16503 # Format of library name prefix.
16504 libname_spec=$lt_libname_spec
16506 # List of archive names. First name is the real one, the rest are links.
16507 # The last name is the one that the linker finds with -lNAME
16508 library_names_spec=$lt_library_names_spec
16510 # The coded name of the library, if different from the real name.
16511 soname_spec=$lt_soname_spec
16513 # Permission mode override for installation of shared libraries.
16514 install_override_mode=$lt_install_override_mode
16516 # Command to use after installation of a shared archive.
16517 postinstall_cmds=$lt_postinstall_cmds
16519 # Command to use after uninstallation of a shared archive.
16520 postuninstall_cmds=$lt_postuninstall_cmds
16522 # Commands used to finish a libtool library installation in a directory.
16523 finish_cmds=$lt_finish_cmds
16525 # As "finish_cmds", except a single script fragment to be evaled but
16527 finish_eval=$lt_finish_eval
16529 # Whether we should hardcode library paths into libraries.
16530 hardcode_into_libs=$hardcode_into_libs
16532 # Compile-time system search path for libraries.
16533 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16535 # Run-time system search path for libraries.
16536 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16538 # Whether dlopen is supported.
16539 dlopen_support=$enable_dlopen
16541 # Whether dlopen of programs is supported.
16542 dlopen_self=$enable_dlopen_self
16544 # Whether dlopen of statically linked programs is supported.
16545 dlopen_self_static=$enable_dlopen_self_static
16547 # Commands to strip libraries.
16548 old_striplib=$lt_old_striplib
16549 striplib=$lt_striplib
16552 # The linker used to build libraries.
16555 # How to create reloadable object files.
16556 reload_flag=$lt_reload_flag
16557 reload_cmds=$lt_reload_cmds
16559 # Commands used to build an old-style archive.
16560 old_archive_cmds=$lt_old_archive_cmds
16562 # A language specific compiler.
16565 # Is the compiler the GNU compiler?
16568 # Compiler flag to turn off builtin functions.
16569 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16571 # How to pass a linker flag through the compiler.
16572 wl=$lt_lt_prog_compiler_wl
16574 # Additional compiler flags for building library objects.
16575 pic_flag=$lt_lt_prog_compiler_pic
16577 # Compiler flag to prevent dynamic linking.
16578 link_static_flag=$lt_lt_prog_compiler_static
16580 # Does compiler simultaneously support -c and -o options?
16581 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16583 # Whether or not to add -lc for building shared libraries.
16584 build_libtool_need_lc=$archive_cmds_need_lc
16586 # Whether or not to disallow shared libs when runtime libs are static.
16587 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16589 # Compiler flag to allow reflexive dlopens.
16590 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16592 # Compiler flag to generate shared objects directly from archives.
16593 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16595 # Whether the compiler copes with passing no objects directly.
16596 compiler_needs_object=$lt_compiler_needs_object
16598 # Create an old-style archive from a shared archive.
16599 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16601 # Create a temporary old-style archive to link instead of a shared archive.
16602 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16604 # Commands used to build a shared archive.
16605 archive_cmds=$lt_archive_cmds
16606 archive_expsym_cmds=$lt_archive_expsym_cmds
16608 # Commands used to build a loadable module if different from building
16609 # a shared archive.
16610 module_cmds=$lt_module_cmds
16611 module_expsym_cmds=$lt_module_expsym_cmds
16613 # Whether we are building with GNU ld or not.
16614 with_gnu_ld=$lt_with_gnu_ld
16616 # Flag that allows shared libraries with undefined symbols to be built.
16617 allow_undefined_flag=$lt_allow_undefined_flag
16619 # Flag that enforces no undefined symbols.
16620 no_undefined_flag=$lt_no_undefined_flag
16622 # Flag to hardcode \$libdir into a binary during linking.
16623 # This must work even if \$libdir does not exist
16624 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16626 # If ld is used when linking, flag to hardcode \$libdir into a binary
16627 # during linking. This must work even if \$libdir does not exist.
16628 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16630 # Whether we need a single "-rpath" flag with a separated argument.
16631 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16633 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16634 # DIR into the resulting binary.
16635 hardcode_direct=$hardcode_direct
16637 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16638 # DIR into the resulting binary and the resulting library dependency is
16639 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16640 # library is relocated.
16641 hardcode_direct_absolute=$hardcode_direct_absolute
16643 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16644 # into the resulting binary.
16645 hardcode_minus_L=$hardcode_minus_L
16647 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16648 # into the resulting binary.
16649 hardcode_shlibpath_var=$hardcode_shlibpath_var
16651 # Set to "yes" if building a shared library automatically hardcodes DIR
16652 # into the library and all subsequent libraries and executables linked
16654 hardcode_automatic=$hardcode_automatic
16656 # Set to yes if linker adds runtime paths of dependent libraries
16657 # to runtime path list.
16658 inherit_rpath=$inherit_rpath
16660 # Whether libtool must link a program against all its dependency libraries.
16661 link_all_deplibs=$link_all_deplibs
16663 # Fix the shell variable \$srcfile for the compiler.
16664 fix_srcfile_path=$lt_fix_srcfile_path
16666 # Set to "yes" if exported symbols are required.
16667 always_export_symbols=$always_export_symbols
16669 # The commands to list exported symbols.
16670 export_symbols_cmds=$lt_export_symbols_cmds
16672 # Symbols that should not be listed in the preloaded symbols.
16673 exclude_expsyms=$lt_exclude_expsyms
16675 # Symbols that must always be exported.
16676 include_expsyms=$lt_include_expsyms
16678 # Commands necessary for linking programs (against libraries) with templates.
16679 prelink_cmds=$lt_prelink_cmds
16681 # Specify filename containing input files.
16682 file_list_spec=$lt_file_list_spec
16684 # How to hardcode a shared library path into an executable.
16685 hardcode_action=$hardcode_action
16687 # ### END LIBTOOL CONFIG
16693 cat <<\_LT_EOF >> "$cfgfile"
16694 # AIX sometimes has problems with the GCC collect2 program. For some
16695 # reason, if we set the COLLECT_NAMES environment variable, the problems
16696 # vanish in a puff of smoke.
16697 if test "X${COLLECT_NAMES+set}" != Xset; then
16699 export COLLECT_NAMES
16706 ltmain="$ac_aux_dir/ltmain.sh"
16709 # We use sed instead of cat because bash on DJGPP gets confused if
16710 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16711 # text mode, it properly converts lines to CR/LF. This bash problem
16712 # is reportedly fixed, but why not run on old versions too?
16713 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16714 || (rm -f "$cfgfile"; exit 1)
16718 cat << \_LT_EOF >> "$cfgfile"
16720 # func_dirname file append nondir_replacement
16721 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16722 # otherwise set result to NONDIR_REPLACEMENT.
16726 */*) func_dirname_result="${1%/*}${2}" ;;
16727 * ) func_dirname_result="${3}" ;;
16731 # func_basename file
16734 func_basename_result="${1##*/}"
16737 # func_dirname_and_basename file append nondir_replacement
16738 # perform func_basename and func_dirname in a single function
16740 # dirname: Compute the dirname of FILE. If nonempty,
16741 # add APPEND to the result, otherwise set result
16742 # to NONDIR_REPLACEMENT.
16743 # value returned in "$func_dirname_result"
16744 # basename: Compute filename of FILE.
16745 # value retuned in "$func_basename_result"
16746 # Implementation must be kept synchronized with func_dirname
16747 # and func_basename. For efficiency, we do not delegate to
16748 # those functions but instead duplicate the functionality here.
16749 func_dirname_and_basename ()
16752 */*) func_dirname_result="${1%/*}${2}" ;;
16753 * ) func_dirname_result="${3}" ;;
16755 func_basename_result="${1##*/}"
16758 # func_stripname prefix suffix name
16759 # strip PREFIX and SUFFIX off of NAME.
16760 # PREFIX and SUFFIX must not contain globbing or regex special
16761 # characters, hashes, percent signs, but SUFFIX may contain a leading
16762 # dot (in which case that matches only a dot).
16765 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16766 # positional parameters, so assign one to ordinary parameter first.
16767 func_stripname_result=${3}
16768 func_stripname_result=${func_stripname_result#"${1}"}
16769 func_stripname_result=${func_stripname_result%"${2}"}
16775 func_opt_split_opt=${1%%=*}
16776 func_opt_split_arg=${1#*=}
16783 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16784 *) func_lo2o_result=${1} ;;
16788 # func_xform libobj-or-source
16791 func_xform_result=${1%.*}.lo
16794 # func_arith arithmetic-term...
16797 func_arith_result=$(( $* ))
16801 # STRING may not start with a hyphen.
16804 func_len_result=${#1}
16809 *) # Bourne compatible functions.
16810 cat << \_LT_EOF >> "$cfgfile"
16812 # func_dirname file append nondir_replacement
16813 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16814 # otherwise set result to NONDIR_REPLACEMENT.
16817 # Extract subdirectory from the argument.
16818 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16819 if test "X$func_dirname_result" = "X${1}"; then
16820 func_dirname_result="${3}"
16822 func_dirname_result="$func_dirname_result${2}"
16826 # func_basename file
16829 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16833 # func_stripname prefix suffix name
16834 # strip PREFIX and SUFFIX off of NAME.
16835 # PREFIX and SUFFIX must not contain globbing or regex special
16836 # characters, hashes, percent signs, but SUFFIX may contain a leading
16837 # dot (in which case that matches only a dot).
16838 # func_strip_suffix prefix name
16842 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16843 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16848 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16849 my_sed_long_arg='1s/^-[^=]*=//'
16854 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16855 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16861 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16864 # func_xform libobj-or-source
16867 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16870 # func_arith arithmetic-term...
16873 func_arith_result=`expr "$@"`
16877 # STRING may not start with a hyphen.
16880 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16886 case $lt_shell_append in
16888 cat << \_LT_EOF >> "$cfgfile"
16890 # func_append var value
16891 # Append VALUE to the end of shell variable VAR.
16899 cat << \_LT_EOF >> "$cfgfile"
16901 # func_append var value
16902 # Append VALUE to the end of shell variable VAR.
16913 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16914 || (rm -f "$cfgfile"; exit 1)
16916 mv -f "$cfgfile" "$ofile" ||
16917 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16922 for ac_file in $CONFIG_FILES; do
16923 # Support "outfile[:infile[:infile...]]"
16925 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16927 # PO directories have a Makefile.in generated from Makefile.in.in.
16928 case "$ac_file" in */Makefile.in)
16929 # Adjust a relative srcdir.
16930 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16931 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16932 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16933 # In autoconf-2.13 it is called $ac_given_srcdir.
16934 # In autoconf-2.50 it is called $srcdir.
16935 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16936 case "$ac_given_srcdir" in
16937 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16938 /*) top_srcdir="$ac_given_srcdir" ;;
16939 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16941 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16942 rm -f "$ac_dir/POTFILES"
16943 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16944 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16945 POMAKEFILEDEPS="POTFILES.in"
16946 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16947 # on $ac_dir but don't depend on user-specified configuration
16949 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16950 # The LINGUAS file contains the set of available languages.
16951 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16952 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16954 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16955 # Hide the ALL_LINGUAS assigment from automake.
16956 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16957 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16959 # The set of available languages was given in configure.ac.
16960 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16962 case "$ac_given_srcdir" in
16964 *) srcdirpre='$(srcdir)/' ;;
16970 for lang in $ALL_LINGUAS; do
16971 POFILES="$POFILES $srcdirpre$lang.po"
16972 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16973 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16974 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16976 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16977 # environment variable.
16979 if test -n "$ALL_LINGUAS"; then
16980 for presentlang in $ALL_LINGUAS; do
16982 if test "%UNSET%" != "$LINGUAS"; then
16983 desiredlanguages="$LINGUAS"
16985 desiredlanguages="$ALL_LINGUAS"
16987 for desiredlang in $desiredlanguages; do
16988 # Use the presentlang catalog if desiredlang is
16989 # a. equal to presentlang, or
16990 # b. a variant of presentlang (because in this case,
16991 # presentlang can be used as a fallback for messages
16992 # which are not translated in the desiredlang catalog).
16993 case "$desiredlang" in
16994 "$presentlang"*) useit=yes;;
16997 if test $useit = yes; then
16998 INST_LINGUAS="$INST_LINGUAS $presentlang"
17003 if test -n "$INST_LINGUAS"; then
17004 for lang in $INST_LINGUAS; do
17005 CATALOGS="$CATALOGS $lang.gmo"
17008 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17009 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"
17010 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17011 if test -f "$f"; then
17013 *.orig | *.bak | *~) ;;
17014 *) cat "$f" >> "$ac_dir/Makefile" ;;
17029 ac_clean_files=$ac_clean_files_save
17031 test $ac_write_fail = 0 ||
17032 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17035 # configure is writing to config.log, and then calls config.status.
17036 # config.status does its own redirection, appending to config.log.
17037 # Unfortunately, on DOS this fails, as config.log is still kept open
17038 # by configure, so config.status won't be able to write to it; its
17039 # output is simply discarded. So we exec the FD to /dev/null,
17040 # effectively closing config.log, so it can be properly (re)opened and
17041 # appended to by config.status. When coming back to configure, we
17042 # need to make the FD available again.
17043 if test "$no_create" != yes; then
17045 ac_config_status_args=
17046 test "$silent" = yes &&
17047 ac_config_status_args="$ac_config_status_args --quiet"
17049 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17051 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17052 # would make configure fail if this is the last instruction.
17053 $ac_cs_success || as_fn_exit $?
17055 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17057 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}