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."
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
770 ac_precious_vars='build_alias
783 # Initialize some variables set by options.
785 ac_init_version=false
786 ac_unrecognized_opts=
788 # The variables have the same names as the options, with
789 # dashes changed to underlines.
797 program_transform_name=s,x,x,
805 # Installation directory options.
806 # These are left unexpanded so users can "make install exec_prefix=/foo"
807 # and all the variables that are supposed to be based on exec_prefix
808 # by default will actually change.
809 # Use braces instead of parens because sh, perl, etc. also accept them.
810 # (The list follows the same order as the GNU Coding Standards.)
811 bindir='${exec_prefix}/bin'
812 sbindir='${exec_prefix}/sbin'
813 libexecdir='${exec_prefix}/libexec'
814 datarootdir='${prefix}/share'
815 datadir='${datarootdir}'
816 sysconfdir='${prefix}/etc'
817 sharedstatedir='${prefix}/com'
818 localstatedir='${prefix}/var'
819 includedir='${prefix}/include'
820 oldincludedir='/usr/include'
821 docdir='${datarootdir}/doc/${PACKAGE}'
822 infodir='${datarootdir}/info'
827 libdir='${exec_prefix}/lib'
828 localedir='${datarootdir}/locale'
829 mandir='${datarootdir}/man'
835 # If the previous option needs an argument, assign it.
836 if test -n "$ac_prev"; then
837 eval $ac_prev=\$ac_option
843 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
847 # Accept the important Cygnus configure options, so we can diagnose typos.
849 case $ac_dashdash$ac_option in
853 -bindir | --bindir | --bindi | --bind | --bin | --bi)
855 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
858 -build | --build | --buil | --bui | --bu)
859 ac_prev=build_alias ;;
860 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
861 build_alias=$ac_optarg ;;
863 -cache-file | --cache-file | --cache-fil | --cache-fi \
864 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865 ac_prev=cache_file ;;
866 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
868 cache_file=$ac_optarg ;;
871 cache_file=config.cache ;;
873 -datadir | --datadir | --datadi | --datad)
875 -datadir=* | --datadir=* | --datadi=* | --datad=*)
876 datadir=$ac_optarg ;;
878 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879 | --dataroo | --dataro | --datar)
880 ac_prev=datarootdir ;;
881 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883 datarootdir=$ac_optarg ;;
885 -disable-* | --disable-*)
886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
887 # Reject names that are not valid shell variable names.
888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889 as_fn_error "invalid feature name: $ac_useropt"
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
899 eval enable_$ac_useropt=no ;;
901 -docdir | --docdir | --docdi | --doc | --do)
903 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
906 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
908 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
911 -enable-* | --enable-*)
912 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913 # Reject names that are not valid shell variable names.
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
925 eval enable_$ac_useropt=\$ac_optarg ;;
927 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929 | --exec | --exe | --ex)
930 ac_prev=exec_prefix ;;
931 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933 | --exec=* | --exe=* | --ex=*)
934 exec_prefix=$ac_optarg ;;
936 -gas | --gas | --ga | --g)
937 # Obsolete; use --with-gas.
940 -help | --help | --hel | --he | -h)
942 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943 ac_init_help=recursive ;;
944 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945 ac_init_help=short ;;
947 -host | --host | --hos | --ho)
948 ac_prev=host_alias ;;
949 -host=* | --host=* | --hos=* | --ho=*)
950 host_alias=$ac_optarg ;;
952 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956 htmldir=$ac_optarg ;;
958 -includedir | --includedir | --includedi | --included | --include \
959 | --includ | --inclu | --incl | --inc)
960 ac_prev=includedir ;;
961 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962 | --includ=* | --inclu=* | --incl=* | --inc=*)
963 includedir=$ac_optarg ;;
965 -infodir | --infodir | --infodi | --infod | --info | --inf)
967 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
968 infodir=$ac_optarg ;;
970 -libdir | --libdir | --libdi | --libd)
972 -libdir=* | --libdir=* | --libdi=* | --libd=*)
975 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976 | --libexe | --libex | --libe)
977 ac_prev=libexecdir ;;
978 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979 | --libexe=* | --libex=* | --libe=*)
980 libexecdir=$ac_optarg ;;
982 -localedir | --localedir | --localedi | --localed | --locale)
984 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985 localedir=$ac_optarg ;;
987 -localstatedir | --localstatedir | --localstatedi | --localstated \
988 | --localstate | --localstat | --localsta | --localst | --locals)
989 ac_prev=localstatedir ;;
990 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
991 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
992 localstatedir=$ac_optarg ;;
994 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1000 # Obsolete; use --without-fp.
1003 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1004 | --no-cr | --no-c | -n)
1007 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1011 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013 | --oldin | --oldi | --old | --ol | --o)
1014 ac_prev=oldincludedir ;;
1015 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1018 oldincludedir=$ac_optarg ;;
1020 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1023 prefix=$ac_optarg ;;
1025 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026 | --program-pre | --program-pr | --program-p)
1027 ac_prev=program_prefix ;;
1028 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1030 program_prefix=$ac_optarg ;;
1032 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033 | --program-suf | --program-su | --program-s)
1034 ac_prev=program_suffix ;;
1035 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1037 program_suffix=$ac_optarg ;;
1039 -program-transform-name | --program-transform-name \
1040 | --program-transform-nam | --program-transform-na \
1041 | --program-transform-n | --program-transform- \
1042 | --program-transform | --program-transfor \
1043 | --program-transfo | --program-transf \
1044 | --program-trans | --program-tran \
1045 | --progr-tra | --program-tr | --program-t)
1046 ac_prev=program_transform_name ;;
1047 -program-transform-name=* | --program-transform-name=* \
1048 | --program-transform-nam=* | --program-transform-na=* \
1049 | --program-transform-n=* | --program-transform-=* \
1050 | --program-transform=* | --program-transfor=* \
1051 | --program-transfo=* | --program-transf=* \
1052 | --program-trans=* | --program-tran=* \
1053 | --progr-tra=* | --program-tr=* | --program-t=*)
1054 program_transform_name=$ac_optarg ;;
1056 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059 pdfdir=$ac_optarg ;;
1061 -psdir | --psdir | --psdi | --psd | --ps)
1063 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1066 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067 | -silent | --silent | --silen | --sile | --sil)
1070 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074 sbindir=$ac_optarg ;;
1076 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078 | --sharedst | --shareds | --shared | --share | --shar \
1080 ac_prev=sharedstatedir ;;
1081 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085 sharedstatedir=$ac_optarg ;;
1087 -site | --site | --sit)
1089 -site=* | --site=* | --sit=*)
1092 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1095 srcdir=$ac_optarg ;;
1097 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098 | --syscon | --sysco | --sysc | --sys | --sy)
1099 ac_prev=sysconfdir ;;
1100 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1102 sysconfdir=$ac_optarg ;;
1104 -target | --target | --targe | --targ | --tar | --ta | --t)
1105 ac_prev=target_alias ;;
1106 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1107 target_alias=$ac_optarg ;;
1109 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1112 -version | --version | --versio | --versi | --vers | -V)
1113 ac_init_version=: ;;
1116 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1117 # Reject names that are not valid shell variable names.
1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1119 as_fn_error "invalid package name: $ac_useropt"
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
1129 eval with_$ac_useropt=\$ac_optarg ;;
1131 -without-* | --without-*)
1132 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1145 eval with_$ac_useropt=no ;;
1148 # Obsolete; use --with-x.
1151 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152 | --x-incl | --x-inc | --x-in | --x-i)
1153 ac_prev=x_includes ;;
1154 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1156 x_includes=$ac_optarg ;;
1158 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160 ac_prev=x_libraries ;;
1161 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1163 x_libraries=$ac_optarg ;;
1165 -*) as_fn_error "unrecognized option: \`$ac_option'
1166 Try \`$0 --help' for more information."
1170 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171 # Reject names that are not valid shell variable names.
1172 case $ac_envvar in #(
1173 '' | [0-9]* | *[!_$as_cr_alnum]* )
1174 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1176 eval $ac_envvar=\$ac_optarg
1177 export $ac_envvar ;;
1180 # FIXME: should be removed in autoconf 3.0.
1181 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1182 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1183 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1184 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1190 if test -n "$ac_prev"; then
1191 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1192 as_fn_error "missing argument to $ac_option"
1195 if test -n "$ac_unrecognized_opts"; then
1196 case $enable_option_checking in
1198 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1199 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1203 # Check all directory arguments for consistency.
1204 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205 datadir sysconfdir sharedstatedir localstatedir includedir \
1206 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207 libdir localedir mandir
1209 eval ac_val=\$$ac_var
1210 # Remove trailing slashes.
1213 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214 eval $ac_var=\$ac_val;;
1216 # Be sure to have absolute directory names.
1218 [\\/$]* | ?:[\\/]* ) continue;;
1219 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1221 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1224 # There might be people who depend on the old broken behavior: `$host'
1225 # used to hold the argument of --host etc.
1226 # FIXME: To remove some day.
1229 target=$target_alias
1231 # FIXME: To remove some day.
1232 if test "x$host_alias" != x; then
1233 if test "x$build_alias" = x; then
1234 cross_compiling=maybe
1235 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1236 If a cross compiler is detected then cross compile mode will be used." >&2
1237 elif test "x$build_alias" != "x$host_alias"; then
1243 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1245 test "$silent" = yes && exec 6>/dev/null
1248 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1249 ac_ls_di=`ls -di .` &&
1250 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1251 as_fn_error "working directory cannot be determined"
1252 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1253 as_fn_error "pwd does not report name of working directory"
1256 # Find the source files, if location was not specified.
1257 if test -z "$srcdir"; then
1258 ac_srcdir_defaulted=yes
1259 # Try the directory containing this script, then the parent directory.
1260 ac_confdir=`$as_dirname -- "$as_myself" ||
1261 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1262 X"$as_myself" : 'X\(//\)[^/]' \| \
1263 X"$as_myself" : 'X\(//\)$' \| \
1264 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1265 $as_echo X"$as_myself" |
1266 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284 if test ! -r "$srcdir/$ac_unique_file"; then
1288 ac_srcdir_defaulted=no
1290 if test ! -r "$srcdir/$ac_unique_file"; then
1291 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1292 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1294 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1296 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1298 # When building in place, set srcdir=.
1299 if test "$ac_abs_confdir" = "$ac_pwd"; then
1302 # Remove unnecessary trailing slashes from srcdir.
1303 # Double slashes in file names in object file debugging info
1304 # mess up M-x gdb in Emacs.
1306 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1308 for ac_var in $ac_precious_vars; do
1309 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1310 eval ac_env_${ac_var}_value=\$${ac_var}
1311 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1312 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1316 # Report the --help message.
1318 if test "$ac_init_help" = "long"; then
1319 # Omit some internal or obsolete options to make the list less imposing.
1320 # This message is too long to be a string in the A/UX 3.1 sh.
1322 \`configure' configures this package to adapt to many kinds of systems.
1324 Usage: $0 [OPTION]... [VAR=VALUE]...
1326 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1327 VAR=VALUE. See below for descriptions of some of the useful variables.
1329 Defaults for the options are specified in brackets.
1332 -h, --help display this help and exit
1333 --help=short display options specific to this package
1334 --help=recursive display the short help of all the included packages
1335 -V, --version display version information and exit
1336 -q, --quiet, --silent do not print \`checking...' messages
1337 --cache-file=FILE cache test results in FILE [disabled]
1338 -C, --config-cache alias for \`--cache-file=config.cache'
1339 -n, --no-create do not create output files
1340 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1342 Installation directories:
1343 --prefix=PREFIX install architecture-independent files in PREFIX
1344 [$ac_default_prefix]
1345 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1348 By default, \`make install' will install all the files in
1349 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1350 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1351 for instance \`--prefix=\$HOME'.
1353 For better control, use the options below.
1355 Fine tuning of the installation directories:
1356 --bindir=DIR user executables [EPREFIX/bin]
1357 --sbindir=DIR system admin executables [EPREFIX/sbin]
1358 --libexecdir=DIR program executables [EPREFIX/libexec]
1359 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1360 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1361 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1362 --libdir=DIR object code libraries [EPREFIX/lib]
1363 --includedir=DIR C header files [PREFIX/include]
1364 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1365 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1366 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1367 --infodir=DIR info documentation [DATAROOTDIR/info]
1368 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1369 --mandir=DIR man documentation [DATAROOTDIR/man]
1370 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1371 --htmldir=DIR html documentation [DOCDIR]
1372 --dvidir=DIR dvi documentation [DOCDIR]
1373 --pdfdir=DIR pdf documentation [DOCDIR]
1374 --psdir=DIR ps documentation [DOCDIR]
1380 --program-prefix=PREFIX prepend PREFIX to installed program names
1381 --program-suffix=SUFFIX append SUFFIX to installed program names
1382 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1385 --build=BUILD configure for building on BUILD [guessed]
1386 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1387 --target=TARGET configure for building compilers for TARGET [HOST]
1391 if test -n "$ac_init_help"; then
1396 --disable-option-checking ignore unrecognized --enable/--with options
1397 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1398 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1399 --disable-dependency-tracking speeds up one-time build
1400 --enable-dependency-tracking do not reject slow dependency extractors
1401 --enable-plugins Enable support for plugins (defaults no)
1402 --disable-largefile omit support for large files
1403 --enable-shared[=PKGS] build shared libraries [default=yes]
1404 --enable-static[=PKGS] build static libraries [default=yes]
1405 --enable-fast-install[=PKGS]
1406 optimize for fast installation [default=yes]
1407 --disable-libtool-lock avoid locking (might break parallel builds)
1408 --enable-targets alternative target configurations besides the primary
1409 --enable-checking enable run-time checks
1410 --enable-werror treat compile warnings as errors
1411 --enable-build-warnings enable build-time compiler warnings
1412 --disable-nls do not use Native Language Support
1413 --enable-maintainer-mode enable make rules and dependencies not useful
1414 (and sometimes confusing) to the casual installer
1417 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1418 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1419 --with-pic try to use only PIC/non-PIC objects [default=use
1421 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1423 Some influential environment variables:
1424 CC C compiler command
1425 CFLAGS C compiler flags
1426 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1427 nonstandard directory <lib dir>
1428 LIBS libraries to pass to the linker, e.g. -l<library>
1429 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1430 you have headers in a nonstandard directory <include dir>
1432 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1433 the first program found out of: `bison -y', `byacc', `yacc'.
1434 YFLAGS The list of arguments that will be passed by default to $YACC.
1435 This script will default YFLAGS to the empty string to avoid a
1436 default value of `-d' given by some make applications.
1438 Use these variables to override the choices made by `configure' or to help
1439 it to find libraries and programs with nonstandard names/locations.
1441 Report bugs to the package provider.
1446 if test "$ac_init_help" = "recursive"; then
1447 # If there are subdirs, report their specific --help.
1448 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1449 test -d "$ac_dir" ||
1450 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1455 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 ac_abs_top_builddir=$ac_pwd
1466 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467 # for backward compatibility:
1468 ac_top_builddir=$ac_top_build_prefix
1471 .) # We are building in place.
1473 ac_top_srcdir=$ac_top_builddir_sub
1474 ac_abs_top_srcdir=$ac_pwd ;;
1475 [\\/]* | ?:[\\/]* ) # Absolute name.
1476 ac_srcdir=$srcdir$ac_dir_suffix;
1477 ac_top_srcdir=$srcdir
1478 ac_abs_top_srcdir=$srcdir ;;
1480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486 cd "$ac_dir" || { ac_status=$?; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1493 $SHELL "$ac_srcdir/configure" --help=recursive
1495 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 cd "$ac_pwd" || { ac_status=$?; break; }
1501 test -n "$ac_init_help" && exit $ac_status
1502 if $ac_init_version; then
1505 generated by GNU Autoconf 2.64
1507 Copyright (C) 2009 Free Software Foundation, Inc.
1508 This configure script is free software; the Free Software Foundation
1509 gives unlimited permission to copy, distribute and modify it.
1514 ## ------------------------ ##
1515 ## Autoconf initialization. ##
1516 ## ------------------------ ##
1518 # ac_fn_c_try_compile LINENO
1519 # --------------------------
1520 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1521 ac_fn_c_try_compile ()
1523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1524 rm -f conftest.$ac_objext
1525 if { { ac_try="$ac_compile"
1527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1528 *) ac_try_echo=$ac_try;;
1530 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1531 $as_echo "$ac_try_echo"; } >&5
1532 (eval "$ac_compile") 2>conftest.err
1534 if test -s conftest.err; then
1535 grep -v '^ *+' conftest.err >conftest.er1
1536 cat conftest.er1 >&5
1537 mv -f conftest.er1 conftest.err
1539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1540 test $ac_status = 0; } && {
1541 test -z "$ac_c_werror_flag" ||
1542 test ! -s conftest.err
1543 } && test -s conftest.$ac_objext; then :
1546 $as_echo "$as_me: failed program was:" >&5
1547 sed 's/^/| /' conftest.$ac_ext >&5
1551 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 } # ac_fn_c_try_compile
1556 # ac_fn_c_try_link LINENO
1557 # -----------------------
1558 # Try to link conftest.$ac_ext, and return whether this succeeded.
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext conftest$ac_exeext
1563 if { { ac_try="$ac_link"
1565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569 $as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_link") 2>conftest.err
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest$ac_exeext && {
1582 test "$cross_compiling" = yes ||
1583 $as_test_x conftest$ac_exeext
1587 $as_echo "$as_me: failed program was:" >&5
1588 sed 's/^/| /' conftest.$ac_ext >&5
1592 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1593 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1594 # interfere with the next link command; also delete a directory that is
1595 # left behind by Apple's compiler. We do this before executing the actions.
1596 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1597 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1600 } # ac_fn_c_try_link
1602 # ac_fn_c_try_cpp LINENO
1603 # ----------------------
1604 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 if { { ac_try="$ac_cpp conftest.$ac_ext"
1610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1611 *) ac_try_echo=$ac_try;;
1613 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1614 $as_echo "$ac_try_echo"; } >&5
1615 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1617 if test -s conftest.err; then
1618 grep -v '^ *+' conftest.err >conftest.er1
1619 cat conftest.er1 >&5
1620 mv -f conftest.er1 conftest.err
1622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1623 test $ac_status = 0; } >/dev/null && {
1624 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1625 test ! -s conftest.err
1629 $as_echo "$as_me: failed program was:" >&5
1630 sed 's/^/| /' conftest.$ac_ext >&5
1634 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1639 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1640 # -------------------------------------------------------
1641 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1642 # the include files in INCLUDES and setting the cache variable VAR
1644 ac_fn_c_check_header_mongrel ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1649 $as_echo_n "checking for $2... " >&6; }
1650 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1651 $as_echo_n "(cached) " >&6
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1655 $as_echo "$ac_res" >&6; }
1657 # Is the header compilable?
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1659 $as_echo_n "checking $2 usability... " >&6; }
1660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1661 /* end confdefs.h. */
1665 if ac_fn_c_try_compile "$LINENO"; then :
1666 ac_header_compiler=yes
1668 ac_header_compiler=no
1670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1672 $as_echo "$ac_header_compiler" >&6; }
1674 # Is the header present?
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1676 $as_echo_n "checking $2 presence... " >&6; }
1677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1678 /* end confdefs.h. */
1681 if ac_fn_c_try_cpp "$LINENO"; then :
1682 ac_header_preproc=yes
1684 ac_header_preproc=no
1686 rm -f conftest.err conftest.$ac_ext
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1688 $as_echo "$ac_header_preproc" >&6; }
1690 # So? What about this header?
1691 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1694 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1696 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1700 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1702 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1704 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1706 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1708 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1712 $as_echo_n "checking for $2... " >&6; }
1713 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1714 $as_echo_n "(cached) " >&6
1716 eval "$3=\$ac_header_compiler"
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1720 $as_echo "$ac_res" >&6; }
1722 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1724 } # ac_fn_c_check_header_mongrel
1726 # ac_fn_c_try_run LINENO
1727 # ----------------------
1728 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1729 # that executables *can* be run.
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if { { ac_try="$ac_link"
1735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1736 *) ac_try_echo=$ac_try;;
1738 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1739 $as_echo "$ac_try_echo"; } >&5
1740 (eval "$ac_link") 2>&5
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1744 { { case "(($ac_try" in
1745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1746 *) ac_try_echo=$ac_try;;
1748 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749 $as_echo "$ac_try_echo"; } >&5
1750 (eval "$ac_try") 2>&5
1752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1753 test $ac_status = 0; }; }; then :
1756 $as_echo "$as_me: program exited with status $ac_status" >&5
1757 $as_echo "$as_me: failed program was:" >&5
1758 sed 's/^/| /' conftest.$ac_ext >&5
1760 ac_retval=$ac_status
1762 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1763 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1768 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1769 # -------------------------------------------------------
1770 # Tests whether HEADER exists and can be compiled using the include files in
1771 # INCLUDES, setting the cache variable VAR accordingly.
1772 ac_fn_c_check_header_compile ()
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776 $as_echo_n "checking for $2... " >&6; }
1777 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1778 $as_echo_n "(cached) " >&6
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1785 if ac_fn_c_try_compile "$LINENO"; then :
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1794 $as_echo "$ac_res" >&6; }
1795 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797 } # ac_fn_c_check_header_compile
1799 # ac_fn_c_check_func LINENO FUNC VAR
1800 # ----------------------------------
1801 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1802 ac_fn_c_check_func ()
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1806 $as_echo_n "checking for $2... " >&6; }
1807 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1808 $as_echo_n "(cached) " >&6
1810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811 /* end confdefs.h. */
1812 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1814 #define $2 innocuous_$2
1816 /* System header to define __stub macros and hopefully few prototypes,
1817 which can conflict with char $2 (); below.
1818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1819 <limits.h> exists even on freestanding compilers. */
1822 # include <limits.h>
1824 # include <assert.h>
1829 /* Override any GCC internal prototype to avoid an error.
1830 Use char because int might match the return type of a GCC
1831 builtin and then its argument prototype would still apply. */
1836 /* The GNU C library defines this for functions which it implements
1837 to always fail with ENOSYS. Some functions are actually named
1838 something starting with __ and the normal name is an alias. */
1839 #if defined __stub_$2 || defined __stub___$2
1851 if ac_fn_c_try_link "$LINENO"; then :
1856 rm -f core conftest.err conftest.$ac_objext \
1857 conftest$ac_exeext conftest.$ac_ext
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1861 $as_echo "$ac_res" >&6; }
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1864 } # ac_fn_c_check_func
1866 # ac_fn_c_check_decl LINENO SYMBOL VAR
1867 # ------------------------------------
1868 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1869 ac_fn_c_check_decl ()
1871 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1872 as_decl_name=`echo $2|sed 's/ *(.*//'`
1873 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1875 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1876 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1877 $as_echo_n "(cached) " >&6
1879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1880 /* end confdefs.h. */
1885 #ifndef $as_decl_name
1887 (void) $as_decl_use;
1889 (void) $as_decl_name;
1897 if ac_fn_c_try_compile "$LINENO"; then :
1902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906 $as_echo "$ac_res" >&6; }
1907 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1909 } # ac_fn_c_check_decl
1910 cat >config.log <<_ACEOF
1911 This file contains any messages produced by compilers while
1912 running configure, to aid debugging if configure makes a mistake.
1914 It was created by $as_me, which was
1915 generated by GNU Autoconf 2.64. Invocation command line was
1927 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1928 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1929 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1930 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1931 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1933 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1934 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1936 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1937 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1938 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1939 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1940 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1941 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1942 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1950 test -z "$as_dir" && as_dir=.
1951 $as_echo "PATH: $as_dir"
1967 # Keep a trace of the command line.
1968 # Strip out --no-create and --no-recursion so they do not pile up.
1969 # Strip out --silent because we don't want to record it for future runs.
1970 # Also quote any args containing shell meta-characters.
1971 # Make two passes to allow for proper duplicate-argument suppression.
1975 ac_must_keep_next=false
1981 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1982 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1983 | -silent | --silent | --silen | --sile | --sil)
1986 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1989 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1991 as_fn_append ac_configure_args1 " '$ac_arg'"
1992 if test $ac_must_keep_next = true; then
1993 ac_must_keep_next=false # Got value, back to normal.
1996 *=* | --config-cache | -C | -disable-* | --disable-* \
1997 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1998 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1999 | -with-* | --with-* | -without-* | --without-* | --x)
2000 case "$ac_configure_args0 " in
2001 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2004 -* ) ac_must_keep_next=true ;;
2007 as_fn_append ac_configure_args " '$ac_arg'"
2012 { ac_configure_args0=; unset ac_configure_args0;}
2013 { ac_configure_args1=; unset ac_configure_args1;}
2015 # When interrupted or exit'd, cleanup temporary files, and complete
2016 # config.log. We remove comments because anyway the quotes in there
2017 # would cause problems or look ugly.
2018 # WARNING: Use '\'' to represent an apostrophe within the trap.
2019 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2020 trap 'exit_status=$?
2021 # Save into config.log some information that might help in debugging.
2026 ## ---------------- ##
2027 ## Cache variables. ##
2028 ## ---------------- ##
2031 # The following way of writing the cache mishandles newlines in values,
2033 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2034 eval ac_val=\$$ac_var
2038 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2039 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2042 _ | IFS | as_nl) ;; #(
2043 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2044 *) { eval $ac_var=; unset $ac_var;} ;;
2049 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2050 *${as_nl}ac_space=\ *)
2052 "s/'\''/'\''\\\\'\'''\''/g;
2053 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2056 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2064 ## ----------------- ##
2065 ## Output variables. ##
2066 ## ----------------- ##
2069 for ac_var in $ac_subst_vars
2071 eval ac_val=\$$ac_var
2073 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2075 $as_echo "$ac_var='\''$ac_val'\''"
2079 if test -n "$ac_subst_files"; then
2081 ## ------------------- ##
2082 ## File substitutions. ##
2083 ## ------------------- ##
2086 for ac_var in $ac_subst_files
2088 eval ac_val=\$$ac_var
2090 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2092 $as_echo "$ac_var='\''$ac_val'\''"
2097 if test -s confdefs.h; then
2107 test "$ac_signal" != 0 &&
2108 $as_echo "$as_me: caught signal $ac_signal"
2109 $as_echo "$as_me: exit $exit_status"
2111 rm -f core *.core core.conftest.* &&
2112 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2115 for ac_signal in 1 2 13 15; do
2116 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2120 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2121 rm -f -r conftest* confdefs.h
2123 $as_echo "/* confdefs.h */" > confdefs.h
2125 # Predefined preprocessor variables.
2127 cat >>confdefs.h <<_ACEOF
2128 #define PACKAGE_NAME "$PACKAGE_NAME"
2131 cat >>confdefs.h <<_ACEOF
2132 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2135 cat >>confdefs.h <<_ACEOF
2136 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2139 cat >>confdefs.h <<_ACEOF
2140 #define PACKAGE_STRING "$PACKAGE_STRING"
2143 cat >>confdefs.h <<_ACEOF
2144 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2147 cat >>confdefs.h <<_ACEOF
2148 #define PACKAGE_URL "$PACKAGE_URL"
2152 # Let the site file select an alternate cache file if it wants to.
2153 # Prefer an explicitly selected file to automatically selected ones.
2156 if test -n "$CONFIG_SITE"; then
2157 ac_site_file1=$CONFIG_SITE
2158 elif test "x$prefix" != xNONE; then
2159 ac_site_file1=$prefix/share/config.site
2160 ac_site_file2=$prefix/etc/config.site
2162 ac_site_file1=$ac_default_prefix/share/config.site
2163 ac_site_file2=$ac_default_prefix/etc/config.site
2165 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2167 test "x$ac_site_file" = xNONE && continue
2168 if test -r "$ac_site_file"; then
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2170 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2171 sed 's/^/| /' "$ac_site_file" >&5
2176 if test -r "$cache_file"; then
2177 # Some versions of bash will fail to source /dev/null (special
2178 # files actually), so we avoid doing that.
2179 if test -f "$cache_file"; then
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2181 $as_echo "$as_me: loading cache $cache_file" >&6;}
2183 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2184 *) . "./$cache_file";;
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2189 $as_echo "$as_me: creating cache $cache_file" >&6;}
2193 # Check that the precious variables saved in the cache have kept the same
2195 ac_cache_corrupted=false
2196 for ac_var in $ac_precious_vars; do
2197 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2198 eval ac_new_set=\$ac_env_${ac_var}_set
2199 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2200 eval ac_new_val=\$ac_env_${ac_var}_value
2201 case $ac_old_set,$ac_new_set in
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2204 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2205 ac_cache_corrupted=: ;;
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2208 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2209 ac_cache_corrupted=: ;;
2212 if test "x$ac_old_val" != "x$ac_new_val"; then
2213 # differences in whitespace do not lead to failure.
2214 ac_old_val_w=`echo x $ac_old_val`
2215 ac_new_val_w=`echo x $ac_new_val`
2216 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2218 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2219 ac_cache_corrupted=:
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2222 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2223 eval $ac_var=\$ac_old_val
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2226 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2228 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2231 # Pass precious variables to config.status.
2232 if test "$ac_new_set" = set; then
2234 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2235 *) ac_arg=$ac_var=$ac_new_val ;;
2237 case " $ac_configure_args " in
2238 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2239 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2243 if $ac_cache_corrupted; then
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2245 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2247 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2248 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2250 ## -------------------- ##
2251 ## Main body of script. ##
2252 ## -------------------- ##
2255 ac_cpp='$CPP $CPPFLAGS'
2256 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2257 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2258 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2267 for ac_dir in .. "$srcdir"/..; do
2268 for ac_t in install-sh install.sh shtool; do
2269 if test -f "$ac_dir/$ac_t"; then
2271 ac_install_sh="$ac_aux_dir/$ac_t -c"
2276 if test -z "$ac_aux_dir"; then
2277 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2280 # These three variables are undocumented and unsupported,
2281 # and are intended to be withdrawn in a future Autoconf release.
2282 # They can cause serious problems if a builder's source tree is in a directory
2283 # whose full name contains unusual characters.
2284 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2285 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2286 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2289 # Make sure we can run config.sub.
2290 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2291 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2294 $as_echo_n "checking build system type... " >&6; }
2295 if test "${ac_cv_build+set}" = set; then :
2296 $as_echo_n "(cached) " >&6
2298 ac_build_alias=$build_alias
2299 test "x$ac_build_alias" = x &&
2300 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2301 test "x$ac_build_alias" = x &&
2302 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2303 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2304 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2311 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2314 ac_save_IFS=$IFS; IFS='-'
2320 # Remember, the first character of IFS is used to create $*,
2321 # except with old shells:
2324 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2328 $as_echo_n "checking host system type... " >&6; }
2329 if test "${ac_cv_host+set}" = set; then :
2330 $as_echo_n "(cached) " >&6
2332 if test "x$host_alias" = x; then
2333 ac_cv_host=$ac_cv_build
2335 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2336 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2344 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2347 ac_save_IFS=$IFS; IFS='-'
2353 # Remember, the first character of IFS is used to create $*,
2354 # except with old shells:
2357 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2361 $as_echo_n "checking target system type... " >&6; }
2362 if test "${ac_cv_target+set}" = set; then :
2363 $as_echo_n "(cached) " >&6
2365 if test "x$target_alias" = x; then
2366 ac_cv_target=$ac_cv_host
2368 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2369 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2374 $as_echo "$ac_cv_target" >&6; }
2375 case $ac_cv_target in
2377 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2379 target=$ac_cv_target
2380 ac_save_IFS=$IFS; IFS='-'
2386 # Remember, the first character of IFS is used to create $*,
2387 # except with old shells:
2390 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2393 # The aliases save the names the user supplied, while $host etc.
2394 # will get canonicalized.
2395 test -n "$target_alias" &&
2396 test "$program_prefix$program_suffix$program_transform_name" = \
2398 program_prefix=${target_alias}-
2400 ac_cpp='$CPP $CPPFLAGS'
2401 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2402 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2403 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2404 if test -n "$ac_tool_prefix"; then
2405 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2406 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2408 $as_echo_n "checking for $ac_word... " >&6; }
2409 if test "${ac_cv_prog_CC+set}" = set; then :
2410 $as_echo_n "(cached) " >&6
2412 if test -n "$CC"; then
2413 ac_cv_prog_CC="$CC" # Let the user override the test.
2415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419 test -z "$as_dir" && as_dir=.
2420 for ac_exec_ext in '' $ac_executable_extensions; do
2421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2422 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2433 if test -n "$CC"; then
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2435 $as_echo "$CC" >&6; }
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2438 $as_echo "no" >&6; }
2443 if test -z "$ac_cv_prog_CC"; then
2445 # Extract the first word of "gcc", so it can be a program name with args.
2446 set dummy gcc; ac_word=$2
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2448 $as_echo_n "checking for $ac_word... " >&6; }
2449 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2450 $as_echo_n "(cached) " >&6
2452 if test -n "$ac_ct_CC"; then
2453 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2459 test -z "$as_dir" && as_dir=.
2460 for ac_exec_ext in '' $ac_executable_extensions; do
2461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2462 ac_cv_prog_ac_ct_CC="gcc"
2463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2473 if test -n "$ac_ct_CC"; then
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2475 $as_echo "$ac_ct_CC" >&6; }
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2478 $as_echo "no" >&6; }
2481 if test "x$ac_ct_CC" = x; then
2484 case $cross_compiling:$ac_tool_warned in
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2487 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2488 ac_tool_warned=yes ;;
2496 if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2499 set dummy ${ac_tool_prefix}cc; ac_word=$2
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2501 $as_echo_n "checking for $ac_word... " >&6; }
2502 if test "${ac_cv_prog_CC+set}" = set; then :
2503 $as_echo_n "(cached) " >&6
2505 if test -n "$CC"; then
2506 ac_cv_prog_CC="$CC" # Let the user override the test.
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512 test -z "$as_dir" && as_dir=.
2513 for ac_exec_ext in '' $ac_executable_extensions; do
2514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2515 ac_cv_prog_CC="${ac_tool_prefix}cc"
2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2526 if test -n "$CC"; then
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2528 $as_echo "$CC" >&6; }
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2531 $as_echo "no" >&6; }
2537 if test -z "$CC"; then
2538 # Extract the first word of "cc", so it can be a program name with args.
2539 set dummy cc; ac_word=$2
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2541 $as_echo_n "checking for $ac_word... " >&6; }
2542 if test "${ac_cv_prog_CC+set}" = set; then :
2543 $as_echo_n "(cached) " >&6
2545 if test -n "$CC"; then
2546 ac_cv_prog_CC="$CC" # Let the user override the test.
2549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2553 test -z "$as_dir" && as_dir=.
2554 for ac_exec_ext in '' $ac_executable_extensions; do
2555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2556 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2557 ac_prog_rejected=yes
2561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2568 if test $ac_prog_rejected = yes; then
2569 # We found a bogon in the path, so make sure we never use it.
2570 set dummy $ac_cv_prog_CC
2572 if test $# != 0; then
2573 # We chose a different compiler from the bogus one.
2574 # However, it has the same basename, so the bogon will be chosen
2575 # first if we set CC to just the basename; use the full file name.
2577 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2583 if test -n "$CC"; then
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2585 $as_echo "$CC" >&6; }
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2588 $as_echo "no" >&6; }
2593 if test -z "$CC"; then
2594 if test -n "$ac_tool_prefix"; then
2595 for ac_prog in cl.exe
2597 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2598 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2600 $as_echo_n "checking for $ac_word... " >&6; }
2601 if test "${ac_cv_prog_CC+set}" = set; then :
2602 $as_echo_n "(cached) " >&6
2604 if test -n "$CC"; then
2605 ac_cv_prog_CC="$CC" # Let the user override the test.
2607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611 test -z "$as_dir" && as_dir=.
2612 for ac_exec_ext in '' $ac_executable_extensions; do
2613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2614 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2625 if test -n "$CC"; then
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2627 $as_echo "$CC" >&6; }
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2630 $as_echo "no" >&6; }
2634 test -n "$CC" && break
2637 if test -z "$CC"; then
2639 for ac_prog in cl.exe
2641 # Extract the first word of "$ac_prog", so it can be a program name with args.
2642 set dummy $ac_prog; ac_word=$2
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2644 $as_echo_n "checking for $ac_word... " >&6; }
2645 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2646 $as_echo_n "(cached) " >&6
2648 if test -n "$ac_ct_CC"; then
2649 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2655 test -z "$as_dir" && as_dir=.
2656 for ac_exec_ext in '' $ac_executable_extensions; do
2657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2658 ac_cv_prog_ac_ct_CC="$ac_prog"
2659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2669 if test -n "$ac_ct_CC"; then
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2671 $as_echo "$ac_ct_CC" >&6; }
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2674 $as_echo "no" >&6; }
2678 test -n "$ac_ct_CC" && break
2681 if test "x$ac_ct_CC" = x; then
2684 case $cross_compiling:$ac_tool_warned in
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2687 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2688 ac_tool_warned=yes ;;
2697 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2698 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2699 as_fn_error "no acceptable C compiler found in \$PATH
2700 See \`config.log' for more details." "$LINENO" 5; }
2702 # Provide some information about the compiler.
2703 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2706 for ac_option in --version -v -V -qversion; do
2707 { { ac_try="$ac_compiler $ac_option >&5"
2709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710 *) ac_try_echo=$ac_try;;
2712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2713 $as_echo "$ac_try_echo"; } >&5
2714 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2716 if test -s conftest.err; then
2718 ... rest of stderr output deleted ...
2719 10q' conftest.err >conftest.er1
2720 cat conftest.er1 >&5
2721 rm -f conftest.er1 conftest.err
2723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2724 test $ac_status = 0; }
2727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2728 /* end confdefs.h. */
2738 ac_clean_files_save=$ac_clean_files
2739 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2740 # Try to create an executable without -o first, disregard a.out.
2741 # It will help us diagnose broken compilers, and finding out an intuition
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2744 $as_echo_n "checking for C compiler default output file name... " >&6; }
2745 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2747 # The possible output files:
2748 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2751 for ac_file in $ac_files
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2755 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2760 if { { ac_try="$ac_link_default"
2762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763 *) ac_try_echo=$ac_try;;
2765 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2766 $as_echo "$ac_try_echo"; } >&5
2767 (eval "$ac_link_default") 2>&5
2769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2770 test $ac_status = 0; }; then :
2771 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2772 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2773 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2774 # so that the user can short-circuit this test for compilers unknown to
2776 for ac_file in $ac_files ''
2778 test -f "$ac_file" || continue
2780 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2783 # We found the default executable, but exeext='' is most
2787 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2789 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2791 # We set ac_cv_exeext here because the later test for it is not
2792 # safe: cross compilers may not add the suffix if given an `-o'
2793 # argument, so we may need to know it at that point already.
2794 # Even if this section looks crufty: it has the advantage of
2801 test "$ac_cv_exeext" = no && ac_cv_exeext=
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2807 $as_echo "$ac_file" >&6; }
2808 if test -z "$ac_file"; then :
2809 $as_echo "$as_me: failed program was:" >&5
2810 sed 's/^/| /' conftest.$ac_ext >&5
2812 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2813 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2814 { as_fn_set_status 77
2815 as_fn_error "C compiler cannot create executables
2816 See \`config.log' for more details." "$LINENO" 5; }; }
2818 ac_exeext=$ac_cv_exeext
2820 # Check that the compiler produces executables we can run. If not, either
2821 # the compiler is broken, or we cross compile.
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2823 $as_echo_n "checking whether the C compiler works... " >&6; }
2824 # If not cross compiling, check that we can run a simple program.
2825 if test "$cross_compiling" != yes; then
2826 if { ac_try='./$ac_file'
2827 { { case "(($ac_try" in
2828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2829 *) ac_try_echo=$ac_try;;
2831 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2832 $as_echo "$ac_try_echo"; } >&5
2833 (eval "$ac_try") 2>&5
2835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2836 test $ac_status = 0; }; }; then
2839 if test "$cross_compiling" = maybe; then
2842 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2843 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2844 as_fn_error "cannot run C compiled programs.
2845 If you meant to cross compile, use \`--host'.
2846 See \`config.log' for more details." "$LINENO" 5; }
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2851 $as_echo "yes" >&6; }
2853 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2854 ac_clean_files=$ac_clean_files_save
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2858 $as_echo_n "checking whether we are cross compiling... " >&6; }
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2860 $as_echo "$cross_compiling" >&6; }
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2863 $as_echo_n "checking for suffix of executables... " >&6; }
2864 if { { ac_try="$ac_link"
2866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2867 *) ac_try_echo=$ac_try;;
2869 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2870 $as_echo "$ac_try_echo"; } >&5
2871 (eval "$ac_link") 2>&5
2873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2874 test $ac_status = 0; }; then :
2875 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2876 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2877 # work properly (i.e., refer to `conftest.exe'), while it won't with
2879 for ac_file in conftest.exe conftest conftest.*; do
2880 test -f "$ac_file" || continue
2882 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2883 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2889 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2890 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2891 as_fn_error "cannot compute suffix of executables: cannot compile and link
2892 See \`config.log' for more details." "$LINENO" 5; }
2894 rm -f conftest$ac_cv_exeext
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2896 $as_echo "$ac_cv_exeext" >&6; }
2898 rm -f conftest.$ac_ext
2899 EXEEXT=$ac_cv_exeext
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2902 $as_echo_n "checking for suffix of object files... " >&6; }
2903 if test "${ac_cv_objext+set}" = set; then :
2904 $as_echo_n "(cached) " >&6
2906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2907 /* end confdefs.h. */
2917 rm -f conftest.o conftest.obj
2918 if { { ac_try="$ac_compile"
2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921 *) ac_try_echo=$ac_try;;
2923 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2924 $as_echo "$ac_try_echo"; } >&5
2925 (eval "$ac_compile") 2>&5
2927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2928 test $ac_status = 0; }; then :
2929 for ac_file in conftest.o conftest.obj conftest.*; do
2930 test -f "$ac_file" || continue;
2932 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2933 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2938 $as_echo "$as_me: failed program was:" >&5
2939 sed 's/^/| /' conftest.$ac_ext >&5
2941 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2942 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2943 as_fn_error "cannot compute suffix of object files: cannot compile
2944 See \`config.log' for more details." "$LINENO" 5; }
2946 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2949 $as_echo "$ac_cv_objext" >&6; }
2950 OBJEXT=$ac_cv_objext
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2953 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2954 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2955 $as_echo_n "(cached) " >&6
2957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2958 /* end confdefs.h. */
2971 if ac_fn_c_try_compile "$LINENO"; then :
2976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2977 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2981 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2982 if test $ac_compiler_gnu = yes; then
2987 ac_test_CFLAGS=${CFLAGS+set}
2988 ac_save_CFLAGS=$CFLAGS
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2990 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2991 if test "${ac_cv_prog_cc_g+set}" = set; then :
2992 $as_echo_n "(cached) " >&6
2994 ac_save_c_werror_flag=$ac_c_werror_flag
2995 ac_c_werror_flag=yes
2998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2999 /* end confdefs.h. */
3009 if ac_fn_c_try_compile "$LINENO"; then :
3013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3014 /* end confdefs.h. */
3024 if ac_fn_c_try_compile "$LINENO"; then :
3027 ac_c_werror_flag=$ac_save_c_werror_flag
3029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3030 /* end confdefs.h. */
3040 if ac_fn_c_try_compile "$LINENO"; then :
3043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3048 ac_c_werror_flag=$ac_save_c_werror_flag
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3051 $as_echo "$ac_cv_prog_cc_g" >&6; }
3052 if test "$ac_test_CFLAGS" = set; then
3053 CFLAGS=$ac_save_CFLAGS
3054 elif test $ac_cv_prog_cc_g = yes; then
3055 if test "$GCC" = yes; then
3061 if test "$GCC" = yes; then
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3068 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3069 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3070 $as_echo_n "(cached) " >&6
3072 ac_cv_prog_cc_c89=no
3074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3075 /* end confdefs.h. */
3078 #include <sys/types.h>
3079 #include <sys/stat.h>
3080 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3081 struct buf { int x; };
3082 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3083 static char *e (p, i)
3089 static char *f (char * (*g) (char **, int), char **p, ...)
3094 s = g (p, va_arg (v,int));
3099 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3100 function prototypes and stuff, but not '\xHH' hex character constants.
3101 These don't provoke an error unfortunately, instead are silently treated
3102 as 'x'. The following induces an error, until -std is added to get
3103 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3104 array size at least. It's necessary to write '\x00'==0 to get something
3105 that's true only with -std. */
3106 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3108 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3109 inside strings and character constants. */
3111 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3113 int test (int i, double x);
3114 struct s1 {int (*f) (int a);};
3115 struct s2 {int (*f) (double a);};
3116 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3122 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3127 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3128 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3130 CC="$ac_save_CC $ac_arg"
3131 if ac_fn_c_try_compile "$LINENO"; then :
3132 ac_cv_prog_cc_c89=$ac_arg
3134 rm -f core conftest.err conftest.$ac_objext
3135 test "x$ac_cv_prog_cc_c89" != "xno" && break
3137 rm -f conftest.$ac_ext
3142 case "x$ac_cv_prog_cc_c89" in
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3145 $as_echo "none needed" >&6; } ;;
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3148 $as_echo "unsupported" >&6; } ;;
3150 CC="$CC $ac_cv_prog_cc_c89"
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3152 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3154 if test "x$ac_cv_prog_cc_c89" != xno; then :
3159 ac_cpp='$CPP $CPPFLAGS'
3160 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3161 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3162 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3166 $as_echo_n "checking for library containing strerror... " >&6; }
3167 if test "${ac_cv_search_strerror+set}" = set; then :
3168 $as_echo_n "(cached) " >&6
3170 ac_func_search_save_LIBS=$LIBS
3171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3172 /* end confdefs.h. */
3174 /* Override any GCC internal prototype to avoid an error.
3175 Use char because int might match the return type of a GCC
3176 builtin and then its argument prototype would still apply. */
3189 for ac_lib in '' cposix; do
3190 if test -z "$ac_lib"; then
3191 ac_res="none required"
3194 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3196 if ac_fn_c_try_link "$LINENO"; then :
3197 ac_cv_search_strerror=$ac_res
3199 rm -f core conftest.err conftest.$ac_objext \
3201 if test "${ac_cv_search_strerror+set}" = set; then :
3205 if test "${ac_cv_search_strerror+set}" = set; then :
3208 ac_cv_search_strerror=no
3211 LIBS=$ac_func_search_save_LIBS
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3214 $as_echo "$ac_cv_search_strerror" >&6; }
3215 ac_res=$ac_cv_search_strerror
3216 if test "$ac_res" != no; then :
3217 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3222 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
3223 am__api_version='1.11'
3225 # Find a good install program. We prefer a C program (faster),
3226 # so one script is as good as another. But avoid the broken or
3227 # incompatible versions:
3228 # SysV /etc/install, /usr/sbin/install
3229 # SunOS /usr/etc/install
3230 # IRIX /sbin/install
3232 # AmigaOS /C/install, which installs bootblocks on floppy discs
3233 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3234 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3235 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3236 # OS/2's system install, which has a completely different semantic
3237 # ./install, which can be erroneously created by make from ./install.sh.
3238 # Reject install programs that cannot install multiple files.
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3240 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3241 if test -z "$INSTALL"; then
3242 if test "${ac_cv_path_install+set}" = set; then :
3243 $as_echo_n "(cached) " >&6
3245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3249 test -z "$as_dir" && as_dir=.
3250 # Account for people who put trailing slashes in PATH elements.
3251 case $as_dir/ in #((
3252 ./ | .// | /[cC]/* | \
3253 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3254 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3257 # OSF1 and SCO ODT 3.0 have their own names for install.
3258 # Don't use installbsd from OSF since it installs stuff as root
3260 for ac_prog in ginstall scoinst install; do
3261 for ac_exec_ext in '' $ac_executable_extensions; do
3262 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3263 if test $ac_prog = install &&
3264 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3265 # AIX install. It has an incompatible calling convention.
3267 elif test $ac_prog = install &&
3268 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3269 # program-specific install script used by HP pwplus--don't use.
3272 rm -rf conftest.one conftest.two conftest.dir
3273 echo one > conftest.one
3274 echo two > conftest.two
3276 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3277 test -s conftest.one && test -s conftest.two &&
3278 test -s conftest.dir/conftest.one &&
3279 test -s conftest.dir/conftest.two
3281 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3294 rm -rf conftest.one conftest.two conftest.dir
3297 if test "${ac_cv_path_install+set}" = set; then
3298 INSTALL=$ac_cv_path_install
3300 # As a last resort, use the slow shell script. Don't cache a
3301 # value for INSTALL within a source directory, because that will
3302 # break other packages using the cache if that directory is
3303 # removed, or if the value is a relative name.
3304 INSTALL=$ac_install_sh
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3308 $as_echo "$INSTALL" >&6; }
3310 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3311 # It thinks the first close brace ends the variable substitution.
3312 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3314 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3316 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3319 $as_echo_n "checking whether build environment is sane... " >&6; }
3322 echo timestamp > conftest.file
3323 # Reject unsafe characters in $srcdir or the absolute working directory
3324 # name. Accept space and tab only in the latter.
3328 *[\\\"\#\$\&\'\`$am_lf]*)
3329 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3332 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3333 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3336 # Do `set' in a subshell so we don't clobber the current shell's
3337 # arguments. Must try -L first in case configure is actually a
3338 # symlink; some systems play weird games with the mod time of symlinks
3339 # (eg FreeBSD returns the mod time of the symlink's containing
3342 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3343 if test "$*" = "X"; then
3345 set X `ls -t "$srcdir/configure" conftest.file`
3348 if test "$*" != "X $srcdir/configure conftest.file" \
3349 && test "$*" != "X conftest.file $srcdir/configure"; then
3351 # If neither matched, then we have a broken ls. This can happen
3352 # if, for instance, CONFIG_SHELL is bash and it inherits a
3353 # broken ls alias from the environment. This has actually
3354 # happened. Such a system could not be considered "sane".
3355 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3356 alias in your environment" "$LINENO" 5
3359 test "$2" = conftest.file
3365 as_fn_error "newly created file is older than distributed files!
3366 Check your system clock" "$LINENO" 5
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3369 $as_echo "yes" >&6; }
3370 test "$program_prefix" != NONE &&
3371 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3372 # Use a double $ so make ignores it.
3373 test "$program_suffix" != NONE &&
3374 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3375 # Double any \ or $.
3376 # By default was `s,x,x', remove it if useless.
3377 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3378 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3380 # expand $ac_aux_dir to an absolute path
3381 am_aux_dir=`cd $ac_aux_dir && pwd`
3383 if test x"${MISSING+set}" != xset; then
3386 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3388 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3391 # Use eval to expand $SHELL
3392 if eval "$MISSING --run true"; then
3393 am_missing_run="$MISSING --run "
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3397 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3400 if test x"${install_sh}" != xset; then
3403 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3405 install_sh="\${SHELL} $am_aux_dir/install-sh"
3409 # Installed binaries are usually stripped using `strip' when the user
3410 # run `make install-strip'. However `strip' might not be the right
3411 # tool to use in cross-compilation environments, therefore Automake
3412 # will honor the `STRIP' environment variable to overrule this program.
3413 if test "$cross_compiling" != no; then
3414 if test -n "$ac_tool_prefix"; then
3415 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3416 set dummy ${ac_tool_prefix}strip; ac_word=$2
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3418 $as_echo_n "checking for $ac_word... " >&6; }
3419 if test "${ac_cv_prog_STRIP+set}" = set; then :
3420 $as_echo_n "(cached) " >&6
3422 if test -n "$STRIP"; then
3423 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3429 test -z "$as_dir" && as_dir=.
3430 for ac_exec_ext in '' $ac_executable_extensions; do
3431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3432 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3442 STRIP=$ac_cv_prog_STRIP
3443 if test -n "$STRIP"; then
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3445 $as_echo "$STRIP" >&6; }
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3448 $as_echo "no" >&6; }
3453 if test -z "$ac_cv_prog_STRIP"; then
3455 # Extract the first word of "strip", so it can be a program name with args.
3456 set dummy strip; ac_word=$2
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3458 $as_echo_n "checking for $ac_word... " >&6; }
3459 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3460 $as_echo_n "(cached) " >&6
3462 if test -n "$ac_ct_STRIP"; then
3463 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3469 test -z "$as_dir" && as_dir=.
3470 for ac_exec_ext in '' $ac_executable_extensions; do
3471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3472 ac_cv_prog_ac_ct_STRIP="strip"
3473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3482 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3483 if test -n "$ac_ct_STRIP"; then
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3485 $as_echo "$ac_ct_STRIP" >&6; }
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3488 $as_echo "no" >&6; }
3491 if test "x$ac_ct_STRIP" = x; then
3494 case $cross_compiling:$ac_tool_warned in
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3497 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3498 ac_tool_warned=yes ;;
3503 STRIP="$ac_cv_prog_STRIP"
3507 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3510 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3511 if test -z "$MKDIR_P"; then
3512 if test "${ac_cv_path_mkdir+set}" = set; then :
3513 $as_echo_n "(cached) " >&6
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3519 test -z "$as_dir" && as_dir=.
3520 for ac_prog in mkdir gmkdir; do
3521 for ac_exec_ext in '' $ac_executable_extensions; do
3522 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3523 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3524 'mkdir (GNU coreutils) '* | \
3525 'mkdir (coreutils) '* | \
3526 'mkdir (fileutils) '4.1*)
3527 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3537 if test "${ac_cv_path_mkdir+set}" = set; then
3538 MKDIR_P="$ac_cv_path_mkdir -p"
3540 # As a last resort, use the slow shell script. Don't cache a
3541 # value for MKDIR_P within a source directory, because that will
3542 # break other packages using the cache if that directory is
3543 # removed, or if the value is a relative name.
3544 test -d ./--version && rmdir ./--version
3545 MKDIR_P="$ac_install_sh -d"
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3549 $as_echo "$MKDIR_P" >&6; }
3553 [\\/$]* | ?:[\\/]*) ;;
3554 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3557 for ac_prog in gawk mawk nawk awk
3559 # Extract the first word of "$ac_prog", so it can be a program name with args.
3560 set dummy $ac_prog; ac_word=$2
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3562 $as_echo_n "checking for $ac_word... " >&6; }
3563 if test "${ac_cv_prog_AWK+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
3566 if test -n "$AWK"; then
3567 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3573 test -z "$as_dir" && as_dir=.
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3576 ac_cv_prog_AWK="$ac_prog"
3577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3587 if test -n "$AWK"; then
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3589 $as_echo "$AWK" >&6; }
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3592 $as_echo "no" >&6; }
3596 test -n "$AWK" && break
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3600 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3602 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3603 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3604 $as_echo_n "(cached) " >&6
3606 cat >conftest.make <<\_ACEOF
3609 @echo '@@@%%%=$(MAKE)=@@@%%%'
3611 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3612 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3614 eval ac_cv_prog_make_${ac_make}_set=yes;;
3616 eval ac_cv_prog_make_${ac_make}_set=no;;
3620 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3622 $as_echo "yes" >&6; }
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3626 $as_echo "no" >&6; }
3627 SET_MAKE="MAKE=${MAKE-make}"
3630 rm -rf .tst 2>/dev/null
3631 mkdir .tst 2>/dev/null
3632 if test -d .tst; then
3637 rmdir .tst 2>/dev/null
3639 DEPDIR="${am__leading_dot}deps"
3641 ac_config_commands="$ac_config_commands depfiles"
3644 am_make=${MAKE-make}
3645 cat > confinc << 'END'
3647 @echo this is the am__doit target
3650 # If we don't find an include directive, just comment out the code.
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3652 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3656 # First try GNU make style include.
3657 echo "include confinc" > confmf
3658 # Ignore all kinds of additional output from `make'.
3659 case `$am_make -s -f confmf 2> /dev/null` in #(
3660 *the\ am__doit\ target*)
3666 # Now try BSD make style include.
3667 if test "$am__include" = "#"; then
3668 echo '.include "confinc"' > confmf
3669 case `$am_make -s -f confmf 2> /dev/null` in #(
3670 *the\ am__doit\ target*)
3671 am__include=.include
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3680 $as_echo "$_am_result" >&6; }
3681 rm -f confinc confmf
3683 # Check whether --enable-dependency-tracking was given.
3684 if test "${enable_dependency_tracking+set}" = set; then :
3685 enableval=$enable_dependency_tracking;
3688 if test "x$enable_dependency_tracking" != xno; then
3689 am_depcomp="$ac_aux_dir/depcomp"
3692 if test "x$enable_dependency_tracking" != xno; then
3701 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3702 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3703 # is not polluted with repeated "-I."
3704 am__isrc=' -I$(srcdir)'
3705 # test to see if srcdir already configured
3706 if test -f $srcdir/config.status; then
3707 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3711 # test whether we have cygpath
3712 if test -z "$CYGPATH_W"; then
3713 if (cygpath --version) >/dev/null 2>/dev/null; then
3714 CYGPATH_W='cygpath -w'
3721 # Define the identity of the package.
3723 VERSION=${BFD_VERSION}
3726 cat >>confdefs.h <<_ACEOF
3727 #define PACKAGE "$PACKAGE"
3731 cat >>confdefs.h <<_ACEOF
3732 #define VERSION "$VERSION"
3735 # Some tools Automake needs.
3737 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3740 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3743 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3746 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3749 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3751 # We need awk for the "check" target. The system "awk" is bad on
3753 # Always define AMTAR for backward compatibility.
3755 AMTAR=${AMTAR-"${am_missing_run}tar"}
3757 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3762 depcc="$CC" am_compiler_list=
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3765 $as_echo_n "checking dependency style of $depcc... " >&6; }
3766 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3767 $as_echo_n "(cached) " >&6
3769 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3770 # We make a subdir and do the tests there. Otherwise we can end up
3771 # making bogus files that we don't know about and never remove. For
3772 # instance it was reported that on HP-UX the gcc test will end up
3773 # making a dummy file named `D' -- because `-MD' means `put the output
3776 # Copy depcomp to subdir because otherwise we won't find it if we're
3777 # using a relative directory.
3778 cp "$am_depcomp" conftest.dir
3780 # We will build objects and dependencies in a subdirectory because
3781 # it helps to detect inapplicable dependency modes. For instance
3782 # both Tru64's cc and ICC support -MD to output dependencies as a
3783 # side effect of compilation, but ICC will put the dependencies in
3784 # the current directory while Tru64 will put them in the object
3788 am_cv_CC_dependencies_compiler_type=none
3789 if test "$am_compiler_list" = ""; then
3790 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3793 case " $depcc " in #(
3794 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3797 for depmode in $am_compiler_list; do
3798 # Setup a source with many dependencies, because some compilers
3799 # like to wrap large dependency lists on column 80 (with \), and
3800 # we should not choose a depcomp mode which is confused by this.
3802 # We need to recreate these files for each test, as the compiler may
3803 # overwrite some of them when testing with obscure command lines.
3804 # This happens at least with the AIX C compiler.
3806 for i in 1 2 3 4 5 6; do
3807 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3808 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3809 # Solaris 8's {/usr,}/bin/sh.
3810 touch sub/conftst$i.h
3812 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3814 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3815 # mode. It turns out that the SunPro C++ compiler does not properly
3816 # handle `-M -o', and we need to detect this. Also, some Intel
3817 # versions had trouble with output in subdirs
3818 am__obj=sub/conftest.${OBJEXT-o}
3819 am__minus_obj="-o $am__obj"
3822 # This depmode causes a compiler race in universal mode.
3823 test "$am__universal" = false || continue
3826 # after this tag, mechanisms are not by side-effect, so they'll
3827 # only be used when explicitly requested
3828 if test "x$enable_dependency_tracking" = xyes; then
3834 msvisualcpp | msvcmsys)
3835 # This compiler won't grok `-c -o', but also, the minuso test has
3836 # not run yet. These depmodes are late enough in the game, and
3837 # so weak that their functioning should not be impacted.
3838 am__obj=conftest.${OBJEXT-o}
3843 if depmode=$depmode \
3844 source=sub/conftest.c object=$am__obj \
3845 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3846 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3847 >/dev/null 2>conftest.err &&
3848 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3849 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3850 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3851 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3852 # icc doesn't choke on unknown options, it will just issue warnings
3853 # or remarks (even with -Werror). So we grep stderr for any message
3854 # that says an option was ignored or not supported.
3855 # When given -MP, icc 7.0 and 7.1 complain thusly:
3856 # icc: Command line warning: ignoring option '-M'; no argument required
3857 # The diagnosis changed in icc 8.0:
3858 # icc: Command line remark: option '-MP' not supported
3859 if (grep 'ignoring option' conftest.err ||
3860 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3861 am_cv_CC_dependencies_compiler_type=$depmode
3870 am_cv_CC_dependencies_compiler_type=none
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3875 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3876 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3879 test "x$enable_dependency_tracking" != xno \
3880 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3882 am__fastdepCC_FALSE='#'
3884 am__fastdepCC_TRUE='#'
3885 am__fastdepCC_FALSE=
3892 ac_cpp='$CPP $CPPFLAGS'
3893 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3894 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3895 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3896 if test -n "$ac_tool_prefix"; then
3897 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3898 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3900 $as_echo_n "checking for $ac_word... " >&6; }
3901 if test "${ac_cv_prog_CC+set}" = set; then :
3902 $as_echo_n "(cached) " >&6
3904 if test -n "$CC"; then
3905 ac_cv_prog_CC="$CC" # Let the user override the test.
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
3913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3914 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3925 if test -n "$CC"; then
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3927 $as_echo "$CC" >&6; }
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930 $as_echo "no" >&6; }
3935 if test -z "$ac_cv_prog_CC"; then
3937 # Extract the first word of "gcc", so it can be a program name with args.
3938 set dummy gcc; ac_word=$2
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3940 $as_echo_n "checking for $ac_word... " >&6; }
3941 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3942 $as_echo_n "(cached) " >&6
3944 if test -n "$ac_ct_CC"; then
3945 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3951 test -z "$as_dir" && as_dir=.
3952 for ac_exec_ext in '' $ac_executable_extensions; do
3953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3954 ac_cv_prog_ac_ct_CC="gcc"
3955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3964 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3965 if test -n "$ac_ct_CC"; then
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3967 $as_echo "$ac_ct_CC" >&6; }
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3970 $as_echo "no" >&6; }
3973 if test "x$ac_ct_CC" = x; then
3976 case $cross_compiling:$ac_tool_warned in
3978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3979 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3980 ac_tool_warned=yes ;;
3988 if test -z "$CC"; then
3989 if test -n "$ac_tool_prefix"; then
3990 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3991 set dummy ${ac_tool_prefix}cc; ac_word=$2
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3993 $as_echo_n "checking for $ac_word... " >&6; }
3994 if test "${ac_cv_prog_CC+set}" = set; then :
3995 $as_echo_n "(cached) " >&6
3997 if test -n "$CC"; then
3998 ac_cv_prog_CC="$CC" # Let the user override the test.
4000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4004 test -z "$as_dir" && as_dir=.
4005 for ac_exec_ext in '' $ac_executable_extensions; do
4006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4007 ac_cv_prog_CC="${ac_tool_prefix}cc"
4008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4018 if test -n "$CC"; then
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4020 $as_echo "$CC" >&6; }
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4023 $as_echo "no" >&6; }
4029 if test -z "$CC"; then
4030 # Extract the first word of "cc", so it can be a program name with args.
4031 set dummy cc; ac_word=$2
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4033 $as_echo_n "checking for $ac_word... " >&6; }
4034 if test "${ac_cv_prog_CC+set}" = set; then :
4035 $as_echo_n "(cached) " >&6
4037 if test -n "$CC"; then
4038 ac_cv_prog_CC="$CC" # Let the user override the test.
4041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4045 test -z "$as_dir" && as_dir=.
4046 for ac_exec_ext in '' $ac_executable_extensions; do
4047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4048 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4049 ac_prog_rejected=yes
4053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4060 if test $ac_prog_rejected = yes; then
4061 # We found a bogon in the path, so make sure we never use it.
4062 set dummy $ac_cv_prog_CC
4064 if test $# != 0; then
4065 # We chose a different compiler from the bogus one.
4066 # However, it has the same basename, so the bogon will be chosen
4067 # first if we set CC to just the basename; use the full file name.
4069 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4075 if test -n "$CC"; then
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4077 $as_echo "$CC" >&6; }
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4080 $as_echo "no" >&6; }
4085 if test -z "$CC"; then
4086 if test -n "$ac_tool_prefix"; then
4087 for ac_prog in cl.exe
4089 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4090 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4092 $as_echo_n "checking for $ac_word... " >&6; }
4093 if test "${ac_cv_prog_CC+set}" = set; then :
4094 $as_echo_n "(cached) " >&6
4096 if test -n "$CC"; then
4097 ac_cv_prog_CC="$CC" # Let the user override the test.
4099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4103 test -z "$as_dir" && as_dir=.
4104 for ac_exec_ext in '' $ac_executable_extensions; do
4105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4106 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4117 if test -n "$CC"; then
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4119 $as_echo "$CC" >&6; }
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4122 $as_echo "no" >&6; }
4126 test -n "$CC" && break
4129 if test -z "$CC"; then
4131 for ac_prog in cl.exe
4133 # Extract the first word of "$ac_prog", so it can be a program name with args.
4134 set dummy $ac_prog; ac_word=$2
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4136 $as_echo_n "checking for $ac_word... " >&6; }
4137 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4138 $as_echo_n "(cached) " >&6
4140 if test -n "$ac_ct_CC"; then
4141 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4147 test -z "$as_dir" && as_dir=.
4148 for ac_exec_ext in '' $ac_executable_extensions; do
4149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4150 ac_cv_prog_ac_ct_CC="$ac_prog"
4151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4160 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4161 if test -n "$ac_ct_CC"; then
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4163 $as_echo "$ac_ct_CC" >&6; }
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4166 $as_echo "no" >&6; }
4170 test -n "$ac_ct_CC" && break
4173 if test "x$ac_ct_CC" = x; then
4176 case $cross_compiling:$ac_tool_warned in
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4179 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4180 ac_tool_warned=yes ;;
4189 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4191 as_fn_error "no acceptable C compiler found in \$PATH
4192 See \`config.log' for more details." "$LINENO" 5; }
4194 # Provide some information about the compiler.
4195 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4198 for ac_option in --version -v -V -qversion; do
4199 { { ac_try="$ac_compiler $ac_option >&5"
4201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4202 *) ac_try_echo=$ac_try;;
4204 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4205 $as_echo "$ac_try_echo"; } >&5
4206 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4208 if test -s conftest.err; then
4210 ... rest of stderr output deleted ...
4211 10q' conftest.err >conftest.er1
4212 cat conftest.er1 >&5
4213 rm -f conftest.er1 conftest.err
4215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4216 test $ac_status = 0; }
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4220 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4221 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4222 $as_echo_n "(cached) " >&6
4224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4225 /* end confdefs.h. */
4238 if ac_fn_c_try_compile "$LINENO"; then :
4243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4244 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4248 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4249 if test $ac_compiler_gnu = yes; then
4254 ac_test_CFLAGS=${CFLAGS+set}
4255 ac_save_CFLAGS=$CFLAGS
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4257 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4258 if test "${ac_cv_prog_cc_g+set}" = set; then :
4259 $as_echo_n "(cached) " >&6
4261 ac_save_c_werror_flag=$ac_c_werror_flag
4262 ac_c_werror_flag=yes
4265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4266 /* end confdefs.h. */
4276 if ac_fn_c_try_compile "$LINENO"; then :
4280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4281 /* end confdefs.h. */
4291 if ac_fn_c_try_compile "$LINENO"; then :
4294 ac_c_werror_flag=$ac_save_c_werror_flag
4296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4297 /* end confdefs.h. */
4307 if ac_fn_c_try_compile "$LINENO"; then :
4310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4315 ac_c_werror_flag=$ac_save_c_werror_flag
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4318 $as_echo "$ac_cv_prog_cc_g" >&6; }
4319 if test "$ac_test_CFLAGS" = set; then
4320 CFLAGS=$ac_save_CFLAGS
4321 elif test $ac_cv_prog_cc_g = yes; then
4322 if test "$GCC" = yes; then
4328 if test "$GCC" = yes; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4335 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4336 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4337 $as_echo_n "(cached) " >&6
4339 ac_cv_prog_cc_c89=no
4341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4342 /* end confdefs.h. */
4345 #include <sys/types.h>
4346 #include <sys/stat.h>
4347 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4348 struct buf { int x; };
4349 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4350 static char *e (p, i)
4356 static char *f (char * (*g) (char **, int), char **p, ...)
4361 s = g (p, va_arg (v,int));
4366 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4367 function prototypes and stuff, but not '\xHH' hex character constants.
4368 These don't provoke an error unfortunately, instead are silently treated
4369 as 'x'. The following induces an error, until -std is added to get
4370 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4371 array size at least. It's necessary to write '\x00'==0 to get something
4372 that's true only with -std. */
4373 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4375 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4376 inside strings and character constants. */
4378 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4380 int test (int i, double x);
4381 struct s1 {int (*f) (int a);};
4382 struct s2 {int (*f) (double a);};
4383 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4389 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4394 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4395 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4397 CC="$ac_save_CC $ac_arg"
4398 if ac_fn_c_try_compile "$LINENO"; then :
4399 ac_cv_prog_cc_c89=$ac_arg
4401 rm -f core conftest.err conftest.$ac_objext
4402 test "x$ac_cv_prog_cc_c89" != "xno" && break
4404 rm -f conftest.$ac_ext
4409 case "x$ac_cv_prog_cc_c89" in
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4412 $as_echo "none needed" >&6; } ;;
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4415 $as_echo "unsupported" >&6; } ;;
4417 CC="$CC $ac_cv_prog_cc_c89"
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4419 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4421 if test "x$ac_cv_prog_cc_c89" != xno; then :
4426 ac_cpp='$CPP $CPPFLAGS'
4427 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4428 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4429 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4432 ac_cpp='$CPP $CPPFLAGS'
4433 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4434 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4435 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4437 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4438 # On Suns, sometimes $CPP names a directory.
4439 if test -n "$CPP" && test -d "$CPP"; then
4442 if test -z "$CPP"; then
4443 if test "${ac_cv_prog_CPP+set}" = set; then :
4444 $as_echo_n "(cached) " >&6
4446 # Double quotes because CPP needs to be expanded
4447 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4450 for ac_c_preproc_warn_flag in '' yes
4452 # Use a header file that comes with gcc, so configuring glibc
4453 # with a fresh cross-compiler works.
4454 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4455 # <limits.h> exists even on freestanding compilers.
4456 # On the NeXT, cc -E runs the code through the compiler's parser,
4457 # not just through cpp. "Syntax error" is here to catch this case.
4458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4459 /* end confdefs.h. */
4461 # include <limits.h>
4463 # include <assert.h>
4467 if ac_fn_c_try_cpp "$LINENO"; then :
4470 # Broken: fails on valid input.
4473 rm -f conftest.err conftest.$ac_ext
4475 # OK, works on sane cases. Now check whether nonexistent headers
4476 # can be detected and how.
4477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4478 /* end confdefs.h. */
4479 #include <ac_nonexistent.h>
4481 if ac_fn_c_try_cpp "$LINENO"; then :
4482 # Broken: success on invalid input.
4485 # Passes both tests.
4489 rm -f conftest.err conftest.$ac_ext
4492 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4493 rm -f conftest.err conftest.$ac_ext
4494 if $ac_preproc_ok; then :
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4507 $as_echo "$CPP" >&6; }
4509 for ac_c_preproc_warn_flag in '' yes
4511 # Use a header file that comes with gcc, so configuring glibc
4512 # with a fresh cross-compiler works.
4513 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4514 # <limits.h> exists even on freestanding compilers.
4515 # On the NeXT, cc -E runs the code through the compiler's parser,
4516 # not just through cpp. "Syntax error" is here to catch this case.
4517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4518 /* end confdefs.h. */
4520 # include <limits.h>
4522 # include <assert.h>
4526 if ac_fn_c_try_cpp "$LINENO"; then :
4529 # Broken: fails on valid input.
4532 rm -f conftest.err conftest.$ac_ext
4534 # OK, works on sane cases. Now check whether nonexistent headers
4535 # can be detected and how.
4536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4537 /* end confdefs.h. */
4538 #include <ac_nonexistent.h>
4540 if ac_fn_c_try_cpp "$LINENO"; then :
4541 # Broken: success on invalid input.
4544 # Passes both tests.
4548 rm -f conftest.err conftest.$ac_ext
4551 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4552 rm -f conftest.err conftest.$ac_ext
4553 if $ac_preproc_ok; then :
4556 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4557 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4558 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4559 See \`config.log' for more details." "$LINENO" 5; }
4563 ac_cpp='$CPP $CPPFLAGS'
4564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4570 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4571 if test "${ac_cv_path_GREP+set}" = set; then :
4572 $as_echo_n "(cached) " >&6
4574 if test -z "$GREP"; then
4575 ac_path_GREP_found=false
4576 # Loop through the user's path and test for each of PROGNAME-LIST
4577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4578 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4581 test -z "$as_dir" && as_dir=.
4582 for ac_prog in grep ggrep; do
4583 for ac_exec_ext in '' $ac_executable_extensions; do
4584 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4585 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4586 # Check for GNU ac_path_GREP and select it if it is found.
4587 # Check for GNU $ac_path_GREP
4588 case `"$ac_path_GREP" --version 2>&1` in
4590 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4593 $as_echo_n 0123456789 >"conftest.in"
4596 cat "conftest.in" "conftest.in" >"conftest.tmp"
4597 mv "conftest.tmp" "conftest.in"
4598 cp "conftest.in" "conftest.nl"
4599 $as_echo 'GREP' >> "conftest.nl"
4600 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4601 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4602 as_fn_arith $ac_count + 1 && ac_count=$as_val
4603 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4604 # Best one so far, save it but keep looking for a better one
4605 ac_cv_path_GREP="$ac_path_GREP"
4606 ac_path_GREP_max=$ac_count
4608 # 10*(2^10) chars as input seems more than enough
4609 test $ac_count -gt 10 && break
4611 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4614 $ac_path_GREP_found && break 3
4619 if test -z "$ac_cv_path_GREP"; then
4620 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 ac_cv_path_GREP=$GREP
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4628 $as_echo "$ac_cv_path_GREP" >&6; }
4629 GREP="$ac_cv_path_GREP"
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4633 $as_echo_n "checking for egrep... " >&6; }
4634 if test "${ac_cv_path_EGREP+set}" = set; then :
4635 $as_echo_n "(cached) " >&6
4637 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4638 then ac_cv_path_EGREP="$GREP -E"
4640 if test -z "$EGREP"; then
4641 ac_path_EGREP_found=false
4642 # Loop through the user's path and test for each of PROGNAME-LIST
4643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4644 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4647 test -z "$as_dir" && as_dir=.
4648 for ac_prog in egrep; do
4649 for ac_exec_ext in '' $ac_executable_extensions; do
4650 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4651 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4652 # Check for GNU ac_path_EGREP and select it if it is found.
4653 # Check for GNU $ac_path_EGREP
4654 case `"$ac_path_EGREP" --version 2>&1` in
4656 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4659 $as_echo_n 0123456789 >"conftest.in"
4662 cat "conftest.in" "conftest.in" >"conftest.tmp"
4663 mv "conftest.tmp" "conftest.in"
4664 cp "conftest.in" "conftest.nl"
4665 $as_echo 'EGREP' >> "conftest.nl"
4666 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4667 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4668 as_fn_arith $ac_count + 1 && ac_count=$as_val
4669 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4670 # Best one so far, save it but keep looking for a better one
4671 ac_cv_path_EGREP="$ac_path_EGREP"
4672 ac_path_EGREP_max=$ac_count
4674 # 10*(2^10) chars as input seems more than enough
4675 test $ac_count -gt 10 && break
4677 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4680 $ac_path_EGREP_found && break 3
4685 if test -z "$ac_cv_path_EGREP"; then
4686 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4689 ac_cv_path_EGREP=$EGREP
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4695 $as_echo "$ac_cv_path_EGREP" >&6; }
4696 EGREP="$ac_cv_path_EGREP"
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4700 $as_echo_n "checking for ANSI C header files... " >&6; }
4701 if test "${ac_cv_header_stdc+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
4704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4705 /* end confdefs.h. */
4719 if ac_fn_c_try_compile "$LINENO"; then :
4720 ac_cv_header_stdc=yes
4722 ac_cv_header_stdc=no
4724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4726 if test $ac_cv_header_stdc = yes; then
4727 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4729 /* end confdefs.h. */
4733 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4734 $EGREP "memchr" >/dev/null 2>&1; then :
4737 ac_cv_header_stdc=no
4743 if test $ac_cv_header_stdc = yes; then
4744 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4746 /* end confdefs.h. */
4750 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4751 $EGREP "free" >/dev/null 2>&1; then :
4754 ac_cv_header_stdc=no
4760 if test $ac_cv_header_stdc = yes; then
4761 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4762 if test "$cross_compiling" = yes; then :
4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4766 /* end confdefs.h. */
4769 #if ((' ' & 0x0FF) == 0x020)
4770 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4771 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4773 # define ISLOWER(c) \
4774 (('a' <= (c) && (c) <= 'i') \
4775 || ('j' <= (c) && (c) <= 'r') \
4776 || ('s' <= (c) && (c) <= 'z'))
4777 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4780 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4785 for (i = 0; i < 256; i++)
4786 if (XOR (islower (i), ISLOWER (i))
4787 || toupper (i) != TOUPPER (i))
4792 if ac_fn_c_try_run "$LINENO"; then :
4795 ac_cv_header_stdc=no
4797 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4798 conftest.$ac_objext conftest.beam conftest.$ac_ext
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4804 $as_echo "$ac_cv_header_stdc" >&6; }
4805 if test $ac_cv_header_stdc = yes; then
4807 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4811 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4812 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4813 inttypes.h stdint.h unistd.h
4815 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4816 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4818 eval as_val=\$$as_ac_Header
4819 if test "x$as_val" = x""yes; then :
4820 cat >>confdefs.h <<_ACEOF
4821 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4830 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4831 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4838 if test "$MINIX" = yes; then
4840 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4843 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4846 $as_echo "#define _MINIX 1" >>confdefs.h
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4852 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4853 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4854 $as_echo_n "(cached) " >&6
4856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4857 /* end confdefs.h. */
4859 # define __EXTENSIONS__ 1
4860 $ac_includes_default
4869 if ac_fn_c_try_compile "$LINENO"; then :
4870 ac_cv_safe_to_define___extensions__=yes
4872 ac_cv_safe_to_define___extensions__=no
4874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4877 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4878 test $ac_cv_safe_to_define___extensions__ = yes &&
4879 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4881 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4883 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4885 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4887 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4893 # The tests for host and target for $enable_largefile require
4898 # As the $enable_largefile decision depends on --enable-plugins we must set it
4899 # even in directories otherwise not depending on the $plugins option.
4902 # Check whether --enable-plugins was given.
4903 if test "${enable_plugins+set}" = set; then :
4904 enableval=$enable_plugins; case "${enableval}" in
4905 yes | "") plugins=yes ;;
4916 sparc-*-solaris*|i[3-7]86-*-solaris*)
4917 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4918 # are mutually exclusive; and without procfs support, the bfd/ elf module
4919 # cannot provide certain routines such as elfcore_write_prpsinfo
4920 # or elfcore_write_prstatus. So unless the user explicitly requested
4921 # large-file support through the --enable-largefile switch, disable
4922 # large-file support in favor of procfs support.
4923 test "${target}" = "${host}" -a "x$plugins" = xno \
4924 && : ${enable_largefile="no"}
4928 # Check whether --enable-largefile was given.
4929 if test "${enable_largefile+set}" = set; then :
4930 enableval=$enable_largefile;
4933 if test "$enable_largefile" != no; then
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4936 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4937 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4938 $as_echo_n "(cached) " >&6
4940 ac_cv_sys_largefile_CC=no
4941 if test "$GCC" != yes; then
4944 # IRIX 6.2 and later do not support large files by default,
4945 # so use the C compiler's -n32 option if that helps.
4946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4947 /* end confdefs.h. */
4948 #include <sys/types.h>
4949 /* Check that off_t can represent 2**63 - 1 correctly.
4950 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4951 since some C++ compilers masquerading as C compilers
4952 incorrectly reject 9223372036854775807. */
4953 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4954 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4955 && LARGE_OFF_T % 2147483647 == 1)
4965 if ac_fn_c_try_compile "$LINENO"; then :
4968 rm -f core conftest.err conftest.$ac_objext
4970 if ac_fn_c_try_compile "$LINENO"; then :
4971 ac_cv_sys_largefile_CC=' -n32'; break
4973 rm -f core conftest.err conftest.$ac_objext
4977 rm -f conftest.$ac_ext
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4981 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4982 if test "$ac_cv_sys_largefile_CC" != no; then
4983 CC=$CC$ac_cv_sys_largefile_CC
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4987 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4988 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4989 $as_echo_n "(cached) " >&6
4992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4993 /* end confdefs.h. */
4994 #include <sys/types.h>
4995 /* Check that off_t can represent 2**63 - 1 correctly.
4996 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4997 since some C++ compilers masquerading as C compilers
4998 incorrectly reject 9223372036854775807. */
4999 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5000 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5001 && LARGE_OFF_T % 2147483647 == 1)
5011 if ac_fn_c_try_compile "$LINENO"; then :
5012 ac_cv_sys_file_offset_bits=no; break
5014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5017 #define _FILE_OFFSET_BITS 64
5018 #include <sys/types.h>
5019 /* Check that off_t can represent 2**63 - 1 correctly.
5020 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5021 since some C++ compilers masquerading as C compilers
5022 incorrectly reject 9223372036854775807. */
5023 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5024 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5025 && LARGE_OFF_T % 2147483647 == 1)
5035 if ac_fn_c_try_compile "$LINENO"; then :
5036 ac_cv_sys_file_offset_bits=64; break
5038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5039 ac_cv_sys_file_offset_bits=unknown
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5044 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5045 case $ac_cv_sys_file_offset_bits in #(
5048 cat >>confdefs.h <<_ACEOF
5049 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5054 if test $ac_cv_sys_file_offset_bits = unknown; then
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5056 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5057 if test "${ac_cv_sys_large_files+set}" = set; then :
5058 $as_echo_n "(cached) " >&6
5061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5062 /* end confdefs.h. */
5063 #include <sys/types.h>
5064 /* Check that off_t can represent 2**63 - 1 correctly.
5065 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5066 since some C++ compilers masquerading as C compilers
5067 incorrectly reject 9223372036854775807. */
5068 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5069 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5070 && LARGE_OFF_T % 2147483647 == 1)
5080 if ac_fn_c_try_compile "$LINENO"; then :
5081 ac_cv_sys_large_files=no; break
5083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5085 /* end confdefs.h. */
5086 #define _LARGE_FILES 1
5087 #include <sys/types.h>
5088 /* Check that off_t can represent 2**63 - 1 correctly.
5089 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5090 since some C++ compilers masquerading as C compilers
5091 incorrectly reject 9223372036854775807. */
5092 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5093 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5094 && LARGE_OFF_T % 2147483647 == 1)
5104 if ac_fn_c_try_compile "$LINENO"; then :
5105 ac_cv_sys_large_files=1; break
5107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5108 ac_cv_sys_large_files=unknown
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5113 $as_echo "$ac_cv_sys_large_files" >&6; }
5114 case $ac_cv_sys_large_files in #(
5117 cat >>confdefs.h <<_ACEOF
5118 #define _LARGE_FILES $ac_cv_sys_large_files
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5131 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5136 macro_version='2.2.7a'
5137 macro_revision='1.3134'
5151 ltmain="$ac_aux_dir/ltmain.sh"
5153 # Backslashify metacharacters that are still active within
5154 # double-quoted strings.
5155 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5157 # Same as above, but do not quote variable references.
5158 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5160 # Sed substitution to delay expansion of an escaped shell variable in a
5161 # double_quote_subst'ed string.
5162 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5164 # Sed substitution to delay expansion of an escaped single quote.
5165 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5167 # Sed substitution to avoid accidental globbing in evaled expressions
5168 no_glob_subst='s/\*/\\\*/g'
5170 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5171 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5172 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5175 $as_echo_n "checking how to print strings... " >&6; }
5176 # Test print first, because it will be a builtin if present.
5177 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5178 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5180 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5183 # Use this function as a fallback that always works.
5184 func_fallback_echo ()
5186 eval 'cat <<_LTECHO_EOF
5190 ECHO='func_fallback_echo'
5193 # func_echo_all arg...
5194 # Invoke $ECHO with all args, space-separated.
5201 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5202 $as_echo "printf" >&6; } ;;
5203 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5204 $as_echo "print -r" >&6; } ;;
5205 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5206 $as_echo "cat" >&6; } ;;
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5223 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5224 if test "${ac_cv_path_SED+set}" = set; then :
5225 $as_echo_n "(cached) " >&6
5227 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5228 for ac_i in 1 2 3 4 5 6 7; do
5229 ac_script="$ac_script$as_nl$ac_script"
5231 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5232 { ac_script=; unset ac_script;}
5233 if test -z "$SED"; then
5234 ac_path_SED_found=false
5235 # Loop through the user's path and test for each of PROGNAME-LIST
5236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5240 test -z "$as_dir" && as_dir=.
5241 for ac_prog in sed gsed; do
5242 for ac_exec_ext in '' $ac_executable_extensions; do
5243 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5244 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5245 # Check for GNU ac_path_SED and select it if it is found.
5246 # Check for GNU $ac_path_SED
5247 case `"$ac_path_SED" --version 2>&1` in
5249 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5252 $as_echo_n 0123456789 >"conftest.in"
5255 cat "conftest.in" "conftest.in" >"conftest.tmp"
5256 mv "conftest.tmp" "conftest.in"
5257 cp "conftest.in" "conftest.nl"
5258 $as_echo '' >> "conftest.nl"
5259 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5260 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5261 as_fn_arith $ac_count + 1 && ac_count=$as_val
5262 if test $ac_count -gt ${ac_path_SED_max-0}; then
5263 # Best one so far, save it but keep looking for a better one
5264 ac_cv_path_SED="$ac_path_SED"
5265 ac_path_SED_max=$ac_count
5267 # 10*(2^10) chars as input seems more than enough
5268 test $ac_count -gt 10 && break
5270 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5273 $ac_path_SED_found && break 3
5278 if test -z "$ac_cv_path_SED"; then
5279 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5287 $as_echo "$ac_cv_path_SED" >&6; }
5288 SED="$ac_cv_path_SED"
5291 test -z "$SED" && SED=sed
5292 Xsed="$SED -e 1s/^X//"
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5305 $as_echo_n "checking for fgrep... " >&6; }
5306 if test "${ac_cv_path_FGREP+set}" = set; then :
5307 $as_echo_n "(cached) " >&6
5309 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5310 then ac_cv_path_FGREP="$GREP -F"
5312 if test -z "$FGREP"; then
5313 ac_path_FGREP_found=false
5314 # Loop through the user's path and test for each of PROGNAME-LIST
5315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5316 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5319 test -z "$as_dir" && as_dir=.
5320 for ac_prog in fgrep; do
5321 for ac_exec_ext in '' $ac_executable_extensions; do
5322 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5323 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5324 # Check for GNU ac_path_FGREP and select it if it is found.
5325 # Check for GNU $ac_path_FGREP
5326 case `"$ac_path_FGREP" --version 2>&1` in
5328 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5331 $as_echo_n 0123456789 >"conftest.in"
5334 cat "conftest.in" "conftest.in" >"conftest.tmp"
5335 mv "conftest.tmp" "conftest.in"
5336 cp "conftest.in" "conftest.nl"
5337 $as_echo 'FGREP' >> "conftest.nl"
5338 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5339 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5340 as_fn_arith $ac_count + 1 && ac_count=$as_val
5341 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5342 # Best one so far, save it but keep looking for a better one
5343 ac_cv_path_FGREP="$ac_path_FGREP"
5344 ac_path_FGREP_max=$ac_count
5346 # 10*(2^10) chars as input seems more than enough
5347 test $ac_count -gt 10 && break
5349 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5352 $ac_path_FGREP_found && break 3
5357 if test -z "$ac_cv_path_FGREP"; then
5358 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5361 ac_cv_path_FGREP=$FGREP
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5367 $as_echo "$ac_cv_path_FGREP" >&6; }
5368 FGREP="$ac_cv_path_FGREP"
5371 test -z "$GREP" && GREP=grep
5391 # Check whether --with-gnu-ld was given.
5392 if test "${with_gnu_ld+set}" = set; then :
5393 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5399 if test "$GCC" = yes; then
5400 # Check if gcc -print-prog-name=ld gives a path.
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5402 $as_echo_n "checking for ld used by $CC... " >&6; }
5405 # gcc leaves a trailing carriage return which upsets mingw
5406 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5408 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5411 # Accept absolute paths.
5413 re_direlt='/[^/][^/]*/\.\./'
5414 # Canonicalize the pathname of ld
5415 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5416 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5417 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5419 test -z "$LD" && LD="$ac_prog"
5422 # If it fails, then pretend we aren't using GCC.
5426 # If it is relative, then search for the first ld in PATH.
5430 elif test "$with_gnu_ld" = yes; then
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5432 $as_echo_n "checking for GNU ld... " >&6; }
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5435 $as_echo_n "checking for non-GNU ld... " >&6; }
5437 if test "${lt_cv_path_LD+set}" = set; then :
5438 $as_echo_n "(cached) " >&6
5440 if test -z "$LD"; then
5441 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5442 for ac_dir in $PATH; do
5444 test -z "$ac_dir" && ac_dir=.
5445 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5446 lt_cv_path_LD="$ac_dir/$ac_prog"
5447 # Check to see if the program is GNU ld. I'd rather use --version,
5448 # but apparently some variants of GNU ld only accept -v.
5449 # Break only if it was the GNU/non-GNU ld that we prefer.
5450 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5451 *GNU* | *'with BFD'*)
5452 test "$with_gnu_ld" != no && break
5455 test "$with_gnu_ld" != yes && break
5462 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5467 if test -n "$LD"; then
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5469 $as_echo "$LD" >&6; }
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5472 $as_echo "no" >&6; }
5474 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5476 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5477 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5478 $as_echo_n "(cached) " >&6
5480 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5481 case `$LD -v 2>&1 </dev/null` in
5482 *GNU* | *'with BFD'*)
5483 lt_cv_prog_gnu_ld=yes
5486 lt_cv_prog_gnu_ld=no
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5491 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5492 with_gnu_ld=$lt_cv_prog_gnu_ld
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5503 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5504 if test "${lt_cv_path_NM+set}" = set; then :
5505 $as_echo_n "(cached) " >&6
5507 if test -n "$NM"; then
5508 # Let the user override the test.
5511 lt_nm_to_check="${ac_tool_prefix}nm"
5512 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5513 lt_nm_to_check="$lt_nm_to_check nm"
5515 for lt_tmp_nm in $lt_nm_to_check; do
5516 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5517 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5519 test -z "$ac_dir" && ac_dir=.
5520 tmp_nm="$ac_dir/$lt_tmp_nm"
5521 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5522 # Check to see if the nm accepts a BSD-compat flag.
5523 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5524 # nm: unknown option "B" ignored
5525 # Tru64's nm complains that /dev/null is an invalid object file
5526 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5527 */dev/null* | *'Invalid file or object type'*)
5528 lt_cv_path_NM="$tmp_nm -B"
5532 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5534 lt_cv_path_NM="$tmp_nm -p"
5538 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5539 continue # so that we can try to find one that supports BSD flags
5548 : ${lt_cv_path_NM=no}
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5552 $as_echo "$lt_cv_path_NM" >&6; }
5553 if test "$lt_cv_path_NM" != "no"; then
5556 # Didn't find any BSD compatible name lister, look for dumpbin.
5557 if test -n "$DUMPBIN"; then :
5558 # Let the user override the test.
5560 if test -n "$ac_tool_prefix"; then
5561 for ac_prog in dumpbin "link -dump"
5563 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5564 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5568 $as_echo_n "(cached) " >&6
5570 if test -n "$DUMPBIN"; then
5571 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5577 test -z "$as_dir" && as_dir=.
5578 for ac_exec_ext in '' $ac_executable_extensions; do
5579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5590 DUMPBIN=$ac_cv_prog_DUMPBIN
5591 if test -n "$DUMPBIN"; then
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5593 $as_echo "$DUMPBIN" >&6; }
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5596 $as_echo "no" >&6; }
5600 test -n "$DUMPBIN" && break
5603 if test -z "$DUMPBIN"; then
5604 ac_ct_DUMPBIN=$DUMPBIN
5605 for ac_prog in dumpbin "link -dump"
5607 # Extract the first word of "$ac_prog", so it can be a program name with args.
5608 set dummy $ac_prog; ac_word=$2
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5610 $as_echo_n "checking for $ac_word... " >&6; }
5611 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5612 $as_echo_n "(cached) " >&6
5614 if test -n "$ac_ct_DUMPBIN"; then
5615 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5621 test -z "$as_dir" && as_dir=.
5622 for ac_exec_ext in '' $ac_executable_extensions; do
5623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5624 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5634 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5635 if test -n "$ac_ct_DUMPBIN"; then
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5637 $as_echo "$ac_ct_DUMPBIN" >&6; }
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5640 $as_echo "no" >&6; }
5644 test -n "$ac_ct_DUMPBIN" && break
5647 if test "x$ac_ct_DUMPBIN" = x; then
5650 case $cross_compiling:$ac_tool_warned in
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5653 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5654 ac_tool_warned=yes ;;
5656 DUMPBIN=$ac_ct_DUMPBIN
5660 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5662 DUMPBIN="$DUMPBIN -symbols"
5670 if test "$DUMPBIN" != ":"; then
5674 test -z "$NM" && NM=nm
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5682 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5683 if test "${lt_cv_nm_interface+set}" = set; then :
5684 $as_echo_n "(cached) " >&6
5686 lt_cv_nm_interface="BSD nm"
5687 echo "int some_variable = 0;" > conftest.$ac_ext
5688 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5689 (eval "$ac_compile" 2>conftest.err)
5690 cat conftest.err >&5
5691 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5692 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5693 cat conftest.err >&5
5694 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5695 cat conftest.out >&5
5696 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5697 lt_cv_nm_interface="MS dumpbin"
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5702 $as_echo "$lt_cv_nm_interface" >&6; }
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5705 $as_echo_n "checking whether ln -s works... " >&6; }
5707 if test "$LN_S" = "ln -s"; then
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5709 $as_echo "yes" >&6; }
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5712 $as_echo "no, using $LN_S" >&6; }
5715 # find the maximum length of command line arguments
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5717 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5718 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5719 $as_echo_n "(cached) " >&6
5726 # On DJGPP, this test can blow up pretty badly due to problems in libc
5727 # (any single argument exceeding 2000 bytes causes a buffer overrun
5728 # during glob expansion). Even if it were fixed, the result of this
5729 # check would be larger than it should be.
5730 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5734 # Under GNU Hurd, this test is not required because there is
5735 # no limit to the length of command line arguments.
5736 # Libtool will interpret -1 as no limit whatsoever
5737 lt_cv_sys_max_cmd_len=-1;
5740 cygwin* | mingw* | cegcc*)
5741 # On Win9x/ME, this test blows up -- it succeeds, but takes
5742 # about 5 minutes as the teststring grows exponentially.
5743 # Worse, since 9x/ME are not pre-emptively multitasking,
5744 # you end up with a "frozen" computer, even though with patience
5745 # the test eventually succeeds (with a max line length of 256k).
5746 # Instead, let's just punt: use the minimum linelength reported by
5747 # all of the supported platforms: 8192 (on NT/2K/XP).
5748 lt_cv_sys_max_cmd_len=8192;
5752 # On MiNT this can take a long time and run out of memory.
5753 lt_cv_sys_max_cmd_len=8192;
5757 # On AmigaOS with pdksh, this test takes hours, literally.
5758 # So we just punt and use a minimum line length of 8192.
5759 lt_cv_sys_max_cmd_len=8192;
5762 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5763 # This has been around since 386BSD, at least. Likely further.
5764 if test -x /sbin/sysctl; then
5765 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5766 elif test -x /usr/sbin/sysctl; then
5767 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5769 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5771 # And add a safety zone
5772 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5773 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5777 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5778 lt_cv_sys_max_cmd_len=196608
5782 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5783 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5784 # nice to cause kernel panics so lets avoid the loop below.
5785 # First set a reasonable default.
5786 lt_cv_sys_max_cmd_len=16384
5788 if test -x /sbin/sysconfig; then
5789 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5790 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5795 lt_cv_sys_max_cmd_len=102400
5797 sysv5* | sco5v6* | sysv4.2uw2*)
5798 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5799 if test -n "$kargmax"; then
5800 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5802 lt_cv_sys_max_cmd_len=32768
5806 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5807 if test -n "$lt_cv_sys_max_cmd_len"; then
5808 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5809 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5811 # Make teststring a little bigger before we do anything with it.
5812 # a 1K string should be a reasonable start.
5813 for i in 1 2 3 4 5 6 7 8 ; do
5814 teststring=$teststring$teststring
5816 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5817 # If test is not a shell built-in, we'll probably end up computing a
5818 # maximum length that is only half of the actual maximum length, but
5820 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5821 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5822 test $i != 17 # 1/2 MB should be enough
5825 teststring=$teststring$teststring
5827 # Only check the string length outside the loop.
5828 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5830 # Add a significant safety factor because C++ compilers can tack on
5831 # massive amounts of additional arguments before passing them to the
5832 # linker. It appears as though 1/2 is a usable value.
5833 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5840 if test -n $lt_cv_sys_max_cmd_len ; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5842 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5845 $as_echo "none" >&6; }
5847 max_cmd_len=$lt_cv_sys_max_cmd_len
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5859 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5860 # Try some XSI features
5863 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5865 && eval 'test $(( 1 + 1 )) -eq 2 \
5866 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5869 $as_echo "$xsi_shell" >&6; }
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5873 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5875 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5877 && lt_shell_append=yes
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5879 $as_echo "$lt_shell_append" >&6; }
5882 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5892 # test EBCDIC or ASCII
5893 case `echo X|tr X '\101'` in
5894 A) # ASCII based system
5895 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5896 lt_SP2NL='tr \040 \012'
5897 lt_NL2SP='tr \015\012 \040\040'
5899 *) # EBCDIC based system
5900 lt_SP2NL='tr \100 \n'
5901 lt_NL2SP='tr \r\n \100\100'
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5914 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5915 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5916 $as_echo_n "(cached) " >&6
5918 lt_cv_ld_reload_flag='-r'
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5921 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5922 reload_flag=$lt_cv_ld_reload_flag
5923 case $reload_flag in
5925 *) reload_flag=" $reload_flag" ;;
5927 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5930 if test "$GCC" = yes; then
5931 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5933 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5946 if test -n "$ac_tool_prefix"; then
5947 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5948 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5950 $as_echo_n "checking for $ac_word... " >&6; }
5951 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5952 $as_echo_n "(cached) " >&6
5954 if test -n "$OBJDUMP"; then
5955 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5961 test -z "$as_dir" && as_dir=.
5962 for ac_exec_ext in '' $ac_executable_extensions; do
5963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5964 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5974 OBJDUMP=$ac_cv_prog_OBJDUMP
5975 if test -n "$OBJDUMP"; then
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5977 $as_echo "$OBJDUMP" >&6; }
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5980 $as_echo "no" >&6; }
5985 if test -z "$ac_cv_prog_OBJDUMP"; then
5986 ac_ct_OBJDUMP=$OBJDUMP
5987 # Extract the first word of "objdump", so it can be a program name with args.
5988 set dummy objdump; ac_word=$2
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5990 $as_echo_n "checking for $ac_word... " >&6; }
5991 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5992 $as_echo_n "(cached) " >&6
5994 if test -n "$ac_ct_OBJDUMP"; then
5995 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6001 test -z "$as_dir" && as_dir=.
6002 for ac_exec_ext in '' $ac_executable_extensions; do
6003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6004 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6014 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6015 if test -n "$ac_ct_OBJDUMP"; then
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6017 $as_echo "$ac_ct_OBJDUMP" >&6; }
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6020 $as_echo "no" >&6; }
6023 if test "x$ac_ct_OBJDUMP" = x; then
6026 case $cross_compiling:$ac_tool_warned in
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6029 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6030 ac_tool_warned=yes ;;
6032 OBJDUMP=$ac_ct_OBJDUMP
6035 OBJDUMP="$ac_cv_prog_OBJDUMP"
6038 test -z "$OBJDUMP" && OBJDUMP=objdump
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6049 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6050 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6051 $as_echo_n "(cached) " >&6
6053 lt_cv_file_magic_cmd='$MAGIC_CMD'
6054 lt_cv_file_magic_test_file=
6055 lt_cv_deplibs_check_method='unknown'
6056 # Need to set the preceding variable on all platforms that support
6057 # interlibrary dependencies.
6058 # 'none' -- dependencies not supported.
6059 # `unknown' -- same as none, but documents that we really don't know.
6060 # 'pass_all' -- all dependencies passed with no checks.
6061 # 'test_compile' -- check by making test program.
6062 # 'file_magic [[regex]]' -- check by looking for files in library path
6063 # which responds to the $file_magic_cmd with a given extended regex.
6064 # If you have `file' or equivalent on your system and you're not sure
6065 # whether `pass_all' will *always* work, you probably want this one.
6069 lt_cv_deplibs_check_method=pass_all
6073 lt_cv_deplibs_check_method=pass_all
6077 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6078 lt_cv_file_magic_cmd='/usr/bin/file -L'
6079 lt_cv_file_magic_test_file=/shlib/libc.so
6083 # func_win32_libid is a shell function defined in ltmain.sh
6084 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6085 lt_cv_file_magic_cmd='func_win32_libid'
6089 # Base MSYS/MinGW do not provide the 'file' command needed by
6090 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6091 # unless we find 'file', for example because we are cross-compiling.
6092 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6093 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6094 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6095 lt_cv_file_magic_cmd='func_win32_libid'
6097 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6098 lt_cv_file_magic_cmd='$OBJDUMP -f'
6103 # use the weaker test based on 'objdump'. See mingw*.
6104 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6105 lt_cv_file_magic_cmd='$OBJDUMP -f'
6108 darwin* | rhapsody*)
6109 lt_cv_deplibs_check_method=pass_all
6112 freebsd* | dragonfly*)
6113 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6116 # Not sure whether the presence of OpenBSD here was a mistake.
6117 # Let's accept both of them until this is cleared up.
6118 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6119 lt_cv_file_magic_cmd=/usr/bin/file
6120 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6124 lt_cv_deplibs_check_method=pass_all
6129 lt_cv_deplibs_check_method=pass_all
6133 lt_cv_deplibs_check_method=pass_all
6136 hpux10.20* | hpux11*)
6137 lt_cv_file_magic_cmd=/usr/bin/file
6140 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6141 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6144 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]'
6145 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6148 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6149 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6155 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6156 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6159 irix5* | irix6* | nonstopux*)
6161 *-32|*"-32 ") libmagic=32-bit;;
6162 *-n32|*"-n32 ") libmagic=N32;;
6163 *-64|*"-64 ") libmagic=64-bit;;
6164 *) libmagic=never-match;;
6166 lt_cv_deplibs_check_method=pass_all
6169 # This must be Linux ELF.
6170 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6171 lt_cv_deplibs_check_method=pass_all
6175 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6176 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6183 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6184 lt_cv_file_magic_cmd=/usr/bin/file
6185 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6189 lt_cv_deplibs_check_method=pass_all
6193 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6194 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6200 osf3* | osf4* | osf5*)
6201 lt_cv_deplibs_check_method=pass_all
6205 lt_cv_deplibs_check_method=pass_all
6209 lt_cv_deplibs_check_method=pass_all
6212 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6213 lt_cv_deplibs_check_method=pass_all
6217 case $host_vendor in
6219 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]'
6220 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6223 lt_cv_deplibs_check_method=pass_all
6226 lt_cv_file_magic_cmd='/bin/file'
6227 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6230 lt_cv_file_magic_cmd='/bin/file'
6231 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6232 lt_cv_file_magic_test_file=/lib/libc.so
6235 lt_cv_deplibs_check_method=pass_all
6238 lt_cv_deplibs_check_method=pass_all
6244 lt_cv_deplibs_check_method=pass_all
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6250 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6251 file_magic_cmd=$lt_cv_file_magic_cmd
6252 deplibs_check_method=$lt_cv_deplibs_check_method
6253 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6266 if test -n "$ac_tool_prefix"; then
6267 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6268 set dummy ${ac_tool_prefix}ar; ac_word=$2
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6270 $as_echo_n "checking for $ac_word... " >&6; }
6271 if test "${ac_cv_prog_AR+set}" = set; then :
6272 $as_echo_n "(cached) " >&6
6274 if test -n "$AR"; then
6275 ac_cv_prog_AR="$AR" # Let the user override the test.
6277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6281 test -z "$as_dir" && as_dir=.
6282 for ac_exec_ext in '' $ac_executable_extensions; do
6283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6284 ac_cv_prog_AR="${ac_tool_prefix}ar"
6285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6295 if test -n "$AR"; then
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6297 $as_echo "$AR" >&6; }
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6300 $as_echo "no" >&6; }
6305 if test -z "$ac_cv_prog_AR"; then
6307 # Extract the first word of "ar", so it can be a program name with args.
6308 set dummy ar; ac_word=$2
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6310 $as_echo_n "checking for $ac_word... " >&6; }
6311 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6312 $as_echo_n "(cached) " >&6
6314 if test -n "$ac_ct_AR"; then
6315 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6321 test -z "$as_dir" && as_dir=.
6322 for ac_exec_ext in '' $ac_executable_extensions; do
6323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6324 ac_cv_prog_ac_ct_AR="ar"
6325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6334 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6335 if test -n "$ac_ct_AR"; then
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6337 $as_echo "$ac_ct_AR" >&6; }
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6340 $as_echo "no" >&6; }
6343 if test "x$ac_ct_AR" = x; then
6346 case $cross_compiling:$ac_tool_warned in
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6349 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6350 ac_tool_warned=yes ;;
6358 test -z "$AR" && AR=ar
6359 test -z "$AR_FLAGS" && AR_FLAGS=cru
6371 if test -n "$ac_tool_prefix"; then
6372 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6373 set dummy ${ac_tool_prefix}strip; ac_word=$2
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6375 $as_echo_n "checking for $ac_word... " >&6; }
6376 if test "${ac_cv_prog_STRIP+set}" = set; then :
6377 $as_echo_n "(cached) " >&6
6379 if test -n "$STRIP"; then
6380 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6386 test -z "$as_dir" && as_dir=.
6387 for ac_exec_ext in '' $ac_executable_extensions; do
6388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6389 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6399 STRIP=$ac_cv_prog_STRIP
6400 if test -n "$STRIP"; then
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6402 $as_echo "$STRIP" >&6; }
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6405 $as_echo "no" >&6; }
6410 if test -z "$ac_cv_prog_STRIP"; then
6412 # Extract the first word of "strip", so it can be a program name with args.
6413 set dummy strip; ac_word=$2
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6415 $as_echo_n "checking for $ac_word... " >&6; }
6416 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6417 $as_echo_n "(cached) " >&6
6419 if test -n "$ac_ct_STRIP"; then
6420 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6426 test -z "$as_dir" && as_dir=.
6427 for ac_exec_ext in '' $ac_executable_extensions; do
6428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6429 ac_cv_prog_ac_ct_STRIP="strip"
6430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6439 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6440 if test -n "$ac_ct_STRIP"; then
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6442 $as_echo "$ac_ct_STRIP" >&6; }
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6445 $as_echo "no" >&6; }
6448 if test "x$ac_ct_STRIP" = x; then
6451 case $cross_compiling:$ac_tool_warned in
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6454 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6455 ac_tool_warned=yes ;;
6460 STRIP="$ac_cv_prog_STRIP"
6463 test -z "$STRIP" && STRIP=:
6470 if test -n "$ac_tool_prefix"; then
6471 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6472 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6474 $as_echo_n "checking for $ac_word... " >&6; }
6475 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6476 $as_echo_n "(cached) " >&6
6478 if test -n "$RANLIB"; then
6479 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6485 test -z "$as_dir" && as_dir=.
6486 for ac_exec_ext in '' $ac_executable_extensions; do
6487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6488 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6498 RANLIB=$ac_cv_prog_RANLIB
6499 if test -n "$RANLIB"; then
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6501 $as_echo "$RANLIB" >&6; }
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6504 $as_echo "no" >&6; }
6509 if test -z "$ac_cv_prog_RANLIB"; then
6510 ac_ct_RANLIB=$RANLIB
6511 # Extract the first word of "ranlib", so it can be a program name with args.
6512 set dummy ranlib; ac_word=$2
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6514 $as_echo_n "checking for $ac_word... " >&6; }
6515 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6516 $as_echo_n "(cached) " >&6
6518 if test -n "$ac_ct_RANLIB"; then
6519 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6525 test -z "$as_dir" && as_dir=.
6526 for ac_exec_ext in '' $ac_executable_extensions; do
6527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6528 ac_cv_prog_ac_ct_RANLIB="ranlib"
6529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6539 if test -n "$ac_ct_RANLIB"; then
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6541 $as_echo "$ac_ct_RANLIB" >&6; }
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6544 $as_echo "no" >&6; }
6547 if test "x$ac_ct_RANLIB" = x; then
6550 case $cross_compiling:$ac_tool_warned in
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6553 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6554 ac_tool_warned=yes ;;
6556 RANLIB=$ac_ct_RANLIB
6559 RANLIB="$ac_cv_prog_RANLIB"
6562 test -z "$RANLIB" && RANLIB=:
6569 # Determine commands to create old-style static archives.
6570 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6571 old_postinstall_cmds='chmod 644 $oldlib'
6572 old_postuninstall_cmds=
6574 if test -n "$RANLIB"; then
6577 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6580 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6583 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6588 lock_old_archive_extraction=yes ;;
6590 lock_old_archive_extraction=no ;;
6631 # If no C compiler was specified, use CC.
6634 # If no C compiler flags were specified, use CFLAGS.
6635 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6637 # Allow CC to be a program name with arguments.
6641 # Check for command to grab the raw symbol name followed by C symbol from nm.
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6643 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6644 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6645 $as_echo_n "(cached) " >&6
6648 # These are sane defaults that work on at least a few old systems.
6649 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6651 # Character class describing NM global symbol codes.
6652 symcode='[BCDEGRST]'
6654 # Regexp to match symbols that can be accessed directly from C.
6655 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6657 # Define system-specific variables.
6662 cygwin* | mingw* | pw32* | cegcc*)
6663 symcode='[ABCDGISTW]'
6666 if test "$host_cpu" = ia64; then
6667 symcode='[ABCDEGRST]'
6671 symcode='[BCDEGRST]'
6674 symcode='[BCDEGQRST]'
6685 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6693 # If we're using GNU nm, then use its standard symbol codes.
6694 case `$NM -V 2>&1` in
6695 *GNU* | *'with BFD'*)
6696 symcode='[ABCDGIRSTW]' ;;
6699 # Transform an extracted symbol line into a proper C declaration.
6700 # Some systems (esp. on ia64) link data and code symbols differently,
6701 # so use this general approach.
6702 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6704 # Transform an extracted symbol line into symbol name and symbol address
6705 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6706 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'"
6708 # Handle CRLF in mingw tool chain
6712 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6716 # Try without a prefix underscore, then with it.
6717 for ac_symprfx in "" "_"; do
6719 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6720 symxfrm="\\1 $ac_symprfx\\2 \\2"
6722 # Write the raw and C identifiers.
6723 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6724 # Fake it for dumpbin and say T for any non-static function
6725 # and D for any global variable.
6726 # Also find C++ and __fastcall symbols from MSVC++,
6727 # which start with @ or ?.
6728 lt_cv_sys_global_symbol_pipe="$AWK '"\
6729 " {last_section=section; section=\$ 3};"\
6730 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6731 " \$ 0!~/External *\|/{next};"\
6732 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6733 " {if(hide[section]) next};"\
6734 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6735 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6736 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6737 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6738 " ' prfx=^$ac_symprfx"
6740 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6743 # Check to see that the pipe works correctly.
6747 cat > conftest.$ac_ext <<_LT_EOF
6752 void nm_test_func(void);
6753 void nm_test_func(void){}
6757 int main(){nm_test_var='a';nm_test_func();return(0);}
6760 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6761 (eval $ac_compile) 2>&5
6763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6764 test $ac_status = 0; }; then
6765 # Now try to grab the symbols.
6767 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6768 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6771 test $ac_status = 0; } && test -s "$nlist"; then
6772 # Try sorting and uniquifying the output.
6773 if sort "$nlist" | uniq > "$nlist"T; then
6774 mv -f "$nlist"T "$nlist"
6779 # Make sure that we snagged all the symbols we need.
6780 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6781 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6782 cat <<_LT_EOF > conftest.$ac_ext
6788 # Now generate the symbol file.
6789 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6791 cat <<_LT_EOF >> conftest.$ac_ext
6793 /* The mapping between symbol names and symbols. */
6798 lt__PROGRAM__LTX_preloaded_symbols[] =
6800 { "@PROGRAM@", (void *) 0 },
6802 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6803 cat <<\_LT_EOF >> conftest.$ac_ext
6807 /* This works around a problem in FreeBSD linker */
6808 #ifdef FREEBSD_WORKAROUND
6809 static const void *lt_preloaded_setup() {
6810 return lt__PROGRAM__LTX_preloaded_symbols;
6818 # Now try linking the two files.
6819 mv conftest.$ac_objext conftstm.$ac_objext
6820 lt_save_LIBS="$LIBS"
6821 lt_save_CFLAGS="$CFLAGS"
6822 LIBS="conftstm.$ac_objext"
6823 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6824 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6825 (eval $ac_link) 2>&5
6827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6828 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6831 LIBS="$lt_save_LIBS"
6832 CFLAGS="$lt_save_CFLAGS"
6834 echo "cannot find nm_test_func in $nlist" >&5
6837 echo "cannot find nm_test_var in $nlist" >&5
6840 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6843 echo "$progname: failed program was:" >&5
6844 cat conftest.$ac_ext >&5
6846 rm -rf conftest* conftst*
6848 # Do not use the global_symbol_pipe unless it works.
6849 if test "$pipe_works" = yes; then
6852 lt_cv_sys_global_symbol_pipe=
6858 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6859 lt_cv_sys_global_symbol_to_cdecl=
6861 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6863 $as_echo "failed" >&6; }
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6866 $as_echo "ok" >&6; }
6890 # Check whether --enable-libtool-lock was given.
6891 if test "${enable_libtool_lock+set}" = set; then :
6892 enableval=$enable_libtool_lock;
6895 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6897 # Some flags need to be propagated to the compiler or linker for good
6901 # Find out which ABI we are using.
6902 echo 'int i;' > conftest.$ac_ext
6903 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6904 (eval $ac_compile) 2>&5
6906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6907 test $ac_status = 0; }; then
6908 case `/usr/bin/file conftest.$ac_objext` in
6920 # Find out which ABI we are using.
6921 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6922 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6923 (eval $ac_compile) 2>&5
6925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6926 test $ac_status = 0; }; then
6927 if test "$lt_cv_prog_gnu_ld" = yes; then
6928 case `/usr/bin/file conftest.$ac_objext` in
6930 LD="${LD-ld} -melf32bsmip"
6933 LD="${LD-ld} -melf32bmipn32"
6936 LD="${LD-ld} -melf64bmip"
6940 case `/usr/bin/file conftest.$ac_objext` in
6956 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6957 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6958 # Find out which ABI we are using.
6959 echo 'int i;' > conftest.$ac_ext
6960 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6961 (eval $ac_compile) 2>&5
6963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6964 test $ac_status = 0; }; then
6965 case `/usr/bin/file conftest.o` in
6968 x86_64-*kfreebsd*-gnu)
6969 LD="${LD-ld} -m elf_i386_fbsd"
6972 LD="${LD-ld} -m elf_i386"
6974 ppc64-*linux*|powerpc64-*linux*)
6975 LD="${LD-ld} -m elf32ppclinux"
6978 LD="${LD-ld} -m elf_s390"
6981 LD="${LD-ld} -m elf32_sparc"
6987 x86_64-*kfreebsd*-gnu)
6988 LD="${LD-ld} -m elf_x86_64_fbsd"
6991 LD="${LD-ld} -m elf_x86_64"
6993 ppc*-*linux*|powerpc*-*linux*)
6994 LD="${LD-ld} -m elf64ppc"
6996 s390*-*linux*|s390*-*tpf*)
6997 LD="${LD-ld} -m elf64_s390"
7000 LD="${LD-ld} -m elf64_sparc"
7010 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7011 SAVE_CFLAGS="$CFLAGS"
7012 CFLAGS="$CFLAGS -belf"
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7014 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7015 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7016 $as_echo_n "(cached) " >&6
7019 ac_cpp='$CPP $CPPFLAGS'
7020 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7021 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7022 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7025 /* end confdefs.h. */
7035 if ac_fn_c_try_link "$LINENO"; then :
7036 lt_cv_cc_needs_belf=yes
7038 lt_cv_cc_needs_belf=no
7040 rm -f core conftest.err conftest.$ac_objext \
7041 conftest$ac_exeext conftest.$ac_ext
7043 ac_cpp='$CPP $CPPFLAGS'
7044 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7045 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7046 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7050 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7051 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7052 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7053 CFLAGS="$SAVE_CFLAGS"
7057 # Find out which ABI we are using.
7058 echo 'int i;' > conftest.$ac_ext
7059 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7060 (eval $ac_compile) 2>&5
7062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7063 test $ac_status = 0; }; then
7064 case `/usr/bin/file conftest.o` in
7066 case $lt_cv_prog_gnu_ld in
7067 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7069 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7081 need_locks="$enable_libtool_lock"
7085 rhapsody* | darwin*)
7086 if test -n "$ac_tool_prefix"; then
7087 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7088 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7090 $as_echo_n "checking for $ac_word... " >&6; }
7091 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7092 $as_echo_n "(cached) " >&6
7094 if test -n "$DSYMUTIL"; then
7095 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7101 test -z "$as_dir" && as_dir=.
7102 for ac_exec_ext in '' $ac_executable_extensions; do
7103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7104 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7114 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7115 if test -n "$DSYMUTIL"; then
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7117 $as_echo "$DSYMUTIL" >&6; }
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7120 $as_echo "no" >&6; }
7125 if test -z "$ac_cv_prog_DSYMUTIL"; then
7126 ac_ct_DSYMUTIL=$DSYMUTIL
7127 # Extract the first word of "dsymutil", so it can be a program name with args.
7128 set dummy dsymutil; ac_word=$2
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7130 $as_echo_n "checking for $ac_word... " >&6; }
7131 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7132 $as_echo_n "(cached) " >&6
7134 if test -n "$ac_ct_DSYMUTIL"; then
7135 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7141 test -z "$as_dir" && as_dir=.
7142 for ac_exec_ext in '' $ac_executable_extensions; do
7143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7144 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7154 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7155 if test -n "$ac_ct_DSYMUTIL"; then
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7157 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7160 $as_echo "no" >&6; }
7163 if test "x$ac_ct_DSYMUTIL" = x; then
7166 case $cross_compiling:$ac_tool_warned in
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7169 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7170 ac_tool_warned=yes ;;
7172 DSYMUTIL=$ac_ct_DSYMUTIL
7175 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7178 if test -n "$ac_tool_prefix"; then
7179 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7180 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7182 $as_echo_n "checking for $ac_word... " >&6; }
7183 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7184 $as_echo_n "(cached) " >&6
7186 if test -n "$NMEDIT"; then
7187 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7193 test -z "$as_dir" && as_dir=.
7194 for ac_exec_ext in '' $ac_executable_extensions; do
7195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7196 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7206 NMEDIT=$ac_cv_prog_NMEDIT
7207 if test -n "$NMEDIT"; then
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7209 $as_echo "$NMEDIT" >&6; }
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7212 $as_echo "no" >&6; }
7217 if test -z "$ac_cv_prog_NMEDIT"; then
7218 ac_ct_NMEDIT=$NMEDIT
7219 # Extract the first word of "nmedit", so it can be a program name with args.
7220 set dummy nmedit; ac_word=$2
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7222 $as_echo_n "checking for $ac_word... " >&6; }
7223 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7224 $as_echo_n "(cached) " >&6
7226 if test -n "$ac_ct_NMEDIT"; then
7227 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7233 test -z "$as_dir" && as_dir=.
7234 for ac_exec_ext in '' $ac_executable_extensions; do
7235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7236 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7246 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7247 if test -n "$ac_ct_NMEDIT"; then
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7249 $as_echo "$ac_ct_NMEDIT" >&6; }
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7252 $as_echo "no" >&6; }
7255 if test "x$ac_ct_NMEDIT" = x; then
7258 case $cross_compiling:$ac_tool_warned in
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7261 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7262 ac_tool_warned=yes ;;
7264 NMEDIT=$ac_ct_NMEDIT
7267 NMEDIT="$ac_cv_prog_NMEDIT"
7270 if test -n "$ac_tool_prefix"; then
7271 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7272 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7274 $as_echo_n "checking for $ac_word... " >&6; }
7275 if test "${ac_cv_prog_LIPO+set}" = set; then :
7276 $as_echo_n "(cached) " >&6
7278 if test -n "$LIPO"; then
7279 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7285 test -z "$as_dir" && as_dir=.
7286 for ac_exec_ext in '' $ac_executable_extensions; do
7287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7288 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7289 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7298 LIPO=$ac_cv_prog_LIPO
7299 if test -n "$LIPO"; then
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7301 $as_echo "$LIPO" >&6; }
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7304 $as_echo "no" >&6; }
7309 if test -z "$ac_cv_prog_LIPO"; then
7311 # Extract the first word of "lipo", so it can be a program name with args.
7312 set dummy lipo; ac_word=$2
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7314 $as_echo_n "checking for $ac_word... " >&6; }
7315 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7316 $as_echo_n "(cached) " >&6
7318 if test -n "$ac_ct_LIPO"; then
7319 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7325 test -z "$as_dir" && as_dir=.
7326 for ac_exec_ext in '' $ac_executable_extensions; do
7327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7328 ac_cv_prog_ac_ct_LIPO="lipo"
7329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7338 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7339 if test -n "$ac_ct_LIPO"; then
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7341 $as_echo "$ac_ct_LIPO" >&6; }
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7344 $as_echo "no" >&6; }
7347 if test "x$ac_ct_LIPO" = x; then
7350 case $cross_compiling:$ac_tool_warned in
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7353 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7354 ac_tool_warned=yes ;;
7359 LIPO="$ac_cv_prog_LIPO"
7362 if test -n "$ac_tool_prefix"; then
7363 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7364 set dummy ${ac_tool_prefix}otool; ac_word=$2
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7366 $as_echo_n "checking for $ac_word... " >&6; }
7367 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7368 $as_echo_n "(cached) " >&6
7370 if test -n "$OTOOL"; then
7371 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7377 test -z "$as_dir" && as_dir=.
7378 for ac_exec_ext in '' $ac_executable_extensions; do
7379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7380 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7390 OTOOL=$ac_cv_prog_OTOOL
7391 if test -n "$OTOOL"; then
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7393 $as_echo "$OTOOL" >&6; }
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7396 $as_echo "no" >&6; }
7401 if test -z "$ac_cv_prog_OTOOL"; then
7403 # Extract the first word of "otool", so it can be a program name with args.
7404 set dummy otool; ac_word=$2
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7406 $as_echo_n "checking for $ac_word... " >&6; }
7407 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7408 $as_echo_n "(cached) " >&6
7410 if test -n "$ac_ct_OTOOL"; then
7411 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7417 test -z "$as_dir" && as_dir=.
7418 for ac_exec_ext in '' $ac_executable_extensions; do
7419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7420 ac_cv_prog_ac_ct_OTOOL="otool"
7421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7430 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7431 if test -n "$ac_ct_OTOOL"; then
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7433 $as_echo "$ac_ct_OTOOL" >&6; }
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7436 $as_echo "no" >&6; }
7439 if test "x$ac_ct_OTOOL" = x; then
7442 case $cross_compiling:$ac_tool_warned in
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7446 ac_tool_warned=yes ;;
7451 OTOOL="$ac_cv_prog_OTOOL"
7454 if test -n "$ac_tool_prefix"; then
7455 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7456 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7458 $as_echo_n "checking for $ac_word... " >&6; }
7459 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7460 $as_echo_n "(cached) " >&6
7462 if test -n "$OTOOL64"; then
7463 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7469 test -z "$as_dir" && as_dir=.
7470 for ac_exec_ext in '' $ac_executable_extensions; do
7471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7472 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7482 OTOOL64=$ac_cv_prog_OTOOL64
7483 if test -n "$OTOOL64"; then
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7485 $as_echo "$OTOOL64" >&6; }
7487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7488 $as_echo "no" >&6; }
7493 if test -z "$ac_cv_prog_OTOOL64"; then
7494 ac_ct_OTOOL64=$OTOOL64
7495 # Extract the first word of "otool64", so it can be a program name with args.
7496 set dummy otool64; ac_word=$2
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7498 $as_echo_n "checking for $ac_word... " >&6; }
7499 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7500 $as_echo_n "(cached) " >&6
7502 if test -n "$ac_ct_OTOOL64"; then
7503 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7509 test -z "$as_dir" && as_dir=.
7510 for ac_exec_ext in '' $ac_executable_extensions; do
7511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7512 ac_cv_prog_ac_ct_OTOOL64="otool64"
7513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7522 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7523 if test -n "$ac_ct_OTOOL64"; then
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7525 $as_echo "$ac_ct_OTOOL64" >&6; }
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7528 $as_echo "no" >&6; }
7531 if test "x$ac_ct_OTOOL64" = x; then
7534 case $cross_compiling:$ac_tool_warned in
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7538 ac_tool_warned=yes ;;
7540 OTOOL64=$ac_ct_OTOOL64
7543 OTOOL64="$ac_cv_prog_OTOOL64"
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7573 $as_echo_n "checking for -single_module linker flag... " >&6; }
7574 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7575 $as_echo_n "(cached) " >&6
7577 lt_cv_apple_cc_single_mod=no
7578 if test -z "${LT_MULTI_MODULE}"; then
7579 # By default we will add the -single_module flag. You can override
7580 # by either setting the environment variable LT_MULTI_MODULE
7581 # non-empty at configure time, or by adding -multi_module to the
7583 rm -rf libconftest.dylib*
7584 echo "int foo(void){return 1;}" > conftest.c
7585 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7586 -dynamiclib -Wl,-single_module conftest.c" >&5
7587 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7588 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7590 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7591 lt_cv_apple_cc_single_mod=yes
7593 cat conftest.err >&5
7595 rm -rf libconftest.dylib*
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7600 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7602 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7603 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7604 $as_echo_n "(cached) " >&6
7606 lt_cv_ld_exported_symbols_list=no
7607 save_LDFLAGS=$LDFLAGS
7608 echo "_main" > conftest.sym
7609 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7611 /* end confdefs.h. */
7621 if ac_fn_c_try_link "$LINENO"; then :
7622 lt_cv_ld_exported_symbols_list=yes
7624 lt_cv_ld_exported_symbols_list=no
7626 rm -f core conftest.err conftest.$ac_objext \
7627 conftest$ac_exeext conftest.$ac_ext
7628 LDFLAGS="$save_LDFLAGS"
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7632 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7634 $as_echo_n "checking for -force_load linker flag... " >&6; }
7635 if test "${lt_cv_ld_force_load+set}" = set; then :
7636 $as_echo_n "(cached) " >&6
7638 lt_cv_ld_force_load=no
7639 cat > conftest.c << _LT_EOF
7640 int forced_loaded() { return 2;}
7642 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7643 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7644 echo "$AR cru libconftest.a conftest.o" >&5
7645 $AR cru libconftest.a conftest.o 2>&5
7646 cat > conftest.c << _LT_EOF
7647 int main() { return 0;}
7649 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7650 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7652 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7653 lt_cv_ld_force_load=yes
7655 cat conftest.err >&5
7657 rm -f conftest.err libconftest.a conftest conftest.c
7658 rm -rf conftest.dSYM
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7662 $as_echo "$lt_cv_ld_force_load" >&6; }
7664 rhapsody* | darwin1.[012])
7665 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7667 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7668 darwin*) # darwin 5.x on
7669 # if running on 10.5 or later, the deployment target defaults
7670 # to the OS version, if on x86, and 10.4, the deployment
7671 # target defaults to 10.4. Don't you love it?
7672 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7673 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7674 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7676 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7678 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7682 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7683 _lt_dar_single_mod='$single_module'
7685 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7686 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7688 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7690 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7691 _lt_dsymutil='~$DSYMUTIL $lib || :'
7698 for ac_header in dlfcn.h
7700 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7702 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7703 cat >>confdefs.h <<_ACEOF
7704 #define HAVE_DLFCN_H 1
7725 # Check whether --enable-shared was given.
7726 if test "${enable_shared+set}" = set; then :
7727 enableval=$enable_shared; p=${PACKAGE-default}
7729 yes) enable_shared=yes ;;
7730 no) enable_shared=no ;;
7733 # Look at the argument we got. We use all the common list separators.
7734 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7735 for pkg in $enableval; do
7737 if test "X$pkg" = "X$p"; then
7756 # Check whether --enable-static was given.
7757 if test "${enable_static+set}" = set; then :
7758 enableval=$enable_static; p=${PACKAGE-default}
7760 yes) enable_static=yes ;;
7761 no) enable_static=no ;;
7764 # Look at the argument we got. We use all the common list separators.
7765 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7766 for pkg in $enableval; do
7768 if test "X$pkg" = "X$p"; then
7788 # Check whether --with-pic was given.
7789 if test "${with_pic+set}" = set; then :
7790 withval=$with_pic; pic_mode="$withval"
7796 test -z "$pic_mode" && pic_mode=default
7804 # Check whether --enable-fast-install was given.
7805 if test "${enable_fast_install+set}" = set; then :
7806 enableval=$enable_fast_install; p=${PACKAGE-default}
7808 yes) enable_fast_install=yes ;;
7809 no) enable_fast_install=no ;;
7811 enable_fast_install=no
7812 # Look at the argument we got. We use all the common list separators.
7813 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7814 for pkg in $enableval; do
7816 if test "X$pkg" = "X$p"; then
7817 enable_fast_install=yes
7824 enable_fast_install=yes
7837 # This can be used to rebuild libtool when needed
7838 LIBTOOL_DEPS="$ltmain"
7840 # Always use our own libtool.
7841 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7868 test -z "$LN_S" && LN_S="ln -s"
7883 if test -n "${ZSH_VERSION+set}" ; then
7884 setopt NO_GLOB_SUBST
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7888 $as_echo_n "checking for objdir... " >&6; }
7889 if test "${lt_cv_objdir+set}" = set; then :
7890 $as_echo_n "(cached) " >&6
7892 rm -f .libs 2>/dev/null
7893 mkdir .libs 2>/dev/null
7894 if test -d .libs; then
7897 # MS-DOS does not allow filenames that begin with a dot.
7900 rmdir .libs 2>/dev/null
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7903 $as_echo "$lt_cv_objdir" >&6; }
7904 objdir=$lt_cv_objdir
7910 cat >>confdefs.h <<_ACEOF
7911 #define LT_OBJDIR "$lt_cv_objdir/"
7919 # AIX sometimes has problems with the GCC collect2 program. For some
7920 # reason, if we set the COLLECT_NAMES environment variable, the problems
7921 # vanish in a puff of smoke.
7922 if test "X${COLLECT_NAMES+set}" != Xset; then
7924 export COLLECT_NAMES
7931 can_build_shared=yes
7933 # All known linkers require a `.a' archive for static linking (except MSVC,
7934 # which needs '.lib').
7937 with_gnu_ld="$lt_cv_prog_gnu_ld"
7940 old_CFLAGS="$CFLAGS"
7942 # Set sane defaults for various variables
7943 test -z "$CC" && CC=cc
7944 test -z "$LTCC" && LTCC=$CC
7945 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7946 test -z "$LD" && LD=ld
7947 test -z "$ac_objext" && ac_objext=o
7949 for cc_temp in $compiler""; do
7951 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7952 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7957 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7960 # Only perform the check for file, if the check method requires it
7961 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7962 case $deplibs_check_method in
7964 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7966 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7967 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7968 $as_echo_n "(cached) " >&6
7972 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7975 lt_save_MAGIC_CMD="$MAGIC_CMD"
7976 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7977 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7978 for ac_dir in $ac_dummy; do
7980 test -z "$ac_dir" && ac_dir=.
7981 if test -f $ac_dir/${ac_tool_prefix}file; then
7982 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7983 if test -n "$file_magic_test_file"; then
7984 case $deplibs_check_method in
7986 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7987 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7988 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7989 $EGREP "$file_magic_regex" > /dev/null; then
7994 *** Warning: the command libtool uses to detect shared libraries,
7995 *** $file_magic_cmd, produces output that libtool cannot recognize.
7996 *** The result is that libtool may fail to recognize shared libraries
7997 *** as such. This will affect the creation of libtool libraries that
7998 *** depend on shared libraries, but programs linked with such libtool
7999 *** libraries will work regardless of this problem. Nevertheless, you
8000 *** may want to report the problem to your system manager and/or to
8011 MAGIC_CMD="$lt_save_MAGIC_CMD"
8016 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8017 if test -n "$MAGIC_CMD"; then
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8019 $as_echo "$MAGIC_CMD" >&6; }
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022 $as_echo "no" >&6; }
8029 if test -z "$lt_cv_path_MAGIC_CMD"; then
8030 if test -n "$ac_tool_prefix"; then
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8032 $as_echo_n "checking for file... " >&6; }
8033 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8038 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8041 lt_save_MAGIC_CMD="$MAGIC_CMD"
8042 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8043 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8044 for ac_dir in $ac_dummy; do
8046 test -z "$ac_dir" && ac_dir=.
8047 if test -f $ac_dir/file; then
8048 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8049 if test -n "$file_magic_test_file"; then
8050 case $deplibs_check_method in
8052 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8053 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8054 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8055 $EGREP "$file_magic_regex" > /dev/null; then
8060 *** Warning: the command libtool uses to detect shared libraries,
8061 *** $file_magic_cmd, produces output that libtool cannot recognize.
8062 *** The result is that libtool may fail to recognize shared libraries
8063 *** as such. This will affect the creation of libtool libraries that
8064 *** depend on shared libraries, but programs linked with such libtool
8065 *** libraries will work regardless of this problem. Nevertheless, you
8066 *** may want to report the problem to your system manager and/or to
8077 MAGIC_CMD="$lt_save_MAGIC_CMD"
8082 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8083 if test -n "$MAGIC_CMD"; then
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8085 $as_echo "$MAGIC_CMD" >&6; }
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8088 $as_echo "no" >&6; }
8101 # Use C for the default configuration in the libtool script
8105 ac_cpp='$CPP $CPPFLAGS'
8106 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8107 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8108 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8111 # Source file extension for C test sources.
8114 # Object file extension for compiled C test sources.
8118 # Code to be used in simple compile tests
8119 lt_simple_compile_test_code="int some_variable = 0;"
8121 # Code to be used in simple link tests
8122 lt_simple_link_test_code='int main(){return(0);}'
8130 # If no C compiler was specified, use CC.
8133 # If no C compiler flags were specified, use CFLAGS.
8134 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8136 # Allow CC to be a program name with arguments.
8139 # Save the default compiler, since it gets overwritten when the other
8140 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8141 compiler_DEFAULT=$CC
8143 # save warnings/boilerplate of simple test code
8144 ac_outfile=conftest.$ac_objext
8145 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8146 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8147 _lt_compiler_boilerplate=`cat conftest.err`
8150 ac_outfile=conftest.$ac_objext
8151 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8152 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8153 _lt_linker_boilerplate=`cat conftest.err`
8158 ## There is no encapsulation within the following macros, do not change
8159 ## the running order or otherwise move them around unless you know exactly
8160 ## what you are doing...
8161 if test -n "$compiler"; then
8163 lt_prog_compiler_no_builtin_flag=
8165 if test "$GCC" = yes; then
8166 case $cc_basename in
8168 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8170 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8174 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8175 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8176 $as_echo_n "(cached) " >&6
8178 lt_cv_prog_compiler_rtti_exceptions=no
8179 ac_outfile=conftest.$ac_objext
8180 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8181 lt_compiler_flag="-fno-rtti -fno-exceptions"
8182 # Insert the option either (1) after the last *FLAGS variable, or
8183 # (2) before a word containing "conftest.", or (3) at the end.
8184 # Note that $ac_compile itself does not contain backslashes and begins
8185 # with a dollar sign (not a hyphen), so the echo should work correctly.
8186 # The option is referenced via a variable to avoid confusing sed.
8187 lt_compile=`echo "$ac_compile" | $SED \
8188 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8189 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8190 -e 's:$: $lt_compiler_flag:'`
8191 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8192 (eval "$lt_compile" 2>conftest.err)
8194 cat conftest.err >&5
8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 if (exit $ac_status) && test -s "$ac_outfile"; then
8197 # The compiler can only warn and ignore the option if not recognized
8198 # So say no if there are warnings other than the usual output.
8199 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8200 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8201 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8202 lt_cv_prog_compiler_rtti_exceptions=yes
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8209 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8211 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8212 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8224 lt_prog_compiler_wl=
8225 lt_prog_compiler_pic=
8226 lt_prog_compiler_static=
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8229 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8231 if test "$GCC" = yes; then
8232 lt_prog_compiler_wl='-Wl,'
8233 lt_prog_compiler_static='-static'
8237 # All AIX code is PIC.
8238 if test "$host_cpu" = ia64; then
8239 # AIX 5 now supports IA64 processor
8240 lt_prog_compiler_static='-Bstatic'
8247 # see comment about AmigaOS4 .so support
8248 lt_prog_compiler_pic='-fPIC'
8251 # FIXME: we need at least 68020 code to build shared libraries, but
8252 # adding the `-m68020' flag to GCC prevents building anything better,
8254 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8259 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8260 # PIC is the default for these OSes.
8263 mingw* | cygwin* | pw32* | os2* | cegcc*)
8264 # This hack is so that the source file can tell whether it is being
8265 # built for inclusion in a dll (and should export symbols for example).
8266 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8267 # (--disable-auto-import) libraries
8268 lt_prog_compiler_pic='-DDLL_EXPORT'
8271 darwin* | rhapsody*)
8272 # PIC is the default on this platform
8273 # Common symbols not allowed in MH_DYLIB files
8274 lt_prog_compiler_pic='-fno-common'
8278 # PIC is the default for Haiku.
8279 # The "-static" flag exists, but is broken.
8280 lt_prog_compiler_static=
8284 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8285 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8286 # sets the default TLS model and affects inlining.
8292 lt_prog_compiler_pic='-fPIC'
8298 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8299 # Instead, we relocate shared libraries at runtime.
8303 # Just because we use GCC doesn't mean we suddenly get shared libraries
8304 # on systems that don't support them.
8305 lt_prog_compiler_can_build_shared=no
8310 # QNX uses GNU C++, but need to define -shared option too, otherwise
8312 lt_prog_compiler_pic='-fPIC -shared'
8316 if test -d /usr/nec; then
8317 lt_prog_compiler_pic=-Kconform_pic
8322 lt_prog_compiler_pic='-fPIC'
8326 case $cc_basename in
8327 nvcc*) # Cuda Compiler Driver 2.2
8328 lt_prog_compiler_wl='-Xlinker '
8329 lt_prog_compiler_pic='-Xcompiler -fPIC'
8333 # PORTME Check for flag to pass linker flags through the system compiler.
8336 lt_prog_compiler_wl='-Wl,'
8337 if test "$host_cpu" = ia64; then
8338 # AIX 5 now supports IA64 processor
8339 lt_prog_compiler_static='-Bstatic'
8341 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8345 mingw* | cygwin* | pw32* | os2* | cegcc*)
8346 # This hack is so that the source file can tell whether it is being
8347 # built for inclusion in a dll (and should export symbols for example).
8348 lt_prog_compiler_pic='-DDLL_EXPORT'
8351 hpux9* | hpux10* | hpux11*)
8352 lt_prog_compiler_wl='-Wl,'
8353 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8360 lt_prog_compiler_pic='+Z'
8363 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8364 lt_prog_compiler_static='${wl}-a ${wl}archive'
8367 irix5* | irix6* | nonstopux*)
8368 lt_prog_compiler_wl='-Wl,'
8369 # PIC (with -KPIC) is the default.
8370 lt_prog_compiler_static='-non_shared'
8373 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8374 case $cc_basename in
8375 # old Intel for x86_64 which still supported -KPIC.
8377 lt_prog_compiler_wl='-Wl,'
8378 lt_prog_compiler_pic='-KPIC'
8379 lt_prog_compiler_static='-static'
8381 # icc used to be incompatible with GCC.
8382 # ICC 10 doesn't accept -KPIC any more.
8384 lt_prog_compiler_wl='-Wl,'
8385 lt_prog_compiler_pic='-fPIC'
8386 lt_prog_compiler_static='-static'
8388 # Lahey Fortran 8.1.
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_pic='--shared'
8392 lt_prog_compiler_static='--static'
8394 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8395 # Portland Group compilers (*not* the Pentium gcc compiler,
8396 # which looks to be a dead project)
8397 lt_prog_compiler_wl='-Wl,'
8398 lt_prog_compiler_pic='-fpic'
8399 lt_prog_compiler_static='-Bstatic'
8402 lt_prog_compiler_wl='-Wl,'
8403 # All Alpha code is PIC.
8404 lt_prog_compiler_static='-non_shared'
8406 xl* | bgxl* | bgf* | mpixl*)
8407 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8408 lt_prog_compiler_wl='-Wl,'
8409 lt_prog_compiler_pic='-qpic'
8410 lt_prog_compiler_static='-qstaticlink'
8413 case `$CC -V 2>&1 | sed 5q` in
8414 *Sun\ F* | *Sun*Fortran*)
8415 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8416 lt_prog_compiler_pic='-KPIC'
8417 lt_prog_compiler_static='-Bstatic'
8418 lt_prog_compiler_wl=''
8422 lt_prog_compiler_pic='-KPIC'
8423 lt_prog_compiler_static='-Bstatic'
8424 lt_prog_compiler_wl='-Wl,'
8432 lt_prog_compiler_pic='-KPIC'
8433 lt_prog_compiler_static='-Bstatic'
8437 # QNX uses GNU C++, but need to define -shared option too, otherwise
8439 lt_prog_compiler_pic='-fPIC -shared'
8442 osf3* | osf4* | osf5*)
8443 lt_prog_compiler_wl='-Wl,'
8444 # All OSF/1 code is PIC.
8445 lt_prog_compiler_static='-non_shared'
8449 lt_prog_compiler_static='-non_shared'
8453 lt_prog_compiler_pic='-KPIC'
8454 lt_prog_compiler_static='-Bstatic'
8455 case $cc_basename in
8457 lt_prog_compiler_wl='-Qoption ld ';;
8459 lt_prog_compiler_wl='-Wl,';;
8464 lt_prog_compiler_wl='-Qoption ld '
8465 lt_prog_compiler_pic='-PIC'
8466 lt_prog_compiler_static='-Bstatic'
8469 sysv4 | sysv4.2uw2* | sysv4.3*)
8470 lt_prog_compiler_wl='-Wl,'
8471 lt_prog_compiler_pic='-KPIC'
8472 lt_prog_compiler_static='-Bstatic'
8476 if test -d /usr/nec ;then
8477 lt_prog_compiler_pic='-Kconform_pic'
8478 lt_prog_compiler_static='-Bstatic'
8482 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8483 lt_prog_compiler_wl='-Wl,'
8484 lt_prog_compiler_pic='-KPIC'
8485 lt_prog_compiler_static='-Bstatic'
8489 lt_prog_compiler_wl='-Wl,'
8490 lt_prog_compiler_can_build_shared=no
8494 lt_prog_compiler_pic='-pic'
8495 lt_prog_compiler_static='-Bstatic'
8499 lt_prog_compiler_can_build_shared=no
8505 # For platforms which do not support PIC, -DPIC is meaningless:
8507 lt_prog_compiler_pic=
8510 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8514 $as_echo "$lt_prog_compiler_pic" >&6; }
8522 # Check to make sure the PIC flag actually works.
8524 if test -n "$lt_prog_compiler_pic"; then
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8526 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8527 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8528 $as_echo_n "(cached) " >&6
8530 lt_cv_prog_compiler_pic_works=no
8531 ac_outfile=conftest.$ac_objext
8532 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8533 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8534 # Insert the option either (1) after the last *FLAGS variable, or
8535 # (2) before a word containing "conftest.", or (3) at the end.
8536 # Note that $ac_compile itself does not contain backslashes and begins
8537 # with a dollar sign (not a hyphen), so the echo should work correctly.
8538 # The option is referenced via a variable to avoid confusing sed.
8539 lt_compile=`echo "$ac_compile" | $SED \
8540 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8541 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8542 -e 's:$: $lt_compiler_flag:'`
8543 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8544 (eval "$lt_compile" 2>conftest.err)
8546 cat conftest.err >&5
8547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8548 if (exit $ac_status) && test -s "$ac_outfile"; then
8549 # The compiler can only warn and ignore the option if not recognized
8550 # So say no if there are warnings other than the usual output.
8551 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8552 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8553 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8554 lt_cv_prog_compiler_pic_works=yes
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8561 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8563 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8564 case $lt_prog_compiler_pic in
8566 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8569 lt_prog_compiler_pic=
8570 lt_prog_compiler_can_build_shared=no
8581 # Check to make sure the static flag actually works.
8583 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8585 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8586 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8587 $as_echo_n "(cached) " >&6
8589 lt_cv_prog_compiler_static_works=no
8590 save_LDFLAGS="$LDFLAGS"
8591 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8592 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8593 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8594 # The linker can only warn and ignore the option if not recognized
8595 # So say no if there are warnings
8596 if test -s conftest.err; then
8597 # Append any errors to the config.log.
8598 cat conftest.err 1>&5
8599 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8600 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8601 if diff conftest.exp conftest.er2 >/dev/null; then
8602 lt_cv_prog_compiler_static_works=yes
8605 lt_cv_prog_compiler_static_works=yes
8609 LDFLAGS="$save_LDFLAGS"
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8613 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8615 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8618 lt_prog_compiler_static=
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8628 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8629 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8630 $as_echo_n "(cached) " >&6
8632 lt_cv_prog_compiler_c_o=no
8633 $RM -r conftest 2>/dev/null
8637 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8639 lt_compiler_flag="-o out/conftest2.$ac_objext"
8640 # Insert the option either (1) after the last *FLAGS variable, or
8641 # (2) before a word containing "conftest.", or (3) at the end.
8642 # Note that $ac_compile itself does not contain backslashes and begins
8643 # with a dollar sign (not a hyphen), so the echo should work correctly.
8644 lt_compile=`echo "$ac_compile" | $SED \
8645 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8646 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8647 -e 's:$: $lt_compiler_flag:'`
8648 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8649 (eval "$lt_compile" 2>out/conftest.err)
8651 cat out/conftest.err >&5
8652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8653 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8655 # The compiler can only warn and ignore the option if not recognized
8656 # So say no if there are warnings
8657 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8658 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8659 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8660 lt_cv_prog_compiler_c_o=yes
8665 # SGI C++ compiler will create directory out/ii_files/ for
8666 # template instantiation
8667 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8668 $RM out/* && rmdir out
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8675 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8683 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8684 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8685 $as_echo_n "(cached) " >&6
8687 lt_cv_prog_compiler_c_o=no
8688 $RM -r conftest 2>/dev/null
8692 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8694 lt_compiler_flag="-o out/conftest2.$ac_objext"
8695 # Insert the option either (1) after the last *FLAGS variable, or
8696 # (2) before a word containing "conftest.", or (3) at the end.
8697 # Note that $ac_compile itself does not contain backslashes and begins
8698 # with a dollar sign (not a hyphen), so the echo should work correctly.
8699 lt_compile=`echo "$ac_compile" | $SED \
8700 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8701 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8702 -e 's:$: $lt_compiler_flag:'`
8703 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8704 (eval "$lt_compile" 2>out/conftest.err)
8706 cat out/conftest.err >&5
8707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8708 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8710 # The compiler can only warn and ignore the option if not recognized
8711 # So say no if there are warnings
8712 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8713 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8714 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8715 lt_cv_prog_compiler_c_o=yes
8720 # SGI C++ compiler will create directory out/ii_files/ for
8721 # template instantiation
8722 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8723 $RM out/* && rmdir out
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8730 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8735 hard_links="nottested"
8736 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8737 # do not overwrite the value of need_locks provided by the user
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8739 $as_echo_n "checking if we can lock with hard links... " >&6; }
8742 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8744 ln conftest.a conftest.b 2>&5 || hard_links=no
8745 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8747 $as_echo "$hard_links" >&6; }
8748 if test "$hard_links" = no; then
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8750 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8763 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8766 allow_undefined_flag=
8767 always_export_symbols=no
8769 archive_expsym_cmds=
8770 compiler_needs_object=no
8771 enable_shared_with_static_runtimes=no
8772 export_dynamic_flag_spec=
8773 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8774 hardcode_automatic=no
8776 hardcode_direct_absolute=no
8777 hardcode_libdir_flag_spec=
8778 hardcode_libdir_flag_spec_ld=
8779 hardcode_libdir_separator=
8781 hardcode_shlibpath_var=unsupported
8783 link_all_deplibs=unknown
8786 old_archive_from_new_cmds=
8787 old_archive_from_expsyms_cmds=
8788 thread_safe_flag_spec=
8789 whole_archive_flag_spec=
8790 # include_expsyms should be a list of space-separated symbols to be *always*
8791 # included in the symbol list
8793 # exclude_expsyms can be an extended regexp of symbols to exclude
8794 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8795 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8796 # as well as any symbol that contains `d'.
8797 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8798 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8799 # platforms (ab)use it in PIC code, but their linkers get confused if
8800 # the symbol is explicitly referenced. Since portable code cannot
8801 # rely on this symbol name, it's probably fine to never include it in
8802 # preloaded symbol tables.
8803 # Exclude shared library initialization/finalization symbols.
8804 extract_expsyms_cmds=
8807 cygwin* | mingw* | pw32* | cegcc*)
8808 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8809 # When not using gcc, we currently assume that we are using
8810 # Microsoft Visual C++.
8811 if test "$GCC" != yes; then
8816 # we just hope/assume this is gcc and not c89 (= MSVC++)
8826 # On some targets, GNU ld is compatible enough with the native linker
8827 # that we're better off using the native interface for both.
8828 lt_use_gnu_ld_interface=no
8829 if test "$with_gnu_ld" = yes; then
8832 # The AIX port of GNU ld has always aspired to compatibility
8833 # with the native linker. However, as the warning in the GNU ld
8834 # block says, versions before 2.19.5* couldn't really create working
8835 # shared libraries, regardless of the interface used.
8836 case `$LD -v 2>&1` in
8837 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8838 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8839 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8841 lt_use_gnu_ld_interface=yes
8846 lt_use_gnu_ld_interface=yes
8851 if test "$lt_use_gnu_ld_interface" = yes; then
8852 # If archive_cmds runs LD, not CC, wlarc should be empty
8855 # Set some defaults for GNU ld with shared library support. These
8856 # are reset later if shared libraries are not supported. Putting them
8857 # here allows them to be overridden if necessary.
8858 runpath_var=LD_RUN_PATH
8859 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8860 export_dynamic_flag_spec='${wl}--export-dynamic'
8861 # ancient GNU ld didn't support --whole-archive et. al.
8862 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8863 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8865 whole_archive_flag_spec=
8867 supports_anon_versioning=no
8868 case `$LD -v 2>&1` in
8869 *GNU\ gold*) supports_anon_versioning=yes ;;
8870 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8871 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8872 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8873 *\ 2.11.*) ;; # other 2.11 versions
8874 *) supports_anon_versioning=yes ;;
8877 # See if GNU ld supports shared libraries.
8880 # On AIX/PPC, the GNU linker is very broken
8881 if test "$host_cpu" != ia64; then
8885 *** Warning: the GNU linker, at least up to release 2.19, is reported
8886 *** to be unable to reliably create shared libraries on AIX.
8887 *** Therefore, libtool is disabling shared libraries support. If you
8888 *** really care for shared libraries, you may want to install binutils
8889 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8890 *** You will then need to restart the configuration process.
8899 # see comment about AmigaOS4 .so support
8900 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8901 archive_expsym_cmds=''
8904 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)'
8905 hardcode_libdir_flag_spec='-L$libdir'
8906 hardcode_minus_L=yes
8912 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8913 allow_undefined_flag=unsupported
8915 # support --undefined. This deserves some investigation. FIXME
8916 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8922 cygwin* | mingw* | pw32* | cegcc*)
8923 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8924 # as there is no search path for DLLs.
8925 hardcode_libdir_flag_spec='-L$libdir'
8926 export_dynamic_flag_spec='${wl}--export-all-symbols'
8927 allow_undefined_flag=unsupported
8928 always_export_symbols=no
8929 enable_shared_with_static_runtimes=yes
8930 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8932 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8933 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8934 # If the export-symbols file already is a .def file (1st line
8935 # is EXPORTS), use it as is; otherwise, prepend...
8936 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8937 cp $export_symbols $output_objdir/$soname.def;
8939 echo EXPORTS > $output_objdir/$soname.def;
8940 cat $export_symbols >> $output_objdir/$soname.def;
8942 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8949 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8950 link_all_deplibs=yes
8955 hardcode_shlibpath_var=no
8956 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8957 export_dynamic_flag_spec='${wl}-E'
8958 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8959 # Instead, shared libraries are loaded at an image base (0x10000000 by
8960 # default) and relocated if they conflict, which is a slow very memory
8961 # consuming and fragmenting process. To avoid this, we pick a random,
8962 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8963 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8964 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8965 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'
8968 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8970 if test "$host_os" = linux-dietlibc; then
8971 case $cc_basename in
8972 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8975 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8976 && test "$tmp_diet" = no
8979 tmp_sharedflag='-shared'
8980 case $cc_basename,$host_cpu in
8981 pgcc*) # Portland Group C compiler
8982 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'
8983 tmp_addflag=' $pic_flag'
8985 pgf77* | pgf90* | pgf95* | pgfortran*)
8986 # Portland Group f77 and f90 compilers
8987 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'
8988 tmp_addflag=' $pic_flag -Mnomain' ;;
8989 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8990 tmp_addflag=' -i_dynamic' ;;
8991 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8992 tmp_addflag=' -i_dynamic -nofor_main' ;;
8993 ifc* | ifort*) # Intel Fortran compiler
8994 tmp_addflag=' -nofor_main' ;;
8995 lf95*) # Lahey Fortran 8.1
8996 whole_archive_flag_spec=
8997 tmp_sharedflag='--shared' ;;
8998 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8999 tmp_sharedflag='-qmkshrobj'
9001 nvcc*) # Cuda Compiler Driver 2.2
9002 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'
9003 compiler_needs_object=yes
9006 case `$CC -V 2>&1 | sed 5q` in
9007 *Sun\ C*) # Sun C 5.9
9008 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'
9009 compiler_needs_object=yes
9010 tmp_sharedflag='-G' ;;
9011 *Sun\ F*) # Sun Fortran 8.3
9012 tmp_sharedflag='-G' ;;
9014 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9016 if test "x$supports_anon_versioning" = xyes; then
9017 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9018 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9019 echo "local: *; };" >> $output_objdir/$libname.ver~
9020 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9023 case $cc_basename in
9024 xlf* | bgf* | bgxlf* | mpixlf*)
9025 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9026 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9027 hardcode_libdir_flag_spec=
9028 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9029 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9030 if test "x$supports_anon_versioning" = xyes; then
9031 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9032 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9033 echo "local: *; };" >> $output_objdir/$libname.ver~
9034 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9044 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9045 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9048 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9049 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9054 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9058 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9059 *** create shared libraries on Solaris systems. Therefore, libtool
9060 *** is disabling shared libraries support. We urge you to upgrade GNU
9061 *** binutils to release 2.9.1 or newer. Another option is to modify
9062 *** your PATH or compiler configuration so that the native linker is
9063 *** used, and then restart.
9066 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9067 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9068 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9074 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9075 case `$LD -v 2>&1` in
9076 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9080 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9081 *** reliably create shared libraries on SCO systems. Therefore, libtool
9082 *** is disabling shared libraries support. We urge you to upgrade GNU
9083 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9084 *** your PATH or compiler configuration so that the native linker is
9085 *** used, and then restart.
9090 # For security reasons, it is highly recommended that you always
9091 # use absolute paths for naming shared libraries, and exclude the
9092 # DT_RUNPATH tag from executables and libraries. But doing so
9093 # requires that you compile everything twice, which is a pain.
9094 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9095 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9096 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9097 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9106 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9109 hardcode_shlibpath_var=no
9113 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9114 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9115 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9122 if test "$ld_shlibs" = no; then
9124 hardcode_libdir_flag_spec=
9125 export_dynamic_flag_spec=
9126 whole_archive_flag_spec=
9129 # PORTME fill in a description of your system's linker (not GNU ld)
9132 allow_undefined_flag=unsupported
9133 always_export_symbols=yes
9134 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'
9135 # Note: this linker hardcodes the directories in LIBPATH if there
9136 # are no directories specified by -L.
9137 hardcode_minus_L=yes
9138 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9139 # Neither direct hardcoding nor static linking is supported with a
9141 hardcode_direct=unsupported
9146 if test "$host_cpu" = ia64; then
9147 # On IA64, the linker does run time linking by default, so we don't
9148 # have to do anything special.
9149 aix_use_runtimelinking=no
9150 exp_sym_flag='-Bexport'
9153 # If we're using GNU nm, then we don't want the "-C" option.
9154 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9155 # Also, AIX nm treats weak defined symbols like other global
9156 # defined symbols, whereas GNU nm marks them as "W".
9157 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9158 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'
9160 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'
9162 aix_use_runtimelinking=no
9164 # Test if we are trying to use run time linking or normal
9165 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9166 # need to do runtime linking.
9167 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9168 for ld_flag in $LDFLAGS; do
9169 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9170 aix_use_runtimelinking=yes
9177 exp_sym_flag='-bexport'
9178 no_entry_flag='-bnoentry'
9181 # When large executables or shared objects are built, AIX ld can
9182 # have problems creating the table of contents. If linking a library
9183 # or program results in "error TOC overflow" add -mminimal-toc to
9184 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9185 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9189 hardcode_direct_absolute=yes
9190 hardcode_libdir_separator=':'
9191 link_all_deplibs=yes
9192 file_list_spec='${wl}-f,'
9194 if test "$GCC" = yes; then
9195 case $host_os in aix4.[012]|aix4.[012].*)
9196 # We only want to do this on AIX 4.2 and lower, the check
9197 # below for broken collect2 doesn't work under 4.3+
9198 collect2name=`${CC} -print-prog-name=collect2`
9199 if test -f "$collect2name" &&
9200 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9202 # We have reworked collect2
9205 # We have old collect2
9206 hardcode_direct=unsupported
9207 # It fails to find uninstalled libraries when the uninstalled
9208 # path is not listed in the libpath. Setting hardcode_minus_L
9209 # to unsupported forces relinking
9210 hardcode_minus_L=yes
9211 hardcode_libdir_flag_spec='-L$libdir'
9212 hardcode_libdir_separator=
9216 shared_flag='-shared'
9217 if test "$aix_use_runtimelinking" = yes; then
9218 shared_flag="$shared_flag "'${wl}-G'
9222 if test "$host_cpu" = ia64; then
9223 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9224 # chokes on -Wl,-G. The following line is correct:
9227 if test "$aix_use_runtimelinking" = yes; then
9228 shared_flag='${wl}-G'
9230 shared_flag='${wl}-bM:SRE'
9235 export_dynamic_flag_spec='${wl}-bexpall'
9236 # It seems that -bexpall does not export symbols beginning with
9237 # underscore (_), so it is better to generate a list of symbols to export.
9238 always_export_symbols=yes
9239 if test "$aix_use_runtimelinking" = yes; then
9240 # Warning - without using the other runtime loading flags (-brtl),
9241 # -berok will link without error, but may produce a broken library.
9242 allow_undefined_flag='-berok'
9243 # Determine the default libpath from the value encoded in an
9245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9246 /* end confdefs.h. */
9256 if ac_fn_c_try_link "$LINENO"; then :
9258 lt_aix_libpath_sed='
9259 /Import File Strings/,/^$/ {
9265 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9266 # Check for a 64-bit object if we didn't find anything.
9267 if test -z "$aix_libpath"; then
9268 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9271 rm -f core conftest.err conftest.$ac_objext \
9272 conftest$ac_exeext conftest.$ac_ext
9273 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9275 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9276 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"
9278 if test "$host_cpu" = ia64; then
9279 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9280 allow_undefined_flag="-z nodefs"
9281 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"
9283 # Determine the default libpath from the value encoded in an
9285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9286 /* end confdefs.h. */
9296 if ac_fn_c_try_link "$LINENO"; then :
9298 lt_aix_libpath_sed='
9299 /Import File Strings/,/^$/ {
9305 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9306 # Check for a 64-bit object if we didn't find anything.
9307 if test -z "$aix_libpath"; then
9308 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9311 rm -f core conftest.err conftest.$ac_objext \
9312 conftest$ac_exeext conftest.$ac_ext
9313 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9315 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9316 # Warning - without using the other run time loading flags,
9317 # -berok will link without error, but may produce a broken library.
9318 no_undefined_flag=' ${wl}-bernotok'
9319 allow_undefined_flag=' ${wl}-berok'
9320 if test "$with_gnu_ld" = yes; then
9321 # We only use this code for GNU lds that support --whole-archive.
9322 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9324 # Exported symbols can be pulled into shared objects from archives
9325 whole_archive_flag_spec='$convenience'
9327 archive_cmds_need_lc=yes
9328 # This is similar to how AIX traditionally builds its shared libraries.
9329 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'
9337 # see comment about AmigaOS4 .so support
9338 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9339 archive_expsym_cmds=''
9342 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)'
9343 hardcode_libdir_flag_spec='-L$libdir'
9344 hardcode_minus_L=yes
9350 export_dynamic_flag_spec=-rdynamic
9353 cygwin* | mingw* | pw32* | cegcc*)
9354 # When not using gcc, we currently assume that we are using
9355 # Microsoft Visual C++.
9356 # hardcode_libdir_flag_spec is actually meaningless, as there is
9357 # no search path for DLLs.
9358 hardcode_libdir_flag_spec=' '
9359 allow_undefined_flag=unsupported
9360 # Tell ltmain to make .lib files, not .a files.
9362 # Tell ltmain to make .dll files, not .so files.
9364 # FIXME: Setting linknames here is a bad hack.
9365 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9366 # The linker will automatically build a .lib file if we build a DLL.
9367 old_archive_from_new_cmds='true'
9368 # FIXME: Should let the user specify the lib program.
9369 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9370 fix_srcfile_path='`cygpath -w "$srcfile"`'
9371 enable_shared_with_static_runtimes=yes
9374 darwin* | rhapsody*)
9377 archive_cmds_need_lc=no
9379 hardcode_automatic=yes
9380 hardcode_shlibpath_var=unsupported
9381 if test "$lt_cv_ld_force_load" = "yes"; then
9382 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\"`'
9384 whole_archive_flag_spec=''
9386 link_all_deplibs=yes
9387 allow_undefined_flag="$_lt_dar_allow_undefined"
9388 case $cc_basename in
9389 ifort*) _lt_dar_can_shared=yes ;;
9390 *) _lt_dar_can_shared=$GCC ;;
9392 if test "$_lt_dar_can_shared" = "yes"; then
9393 output_verbose_link_cmd=func_echo_all
9394 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9395 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9396 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}"
9397 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}"
9406 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9407 hardcode_libdir_flag_spec='-L$libdir'
9408 hardcode_shlibpath_var=no
9415 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9416 # support. Future versions do this automatically, but an explicit c++rt0.o
9417 # does not break anything, and helps significantly (at the cost of a little
9420 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9421 hardcode_libdir_flag_spec='-R$libdir'
9423 hardcode_shlibpath_var=no
9426 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9428 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9430 hardcode_minus_L=yes
9431 hardcode_shlibpath_var=no
9434 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9435 freebsd* | dragonfly*)
9436 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9437 hardcode_libdir_flag_spec='-R$libdir'
9439 hardcode_shlibpath_var=no
9443 if test "$GCC" = yes; then
9444 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'
9446 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'
9448 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9449 hardcode_libdir_separator=:
9452 # hardcode_minus_L: Not really in the search PATH,
9453 # but as the default location of the library.
9454 hardcode_minus_L=yes
9455 export_dynamic_flag_spec='${wl}-E'
9459 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9460 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9462 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9464 if test "$with_gnu_ld" = no; then
9465 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9466 hardcode_libdir_flag_spec_ld='+b $libdir'
9467 hardcode_libdir_separator=:
9469 hardcode_direct_absolute=yes
9470 export_dynamic_flag_spec='${wl}-E'
9471 # hardcode_minus_L: Not really in the search PATH,
9472 # but as the default location of the library.
9473 hardcode_minus_L=yes
9478 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9481 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9484 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9487 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9493 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9496 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9500 # Older versions of the 11.00 compiler do not understand -b yet
9501 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9503 $as_echo_n "checking if $CC understands -b... " >&6; }
9504 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9505 $as_echo_n "(cached) " >&6
9507 lt_cv_prog_compiler__b=no
9508 save_LDFLAGS="$LDFLAGS"
9509 LDFLAGS="$LDFLAGS -b"
9510 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9511 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9512 # The linker can only warn and ignore the option if not recognized
9513 # So say no if there are warnings
9514 if test -s conftest.err; then
9515 # Append any errors to the config.log.
9516 cat conftest.err 1>&5
9517 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9518 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9519 if diff conftest.exp conftest.er2 >/dev/null; then
9520 lt_cv_prog_compiler__b=yes
9523 lt_cv_prog_compiler__b=yes
9527 LDFLAGS="$save_LDFLAGS"
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9531 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9533 if test x"$lt_cv_prog_compiler__b" = xyes; then
9534 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9536 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9542 if test "$with_gnu_ld" = no; then
9543 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9544 hardcode_libdir_separator=:
9549 hardcode_shlibpath_var=no
9553 hardcode_direct_absolute=yes
9554 export_dynamic_flag_spec='${wl}-E'
9556 # hardcode_minus_L: Not really in the search PATH,
9557 # but as the default location of the library.
9558 hardcode_minus_L=yes
9564 irix5* | irix6* | nonstopux*)
9565 if test "$GCC" = yes; then
9566 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'
9567 # Try to use the -exported_symbol ld option, if it does not
9568 # work, assume that -exports_file does not work either and
9569 # implicitly export all symbols.
9570 save_LDFLAGS="$LDFLAGS"
9571 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9573 /* end confdefs.h. */
9576 if ac_fn_c_try_link "$LINENO"; then :
9577 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'
9580 rm -f core conftest.err conftest.$ac_objext \
9581 conftest$ac_exeext conftest.$ac_ext
9582 LDFLAGS="$save_LDFLAGS"
9584 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'
9585 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'
9587 archive_cmds_need_lc='no'
9588 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9589 hardcode_libdir_separator=:
9591 link_all_deplibs=yes
9595 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9596 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9598 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9600 hardcode_libdir_flag_spec='-R$libdir'
9602 hardcode_shlibpath_var=no
9606 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9608 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9609 hardcode_libdir_separator=:
9610 hardcode_shlibpath_var=no
9617 if test -f /usr/libexec/ld.so; then
9619 hardcode_shlibpath_var=no
9620 hardcode_direct_absolute=yes
9621 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9622 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9623 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9624 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9625 export_dynamic_flag_spec='${wl}-E'
9628 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9629 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9630 hardcode_libdir_flag_spec='-R$libdir'
9633 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9634 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9644 hardcode_libdir_flag_spec='-L$libdir'
9645 hardcode_minus_L=yes
9646 allow_undefined_flag=unsupported
9647 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'
9648 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9652 if test "$GCC" = yes; then
9653 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9654 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'
9656 allow_undefined_flag=' -expect_unresolved \*'
9657 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'
9659 archive_cmds_need_lc='no'
9660 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9661 hardcode_libdir_separator=:
9664 osf4* | osf5*) # as osf3* with the addition of -msym flag
9665 if test "$GCC" = yes; then
9666 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9667 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'
9668 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9670 allow_undefined_flag=' -expect_unresolved \*'
9671 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'
9672 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~
9673 $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'
9675 # Both c and cxx compiler support -rpath directly
9676 hardcode_libdir_flag_spec='-rpath $libdir'
9678 archive_cmds_need_lc='no'
9679 hardcode_libdir_separator=:
9683 no_undefined_flag=' -z defs'
9684 if test "$GCC" = yes; then
9686 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9687 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9688 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9690 case `$CC -V 2>&1` in
9693 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9694 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9695 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9699 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9701 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9705 hardcode_libdir_flag_spec='-R$libdir'
9706 hardcode_shlibpath_var=no
9708 solaris2.[0-5] | solaris2.[0-5].*) ;;
9710 # The compiler driver will combine and reorder linker options,
9711 # but understands `-z linker_flag'. GCC discards it without `$wl',
9712 # but is careful enough not to reorder.
9713 # Supported since Solaris 2.6 (maybe 2.5.1?)
9714 if test "$GCC" = yes; then
9715 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9717 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9721 link_all_deplibs=yes
9725 if test "x$host_vendor" = xsequent; then
9726 # Use $CC to link under sequent, because it throws in some extra .o
9727 # files that make .init and .fini sections work.
9728 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9730 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9732 hardcode_libdir_flag_spec='-L$libdir'
9734 hardcode_minus_L=yes
9735 hardcode_shlibpath_var=no
9739 case $host_vendor in
9741 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9742 hardcode_direct=yes # is this really true???
9745 ## LD is ld it makes a PLAMLIB
9746 ## CC just makes a GrossModule.
9747 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9748 reload_cmds='$CC -r -o $output$reload_objs'
9752 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9753 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9756 runpath_var='LD_RUN_PATH'
9757 hardcode_shlibpath_var=no
9761 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_shlibpath_var=no
9763 export_dynamic_flag_spec='-Bexport'
9767 if test -d /usr/nec; then
9768 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9769 hardcode_shlibpath_var=no
9770 runpath_var=LD_RUN_PATH
9771 hardcode_runpath_var=yes
9776 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9777 no_undefined_flag='${wl}-z,text'
9778 archive_cmds_need_lc=no
9779 hardcode_shlibpath_var=no
9780 runpath_var='LD_RUN_PATH'
9782 if test "$GCC" = yes; then
9783 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9784 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9786 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9787 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9791 sysv5* | sco3.2v5* | sco5v6*)
9792 # Note: We can NOT use -z defs as we might desire, because we do not
9793 # link with -lc, and that would cause any symbols used from libc to
9794 # always be unresolved, which means just about no library would
9795 # ever link correctly. If we're not using GNU ld we use -z text
9796 # though, which does catch some bad symbols but isn't as heavy-handed
9798 no_undefined_flag='${wl}-z,text'
9799 allow_undefined_flag='${wl}-z,nodefs'
9800 archive_cmds_need_lc=no
9801 hardcode_shlibpath_var=no
9802 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9803 hardcode_libdir_separator=':'
9804 link_all_deplibs=yes
9805 export_dynamic_flag_spec='${wl}-Bexport'
9806 runpath_var='LD_RUN_PATH'
9808 if test "$GCC" = yes; then
9809 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9810 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9812 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9813 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9819 hardcode_libdir_flag_spec='-L$libdir'
9820 hardcode_shlibpath_var=no
9828 if test x$host_vendor = xsni; then
9830 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9831 export_dynamic_flag_spec='${wl}-Blargedynsym'
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9838 $as_echo "$ld_shlibs" >&6; }
9839 test "$ld_shlibs" = no && can_build_shared=no
9841 with_gnu_ld=$with_gnu_ld
9858 # Do we need to explicitly link libc?
9860 case "x$archive_cmds_need_lc" in
9862 # Assume -lc should be added
9863 archive_cmds_need_lc=yes
9865 if test "$enable_shared" = yes && test "$GCC" = yes; then
9866 case $archive_cmds in
9868 # FIXME: we may have to deal with multi-command sequences.
9871 # Test whether the compiler implicitly links with -lc since on some
9872 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9873 # to ld, don't add -lc before -lgcc.
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9875 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9876 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9877 $as_echo_n "(cached) " >&6
9880 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9882 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9883 (eval $ac_compile) 2>&5
9885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9886 test $ac_status = 0; } 2>conftest.err; then
9889 libobjs=conftest.$ac_objext
9891 wl=$lt_prog_compiler_wl
9892 pic_flag=$lt_prog_compiler_pic
9898 lt_save_allow_undefined_flag=$allow_undefined_flag
9899 allow_undefined_flag=
9900 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9901 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9904 test $ac_status = 0; }
9906 lt_cv_archive_cmds_need_lc=no
9908 lt_cv_archive_cmds_need_lc=yes
9910 allow_undefined_flag=$lt_save_allow_undefined_flag
9912 cat conftest.err 1>&5
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9918 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9919 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10083 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10085 if test "$GCC" = yes; then
10087 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10088 *) lt_awk_arg="/^libraries:/" ;;
10091 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10092 *) lt_sed_strip_eq="s,=/,/,g" ;;
10094 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10095 case $lt_search_path_spec in
10097 # if the path contains ";" then we assume it to be the separator
10098 # otherwise default to the standard path separator (i.e. ":") - it is
10099 # assumed that no part of a normal pathname contains ";" but that should
10100 # okay in the real world where ";" in dirpaths is itself problematic.
10101 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10104 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10107 # Ok, now we have the path, separated by spaces, we can step through it
10108 # and add multilib dir if necessary.
10109 lt_tmp_lt_search_path_spec=
10110 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10111 for lt_sys_path in $lt_search_path_spec; do
10112 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10113 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10115 test -d "$lt_sys_path" && \
10116 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10119 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10120 BEGIN {RS=" "; FS="/|\n";} {
10123 for (lt_i = NF; lt_i > 0; lt_i--) {
10124 if ($lt_i != "" && $lt_i != ".") {
10125 if ($lt_i == "..") {
10128 if (lt_count == 0) {
10129 lt_foo="/" $lt_i lt_foo;
10136 if (lt_foo != "") { lt_freq[lt_foo]++; }
10137 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10139 # AWK program above erroneously prepends '/' to C:/dos/paths
10142 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10143 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10145 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10147 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10149 library_names_spec=
10150 libname_spec='lib$name'
10154 postuninstall_cmds=
10158 shlibpath_overrides_runpath=unknown
10160 dynamic_linker="$host_os ld.so"
10161 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10162 need_lib_prefix=unknown
10163 hardcode_into_libs=no
10165 # when you set need_version to no, make sure it does not cause -set_version
10166 # flags to be left without arguments
10167 need_version=unknown
10172 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10173 shlibpath_var=LIBPATH
10175 # AIX 3 has no versioning support, so we append a major version to the name.
10176 soname_spec='${libname}${release}${shared_ext}$major'
10183 hardcode_into_libs=yes
10184 if test "$host_cpu" = ia64; then
10185 # AIX 5 supports IA64
10186 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10187 shlibpath_var=LD_LIBRARY_PATH
10189 # With GCC up to 2.95.x, collect2 would create an import file
10190 # for dependence libraries. The import file would start with
10191 # the line `#! .'. This would cause the generated library to
10192 # depend on `.', always an invalid library. This was fixed in
10193 # development snapshots of GCC prior to 3.0.
10195 aix4 | aix4.[01] | aix4.[01].*)
10196 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10198 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10201 can_build_shared=no
10205 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10206 # soname into executable. Probably we can add versioning support to
10207 # collect2, so additional links can be useful in future.
10208 if test "$aix_use_runtimelinking" = yes; then
10209 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10210 # instead of lib<name>.a to let people know that these are not
10211 # typical AIX shared libraries.
10212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10214 # We preserve .a as extension for shared libraries through AIX4.2
10215 # and later when we are not doing run time linking.
10216 library_names_spec='${libname}${release}.a $libname.a'
10217 soname_spec='${libname}${release}${shared_ext}$major'
10219 shlibpath_var=LIBPATH
10226 # Since July 2007 AmigaOS4 officially supports .so libraries.
10227 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10228 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231 library_names_spec='$libname.ixlibrary $libname.a'
10232 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10233 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'
10239 library_names_spec='${libname}${shared_ext}'
10240 dynamic_linker="$host_os ld.so"
10241 shlibpath_var=LIBRARY_PATH
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10248 soname_spec='${libname}${release}${shared_ext}$major'
10249 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10250 shlibpath_var=LD_LIBRARY_PATH
10251 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10252 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10253 # the default ld.so.conf also contains /usr/contrib/lib and
10254 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10255 # libtool to hard-code these into programs
10258 cygwin* | mingw* | pw32* | cegcc*)
10259 version_type=windows
10264 case $GCC,$host_os in
10265 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10266 library_names_spec='$libname.dll.a'
10267 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10268 postinstall_cmds='base_file=`basename \${file}`~
10269 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10270 dldir=$destdir/`dirname \$dlpath`~
10271 test -d \$dldir || mkdir -p \$dldir~
10272 $install_prog $dir/$dlname \$dldir/$dlname~
10273 chmod a+x \$dldir/$dlname~
10274 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10275 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10277 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10278 dlpath=$dir/\$dldll~
10280 shlibpath_overrides_runpath=yes
10284 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10285 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10287 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10290 # MinGW DLLs use traditional 'lib' prefix
10291 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10294 # pw32 DLLs use 'pw' prefix rather than 'lib'
10295 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10301 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10304 dynamic_linker='Win32 ld.exe'
10305 # FIXME: first we should search . and the directory the executable is in
10309 darwin* | rhapsody*)
10310 dynamic_linker="$host_os dyld"
10311 version_type=darwin
10314 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10315 soname_spec='${libname}${release}${major}$shared_ext'
10316 shlibpath_overrides_runpath=yes
10317 shlibpath_var=DYLD_LIBRARY_PATH
10318 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10320 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10321 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10329 soname_spec='${libname}${release}${shared_ext}$major'
10330 shlibpath_var=LD_LIBRARY_PATH
10337 freebsd* | dragonfly*)
10338 # DragonFly does not have aout. When/if they implement a new
10339 # versioning mechanism, adjust this.
10340 if test -x /usr/bin/objformat; then
10341 objformat=`/usr/bin/objformat`
10344 freebsd[123]*) objformat=aout ;;
10345 *) objformat=elf ;;
10348 version_type=freebsd-$objformat
10349 case $version_type in
10351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10360 shlibpath_var=LD_LIBRARY_PATH
10363 shlibpath_overrides_runpath=yes
10365 freebsd3.[01]* | freebsdelf3.[01]*)
10366 shlibpath_overrides_runpath=yes
10367 hardcode_into_libs=yes
10369 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10370 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10371 shlibpath_overrides_runpath=no
10372 hardcode_into_libs=yes
10374 *) # from 4.6 on, and DragonFly
10375 shlibpath_overrides_runpath=yes
10376 hardcode_into_libs=yes
10385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10386 soname_spec='${libname}${release}${shared_ext}$major'
10387 shlibpath_var=LD_LIBRARY_PATH
10388 hardcode_into_libs=yes
10395 dynamic_linker="$host_os runtime_loader"
10396 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10397 soname_spec='${libname}${release}${shared_ext}$major'
10398 shlibpath_var=LIBRARY_PATH
10399 shlibpath_overrides_runpath=yes
10400 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10401 hardcode_into_libs=yes
10404 hpux9* | hpux10* | hpux11*)
10405 # Give a soname corresponding to the major version so that dld.sl refuses to
10406 # link against other versions.
10413 hardcode_into_libs=yes
10414 dynamic_linker="$host_os dld.so"
10415 shlibpath_var=LD_LIBRARY_PATH
10416 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10417 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10418 soname_spec='${libname}${release}${shared_ext}$major'
10419 if test "X$HPUX_IA64_MODE" = X32; then
10420 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10422 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10424 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10428 hardcode_into_libs=yes
10429 dynamic_linker="$host_os dld.sl"
10430 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10431 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10433 soname_spec='${libname}${release}${shared_ext}$major'
10434 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10435 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10439 dynamic_linker="$host_os dld.sl"
10440 shlibpath_var=SHLIB_PATH
10441 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10443 soname_spec='${libname}${release}${shared_ext}$major'
10446 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10447 postinstall_cmds='chmod 555 $lib'
10448 # or fails outright, so override atomically:
10449 install_override_mode=555
10456 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10457 soname_spec='${libname}${release}${shared_ext}$major'
10458 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10459 shlibpath_var=LD_LIBRARY_PATH
10460 shlibpath_overrides_runpath=no
10461 hardcode_into_libs=yes
10464 irix5* | irix6* | nonstopux*)
10466 nonstopux*) version_type=nonstopux ;;
10468 if test "$lt_cv_prog_gnu_ld" = yes; then
10476 soname_spec='${libname}${release}${shared_ext}$major'
10477 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10479 irix5* | nonstopux*)
10480 libsuff= shlibsuff=
10483 case $LD in # libtool.m4 will add one of these switches to LD
10484 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10485 libsuff= shlibsuff= libmagic=32-bit;;
10486 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10487 libsuff=32 shlibsuff=N32 libmagic=N32;;
10488 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10489 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10490 *) libsuff= shlibsuff= libmagic=never-match;;
10494 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10495 shlibpath_overrides_runpath=no
10496 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10497 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10498 hardcode_into_libs=yes
10501 # No shared lib support for Linux oldld, aout, or coff.
10502 linux*oldld* | linux*aout* | linux*coff*)
10506 # This must be Linux ELF.
10507 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10512 soname_spec='${libname}${release}${shared_ext}$major'
10513 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10514 shlibpath_var=LD_LIBRARY_PATH
10515 shlibpath_overrides_runpath=no
10517 # Some binutils ld are patched to set DT_RUNPATH
10518 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10519 $as_echo_n "(cached) " >&6
10521 lt_cv_shlibpath_overrides_runpath=no
10522 save_LDFLAGS=$LDFLAGS
10523 save_libdir=$libdir
10524 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10525 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10527 /* end confdefs.h. */
10537 if ac_fn_c_try_link "$LINENO"; then :
10538 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10539 lt_cv_shlibpath_overrides_runpath=yes
10542 rm -f core conftest.err conftest.$ac_objext \
10543 conftest$ac_exeext conftest.$ac_ext
10544 LDFLAGS=$save_LDFLAGS
10545 libdir=$save_libdir
10549 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10551 # This implies no fast_install, which is unacceptable.
10552 # Some rework will be needed to allow for fast_install
10553 # before this can be enabled.
10554 hardcode_into_libs=yes
10556 # Append ld.so.conf contents to the search path
10557 if test -f /etc/ld.so.conf; then
10558 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' ' '`
10559 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10562 # We used to test for /lib/ld.so.1 and disable shared libraries on
10563 # powerpc, because MkLinux only supported shared libraries with the
10564 # GNU dynamic linker. Since this was broken with cross compilers,
10565 # most powerpc-linux boxes support dynamic linking these days and
10566 # people can always --disable-shared, the test was removed, and we
10567 # assume the GNU/Linux dynamic linker is in use.
10568 dynamic_linker='GNU/Linux ld.so'
10575 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10577 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10578 dynamic_linker='NetBSD (a.out) ld.so'
10580 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10581 soname_spec='${libname}${release}${shared_ext}$major'
10582 dynamic_linker='NetBSD ld.elf_so'
10584 shlibpath_var=LD_LIBRARY_PATH
10585 shlibpath_overrides_runpath=yes
10586 hardcode_into_libs=yes
10591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10592 shlibpath_var=LD_LIBRARY_PATH
10593 shlibpath_overrides_runpath=yes
10600 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10601 soname_spec='${libname}${release}${shared_ext}$major'
10602 shlibpath_var=LD_LIBRARY_PATH
10603 shlibpath_overrides_runpath=no
10604 hardcode_into_libs=yes
10605 dynamic_linker='ldqnx.so'
10610 sys_lib_dlsearch_path_spec="/usr/lib"
10612 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10614 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10615 *) need_version=no ;;
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10618 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10619 shlibpath_var=LD_LIBRARY_PATH
10620 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10622 openbsd2.[89] | openbsd2.[89].*)
10623 shlibpath_overrides_runpath=no
10626 shlibpath_overrides_runpath=yes
10630 shlibpath_overrides_runpath=yes
10635 libname_spec='$name'
10638 library_names_spec='$libname${shared_ext} $libname.a'
10639 dynamic_linker='OS/2 ld.exe'
10640 shlibpath_var=LIBPATH
10643 osf3* | osf4* | osf5*)
10647 soname_spec='${libname}${release}${shared_ext}$major'
10648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10649 shlibpath_var=LD_LIBRARY_PATH
10650 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10651 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 soname_spec='${libname}${release}${shared_ext}$major'
10664 shlibpath_var=LD_LIBRARY_PATH
10665 shlibpath_overrides_runpath=yes
10666 hardcode_into_libs=yes
10667 # ldd complains unless libraries are executable
10668 postinstall_cmds='chmod +x $lib'
10673 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10674 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10675 shlibpath_var=LD_LIBRARY_PATH
10676 shlibpath_overrides_runpath=yes
10677 if test "$with_gnu_ld" = yes; then
10685 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10686 soname_spec='${libname}${release}${shared_ext}$major'
10687 shlibpath_var=LD_LIBRARY_PATH
10688 case $host_vendor in
10690 shlibpath_overrides_runpath=no
10692 runpath_var=LD_RUN_PATH
10700 shlibpath_overrides_runpath=no
10701 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10707 if test -d /usr/nec ;then
10709 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10710 soname_spec='$libname${shared_ext}.$major'
10711 shlibpath_var=LD_LIBRARY_PATH
10715 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10716 version_type=freebsd-elf
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10720 soname_spec='${libname}${release}${shared_ext}$major'
10721 shlibpath_var=LD_LIBRARY_PATH
10722 shlibpath_overrides_runpath=yes
10723 hardcode_into_libs=yes
10724 if test "$with_gnu_ld" = yes; then
10725 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10727 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10730 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10734 sys_lib_dlsearch_path_spec='/usr/lib'
10738 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10742 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10743 shlibpath_var=LD_LIBRARY_PATH
10744 shlibpath_overrides_runpath=no
10745 hardcode_into_libs=yes
10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10751 soname_spec='${libname}${release}${shared_ext}$major'
10752 shlibpath_var=LD_LIBRARY_PATH
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10760 $as_echo "$dynamic_linker" >&6; }
10761 test "$dynamic_linker" = no && can_build_shared=no
10763 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10764 if test "$GCC" = yes; then
10765 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10768 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10769 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10771 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10772 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10867 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10869 if test -n "$hardcode_libdir_flag_spec" ||
10870 test -n "$runpath_var" ||
10871 test "X$hardcode_automatic" = "Xyes" ; then
10873 # We can hardcode non-existent directories.
10874 if test "$hardcode_direct" != no &&
10875 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10876 # have to relink, otherwise we might link with an installed library
10877 # when we should be linking with a yet-to-be-installed one
10878 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10879 test "$hardcode_minus_L" != no; then
10880 # Linking always hardcodes the temporary library directory.
10881 hardcode_action=relink
10883 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10884 hardcode_action=immediate
10887 # We cannot hardcode anything, or else we can only hardcode existing
10889 hardcode_action=unsupported
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10892 $as_echo "$hardcode_action" >&6; }
10894 if test "$hardcode_action" = relink ||
10895 test "$inherit_rpath" = yes; then
10896 # Fast installation is not supported
10897 enable_fast_install=no
10898 elif test "$shlibpath_overrides_runpath" = yes ||
10899 test "$enable_shared" = no; then
10900 # Fast installation is not necessary
10901 enable_fast_install=needless
10909 if test "x$enable_dlopen" != xyes; then
10910 enable_dlopen=unknown
10911 enable_dlopen_self=unknown
10912 enable_dlopen_self_static=unknown
10919 lt_cv_dlopen="load_add_on"
10921 lt_cv_dlopen_self=yes
10924 mingw* | pw32* | cegcc*)
10925 lt_cv_dlopen="LoadLibrary"
10930 lt_cv_dlopen="dlopen"
10935 # if libdl is installed we need to link against it
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10937 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10938 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10939 $as_echo_n "(cached) " >&6
10941 ac_check_lib_save_LIBS=$LIBS
10943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10944 /* end confdefs.h. */
10946 /* Override any GCC internal prototype to avoid an error.
10947 Use char because int might match the return type of a GCC
10948 builtin and then its argument prototype would still apply. */
10961 if ac_fn_c_try_link "$LINENO"; then :
10962 ac_cv_lib_dl_dlopen=yes
10964 ac_cv_lib_dl_dlopen=no
10966 rm -f core conftest.err conftest.$ac_objext \
10967 conftest$ac_exeext conftest.$ac_ext
10968 LIBS=$ac_check_lib_save_LIBS
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10971 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10972 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10973 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10976 lt_cv_dlopen="dyld"
10978 lt_cv_dlopen_self=yes
10985 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10986 if test "x$ac_cv_func_shl_load" = x""yes; then :
10987 lt_cv_dlopen="shl_load"
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10990 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10991 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10992 $as_echo_n "(cached) " >&6
10994 ac_check_lib_save_LIBS=$LIBS
10996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10997 /* end confdefs.h. */
10999 /* Override any GCC internal prototype to avoid an error.
11000 Use char because int might match the return type of a GCC
11001 builtin and then its argument prototype would still apply. */
11009 return shl_load ();
11014 if ac_fn_c_try_link "$LINENO"; then :
11015 ac_cv_lib_dld_shl_load=yes
11017 ac_cv_lib_dld_shl_load=no
11019 rm -f core conftest.err conftest.$ac_objext \
11020 conftest$ac_exeext conftest.$ac_ext
11021 LIBS=$ac_check_lib_save_LIBS
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11024 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11025 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11026 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11028 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11029 if test "x$ac_cv_func_dlopen" = x""yes; then :
11030 lt_cv_dlopen="dlopen"
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11033 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11034 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11035 $as_echo_n "(cached) " >&6
11037 ac_check_lib_save_LIBS=$LIBS
11039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11040 /* end confdefs.h. */
11042 /* Override any GCC internal prototype to avoid an error.
11043 Use char because int might match the return type of a GCC
11044 builtin and then its argument prototype would still apply. */
11057 if ac_fn_c_try_link "$LINENO"; then :
11058 ac_cv_lib_dl_dlopen=yes
11060 ac_cv_lib_dl_dlopen=no
11062 rm -f core conftest.err conftest.$ac_objext \
11063 conftest$ac_exeext conftest.$ac_ext
11064 LIBS=$ac_check_lib_save_LIBS
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11067 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11068 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11069 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11072 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11073 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11074 $as_echo_n "(cached) " >&6
11076 ac_check_lib_save_LIBS=$LIBS
11077 LIBS="-lsvld $LIBS"
11078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11079 /* end confdefs.h. */
11081 /* Override any GCC internal prototype to avoid an error.
11082 Use char because int might match the return type of a GCC
11083 builtin and then its argument prototype would still apply. */
11096 if ac_fn_c_try_link "$LINENO"; then :
11097 ac_cv_lib_svld_dlopen=yes
11099 ac_cv_lib_svld_dlopen=no
11101 rm -f core conftest.err conftest.$ac_objext \
11102 conftest$ac_exeext conftest.$ac_ext
11103 LIBS=$ac_check_lib_save_LIBS
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11106 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11107 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11108 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11111 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11112 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11113 $as_echo_n "(cached) " >&6
11115 ac_check_lib_save_LIBS=$LIBS
11117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11118 /* end confdefs.h. */
11120 /* Override any GCC internal prototype to avoid an error.
11121 Use char because int might match the return type of a GCC
11122 builtin and then its argument prototype would still apply. */
11130 return dld_link ();
11135 if ac_fn_c_try_link "$LINENO"; then :
11136 ac_cv_lib_dld_dld_link=yes
11138 ac_cv_lib_dld_dld_link=no
11140 rm -f core conftest.err conftest.$ac_objext \
11141 conftest$ac_exeext conftest.$ac_ext
11142 LIBS=$ac_check_lib_save_LIBS
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11145 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11146 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11147 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11168 if test "x$lt_cv_dlopen" != xno; then
11174 case $lt_cv_dlopen in
11176 save_CPPFLAGS="$CPPFLAGS"
11177 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11179 save_LDFLAGS="$LDFLAGS"
11180 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11183 LIBS="$lt_cv_dlopen_libs $LIBS"
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11186 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11187 if test "${lt_cv_dlopen_self+set}" = set; then :
11188 $as_echo_n "(cached) " >&6
11190 if test "$cross_compiling" = yes; then :
11191 lt_cv_dlopen_self=cross
11193 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11194 lt_status=$lt_dlunknown
11195 cat > conftest.$ac_ext <<_LT_EOF
11196 #line 11196 "configure"
11197 #include "confdefs.h"
11206 # define LT_DLGLOBAL RTLD_GLOBAL
11209 # define LT_DLGLOBAL DL_GLOBAL
11211 # define LT_DLGLOBAL 0
11215 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11216 find out it does not work in some platform. */
11217 #ifndef LT_DLLAZY_OR_NOW
11219 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11222 # define LT_DLLAZY_OR_NOW DL_LAZY
11225 # define LT_DLLAZY_OR_NOW RTLD_NOW
11228 # define LT_DLLAZY_OR_NOW DL_NOW
11230 # define LT_DLLAZY_OR_NOW 0
11237 /* When -fvisbility=hidden is used, assume the code has been annotated
11238 correspondingly for the symbols needed. */
11239 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11240 void fnord () __attribute__((visibility("default")));
11243 void fnord () { int i=42; }
11246 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11247 int status = $lt_dlunknown;
11251 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11254 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11255 else puts (dlerror ());
11257 /* dlclose (self); */
11265 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11266 (eval $ac_link) 2>&5
11268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11269 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11270 (./conftest; exit; ) >&5 2>/dev/null
11272 case x$lt_status in
11273 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11274 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11275 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11278 # compilation failed
11279 lt_cv_dlopen_self=no
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11287 $as_echo "$lt_cv_dlopen_self" >&6; }
11289 if test "x$lt_cv_dlopen_self" = xyes; then
11290 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11292 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11293 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11294 $as_echo_n "(cached) " >&6
11296 if test "$cross_compiling" = yes; then :
11297 lt_cv_dlopen_self_static=cross
11299 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11300 lt_status=$lt_dlunknown
11301 cat > conftest.$ac_ext <<_LT_EOF
11302 #line 11302 "configure"
11303 #include "confdefs.h"
11312 # define LT_DLGLOBAL RTLD_GLOBAL
11315 # define LT_DLGLOBAL DL_GLOBAL
11317 # define LT_DLGLOBAL 0
11321 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11322 find out it does not work in some platform. */
11323 #ifndef LT_DLLAZY_OR_NOW
11325 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11328 # define LT_DLLAZY_OR_NOW DL_LAZY
11331 # define LT_DLLAZY_OR_NOW RTLD_NOW
11334 # define LT_DLLAZY_OR_NOW DL_NOW
11336 # define LT_DLLAZY_OR_NOW 0
11343 /* When -fvisbility=hidden is used, assume the code has been annotated
11344 correspondingly for the symbols needed. */
11345 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11346 void fnord () __attribute__((visibility("default")));
11349 void fnord () { int i=42; }
11352 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11353 int status = $lt_dlunknown;
11357 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11360 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11361 else puts (dlerror ());
11363 /* dlclose (self); */
11371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11372 (eval $ac_link) 2>&5
11374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11375 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11376 (./conftest; exit; ) >&5 2>/dev/null
11378 case x$lt_status in
11379 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11380 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11381 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11384 # compilation failed
11385 lt_cv_dlopen_self_static=no
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11393 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11396 CPPFLAGS="$save_CPPFLAGS"
11397 LDFLAGS="$save_LDFLAGS"
11402 case $lt_cv_dlopen_self in
11403 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11404 *) enable_dlopen_self=unknown ;;
11407 case $lt_cv_dlopen_self_static in
11408 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11409 *) enable_dlopen_self_static=unknown ;;
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11432 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11433 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11434 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11435 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11437 $as_echo "yes" >&6; }
11439 # FIXME - insert some real tests, host_os isn't really good enough
11442 if test -n "$STRIP" ; then
11443 striplib="$STRIP -x"
11444 old_striplib="$STRIP -S"
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11446 $as_echo "yes" >&6; }
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11449 $as_echo "no" >&6; }
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11454 $as_echo "no" >&6; }
11470 # Report which library types will actually be built
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11472 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11474 $as_echo "$can_build_shared" >&6; }
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11477 $as_echo_n "checking whether to build shared libraries... " >&6; }
11478 test "$can_build_shared" = "no" && enable_shared=no
11480 # On AIX, shared libraries and static libraries use the same namespace, and
11481 # are all built from PIC.
11484 test "$enable_shared" = yes && enable_static=no
11485 if test -n "$RANLIB"; then
11486 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11487 postinstall_cmds='$RANLIB $lib'
11492 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11493 test "$enable_shared" = yes && enable_static=no
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11498 $as_echo "$enable_shared" >&6; }
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11501 $as_echo_n "checking whether to build static libraries... " >&6; }
11502 # Make sure either enable_shared or enable_static is yes.
11503 test "$enable_shared" = yes || enable_static=yes
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11505 $as_echo "$enable_static" >&6; }
11512 ac_cpp='$CPP $CPPFLAGS'
11513 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11514 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11515 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11531 ac_config_commands="$ac_config_commands libtool"
11536 # Only expand once:
11540 # Check whether --enable-targets was given.
11541 if test "${enable_targets+set}" = set; then :
11542 enableval=$enable_targets; case "${enableval}" in
11543 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11545 no) enable_targets= ;;
11546 *) enable_targets=$enableval ;;
11551 if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11554 # Check whether --enable-checking was given.
11555 if test "${enable_checking+set}" = set; then :
11556 enableval=$enable_checking; case "${enableval}" in
11557 no|none) ac_checking= ;;
11558 *) ac_checking=yes ;;
11561 if test x$ac_checking != x ; then
11563 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11570 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572 /* end confdefs.h. */
11575 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11576 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11579 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11584 # Check whether --enable-werror was given.
11585 if test "${enable_werror+set}" = set; then :
11586 enableval=$enable_werror; case "${enableval}" in
11587 yes | y) ERROR_ON_WARNING="yes" ;;
11588 no | n) ERROR_ON_WARNING="no" ;;
11589 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11594 # Disable -Wformat by default when using gcc on mingw
11597 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11598 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11604 # Enable -Werror by default when using gcc
11605 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11606 ERROR_ON_WARNING=yes
11610 if test "${ERROR_ON_WARNING}" = yes ; then
11611 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11612 NO_WERROR="-Wno-error"
11615 if test "${GCC}" = yes ; then
11616 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11619 # Check whether --enable-build-warnings was given.
11620 if test "${enable_build_warnings+set}" = set; then :
11621 enableval=$enable_build_warnings; case "${enableval}" in
11622 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11623 no) if test "${GCC}" = yes ; then
11626 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11627 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11628 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11629 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11630 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11635 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11636 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11643 # Generate a header file
11644 ac_config_headers="$ac_config_headers config.h:config.in"
11647 # If we are on a DOS filesystem, we must use gdb.ini rather than
11650 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11652 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11657 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11663 #We need this for the host. BOUT header is in host order.
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11665 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11666 if test "${ac_cv_c_bigendian+set}" = set; then :
11667 $as_echo_n "(cached) " >&6
11669 ac_cv_c_bigendian=unknown
11670 # See if we're dealing with a universal compiler.
11671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11673 #ifndef __APPLE_CC__
11674 not a universal capable compiler
11679 if ac_fn_c_try_compile "$LINENO"; then :
11681 # Check for potential -arch flags. It is not universal unless
11682 # there are at least two -arch flags with different values.
11685 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11686 if test -n "$ac_prev"; then
11688 i?86 | x86_64 | ppc | ppc64)
11689 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11692 ac_cv_c_bigendian=universal
11698 elif test "x$ac_word" = "x-arch"; then
11703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11704 if test $ac_cv_c_bigendian = unknown; then
11705 # See if sys/param.h defines the BYTE_ORDER macro.
11706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11707 /* end confdefs.h. */
11708 #include <sys/types.h>
11709 #include <sys/param.h>
11714 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11715 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11717 bogus endian macros
11724 if ac_fn_c_try_compile "$LINENO"; then :
11725 # It does; now see whether it defined to BIG_ENDIAN or not.
11726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11727 /* end confdefs.h. */
11728 #include <sys/types.h>
11729 #include <sys/param.h>
11734 #if BYTE_ORDER != BIG_ENDIAN
11742 if ac_fn_c_try_compile "$LINENO"; then :
11743 ac_cv_c_bigendian=yes
11745 ac_cv_c_bigendian=no
11747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11751 if test $ac_cv_c_bigendian = unknown; then
11752 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11755 #include <limits.h>
11760 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11761 bogus endian macros
11768 if ac_fn_c_try_compile "$LINENO"; then :
11769 # It does; now see whether it defined to _BIG_ENDIAN or not.
11770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11771 /* end confdefs.h. */
11772 #include <limits.h>
11777 #ifndef _BIG_ENDIAN
11785 if ac_fn_c_try_compile "$LINENO"; then :
11786 ac_cv_c_bigendian=yes
11788 ac_cv_c_bigendian=no
11790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11794 if test $ac_cv_c_bigendian = unknown; then
11795 # Compile a test program.
11796 if test "$cross_compiling" = yes; then :
11797 # Try to guess by grepping values from an object file.
11798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11799 /* end confdefs.h. */
11800 short int ascii_mm[] =
11801 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11802 short int ascii_ii[] =
11803 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11804 int use_ascii (int i) {
11805 return ascii_mm[i] + ascii_ii[i];
11807 short int ebcdic_ii[] =
11808 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11809 short int ebcdic_mm[] =
11810 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11811 int use_ebcdic (int i) {
11812 return ebcdic_mm[i] + ebcdic_ii[i];
11819 return use_ascii (foo) == use_ebcdic (foo);
11824 if ac_fn_c_try_compile "$LINENO"; then :
11825 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11826 ac_cv_c_bigendian=yes
11828 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11829 if test "$ac_cv_c_bigendian" = unknown; then
11830 ac_cv_c_bigendian=no
11832 # finding both strings is unlikely to happen, but who knows?
11833 ac_cv_c_bigendian=unknown
11837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11840 /* end confdefs.h. */
11841 $ac_includes_default
11846 /* Are we little or big endian? From Harbison&Steele. */
11850 char c[sizeof (long int)];
11853 return u.c[sizeof (long int) - 1] == 1;
11859 if ac_fn_c_try_run "$LINENO"; then :
11860 ac_cv_c_bigendian=no
11862 ac_cv_c_bigendian=yes
11864 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11865 conftest.$ac_objext conftest.beam conftest.$ac_ext
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11871 $as_echo "$ac_cv_c_bigendian" >&6; }
11872 case $ac_cv_c_bigendian in #(
11874 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11880 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11884 as_fn_error "unknown endianness
11885 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11891 # Makefile target for installing gas in $(tooldir)/bin.
11892 install_tooldir=install-exec-tooldir
11896 if test -n "$enable_targets" ; then
11897 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11898 if test $t = "all"; then
11902 result=`$ac_config_sub $t 2>/dev/null`
11903 if test -n "$result" ; then
11904 canon_targets="$canon_targets $result"
11906 # # Permit "all", etc. We don't support it yet though.
11907 # canon_targets="$canon_targets $t"
11910 _gas_uniq_list="$canon_targets"
11911 _gas_uniq_newlist=""
11912 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11913 case $_gas_uniq_i in
11914 _gas_uniq_dummy) ;;
11915 *) case " $_gas_uniq_newlist " in
11916 *" $_gas_uniq_i "*) ;;
11917 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11921 canon_targets=$_gas_uniq_newlist
11927 for this_target in $target $canon_targets ; do
11929 targ=${this_target}
11930 . ${srcdir}/configure.tgt
11932 case ${target_cpu} in
11935 cat >>confdefs.h <<_ACEOF
11936 #define DEFAULT_CRIS_ARCH $arch
11942 if test ${this_target} = $target ; then
11943 target_cpu_type=${cpu_type}
11944 elif test ${target_cpu_type} != ${cpu_type} ; then
11948 generic_target=${cpu_type}-${target_vendor}-${target_os}
11949 case ${generic_target} in
11951 if test ${this_target} = $target; then
11953 $as_echo "#define SCO_ELF 1" >>confdefs.h
11958 i386-*-msdosdjgpp* \
11960 | i386-go32-rtems*)
11962 $as_echo "#define STRICTCOFF 1" >>confdefs.h
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
11968 $as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
11977 as_fn_error "Unknown vendor for mips-bsd configuration." "$LINENO" 5
11982 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
11988 *) as_fn_error "GNU/Linux must be configured big endian" "$LINENO" 5 ;;
11992 if test ${this_target} = $target; then
11994 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
11997 if test x${endian} = xbig; then
11998 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
12004 $as_echo "#define TARGET_SYMBIAN 1" >>confdefs.h
12009 if test ${this_target} = $target ; then
12011 if test x${endian} = xbig; then
12013 elif test x${endian} = xlittle; then
12016 if test x${endian_def} != x; then
12018 cat >>confdefs.h <<_ACEOF
12019 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12025 # Other random stuff.
12027 case ${cpu_type} in
12029 # Set mips_cpu to the name of the default CPU.
12030 case ${target_cpu} in
12031 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12034 mipsisa32 | mipsisa32el)
12037 mipsisa32r2 | mipsisa32r2el)
12040 mipsisa64 | mipsisa64el)
12043 mipsisa64r2 | mipsisa64r2el)
12046 mipstx39 | mipstx39el)
12049 mips64vr | mips64vrel)
12052 mipsisa32r2* | mipsisa64r2*)
12053 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12055 mips64* | mipsisa64* | mipsisa32*)
12056 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12059 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12062 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12063 # binaries. It's a GNU extension that some OSes don't understand.
12064 # The value only matters on ELF targets.
12067 use_e_mips_abi_o32=0
12070 use_e_mips_abi_o32=1
12073 # Decide whether to generate 32-bit or 64-bit code by default.
12074 # Used to resolve -march=from-abi when an embedded ABI is selected.
12076 mips64*-*-* | mipsisa64*-*-*)
12077 mips_default_64bit=1
12080 mips_default_64bit=0
12083 # Decide which ABI to target by default.
12085 mips64*-linux* | mips-sgi-irix6*)
12086 mips_default_abi=N32_ABI
12089 mips_default_abi=O32_ABI
12092 mips_default_abi=N64_ABI
12095 mips_default_abi=NO_ABI
12099 cat >>confdefs.h <<_ACEOF
12100 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12104 cat >>confdefs.h <<_ACEOF
12105 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12109 cat >>confdefs.h <<_ACEOF
12110 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12114 cat >>confdefs.h <<_ACEOF
12115 #define MIPS_DEFAULT_ABI $mips_default_abi
12121 # Do we need the opcodes library?
12122 case ${cpu_type} in
12129 case "${enable_shared}" in
12130 yes) shared_opcodes=true ;;
12131 *opcodes*) shared_opcodes=true ;;
12132 *) shared_opcodes=false ;;
12137 # Any other special object files needed ?
12138 case ${cpu_type} in
12141 echo ${extra_objects} | grep -s "bfin-parse.o"
12142 if test $? -ne 0 ; then
12143 extra_objects="$extra_objects bfin-parse.o"
12146 echo ${extra_objects} | grep -s "bfin-lex.o"
12147 if test $? -ne 0 ; then
12148 extra_objects="$extra_objects bfin-lex.o"
12152 fr30 | ip2k | iq2000 | lm32 | m32r | openrisc)
12163 case ${extra_objects} in
12165 *) extra_objects="$extra_objects m68k-parse.o" ;;
12174 echo ${extra_objects} | grep -s "itbl-parse.o"
12175 if test $? -ne 0 ; then
12176 extra_objects="$extra_objects itbl-parse.o"
12179 echo ${extra_objects} | grep -s "itbl-lex.o"
12180 if test $? -ne 0 ; then
12181 extra_objects="$extra_objects itbl-lex.o"
12184 echo ${extra_objects} | grep -s "itbl-ops.o"
12185 if test $? -ne 0 ; then
12186 extra_objects="$extra_objects itbl-ops.o"
12194 i386 | s390 | sparc)
12195 if test $this_target = $target ; then
12197 cat >>confdefs.h <<_ACEOF
12198 #define DEFAULT_ARCH "${arch}"
12205 echo ${extra_objects} | grep -s "rx-parse.o"
12206 if test $? -ne 0 ; then
12207 extra_objects="$extra_objects rx-parse.o"
12220 echo ${extra_objects} | grep -s "xtensa-relax.o"
12221 if test $? -ne 0 ; then
12222 extra_objects="$extra_objects xtensa-relax.o"
12230 if test $using_cgen = yes ; then
12231 case "x${extra_objects}" in
12233 *) extra_objects="$extra_objects cgen.o" ;;
12237 # See if we really can support this configuration with the emulation code.
12239 if test $this_target = $target ; then
12245 vms) extra_objects="$extra_objects te-vms.o" ;;
12248 # From target name and format, produce a list of supported emulations.
12250 case ${generic_target}-${fmt} in
12251 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12252 mips*-*-linux*-*) case "$endian" in
12253 big) emulation="mipsbelf mipslelf mipself" ;;
12254 *) emulation="mipslelf mipsbelf mipself" ;;
12256 mips-*-lnews*-ecoff) ;;
12257 mips-*-*-ecoff) case "$endian" in
12258 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
12259 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
12261 mips-*-*-elf) case "$endian" in
12262 big) emulation="mipsbelf mipslelf mipself" ;;
12263 *) emulation="mipslelf mipsbelf mipself" ;;
12265 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12266 # i386-pc-pe-coff != i386-pc-coff.
12268 # Uncommenting the next line will turn on support for i386 AOUT
12269 # for the default linux configuration
12270 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12272 i386-*-aout) emulation="i386aout" ;;
12273 i386-*-coff) emulation="i386coff" ;;
12274 i386-*-elf) emulation="i386elf" ;;
12276 # Always all formats. The first stated emulation becomes the default.
12277 cris-*-*aout*) emulation="crisaout criself" ;;
12278 cris-*-*) emulation="criself crisaout" ;;
12281 emulations="$emulations $emulation"
12285 # Turn on all targets if possible
12286 if test ${all_targets} = "yes"; then
12287 case ${target_cpu_type} in
12289 case ${obj_format} in
12291 emulations="$emulations i386coff i386elf"
12294 emulations="$emulations i386aout i386elf"
12297 emulations="$emulations i386aout i386coff"
12302 case ${obj_format} in
12304 emulations="$emulations i386coff i386elf"
12307 emulations="$emulations i386aout i386elf"
12310 emulations="$emulations i386aout i386coff"
12317 # Assign floating point type. Most processors with FP support
12318 # IEEE FP. On those that don't support FP at all, usually IEEE
12320 case ${target_cpu} in
12321 vax | pdp11 ) atof=vax ;;
12325 case "${obj_format}" in
12326 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12329 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12331 if test $using_cgen = yes ; then
12332 case ${target_cpu} in
12333 *) cgen_cpu_prefix=${target_cpu} ;;
12337 $as_echo "#define USING_CGEN 1" >>confdefs.h
12342 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12343 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12346 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12347 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12350 # Some COFF configurations want these random other flags set.
12351 case ${obj_format} in
12353 case ${target_cpu_type} in
12355 $as_echo "#define I386COFF 1" >>confdefs.h
12358 $as_echo "#define M68KCOFF 1" >>confdefs.h
12361 $as_echo "#define M88KCOFF 1" >>confdefs.h
12364 $as_echo "#define I386COFF 1" >>confdefs.h
12370 # Getting this done right is going to be a bitch. Each configuration specified
12371 # with --enable-targets=... should be checked for environment, format, cpu
12374 # For each configuration, the necessary object file support code must be linked
12375 # in. This might be only one, it might be up to four. The necessary emulation
12376 # code needs to be provided, too.
12378 # And then there's "--enable-targets=all"....
12380 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
12382 formats="${obj_format}"
12385 _gas_uniq_list="$emulations"
12386 _gas_uniq_newlist=""
12387 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12388 case $_gas_uniq_i in
12389 _gas_uniq_dummy) ;;
12390 *) case " $_gas_uniq_newlist " in
12391 *" $_gas_uniq_i "*) ;;
12392 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12396 emulations=$_gas_uniq_newlist
12398 for em in . $emulations ; do
12401 mipsbelf | mipslelf | mipself)
12402 fmt=elf file=mipself ;;
12403 mipsbecoff | mipslecoff | mipsecoff)
12404 fmt=ecoff file=mipsecoff ;;
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-mips* 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
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"
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 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
13177 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13178 # people who are not cross-compiling but are compiling cross-assemblers.
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13180 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13181 if test "${host}" = "${target}"; then
13186 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13190 $as_echo "$cross_gas" >&6; }
13192 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13193 # for constant arguments. Useless!
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13195 $as_echo_n "checking for working alloca.h... " >&6; }
13196 if test "${ac_cv_working_alloca_h+set}" = set; then :
13197 $as_echo_n "(cached) " >&6
13199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13200 /* end confdefs.h. */
13201 #include <alloca.h>
13205 char *p = (char *) alloca (2 * sizeof (int));
13211 if ac_fn_c_try_link "$LINENO"; then :
13212 ac_cv_working_alloca_h=yes
13214 ac_cv_working_alloca_h=no
13216 rm -f core conftest.err conftest.$ac_objext \
13217 conftest$ac_exeext conftest.$ac_ext
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13220 $as_echo "$ac_cv_working_alloca_h" >&6; }
13221 if test $ac_cv_working_alloca_h = yes; then
13223 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13228 $as_echo_n "checking for alloca... " >&6; }
13229 if test "${ac_cv_func_alloca_works+set}" = set; then :
13230 $as_echo_n "(cached) " >&6
13232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13233 /* end confdefs.h. */
13235 # define alloca __builtin_alloca
13238 # include <malloc.h>
13239 # define alloca _alloca
13241 # ifdef HAVE_ALLOCA_H
13242 # include <alloca.h>
13247 # ifndef alloca /* predefined by HP cc +Olibcalls */
13258 char *p = (char *) alloca (1);
13264 if ac_fn_c_try_link "$LINENO"; then :
13265 ac_cv_func_alloca_works=yes
13267 ac_cv_func_alloca_works=no
13269 rm -f core conftest.err conftest.$ac_objext \
13270 conftest$ac_exeext conftest.$ac_ext
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13273 $as_echo "$ac_cv_func_alloca_works" >&6; }
13275 if test $ac_cv_func_alloca_works = yes; then
13277 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13280 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13281 # that cause trouble. Some versions do not even contain alloca or
13282 # contain a buggy version. If you still want to use their alloca,
13283 # use ar to extract alloca.o from them instead of compiling alloca.c.
13285 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13287 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13291 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13292 if test "${ac_cv_os_cray+set}" = set; then :
13293 $as_echo_n "(cached) " >&6
13295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13296 /* end confdefs.h. */
13297 #if defined CRAY && ! defined CRAY2
13304 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13305 $EGREP "webecray" >/dev/null 2>&1; then :
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13314 $as_echo "$ac_cv_os_cray" >&6; }
13315 if test $ac_cv_os_cray = yes; then
13316 for ac_func in _getb67 GETB67 getb67; do
13317 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13318 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13319 eval as_val=\$$as_ac_var
13320 if test "x$as_val" = x""yes; then :
13322 cat >>confdefs.h <<_ACEOF
13323 #define CRAY_STACKSEG_END $ac_func
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13333 $as_echo_n "checking stack direction for C alloca... " >&6; }
13334 if test "${ac_cv_c_stack_direction+set}" = set; then :
13335 $as_echo_n "(cached) " >&6
13337 if test "$cross_compiling" = yes; then :
13338 ac_cv_c_stack_direction=0
13340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13341 /* end confdefs.h. */
13342 $ac_includes_default
13344 find_stack_direction ()
13346 static char *addr = 0;
13351 return find_stack_direction ();
13354 return (&dummy > addr) ? 1 : -1;
13360 return find_stack_direction () < 0;
13363 if ac_fn_c_try_run "$LINENO"; then :
13364 ac_cv_c_stack_direction=1
13366 ac_cv_c_stack_direction=-1
13368 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13369 conftest.$ac_objext conftest.beam conftest.$ac_ext
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13374 $as_echo "$ac_cv_c_stack_direction" >&6; }
13375 cat >>confdefs.h <<_ACEOF
13376 #define STACK_DIRECTION $ac_cv_c_stack_direction
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13383 $as_echo_n "checking for inline... " >&6; }
13384 if test "${ac_cv_c_inline+set}" = set; then :
13385 $as_echo_n "(cached) " >&6
13388 for ac_kw in inline __inline__ __inline; do
13389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13390 /* end confdefs.h. */
13391 #ifndef __cplusplus
13393 static $ac_kw foo_t static_foo () {return 0; }
13394 $ac_kw foo_t foo () {return 0; }
13398 if ac_fn_c_try_compile "$LINENO"; then :
13399 ac_cv_c_inline=$ac_kw
13401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13402 test "$ac_cv_c_inline" != no && break
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13407 $as_echo "$ac_cv_c_inline" >&6; }
13409 case $ac_cv_c_inline in
13412 case $ac_cv_c_inline in
13414 *) ac_val=$ac_cv_c_inline;;
13416 cat >>confdefs.h <<_ACEOF
13417 #ifndef __cplusplus
13418 #define inline $ac_val
13425 # VMS doesn't have unlink.
13426 for ac_func in unlink remove
13428 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13429 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13430 eval as_val=\$$as_ac_var
13431 if test "x$as_val" = x""yes; then :
13432 cat >>confdefs.h <<_ACEOF
13433 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13440 # Some systems don't have sbrk().
13441 for ac_func in sbrk
13443 ac_fn_c_check_func "$LINENO" "sbrk" "ac_cv_func_sbrk"
13444 if test "x$ac_cv_func_sbrk" = x""yes; then :
13445 cat >>confdefs.h <<_ACEOF
13446 #define HAVE_SBRK 1
13453 # do we need the math library?
13454 case "${need_libm}" in
13458 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13459 # These system don't have libm, or don't need it
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13463 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13464 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13465 $as_echo_n "(cached) " >&6
13467 ac_check_lib_save_LIBS=$LIBS
13469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13470 /* end confdefs.h. */
13472 /* Override any GCC internal prototype to avoid an error.
13473 Use char because int might match the return type of a GCC
13474 builtin and then its argument prototype would still apply. */
13478 char _mwvalidcheckl ();
13482 return _mwvalidcheckl ();
13487 if ac_fn_c_try_link "$LINENO"; then :
13488 ac_cv_lib_mw__mwvalidcheckl=yes
13490 ac_cv_lib_mw__mwvalidcheckl=no
13492 rm -f core conftest.err conftest.$ac_objext \
13493 conftest$ac_exeext conftest.$ac_ext
13494 LIBS=$ac_check_lib_save_LIBS
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13497 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13498 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13503 $as_echo_n "checking for cos in -lm... " >&6; }
13504 if test "${ac_cv_lib_m_cos+set}" = set; then :
13505 $as_echo_n "(cached) " >&6
13507 ac_check_lib_save_LIBS=$LIBS
13509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13510 /* end confdefs.h. */
13512 /* Override any GCC internal prototype to avoid an error.
13513 Use char because int might match the return type of a GCC
13514 builtin and then its argument prototype would still apply. */
13527 if ac_fn_c_try_link "$LINENO"; then :
13528 ac_cv_lib_m_cos=yes
13532 rm -f core conftest.err conftest.$ac_objext \
13533 conftest$ac_exeext conftest.$ac_ext
13534 LIBS=$ac_check_lib_save_LIBS
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13537 $as_echo "$ac_cv_lib_m_cos" >&6; }
13538 if test "x$ac_cv_lib_m_cos" = x""yes; then :
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13545 $as_echo_n "checking for cos in -lm... " >&6; }
13546 if test "${ac_cv_lib_m_cos+set}" = set; then :
13547 $as_echo_n "(cached) " >&6
13549 ac_check_lib_save_LIBS=$LIBS
13551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13552 /* end confdefs.h. */
13554 /* Override any GCC internal prototype to avoid an error.
13555 Use char because int might match the return type of a GCC
13556 builtin and then its argument prototype would still apply. */
13569 if ac_fn_c_try_link "$LINENO"; then :
13570 ac_cv_lib_m_cos=yes
13574 rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13576 LIBS=$ac_check_lib_save_LIBS
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13579 $as_echo "$ac_cv_lib_m_cos" >&6; }
13580 if test "x$ac_cv_lib_m_cos" = x""yes; then :
13592 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13593 # enough, but on some of those systems, the assert macro relies on requoting
13594 # working properly!
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13596 $as_echo_n "checking for working assert macro... " >&6; }
13597 if test "${gas_cv_assert_ok+set}" = set; then :
13598 $as_echo_n "(cached) " >&6
13600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13601 /* end confdefs.h. */
13602 #include <assert.h>
13608 /* check for requoting problems */
13609 static int a, b, c, d;
13611 assert (!strcmp(s, "foo bar baz quux"));
13612 /* check for newline handling */
13620 if ac_fn_c_try_link "$LINENO"; then :
13621 gas_cv_assert_ok=yes
13623 gas_cv_assert_ok=no
13625 rm -f core conftest.err conftest.$ac_objext \
13626 conftest$ac_exeext conftest.$ac_ext
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13629 $as_echo "$gas_cv_assert_ok" >&6; }
13630 test $gas_cv_assert_ok = yes ||
13631 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13635 # On some systems, the system header files may not declare malloc, realloc,
13636 # and free. There are places where gas needs these functions to have been
13637 # declared -- such as when taking their addresses.
13639 #ifdef HAVE_MEMORY_H
13640 #include <memory.h>
13642 #ifdef HAVE_STRING_H
13643 #include <string.h>
13645 #ifdef HAVE_STRINGS_H
13646 #include <strings.h>
13649 #ifdef HAVE_STDLIB_H
13650 #include <stdlib.h>
13652 #ifdef HAVE_UNISTD_H
13653 #include <unistd.h>
13657 # Does errno.h declare errno, or do we have to add a separate declaration
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
13661 $as_echo_n "checking whether declaration is required for errno... " >&6; }
13662 if test "${gas_cv_decl_needed_errno+set}" = set; then :
13663 $as_echo_n "(cached) " >&6
13665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13666 /* end confdefs.h. */
13668 #ifdef HAVE_ERRNO_H
13684 if ac_fn_c_try_link "$LINENO"; then :
13685 gas_cv_decl_needed_errno=no
13687 gas_cv_decl_needed_errno=yes
13689 rm -f core conftest.err conftest.$ac_objext \
13690 conftest$ac_exeext conftest.$ac_ext
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
13693 $as_echo "$gas_cv_decl_needed_errno" >&6; }
13694 if test $gas_cv_decl_needed_errno = yes; then
13696 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13702 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13703 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
13704 $as_echo_n "(cached) " >&6
13706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13707 /* end confdefs.h. */
13708 #include <unistd.h>
13712 extern int getopt (int, char *const*, const char *);
13717 if ac_fn_c_try_compile "$LINENO"; then :
13718 gas_cv_decl_getopt_unistd_h=yes
13720 gas_cv_decl_getopt_unistd_h=no
13722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13726 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13727 if test $gas_cv_decl_getopt_unistd_h = yes; then
13729 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13735 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13736 if test "${gas_cv_decl_needed_environ+set}" = set; then :
13737 $as_echo_n "(cached) " >&6
13739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13740 /* end confdefs.h. */
13754 if ac_fn_c_try_link "$LINENO"; then :
13755 gas_cv_decl_needed_environ=no
13757 gas_cv_decl_needed_environ=yes
13759 rm -f core conftest.err conftest.$ac_objext \
13760 conftest$ac_exeext conftest.$ac_ext
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13763 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13764 if test $gas_cv_decl_needed_environ = yes; then
13766 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13772 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13773 if test "${gas_cv_decl_needed_ffs+set}" = set; then :
13774 $as_echo_n "(cached) " >&6
13776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13777 /* end confdefs.h. */
13783 typedef int (*f)(int);
13791 if ac_fn_c_try_link "$LINENO"; then :
13792 gas_cv_decl_needed_ffs=no
13794 gas_cv_decl_needed_ffs=yes
13796 rm -f core conftest.err conftest.$ac_objext \
13797 conftest$ac_exeext conftest.$ac_ext
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13800 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13801 if test $gas_cv_decl_needed_ffs = yes; then
13803 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
13809 $as_echo_n "checking whether declaration is required for free... " >&6; }
13810 if test "${gas_cv_decl_needed_free+set}" = set; then :
13811 $as_echo_n "(cached) " >&6
13813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13814 /* end confdefs.h. */
13820 typedef void (*f)();
13828 if ac_fn_c_try_link "$LINENO"; then :
13829 gas_cv_decl_needed_free=no
13831 gas_cv_decl_needed_free=yes
13833 rm -f core conftest.err conftest.$ac_objext \
13834 conftest$ac_exeext conftest.$ac_ext
13836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
13837 $as_echo "$gas_cv_decl_needed_free" >&6; }
13838 if test $gas_cv_decl_needed_free = yes; then
13840 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
13846 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
13847 if test "${gas_cv_decl_needed_malloc+set}" = set; then :
13848 $as_echo_n "(cached) " >&6
13850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13851 /* end confdefs.h. */
13857 typedef char *(*f)();
13865 if ac_fn_c_try_link "$LINENO"; then :
13866 gas_cv_decl_needed_malloc=no
13868 gas_cv_decl_needed_malloc=yes
13870 rm -f core conftest.err conftest.$ac_objext \
13871 conftest$ac_exeext conftest.$ac_ext
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
13874 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
13875 if test $gas_cv_decl_needed_malloc = yes; then
13877 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
13883 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
13884 if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
13885 $as_echo_n "(cached) " >&6
13887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13888 /* end confdefs.h. */
13894 typedef char *(*f)();
13902 if ac_fn_c_try_link "$LINENO"; then :
13903 gas_cv_decl_needed_sbrk=no
13905 gas_cv_decl_needed_sbrk=yes
13907 rm -f core conftest.err conftest.$ac_objext \
13908 conftest$ac_exeext conftest.$ac_ext
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
13911 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
13912 if test $gas_cv_decl_needed_sbrk = yes; then
13914 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
13920 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
13921 if test "${gas_cv_decl_needed_strstr+set}" = set; then :
13922 $as_echo_n "(cached) " >&6
13924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13925 /* end confdefs.h. */
13931 typedef char *(*f)();
13939 if ac_fn_c_try_link "$LINENO"; then :
13940 gas_cv_decl_needed_strstr=no
13942 gas_cv_decl_needed_strstr=yes
13944 rm -f core conftest.err conftest.$ac_objext \
13945 conftest$ac_exeext conftest.$ac_ext
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
13948 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
13949 if test $gas_cv_decl_needed_strstr = yes; then
13951 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
13956 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13957 if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
13963 cat >>confdefs.h <<_ACEOF
13964 #define HAVE_DECL_MEMPCPY $ac_have_decl
13967 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13968 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13974 cat >>confdefs.h <<_ACEOF
13975 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13981 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13983 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13987 # Support for VMS timestamps via cross compile
13989 if test "$ac_cv_header_time_h" = yes; then
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13991 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
13992 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
13993 $as_echo_n "(cached) " >&6
13995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13996 /* end confdefs.h. */
13998 #define _BSD_SOURCE 1
14003 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14008 if ac_fn_c_try_compile "$LINENO"; then :
14009 gas_cv_have_time_type_member_tm_gmtoff=yes
14011 gas_cv_have_time_type_member_tm_gmtoff=no
14014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14017 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14019 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14023 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14027 if test "$ac_cv_header_sys_stat_h" = yes; then
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14029 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14030 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14031 $as_echo_n "(cached) " >&6
14033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14034 /* end confdefs.h. */
14036 #define _BSD_SOURCE 1
14037 #include <sys/stat.h>
14041 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14046 if ac_fn_c_try_compile "$LINENO"; then :
14047 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14049 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14055 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14057 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14061 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14064 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14065 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14066 $as_echo_n "(cached) " >&6
14068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14069 /* end confdefs.h. */
14071 #define _BSD_SOURCE 1
14072 #include <sys/stat.h>
14076 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14081 if ac_fn_c_try_compile "$LINENO"; then :
14082 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14084 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14090 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14092 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14096 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14108 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14110 ac_config_commands="$ac_config_commands default"
14113 cat >confcache <<\_ACEOF
14114 # This file is a shell script that caches the results of configure
14115 # tests run on this system so they can be shared between configure
14116 # scripts and configure runs, see configure's option --config-cache.
14117 # It is not useful on other systems. If it contains results you don't
14118 # want to keep, you may remove or edit it.
14120 # config.status only pays attention to the cache file if you give it
14121 # the --recheck option to rerun configure.
14123 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14124 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14125 # following values.
14129 # The following way of writing the cache mishandles newlines in values,
14130 # but we know of no workaround that is simple, portable, and efficient.
14131 # So, we kill variables containing newlines.
14132 # Ultrix sh set writes to stderr and can't be redirected directly,
14133 # and sets the high bit in the cache file unless we assign to the vars.
14135 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14136 eval ac_val=\$$ac_var
14140 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14141 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14144 _ | IFS | as_nl) ;; #(
14145 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14146 *) { eval $ac_var=; unset $ac_var;} ;;
14152 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14153 *${as_nl}ac_space=\ *)
14154 # `set' does not quote correctly, so add quotes: double-quote
14155 # substitution turns \\\\ into \\, and sed turns \\ into \.
14158 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14161 # `set' quotes correctly as required by POSIX, so do not add quotes.
14162 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14171 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14173 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14175 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14176 if test -w "$cache_file"; then
14177 test "x$cache_file" != "x/dev/null" &&
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14179 $as_echo "$as_me: updating cache $cache_file" >&6;}
14180 cat confcache >$cache_file
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14183 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14188 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14189 # Let make expand exec_prefix.
14190 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14192 DEFS=-DHAVE_CONFIG_H
14196 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14197 # 1. Remove the extension, and $U if already installed.
14198 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14199 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14200 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14201 # will be set to the directory where LIBOBJS objects are built.
14202 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14203 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14205 LIBOBJS=$ac_libobjs
14207 LTLIBOBJS=$ac_ltlibobjs
14210 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14211 as_fn_error "conditional \"AMDEP\" was never defined.
14212 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14214 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14215 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14216 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14218 if test -n "$EXEEXT"; then
14220 am__EXEEXT_FALSE='#'
14222 am__EXEEXT_TRUE='#'
14227 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14228 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14229 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14231 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14232 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14233 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14236 : ${CONFIG_STATUS=./config.status}
14238 ac_clean_files_save=$ac_clean_files
14239 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14241 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14243 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14245 # Generated by $as_me.
14246 # Run this file to recreate the current configuration.
14247 # Compiler output produced by configure, useful for debugging
14248 # configure, is in config.log if it exists.
14251 ac_cs_recheck=false
14254 SHELL=\${CONFIG_SHELL-$SHELL}
14257 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14258 ## -------------------- ##
14259 ## M4sh Initialization. ##
14260 ## -------------------- ##
14262 # Be more Bourne compatible
14263 DUALCASE=1; export DUALCASE # for MKS sh
14264 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14267 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14268 # is contrary to our usage. Disable this feature.
14269 alias -g '${1+"$@"}'='"$@"'
14270 setopt NO_GLOB_SUBST
14272 case `(set -o) 2>/dev/null` in #(
14284 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14285 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14286 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14287 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14288 # Prefer a ksh shell builtin over an external printf program on Solaris,
14289 # but without wasting forks for bash or zsh.
14290 if test -z "$BASH_VERSION$ZSH_VERSION" \
14291 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14292 as_echo='print -r --'
14293 as_echo_n='print -rn --'
14294 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14295 as_echo='printf %s\n'
14296 as_echo_n='printf %s'
14298 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14299 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14300 as_echo_n='/usr/ucb/echo -n'
14302 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14303 as_echo_n_body='eval
14307 expr "X$arg" : "X\\(.*\\)$as_nl";
14308 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14310 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14312 export as_echo_n_body
14313 as_echo_n='sh -c $as_echo_n_body as_echo'
14315 export as_echo_body
14316 as_echo='sh -c $as_echo_body as_echo'
14319 # The user is always right.
14320 if test "${PATH_SEPARATOR+set}" != set; then
14322 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14323 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14330 # We need space, tab and new line, in precisely that order. Quoting is
14331 # there to prevent editors from complaining about space-tab.
14332 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14333 # splitting by setting IFS to empty value.)
14336 # Find who we are. Look in the path if we contain no directory separator.
14338 *[\\/]* ) as_myself=$0 ;;
14339 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14340 for as_dir in $PATH
14343 test -z "$as_dir" && as_dir=.
14344 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14350 # We did not find ourselves, most probably we were run as `sh COMMAND'
14351 # in which case we are not to be found in the path.
14352 if test "x$as_myself" = x; then
14355 if test ! -f "$as_myself"; then
14356 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14360 # Unset variables that we do not need and which cause bugs (e.g. in
14361 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14362 # suppresses any "Segmentation fault" message there. '((' could
14363 # trigger a bug in pdksh 5.2.14.
14364 for as_var in BASH_ENV ENV MAIL MAILPATH
14365 do eval test x\${$as_var+set} = xset \
14366 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14379 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14382 # as_fn_error ERROR [LINENO LOG_FD]
14383 # ---------------------------------
14384 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14385 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14386 # script with status $?, using 1 if that was 0.
14389 as_status=$?; test $as_status -eq 0 && as_status=1
14391 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14392 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14394 $as_echo "$as_me: error: $1" >&2
14395 as_fn_exit $as_status
14399 # as_fn_set_status STATUS
14400 # -----------------------
14401 # Set $? to STATUS, without forking.
14402 as_fn_set_status ()
14405 } # as_fn_set_status
14407 # as_fn_exit STATUS
14408 # -----------------
14409 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14413 as_fn_set_status $1
14419 # Portably unset VAR.
14422 { eval $1=; unset $1;}
14424 as_unset=as_fn_unset
14425 # as_fn_append VAR VALUE
14426 # ----------------------
14427 # Append the text in VALUE to the end of the definition contained in VAR. Take
14428 # advantage of any shell optimizations that allow amortized linear growth over
14429 # repeated appends, instead of the typical quadratic growth present in naive
14431 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14432 eval 'as_fn_append ()
14443 # as_fn_arith ARG...
14444 # ------------------
14445 # Perform arithmetic evaluation on the ARGs, and store the result in the
14446 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14447 # must be portable across $(()) and expr.
14448 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14449 eval 'as_fn_arith ()
14456 as_val=`expr "$@" || test $? -eq 1`
14461 if expr a : '\(a\)' >/dev/null 2>&1 &&
14462 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14468 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14469 as_basename=basename
14474 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14480 as_me=`$as_basename -- "$0" ||
14481 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14482 X"$0" : 'X\(//\)$' \| \
14483 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14485 sed '/^.*\/\([^/][^/]*\)\/*$/{
14499 # Avoid depending upon Character Ranges.
14500 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14501 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14502 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14503 as_cr_digits='0123456789'
14504 as_cr_alnum=$as_cr_Letters$as_cr_digits
14506 ECHO_C= ECHO_N= ECHO_T=
14507 case `echo -n x` in #(((((
14509 case `echo 'xy\c'` in
14510 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14512 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14519 rm -f conf$$ conf$$.exe conf$$.file
14520 if test -d conf$$.dir; then
14521 rm -f conf$$.dir/conf$$.file
14524 mkdir conf$$.dir 2>/dev/null
14526 if (echo >conf$$.file) 2>/dev/null; then
14527 if ln -s conf$$.file conf$$ 2>/dev/null; then
14529 # ... but there are two gotchas:
14530 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14531 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14532 # In both cases, we have to default to `cp -p'.
14533 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14535 elif ln conf$$.file conf$$ 2>/dev/null; then
14543 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14544 rmdir conf$$.dir 2>/dev/null
14549 # Create "$as_dir" as a directory, including parents if necessary.
14554 -*) as_dir=./$as_dir;;
14556 test -d "$as_dir" || eval $as_mkdir_p || {
14560 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14561 *) as_qdir=$as_dir;;
14563 as_dirs="'$as_qdir' $as_dirs"
14564 as_dir=`$as_dirname -- "$as_dir" ||
14565 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14566 X"$as_dir" : 'X\(//\)[^/]' \| \
14567 X"$as_dir" : 'X\(//\)$' \| \
14568 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14569 $as_echo X"$as_dir" |
14570 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14574 /^X\(\/\/\)[^/].*/{
14587 test -d "$as_dir" && break
14589 test -z "$as_dirs" || eval "mkdir $as_dirs"
14590 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14594 if mkdir -p . 2>/dev/null; then
14595 as_mkdir_p='mkdir -p "$as_dir"'
14597 test -d ./-p && rmdir ./-p
14601 if test -x / >/dev/null 2>&1; then
14602 as_test_x='test -x'
14604 if ls -dL / >/dev/null 2>&1; then
14611 if test -d "$1"; then
14617 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14618 ???[sx]*):;;*)false;;esac;fi
14622 as_executable_p=$as_test_x
14624 # Sed expression to map a string onto a valid CPP name.
14625 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14627 # Sed expression to map a string onto a valid variable name.
14628 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14632 ## ----------------------------------- ##
14633 ## Main body of $CONFIG_STATUS script. ##
14634 ## ----------------------------------- ##
14636 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14638 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14639 # Save the log message, to keep $0 and so on meaningful, and to
14640 # report actual input values of CONFIG_FILES etc. instead of their
14641 # values after options handling.
14643 This file was extended by $as_me, which was
14644 generated by GNU Autoconf 2.64. Invocation command line was
14646 CONFIG_FILES = $CONFIG_FILES
14647 CONFIG_HEADERS = $CONFIG_HEADERS
14648 CONFIG_LINKS = $CONFIG_LINKS
14649 CONFIG_COMMANDS = $CONFIG_COMMANDS
14652 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14657 case $ac_config_files in *"
14658 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14661 case $ac_config_headers in *"
14662 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14666 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14667 # Files that config.status was made for.
14668 config_files="$ac_config_files"
14669 config_headers="$ac_config_headers"
14670 config_commands="$ac_config_commands"
14674 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14676 \`$as_me' instantiates files and other configuration actions
14677 from templates according to the current configuration. Unless the files
14678 and actions are specified as TAGs, all are instantiated by default.
14680 Usage: $0 [OPTION]... [TAG]...
14682 -h, --help print this help, then exit
14683 -V, --version print version number and configuration settings, then exit
14684 -q, --quiet, --silent
14685 do not print progress messages
14686 -d, --debug don't remove temporary files
14687 --recheck update $as_me by reconfiguring in the same conditions
14688 --file=FILE[:TEMPLATE]
14689 instantiate the configuration file FILE
14690 --header=FILE[:TEMPLATE]
14691 instantiate the configuration header FILE
14693 Configuration files:
14696 Configuration headers:
14699 Configuration commands:
14702 Report bugs to the package provider."
14705 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14708 configured by $0, generated by GNU Autoconf 2.64,
14709 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14711 Copyright (C) 2009 Free Software Foundation, Inc.
14712 This config.status script is free software; the Free Software Foundation
14713 gives unlimited permission to copy, distribute and modify it."
14720 test -n "\$AWK" || AWK=awk
14723 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14724 # The default lists apply if the user does not specify any file.
14730 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14731 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14742 # Handling of the options.
14743 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14745 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14746 $as_echo "$ac_cs_version"; exit ;;
14747 --debug | --debu | --deb | --de | --d | -d )
14749 --file | --fil | --fi | --f )
14752 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14754 as_fn_append CONFIG_FILES " '$ac_optarg'"
14755 ac_need_defaults=false;;
14756 --header | --heade | --head | --hea )
14759 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14761 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14762 ac_need_defaults=false;;
14764 # Conflict between --help and --header
14765 as_fn_error "ambiguous option: \`$1'
14766 Try \`$0 --help' for more information.";;
14767 --help | --hel | -h )
14768 $as_echo "$ac_cs_usage"; exit ;;
14769 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14770 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14773 # This is an error.
14774 -*) as_fn_error "unrecognized option: \`$1'
14775 Try \`$0 --help' for more information." ;;
14777 *) as_fn_append ac_config_targets " $1"
14778 ac_need_defaults=false ;;
14784 ac_configure_extra_args=
14786 if $ac_cs_silent; then
14788 ac_configure_extra_args="$ac_configure_extra_args --silent"
14792 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14793 if \$ac_cs_recheck; then
14794 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14796 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14797 CONFIG_SHELL='$SHELL'
14798 export CONFIG_SHELL
14803 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14807 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14808 ## Running $as_me. ##
14814 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14818 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14821 # The HP-UX ksh and POSIX shell print the target directory to stdout
14822 # if CDPATH is set.
14823 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14825 sed_quote_subst='$sed_quote_subst'
14826 double_quote_subst='$double_quote_subst'
14827 delay_variable_subst='$delay_variable_subst'
14828 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14829 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14830 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14831 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14832 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14833 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14834 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14835 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14836 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14837 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14838 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14839 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14840 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14841 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14842 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14843 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14844 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14845 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14846 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14847 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14848 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14849 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14850 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14851 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14852 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14853 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14854 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14855 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14856 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14857 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14858 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14859 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14860 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14861 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14862 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14863 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14864 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14865 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14866 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14867 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14868 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14869 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14870 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14871 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14872 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14873 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14874 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14875 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14876 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"`'
14877 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14878 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14879 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14880 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14881 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14882 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14883 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14884 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14885 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14886 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14887 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14888 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14889 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14890 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14891 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14892 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14893 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14894 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14895 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14896 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14897 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14898 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14899 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14900 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14901 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14902 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14903 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14904 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14905 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14906 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14907 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14908 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14909 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14910 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14911 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14912 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14913 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14914 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14915 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14916 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14917 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14918 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14919 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14920 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14921 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14922 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14923 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14924 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14925 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14926 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14927 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14928 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14929 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14930 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14931 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14932 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14933 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14934 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14935 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14936 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14937 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14938 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14939 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14940 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14941 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14942 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14943 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14944 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14945 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14946 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14947 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14950 LTCFLAGS='$LTCFLAGS'
14951 compiler='$compiler_DEFAULT'
14953 # A function that is used when there is no print builtin or printf.
14954 func_fallback_echo ()
14956 eval 'cat <<_LTECHO_EOF
14961 # Quote evaled strings.
14975 deplibs_check_method \
14984 lt_cv_sys_global_symbol_pipe \
14985 lt_cv_sys_global_symbol_to_cdecl \
14986 lt_cv_sys_global_symbol_to_c_name_address \
14987 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14988 lt_prog_compiler_no_builtin_flag \
14989 lt_prog_compiler_wl \
14990 lt_prog_compiler_pic \
14991 lt_prog_compiler_static \
14992 lt_cv_prog_compiler_c_o \
15000 export_dynamic_flag_spec \
15001 whole_archive_flag_spec \
15002 compiler_needs_object \
15004 allow_undefined_flag \
15005 no_undefined_flag \
15006 hardcode_libdir_flag_spec \
15007 hardcode_libdir_flag_spec_ld \
15008 hardcode_libdir_separator \
15013 variables_saved_for_relink \
15015 library_names_spec \
15017 install_override_mode \
15021 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15022 *[\\\\\\\`\\"\\\$]*)
15023 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15026 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15031 # Double-quote double-evaled strings.
15032 for var in reload_cmds \
15033 old_postinstall_cmds \
15034 old_postuninstall_cmds \
15036 extract_expsyms_cmds \
15037 old_archive_from_new_cmds \
15038 old_archive_from_expsyms_cmds \
15040 archive_expsym_cmds \
15042 module_expsym_cmds \
15043 export_symbols_cmds \
15046 postuninstall_cmds \
15048 sys_lib_search_path_spec \
15049 sys_lib_dlsearch_path_spec; do
15050 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15051 *[\\\\\\\`\\"\\\$]*)
15052 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15055 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15060 ac_aux_dir='$ac_aux_dir'
15061 xsi_shell='$xsi_shell'
15062 lt_shell_append='$lt_shell_append'
15064 # See if we are running on zsh, and set the options which allow our
15065 # commands through without removal of \ escapes INIT.
15066 if test -n "\${ZSH_VERSION+set}" ; then
15067 setopt NO_GLOB_SUBST
15073 TIMESTAMP='$TIMESTAMP'
15079 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15080 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15082 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15083 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15084 LINGUAS="${LINGUAS-%UNSET%}"
15086 target_cpu_type=${target_cpu_type}
15087 cgen_cpu_prefix=${cgen_cpu_prefix}
15088 obj_format=${obj_format}
15093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15095 # Handling of arguments.
15096 for ac_config_target in $ac_config_targets
15098 case $ac_config_target in
15099 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15100 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15101 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15102 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15103 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15104 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15105 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15106 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15107 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15108 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15110 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15115 # If the user did not use the arguments to specify the items to instantiate,
15116 # then the envvar interface is used. Set only those that are not.
15117 # We use the long form for the default assignment because of an extremely
15118 # bizarre bug on SunOS 4.1.3.
15119 if $ac_need_defaults; then
15120 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15121 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15122 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15125 # Have a temporary directory for convenience. Make it in the build tree
15126 # simply because there is no reason against having it here, and in addition,
15127 # creating and moving files from /tmp can sometimes cause problems.
15128 # Hook for its removal unless debugging.
15129 # Note that there is a small window in which the directory will not be cleaned:
15130 # after its creation but before its name has been assigned to `$tmp'.
15134 trap 'exit_status=$?
15135 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15137 trap 'as_fn_exit 1' 1 2 13 15
15139 # Create a (secure) tmp directory for tmp files.
15142 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15143 test -n "$tmp" && test -d "$tmp"
15146 tmp=./conf$$-$RANDOM
15147 (umask 077 && mkdir "$tmp")
15148 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15150 # Set up the scripts for CONFIG_FILES section.
15151 # No need to generate them if there are no CONFIG_FILES.
15152 # This happens for instance with `./config.status config.h'.
15153 if test -n "$CONFIG_FILES"; then
15156 ac_cr=`echo X | tr X '\015'`
15157 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15158 # But we know of no other shell where ac_cr would be empty at this
15159 # point, so we can use a bashism as a fallback.
15160 if test "x$ac_cr" = x; then
15161 eval ac_cr=\$\'\\r\'
15163 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15164 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15167 ac_cs_awk_cr=$ac_cr
15170 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15175 echo "cat >conf$$subs.awk <<_ACEOF" &&
15176 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15178 } >conf$$subs.sh ||
15179 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15180 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15182 for ac_last_try in false false false false false :; do
15183 . ./conf$$subs.sh ||
15184 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15186 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15187 if test $ac_delim_n = $ac_delim_num; then
15189 elif $ac_last_try; then
15190 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15192 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15195 rm -f conf$$subs.sh
15197 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15198 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15202 s/^/S["/; s/!.*/"]=/
15212 s/\(.\{148\}\).*/\1/
15214 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15219 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15226 s/\(.\{148\}\).*/\1/
15228 s/["\\]/\\&/g; s/^/"/; s/$/"/
15232 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15237 ' <conf$$subs.awk | sed '
15242 ' >>$CONFIG_STATUS || ac_write_fail=1
15243 rm -f conf$$subs.awk
15244 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15246 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15247 for (key in S) S_is_set[key] = 1
15253 nfields = split(line, field, "@")
15255 len = length(field[1])
15256 for (i = 2; i < nfields; i++) {
15258 keylen = length(key)
15259 if (S_is_set[key]) {
15261 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15262 len += length(value) + length(field[++i])
15273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15274 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15275 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15278 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15279 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15282 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15283 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15284 # trailing colons and then remove the whole line if VPATH becomes empty
15285 # (actually we leave an empty line to preserve line numbers).
15286 if test "x$srcdir" = x.; then
15287 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15288 s/:*\$(srcdir):*/:/
15289 s/:*\${srcdir}:*/:/
15291 s/^\([^=]*=[ ]*\):*/\1/
15297 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15298 fi # test -n "$CONFIG_FILES"
15300 # Set up the scripts for CONFIG_HEADERS section.
15301 # No need to generate them if there are no CONFIG_HEADERS.
15302 # This happens for instance with `./config.status Makefile'.
15303 if test -n "$CONFIG_HEADERS"; then
15304 cat >"$tmp/defines.awk" <<\_ACAWK ||
15308 # Transform confdefs.h into an awk script `defines.awk', embedded as
15309 # here-document in config.status, that substitutes the proper values into
15310 # config.h.in to produce config.h.
15312 # Create a delimiter string that does not exist in confdefs.h, to ease
15313 # handling of long lines.
15315 for ac_last_try in false false :; do
15316 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15317 if test -z "$ac_t"; then
15319 elif $ac_last_try; then
15320 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15322 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15326 # For the awk script, D is an array of macro values keyed by name,
15327 # likewise P contains macro parameters if any. Preserve backslash
15328 # newline sequences.
15330 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15332 s/.\{148\}/&'"$ac_delim"'/g
15335 s/^[ ]*#[ ]*define[ ][ ]*/ /
15342 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15344 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15348 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15349 D["\1"]=" \3\\\\\\n"\\/p
15351 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15356 s/.\{148\}/&'"$ac_delim"'/g
15361 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15364 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15366 ' <confdefs.h | sed '
15367 s/'"$ac_delim"'/"\\\
15368 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15370 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15371 for (key in D) D_is_set[key] = 1
15374 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15376 split(line, arg, " ")
15377 if (arg[1] == "#") {
15381 defundef = substr(arg[1], 2)
15384 split(mac1, mac2, "(") #)
15386 prefix = substr(line, 1, index(line, defundef) - 1)
15387 if (D_is_set[macro]) {
15388 # Preserve the white space surrounding the "#".
15389 print prefix "define", macro P[macro] D[macro]
15392 # Replace #undef with comments. This is necessary, for example,
15393 # in the case of _POSIX_SOURCE, which is predefined and required
15394 # on some systems where configure will not decide to define it.
15395 if (defundef == "undef") {
15396 print "/*", prefix defundef, macro, "*/"
15404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15405 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15406 fi # test -n "$CONFIG_HEADERS"
15409 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15414 :[FHLC]) ac_mode=$ac_tag; continue;;
15416 case $ac_mode$ac_tag in
15418 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15419 :[FH]-) ac_tag=-:-;;
15420 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15437 -) ac_f="$tmp/stdin";;
15438 *) # Look for the file first in the build tree, then in the source tree
15439 # (if the path is not absolute). The absolute path cannot be DOS-style,
15440 # because $ac_f cannot contain `:'.
15444 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15446 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15448 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15449 as_fn_append ac_file_inputs " '$ac_f'"
15452 # Let's still pretend it is `configure' which instantiates (i.e., don't
15453 # use $as_me), people would be surprised to read:
15454 # /* config.h. Generated by config.status. */
15455 configure_input='Generated from '`
15456 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15458 if test x"$ac_file" != x-; then
15459 configure_input="$ac_file. $configure_input"
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15461 $as_echo "$as_me: creating $ac_file" >&6;}
15463 # Neutralize special characters interpreted by sed in replacement strings.
15464 case $configure_input in #(
15465 *\&* | *\|* | *\\* )
15466 ac_sed_conf_input=`$as_echo "$configure_input" |
15467 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15468 *) ac_sed_conf_input=$configure_input;;
15472 *:-:* | *:-) cat >"$tmp/stdin" \
15473 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15478 ac_dir=`$as_dirname -- "$ac_file" ||
15479 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15480 X"$ac_file" : 'X\(//\)[^/]' \| \
15481 X"$ac_file" : 'X\(//\)$' \| \
15482 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15483 $as_echo X"$ac_file" |
15484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15488 /^X\(\/\/\)[^/].*/{
15501 as_dir="$ac_dir"; as_fn_mkdir_p
15505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15508 # A ".." for each directory in $ac_dir_suffix.
15509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15510 case $ac_top_builddir_sub in
15511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15515 ac_abs_top_builddir=$ac_pwd
15516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15517 # for backward compatibility:
15518 ac_top_builddir=$ac_top_build_prefix
15521 .) # We are building in place.
15523 ac_top_srcdir=$ac_top_builddir_sub
15524 ac_abs_top_srcdir=$ac_pwd ;;
15525 [\\/]* | ?:[\\/]* ) # Absolute name.
15526 ac_srcdir=$srcdir$ac_dir_suffix;
15527 ac_top_srcdir=$srcdir
15528 ac_abs_top_srcdir=$srcdir ;;
15529 *) # Relative name.
15530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15531 ac_top_srcdir=$ac_top_build_prefix$srcdir
15532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15544 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15545 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15547 ac_MKDIR_P=$MKDIR_P
15549 [\\/$]* | ?:[\\/]* ) ;;
15550 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15555 # If the template does not know about datarootdir, expand it.
15556 # FIXME: This hack should be removed a few years after 2.60.
15557 ac_datarootdir_hack=; ac_datarootdir_seen=
15568 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15569 *datarootdir*) ac_datarootdir_seen=yes;;
15570 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15572 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15574 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15575 ac_datarootdir_hack='
15576 s&@datadir@&$datadir&g
15577 s&@docdir@&$docdir&g
15578 s&@infodir@&$infodir&g
15579 s&@localedir@&$localedir&g
15580 s&@mandir@&$mandir&g
15581 s&\\\${datarootdir}&$datarootdir&g' ;;
15585 # Neutralize VPATH when `$srcdir' = `.'.
15586 # Shell code in configure.ac might set extrasub.
15587 # FIXME: do we really want to maintain this feature?
15588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15589 ac_sed_extra="$ac_vpsub
15592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15594 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15595 s|@configure_input@|$ac_sed_conf_input|;t t
15596 s&@top_builddir@&$ac_top_builddir_sub&;t t
15597 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15598 s&@srcdir@&$ac_srcdir&;t t
15599 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15600 s&@top_srcdir@&$ac_top_srcdir&;t t
15601 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15602 s&@builddir@&$ac_builddir&;t t
15603 s&@abs_builddir@&$ac_abs_builddir&;t t
15604 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15605 s&@INSTALL@&$ac_INSTALL&;t t
15606 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15607 $ac_datarootdir_hack
15609 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15610 || as_fn_error "could not create $ac_file" "$LINENO" 5
15612 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15613 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15614 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15616 which seems to be undefined. Please make sure it is defined." >&5
15617 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15618 which seems to be undefined. Please make sure it is defined." >&2;}
15622 -) cat "$tmp/out" && rm -f "$tmp/out";;
15623 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15625 || as_fn_error "could not create $ac_file" "$LINENO" 5
15631 if test x"$ac_file" != x-; then
15633 $as_echo "/* $configure_input */" \
15634 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15635 } >"$tmp/config.h" \
15636 || as_fn_error "could not create $ac_file" "$LINENO" 5
15637 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15639 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15642 mv "$tmp/config.h" "$ac_file" \
15643 || as_fn_error "could not create $ac_file" "$LINENO" 5
15646 $as_echo "/* $configure_input */" \
15647 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15648 || as_fn_error "could not create -" "$LINENO" 5
15650 # Compute "$ac_file"'s index in $config_headers.
15653 for _am_header in $config_headers :; do
15654 case $_am_header in
15655 $_am_arg | $_am_arg:* )
15658 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15661 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15662 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15663 X"$_am_arg" : 'X\(//\)[^/]' \| \
15664 X"$_am_arg" : 'X\(//\)$' \| \
15665 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15666 $as_echo X"$_am_arg" |
15667 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15671 /^X\(\/\/\)[^/].*/{
15683 s/.*/./; q'`/stamp-h$_am_stamp_count
15686 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15687 $as_echo "$as_me: executing $ac_file commands" >&6;}
15692 case $ac_file$ac_mode in
15693 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15694 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15695 # are listed without --file. Let's play safe and only enable the eval
15696 # if we detect the quoting.
15697 case $CONFIG_FILES in
15698 *\'*) eval set x "$CONFIG_FILES" ;;
15699 *) set x $CONFIG_FILES ;;
15704 # Strip MF so we end up with the name of the file.
15705 mf=`echo "$mf" | sed -e 's/:.*$//'`
15706 # Check whether this is an Automake generated Makefile or not.
15707 # We used to match only the files named `Makefile.in', but
15708 # some people rename them; so instead we look at the file content.
15709 # Grep'ing the first line is not enough: some people post-process
15710 # each Makefile.in and add a new line on top of each file to say so.
15711 # Grep'ing the whole file is not good either: AIX grep has a line
15712 # limit of 2048, but all sed's we know have understand at least 4000.
15713 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15714 dirpart=`$as_dirname -- "$mf" ||
15715 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15716 X"$mf" : 'X\(//\)[^/]' \| \
15717 X"$mf" : 'X\(//\)$' \| \
15718 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15724 /^X\(\/\/\)[^/].*/{
15740 # Extract the definition of DEPDIR, am__include, and am__quote
15741 # from the Makefile without running `make'.
15742 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15743 test -z "$DEPDIR" && continue
15744 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15745 test -z "am__include" && continue
15746 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15747 # When using ansi2knr, U may be empty or an underscore; expand it
15748 U=`sed -n 's/^U = //p' < "$mf"`
15749 # Find all dependency output files, they are included files with
15750 # $(DEPDIR) in their names. We invoke sed twice because it is the
15751 # simplest approach to changing $(DEPDIR) to its actual value in the
15753 for file in `sed -n "
15754 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15755 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15756 # Make sure the directory exists.
15757 test -f "$dirpart/$file" && continue
15758 fdir=`$as_dirname -- "$file" ||
15759 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15760 X"$file" : 'X\(//\)[^/]' \| \
15761 X"$file" : 'X\(//\)$' \| \
15762 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15763 $as_echo X"$file" |
15764 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15768 /^X\(\/\/\)[^/].*/{
15781 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15782 # echo "creating $dirpart/$file"
15783 echo '# dummy' > "$dirpart/$file"
15790 # See if we are running on zsh, and set the options which allow our
15791 # commands through without removal of \ escapes.
15792 if test -n "${ZSH_VERSION+set}" ; then
15793 setopt NO_GLOB_SUBST
15796 cfgfile="${ofile}T"
15797 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15800 cat <<_LT_EOF >> "$cfgfile"
15803 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15804 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15805 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15806 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15808 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15809 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15810 # Written by Gordon Matzigkeit, 1996
15812 # This file is part of GNU Libtool.
15814 # GNU Libtool is free software; you can redistribute it and/or
15815 # modify it under the terms of the GNU General Public License as
15816 # published by the Free Software Foundation; either version 2 of
15817 # the License, or (at your option) any later version.
15819 # As a special exception to the GNU General Public License,
15820 # if you distribute this file as part of a program or library that
15821 # is built using GNU Libtool, you may include this file under the
15822 # same distribution terms that you use for the rest of that program.
15824 # GNU Libtool is distributed in the hope that it will be useful,
15825 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15826 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15827 # GNU General Public License for more details.
15829 # You should have received a copy of the GNU General Public License
15830 # along with GNU Libtool; see the file COPYING. If not, a copy
15831 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15832 # obtained by writing to the Free Software Foundation, Inc.,
15833 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15836 # The names of the tagged configurations supported by this script.
15839 # ### BEGIN LIBTOOL CONFIG
15841 # Which release of libtool.m4 was used?
15842 macro_version=$macro_version
15843 macro_revision=$macro_revision
15845 # Whether or not to build shared libraries.
15846 build_libtool_libs=$enable_shared
15848 # Whether or not to build static libraries.
15849 build_old_libs=$enable_static
15851 # What type of objects to build.
15854 # Whether or not to optimize for fast installation.
15855 fast_install=$enable_fast_install
15857 # Shell to use when invoking shell scripts.
15860 # An echo program that protects backslashes.
15864 host_alias=$host_alias
15868 # The build system.
15869 build_alias=$build_alias
15873 # A sed program that does not truncate output.
15876 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15877 Xsed="\$SED -e 1s/^X//"
15879 # A grep program that handles long lines.
15885 # A literal string matcher.
15888 # A BSD- or MS-compatible name lister.
15891 # Whether we need soft or hard links.
15894 # What is the maximum length of a command?
15895 max_cmd_len=$max_cmd_len
15897 # Object file suffix (normally "o").
15900 # Executable file suffix (normally "").
15903 # whether the shell understands "unset".
15906 # turn spaces into newlines.
15909 # turn newlines into spaces.
15912 # An object symbol dumper.
15913 OBJDUMP=$lt_OBJDUMP
15915 # Method to check whether dependent libraries are shared objects.
15916 deplibs_check_method=$lt_deplibs_check_method
15918 # Command to use when deplibs_check_method == "file_magic".
15919 file_magic_cmd=$lt_file_magic_cmd
15923 AR_FLAGS=$lt_AR_FLAGS
15925 # A symbol stripping program.
15928 # Commands used to install an old-style archive.
15930 old_postinstall_cmds=$lt_old_postinstall_cmds
15931 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15933 # Whether to use a lock for old archive extraction.
15934 lock_old_archive_extraction=$lock_old_archive_extraction
15939 # LTCC compiler flags.
15940 LTCFLAGS=$lt_CFLAGS
15942 # Take the output of nm and produce a listing of raw symbols and C names.
15943 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15945 # Transform the output of nm in a proper C declaration.
15946 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15948 # Transform the output of nm in a C name address pair.
15949 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15951 # Transform the output of nm in a C name address pair when lib prefix is needed.
15952 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15954 # The name of the directory that contains temporary libtool files.
15957 # Used to examine libraries when file_magic_cmd begins with "file".
15958 MAGIC_CMD=$MAGIC_CMD
15960 # Must we lock files when doing compilation?
15961 need_locks=$lt_need_locks
15963 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15964 DSYMUTIL=$lt_DSYMUTIL
15966 # Tool to change global to local symbols on Mac OS X.
15969 # Tool to manipulate fat objects and archives on Mac OS X.
15972 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15975 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15976 OTOOL64=$lt_OTOOL64
15978 # Old archive suffix (normally "a").
15981 # Shared library suffix (normally ".so").
15982 shrext_cmds=$lt_shrext_cmds
15984 # The commands to extract the exported symbol list from a shared archive.
15985 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15987 # Variables whose values should be saved in libtool wrapper scripts and
15988 # restored at link time.
15989 variables_saved_for_relink=$lt_variables_saved_for_relink
15991 # Do we need the "lib" prefix for modules?
15992 need_lib_prefix=$need_lib_prefix
15994 # Do we need a version for libraries?
15995 need_version=$need_version
15997 # Library versioning type.
15998 version_type=$version_type
16000 # Shared library runtime path variable.
16001 runpath_var=$runpath_var
16003 # Shared library path variable.
16004 shlibpath_var=$shlibpath_var
16006 # Is shlibpath searched before the hard-coded library search path?
16007 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16009 # Format of library name prefix.
16010 libname_spec=$lt_libname_spec
16012 # List of archive names. First name is the real one, the rest are links.
16013 # The last name is the one that the linker finds with -lNAME
16014 library_names_spec=$lt_library_names_spec
16016 # The coded name of the library, if different from the real name.
16017 soname_spec=$lt_soname_spec
16019 # Permission mode override for installation of shared libraries.
16020 install_override_mode=$lt_install_override_mode
16022 # Command to use after installation of a shared archive.
16023 postinstall_cmds=$lt_postinstall_cmds
16025 # Command to use after uninstallation of a shared archive.
16026 postuninstall_cmds=$lt_postuninstall_cmds
16028 # Commands used to finish a libtool library installation in a directory.
16029 finish_cmds=$lt_finish_cmds
16031 # As "finish_cmds", except a single script fragment to be evaled but
16033 finish_eval=$lt_finish_eval
16035 # Whether we should hardcode library paths into libraries.
16036 hardcode_into_libs=$hardcode_into_libs
16038 # Compile-time system search path for libraries.
16039 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16041 # Run-time system search path for libraries.
16042 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16044 # Whether dlopen is supported.
16045 dlopen_support=$enable_dlopen
16047 # Whether dlopen of programs is supported.
16048 dlopen_self=$enable_dlopen_self
16050 # Whether dlopen of statically linked programs is supported.
16051 dlopen_self_static=$enable_dlopen_self_static
16053 # Commands to strip libraries.
16054 old_striplib=$lt_old_striplib
16055 striplib=$lt_striplib
16058 # The linker used to build libraries.
16061 # How to create reloadable object files.
16062 reload_flag=$lt_reload_flag
16063 reload_cmds=$lt_reload_cmds
16065 # Commands used to build an old-style archive.
16066 old_archive_cmds=$lt_old_archive_cmds
16068 # A language specific compiler.
16071 # Is the compiler the GNU compiler?
16074 # Compiler flag to turn off builtin functions.
16075 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16077 # How to pass a linker flag through the compiler.
16078 wl=$lt_lt_prog_compiler_wl
16080 # Additional compiler flags for building library objects.
16081 pic_flag=$lt_lt_prog_compiler_pic
16083 # Compiler flag to prevent dynamic linking.
16084 link_static_flag=$lt_lt_prog_compiler_static
16086 # Does compiler simultaneously support -c and -o options?
16087 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16089 # Whether or not to add -lc for building shared libraries.
16090 build_libtool_need_lc=$archive_cmds_need_lc
16092 # Whether or not to disallow shared libs when runtime libs are static.
16093 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16095 # Compiler flag to allow reflexive dlopens.
16096 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16098 # Compiler flag to generate shared objects directly from archives.
16099 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16101 # Whether the compiler copes with passing no objects directly.
16102 compiler_needs_object=$lt_compiler_needs_object
16104 # Create an old-style archive from a shared archive.
16105 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16107 # Create a temporary old-style archive to link instead of a shared archive.
16108 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16110 # Commands used to build a shared archive.
16111 archive_cmds=$lt_archive_cmds
16112 archive_expsym_cmds=$lt_archive_expsym_cmds
16114 # Commands used to build a loadable module if different from building
16115 # a shared archive.
16116 module_cmds=$lt_module_cmds
16117 module_expsym_cmds=$lt_module_expsym_cmds
16119 # Whether we are building with GNU ld or not.
16120 with_gnu_ld=$lt_with_gnu_ld
16122 # Flag that allows shared libraries with undefined symbols to be built.
16123 allow_undefined_flag=$lt_allow_undefined_flag
16125 # Flag that enforces no undefined symbols.
16126 no_undefined_flag=$lt_no_undefined_flag
16128 # Flag to hardcode \$libdir into a binary during linking.
16129 # This must work even if \$libdir does not exist
16130 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16132 # If ld is used when linking, flag to hardcode \$libdir into a binary
16133 # during linking. This must work even if \$libdir does not exist.
16134 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16136 # Whether we need a single "-rpath" flag with a separated argument.
16137 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16139 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16140 # DIR into the resulting binary.
16141 hardcode_direct=$hardcode_direct
16143 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16144 # DIR into the resulting binary and the resulting library dependency is
16145 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16146 # library is relocated.
16147 hardcode_direct_absolute=$hardcode_direct_absolute
16149 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16150 # into the resulting binary.
16151 hardcode_minus_L=$hardcode_minus_L
16153 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16154 # into the resulting binary.
16155 hardcode_shlibpath_var=$hardcode_shlibpath_var
16157 # Set to "yes" if building a shared library automatically hardcodes DIR
16158 # into the library and all subsequent libraries and executables linked
16160 hardcode_automatic=$hardcode_automatic
16162 # Set to yes if linker adds runtime paths of dependent libraries
16163 # to runtime path list.
16164 inherit_rpath=$inherit_rpath
16166 # Whether libtool must link a program against all its dependency libraries.
16167 link_all_deplibs=$link_all_deplibs
16169 # Fix the shell variable \$srcfile for the compiler.
16170 fix_srcfile_path=$lt_fix_srcfile_path
16172 # Set to "yes" if exported symbols are required.
16173 always_export_symbols=$always_export_symbols
16175 # The commands to list exported symbols.
16176 export_symbols_cmds=$lt_export_symbols_cmds
16178 # Symbols that should not be listed in the preloaded symbols.
16179 exclude_expsyms=$lt_exclude_expsyms
16181 # Symbols that must always be exported.
16182 include_expsyms=$lt_include_expsyms
16184 # Commands necessary for linking programs (against libraries) with templates.
16185 prelink_cmds=$lt_prelink_cmds
16187 # Specify filename containing input files.
16188 file_list_spec=$lt_file_list_spec
16190 # How to hardcode a shared library path into an executable.
16191 hardcode_action=$hardcode_action
16193 # ### END LIBTOOL CONFIG
16199 cat <<\_LT_EOF >> "$cfgfile"
16200 # AIX sometimes has problems with the GCC collect2 program. For some
16201 # reason, if we set the COLLECT_NAMES environment variable, the problems
16202 # vanish in a puff of smoke.
16203 if test "X${COLLECT_NAMES+set}" != Xset; then
16205 export COLLECT_NAMES
16212 ltmain="$ac_aux_dir/ltmain.sh"
16215 # We use sed instead of cat because bash on DJGPP gets confused if
16216 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16217 # text mode, it properly converts lines to CR/LF. This bash problem
16218 # is reportedly fixed, but why not run on old versions too?
16219 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16220 || (rm -f "$cfgfile"; exit 1)
16224 cat << \_LT_EOF >> "$cfgfile"
16226 # func_dirname file append nondir_replacement
16227 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16228 # otherwise set result to NONDIR_REPLACEMENT.
16232 */*) func_dirname_result="${1%/*}${2}" ;;
16233 * ) func_dirname_result="${3}" ;;
16237 # func_basename file
16240 func_basename_result="${1##*/}"
16243 # func_dirname_and_basename file append nondir_replacement
16244 # perform func_basename and func_dirname in a single function
16246 # dirname: Compute the dirname of FILE. If nonempty,
16247 # add APPEND to the result, otherwise set result
16248 # to NONDIR_REPLACEMENT.
16249 # value returned in "$func_dirname_result"
16250 # basename: Compute filename of FILE.
16251 # value retuned in "$func_basename_result"
16252 # Implementation must be kept synchronized with func_dirname
16253 # and func_basename. For efficiency, we do not delegate to
16254 # those functions but instead duplicate the functionality here.
16255 func_dirname_and_basename ()
16258 */*) func_dirname_result="${1%/*}${2}" ;;
16259 * ) func_dirname_result="${3}" ;;
16261 func_basename_result="${1##*/}"
16264 # func_stripname prefix suffix name
16265 # strip PREFIX and SUFFIX off of NAME.
16266 # PREFIX and SUFFIX must not contain globbing or regex special
16267 # characters, hashes, percent signs, but SUFFIX may contain a leading
16268 # dot (in which case that matches only a dot).
16271 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16272 # positional parameters, so assign one to ordinary parameter first.
16273 func_stripname_result=${3}
16274 func_stripname_result=${func_stripname_result#"${1}"}
16275 func_stripname_result=${func_stripname_result%"${2}"}
16281 func_opt_split_opt=${1%%=*}
16282 func_opt_split_arg=${1#*=}
16289 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16290 *) func_lo2o_result=${1} ;;
16294 # func_xform libobj-or-source
16297 func_xform_result=${1%.*}.lo
16300 # func_arith arithmetic-term...
16303 func_arith_result=$(( $* ))
16307 # STRING may not start with a hyphen.
16310 func_len_result=${#1}
16315 *) # Bourne compatible functions.
16316 cat << \_LT_EOF >> "$cfgfile"
16318 # func_dirname file append nondir_replacement
16319 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16320 # otherwise set result to NONDIR_REPLACEMENT.
16323 # Extract subdirectory from the argument.
16324 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16325 if test "X$func_dirname_result" = "X${1}"; then
16326 func_dirname_result="${3}"
16328 func_dirname_result="$func_dirname_result${2}"
16332 # func_basename file
16335 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16339 # func_stripname prefix suffix name
16340 # strip PREFIX and SUFFIX off of NAME.
16341 # PREFIX and SUFFIX must not contain globbing or regex special
16342 # characters, hashes, percent signs, but SUFFIX may contain a leading
16343 # dot (in which case that matches only a dot).
16344 # func_strip_suffix prefix name
16348 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16349 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16354 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16355 my_sed_long_arg='1s/^-[^=]*=//'
16360 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16361 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16367 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16370 # func_xform libobj-or-source
16373 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16376 # func_arith arithmetic-term...
16379 func_arith_result=`expr "$@"`
16383 # STRING may not start with a hyphen.
16386 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16392 case $lt_shell_append in
16394 cat << \_LT_EOF >> "$cfgfile"
16396 # func_append var value
16397 # Append VALUE to the end of shell variable VAR.
16405 cat << \_LT_EOF >> "$cfgfile"
16407 # func_append var value
16408 # Append VALUE to the end of shell variable VAR.
16419 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16420 || (rm -f "$cfgfile"; exit 1)
16422 mv -f "$cfgfile" "$ofile" ||
16423 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16428 for ac_file in $CONFIG_FILES; do
16429 # Support "outfile[:infile[:infile...]]"
16431 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16433 # PO directories have a Makefile.in generated from Makefile.in.in.
16434 case "$ac_file" in */Makefile.in)
16435 # Adjust a relative srcdir.
16436 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16437 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
16438 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16439 # In autoconf-2.13 it is called $ac_given_srcdir.
16440 # In autoconf-2.50 it is called $srcdir.
16441 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16442 case "$ac_given_srcdir" in
16443 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16444 /*) top_srcdir="$ac_given_srcdir" ;;
16445 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16447 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16448 rm -f "$ac_dir/POTFILES"
16449 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16450 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16451 POMAKEFILEDEPS="POTFILES.in"
16452 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16453 # on $ac_dir but don't depend on user-specified configuration
16455 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16456 # The LINGUAS file contains the set of available languages.
16457 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16458 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16460 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16461 # Hide the ALL_LINGUAS assigment from automake.
16462 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16463 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16465 # The set of available languages was given in configure.in.
16466 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16468 case "$ac_given_srcdir" in
16470 *) srcdirpre='$(srcdir)/' ;;
16476 for lang in $ALL_LINGUAS; do
16477 POFILES="$POFILES $srcdirpre$lang.po"
16478 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16479 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16480 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16482 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16483 # environment variable.
16485 if test -n "$ALL_LINGUAS"; then
16486 for presentlang in $ALL_LINGUAS; do
16488 if test "%UNSET%" != "$LINGUAS"; then
16489 desiredlanguages="$LINGUAS"
16491 desiredlanguages="$ALL_LINGUAS"
16493 for desiredlang in $desiredlanguages; do
16494 # Use the presentlang catalog if desiredlang is
16495 # a. equal to presentlang, or
16496 # b. a variant of presentlang (because in this case,
16497 # presentlang can be used as a fallback for messages
16498 # which are not translated in the desiredlang catalog).
16499 case "$desiredlang" in
16500 "$presentlang"*) useit=yes;;
16503 if test $useit = yes; then
16504 INST_LINGUAS="$INST_LINGUAS $presentlang"
16509 if test -n "$INST_LINGUAS"; then
16510 for lang in $INST_LINGUAS; do
16511 CATALOGS="$CATALOGS $lang.gmo"
16514 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16515 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"
16516 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16517 if test -f "$f"; then
16519 *.orig | *.bak | *~) ;;
16520 *) cat "$f" >> "$ac_dir/Makefile" ;;
16528 "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
16529 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16530 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16531 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16532 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16533 if test "x$cgen_cpu_prefix" != x ; then
16534 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16543 ac_clean_files=$ac_clean_files_save
16545 test $ac_write_fail = 0 ||
16546 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16549 # configure is writing to config.log, and then calls config.status.
16550 # config.status does its own redirection, appending to config.log.
16551 # Unfortunately, on DOS this fails, as config.log is still kept open
16552 # by configure, so config.status won't be able to write to it; its
16553 # output is simply discarded. So we exec the FD to /dev/null,
16554 # effectively closing config.log, so it can be properly (re)opened and
16555 # appended to by config.status. When coming back to configure, we
16556 # need to make the FD available again.
16557 if test "$no_create" != yes; then
16559 ac_config_status_args=
16560 test "$silent" = yes &&
16561 ac_config_status_args="$ac_config_status_args --quiet"
16563 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16565 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16566 # would make configure fail if this is the last instruction.
16567 $ac_cs_success || as_fn_exit $?
16569 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16571 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}