2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir=.
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir=./$as_dir;;
291 test -d "$as_dir" || eval $as_mkdir_p || {
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
360 as_val=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status=$?; test $as_status -eq 0 && as_status=1
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487 elif ln conf$$.file conf$$ 2>/dev/null; then
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
501 test -d ./-p && rmdir ./-p
505 if test -x / >/dev/null 2>&1; then
508 if ls -dL / >/dev/null 2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix=/usr/local
549 ac_config_libobj_dir=.
556 # Identity of this package.
564 ac_unique_file="as.h"
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
610 MAINTAINER_MODE_FALSE
679 INSTALL_STRIP_PROGRAM
740 program_transform_name
753 enable_option_checking
754 enable_dependency_tracking
766 enable_build_warnings
768 enable_maintainer_mode
771 ac_precious_vars='build_alias
784 # Initialize some variables set by options.
786 ac_init_version=false
787 ac_unrecognized_opts=
789 # The variables have the same names as the options, with
790 # dashes changed to underlines.
798 program_transform_name=s,x,x,
806 # Installation directory options.
807 # These are left unexpanded so users can "make install exec_prefix=/foo"
808 # and all the variables that are supposed to be based on exec_prefix
809 # by default will actually change.
810 # Use braces instead of parens because sh, perl, etc. also accept them.
811 # (The list follows the same order as the GNU Coding Standards.)
812 bindir='${exec_prefix}/bin'
813 sbindir='${exec_prefix}/sbin'
814 libexecdir='${exec_prefix}/libexec'
815 datarootdir='${prefix}/share'
816 datadir='${datarootdir}'
817 sysconfdir='${prefix}/etc'
818 sharedstatedir='${prefix}/com'
819 localstatedir='${prefix}/var'
820 includedir='${prefix}/include'
821 oldincludedir='/usr/include'
822 docdir='${datarootdir}/doc/${PACKAGE}'
823 infodir='${datarootdir}/info'
828 libdir='${exec_prefix}/lib'
829 localedir='${datarootdir}/locale'
830 mandir='${datarootdir}/man'
836 # If the previous option needs an argument, assign it.
837 if test -n "$ac_prev"; then
838 eval $ac_prev=\$ac_option
844 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
848 # Accept the important Cygnus configure options, so we can diagnose typos.
850 case $ac_dashdash$ac_option in
854 -bindir | --bindir | --bindi | --bind | --bin | --bi)
856 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
859 -build | --build | --buil | --bui | --bu)
860 ac_prev=build_alias ;;
861 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
862 build_alias=$ac_optarg ;;
864 -cache-file | --cache-file | --cache-fil | --cache-fi \
865 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
866 ac_prev=cache_file ;;
867 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
868 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
869 cache_file=$ac_optarg ;;
872 cache_file=config.cache ;;
874 -datadir | --datadir | --datadi | --datad)
876 -datadir=* | --datadir=* | --datadi=* | --datad=*)
877 datadir=$ac_optarg ;;
879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
880 | --dataroo | --dataro | --datar)
881 ac_prev=datarootdir ;;
882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
884 datarootdir=$ac_optarg ;;
886 -disable-* | --disable-*)
887 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
888 # Reject names that are not valid shell variable names.
889 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
890 as_fn_error "invalid feature name: $ac_useropt"
891 ac_useropt_orig=$ac_useropt
892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 case $ac_user_opts in
897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
898 ac_unrecognized_sep=', ';;
900 eval enable_$ac_useropt=no ;;
902 -docdir | --docdir | --docdi | --doc | --do)
904 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
907 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
909 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
912 -enable-* | --enable-*)
913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
914 # Reject names that are not valid shell variable names.
915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916 as_fn_error "invalid feature name: $ac_useropt"
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
926 eval enable_$ac_useropt=\$ac_optarg ;;
928 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930 | --exec | --exe | --ex)
931 ac_prev=exec_prefix ;;
932 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934 | --exec=* | --exe=* | --ex=*)
935 exec_prefix=$ac_optarg ;;
937 -gas | --gas | --ga | --g)
938 # Obsolete; use --with-gas.
941 -help | --help | --hel | --he | -h)
943 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944 ac_init_help=recursive ;;
945 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946 ac_init_help=short ;;
948 -host | --host | --hos | --ho)
949 ac_prev=host_alias ;;
950 -host=* | --host=* | --hos=* | --ho=*)
951 host_alias=$ac_optarg ;;
953 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
955 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
957 htmldir=$ac_optarg ;;
959 -includedir | --includedir | --includedi | --included | --include \
960 | --includ | --inclu | --incl | --inc)
961 ac_prev=includedir ;;
962 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963 | --includ=* | --inclu=* | --incl=* | --inc=*)
964 includedir=$ac_optarg ;;
966 -infodir | --infodir | --infodi | --infod | --info | --inf)
968 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
969 infodir=$ac_optarg ;;
971 -libdir | --libdir | --libdi | --libd)
973 -libdir=* | --libdir=* | --libdi=* | --libd=*)
976 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977 | --libexe | --libex | --libe)
978 ac_prev=libexecdir ;;
979 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980 | --libexe=* | --libex=* | --libe=*)
981 libexecdir=$ac_optarg ;;
983 -localedir | --localedir | --localedi | --localed | --locale)
985 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986 localedir=$ac_optarg ;;
988 -localstatedir | --localstatedir | --localstatedi | --localstated \
989 | --localstate | --localstat | --localsta | --localst | --locals)
990 ac_prev=localstatedir ;;
991 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
992 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
993 localstatedir=$ac_optarg ;;
995 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
997 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1000 -nfp | --nfp | --nf)
1001 # Obsolete; use --without-fp.
1004 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1005 | --no-cr | --no-c | -n)
1008 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1012 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014 | --oldin | --oldi | --old | --ol | --o)
1015 ac_prev=oldincludedir ;;
1016 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1019 oldincludedir=$ac_optarg ;;
1021 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1023 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1024 prefix=$ac_optarg ;;
1026 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027 | --program-pre | --program-pr | --program-p)
1028 ac_prev=program_prefix ;;
1029 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1031 program_prefix=$ac_optarg ;;
1033 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034 | --program-suf | --program-su | --program-s)
1035 ac_prev=program_suffix ;;
1036 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1038 program_suffix=$ac_optarg ;;
1040 -program-transform-name | --program-transform-name \
1041 | --program-transform-nam | --program-transform-na \
1042 | --program-transform-n | --program-transform- \
1043 | --program-transform | --program-transfor \
1044 | --program-transfo | --program-transf \
1045 | --program-trans | --program-tran \
1046 | --progr-tra | --program-tr | --program-t)
1047 ac_prev=program_transform_name ;;
1048 -program-transform-name=* | --program-transform-name=* \
1049 | --program-transform-nam=* | --program-transform-na=* \
1050 | --program-transform-n=* | --program-transform-=* \
1051 | --program-transform=* | --program-transfor=* \
1052 | --program-transfo=* | --program-transf=* \
1053 | --program-trans=* | --program-tran=* \
1054 | --progr-tra=* | --program-tr=* | --program-t=*)
1055 program_transform_name=$ac_optarg ;;
1057 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1059 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060 pdfdir=$ac_optarg ;;
1062 -psdir | --psdir | --psdi | --psd | --ps)
1064 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1071 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1073 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1075 sbindir=$ac_optarg ;;
1077 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079 | --sharedst | --shareds | --shared | --share | --shar \
1081 ac_prev=sharedstatedir ;;
1082 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1086 sharedstatedir=$ac_optarg ;;
1088 -site | --site | --sit)
1090 -site=* | --site=* | --sit=*)
1093 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1095 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1096 srcdir=$ac_optarg ;;
1098 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099 | --syscon | --sysco | --sysc | --sys | --sy)
1100 ac_prev=sysconfdir ;;
1101 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1103 sysconfdir=$ac_optarg ;;
1105 -target | --target | --targe | --targ | --tar | --ta | --t)
1106 ac_prev=target_alias ;;
1107 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1108 target_alias=$ac_optarg ;;
1110 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1113 -version | --version | --versio | --versi | --vers | -V)
1114 ac_init_version=: ;;
1117 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1118 # Reject names that are not valid shell variable names.
1119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1120 as_fn_error "invalid package name: $ac_useropt"
1121 ac_useropt_orig=$ac_useropt
1122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 case $ac_user_opts in
1127 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1128 ac_unrecognized_sep=', ';;
1130 eval with_$ac_useropt=\$ac_optarg ;;
1132 -without-* | --without-*)
1133 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1146 eval with_$ac_useropt=no ;;
1149 # Obsolete; use --with-x.
1152 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1153 | --x-incl | --x-inc | --x-in | --x-i)
1154 ac_prev=x_includes ;;
1155 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1156 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1157 x_includes=$ac_optarg ;;
1159 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1160 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1161 ac_prev=x_libraries ;;
1162 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1163 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1164 x_libraries=$ac_optarg ;;
1166 -*) as_fn_error "unrecognized option: \`$ac_option'
1167 Try \`$0 --help' for more information."
1171 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1172 # Reject names that are not valid shell variable names.
1173 case $ac_envvar in #(
1174 '' | [0-9]* | *[!_$as_cr_alnum]* )
1175 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1177 eval $ac_envvar=\$ac_optarg
1178 export $ac_envvar ;;
1181 # FIXME: should be removed in autoconf 3.0.
1182 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1183 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1184 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1185 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1191 if test -n "$ac_prev"; then
1192 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1193 as_fn_error "missing argument to $ac_option"
1196 if test -n "$ac_unrecognized_opts"; then
1197 case $enable_option_checking in
1199 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1200 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1204 # Check all directory arguments for consistency.
1205 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1206 datadir sysconfdir sharedstatedir localstatedir includedir \
1207 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208 libdir localedir mandir
1210 eval ac_val=\$$ac_var
1211 # Remove trailing slashes.
1214 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1215 eval $ac_var=\$ac_val;;
1217 # Be sure to have absolute directory names.
1219 [\\/$]* | ?:[\\/]* ) continue;;
1220 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1222 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1225 # There might be people who depend on the old broken behavior: `$host'
1226 # used to hold the argument of --host etc.
1227 # FIXME: To remove some day.
1230 target=$target_alias
1232 # FIXME: To remove some day.
1233 if test "x$host_alias" != x; then
1234 if test "x$build_alias" = x; then
1235 cross_compiling=maybe
1236 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1237 If a cross compiler is detected then cross compile mode will be used." >&2
1238 elif test "x$build_alias" != "x$host_alias"; then
1244 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1246 test "$silent" = yes && exec 6>/dev/null
1249 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1250 ac_ls_di=`ls -di .` &&
1251 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1252 as_fn_error "working directory cannot be determined"
1253 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1254 as_fn_error "pwd does not report name of working directory"
1257 # Find the source files, if location was not specified.
1258 if test -z "$srcdir"; then
1259 ac_srcdir_defaulted=yes
1260 # Try the directory containing this script, then the parent directory.
1261 ac_confdir=`$as_dirname -- "$as_myself" ||
1262 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1263 X"$as_myself" : 'X\(//\)[^/]' \| \
1264 X"$as_myself" : 'X\(//\)$' \| \
1265 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1266 $as_echo X"$as_myself" |
1267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1285 if test ! -r "$srcdir/$ac_unique_file"; then
1289 ac_srcdir_defaulted=no
1291 if test ! -r "$srcdir/$ac_unique_file"; then
1292 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1293 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1295 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1297 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1299 # When building in place, set srcdir=.
1300 if test "$ac_abs_confdir" = "$ac_pwd"; then
1303 # Remove unnecessary trailing slashes from srcdir.
1304 # Double slashes in file names in object file debugging info
1305 # mess up M-x gdb in Emacs.
1307 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1309 for ac_var in $ac_precious_vars; do
1310 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_env_${ac_var}_value=\$${ac_var}
1312 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1317 # Report the --help message.
1319 if test "$ac_init_help" = "long"; then
1320 # Omit some internal or obsolete options to make the list less imposing.
1321 # This message is too long to be a string in the A/UX 3.1 sh.
1323 \`configure' configures this package to adapt to many kinds of systems.
1325 Usage: $0 [OPTION]... [VAR=VALUE]...
1327 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1328 VAR=VALUE. See below for descriptions of some of the useful variables.
1330 Defaults for the options are specified in brackets.
1333 -h, --help display this help and exit
1334 --help=short display options specific to this package
1335 --help=recursive display the short help of all the included packages
1336 -V, --version display version information and exit
1337 -q, --quiet, --silent do not print \`checking...' messages
1338 --cache-file=FILE cache test results in FILE [disabled]
1339 -C, --config-cache alias for \`--cache-file=config.cache'
1340 -n, --no-create do not create output files
1341 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1343 Installation directories:
1344 --prefix=PREFIX install architecture-independent files in PREFIX
1345 [$ac_default_prefix]
1346 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1349 By default, \`make install' will install all the files in
1350 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1351 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1352 for instance \`--prefix=\$HOME'.
1354 For better control, use the options below.
1356 Fine tuning of the installation directories:
1357 --bindir=DIR user executables [EPREFIX/bin]
1358 --sbindir=DIR system admin executables [EPREFIX/sbin]
1359 --libexecdir=DIR program executables [EPREFIX/libexec]
1360 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1361 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1362 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1363 --libdir=DIR object code libraries [EPREFIX/lib]
1364 --includedir=DIR C header files [PREFIX/include]
1365 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1366 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1367 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1368 --infodir=DIR info documentation [DATAROOTDIR/info]
1369 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1370 --mandir=DIR man documentation [DATAROOTDIR/man]
1371 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1372 --htmldir=DIR html documentation [DOCDIR]
1373 --dvidir=DIR dvi documentation [DOCDIR]
1374 --pdfdir=DIR pdf documentation [DOCDIR]
1375 --psdir=DIR ps documentation [DOCDIR]
1381 --program-prefix=PREFIX prepend PREFIX to installed program names
1382 --program-suffix=SUFFIX append SUFFIX to installed program names
1383 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1386 --build=BUILD configure for building on BUILD [guessed]
1387 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1388 --target=TARGET configure for building compilers for TARGET [HOST]
1392 if test -n "$ac_init_help"; then
1397 --disable-option-checking ignore unrecognized --enable/--with options
1398 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1399 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1400 --disable-dependency-tracking speeds up one-time build
1401 --enable-dependency-tracking do not reject slow dependency extractors
1402 --enable-plugins Enable support for plugins (defaults no)
1403 --disable-largefile omit support for large files
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
1409 --enable-targets alternative target configurations besides the primary
1410 --enable-checking enable run-time checks
1411 --enable-werror treat compile warnings as errors
1412 --enable-build-warnings enable build-time compiler warnings
1413 --disable-nls do not use Native Language Support
1414 --enable-maintainer-mode enable make rules and dependencies not useful
1415 (and sometimes confusing) to the casual installer
1418 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1419 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1420 --with-pic try to use only PIC/non-PIC objects [default=use
1422 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1423 --with-zlib include zlib support (auto/yes/no) default=auto
1425 Some influential environment variables:
1426 CC C compiler command
1427 CFLAGS C compiler flags
1428 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1429 nonstandard directory <lib dir>
1430 LIBS libraries to pass to the linker, e.g. -l<library>
1431 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1432 you have headers in a nonstandard directory <include dir>
1434 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1435 the first program found out of: `bison -y', `byacc', `yacc'.
1436 YFLAGS The list of arguments that will be passed by default to $YACC.
1437 This script will default YFLAGS to the empty string to avoid a
1438 default value of `-d' given by some make applications.
1440 Use these variables to override the choices made by `configure' or to help
1441 it to find libraries and programs with nonstandard names/locations.
1443 Report bugs to the package provider.
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1473 .) # We are building in place.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1507 generated by GNU Autoconf 2.64
1509 Copyright (C) 2009 Free Software Foundation, Inc.
1510 This configure script is free software; the Free Software Foundation
1511 gives unlimited permission to copy, distribute and modify it.
1516 ## ------------------------ ##
1517 ## Autoconf initialization. ##
1518 ## ------------------------ ##
1520 # ac_fn_c_try_compile LINENO
1521 # --------------------------
1522 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1523 ac_fn_c_try_compile ()
1525 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1526 rm -f conftest.$ac_objext
1527 if { { ac_try="$ac_compile"
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533 $as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1548 $as_echo "$as_me: failed program was:" >&5
1549 sed 's/^/| /' conftest.$ac_ext >&5
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1556 } # ac_fn_c_try_compile
1558 # ac_fn_c_try_link LINENO
1559 # -----------------------
1560 # Try to link conftest.$ac_ext, and return whether this succeeded.
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext conftest$ac_exeext
1565 if { { ac_try="$ac_link"
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1570 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571 $as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_link") 2>conftest.err
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest$ac_exeext && {
1584 test "$cross_compiling" = yes ||
1585 $as_test_x conftest$ac_exeext
1589 $as_echo "$as_me: failed program was:" >&5
1590 sed 's/^/| /' conftest.$ac_ext >&5
1594 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1595 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1596 # interfere with the next link command; also delete a directory that is
1597 # left behind by Apple's compiler. We do this before executing the actions.
1598 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1599 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1602 } # ac_fn_c_try_link
1604 # ac_fn_c_try_cpp LINENO
1605 # ----------------------
1606 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if { { ac_try="$ac_cpp conftest.$ac_ext"
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } >/dev/null && {
1626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1641 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1642 # -------------------------------------------------------
1643 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1644 # the include files in INCLUDES and setting the cache variable VAR
1646 ac_fn_c_check_header_mongrel ()
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651 $as_echo_n "checking for $2... " >&6; }
1652 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1653 $as_echo_n "(cached) " >&6
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657 $as_echo "$ac_res" >&6; }
1659 # Is the header compilable?
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1661 $as_echo_n "checking $2 usability... " >&6; }
1662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663 /* end confdefs.h. */
1667 if ac_fn_c_try_compile "$LINENO"; then :
1668 ac_header_compiler=yes
1670 ac_header_compiler=no
1672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1674 $as_echo "$ac_header_compiler" >&6; }
1676 # Is the header present?
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1678 $as_echo_n "checking $2 presence... " >&6; }
1679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680 /* end confdefs.h. */
1683 if ac_fn_c_try_cpp "$LINENO"; then :
1684 ac_header_preproc=yes
1686 ac_header_preproc=no
1688 rm -f conftest.err conftest.$ac_ext
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1690 $as_echo "$ac_header_preproc" >&6; }
1692 # So? What about this header?
1693 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1696 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1698 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1702 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1704 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1706 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1708 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1710 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1714 $as_echo_n "checking for $2... " >&6; }
1715 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1716 $as_echo_n "(cached) " >&6
1718 eval "$3=\$ac_header_compiler"
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1722 $as_echo "$ac_res" >&6; }
1724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1726 } # ac_fn_c_check_header_mongrel
1728 # ac_fn_c_try_run LINENO
1729 # ----------------------
1730 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1731 # that executables *can* be run.
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 if { { ac_try="$ac_link"
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1740 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741 $as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_link") 2>&5
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1746 { { case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1750 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751 $as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_try") 2>&5
1754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1755 test $ac_status = 0; }; }; then :
1758 $as_echo "$as_me: program exited with status $ac_status" >&5
1759 $as_echo "$as_me: failed program was:" >&5
1760 sed 's/^/| /' conftest.$ac_ext >&5
1762 ac_retval=$ac_status
1764 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1770 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1771 # -------------------------------------------------------
1772 # Tests whether HEADER exists and can be compiled using the include files in
1773 # INCLUDES, setting the cache variable VAR accordingly.
1774 ac_fn_c_check_header_compile ()
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1778 $as_echo_n "checking for $2... " >&6; }
1779 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1780 $as_echo_n "(cached) " >&6
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1787 if ac_fn_c_try_compile "$LINENO"; then :
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796 $as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1799 } # ac_fn_c_check_header_compile
1801 # ac_fn_c_check_func LINENO FUNC VAR
1802 # ----------------------------------
1803 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1804 ac_fn_c_check_func ()
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808 $as_echo_n "checking for $2... " >&6; }
1809 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1810 $as_echo_n "(cached) " >&6
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813 /* end confdefs.h. */
1814 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1816 #define $2 innocuous_$2
1818 /* System header to define __stub macros and hopefully few prototypes,
1819 which can conflict with char $2 (); below.
1820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1821 <limits.h> exists even on freestanding compilers. */
1824 # include <limits.h>
1826 # include <assert.h>
1831 /* Override any GCC internal prototype to avoid an error.
1832 Use char because int might match the return type of a GCC
1833 builtin and then its argument prototype would still apply. */
1838 /* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841 #if defined __stub_$2 || defined __stub___$2
1853 if ac_fn_c_try_link "$LINENO"; then :
1858 rm -f core conftest.err conftest.$ac_objext \
1859 conftest$ac_exeext conftest.$ac_ext
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1863 $as_echo "$ac_res" >&6; }
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1866 } # ac_fn_c_check_func
1868 # ac_fn_c_check_decl LINENO SYMBOL VAR
1869 # ------------------------------------
1870 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1871 ac_fn_c_check_decl ()
1873 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1874 as_decl_name=`echo $2|sed 's/ *(.*//'`
1875 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1877 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1878 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1879 $as_echo_n "(cached) " >&6
1881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1882 /* end confdefs.h. */
1887 #ifndef $as_decl_name
1889 (void) $as_decl_use;
1891 (void) $as_decl_name;
1899 if ac_fn_c_try_compile "$LINENO"; then :
1904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908 $as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1911 } # ac_fn_c_check_decl
1912 cat >config.log <<_ACEOF
1913 This file contains any messages produced by compilers while
1914 running configure, to aid debugging if configure makes a mistake.
1916 It was created by $as_me, which was
1917 generated by GNU Autoconf 2.64. Invocation command line was
1929 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1930 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1931 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1932 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1933 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1935 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1936 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1938 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1939 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1940 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1941 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1942 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1943 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1944 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1952 test -z "$as_dir" && as_dir=.
1953 $as_echo "PATH: $as_dir"
1969 # Keep a trace of the command line.
1970 # Strip out --no-create and --no-recursion so they do not pile up.
1971 # Strip out --silent because we don't want to record it for future runs.
1972 # Also quote any args containing shell meta-characters.
1973 # Make two passes to allow for proper duplicate-argument suppression.
1977 ac_must_keep_next=false
1983 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1984 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1985 | -silent | --silent | --silen | --sile | --sil)
1988 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1991 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1993 as_fn_append ac_configure_args1 " '$ac_arg'"
1994 if test $ac_must_keep_next = true; then
1995 ac_must_keep_next=false # Got value, back to normal.
1998 *=* | --config-cache | -C | -disable-* | --disable-* \
1999 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2000 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2001 | -with-* | --with-* | -without-* | --without-* | --x)
2002 case "$ac_configure_args0 " in
2003 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2006 -* ) ac_must_keep_next=true ;;
2009 as_fn_append ac_configure_args " '$ac_arg'"
2014 { ac_configure_args0=; unset ac_configure_args0;}
2015 { ac_configure_args1=; unset ac_configure_args1;}
2017 # When interrupted or exit'd, cleanup temporary files, and complete
2018 # config.log. We remove comments because anyway the quotes in there
2019 # would cause problems or look ugly.
2020 # WARNING: Use '\'' to represent an apostrophe within the trap.
2021 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2022 trap 'exit_status=$?
2023 # Save into config.log some information that might help in debugging.
2028 ## ---------------- ##
2029 ## Cache variables. ##
2030 ## ---------------- ##
2033 # The following way of writing the cache mishandles newlines in values,
2035 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2036 eval ac_val=\$$ac_var
2040 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2041 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2044 _ | IFS | as_nl) ;; #(
2045 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2046 *) { eval $ac_var=; unset $ac_var;} ;;
2051 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2052 *${as_nl}ac_space=\ *)
2054 "s/'\''/'\''\\\\'\'''\''/g;
2055 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2058 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2066 ## ----------------- ##
2067 ## Output variables. ##
2068 ## ----------------- ##
2071 for ac_var in $ac_subst_vars
2073 eval ac_val=\$$ac_var
2075 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2077 $as_echo "$ac_var='\''$ac_val'\''"
2081 if test -n "$ac_subst_files"; then
2083 ## ------------------- ##
2084 ## File substitutions. ##
2085 ## ------------------- ##
2088 for ac_var in $ac_subst_files
2090 eval ac_val=\$$ac_var
2092 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2094 $as_echo "$ac_var='\''$ac_val'\''"
2099 if test -s confdefs.h; then
2109 test "$ac_signal" != 0 &&
2110 $as_echo "$as_me: caught signal $ac_signal"
2111 $as_echo "$as_me: exit $exit_status"
2113 rm -f core *.core core.conftest.* &&
2114 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2117 for ac_signal in 1 2 13 15; do
2118 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2122 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2123 rm -f -r conftest* confdefs.h
2125 $as_echo "/* confdefs.h */" > confdefs.h
2127 # Predefined preprocessor variables.
2129 cat >>confdefs.h <<_ACEOF
2130 #define PACKAGE_NAME "$PACKAGE_NAME"
2133 cat >>confdefs.h <<_ACEOF
2134 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2137 cat >>confdefs.h <<_ACEOF
2138 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2141 cat >>confdefs.h <<_ACEOF
2142 #define PACKAGE_STRING "$PACKAGE_STRING"
2145 cat >>confdefs.h <<_ACEOF
2146 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2149 cat >>confdefs.h <<_ACEOF
2150 #define PACKAGE_URL "$PACKAGE_URL"
2154 # Let the site file select an alternate cache file if it wants to.
2155 # Prefer an explicitly selected file to automatically selected ones.
2158 if test -n "$CONFIG_SITE"; then
2159 ac_site_file1=$CONFIG_SITE
2160 elif test "x$prefix" != xNONE; then
2161 ac_site_file1=$prefix/share/config.site
2162 ac_site_file2=$prefix/etc/config.site
2164 ac_site_file1=$ac_default_prefix/share/config.site
2165 ac_site_file2=$ac_default_prefix/etc/config.site
2167 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2169 test "x$ac_site_file" = xNONE && continue
2170 if test -r "$ac_site_file"; then
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2172 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2173 sed 's/^/| /' "$ac_site_file" >&5
2178 if test -r "$cache_file"; then
2179 # Some versions of bash will fail to source /dev/null (special
2180 # files actually), so we avoid doing that.
2181 if test -f "$cache_file"; then
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183 $as_echo "$as_me: loading cache $cache_file" >&6;}
2185 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186 *) . "./$cache_file";;
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191 $as_echo "$as_me: creating cache $cache_file" >&6;}
2195 # Check that the precious variables saved in the cache have kept the same
2197 ac_cache_corrupted=false
2198 for ac_var in $ac_precious_vars; do
2199 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2200 eval ac_new_set=\$ac_env_${ac_var}_set
2201 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2202 eval ac_new_val=\$ac_env_${ac_var}_value
2203 case $ac_old_set,$ac_new_set in
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2206 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2207 ac_cache_corrupted=: ;;
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2210 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2211 ac_cache_corrupted=: ;;
2214 if test "x$ac_old_val" != "x$ac_new_val"; then
2215 # differences in whitespace do not lead to failure.
2216 ac_old_val_w=`echo x $ac_old_val`
2217 ac_new_val_w=`echo x $ac_new_val`
2218 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2220 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2221 ac_cache_corrupted=:
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2224 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2225 eval $ac_var=\$ac_old_val
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2228 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2230 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2233 # Pass precious variables to config.status.
2234 if test "$ac_new_set" = set; then
2236 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2237 *) ac_arg=$ac_var=$ac_new_val ;;
2239 case " $ac_configure_args " in
2240 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2241 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2245 if $ac_cache_corrupted; then
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2249 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2250 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2252 ## -------------------- ##
2253 ## Main body of script. ##
2254 ## -------------------- ##
2257 ac_cpp='$CPP $CPPFLAGS'
2258 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2269 for ac_dir in .. "$srcdir"/..; do
2270 for ac_t in install-sh install.sh shtool; do
2271 if test -f "$ac_dir/$ac_t"; then
2273 ac_install_sh="$ac_aux_dir/$ac_t -c"
2278 if test -z "$ac_aux_dir"; then
2279 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2282 # These three variables are undocumented and unsupported,
2283 # and are intended to be withdrawn in a future Autoconf release.
2284 # They can cause serious problems if a builder's source tree is in a directory
2285 # whose full name contains unusual characters.
2286 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2287 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2288 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2291 # Make sure we can run config.sub.
2292 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2293 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2296 $as_echo_n "checking build system type... " >&6; }
2297 if test "${ac_cv_build+set}" = set; then :
2298 $as_echo_n "(cached) " >&6
2300 ac_build_alias=$build_alias
2301 test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303 test "x$ac_build_alias" = x &&
2304 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2305 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2306 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2310 $as_echo "$ac_cv_build" >&6; }
2311 case $ac_cv_build in
2313 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2316 ac_save_IFS=$IFS; IFS='-'
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then :
2332 $as_echo_n "(cached) " >&6
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2343 $as_echo "$ac_cv_host" >&6; }
2346 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2349 ac_save_IFS=$IFS; IFS='-'
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2363 $as_echo_n "checking target system type... " >&6; }
2364 if test "${ac_cv_target+set}" = set; then :
2365 $as_echo_n "(cached) " >&6
2367 if test "x$target_alias" = x; then
2368 ac_cv_target=$ac_cv_host
2370 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2371 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2376 $as_echo "$ac_cv_target" >&6; }
2377 case $ac_cv_target in
2379 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2381 target=$ac_cv_target
2382 ac_save_IFS=$IFS; IFS='-'
2388 # Remember, the first character of IFS is used to create $*,
2389 # except with old shells:
2392 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2395 # The aliases save the names the user supplied, while $host etc.
2396 # will get canonicalized.
2397 test -n "$target_alias" &&
2398 test "$program_prefix$program_suffix$program_transform_name" = \
2400 program_prefix=${target_alias}-
2402 ac_cpp='$CPP $CPPFLAGS'
2403 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2404 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2405 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2406 if test -n "$ac_tool_prefix"; then
2407 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2408 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410 $as_echo_n "checking for $ac_word... " >&6; }
2411 if test "${ac_cv_prog_CC+set}" = set; then :
2412 $as_echo_n "(cached) " >&6
2414 if test -n "$CC"; then
2415 ac_cv_prog_CC="$CC" # Let the user override the test.
2417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2421 test -z "$as_dir" && as_dir=.
2422 for ac_exec_ext in '' $ac_executable_extensions; do
2423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2424 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 if test -n "$CC"; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2437 $as_echo "$CC" >&6; }
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440 $as_echo "no" >&6; }
2445 if test -z "$ac_cv_prog_CC"; then
2447 # Extract the first word of "gcc", so it can be a program name with args.
2448 set dummy gcc; ac_word=$2
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450 $as_echo_n "checking for $ac_word... " >&6; }
2451 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2452 $as_echo_n "(cached) " >&6
2454 if test -n "$ac_ct_CC"; then
2455 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2461 test -z "$as_dir" && as_dir=.
2462 for ac_exec_ext in '' $ac_executable_extensions; do
2463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2464 ac_cv_prog_ac_ct_CC="gcc"
2465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2474 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2475 if test -n "$ac_ct_CC"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2477 $as_echo "$ac_ct_CC" >&6; }
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2480 $as_echo "no" >&6; }
2483 if test "x$ac_ct_CC" = x; then
2486 case $cross_compiling:$ac_tool_warned in
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2489 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2490 ac_tool_warned=yes ;;
2498 if test -z "$CC"; then
2499 if test -n "$ac_tool_prefix"; then
2500 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2501 set dummy ${ac_tool_prefix}cc; ac_word=$2
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503 $as_echo_n "checking for $ac_word... " >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then :
2505 $as_echo_n "(cached) " >&6
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514 test -z "$as_dir" && as_dir=.
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517 ac_cv_prog_CC="${ac_tool_prefix}cc"
2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 if test -n "$CC"; then
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2530 $as_echo "$CC" >&6; }
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533 $as_echo "no" >&6; }
2539 if test -z "$CC"; then
2540 # Extract the first word of "cc", so it can be a program name with args.
2541 set dummy cc; ac_word=$2
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2543 $as_echo_n "checking for $ac_word... " >&6; }
2544 if test "${ac_cv_prog_CC+set}" = set; then :
2545 $as_echo_n "(cached) " >&6
2547 if test -n "$CC"; then
2548 ac_cv_prog_CC="$CC" # Let the user override the test.
2551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555 test -z "$as_dir" && as_dir=.
2556 for ac_exec_ext in '' $ac_executable_extensions; do
2557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2558 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2559 ac_prog_rejected=yes
2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 if test $ac_prog_rejected = yes; then
2571 # We found a bogon in the path, so make sure we never use it.
2572 set dummy $ac_cv_prog_CC
2574 if test $# != 0; then
2575 # We chose a different compiler from the bogus one.
2576 # However, it has the same basename, so the bogon will be chosen
2577 # first if we set CC to just the basename; use the full file name.
2579 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2585 if test -n "$CC"; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2587 $as_echo "$CC" >&6; }
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2590 $as_echo "no" >&6; }
2595 if test -z "$CC"; then
2596 if test -n "$ac_tool_prefix"; then
2597 for ac_prog in cl.exe
2599 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2600 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602 $as_echo_n "checking for $ac_word... " >&6; }
2603 if test "${ac_cv_prog_CC+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2613 test -z "$as_dir" && as_dir=.
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2616 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 if test -n "$CC"; then
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2629 $as_echo "$CC" >&6; }
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2632 $as_echo "no" >&6; }
2636 test -n "$CC" && break
2639 if test -z "$CC"; then
2641 for ac_prog in cl.exe
2643 # Extract the first word of "$ac_prog", so it can be a program name with args.
2644 set dummy $ac_prog; ac_word=$2
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646 $as_echo_n "checking for $ac_word... " >&6; }
2647 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2648 $as_echo_n "(cached) " >&6
2650 if test -n "$ac_ct_CC"; then
2651 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2657 test -z "$as_dir" && as_dir=.
2658 for ac_exec_ext in '' $ac_executable_extensions; do
2659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2660 ac_cv_prog_ac_ct_CC="$ac_prog"
2661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2670 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2671 if test -n "$ac_ct_CC"; then
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2673 $as_echo "$ac_ct_CC" >&6; }
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676 $as_echo "no" >&6; }
2680 test -n "$ac_ct_CC" && break
2683 if test "x$ac_ct_CC" = x; then
2686 case $cross_compiling:$ac_tool_warned in
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2689 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2690 ac_tool_warned=yes ;;
2699 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2701 as_fn_error "no acceptable C compiler found in \$PATH
2702 See \`config.log' for more details." "$LINENO" 5; }
2704 # Provide some information about the compiler.
2705 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2708 for ac_option in --version -v -V -qversion; do
2709 { { ac_try="$ac_compiler $ac_option >&5"
2711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2712 *) ac_try_echo=$ac_try;;
2714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2715 $as_echo "$ac_try_echo"; } >&5
2716 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2718 if test -s conftest.err; then
2720 ... rest of stderr output deleted ...
2721 10q' conftest.err >conftest.er1
2722 cat conftest.er1 >&5
2723 rm -f conftest.er1 conftest.err
2725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2726 test $ac_status = 0; }
2729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2730 /* end confdefs.h. */
2740 ac_clean_files_save=$ac_clean_files
2741 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2742 # Try to create an executable without -o first, disregard a.out.
2743 # It will help us diagnose broken compilers, and finding out an intuition
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2746 $as_echo_n "checking for C compiler default output file name... " >&6; }
2747 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2749 # The possible output files:
2750 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2753 for ac_file in $ac_files
2756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2757 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2762 if { { ac_try="$ac_link_default"
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2767 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2768 $as_echo "$ac_try_echo"; } >&5
2769 (eval "$ac_link_default") 2>&5
2771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2772 test $ac_status = 0; }; then :
2773 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2774 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2775 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2776 # so that the user can short-circuit this test for compilers unknown to
2778 for ac_file in $ac_files ''
2780 test -f "$ac_file" || continue
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2785 # We found the default executable, but exeext='' is most
2789 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2791 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2793 # We set ac_cv_exeext here because the later test for it is not
2794 # safe: cross compilers may not add the suffix if given an `-o'
2795 # argument, so we may need to know it at that point already.
2796 # Even if this section looks crufty: it has the advantage of
2803 test "$ac_cv_exeext" = no && ac_cv_exeext=
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2809 $as_echo "$ac_file" >&6; }
2810 if test -z "$ac_file"; then :
2811 $as_echo "$as_me: failed program was:" >&5
2812 sed 's/^/| /' conftest.$ac_ext >&5
2814 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2815 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2816 { as_fn_set_status 77
2817 as_fn_error "C compiler cannot create executables
2818 See \`config.log' for more details." "$LINENO" 5; }; }
2820 ac_exeext=$ac_cv_exeext
2822 # Check that the compiler produces executables we can run. If not, either
2823 # the compiler is broken, or we cross compile.
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2825 $as_echo_n "checking whether the C compiler works... " >&6; }
2826 # If not cross compiling, check that we can run a simple program.
2827 if test "$cross_compiling" != yes; then
2828 if { ac_try='./$ac_file'
2829 { { case "(($ac_try" in
2830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2831 *) ac_try_echo=$ac_try;;
2833 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2834 $as_echo "$ac_try_echo"; } >&5
2835 (eval "$ac_try") 2>&5
2837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2838 test $ac_status = 0; }; }; then
2841 if test "$cross_compiling" = maybe; then
2844 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 as_fn_error "cannot run C compiled programs.
2847 If you meant to cross compile, use \`--host'.
2848 See \`config.log' for more details." "$LINENO" 5; }
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2853 $as_echo "yes" >&6; }
2855 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2856 ac_clean_files=$ac_clean_files_save
2857 # Check that the compiler produces executables we can run. If not, either
2858 # the compiler is broken, or we cross compile.
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2860 $as_echo_n "checking whether we are cross compiling... " >&6; }
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2862 $as_echo "$cross_compiling" >&6; }
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2865 $as_echo_n "checking for suffix of executables... " >&6; }
2866 if { { ac_try="$ac_link"
2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2869 *) ac_try_echo=$ac_try;;
2871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2872 $as_echo "$ac_try_echo"; } >&5
2873 (eval "$ac_link") 2>&5
2875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2876 test $ac_status = 0; }; then :
2877 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2878 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2879 # work properly (i.e., refer to `conftest.exe'), while it won't with
2881 for ac_file in conftest.exe conftest conftest.*; do
2882 test -f "$ac_file" || continue
2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2885 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2892 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2893 as_fn_error "cannot compute suffix of executables: cannot compile and link
2894 See \`config.log' for more details." "$LINENO" 5; }
2896 rm -f conftest$ac_cv_exeext
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2898 $as_echo "$ac_cv_exeext" >&6; }
2900 rm -f conftest.$ac_ext
2901 EXEEXT=$ac_cv_exeext
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2904 $as_echo_n "checking for suffix of object files... " >&6; }
2905 if test "${ac_cv_objext+set}" = set; then :
2906 $as_echo_n "(cached) " >&6
2908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2909 /* end confdefs.h. */
2919 rm -f conftest.o conftest.obj
2920 if { { ac_try="$ac_compile"
2922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2923 *) ac_try_echo=$ac_try;;
2925 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2926 $as_echo "$ac_try_echo"; } >&5
2927 (eval "$ac_compile") 2>&5
2929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2930 test $ac_status = 0; }; then :
2931 for ac_file in conftest.o conftest.obj conftest.*; do
2932 test -f "$ac_file" || continue;
2934 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2935 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2940 $as_echo "$as_me: failed program was:" >&5
2941 sed 's/^/| /' conftest.$ac_ext >&5
2943 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2944 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2945 as_fn_error "cannot compute suffix of object files: cannot compile
2946 See \`config.log' for more details." "$LINENO" 5; }
2948 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2951 $as_echo "$ac_cv_objext" >&6; }
2952 OBJEXT=$ac_cv_objext
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2955 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2956 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2957 $as_echo_n "(cached) " >&6
2959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2960 /* end confdefs.h. */
2973 if ac_fn_c_try_compile "$LINENO"; then :
2978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2979 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2983 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2984 if test $ac_compiler_gnu = yes; then
2989 ac_test_CFLAGS=${CFLAGS+set}
2990 ac_save_CFLAGS=$CFLAGS
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2992 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2993 if test "${ac_cv_prog_cc_g+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2996 ac_save_c_werror_flag=$ac_c_werror_flag
2997 ac_c_werror_flag=yes
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3001 /* end confdefs.h. */
3011 if ac_fn_c_try_compile "$LINENO"; then :
3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3016 /* end confdefs.h. */
3026 if ac_fn_c_try_compile "$LINENO"; then :
3029 ac_c_werror_flag=$ac_save_c_werror_flag
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032 /* end confdefs.h. */
3042 if ac_fn_c_try_compile "$LINENO"; then :
3045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3050 ac_c_werror_flag=$ac_save_c_werror_flag
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3053 $as_echo "$ac_cv_prog_cc_g" >&6; }
3054 if test "$ac_test_CFLAGS" = set; then
3055 CFLAGS=$ac_save_CFLAGS
3056 elif test $ac_cv_prog_cc_g = yes; then
3057 if test "$GCC" = yes; then
3063 if test "$GCC" = yes; then
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3070 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3071 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
3074 ac_cv_prog_cc_c89=no
3076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3077 /* end confdefs.h. */
3080 #include <sys/types.h>
3081 #include <sys/stat.h>
3082 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3083 struct buf { int x; };
3084 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3085 static char *e (p, i)
3091 static char *f (char * (*g) (char **, int), char **p, ...)
3096 s = g (p, va_arg (v,int));
3101 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3102 function prototypes and stuff, but not '\xHH' hex character constants.
3103 These don't provoke an error unfortunately, instead are silently treated
3104 as 'x'. The following induces an error, until -std is added to get
3105 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3106 array size at least. It's necessary to write '\x00'==0 to get something
3107 that's true only with -std. */
3108 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3110 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3111 inside strings and character constants. */
3113 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3115 int test (int i, double x);
3116 struct s1 {int (*f) (int a);};
3117 struct s2 {int (*f) (double a);};
3118 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3124 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3129 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3130 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3132 CC="$ac_save_CC $ac_arg"
3133 if ac_fn_c_try_compile "$LINENO"; then :
3134 ac_cv_prog_cc_c89=$ac_arg
3136 rm -f core conftest.err conftest.$ac_objext
3137 test "x$ac_cv_prog_cc_c89" != "xno" && break
3139 rm -f conftest.$ac_ext
3144 case "x$ac_cv_prog_cc_c89" in
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3147 $as_echo "none needed" >&6; } ;;
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3150 $as_echo "unsupported" >&6; } ;;
3152 CC="$CC $ac_cv_prog_cc_c89"
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3154 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3156 if test "x$ac_cv_prog_cc_c89" != xno; then :
3161 ac_cpp='$CPP $CPPFLAGS'
3162 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3163 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3164 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3168 $as_echo_n "checking for library containing strerror... " >&6; }
3169 if test "${ac_cv_search_strerror+set}" = set; then :
3170 $as_echo_n "(cached) " >&6
3172 ac_func_search_save_LIBS=$LIBS
3173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3174 /* end confdefs.h. */
3176 /* Override any GCC internal prototype to avoid an error.
3177 Use char because int might match the return type of a GCC
3178 builtin and then its argument prototype would still apply. */
3191 for ac_lib in '' cposix; do
3192 if test -z "$ac_lib"; then
3193 ac_res="none required"
3196 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3198 if ac_fn_c_try_link "$LINENO"; then :
3199 ac_cv_search_strerror=$ac_res
3201 rm -f core conftest.err conftest.$ac_objext \
3203 if test "${ac_cv_search_strerror+set}" = set; then :
3207 if test "${ac_cv_search_strerror+set}" = set; then :
3210 ac_cv_search_strerror=no
3213 LIBS=$ac_func_search_save_LIBS
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3216 $as_echo "$ac_cv_search_strerror" >&6; }
3217 ac_res=$ac_cv_search_strerror
3218 if test "$ac_res" != no; then :
3219 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3224 BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
3225 am__api_version='1.11'
3227 # Find a good install program. We prefer a C program (faster),
3228 # so one script is as good as another. But avoid the broken or
3229 # incompatible versions:
3230 # SysV /etc/install, /usr/sbin/install
3231 # SunOS /usr/etc/install
3232 # IRIX /sbin/install
3234 # AmigaOS /C/install, which installs bootblocks on floppy discs
3235 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3236 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3237 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3238 # OS/2's system install, which has a completely different semantic
3239 # ./install, which can be erroneously created by make from ./install.sh.
3240 # Reject install programs that cannot install multiple files.
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3242 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3243 if test -z "$INSTALL"; then
3244 if test "${ac_cv_path_install+set}" = set; then :
3245 $as_echo_n "(cached) " >&6
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3251 test -z "$as_dir" && as_dir=.
3252 # Account for people who put trailing slashes in PATH elements.
3253 case $as_dir/ in #((
3254 ./ | .// | /[cC]/* | \
3255 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3256 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3259 # OSF1 and SCO ODT 3.0 have their own names for install.
3260 # Don't use installbsd from OSF since it installs stuff as root
3262 for ac_prog in ginstall scoinst install; do
3263 for ac_exec_ext in '' $ac_executable_extensions; do
3264 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3265 if test $ac_prog = install &&
3266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3267 # AIX install. It has an incompatible calling convention.
3269 elif test $ac_prog = install &&
3270 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3271 # program-specific install script used by HP pwplus--don't use.
3274 rm -rf conftest.one conftest.two conftest.dir
3275 echo one > conftest.one
3276 echo two > conftest.two
3278 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3279 test -s conftest.one && test -s conftest.two &&
3280 test -s conftest.dir/conftest.one &&
3281 test -s conftest.dir/conftest.two
3283 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3296 rm -rf conftest.one conftest.two conftest.dir
3299 if test "${ac_cv_path_install+set}" = set; then
3300 INSTALL=$ac_cv_path_install
3302 # As a last resort, use the slow shell script. Don't cache a
3303 # value for INSTALL within a source directory, because that will
3304 # break other packages using the cache if that directory is
3305 # removed, or if the value is a relative name.
3306 INSTALL=$ac_install_sh
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3310 $as_echo "$INSTALL" >&6; }
3312 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3313 # It thinks the first close brace ends the variable substitution.
3314 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3316 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3318 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3321 $as_echo_n "checking whether build environment is sane... " >&6; }
3324 echo timestamp > conftest.file
3325 # Reject unsafe characters in $srcdir or the absolute working directory
3326 # name. Accept space and tab only in the latter.
3330 *[\\\"\#\$\&\'\`$am_lf]*)
3331 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3334 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3335 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3338 # Do `set' in a subshell so we don't clobber the current shell's
3339 # arguments. Must try -L first in case configure is actually a
3340 # symlink; some systems play weird games with the mod time of symlinks
3341 # (eg FreeBSD returns the mod time of the symlink's containing
3344 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3345 if test "$*" = "X"; then
3347 set X `ls -t "$srcdir/configure" conftest.file`
3350 if test "$*" != "X $srcdir/configure conftest.file" \
3351 && test "$*" != "X conftest.file $srcdir/configure"; then
3353 # If neither matched, then we have a broken ls. This can happen
3354 # if, for instance, CONFIG_SHELL is bash and it inherits a
3355 # broken ls alias from the environment. This has actually
3356 # happened. Such a system could not be considered "sane".
3357 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3358 alias in your environment" "$LINENO" 5
3361 test "$2" = conftest.file
3367 as_fn_error "newly created file is older than distributed files!
3368 Check your system clock" "$LINENO" 5
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3371 $as_echo "yes" >&6; }
3372 test "$program_prefix" != NONE &&
3373 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3374 # Use a double $ so make ignores it.
3375 test "$program_suffix" != NONE &&
3376 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3377 # Double any \ or $.
3378 # By default was `s,x,x', remove it if useless.
3379 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3380 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3382 # expand $ac_aux_dir to an absolute path
3383 am_aux_dir=`cd $ac_aux_dir && pwd`
3385 if test x"${MISSING+set}" != xset; then
3388 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3390 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3393 # Use eval to expand $SHELL
3394 if eval "$MISSING --run true"; then
3395 am_missing_run="$MISSING --run "
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3399 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3402 if test x"${install_sh}" != xset; then
3405 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3407 install_sh="\${SHELL} $am_aux_dir/install-sh"
3411 # Installed binaries are usually stripped using `strip' when the user
3412 # run `make install-strip'. However `strip' might not be the right
3413 # tool to use in cross-compilation environments, therefore Automake
3414 # will honor the `STRIP' environment variable to overrule this program.
3415 if test "$cross_compiling" != no; then
3416 if test -n "$ac_tool_prefix"; then
3417 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3418 set dummy ${ac_tool_prefix}strip; ac_word=$2
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3420 $as_echo_n "checking for $ac_word... " >&6; }
3421 if test "${ac_cv_prog_STRIP+set}" = set; then :
3422 $as_echo_n "(cached) " >&6
3424 if test -n "$STRIP"; then
3425 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3431 test -z "$as_dir" && as_dir=.
3432 for ac_exec_ext in '' $ac_executable_extensions; do
3433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3434 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3444 STRIP=$ac_cv_prog_STRIP
3445 if test -n "$STRIP"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3447 $as_echo "$STRIP" >&6; }
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3450 $as_echo "no" >&6; }
3455 if test -z "$ac_cv_prog_STRIP"; then
3457 # Extract the first word of "strip", so it can be a program name with args.
3458 set dummy strip; ac_word=$2
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460 $as_echo_n "checking for $ac_word... " >&6; }
3461 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3462 $as_echo_n "(cached) " >&6
3464 if test -n "$ac_ct_STRIP"; then
3465 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3471 test -z "$as_dir" && as_dir=.
3472 for ac_exec_ext in '' $ac_executable_extensions; do
3473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3474 ac_cv_prog_ac_ct_STRIP="strip"
3475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3484 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3485 if test -n "$ac_ct_STRIP"; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3487 $as_echo "$ac_ct_STRIP" >&6; }
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490 $as_echo "no" >&6; }
3493 if test "x$ac_ct_STRIP" = x; then
3496 case $cross_compiling:$ac_tool_warned in
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3500 ac_tool_warned=yes ;;
3505 STRIP="$ac_cv_prog_STRIP"
3509 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3512 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3513 if test -z "$MKDIR_P"; then
3514 if test "${ac_cv_path_mkdir+set}" = set; then :
3515 $as_echo_n "(cached) " >&6
3517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3521 test -z "$as_dir" && as_dir=.
3522 for ac_prog in mkdir gmkdir; do
3523 for ac_exec_ext in '' $ac_executable_extensions; do
3524 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3525 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3526 'mkdir (GNU coreutils) '* | \
3527 'mkdir (coreutils) '* | \
3528 'mkdir (fileutils) '4.1*)
3529 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3539 if test "${ac_cv_path_mkdir+set}" = set; then
3540 MKDIR_P="$ac_cv_path_mkdir -p"
3542 # As a last resort, use the slow shell script. Don't cache a
3543 # value for MKDIR_P within a source directory, because that will
3544 # break other packages using the cache if that directory is
3545 # removed, or if the value is a relative name.
3546 test -d ./--version && rmdir ./--version
3547 MKDIR_P="$ac_install_sh -d"
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3551 $as_echo "$MKDIR_P" >&6; }
3555 [\\/$]* | ?:[\\/]*) ;;
3556 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3559 for ac_prog in gawk mawk nawk awk
3561 # Extract the first word of "$ac_prog", so it can be a program name with args.
3562 set dummy $ac_prog; ac_word=$2
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3564 $as_echo_n "checking for $ac_word... " >&6; }
3565 if test "${ac_cv_prog_AWK+set}" = set; then :
3566 $as_echo_n "(cached) " >&6
3568 if test -n "$AWK"; then
3569 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3575 test -z "$as_dir" && as_dir=.
3576 for ac_exec_ext in '' $ac_executable_extensions; do
3577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3578 ac_cv_prog_AWK="$ac_prog"
3579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3589 if test -n "$AWK"; then
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3591 $as_echo "$AWK" >&6; }
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3594 $as_echo "no" >&6; }
3598 test -n "$AWK" && break
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3602 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3604 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3605 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3606 $as_echo_n "(cached) " >&6
3608 cat >conftest.make <<\_ACEOF
3611 @echo '@@@%%%=$(MAKE)=@@@%%%'
3613 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3614 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3616 eval ac_cv_prog_make_${ac_make}_set=yes;;
3618 eval ac_cv_prog_make_${ac_make}_set=no;;
3622 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624 $as_echo "yes" >&6; }
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3628 $as_echo "no" >&6; }
3629 SET_MAKE="MAKE=${MAKE-make}"
3632 rm -rf .tst 2>/dev/null
3633 mkdir .tst 2>/dev/null
3634 if test -d .tst; then
3639 rmdir .tst 2>/dev/null
3641 DEPDIR="${am__leading_dot}deps"
3643 ac_config_commands="$ac_config_commands depfiles"
3646 am_make=${MAKE-make}
3647 cat > confinc << 'END'
3649 @echo this is the am__doit target
3652 # If we don't find an include directive, just comment out the code.
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3654 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3658 # First try GNU make style include.
3659 echo "include confinc" > confmf
3660 # Ignore all kinds of additional output from `make'.
3661 case `$am_make -s -f confmf 2> /dev/null` in #(
3662 *the\ am__doit\ target*)
3668 # Now try BSD make style include.
3669 if test "$am__include" = "#"; then
3670 echo '.include "confinc"' > confmf
3671 case `$am_make -s -f confmf 2> /dev/null` in #(
3672 *the\ am__doit\ target*)
3673 am__include=.include
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3682 $as_echo "$_am_result" >&6; }
3683 rm -f confinc confmf
3685 # Check whether --enable-dependency-tracking was given.
3686 if test "${enable_dependency_tracking+set}" = set; then :
3687 enableval=$enable_dependency_tracking;
3690 if test "x$enable_dependency_tracking" != xno; then
3691 am_depcomp="$ac_aux_dir/depcomp"
3694 if test "x$enable_dependency_tracking" != xno; then
3703 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3704 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3705 # is not polluted with repeated "-I."
3706 am__isrc=' -I$(srcdir)'
3707 # test to see if srcdir already configured
3708 if test -f $srcdir/config.status; then
3709 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3713 # test whether we have cygpath
3714 if test -z "$CYGPATH_W"; then
3715 if (cygpath --version) >/dev/null 2>/dev/null; then
3716 CYGPATH_W='cygpath -w'
3723 # Define the identity of the package.
3725 VERSION=${BFD_VERSION}
3728 cat >>confdefs.h <<_ACEOF
3729 #define PACKAGE "$PACKAGE"
3733 cat >>confdefs.h <<_ACEOF
3734 #define VERSION "$VERSION"
3737 # Some tools Automake needs.
3739 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3742 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3745 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3748 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3751 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3753 # We need awk for the "check" target. The system "awk" is bad on
3755 # Always define AMTAR for backward compatibility.
3757 AMTAR=${AMTAR-"${am_missing_run}tar"}
3759 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3764 depcc="$CC" am_compiler_list=
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3767 $as_echo_n "checking dependency style of $depcc... " >&6; }
3768 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3769 $as_echo_n "(cached) " >&6
3771 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3772 # We make a subdir and do the tests there. Otherwise we can end up
3773 # making bogus files that we don't know about and never remove. For
3774 # instance it was reported that on HP-UX the gcc test will end up
3775 # making a dummy file named `D' -- because `-MD' means `put the output
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3790 am_cv_CC_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3795 case " $depcc " in #(
3796 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3799 for depmode in $am_compiler_list; do
3800 # Setup a source with many dependencies, because some compilers
3801 # like to wrap large dependency lists on column 80 (with \), and
3802 # we should not choose a depcomp mode which is confused by this.
3804 # We need to recreate these files for each test, as the compiler may
3805 # overwrite some of them when testing with obscure command lines.
3806 # This happens at least with the AIX C compiler.
3808 for i in 1 2 3 4 5 6; do
3809 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3810 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3811 # Solaris 8's {/usr,}/bin/sh.
3812 touch sub/conftst$i.h
3814 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3816 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3817 # mode. It turns out that the SunPro C++ compiler does not properly
3818 # handle `-M -o', and we need to detect this. Also, some Intel
3819 # versions had trouble with output in subdirs
3820 am__obj=sub/conftest.${OBJEXT-o}
3821 am__minus_obj="-o $am__obj"
3824 # This depmode causes a compiler race in universal mode.
3825 test "$am__universal" = false || continue
3828 # after this tag, mechanisms are not by side-effect, so they'll
3829 # only be used when explicitly requested
3830 if test "x$enable_dependency_tracking" = xyes; then
3836 msvisualcpp | msvcmsys)
3837 # This compiler won't grok `-c -o', but also, the minuso test has
3838 # not run yet. These depmodes are late enough in the game, and
3839 # so weak that their functioning should not be impacted.
3840 am__obj=conftest.${OBJEXT-o}
3845 if depmode=$depmode \
3846 source=sub/conftest.c object=$am__obj \
3847 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3848 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3849 >/dev/null 2>conftest.err &&
3850 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3851 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3852 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3853 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3854 # icc doesn't choke on unknown options, it will just issue warnings
3855 # or remarks (even with -Werror). So we grep stderr for any message
3856 # that says an option was ignored or not supported.
3857 # When given -MP, icc 7.0 and 7.1 complain thusly:
3858 # icc: Command line warning: ignoring option '-M'; no argument required
3859 # The diagnosis changed in icc 8.0:
3860 # icc: Command line remark: option '-MP' not supported
3861 if (grep 'ignoring option' conftest.err ||
3862 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3863 am_cv_CC_dependencies_compiler_type=$depmode
3872 am_cv_CC_dependencies_compiler_type=none
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3877 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3878 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3881 test "x$enable_dependency_tracking" != xno \
3882 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3884 am__fastdepCC_FALSE='#'
3886 am__fastdepCC_TRUE='#'
3887 am__fastdepCC_FALSE=
3894 ac_cpp='$CPP $CPPFLAGS'
3895 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3896 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3897 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3898 if test -n "$ac_tool_prefix"; then
3899 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3900 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if test "${ac_cv_prog_CC+set}" = set; then :
3904 $as_echo_n "(cached) " >&6
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
3909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3913 test -z "$as_dir" && as_dir=.
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3916 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 if test -n "$CC"; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929 $as_echo "$CC" >&6; }
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3937 if test -z "$ac_cv_prog_CC"; then
3939 # Extract the first word of "gcc", so it can be a program name with args.
3940 set dummy gcc; ac_word=$2
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942 $as_echo_n "checking for $ac_word... " >&6; }
3943 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
3946 if test -n "$ac_ct_CC"; then
3947 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3953 test -z "$as_dir" && as_dir=.
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3956 ac_cv_prog_ac_ct_CC="gcc"
3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3966 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967 if test -n "$ac_ct_CC"; then
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3969 $as_echo "$ac_ct_CC" >&6; }
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972 $as_echo "no" >&6; }
3975 if test "x$ac_ct_CC" = x; then
3978 case $cross_compiling:$ac_tool_warned in
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982 ac_tool_warned=yes ;;
3990 if test -z "$CC"; then
3991 if test -n "$ac_tool_prefix"; then
3992 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3993 set dummy ${ac_tool_prefix}cc; ac_word=$2
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995 $as_echo_n "checking for $ac_word... " >&6; }
3996 if test "${ac_cv_prog_CC+set}" = set; then :
3997 $as_echo_n "(cached) " >&6
3999 if test -n "$CC"; then
4000 ac_cv_prog_CC="$CC" # Let the user override the test.
4002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006 test -z "$as_dir" && as_dir=.
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4009 ac_cv_prog_CC="${ac_tool_prefix}cc"
4010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4020 if test -n "$CC"; then
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022 $as_echo "$CC" >&6; }
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025 $as_echo "no" >&6; }
4031 if test -z "$CC"; then
4032 # Extract the first word of "cc", so it can be a program name with args.
4033 set dummy cc; ac_word=$2
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035 $as_echo_n "checking for $ac_word... " >&6; }
4036 if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4047 test -z "$as_dir" && as_dir=.
4048 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4050 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4051 ac_prog_rejected=yes
4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4062 if test $ac_prog_rejected = yes; then
4063 # We found a bogon in the path, so make sure we never use it.
4064 set dummy $ac_cv_prog_CC
4066 if test $# != 0; then
4067 # We chose a different compiler from the bogus one.
4068 # However, it has the same basename, so the bogon will be chosen
4069 # first if we set CC to just the basename; use the full file name.
4071 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4077 if test -n "$CC"; then
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4079 $as_echo "$CC" >&6; }
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4082 $as_echo "no" >&6; }
4087 if test -z "$CC"; then
4088 if test -n "$ac_tool_prefix"; then
4089 for ac_prog in cl.exe
4091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4092 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094 $as_echo_n "checking for $ac_word... " >&6; }
4095 if test "${ac_cv_prog_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
4098 if test -n "$CC"; then
4099 ac_cv_prog_CC="$CC" # Let the user override the test.
4101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4105 test -z "$as_dir" && as_dir=.
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4108 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4119 if test -n "$CC"; then
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121 $as_echo "$CC" >&6; }
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124 $as_echo "no" >&6; }
4128 test -n "$CC" && break
4131 if test -z "$CC"; then
4133 for ac_prog in cl.exe
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136 set dummy $ac_prog; ac_word=$2
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138 $as_echo_n "checking for $ac_word... " >&6; }
4139 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_ac_ct_CC="$ac_prog"
4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4162 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163 if test -n "$ac_ct_CC"; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165 $as_echo "$ac_ct_CC" >&6; }
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168 $as_echo "no" >&6; }
4172 test -n "$ac_ct_CC" && break
4175 if test "x$ac_ct_CC" = x; then
4178 case $cross_compiling:$ac_tool_warned in
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4181 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4182 ac_tool_warned=yes ;;
4191 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4193 as_fn_error "no acceptable C compiler found in \$PATH
4194 See \`config.log' for more details." "$LINENO" 5; }
4196 # Provide some information about the compiler.
4197 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4200 for ac_option in --version -v -V -qversion; do
4201 { { ac_try="$ac_compiler $ac_option >&5"
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4206 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207 $as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4210 if test -s conftest.err; then
4212 ... rest of stderr output deleted ...
4213 10q' conftest.err >conftest.er1
4214 cat conftest.er1 >&5
4215 rm -f conftest.er1 conftest.err
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4222 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4223 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4227 /* end confdefs.h. */
4240 if ac_fn_c_try_compile "$LINENO"; then :
4245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4246 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4250 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4251 if test $ac_compiler_gnu = yes; then
4256 ac_test_CFLAGS=${CFLAGS+set}
4257 ac_save_CFLAGS=$CFLAGS
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4259 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4260 if test "${ac_cv_prog_cc_g+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4263 ac_save_c_werror_flag=$ac_c_werror_flag
4264 ac_c_werror_flag=yes
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4268 /* end confdefs.h. */
4278 if ac_fn_c_try_compile "$LINENO"; then :
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4293 if ac_fn_c_try_compile "$LINENO"; then :
4296 ac_c_werror_flag=$ac_save_c_werror_flag
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299 /* end confdefs.h. */
4309 if ac_fn_c_try_compile "$LINENO"; then :
4312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_save_c_werror_flag
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4320 $as_echo "$ac_cv_prog_cc_g" >&6; }
4321 if test "$ac_test_CFLAGS" = set; then
4322 CFLAGS=$ac_save_CFLAGS
4323 elif test $ac_cv_prog_cc_g = yes; then
4324 if test "$GCC" = yes; then
4330 if test "$GCC" = yes; then
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4337 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4338 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
4341 ac_cv_prog_cc_c89=no
4343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4344 /* end confdefs.h. */
4347 #include <sys/types.h>
4348 #include <sys/stat.h>
4349 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4350 struct buf { int x; };
4351 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4352 static char *e (p, i)
4358 static char *f (char * (*g) (char **, int), char **p, ...)
4363 s = g (p, va_arg (v,int));
4368 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4369 function prototypes and stuff, but not '\xHH' hex character constants.
4370 These don't provoke an error unfortunately, instead are silently treated
4371 as 'x'. The following induces an error, until -std is added to get
4372 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4373 array size at least. It's necessary to write '\x00'==0 to get something
4374 that's true only with -std. */
4375 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4377 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4378 inside strings and character constants. */
4380 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4382 int test (int i, double x);
4383 struct s1 {int (*f) (int a);};
4384 struct s2 {int (*f) (double a);};
4385 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4391 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4396 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4397 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4399 CC="$ac_save_CC $ac_arg"
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_prog_cc_c89=$ac_arg
4403 rm -f core conftest.err conftest.$ac_objext
4404 test "x$ac_cv_prog_cc_c89" != "xno" && break
4406 rm -f conftest.$ac_ext
4411 case "x$ac_cv_prog_cc_c89" in
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4414 $as_echo "none needed" >&6; } ;;
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4417 $as_echo "unsupported" >&6; } ;;
4419 CC="$CC $ac_cv_prog_cc_c89"
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4421 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4423 if test "x$ac_cv_prog_cc_c89" != xno; then :
4428 ac_cpp='$CPP $CPPFLAGS'
4429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4434 ac_cpp='$CPP $CPPFLAGS'
4435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4439 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4440 # On Suns, sometimes $CPP names a directory.
4441 if test -n "$CPP" && test -d "$CPP"; then
4444 if test -z "$CPP"; then
4445 if test "${ac_cv_prog_CPP+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
4448 # Double quotes because CPP needs to be expanded
4449 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4452 for ac_c_preproc_warn_flag in '' yes
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4461 /* end confdefs.h. */
4463 # include <limits.h>
4465 # include <assert.h>
4469 if ac_fn_c_try_cpp "$LINENO"; then :
4472 # Broken: fails on valid input.
4475 rm -f conftest.err conftest.$ac_ext
4477 # OK, works on sane cases. Now check whether nonexistent headers
4478 # can be detected and how.
4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4480 /* end confdefs.h. */
4481 #include <ac_nonexistent.h>
4483 if ac_fn_c_try_cpp "$LINENO"; then :
4484 # Broken: success on invalid input.
4487 # Passes both tests.
4491 rm -f conftest.err conftest.$ac_ext
4494 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495 rm -f conftest.err conftest.$ac_ext
4496 if $ac_preproc_ok; then :
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4509 $as_echo "$CPP" >&6; }
4511 for ac_c_preproc_warn_flag in '' yes
4513 # Use a header file that comes with gcc, so configuring glibc
4514 # with a fresh cross-compiler works.
4515 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 # <limits.h> exists even on freestanding compilers.
4517 # On the NeXT, cc -E runs the code through the compiler's parser,
4518 # not just through cpp. "Syntax error" is here to catch this case.
4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4520 /* end confdefs.h. */
4522 # include <limits.h>
4524 # include <assert.h>
4528 if ac_fn_c_try_cpp "$LINENO"; then :
4531 # Broken: fails on valid input.
4534 rm -f conftest.err conftest.$ac_ext
4536 # OK, works on sane cases. Now check whether nonexistent headers
4537 # can be detected and how.
4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539 /* end confdefs.h. */
4540 #include <ac_nonexistent.h>
4542 if ac_fn_c_try_cpp "$LINENO"; then :
4543 # Broken: success on invalid input.
4546 # Passes both tests.
4550 rm -f conftest.err conftest.$ac_ext
4553 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4554 rm -f conftest.err conftest.$ac_ext
4555 if $ac_preproc_ok; then :
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4561 See \`config.log' for more details." "$LINENO" 5; }
4565 ac_cpp='$CPP $CPPFLAGS'
4566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4572 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4573 if test "${ac_cv_path_GREP+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
4576 if test -z "$GREP"; then
4577 ac_path_GREP_found=false
4578 # Loop through the user's path and test for each of PROGNAME-LIST
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4583 test -z "$as_dir" && as_dir=.
4584 for ac_prog in grep ggrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4588 # Check for GNU ac_path_GREP and select it if it is found.
4589 # Check for GNU $ac_path_GREP
4590 case `"$ac_path_GREP" --version 2>&1` in
4592 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4595 $as_echo_n 0123456789 >"conftest.in"
4598 cat "conftest.in" "conftest.in" >"conftest.tmp"
4599 mv "conftest.tmp" "conftest.in"
4600 cp "conftest.in" "conftest.nl"
4601 $as_echo 'GREP' >> "conftest.nl"
4602 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4604 as_fn_arith $ac_count + 1 && ac_count=$as_val
4605 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4606 # Best one so far, save it but keep looking for a better one
4607 ac_cv_path_GREP="$ac_path_GREP"
4608 ac_path_GREP_max=$ac_count
4610 # 10*(2^10) chars as input seems more than enough
4611 test $ac_count -gt 10 && break
4613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4616 $ac_path_GREP_found && break 3
4621 if test -z "$ac_cv_path_GREP"; then
4622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4625 ac_cv_path_GREP=$GREP
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4630 $as_echo "$ac_cv_path_GREP" >&6; }
4631 GREP="$ac_cv_path_GREP"
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4635 $as_echo_n "checking for egrep... " >&6; }
4636 if test "${ac_cv_path_EGREP+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
4639 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4640 then ac_cv_path_EGREP="$GREP -E"
4642 if test -z "$EGREP"; then
4643 ac_path_EGREP_found=false
4644 # Loop through the user's path and test for each of PROGNAME-LIST
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4649 test -z "$as_dir" && as_dir=.
4650 for ac_prog in egrep; do
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4653 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4654 # Check for GNU ac_path_EGREP and select it if it is found.
4655 # Check for GNU $ac_path_EGREP
4656 case `"$ac_path_EGREP" --version 2>&1` in
4658 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4661 $as_echo_n 0123456789 >"conftest.in"
4664 cat "conftest.in" "conftest.in" >"conftest.tmp"
4665 mv "conftest.tmp" "conftest.in"
4666 cp "conftest.in" "conftest.nl"
4667 $as_echo 'EGREP' >> "conftest.nl"
4668 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4669 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4670 as_fn_arith $ac_count + 1 && ac_count=$as_val
4671 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4672 # Best one so far, save it but keep looking for a better one
4673 ac_cv_path_EGREP="$ac_path_EGREP"
4674 ac_path_EGREP_max=$ac_count
4676 # 10*(2^10) chars as input seems more than enough
4677 test $ac_count -gt 10 && break
4679 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4682 $ac_path_EGREP_found && break 3
4687 if test -z "$ac_cv_path_EGREP"; then
4688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4691 ac_cv_path_EGREP=$EGREP
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4697 $as_echo "$ac_cv_path_EGREP" >&6; }
4698 EGREP="$ac_cv_path_EGREP"
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4702 $as_echo_n "checking for ANSI C header files... " >&6; }
4703 if test "${ac_cv_header_stdc+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4707 /* end confdefs.h. */
4721 if ac_fn_c_try_compile "$LINENO"; then :
4722 ac_cv_header_stdc=yes
4724 ac_cv_header_stdc=no
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4728 if test $ac_cv_header_stdc = yes; then
4729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4731 /* end confdefs.h. */
4735 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4736 $EGREP "memchr" >/dev/null 2>&1; then :
4739 ac_cv_header_stdc=no
4745 if test $ac_cv_header_stdc = yes; then
4746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748 /* end confdefs.h. */
4752 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4753 $EGREP "free" >/dev/null 2>&1; then :
4756 ac_cv_header_stdc=no
4762 if test $ac_cv_header_stdc = yes; then
4763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4764 if test "$cross_compiling" = yes; then :
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4771 #if ((' ' & 0x0FF) == 0x020)
4772 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4773 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4775 # define ISLOWER(c) \
4776 (('a' <= (c) && (c) <= 'i') \
4777 || ('j' <= (c) && (c) <= 'r') \
4778 || ('s' <= (c) && (c) <= 'z'))
4779 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4782 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4787 for (i = 0; i < 256; i++)
4788 if (XOR (islower (i), ISLOWER (i))
4789 || toupper (i) != TOUPPER (i))
4794 if ac_fn_c_try_run "$LINENO"; then :
4797 ac_cv_header_stdc=no
4799 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4800 conftest.$ac_objext conftest.beam conftest.$ac_ext
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4806 $as_echo "$ac_cv_header_stdc" >&6; }
4807 if test $ac_cv_header_stdc = yes; then
4809 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4813 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4814 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4815 inttypes.h stdint.h unistd.h
4817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4820 eval as_val=\$$as_ac_Header
4821 if test "x$as_val" = x""yes; then :
4822 cat >>confdefs.h <<_ACEOF
4823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4832 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4833 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4840 if test "$MINIX" = yes; then
4842 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4845 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4848 $as_echo "#define _MINIX 1" >>confdefs.h
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4854 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4855 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4861 # define __EXTENSIONS__ 1
4862 $ac_includes_default
4871 if ac_fn_c_try_compile "$LINENO"; then :
4872 ac_cv_safe_to_define___extensions__=yes
4874 ac_cv_safe_to_define___extensions__=no
4876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4879 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4880 test $ac_cv_safe_to_define___extensions__ = yes &&
4881 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4883 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4885 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4887 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4889 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4895 # The tests for host and target for $enable_largefile require
4900 # As the $enable_largefile decision depends on --enable-plugins we must set it
4901 # even in directories otherwise not depending on the $plugins option.
4904 # Check whether --enable-plugins was given.
4905 if test "${enable_plugins+set}" = set; then :
4906 enableval=$enable_plugins; case "${enableval}" in
4907 yes | "") plugins=yes ;;
4918 sparc-*-solaris*|i[3-7]86-*-solaris*)
4919 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4920 # are mutually exclusive; and without procfs support, the bfd/ elf module
4921 # cannot provide certain routines such as elfcore_write_prpsinfo
4922 # or elfcore_write_prstatus. So unless the user explicitly requested
4923 # large-file support through the --enable-largefile switch, disable
4924 # large-file support in favor of procfs support.
4925 test "${target}" = "${host}" -a "x$plugins" = xno \
4926 && : ${enable_largefile="no"}
4930 # Check whether --enable-largefile was given.
4931 if test "${enable_largefile+set}" = set; then :
4932 enableval=$enable_largefile;
4935 if test "$enable_largefile" != no; then
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4938 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4939 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4940 $as_echo_n "(cached) " >&6
4942 ac_cv_sys_largefile_CC=no
4943 if test "$GCC" != yes; then
4946 # IRIX 6.2 and later do not support large files by default,
4947 # so use the C compiler's -n32 option if that helps.
4948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4949 /* end confdefs.h. */
4950 #include <sys/types.h>
4951 /* Check that off_t can represent 2**63 - 1 correctly.
4952 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4953 since some C++ compilers masquerading as C compilers
4954 incorrectly reject 9223372036854775807. */
4955 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4956 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4957 && LARGE_OFF_T % 2147483647 == 1)
4967 if ac_fn_c_try_compile "$LINENO"; then :
4970 rm -f core conftest.err conftest.$ac_objext
4972 if ac_fn_c_try_compile "$LINENO"; then :
4973 ac_cv_sys_largefile_CC=' -n32'; break
4975 rm -f core conftest.err conftest.$ac_objext
4979 rm -f conftest.$ac_ext
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4983 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4984 if test "$ac_cv_sys_largefile_CC" != no; then
4985 CC=$CC$ac_cv_sys_largefile_CC
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4989 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4990 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4995 /* end confdefs.h. */
4996 #include <sys/types.h>
4997 /* Check that off_t can represent 2**63 - 1 correctly.
4998 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4999 since some C++ compilers masquerading as C compilers
5000 incorrectly reject 9223372036854775807. */
5001 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5002 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5003 && LARGE_OFF_T % 2147483647 == 1)
5013 if ac_fn_c_try_compile "$LINENO"; then :
5014 ac_cv_sys_file_offset_bits=no; break
5016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h. */
5019 #define _FILE_OFFSET_BITS 64
5020 #include <sys/types.h>
5021 /* Check that off_t can represent 2**63 - 1 correctly.
5022 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5023 since some C++ compilers masquerading as C compilers
5024 incorrectly reject 9223372036854775807. */
5025 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5026 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5027 && LARGE_OFF_T % 2147483647 == 1)
5037 if ac_fn_c_try_compile "$LINENO"; then :
5038 ac_cv_sys_file_offset_bits=64; break
5040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5041 ac_cv_sys_file_offset_bits=unknown
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5046 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5047 case $ac_cv_sys_file_offset_bits in #(
5050 cat >>confdefs.h <<_ACEOF
5051 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5056 if test $ac_cv_sys_file_offset_bits = unknown; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5058 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5059 if test "${ac_cv_sys_large_files+set}" = set; then :
5060 $as_echo_n "(cached) " >&6
5063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5064 /* end confdefs.h. */
5065 #include <sys/types.h>
5066 /* Check that off_t can represent 2**63 - 1 correctly.
5067 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5068 since some C++ compilers masquerading as C compilers
5069 incorrectly reject 9223372036854775807. */
5070 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5071 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5072 && LARGE_OFF_T % 2147483647 == 1)
5082 if ac_fn_c_try_compile "$LINENO"; then :
5083 ac_cv_sys_large_files=no; break
5085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5087 /* end confdefs.h. */
5088 #define _LARGE_FILES 1
5089 #include <sys/types.h>
5090 /* Check that off_t can represent 2**63 - 1 correctly.
5091 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5092 since some C++ compilers masquerading as C compilers
5093 incorrectly reject 9223372036854775807. */
5094 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5095 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5096 && LARGE_OFF_T % 2147483647 == 1)
5106 if ac_fn_c_try_compile "$LINENO"; then :
5107 ac_cv_sys_large_files=1; break
5109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5110 ac_cv_sys_large_files=unknown
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5115 $as_echo "$ac_cv_sys_large_files" >&6; }
5116 case $ac_cv_sys_large_files in #(
5119 cat >>confdefs.h <<_ACEOF
5120 #define _LARGE_FILES $ac_cv_sys_large_files
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5133 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5138 macro_version='2.2.7a'
5139 macro_revision='1.3134'
5153 ltmain="$ac_aux_dir/ltmain.sh"
5155 # Backslashify metacharacters that are still active within
5156 # double-quoted strings.
5157 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5159 # Same as above, but do not quote variable references.
5160 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5162 # Sed substitution to delay expansion of an escaped shell variable in a
5163 # double_quote_subst'ed string.
5164 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5166 # Sed substitution to delay expansion of an escaped single quote.
5167 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5169 # Sed substitution to avoid accidental globbing in evaled expressions
5170 no_glob_subst='s/\*/\\\*/g'
5172 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5173 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5174 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5177 $as_echo_n "checking how to print strings... " >&6; }
5178 # Test print first, because it will be a builtin if present.
5179 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5180 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5182 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5185 # Use this function as a fallback that always works.
5186 func_fallback_echo ()
5188 eval 'cat <<_LTECHO_EOF
5192 ECHO='func_fallback_echo'
5195 # func_echo_all arg...
5196 # Invoke $ECHO with all args, space-separated.
5203 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5204 $as_echo "printf" >&6; } ;;
5205 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5206 $as_echo "print -r" >&6; } ;;
5207 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5208 $as_echo "cat" >&6; } ;;
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5225 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5226 if test "${ac_cv_path_SED+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5229 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5230 for ac_i in 1 2 3 4 5 6 7; do
5231 ac_script="$ac_script$as_nl$ac_script"
5233 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5234 { ac_script=; unset ac_script;}
5235 if test -z "$SED"; then
5236 ac_path_SED_found=false
5237 # Loop through the user's path and test for each of PROGNAME-LIST
5238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5242 test -z "$as_dir" && as_dir=.
5243 for ac_prog in sed gsed; do
5244 for ac_exec_ext in '' $ac_executable_extensions; do
5245 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5246 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5247 # Check for GNU ac_path_SED and select it if it is found.
5248 # Check for GNU $ac_path_SED
5249 case `"$ac_path_SED" --version 2>&1` in
5251 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5254 $as_echo_n 0123456789 >"conftest.in"
5257 cat "conftest.in" "conftest.in" >"conftest.tmp"
5258 mv "conftest.tmp" "conftest.in"
5259 cp "conftest.in" "conftest.nl"
5260 $as_echo '' >> "conftest.nl"
5261 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5262 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5263 as_fn_arith $ac_count + 1 && ac_count=$as_val
5264 if test $ac_count -gt ${ac_path_SED_max-0}; then
5265 # Best one so far, save it but keep looking for a better one
5266 ac_cv_path_SED="$ac_path_SED"
5267 ac_path_SED_max=$ac_count
5269 # 10*(2^10) chars as input seems more than enough
5270 test $ac_count -gt 10 && break
5272 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5275 $ac_path_SED_found && break 3
5280 if test -z "$ac_cv_path_SED"; then
5281 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5289 $as_echo "$ac_cv_path_SED" >&6; }
5290 SED="$ac_cv_path_SED"
5293 test -z "$SED" && SED=sed
5294 Xsed="$SED -e 1s/^X//"
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5307 $as_echo_n "checking for fgrep... " >&6; }
5308 if test "${ac_cv_path_FGREP+set}" = set; then :
5309 $as_echo_n "(cached) " >&6
5311 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5312 then ac_cv_path_FGREP="$GREP -F"
5314 if test -z "$FGREP"; then
5315 ac_path_FGREP_found=false
5316 # Loop through the user's path and test for each of PROGNAME-LIST
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5321 test -z "$as_dir" && as_dir=.
5322 for ac_prog in fgrep; do
5323 for ac_exec_ext in '' $ac_executable_extensions; do
5324 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5325 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5326 # Check for GNU ac_path_FGREP and select it if it is found.
5327 # Check for GNU $ac_path_FGREP
5328 case `"$ac_path_FGREP" --version 2>&1` in
5330 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5333 $as_echo_n 0123456789 >"conftest.in"
5336 cat "conftest.in" "conftest.in" >"conftest.tmp"
5337 mv "conftest.tmp" "conftest.in"
5338 cp "conftest.in" "conftest.nl"
5339 $as_echo 'FGREP' >> "conftest.nl"
5340 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5341 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5342 as_fn_arith $ac_count + 1 && ac_count=$as_val
5343 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5344 # Best one so far, save it but keep looking for a better one
5345 ac_cv_path_FGREP="$ac_path_FGREP"
5346 ac_path_FGREP_max=$ac_count
5348 # 10*(2^10) chars as input seems more than enough
5349 test $ac_count -gt 10 && break
5351 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5354 $ac_path_FGREP_found && break 3
5359 if test -z "$ac_cv_path_FGREP"; then
5360 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5363 ac_cv_path_FGREP=$FGREP
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5369 $as_echo "$ac_cv_path_FGREP" >&6; }
5370 FGREP="$ac_cv_path_FGREP"
5373 test -z "$GREP" && GREP=grep
5393 # Check whether --with-gnu-ld was given.
5394 if test "${with_gnu_ld+set}" = set; then :
5395 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5401 if test "$GCC" = yes; then
5402 # Check if gcc -print-prog-name=ld gives a path.
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5404 $as_echo_n "checking for ld used by $CC... " >&6; }
5407 # gcc leaves a trailing carriage return which upsets mingw
5408 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5410 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5413 # Accept absolute paths.
5415 re_direlt='/[^/][^/]*/\.\./'
5416 # Canonicalize the pathname of ld
5417 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5418 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5419 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5421 test -z "$LD" && LD="$ac_prog"
5424 # If it fails, then pretend we aren't using GCC.
5428 # If it is relative, then search for the first ld in PATH.
5432 elif test "$with_gnu_ld" = yes; then
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5434 $as_echo_n "checking for GNU ld... " >&6; }
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5437 $as_echo_n "checking for non-GNU ld... " >&6; }
5439 if test "${lt_cv_path_LD+set}" = set; then :
5440 $as_echo_n "(cached) " >&6
5442 if test -z "$LD"; then
5443 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5444 for ac_dir in $PATH; do
5446 test -z "$ac_dir" && ac_dir=.
5447 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5448 lt_cv_path_LD="$ac_dir/$ac_prog"
5449 # Check to see if the program is GNU ld. I'd rather use --version,
5450 # but apparently some variants of GNU ld only accept -v.
5451 # Break only if it was the GNU/non-GNU ld that we prefer.
5452 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5453 *GNU* | *'with BFD'*)
5454 test "$with_gnu_ld" != no && break
5457 test "$with_gnu_ld" != yes && break
5464 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5469 if test -n "$LD"; then
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5471 $as_echo "$LD" >&6; }
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5474 $as_echo "no" >&6; }
5476 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5478 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5479 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
5482 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5483 case `$LD -v 2>&1 </dev/null` in
5484 *GNU* | *'with BFD'*)
5485 lt_cv_prog_gnu_ld=yes
5488 lt_cv_prog_gnu_ld=no
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5493 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5494 with_gnu_ld=$lt_cv_prog_gnu_ld
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5505 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5506 if test "${lt_cv_path_NM+set}" = set; then :
5507 $as_echo_n "(cached) " >&6
5509 if test -n "$NM"; then
5510 # Let the user override the test.
5513 lt_nm_to_check="${ac_tool_prefix}nm"
5514 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5515 lt_nm_to_check="$lt_nm_to_check nm"
5517 for lt_tmp_nm in $lt_nm_to_check; do
5518 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5519 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5521 test -z "$ac_dir" && ac_dir=.
5522 tmp_nm="$ac_dir/$lt_tmp_nm"
5523 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5524 # Check to see if the nm accepts a BSD-compat flag.
5525 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5526 # nm: unknown option "B" ignored
5527 # Tru64's nm complains that /dev/null is an invalid object file
5528 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5529 */dev/null* | *'Invalid file or object type'*)
5530 lt_cv_path_NM="$tmp_nm -B"
5534 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5536 lt_cv_path_NM="$tmp_nm -p"
5540 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5541 continue # so that we can try to find one that supports BSD flags
5550 : ${lt_cv_path_NM=no}
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5554 $as_echo "$lt_cv_path_NM" >&6; }
5555 if test "$lt_cv_path_NM" != "no"; then
5558 # Didn't find any BSD compatible name lister, look for dumpbin.
5559 if test -n "$DUMPBIN"; then :
5560 # Let the user override the test.
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog in dumpbin "link -dump"
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5568 $as_echo_n "checking for $ac_word... " >&6; }
5569 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5570 $as_echo_n "(cached) " >&6
5572 if test -n "$DUMPBIN"; then
5573 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5579 test -z "$as_dir" && as_dir=.
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5592 DUMPBIN=$ac_cv_prog_DUMPBIN
5593 if test -n "$DUMPBIN"; then
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5595 $as_echo "$DUMPBIN" >&6; }
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598 $as_echo "no" >&6; }
5602 test -n "$DUMPBIN" && break
5605 if test -z "$DUMPBIN"; then
5606 ac_ct_DUMPBIN=$DUMPBIN
5607 for ac_prog in dumpbin "link -dump"
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy $ac_prog; ac_word=$2
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5612 $as_echo_n "checking for $ac_word... " >&6; }
5613 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5614 $as_echo_n "(cached) " >&6
5616 if test -n "$ac_ct_DUMPBIN"; then
5617 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5623 test -z "$as_dir" && as_dir=.
5624 for ac_exec_ext in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5636 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5637 if test -n "$ac_ct_DUMPBIN"; then
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5639 $as_echo "$ac_ct_DUMPBIN" >&6; }
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5642 $as_echo "no" >&6; }
5646 test -n "$ac_ct_DUMPBIN" && break
5649 if test "x$ac_ct_DUMPBIN" = x; then
5652 case $cross_compiling:$ac_tool_warned in
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5655 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5656 ac_tool_warned=yes ;;
5658 DUMPBIN=$ac_ct_DUMPBIN
5662 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5664 DUMPBIN="$DUMPBIN -symbols"
5672 if test "$DUMPBIN" != ":"; then
5676 test -z "$NM" && NM=nm
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5684 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5685 if test "${lt_cv_nm_interface+set}" = set; then :
5686 $as_echo_n "(cached) " >&6
5688 lt_cv_nm_interface="BSD nm"
5689 echo "int some_variable = 0;" > conftest.$ac_ext
5690 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5691 (eval "$ac_compile" 2>conftest.err)
5692 cat conftest.err >&5
5693 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5694 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5695 cat conftest.err >&5
5696 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5697 cat conftest.out >&5
5698 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5699 lt_cv_nm_interface="MS dumpbin"
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5704 $as_echo "$lt_cv_nm_interface" >&6; }
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5707 $as_echo_n "checking whether ln -s works... " >&6; }
5709 if test "$LN_S" = "ln -s"; then
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5711 $as_echo "yes" >&6; }
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5714 $as_echo "no, using $LN_S" >&6; }
5717 # find the maximum length of command line arguments
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5719 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5720 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
5728 # On DJGPP, this test can blow up pretty badly due to problems in libc
5729 # (any single argument exceeding 2000 bytes causes a buffer overrun
5730 # during glob expansion). Even if it were fixed, the result of this
5731 # check would be larger than it should be.
5732 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5736 # Under GNU Hurd, this test is not required because there is
5737 # no limit to the length of command line arguments.
5738 # Libtool will interpret -1 as no limit whatsoever
5739 lt_cv_sys_max_cmd_len=-1;
5742 cygwin* | mingw* | cegcc*)
5743 # On Win9x/ME, this test blows up -- it succeeds, but takes
5744 # about 5 minutes as the teststring grows exponentially.
5745 # Worse, since 9x/ME are not pre-emptively multitasking,
5746 # you end up with a "frozen" computer, even though with patience
5747 # the test eventually succeeds (with a max line length of 256k).
5748 # Instead, let's just punt: use the minimum linelength reported by
5749 # all of the supported platforms: 8192 (on NT/2K/XP).
5750 lt_cv_sys_max_cmd_len=8192;
5754 # On MiNT this can take a long time and run out of memory.
5755 lt_cv_sys_max_cmd_len=8192;
5759 # On AmigaOS with pdksh, this test takes hours, literally.
5760 # So we just punt and use a minimum line length of 8192.
5761 lt_cv_sys_max_cmd_len=8192;
5764 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5765 # This has been around since 386BSD, at least. Likely further.
5766 if test -x /sbin/sysctl; then
5767 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5768 elif test -x /usr/sbin/sysctl; then
5769 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5771 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5773 # And add a safety zone
5774 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5775 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5779 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5780 lt_cv_sys_max_cmd_len=196608
5784 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5785 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5786 # nice to cause kernel panics so lets avoid the loop below.
5787 # First set a reasonable default.
5788 lt_cv_sys_max_cmd_len=16384
5790 if test -x /sbin/sysconfig; then
5791 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5792 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5797 lt_cv_sys_max_cmd_len=102400
5799 sysv5* | sco5v6* | sysv4.2uw2*)
5800 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5801 if test -n "$kargmax"; then
5802 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5804 lt_cv_sys_max_cmd_len=32768
5808 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5809 if test -n "$lt_cv_sys_max_cmd_len"; then
5810 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5811 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5813 # Make teststring a little bigger before we do anything with it.
5814 # a 1K string should be a reasonable start.
5815 for i in 1 2 3 4 5 6 7 8 ; do
5816 teststring=$teststring$teststring
5818 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5819 # If test is not a shell built-in, we'll probably end up computing a
5820 # maximum length that is only half of the actual maximum length, but
5822 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5823 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5824 test $i != 17 # 1/2 MB should be enough
5827 teststring=$teststring$teststring
5829 # Only check the string length outside the loop.
5830 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5832 # Add a significant safety factor because C++ compilers can tack on
5833 # massive amounts of additional arguments before passing them to the
5834 # linker. It appears as though 1/2 is a usable value.
5835 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5842 if test -n $lt_cv_sys_max_cmd_len ; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5844 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5847 $as_echo "none" >&6; }
5849 max_cmd_len=$lt_cv_sys_max_cmd_len
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5861 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5862 # Try some XSI features
5865 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5867 && eval 'test $(( 1 + 1 )) -eq 2 \
5868 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5871 $as_echo "$xsi_shell" >&6; }
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5875 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5877 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5879 && lt_shell_append=yes
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5881 $as_echo "$lt_shell_append" >&6; }
5884 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5894 # test EBCDIC or ASCII
5895 case `echo X|tr X '\101'` in
5896 A) # ASCII based system
5897 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5898 lt_SP2NL='tr \040 \012'
5899 lt_NL2SP='tr \015\012 \040\040'
5901 *) # EBCDIC based system
5902 lt_SP2NL='tr \100 \n'
5903 lt_NL2SP='tr \r\n \100\100'
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5916 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5917 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5918 $as_echo_n "(cached) " >&6
5920 lt_cv_ld_reload_flag='-r'
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5923 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5924 reload_flag=$lt_cv_ld_reload_flag
5925 case $reload_flag in
5927 *) reload_flag=" $reload_flag" ;;
5929 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5932 if test "$GCC" = yes; then
5933 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5935 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5948 if test -n "$ac_tool_prefix"; then
5949 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5950 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952 $as_echo_n "checking for $ac_word... " >&6; }
5953 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5954 $as_echo_n "(cached) " >&6
5956 if test -n "$OBJDUMP"; then
5957 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5963 test -z "$as_dir" && as_dir=.
5964 for ac_exec_ext in '' $ac_executable_extensions; do
5965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5966 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 OBJDUMP=$ac_cv_prog_OBJDUMP
5977 if test -n "$OBJDUMP"; then
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5979 $as_echo "$OBJDUMP" >&6; }
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5982 $as_echo "no" >&6; }
5987 if test -z "$ac_cv_prog_OBJDUMP"; then
5988 ac_ct_OBJDUMP=$OBJDUMP
5989 # Extract the first word of "objdump", so it can be a program name with args.
5990 set dummy objdump; ac_word=$2
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5992 $as_echo_n "checking for $ac_word... " >&6; }
5993 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
5996 if test -n "$ac_ct_OBJDUMP"; then
5997 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6017 if test -n "$ac_ct_OBJDUMP"; then
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6019 $as_echo "$ac_ct_OBJDUMP" >&6; }
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6022 $as_echo "no" >&6; }
6025 if test "x$ac_ct_OBJDUMP" = x; then
6028 case $cross_compiling:$ac_tool_warned in
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6031 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6032 ac_tool_warned=yes ;;
6034 OBJDUMP=$ac_ct_OBJDUMP
6037 OBJDUMP="$ac_cv_prog_OBJDUMP"
6040 test -z "$OBJDUMP" && OBJDUMP=objdump
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6051 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6052 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6053 $as_echo_n "(cached) " >&6
6055 lt_cv_file_magic_cmd='$MAGIC_CMD'
6056 lt_cv_file_magic_test_file=
6057 lt_cv_deplibs_check_method='unknown'
6058 # Need to set the preceding variable on all platforms that support
6059 # interlibrary dependencies.
6060 # 'none' -- dependencies not supported.
6061 # `unknown' -- same as none, but documents that we really don't know.
6062 # 'pass_all' -- all dependencies passed with no checks.
6063 # 'test_compile' -- check by making test program.
6064 # 'file_magic [[regex]]' -- check by looking for files in library path
6065 # which responds to the $file_magic_cmd with a given extended regex.
6066 # If you have `file' or equivalent on your system and you're not sure
6067 # whether `pass_all' will *always* work, you probably want this one.
6071 lt_cv_deplibs_check_method=pass_all
6075 lt_cv_deplibs_check_method=pass_all
6079 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6080 lt_cv_file_magic_cmd='/usr/bin/file -L'
6081 lt_cv_file_magic_test_file=/shlib/libc.so
6085 # func_win32_libid is a shell function defined in ltmain.sh
6086 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6087 lt_cv_file_magic_cmd='func_win32_libid'
6091 # Base MSYS/MinGW do not provide the 'file' command needed by
6092 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6093 # unless we find 'file', for example because we are cross-compiling.
6094 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6095 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6096 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6097 lt_cv_file_magic_cmd='func_win32_libid'
6099 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6100 lt_cv_file_magic_cmd='$OBJDUMP -f'
6105 # use the weaker test based on 'objdump'. See mingw*.
6106 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6107 lt_cv_file_magic_cmd='$OBJDUMP -f'
6110 darwin* | rhapsody*)
6111 lt_cv_deplibs_check_method=pass_all
6114 freebsd* | dragonfly*)
6115 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6118 # Not sure whether the presence of OpenBSD here was a mistake.
6119 # Let's accept both of them until this is cleared up.
6120 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6121 lt_cv_file_magic_cmd=/usr/bin/file
6122 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6126 lt_cv_deplibs_check_method=pass_all
6131 lt_cv_deplibs_check_method=pass_all
6135 lt_cv_deplibs_check_method=pass_all
6138 hpux10.20* | hpux11*)
6139 lt_cv_file_magic_cmd=/usr/bin/file
6142 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6143 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6146 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]'
6147 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6150 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6151 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6157 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6158 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6161 irix5* | irix6* | nonstopux*)
6163 *-32|*"-32 ") libmagic=32-bit;;
6164 *-n32|*"-n32 ") libmagic=N32;;
6165 *-64|*"-64 ") libmagic=64-bit;;
6166 *) libmagic=never-match;;
6168 lt_cv_deplibs_check_method=pass_all
6171 # This must be Linux ELF.
6172 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6173 lt_cv_deplibs_check_method=pass_all
6177 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6180 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6185 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6186 lt_cv_file_magic_cmd=/usr/bin/file
6187 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6191 lt_cv_deplibs_check_method=pass_all
6195 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6202 osf3* | osf4* | osf5*)
6203 lt_cv_deplibs_check_method=pass_all
6207 lt_cv_deplibs_check_method=pass_all
6211 lt_cv_deplibs_check_method=pass_all
6214 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6215 lt_cv_deplibs_check_method=pass_all
6219 case $host_vendor in
6221 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]'
6222 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6225 lt_cv_deplibs_check_method=pass_all
6228 lt_cv_file_magic_cmd='/bin/file'
6229 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6232 lt_cv_file_magic_cmd='/bin/file'
6233 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6234 lt_cv_file_magic_test_file=/lib/libc.so
6237 lt_cv_deplibs_check_method=pass_all
6240 lt_cv_deplibs_check_method=pass_all
6246 lt_cv_deplibs_check_method=pass_all
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6252 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6253 file_magic_cmd=$lt_cv_file_magic_cmd
6254 deplibs_check_method=$lt_cv_deplibs_check_method
6255 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6268 if test -n "$ac_tool_prefix"; then
6269 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6270 set dummy ${ac_tool_prefix}ar; ac_word=$2
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272 $as_echo_n "checking for $ac_word... " >&6; }
6273 if test "${ac_cv_prog_AR+set}" = set; then :
6274 $as_echo_n "(cached) " >&6
6276 if test -n "$AR"; then
6277 ac_cv_prog_AR="$AR" # Let the user override the test.
6279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6283 test -z "$as_dir" && as_dir=.
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6286 ac_cv_prog_AR="${ac_tool_prefix}ar"
6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6297 if test -n "$AR"; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6299 $as_echo "$AR" >&6; }
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302 $as_echo "no" >&6; }
6307 if test -z "$ac_cv_prog_AR"; then
6309 # Extract the first word of "ar", so it can be a program name with args.
6310 set dummy ar; ac_word=$2
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6312 $as_echo_n "checking for $ac_word... " >&6; }
6313 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6314 $as_echo_n "(cached) " >&6
6316 if test -n "$ac_ct_AR"; then
6317 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6323 test -z "$as_dir" && as_dir=.
6324 for ac_exec_ext in '' $ac_executable_extensions; do
6325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6326 ac_cv_prog_ac_ct_AR="ar"
6327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6336 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6337 if test -n "$ac_ct_AR"; then
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6339 $as_echo "$ac_ct_AR" >&6; }
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342 $as_echo "no" >&6; }
6345 if test "x$ac_ct_AR" = x; then
6348 case $cross_compiling:$ac_tool_warned in
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6352 ac_tool_warned=yes ;;
6360 test -z "$AR" && AR=ar
6361 test -z "$AR_FLAGS" && AR_FLAGS=cru
6373 if test -n "$ac_tool_prefix"; then
6374 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6375 set dummy ${ac_tool_prefix}strip; ac_word=$2
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6377 $as_echo_n "checking for $ac_word... " >&6; }
6378 if test "${ac_cv_prog_STRIP+set}" = set; then :
6379 $as_echo_n "(cached) " >&6
6381 if test -n "$STRIP"; then
6382 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 test -z "$as_dir" && as_dir=.
6389 for ac_exec_ext in '' $ac_executable_extensions; do
6390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6391 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6401 STRIP=$ac_cv_prog_STRIP
6402 if test -n "$STRIP"; then
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6404 $as_echo "$STRIP" >&6; }
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6407 $as_echo "no" >&6; }
6412 if test -z "$ac_cv_prog_STRIP"; then
6414 # Extract the first word of "strip", so it can be a program name with args.
6415 set dummy strip; ac_word=$2
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6417 $as_echo_n "checking for $ac_word... " >&6; }
6418 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6419 $as_echo_n "(cached) " >&6
6421 if test -n "$ac_ct_STRIP"; then
6422 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 test -z "$as_dir" && as_dir=.
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6431 ac_cv_prog_ac_ct_STRIP="strip"
6432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6441 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6442 if test -n "$ac_ct_STRIP"; then
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6444 $as_echo "$ac_ct_STRIP" >&6; }
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6447 $as_echo "no" >&6; }
6450 if test "x$ac_ct_STRIP" = x; then
6453 case $cross_compiling:$ac_tool_warned in
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6456 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6457 ac_tool_warned=yes ;;
6462 STRIP="$ac_cv_prog_STRIP"
6465 test -z "$STRIP" && STRIP=:
6472 if test -n "$ac_tool_prefix"; then
6473 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6474 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6476 $as_echo_n "checking for $ac_word... " >&6; }
6477 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6478 $as_echo_n "(cached) " >&6
6480 if test -n "$RANLIB"; then
6481 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487 test -z "$as_dir" && as_dir=.
6488 for ac_exec_ext in '' $ac_executable_extensions; do
6489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6490 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6500 RANLIB=$ac_cv_prog_RANLIB
6501 if test -n "$RANLIB"; then
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6503 $as_echo "$RANLIB" >&6; }
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6506 $as_echo "no" >&6; }
6511 if test -z "$ac_cv_prog_RANLIB"; then
6512 ac_ct_RANLIB=$RANLIB
6513 # Extract the first word of "ranlib", so it can be a program name with args.
6514 set dummy ranlib; ac_word=$2
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6516 $as_echo_n "checking for $ac_word... " >&6; }
6517 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6518 $as_echo_n "(cached) " >&6
6520 if test -n "$ac_ct_RANLIB"; then
6521 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6527 test -z "$as_dir" && as_dir=.
6528 for ac_exec_ext in '' $ac_executable_extensions; do
6529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6530 ac_cv_prog_ac_ct_RANLIB="ranlib"
6531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6540 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6541 if test -n "$ac_ct_RANLIB"; then
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6543 $as_echo "$ac_ct_RANLIB" >&6; }
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6546 $as_echo "no" >&6; }
6549 if test "x$ac_ct_RANLIB" = x; then
6552 case $cross_compiling:$ac_tool_warned in
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6556 ac_tool_warned=yes ;;
6558 RANLIB=$ac_ct_RANLIB
6561 RANLIB="$ac_cv_prog_RANLIB"
6564 test -z "$RANLIB" && RANLIB=:
6571 # Determine commands to create old-style static archives.
6572 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6573 old_postinstall_cmds='chmod 644 $oldlib'
6574 old_postuninstall_cmds=
6576 if test -n "$RANLIB"; then
6579 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6582 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6585 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6590 lock_old_archive_extraction=yes ;;
6592 lock_old_archive_extraction=no ;;
6633 # If no C compiler was specified, use CC.
6636 # If no C compiler flags were specified, use CFLAGS.
6637 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6639 # Allow CC to be a program name with arguments.
6643 # Check for command to grab the raw symbol name followed by C symbol from nm.
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6645 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6646 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6647 $as_echo_n "(cached) " >&6
6650 # These are sane defaults that work on at least a few old systems.
6651 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6653 # Character class describing NM global symbol codes.
6654 symcode='[BCDEGRST]'
6656 # Regexp to match symbols that can be accessed directly from C.
6657 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6659 # Define system-specific variables.
6664 cygwin* | mingw* | pw32* | cegcc*)
6665 symcode='[ABCDGISTW]'
6668 if test "$host_cpu" = ia64; then
6669 symcode='[ABCDEGRST]'
6673 symcode='[BCDEGRST]'
6676 symcode='[BCDEGQRST]'
6687 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6695 # If we're using GNU nm, then use its standard symbol codes.
6696 case `$NM -V 2>&1` in
6697 *GNU* | *'with BFD'*)
6698 symcode='[ABCDGIRSTW]' ;;
6701 # Transform an extracted symbol line into a proper C declaration.
6702 # Some systems (esp. on ia64) link data and code symbols differently,
6703 # so use this general approach.
6704 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6706 # Transform an extracted symbol line into symbol name and symbol address
6707 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6708 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'"
6710 # Handle CRLF in mingw tool chain
6714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6718 # Try without a prefix underscore, then with it.
6719 for ac_symprfx in "" "_"; do
6721 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6722 symxfrm="\\1 $ac_symprfx\\2 \\2"
6724 # Write the raw and C identifiers.
6725 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6726 # Fake it for dumpbin and say T for any non-static function
6727 # and D for any global variable.
6728 # Also find C++ and __fastcall symbols from MSVC++,
6729 # which start with @ or ?.
6730 lt_cv_sys_global_symbol_pipe="$AWK '"\
6731 " {last_section=section; section=\$ 3};"\
6732 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6733 " \$ 0!~/External *\|/{next};"\
6734 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6735 " {if(hide[section]) next};"\
6736 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6737 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6738 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6739 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6740 " ' prfx=^$ac_symprfx"
6742 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6745 # Check to see that the pipe works correctly.
6749 cat > conftest.$ac_ext <<_LT_EOF
6754 void nm_test_func(void);
6755 void nm_test_func(void){}
6759 int main(){nm_test_var='a';nm_test_func();return(0);}
6762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6763 (eval $ac_compile) 2>&5
6765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6766 test $ac_status = 0; }; then
6767 # Now try to grab the symbols.
6769 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6770 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6773 test $ac_status = 0; } && test -s "$nlist"; then
6774 # Try sorting and uniquifying the output.
6775 if sort "$nlist" | uniq > "$nlist"T; then
6776 mv -f "$nlist"T "$nlist"
6781 # Make sure that we snagged all the symbols we need.
6782 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6783 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6784 cat <<_LT_EOF > conftest.$ac_ext
6790 # Now generate the symbol file.
6791 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6793 cat <<_LT_EOF >> conftest.$ac_ext
6795 /* The mapping between symbol names and symbols. */
6800 lt__PROGRAM__LTX_preloaded_symbols[] =
6802 { "@PROGRAM@", (void *) 0 },
6804 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6805 cat <<\_LT_EOF >> conftest.$ac_ext
6809 /* This works around a problem in FreeBSD linker */
6810 #ifdef FREEBSD_WORKAROUND
6811 static const void *lt_preloaded_setup() {
6812 return lt__PROGRAM__LTX_preloaded_symbols;
6820 # Now try linking the two files.
6821 mv conftest.$ac_objext conftstm.$ac_objext
6822 lt_save_LIBS="$LIBS"
6823 lt_save_CFLAGS="$CFLAGS"
6824 LIBS="conftstm.$ac_objext"
6825 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6826 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6827 (eval $ac_link) 2>&5
6829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6830 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6833 LIBS="$lt_save_LIBS"
6834 CFLAGS="$lt_save_CFLAGS"
6836 echo "cannot find nm_test_func in $nlist" >&5
6839 echo "cannot find nm_test_var in $nlist" >&5
6842 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6845 echo "$progname: failed program was:" >&5
6846 cat conftest.$ac_ext >&5
6848 rm -rf conftest* conftst*
6850 # Do not use the global_symbol_pipe unless it works.
6851 if test "$pipe_works" = yes; then
6854 lt_cv_sys_global_symbol_pipe=
6860 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6861 lt_cv_sys_global_symbol_to_cdecl=
6863 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6865 $as_echo "failed" >&6; }
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6868 $as_echo "ok" >&6; }
6892 # Check whether --enable-libtool-lock was given.
6893 if test "${enable_libtool_lock+set}" = set; then :
6894 enableval=$enable_libtool_lock;
6897 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6899 # Some flags need to be propagated to the compiler or linker for good
6903 # Find out which ABI we are using.
6904 echo 'int i;' > conftest.$ac_ext
6905 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6906 (eval $ac_compile) 2>&5
6908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6909 test $ac_status = 0; }; then
6910 case `/usr/bin/file conftest.$ac_objext` in
6922 # Find out which ABI we are using.
6923 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6925 (eval $ac_compile) 2>&5
6927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6928 test $ac_status = 0; }; then
6929 if test "$lt_cv_prog_gnu_ld" = yes; then
6930 case `/usr/bin/file conftest.$ac_objext` in
6932 LD="${LD-ld} -melf32bsmip"
6935 LD="${LD-ld} -melf32bmipn32"
6938 LD="${LD-ld} -melf64bmip"
6942 case `/usr/bin/file conftest.$ac_objext` in
6958 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6959 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6960 # Find out which ABI we are using.
6961 echo 'int i;' > conftest.$ac_ext
6962 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6963 (eval $ac_compile) 2>&5
6965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6966 test $ac_status = 0; }; then
6967 case `/usr/bin/file conftest.o` in
6970 x86_64-*kfreebsd*-gnu)
6971 LD="${LD-ld} -m elf_i386_fbsd"
6974 case `/usr/bin/file conftest.o` in
6976 LD="${LD-ld} -m elf32_x86_64"
6979 LD="${LD-ld} -m elf_i386"
6983 powerpc64le-*linux*)
6984 LD="${LD-ld} -m elf32lppclinux"
6987 LD="${LD-ld} -m elf32ppclinux"
6990 LD="${LD-ld} -m elf_s390"
6993 LD="${LD-ld} -m elf32_sparc"
6999 x86_64-*kfreebsd*-gnu)
7000 LD="${LD-ld} -m elf_x86_64_fbsd"
7003 LD="${LD-ld} -m elf_x86_64"
7006 LD="${LD-ld} -m elf64lppc"
7009 LD="${LD-ld} -m elf64ppc"
7011 s390*-*linux*|s390*-*tpf*)
7012 LD="${LD-ld} -m elf64_s390"
7015 LD="${LD-ld} -m elf64_sparc"
7025 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7026 SAVE_CFLAGS="$CFLAGS"
7027 CFLAGS="$CFLAGS -belf"
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7029 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7030 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7031 $as_echo_n "(cached) " >&6
7034 ac_cpp='$CPP $CPPFLAGS'
7035 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7036 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7037 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7040 /* end confdefs.h. */
7050 if ac_fn_c_try_link "$LINENO"; then :
7051 lt_cv_cc_needs_belf=yes
7053 lt_cv_cc_needs_belf=no
7055 rm -f core conftest.err conftest.$ac_objext \
7056 conftest$ac_exeext conftest.$ac_ext
7058 ac_cpp='$CPP $CPPFLAGS'
7059 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7060 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7061 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7065 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7066 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7067 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7068 CFLAGS="$SAVE_CFLAGS"
7072 # Find out which ABI we are using.
7073 echo 'int i;' > conftest.$ac_ext
7074 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7075 (eval $ac_compile) 2>&5
7077 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7078 test $ac_status = 0; }; then
7079 case `/usr/bin/file conftest.o` in
7081 case $lt_cv_prog_gnu_ld in
7082 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7084 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7096 need_locks="$enable_libtool_lock"
7100 rhapsody* | darwin*)
7101 if test -n "$ac_tool_prefix"; then
7102 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7103 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7105 $as_echo_n "checking for $ac_word... " >&6; }
7106 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7107 $as_echo_n "(cached) " >&6
7109 if test -n "$DSYMUTIL"; then
7110 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7116 test -z "$as_dir" && as_dir=.
7117 for ac_exec_ext in '' $ac_executable_extensions; do
7118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7119 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7129 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7130 if test -n "$DSYMUTIL"; then
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7132 $as_echo "$DSYMUTIL" >&6; }
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7135 $as_echo "no" >&6; }
7140 if test -z "$ac_cv_prog_DSYMUTIL"; then
7141 ac_ct_DSYMUTIL=$DSYMUTIL
7142 # Extract the first word of "dsymutil", so it can be a program name with args.
7143 set dummy dsymutil; ac_word=$2
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7145 $as_echo_n "checking for $ac_word... " >&6; }
7146 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7147 $as_echo_n "(cached) " >&6
7149 if test -n "$ac_ct_DSYMUTIL"; then
7150 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7156 test -z "$as_dir" && as_dir=.
7157 for ac_exec_ext in '' $ac_executable_extensions; do
7158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7159 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7169 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7170 if test -n "$ac_ct_DSYMUTIL"; then
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7172 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7175 $as_echo "no" >&6; }
7178 if test "x$ac_ct_DSYMUTIL" = x; then
7181 case $cross_compiling:$ac_tool_warned in
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7184 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7185 ac_tool_warned=yes ;;
7187 DSYMUTIL=$ac_ct_DSYMUTIL
7190 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7193 if test -n "$ac_tool_prefix"; then
7194 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7195 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7197 $as_echo_n "checking for $ac_word... " >&6; }
7198 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7199 $as_echo_n "(cached) " >&6
7201 if test -n "$NMEDIT"; then
7202 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7208 test -z "$as_dir" && as_dir=.
7209 for ac_exec_ext in '' $ac_executable_extensions; do
7210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7211 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7221 NMEDIT=$ac_cv_prog_NMEDIT
7222 if test -n "$NMEDIT"; then
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7224 $as_echo "$NMEDIT" >&6; }
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7227 $as_echo "no" >&6; }
7232 if test -z "$ac_cv_prog_NMEDIT"; then
7233 ac_ct_NMEDIT=$NMEDIT
7234 # Extract the first word of "nmedit", so it can be a program name with args.
7235 set dummy nmedit; ac_word=$2
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7237 $as_echo_n "checking for $ac_word... " >&6; }
7238 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7239 $as_echo_n "(cached) " >&6
7241 if test -n "$ac_ct_NMEDIT"; then
7242 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7248 test -z "$as_dir" && as_dir=.
7249 for ac_exec_ext in '' $ac_executable_extensions; do
7250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7251 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7261 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7262 if test -n "$ac_ct_NMEDIT"; then
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7264 $as_echo "$ac_ct_NMEDIT" >&6; }
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7267 $as_echo "no" >&6; }
7270 if test "x$ac_ct_NMEDIT" = x; then
7273 case $cross_compiling:$ac_tool_warned in
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7277 ac_tool_warned=yes ;;
7279 NMEDIT=$ac_ct_NMEDIT
7282 NMEDIT="$ac_cv_prog_NMEDIT"
7285 if test -n "$ac_tool_prefix"; then
7286 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7287 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7289 $as_echo_n "checking for $ac_word... " >&6; }
7290 if test "${ac_cv_prog_LIPO+set}" = set; then :
7291 $as_echo_n "(cached) " >&6
7293 if test -n "$LIPO"; then
7294 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7300 test -z "$as_dir" && as_dir=.
7301 for ac_exec_ext in '' $ac_executable_extensions; do
7302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7303 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7313 LIPO=$ac_cv_prog_LIPO
7314 if test -n "$LIPO"; then
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7316 $as_echo "$LIPO" >&6; }
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7319 $as_echo "no" >&6; }
7324 if test -z "$ac_cv_prog_LIPO"; then
7326 # Extract the first word of "lipo", so it can be a program name with args.
7327 set dummy lipo; ac_word=$2
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7329 $as_echo_n "checking for $ac_word... " >&6; }
7330 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7331 $as_echo_n "(cached) " >&6
7333 if test -n "$ac_ct_LIPO"; then
7334 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7340 test -z "$as_dir" && as_dir=.
7341 for ac_exec_ext in '' $ac_executable_extensions; do
7342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7343 ac_cv_prog_ac_ct_LIPO="lipo"
7344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7353 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7354 if test -n "$ac_ct_LIPO"; then
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7356 $as_echo "$ac_ct_LIPO" >&6; }
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7359 $as_echo "no" >&6; }
7362 if test "x$ac_ct_LIPO" = x; then
7365 case $cross_compiling:$ac_tool_warned in
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7369 ac_tool_warned=yes ;;
7374 LIPO="$ac_cv_prog_LIPO"
7377 if test -n "$ac_tool_prefix"; then
7378 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7379 set dummy ${ac_tool_prefix}otool; ac_word=$2
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7381 $as_echo_n "checking for $ac_word... " >&6; }
7382 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7383 $as_echo_n "(cached) " >&6
7385 if test -n "$OTOOL"; then
7386 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7392 test -z "$as_dir" && as_dir=.
7393 for ac_exec_ext in '' $ac_executable_extensions; do
7394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7395 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7405 OTOOL=$ac_cv_prog_OTOOL
7406 if test -n "$OTOOL"; then
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7408 $as_echo "$OTOOL" >&6; }
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7411 $as_echo "no" >&6; }
7416 if test -z "$ac_cv_prog_OTOOL"; then
7418 # Extract the first word of "otool", so it can be a program name with args.
7419 set dummy otool; ac_word=$2
7420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7421 $as_echo_n "checking for $ac_word... " >&6; }
7422 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7423 $as_echo_n "(cached) " >&6
7425 if test -n "$ac_ct_OTOOL"; then
7426 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7432 test -z "$as_dir" && as_dir=.
7433 for ac_exec_ext in '' $ac_executable_extensions; do
7434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7435 ac_cv_prog_ac_ct_OTOOL="otool"
7436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7445 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7446 if test -n "$ac_ct_OTOOL"; then
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7448 $as_echo "$ac_ct_OTOOL" >&6; }
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7451 $as_echo "no" >&6; }
7454 if test "x$ac_ct_OTOOL" = x; then
7457 case $cross_compiling:$ac_tool_warned in
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7460 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7461 ac_tool_warned=yes ;;
7466 OTOOL="$ac_cv_prog_OTOOL"
7469 if test -n "$ac_tool_prefix"; then
7470 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7471 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7473 $as_echo_n "checking for $ac_word... " >&6; }
7474 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7475 $as_echo_n "(cached) " >&6
7477 if test -n "$OTOOL64"; then
7478 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7484 test -z "$as_dir" && as_dir=.
7485 for ac_exec_ext in '' $ac_executable_extensions; do
7486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7487 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7497 OTOOL64=$ac_cv_prog_OTOOL64
7498 if test -n "$OTOOL64"; then
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7500 $as_echo "$OTOOL64" >&6; }
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7503 $as_echo "no" >&6; }
7508 if test -z "$ac_cv_prog_OTOOL64"; then
7509 ac_ct_OTOOL64=$OTOOL64
7510 # Extract the first word of "otool64", so it can be a program name with args.
7511 set dummy otool64; ac_word=$2
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7513 $as_echo_n "checking for $ac_word... " >&6; }
7514 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7515 $as_echo_n "(cached) " >&6
7517 if test -n "$ac_ct_OTOOL64"; then
7518 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7524 test -z "$as_dir" && as_dir=.
7525 for ac_exec_ext in '' $ac_executable_extensions; do
7526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7527 ac_cv_prog_ac_ct_OTOOL64="otool64"
7528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7537 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7538 if test -n "$ac_ct_OTOOL64"; then
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7540 $as_echo "$ac_ct_OTOOL64" >&6; }
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7543 $as_echo "no" >&6; }
7546 if test "x$ac_ct_OTOOL64" = x; then
7549 case $cross_compiling:$ac_tool_warned in
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7552 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7553 ac_tool_warned=yes ;;
7555 OTOOL64=$ac_ct_OTOOL64
7558 OTOOL64="$ac_cv_prog_OTOOL64"
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7588 $as_echo_n "checking for -single_module linker flag... " >&6; }
7589 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7590 $as_echo_n "(cached) " >&6
7592 lt_cv_apple_cc_single_mod=no
7593 if test -z "${LT_MULTI_MODULE}"; then
7594 # By default we will add the -single_module flag. You can override
7595 # by either setting the environment variable LT_MULTI_MODULE
7596 # non-empty at configure time, or by adding -multi_module to the
7598 rm -rf libconftest.dylib*
7599 echo "int foo(void){return 1;}" > conftest.c
7600 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7601 -dynamiclib -Wl,-single_module conftest.c" >&5
7602 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7603 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7605 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7606 lt_cv_apple_cc_single_mod=yes
7608 cat conftest.err >&5
7610 rm -rf libconftest.dylib*
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7615 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7617 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7618 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7619 $as_echo_n "(cached) " >&6
7621 lt_cv_ld_exported_symbols_list=no
7622 save_LDFLAGS=$LDFLAGS
7623 echo "_main" > conftest.sym
7624 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7626 /* end confdefs.h. */
7636 if ac_fn_c_try_link "$LINENO"; then :
7637 lt_cv_ld_exported_symbols_list=yes
7639 lt_cv_ld_exported_symbols_list=no
7641 rm -f core conftest.err conftest.$ac_objext \
7642 conftest$ac_exeext conftest.$ac_ext
7643 LDFLAGS="$save_LDFLAGS"
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7647 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7649 $as_echo_n "checking for -force_load linker flag... " >&6; }
7650 if test "${lt_cv_ld_force_load+set}" = set; then :
7651 $as_echo_n "(cached) " >&6
7653 lt_cv_ld_force_load=no
7654 cat > conftest.c << _LT_EOF
7655 int forced_loaded() { return 2;}
7657 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7658 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7659 echo "$AR cru libconftest.a conftest.o" >&5
7660 $AR cru libconftest.a conftest.o 2>&5
7661 cat > conftest.c << _LT_EOF
7662 int main() { return 0;}
7664 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7665 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7667 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7668 lt_cv_ld_force_load=yes
7670 cat conftest.err >&5
7672 rm -f conftest.err libconftest.a conftest conftest.c
7673 rm -rf conftest.dSYM
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7677 $as_echo "$lt_cv_ld_force_load" >&6; }
7679 rhapsody* | darwin1.[012])
7680 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7682 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7683 darwin*) # darwin 5.x on
7684 # if running on 10.5 or later, the deployment target defaults
7685 # to the OS version, if on x86, and 10.4, the deployment
7686 # target defaults to 10.4. Don't you love it?
7687 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7688 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7689 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7691 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7693 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7697 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7698 _lt_dar_single_mod='$single_module'
7700 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7701 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7703 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7705 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7706 _lt_dsymutil='~$DSYMUTIL $lib || :'
7713 for ac_header in dlfcn.h
7715 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7717 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7718 cat >>confdefs.h <<_ACEOF
7719 #define HAVE_DLFCN_H 1
7740 # Check whether --enable-shared was given.
7741 if test "${enable_shared+set}" = set; then :
7742 enableval=$enable_shared; p=${PACKAGE-default}
7744 yes) enable_shared=yes ;;
7745 no) enable_shared=no ;;
7748 # Look at the argument we got. We use all the common list separators.
7749 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7750 for pkg in $enableval; do
7752 if test "X$pkg" = "X$p"; then
7771 # Check whether --enable-static was given.
7772 if test "${enable_static+set}" = set; then :
7773 enableval=$enable_static; p=${PACKAGE-default}
7775 yes) enable_static=yes ;;
7776 no) enable_static=no ;;
7779 # Look at the argument we got. We use all the common list separators.
7780 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7781 for pkg in $enableval; do
7783 if test "X$pkg" = "X$p"; then
7803 # Check whether --with-pic was given.
7804 if test "${with_pic+set}" = set; then :
7805 withval=$with_pic; pic_mode="$withval"
7811 test -z "$pic_mode" && pic_mode=default
7819 # Check whether --enable-fast-install was given.
7820 if test "${enable_fast_install+set}" = set; then :
7821 enableval=$enable_fast_install; p=${PACKAGE-default}
7823 yes) enable_fast_install=yes ;;
7824 no) enable_fast_install=no ;;
7826 enable_fast_install=no
7827 # Look at the argument we got. We use all the common list separators.
7828 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7829 for pkg in $enableval; do
7831 if test "X$pkg" = "X$p"; then
7832 enable_fast_install=yes
7839 enable_fast_install=yes
7852 # This can be used to rebuild libtool when needed
7853 LIBTOOL_DEPS="$ltmain"
7855 # Always use our own libtool.
7856 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7883 test -z "$LN_S" && LN_S="ln -s"
7898 if test -n "${ZSH_VERSION+set}" ; then
7899 setopt NO_GLOB_SUBST
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7903 $as_echo_n "checking for objdir... " >&6; }
7904 if test "${lt_cv_objdir+set}" = set; then :
7905 $as_echo_n "(cached) " >&6
7907 rm -f .libs 2>/dev/null
7908 mkdir .libs 2>/dev/null
7909 if test -d .libs; then
7912 # MS-DOS does not allow filenames that begin with a dot.
7915 rmdir .libs 2>/dev/null
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7918 $as_echo "$lt_cv_objdir" >&6; }
7919 objdir=$lt_cv_objdir
7925 cat >>confdefs.h <<_ACEOF
7926 #define LT_OBJDIR "$lt_cv_objdir/"
7934 # AIX sometimes has problems with the GCC collect2 program. For some
7935 # reason, if we set the COLLECT_NAMES environment variable, the problems
7936 # vanish in a puff of smoke.
7937 if test "X${COLLECT_NAMES+set}" != Xset; then
7939 export COLLECT_NAMES
7946 can_build_shared=yes
7948 # All known linkers require a `.a' archive for static linking (except MSVC,
7949 # which needs '.lib').
7952 with_gnu_ld="$lt_cv_prog_gnu_ld"
7955 old_CFLAGS="$CFLAGS"
7957 # Set sane defaults for various variables
7958 test -z "$CC" && CC=cc
7959 test -z "$LTCC" && LTCC=$CC
7960 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7961 test -z "$LD" && LD=ld
7962 test -z "$ac_objext" && ac_objext=o
7964 for cc_temp in $compiler""; do
7966 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7967 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7972 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7975 # Only perform the check for file, if the check method requires it
7976 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7977 case $deplibs_check_method in
7979 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7981 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7982 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7983 $as_echo_n "(cached) " >&6
7987 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7990 lt_save_MAGIC_CMD="$MAGIC_CMD"
7991 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7992 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7993 for ac_dir in $ac_dummy; do
7995 test -z "$ac_dir" && ac_dir=.
7996 if test -f $ac_dir/${ac_tool_prefix}file; then
7997 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7998 if test -n "$file_magic_test_file"; then
7999 case $deplibs_check_method in
8001 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8002 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8003 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8004 $EGREP "$file_magic_regex" > /dev/null; then
8009 *** Warning: the command libtool uses to detect shared libraries,
8010 *** $file_magic_cmd, produces output that libtool cannot recognize.
8011 *** The result is that libtool may fail to recognize shared libraries
8012 *** as such. This will affect the creation of libtool libraries that
8013 *** depend on shared libraries, but programs linked with such libtool
8014 *** libraries will work regardless of this problem. Nevertheless, you
8015 *** may want to report the problem to your system manager and/or to
8016 *** bug-libtool@gnu.org
8026 MAGIC_CMD="$lt_save_MAGIC_CMD"
8031 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8032 if test -n "$MAGIC_CMD"; then
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8034 $as_echo "$MAGIC_CMD" >&6; }
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8037 $as_echo "no" >&6; }
8044 if test -z "$lt_cv_path_MAGIC_CMD"; then
8045 if test -n "$ac_tool_prefix"; then
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8047 $as_echo_n "checking for file... " >&6; }
8048 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8049 $as_echo_n "(cached) " >&6
8053 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8056 lt_save_MAGIC_CMD="$MAGIC_CMD"
8057 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8058 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8059 for ac_dir in $ac_dummy; do
8061 test -z "$ac_dir" && ac_dir=.
8062 if test -f $ac_dir/file; then
8063 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8064 if test -n "$file_magic_test_file"; then
8065 case $deplibs_check_method in
8067 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8068 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8069 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8070 $EGREP "$file_magic_regex" > /dev/null; then
8075 *** Warning: the command libtool uses to detect shared libraries,
8076 *** $file_magic_cmd, produces output that libtool cannot recognize.
8077 *** The result is that libtool may fail to recognize shared libraries
8078 *** as such. This will affect the creation of libtool libraries that
8079 *** depend on shared libraries, but programs linked with such libtool
8080 *** libraries will work regardless of this problem. Nevertheless, you
8081 *** may want to report the problem to your system manager and/or to
8082 *** bug-libtool@gnu.org
8092 MAGIC_CMD="$lt_save_MAGIC_CMD"
8097 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8098 if test -n "$MAGIC_CMD"; then
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8100 $as_echo "$MAGIC_CMD" >&6; }
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8103 $as_echo "no" >&6; }
8116 # Use C for the default configuration in the libtool script
8120 ac_cpp='$CPP $CPPFLAGS'
8121 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8122 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8123 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8126 # Source file extension for C test sources.
8129 # Object file extension for compiled C test sources.
8133 # Code to be used in simple compile tests
8134 lt_simple_compile_test_code="int some_variable = 0;"
8136 # Code to be used in simple link tests
8137 lt_simple_link_test_code='int main(){return(0);}'
8145 # If no C compiler was specified, use CC.
8148 # If no C compiler flags were specified, use CFLAGS.
8149 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8151 # Allow CC to be a program name with arguments.
8154 # Save the default compiler, since it gets overwritten when the other
8155 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8156 compiler_DEFAULT=$CC
8158 # save warnings/boilerplate of simple test code
8159 ac_outfile=conftest.$ac_objext
8160 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8161 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8162 _lt_compiler_boilerplate=`cat conftest.err`
8165 ac_outfile=conftest.$ac_objext
8166 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8167 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8168 _lt_linker_boilerplate=`cat conftest.err`
8173 ## There is no encapsulation within the following macros, do not change
8174 ## the running order or otherwise move them around unless you know exactly
8175 ## what you are doing...
8176 if test -n "$compiler"; then
8178 lt_prog_compiler_no_builtin_flag=
8180 if test "$GCC" = yes; then
8181 case $cc_basename in
8183 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8185 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8189 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8190 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8191 $as_echo_n "(cached) " >&6
8193 lt_cv_prog_compiler_rtti_exceptions=no
8194 ac_outfile=conftest.$ac_objext
8195 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8196 lt_compiler_flag="-fno-rtti -fno-exceptions"
8197 # Insert the option either (1) after the last *FLAGS variable, or
8198 # (2) before a word containing "conftest.", or (3) at the end.
8199 # Note that $ac_compile itself does not contain backslashes and begins
8200 # with a dollar sign (not a hyphen), so the echo should work correctly.
8201 # The option is referenced via a variable to avoid confusing sed.
8202 lt_compile=`echo "$ac_compile" | $SED \
8203 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8204 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8205 -e 's:$: $lt_compiler_flag:'`
8206 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8207 (eval "$lt_compile" 2>conftest.err)
8209 cat conftest.err >&5
8210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8211 if (exit $ac_status) && test -s "$ac_outfile"; then
8212 # The compiler can only warn and ignore the option if not recognized
8213 # So say no if there are warnings other than the usual output.
8214 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8215 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8216 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8217 lt_cv_prog_compiler_rtti_exceptions=yes
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8224 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8226 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8227 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8239 lt_prog_compiler_wl=
8240 lt_prog_compiler_pic=
8241 lt_prog_compiler_static=
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8244 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8246 if test "$GCC" = yes; then
8247 lt_prog_compiler_wl='-Wl,'
8248 lt_prog_compiler_static='-static'
8252 # All AIX code is PIC.
8253 if test "$host_cpu" = ia64; then
8254 # AIX 5 now supports IA64 processor
8255 lt_prog_compiler_static='-Bstatic'
8257 lt_prog_compiler_pic='-fPIC'
8263 # see comment about AmigaOS4 .so support
8264 lt_prog_compiler_pic='-fPIC'
8267 # FIXME: we need at least 68020 code to build shared libraries, but
8268 # adding the `-m68020' flag to GCC prevents building anything better,
8270 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8275 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8276 # PIC is the default for these OSes.
8279 mingw* | cygwin* | pw32* | os2* | cegcc*)
8280 # This hack is so that the source file can tell whether it is being
8281 # built for inclusion in a dll (and should export symbols for example).
8282 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8283 # (--disable-auto-import) libraries
8284 lt_prog_compiler_pic='-DDLL_EXPORT'
8287 darwin* | rhapsody*)
8288 # PIC is the default on this platform
8289 # Common symbols not allowed in MH_DYLIB files
8290 lt_prog_compiler_pic='-fno-common'
8294 # PIC is the default for Haiku.
8295 # The "-static" flag exists, but is broken.
8296 lt_prog_compiler_static=
8300 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8301 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8302 # sets the default TLS model and affects inlining.
8308 lt_prog_compiler_pic='-fPIC'
8314 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8315 # Instead, we relocate shared libraries at runtime.
8319 # Just because we use GCC doesn't mean we suddenly get shared libraries
8320 # on systems that don't support them.
8321 lt_prog_compiler_can_build_shared=no
8326 # QNX uses GNU C++, but need to define -shared option too, otherwise
8328 lt_prog_compiler_pic='-fPIC -shared'
8332 if test -d /usr/nec; then
8333 lt_prog_compiler_pic=-Kconform_pic
8338 lt_prog_compiler_pic='-fPIC'
8342 case $cc_basename in
8343 nvcc*) # Cuda Compiler Driver 2.2
8344 lt_prog_compiler_wl='-Xlinker '
8345 lt_prog_compiler_pic='-Xcompiler -fPIC'
8349 # PORTME Check for flag to pass linker flags through the system compiler.
8352 lt_prog_compiler_wl='-Wl,'
8353 if test "$host_cpu" = ia64; then
8354 # AIX 5 now supports IA64 processor
8355 lt_prog_compiler_static='-Bstatic'
8357 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8361 mingw* | cygwin* | pw32* | os2* | cegcc*)
8362 # This hack is so that the source file can tell whether it is being
8363 # built for inclusion in a dll (and should export symbols for example).
8364 lt_prog_compiler_pic='-DDLL_EXPORT'
8367 hpux9* | hpux10* | hpux11*)
8368 lt_prog_compiler_wl='-Wl,'
8369 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8376 lt_prog_compiler_pic='+Z'
8379 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8380 lt_prog_compiler_static='${wl}-a ${wl}archive'
8383 irix5* | irix6* | nonstopux*)
8384 lt_prog_compiler_wl='-Wl,'
8385 # PIC (with -KPIC) is the default.
8386 lt_prog_compiler_static='-non_shared'
8389 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8390 case $cc_basename in
8391 # old Intel for x86_64 which still supported -KPIC.
8393 lt_prog_compiler_wl='-Wl,'
8394 lt_prog_compiler_pic='-KPIC'
8395 lt_prog_compiler_static='-static'
8397 # icc used to be incompatible with GCC.
8398 # ICC 10 doesn't accept -KPIC any more.
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_pic='-fPIC'
8402 lt_prog_compiler_static='-static'
8404 # Lahey Fortran 8.1.
8406 lt_prog_compiler_wl='-Wl,'
8407 lt_prog_compiler_pic='--shared'
8408 lt_prog_compiler_static='--static'
8410 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8411 # Portland Group compilers (*not* the Pentium gcc compiler,
8412 # which looks to be a dead project)
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_pic='-fpic'
8415 lt_prog_compiler_static='-Bstatic'
8418 lt_prog_compiler_wl='-Wl,'
8419 # All Alpha code is PIC.
8420 lt_prog_compiler_static='-non_shared'
8422 xl* | bgxl* | bgf* | mpixl*)
8423 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8424 lt_prog_compiler_wl='-Wl,'
8425 lt_prog_compiler_pic='-qpic'
8426 lt_prog_compiler_static='-qstaticlink'
8429 case `$CC -V 2>&1 | sed 5q` in
8430 *Sun\ F* | *Sun*Fortran*)
8431 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8432 lt_prog_compiler_pic='-KPIC'
8433 lt_prog_compiler_static='-Bstatic'
8434 lt_prog_compiler_wl=''
8438 lt_prog_compiler_pic='-KPIC'
8439 lt_prog_compiler_static='-Bstatic'
8440 lt_prog_compiler_wl='-Wl,'
8448 lt_prog_compiler_pic='-KPIC'
8449 lt_prog_compiler_static='-Bstatic'
8453 # QNX uses GNU C++, but need to define -shared option too, otherwise
8455 lt_prog_compiler_pic='-fPIC -shared'
8458 osf3* | osf4* | osf5*)
8459 lt_prog_compiler_wl='-Wl,'
8460 # All OSF/1 code is PIC.
8461 lt_prog_compiler_static='-non_shared'
8465 lt_prog_compiler_static='-non_shared'
8469 lt_prog_compiler_pic='-KPIC'
8470 lt_prog_compiler_static='-Bstatic'
8471 case $cc_basename in
8473 lt_prog_compiler_wl='-Qoption ld ';;
8475 lt_prog_compiler_wl='-Wl,';;
8480 lt_prog_compiler_wl='-Qoption ld '
8481 lt_prog_compiler_pic='-PIC'
8482 lt_prog_compiler_static='-Bstatic'
8485 sysv4 | sysv4.2uw2* | sysv4.3*)
8486 lt_prog_compiler_wl='-Wl,'
8487 lt_prog_compiler_pic='-KPIC'
8488 lt_prog_compiler_static='-Bstatic'
8492 if test -d /usr/nec ;then
8493 lt_prog_compiler_pic='-Kconform_pic'
8494 lt_prog_compiler_static='-Bstatic'
8498 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8499 lt_prog_compiler_wl='-Wl,'
8500 lt_prog_compiler_pic='-KPIC'
8501 lt_prog_compiler_static='-Bstatic'
8505 lt_prog_compiler_wl='-Wl,'
8506 lt_prog_compiler_can_build_shared=no
8510 lt_prog_compiler_pic='-pic'
8511 lt_prog_compiler_static='-Bstatic'
8515 lt_prog_compiler_can_build_shared=no
8521 # For platforms which do not support PIC, -DPIC is meaningless:
8523 lt_prog_compiler_pic=
8526 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8530 $as_echo "$lt_prog_compiler_pic" >&6; }
8538 # Check to make sure the PIC flag actually works.
8540 if test -n "$lt_prog_compiler_pic"; then
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8542 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8543 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8544 $as_echo_n "(cached) " >&6
8546 lt_cv_prog_compiler_pic_works=no
8547 ac_outfile=conftest.$ac_objext
8548 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8549 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8550 # Insert the option either (1) after the last *FLAGS variable, or
8551 # (2) before a word containing "conftest.", or (3) at the end.
8552 # Note that $ac_compile itself does not contain backslashes and begins
8553 # with a dollar sign (not a hyphen), so the echo should work correctly.
8554 # The option is referenced via a variable to avoid confusing sed.
8555 lt_compile=`echo "$ac_compile" | $SED \
8556 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8557 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8558 -e 's:$: $lt_compiler_flag:'`
8559 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8560 (eval "$lt_compile" 2>conftest.err)
8562 cat conftest.err >&5
8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 if (exit $ac_status) && test -s "$ac_outfile"; then
8565 # The compiler can only warn and ignore the option if not recognized
8566 # So say no if there are warnings other than the usual output.
8567 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8568 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8569 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8570 lt_cv_prog_compiler_pic_works=yes
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8577 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8579 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8580 case $lt_prog_compiler_pic in
8582 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8585 lt_prog_compiler_pic=
8586 lt_prog_compiler_can_build_shared=no
8597 # Check to make sure the static flag actually works.
8599 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8601 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8602 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8605 lt_cv_prog_compiler_static_works=no
8606 save_LDFLAGS="$LDFLAGS"
8607 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8608 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8609 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8610 # The linker can only warn and ignore the option if not recognized
8611 # So say no if there are warnings
8612 if test -s conftest.err; then
8613 # Append any errors to the config.log.
8614 cat conftest.err 1>&5
8615 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8616 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8617 if diff conftest.exp conftest.er2 >/dev/null; then
8618 lt_cv_prog_compiler_static_works=yes
8621 lt_cv_prog_compiler_static_works=yes
8625 LDFLAGS="$save_LDFLAGS"
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8629 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8631 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8634 lt_prog_compiler_static=
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8644 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8645 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8646 $as_echo_n "(cached) " >&6
8648 lt_cv_prog_compiler_c_o=no
8649 $RM -r conftest 2>/dev/null
8653 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8655 lt_compiler_flag="-o out/conftest2.$ac_objext"
8656 # Insert the option either (1) after the last *FLAGS variable, or
8657 # (2) before a word containing "conftest.", or (3) at the end.
8658 # Note that $ac_compile itself does not contain backslashes and begins
8659 # with a dollar sign (not a hyphen), so the echo should work correctly.
8660 lt_compile=`echo "$ac_compile" | $SED \
8661 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8662 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8663 -e 's:$: $lt_compiler_flag:'`
8664 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8665 (eval "$lt_compile" 2>out/conftest.err)
8667 cat out/conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8671 # The compiler can only warn and ignore the option if not recognized
8672 # So say no if there are warnings
8673 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8674 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8675 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8676 lt_cv_prog_compiler_c_o=yes
8681 # SGI C++ compiler will create directory out/ii_files/ for
8682 # template instantiation
8683 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8684 $RM out/* && rmdir out
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8691 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8699 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8700 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8701 $as_echo_n "(cached) " >&6
8703 lt_cv_prog_compiler_c_o=no
8704 $RM -r conftest 2>/dev/null
8708 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8710 lt_compiler_flag="-o out/conftest2.$ac_objext"
8711 # Insert the option either (1) after the last *FLAGS variable, or
8712 # (2) before a word containing "conftest.", or (3) at the end.
8713 # Note that $ac_compile itself does not contain backslashes and begins
8714 # with a dollar sign (not a hyphen), so the echo should work correctly.
8715 lt_compile=`echo "$ac_compile" | $SED \
8716 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8717 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8718 -e 's:$: $lt_compiler_flag:'`
8719 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8720 (eval "$lt_compile" 2>out/conftest.err)
8722 cat out/conftest.err >&5
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8726 # The compiler can only warn and ignore the option if not recognized
8727 # So say no if there are warnings
8728 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8729 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8730 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8731 lt_cv_prog_compiler_c_o=yes
8736 # SGI C++ compiler will create directory out/ii_files/ for
8737 # template instantiation
8738 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8739 $RM out/* && rmdir out
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8746 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8751 hard_links="nottested"
8752 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8753 # do not overwrite the value of need_locks provided by the user
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8755 $as_echo_n "checking if we can lock with hard links... " >&6; }
8758 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8760 ln conftest.a conftest.b 2>&5 || hard_links=no
8761 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8763 $as_echo "$hard_links" >&6; }
8764 if test "$hard_links" = no; then
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8766 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8779 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8782 allow_undefined_flag=
8783 always_export_symbols=no
8785 archive_expsym_cmds=
8786 compiler_needs_object=no
8787 enable_shared_with_static_runtimes=no
8788 export_dynamic_flag_spec=
8789 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8790 hardcode_automatic=no
8792 hardcode_direct_absolute=no
8793 hardcode_libdir_flag_spec=
8794 hardcode_libdir_flag_spec_ld=
8795 hardcode_libdir_separator=
8797 hardcode_shlibpath_var=unsupported
8799 link_all_deplibs=unknown
8802 old_archive_from_new_cmds=
8803 old_archive_from_expsyms_cmds=
8804 thread_safe_flag_spec=
8805 whole_archive_flag_spec=
8806 # include_expsyms should be a list of space-separated symbols to be *always*
8807 # included in the symbol list
8809 # exclude_expsyms can be an extended regexp of symbols to exclude
8810 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8811 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8812 # as well as any symbol that contains `d'.
8813 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8814 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8815 # platforms (ab)use it in PIC code, but their linkers get confused if
8816 # the symbol is explicitly referenced. Since portable code cannot
8817 # rely on this symbol name, it's probably fine to never include it in
8818 # preloaded symbol tables.
8819 # Exclude shared library initialization/finalization symbols.
8820 extract_expsyms_cmds=
8823 cygwin* | mingw* | pw32* | cegcc*)
8824 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8825 # When not using gcc, we currently assume that we are using
8826 # Microsoft Visual C++.
8827 if test "$GCC" != yes; then
8832 # we just hope/assume this is gcc and not c89 (= MSVC++)
8842 # On some targets, GNU ld is compatible enough with the native linker
8843 # that we're better off using the native interface for both.
8844 lt_use_gnu_ld_interface=no
8845 if test "$with_gnu_ld" = yes; then
8848 # The AIX port of GNU ld has always aspired to compatibility
8849 # with the native linker. However, as the warning in the GNU ld
8850 # block says, versions before 2.19.5* couldn't really create working
8851 # shared libraries, regardless of the interface used.
8852 case `$LD -v 2>&1` in
8853 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8854 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8855 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8857 lt_use_gnu_ld_interface=yes
8862 lt_use_gnu_ld_interface=yes
8867 if test "$lt_use_gnu_ld_interface" = yes; then
8868 # If archive_cmds runs LD, not CC, wlarc should be empty
8871 # Set some defaults for GNU ld with shared library support. These
8872 # are reset later if shared libraries are not supported. Putting them
8873 # here allows them to be overridden if necessary.
8874 runpath_var=LD_RUN_PATH
8875 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8876 export_dynamic_flag_spec='${wl}--export-dynamic'
8877 # ancient GNU ld didn't support --whole-archive et. al.
8878 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8879 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8881 whole_archive_flag_spec=
8883 supports_anon_versioning=no
8884 case `$LD -v 2>&1` in
8885 *GNU\ gold*) supports_anon_versioning=yes ;;
8886 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8887 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8888 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8889 *\ 2.11.*) ;; # other 2.11 versions
8890 *) supports_anon_versioning=yes ;;
8893 # See if GNU ld supports shared libraries.
8896 # On AIX/PPC, the GNU linker is very broken
8897 if test "$host_cpu" != ia64; then
8901 *** Warning: the GNU linker, at least up to release 2.19, is reported
8902 *** to be unable to reliably create shared libraries on AIX.
8903 *** Therefore, libtool is disabling shared libraries support. If you
8904 *** really care for shared libraries, you may want to install binutils
8905 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8906 *** You will then need to restart the configuration process.
8915 # see comment about AmigaOS4 .so support
8916 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8917 archive_expsym_cmds=''
8920 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)'
8921 hardcode_libdir_flag_spec='-L$libdir'
8922 hardcode_minus_L=yes
8928 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8929 allow_undefined_flag=unsupported
8930 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8931 # support --undefined. This deserves some investigation. FIXME
8932 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938 cygwin* | mingw* | pw32* | cegcc*)
8939 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8940 # as there is no search path for DLLs.
8941 hardcode_libdir_flag_spec='-L$libdir'
8942 export_dynamic_flag_spec='${wl}--export-all-symbols'
8943 allow_undefined_flag=unsupported
8944 always_export_symbols=no
8945 enable_shared_with_static_runtimes=yes
8946 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8948 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8949 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8950 # If the export-symbols file already is a .def file (1st line
8951 # is EXPORTS), use it as is; otherwise, prepend...
8952 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8953 cp $export_symbols $output_objdir/$soname.def;
8955 echo EXPORTS > $output_objdir/$soname.def;
8956 cat $export_symbols >> $output_objdir/$soname.def;
8958 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8965 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8966 link_all_deplibs=yes
8971 hardcode_shlibpath_var=no
8972 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8973 export_dynamic_flag_spec='${wl}-E'
8974 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8975 # Instead, shared libraries are loaded at an image base (0x10000000 by
8976 # default) and relocated if they conflict, which is a slow very memory
8977 # consuming and fragmenting process. To avoid this, we pick a random,
8978 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8979 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8980 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8981 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'
8984 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8986 if test "$host_os" = linux-dietlibc; then
8987 case $cc_basename in
8988 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8991 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8992 && test "$tmp_diet" = no
8995 tmp_sharedflag='-shared'
8996 case $cc_basename,$host_cpu in
8997 pgcc*) # Portland Group C compiler
8998 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'
8999 tmp_addflag=' $pic_flag'
9001 pgf77* | pgf90* | pgf95* | pgfortran*)
9002 # Portland Group f77 and f90 compilers
9003 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'
9004 tmp_addflag=' $pic_flag -Mnomain' ;;
9005 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9006 tmp_addflag=' -i_dynamic' ;;
9007 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9008 tmp_addflag=' -i_dynamic -nofor_main' ;;
9009 ifc* | ifort*) # Intel Fortran compiler
9010 tmp_addflag=' -nofor_main' ;;
9011 lf95*) # Lahey Fortran 8.1
9012 whole_archive_flag_spec=
9013 tmp_sharedflag='--shared' ;;
9014 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9015 tmp_sharedflag='-qmkshrobj'
9017 nvcc*) # Cuda Compiler Driver 2.2
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 compiler_needs_object=yes
9022 case `$CC -V 2>&1 | sed 5q` in
9023 *Sun\ C*) # Sun C 5.9
9024 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'
9025 compiler_needs_object=yes
9026 tmp_sharedflag='-G' ;;
9027 *Sun\ F*) # Sun Fortran 8.3
9028 tmp_sharedflag='-G' ;;
9030 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9032 if test "x$supports_anon_versioning" = xyes; then
9033 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9034 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9035 echo "local: *; };" >> $output_objdir/$libname.ver~
9036 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9039 case $cc_basename in
9040 xlf* | bgf* | bgxlf* | mpixlf*)
9041 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9042 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9043 hardcode_libdir_flag_spec=
9044 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9045 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9046 if test "x$supports_anon_versioning" = xyes; then
9047 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9048 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9049 echo "local: *; };" >> $output_objdir/$libname.ver~
9050 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9060 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9061 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9064 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9065 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9070 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9074 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9075 *** create shared libraries on Solaris systems. Therefore, libtool
9076 *** is disabling shared libraries support. We urge you to upgrade GNU
9077 *** binutils to release 2.9.1 or newer. Another option is to modify
9078 *** your PATH or compiler configuration so that the native linker is
9079 *** used, and then restart.
9082 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9083 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9084 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9090 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9091 case `$LD -v 2>&1` in
9092 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9096 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9097 *** reliably create shared libraries on SCO systems. Therefore, libtool
9098 *** is disabling shared libraries support. We urge you to upgrade GNU
9099 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9100 *** your PATH or compiler configuration so that the native linker is
9101 *** used, and then restart.
9106 # For security reasons, it is highly recommended that you always
9107 # use absolute paths for naming shared libraries, and exclude the
9108 # DT_RUNPATH tag from executables and libraries. But doing so
9109 # requires that you compile everything twice, which is a pain.
9110 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9111 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9112 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9113 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9122 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9125 hardcode_shlibpath_var=no
9129 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9130 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9131 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9138 if test "$ld_shlibs" = no; then
9140 hardcode_libdir_flag_spec=
9141 export_dynamic_flag_spec=
9142 whole_archive_flag_spec=
9145 # PORTME fill in a description of your system's linker (not GNU ld)
9148 allow_undefined_flag=unsupported
9149 always_export_symbols=yes
9150 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'
9151 # Note: this linker hardcodes the directories in LIBPATH if there
9152 # are no directories specified by -L.
9153 hardcode_minus_L=yes
9154 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9155 # Neither direct hardcoding nor static linking is supported with a
9157 hardcode_direct=unsupported
9162 if test "$host_cpu" = ia64; then
9163 # On IA64, the linker does run time linking by default, so we don't
9164 # have to do anything special.
9165 aix_use_runtimelinking=no
9166 exp_sym_flag='-Bexport'
9169 # If we're using GNU nm, then we don't want the "-C" option.
9170 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9171 # Also, AIX nm treats weak defined symbols like other global
9172 # defined symbols, whereas GNU nm marks them as "W".
9173 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9174 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'
9176 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'
9178 aix_use_runtimelinking=no
9180 # Test if we are trying to use run time linking or normal
9181 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9182 # need to do runtime linking.
9183 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9184 for ld_flag in $LDFLAGS; do
9185 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9186 aix_use_runtimelinking=yes
9193 exp_sym_flag='-bexport'
9194 no_entry_flag='-bnoentry'
9197 # When large executables or shared objects are built, AIX ld can
9198 # have problems creating the table of contents. If linking a library
9199 # or program results in "error TOC overflow" add -mminimal-toc to
9200 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9201 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9205 hardcode_direct_absolute=yes
9206 hardcode_libdir_separator=':'
9207 link_all_deplibs=yes
9208 file_list_spec='${wl}-f,'
9210 if test "$GCC" = yes; then
9211 case $host_os in aix4.[012]|aix4.[012].*)
9212 # We only want to do this on AIX 4.2 and lower, the check
9213 # below for broken collect2 doesn't work under 4.3+
9214 collect2name=`${CC} -print-prog-name=collect2`
9215 if test -f "$collect2name" &&
9216 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9218 # We have reworked collect2
9221 # We have old collect2
9222 hardcode_direct=unsupported
9223 # It fails to find uninstalled libraries when the uninstalled
9224 # path is not listed in the libpath. Setting hardcode_minus_L
9225 # to unsupported forces relinking
9226 hardcode_minus_L=yes
9227 hardcode_libdir_flag_spec='-L$libdir'
9228 hardcode_libdir_separator=
9232 shared_flag='-shared'
9233 if test "$aix_use_runtimelinking" = yes; then
9234 shared_flag="$shared_flag "'${wl}-G'
9238 if test "$host_cpu" = ia64; then
9239 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9240 # chokes on -Wl,-G. The following line is correct:
9243 if test "$aix_use_runtimelinking" = yes; then
9244 shared_flag='${wl}-G'
9246 shared_flag='${wl}-bM:SRE'
9251 export_dynamic_flag_spec='${wl}-bexpall'
9252 # It seems that -bexpall does not export symbols beginning with
9253 # underscore (_), so it is better to generate a list of symbols to export.
9254 always_export_symbols=yes
9255 if test "$aix_use_runtimelinking" = yes; then
9256 # Warning - without using the other runtime loading flags (-brtl),
9257 # -berok will link without error, but may produce a broken library.
9258 allow_undefined_flag='-berok'
9259 # Determine the default libpath from the value encoded in an
9261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9262 /* end confdefs.h. */
9272 if ac_fn_c_try_link "$LINENO"; then :
9274 lt_aix_libpath_sed='
9275 /Import File Strings/,/^$/ {
9281 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9282 # Check for a 64-bit object if we didn't find anything.
9283 if test -z "$aix_libpath"; then
9284 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9287 rm -f core conftest.err conftest.$ac_objext \
9288 conftest$ac_exeext conftest.$ac_ext
9289 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9291 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9292 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"
9294 if test "$host_cpu" = ia64; then
9295 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9296 allow_undefined_flag="-z nodefs"
9297 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"
9299 # Determine the default libpath from the value encoded in an
9301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9302 /* end confdefs.h. */
9312 if ac_fn_c_try_link "$LINENO"; then :
9314 lt_aix_libpath_sed='
9315 /Import File Strings/,/^$/ {
9321 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9322 # Check for a 64-bit object if we didn't find anything.
9323 if test -z "$aix_libpath"; then
9324 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9327 rm -f core conftest.err conftest.$ac_objext \
9328 conftest$ac_exeext conftest.$ac_ext
9329 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9331 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9332 # Warning - without using the other run time loading flags,
9333 # -berok will link without error, but may produce a broken library.
9334 no_undefined_flag=' ${wl}-bernotok'
9335 allow_undefined_flag=' ${wl}-berok'
9336 if test "$with_gnu_ld" = yes; then
9337 # We only use this code for GNU lds that support --whole-archive.
9338 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9340 # Exported symbols can be pulled into shared objects from archives
9341 whole_archive_flag_spec='$convenience'
9343 archive_cmds_need_lc=yes
9344 # This is similar to how AIX traditionally builds its shared libraries.
9345 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'
9353 # see comment about AmigaOS4 .so support
9354 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9355 archive_expsym_cmds=''
9358 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)'
9359 hardcode_libdir_flag_spec='-L$libdir'
9360 hardcode_minus_L=yes
9366 export_dynamic_flag_spec=-rdynamic
9369 cygwin* | mingw* | pw32* | cegcc*)
9370 # When not using gcc, we currently assume that we are using
9371 # Microsoft Visual C++.
9372 # hardcode_libdir_flag_spec is actually meaningless, as there is
9373 # no search path for DLLs.
9374 hardcode_libdir_flag_spec=' '
9375 allow_undefined_flag=unsupported
9376 # Tell ltmain to make .lib files, not .a files.
9378 # Tell ltmain to make .dll files, not .so files.
9380 # FIXME: Setting linknames here is a bad hack.
9381 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9382 # The linker will automatically build a .lib file if we build a DLL.
9383 old_archive_from_new_cmds='true'
9384 # FIXME: Should let the user specify the lib program.
9385 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9386 fix_srcfile_path='`cygpath -w "$srcfile"`'
9387 enable_shared_with_static_runtimes=yes
9390 darwin* | rhapsody*)
9393 archive_cmds_need_lc=no
9395 hardcode_automatic=yes
9396 hardcode_shlibpath_var=unsupported
9397 if test "$lt_cv_ld_force_load" = "yes"; then
9398 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\"`'
9400 whole_archive_flag_spec=''
9402 link_all_deplibs=yes
9403 allow_undefined_flag="$_lt_dar_allow_undefined"
9404 case $cc_basename in
9405 ifort*) _lt_dar_can_shared=yes ;;
9406 *) _lt_dar_can_shared=$GCC ;;
9408 if test "$_lt_dar_can_shared" = "yes"; then
9409 output_verbose_link_cmd=func_echo_all
9410 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9411 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9412 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}"
9413 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}"
9422 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9423 hardcode_libdir_flag_spec='-L$libdir'
9424 hardcode_shlibpath_var=no
9427 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9428 # support. Future versions do this automatically, but an explicit c++rt0.o
9429 # does not break anything, and helps significantly (at the cost of a little
9432 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9433 hardcode_libdir_flag_spec='-R$libdir'
9435 hardcode_shlibpath_var=no
9438 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9440 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9442 hardcode_minus_L=yes
9443 hardcode_shlibpath_var=no
9446 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9447 freebsd* | dragonfly*)
9448 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9449 hardcode_libdir_flag_spec='-R$libdir'
9451 hardcode_shlibpath_var=no
9455 if test "$GCC" = yes; then
9456 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'
9458 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'
9460 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9461 hardcode_libdir_separator=:
9464 # hardcode_minus_L: Not really in the search PATH,
9465 # but as the default location of the library.
9466 hardcode_minus_L=yes
9467 export_dynamic_flag_spec='${wl}-E'
9471 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9472 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9474 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9476 if test "$with_gnu_ld" = no; then
9477 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9478 hardcode_libdir_flag_spec_ld='+b $libdir'
9479 hardcode_libdir_separator=:
9481 hardcode_direct_absolute=yes
9482 export_dynamic_flag_spec='${wl}-E'
9483 # hardcode_minus_L: Not really in the search PATH,
9484 # but as the default location of the library.
9485 hardcode_minus_L=yes
9490 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9493 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9496 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9499 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9505 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9508 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9512 # Older versions of the 11.00 compiler do not understand -b yet
9513 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9515 $as_echo_n "checking if $CC understands -b... " >&6; }
9516 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9517 $as_echo_n "(cached) " >&6
9519 lt_cv_prog_compiler__b=no
9520 save_LDFLAGS="$LDFLAGS"
9521 LDFLAGS="$LDFLAGS -b"
9522 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9523 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9524 # The linker can only warn and ignore the option if not recognized
9525 # So say no if there are warnings
9526 if test -s conftest.err; then
9527 # Append any errors to the config.log.
9528 cat conftest.err 1>&5
9529 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9530 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9531 if diff conftest.exp conftest.er2 >/dev/null; then
9532 lt_cv_prog_compiler__b=yes
9535 lt_cv_prog_compiler__b=yes
9539 LDFLAGS="$save_LDFLAGS"
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9543 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9545 if test x"$lt_cv_prog_compiler__b" = xyes; then
9546 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9548 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9554 if test "$with_gnu_ld" = no; then
9555 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9556 hardcode_libdir_separator=:
9561 hardcode_shlibpath_var=no
9565 hardcode_direct_absolute=yes
9566 export_dynamic_flag_spec='${wl}-E'
9568 # hardcode_minus_L: Not really in the search PATH,
9569 # but as the default location of the library.
9570 hardcode_minus_L=yes
9576 irix5* | irix6* | nonstopux*)
9577 if test "$GCC" = yes; then
9578 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'
9579 # Try to use the -exported_symbol ld option, if it does not
9580 # work, assume that -exports_file does not work either and
9581 # implicitly export all symbols.
9582 save_LDFLAGS="$LDFLAGS"
9583 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9585 /* end confdefs.h. */
9588 if ac_fn_c_try_link "$LINENO"; then :
9589 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'
9592 rm -f core conftest.err conftest.$ac_objext \
9593 conftest$ac_exeext conftest.$ac_ext
9594 LDFLAGS="$save_LDFLAGS"
9596 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'
9597 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'
9599 archive_cmds_need_lc='no'
9600 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9601 hardcode_libdir_separator=:
9603 link_all_deplibs=yes
9607 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9608 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9610 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9612 hardcode_libdir_flag_spec='-R$libdir'
9614 hardcode_shlibpath_var=no
9618 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9620 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621 hardcode_libdir_separator=:
9622 hardcode_shlibpath_var=no
9629 if test -f /usr/libexec/ld.so; then
9631 hardcode_shlibpath_var=no
9632 hardcode_direct_absolute=yes
9633 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9634 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9635 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9636 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9637 export_dynamic_flag_spec='${wl}-E'
9640 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9641 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9642 hardcode_libdir_flag_spec='-R$libdir'
9645 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9646 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9656 hardcode_libdir_flag_spec='-L$libdir'
9657 hardcode_minus_L=yes
9658 allow_undefined_flag=unsupported
9659 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'
9660 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9664 if test "$GCC" = yes; then
9665 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9666 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'
9668 allow_undefined_flag=' -expect_unresolved \*'
9669 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'
9671 archive_cmds_need_lc='no'
9672 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9673 hardcode_libdir_separator=:
9676 osf4* | osf5*) # as osf3* with the addition of -msym flag
9677 if test "$GCC" = yes; then
9678 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9679 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'
9680 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9682 allow_undefined_flag=' -expect_unresolved \*'
9683 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'
9684 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~
9685 $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'
9687 # Both c and cxx compiler support -rpath directly
9688 hardcode_libdir_flag_spec='-rpath $libdir'
9690 archive_cmds_need_lc='no'
9691 hardcode_libdir_separator=:
9695 no_undefined_flag=' -z defs'
9696 if test "$GCC" = yes; then
9698 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9699 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9700 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9702 case `$CC -V 2>&1` in
9705 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9706 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9707 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9711 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9712 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9713 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9717 hardcode_libdir_flag_spec='-R$libdir'
9718 hardcode_shlibpath_var=no
9720 solaris2.[0-5] | solaris2.[0-5].*) ;;
9722 # The compiler driver will combine and reorder linker options,
9723 # but understands `-z linker_flag'. GCC discards it without `$wl',
9724 # but is careful enough not to reorder.
9725 # Supported since Solaris 2.6 (maybe 2.5.1?)
9726 if test "$GCC" = yes; then
9727 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9729 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9733 link_all_deplibs=yes
9737 if test "x$host_vendor" = xsequent; then
9738 # Use $CC to link under sequent, because it throws in some extra .o
9739 # files that make .init and .fini sections work.
9740 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9742 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9744 hardcode_libdir_flag_spec='-L$libdir'
9746 hardcode_minus_L=yes
9747 hardcode_shlibpath_var=no
9751 case $host_vendor in
9753 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9754 hardcode_direct=yes # is this really true???
9757 ## LD is ld it makes a PLAMLIB
9758 ## CC just makes a GrossModule.
9759 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9760 reload_cmds='$CC -r -o $output$reload_objs'
9764 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9765 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9768 runpath_var='LD_RUN_PATH'
9769 hardcode_shlibpath_var=no
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_shlibpath_var=no
9775 export_dynamic_flag_spec='-Bexport'
9779 if test -d /usr/nec; then
9780 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9781 hardcode_shlibpath_var=no
9782 runpath_var=LD_RUN_PATH
9783 hardcode_runpath_var=yes
9788 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9789 no_undefined_flag='${wl}-z,text'
9790 archive_cmds_need_lc=no
9791 hardcode_shlibpath_var=no
9792 runpath_var='LD_RUN_PATH'
9794 if test "$GCC" = yes; then
9795 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9796 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9798 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9799 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9803 sysv5* | sco3.2v5* | sco5v6*)
9804 # Note: We can NOT use -z defs as we might desire, because we do not
9805 # link with -lc, and that would cause any symbols used from libc to
9806 # always be unresolved, which means just about no library would
9807 # ever link correctly. If we're not using GNU ld we use -z text
9808 # though, which does catch some bad symbols but isn't as heavy-handed
9810 no_undefined_flag='${wl}-z,text'
9811 allow_undefined_flag='${wl}-z,nodefs'
9812 archive_cmds_need_lc=no
9813 hardcode_shlibpath_var=no
9814 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9815 hardcode_libdir_separator=':'
9816 link_all_deplibs=yes
9817 export_dynamic_flag_spec='${wl}-Bexport'
9818 runpath_var='LD_RUN_PATH'
9820 if test "$GCC" = yes; then
9821 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9824 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9825 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9831 hardcode_libdir_flag_spec='-L$libdir'
9832 hardcode_shlibpath_var=no
9840 if test x$host_vendor = xsni; then
9842 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9843 export_dynamic_flag_spec='${wl}-Blargedynsym'
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9850 $as_echo "$ld_shlibs" >&6; }
9851 test "$ld_shlibs" = no && can_build_shared=no
9853 with_gnu_ld=$with_gnu_ld
9870 # Do we need to explicitly link libc?
9872 case "x$archive_cmds_need_lc" in
9874 # Assume -lc should be added
9875 archive_cmds_need_lc=yes
9877 if test "$enable_shared" = yes && test "$GCC" = yes; then
9878 case $archive_cmds in
9880 # FIXME: we may have to deal with multi-command sequences.
9883 # Test whether the compiler implicitly links with -lc since on some
9884 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9885 # to ld, don't add -lc before -lgcc.
9886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9887 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9888 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9889 $as_echo_n "(cached) " >&6
9892 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9895 (eval $ac_compile) 2>&5
9897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9898 test $ac_status = 0; } 2>conftest.err; then
9901 libobjs=conftest.$ac_objext
9903 wl=$lt_prog_compiler_wl
9904 pic_flag=$lt_prog_compiler_pic
9910 lt_save_allow_undefined_flag=$allow_undefined_flag
9911 allow_undefined_flag=
9912 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9913 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9916 test $ac_status = 0; }
9918 lt_cv_archive_cmds_need_lc=no
9920 lt_cv_archive_cmds_need_lc=yes
9922 allow_undefined_flag=$lt_save_allow_undefined_flag
9924 cat conftest.err 1>&5
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9930 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9931 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10095 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10097 if test "$GCC" = yes; then
10099 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10100 *) lt_awk_arg="/^libraries:/" ;;
10103 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10104 *) lt_sed_strip_eq="s,=/,/,g" ;;
10106 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10107 case $lt_search_path_spec in
10109 # if the path contains ";" then we assume it to be the separator
10110 # otherwise default to the standard path separator (i.e. ":") - it is
10111 # assumed that no part of a normal pathname contains ";" but that should
10112 # okay in the real world where ";" in dirpaths is itself problematic.
10113 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10116 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10119 # Ok, now we have the path, separated by spaces, we can step through it
10120 # and add multilib dir if necessary.
10121 lt_tmp_lt_search_path_spec=
10122 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10123 for lt_sys_path in $lt_search_path_spec; do
10124 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10125 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10127 test -d "$lt_sys_path" && \
10128 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10131 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10132 BEGIN {RS=" "; FS="/|\n";} {
10135 for (lt_i = NF; lt_i > 0; lt_i--) {
10136 if ($lt_i != "" && $lt_i != ".") {
10137 if ($lt_i == "..") {
10140 if (lt_count == 0) {
10141 lt_foo="/" $lt_i lt_foo;
10148 if (lt_foo != "") { lt_freq[lt_foo]++; }
10149 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10151 # AWK program above erroneously prepends '/' to C:/dos/paths
10154 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10155 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10157 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10159 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10161 library_names_spec=
10162 libname_spec='lib$name'
10166 postuninstall_cmds=
10170 shlibpath_overrides_runpath=unknown
10172 dynamic_linker="$host_os ld.so"
10173 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10174 need_lib_prefix=unknown
10175 hardcode_into_libs=no
10177 # when you set need_version to no, make sure it does not cause -set_version
10178 # flags to be left without arguments
10179 need_version=unknown
10184 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10185 shlibpath_var=LIBPATH
10187 # AIX 3 has no versioning support, so we append a major version to the name.
10188 soname_spec='${libname}${release}${shared_ext}$major'
10195 hardcode_into_libs=yes
10196 if test "$host_cpu" = ia64; then
10197 # AIX 5 supports IA64
10198 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10199 shlibpath_var=LD_LIBRARY_PATH
10201 # With GCC up to 2.95.x, collect2 would create an import file
10202 # for dependence libraries. The import file would start with
10203 # the line `#! .'. This would cause the generated library to
10204 # depend on `.', always an invalid library. This was fixed in
10205 # development snapshots of GCC prior to 3.0.
10207 aix4 | aix4.[01] | aix4.[01].*)
10208 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10210 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10213 can_build_shared=no
10217 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10218 # soname into executable. Probably we can add versioning support to
10219 # collect2, so additional links can be useful in future.
10220 if test "$aix_use_runtimelinking" = yes; then
10221 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10222 # instead of lib<name>.a to let people know that these are not
10223 # typical AIX shared libraries.
10224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10226 # We preserve .a as extension for shared libraries through AIX4.2
10227 # and later when we are not doing run time linking.
10228 library_names_spec='${libname}${release}.a $libname.a'
10229 soname_spec='${libname}${release}${shared_ext}$major'
10231 shlibpath_var=LIBPATH
10238 # Since July 2007 AmigaOS4 officially supports .so libraries.
10239 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10243 library_names_spec='$libname.ixlibrary $libname.a'
10244 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10245 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'
10251 library_names_spec='${libname}${shared_ext}'
10252 dynamic_linker="$host_os ld.so"
10253 shlibpath_var=LIBRARY_PATH
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 soname_spec='${libname}${release}${shared_ext}$major'
10261 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10262 shlibpath_var=LD_LIBRARY_PATH
10263 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10264 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10265 # the default ld.so.conf also contains /usr/contrib/lib and
10266 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10267 # libtool to hard-code these into programs
10270 cygwin* | mingw* | pw32* | cegcc*)
10271 version_type=windows
10276 case $GCC,$host_os in
10277 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10278 library_names_spec='$libname.dll.a'
10279 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10280 postinstall_cmds='base_file=`basename \${file}`~
10281 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10282 dldir=$destdir/`dirname \$dlpath`~
10283 test -d \$dldir || mkdir -p \$dldir~
10284 $install_prog $dir/$dlname \$dldir/$dlname~
10285 chmod a+x \$dldir/$dlname~
10286 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10287 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10289 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10290 dlpath=$dir/\$dldll~
10292 shlibpath_overrides_runpath=yes
10296 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10297 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10299 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10302 # MinGW DLLs use traditional 'lib' prefix
10303 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10306 # pw32 DLLs use 'pw' prefix rather than 'lib'
10307 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10313 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10316 dynamic_linker='Win32 ld.exe'
10317 # FIXME: first we should search . and the directory the executable is in
10321 darwin* | rhapsody*)
10322 dynamic_linker="$host_os dyld"
10323 version_type=darwin
10326 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10327 soname_spec='${libname}${release}${major}$shared_ext'
10328 shlibpath_overrides_runpath=yes
10329 shlibpath_var=DYLD_LIBRARY_PATH
10330 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10332 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10333 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10340 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10341 soname_spec='${libname}${release}${shared_ext}$major'
10342 shlibpath_var=LD_LIBRARY_PATH
10345 freebsd* | dragonfly*)
10346 # DragonFly does not have aout. When/if they implement a new
10347 # versioning mechanism, adjust this.
10348 if test -x /usr/bin/objformat; then
10349 objformat=`/usr/bin/objformat`
10352 freebsd[23].*) objformat=aout ;;
10353 *) objformat=elf ;;
10356 version_type=freebsd-$objformat
10357 case $version_type in
10359 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10368 shlibpath_var=LD_LIBRARY_PATH
10371 shlibpath_overrides_runpath=yes
10373 freebsd3.[01]* | freebsdelf3.[01]*)
10374 shlibpath_overrides_runpath=yes
10375 hardcode_into_libs=yes
10377 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10378 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10379 shlibpath_overrides_runpath=no
10380 hardcode_into_libs=yes
10382 *) # from 4.6 on, and DragonFly
10383 shlibpath_overrides_runpath=yes
10384 hardcode_into_libs=yes
10393 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10394 soname_spec='${libname}${release}${shared_ext}$major'
10395 shlibpath_var=LD_LIBRARY_PATH
10396 hardcode_into_libs=yes
10403 dynamic_linker="$host_os runtime_loader"
10404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10405 soname_spec='${libname}${release}${shared_ext}$major'
10406 shlibpath_var=LIBRARY_PATH
10407 shlibpath_overrides_runpath=yes
10408 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10409 hardcode_into_libs=yes
10412 hpux9* | hpux10* | hpux11*)
10413 # Give a soname corresponding to the major version so that dld.sl refuses to
10414 # link against other versions.
10421 hardcode_into_libs=yes
10422 dynamic_linker="$host_os dld.so"
10423 shlibpath_var=LD_LIBRARY_PATH
10424 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 soname_spec='${libname}${release}${shared_ext}$major'
10427 if test "X$HPUX_IA64_MODE" = X32; then
10428 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10430 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10432 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10436 hardcode_into_libs=yes
10437 dynamic_linker="$host_os dld.sl"
10438 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10439 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10440 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10441 soname_spec='${libname}${release}${shared_ext}$major'
10442 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10443 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10447 dynamic_linker="$host_os dld.sl"
10448 shlibpath_var=SHLIB_PATH
10449 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10451 soname_spec='${libname}${release}${shared_ext}$major'
10454 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10455 postinstall_cmds='chmod 555 $lib'
10456 # or fails outright, so override atomically:
10457 install_override_mode=555
10464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10465 soname_spec='${libname}${release}${shared_ext}$major'
10466 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10467 shlibpath_var=LD_LIBRARY_PATH
10468 shlibpath_overrides_runpath=no
10469 hardcode_into_libs=yes
10472 irix5* | irix6* | nonstopux*)
10474 nonstopux*) version_type=nonstopux ;;
10476 if test "$lt_cv_prog_gnu_ld" = yes; then
10484 soname_spec='${libname}${release}${shared_ext}$major'
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10487 irix5* | nonstopux*)
10488 libsuff= shlibsuff=
10491 case $LD in # libtool.m4 will add one of these switches to LD
10492 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10493 libsuff= shlibsuff= libmagic=32-bit;;
10494 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10495 libsuff=32 shlibsuff=N32 libmagic=N32;;
10496 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10497 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10498 *) libsuff= shlibsuff= libmagic=never-match;;
10502 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10503 shlibpath_overrides_runpath=no
10504 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10505 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10506 hardcode_into_libs=yes
10509 # No shared lib support for Linux oldld, aout, or coff.
10510 linux*oldld* | linux*aout* | linux*coff*)
10514 # This must be Linux ELF.
10515 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10522 shlibpath_var=LD_LIBRARY_PATH
10523 shlibpath_overrides_runpath=no
10525 # Some binutils ld are patched to set DT_RUNPATH
10526 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10527 $as_echo_n "(cached) " >&6
10529 lt_cv_shlibpath_overrides_runpath=no
10530 save_LDFLAGS=$LDFLAGS
10531 save_libdir=$libdir
10532 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10533 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10535 /* end confdefs.h. */
10545 if ac_fn_c_try_link "$LINENO"; then :
10546 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10547 lt_cv_shlibpath_overrides_runpath=yes
10550 rm -f core conftest.err conftest.$ac_objext \
10551 conftest$ac_exeext conftest.$ac_ext
10552 LDFLAGS=$save_LDFLAGS
10553 libdir=$save_libdir
10557 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10559 # This implies no fast_install, which is unacceptable.
10560 # Some rework will be needed to allow for fast_install
10561 # before this can be enabled.
10562 hardcode_into_libs=yes
10564 # Append ld.so.conf contents to the search path
10565 if test -f /etc/ld.so.conf; then
10566 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' ' '`
10567 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10570 # We used to test for /lib/ld.so.1 and disable shared libraries on
10571 # powerpc, because MkLinux only supported shared libraries with the
10572 # GNU dynamic linker. Since this was broken with cross compilers,
10573 # most powerpc-linux boxes support dynamic linking these days and
10574 # people can always --disable-shared, the test was removed, and we
10575 # assume the GNU/Linux dynamic linker is in use.
10576 dynamic_linker='GNU/Linux ld.so'
10583 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10585 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10586 dynamic_linker='NetBSD (a.out) ld.so'
10588 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10589 soname_spec='${libname}${release}${shared_ext}$major'
10590 dynamic_linker='NetBSD ld.elf_so'
10592 shlibpath_var=LD_LIBRARY_PATH
10593 shlibpath_overrides_runpath=yes
10594 hardcode_into_libs=yes
10599 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 shlibpath_overrides_runpath=yes
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 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=no
10612 hardcode_into_libs=yes
10613 dynamic_linker='ldqnx.so'
10618 sys_lib_dlsearch_path_spec="/usr/lib"
10620 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10622 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10623 *) need_version=no ;;
10625 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10626 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10627 shlibpath_var=LD_LIBRARY_PATH
10628 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10630 openbsd2.[89] | openbsd2.[89].*)
10631 shlibpath_overrides_runpath=no
10634 shlibpath_overrides_runpath=yes
10638 shlibpath_overrides_runpath=yes
10643 libname_spec='$name'
10646 library_names_spec='$libname${shared_ext} $libname.a'
10647 dynamic_linker='OS/2 ld.exe'
10648 shlibpath_var=LIBPATH
10651 osf3* | osf4* | osf5*)
10655 soname_spec='${libname}${release}${shared_ext}$major'
10656 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10657 shlibpath_var=LD_LIBRARY_PATH
10658 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10659 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10671 soname_spec='${libname}${release}${shared_ext}$major'
10672 shlibpath_var=LD_LIBRARY_PATH
10673 shlibpath_overrides_runpath=yes
10674 hardcode_into_libs=yes
10675 # ldd complains unless libraries are executable
10676 postinstall_cmds='chmod +x $lib'
10681 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10682 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10683 shlibpath_var=LD_LIBRARY_PATH
10684 shlibpath_overrides_runpath=yes
10685 if test "$with_gnu_ld" = yes; then
10693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec='${libname}${release}${shared_ext}$major'
10695 shlibpath_var=LD_LIBRARY_PATH
10696 case $host_vendor in
10698 shlibpath_overrides_runpath=no
10700 runpath_var=LD_RUN_PATH
10708 shlibpath_overrides_runpath=no
10709 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10715 if test -d /usr/nec ;then
10717 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10718 soname_spec='$libname${shared_ext}.$major'
10719 shlibpath_var=LD_LIBRARY_PATH
10723 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10724 version_type=freebsd-elf
10727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10728 soname_spec='${libname}${release}${shared_ext}$major'
10729 shlibpath_var=LD_LIBRARY_PATH
10730 shlibpath_overrides_runpath=yes
10731 hardcode_into_libs=yes
10732 if test "$with_gnu_ld" = yes; then
10733 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10735 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10738 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10742 sys_lib_dlsearch_path_spec='/usr/lib'
10746 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10751 shlibpath_var=LD_LIBRARY_PATH
10752 shlibpath_overrides_runpath=no
10753 hardcode_into_libs=yes
10758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10759 soname_spec='${libname}${release}${shared_ext}$major'
10760 shlibpath_var=LD_LIBRARY_PATH
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10768 $as_echo "$dynamic_linker" >&6; }
10769 test "$dynamic_linker" = no && can_build_shared=no
10771 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10772 if test "$GCC" = yes; then
10773 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10776 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10777 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10779 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10780 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10875 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10877 if test -n "$hardcode_libdir_flag_spec" ||
10878 test -n "$runpath_var" ||
10879 test "X$hardcode_automatic" = "Xyes" ; then
10881 # We can hardcode non-existent directories.
10882 if test "$hardcode_direct" != no &&
10883 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10884 # have to relink, otherwise we might link with an installed library
10885 # when we should be linking with a yet-to-be-installed one
10886 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10887 test "$hardcode_minus_L" != no; then
10888 # Linking always hardcodes the temporary library directory.
10889 hardcode_action=relink
10891 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10892 hardcode_action=immediate
10895 # We cannot hardcode anything, or else we can only hardcode existing
10897 hardcode_action=unsupported
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10900 $as_echo "$hardcode_action" >&6; }
10902 if test "$hardcode_action" = relink ||
10903 test "$inherit_rpath" = yes; then
10904 # Fast installation is not supported
10905 enable_fast_install=no
10906 elif test "$shlibpath_overrides_runpath" = yes ||
10907 test "$enable_shared" = no; then
10908 # Fast installation is not necessary
10909 enable_fast_install=needless
10917 if test "x$enable_dlopen" != xyes; then
10918 enable_dlopen=unknown
10919 enable_dlopen_self=unknown
10920 enable_dlopen_self_static=unknown
10927 lt_cv_dlopen="load_add_on"
10929 lt_cv_dlopen_self=yes
10932 mingw* | pw32* | cegcc*)
10933 lt_cv_dlopen="LoadLibrary"
10938 lt_cv_dlopen="dlopen"
10943 # if libdl is installed we need to link against it
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10945 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10946 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10947 $as_echo_n "(cached) " >&6
10949 ac_check_lib_save_LIBS=$LIBS
10951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10952 /* end confdefs.h. */
10954 /* Override any GCC internal prototype to avoid an error.
10955 Use char because int might match the return type of a GCC
10956 builtin and then its argument prototype would still apply. */
10969 if ac_fn_c_try_link "$LINENO"; then :
10970 ac_cv_lib_dl_dlopen=yes
10972 ac_cv_lib_dl_dlopen=no
10974 rm -f core conftest.err conftest.$ac_objext \
10975 conftest$ac_exeext conftest.$ac_ext
10976 LIBS=$ac_check_lib_save_LIBS
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10979 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10980 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10981 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10984 lt_cv_dlopen="dyld"
10986 lt_cv_dlopen_self=yes
10993 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10994 if test "x$ac_cv_func_shl_load" = x""yes; then :
10995 lt_cv_dlopen="shl_load"
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10998 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10999 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11000 $as_echo_n "(cached) " >&6
11002 ac_check_lib_save_LIBS=$LIBS
11004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11005 /* end confdefs.h. */
11007 /* Override any GCC internal prototype to avoid an error.
11008 Use char because int might match the return type of a GCC
11009 builtin and then its argument prototype would still apply. */
11017 return shl_load ();
11022 if ac_fn_c_try_link "$LINENO"; then :
11023 ac_cv_lib_dld_shl_load=yes
11025 ac_cv_lib_dld_shl_load=no
11027 rm -f core conftest.err conftest.$ac_objext \
11028 conftest$ac_exeext conftest.$ac_ext
11029 LIBS=$ac_check_lib_save_LIBS
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11032 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11033 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11034 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11036 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11037 if test "x$ac_cv_func_dlopen" = x""yes; then :
11038 lt_cv_dlopen="dlopen"
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11041 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11042 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11043 $as_echo_n "(cached) " >&6
11045 ac_check_lib_save_LIBS=$LIBS
11047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11048 /* end confdefs.h. */
11050 /* Override any GCC internal prototype to avoid an error.
11051 Use char because int might match the return type of a GCC
11052 builtin and then its argument prototype would still apply. */
11065 if ac_fn_c_try_link "$LINENO"; then :
11066 ac_cv_lib_dl_dlopen=yes
11068 ac_cv_lib_dl_dlopen=no
11070 rm -f core conftest.err conftest.$ac_objext \
11071 conftest$ac_exeext conftest.$ac_ext
11072 LIBS=$ac_check_lib_save_LIBS
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11075 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11076 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11077 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11080 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11081 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11082 $as_echo_n "(cached) " >&6
11084 ac_check_lib_save_LIBS=$LIBS
11085 LIBS="-lsvld $LIBS"
11086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11087 /* end confdefs.h. */
11089 /* Override any GCC internal prototype to avoid an error.
11090 Use char because int might match the return type of a GCC
11091 builtin and then its argument prototype would still apply. */
11104 if ac_fn_c_try_link "$LINENO"; then :
11105 ac_cv_lib_svld_dlopen=yes
11107 ac_cv_lib_svld_dlopen=no
11109 rm -f core conftest.err conftest.$ac_objext \
11110 conftest$ac_exeext conftest.$ac_ext
11111 LIBS=$ac_check_lib_save_LIBS
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11114 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11115 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11116 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11119 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11120 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11121 $as_echo_n "(cached) " >&6
11123 ac_check_lib_save_LIBS=$LIBS
11125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11126 /* end confdefs.h. */
11128 /* Override any GCC internal prototype to avoid an error.
11129 Use char because int might match the return type of a GCC
11130 builtin and then its argument prototype would still apply. */
11138 return dld_link ();
11143 if ac_fn_c_try_link "$LINENO"; then :
11144 ac_cv_lib_dld_dld_link=yes
11146 ac_cv_lib_dld_dld_link=no
11148 rm -f core conftest.err conftest.$ac_objext \
11149 conftest$ac_exeext conftest.$ac_ext
11150 LIBS=$ac_check_lib_save_LIBS
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11153 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11154 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11155 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11176 if test "x$lt_cv_dlopen" != xno; then
11182 case $lt_cv_dlopen in
11184 save_CPPFLAGS="$CPPFLAGS"
11185 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11187 save_LDFLAGS="$LDFLAGS"
11188 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11191 LIBS="$lt_cv_dlopen_libs $LIBS"
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11194 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11195 if test "${lt_cv_dlopen_self+set}" = set; then :
11196 $as_echo_n "(cached) " >&6
11198 if test "$cross_compiling" = yes; then :
11199 lt_cv_dlopen_self=cross
11201 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11202 lt_status=$lt_dlunknown
11203 cat > conftest.$ac_ext <<_LT_EOF
11204 #line 11204 "configure"
11205 #include "confdefs.h"
11214 # define LT_DLGLOBAL RTLD_GLOBAL
11217 # define LT_DLGLOBAL DL_GLOBAL
11219 # define LT_DLGLOBAL 0
11223 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11224 find out it does not work in some platform. */
11225 #ifndef LT_DLLAZY_OR_NOW
11227 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11230 # define LT_DLLAZY_OR_NOW DL_LAZY
11233 # define LT_DLLAZY_OR_NOW RTLD_NOW
11236 # define LT_DLLAZY_OR_NOW DL_NOW
11238 # define LT_DLLAZY_OR_NOW 0
11245 /* When -fvisbility=hidden is used, assume the code has been annotated
11246 correspondingly for the symbols needed. */
11247 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11248 void fnord () __attribute__((visibility("default")));
11251 void fnord () { int i=42; }
11254 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11255 int status = $lt_dlunknown;
11259 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11262 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11263 else puts (dlerror ());
11265 /* dlclose (self); */
11273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11274 (eval $ac_link) 2>&5
11276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11277 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11278 (./conftest; exit; ) >&5 2>/dev/null
11280 case x$lt_status in
11281 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11282 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11283 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11286 # compilation failed
11287 lt_cv_dlopen_self=no
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11295 $as_echo "$lt_cv_dlopen_self" >&6; }
11297 if test "x$lt_cv_dlopen_self" = xyes; then
11298 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11300 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11301 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11302 $as_echo_n "(cached) " >&6
11304 if test "$cross_compiling" = yes; then :
11305 lt_cv_dlopen_self_static=cross
11307 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11308 lt_status=$lt_dlunknown
11309 cat > conftest.$ac_ext <<_LT_EOF
11310 #line 11310 "configure"
11311 #include "confdefs.h"
11320 # define LT_DLGLOBAL RTLD_GLOBAL
11323 # define LT_DLGLOBAL DL_GLOBAL
11325 # define LT_DLGLOBAL 0
11329 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11330 find out it does not work in some platform. */
11331 #ifndef LT_DLLAZY_OR_NOW
11333 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11336 # define LT_DLLAZY_OR_NOW DL_LAZY
11339 # define LT_DLLAZY_OR_NOW RTLD_NOW
11342 # define LT_DLLAZY_OR_NOW DL_NOW
11344 # define LT_DLLAZY_OR_NOW 0
11351 /* When -fvisbility=hidden is used, assume the code has been annotated
11352 correspondingly for the symbols needed. */
11353 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11354 void fnord () __attribute__((visibility("default")));
11357 void fnord () { int i=42; }
11360 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11361 int status = $lt_dlunknown;
11365 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11368 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11369 else puts (dlerror ());
11371 /* dlclose (self); */
11379 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11380 (eval $ac_link) 2>&5
11382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11383 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11384 (./conftest; exit; ) >&5 2>/dev/null
11386 case x$lt_status in
11387 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11388 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11389 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11392 # compilation failed
11393 lt_cv_dlopen_self_static=no
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11401 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11404 CPPFLAGS="$save_CPPFLAGS"
11405 LDFLAGS="$save_LDFLAGS"
11410 case $lt_cv_dlopen_self in
11411 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11412 *) enable_dlopen_self=unknown ;;
11415 case $lt_cv_dlopen_self_static in
11416 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11417 *) enable_dlopen_self_static=unknown ;;
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11440 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11441 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11442 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11443 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11445 $as_echo "yes" >&6; }
11447 # FIXME - insert some real tests, host_os isn't really good enough
11450 if test -n "$STRIP" ; then
11451 striplib="$STRIP -x"
11452 old_striplib="$STRIP -S"
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11454 $as_echo "yes" >&6; }
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11457 $as_echo "no" >&6; }
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11462 $as_echo "no" >&6; }
11478 # Report which library types will actually be built
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11480 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11482 $as_echo "$can_build_shared" >&6; }
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11485 $as_echo_n "checking whether to build shared libraries... " >&6; }
11486 test "$can_build_shared" = "no" && enable_shared=no
11488 # On AIX, shared libraries and static libraries use the same namespace, and
11489 # are all built from PIC.
11492 test "$enable_shared" = yes && enable_static=no
11493 if test -n "$RANLIB"; then
11494 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11495 postinstall_cmds='$RANLIB $lib'
11500 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11501 test "$enable_shared" = yes && enable_static=no
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11506 $as_echo "$enable_shared" >&6; }
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11509 $as_echo_n "checking whether to build static libraries... " >&6; }
11510 # Make sure either enable_shared or enable_static is yes.
11511 test "$enable_shared" = yes || enable_static=yes
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11513 $as_echo "$enable_static" >&6; }
11520 ac_cpp='$CPP $CPPFLAGS'
11521 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11522 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11523 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11539 ac_config_commands="$ac_config_commands libtool"
11544 # Only expand once:
11548 # Check whether --enable-targets was given.
11549 if test "${enable_targets+set}" = set; then :
11550 enableval=$enable_targets; case "${enableval}" in
11551 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11553 no) enable_targets= ;;
11554 *) enable_targets=$enableval ;;
11559 if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11562 # Check whether --enable-checking was given.
11563 if test "${enable_checking+set}" = set; then :
11564 enableval=$enable_checking; case "${enableval}" in
11565 no|none) ac_checking= ;;
11566 *) ac_checking=yes ;;
11569 if test x$ac_checking != x ; then
11571 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11578 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11580 /* end confdefs.h. */
11583 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11584 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11587 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11592 # Check whether --enable-werror was given.
11593 if test "${enable_werror+set}" = set; then :
11594 enableval=$enable_werror; case "${enableval}" in
11595 yes | y) ERROR_ON_WARNING="yes" ;;
11596 no | n) ERROR_ON_WARNING="no" ;;
11597 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11602 # Disable -Wformat by default when using gcc on mingw
11605 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11606 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11612 # Enable -Werror by default when using gcc
11613 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11614 ERROR_ON_WARNING=yes
11618 if test "${ERROR_ON_WARNING}" = yes ; then
11619 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11620 NO_WERROR="-Wno-error"
11623 if test "${GCC}" = yes ; then
11624 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11627 # Check whether --enable-build-warnings was given.
11628 if test "${enable_build_warnings+set}" = set; then :
11629 enableval=$enable_build_warnings; case "${enableval}" in
11630 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11631 no) if test "${GCC}" = yes ; then
11634 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11635 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11636 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11637 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11638 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11643 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11644 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11651 # Generate a header file
11652 ac_config_headers="$ac_config_headers config.h:config.in"
11658 # If we are on a DOS filesystem, we must use gdb.ini rather than
11661 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11663 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11668 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11674 #We need this for the host. BOUT header is in host order.
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11676 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11677 if test "${ac_cv_c_bigendian+set}" = set; then :
11678 $as_echo_n "(cached) " >&6
11680 ac_cv_c_bigendian=unknown
11681 # See if we're dealing with a universal compiler.
11682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11683 /* end confdefs.h. */
11684 #ifndef __APPLE_CC__
11685 not a universal capable compiler
11690 if ac_fn_c_try_compile "$LINENO"; then :
11692 # Check for potential -arch flags. It is not universal unless
11693 # there are at least two -arch flags with different values.
11696 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11697 if test -n "$ac_prev"; then
11699 i?86 | x86_64 | ppc | ppc64)
11700 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11703 ac_cv_c_bigendian=universal
11709 elif test "x$ac_word" = "x-arch"; then
11714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11715 if test $ac_cv_c_bigendian = unknown; then
11716 # See if sys/param.h defines the BYTE_ORDER macro.
11717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11718 /* end confdefs.h. */
11719 #include <sys/types.h>
11720 #include <sys/param.h>
11725 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11726 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11728 bogus endian macros
11735 if ac_fn_c_try_compile "$LINENO"; then :
11736 # It does; now see whether it defined to BIG_ENDIAN or not.
11737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11738 /* end confdefs.h. */
11739 #include <sys/types.h>
11740 #include <sys/param.h>
11745 #if BYTE_ORDER != BIG_ENDIAN
11753 if ac_fn_c_try_compile "$LINENO"; then :
11754 ac_cv_c_bigendian=yes
11756 ac_cv_c_bigendian=no
11758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11762 if test $ac_cv_c_bigendian = unknown; then
11763 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11765 /* end confdefs.h. */
11766 #include <limits.h>
11771 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11772 bogus endian macros
11779 if ac_fn_c_try_compile "$LINENO"; then :
11780 # It does; now see whether it defined to _BIG_ENDIAN or not.
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11783 #include <limits.h>
11788 #ifndef _BIG_ENDIAN
11796 if ac_fn_c_try_compile "$LINENO"; then :
11797 ac_cv_c_bigendian=yes
11799 ac_cv_c_bigendian=no
11801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11805 if test $ac_cv_c_bigendian = unknown; then
11806 # Compile a test program.
11807 if test "$cross_compiling" = yes; then :
11808 # Try to guess by grepping values from an object file.
11809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11810 /* end confdefs.h. */
11811 short int ascii_mm[] =
11812 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11813 short int ascii_ii[] =
11814 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11815 int use_ascii (int i) {
11816 return ascii_mm[i] + ascii_ii[i];
11818 short int ebcdic_ii[] =
11819 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11820 short int ebcdic_mm[] =
11821 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11822 int use_ebcdic (int i) {
11823 return ebcdic_mm[i] + ebcdic_ii[i];
11830 return use_ascii (foo) == use_ebcdic (foo);
11835 if ac_fn_c_try_compile "$LINENO"; then :
11836 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11837 ac_cv_c_bigendian=yes
11839 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11840 if test "$ac_cv_c_bigendian" = unknown; then
11841 ac_cv_c_bigendian=no
11843 # finding both strings is unlikely to happen, but who knows?
11844 ac_cv_c_bigendian=unknown
11848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11851 /* end confdefs.h. */
11852 $ac_includes_default
11857 /* Are we little or big endian? From Harbison&Steele. */
11861 char c[sizeof (long int)];
11864 return u.c[sizeof (long int) - 1] == 1;
11870 if ac_fn_c_try_run "$LINENO"; then :
11871 ac_cv_c_bigendian=no
11873 ac_cv_c_bigendian=yes
11875 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11876 conftest.$ac_objext conftest.beam conftest.$ac_ext
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11882 $as_echo "$ac_cv_c_bigendian" >&6; }
11883 case $ac_cv_c_bigendian in #(
11885 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11891 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11895 as_fn_error "unknown endianness
11896 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11902 # Makefile target for installing gas in $(tooldir)/bin.
11903 install_tooldir=install-exec-tooldir
11907 if test -n "$enable_targets" ; then
11908 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11909 if test $t = "all"; then
11913 result=`$ac_config_sub $t 2>/dev/null`
11914 if test -n "$result" ; then
11915 canon_targets="$canon_targets $result"
11917 # # Permit "all", etc. We don't support it yet though.
11918 # canon_targets="$canon_targets $t"
11921 _gas_uniq_list="$canon_targets"
11922 _gas_uniq_newlist=""
11923 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11924 case $_gas_uniq_i in
11925 _gas_uniq_dummy) ;;
11926 *) case " $_gas_uniq_newlist " in
11927 *" $_gas_uniq_i "*) ;;
11928 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11932 canon_targets=$_gas_uniq_newlist
11938 for this_target in $target $canon_targets ; do
11940 targ=${this_target}
11941 . ${srcdir}/configure.tgt
11943 case ${target_cpu} in
11946 cat >>confdefs.h <<_ACEOF
11947 #define DEFAULT_CRIS_ARCH $arch
11953 if test ${this_target} = $target ; then
11954 target_cpu_type=${cpu_type}
11955 elif test ${target_cpu_type} != ${cpu_type} ; then
11959 generic_target=${cpu_type}-${target_vendor}-${target_os}
11960 case ${generic_target} in
11962 if test ${this_target} = $target; then
11964 $as_echo "#define SCO_ELF 1" >>confdefs.h
11969 i386-*-msdosdjgpp* \
11971 | i386-go32-rtems*)
11973 $as_echo "#define STRICTCOFF 1" >>confdefs.h
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
11979 $as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
11987 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
11991 if test ${this_target} = $target; then
11993 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
11996 if test x${endian} = xbig; then
11997 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
12003 $as_echo "#define TARGET_SYMBIAN 1" >>confdefs.h
12008 if test ${this_target} = $target ; then
12010 if test x${endian} = xbig; then
12012 elif test x${endian} = xlittle; then
12015 if test x${endian_def} != x; then
12017 cat >>confdefs.h <<_ACEOF
12018 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12024 # Other random stuff.
12026 case ${cpu_type} in
12028 # Set mips_cpu to the name of the default CPU.
12029 case ${target_cpu} in
12030 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12033 mipsisa32 | mipsisa32el)
12036 mipsisa32r2 | mipsisa32r2el)
12039 mipsisa64 | mipsisa64el)
12042 mipsisa64r2 | mipsisa64r2el)
12045 mipstx39 | mipstx39el)
12048 mips64vr | mips64vrel)
12051 mipsisa32r2* | mipsisa64r2*)
12052 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12054 mips64* | mipsisa64* | mipsisa32*)
12055 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12058 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12061 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12064 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12065 # binaries. It's a GNU extension that some OSes don't understand.
12068 use_e_mips_abi_o32=0
12071 use_e_mips_abi_o32=1
12074 # Decide whether to generate 32-bit or 64-bit code by default.
12075 # Used to resolve -march=from-abi when an embedded ABI is selected.
12077 mips64*-*-* | mipsisa64*-*-*)
12078 mips_default_64bit=1
12081 mips_default_64bit=0
12084 # Decide which ABI to target by default.
12086 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
12087 mips_default_abi=N32_ABI
12089 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12090 mips_default_abi=O32_ABI
12093 mips_default_abi=N64_ABI
12096 mips_default_abi=NO_ABI
12100 cat >>confdefs.h <<_ACEOF
12101 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12105 cat >>confdefs.h <<_ACEOF
12106 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12110 cat >>confdefs.h <<_ACEOF
12111 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12115 cat >>confdefs.h <<_ACEOF
12116 #define MIPS_DEFAULT_ABI $mips_default_abi
12122 # Do we need the opcodes library?
12123 case ${cpu_type} in
12130 case "${enable_shared}" in
12131 yes) shared_opcodes=true ;;
12132 *opcodes*) shared_opcodes=true ;;
12133 *) shared_opcodes=false ;;
12138 # Any other special object files needed ?
12139 case ${cpu_type} in
12142 echo ${extra_objects} | grep -s "bfin-parse.o"
12143 if test $? -ne 0 ; then
12144 extra_objects="$extra_objects bfin-parse.o"
12147 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
12148 if test $? -ne 0 ; then
12149 extra_objects="$extra_objects bfin-lex-wrapper.o"
12153 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | openrisc)
12164 case ${extra_objects} in
12166 *) extra_objects="$extra_objects m68k-parse.o" ;;
12175 echo ${extra_objects} | grep -s "itbl-parse.o"
12176 if test $? -ne 0 ; then
12177 extra_objects="$extra_objects itbl-parse.o"
12180 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
12181 if test $? -ne 0 ; then
12182 extra_objects="$extra_objects itbl-lex-wrapper.o"
12185 echo ${extra_objects} | grep -s "itbl-ops.o"
12186 if test $? -ne 0 ; then
12187 extra_objects="$extra_objects itbl-ops.o"
12195 i386 | s390 | sparc)
12196 if test $this_target = $target ; then
12198 cat >>confdefs.h <<_ACEOF
12199 #define DEFAULT_ARCH "${arch}"
12206 echo ${extra_objects} | grep -s "rl78-parse.o"
12207 if test $? -ne 0 ; then
12208 extra_objects="$extra_objects rl78-parse.o"
12213 echo ${extra_objects} | grep -s "rx-parse.o"
12214 if test $? -ne 0 ; then
12215 extra_objects="$extra_objects rx-parse.o"
12228 echo ${extra_objects} | grep -s "xtensa-relax.o"
12229 if test $? -ne 0 ; then
12230 extra_objects="$extra_objects xtensa-relax.o"
12238 if test $using_cgen = yes ; then
12239 case "x${extra_objects}" in
12241 *) extra_objects="$extra_objects cgen.o" ;;
12245 # See if we really can support this configuration with the emulation code.
12247 if test $this_target = $target ; then
12253 vms) extra_objects="$extra_objects te-vms.o" ;;
12256 # From target name and format, produce a list of supported emulations.
12258 case ${generic_target}-${fmt} in
12259 mips-*-*-*) case "$endian" in
12260 big) emulation="mipsbelf mipslelf mipself" ;;
12261 *) emulation="mipslelf mipsbelf mipself" ;;
12263 # i386-pc-pe-coff != i386-pc-coff.
12265 # Uncommenting the next line will turn on support for i386 AOUT
12266 # for the default linux configuration
12267 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12269 i386-*-aout) emulation="i386aout" ;;
12270 i386-*-coff) emulation="i386coff" ;;
12271 i386-*-elf) emulation="i386elf" ;;
12273 # Always all formats. The first stated emulation becomes the default.
12274 cris-*-*aout*) emulation="crisaout criself" ;;
12275 cris-*-*) emulation="criself crisaout" ;;
12278 emulations="$emulations $emulation"
12282 # Turn on all targets if possible
12283 if test ${all_targets} = "yes"; then
12284 case ${target_cpu_type} in
12286 case ${obj_format} in
12288 emulations="$emulations i386coff i386elf"
12291 emulations="$emulations i386aout i386elf"
12294 emulations="$emulations i386aout i386coff"
12299 case ${obj_format} in
12301 emulations="$emulations i386coff i386elf"
12304 emulations="$emulations i386aout i386elf"
12307 emulations="$emulations i386aout i386coff"
12314 # PE code has way too many macros tweaking behaviour
12316 pe*) emulations="" ;;
12319 # Assign floating point type. Most processors with FP support
12320 # IEEE FP. On those that don't support FP at all, usually IEEE
12322 case ${target_cpu} in
12323 vax | pdp11 ) atof=vax ;;
12327 case "${obj_format}" in
12328 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12331 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12333 if test $using_cgen = yes ; then
12334 case ${target_cpu} in
12335 *) cgen_cpu_prefix=${target_cpu} ;;
12339 $as_echo "#define USING_CGEN 1" >>confdefs.h
12344 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12345 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12348 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12349 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12352 # Some COFF configurations want these random other flags set.
12353 case ${obj_format} in
12355 case ${target_cpu_type} in
12357 $as_echo "#define I386COFF 1" >>confdefs.h
12360 $as_echo "#define M68KCOFF 1" >>confdefs.h
12363 $as_echo "#define M88KCOFF 1" >>confdefs.h
12366 $as_echo "#define I386COFF 1" >>confdefs.h
12372 # Getting this done right is going to be a bitch. Each configuration specified
12373 # with --enable-targets=... should be checked for environment, format, cpu
12376 # For each configuration, the necessary object file support code must be linked
12377 # in. This might be only one, it might be up to four. The necessary emulation
12378 # code needs to be provided, too.
12380 # And then there's "--enable-targets=all"....
12382 # For now, just always do it for MIPS ELF configurations. Sigh.
12384 formats="${obj_format}"
12387 _gas_uniq_list="$emulations"
12388 _gas_uniq_newlist=""
12389 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12390 case $_gas_uniq_i in
12391 _gas_uniq_dummy) ;;
12392 *) case " $_gas_uniq_newlist " in
12393 *" $_gas_uniq_i "*) ;;
12394 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12398 emulations=$_gas_uniq_newlist
12400 for em in . $emulations ; do
12403 mipsbelf | mipslelf | mipself)
12404 fmt=elf file=mipself ;;
12406 fmt=coff file=$em ;;
12408 fmt=aout file=$em ;;
12410 fmt=elf file=$em ;;
12412 formats="$formats $fmt"
12413 emfiles="$emfiles e-$file.o"
12414 EMULATIONS="$EMULATIONS &$em,"
12416 _gas_uniq_list="$formats"
12417 _gas_uniq_newlist=""
12418 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12419 case $_gas_uniq_i in
12420 _gas_uniq_dummy) ;;
12421 *) case " $_gas_uniq_newlist " in
12422 *" $_gas_uniq_i "*) ;;
12423 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12427 formats=$_gas_uniq_newlist
12429 _gas_uniq_list="$emfiles"
12430 _gas_uniq_newlist=""
12431 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12432 case $_gas_uniq_i in
12433 _gas_uniq_dummy) ;;
12434 *) case " $_gas_uniq_newlist " in
12435 *" $_gas_uniq_i "*) ;;
12436 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12440 emfiles=$_gas_uniq_newlist
12442 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12443 for fmt in $formats ; do
12446 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12449 $as_echo "#define OBJ_MAYBE_BOUT 1" >>confdefs.h
12452 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12455 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12458 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12461 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12464 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12467 extra_objects="$extra_objects obj-$fmt.o"
12471 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12472 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12473 # e-mipself has more than one emulation per file, e-i386* has just one at the
12474 # moment. If only one emulation is specified, then don't define
12475 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12476 case "${obj_format}${emfiles}" in
12477 multi* | *mipself*)
12478 extra_objects="$extra_objects $emfiles"
12480 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12486 cat >>confdefs.h <<_ACEOF
12487 #define EMULATIONS $EMULATIONS
12491 cat >>confdefs.h <<_ACEOF
12492 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12496 reject_dev_configs=yes
12498 case ${reject_dev_configs}-${dev} in
12500 as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12510 # do we need the opcodes library?
12511 case "${need_opcodes}" in
12513 OPCODES_LIB=../opcodes/libopcodes.la
12520 cat >>confdefs.h <<_ACEOF
12521 #define TARGET_ALIAS "${target_alias}"
12525 cat >>confdefs.h <<_ACEOF
12526 #define TARGET_CANONICAL "${target}"
12530 cat >>confdefs.h <<_ACEOF
12531 #define TARGET_CPU "${target_cpu}"
12535 cat >>confdefs.h <<_ACEOF
12536 #define TARGET_VENDOR "${target_vendor}"
12540 cat >>confdefs.h <<_ACEOF
12541 #define TARGET_OS "${target_os}"
12545 for ac_prog in 'bison -y' byacc
12547 # Extract the first word of "$ac_prog", so it can be a program name with args.
12548 set dummy $ac_prog; ac_word=$2
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12550 $as_echo_n "checking for $ac_word... " >&6; }
12551 if test "${ac_cv_prog_YACC+set}" = set; then :
12552 $as_echo_n "(cached) " >&6
12554 if test -n "$YACC"; then
12555 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12558 for as_dir in $PATH
12561 test -z "$as_dir" && as_dir=.
12562 for ac_exec_ext in '' $ac_executable_extensions; do
12563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12564 ac_cv_prog_YACC="$ac_prog"
12565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12574 YACC=$ac_cv_prog_YACC
12575 if test -n "$YACC"; then
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12577 $as_echo "$YACC" >&6; }
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12580 $as_echo "no" >&6; }
12584 test -n "$YACC" && break
12586 test -n "$YACC" || YACC="yacc"
12588 for ac_prog in flex lex
12590 # Extract the first word of "$ac_prog", so it can be a program name with args.
12591 set dummy $ac_prog; ac_word=$2
12592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12593 $as_echo_n "checking for $ac_word... " >&6; }
12594 if test "${ac_cv_prog_LEX+set}" = set; then :
12595 $as_echo_n "(cached) " >&6
12597 if test -n "$LEX"; then
12598 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12601 for as_dir in $PATH
12604 test -z "$as_dir" && as_dir=.
12605 for ac_exec_ext in '' $ac_executable_extensions; do
12606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12607 ac_cv_prog_LEX="$ac_prog"
12608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12617 LEX=$ac_cv_prog_LEX
12618 if test -n "$LEX"; then
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12620 $as_echo "$LEX" >&6; }
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12623 $as_echo "no" >&6; }
12627 test -n "$LEX" && break
12629 test -n "$LEX" || LEX=":"
12631 if test "x$LEX" != "x:"; then
12632 cat >conftest.l <<_ACEOF
12638 e { yyless (input () != 0); }
12639 f { unput (yytext[0]); }
12640 . { BEGIN INITIAL; }
12642 #ifdef YYTEXT_POINTER
12643 extern char *yytext;
12648 return ! yylex () + ! yywrap ();
12651 { { ac_try="$LEX conftest.l"
12652 case "(($ac_try" in
12653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12654 *) ac_try_echo=$ac_try;;
12656 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12657 $as_echo "$ac_try_echo"; } >&5
12658 (eval "$LEX conftest.l") 2>&5
12660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12661 test $ac_status = 0; }
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12663 $as_echo_n "checking lex output file root... " >&6; }
12664 if test "${ac_cv_prog_lex_root+set}" = set; then :
12665 $as_echo_n "(cached) " >&6
12668 if test -f lex.yy.c; then
12669 ac_cv_prog_lex_root=lex.yy
12670 elif test -f lexyy.c; then
12671 ac_cv_prog_lex_root=lexyy
12673 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12677 $as_echo "$ac_cv_prog_lex_root" >&6; }
12678 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12680 if test -z "${LEXLIB+set}"; then
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12682 $as_echo_n "checking lex library... " >&6; }
12683 if test "${ac_cv_lib_lex+set}" = set; then :
12684 $as_echo_n "(cached) " >&6
12688 ac_cv_lib_lex='none needed'
12689 for ac_lib in '' -lfl -ll; do
12690 LIBS="$ac_lib $ac_save_LIBS"
12691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12692 /* end confdefs.h. */
12693 `cat $LEX_OUTPUT_ROOT.c`
12695 if ac_fn_c_try_link "$LINENO"; then :
12696 ac_cv_lib_lex=$ac_lib
12698 rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
12700 test "$ac_cv_lib_lex" != 'none needed' && break
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12706 $as_echo "$ac_cv_lib_lex" >&6; }
12707 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12712 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12713 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12714 $as_echo_n "(cached) " >&6
12716 # POSIX says lex can declare yytext either as a pointer or an array; the
12717 # default is implementation-dependent. Figure out which it is, since
12718 # not all implementations provide the %pointer and %array declarations.
12719 ac_cv_prog_lex_yytext_pointer=no
12721 LIBS="$LEXLIB $ac_save_LIBS"
12722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12723 /* end confdefs.h. */
12724 #define YYTEXT_POINTER 1
12725 `cat $LEX_OUTPUT_ROOT.c`
12727 if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_prog_lex_yytext_pointer=yes
12730 rm -f core conftest.err conftest.$ac_objext \
12731 conftest$ac_exeext conftest.$ac_ext
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12736 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12737 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12739 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12742 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12745 if test "$LEX" = :; then
12746 LEX=${am_missing_run}flex
12749 ALL_LINGUAS="fr tr es rw id ru fi ja"
12750 # If we haven't got the data from the intl directory,
12751 # assume NLS is disabled.
12760 if test -f ../intl/config.intl; then
12761 . ../intl/config.intl
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12764 $as_echo_n "checking whether NLS is requested... " >&6; }
12765 if test x"$USE_NLS" != xyes; then
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12767 $as_echo "no" >&6; }
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12770 $as_echo "yes" >&6; }
12772 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12776 $as_echo_n "checking for catalogs to be installed... " >&6; }
12777 # Look for .po and .gmo files in the source directory.
12780 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12781 # If there aren't any .gmo files the shell will give us the
12782 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12784 case "$cat" in *\**)
12787 # The quadruple backslash is collapsed to a double backslash
12788 # by the backticks, then collapsed again by the double quotes,
12789 # leaving us with one backslash in the sed expression (right
12790 # before the dot that mustn't act as a wildcard).
12791 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12792 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12793 # The user is allowed to set LINGUAS to a list of languages to
12794 # install catalogs for. If it's empty that means "all of them."
12795 if test "x$LINGUAS" = x; then
12796 CATALOGS="$CATALOGS $cat"
12797 XLINGUAS="$XLINGUAS $lang"
12799 case "$LINGUAS" in *$lang*)
12800 CATALOGS="$CATALOGS $cat"
12801 XLINGUAS="$XLINGUAS $lang"
12806 LINGUAS="$XLINGUAS"
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12808 $as_echo "$LINGUAS" >&6; }
12822 if test -n "$ac_aux_dir"; then
12823 case "$ac_aux_dir" in
12824 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12825 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12828 if test -z "$MKINSTALLDIRS"; then
12829 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12835 $as_echo_n "checking whether NLS is requested... " >&6; }
12836 # Check whether --enable-nls was given.
12837 if test "${enable_nls+set}" = set; then :
12838 enableval=$enable_nls; USE_NLS=$enableval
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12844 $as_echo "$USE_NLS" >&6; }
12851 # Prepare PATH_SEPARATOR.
12852 # The user is always right.
12853 if test "${PATH_SEPARATOR+set}" != set; then
12854 echo "#! /bin/sh" >conf$$.sh
12855 echo "exit 0" >>conf$$.sh
12857 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12865 # Find out how to test for executable files. Don't use a zero-byte file,
12866 # as systems may use methods other than mode bits to determine executability.
12867 cat >conf$$.file <<_ASEOF
12871 chmod +x conf$$.file
12872 if test -x conf$$.file >/dev/null 2>&1; then
12873 ac_executable_p="test -x"
12875 ac_executable_p="test -f"
12879 # Extract the first word of "msgfmt", so it can be a program name with args.
12880 set dummy msgfmt; ac_word=$2
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12882 $as_echo_n "checking for $ac_word... " >&6; }
12883 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12884 $as_echo_n "(cached) " >&6
12888 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12891 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12892 for ac_dir in $PATH; do
12894 test -z "$ac_dir" && ac_dir=.
12895 for ac_exec_ext in '' $ac_executable_extensions; do
12896 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12897 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12898 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12899 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12906 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12910 MSGFMT="$ac_cv_path_MSGFMT"
12911 if test "$MSGFMT" != ":"; then
12912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12913 $as_echo "$MSGFMT" >&6; }
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12916 $as_echo "no" >&6; }
12919 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12920 set dummy gmsgfmt; ac_word=$2
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12922 $as_echo_n "checking for $ac_word... " >&6; }
12923 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12924 $as_echo_n "(cached) " >&6
12928 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12932 for as_dir in $PATH
12935 test -z "$as_dir" && as_dir=.
12936 for ac_exec_ext in '' $ac_executable_extensions; do
12937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12938 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12946 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12950 GMSGFMT=$ac_cv_path_GMSGFMT
12951 if test -n "$GMSGFMT"; then
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12953 $as_echo "$GMSGFMT" >&6; }
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12956 $as_echo "no" >&6; }
12962 # Prepare PATH_SEPARATOR.
12963 # The user is always right.
12964 if test "${PATH_SEPARATOR+set}" != set; then
12965 echo "#! /bin/sh" >conf$$.sh
12966 echo "exit 0" >>conf$$.sh
12968 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12976 # Find out how to test for executable files. Don't use a zero-byte file,
12977 # as systems may use methods other than mode bits to determine executability.
12978 cat >conf$$.file <<_ASEOF
12982 chmod +x conf$$.file
12983 if test -x conf$$.file >/dev/null 2>&1; then
12984 ac_executable_p="test -x"
12986 ac_executable_p="test -f"
12990 # Extract the first word of "xgettext", so it can be a program name with args.
12991 set dummy xgettext; ac_word=$2
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12993 $as_echo_n "checking for $ac_word... " >&6; }
12994 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12995 $as_echo_n "(cached) " >&6
12997 case "$XGETTEXT" in
12999 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13002 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13003 for ac_dir in $PATH; do
13005 test -z "$ac_dir" && ac_dir=.
13006 for ac_exec_ext in '' $ac_executable_extensions; do
13007 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13008 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13009 (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
13010 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13017 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13021 XGETTEXT="$ac_cv_path_XGETTEXT"
13022 if test "$XGETTEXT" != ":"; then
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13024 $as_echo "$XGETTEXT" >&6; }
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13027 $as_echo "no" >&6; }
13033 # Prepare PATH_SEPARATOR.
13034 # The user is always right.
13035 if test "${PATH_SEPARATOR+set}" != set; then
13036 echo "#! /bin/sh" >conf$$.sh
13037 echo "exit 0" >>conf$$.sh
13039 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13047 # Find out how to test for executable files. Don't use a zero-byte file,
13048 # as systems may use methods other than mode bits to determine executability.
13049 cat >conf$$.file <<_ASEOF
13053 chmod +x conf$$.file
13054 if test -x conf$$.file >/dev/null 2>&1; then
13055 ac_executable_p="test -x"
13057 ac_executable_p="test -f"
13061 # Extract the first word of "msgmerge", so it can be a program name with args.
13062 set dummy msgmerge; ac_word=$2
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13064 $as_echo_n "checking for $ac_word... " >&6; }
13065 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13066 $as_echo_n "(cached) " >&6
13068 case "$MSGMERGE" in
13070 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13073 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13074 for ac_dir in $PATH; do
13076 test -z "$ac_dir" && ac_dir=.
13077 for ac_exec_ext in '' $ac_executable_extensions; do
13078 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13079 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13080 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13087 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13091 MSGMERGE="$ac_cv_path_MSGMERGE"
13092 if test "$MSGMERGE" != ":"; then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13094 $as_echo "$MSGMERGE" >&6; }
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13097 $as_echo "no" >&6; }
13101 if test "$GMSGFMT" != ":"; then
13102 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13103 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13106 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13108 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13113 if test "$XGETTEXT" != ":"; then
13114 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13115 (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
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13119 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13125 ac_config_commands="$ac_config_commands default-1"
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13131 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13132 # Check whether --enable-maintainer-mode was given.
13133 if test "${enable_maintainer_mode+set}" = set; then :
13134 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13136 USE_MAINTAINER_MODE=no
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13140 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13141 if test $USE_MAINTAINER_MODE = yes; then
13142 MAINTAINER_MODE_TRUE=
13143 MAINTAINER_MODE_FALSE='#'
13145 MAINTAINER_MODE_TRUE='#'
13146 MAINTAINER_MODE_FALSE=
13149 MAINT=$MAINTAINER_MODE_TRUE
13153 GENINSRC_NEVER_TRUE=
13154 GENINSRC_NEVER_FALSE='#'
13156 GENINSRC_NEVER_TRUE='#'
13157 GENINSRC_NEVER_FALSE=
13162 for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
13164 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13165 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13166 eval as_val=\$$as_ac_Header
13167 if test "x$as_val" = x""yes; then :
13168 cat >>confdefs.h <<_ACEOF
13169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13177 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13178 if test "${gcc_cv_header_string+set}" = set; then :
13179 $as_echo_n "(cached) " >&6
13181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13182 /* end confdefs.h. */
13183 #include <string.h>
13184 #include <strings.h>
13193 if ac_fn_c_try_compile "$LINENO"; then :
13194 gcc_cv_header_string=yes
13196 gcc_cv_header_string=no
13198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13201 $as_echo "$gcc_cv_header_string" >&6; }
13202 if test $gcc_cv_header_string = yes; then
13204 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13209 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13210 # people who are not cross-compiling but are compiling cross-assemblers.
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13212 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13213 if test "${host}" = "${target}"; then
13218 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13222 $as_echo "$cross_gas" >&6; }
13224 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13225 # for constant arguments. Useless!
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13227 $as_echo_n "checking for working alloca.h... " >&6; }
13228 if test "${ac_cv_working_alloca_h+set}" = set; then :
13229 $as_echo_n "(cached) " >&6
13231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13232 /* end confdefs.h. */
13233 #include <alloca.h>
13237 char *p = (char *) alloca (2 * sizeof (int));
13243 if ac_fn_c_try_link "$LINENO"; then :
13244 ac_cv_working_alloca_h=yes
13246 ac_cv_working_alloca_h=no
13248 rm -f core conftest.err conftest.$ac_objext \
13249 conftest$ac_exeext conftest.$ac_ext
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13252 $as_echo "$ac_cv_working_alloca_h" >&6; }
13253 if test $ac_cv_working_alloca_h = yes; then
13255 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13260 $as_echo_n "checking for alloca... " >&6; }
13261 if test "${ac_cv_func_alloca_works+set}" = set; then :
13262 $as_echo_n "(cached) " >&6
13264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13265 /* end confdefs.h. */
13267 # define alloca __builtin_alloca
13270 # include <malloc.h>
13271 # define alloca _alloca
13273 # ifdef HAVE_ALLOCA_H
13274 # include <alloca.h>
13279 # ifndef alloca /* predefined by HP cc +Olibcalls */
13290 char *p = (char *) alloca (1);
13296 if ac_fn_c_try_link "$LINENO"; then :
13297 ac_cv_func_alloca_works=yes
13299 ac_cv_func_alloca_works=no
13301 rm -f core conftest.err conftest.$ac_objext \
13302 conftest$ac_exeext conftest.$ac_ext
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13305 $as_echo "$ac_cv_func_alloca_works" >&6; }
13307 if test $ac_cv_func_alloca_works = yes; then
13309 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13312 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13313 # that cause trouble. Some versions do not even contain alloca or
13314 # contain a buggy version. If you still want to use their alloca,
13315 # use ar to extract alloca.o from them instead of compiling alloca.c.
13317 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13319 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13323 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13324 if test "${ac_cv_os_cray+set}" = set; then :
13325 $as_echo_n "(cached) " >&6
13327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13328 /* end confdefs.h. */
13329 #if defined CRAY && ! defined CRAY2
13336 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13337 $EGREP "webecray" >/dev/null 2>&1; then :
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13346 $as_echo "$ac_cv_os_cray" >&6; }
13347 if test $ac_cv_os_cray = yes; then
13348 for ac_func in _getb67 GETB67 getb67; do
13349 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13350 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13351 eval as_val=\$$as_ac_var
13352 if test "x$as_val" = x""yes; then :
13354 cat >>confdefs.h <<_ACEOF
13355 #define CRAY_STACKSEG_END $ac_func
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13365 $as_echo_n "checking stack direction for C alloca... " >&6; }
13366 if test "${ac_cv_c_stack_direction+set}" = set; then :
13367 $as_echo_n "(cached) " >&6
13369 if test "$cross_compiling" = yes; then :
13370 ac_cv_c_stack_direction=0
13372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13373 /* end confdefs.h. */
13374 $ac_includes_default
13376 find_stack_direction ()
13378 static char *addr = 0;
13383 return find_stack_direction ();
13386 return (&dummy > addr) ? 1 : -1;
13392 return find_stack_direction () < 0;
13395 if ac_fn_c_try_run "$LINENO"; then :
13396 ac_cv_c_stack_direction=1
13398 ac_cv_c_stack_direction=-1
13400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13401 conftest.$ac_objext conftest.beam conftest.$ac_ext
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13406 $as_echo "$ac_cv_c_stack_direction" >&6; }
13407 cat >>confdefs.h <<_ACEOF
13408 #define STACK_DIRECTION $ac_cv_c_stack_direction
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13415 $as_echo_n "checking for inline... " >&6; }
13416 if test "${ac_cv_c_inline+set}" = set; then :
13417 $as_echo_n "(cached) " >&6
13420 for ac_kw in inline __inline__ __inline; do
13421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13422 /* end confdefs.h. */
13423 #ifndef __cplusplus
13425 static $ac_kw foo_t static_foo () {return 0; }
13426 $ac_kw foo_t foo () {return 0; }
13430 if ac_fn_c_try_compile "$LINENO"; then :
13431 ac_cv_c_inline=$ac_kw
13433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13434 test "$ac_cv_c_inline" != no && break
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13439 $as_echo "$ac_cv_c_inline" >&6; }
13441 case $ac_cv_c_inline in
13444 case $ac_cv_c_inline in
13446 *) ac_val=$ac_cv_c_inline;;
13448 cat >>confdefs.h <<_ACEOF
13449 #ifndef __cplusplus
13450 #define inline $ac_val
13457 # VMS doesn't have unlink.
13458 for ac_func in unlink remove
13460 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13461 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13462 eval as_val=\$$as_ac_var
13463 if test "x$as_val" = x""yes; then :
13464 cat >>confdefs.h <<_ACEOF
13465 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13471 for ac_func in sbrk setlocale
13473 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13474 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13475 eval as_val=\$$as_ac_var
13476 if test "x$as_val" = x""yes; then :
13477 cat >>confdefs.h <<_ACEOF
13478 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13487 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13488 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13489 $as_echo_n "(cached) " >&6
13491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13492 /* end confdefs.h. */
13493 #include <locale.h>
13502 if ac_fn_c_try_link "$LINENO"; then :
13503 am_cv_val_LC_MESSAGES=yes
13505 am_cv_val_LC_MESSAGES=no
13507 rm -f core conftest.err conftest.$ac_objext \
13508 conftest$ac_exeext conftest.$ac_ext
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13511 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13512 if test $am_cv_val_LC_MESSAGES = yes; then
13514 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13519 # do we need the math library?
13520 case "${need_libm}" in
13524 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13525 # These system don't have libm, or don't need it
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13529 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13530 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13531 $as_echo_n "(cached) " >&6
13533 ac_check_lib_save_LIBS=$LIBS
13535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13538 /* Override any GCC internal prototype to avoid an error.
13539 Use char because int might match the return type of a GCC
13540 builtin and then its argument prototype would still apply. */
13544 char _mwvalidcheckl ();
13548 return _mwvalidcheckl ();
13553 if ac_fn_c_try_link "$LINENO"; then :
13554 ac_cv_lib_mw__mwvalidcheckl=yes
13556 ac_cv_lib_mw__mwvalidcheckl=no
13558 rm -f core conftest.err conftest.$ac_objext \
13559 conftest$ac_exeext conftest.$ac_ext
13560 LIBS=$ac_check_lib_save_LIBS
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13563 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13564 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13569 $as_echo_n "checking for cos in -lm... " >&6; }
13570 if test "${ac_cv_lib_m_cos+set}" = set; then :
13571 $as_echo_n "(cached) " >&6
13573 ac_check_lib_save_LIBS=$LIBS
13575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13576 /* end confdefs.h. */
13578 /* Override any GCC internal prototype to avoid an error.
13579 Use char because int might match the return type of a GCC
13580 builtin and then its argument prototype would still apply. */
13593 if ac_fn_c_try_link "$LINENO"; then :
13594 ac_cv_lib_m_cos=yes
13598 rm -f core conftest.err conftest.$ac_objext \
13599 conftest$ac_exeext conftest.$ac_ext
13600 LIBS=$ac_check_lib_save_LIBS
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13603 $as_echo "$ac_cv_lib_m_cos" >&6; }
13604 if test "x$ac_cv_lib_m_cos" = x""yes; then :
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13611 $as_echo_n "checking for cos in -lm... " >&6; }
13612 if test "${ac_cv_lib_m_cos+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13615 ac_check_lib_save_LIBS=$LIBS
13617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13618 /* end confdefs.h. */
13620 /* Override any GCC internal prototype to avoid an error.
13621 Use char because int might match the return type of a GCC
13622 builtin and then its argument prototype would still apply. */
13635 if ac_fn_c_try_link "$LINENO"; then :
13636 ac_cv_lib_m_cos=yes
13640 rm -f core conftest.err conftest.$ac_objext \
13641 conftest$ac_exeext conftest.$ac_ext
13642 LIBS=$ac_check_lib_save_LIBS
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13645 $as_echo "$ac_cv_lib_m_cos" >&6; }
13646 if test "x$ac_cv_lib_m_cos" = x""yes; then :
13658 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13659 # enough, but on some of those systems, the assert macro relies on requoting
13660 # working properly!
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13662 $as_echo_n "checking for working assert macro... " >&6; }
13663 if test "${gas_cv_assert_ok+set}" = set; then :
13664 $as_echo_n "(cached) " >&6
13666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13667 /* end confdefs.h. */
13668 #include <assert.h>
13674 /* check for requoting problems */
13675 static int a, b, c, d;
13677 assert (!strcmp(s, "foo bar baz quux"));
13678 /* check for newline handling */
13686 if ac_fn_c_try_link "$LINENO"; then :
13687 gas_cv_assert_ok=yes
13689 gas_cv_assert_ok=no
13691 rm -f core conftest.err conftest.$ac_objext \
13692 conftest$ac_exeext conftest.$ac_ext
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13695 $as_echo "$gas_cv_assert_ok" >&6; }
13696 test $gas_cv_assert_ok = yes ||
13697 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13701 # On some systems, the system header files may not declare malloc, realloc,
13702 # and free. There are places where gas needs these functions to have been
13703 # declared -- such as when taking their addresses.
13705 #ifdef HAVE_MEMORY_H
13706 #include <memory.h>
13708 #ifdef HAVE_STRING_H
13709 #include <string.h>
13711 #ifdef HAVE_STRINGS_H
13712 #include <strings.h>
13715 #ifdef HAVE_STDLIB_H
13716 #include <stdlib.h>
13718 #ifdef HAVE_UNISTD_H
13719 #include <unistd.h>
13723 # Does errno.h declare errno, or do we have to add a separate declaration
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
13727 $as_echo_n "checking whether declaration is required for errno... " >&6; }
13728 if test "${gas_cv_decl_needed_errno+set}" = set; then :
13729 $as_echo_n "(cached) " >&6
13731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13732 /* end confdefs.h. */
13734 #ifdef HAVE_ERRNO_H
13750 if ac_fn_c_try_link "$LINENO"; then :
13751 gas_cv_decl_needed_errno=no
13753 gas_cv_decl_needed_errno=yes
13755 rm -f core conftest.err conftest.$ac_objext \
13756 conftest$ac_exeext conftest.$ac_ext
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
13759 $as_echo "$gas_cv_decl_needed_errno" >&6; }
13760 if test $gas_cv_decl_needed_errno = yes; then
13762 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13768 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13769 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
13770 $as_echo_n "(cached) " >&6
13772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13773 /* end confdefs.h. */
13774 #include <unistd.h>
13778 extern int getopt (int, char *const*, const char *);
13783 if ac_fn_c_try_compile "$LINENO"; then :
13784 gas_cv_decl_getopt_unistd_h=yes
13786 gas_cv_decl_getopt_unistd_h=no
13788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13792 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13793 if test $gas_cv_decl_getopt_unistd_h = yes; then
13795 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13801 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13802 if test "${gas_cv_decl_needed_environ+set}" = set; then :
13803 $as_echo_n "(cached) " >&6
13805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13806 /* end confdefs.h. */
13820 if ac_fn_c_try_link "$LINENO"; then :
13821 gas_cv_decl_needed_environ=no
13823 gas_cv_decl_needed_environ=yes
13825 rm -f core conftest.err conftest.$ac_objext \
13826 conftest$ac_exeext conftest.$ac_ext
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13829 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13830 if test $gas_cv_decl_needed_environ = yes; then
13832 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13838 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13839 if test "${gas_cv_decl_needed_ffs+set}" = set; then :
13840 $as_echo_n "(cached) " >&6
13842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13843 /* end confdefs.h. */
13849 typedef int (*f)(int);
13857 if ac_fn_c_try_link "$LINENO"; then :
13858 gas_cv_decl_needed_ffs=no
13860 gas_cv_decl_needed_ffs=yes
13862 rm -f core conftest.err conftest.$ac_objext \
13863 conftest$ac_exeext conftest.$ac_ext
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13866 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13867 if test $gas_cv_decl_needed_ffs = yes; then
13869 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
13875 $as_echo_n "checking whether declaration is required for free... " >&6; }
13876 if test "${gas_cv_decl_needed_free+set}" = set; then :
13877 $as_echo_n "(cached) " >&6
13879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13886 typedef void (*f)();
13894 if ac_fn_c_try_link "$LINENO"; then :
13895 gas_cv_decl_needed_free=no
13897 gas_cv_decl_needed_free=yes
13899 rm -f core conftest.err conftest.$ac_objext \
13900 conftest$ac_exeext conftest.$ac_ext
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
13903 $as_echo "$gas_cv_decl_needed_free" >&6; }
13904 if test $gas_cv_decl_needed_free = yes; then
13906 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
13912 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
13913 if test "${gas_cv_decl_needed_malloc+set}" = set; then :
13914 $as_echo_n "(cached) " >&6
13916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917 /* end confdefs.h. */
13923 typedef char *(*f)();
13931 if ac_fn_c_try_link "$LINENO"; then :
13932 gas_cv_decl_needed_malloc=no
13934 gas_cv_decl_needed_malloc=yes
13936 rm -f core conftest.err conftest.$ac_objext \
13937 conftest$ac_exeext conftest.$ac_ext
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
13940 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
13941 if test $gas_cv_decl_needed_malloc = yes; then
13943 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
13949 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
13950 if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
13951 $as_echo_n "(cached) " >&6
13953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13954 /* end confdefs.h. */
13960 typedef char *(*f)();
13968 if ac_fn_c_try_link "$LINENO"; then :
13969 gas_cv_decl_needed_sbrk=no
13971 gas_cv_decl_needed_sbrk=yes
13973 rm -f core conftest.err conftest.$ac_objext \
13974 conftest$ac_exeext conftest.$ac_ext
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
13977 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
13978 if test $gas_cv_decl_needed_sbrk = yes; then
13980 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
13986 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
13987 if test "${gas_cv_decl_needed_strstr+set}" = set; then :
13988 $as_echo_n "(cached) " >&6
13990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13991 /* end confdefs.h. */
13997 typedef char *(*f)();
14005 if ac_fn_c_try_link "$LINENO"; then :
14006 gas_cv_decl_needed_strstr=no
14008 gas_cv_decl_needed_strstr=yes
14010 rm -f core conftest.err conftest.$ac_objext \
14011 conftest$ac_exeext conftest.$ac_ext
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14014 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
14015 if test $gas_cv_decl_needed_strstr = yes; then
14017 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
14022 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14023 if test "x$ac_cv_have_decl_free" = x""yes; then :
14029 cat >>confdefs.h <<_ACEOF
14030 #define HAVE_DECL_FREE $ac_have_decl
14032 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14033 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14039 cat >>confdefs.h <<_ACEOF
14040 #define HAVE_DECL_GETENV $ac_have_decl
14042 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14043 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14049 cat >>confdefs.h <<_ACEOF
14050 #define HAVE_DECL_MALLOC $ac_have_decl
14052 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14053 if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14059 cat >>confdefs.h <<_ACEOF
14060 #define HAVE_DECL_MEMPCPY $ac_have_decl
14062 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14063 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14069 cat >>confdefs.h <<_ACEOF
14070 #define HAVE_DECL_REALLOC $ac_have_decl
14072 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14073 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14079 cat >>confdefs.h <<_ACEOF
14080 #define HAVE_DECL_STPCPY $ac_have_decl
14082 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14083 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14089 cat >>confdefs.h <<_ACEOF
14090 #define HAVE_DECL_STRSTR $ac_have_decl
14092 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14093 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14099 cat >>confdefs.h <<_ACEOF
14100 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14106 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14108 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14112 # Link in zlib if we can. This allows us to write compressed debug sections.
14114 # See if the user specified whether he wants zlib support or not.
14116 # Check whether --with-zlib was given.
14117 if test "${with_zlib+set}" = set; then :
14118 withval=$with_zlib;
14124 if test "$with_zlib" != "no"; then
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
14126 $as_echo_n "checking for library containing zlibVersion... " >&6; }
14127 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14128 $as_echo_n "(cached) " >&6
14130 ac_func_search_save_LIBS=$LIBS
14131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14132 /* end confdefs.h. */
14134 /* Override any GCC internal prototype to avoid an error.
14135 Use char because int might match the return type of a GCC
14136 builtin and then its argument prototype would still apply. */
14140 char zlibVersion ();
14144 return zlibVersion ();
14149 for ac_lib in '' z; do
14150 if test -z "$ac_lib"; then
14151 ac_res="none required"
14154 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14156 if ac_fn_c_try_link "$LINENO"; then :
14157 ac_cv_search_zlibVersion=$ac_res
14159 rm -f core conftest.err conftest.$ac_objext \
14161 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14165 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14168 ac_cv_search_zlibVersion=no
14170 rm conftest.$ac_ext
14171 LIBS=$ac_func_search_save_LIBS
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
14174 $as_echo "$ac_cv_search_zlibVersion" >&6; }
14175 ac_res=$ac_cv_search_zlibVersion
14176 if test "$ac_res" != no; then :
14177 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14178 for ac_header in zlib.h
14180 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
14181 if test "x$ac_cv_header_zlib_h" = x""yes; then :
14182 cat >>confdefs.h <<_ACEOF
14183 #define HAVE_ZLIB_H 1
14192 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
14193 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
14198 # Support for VMS timestamps via cross compile
14200 if test "$ac_cv_header_time_h" = yes; then
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14202 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14203 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14204 $as_echo_n "(cached) " >&6
14206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14207 /* end confdefs.h. */
14209 #define _BSD_SOURCE 1
14214 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14219 if ac_fn_c_try_compile "$LINENO"; then :
14220 gas_cv_have_time_type_member_tm_gmtoff=yes
14222 gas_cv_have_time_type_member_tm_gmtoff=no
14225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14228 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14230 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14234 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14238 if test "$ac_cv_header_sys_stat_h" = yes; then
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14240 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14241 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14242 $as_echo_n "(cached) " >&6
14244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14247 #define _BSD_SOURCE 1
14248 #include <sys/stat.h>
14252 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14257 if ac_fn_c_try_compile "$LINENO"; then :
14258 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14260 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14266 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14268 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14272 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14275 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14276 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14277 $as_echo_n "(cached) " >&6
14279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14280 /* end confdefs.h. */
14282 #define _BSD_SOURCE 1
14283 #include <sys/stat.h>
14287 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14292 if ac_fn_c_try_compile "$LINENO"; then :
14293 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14295 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14301 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14303 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14307 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14319 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14321 ac_config_commands="$ac_config_commands default"
14324 cat >confcache <<\_ACEOF
14325 # This file is a shell script that caches the results of configure
14326 # tests run on this system so they can be shared between configure
14327 # scripts and configure runs, see configure's option --config-cache.
14328 # It is not useful on other systems. If it contains results you don't
14329 # want to keep, you may remove or edit it.
14331 # config.status only pays attention to the cache file if you give it
14332 # the --recheck option to rerun configure.
14334 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14335 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14336 # following values.
14340 # The following way of writing the cache mishandles newlines in values,
14341 # but we know of no workaround that is simple, portable, and efficient.
14342 # So, we kill variables containing newlines.
14343 # Ultrix sh set writes to stderr and can't be redirected directly,
14344 # and sets the high bit in the cache file unless we assign to the vars.
14346 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14347 eval ac_val=\$$ac_var
14351 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14352 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14355 _ | IFS | as_nl) ;; #(
14356 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14357 *) { eval $ac_var=; unset $ac_var;} ;;
14363 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14364 *${as_nl}ac_space=\ *)
14365 # `set' does not quote correctly, so add quotes: double-quote
14366 # substitution turns \\\\ into \\, and sed turns \\ into \.
14369 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14372 # `set' quotes correctly as required by POSIX, so do not add quotes.
14373 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14382 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14384 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14386 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14387 if test -w "$cache_file"; then
14388 test "x$cache_file" != "x/dev/null" &&
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14390 $as_echo "$as_me: updating cache $cache_file" >&6;}
14391 cat confcache >$cache_file
14393 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14394 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14399 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14400 # Let make expand exec_prefix.
14401 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14403 DEFS=-DHAVE_CONFIG_H
14407 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14408 # 1. Remove the extension, and $U if already installed.
14409 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14410 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14411 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14412 # will be set to the directory where LIBOBJS objects are built.
14413 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14414 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14416 LIBOBJS=$ac_libobjs
14418 LTLIBOBJS=$ac_ltlibobjs
14421 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14422 as_fn_error "conditional \"AMDEP\" was never defined.
14423 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14425 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14426 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14427 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14429 if test -n "$EXEEXT"; then
14431 am__EXEEXT_FALSE='#'
14433 am__EXEEXT_TRUE='#'
14438 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14439 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14440 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14442 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14443 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14444 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14447 : ${CONFIG_STATUS=./config.status}
14449 ac_clean_files_save=$ac_clean_files
14450 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14452 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14454 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14456 # Generated by $as_me.
14457 # Run this file to recreate the current configuration.
14458 # Compiler output produced by configure, useful for debugging
14459 # configure, is in config.log if it exists.
14462 ac_cs_recheck=false
14465 SHELL=\${CONFIG_SHELL-$SHELL}
14468 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14469 ## -------------------- ##
14470 ## M4sh Initialization. ##
14471 ## -------------------- ##
14473 # Be more Bourne compatible
14474 DUALCASE=1; export DUALCASE # for MKS sh
14475 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14478 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14479 # is contrary to our usage. Disable this feature.
14480 alias -g '${1+"$@"}'='"$@"'
14481 setopt NO_GLOB_SUBST
14483 case `(set -o) 2>/dev/null` in #(
14495 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14496 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14497 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14498 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14499 # Prefer a ksh shell builtin over an external printf program on Solaris,
14500 # but without wasting forks for bash or zsh.
14501 if test -z "$BASH_VERSION$ZSH_VERSION" \
14502 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14503 as_echo='print -r --'
14504 as_echo_n='print -rn --'
14505 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14506 as_echo='printf %s\n'
14507 as_echo_n='printf %s'
14509 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14510 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14511 as_echo_n='/usr/ucb/echo -n'
14513 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14514 as_echo_n_body='eval
14518 expr "X$arg" : "X\\(.*\\)$as_nl";
14519 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14521 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14523 export as_echo_n_body
14524 as_echo_n='sh -c $as_echo_n_body as_echo'
14526 export as_echo_body
14527 as_echo='sh -c $as_echo_body as_echo'
14530 # The user is always right.
14531 if test "${PATH_SEPARATOR+set}" != set; then
14533 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14534 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14541 # We need space, tab and new line, in precisely that order. Quoting is
14542 # there to prevent editors from complaining about space-tab.
14543 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14544 # splitting by setting IFS to empty value.)
14547 # Find who we are. Look in the path if we contain no directory separator.
14549 *[\\/]* ) as_myself=$0 ;;
14550 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14551 for as_dir in $PATH
14554 test -z "$as_dir" && as_dir=.
14555 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14561 # We did not find ourselves, most probably we were run as `sh COMMAND'
14562 # in which case we are not to be found in the path.
14563 if test "x$as_myself" = x; then
14566 if test ! -f "$as_myself"; then
14567 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14571 # Unset variables that we do not need and which cause bugs (e.g. in
14572 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14573 # suppresses any "Segmentation fault" message there. '((' could
14574 # trigger a bug in pdksh 5.2.14.
14575 for as_var in BASH_ENV ENV MAIL MAILPATH
14576 do eval test x\${$as_var+set} = xset \
14577 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14590 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14593 # as_fn_error ERROR [LINENO LOG_FD]
14594 # ---------------------------------
14595 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14596 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14597 # script with status $?, using 1 if that was 0.
14600 as_status=$?; test $as_status -eq 0 && as_status=1
14602 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14603 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14605 $as_echo "$as_me: error: $1" >&2
14606 as_fn_exit $as_status
14610 # as_fn_set_status STATUS
14611 # -----------------------
14612 # Set $? to STATUS, without forking.
14613 as_fn_set_status ()
14616 } # as_fn_set_status
14618 # as_fn_exit STATUS
14619 # -----------------
14620 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14624 as_fn_set_status $1
14630 # Portably unset VAR.
14633 { eval $1=; unset $1;}
14635 as_unset=as_fn_unset
14636 # as_fn_append VAR VALUE
14637 # ----------------------
14638 # Append the text in VALUE to the end of the definition contained in VAR. Take
14639 # advantage of any shell optimizations that allow amortized linear growth over
14640 # repeated appends, instead of the typical quadratic growth present in naive
14642 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14643 eval 'as_fn_append ()
14654 # as_fn_arith ARG...
14655 # ------------------
14656 # Perform arithmetic evaluation on the ARGs, and store the result in the
14657 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14658 # must be portable across $(()) and expr.
14659 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14660 eval 'as_fn_arith ()
14667 as_val=`expr "$@" || test $? -eq 1`
14672 if expr a : '\(a\)' >/dev/null 2>&1 &&
14673 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14679 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14680 as_basename=basename
14685 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14691 as_me=`$as_basename -- "$0" ||
14692 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14693 X"$0" : 'X\(//\)$' \| \
14694 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14696 sed '/^.*\/\([^/][^/]*\)\/*$/{
14710 # Avoid depending upon Character Ranges.
14711 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14712 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14713 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14714 as_cr_digits='0123456789'
14715 as_cr_alnum=$as_cr_Letters$as_cr_digits
14717 ECHO_C= ECHO_N= ECHO_T=
14718 case `echo -n x` in #(((((
14720 case `echo 'xy\c'` in
14721 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14723 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14730 rm -f conf$$ conf$$.exe conf$$.file
14731 if test -d conf$$.dir; then
14732 rm -f conf$$.dir/conf$$.file
14735 mkdir conf$$.dir 2>/dev/null
14737 if (echo >conf$$.file) 2>/dev/null; then
14738 if ln -s conf$$.file conf$$ 2>/dev/null; then
14740 # ... but there are two gotchas:
14741 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14742 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14743 # In both cases, we have to default to `cp -p'.
14744 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14746 elif ln conf$$.file conf$$ 2>/dev/null; then
14754 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14755 rmdir conf$$.dir 2>/dev/null
14760 # Create "$as_dir" as a directory, including parents if necessary.
14765 -*) as_dir=./$as_dir;;
14767 test -d "$as_dir" || eval $as_mkdir_p || {
14771 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14772 *) as_qdir=$as_dir;;
14774 as_dirs="'$as_qdir' $as_dirs"
14775 as_dir=`$as_dirname -- "$as_dir" ||
14776 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14777 X"$as_dir" : 'X\(//\)[^/]' \| \
14778 X"$as_dir" : 'X\(//\)$' \| \
14779 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14780 $as_echo X"$as_dir" |
14781 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14785 /^X\(\/\/\)[^/].*/{
14798 test -d "$as_dir" && break
14800 test -z "$as_dirs" || eval "mkdir $as_dirs"
14801 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14805 if mkdir -p . 2>/dev/null; then
14806 as_mkdir_p='mkdir -p "$as_dir"'
14808 test -d ./-p && rmdir ./-p
14812 if test -x / >/dev/null 2>&1; then
14813 as_test_x='test -x'
14815 if ls -dL / >/dev/null 2>&1; then
14822 if test -d "$1"; then
14828 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14829 ???[sx]*):;;*)false;;esac;fi
14833 as_executable_p=$as_test_x
14835 # Sed expression to map a string onto a valid CPP name.
14836 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14838 # Sed expression to map a string onto a valid variable name.
14839 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14843 ## ----------------------------------- ##
14844 ## Main body of $CONFIG_STATUS script. ##
14845 ## ----------------------------------- ##
14847 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14849 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14850 # Save the log message, to keep $0 and so on meaningful, and to
14851 # report actual input values of CONFIG_FILES etc. instead of their
14852 # values after options handling.
14854 This file was extended by $as_me, which was
14855 generated by GNU Autoconf 2.64. Invocation command line was
14857 CONFIG_FILES = $CONFIG_FILES
14858 CONFIG_HEADERS = $CONFIG_HEADERS
14859 CONFIG_LINKS = $CONFIG_LINKS
14860 CONFIG_COMMANDS = $CONFIG_COMMANDS
14863 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14868 case $ac_config_files in *"
14869 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14872 case $ac_config_headers in *"
14873 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14877 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14878 # Files that config.status was made for.
14879 config_files="$ac_config_files"
14880 config_headers="$ac_config_headers"
14881 config_commands="$ac_config_commands"
14885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14887 \`$as_me' instantiates files and other configuration actions
14888 from templates according to the current configuration. Unless the files
14889 and actions are specified as TAGs, all are instantiated by default.
14891 Usage: $0 [OPTION]... [TAG]...
14893 -h, --help print this help, then exit
14894 -V, --version print version number and configuration settings, then exit
14895 -q, --quiet, --silent
14896 do not print progress messages
14897 -d, --debug don't remove temporary files
14898 --recheck update $as_me by reconfiguring in the same conditions
14899 --file=FILE[:TEMPLATE]
14900 instantiate the configuration file FILE
14901 --header=FILE[:TEMPLATE]
14902 instantiate the configuration header FILE
14904 Configuration files:
14907 Configuration headers:
14910 Configuration commands:
14913 Report bugs to the package provider."
14916 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14919 configured by $0, generated by GNU Autoconf 2.64,
14920 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14922 Copyright (C) 2009 Free Software Foundation, Inc.
14923 This config.status script is free software; the Free Software Foundation
14924 gives unlimited permission to copy, distribute and modify it."
14931 test -n "\$AWK" || AWK=awk
14934 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14935 # The default lists apply if the user does not specify any file.
14941 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14942 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14953 # Handling of the options.
14954 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14956 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14957 $as_echo "$ac_cs_version"; exit ;;
14958 --debug | --debu | --deb | --de | --d | -d )
14960 --file | --fil | --fi | --f )
14963 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14965 as_fn_append CONFIG_FILES " '$ac_optarg'"
14966 ac_need_defaults=false;;
14967 --header | --heade | --head | --hea )
14970 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14972 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14973 ac_need_defaults=false;;
14975 # Conflict between --help and --header
14976 as_fn_error "ambiguous option: \`$1'
14977 Try \`$0 --help' for more information.";;
14978 --help | --hel | -h )
14979 $as_echo "$ac_cs_usage"; exit ;;
14980 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14981 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14984 # This is an error.
14985 -*) as_fn_error "unrecognized option: \`$1'
14986 Try \`$0 --help' for more information." ;;
14988 *) as_fn_append ac_config_targets " $1"
14989 ac_need_defaults=false ;;
14995 ac_configure_extra_args=
14997 if $ac_cs_silent; then
14999 ac_configure_extra_args="$ac_configure_extra_args --silent"
15003 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15004 if \$ac_cs_recheck; then
15005 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15007 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15008 CONFIG_SHELL='$SHELL'
15009 export CONFIG_SHELL
15014 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15018 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15019 ## Running $as_me. ##
15025 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15029 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15032 # The HP-UX ksh and POSIX shell print the target directory to stdout
15033 # if CDPATH is set.
15034 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15036 sed_quote_subst='$sed_quote_subst'
15037 double_quote_subst='$double_quote_subst'
15038 delay_variable_subst='$delay_variable_subst'
15039 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15040 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15041 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15042 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15043 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15044 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15045 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15046 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15047 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15048 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15049 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15050 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15051 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15052 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15053 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15054 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15055 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15056 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15057 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15058 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15059 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15060 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15061 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15062 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15063 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15064 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15065 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15066 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15067 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15068 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15069 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15070 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15071 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15072 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15073 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15074 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15075 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15076 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15077 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15078 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15079 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15080 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15081 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15082 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15083 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15084 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15085 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15086 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15087 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"`'
15088 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15089 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15090 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15091 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15092 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15093 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15094 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15095 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15096 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15097 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15098 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15099 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15100 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15101 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15102 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15103 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15104 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15105 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15106 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15107 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15108 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15109 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15110 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15111 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15112 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15113 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15114 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15115 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15116 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15117 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15118 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15119 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15120 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15121 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15122 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15123 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15124 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15125 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15126 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15127 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15128 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15129 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15130 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15131 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15132 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15133 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15134 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15135 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15136 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15137 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15138 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15139 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15140 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15141 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15142 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15143 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15144 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15145 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15146 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15147 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15148 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15149 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15150 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15151 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15152 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15153 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15154 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15155 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15156 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15157 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15158 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15161 LTCFLAGS='$LTCFLAGS'
15162 compiler='$compiler_DEFAULT'
15164 # A function that is used when there is no print builtin or printf.
15165 func_fallback_echo ()
15167 eval 'cat <<_LTECHO_EOF
15172 # Quote evaled strings.
15186 deplibs_check_method \
15195 lt_cv_sys_global_symbol_pipe \
15196 lt_cv_sys_global_symbol_to_cdecl \
15197 lt_cv_sys_global_symbol_to_c_name_address \
15198 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15199 lt_prog_compiler_no_builtin_flag \
15200 lt_prog_compiler_wl \
15201 lt_prog_compiler_pic \
15202 lt_prog_compiler_static \
15203 lt_cv_prog_compiler_c_o \
15211 export_dynamic_flag_spec \
15212 whole_archive_flag_spec \
15213 compiler_needs_object \
15215 allow_undefined_flag \
15216 no_undefined_flag \
15217 hardcode_libdir_flag_spec \
15218 hardcode_libdir_flag_spec_ld \
15219 hardcode_libdir_separator \
15224 variables_saved_for_relink \
15226 library_names_spec \
15228 install_override_mode \
15232 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15233 *[\\\\\\\`\\"\\\$]*)
15234 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15237 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15242 # Double-quote double-evaled strings.
15243 for var in reload_cmds \
15244 old_postinstall_cmds \
15245 old_postuninstall_cmds \
15247 extract_expsyms_cmds \
15248 old_archive_from_new_cmds \
15249 old_archive_from_expsyms_cmds \
15251 archive_expsym_cmds \
15253 module_expsym_cmds \
15254 export_symbols_cmds \
15257 postuninstall_cmds \
15259 sys_lib_search_path_spec \
15260 sys_lib_dlsearch_path_spec; do
15261 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15262 *[\\\\\\\`\\"\\\$]*)
15263 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15266 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15271 ac_aux_dir='$ac_aux_dir'
15272 xsi_shell='$xsi_shell'
15273 lt_shell_append='$lt_shell_append'
15275 # See if we are running on zsh, and set the options which allow our
15276 # commands through without removal of \ escapes INIT.
15277 if test -n "\${ZSH_VERSION+set}" ; then
15278 setopt NO_GLOB_SUBST
15284 TIMESTAMP='$TIMESTAMP'
15290 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15291 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15293 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15294 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15295 LINGUAS="${LINGUAS-%UNSET%}"
15297 target_cpu_type=${target_cpu_type}
15298 cgen_cpu_prefix=${cgen_cpu_prefix}
15299 obj_format=${obj_format}
15304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15306 # Handling of arguments.
15307 for ac_config_target in $ac_config_targets
15309 case $ac_config_target in
15310 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15311 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15312 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15313 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15314 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15315 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15316 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15317 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15318 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15319 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15321 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15326 # If the user did not use the arguments to specify the items to instantiate,
15327 # then the envvar interface is used. Set only those that are not.
15328 # We use the long form for the default assignment because of an extremely
15329 # bizarre bug on SunOS 4.1.3.
15330 if $ac_need_defaults; then
15331 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15332 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15333 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15336 # Have a temporary directory for convenience. Make it in the build tree
15337 # simply because there is no reason against having it here, and in addition,
15338 # creating and moving files from /tmp can sometimes cause problems.
15339 # Hook for its removal unless debugging.
15340 # Note that there is a small window in which the directory will not be cleaned:
15341 # after its creation but before its name has been assigned to `$tmp'.
15345 trap 'exit_status=$?
15346 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15348 trap 'as_fn_exit 1' 1 2 13 15
15350 # Create a (secure) tmp directory for tmp files.
15353 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15354 test -n "$tmp" && test -d "$tmp"
15357 tmp=./conf$$-$RANDOM
15358 (umask 077 && mkdir "$tmp")
15359 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15361 # Set up the scripts for CONFIG_FILES section.
15362 # No need to generate them if there are no CONFIG_FILES.
15363 # This happens for instance with `./config.status config.h'.
15364 if test -n "$CONFIG_FILES"; then
15367 ac_cr=`echo X | tr X '\015'`
15368 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15369 # But we know of no other shell where ac_cr would be empty at this
15370 # point, so we can use a bashism as a fallback.
15371 if test "x$ac_cr" = x; then
15372 eval ac_cr=\$\'\\r\'
15374 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15375 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15378 ac_cs_awk_cr=$ac_cr
15381 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15386 echo "cat >conf$$subs.awk <<_ACEOF" &&
15387 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15389 } >conf$$subs.sh ||
15390 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15391 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15393 for ac_last_try in false false false false false :; do
15394 . ./conf$$subs.sh ||
15395 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15397 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15398 if test $ac_delim_n = $ac_delim_num; then
15400 elif $ac_last_try; then
15401 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15403 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15406 rm -f conf$$subs.sh
15408 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15409 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15413 s/^/S["/; s/!.*/"]=/
15423 s/\(.\{148\}\).*/\1/
15425 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15430 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15437 s/\(.\{148\}\).*/\1/
15439 s/["\\]/\\&/g; s/^/"/; s/$/"/
15443 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15448 ' <conf$$subs.awk | sed '
15453 ' >>$CONFIG_STATUS || ac_write_fail=1
15454 rm -f conf$$subs.awk
15455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15457 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15458 for (key in S) S_is_set[key] = 1
15464 nfields = split(line, field, "@")
15466 len = length(field[1])
15467 for (i = 2; i < nfields; i++) {
15469 keylen = length(key)
15470 if (S_is_set[key]) {
15472 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15473 len += length(value) + length(field[++i])
15484 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15485 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15486 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15489 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15490 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15493 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15494 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15495 # trailing colons and then remove the whole line if VPATH becomes empty
15496 # (actually we leave an empty line to preserve line numbers).
15497 if test "x$srcdir" = x.; then
15498 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15499 s/:*\$(srcdir):*/:/
15500 s/:*\${srcdir}:*/:/
15502 s/^\([^=]*=[ ]*\):*/\1/
15508 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15509 fi # test -n "$CONFIG_FILES"
15511 # Set up the scripts for CONFIG_HEADERS section.
15512 # No need to generate them if there are no CONFIG_HEADERS.
15513 # This happens for instance with `./config.status Makefile'.
15514 if test -n "$CONFIG_HEADERS"; then
15515 cat >"$tmp/defines.awk" <<\_ACAWK ||
15519 # Transform confdefs.h into an awk script `defines.awk', embedded as
15520 # here-document in config.status, that substitutes the proper values into
15521 # config.h.in to produce config.h.
15523 # Create a delimiter string that does not exist in confdefs.h, to ease
15524 # handling of long lines.
15526 for ac_last_try in false false :; do
15527 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15528 if test -z "$ac_t"; then
15530 elif $ac_last_try; then
15531 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15533 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15537 # For the awk script, D is an array of macro values keyed by name,
15538 # likewise P contains macro parameters if any. Preserve backslash
15539 # newline sequences.
15541 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15543 s/.\{148\}/&'"$ac_delim"'/g
15546 s/^[ ]*#[ ]*define[ ][ ]*/ /
15553 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15555 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15559 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15560 D["\1"]=" \3\\\\\\n"\\/p
15562 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15567 s/.\{148\}/&'"$ac_delim"'/g
15572 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15575 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15577 ' <confdefs.h | sed '
15578 s/'"$ac_delim"'/"\\\
15579 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15581 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15582 for (key in D) D_is_set[key] = 1
15585 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15587 split(line, arg, " ")
15588 if (arg[1] == "#") {
15592 defundef = substr(arg[1], 2)
15595 split(mac1, mac2, "(") #)
15597 prefix = substr(line, 1, index(line, defundef) - 1)
15598 if (D_is_set[macro]) {
15599 # Preserve the white space surrounding the "#".
15600 print prefix "define", macro P[macro] D[macro]
15603 # Replace #undef with comments. This is necessary, for example,
15604 # in the case of _POSIX_SOURCE, which is predefined and required
15605 # on some systems where configure will not decide to define it.
15606 if (defundef == "undef") {
15607 print "/*", prefix defundef, macro, "*/"
15615 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15616 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15617 fi # test -n "$CONFIG_HEADERS"
15620 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15625 :[FHLC]) ac_mode=$ac_tag; continue;;
15627 case $ac_mode$ac_tag in
15629 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15630 :[FH]-) ac_tag=-:-;;
15631 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15648 -) ac_f="$tmp/stdin";;
15649 *) # Look for the file first in the build tree, then in the source tree
15650 # (if the path is not absolute). The absolute path cannot be DOS-style,
15651 # because $ac_f cannot contain `:'.
15655 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15657 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15659 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15660 as_fn_append ac_file_inputs " '$ac_f'"
15663 # Let's still pretend it is `configure' which instantiates (i.e., don't
15664 # use $as_me), people would be surprised to read:
15665 # /* config.h. Generated by config.status. */
15666 configure_input='Generated from '`
15667 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15669 if test x"$ac_file" != x-; then
15670 configure_input="$ac_file. $configure_input"
15671 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15672 $as_echo "$as_me: creating $ac_file" >&6;}
15674 # Neutralize special characters interpreted by sed in replacement strings.
15675 case $configure_input in #(
15676 *\&* | *\|* | *\\* )
15677 ac_sed_conf_input=`$as_echo "$configure_input" |
15678 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15679 *) ac_sed_conf_input=$configure_input;;
15683 *:-:* | *:-) cat >"$tmp/stdin" \
15684 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15689 ac_dir=`$as_dirname -- "$ac_file" ||
15690 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15691 X"$ac_file" : 'X\(//\)[^/]' \| \
15692 X"$ac_file" : 'X\(//\)$' \| \
15693 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15694 $as_echo X"$ac_file" |
15695 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15699 /^X\(\/\/\)[^/].*/{
15712 as_dir="$ac_dir"; as_fn_mkdir_p
15716 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15718 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15719 # A ".." for each directory in $ac_dir_suffix.
15720 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15721 case $ac_top_builddir_sub in
15722 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15723 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15726 ac_abs_top_builddir=$ac_pwd
15727 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15728 # for backward compatibility:
15729 ac_top_builddir=$ac_top_build_prefix
15732 .) # We are building in place.
15734 ac_top_srcdir=$ac_top_builddir_sub
15735 ac_abs_top_srcdir=$ac_pwd ;;
15736 [\\/]* | ?:[\\/]* ) # Absolute name.
15737 ac_srcdir=$srcdir$ac_dir_suffix;
15738 ac_top_srcdir=$srcdir
15739 ac_abs_top_srcdir=$srcdir ;;
15740 *) # Relative name.
15741 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15742 ac_top_srcdir=$ac_top_build_prefix$srcdir
15743 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15745 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15755 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15756 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15758 ac_MKDIR_P=$MKDIR_P
15760 [\\/$]* | ?:[\\/]* ) ;;
15761 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15765 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15766 # If the template does not know about datarootdir, expand it.
15767 # FIXME: This hack should be removed a few years after 2.60.
15768 ac_datarootdir_hack=; ac_datarootdir_seen=
15779 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15780 *datarootdir*) ac_datarootdir_seen=yes;;
15781 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15783 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15786 ac_datarootdir_hack='
15787 s&@datadir@&$datadir&g
15788 s&@docdir@&$docdir&g
15789 s&@infodir@&$infodir&g
15790 s&@localedir@&$localedir&g
15791 s&@mandir@&$mandir&g
15792 s&\\\${datarootdir}&$datarootdir&g' ;;
15796 # Neutralize VPATH when `$srcdir' = `.'.
15797 # Shell code in configure.ac might set extrasub.
15798 # FIXME: do we really want to maintain this feature?
15799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15800 ac_sed_extra="$ac_vpsub
15803 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15805 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15806 s|@configure_input@|$ac_sed_conf_input|;t t
15807 s&@top_builddir@&$ac_top_builddir_sub&;t t
15808 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15809 s&@srcdir@&$ac_srcdir&;t t
15810 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15811 s&@top_srcdir@&$ac_top_srcdir&;t t
15812 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15813 s&@builddir@&$ac_builddir&;t t
15814 s&@abs_builddir@&$ac_abs_builddir&;t t
15815 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15816 s&@INSTALL@&$ac_INSTALL&;t t
15817 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15818 $ac_datarootdir_hack
15820 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15821 || as_fn_error "could not create $ac_file" "$LINENO" 5
15823 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15824 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15825 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15827 which seems to be undefined. Please make sure it is defined." >&5
15828 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15829 which seems to be undefined. Please make sure it is defined." >&2;}
15833 -) cat "$tmp/out" && rm -f "$tmp/out";;
15834 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15836 || as_fn_error "could not create $ac_file" "$LINENO" 5
15842 if test x"$ac_file" != x-; then
15844 $as_echo "/* $configure_input */" \
15845 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15846 } >"$tmp/config.h" \
15847 || as_fn_error "could not create $ac_file" "$LINENO" 5
15848 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15849 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15850 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15853 mv "$tmp/config.h" "$ac_file" \
15854 || as_fn_error "could not create $ac_file" "$LINENO" 5
15857 $as_echo "/* $configure_input */" \
15858 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15859 || as_fn_error "could not create -" "$LINENO" 5
15861 # Compute "$ac_file"'s index in $config_headers.
15864 for _am_header in $config_headers :; do
15865 case $_am_header in
15866 $_am_arg | $_am_arg:* )
15869 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15872 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15873 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15874 X"$_am_arg" : 'X\(//\)[^/]' \| \
15875 X"$_am_arg" : 'X\(//\)$' \| \
15876 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15877 $as_echo X"$_am_arg" |
15878 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15882 /^X\(\/\/\)[^/].*/{
15894 s/.*/./; q'`/stamp-h$_am_stamp_count
15897 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15898 $as_echo "$as_me: executing $ac_file commands" >&6;}
15903 case $ac_file$ac_mode in
15904 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15905 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15906 # are listed without --file. Let's play safe and only enable the eval
15907 # if we detect the quoting.
15908 case $CONFIG_FILES in
15909 *\'*) eval set x "$CONFIG_FILES" ;;
15910 *) set x $CONFIG_FILES ;;
15915 # Strip MF so we end up with the name of the file.
15916 mf=`echo "$mf" | sed -e 's/:.*$//'`
15917 # Check whether this is an Automake generated Makefile or not.
15918 # We used to match only the files named `Makefile.in', but
15919 # some people rename them; so instead we look at the file content.
15920 # Grep'ing the first line is not enough: some people post-process
15921 # each Makefile.in and add a new line on top of each file to say so.
15922 # Grep'ing the whole file is not good either: AIX grep has a line
15923 # limit of 2048, but all sed's we know have understand at least 4000.
15924 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15925 dirpart=`$as_dirname -- "$mf" ||
15926 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15927 X"$mf" : 'X\(//\)[^/]' \| \
15928 X"$mf" : 'X\(//\)$' \| \
15929 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15931 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15935 /^X\(\/\/\)[^/].*/{
15951 # Extract the definition of DEPDIR, am__include, and am__quote
15952 # from the Makefile without running `make'.
15953 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15954 test -z "$DEPDIR" && continue
15955 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15956 test -z "am__include" && continue
15957 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15958 # When using ansi2knr, U may be empty or an underscore; expand it
15959 U=`sed -n 's/^U = //p' < "$mf"`
15960 # Find all dependency output files, they are included files with
15961 # $(DEPDIR) in their names. We invoke sed twice because it is the
15962 # simplest approach to changing $(DEPDIR) to its actual value in the
15964 for file in `sed -n "
15965 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15966 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15967 # Make sure the directory exists.
15968 test -f "$dirpart/$file" && continue
15969 fdir=`$as_dirname -- "$file" ||
15970 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15971 X"$file" : 'X\(//\)[^/]' \| \
15972 X"$file" : 'X\(//\)$' \| \
15973 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15974 $as_echo X"$file" |
15975 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15979 /^X\(\/\/\)[^/].*/{
15992 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15993 # echo "creating $dirpart/$file"
15994 echo '# dummy' > "$dirpart/$file"
16001 # See if we are running on zsh, and set the options which allow our
16002 # commands through without removal of \ escapes.
16003 if test -n "${ZSH_VERSION+set}" ; then
16004 setopt NO_GLOB_SUBST
16007 cfgfile="${ofile}T"
16008 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16011 cat <<_LT_EOF >> "$cfgfile"
16014 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16015 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16016 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16017 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16019 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16020 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16021 # Written by Gordon Matzigkeit, 1996
16023 # This file is part of GNU Libtool.
16025 # GNU Libtool is free software; you can redistribute it and/or
16026 # modify it under the terms of the GNU General Public License as
16027 # published by the Free Software Foundation; either version 2 of
16028 # the License, or (at your option) any later version.
16030 # As a special exception to the GNU General Public License,
16031 # if you distribute this file as part of a program or library that
16032 # is built using GNU Libtool, you may include this file under the
16033 # same distribution terms that you use for the rest of that program.
16035 # GNU Libtool is distributed in the hope that it will be useful,
16036 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16037 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16038 # GNU General Public License for more details.
16040 # You should have received a copy of the GNU General Public License
16041 # along with GNU Libtool; see the file COPYING. If not, a copy
16042 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16043 # obtained by writing to the Free Software Foundation, Inc.,
16044 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16047 # The names of the tagged configurations supported by this script.
16050 # ### BEGIN LIBTOOL CONFIG
16052 # Which release of libtool.m4 was used?
16053 macro_version=$macro_version
16054 macro_revision=$macro_revision
16056 # Whether or not to build shared libraries.
16057 build_libtool_libs=$enable_shared
16059 # Whether or not to build static libraries.
16060 build_old_libs=$enable_static
16062 # What type of objects to build.
16065 # Whether or not to optimize for fast installation.
16066 fast_install=$enable_fast_install
16068 # Shell to use when invoking shell scripts.
16071 # An echo program that protects backslashes.
16075 host_alias=$host_alias
16079 # The build system.
16080 build_alias=$build_alias
16084 # A sed program that does not truncate output.
16087 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16088 Xsed="\$SED -e 1s/^X//"
16090 # A grep program that handles long lines.
16096 # A literal string matcher.
16099 # A BSD- or MS-compatible name lister.
16102 # Whether we need soft or hard links.
16105 # What is the maximum length of a command?
16106 max_cmd_len=$max_cmd_len
16108 # Object file suffix (normally "o").
16111 # Executable file suffix (normally "").
16114 # whether the shell understands "unset".
16117 # turn spaces into newlines.
16120 # turn newlines into spaces.
16123 # An object symbol dumper.
16124 OBJDUMP=$lt_OBJDUMP
16126 # Method to check whether dependent libraries are shared objects.
16127 deplibs_check_method=$lt_deplibs_check_method
16129 # Command to use when deplibs_check_method == "file_magic".
16130 file_magic_cmd=$lt_file_magic_cmd
16134 AR_FLAGS=$lt_AR_FLAGS
16136 # A symbol stripping program.
16139 # Commands used to install an old-style archive.
16141 old_postinstall_cmds=$lt_old_postinstall_cmds
16142 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16144 # Whether to use a lock for old archive extraction.
16145 lock_old_archive_extraction=$lock_old_archive_extraction
16150 # LTCC compiler flags.
16151 LTCFLAGS=$lt_CFLAGS
16153 # Take the output of nm and produce a listing of raw symbols and C names.
16154 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16156 # Transform the output of nm in a proper C declaration.
16157 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16159 # Transform the output of nm in a C name address pair.
16160 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16162 # Transform the output of nm in a C name address pair when lib prefix is needed.
16163 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16165 # The name of the directory that contains temporary libtool files.
16168 # Used to examine libraries when file_magic_cmd begins with "file".
16169 MAGIC_CMD=$MAGIC_CMD
16171 # Must we lock files when doing compilation?
16172 need_locks=$lt_need_locks
16174 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16175 DSYMUTIL=$lt_DSYMUTIL
16177 # Tool to change global to local symbols on Mac OS X.
16180 # Tool to manipulate fat objects and archives on Mac OS X.
16183 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16186 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16187 OTOOL64=$lt_OTOOL64
16189 # Old archive suffix (normally "a").
16192 # Shared library suffix (normally ".so").
16193 shrext_cmds=$lt_shrext_cmds
16195 # The commands to extract the exported symbol list from a shared archive.
16196 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16198 # Variables whose values should be saved in libtool wrapper scripts and
16199 # restored at link time.
16200 variables_saved_for_relink=$lt_variables_saved_for_relink
16202 # Do we need the "lib" prefix for modules?
16203 need_lib_prefix=$need_lib_prefix
16205 # Do we need a version for libraries?
16206 need_version=$need_version
16208 # Library versioning type.
16209 version_type=$version_type
16211 # Shared library runtime path variable.
16212 runpath_var=$runpath_var
16214 # Shared library path variable.
16215 shlibpath_var=$shlibpath_var
16217 # Is shlibpath searched before the hard-coded library search path?
16218 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16220 # Format of library name prefix.
16221 libname_spec=$lt_libname_spec
16223 # List of archive names. First name is the real one, the rest are links.
16224 # The last name is the one that the linker finds with -lNAME
16225 library_names_spec=$lt_library_names_spec
16227 # The coded name of the library, if different from the real name.
16228 soname_spec=$lt_soname_spec
16230 # Permission mode override for installation of shared libraries.
16231 install_override_mode=$lt_install_override_mode
16233 # Command to use after installation of a shared archive.
16234 postinstall_cmds=$lt_postinstall_cmds
16236 # Command to use after uninstallation of a shared archive.
16237 postuninstall_cmds=$lt_postuninstall_cmds
16239 # Commands used to finish a libtool library installation in a directory.
16240 finish_cmds=$lt_finish_cmds
16242 # As "finish_cmds", except a single script fragment to be evaled but
16244 finish_eval=$lt_finish_eval
16246 # Whether we should hardcode library paths into libraries.
16247 hardcode_into_libs=$hardcode_into_libs
16249 # Compile-time system search path for libraries.
16250 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16252 # Run-time system search path for libraries.
16253 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16255 # Whether dlopen is supported.
16256 dlopen_support=$enable_dlopen
16258 # Whether dlopen of programs is supported.
16259 dlopen_self=$enable_dlopen_self
16261 # Whether dlopen of statically linked programs is supported.
16262 dlopen_self_static=$enable_dlopen_self_static
16264 # Commands to strip libraries.
16265 old_striplib=$lt_old_striplib
16266 striplib=$lt_striplib
16269 # The linker used to build libraries.
16272 # How to create reloadable object files.
16273 reload_flag=$lt_reload_flag
16274 reload_cmds=$lt_reload_cmds
16276 # Commands used to build an old-style archive.
16277 old_archive_cmds=$lt_old_archive_cmds
16279 # A language specific compiler.
16282 # Is the compiler the GNU compiler?
16285 # Compiler flag to turn off builtin functions.
16286 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16288 # How to pass a linker flag through the compiler.
16289 wl=$lt_lt_prog_compiler_wl
16291 # Additional compiler flags for building library objects.
16292 pic_flag=$lt_lt_prog_compiler_pic
16294 # Compiler flag to prevent dynamic linking.
16295 link_static_flag=$lt_lt_prog_compiler_static
16297 # Does compiler simultaneously support -c and -o options?
16298 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16300 # Whether or not to add -lc for building shared libraries.
16301 build_libtool_need_lc=$archive_cmds_need_lc
16303 # Whether or not to disallow shared libs when runtime libs are static.
16304 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16306 # Compiler flag to allow reflexive dlopens.
16307 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16309 # Compiler flag to generate shared objects directly from archives.
16310 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16312 # Whether the compiler copes with passing no objects directly.
16313 compiler_needs_object=$lt_compiler_needs_object
16315 # Create an old-style archive from a shared archive.
16316 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16318 # Create a temporary old-style archive to link instead of a shared archive.
16319 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16321 # Commands used to build a shared archive.
16322 archive_cmds=$lt_archive_cmds
16323 archive_expsym_cmds=$lt_archive_expsym_cmds
16325 # Commands used to build a loadable module if different from building
16326 # a shared archive.
16327 module_cmds=$lt_module_cmds
16328 module_expsym_cmds=$lt_module_expsym_cmds
16330 # Whether we are building with GNU ld or not.
16331 with_gnu_ld=$lt_with_gnu_ld
16333 # Flag that allows shared libraries with undefined symbols to be built.
16334 allow_undefined_flag=$lt_allow_undefined_flag
16336 # Flag that enforces no undefined symbols.
16337 no_undefined_flag=$lt_no_undefined_flag
16339 # Flag to hardcode \$libdir into a binary during linking.
16340 # This must work even if \$libdir does not exist
16341 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16343 # If ld is used when linking, flag to hardcode \$libdir into a binary
16344 # during linking. This must work even if \$libdir does not exist.
16345 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16347 # Whether we need a single "-rpath" flag with a separated argument.
16348 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16350 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16351 # DIR into the resulting binary.
16352 hardcode_direct=$hardcode_direct
16354 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16355 # DIR into the resulting binary and the resulting library dependency is
16356 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16357 # library is relocated.
16358 hardcode_direct_absolute=$hardcode_direct_absolute
16360 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16361 # into the resulting binary.
16362 hardcode_minus_L=$hardcode_minus_L
16364 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16365 # into the resulting binary.
16366 hardcode_shlibpath_var=$hardcode_shlibpath_var
16368 # Set to "yes" if building a shared library automatically hardcodes DIR
16369 # into the library and all subsequent libraries and executables linked
16371 hardcode_automatic=$hardcode_automatic
16373 # Set to yes if linker adds runtime paths of dependent libraries
16374 # to runtime path list.
16375 inherit_rpath=$inherit_rpath
16377 # Whether libtool must link a program against all its dependency libraries.
16378 link_all_deplibs=$link_all_deplibs
16380 # Fix the shell variable \$srcfile for the compiler.
16381 fix_srcfile_path=$lt_fix_srcfile_path
16383 # Set to "yes" if exported symbols are required.
16384 always_export_symbols=$always_export_symbols
16386 # The commands to list exported symbols.
16387 export_symbols_cmds=$lt_export_symbols_cmds
16389 # Symbols that should not be listed in the preloaded symbols.
16390 exclude_expsyms=$lt_exclude_expsyms
16392 # Symbols that must always be exported.
16393 include_expsyms=$lt_include_expsyms
16395 # Commands necessary for linking programs (against libraries) with templates.
16396 prelink_cmds=$lt_prelink_cmds
16398 # Specify filename containing input files.
16399 file_list_spec=$lt_file_list_spec
16401 # How to hardcode a shared library path into an executable.
16402 hardcode_action=$hardcode_action
16404 # ### END LIBTOOL CONFIG
16410 cat <<\_LT_EOF >> "$cfgfile"
16411 # AIX sometimes has problems with the GCC collect2 program. For some
16412 # reason, if we set the COLLECT_NAMES environment variable, the problems
16413 # vanish in a puff of smoke.
16414 if test "X${COLLECT_NAMES+set}" != Xset; then
16416 export COLLECT_NAMES
16423 ltmain="$ac_aux_dir/ltmain.sh"
16426 # We use sed instead of cat because bash on DJGPP gets confused if
16427 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16428 # text mode, it properly converts lines to CR/LF. This bash problem
16429 # is reportedly fixed, but why not run on old versions too?
16430 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16431 || (rm -f "$cfgfile"; exit 1)
16435 cat << \_LT_EOF >> "$cfgfile"
16437 # func_dirname file append nondir_replacement
16438 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16439 # otherwise set result to NONDIR_REPLACEMENT.
16443 */*) func_dirname_result="${1%/*}${2}" ;;
16444 * ) func_dirname_result="${3}" ;;
16448 # func_basename file
16451 func_basename_result="${1##*/}"
16454 # func_dirname_and_basename file append nondir_replacement
16455 # perform func_basename and func_dirname in a single function
16457 # dirname: Compute the dirname of FILE. If nonempty,
16458 # add APPEND to the result, otherwise set result
16459 # to NONDIR_REPLACEMENT.
16460 # value returned in "$func_dirname_result"
16461 # basename: Compute filename of FILE.
16462 # value retuned in "$func_basename_result"
16463 # Implementation must be kept synchronized with func_dirname
16464 # and func_basename. For efficiency, we do not delegate to
16465 # those functions but instead duplicate the functionality here.
16466 func_dirname_and_basename ()
16469 */*) func_dirname_result="${1%/*}${2}" ;;
16470 * ) func_dirname_result="${3}" ;;
16472 func_basename_result="${1##*/}"
16475 # func_stripname prefix suffix name
16476 # strip PREFIX and SUFFIX off of NAME.
16477 # PREFIX and SUFFIX must not contain globbing or regex special
16478 # characters, hashes, percent signs, but SUFFIX may contain a leading
16479 # dot (in which case that matches only a dot).
16482 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16483 # positional parameters, so assign one to ordinary parameter first.
16484 func_stripname_result=${3}
16485 func_stripname_result=${func_stripname_result#"${1}"}
16486 func_stripname_result=${func_stripname_result%"${2}"}
16492 func_opt_split_opt=${1%%=*}
16493 func_opt_split_arg=${1#*=}
16500 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16501 *) func_lo2o_result=${1} ;;
16505 # func_xform libobj-or-source
16508 func_xform_result=${1%.*}.lo
16511 # func_arith arithmetic-term...
16514 func_arith_result=$(( $* ))
16518 # STRING may not start with a hyphen.
16521 func_len_result=${#1}
16526 *) # Bourne compatible functions.
16527 cat << \_LT_EOF >> "$cfgfile"
16529 # func_dirname file append nondir_replacement
16530 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16531 # otherwise set result to NONDIR_REPLACEMENT.
16534 # Extract subdirectory from the argument.
16535 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16536 if test "X$func_dirname_result" = "X${1}"; then
16537 func_dirname_result="${3}"
16539 func_dirname_result="$func_dirname_result${2}"
16543 # func_basename file
16546 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16550 # func_stripname prefix suffix name
16551 # strip PREFIX and SUFFIX off of NAME.
16552 # PREFIX and SUFFIX must not contain globbing or regex special
16553 # characters, hashes, percent signs, but SUFFIX may contain a leading
16554 # dot (in which case that matches only a dot).
16555 # func_strip_suffix prefix name
16559 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16560 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16565 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16566 my_sed_long_arg='1s/^-[^=]*=//'
16571 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16572 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16578 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16581 # func_xform libobj-or-source
16584 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16587 # func_arith arithmetic-term...
16590 func_arith_result=`expr "$@"`
16594 # STRING may not start with a hyphen.
16597 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16603 case $lt_shell_append in
16605 cat << \_LT_EOF >> "$cfgfile"
16607 # func_append var value
16608 # Append VALUE to the end of shell variable VAR.
16616 cat << \_LT_EOF >> "$cfgfile"
16618 # func_append var value
16619 # Append VALUE to the end of shell variable VAR.
16630 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16631 || (rm -f "$cfgfile"; exit 1)
16633 mv -f "$cfgfile" "$ofile" ||
16634 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16639 for ac_file in $CONFIG_FILES; do
16640 # Support "outfile[:infile[:infile...]]"
16642 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16644 # PO directories have a Makefile.in generated from Makefile.in.in.
16645 case "$ac_file" in */Makefile.in)
16646 # Adjust a relative srcdir.
16647 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16648 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16649 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16650 # In autoconf-2.13 it is called $ac_given_srcdir.
16651 # In autoconf-2.50 it is called $srcdir.
16652 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16653 case "$ac_given_srcdir" in
16654 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16655 /*) top_srcdir="$ac_given_srcdir" ;;
16656 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16658 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16659 rm -f "$ac_dir/POTFILES"
16660 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16661 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16662 POMAKEFILEDEPS="POTFILES.in"
16663 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16664 # on $ac_dir but don't depend on user-specified configuration
16666 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16667 # The LINGUAS file contains the set of available languages.
16668 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16669 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16671 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16672 # Hide the ALL_LINGUAS assigment from automake.
16673 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16674 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16676 # The set of available languages was given in configure.in.
16677 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16679 case "$ac_given_srcdir" in
16681 *) srcdirpre='$(srcdir)/' ;;
16687 for lang in $ALL_LINGUAS; do
16688 POFILES="$POFILES $srcdirpre$lang.po"
16689 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16690 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16691 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16693 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16694 # environment variable.
16696 if test -n "$ALL_LINGUAS"; then
16697 for presentlang in $ALL_LINGUAS; do
16699 if test "%UNSET%" != "$LINGUAS"; then
16700 desiredlanguages="$LINGUAS"
16702 desiredlanguages="$ALL_LINGUAS"
16704 for desiredlang in $desiredlanguages; do
16705 # Use the presentlang catalog if desiredlang is
16706 # a. equal to presentlang, or
16707 # b. a variant of presentlang (because in this case,
16708 # presentlang can be used as a fallback for messages
16709 # which are not translated in the desiredlang catalog).
16710 case "$desiredlang" in
16711 "$presentlang"*) useit=yes;;
16714 if test $useit = yes; then
16715 INST_LINGUAS="$INST_LINGUAS $presentlang"
16720 if test -n "$INST_LINGUAS"; then
16721 for lang in $INST_LINGUAS; do
16722 CATALOGS="$CATALOGS $lang.gmo"
16725 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16726 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"
16727 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16728 if test -f "$f"; then
16730 *.orig | *.bak | *~) ;;
16731 *) cat "$f" >> "$ac_dir/Makefile" ;;
16739 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
16740 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16741 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16742 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16743 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16744 if test "x$cgen_cpu_prefix" != x ; then
16745 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16754 ac_clean_files=$ac_clean_files_save
16756 test $ac_write_fail = 0 ||
16757 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16760 # configure is writing to config.log, and then calls config.status.
16761 # config.status does its own redirection, appending to config.log.
16762 # Unfortunately, on DOS this fails, as config.log is still kept open
16763 # by configure, so config.status won't be able to write to it; its
16764 # output is simply discarded. So we exec the FD to /dev/null,
16765 # effectively closing config.log, so it can be properly (re)opened and
16766 # appended to by config.status. When coming back to configure, we
16767 # need to make the FD available again.
16768 if test "$no_create" != yes; then
16770 ac_config_status_args=
16771 test "$silent" = yes &&
16772 ac_config_status_args="$ac_config_status_args --quiet"
16774 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16776 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16777 # would make configure fail if this is the last instruction.
16778 $ac_cs_success || as_fn_exit $?
16780 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16782 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}