2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir=.
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir=./$as_dir;;
291 test -d "$as_dir" || eval $as_mkdir_p || {
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
360 as_val=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status=$?; test $as_status -eq 0 && as_status=1
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487 elif ln conf$$.file conf$$ 2>/dev/null; then
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
501 test -d ./-p && rmdir ./-p
505 if test -x / >/dev/null 2>&1; then
508 if ls -dL / >/dev/null 2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix=/usr/local
549 ac_config_libobj_dir=.
556 # Identity of this package.
564 ac_unique_file="ldmain.c"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
578 # ifdef HAVE_STDLIB_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
601 ac_subst_vars='am__EXEEXT_FALSE
612 enable_initfini_array
674 TARGET_SYSTEM_ROOT_DEFINE
678 MAINTAINER_MODE_FALSE
697 INSTALL_STRIP_PROGRAM
758 program_transform_name
769 ac_subst_files='TDIRS'
771 enable_option_checking
772 enable_dependency_tracking
773 enable_maintainer_mode
781 enable_build_warnings
791 enable_initfini_array
794 ac_precious_vars='build_alias
811 # Initialize some variables set by options.
813 ac_init_version=false
814 ac_unrecognized_opts=
816 # The variables have the same names as the options, with
817 # dashes changed to underlines.
825 program_transform_name=s,x,x,
833 # Installation directory options.
834 # These are left unexpanded so users can "make install exec_prefix=/foo"
835 # and all the variables that are supposed to be based on exec_prefix
836 # by default will actually change.
837 # Use braces instead of parens because sh, perl, etc. also accept them.
838 # (The list follows the same order as the GNU Coding Standards.)
839 bindir='${exec_prefix}/bin'
840 sbindir='${exec_prefix}/sbin'
841 libexecdir='${exec_prefix}/libexec'
842 datarootdir='${prefix}/share'
843 datadir='${datarootdir}'
844 sysconfdir='${prefix}/etc'
845 sharedstatedir='${prefix}/com'
846 localstatedir='${prefix}/var'
847 includedir='${prefix}/include'
848 oldincludedir='/usr/include'
849 docdir='${datarootdir}/doc/${PACKAGE}'
850 infodir='${datarootdir}/info'
855 libdir='${exec_prefix}/lib'
856 localedir='${datarootdir}/locale'
857 mandir='${datarootdir}/man'
863 # If the previous option needs an argument, assign it.
864 if test -n "$ac_prev"; then
865 eval $ac_prev=\$ac_option
871 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
875 # Accept the important Cygnus configure options, so we can diagnose typos.
877 case $ac_dashdash$ac_option in
881 -bindir | --bindir | --bindi | --bind | --bin | --bi)
883 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
886 -build | --build | --buil | --bui | --bu)
887 ac_prev=build_alias ;;
888 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
889 build_alias=$ac_optarg ;;
891 -cache-file | --cache-file | --cache-fil | --cache-fi \
892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
893 ac_prev=cache_file ;;
894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
896 cache_file=$ac_optarg ;;
899 cache_file=config.cache ;;
901 -datadir | --datadir | --datadi | --datad)
903 -datadir=* | --datadir=* | --datadi=* | --datad=*)
904 datadir=$ac_optarg ;;
906 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
907 | --dataroo | --dataro | --datar)
908 ac_prev=datarootdir ;;
909 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
910 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
911 datarootdir=$ac_optarg ;;
913 -disable-* | --disable-*)
914 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
915 # Reject names that are not valid shell variable names.
916 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
917 as_fn_error "invalid feature name: $ac_useropt"
918 ac_useropt_orig=$ac_useropt
919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
920 case $ac_user_opts in
924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
925 ac_unrecognized_sep=', ';;
927 eval enable_$ac_useropt=no ;;
929 -docdir | --docdir | --docdi | --doc | --do)
931 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
934 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
936 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
939 -enable-* | --enable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
953 eval enable_$ac_useropt=\$ac_optarg ;;
955 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
956 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
957 | --exec | --exe | --ex)
958 ac_prev=exec_prefix ;;
959 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
960 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
961 | --exec=* | --exe=* | --ex=*)
962 exec_prefix=$ac_optarg ;;
964 -gas | --gas | --ga | --g)
965 # Obsolete; use --with-gas.
968 -help | --help | --hel | --he | -h)
970 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
971 ac_init_help=recursive ;;
972 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
973 ac_init_help=short ;;
975 -host | --host | --hos | --ho)
976 ac_prev=host_alias ;;
977 -host=* | --host=* | --hos=* | --ho=*)
978 host_alias=$ac_optarg ;;
980 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
982 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
984 htmldir=$ac_optarg ;;
986 -includedir | --includedir | --includedi | --included | --include \
987 | --includ | --inclu | --incl | --inc)
988 ac_prev=includedir ;;
989 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
990 | --includ=* | --inclu=* | --incl=* | --inc=*)
991 includedir=$ac_optarg ;;
993 -infodir | --infodir | --infodi | --infod | --info | --inf)
995 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
996 infodir=$ac_optarg ;;
998 -libdir | --libdir | --libdi | --libd)
1000 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1001 libdir=$ac_optarg ;;
1003 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1004 | --libexe | --libex | --libe)
1005 ac_prev=libexecdir ;;
1006 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1007 | --libexe=* | --libex=* | --libe=*)
1008 libexecdir=$ac_optarg ;;
1010 -localedir | --localedir | --localedi | --localed | --locale)
1011 ac_prev=localedir ;;
1012 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1013 localedir=$ac_optarg ;;
1015 -localstatedir | --localstatedir | --localstatedi | --localstated \
1016 | --localstate | --localstat | --localsta | --localst | --locals)
1017 ac_prev=localstatedir ;;
1018 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1019 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1020 localstatedir=$ac_optarg ;;
1022 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1024 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1025 mandir=$ac_optarg ;;
1027 -nfp | --nfp | --nf)
1028 # Obsolete; use --without-fp.
1031 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1032 | --no-cr | --no-c | -n)
1035 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1036 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1039 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1040 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1041 | --oldin | --oldi | --old | --ol | --o)
1042 ac_prev=oldincludedir ;;
1043 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1044 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1045 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1046 oldincludedir=$ac_optarg ;;
1048 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1050 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1051 prefix=$ac_optarg ;;
1053 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1054 | --program-pre | --program-pr | --program-p)
1055 ac_prev=program_prefix ;;
1056 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1057 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1058 program_prefix=$ac_optarg ;;
1060 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1061 | --program-suf | --program-su | --program-s)
1062 ac_prev=program_suffix ;;
1063 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1064 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1065 program_suffix=$ac_optarg ;;
1067 -program-transform-name | --program-transform-name \
1068 | --program-transform-nam | --program-transform-na \
1069 | --program-transform-n | --program-transform- \
1070 | --program-transform | --program-transfor \
1071 | --program-transfo | --program-transf \
1072 | --program-trans | --program-tran \
1073 | --progr-tra | --program-tr | --program-t)
1074 ac_prev=program_transform_name ;;
1075 -program-transform-name=* | --program-transform-name=* \
1076 | --program-transform-nam=* | --program-transform-na=* \
1077 | --program-transform-n=* | --program-transform-=* \
1078 | --program-transform=* | --program-transfor=* \
1079 | --program-transfo=* | --program-transf=* \
1080 | --program-trans=* | --program-tran=* \
1081 | --progr-tra=* | --program-tr=* | --program-t=*)
1082 program_transform_name=$ac_optarg ;;
1084 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1086 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1087 pdfdir=$ac_optarg ;;
1089 -psdir | --psdir | --psdi | --psd | --ps)
1091 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1094 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1095 | -silent | --silent | --silen | --sile | --sil)
1098 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1100 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1102 sbindir=$ac_optarg ;;
1104 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1105 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1106 | --sharedst | --shareds | --shared | --share | --shar \
1108 ac_prev=sharedstatedir ;;
1109 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1110 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1111 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1113 sharedstatedir=$ac_optarg ;;
1115 -site | --site | --sit)
1117 -site=* | --site=* | --sit=*)
1120 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1122 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1123 srcdir=$ac_optarg ;;
1125 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1126 | --syscon | --sysco | --sysc | --sys | --sy)
1127 ac_prev=sysconfdir ;;
1128 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1129 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1130 sysconfdir=$ac_optarg ;;
1132 -target | --target | --targe | --targ | --tar | --ta | --t)
1133 ac_prev=target_alias ;;
1134 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1135 target_alias=$ac_optarg ;;
1137 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1140 -version | --version | --versio | --versi | --vers | -V)
1141 ac_init_version=: ;;
1144 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1145 # Reject names that are not valid shell variable names.
1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1147 as_fn_error "invalid package name: $ac_useropt"
1148 ac_useropt_orig=$ac_useropt
1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1155 ac_unrecognized_sep=', ';;
1157 eval with_$ac_useropt=\$ac_optarg ;;
1159 -without-* | --without-*)
1160 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1161 # Reject names that are not valid shell variable names.
1162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1163 as_fn_error "invalid package name: $ac_useropt"
1164 ac_useropt_orig=$ac_useropt
1165 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166 case $ac_user_opts in
1170 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1171 ac_unrecognized_sep=', ';;
1173 eval with_$ac_useropt=no ;;
1176 # Obsolete; use --with-x.
1179 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1180 | --x-incl | --x-inc | --x-in | --x-i)
1181 ac_prev=x_includes ;;
1182 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1183 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1184 x_includes=$ac_optarg ;;
1186 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1187 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1188 ac_prev=x_libraries ;;
1189 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1190 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1191 x_libraries=$ac_optarg ;;
1193 -*) as_fn_error "unrecognized option: \`$ac_option'
1194 Try \`$0 --help' for more information."
1198 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1199 # Reject names that are not valid shell variable names.
1200 case $ac_envvar in #(
1201 '' | [0-9]* | *[!_$as_cr_alnum]* )
1202 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1204 eval $ac_envvar=\$ac_optarg
1205 export $ac_envvar ;;
1208 # FIXME: should be removed in autoconf 3.0.
1209 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1210 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1211 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1212 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1218 if test -n "$ac_prev"; then
1219 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1220 as_fn_error "missing argument to $ac_option"
1223 if test -n "$ac_unrecognized_opts"; then
1224 case $enable_option_checking in
1226 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1227 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1231 # Check all directory arguments for consistency.
1232 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1233 datadir sysconfdir sharedstatedir localstatedir includedir \
1234 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1235 libdir localedir mandir
1237 eval ac_val=\$$ac_var
1238 # Remove trailing slashes.
1241 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1242 eval $ac_var=\$ac_val;;
1244 # Be sure to have absolute directory names.
1246 [\\/$]* | ?:[\\/]* ) continue;;
1247 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1249 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1252 # There might be people who depend on the old broken behavior: `$host'
1253 # used to hold the argument of --host etc.
1254 # FIXME: To remove some day.
1257 target=$target_alias
1259 # FIXME: To remove some day.
1260 if test "x$host_alias" != x; then
1261 if test "x$build_alias" = x; then
1262 cross_compiling=maybe
1263 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1264 If a cross compiler is detected then cross compile mode will be used." >&2
1265 elif test "x$build_alias" != "x$host_alias"; then
1271 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1273 test "$silent" = yes && exec 6>/dev/null
1276 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1277 ac_ls_di=`ls -di .` &&
1278 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1279 as_fn_error "working directory cannot be determined"
1280 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1281 as_fn_error "pwd does not report name of working directory"
1284 # Find the source files, if location was not specified.
1285 if test -z "$srcdir"; then
1286 ac_srcdir_defaulted=yes
1287 # Try the directory containing this script, then the parent directory.
1288 ac_confdir=`$as_dirname -- "$as_myself" ||
1289 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1290 X"$as_myself" : 'X\(//\)[^/]' \| \
1291 X"$as_myself" : 'X\(//\)$' \| \
1292 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1293 $as_echo X"$as_myself" |
1294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312 if test ! -r "$srcdir/$ac_unique_file"; then
1316 ac_srcdir_defaulted=no
1318 if test ! -r "$srcdir/$ac_unique_file"; then
1319 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1320 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1322 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1324 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1326 # When building in place, set srcdir=.
1327 if test "$ac_abs_confdir" = "$ac_pwd"; then
1330 # Remove unnecessary trailing slashes from srcdir.
1331 # Double slashes in file names in object file debugging info
1332 # mess up M-x gdb in Emacs.
1334 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1336 for ac_var in $ac_precious_vars; do
1337 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_env_${ac_var}_value=\$${ac_var}
1339 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1340 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1344 # Report the --help message.
1346 if test "$ac_init_help" = "long"; then
1347 # Omit some internal or obsolete options to make the list less imposing.
1348 # This message is too long to be a string in the A/UX 3.1 sh.
1350 \`configure' configures this package to adapt to many kinds of systems.
1352 Usage: $0 [OPTION]... [VAR=VALUE]...
1354 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1355 VAR=VALUE. See below for descriptions of some of the useful variables.
1357 Defaults for the options are specified in brackets.
1360 -h, --help display this help and exit
1361 --help=short display options specific to this package
1362 --help=recursive display the short help of all the included packages
1363 -V, --version display version information and exit
1364 -q, --quiet, --silent do not print \`checking...' messages
1365 --cache-file=FILE cache test results in FILE [disabled]
1366 -C, --config-cache alias for \`--cache-file=config.cache'
1367 -n, --no-create do not create output files
1368 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1370 Installation directories:
1371 --prefix=PREFIX install architecture-independent files in PREFIX
1372 [$ac_default_prefix]
1373 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1376 By default, \`make install' will install all the files in
1377 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1378 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1379 for instance \`--prefix=\$HOME'.
1381 For better control, use the options below.
1383 Fine tuning of the installation directories:
1384 --bindir=DIR user executables [EPREFIX/bin]
1385 --sbindir=DIR system admin executables [EPREFIX/sbin]
1386 --libexecdir=DIR program executables [EPREFIX/libexec]
1387 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1388 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1389 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1390 --libdir=DIR object code libraries [EPREFIX/lib]
1391 --includedir=DIR C header files [PREFIX/include]
1392 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1393 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1394 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1395 --infodir=DIR info documentation [DATAROOTDIR/info]
1396 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1397 --mandir=DIR man documentation [DATAROOTDIR/man]
1398 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1399 --htmldir=DIR html documentation [DOCDIR]
1400 --dvidir=DIR dvi documentation [DOCDIR]
1401 --pdfdir=DIR pdf documentation [DOCDIR]
1402 --psdir=DIR ps documentation [DOCDIR]
1408 --program-prefix=PREFIX prepend PREFIX to installed program names
1409 --program-suffix=SUFFIX append SUFFIX to installed program names
1410 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1413 --build=BUILD configure for building on BUILD [guessed]
1414 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1415 --target=TARGET configure for building compilers for TARGET [HOST]
1419 if test -n "$ac_init_help"; then
1424 --disable-option-checking ignore unrecognized --enable/--with options
1425 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1426 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1427 --disable-dependency-tracking speeds up one-time build
1428 --enable-dependency-tracking do not reject slow dependency extractors
1429 --enable-maintainer-mode enable make rules and dependencies not useful
1430 (and sometimes confusing) to the casual installer
1431 --enable-targets alternative target configurations
1432 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1433 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1434 --enable-got=<type> GOT handling scheme (target, single, negative,
1436 --enable-werror treat compile warnings as errors
1437 --enable-build-warnings enable build-time compiler warnings
1438 --enable-plugins Enable support for plugins (defaults no)
1439 --disable-largefile omit support for large files
1440 --enable-shared[=PKGS] build shared libraries [default=yes]
1441 --enable-static[=PKGS] build static libraries [default=yes]
1442 --enable-fast-install[=PKGS]
1443 optimize for fast installation [default=yes]
1444 --disable-libtool-lock avoid locking (might break parallel builds)
1445 --disable-nls do not use Native Language Support
1446 --enable-initfini-array use .init_array/.fini_array sections
1449 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1450 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1451 --with-lib-path=dir1:dir2... set default LIB_PATH
1452 --with-sysroot=DIR Search for usr/lib et al within DIR.
1453 --with-pic try to use only PIC/non-PIC objects [default=use
1455 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1456 --with-zlib include zlib support (auto/yes/no) default=auto
1458 Some influential environment variables:
1459 CC C compiler command
1460 CFLAGS C compiler flags
1461 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1462 nonstandard directory <lib dir>
1463 LIBS libraries to pass to the linker, e.g. -l<library>
1464 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1465 you have headers in a nonstandard directory <include dir>
1467 CXX C++ compiler command
1468 CXXFLAGS C++ compiler flags
1469 CXXCPP C++ preprocessor
1470 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1471 the first program found out of: `bison -y', `byacc', `yacc'.
1472 YFLAGS The list of arguments that will be passed by default to $YACC.
1473 This script will default YFLAGS to the empty string to avoid a
1474 default value of `-d' given by some make applications.
1476 Use these variables to override the choices made by `configure' or to help
1477 it to find libraries and programs with nonstandard names/locations.
1479 Report bugs to the package provider.
1484 if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503 ac_abs_top_builddir=$ac_pwd
1504 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505 # for backward compatibility:
1506 ac_top_builddir=$ac_top_build_prefix
1509 .) # We are building in place.
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
1514 ac_srcdir=$srcdir$ac_dir_suffix;
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1522 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1531 $SHELL "$ac_srcdir/configure" --help=recursive
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 cd "$ac_pwd" || { ac_status=$?; break; }
1539 test -n "$ac_init_help" && exit $ac_status
1540 if $ac_init_version; then
1543 generated by GNU Autoconf 2.64
1545 Copyright (C) 2009 Free Software Foundation, Inc.
1546 This configure script is free software; the Free Software Foundation
1547 gives unlimited permission to copy, distribute and modify it.
1552 ## ------------------------ ##
1553 ## Autoconf initialization. ##
1554 ## ------------------------ ##
1556 # ac_fn_c_try_compile LINENO
1557 # --------------------------
1558 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1559 ac_fn_c_try_compile ()
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
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_compile") 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_objext; then :
1584 $as_echo "$as_me: failed program was:" >&5
1585 sed 's/^/| /' conftest.$ac_ext >&5
1589 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592 } # ac_fn_c_try_compile
1594 # ac_fn_c_try_link LINENO
1595 # -----------------------
1596 # Try to link conftest.$ac_ext, and return whether this succeeded.
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 rm -f conftest.$ac_objext conftest$ac_exeext
1601 if { { ac_try="$ac_link"
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_link") 2>conftest.err
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest$ac_exeext && {
1620 test "$cross_compiling" = yes ||
1621 $as_test_x conftest$ac_exeext
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1630 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1631 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1632 # interfere with the next link command; also delete a directory that is
1633 # left behind by Apple's compiler. We do this before executing the actions.
1634 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1638 } # ac_fn_c_try_link
1640 # ac_fn_c_try_cpp LINENO
1641 # ----------------------
1642 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 if { { ac_try="$ac_cpp conftest.$ac_ext"
1648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1649 *) ac_try_echo=$ac_try;;
1651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1652 $as_echo "$ac_try_echo"; } >&5
1653 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1655 if test -s conftest.err; then
1656 grep -v '^ *+' conftest.err >conftest.er1
1657 cat conftest.er1 >&5
1658 mv -f conftest.er1 conftest.err
1660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1661 test $ac_status = 0; } >/dev/null && {
1662 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1663 test ! -s conftest.err
1667 $as_echo "$as_me: failed program was:" >&5
1668 sed 's/^/| /' conftest.$ac_ext >&5
1672 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677 # ac_fn_cxx_try_compile LINENO
1678 # ----------------------------
1679 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1680 ac_fn_cxx_try_compile ()
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 rm -f conftest.$ac_objext
1684 if { { ac_try="$ac_compile"
1686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1687 *) ac_try_echo=$ac_try;;
1689 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1690 $as_echo "$ac_try_echo"; } >&5
1691 (eval "$ac_compile") 2>conftest.err
1693 if test -s conftest.err; then
1694 grep -v '^ *+' conftest.err >conftest.er1
1695 cat conftest.er1 >&5
1696 mv -f conftest.er1 conftest.err
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } && {
1700 test -z "$ac_cxx_werror_flag" ||
1701 test ! -s conftest.err
1702 } && test -s conftest.$ac_objext; then :
1705 $as_echo "$as_me: failed program was:" >&5
1706 sed 's/^/| /' conftest.$ac_ext >&5
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713 } # ac_fn_cxx_try_compile
1715 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1716 # -------------------------------------------------------
1717 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1718 # the include files in INCLUDES and setting the cache variable VAR
1720 ac_fn_c_check_header_mongrel ()
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725 $as_echo_n "checking for $2... " >&6; }
1726 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1727 $as_echo_n "(cached) " >&6
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1731 $as_echo "$ac_res" >&6; }
1733 # Is the header compilable?
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1735 $as_echo_n "checking $2 usability... " >&6; }
1736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737 /* end confdefs.h. */
1741 if ac_fn_c_try_compile "$LINENO"; then :
1742 ac_header_compiler=yes
1744 ac_header_compiler=no
1746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1748 $as_echo "$ac_header_compiler" >&6; }
1750 # Is the header present?
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1752 $as_echo_n "checking $2 presence... " >&6; }
1753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1754 /* end confdefs.h. */
1757 if ac_fn_c_try_cpp "$LINENO"; then :
1758 ac_header_preproc=yes
1760 ac_header_preproc=no
1762 rm -f conftest.err conftest.$ac_ext
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1764 $as_echo "$ac_header_preproc" >&6; }
1766 # So? What about this header?
1767 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1770 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1772 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1776 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1778 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1780 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1782 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1784 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1788 $as_echo_n "checking for $2... " >&6; }
1789 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1790 $as_echo_n "(cached) " >&6
1792 eval "$3=\$ac_header_compiler"
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796 $as_echo "$ac_res" >&6; }
1798 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1800 } # ac_fn_c_check_header_mongrel
1802 # ac_fn_c_try_run LINENO
1803 # ----------------------
1804 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1805 # that executables *can* be run.
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 if { { ac_try="$ac_link"
1811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1812 *) ac_try_echo=$ac_try;;
1814 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1815 $as_echo "$ac_try_echo"; } >&5
1816 (eval "$ac_link") 2>&5
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1820 { { case "(($ac_try" in
1821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1822 *) ac_try_echo=$ac_try;;
1824 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1825 $as_echo "$ac_try_echo"; } >&5
1826 (eval "$ac_try") 2>&5
1828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1829 test $ac_status = 0; }; }; then :
1832 $as_echo "$as_me: program exited with status $ac_status" >&5
1833 $as_echo "$as_me: failed program was:" >&5
1834 sed 's/^/| /' conftest.$ac_ext >&5
1836 ac_retval=$ac_status
1838 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1839 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1844 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1845 # -------------------------------------------------------
1846 # Tests whether HEADER exists and can be compiled using the include files in
1847 # INCLUDES, setting the cache variable VAR accordingly.
1848 ac_fn_c_check_header_compile ()
1850 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1852 $as_echo_n "checking for $2... " >&6; }
1853 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1854 $as_echo_n "(cached) " >&6
1856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1857 /* end confdefs.h. */
1861 if ac_fn_c_try_compile "$LINENO"; then :
1866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1870 $as_echo "$ac_res" >&6; }
1871 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1873 } # ac_fn_c_check_header_compile
1875 # ac_fn_c_check_func LINENO FUNC VAR
1876 # ----------------------------------
1877 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1878 ac_fn_c_check_func ()
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882 $as_echo_n "checking for $2... " >&6; }
1883 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1884 $as_echo_n "(cached) " >&6
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h. */
1888 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1890 #define $2 innocuous_$2
1892 /* System header to define __stub macros and hopefully few prototypes,
1893 which can conflict with char $2 (); below.
1894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1895 <limits.h> exists even on freestanding compilers. */
1898 # include <limits.h>
1900 # include <assert.h>
1905 /* Override any GCC internal prototype to avoid an error.
1906 Use char because int might match the return type of a GCC
1907 builtin and then its argument prototype would still apply. */
1912 /* The GNU C library defines this for functions which it implements
1913 to always fail with ENOSYS. Some functions are actually named
1914 something starting with __ and the normal name is an alias. */
1915 #if defined __stub_$2 || defined __stub___$2
1927 if ac_fn_c_try_link "$LINENO"; then :
1932 rm -f core conftest.err conftest.$ac_objext \
1933 conftest$ac_exeext conftest.$ac_ext
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1937 $as_echo "$ac_res" >&6; }
1938 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1940 } # ac_fn_c_check_func
1942 # ac_fn_cxx_try_cpp LINENO
1943 # ------------------------
1944 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1945 ac_fn_cxx_try_cpp ()
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 if { { ac_try="$ac_cpp conftest.$ac_ext"
1950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1951 *) ac_try_echo=$ac_try;;
1953 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1954 $as_echo "$ac_try_echo"; } >&5
1955 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1957 if test -s conftest.err; then
1958 grep -v '^ *+' conftest.err >conftest.er1
1959 cat conftest.er1 >&5
1960 mv -f conftest.er1 conftest.err
1962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1963 test $ac_status = 0; } >/dev/null && {
1964 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1965 test ! -s conftest.err
1969 $as_echo "$as_me: failed program was:" >&5
1970 sed 's/^/| /' conftest.$ac_ext >&5
1974 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1977 } # ac_fn_cxx_try_cpp
1979 # ac_fn_cxx_try_link LINENO
1980 # -------------------------
1981 # Try to link conftest.$ac_ext, and return whether this succeeded.
1982 ac_fn_cxx_try_link ()
1984 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1985 rm -f conftest.$ac_objext conftest$ac_exeext
1986 if { { ac_try="$ac_link"
1988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1989 *) ac_try_echo=$ac_try;;
1991 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1992 $as_echo "$ac_try_echo"; } >&5
1993 (eval "$ac_link") 2>conftest.err
1995 if test -s conftest.err; then
1996 grep -v '^ *+' conftest.err >conftest.er1
1997 cat conftest.er1 >&5
1998 mv -f conftest.er1 conftest.err
2000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2001 test $ac_status = 0; } && {
2002 test -z "$ac_cxx_werror_flag" ||
2003 test ! -s conftest.err
2004 } && test -s conftest$ac_exeext && {
2005 test "$cross_compiling" = yes ||
2006 $as_test_x conftest$ac_exeext
2010 $as_echo "$as_me: failed program was:" >&5
2011 sed 's/^/| /' conftest.$ac_ext >&5
2015 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2016 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2017 # interfere with the next link command; also delete a directory that is
2018 # left behind by Apple's compiler. We do this before executing the actions.
2019 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2020 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2023 } # ac_fn_cxx_try_link
2025 # ac_fn_c_check_decl LINENO SYMBOL VAR
2026 # ------------------------------------
2027 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2028 ac_fn_c_check_decl ()
2030 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2031 as_decl_name=`echo $2|sed 's/ *(.*//'`
2032 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2034 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2035 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2036 $as_echo_n "(cached) " >&6
2038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2039 /* end confdefs.h. */
2044 #ifndef $as_decl_name
2046 (void) $as_decl_use;
2048 (void) $as_decl_name;
2056 if ac_fn_c_try_compile "$LINENO"; then :
2061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2065 $as_echo "$ac_res" >&6; }
2066 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2068 } # ac_fn_c_check_decl
2070 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2071 # --------------------------------------------
2072 # Tries to find the compile-time value of EXPR in a program that includes
2073 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2075 ac_fn_c_compute_int ()
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078 if test "$cross_compiling" = yes; then
2079 # Depending upon the size, compute the lo and hi bounds.
2080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2081 /* end confdefs.h. */
2086 static int test_array [1 - 2 * !(($2) >= 0)];
2093 if ac_fn_c_try_compile "$LINENO"; then :
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097 /* end confdefs.h. */
2102 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2109 if ac_fn_c_try_compile "$LINENO"; then :
2110 ac_hi=$ac_mid; break
2112 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2113 if test $ac_lo -le $ac_mid; then
2117 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2123 /* end confdefs.h. */
2128 static int test_array [1 - 2 * !(($2) < 0)];
2135 if ac_fn_c_try_compile "$LINENO"; then :
2138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139 /* end confdefs.h. */
2144 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2151 if ac_fn_c_try_compile "$LINENO"; then :
2152 ac_lo=$ac_mid; break
2154 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2155 if test $ac_mid -le $ac_hi; then
2159 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2169 # Binary search between lo and hi bounds.
2170 while test "x$ac_lo" != "x$ac_hi"; do
2171 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2173 /* end confdefs.h. */
2178 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2185 if ac_fn_c_try_compile "$LINENO"; then :
2188 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2193 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2198 /* end confdefs.h. */
2200 static long int longval () { return $2; }
2201 static unsigned long int ulongval () { return $2; }
2208 FILE *f = fopen ("conftest.val", "w");
2213 long int i = longval ();
2216 fprintf (f, "%ld", i);
2220 unsigned long int i = ulongval ();
2223 fprintf (f, "%lu", i);
2225 /* Do not output a trailing newline, as this causes \r\n confusion
2226 on some platforms. */
2227 return ferror (f) || fclose (f) != 0;
2233 if ac_fn_c_try_run "$LINENO"; then :
2234 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2239 conftest.$ac_objext conftest.beam conftest.$ac_ext
2243 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2246 } # ac_fn_c_compute_int
2247 cat >config.log <<_ACEOF
2248 This file contains any messages produced by compilers while
2249 running configure, to aid debugging if configure makes a mistake.
2251 It was created by $as_me, which was
2252 generated by GNU Autoconf 2.64. Invocation command line was
2264 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2265 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2266 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2267 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2268 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2270 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2271 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2273 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2274 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2275 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2276 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2277 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2278 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2279 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2287 test -z "$as_dir" && as_dir=.
2288 $as_echo "PATH: $as_dir"
2304 # Keep a trace of the command line.
2305 # Strip out --no-create and --no-recursion so they do not pile up.
2306 # Strip out --silent because we don't want to record it for future runs.
2307 # Also quote any args containing shell meta-characters.
2308 # Make two passes to allow for proper duplicate-argument suppression.
2312 ac_must_keep_next=false
2318 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2319 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2320 | -silent | --silent | --silen | --sile | --sil)
2323 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2326 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2328 as_fn_append ac_configure_args1 " '$ac_arg'"
2329 if test $ac_must_keep_next = true; then
2330 ac_must_keep_next=false # Got value, back to normal.
2333 *=* | --config-cache | -C | -disable-* | --disable-* \
2334 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2335 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2336 | -with-* | --with-* | -without-* | --without-* | --x)
2337 case "$ac_configure_args0 " in
2338 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2341 -* ) ac_must_keep_next=true ;;
2344 as_fn_append ac_configure_args " '$ac_arg'"
2349 { ac_configure_args0=; unset ac_configure_args0;}
2350 { ac_configure_args1=; unset ac_configure_args1;}
2352 # When interrupted or exit'd, cleanup temporary files, and complete
2353 # config.log. We remove comments because anyway the quotes in there
2354 # would cause problems or look ugly.
2355 # WARNING: Use '\'' to represent an apostrophe within the trap.
2356 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2357 trap 'exit_status=$?
2358 # Save into config.log some information that might help in debugging.
2363 ## ---------------- ##
2364 ## Cache variables. ##
2365 ## ---------------- ##
2368 # The following way of writing the cache mishandles newlines in values,
2370 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2371 eval ac_val=\$$ac_var
2375 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2376 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2379 _ | IFS | as_nl) ;; #(
2380 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2381 *) { eval $ac_var=; unset $ac_var;} ;;
2386 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2387 *${as_nl}ac_space=\ *)
2389 "s/'\''/'\''\\\\'\'''\''/g;
2390 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2393 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2401 ## ----------------- ##
2402 ## Output variables. ##
2403 ## ----------------- ##
2406 for ac_var in $ac_subst_vars
2408 eval ac_val=\$$ac_var
2410 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2412 $as_echo "$ac_var='\''$ac_val'\''"
2416 if test -n "$ac_subst_files"; then
2418 ## ------------------- ##
2419 ## File substitutions. ##
2420 ## ------------------- ##
2423 for ac_var in $ac_subst_files
2425 eval ac_val=\$$ac_var
2427 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2429 $as_echo "$ac_var='\''$ac_val'\''"
2434 if test -s confdefs.h; then
2444 test "$ac_signal" != 0 &&
2445 $as_echo "$as_me: caught signal $ac_signal"
2446 $as_echo "$as_me: exit $exit_status"
2448 rm -f core *.core core.conftest.* &&
2449 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2452 for ac_signal in 1 2 13 15; do
2453 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2457 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2458 rm -f -r conftest* confdefs.h
2460 $as_echo "/* confdefs.h */" > confdefs.h
2462 # Predefined preprocessor variables.
2464 cat >>confdefs.h <<_ACEOF
2465 #define PACKAGE_NAME "$PACKAGE_NAME"
2468 cat >>confdefs.h <<_ACEOF
2469 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2472 cat >>confdefs.h <<_ACEOF
2473 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2476 cat >>confdefs.h <<_ACEOF
2477 #define PACKAGE_STRING "$PACKAGE_STRING"
2480 cat >>confdefs.h <<_ACEOF
2481 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2484 cat >>confdefs.h <<_ACEOF
2485 #define PACKAGE_URL "$PACKAGE_URL"
2489 # Let the site file select an alternate cache file if it wants to.
2490 # Prefer an explicitly selected file to automatically selected ones.
2493 if test -n "$CONFIG_SITE"; then
2494 ac_site_file1=$CONFIG_SITE
2495 elif test "x$prefix" != xNONE; then
2496 ac_site_file1=$prefix/share/config.site
2497 ac_site_file2=$prefix/etc/config.site
2499 ac_site_file1=$ac_default_prefix/share/config.site
2500 ac_site_file2=$ac_default_prefix/etc/config.site
2502 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2504 test "x$ac_site_file" = xNONE && continue
2505 if test -r "$ac_site_file"; then
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2507 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2508 sed 's/^/| /' "$ac_site_file" >&5
2513 if test -r "$cache_file"; then
2514 # Some versions of bash will fail to source /dev/null (special
2515 # files actually), so we avoid doing that.
2516 if test -f "$cache_file"; then
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2518 $as_echo "$as_me: loading cache $cache_file" >&6;}
2520 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2521 *) . "./$cache_file";;
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2526 $as_echo "$as_me: creating cache $cache_file" >&6;}
2530 # Check that the precious variables saved in the cache have kept the same
2532 ac_cache_corrupted=false
2533 for ac_var in $ac_precious_vars; do
2534 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2535 eval ac_new_set=\$ac_env_${ac_var}_set
2536 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2537 eval ac_new_val=\$ac_env_${ac_var}_value
2538 case $ac_old_set,$ac_new_set in
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2541 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2542 ac_cache_corrupted=: ;;
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2545 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2546 ac_cache_corrupted=: ;;
2549 if test "x$ac_old_val" != "x$ac_new_val"; then
2550 # differences in whitespace do not lead to failure.
2551 ac_old_val_w=`echo x $ac_old_val`
2552 ac_new_val_w=`echo x $ac_new_val`
2553 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2555 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2556 ac_cache_corrupted=:
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2559 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2560 eval $ac_var=\$ac_old_val
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2563 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2565 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2568 # Pass precious variables to config.status.
2569 if test "$ac_new_set" = set; then
2571 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2572 *) ac_arg=$ac_var=$ac_new_val ;;
2574 case " $ac_configure_args " in
2575 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2576 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2580 if $ac_cache_corrupted; then
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2582 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2584 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2585 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2587 ## -------------------- ##
2588 ## Main body of script. ##
2589 ## -------------------- ##
2592 ac_cpp='$CPP $CPPFLAGS'
2593 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2595 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2604 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2605 for ac_t in install-sh install.sh shtool; do
2606 if test -f "$ac_dir/$ac_t"; then
2608 ac_install_sh="$ac_aux_dir/$ac_t -c"
2613 if test -z "$ac_aux_dir"; then
2614 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2617 # These three variables are undocumented and unsupported,
2618 # and are intended to be withdrawn in a future Autoconf release.
2619 # They can cause serious problems if a builder's source tree is in a directory
2620 # whose full name contains unusual characters.
2621 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2622 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2623 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2626 # Make sure we can run config.sub.
2627 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2628 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2631 $as_echo_n "checking build system type... " >&6; }
2632 if test "${ac_cv_build+set}" = set; then :
2633 $as_echo_n "(cached) " >&6
2635 ac_build_alias=$build_alias
2636 test "x$ac_build_alias" = x &&
2637 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2638 test "x$ac_build_alias" = x &&
2639 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2640 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2641 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2645 $as_echo "$ac_cv_build" >&6; }
2646 case $ac_cv_build in
2648 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2651 ac_save_IFS=$IFS; IFS='-'
2657 # Remember, the first character of IFS is used to create $*,
2658 # except with old shells:
2661 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2665 $as_echo_n "checking host system type... " >&6; }
2666 if test "${ac_cv_host+set}" = set; then :
2667 $as_echo_n "(cached) " >&6
2669 if test "x$host_alias" = x; then
2670 ac_cv_host=$ac_cv_build
2672 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2673 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2678 $as_echo "$ac_cv_host" >&6; }
2681 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2684 ac_save_IFS=$IFS; IFS='-'
2690 # Remember, the first character of IFS is used to create $*,
2691 # except with old shells:
2694 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2698 $as_echo_n "checking target system type... " >&6; }
2699 if test "${ac_cv_target+set}" = set; then :
2700 $as_echo_n "(cached) " >&6
2702 if test "x$target_alias" = x; then
2703 ac_cv_target=$ac_cv_host
2705 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2706 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2711 $as_echo "$ac_cv_target" >&6; }
2712 case $ac_cv_target in
2714 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2716 target=$ac_cv_target
2717 ac_save_IFS=$IFS; IFS='-'
2723 # Remember, the first character of IFS is used to create $*,
2724 # except with old shells:
2727 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2730 # The aliases save the names the user supplied, while $host etc.
2731 # will get canonicalized.
2732 test -n "$target_alias" &&
2733 test "$program_prefix$program_suffix$program_transform_name" = \
2735 program_prefix=${target_alias}-
2738 ac_cpp='$CPP $CPPFLAGS'
2739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2742 if test -n "$ac_tool_prefix"; then
2743 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2744 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2746 $as_echo_n "checking for $ac_word... " >&6; }
2747 if test "${ac_cv_prog_CC+set}" = set; then :
2748 $as_echo_n "(cached) " >&6
2750 if test -n "$CC"; then
2751 ac_cv_prog_CC="$CC" # Let the user override the test.
2753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2757 test -z "$as_dir" && as_dir=.
2758 for ac_exec_ext in '' $ac_executable_extensions; do
2759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2760 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2771 if test -n "$CC"; then
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2773 $as_echo "$CC" >&6; }
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2776 $as_echo "no" >&6; }
2781 if test -z "$ac_cv_prog_CC"; then
2783 # Extract the first word of "gcc", so it can be a program name with args.
2784 set dummy gcc; ac_word=$2
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2786 $as_echo_n "checking for $ac_word... " >&6; }
2787 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2788 $as_echo_n "(cached) " >&6
2790 if test -n "$ac_ct_CC"; then
2791 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2797 test -z "$as_dir" && as_dir=.
2798 for ac_exec_ext in '' $ac_executable_extensions; do
2799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2800 ac_cv_prog_ac_ct_CC="gcc"
2801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2810 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2811 if test -n "$ac_ct_CC"; then
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2813 $as_echo "$ac_ct_CC" >&6; }
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2816 $as_echo "no" >&6; }
2819 if test "x$ac_ct_CC" = x; then
2822 case $cross_compiling:$ac_tool_warned in
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2825 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2826 ac_tool_warned=yes ;;
2834 if test -z "$CC"; then
2835 if test -n "$ac_tool_prefix"; then
2836 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2837 set dummy ${ac_tool_prefix}cc; ac_word=$2
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2839 $as_echo_n "checking for $ac_word... " >&6; }
2840 if test "${ac_cv_prog_CC+set}" = set; then :
2841 $as_echo_n "(cached) " >&6
2843 if test -n "$CC"; then
2844 ac_cv_prog_CC="$CC" # Let the user override the test.
2846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2850 test -z "$as_dir" && as_dir=.
2851 for ac_exec_ext in '' $ac_executable_extensions; do
2852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2853 ac_cv_prog_CC="${ac_tool_prefix}cc"
2854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2864 if test -n "$CC"; then
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2866 $as_echo "$CC" >&6; }
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2869 $as_echo "no" >&6; }
2875 if test -z "$CC"; then
2876 # Extract the first word of "cc", so it can be a program name with args.
2877 set dummy cc; ac_word=$2
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2879 $as_echo_n "checking for $ac_word... " >&6; }
2880 if test "${ac_cv_prog_CC+set}" = set; then :
2881 $as_echo_n "(cached) " >&6
2883 if test -n "$CC"; then
2884 ac_cv_prog_CC="$CC" # Let the user override the test.
2887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2891 test -z "$as_dir" && as_dir=.
2892 for ac_exec_ext in '' $ac_executable_extensions; do
2893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2894 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2895 ac_prog_rejected=yes
2899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2906 if test $ac_prog_rejected = yes; then
2907 # We found a bogon in the path, so make sure we never use it.
2908 set dummy $ac_cv_prog_CC
2910 if test $# != 0; then
2911 # We chose a different compiler from the bogus one.
2912 # However, it has the same basename, so the bogon will be chosen
2913 # first if we set CC to just the basename; use the full file name.
2915 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2921 if test -n "$CC"; then
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2923 $as_echo "$CC" >&6; }
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2926 $as_echo "no" >&6; }
2931 if test -z "$CC"; then
2932 if test -n "$ac_tool_prefix"; then
2933 for ac_prog in cl.exe
2935 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2936 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2938 $as_echo_n "checking for $ac_word... " >&6; }
2939 if test "${ac_cv_prog_CC+set}" = set; then :
2940 $as_echo_n "(cached) " >&6
2942 if test -n "$CC"; then
2943 ac_cv_prog_CC="$CC" # Let the user override the test.
2945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2949 test -z "$as_dir" && as_dir=.
2950 for ac_exec_ext in '' $ac_executable_extensions; do
2951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2952 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2963 if test -n "$CC"; then
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2965 $as_echo "$CC" >&6; }
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2968 $as_echo "no" >&6; }
2972 test -n "$CC" && break
2975 if test -z "$CC"; then
2977 for ac_prog in cl.exe
2979 # Extract the first word of "$ac_prog", so it can be a program name with args.
2980 set dummy $ac_prog; ac_word=$2
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2982 $as_echo_n "checking for $ac_word... " >&6; }
2983 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2984 $as_echo_n "(cached) " >&6
2986 if test -n "$ac_ct_CC"; then
2987 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 test -z "$as_dir" && as_dir=.
2994 for ac_exec_ext in '' $ac_executable_extensions; do
2995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2996 ac_cv_prog_ac_ct_CC="$ac_prog"
2997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3006 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3007 if test -n "$ac_ct_CC"; then
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3009 $as_echo "$ac_ct_CC" >&6; }
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3012 $as_echo "no" >&6; }
3016 test -n "$ac_ct_CC" && break
3019 if test "x$ac_ct_CC" = x; then
3022 case $cross_compiling:$ac_tool_warned in
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3026 ac_tool_warned=yes ;;
3035 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3036 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3037 as_fn_error "no acceptable C compiler found in \$PATH
3038 See \`config.log' for more details." "$LINENO" 5; }
3040 # Provide some information about the compiler.
3041 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3044 for ac_option in --version -v -V -qversion; do
3045 { { ac_try="$ac_compiler $ac_option >&5"
3047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3048 *) ac_try_echo=$ac_try;;
3050 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3051 $as_echo "$ac_try_echo"; } >&5
3052 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3054 if test -s conftest.err; then
3056 ... rest of stderr output deleted ...
3057 10q' conftest.err >conftest.er1
3058 cat conftest.er1 >&5
3059 rm -f conftest.er1 conftest.err
3061 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3062 test $ac_status = 0; }
3065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3066 /* end confdefs.h. */
3076 ac_clean_files_save=$ac_clean_files
3077 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3078 # Try to create an executable without -o first, disregard a.out.
3079 # It will help us diagnose broken compilers, and finding out an intuition
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3082 $as_echo_n "checking for C compiler default output file name... " >&6; }
3083 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3085 # The possible output files:
3086 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3089 for ac_file in $ac_files
3092 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3093 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3098 if { { ac_try="$ac_link_default"
3100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3101 *) ac_try_echo=$ac_try;;
3103 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3104 $as_echo "$ac_try_echo"; } >&5
3105 (eval "$ac_link_default") 2>&5
3107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3108 test $ac_status = 0; }; then :
3109 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3110 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3111 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3112 # so that the user can short-circuit this test for compilers unknown to
3114 for ac_file in $ac_files ''
3116 test -f "$ac_file" || continue
3118 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3121 # We found the default executable, but exeext='' is most
3125 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3127 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3129 # We set ac_cv_exeext here because the later test for it is not
3130 # safe: cross compilers may not add the suffix if given an `-o'
3131 # argument, so we may need to know it at that point already.
3132 # Even if this section looks crufty: it has the advantage of
3139 test "$ac_cv_exeext" = no && ac_cv_exeext=
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3145 $as_echo "$ac_file" >&6; }
3146 if test -z "$ac_file"; then :
3147 $as_echo "$as_me: failed program was:" >&5
3148 sed 's/^/| /' conftest.$ac_ext >&5
3150 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3151 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3152 { as_fn_set_status 77
3153 as_fn_error "C compiler cannot create executables
3154 See \`config.log' for more details." "$LINENO" 5; }; }
3156 ac_exeext=$ac_cv_exeext
3158 # Check that the compiler produces executables we can run. If not, either
3159 # the compiler is broken, or we cross compile.
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3161 $as_echo_n "checking whether the C compiler works... " >&6; }
3162 # If not cross compiling, check that we can run a simple program.
3163 if test "$cross_compiling" != yes; then
3164 if { ac_try='./$ac_file'
3165 { { case "(($ac_try" in
3166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167 *) ac_try_echo=$ac_try;;
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171 (eval "$ac_try") 2>&5
3173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3174 test $ac_status = 0; }; }; then
3177 if test "$cross_compiling" = maybe; then
3180 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3182 as_fn_error "cannot run C compiled programs.
3183 If you meant to cross compile, use \`--host'.
3184 See \`config.log' for more details." "$LINENO" 5; }
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3189 $as_echo "yes" >&6; }
3191 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3192 ac_clean_files=$ac_clean_files_save
3193 # Check that the compiler produces executables we can run. If not, either
3194 # the compiler is broken, or we cross compile.
3195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3196 $as_echo_n "checking whether we are cross compiling... " >&6; }
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3198 $as_echo "$cross_compiling" >&6; }
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3201 $as_echo_n "checking for suffix of executables... " >&6; }
3202 if { { ac_try="$ac_link"
3204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3205 *) ac_try_echo=$ac_try;;
3207 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3208 $as_echo "$ac_try_echo"; } >&5
3209 (eval "$ac_link") 2>&5
3211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3212 test $ac_status = 0; }; then :
3213 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3214 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3215 # work properly (i.e., refer to `conftest.exe'), while it won't with
3217 for ac_file in conftest.exe conftest conftest.*; do
3218 test -f "$ac_file" || continue
3220 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3221 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3227 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3228 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3229 as_fn_error "cannot compute suffix of executables: cannot compile and link
3230 See \`config.log' for more details." "$LINENO" 5; }
3232 rm -f conftest$ac_cv_exeext
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3234 $as_echo "$ac_cv_exeext" >&6; }
3236 rm -f conftest.$ac_ext
3237 EXEEXT=$ac_cv_exeext
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3240 $as_echo_n "checking for suffix of object files... " >&6; }
3241 if test "${ac_cv_objext+set}" = set; then :
3242 $as_echo_n "(cached) " >&6
3244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3245 /* end confdefs.h. */
3255 rm -f conftest.o conftest.obj
3256 if { { ac_try="$ac_compile"
3258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3259 *) ac_try_echo=$ac_try;;
3261 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3262 $as_echo "$ac_try_echo"; } >&5
3263 (eval "$ac_compile") 2>&5
3265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3266 test $ac_status = 0; }; then :
3267 for ac_file in conftest.o conftest.obj conftest.*; do
3268 test -f "$ac_file" || continue;
3270 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3271 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3276 $as_echo "$as_me: failed program was:" >&5
3277 sed 's/^/| /' conftest.$ac_ext >&5
3279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3281 as_fn_error "cannot compute suffix of object files: cannot compile
3282 See \`config.log' for more details." "$LINENO" 5; }
3284 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3287 $as_echo "$ac_cv_objext" >&6; }
3288 OBJEXT=$ac_cv_objext
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3291 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3292 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3293 $as_echo_n "(cached) " >&6
3295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3296 /* end confdefs.h. */
3309 if ac_fn_c_try_compile "$LINENO"; then :
3314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3315 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3319 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3320 if test $ac_compiler_gnu = yes; then
3325 ac_test_CFLAGS=${CFLAGS+set}
3326 ac_save_CFLAGS=$CFLAGS
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3328 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3329 if test "${ac_cv_prog_cc_g+set}" = set; then :
3330 $as_echo_n "(cached) " >&6
3332 ac_save_c_werror_flag=$ac_c_werror_flag
3333 ac_c_werror_flag=yes
3336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337 /* end confdefs.h. */
3347 if ac_fn_c_try_compile "$LINENO"; then :
3351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3352 /* end confdefs.h. */
3362 if ac_fn_c_try_compile "$LINENO"; then :
3365 ac_c_werror_flag=$ac_save_c_werror_flag
3367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3368 /* end confdefs.h. */
3378 if ac_fn_c_try_compile "$LINENO"; then :
3381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3386 ac_c_werror_flag=$ac_save_c_werror_flag
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3389 $as_echo "$ac_cv_prog_cc_g" >&6; }
3390 if test "$ac_test_CFLAGS" = set; then
3391 CFLAGS=$ac_save_CFLAGS
3392 elif test $ac_cv_prog_cc_g = yes; then
3393 if test "$GCC" = yes; then
3399 if test "$GCC" = yes; then
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3406 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3407 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3408 $as_echo_n "(cached) " >&6
3410 ac_cv_prog_cc_c89=no
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413 /* end confdefs.h. */
3416 #include <sys/types.h>
3417 #include <sys/stat.h>
3418 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3419 struct buf { int x; };
3420 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3421 static char *e (p, i)
3427 static char *f (char * (*g) (char **, int), char **p, ...)
3432 s = g (p, va_arg (v,int));
3437 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3438 function prototypes and stuff, but not '\xHH' hex character constants.
3439 These don't provoke an error unfortunately, instead are silently treated
3440 as 'x'. The following induces an error, until -std is added to get
3441 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3442 array size at least. It's necessary to write '\x00'==0 to get something
3443 that's true only with -std. */
3444 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3446 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3447 inside strings and character constants. */
3449 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3451 int test (int i, double x);
3452 struct s1 {int (*f) (int a);};
3453 struct s2 {int (*f) (double a);};
3454 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3460 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3465 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3466 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3468 CC="$ac_save_CC $ac_arg"
3469 if ac_fn_c_try_compile "$LINENO"; then :
3470 ac_cv_prog_cc_c89=$ac_arg
3472 rm -f core conftest.err conftest.$ac_objext
3473 test "x$ac_cv_prog_cc_c89" != "xno" && break
3475 rm -f conftest.$ac_ext
3480 case "x$ac_cv_prog_cc_c89" in
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3483 $as_echo "none needed" >&6; } ;;
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3486 $as_echo "unsupported" >&6; } ;;
3488 CC="$CC $ac_cv_prog_cc_c89"
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3490 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3492 if test "x$ac_cv_prog_cc_c89" != xno; then :
3497 ac_cpp='$CPP $CPPFLAGS'
3498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3499 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3504 $as_echo_n "checking for library containing strerror... " >&6; }
3505 if test "${ac_cv_search_strerror+set}" = set; then :
3506 $as_echo_n "(cached) " >&6
3508 ac_func_search_save_LIBS=$LIBS
3509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510 /* end confdefs.h. */
3512 /* Override any GCC internal prototype to avoid an error.
3513 Use char because int might match the return type of a GCC
3514 builtin and then its argument prototype would still apply. */
3527 for ac_lib in '' cposix; do
3528 if test -z "$ac_lib"; then
3529 ac_res="none required"
3532 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3534 if ac_fn_c_try_link "$LINENO"; then :
3535 ac_cv_search_strerror=$ac_res
3537 rm -f core conftest.err conftest.$ac_objext \
3539 if test "${ac_cv_search_strerror+set}" = set; then :
3543 if test "${ac_cv_search_strerror+set}" = set; then :
3546 ac_cv_search_strerror=no
3549 LIBS=$ac_func_search_save_LIBS
3551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3552 $as_echo "$ac_cv_search_strerror" >&6; }
3553 ac_res=$ac_cv_search_strerror
3554 if test "$ac_res" != no; then :
3555 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3560 BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
3561 am__api_version='1.11'
3563 # Find a good install program. We prefer a C program (faster),
3564 # so one script is as good as another. But avoid the broken or
3565 # incompatible versions:
3566 # SysV /etc/install, /usr/sbin/install
3567 # SunOS /usr/etc/install
3568 # IRIX /sbin/install
3570 # AmigaOS /C/install, which installs bootblocks on floppy discs
3571 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3572 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3573 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3574 # OS/2's system install, which has a completely different semantic
3575 # ./install, which can be erroneously created by make from ./install.sh.
3576 # Reject install programs that cannot install multiple files.
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3578 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3579 if test -z "$INSTALL"; then
3580 if test "${ac_cv_path_install+set}" = set; then :
3581 $as_echo_n "(cached) " >&6
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3587 test -z "$as_dir" && as_dir=.
3588 # Account for people who put trailing slashes in PATH elements.
3589 case $as_dir/ in #((
3590 ./ | .// | /[cC]/* | \
3591 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3592 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3595 # OSF1 and SCO ODT 3.0 have their own names for install.
3596 # Don't use installbsd from OSF since it installs stuff as root
3598 for ac_prog in ginstall scoinst install; do
3599 for ac_exec_ext in '' $ac_executable_extensions; do
3600 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3601 if test $ac_prog = install &&
3602 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3603 # AIX install. It has an incompatible calling convention.
3605 elif test $ac_prog = install &&
3606 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3607 # program-specific install script used by HP pwplus--don't use.
3610 rm -rf conftest.one conftest.two conftest.dir
3611 echo one > conftest.one
3612 echo two > conftest.two
3614 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3615 test -s conftest.one && test -s conftest.two &&
3616 test -s conftest.dir/conftest.one &&
3617 test -s conftest.dir/conftest.two
3619 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3632 rm -rf conftest.one conftest.two conftest.dir
3635 if test "${ac_cv_path_install+set}" = set; then
3636 INSTALL=$ac_cv_path_install
3638 # As a last resort, use the slow shell script. Don't cache a
3639 # value for INSTALL within a source directory, because that will
3640 # break other packages using the cache if that directory is
3641 # removed, or if the value is a relative name.
3642 INSTALL=$ac_install_sh
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3646 $as_echo "$INSTALL" >&6; }
3648 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3649 # It thinks the first close brace ends the variable substitution.
3650 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3652 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3654 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3657 $as_echo_n "checking whether build environment is sane... " >&6; }
3660 echo timestamp > conftest.file
3661 # Reject unsafe characters in $srcdir or the absolute working directory
3662 # name. Accept space and tab only in the latter.
3666 *[\\\"\#\$\&\'\`$am_lf]*)
3667 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3670 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3671 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3674 # Do `set' in a subshell so we don't clobber the current shell's
3675 # arguments. Must try -L first in case configure is actually a
3676 # symlink; some systems play weird games with the mod time of symlinks
3677 # (eg FreeBSD returns the mod time of the symlink's containing
3680 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3681 if test "$*" = "X"; then
3683 set X `ls -t "$srcdir/configure" conftest.file`
3686 if test "$*" != "X $srcdir/configure conftest.file" \
3687 && test "$*" != "X conftest.file $srcdir/configure"; then
3689 # If neither matched, then we have a broken ls. This can happen
3690 # if, for instance, CONFIG_SHELL is bash and it inherits a
3691 # broken ls alias from the environment. This has actually
3692 # happened. Such a system could not be considered "sane".
3693 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3694 alias in your environment" "$LINENO" 5
3697 test "$2" = conftest.file
3703 as_fn_error "newly created file is older than distributed files!
3704 Check your system clock" "$LINENO" 5
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3707 $as_echo "yes" >&6; }
3708 test "$program_prefix" != NONE &&
3709 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3710 # Use a double $ so make ignores it.
3711 test "$program_suffix" != NONE &&
3712 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3713 # Double any \ or $.
3714 # By default was `s,x,x', remove it if useless.
3715 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3716 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3718 # expand $ac_aux_dir to an absolute path
3719 am_aux_dir=`cd $ac_aux_dir && pwd`
3721 if test x"${MISSING+set}" != xset; then
3724 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3726 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3729 # Use eval to expand $SHELL
3730 if eval "$MISSING --run true"; then
3731 am_missing_run="$MISSING --run "
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3735 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3738 if test x"${install_sh}" != xset; then
3741 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3743 install_sh="\${SHELL} $am_aux_dir/install-sh"
3747 # Installed binaries are usually stripped using `strip' when the user
3748 # run `make install-strip'. However `strip' might not be the right
3749 # tool to use in cross-compilation environments, therefore Automake
3750 # will honor the `STRIP' environment variable to overrule this program.
3751 if test "$cross_compiling" != no; then
3752 if test -n "$ac_tool_prefix"; then
3753 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3754 set dummy ${ac_tool_prefix}strip; ac_word=$2
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_STRIP+set}" = set; then :
3758 $as_echo_n "(cached) " >&6
3760 if test -n "$STRIP"; then
3761 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 test -z "$as_dir" && as_dir=.
3768 for ac_exec_ext in '' $ac_executable_extensions; do
3769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 STRIP=$ac_cv_prog_STRIP
3781 if test -n "$STRIP"; then
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3783 $as_echo "$STRIP" >&6; }
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3786 $as_echo "no" >&6; }
3791 if test -z "$ac_cv_prog_STRIP"; then
3793 # Extract the first word of "strip", so it can be a program name with args.
3794 set dummy strip; ac_word=$2
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3796 $as_echo_n "checking for $ac_word... " >&6; }
3797 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3800 if test -n "$ac_ct_STRIP"; then
3801 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 test -z "$as_dir" && as_dir=.
3808 for ac_exec_ext in '' $ac_executable_extensions; do
3809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3810 ac_cv_prog_ac_ct_STRIP="strip"
3811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3820 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3821 if test -n "$ac_ct_STRIP"; then
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3823 $as_echo "$ac_ct_STRIP" >&6; }
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3826 $as_echo "no" >&6; }
3829 if test "x$ac_ct_STRIP" = x; then
3832 case $cross_compiling:$ac_tool_warned in
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3836 ac_tool_warned=yes ;;
3841 STRIP="$ac_cv_prog_STRIP"
3845 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3848 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3849 if test -z "$MKDIR_P"; then
3850 if test "${ac_cv_path_mkdir+set}" = set; then :
3851 $as_echo_n "(cached) " >&6
3853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3854 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3857 test -z "$as_dir" && as_dir=.
3858 for ac_prog in mkdir gmkdir; do
3859 for ac_exec_ext in '' $ac_executable_extensions; do
3860 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3861 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3862 'mkdir (GNU coreutils) '* | \
3863 'mkdir (coreutils) '* | \
3864 'mkdir (fileutils) '4.1*)
3865 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3875 if test "${ac_cv_path_mkdir+set}" = set; then
3876 MKDIR_P="$ac_cv_path_mkdir -p"
3878 # As a last resort, use the slow shell script. Don't cache a
3879 # value for MKDIR_P within a source directory, because that will
3880 # break other packages using the cache if that directory is
3881 # removed, or if the value is a relative name.
3882 test -d ./--version && rmdir ./--version
3883 MKDIR_P="$ac_install_sh -d"
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3887 $as_echo "$MKDIR_P" >&6; }
3891 [\\/$]* | ?:[\\/]*) ;;
3892 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3895 for ac_prog in gawk mawk nawk awk
3897 # Extract the first word of "$ac_prog", so it can be a program name with args.
3898 set dummy $ac_prog; 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_AWK+set}" = set; then :
3902 $as_echo_n "(cached) " >&6
3904 if test -n "$AWK"; then
3905 ac_cv_prog_AWK="$AWK" # 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_AWK="$ac_prog"
3915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3925 if test -n "$AWK"; then
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3927 $as_echo "$AWK" >&6; }
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930 $as_echo "no" >&6; }
3934 test -n "$AWK" && break
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3938 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3940 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3941 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3942 $as_echo_n "(cached) " >&6
3944 cat >conftest.make <<\_ACEOF
3947 @echo '@@@%%%=$(MAKE)=@@@%%%'
3949 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3950 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3952 eval ac_cv_prog_make_${ac_make}_set=yes;;
3954 eval ac_cv_prog_make_${ac_make}_set=no;;
3958 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3960 $as_echo "yes" >&6; }
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3964 $as_echo "no" >&6; }
3965 SET_MAKE="MAKE=${MAKE-make}"
3968 rm -rf .tst 2>/dev/null
3969 mkdir .tst 2>/dev/null
3970 if test -d .tst; then
3975 rmdir .tst 2>/dev/null
3977 DEPDIR="${am__leading_dot}deps"
3979 ac_config_commands="$ac_config_commands depfiles"
3982 am_make=${MAKE-make}
3983 cat > confinc << 'END'
3985 @echo this is the am__doit target
3988 # If we don't find an include directive, just comment out the code.
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3990 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3994 # First try GNU make style include.
3995 echo "include confinc" > confmf
3996 # Ignore all kinds of additional output from `make'.
3997 case `$am_make -s -f confmf 2> /dev/null` in #(
3998 *the\ am__doit\ target*)
4004 # Now try BSD make style include.
4005 if test "$am__include" = "#"; then
4006 echo '.include "confinc"' > confmf
4007 case `$am_make -s -f confmf 2> /dev/null` in #(
4008 *the\ am__doit\ target*)
4009 am__include=.include
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4018 $as_echo "$_am_result" >&6; }
4019 rm -f confinc confmf
4021 # Check whether --enable-dependency-tracking was given.
4022 if test "${enable_dependency_tracking+set}" = set; then :
4023 enableval=$enable_dependency_tracking;
4026 if test "x$enable_dependency_tracking" != xno; then
4027 am_depcomp="$ac_aux_dir/depcomp"
4030 if test "x$enable_dependency_tracking" != xno; then
4039 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4040 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4041 # is not polluted with repeated "-I."
4042 am__isrc=' -I$(srcdir)'
4043 # test to see if srcdir already configured
4044 if test -f $srcdir/config.status; then
4045 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4049 # test whether we have cygpath
4050 if test -z "$CYGPATH_W"; then
4051 if (cygpath --version) >/dev/null 2>/dev/null; then
4052 CYGPATH_W='cygpath -w'
4059 # Define the identity of the package.
4061 VERSION=${BFD_VERSION}
4064 cat >>confdefs.h <<_ACEOF
4065 #define PACKAGE "$PACKAGE"
4069 cat >>confdefs.h <<_ACEOF
4070 #define VERSION "$VERSION"
4073 # Some tools Automake needs.
4075 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4078 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4081 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4084 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4087 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4089 # We need awk for the "check" target. The system "awk" is bad on
4091 # Always define AMTAR for backward compatibility.
4093 AMTAR=${AMTAR-"${am_missing_run}tar"}
4095 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4100 depcc="$CC" am_compiler_list=
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4103 $as_echo_n "checking dependency style of $depcc... " >&6; }
4104 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4105 $as_echo_n "(cached) " >&6
4107 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4108 # We make a subdir and do the tests there. Otherwise we can end up
4109 # making bogus files that we don't know about and never remove. For
4110 # instance it was reported that on HP-UX the gcc test will end up
4111 # making a dummy file named `D' -- because `-MD' means `put the output
4114 # Copy depcomp to subdir because otherwise we won't find it if we're
4115 # using a relative directory.
4116 cp "$am_depcomp" conftest.dir
4118 # We will build objects and dependencies in a subdirectory because
4119 # it helps to detect inapplicable dependency modes. For instance
4120 # both Tru64's cc and ICC support -MD to output dependencies as a
4121 # side effect of compilation, but ICC will put the dependencies in
4122 # the current directory while Tru64 will put them in the object
4126 am_cv_CC_dependencies_compiler_type=none
4127 if test "$am_compiler_list" = ""; then
4128 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4131 case " $depcc " in #(
4132 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4135 for depmode in $am_compiler_list; do
4136 # Setup a source with many dependencies, because some compilers
4137 # like to wrap large dependency lists on column 80 (with \), and
4138 # we should not choose a depcomp mode which is confused by this.
4140 # We need to recreate these files for each test, as the compiler may
4141 # overwrite some of them when testing with obscure command lines.
4142 # This happens at least with the AIX C compiler.
4144 for i in 1 2 3 4 5 6; do
4145 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4146 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4147 # Solaris 8's {/usr,}/bin/sh.
4148 touch sub/conftst$i.h
4150 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4152 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4153 # mode. It turns out that the SunPro C++ compiler does not properly
4154 # handle `-M -o', and we need to detect this. Also, some Intel
4155 # versions had trouble with output in subdirs
4156 am__obj=sub/conftest.${OBJEXT-o}
4157 am__minus_obj="-o $am__obj"
4160 # This depmode causes a compiler race in universal mode.
4161 test "$am__universal" = false || continue
4164 # after this tag, mechanisms are not by side-effect, so they'll
4165 # only be used when explicitly requested
4166 if test "x$enable_dependency_tracking" = xyes; then
4172 msvisualcpp | msvcmsys)
4173 # This compiler won't grok `-c -o', but also, the minuso test has
4174 # not run yet. These depmodes are late enough in the game, and
4175 # so weak that their functioning should not be impacted.
4176 am__obj=conftest.${OBJEXT-o}
4181 if depmode=$depmode \
4182 source=sub/conftest.c object=$am__obj \
4183 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4184 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4185 >/dev/null 2>conftest.err &&
4186 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4187 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4188 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4189 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4190 # icc doesn't choke on unknown options, it will just issue warnings
4191 # or remarks (even with -Werror). So we grep stderr for any message
4192 # that says an option was ignored or not supported.
4193 # When given -MP, icc 7.0 and 7.1 complain thusly:
4194 # icc: Command line warning: ignoring option '-M'; no argument required
4195 # The diagnosis changed in icc 8.0:
4196 # icc: Command line remark: option '-MP' not supported
4197 if (grep 'ignoring option' conftest.err ||
4198 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4199 am_cv_CC_dependencies_compiler_type=$depmode
4208 am_cv_CC_dependencies_compiler_type=none
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4213 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4214 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4217 test "x$enable_dependency_tracking" != xno \
4218 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4220 am__fastdepCC_FALSE='#'
4222 am__fastdepCC_TRUE='#'
4223 am__fastdepCC_FALSE=
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4230 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4231 # Check whether --enable-maintainer-mode was given.
4232 if test "${enable_maintainer_mode+set}" = set; then :
4233 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4235 USE_MAINTAINER_MODE=no
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
4239 $as_echo "$USE_MAINTAINER_MODE" >&6; }
4240 if test $USE_MAINTAINER_MODE = yes; then
4241 MAINTAINER_MODE_TRUE=
4242 MAINTAINER_MODE_FALSE='#'
4244 MAINTAINER_MODE_TRUE='#'
4245 MAINTAINER_MODE_FALSE=
4248 MAINT=$MAINTAINER_MODE_TRUE
4253 # Check whether --with-lib-path was given.
4254 if test "${with_lib_path+set}" = set; then :
4255 withval=$with_lib_path; LIB_PATH=$withval
4258 # Check whether --enable-targets was given.
4259 if test "${enable_targets+set}" = set; then :
4260 enableval=$enable_targets; case "${enableval}" in
4261 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
4263 no) enable_targets= ;;
4264 *) enable_targets=$enableval ;;
4267 # Check whether --enable-64-bit-bfd was given.
4268 if test "${enable_64_bit_bfd+set}" = set; then :
4269 enableval=$enable_64_bit_bfd; case "${enableval}" in
4272 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
4279 # Check whether --with-sysroot was given.
4280 if test "${with_sysroot+set}" = set; then :
4281 withval=$with_sysroot;
4282 case ${with_sysroot} in
4283 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
4284 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
4287 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
4290 if test "x$prefix" = xNONE; then
4291 test_prefix=/usr/local
4295 if test "x$exec_prefix" = xNONE; then
4296 test_exec_prefix=$test_prefix
4298 test_exec_prefix=$exec_prefix
4300 case ${TARGET_SYSTEM_ROOT} in
4301 "${test_prefix}"|"${test_prefix}/"*|\
4302 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
4303 '${prefix}'|'${prefix}/'*|\
4304 '${exec_prefix}'|'${exec_prefix}/'*)
4305 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
4306 TARGET_SYSTEM_ROOT_DEFINE="$t"
4314 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
4322 # Check whether --enable-gold was given.
4323 if test "${enable_gold+set}" = set; then :
4324 enableval=$enable_gold; case "${enableval}" in
4326 install_as_default=no
4327 installed_linker=ld.bfd
4330 install_as_default=yes
4331 installed_linker=ld.bfd
4334 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
4338 install_as_default=yes
4339 installed_linker=ld.bfd
4345 # Check whether --enable-got was given.
4346 if test "${enable_got+set}" = set; then :
4347 enableval=$enable_got; case "${enableval}" in
4348 target | single | negative | multigot) got_handling=$enableval ;;
4349 *) as_fn_error "bad value ${enableval} for --enable-got option" "$LINENO" 5 ;;
4356 case "${got_handling}" in
4359 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h
4363 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h
4367 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h
4371 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h
4373 *) as_fn_error "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
4377 ac_cpp='$CPP $CPPFLAGS'
4378 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4379 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4380 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4382 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4383 # On Suns, sometimes $CPP names a directory.
4384 if test -n "$CPP" && test -d "$CPP"; then
4387 if test -z "$CPP"; then
4388 if test "${ac_cv_prog_CPP+set}" = set; then :
4389 $as_echo_n "(cached) " >&6
4391 # Double quotes because CPP needs to be expanded
4392 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4395 for ac_c_preproc_warn_flag in '' yes
4397 # Use a header file that comes with gcc, so configuring glibc
4398 # with a fresh cross-compiler works.
4399 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4400 # <limits.h> exists even on freestanding compilers.
4401 # On the NeXT, cc -E runs the code through the compiler's parser,
4402 # not just through cpp. "Syntax error" is here to catch this case.
4403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4404 /* end confdefs.h. */
4406 # include <limits.h>
4408 # include <assert.h>
4412 if ac_fn_c_try_cpp "$LINENO"; then :
4415 # Broken: fails on valid input.
4418 rm -f conftest.err conftest.$ac_ext
4420 # OK, works on sane cases. Now check whether nonexistent headers
4421 # can be detected and how.
4422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4423 /* end confdefs.h. */
4424 #include <ac_nonexistent.h>
4426 if ac_fn_c_try_cpp "$LINENO"; then :
4427 # Broken: success on invalid input.
4430 # Passes both tests.
4434 rm -f conftest.err conftest.$ac_ext
4437 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4438 rm -f conftest.err conftest.$ac_ext
4439 if $ac_preproc_ok; then :
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4452 $as_echo "$CPP" >&6; }
4454 for ac_c_preproc_warn_flag in '' yes
4456 # Use a header file that comes with gcc, so configuring glibc
4457 # with a fresh cross-compiler works.
4458 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4459 # <limits.h> exists even on freestanding compilers.
4460 # On the NeXT, cc -E runs the code through the compiler's parser,
4461 # not just through cpp. "Syntax error" is here to catch this case.
4462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4463 /* end confdefs.h. */
4465 # include <limits.h>
4467 # include <assert.h>
4471 if ac_fn_c_try_cpp "$LINENO"; then :
4474 # Broken: fails on valid input.
4477 rm -f conftest.err conftest.$ac_ext
4479 # OK, works on sane cases. Now check whether nonexistent headers
4480 # can be detected and how.
4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482 /* end confdefs.h. */
4483 #include <ac_nonexistent.h>
4485 if ac_fn_c_try_cpp "$LINENO"; then :
4486 # Broken: success on invalid input.
4489 # Passes both tests.
4493 rm -f conftest.err conftest.$ac_ext
4496 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4497 rm -f conftest.err conftest.$ac_ext
4498 if $ac_preproc_ok; then :
4501 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4502 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4503 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4504 See \`config.log' for more details." "$LINENO" 5; }
4508 ac_cpp='$CPP $CPPFLAGS'
4509 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4510 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4515 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4516 if test "${ac_cv_path_GREP+set}" = set; then :
4517 $as_echo_n "(cached) " >&6
4519 if test -z "$GREP"; then
4520 ac_path_GREP_found=false
4521 # Loop through the user's path and test for each of PROGNAME-LIST
4522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4526 test -z "$as_dir" && as_dir=.
4527 for ac_prog in grep ggrep; do
4528 for ac_exec_ext in '' $ac_executable_extensions; do
4529 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4530 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4531 # Check for GNU ac_path_GREP and select it if it is found.
4532 # Check for GNU $ac_path_GREP
4533 case `"$ac_path_GREP" --version 2>&1` in
4535 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4538 $as_echo_n 0123456789 >"conftest.in"
4541 cat "conftest.in" "conftest.in" >"conftest.tmp"
4542 mv "conftest.tmp" "conftest.in"
4543 cp "conftest.in" "conftest.nl"
4544 $as_echo 'GREP' >> "conftest.nl"
4545 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4546 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4547 as_fn_arith $ac_count + 1 && ac_count=$as_val
4548 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4549 # Best one so far, save it but keep looking for a better one
4550 ac_cv_path_GREP="$ac_path_GREP"
4551 ac_path_GREP_max=$ac_count
4553 # 10*(2^10) chars as input seems more than enough
4554 test $ac_count -gt 10 && break
4556 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4559 $ac_path_GREP_found && break 3
4564 if test -z "$ac_cv_path_GREP"; then
4565 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4568 ac_cv_path_GREP=$GREP
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4573 $as_echo "$ac_cv_path_GREP" >&6; }
4574 GREP="$ac_cv_path_GREP"
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4578 $as_echo_n "checking for egrep... " >&6; }
4579 if test "${ac_cv_path_EGREP+set}" = set; then :
4580 $as_echo_n "(cached) " >&6
4582 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4583 then ac_cv_path_EGREP="$GREP -E"
4585 if test -z "$EGREP"; then
4586 ac_path_EGREP_found=false
4587 # Loop through the user's path and test for each of PROGNAME-LIST
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4592 test -z "$as_dir" && as_dir=.
4593 for ac_prog in egrep; do
4594 for ac_exec_ext in '' $ac_executable_extensions; do
4595 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4596 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4597 # Check for GNU ac_path_EGREP and select it if it is found.
4598 # Check for GNU $ac_path_EGREP
4599 case `"$ac_path_EGREP" --version 2>&1` in
4601 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4604 $as_echo_n 0123456789 >"conftest.in"
4607 cat "conftest.in" "conftest.in" >"conftest.tmp"
4608 mv "conftest.tmp" "conftest.in"
4609 cp "conftest.in" "conftest.nl"
4610 $as_echo 'EGREP' >> "conftest.nl"
4611 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613 as_fn_arith $ac_count + 1 && ac_count=$as_val
4614 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4615 # Best one so far, save it but keep looking for a better one
4616 ac_cv_path_EGREP="$ac_path_EGREP"
4617 ac_path_EGREP_max=$ac_count
4619 # 10*(2^10) chars as input seems more than enough
4620 test $ac_count -gt 10 && break
4622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4625 $ac_path_EGREP_found && break 3
4630 if test -z "$ac_cv_path_EGREP"; then
4631 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4634 ac_cv_path_EGREP=$EGREP
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4640 $as_echo "$ac_cv_path_EGREP" >&6; }
4641 EGREP="$ac_cv_path_EGREP"
4645 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4650 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4651 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
4654 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
4659 # Check whether --enable-werror was given.
4660 if test "${enable_werror+set}" = set; then :
4661 enableval=$enable_werror; case "${enableval}" in
4662 yes | y) ERROR_ON_WARNING="yes" ;;
4663 no | n) ERROR_ON_WARNING="no" ;;
4664 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
4669 # Disable -Wformat by default when using gcc on mingw
4672 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4673 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
4679 # Enable -Werror by default when using gcc
4680 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4681 ERROR_ON_WARNING=yes
4685 if test "${ERROR_ON_WARNING}" = yes ; then
4686 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
4687 NO_WERROR="-Wno-error"
4690 if test "${GCC}" = yes ; then
4691 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4694 # Check whether --enable-build-warnings was given.
4695 if test "${enable_build_warnings+set}" = set; then :
4696 enableval=$enable_build_warnings; case "${enableval}" in
4697 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4698 no) if test "${GCC}" = yes ; then
4701 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4702 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
4703 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4704 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
4705 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4710 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4711 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
4720 $as_echo_n "checking for LC_MESSAGES... " >&6; }
4721 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
4722 $as_echo_n "(cached) " >&6
4724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h. */
4735 if ac_fn_c_try_link "$LINENO"; then :
4736 am_cv_val_LC_MESSAGES=yes
4738 am_cv_val_LC_MESSAGES=no
4740 rm -f core conftest.err conftest.$ac_objext \
4741 conftest$ac_exeext conftest.$ac_ext
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
4744 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
4745 if test $am_cv_val_LC_MESSAGES = yes; then
4747 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
4752 ac_config_headers="$ac_config_headers config.h:config.in"
4758 if test -z "$target" ; then
4759 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
4761 if test -z "$host" ; then
4762 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
4765 # host-specific stuff:
4768 ac_cpp='$CPP $CPPFLAGS'
4769 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4770 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4771 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4772 if test -n "$ac_tool_prefix"; then
4773 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4774 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4776 $as_echo_n "checking for $ac_word... " >&6; }
4777 if test "${ac_cv_prog_CC+set}" = set; then :
4778 $as_echo_n "(cached) " >&6
4780 if test -n "$CC"; then
4781 ac_cv_prog_CC="$CC" # Let the user override the test.
4783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4787 test -z "$as_dir" && as_dir=.
4788 for ac_exec_ext in '' $ac_executable_extensions; do
4789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4790 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4801 if test -n "$CC"; then
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4803 $as_echo "$CC" >&6; }
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4806 $as_echo "no" >&6; }
4811 if test -z "$ac_cv_prog_CC"; then
4813 # Extract the first word of "gcc", so it can be a program name with args.
4814 set dummy gcc; ac_word=$2
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4816 $as_echo_n "checking for $ac_word... " >&6; }
4817 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4818 $as_echo_n "(cached) " >&6
4820 if test -n "$ac_ct_CC"; then
4821 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4827 test -z "$as_dir" && as_dir=.
4828 for ac_exec_ext in '' $ac_executable_extensions; do
4829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4830 ac_cv_prog_ac_ct_CC="gcc"
4831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4840 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4841 if test -n "$ac_ct_CC"; then
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4843 $as_echo "$ac_ct_CC" >&6; }
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4846 $as_echo "no" >&6; }
4849 if test "x$ac_ct_CC" = x; then
4852 case $cross_compiling:$ac_tool_warned in
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4855 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4856 ac_tool_warned=yes ;;
4864 if test -z "$CC"; then
4865 if test -n "$ac_tool_prefix"; then
4866 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4867 set dummy ${ac_tool_prefix}cc; ac_word=$2
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4869 $as_echo_n "checking for $ac_word... " >&6; }
4870 if test "${ac_cv_prog_CC+set}" = set; then :
4871 $as_echo_n "(cached) " >&6
4873 if test -n "$CC"; then
4874 ac_cv_prog_CC="$CC" # Let the user override the test.
4876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4880 test -z "$as_dir" && as_dir=.
4881 for ac_exec_ext in '' $ac_executable_extensions; do
4882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4883 ac_cv_prog_CC="${ac_tool_prefix}cc"
4884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894 if test -n "$CC"; then
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4896 $as_echo "$CC" >&6; }
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4899 $as_echo "no" >&6; }
4905 if test -z "$CC"; then
4906 # Extract the first word of "cc", so it can be a program name with args.
4907 set dummy cc; ac_word=$2
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4909 $as_echo_n "checking for $ac_word... " >&6; }
4910 if test "${ac_cv_prog_CC+set}" = set; then :
4911 $as_echo_n "(cached) " >&6
4913 if test -n "$CC"; then
4914 ac_cv_prog_CC="$CC" # Let the user override the test.
4917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4921 test -z "$as_dir" && as_dir=.
4922 for ac_exec_ext in '' $ac_executable_extensions; do
4923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4924 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4925 ac_prog_rejected=yes
4929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4936 if test $ac_prog_rejected = yes; then
4937 # We found a bogon in the path, so make sure we never use it.
4938 set dummy $ac_cv_prog_CC
4940 if test $# != 0; then
4941 # We chose a different compiler from the bogus one.
4942 # However, it has the same basename, so the bogon will be chosen
4943 # first if we set CC to just the basename; use the full file name.
4945 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4951 if test -n "$CC"; then
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4953 $as_echo "$CC" >&6; }
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4956 $as_echo "no" >&6; }
4961 if test -z "$CC"; then
4962 if test -n "$ac_tool_prefix"; then
4963 for ac_prog in cl.exe
4965 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4966 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4968 $as_echo_n "checking for $ac_word... " >&6; }
4969 if test "${ac_cv_prog_CC+set}" = set; then :
4970 $as_echo_n "(cached) " >&6
4972 if test -n "$CC"; then
4973 ac_cv_prog_CC="$CC" # Let the user override the test.
4975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4979 test -z "$as_dir" && as_dir=.
4980 for ac_exec_ext in '' $ac_executable_extensions; do
4981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4982 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4993 if test -n "$CC"; then
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4995 $as_echo "$CC" >&6; }
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4998 $as_echo "no" >&6; }
5002 test -n "$CC" && break
5005 if test -z "$CC"; then
5007 for ac_prog in cl.exe
5009 # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy $ac_prog; ac_word=$2
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5012 $as_echo_n "checking for $ac_word... " >&6; }
5013 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
5014 $as_echo_n "(cached) " >&6
5016 if test -n "$ac_ct_CC"; then
5017 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5026 ac_cv_prog_ac_ct_CC="$ac_prog"
5027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5037 if test -n "$ac_ct_CC"; then
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5039 $as_echo "$ac_ct_CC" >&6; }
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5046 test -n "$ac_ct_CC" && break
5049 if test "x$ac_ct_CC" = x; then
5052 case $cross_compiling:$ac_tool_warned in
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5055 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5056 ac_tool_warned=yes ;;
5065 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5066 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5067 as_fn_error "no acceptable C compiler found in \$PATH
5068 See \`config.log' for more details." "$LINENO" 5; }
5070 # Provide some information about the compiler.
5071 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5074 for ac_option in --version -v -V -qversion; do
5075 { { ac_try="$ac_compiler $ac_option >&5"
5077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5078 *) ac_try_echo=$ac_try;;
5080 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5081 $as_echo "$ac_try_echo"; } >&5
5082 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5084 if test -s conftest.err; then
5086 ... rest of stderr output deleted ...
5087 10q' conftest.err >conftest.er1
5088 cat conftest.er1 >&5
5089 rm -f conftest.er1 conftest.err
5091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5092 test $ac_status = 0; }
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5096 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5097 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5098 $as_echo_n "(cached) " >&6
5100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5101 /* end confdefs.h. */
5114 if ac_fn_c_try_compile "$LINENO"; then :
5119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5120 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5124 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5125 if test $ac_compiler_gnu = yes; then
5130 ac_test_CFLAGS=${CFLAGS+set}
5131 ac_save_CFLAGS=$CFLAGS
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5133 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5134 if test "${ac_cv_prog_cc_g+set}" = set; then :
5135 $as_echo_n "(cached) " >&6
5137 ac_save_c_werror_flag=$ac_c_werror_flag
5138 ac_c_werror_flag=yes
5141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5142 /* end confdefs.h. */
5152 if ac_fn_c_try_compile "$LINENO"; then :
5156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5157 /* end confdefs.h. */
5167 if ac_fn_c_try_compile "$LINENO"; then :
5170 ac_c_werror_flag=$ac_save_c_werror_flag
5172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5173 /* end confdefs.h. */
5183 if ac_fn_c_try_compile "$LINENO"; then :
5186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5191 ac_c_werror_flag=$ac_save_c_werror_flag
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5194 $as_echo "$ac_cv_prog_cc_g" >&6; }
5195 if test "$ac_test_CFLAGS" = set; then
5196 CFLAGS=$ac_save_CFLAGS
5197 elif test $ac_cv_prog_cc_g = yes; then
5198 if test "$GCC" = yes; then
5204 if test "$GCC" = yes; then
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5211 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5212 if test "${ac_cv_prog_cc_c89+set}" = set; then :
5213 $as_echo_n "(cached) " >&6
5215 ac_cv_prog_cc_c89=no
5217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5218 /* end confdefs.h. */
5221 #include <sys/types.h>
5222 #include <sys/stat.h>
5223 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5224 struct buf { int x; };
5225 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5226 static char *e (p, i)
5232 static char *f (char * (*g) (char **, int), char **p, ...)
5237 s = g (p, va_arg (v,int));
5242 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5243 function prototypes and stuff, but not '\xHH' hex character constants.
5244 These don't provoke an error unfortunately, instead are silently treated
5245 as 'x'. The following induces an error, until -std is added to get
5246 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5247 array size at least. It's necessary to write '\x00'==0 to get something
5248 that's true only with -std. */
5249 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5251 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5252 inside strings and character constants. */
5254 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5256 int test (int i, double x);
5257 struct s1 {int (*f) (int a);};
5258 struct s2 {int (*f) (double a);};
5259 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5265 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5270 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5271 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5273 CC="$ac_save_CC $ac_arg"
5274 if ac_fn_c_try_compile "$LINENO"; then :
5275 ac_cv_prog_cc_c89=$ac_arg
5277 rm -f core conftest.err conftest.$ac_objext
5278 test "x$ac_cv_prog_cc_c89" != "xno" && break
5280 rm -f conftest.$ac_ext
5285 case "x$ac_cv_prog_cc_c89" in
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5288 $as_echo "none needed" >&6; } ;;
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5291 $as_echo "unsupported" >&6; } ;;
5293 CC="$CC $ac_cv_prog_cc_c89"
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5295 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5297 if test "x$ac_cv_prog_cc_c89" != xno; then :
5302 ac_cpp='$CPP $CPPFLAGS'
5303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5308 ac_cpp='$CXXCPP $CPPFLAGS'
5309 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5310 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5311 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5312 if test -z "$CXX"; then
5313 if test -n "$CCC"; then
5316 if test -n "$ac_tool_prefix"; then
5317 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5319 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5320 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5322 $as_echo_n "checking for $ac_word... " >&6; }
5323 if test "${ac_cv_prog_CXX+set}" = set; then :
5324 $as_echo_n "(cached) " >&6
5326 if test -n "$CXX"; then
5327 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333 test -z "$as_dir" && as_dir=.
5334 for ac_exec_ext in '' $ac_executable_extensions; do
5335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5336 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5347 if test -n "$CXX"; then
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5349 $as_echo "$CXX" >&6; }
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5352 $as_echo "no" >&6; }
5356 test -n "$CXX" && break
5359 if test -z "$CXX"; then
5361 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5363 # Extract the first word of "$ac_prog", so it can be a program name with args.
5364 set dummy $ac_prog; ac_word=$2
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5366 $as_echo_n "checking for $ac_word... " >&6; }
5367 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
5368 $as_echo_n "(cached) " >&6
5370 if test -n "$ac_ct_CXX"; then
5371 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5377 test -z "$as_dir" && as_dir=.
5378 for ac_exec_ext in '' $ac_executable_extensions; do
5379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5380 ac_cv_prog_ac_ct_CXX="$ac_prog"
5381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5390 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5391 if test -n "$ac_ct_CXX"; then
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5393 $as_echo "$ac_ct_CXX" >&6; }
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396 $as_echo "no" >&6; }
5400 test -n "$ac_ct_CXX" && break
5403 if test "x$ac_ct_CXX" = x; then
5406 case $cross_compiling:$ac_tool_warned in
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5409 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5410 ac_tool_warned=yes ;;
5418 # Provide some information about the compiler.
5419 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5422 for ac_option in --version -v -V -qversion; do
5423 { { ac_try="$ac_compiler $ac_option >&5"
5425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5426 *) ac_try_echo=$ac_try;;
5428 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5429 $as_echo "$ac_try_echo"; } >&5
5430 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5432 if test -s conftest.err; then
5434 ... rest of stderr output deleted ...
5435 10q' conftest.err >conftest.er1
5436 cat conftest.er1 >&5
5437 rm -f conftest.er1 conftest.err
5439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5440 test $ac_status = 0; }
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5444 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5445 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
5446 $as_echo_n "(cached) " >&6
5448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5449 /* end confdefs.h. */
5462 if ac_fn_cxx_try_compile "$LINENO"; then :
5467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5468 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5472 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5473 if test $ac_compiler_gnu = yes; then
5478 ac_test_CXXFLAGS=${CXXFLAGS+set}
5479 ac_save_CXXFLAGS=$CXXFLAGS
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5481 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5482 if test "${ac_cv_prog_cxx_g+set}" = set; then :
5483 $as_echo_n "(cached) " >&6
5485 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5486 ac_cxx_werror_flag=yes
5489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5490 /* end confdefs.h. */
5500 if ac_fn_cxx_try_compile "$LINENO"; then :
5501 ac_cv_prog_cxx_g=yes
5504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5505 /* end confdefs.h. */
5515 if ac_fn_cxx_try_compile "$LINENO"; then :
5518 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5521 /* end confdefs.h. */
5531 if ac_fn_cxx_try_compile "$LINENO"; then :
5532 ac_cv_prog_cxx_g=yes
5534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5539 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5542 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5543 if test "$ac_test_CXXFLAGS" = set; then
5544 CXXFLAGS=$ac_save_CXXFLAGS
5545 elif test $ac_cv_prog_cxx_g = yes; then
5546 if test "$GXX" = yes; then
5552 if test "$GXX" = yes; then
5559 ac_cpp='$CPP $CPPFLAGS'
5560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5564 depcc="$CXX" am_compiler_list=
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5567 $as_echo_n "checking dependency style of $depcc... " >&6; }
5568 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
5569 $as_echo_n "(cached) " >&6
5571 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5572 # We make a subdir and do the tests there. Otherwise we can end up
5573 # making bogus files that we don't know about and never remove. For
5574 # instance it was reported that on HP-UX the gcc test will end up
5575 # making a dummy file named `D' -- because `-MD' means `put the output
5578 # Copy depcomp to subdir because otherwise we won't find it if we're
5579 # using a relative directory.
5580 cp "$am_depcomp" conftest.dir
5582 # We will build objects and dependencies in a subdirectory because
5583 # it helps to detect inapplicable dependency modes. For instance
5584 # both Tru64's cc and ICC support -MD to output dependencies as a
5585 # side effect of compilation, but ICC will put the dependencies in
5586 # the current directory while Tru64 will put them in the object
5590 am_cv_CXX_dependencies_compiler_type=none
5591 if test "$am_compiler_list" = ""; then
5592 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5595 case " $depcc " in #(
5596 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5599 for depmode in $am_compiler_list; do
5600 # Setup a source with many dependencies, because some compilers
5601 # like to wrap large dependency lists on column 80 (with \), and
5602 # we should not choose a depcomp mode which is confused by this.
5604 # We need to recreate these files for each test, as the compiler may
5605 # overwrite some of them when testing with obscure command lines.
5606 # This happens at least with the AIX C compiler.
5608 for i in 1 2 3 4 5 6; do
5609 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5610 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5611 # Solaris 8's {/usr,}/bin/sh.
5612 touch sub/conftst$i.h
5614 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5616 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5617 # mode. It turns out that the SunPro C++ compiler does not properly
5618 # handle `-M -o', and we need to detect this. Also, some Intel
5619 # versions had trouble with output in subdirs
5620 am__obj=sub/conftest.${OBJEXT-o}
5621 am__minus_obj="-o $am__obj"
5624 # This depmode causes a compiler race in universal mode.
5625 test "$am__universal" = false || continue
5628 # after this tag, mechanisms are not by side-effect, so they'll
5629 # only be used when explicitly requested
5630 if test "x$enable_dependency_tracking" = xyes; then
5636 msvisualcpp | msvcmsys)
5637 # This compiler won't grok `-c -o', but also, the minuso test has
5638 # not run yet. These depmodes are late enough in the game, and
5639 # so weak that their functioning should not be impacted.
5640 am__obj=conftest.${OBJEXT-o}
5645 if depmode=$depmode \
5646 source=sub/conftest.c object=$am__obj \
5647 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5648 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5649 >/dev/null 2>conftest.err &&
5650 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5651 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5652 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5653 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5654 # icc doesn't choke on unknown options, it will just issue warnings
5655 # or remarks (even with -Werror). So we grep stderr for any message
5656 # that says an option was ignored or not supported.
5657 # When given -MP, icc 7.0 and 7.1 complain thusly:
5658 # icc: Command line warning: ignoring option '-M'; no argument required
5659 # The diagnosis changed in icc 8.0:
5660 # icc: Command line remark: option '-MP' not supported
5661 if (grep 'ignoring option' conftest.err ||
5662 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5663 am_cv_CXX_dependencies_compiler_type=$depmode
5672 am_cv_CXX_dependencies_compiler_type=none
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5677 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5678 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5681 test "x$enable_dependency_tracking" != xno \
5682 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5683 am__fastdepCXX_TRUE=
5684 am__fastdepCXX_FALSE='#'
5686 am__fastdepCXX_TRUE='#'
5687 am__fastdepCXX_FALSE=
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5692 $as_echo_n "checking for ANSI C header files... " >&6; }
5693 if test "${ac_cv_header_stdc+set}" = set; then :
5694 $as_echo_n "(cached) " >&6
5696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5697 /* end confdefs.h. */
5711 if ac_fn_c_try_compile "$LINENO"; then :
5712 ac_cv_header_stdc=yes
5714 ac_cv_header_stdc=no
5716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5718 if test $ac_cv_header_stdc = yes; then
5719 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5721 /* end confdefs.h. */
5725 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5726 $EGREP "memchr" >/dev/null 2>&1; then :
5729 ac_cv_header_stdc=no
5735 if test $ac_cv_header_stdc = yes; then
5736 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5738 /* end confdefs.h. */
5742 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5743 $EGREP "free" >/dev/null 2>&1; then :
5746 ac_cv_header_stdc=no
5752 if test $ac_cv_header_stdc = yes; then
5753 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5754 if test "$cross_compiling" = yes; then :
5757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5758 /* end confdefs.h. */
5761 #if ((' ' & 0x0FF) == 0x020)
5762 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5763 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5765 # define ISLOWER(c) \
5766 (('a' <= (c) && (c) <= 'i') \
5767 || ('j' <= (c) && (c) <= 'r') \
5768 || ('s' <= (c) && (c) <= 'z'))
5769 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5772 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5777 for (i = 0; i < 256; i++)
5778 if (XOR (islower (i), ISLOWER (i))
5779 || toupper (i) != TOUPPER (i))
5784 if ac_fn_c_try_run "$LINENO"; then :
5787 ac_cv_header_stdc=no
5789 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5790 conftest.$ac_objext conftest.beam conftest.$ac_ext
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5796 $as_echo "$ac_cv_header_stdc" >&6; }
5797 if test $ac_cv_header_stdc = yes; then
5799 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5803 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5804 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5805 inttypes.h stdint.h unistd.h
5807 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5808 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5810 eval as_val=\$$as_ac_Header
5811 if test "x$as_val" = x""yes; then :
5812 cat >>confdefs.h <<_ACEOF
5813 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5822 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5823 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5830 if test "$MINIX" = yes; then
5832 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5835 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5838 $as_echo "#define _MINIX 1" >>confdefs.h
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5844 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5845 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5846 $as_echo_n "(cached) " >&6
5848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5849 /* end confdefs.h. */
5851 # define __EXTENSIONS__ 1
5852 $ac_includes_default
5861 if ac_fn_c_try_compile "$LINENO"; then :
5862 ac_cv_safe_to_define___extensions__=yes
5864 ac_cv_safe_to_define___extensions__=no
5866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5869 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5870 test $ac_cv_safe_to_define___extensions__ = yes &&
5871 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5873 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5875 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5877 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5879 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5885 # The tests for host and target for $enable_largefile require
5890 # As the $enable_largefile decision depends on --enable-plugins we must set it
5891 # even in directories otherwise not depending on the $plugins option.
5894 # Check whether --enable-plugins was given.
5895 if test "${enable_plugins+set}" = set; then :
5896 enableval=$enable_plugins; case "${enableval}" in
5897 yes | "") plugins=yes ;;
5908 sparc-*-solaris*|i[3-7]86-*-solaris*)
5909 # On native 32bit sparc and ia32 solaris, large-file and procfs support
5910 # are mutually exclusive; and without procfs support, the bfd/ elf module
5911 # cannot provide certain routines such as elfcore_write_prpsinfo
5912 # or elfcore_write_prstatus. So unless the user explicitly requested
5913 # large-file support through the --enable-largefile switch, disable
5914 # large-file support in favor of procfs support.
5915 test "${target}" = "${host}" -a "x$plugins" = xno \
5916 && : ${enable_largefile="no"}
5920 # Check whether --enable-largefile was given.
5921 if test "${enable_largefile+set}" = set; then :
5922 enableval=$enable_largefile;
5925 if test "$enable_largefile" != no; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5928 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5929 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5930 $as_echo_n "(cached) " >&6
5932 ac_cv_sys_largefile_CC=no
5933 if test "$GCC" != yes; then
5936 # IRIX 6.2 and later do not support large files by default,
5937 # so use the C compiler's -n32 option if that helps.
5938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5939 /* end confdefs.h. */
5940 #include <sys/types.h>
5941 /* Check that off_t can represent 2**63 - 1 correctly.
5942 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5943 since some C++ compilers masquerading as C compilers
5944 incorrectly reject 9223372036854775807. */
5945 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5946 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5947 && LARGE_OFF_T % 2147483647 == 1)
5957 if ac_fn_c_try_compile "$LINENO"; then :
5960 rm -f core conftest.err conftest.$ac_objext
5962 if ac_fn_c_try_compile "$LINENO"; then :
5963 ac_cv_sys_largefile_CC=' -n32'; break
5965 rm -f core conftest.err conftest.$ac_objext
5969 rm -f conftest.$ac_ext
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5973 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5974 if test "$ac_cv_sys_largefile_CC" != no; then
5975 CC=$CC$ac_cv_sys_largefile_CC
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5979 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5980 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5981 $as_echo_n "(cached) " >&6
5984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5985 /* end confdefs.h. */
5986 #include <sys/types.h>
5987 /* Check that off_t can represent 2**63 - 1 correctly.
5988 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5989 since some C++ compilers masquerading as C compilers
5990 incorrectly reject 9223372036854775807. */
5991 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5992 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5993 && LARGE_OFF_T % 2147483647 == 1)
6003 if ac_fn_c_try_compile "$LINENO"; then :
6004 ac_cv_sys_file_offset_bits=no; break
6006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6008 /* end confdefs.h. */
6009 #define _FILE_OFFSET_BITS 64
6010 #include <sys/types.h>
6011 /* Check that off_t can represent 2**63 - 1 correctly.
6012 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6013 since some C++ compilers masquerading as C compilers
6014 incorrectly reject 9223372036854775807. */
6015 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6016 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6017 && LARGE_OFF_T % 2147483647 == 1)
6027 if ac_fn_c_try_compile "$LINENO"; then :
6028 ac_cv_sys_file_offset_bits=64; break
6030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6031 ac_cv_sys_file_offset_bits=unknown
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6036 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6037 case $ac_cv_sys_file_offset_bits in #(
6040 cat >>confdefs.h <<_ACEOF
6041 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6046 if test $ac_cv_sys_file_offset_bits = unknown; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6048 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6049 if test "${ac_cv_sys_large_files+set}" = set; then :
6050 $as_echo_n "(cached) " >&6
6053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6054 /* end confdefs.h. */
6055 #include <sys/types.h>
6056 /* Check that off_t can represent 2**63 - 1 correctly.
6057 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6058 since some C++ compilers masquerading as C compilers
6059 incorrectly reject 9223372036854775807. */
6060 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6061 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6062 && LARGE_OFF_T % 2147483647 == 1)
6072 if ac_fn_c_try_compile "$LINENO"; then :
6073 ac_cv_sys_large_files=no; break
6075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6077 /* end confdefs.h. */
6078 #define _LARGE_FILES 1
6079 #include <sys/types.h>
6080 /* Check that off_t can represent 2**63 - 1 correctly.
6081 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6082 since some C++ compilers masquerading as C compilers
6083 incorrectly reject 9223372036854775807. */
6084 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6085 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6086 && LARGE_OFF_T % 2147483647 == 1)
6096 if ac_fn_c_try_compile "$LINENO"; then :
6097 ac_cv_sys_large_files=1; break
6099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6100 ac_cv_sys_large_files=unknown
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6105 $as_echo "$ac_cv_sys_large_files" >&6; }
6106 case $ac_cv_sys_large_files in #(
6109 cat >>confdefs.h <<_ACEOF
6110 #define _LARGE_FILES $ac_cv_sys_large_files
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6124 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6129 macro_version='2.2.7a'
6130 macro_revision='1.3134'
6144 ltmain="$ac_aux_dir/ltmain.sh"
6146 # Backslashify metacharacters that are still active within
6147 # double-quoted strings.
6148 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6150 # Same as above, but do not quote variable references.
6151 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6153 # Sed substitution to delay expansion of an escaped shell variable in a
6154 # double_quote_subst'ed string.
6155 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6157 # Sed substitution to delay expansion of an escaped single quote.
6158 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6160 # Sed substitution to avoid accidental globbing in evaled expressions
6161 no_glob_subst='s/\*/\\\*/g'
6163 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6164 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6165 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6168 $as_echo_n "checking how to print strings... " >&6; }
6169 # Test print first, because it will be a builtin if present.
6170 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6171 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6173 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6176 # Use this function as a fallback that always works.
6177 func_fallback_echo ()
6179 eval 'cat <<_LTECHO_EOF
6183 ECHO='func_fallback_echo'
6186 # func_echo_all arg...
6187 # Invoke $ECHO with all args, space-separated.
6194 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6195 $as_echo "printf" >&6; } ;;
6196 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6197 $as_echo "print -r" >&6; } ;;
6198 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6199 $as_echo "cat" >&6; } ;;
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6216 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6217 if test "${ac_cv_path_SED+set}" = set; then :
6218 $as_echo_n "(cached) " >&6
6220 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6221 for ac_i in 1 2 3 4 5 6 7; do
6222 ac_script="$ac_script$as_nl$ac_script"
6224 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6225 { ac_script=; unset ac_script;}
6226 if test -z "$SED"; then
6227 ac_path_SED_found=false
6228 # Loop through the user's path and test for each of PROGNAME-LIST
6229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 test -z "$as_dir" && as_dir=.
6234 for ac_prog in sed gsed; do
6235 for ac_exec_ext in '' $ac_executable_extensions; do
6236 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6237 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
6238 # Check for GNU ac_path_SED and select it if it is found.
6239 # Check for GNU $ac_path_SED
6240 case `"$ac_path_SED" --version 2>&1` in
6242 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6245 $as_echo_n 0123456789 >"conftest.in"
6248 cat "conftest.in" "conftest.in" >"conftest.tmp"
6249 mv "conftest.tmp" "conftest.in"
6250 cp "conftest.in" "conftest.nl"
6251 $as_echo '' >> "conftest.nl"
6252 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6253 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6254 as_fn_arith $ac_count + 1 && ac_count=$as_val
6255 if test $ac_count -gt ${ac_path_SED_max-0}; then
6256 # Best one so far, save it but keep looking for a better one
6257 ac_cv_path_SED="$ac_path_SED"
6258 ac_path_SED_max=$ac_count
6260 # 10*(2^10) chars as input seems more than enough
6261 test $ac_count -gt 10 && break
6263 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6266 $ac_path_SED_found && break 3
6271 if test -z "$ac_cv_path_SED"; then
6272 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6280 $as_echo "$ac_cv_path_SED" >&6; }
6281 SED="$ac_cv_path_SED"
6284 test -z "$SED" && SED=sed
6285 Xsed="$SED -e 1s/^X//"
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6298 $as_echo_n "checking for fgrep... " >&6; }
6299 if test "${ac_cv_path_FGREP+set}" = set; then :
6300 $as_echo_n "(cached) " >&6
6302 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6303 then ac_cv_path_FGREP="$GREP -F"
6305 if test -z "$FGREP"; then
6306 ac_path_FGREP_found=false
6307 # Loop through the user's path and test for each of PROGNAME-LIST
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6312 test -z "$as_dir" && as_dir=.
6313 for ac_prog in fgrep; do
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
6316 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
6317 # Check for GNU ac_path_FGREP and select it if it is found.
6318 # Check for GNU $ac_path_FGREP
6319 case `"$ac_path_FGREP" --version 2>&1` in
6321 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
6324 $as_echo_n 0123456789 >"conftest.in"
6327 cat "conftest.in" "conftest.in" >"conftest.tmp"
6328 mv "conftest.tmp" "conftest.in"
6329 cp "conftest.in" "conftest.nl"
6330 $as_echo 'FGREP' >> "conftest.nl"
6331 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
6332 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6333 as_fn_arith $ac_count + 1 && ac_count=$as_val
6334 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6335 # Best one so far, save it but keep looking for a better one
6336 ac_cv_path_FGREP="$ac_path_FGREP"
6337 ac_path_FGREP_max=$ac_count
6339 # 10*(2^10) chars as input seems more than enough
6340 test $ac_count -gt 10 && break
6342 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6345 $ac_path_FGREP_found && break 3
6350 if test -z "$ac_cv_path_FGREP"; then
6351 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6354 ac_cv_path_FGREP=$FGREP
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6360 $as_echo "$ac_cv_path_FGREP" >&6; }
6361 FGREP="$ac_cv_path_FGREP"
6364 test -z "$GREP" && GREP=grep
6384 # Check whether --with-gnu-ld was given.
6385 if test "${with_gnu_ld+set}" = set; then :
6386 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
6392 if test "$GCC" = yes; then
6393 # Check if gcc -print-prog-name=ld gives a path.
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6395 $as_echo_n "checking for ld used by $CC... " >&6; }
6398 # gcc leaves a trailing carriage return which upsets mingw
6399 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6401 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6404 # Accept absolute paths.
6406 re_direlt='/[^/][^/]*/\.\./'
6407 # Canonicalize the pathname of ld
6408 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6409 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
6410 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6412 test -z "$LD" && LD="$ac_prog"
6415 # If it fails, then pretend we aren't using GCC.
6419 # If it is relative, then search for the first ld in PATH.
6423 elif test "$with_gnu_ld" = yes; then
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6425 $as_echo_n "checking for GNU ld... " >&6; }
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6428 $as_echo_n "checking for non-GNU ld... " >&6; }
6430 if test "${lt_cv_path_LD+set}" = set; then :
6431 $as_echo_n "(cached) " >&6
6433 if test -z "$LD"; then
6434 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6435 for ac_dir in $PATH; do
6437 test -z "$ac_dir" && ac_dir=.
6438 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6439 lt_cv_path_LD="$ac_dir/$ac_prog"
6440 # Check to see if the program is GNU ld. I'd rather use --version,
6441 # but apparently some variants of GNU ld only accept -v.
6442 # Break only if it was the GNU/non-GNU ld that we prefer.
6443 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6444 *GNU* | *'with BFD'*)
6445 test "$with_gnu_ld" != no && break
6448 test "$with_gnu_ld" != yes && break
6455 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6460 if test -n "$LD"; then
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6462 $as_echo "$LD" >&6; }
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6465 $as_echo "no" >&6; }
6467 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6469 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6470 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6471 $as_echo_n "(cached) " >&6
6473 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6474 case `$LD -v 2>&1 </dev/null` in
6475 *GNU* | *'with BFD'*)
6476 lt_cv_prog_gnu_ld=yes
6479 lt_cv_prog_gnu_ld=no
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6484 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6485 with_gnu_ld=$lt_cv_prog_gnu_ld
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6496 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6497 if test "${lt_cv_path_NM+set}" = set; then :
6498 $as_echo_n "(cached) " >&6
6500 if test -n "$NM"; then
6501 # Let the user override the test.
6504 lt_nm_to_check="${ac_tool_prefix}nm"
6505 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6506 lt_nm_to_check="$lt_nm_to_check nm"
6508 for lt_tmp_nm in $lt_nm_to_check; do
6509 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6510 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6512 test -z "$ac_dir" && ac_dir=.
6513 tmp_nm="$ac_dir/$lt_tmp_nm"
6514 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6515 # Check to see if the nm accepts a BSD-compat flag.
6516 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6517 # nm: unknown option "B" ignored
6518 # Tru64's nm complains that /dev/null is an invalid object file
6519 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6520 */dev/null* | *'Invalid file or object type'*)
6521 lt_cv_path_NM="$tmp_nm -B"
6525 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6527 lt_cv_path_NM="$tmp_nm -p"
6531 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6532 continue # so that we can try to find one that supports BSD flags
6541 : ${lt_cv_path_NM=no}
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6545 $as_echo "$lt_cv_path_NM" >&6; }
6546 if test "$lt_cv_path_NM" != "no"; then
6549 # Didn't find any BSD compatible name lister, look for dumpbin.
6550 if test -n "$DUMPBIN"; then :
6551 # Let the user override the test.
6553 if test -n "$ac_tool_prefix"; then
6554 for ac_prog in dumpbin "link -dump"
6556 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6557 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6559 $as_echo_n "checking for $ac_word... " >&6; }
6560 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6561 $as_echo_n "(cached) " >&6
6563 if test -n "$DUMPBIN"; then
6564 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570 test -z "$as_dir" && as_dir=.
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6583 DUMPBIN=$ac_cv_prog_DUMPBIN
6584 if test -n "$DUMPBIN"; then
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6586 $as_echo "$DUMPBIN" >&6; }
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6589 $as_echo "no" >&6; }
6593 test -n "$DUMPBIN" && break
6596 if test -z "$DUMPBIN"; then
6597 ac_ct_DUMPBIN=$DUMPBIN
6598 for ac_prog in dumpbin "link -dump"
6600 # Extract the first word of "$ac_prog", so it can be a program name with args.
6601 set dummy $ac_prog; ac_word=$2
6602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6603 $as_echo_n "checking for $ac_word... " >&6; }
6604 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6605 $as_echo_n "(cached) " >&6
6607 if test -n "$ac_ct_DUMPBIN"; then
6608 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6614 test -z "$as_dir" && as_dir=.
6615 for ac_exec_ext in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6627 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6628 if test -n "$ac_ct_DUMPBIN"; then
6629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6630 $as_echo "$ac_ct_DUMPBIN" >&6; }
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6633 $as_echo "no" >&6; }
6637 test -n "$ac_ct_DUMPBIN" && break
6640 if test "x$ac_ct_DUMPBIN" = x; then
6643 case $cross_compiling:$ac_tool_warned in
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6646 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6647 ac_tool_warned=yes ;;
6649 DUMPBIN=$ac_ct_DUMPBIN
6653 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6655 DUMPBIN="$DUMPBIN -symbols"
6663 if test "$DUMPBIN" != ":"; then
6667 test -z "$NM" && NM=nm
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6675 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6676 if test "${lt_cv_nm_interface+set}" = set; then :
6677 $as_echo_n "(cached) " >&6
6679 lt_cv_nm_interface="BSD nm"
6680 echo "int some_variable = 0;" > conftest.$ac_ext
6681 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6682 (eval "$ac_compile" 2>conftest.err)
6683 cat conftest.err >&5
6684 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6685 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6686 cat conftest.err >&5
6687 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6688 cat conftest.out >&5
6689 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6690 lt_cv_nm_interface="MS dumpbin"
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6695 $as_echo "$lt_cv_nm_interface" >&6; }
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6698 $as_echo_n "checking whether ln -s works... " >&6; }
6700 if test "$LN_S" = "ln -s"; then
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6702 $as_echo "yes" >&6; }
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6705 $as_echo "no, using $LN_S" >&6; }
6708 # find the maximum length of command line arguments
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6710 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6711 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6712 $as_echo_n "(cached) " >&6
6719 # On DJGPP, this test can blow up pretty badly due to problems in libc
6720 # (any single argument exceeding 2000 bytes causes a buffer overrun
6721 # during glob expansion). Even if it were fixed, the result of this
6722 # check would be larger than it should be.
6723 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6727 # Under GNU Hurd, this test is not required because there is
6728 # no limit to the length of command line arguments.
6729 # Libtool will interpret -1 as no limit whatsoever
6730 lt_cv_sys_max_cmd_len=-1;
6733 cygwin* | mingw* | cegcc*)
6734 # On Win9x/ME, this test blows up -- it succeeds, but takes
6735 # about 5 minutes as the teststring grows exponentially.
6736 # Worse, since 9x/ME are not pre-emptively multitasking,
6737 # you end up with a "frozen" computer, even though with patience
6738 # the test eventually succeeds (with a max line length of 256k).
6739 # Instead, let's just punt: use the minimum linelength reported by
6740 # all of the supported platforms: 8192 (on NT/2K/XP).
6741 lt_cv_sys_max_cmd_len=8192;
6745 # On MiNT this can take a long time and run out of memory.
6746 lt_cv_sys_max_cmd_len=8192;
6750 # On AmigaOS with pdksh, this test takes hours, literally.
6751 # So we just punt and use a minimum line length of 8192.
6752 lt_cv_sys_max_cmd_len=8192;
6755 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6756 # This has been around since 386BSD, at least. Likely further.
6757 if test -x /sbin/sysctl; then
6758 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6759 elif test -x /usr/sbin/sysctl; then
6760 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6762 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6764 # And add a safety zone
6765 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6766 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6770 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6771 lt_cv_sys_max_cmd_len=196608
6775 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6776 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6777 # nice to cause kernel panics so lets avoid the loop below.
6778 # First set a reasonable default.
6779 lt_cv_sys_max_cmd_len=16384
6781 if test -x /sbin/sysconfig; then
6782 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6783 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6788 lt_cv_sys_max_cmd_len=102400
6790 sysv5* | sco5v6* | sysv4.2uw2*)
6791 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6792 if test -n "$kargmax"; then
6793 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6795 lt_cv_sys_max_cmd_len=32768
6799 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6800 if test -n "$lt_cv_sys_max_cmd_len"; then
6801 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6802 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6804 # Make teststring a little bigger before we do anything with it.
6805 # a 1K string should be a reasonable start.
6806 for i in 1 2 3 4 5 6 7 8 ; do
6807 teststring=$teststring$teststring
6809 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6810 # If test is not a shell built-in, we'll probably end up computing a
6811 # maximum length that is only half of the actual maximum length, but
6813 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6814 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6815 test $i != 17 # 1/2 MB should be enough
6818 teststring=$teststring$teststring
6820 # Only check the string length outside the loop.
6821 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6823 # Add a significant safety factor because C++ compilers can tack on
6824 # massive amounts of additional arguments before passing them to the
6825 # linker. It appears as though 1/2 is a usable value.
6826 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6833 if test -n $lt_cv_sys_max_cmd_len ; then
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6835 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6838 $as_echo "none" >&6; }
6840 max_cmd_len=$lt_cv_sys_max_cmd_len
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6852 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6853 # Try some XSI features
6856 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6858 && eval 'test $(( 1 + 1 )) -eq 2 \
6859 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6862 $as_echo "$xsi_shell" >&6; }
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6866 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6868 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6870 && lt_shell_append=yes
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6872 $as_echo "$lt_shell_append" >&6; }
6875 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6885 # test EBCDIC or ASCII
6886 case `echo X|tr X '\101'` in
6887 A) # ASCII based system
6888 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6889 lt_SP2NL='tr \040 \012'
6890 lt_NL2SP='tr \015\012 \040\040'
6892 *) # EBCDIC based system
6893 lt_SP2NL='tr \100 \n'
6894 lt_NL2SP='tr \r\n \100\100'
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6907 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6908 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6909 $as_echo_n "(cached) " >&6
6911 lt_cv_ld_reload_flag='-r'
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6914 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6915 reload_flag=$lt_cv_ld_reload_flag
6916 case $reload_flag in
6918 *) reload_flag=" $reload_flag" ;;
6920 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6923 if test "$GCC" = yes; then
6924 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6926 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6939 if test -n "$ac_tool_prefix"; then
6940 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6941 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6943 $as_echo_n "checking for $ac_word... " >&6; }
6944 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6945 $as_echo_n "(cached) " >&6
6947 if test -n "$OBJDUMP"; then
6948 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954 test -z "$as_dir" && as_dir=.
6955 for ac_exec_ext in '' $ac_executable_extensions; do
6956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6957 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967 OBJDUMP=$ac_cv_prog_OBJDUMP
6968 if test -n "$OBJDUMP"; then
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6970 $as_echo "$OBJDUMP" >&6; }
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6973 $as_echo "no" >&6; }
6978 if test -z "$ac_cv_prog_OBJDUMP"; then
6979 ac_ct_OBJDUMP=$OBJDUMP
6980 # Extract the first word of "objdump", so it can be a program name with args.
6981 set dummy objdump; ac_word=$2
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6983 $as_echo_n "checking for $ac_word... " >&6; }
6984 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6985 $as_echo_n "(cached) " >&6
6987 if test -n "$ac_ct_OBJDUMP"; then
6988 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 test -z "$as_dir" && as_dir=.
6995 for ac_exec_ext in '' $ac_executable_extensions; do
6996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6997 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7007 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7008 if test -n "$ac_ct_OBJDUMP"; then
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
7010 $as_echo "$ac_ct_OBJDUMP" >&6; }
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7013 $as_echo "no" >&6; }
7016 if test "x$ac_ct_OBJDUMP" = x; then
7019 case $cross_compiling:$ac_tool_warned in
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7022 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7023 ac_tool_warned=yes ;;
7025 OBJDUMP=$ac_ct_OBJDUMP
7028 OBJDUMP="$ac_cv_prog_OBJDUMP"
7031 test -z "$OBJDUMP" && OBJDUMP=objdump
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
7042 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
7043 if test "${lt_cv_deplibs_check_method+set}" = set; then :
7044 $as_echo_n "(cached) " >&6
7046 lt_cv_file_magic_cmd='$MAGIC_CMD'
7047 lt_cv_file_magic_test_file=
7048 lt_cv_deplibs_check_method='unknown'
7049 # Need to set the preceding variable on all platforms that support
7050 # interlibrary dependencies.
7051 # 'none' -- dependencies not supported.
7052 # `unknown' -- same as none, but documents that we really don't know.
7053 # 'pass_all' -- all dependencies passed with no checks.
7054 # 'test_compile' -- check by making test program.
7055 # 'file_magic [[regex]]' -- check by looking for files in library path
7056 # which responds to the $file_magic_cmd with a given extended regex.
7057 # If you have `file' or equivalent on your system and you're not sure
7058 # whether `pass_all' will *always* work, you probably want this one.
7062 lt_cv_deplibs_check_method=pass_all
7066 lt_cv_deplibs_check_method=pass_all
7070 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7071 lt_cv_file_magic_cmd='/usr/bin/file -L'
7072 lt_cv_file_magic_test_file=/shlib/libc.so
7076 # func_win32_libid is a shell function defined in ltmain.sh
7077 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7078 lt_cv_file_magic_cmd='func_win32_libid'
7082 # Base MSYS/MinGW do not provide the 'file' command needed by
7083 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7084 # unless we find 'file', for example because we are cross-compiling.
7085 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
7086 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
7087 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7088 lt_cv_file_magic_cmd='func_win32_libid'
7090 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
7091 lt_cv_file_magic_cmd='$OBJDUMP -f'
7096 # use the weaker test based on 'objdump'. See mingw*.
7097 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7098 lt_cv_file_magic_cmd='$OBJDUMP -f'
7101 darwin* | rhapsody*)
7102 lt_cv_deplibs_check_method=pass_all
7105 freebsd* | dragonfly*)
7106 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7109 # Not sure whether the presence of OpenBSD here was a mistake.
7110 # Let's accept both of them until this is cleared up.
7111 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7112 lt_cv_file_magic_cmd=/usr/bin/file
7113 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7117 lt_cv_deplibs_check_method=pass_all
7122 lt_cv_deplibs_check_method=pass_all
7126 lt_cv_deplibs_check_method=pass_all
7129 hpux10.20* | hpux11*)
7130 lt_cv_file_magic_cmd=/usr/bin/file
7133 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
7134 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7137 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]'
7138 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7141 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7142 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7148 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
7149 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
7152 irix5* | irix6* | nonstopux*)
7154 *-32|*"-32 ") libmagic=32-bit;;
7155 *-n32|*"-n32 ") libmagic=N32;;
7156 *-64|*"-64 ") libmagic=64-bit;;
7157 *) libmagic=never-match;;
7159 lt_cv_deplibs_check_method=pass_all
7162 # This must be Linux ELF.
7163 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7164 lt_cv_deplibs_check_method=pass_all
7168 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7169 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7171 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7176 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7177 lt_cv_file_magic_cmd=/usr/bin/file
7178 lt_cv_file_magic_test_file=/usr/lib/libnls.so
7182 lt_cv_deplibs_check_method=pass_all
7186 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7187 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
7189 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7193 osf3* | osf4* | osf5*)
7194 lt_cv_deplibs_check_method=pass_all
7198 lt_cv_deplibs_check_method=pass_all
7202 lt_cv_deplibs_check_method=pass_all
7205 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7206 lt_cv_deplibs_check_method=pass_all
7210 case $host_vendor in
7212 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]'
7213 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7216 lt_cv_deplibs_check_method=pass_all
7219 lt_cv_file_magic_cmd='/bin/file'
7220 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7223 lt_cv_file_magic_cmd='/bin/file'
7224 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
7225 lt_cv_file_magic_test_file=/lib/libc.so
7228 lt_cv_deplibs_check_method=pass_all
7231 lt_cv_deplibs_check_method=pass_all
7237 lt_cv_deplibs_check_method=pass_all
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
7243 $as_echo "$lt_cv_deplibs_check_method" >&6; }
7244 file_magic_cmd=$lt_cv_file_magic_cmd
7245 deplibs_check_method=$lt_cv_deplibs_check_method
7246 test -z "$deplibs_check_method" && deplibs_check_method=unknown
7259 if test -n "$ac_tool_prefix"; then
7260 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7261 set dummy ${ac_tool_prefix}ar; ac_word=$2
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7263 $as_echo_n "checking for $ac_word... " >&6; }
7264 if test "${ac_cv_prog_AR+set}" = set; then :
7265 $as_echo_n "(cached) " >&6
7267 if test -n "$AR"; then
7268 ac_cv_prog_AR="$AR" # Let the user override the test.
7270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7274 test -z "$as_dir" && as_dir=.
7275 for ac_exec_ext in '' $ac_executable_extensions; do
7276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7277 ac_cv_prog_AR="${ac_tool_prefix}ar"
7278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7288 if test -n "$AR"; then
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7290 $as_echo "$AR" >&6; }
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7293 $as_echo "no" >&6; }
7298 if test -z "$ac_cv_prog_AR"; then
7300 # Extract the first word of "ar", so it can be a program name with args.
7301 set dummy ar; ac_word=$2
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 $as_echo_n "checking for $ac_word... " >&6; }
7304 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
7305 $as_echo_n "(cached) " >&6
7307 if test -n "$ac_ct_AR"; then
7308 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7314 test -z "$as_dir" && as_dir=.
7315 for ac_exec_ext in '' $ac_executable_extensions; do
7316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7317 ac_cv_prog_ac_ct_AR="ar"
7318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7328 if test -n "$ac_ct_AR"; then
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7330 $as_echo "$ac_ct_AR" >&6; }
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7333 $as_echo "no" >&6; }
7336 if test "x$ac_ct_AR" = x; then
7339 case $cross_compiling:$ac_tool_warned in
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7343 ac_tool_warned=yes ;;
7351 test -z "$AR" && AR=ar
7352 test -z "$AR_FLAGS" && AR_FLAGS=cru
7364 if test -n "$ac_tool_prefix"; then
7365 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7366 set dummy ${ac_tool_prefix}strip; ac_word=$2
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7368 $as_echo_n "checking for $ac_word... " >&6; }
7369 if test "${ac_cv_prog_STRIP+set}" = set; then :
7370 $as_echo_n "(cached) " >&6
7372 if test -n "$STRIP"; then
7373 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7379 test -z "$as_dir" && as_dir=.
7380 for ac_exec_ext in '' $ac_executable_extensions; do
7381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7382 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7392 STRIP=$ac_cv_prog_STRIP
7393 if test -n "$STRIP"; then
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7395 $as_echo "$STRIP" >&6; }
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7398 $as_echo "no" >&6; }
7403 if test -z "$ac_cv_prog_STRIP"; then
7405 # Extract the first word of "strip", so it can be a program name with args.
7406 set dummy strip; ac_word=$2
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7408 $as_echo_n "checking for $ac_word... " >&6; }
7409 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
7410 $as_echo_n "(cached) " >&6
7412 if test -n "$ac_ct_STRIP"; then
7413 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7419 test -z "$as_dir" && as_dir=.
7420 for ac_exec_ext in '' $ac_executable_extensions; do
7421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7422 ac_cv_prog_ac_ct_STRIP="strip"
7423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7432 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7433 if test -n "$ac_ct_STRIP"; then
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7435 $as_echo "$ac_ct_STRIP" >&6; }
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7438 $as_echo "no" >&6; }
7441 if test "x$ac_ct_STRIP" = x; then
7444 case $cross_compiling:$ac_tool_warned in
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7447 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7448 ac_tool_warned=yes ;;
7453 STRIP="$ac_cv_prog_STRIP"
7456 test -z "$STRIP" && STRIP=:
7463 if test -n "$ac_tool_prefix"; then
7464 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7465 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7467 $as_echo_n "checking for $ac_word... " >&6; }
7468 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7469 $as_echo_n "(cached) " >&6
7471 if test -n "$RANLIB"; then
7472 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7491 RANLIB=$ac_cv_prog_RANLIB
7492 if test -n "$RANLIB"; then
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7494 $as_echo "$RANLIB" >&6; }
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7497 $as_echo "no" >&6; }
7502 if test -z "$ac_cv_prog_RANLIB"; then
7503 ac_ct_RANLIB=$RANLIB
7504 # Extract the first word of "ranlib", so it can be a program name with args.
7505 set dummy ranlib; ac_word=$2
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7507 $as_echo_n "checking for $ac_word... " >&6; }
7508 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7509 $as_echo_n "(cached) " >&6
7511 if test -n "$ac_ct_RANLIB"; then
7512 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7518 test -z "$as_dir" && as_dir=.
7519 for ac_exec_ext in '' $ac_executable_extensions; do
7520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7521 ac_cv_prog_ac_ct_RANLIB="ranlib"
7522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7531 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7532 if test -n "$ac_ct_RANLIB"; then
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7534 $as_echo "$ac_ct_RANLIB" >&6; }
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7537 $as_echo "no" >&6; }
7540 if test "x$ac_ct_RANLIB" = x; then
7543 case $cross_compiling:$ac_tool_warned in
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7546 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7547 ac_tool_warned=yes ;;
7549 RANLIB=$ac_ct_RANLIB
7552 RANLIB="$ac_cv_prog_RANLIB"
7555 test -z "$RANLIB" && RANLIB=:
7562 # Determine commands to create old-style static archives.
7563 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7564 old_postinstall_cmds='chmod 644 $oldlib'
7565 old_postuninstall_cmds=
7567 if test -n "$RANLIB"; then
7570 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7573 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7576 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7581 lock_old_archive_extraction=yes ;;
7583 lock_old_archive_extraction=no ;;
7624 # If no C compiler was specified, use CC.
7627 # If no C compiler flags were specified, use CFLAGS.
7628 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7630 # Allow CC to be a program name with arguments.
7634 # Check for command to grab the raw symbol name followed by C symbol from nm.
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7636 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7637 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
7641 # These are sane defaults that work on at least a few old systems.
7642 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7644 # Character class describing NM global symbol codes.
7645 symcode='[BCDEGRST]'
7647 # Regexp to match symbols that can be accessed directly from C.
7648 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7650 # Define system-specific variables.
7655 cygwin* | mingw* | pw32* | cegcc*)
7656 symcode='[ABCDGISTW]'
7659 if test "$host_cpu" = ia64; then
7660 symcode='[ABCDEGRST]'
7664 symcode='[BCDEGRST]'
7667 symcode='[BCDEGQRST]'
7678 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7686 # If we're using GNU nm, then use its standard symbol codes.
7687 case `$NM -V 2>&1` in
7688 *GNU* | *'with BFD'*)
7689 symcode='[ABCDGIRSTW]' ;;
7692 # Transform an extracted symbol line into a proper C declaration.
7693 # Some systems (esp. on ia64) link data and code symbols differently,
7694 # so use this general approach.
7695 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7697 # Transform an extracted symbol line into symbol name and symbol address
7698 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7699 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'"
7701 # Handle CRLF in mingw tool chain
7705 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7709 # Try without a prefix underscore, then with it.
7710 for ac_symprfx in "" "_"; do
7712 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7713 symxfrm="\\1 $ac_symprfx\\2 \\2"
7715 # Write the raw and C identifiers.
7716 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7717 # Fake it for dumpbin and say T for any non-static function
7718 # and D for any global variable.
7719 # Also find C++ and __fastcall symbols from MSVC++,
7720 # which start with @ or ?.
7721 lt_cv_sys_global_symbol_pipe="$AWK '"\
7722 " {last_section=section; section=\$ 3};"\
7723 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7724 " \$ 0!~/External *\|/{next};"\
7725 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7726 " {if(hide[section]) next};"\
7727 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7728 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7729 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7730 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7731 " ' prfx=^$ac_symprfx"
7733 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7736 # Check to see that the pipe works correctly.
7740 cat > conftest.$ac_ext <<_LT_EOF
7745 void nm_test_func(void);
7746 void nm_test_func(void){}
7750 int main(){nm_test_var='a';nm_test_func();return(0);}
7753 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7754 (eval $ac_compile) 2>&5
7756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7757 test $ac_status = 0; }; then
7758 # Now try to grab the symbols.
7760 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7761 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7764 test $ac_status = 0; } && test -s "$nlist"; then
7765 # Try sorting and uniquifying the output.
7766 if sort "$nlist" | uniq > "$nlist"T; then
7767 mv -f "$nlist"T "$nlist"
7772 # Make sure that we snagged all the symbols we need.
7773 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7774 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7775 cat <<_LT_EOF > conftest.$ac_ext
7781 # Now generate the symbol file.
7782 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7784 cat <<_LT_EOF >> conftest.$ac_ext
7786 /* The mapping between symbol names and symbols. */
7791 lt__PROGRAM__LTX_preloaded_symbols[] =
7793 { "@PROGRAM@", (void *) 0 },
7795 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7796 cat <<\_LT_EOF >> conftest.$ac_ext
7800 /* This works around a problem in FreeBSD linker */
7801 #ifdef FREEBSD_WORKAROUND
7802 static const void *lt_preloaded_setup() {
7803 return lt__PROGRAM__LTX_preloaded_symbols;
7811 # Now try linking the two files.
7812 mv conftest.$ac_objext conftstm.$ac_objext
7813 lt_save_LIBS="$LIBS"
7814 lt_save_CFLAGS="$CFLAGS"
7815 LIBS="conftstm.$ac_objext"
7816 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7817 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7818 (eval $ac_link) 2>&5
7820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7821 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7824 LIBS="$lt_save_LIBS"
7825 CFLAGS="$lt_save_CFLAGS"
7827 echo "cannot find nm_test_func in $nlist" >&5
7830 echo "cannot find nm_test_var in $nlist" >&5
7833 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7836 echo "$progname: failed program was:" >&5
7837 cat conftest.$ac_ext >&5
7839 rm -rf conftest* conftst*
7841 # Do not use the global_symbol_pipe unless it works.
7842 if test "$pipe_works" = yes; then
7845 lt_cv_sys_global_symbol_pipe=
7851 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7852 lt_cv_sys_global_symbol_to_cdecl=
7854 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7856 $as_echo "failed" >&6; }
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7859 $as_echo "ok" >&6; }
7883 # Check whether --enable-libtool-lock was given.
7884 if test "${enable_libtool_lock+set}" = set; then :
7885 enableval=$enable_libtool_lock;
7888 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7890 # Some flags need to be propagated to the compiler or linker for good
7894 # Find out which ABI we are using.
7895 echo 'int i;' > conftest.$ac_ext
7896 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7897 (eval $ac_compile) 2>&5
7899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7900 test $ac_status = 0; }; then
7901 case `/usr/bin/file conftest.$ac_objext` in
7913 # Find out which ABI we are using.
7914 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7915 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7916 (eval $ac_compile) 2>&5
7918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7919 test $ac_status = 0; }; then
7920 if test "$lt_cv_prog_gnu_ld" = yes; then
7921 case `/usr/bin/file conftest.$ac_objext` in
7923 LD="${LD-ld} -melf32bsmip"
7926 LD="${LD-ld} -melf32bmipn32"
7929 LD="${LD-ld} -melf64bmip"
7933 case `/usr/bin/file conftest.$ac_objext` in
7949 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7950 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7951 # Find out which ABI we are using.
7952 echo 'int i;' > conftest.$ac_ext
7953 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7954 (eval $ac_compile) 2>&5
7956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7957 test $ac_status = 0; }; then
7958 case `/usr/bin/file conftest.o` in
7961 x86_64-*kfreebsd*-gnu)
7962 LD="${LD-ld} -m elf_i386_fbsd"
7965 case `/usr/bin/file conftest.o` in
7967 LD="${LD-ld} -m elf32_x86_64"
7970 LD="${LD-ld} -m elf_i386"
7974 powerpc64le-*linux*)
7975 LD="${LD-ld} -m elf32lppclinux"
7978 LD="${LD-ld} -m elf32ppclinux"
7981 LD="${LD-ld} -m elf_s390"
7984 LD="${LD-ld} -m elf32_sparc"
7990 x86_64-*kfreebsd*-gnu)
7991 LD="${LD-ld} -m elf_x86_64_fbsd"
7994 LD="${LD-ld} -m elf_x86_64"
7997 LD="${LD-ld} -m elf64lppc"
8000 LD="${LD-ld} -m elf64ppc"
8002 s390*-*linux*|s390*-*tpf*)
8003 LD="${LD-ld} -m elf64_s390"
8006 LD="${LD-ld} -m elf64_sparc"
8016 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8017 SAVE_CFLAGS="$CFLAGS"
8018 CFLAGS="$CFLAGS -belf"
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
8020 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
8021 if test "${lt_cv_cc_needs_belf+set}" = set; then :
8022 $as_echo_n "(cached) " >&6
8025 ac_cpp='$CPP $CPPFLAGS'
8026 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8027 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8028 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8031 /* end confdefs.h. */
8041 if ac_fn_c_try_link "$LINENO"; then :
8042 lt_cv_cc_needs_belf=yes
8044 lt_cv_cc_needs_belf=no
8046 rm -f core conftest.err conftest.$ac_objext \
8047 conftest$ac_exeext conftest.$ac_ext
8049 ac_cpp='$CPP $CPPFLAGS'
8050 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8051 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8052 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
8056 $as_echo "$lt_cv_cc_needs_belf" >&6; }
8057 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8058 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8059 CFLAGS="$SAVE_CFLAGS"
8063 # Find out which ABI we are using.
8064 echo 'int i;' > conftest.$ac_ext
8065 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8066 (eval $ac_compile) 2>&5
8068 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8069 test $ac_status = 0; }; then
8070 case `/usr/bin/file conftest.o` in
8072 case $lt_cv_prog_gnu_ld in
8073 yes*) LD="${LD-ld} -m elf64_sparc" ;;
8075 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8087 need_locks="$enable_libtool_lock"
8091 rhapsody* | darwin*)
8092 if test -n "$ac_tool_prefix"; then
8093 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
8094 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8096 $as_echo_n "checking for $ac_word... " >&6; }
8097 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
8098 $as_echo_n "(cached) " >&6
8100 if test -n "$DSYMUTIL"; then
8101 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
8103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8107 test -z "$as_dir" && as_dir=.
8108 for ac_exec_ext in '' $ac_executable_extensions; do
8109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8110 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
8111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8120 DSYMUTIL=$ac_cv_prog_DSYMUTIL
8121 if test -n "$DSYMUTIL"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
8123 $as_echo "$DSYMUTIL" >&6; }
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8126 $as_echo "no" >&6; }
8131 if test -z "$ac_cv_prog_DSYMUTIL"; then
8132 ac_ct_DSYMUTIL=$DSYMUTIL
8133 # Extract the first word of "dsymutil", so it can be a program name with args.
8134 set dummy dsymutil; ac_word=$2
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8136 $as_echo_n "checking for $ac_word... " >&6; }
8137 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
8138 $as_echo_n "(cached) " >&6
8140 if test -n "$ac_ct_DSYMUTIL"; then
8141 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
8143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8147 test -z "$as_dir" && as_dir=.
8148 for ac_exec_ext in '' $ac_executable_extensions; do
8149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8150 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
8151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8160 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8161 if test -n "$ac_ct_DSYMUTIL"; then
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
8163 $as_echo "$ac_ct_DSYMUTIL" >&6; }
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8166 $as_echo "no" >&6; }
8169 if test "x$ac_ct_DSYMUTIL" = x; then
8172 case $cross_compiling:$ac_tool_warned in
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8175 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8176 ac_tool_warned=yes ;;
8178 DSYMUTIL=$ac_ct_DSYMUTIL
8181 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8184 if test -n "$ac_tool_prefix"; then
8185 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8186 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8188 $as_echo_n "checking for $ac_word... " >&6; }
8189 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
8190 $as_echo_n "(cached) " >&6
8192 if test -n "$NMEDIT"; then
8193 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8199 test -z "$as_dir" && as_dir=.
8200 for ac_exec_ext in '' $ac_executable_extensions; do
8201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8202 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
8203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8212 NMEDIT=$ac_cv_prog_NMEDIT
8213 if test -n "$NMEDIT"; then
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
8215 $as_echo "$NMEDIT" >&6; }
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8218 $as_echo "no" >&6; }
8223 if test -z "$ac_cv_prog_NMEDIT"; then
8224 ac_ct_NMEDIT=$NMEDIT
8225 # Extract the first word of "nmedit", so it can be a program name with args.
8226 set dummy nmedit; ac_word=$2
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8228 $as_echo_n "checking for $ac_word... " >&6; }
8229 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
8230 $as_echo_n "(cached) " >&6
8232 if test -n "$ac_ct_NMEDIT"; then
8233 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8239 test -z "$as_dir" && as_dir=.
8240 for ac_exec_ext in '' $ac_executable_extensions; do
8241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8242 ac_cv_prog_ac_ct_NMEDIT="nmedit"
8243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8252 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8253 if test -n "$ac_ct_NMEDIT"; then
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
8255 $as_echo "$ac_ct_NMEDIT" >&6; }
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8258 $as_echo "no" >&6; }
8261 if test "x$ac_ct_NMEDIT" = x; then
8264 case $cross_compiling:$ac_tool_warned in
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8267 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8268 ac_tool_warned=yes ;;
8270 NMEDIT=$ac_ct_NMEDIT
8273 NMEDIT="$ac_cv_prog_NMEDIT"
8276 if test -n "$ac_tool_prefix"; then
8277 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
8278 set dummy ${ac_tool_prefix}lipo; ac_word=$2
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8280 $as_echo_n "checking for $ac_word... " >&6; }
8281 if test "${ac_cv_prog_LIPO+set}" = set; then :
8282 $as_echo_n "(cached) " >&6
8284 if test -n "$LIPO"; then
8285 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8291 test -z "$as_dir" && as_dir=.
8292 for ac_exec_ext in '' $ac_executable_extensions; do
8293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8294 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
8295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8304 LIPO=$ac_cv_prog_LIPO
8305 if test -n "$LIPO"; then
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8307 $as_echo "$LIPO" >&6; }
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8310 $as_echo "no" >&6; }
8315 if test -z "$ac_cv_prog_LIPO"; then
8317 # Extract the first word of "lipo", so it can be a program name with args.
8318 set dummy lipo; ac_word=$2
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8320 $as_echo_n "checking for $ac_word... " >&6; }
8321 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
8322 $as_echo_n "(cached) " >&6
8324 if test -n "$ac_ct_LIPO"; then
8325 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8331 test -z "$as_dir" && as_dir=.
8332 for ac_exec_ext in '' $ac_executable_extensions; do
8333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8334 ac_cv_prog_ac_ct_LIPO="lipo"
8335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8344 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
8345 if test -n "$ac_ct_LIPO"; then
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
8347 $as_echo "$ac_ct_LIPO" >&6; }
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8350 $as_echo "no" >&6; }
8353 if test "x$ac_ct_LIPO" = x; then
8356 case $cross_compiling:$ac_tool_warned in
8358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8359 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8360 ac_tool_warned=yes ;;
8365 LIPO="$ac_cv_prog_LIPO"
8368 if test -n "$ac_tool_prefix"; then
8369 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8370 set dummy ${ac_tool_prefix}otool; ac_word=$2
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8372 $as_echo_n "checking for $ac_word... " >&6; }
8373 if test "${ac_cv_prog_OTOOL+set}" = set; then :
8374 $as_echo_n "(cached) " >&6
8376 if test -n "$OTOOL"; then
8377 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8383 test -z "$as_dir" && as_dir=.
8384 for ac_exec_ext in '' $ac_executable_extensions; do
8385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8386 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8396 OTOOL=$ac_cv_prog_OTOOL
8397 if test -n "$OTOOL"; then
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8399 $as_echo "$OTOOL" >&6; }
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8402 $as_echo "no" >&6; }
8407 if test -z "$ac_cv_prog_OTOOL"; then
8409 # Extract the first word of "otool", so it can be a program name with args.
8410 set dummy otool; ac_word=$2
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8412 $as_echo_n "checking for $ac_word... " >&6; }
8413 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
8414 $as_echo_n "(cached) " >&6
8416 if test -n "$ac_ct_OTOOL"; then
8417 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8423 test -z "$as_dir" && as_dir=.
8424 for ac_exec_ext in '' $ac_executable_extensions; do
8425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8426 ac_cv_prog_ac_ct_OTOOL="otool"
8427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8436 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8437 if test -n "$ac_ct_OTOOL"; then
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8439 $as_echo "$ac_ct_OTOOL" >&6; }
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8442 $as_echo "no" >&6; }
8445 if test "x$ac_ct_OTOOL" = x; then
8448 case $cross_compiling:$ac_tool_warned in
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8451 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8452 ac_tool_warned=yes ;;
8457 OTOOL="$ac_cv_prog_OTOOL"
8460 if test -n "$ac_tool_prefix"; then
8461 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8462 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8464 $as_echo_n "checking for $ac_word... " >&6; }
8465 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8466 $as_echo_n "(cached) " >&6
8468 if test -n "$OTOOL64"; then
8469 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8475 test -z "$as_dir" && as_dir=.
8476 for ac_exec_ext in '' $ac_executable_extensions; do
8477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8478 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8488 OTOOL64=$ac_cv_prog_OTOOL64
8489 if test -n "$OTOOL64"; then
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8491 $as_echo "$OTOOL64" >&6; }
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8494 $as_echo "no" >&6; }
8499 if test -z "$ac_cv_prog_OTOOL64"; then
8500 ac_ct_OTOOL64=$OTOOL64
8501 # Extract the first word of "otool64", so it can be a program name with args.
8502 set dummy otool64; ac_word=$2
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8504 $as_echo_n "checking for $ac_word... " >&6; }
8505 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8506 $as_echo_n "(cached) " >&6
8508 if test -n "$ac_ct_OTOOL64"; then
8509 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515 test -z "$as_dir" && as_dir=.
8516 for ac_exec_ext in '' $ac_executable_extensions; do
8517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8518 ac_cv_prog_ac_ct_OTOOL64="otool64"
8519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8528 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8529 if test -n "$ac_ct_OTOOL64"; then
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8531 $as_echo "$ac_ct_OTOOL64" >&6; }
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8534 $as_echo "no" >&6; }
8537 if test "x$ac_ct_OTOOL64" = x; then
8540 case $cross_compiling:$ac_tool_warned in
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8543 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8544 ac_tool_warned=yes ;;
8546 OTOOL64=$ac_ct_OTOOL64
8549 OTOOL64="$ac_cv_prog_OTOOL64"
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8579 $as_echo_n "checking for -single_module linker flag... " >&6; }
8580 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8581 $as_echo_n "(cached) " >&6
8583 lt_cv_apple_cc_single_mod=no
8584 if test -z "${LT_MULTI_MODULE}"; then
8585 # By default we will add the -single_module flag. You can override
8586 # by either setting the environment variable LT_MULTI_MODULE
8587 # non-empty at configure time, or by adding -multi_module to the
8589 rm -rf libconftest.dylib*
8590 echo "int foo(void){return 1;}" > conftest.c
8591 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8592 -dynamiclib -Wl,-single_module conftest.c" >&5
8593 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8594 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8596 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8597 lt_cv_apple_cc_single_mod=yes
8599 cat conftest.err >&5
8601 rm -rf libconftest.dylib*
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8606 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8608 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8609 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8610 $as_echo_n "(cached) " >&6
8612 lt_cv_ld_exported_symbols_list=no
8613 save_LDFLAGS=$LDFLAGS
8614 echo "_main" > conftest.sym
8615 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8627 if ac_fn_c_try_link "$LINENO"; then :
8628 lt_cv_ld_exported_symbols_list=yes
8630 lt_cv_ld_exported_symbols_list=no
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LDFLAGS="$save_LDFLAGS"
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8638 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8640 $as_echo_n "checking for -force_load linker flag... " >&6; }
8641 if test "${lt_cv_ld_force_load+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
8644 lt_cv_ld_force_load=no
8645 cat > conftest.c << _LT_EOF
8646 int forced_loaded() { return 2;}
8648 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8649 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8650 echo "$AR cru libconftest.a conftest.o" >&5
8651 $AR cru libconftest.a conftest.o 2>&5
8652 cat > conftest.c << _LT_EOF
8653 int main() { return 0;}
8655 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8656 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8658 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8659 lt_cv_ld_force_load=yes
8661 cat conftest.err >&5
8663 rm -f conftest.err libconftest.a conftest conftest.c
8664 rm -rf conftest.dSYM
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8668 $as_echo "$lt_cv_ld_force_load" >&6; }
8670 rhapsody* | darwin1.[012])
8671 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8673 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8674 darwin*) # darwin 5.x on
8675 # if running on 10.5 or later, the deployment target defaults
8676 # to the OS version, if on x86, and 10.4, the deployment
8677 # target defaults to 10.4. Don't you love it?
8678 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8679 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8680 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8682 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8684 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8688 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8689 _lt_dar_single_mod='$single_module'
8691 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8692 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8694 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8696 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8697 _lt_dsymutil='~$DSYMUTIL $lib || :'
8704 for ac_header in dlfcn.h
8706 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8708 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8709 cat >>confdefs.h <<_ACEOF
8710 #define HAVE_DLFCN_H 1
8732 # Check whether --enable-shared was given.
8733 if test "${enable_shared+set}" = set; then :
8734 enableval=$enable_shared; p=${PACKAGE-default}
8736 yes) enable_shared=yes ;;
8737 no) enable_shared=no ;;
8740 # Look at the argument we got. We use all the common list separators.
8741 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8742 for pkg in $enableval; do
8744 if test "X$pkg" = "X$p"; then
8763 # Check whether --enable-static was given.
8764 if test "${enable_static+set}" = set; then :
8765 enableval=$enable_static; p=${PACKAGE-default}
8767 yes) enable_static=yes ;;
8768 no) enable_static=no ;;
8771 # Look at the argument we got. We use all the common list separators.
8772 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8773 for pkg in $enableval; do
8775 if test "X$pkg" = "X$p"; then
8795 # Check whether --with-pic was given.
8796 if test "${with_pic+set}" = set; then :
8797 withval=$with_pic; pic_mode="$withval"
8803 test -z "$pic_mode" && pic_mode=default
8811 # Check whether --enable-fast-install was given.
8812 if test "${enable_fast_install+set}" = set; then :
8813 enableval=$enable_fast_install; p=${PACKAGE-default}
8815 yes) enable_fast_install=yes ;;
8816 no) enable_fast_install=no ;;
8818 enable_fast_install=no
8819 # Look at the argument we got. We use all the common list separators.
8820 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8821 for pkg in $enableval; do
8823 if test "X$pkg" = "X$p"; then
8824 enable_fast_install=yes
8831 enable_fast_install=yes
8844 # This can be used to rebuild libtool when needed
8845 LIBTOOL_DEPS="$ltmain"
8847 # Always use our own libtool.
8848 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8875 test -z "$LN_S" && LN_S="ln -s"
8890 if test -n "${ZSH_VERSION+set}" ; then
8891 setopt NO_GLOB_SUBST
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8895 $as_echo_n "checking for objdir... " >&6; }
8896 if test "${lt_cv_objdir+set}" = set; then :
8897 $as_echo_n "(cached) " >&6
8899 rm -f .libs 2>/dev/null
8900 mkdir .libs 2>/dev/null
8901 if test -d .libs; then
8904 # MS-DOS does not allow filenames that begin with a dot.
8907 rmdir .libs 2>/dev/null
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8910 $as_echo "$lt_cv_objdir" >&6; }
8911 objdir=$lt_cv_objdir
8917 cat >>confdefs.h <<_ACEOF
8918 #define LT_OBJDIR "$lt_cv_objdir/"
8926 # AIX sometimes has problems with the GCC collect2 program. For some
8927 # reason, if we set the COLLECT_NAMES environment variable, the problems
8928 # vanish in a puff of smoke.
8929 if test "X${COLLECT_NAMES+set}" != Xset; then
8931 export COLLECT_NAMES
8938 can_build_shared=yes
8940 # All known linkers require a `.a' archive for static linking (except MSVC,
8941 # which needs '.lib').
8944 with_gnu_ld="$lt_cv_prog_gnu_ld"
8947 old_CFLAGS="$CFLAGS"
8949 # Set sane defaults for various variables
8950 test -z "$CC" && CC=cc
8951 test -z "$LTCC" && LTCC=$CC
8952 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8953 test -z "$LD" && LD=ld
8954 test -z "$ac_objext" && ac_objext=o
8956 for cc_temp in $compiler""; do
8958 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8959 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8964 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8967 # Only perform the check for file, if the check method requires it
8968 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8969 case $deplibs_check_method in
8971 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8973 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8974 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8975 $as_echo_n "(cached) " >&6
8979 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8982 lt_save_MAGIC_CMD="$MAGIC_CMD"
8983 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8984 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8985 for ac_dir in $ac_dummy; do
8987 test -z "$ac_dir" && ac_dir=.
8988 if test -f $ac_dir/${ac_tool_prefix}file; then
8989 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8990 if test -n "$file_magic_test_file"; then
8991 case $deplibs_check_method in
8993 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8994 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8995 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8996 $EGREP "$file_magic_regex" > /dev/null; then
9001 *** Warning: the command libtool uses to detect shared libraries,
9002 *** $file_magic_cmd, produces output that libtool cannot recognize.
9003 *** The result is that libtool may fail to recognize shared libraries
9004 *** as such. This will affect the creation of libtool libraries that
9005 *** depend on shared libraries, but programs linked with such libtool
9006 *** libraries will work regardless of this problem. Nevertheless, you
9007 *** may want to report the problem to your system manager and/or to
9008 *** bug-libtool@gnu.org
9018 MAGIC_CMD="$lt_save_MAGIC_CMD"
9023 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9024 if test -n "$MAGIC_CMD"; then
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9026 $as_echo "$MAGIC_CMD" >&6; }
9028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9029 $as_echo "no" >&6; }
9036 if test -z "$lt_cv_path_MAGIC_CMD"; then
9037 if test -n "$ac_tool_prefix"; then
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9039 $as_echo_n "checking for file... " >&6; }
9040 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9041 $as_echo_n "(cached) " >&6
9045 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9048 lt_save_MAGIC_CMD="$MAGIC_CMD"
9049 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9050 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9051 for ac_dir in $ac_dummy; do
9053 test -z "$ac_dir" && ac_dir=.
9054 if test -f $ac_dir/file; then
9055 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9056 if test -n "$file_magic_test_file"; then
9057 case $deplibs_check_method in
9059 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9060 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9061 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9062 $EGREP "$file_magic_regex" > /dev/null; then
9067 *** Warning: the command libtool uses to detect shared libraries,
9068 *** $file_magic_cmd, produces output that libtool cannot recognize.
9069 *** The result is that libtool may fail to recognize shared libraries
9070 *** as such. This will affect the creation of libtool libraries that
9071 *** depend on shared libraries, but programs linked with such libtool
9072 *** libraries will work regardless of this problem. Nevertheless, you
9073 *** may want to report the problem to your system manager and/or to
9074 *** bug-libtool@gnu.org
9084 MAGIC_CMD="$lt_save_MAGIC_CMD"
9089 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9090 if test -n "$MAGIC_CMD"; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9092 $as_echo "$MAGIC_CMD" >&6; }
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9095 $as_echo "no" >&6; }
9108 # Use C for the default configuration in the libtool script
9112 ac_cpp='$CPP $CPPFLAGS'
9113 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9114 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9115 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9118 # Source file extension for C test sources.
9121 # Object file extension for compiled C test sources.
9125 # Code to be used in simple compile tests
9126 lt_simple_compile_test_code="int some_variable = 0;"
9128 # Code to be used in simple link tests
9129 lt_simple_link_test_code='int main(){return(0);}'
9137 # If no C compiler was specified, use CC.
9140 # If no C compiler flags were specified, use CFLAGS.
9141 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9143 # Allow CC to be a program name with arguments.
9146 # Save the default compiler, since it gets overwritten when the other
9147 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9148 compiler_DEFAULT=$CC
9150 # save warnings/boilerplate of simple test code
9151 ac_outfile=conftest.$ac_objext
9152 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9153 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9154 _lt_compiler_boilerplate=`cat conftest.err`
9157 ac_outfile=conftest.$ac_objext
9158 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9159 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9160 _lt_linker_boilerplate=`cat conftest.err`
9165 ## There is no encapsulation within the following macros, do not change
9166 ## the running order or otherwise move them around unless you know exactly
9167 ## what you are doing...
9168 if test -n "$compiler"; then
9170 lt_prog_compiler_no_builtin_flag=
9172 if test "$GCC" = yes; then
9173 case $cc_basename in
9175 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9177 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9181 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9182 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9183 $as_echo_n "(cached) " >&6
9185 lt_cv_prog_compiler_rtti_exceptions=no
9186 ac_outfile=conftest.$ac_objext
9187 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9188 lt_compiler_flag="-fno-rtti -fno-exceptions"
9189 # Insert the option either (1) after the last *FLAGS variable, or
9190 # (2) before a word containing "conftest.", or (3) at the end.
9191 # Note that $ac_compile itself does not contain backslashes and begins
9192 # with a dollar sign (not a hyphen), so the echo should work correctly.
9193 # The option is referenced via a variable to avoid confusing sed.
9194 lt_compile=`echo "$ac_compile" | $SED \
9195 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9196 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9197 -e 's:$: $lt_compiler_flag:'`
9198 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9199 (eval "$lt_compile" 2>conftest.err)
9201 cat conftest.err >&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 if (exit $ac_status) && test -s "$ac_outfile"; then
9204 # The compiler can only warn and ignore the option if not recognized
9205 # So say no if there are warnings other than the usual output.
9206 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9207 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9208 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9209 lt_cv_prog_compiler_rtti_exceptions=yes
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9216 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9218 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9219 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9231 lt_prog_compiler_wl=
9232 lt_prog_compiler_pic=
9233 lt_prog_compiler_static=
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9236 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9238 if test "$GCC" = yes; then
9239 lt_prog_compiler_wl='-Wl,'
9240 lt_prog_compiler_static='-static'
9244 # All AIX code is PIC.
9245 if test "$host_cpu" = ia64; then
9246 # AIX 5 now supports IA64 processor
9247 lt_prog_compiler_static='-Bstatic'
9249 lt_prog_compiler_pic='-fPIC'
9255 # see comment about AmigaOS4 .so support
9256 lt_prog_compiler_pic='-fPIC'
9259 # FIXME: we need at least 68020 code to build shared libraries, but
9260 # adding the `-m68020' flag to GCC prevents building anything better,
9262 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9267 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9268 # PIC is the default for these OSes.
9271 mingw* | cygwin* | pw32* | os2* | cegcc*)
9272 # This hack is so that the source file can tell whether it is being
9273 # built for inclusion in a dll (and should export symbols for example).
9274 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9275 # (--disable-auto-import) libraries
9276 lt_prog_compiler_pic='-DDLL_EXPORT'
9279 darwin* | rhapsody*)
9280 # PIC is the default on this platform
9281 # Common symbols not allowed in MH_DYLIB files
9282 lt_prog_compiler_pic='-fno-common'
9286 # PIC is the default for Haiku.
9287 # The "-static" flag exists, but is broken.
9288 lt_prog_compiler_static=
9292 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9293 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9294 # sets the default TLS model and affects inlining.
9300 lt_prog_compiler_pic='-fPIC'
9306 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9307 # Instead, we relocate shared libraries at runtime.
9311 # Just because we use GCC doesn't mean we suddenly get shared libraries
9312 # on systems that don't support them.
9313 lt_prog_compiler_can_build_shared=no
9318 # QNX uses GNU C++, but need to define -shared option too, otherwise
9320 lt_prog_compiler_pic='-fPIC -shared'
9324 if test -d /usr/nec; then
9325 lt_prog_compiler_pic=-Kconform_pic
9330 lt_prog_compiler_pic='-fPIC'
9334 case $cc_basename in
9335 nvcc*) # Cuda Compiler Driver 2.2
9336 lt_prog_compiler_wl='-Xlinker '
9337 lt_prog_compiler_pic='-Xcompiler -fPIC'
9341 # PORTME Check for flag to pass linker flags through the system compiler.
9344 lt_prog_compiler_wl='-Wl,'
9345 if test "$host_cpu" = ia64; then
9346 # AIX 5 now supports IA64 processor
9347 lt_prog_compiler_static='-Bstatic'
9349 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9353 mingw* | cygwin* | pw32* | os2* | cegcc*)
9354 # This hack is so that the source file can tell whether it is being
9355 # built for inclusion in a dll (and should export symbols for example).
9356 lt_prog_compiler_pic='-DDLL_EXPORT'
9359 hpux9* | hpux10* | hpux11*)
9360 lt_prog_compiler_wl='-Wl,'
9361 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9368 lt_prog_compiler_pic='+Z'
9371 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9372 lt_prog_compiler_static='${wl}-a ${wl}archive'
9375 irix5* | irix6* | nonstopux*)
9376 lt_prog_compiler_wl='-Wl,'
9377 # PIC (with -KPIC) is the default.
9378 lt_prog_compiler_static='-non_shared'
9381 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9382 case $cc_basename in
9383 # old Intel for x86_64 which still supported -KPIC.
9385 lt_prog_compiler_wl='-Wl,'
9386 lt_prog_compiler_pic='-KPIC'
9387 lt_prog_compiler_static='-static'
9389 # icc used to be incompatible with GCC.
9390 # ICC 10 doesn't accept -KPIC any more.
9392 lt_prog_compiler_wl='-Wl,'
9393 lt_prog_compiler_pic='-fPIC'
9394 lt_prog_compiler_static='-static'
9396 # Lahey Fortran 8.1.
9398 lt_prog_compiler_wl='-Wl,'
9399 lt_prog_compiler_pic='--shared'
9400 lt_prog_compiler_static='--static'
9402 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9403 # Portland Group compilers (*not* the Pentium gcc compiler,
9404 # which looks to be a dead project)
9405 lt_prog_compiler_wl='-Wl,'
9406 lt_prog_compiler_pic='-fpic'
9407 lt_prog_compiler_static='-Bstatic'
9410 lt_prog_compiler_wl='-Wl,'
9411 # All Alpha code is PIC.
9412 lt_prog_compiler_static='-non_shared'
9414 xl* | bgxl* | bgf* | mpixl*)
9415 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9416 lt_prog_compiler_wl='-Wl,'
9417 lt_prog_compiler_pic='-qpic'
9418 lt_prog_compiler_static='-qstaticlink'
9421 case `$CC -V 2>&1 | sed 5q` in
9422 *Sun\ F* | *Sun*Fortran*)
9423 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9424 lt_prog_compiler_pic='-KPIC'
9425 lt_prog_compiler_static='-Bstatic'
9426 lt_prog_compiler_wl=''
9430 lt_prog_compiler_pic='-KPIC'
9431 lt_prog_compiler_static='-Bstatic'
9432 lt_prog_compiler_wl='-Wl,'
9440 lt_prog_compiler_pic='-KPIC'
9441 lt_prog_compiler_static='-Bstatic'
9445 # QNX uses GNU C++, but need to define -shared option too, otherwise
9447 lt_prog_compiler_pic='-fPIC -shared'
9450 osf3* | osf4* | osf5*)
9451 lt_prog_compiler_wl='-Wl,'
9452 # All OSF/1 code is PIC.
9453 lt_prog_compiler_static='-non_shared'
9457 lt_prog_compiler_static='-non_shared'
9461 lt_prog_compiler_pic='-KPIC'
9462 lt_prog_compiler_static='-Bstatic'
9463 case $cc_basename in
9465 lt_prog_compiler_wl='-Qoption ld ';;
9467 lt_prog_compiler_wl='-Wl,';;
9472 lt_prog_compiler_wl='-Qoption ld '
9473 lt_prog_compiler_pic='-PIC'
9474 lt_prog_compiler_static='-Bstatic'
9477 sysv4 | sysv4.2uw2* | sysv4.3*)
9478 lt_prog_compiler_wl='-Wl,'
9479 lt_prog_compiler_pic='-KPIC'
9480 lt_prog_compiler_static='-Bstatic'
9484 if test -d /usr/nec ;then
9485 lt_prog_compiler_pic='-Kconform_pic'
9486 lt_prog_compiler_static='-Bstatic'
9490 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9491 lt_prog_compiler_wl='-Wl,'
9492 lt_prog_compiler_pic='-KPIC'
9493 lt_prog_compiler_static='-Bstatic'
9497 lt_prog_compiler_wl='-Wl,'
9498 lt_prog_compiler_can_build_shared=no
9502 lt_prog_compiler_pic='-pic'
9503 lt_prog_compiler_static='-Bstatic'
9507 lt_prog_compiler_can_build_shared=no
9513 # For platforms which do not support PIC, -DPIC is meaningless:
9515 lt_prog_compiler_pic=
9518 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9522 $as_echo "$lt_prog_compiler_pic" >&6; }
9530 # Check to make sure the PIC flag actually works.
9532 if test -n "$lt_prog_compiler_pic"; then
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9534 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9535 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9536 $as_echo_n "(cached) " >&6
9538 lt_cv_prog_compiler_pic_works=no
9539 ac_outfile=conftest.$ac_objext
9540 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9541 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9542 # Insert the option either (1) after the last *FLAGS variable, or
9543 # (2) before a word containing "conftest.", or (3) at the end.
9544 # Note that $ac_compile itself does not contain backslashes and begins
9545 # with a dollar sign (not a hyphen), so the echo should work correctly.
9546 # The option is referenced via a variable to avoid confusing sed.
9547 lt_compile=`echo "$ac_compile" | $SED \
9548 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9549 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9550 -e 's:$: $lt_compiler_flag:'`
9551 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9552 (eval "$lt_compile" 2>conftest.err)
9554 cat conftest.err >&5
9555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9556 if (exit $ac_status) && test -s "$ac_outfile"; then
9557 # The compiler can only warn and ignore the option if not recognized
9558 # So say no if there are warnings other than the usual output.
9559 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9560 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9561 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9562 lt_cv_prog_compiler_pic_works=yes
9568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9569 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9571 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9572 case $lt_prog_compiler_pic in
9574 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9577 lt_prog_compiler_pic=
9578 lt_prog_compiler_can_build_shared=no
9589 # Check to make sure the static flag actually works.
9591 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9593 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9594 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9595 $as_echo_n "(cached) " >&6
9597 lt_cv_prog_compiler_static_works=no
9598 save_LDFLAGS="$LDFLAGS"
9599 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9600 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9601 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9602 # The linker can only warn and ignore the option if not recognized
9603 # So say no if there are warnings
9604 if test -s conftest.err; then
9605 # Append any errors to the config.log.
9606 cat conftest.err 1>&5
9607 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9608 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9609 if diff conftest.exp conftest.er2 >/dev/null; then
9610 lt_cv_prog_compiler_static_works=yes
9613 lt_cv_prog_compiler_static_works=yes
9617 LDFLAGS="$save_LDFLAGS"
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9621 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9623 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9626 lt_prog_compiler_static=
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9636 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9637 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9638 $as_echo_n "(cached) " >&6
9640 lt_cv_prog_compiler_c_o=no
9641 $RM -r conftest 2>/dev/null
9645 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9647 lt_compiler_flag="-o out/conftest2.$ac_objext"
9648 # Insert the option either (1) after the last *FLAGS variable, or
9649 # (2) before a word containing "conftest.", or (3) at the end.
9650 # Note that $ac_compile itself does not contain backslashes and begins
9651 # with a dollar sign (not a hyphen), so the echo should work correctly.
9652 lt_compile=`echo "$ac_compile" | $SED \
9653 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9654 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9655 -e 's:$: $lt_compiler_flag:'`
9656 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9657 (eval "$lt_compile" 2>out/conftest.err)
9659 cat out/conftest.err >&5
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9663 # The compiler can only warn and ignore the option if not recognized
9664 # So say no if there are warnings
9665 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9666 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9667 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9668 lt_cv_prog_compiler_c_o=yes
9673 # SGI C++ compiler will create directory out/ii_files/ for
9674 # template instantiation
9675 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9676 $RM out/* && rmdir out
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9683 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9691 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9692 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9693 $as_echo_n "(cached) " >&6
9695 lt_cv_prog_compiler_c_o=no
9696 $RM -r conftest 2>/dev/null
9700 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9702 lt_compiler_flag="-o out/conftest2.$ac_objext"
9703 # Insert the option either (1) after the last *FLAGS variable, or
9704 # (2) before a word containing "conftest.", or (3) at the end.
9705 # Note that $ac_compile itself does not contain backslashes and begins
9706 # with a dollar sign (not a hyphen), so the echo should work correctly.
9707 lt_compile=`echo "$ac_compile" | $SED \
9708 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9709 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9710 -e 's:$: $lt_compiler_flag:'`
9711 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9712 (eval "$lt_compile" 2>out/conftest.err)
9714 cat out/conftest.err >&5
9715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9718 # The compiler can only warn and ignore the option if not recognized
9719 # So say no if there are warnings
9720 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9721 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9722 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9723 lt_cv_prog_compiler_c_o=yes
9728 # SGI C++ compiler will create directory out/ii_files/ for
9729 # template instantiation
9730 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9731 $RM out/* && rmdir out
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9738 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9743 hard_links="nottested"
9744 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9745 # do not overwrite the value of need_locks provided by the user
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9747 $as_echo_n "checking if we can lock with hard links... " >&6; }
9750 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9752 ln conftest.a conftest.b 2>&5 || hard_links=no
9753 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9755 $as_echo "$hard_links" >&6; }
9756 if test "$hard_links" = no; then
9757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9758 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9771 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9774 allow_undefined_flag=
9775 always_export_symbols=no
9777 archive_expsym_cmds=
9778 compiler_needs_object=no
9779 enable_shared_with_static_runtimes=no
9780 export_dynamic_flag_spec=
9781 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9782 hardcode_automatic=no
9784 hardcode_direct_absolute=no
9785 hardcode_libdir_flag_spec=
9786 hardcode_libdir_flag_spec_ld=
9787 hardcode_libdir_separator=
9789 hardcode_shlibpath_var=unsupported
9791 link_all_deplibs=unknown
9794 old_archive_from_new_cmds=
9795 old_archive_from_expsyms_cmds=
9796 thread_safe_flag_spec=
9797 whole_archive_flag_spec=
9798 # include_expsyms should be a list of space-separated symbols to be *always*
9799 # included in the symbol list
9801 # exclude_expsyms can be an extended regexp of symbols to exclude
9802 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9803 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9804 # as well as any symbol that contains `d'.
9805 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9806 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9807 # platforms (ab)use it in PIC code, but their linkers get confused if
9808 # the symbol is explicitly referenced. Since portable code cannot
9809 # rely on this symbol name, it's probably fine to never include it in
9810 # preloaded symbol tables.
9811 # Exclude shared library initialization/finalization symbols.
9812 extract_expsyms_cmds=
9815 cygwin* | mingw* | pw32* | cegcc*)
9816 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9817 # When not using gcc, we currently assume that we are using
9818 # Microsoft Visual C++.
9819 if test "$GCC" != yes; then
9824 # we just hope/assume this is gcc and not c89 (= MSVC++)
9834 # On some targets, GNU ld is compatible enough with the native linker
9835 # that we're better off using the native interface for both.
9836 lt_use_gnu_ld_interface=no
9837 if test "$with_gnu_ld" = yes; then
9840 # The AIX port of GNU ld has always aspired to compatibility
9841 # with the native linker. However, as the warning in the GNU ld
9842 # block says, versions before 2.19.5* couldn't really create working
9843 # shared libraries, regardless of the interface used.
9844 case `$LD -v 2>&1` in
9845 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9846 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9847 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9849 lt_use_gnu_ld_interface=yes
9854 lt_use_gnu_ld_interface=yes
9859 if test "$lt_use_gnu_ld_interface" = yes; then
9860 # If archive_cmds runs LD, not CC, wlarc should be empty
9863 # Set some defaults for GNU ld with shared library support. These
9864 # are reset later if shared libraries are not supported. Putting them
9865 # here allows them to be overridden if necessary.
9866 runpath_var=LD_RUN_PATH
9867 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9868 export_dynamic_flag_spec='${wl}--export-dynamic'
9869 # ancient GNU ld didn't support --whole-archive et. al.
9870 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9871 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9873 whole_archive_flag_spec=
9875 supports_anon_versioning=no
9876 case `$LD -v 2>&1` in
9877 *GNU\ gold*) supports_anon_versioning=yes ;;
9878 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9879 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9880 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9881 *\ 2.11.*) ;; # other 2.11 versions
9882 *) supports_anon_versioning=yes ;;
9885 # See if GNU ld supports shared libraries.
9888 # On AIX/PPC, the GNU linker is very broken
9889 if test "$host_cpu" != ia64; then
9893 *** Warning: the GNU linker, at least up to release 2.19, is reported
9894 *** to be unable to reliably create shared libraries on AIX.
9895 *** Therefore, libtool is disabling shared libraries support. If you
9896 *** really care for shared libraries, you may want to install binutils
9897 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9898 *** You will then need to restart the configuration process.
9907 # see comment about AmigaOS4 .so support
9908 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9909 archive_expsym_cmds=''
9912 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)'
9913 hardcode_libdir_flag_spec='-L$libdir'
9914 hardcode_minus_L=yes
9920 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9921 allow_undefined_flag=unsupported
9922 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9923 # support --undefined. This deserves some investigation. FIXME
9924 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9930 cygwin* | mingw* | pw32* | cegcc*)
9931 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9932 # as there is no search path for DLLs.
9933 hardcode_libdir_flag_spec='-L$libdir'
9934 export_dynamic_flag_spec='${wl}--export-all-symbols'
9935 allow_undefined_flag=unsupported
9936 always_export_symbols=no
9937 enable_shared_with_static_runtimes=yes
9938 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9940 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9941 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9942 # If the export-symbols file already is a .def file (1st line
9943 # is EXPORTS), use it as is; otherwise, prepend...
9944 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9945 cp $export_symbols $output_objdir/$soname.def;
9947 echo EXPORTS > $output_objdir/$soname.def;
9948 cat $export_symbols >> $output_objdir/$soname.def;
9950 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9957 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9958 link_all_deplibs=yes
9963 hardcode_shlibpath_var=no
9964 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9965 export_dynamic_flag_spec='${wl}-E'
9966 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9967 # Instead, shared libraries are loaded at an image base (0x10000000 by
9968 # default) and relocated if they conflict, which is a slow very memory
9969 # consuming and fragmenting process. To avoid this, we pick a random,
9970 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9971 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9972 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9973 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'
9976 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9978 if test "$host_os" = linux-dietlibc; then
9979 case $cc_basename in
9980 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9983 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9984 && test "$tmp_diet" = no
9987 tmp_sharedflag='-shared'
9988 case $cc_basename,$host_cpu in
9989 pgcc*) # Portland Group C compiler
9990 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'
9991 tmp_addflag=' $pic_flag'
9993 pgf77* | pgf90* | pgf95* | pgfortran*)
9994 # Portland Group f77 and f90 compilers
9995 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'
9996 tmp_addflag=' $pic_flag -Mnomain' ;;
9997 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9998 tmp_addflag=' -i_dynamic' ;;
9999 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10000 tmp_addflag=' -i_dynamic -nofor_main' ;;
10001 ifc* | ifort*) # Intel Fortran compiler
10002 tmp_addflag=' -nofor_main' ;;
10003 lf95*) # Lahey Fortran 8.1
10004 whole_archive_flag_spec=
10005 tmp_sharedflag='--shared' ;;
10006 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10007 tmp_sharedflag='-qmkshrobj'
10009 nvcc*) # Cuda Compiler Driver 2.2
10010 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'
10011 compiler_needs_object=yes
10014 case `$CC -V 2>&1 | sed 5q` in
10015 *Sun\ C*) # Sun C 5.9
10016 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'
10017 compiler_needs_object=yes
10018 tmp_sharedflag='-G' ;;
10019 *Sun\ F*) # Sun Fortran 8.3
10020 tmp_sharedflag='-G' ;;
10022 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10024 if test "x$supports_anon_versioning" = xyes; then
10025 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10026 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10027 echo "local: *; };" >> $output_objdir/$libname.ver~
10028 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10031 case $cc_basename in
10032 xlf* | bgf* | bgxlf* | mpixlf*)
10033 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10034 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10035 hardcode_libdir_flag_spec=
10036 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10037 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10038 if test "x$supports_anon_versioning" = xyes; then
10039 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10040 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10041 echo "local: *; };" >> $output_objdir/$libname.ver~
10042 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10052 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10053 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10056 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10057 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10062 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10066 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10067 *** create shared libraries on Solaris systems. Therefore, libtool
10068 *** is disabling shared libraries support. We urge you to upgrade GNU
10069 *** binutils to release 2.9.1 or newer. Another option is to modify
10070 *** your PATH or compiler configuration so that the native linker is
10071 *** used, and then restart.
10074 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10075 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10076 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10082 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10083 case `$LD -v 2>&1` in
10084 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10088 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10089 *** reliably create shared libraries on SCO systems. Therefore, libtool
10090 *** is disabling shared libraries support. We urge you to upgrade GNU
10091 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10092 *** your PATH or compiler configuration so that the native linker is
10093 *** used, and then restart.
10098 # For security reasons, it is highly recommended that you always
10099 # use absolute paths for naming shared libraries, and exclude the
10100 # DT_RUNPATH tag from executables and libraries. But doing so
10101 # requires that you compile everything twice, which is a pain.
10102 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10103 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10104 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10105 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10114 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10116 hardcode_direct=yes
10117 hardcode_shlibpath_var=no
10121 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10122 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10123 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10130 if test "$ld_shlibs" = no; then
10132 hardcode_libdir_flag_spec=
10133 export_dynamic_flag_spec=
10134 whole_archive_flag_spec=
10137 # PORTME fill in a description of your system's linker (not GNU ld)
10140 allow_undefined_flag=unsupported
10141 always_export_symbols=yes
10142 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'
10143 # Note: this linker hardcodes the directories in LIBPATH if there
10144 # are no directories specified by -L.
10145 hardcode_minus_L=yes
10146 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10147 # Neither direct hardcoding nor static linking is supported with a
10149 hardcode_direct=unsupported
10154 if test "$host_cpu" = ia64; then
10155 # On IA64, the linker does run time linking by default, so we don't
10156 # have to do anything special.
10157 aix_use_runtimelinking=no
10158 exp_sym_flag='-Bexport'
10161 # If we're using GNU nm, then we don't want the "-C" option.
10162 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10163 # Also, AIX nm treats weak defined symbols like other global
10164 # defined symbols, whereas GNU nm marks them as "W".
10165 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10166 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'
10168 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'
10170 aix_use_runtimelinking=no
10172 # Test if we are trying to use run time linking or normal
10173 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10174 # need to do runtime linking.
10175 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10176 for ld_flag in $LDFLAGS; do
10177 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10178 aix_use_runtimelinking=yes
10185 exp_sym_flag='-bexport'
10186 no_entry_flag='-bnoentry'
10189 # When large executables or shared objects are built, AIX ld can
10190 # have problems creating the table of contents. If linking a library
10191 # or program results in "error TOC overflow" add -mminimal-toc to
10192 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10193 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10196 hardcode_direct=yes
10197 hardcode_direct_absolute=yes
10198 hardcode_libdir_separator=':'
10199 link_all_deplibs=yes
10200 file_list_spec='${wl}-f,'
10202 if test "$GCC" = yes; then
10203 case $host_os in aix4.[012]|aix4.[012].*)
10204 # We only want to do this on AIX 4.2 and lower, the check
10205 # below for broken collect2 doesn't work under 4.3+
10206 collect2name=`${CC} -print-prog-name=collect2`
10207 if test -f "$collect2name" &&
10208 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10210 # We have reworked collect2
10213 # We have old collect2
10214 hardcode_direct=unsupported
10215 # It fails to find uninstalled libraries when the uninstalled
10216 # path is not listed in the libpath. Setting hardcode_minus_L
10217 # to unsupported forces relinking
10218 hardcode_minus_L=yes
10219 hardcode_libdir_flag_spec='-L$libdir'
10220 hardcode_libdir_separator=
10224 shared_flag='-shared'
10225 if test "$aix_use_runtimelinking" = yes; then
10226 shared_flag="$shared_flag "'${wl}-G'
10230 if test "$host_cpu" = ia64; then
10231 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10232 # chokes on -Wl,-G. The following line is correct:
10235 if test "$aix_use_runtimelinking" = yes; then
10236 shared_flag='${wl}-G'
10238 shared_flag='${wl}-bM:SRE'
10243 export_dynamic_flag_spec='${wl}-bexpall'
10244 # It seems that -bexpall does not export symbols beginning with
10245 # underscore (_), so it is better to generate a list of symbols to export.
10246 always_export_symbols=yes
10247 if test "$aix_use_runtimelinking" = yes; then
10248 # Warning - without using the other runtime loading flags (-brtl),
10249 # -berok will link without error, but may produce a broken library.
10250 allow_undefined_flag='-berok'
10251 # Determine the default libpath from the value encoded in an
10252 # empty executable.
10253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10264 if ac_fn_c_try_link "$LINENO"; then :
10266 lt_aix_libpath_sed='
10267 /Import File Strings/,/^$/ {
10273 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10274 # Check for a 64-bit object if we didn't find anything.
10275 if test -z "$aix_libpath"; then
10276 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10279 rm -f core conftest.err conftest.$ac_objext \
10280 conftest$ac_exeext conftest.$ac_ext
10281 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10283 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10284 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"
10286 if test "$host_cpu" = ia64; then
10287 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10288 allow_undefined_flag="-z nodefs"
10289 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"
10291 # Determine the default libpath from the value encoded in an
10292 # empty executable.
10293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10304 if ac_fn_c_try_link "$LINENO"; then :
10306 lt_aix_libpath_sed='
10307 /Import File Strings/,/^$/ {
10313 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10314 # Check for a 64-bit object if we didn't find anything.
10315 if test -z "$aix_libpath"; then
10316 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10319 rm -f core conftest.err conftest.$ac_objext \
10320 conftest$ac_exeext conftest.$ac_ext
10321 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10323 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10324 # Warning - without using the other run time loading flags,
10325 # -berok will link without error, but may produce a broken library.
10326 no_undefined_flag=' ${wl}-bernotok'
10327 allow_undefined_flag=' ${wl}-berok'
10328 if test "$with_gnu_ld" = yes; then
10329 # We only use this code for GNU lds that support --whole-archive.
10330 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10332 # Exported symbols can be pulled into shared objects from archives
10333 whole_archive_flag_spec='$convenience'
10335 archive_cmds_need_lc=yes
10336 # This is similar to how AIX traditionally builds its shared libraries.
10337 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'
10345 # see comment about AmigaOS4 .so support
10346 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10347 archive_expsym_cmds=''
10350 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)'
10351 hardcode_libdir_flag_spec='-L$libdir'
10352 hardcode_minus_L=yes
10358 export_dynamic_flag_spec=-rdynamic
10361 cygwin* | mingw* | pw32* | cegcc*)
10362 # When not using gcc, we currently assume that we are using
10363 # Microsoft Visual C++.
10364 # hardcode_libdir_flag_spec is actually meaningless, as there is
10365 # no search path for DLLs.
10366 hardcode_libdir_flag_spec=' '
10367 allow_undefined_flag=unsupported
10368 # Tell ltmain to make .lib files, not .a files.
10370 # Tell ltmain to make .dll files, not .so files.
10372 # FIXME: Setting linknames here is a bad hack.
10373 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10374 # The linker will automatically build a .lib file if we build a DLL.
10375 old_archive_from_new_cmds='true'
10376 # FIXME: Should let the user specify the lib program.
10377 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10378 fix_srcfile_path='`cygpath -w "$srcfile"`'
10379 enable_shared_with_static_runtimes=yes
10382 darwin* | rhapsody*)
10385 archive_cmds_need_lc=no
10387 hardcode_automatic=yes
10388 hardcode_shlibpath_var=unsupported
10389 if test "$lt_cv_ld_force_load" = "yes"; then
10390 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\"`'
10392 whole_archive_flag_spec=''
10394 link_all_deplibs=yes
10395 allow_undefined_flag="$_lt_dar_allow_undefined"
10396 case $cc_basename in
10397 ifort*) _lt_dar_can_shared=yes ;;
10398 *) _lt_dar_can_shared=$GCC ;;
10400 if test "$_lt_dar_can_shared" = "yes"; then
10401 output_verbose_link_cmd=func_echo_all
10402 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10403 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10404 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}"
10405 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}"
10414 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10415 hardcode_libdir_flag_spec='-L$libdir'
10416 hardcode_shlibpath_var=no
10419 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10420 # support. Future versions do this automatically, but an explicit c++rt0.o
10421 # does not break anything, and helps significantly (at the cost of a little
10424 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10425 hardcode_libdir_flag_spec='-R$libdir'
10426 hardcode_direct=yes
10427 hardcode_shlibpath_var=no
10430 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10432 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10433 hardcode_direct=yes
10434 hardcode_minus_L=yes
10435 hardcode_shlibpath_var=no
10438 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10439 freebsd* | dragonfly*)
10440 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10441 hardcode_libdir_flag_spec='-R$libdir'
10442 hardcode_direct=yes
10443 hardcode_shlibpath_var=no
10447 if test "$GCC" = yes; then
10448 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'
10450 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'
10452 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10453 hardcode_libdir_separator=:
10454 hardcode_direct=yes
10456 # hardcode_minus_L: Not really in the search PATH,
10457 # but as the default location of the library.
10458 hardcode_minus_L=yes
10459 export_dynamic_flag_spec='${wl}-E'
10463 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10464 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10466 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10468 if test "$with_gnu_ld" = no; then
10469 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10470 hardcode_libdir_flag_spec_ld='+b $libdir'
10471 hardcode_libdir_separator=:
10472 hardcode_direct=yes
10473 hardcode_direct_absolute=yes
10474 export_dynamic_flag_spec='${wl}-E'
10475 # hardcode_minus_L: Not really in the search PATH,
10476 # but as the default location of the library.
10477 hardcode_minus_L=yes
10482 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10485 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10488 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10491 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10497 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10500 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10504 # Older versions of the 11.00 compiler do not understand -b yet
10505 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10507 $as_echo_n "checking if $CC understands -b... " >&6; }
10508 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10509 $as_echo_n "(cached) " >&6
10511 lt_cv_prog_compiler__b=no
10512 save_LDFLAGS="$LDFLAGS"
10513 LDFLAGS="$LDFLAGS -b"
10514 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10515 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10516 # The linker can only warn and ignore the option if not recognized
10517 # So say no if there are warnings
10518 if test -s conftest.err; then
10519 # Append any errors to the config.log.
10520 cat conftest.err 1>&5
10521 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10522 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10523 if diff conftest.exp conftest.er2 >/dev/null; then
10524 lt_cv_prog_compiler__b=yes
10527 lt_cv_prog_compiler__b=yes
10531 LDFLAGS="$save_LDFLAGS"
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10535 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10537 if test x"$lt_cv_prog_compiler__b" = xyes; then
10538 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10540 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10546 if test "$with_gnu_ld" = no; then
10547 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10548 hardcode_libdir_separator=:
10553 hardcode_shlibpath_var=no
10556 hardcode_direct=yes
10557 hardcode_direct_absolute=yes
10558 export_dynamic_flag_spec='${wl}-E'
10560 # hardcode_minus_L: Not really in the search PATH,
10561 # but as the default location of the library.
10562 hardcode_minus_L=yes
10568 irix5* | irix6* | nonstopux*)
10569 if test "$GCC" = yes; then
10570 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'
10571 # Try to use the -exported_symbol ld option, if it does not
10572 # work, assume that -exports_file does not work either and
10573 # implicitly export all symbols.
10574 save_LDFLAGS="$LDFLAGS"
10575 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10577 /* end confdefs.h. */
10580 if ac_fn_c_try_link "$LINENO"; then :
10581 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'
10584 rm -f core conftest.err conftest.$ac_objext \
10585 conftest$ac_exeext conftest.$ac_ext
10586 LDFLAGS="$save_LDFLAGS"
10588 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'
10589 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'
10591 archive_cmds_need_lc='no'
10592 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10593 hardcode_libdir_separator=:
10595 link_all_deplibs=yes
10599 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10600 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10602 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10604 hardcode_libdir_flag_spec='-R$libdir'
10605 hardcode_direct=yes
10606 hardcode_shlibpath_var=no
10610 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10611 hardcode_direct=yes
10612 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10613 hardcode_libdir_separator=:
10614 hardcode_shlibpath_var=no
10621 if test -f /usr/libexec/ld.so; then
10622 hardcode_direct=yes
10623 hardcode_shlibpath_var=no
10624 hardcode_direct_absolute=yes
10625 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10626 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10627 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10628 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10629 export_dynamic_flag_spec='${wl}-E'
10632 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10633 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10634 hardcode_libdir_flag_spec='-R$libdir'
10637 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10638 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10648 hardcode_libdir_flag_spec='-L$libdir'
10649 hardcode_minus_L=yes
10650 allow_undefined_flag=unsupported
10651 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'
10652 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10656 if test "$GCC" = yes; then
10657 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10658 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'
10660 allow_undefined_flag=' -expect_unresolved \*'
10661 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'
10663 archive_cmds_need_lc='no'
10664 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10665 hardcode_libdir_separator=:
10668 osf4* | osf5*) # as osf3* with the addition of -msym flag
10669 if test "$GCC" = yes; then
10670 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10671 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'
10672 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10674 allow_undefined_flag=' -expect_unresolved \*'
10675 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'
10676 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~
10677 $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'
10679 # Both c and cxx compiler support -rpath directly
10680 hardcode_libdir_flag_spec='-rpath $libdir'
10682 archive_cmds_need_lc='no'
10683 hardcode_libdir_separator=:
10687 no_undefined_flag=' -z defs'
10688 if test "$GCC" = yes; then
10690 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10691 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10692 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10694 case `$CC -V 2>&1` in
10697 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10698 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10699 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10703 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10704 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10705 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10709 hardcode_libdir_flag_spec='-R$libdir'
10710 hardcode_shlibpath_var=no
10712 solaris2.[0-5] | solaris2.[0-5].*) ;;
10714 # The compiler driver will combine and reorder linker options,
10715 # but understands `-z linker_flag'. GCC discards it without `$wl',
10716 # but is careful enough not to reorder.
10717 # Supported since Solaris 2.6 (maybe 2.5.1?)
10718 if test "$GCC" = yes; then
10719 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10721 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10725 link_all_deplibs=yes
10729 if test "x$host_vendor" = xsequent; then
10730 # Use $CC to link under sequent, because it throws in some extra .o
10731 # files that make .init and .fini sections work.
10732 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10734 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10736 hardcode_libdir_flag_spec='-L$libdir'
10737 hardcode_direct=yes
10738 hardcode_minus_L=yes
10739 hardcode_shlibpath_var=no
10743 case $host_vendor in
10745 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10746 hardcode_direct=yes # is this really true???
10749 ## LD is ld it makes a PLAMLIB
10750 ## CC just makes a GrossModule.
10751 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10752 reload_cmds='$CC -r -o $output$reload_objs'
10756 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10757 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10760 runpath_var='LD_RUN_PATH'
10761 hardcode_shlibpath_var=no
10765 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10766 hardcode_shlibpath_var=no
10767 export_dynamic_flag_spec='-Bexport'
10771 if test -d /usr/nec; then
10772 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10773 hardcode_shlibpath_var=no
10774 runpath_var=LD_RUN_PATH
10775 hardcode_runpath_var=yes
10780 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10781 no_undefined_flag='${wl}-z,text'
10782 archive_cmds_need_lc=no
10783 hardcode_shlibpath_var=no
10784 runpath_var='LD_RUN_PATH'
10786 if test "$GCC" = yes; then
10787 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10788 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10790 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10791 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10795 sysv5* | sco3.2v5* | sco5v6*)
10796 # Note: We can NOT use -z defs as we might desire, because we do not
10797 # link with -lc, and that would cause any symbols used from libc to
10798 # always be unresolved, which means just about no library would
10799 # ever link correctly. If we're not using GNU ld we use -z text
10800 # though, which does catch some bad symbols but isn't as heavy-handed
10802 no_undefined_flag='${wl}-z,text'
10803 allow_undefined_flag='${wl}-z,nodefs'
10804 archive_cmds_need_lc=no
10805 hardcode_shlibpath_var=no
10806 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10807 hardcode_libdir_separator=':'
10808 link_all_deplibs=yes
10809 export_dynamic_flag_spec='${wl}-Bexport'
10810 runpath_var='LD_RUN_PATH'
10812 if test "$GCC" = yes; then
10813 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10814 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10816 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10817 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10822 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10823 hardcode_libdir_flag_spec='-L$libdir'
10824 hardcode_shlibpath_var=no
10832 if test x$host_vendor = xsni; then
10834 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10835 export_dynamic_flag_spec='${wl}-Blargedynsym'
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10842 $as_echo "$ld_shlibs" >&6; }
10843 test "$ld_shlibs" = no && can_build_shared=no
10845 with_gnu_ld=$with_gnu_ld
10862 # Do we need to explicitly link libc?
10864 case "x$archive_cmds_need_lc" in
10866 # Assume -lc should be added
10867 archive_cmds_need_lc=yes
10869 if test "$enable_shared" = yes && test "$GCC" = yes; then
10870 case $archive_cmds in
10872 # FIXME: we may have to deal with multi-command sequences.
10875 # Test whether the compiler implicitly links with -lc since on some
10876 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10877 # to ld, don't add -lc before -lgcc.
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10879 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10880 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10881 $as_echo_n "(cached) " >&6
10884 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10887 (eval $ac_compile) 2>&5
10889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10890 test $ac_status = 0; } 2>conftest.err; then
10893 libobjs=conftest.$ac_objext
10895 wl=$lt_prog_compiler_wl
10896 pic_flag=$lt_prog_compiler_pic
10902 lt_save_allow_undefined_flag=$allow_undefined_flag
10903 allow_undefined_flag=
10904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10905 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10908 test $ac_status = 0; }
10910 lt_cv_archive_cmds_need_lc=no
10912 lt_cv_archive_cmds_need_lc=yes
10914 allow_undefined_flag=$lt_save_allow_undefined_flag
10916 cat conftest.err 1>&5
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10922 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10923 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11087 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11089 if test "$GCC" = yes; then
11091 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11092 *) lt_awk_arg="/^libraries:/" ;;
11095 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11096 *) lt_sed_strip_eq="s,=/,/,g" ;;
11098 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11099 case $lt_search_path_spec in
11101 # if the path contains ";" then we assume it to be the separator
11102 # otherwise default to the standard path separator (i.e. ":") - it is
11103 # assumed that no part of a normal pathname contains ";" but that should
11104 # okay in the real world where ";" in dirpaths is itself problematic.
11105 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11108 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11111 # Ok, now we have the path, separated by spaces, we can step through it
11112 # and add multilib dir if necessary.
11113 lt_tmp_lt_search_path_spec=
11114 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11115 for lt_sys_path in $lt_search_path_spec; do
11116 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11117 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11119 test -d "$lt_sys_path" && \
11120 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11123 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11124 BEGIN {RS=" "; FS="/|\n";} {
11127 for (lt_i = NF; lt_i > 0; lt_i--) {
11128 if ($lt_i != "" && $lt_i != ".") {
11129 if ($lt_i == "..") {
11132 if (lt_count == 0) {
11133 lt_foo="/" $lt_i lt_foo;
11140 if (lt_foo != "") { lt_freq[lt_foo]++; }
11141 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11143 # AWK program above erroneously prepends '/' to C:/dos/paths
11146 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11147 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11149 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11151 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11153 library_names_spec=
11154 libname_spec='lib$name'
11158 postuninstall_cmds=
11162 shlibpath_overrides_runpath=unknown
11164 dynamic_linker="$host_os ld.so"
11165 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11166 need_lib_prefix=unknown
11167 hardcode_into_libs=no
11169 # when you set need_version to no, make sure it does not cause -set_version
11170 # flags to be left without arguments
11171 need_version=unknown
11176 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11177 shlibpath_var=LIBPATH
11179 # AIX 3 has no versioning support, so we append a major version to the name.
11180 soname_spec='${libname}${release}${shared_ext}$major'
11187 hardcode_into_libs=yes
11188 if test "$host_cpu" = ia64; then
11189 # AIX 5 supports IA64
11190 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11191 shlibpath_var=LD_LIBRARY_PATH
11193 # With GCC up to 2.95.x, collect2 would create an import file
11194 # for dependence libraries. The import file would start with
11195 # the line `#! .'. This would cause the generated library to
11196 # depend on `.', always an invalid library. This was fixed in
11197 # development snapshots of GCC prior to 3.0.
11199 aix4 | aix4.[01] | aix4.[01].*)
11200 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11202 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11205 can_build_shared=no
11209 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11210 # soname into executable. Probably we can add versioning support to
11211 # collect2, so additional links can be useful in future.
11212 if test "$aix_use_runtimelinking" = yes; then
11213 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11214 # instead of lib<name>.a to let people know that these are not
11215 # typical AIX shared libraries.
11216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11218 # We preserve .a as extension for shared libraries through AIX4.2
11219 # and later when we are not doing run time linking.
11220 library_names_spec='${libname}${release}.a $libname.a'
11221 soname_spec='${libname}${release}${shared_ext}$major'
11223 shlibpath_var=LIBPATH
11230 # Since July 2007 AmigaOS4 officially supports .so libraries.
11231 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11235 library_names_spec='$libname.ixlibrary $libname.a'
11236 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11237 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'
11243 library_names_spec='${libname}${shared_ext}'
11244 dynamic_linker="$host_os ld.so"
11245 shlibpath_var=LIBRARY_PATH
11251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11252 soname_spec='${libname}${release}${shared_ext}$major'
11253 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11254 shlibpath_var=LD_LIBRARY_PATH
11255 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11256 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11257 # the default ld.so.conf also contains /usr/contrib/lib and
11258 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11259 # libtool to hard-code these into programs
11262 cygwin* | mingw* | pw32* | cegcc*)
11263 version_type=windows
11268 case $GCC,$host_os in
11269 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11270 library_names_spec='$libname.dll.a'
11271 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11272 postinstall_cmds='base_file=`basename \${file}`~
11273 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11274 dldir=$destdir/`dirname \$dlpath`~
11275 test -d \$dldir || mkdir -p \$dldir~
11276 $install_prog $dir/$dlname \$dldir/$dlname~
11277 chmod a+x \$dldir/$dlname~
11278 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11279 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11281 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11282 dlpath=$dir/\$dldll~
11284 shlibpath_overrides_runpath=yes
11288 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11289 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11291 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11294 # MinGW DLLs use traditional 'lib' prefix
11295 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11298 # pw32 DLLs use 'pw' prefix rather than 'lib'
11299 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11305 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11308 dynamic_linker='Win32 ld.exe'
11309 # FIXME: first we should search . and the directory the executable is in
11313 darwin* | rhapsody*)
11314 dynamic_linker="$host_os dyld"
11315 version_type=darwin
11318 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11319 soname_spec='${libname}${release}${major}$shared_ext'
11320 shlibpath_overrides_runpath=yes
11321 shlibpath_var=DYLD_LIBRARY_PATH
11322 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11324 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11325 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11333 soname_spec='${libname}${release}${shared_ext}$major'
11334 shlibpath_var=LD_LIBRARY_PATH
11337 freebsd* | dragonfly*)
11338 # DragonFly does not have aout. When/if they implement a new
11339 # versioning mechanism, adjust this.
11340 if test -x /usr/bin/objformat; then
11341 objformat=`/usr/bin/objformat`
11344 freebsd[23].*) objformat=aout ;;
11345 *) objformat=elf ;;
11348 version_type=freebsd-$objformat
11349 case $version_type in
11351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11356 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11360 shlibpath_var=LD_LIBRARY_PATH
11363 shlibpath_overrides_runpath=yes
11365 freebsd3.[01]* | freebsdelf3.[01]*)
11366 shlibpath_overrides_runpath=yes
11367 hardcode_into_libs=yes
11369 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11370 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11371 shlibpath_overrides_runpath=no
11372 hardcode_into_libs=yes
11374 *) # from 4.6 on, and DragonFly
11375 shlibpath_overrides_runpath=yes
11376 hardcode_into_libs=yes
11385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11386 soname_spec='${libname}${release}${shared_ext}$major'
11387 shlibpath_var=LD_LIBRARY_PATH
11388 hardcode_into_libs=yes
11395 dynamic_linker="$host_os runtime_loader"
11396 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11397 soname_spec='${libname}${release}${shared_ext}$major'
11398 shlibpath_var=LIBRARY_PATH
11399 shlibpath_overrides_runpath=yes
11400 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11401 hardcode_into_libs=yes
11404 hpux9* | hpux10* | hpux11*)
11405 # Give a soname corresponding to the major version so that dld.sl refuses to
11406 # link against other versions.
11413 hardcode_into_libs=yes
11414 dynamic_linker="$host_os dld.so"
11415 shlibpath_var=LD_LIBRARY_PATH
11416 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11417 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11418 soname_spec='${libname}${release}${shared_ext}$major'
11419 if test "X$HPUX_IA64_MODE" = X32; then
11420 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11422 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11424 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11428 hardcode_into_libs=yes
11429 dynamic_linker="$host_os dld.sl"
11430 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11431 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11433 soname_spec='${libname}${release}${shared_ext}$major'
11434 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11435 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11439 dynamic_linker="$host_os dld.sl"
11440 shlibpath_var=SHLIB_PATH
11441 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11443 soname_spec='${libname}${release}${shared_ext}$major'
11446 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11447 postinstall_cmds='chmod 555 $lib'
11448 # or fails outright, so override atomically:
11449 install_override_mode=555
11456 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11457 soname_spec='${libname}${release}${shared_ext}$major'
11458 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11459 shlibpath_var=LD_LIBRARY_PATH
11460 shlibpath_overrides_runpath=no
11461 hardcode_into_libs=yes
11464 irix5* | irix6* | nonstopux*)
11466 nonstopux*) version_type=nonstopux ;;
11468 if test "$lt_cv_prog_gnu_ld" = yes; then
11476 soname_spec='${libname}${release}${shared_ext}$major'
11477 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11479 irix5* | nonstopux*)
11480 libsuff= shlibsuff=
11483 case $LD in # libtool.m4 will add one of these switches to LD
11484 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11485 libsuff= shlibsuff= libmagic=32-bit;;
11486 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11487 libsuff=32 shlibsuff=N32 libmagic=N32;;
11488 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11489 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11490 *) libsuff= shlibsuff= libmagic=never-match;;
11494 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11495 shlibpath_overrides_runpath=no
11496 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11497 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11498 hardcode_into_libs=yes
11501 # No shared lib support for Linux oldld, aout, or coff.
11502 linux*oldld* | linux*aout* | linux*coff*)
11506 # This must be Linux ELF.
11507 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11512 soname_spec='${libname}${release}${shared_ext}$major'
11513 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11514 shlibpath_var=LD_LIBRARY_PATH
11515 shlibpath_overrides_runpath=no
11517 # Some binutils ld are patched to set DT_RUNPATH
11518 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11519 $as_echo_n "(cached) " >&6
11521 lt_cv_shlibpath_overrides_runpath=no
11522 save_LDFLAGS=$LDFLAGS
11523 save_libdir=$libdir
11524 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11525 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h. */
11537 if ac_fn_c_try_link "$LINENO"; then :
11538 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11539 lt_cv_shlibpath_overrides_runpath=yes
11542 rm -f core conftest.err conftest.$ac_objext \
11543 conftest$ac_exeext conftest.$ac_ext
11544 LDFLAGS=$save_LDFLAGS
11545 libdir=$save_libdir
11549 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11551 # This implies no fast_install, which is unacceptable.
11552 # Some rework will be needed to allow for fast_install
11553 # before this can be enabled.
11554 hardcode_into_libs=yes
11556 # Append ld.so.conf contents to the search path
11557 if test -f /etc/ld.so.conf; then
11558 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' ' '`
11559 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11562 # We used to test for /lib/ld.so.1 and disable shared libraries on
11563 # powerpc, because MkLinux only supported shared libraries with the
11564 # GNU dynamic linker. Since this was broken with cross compilers,
11565 # most powerpc-linux boxes support dynamic linking these days and
11566 # people can always --disable-shared, the test was removed, and we
11567 # assume the GNU/Linux dynamic linker is in use.
11568 dynamic_linker='GNU/Linux ld.so'
11575 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11577 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11578 dynamic_linker='NetBSD (a.out) ld.so'
11580 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11581 soname_spec='${libname}${release}${shared_ext}$major'
11582 dynamic_linker='NetBSD ld.elf_so'
11584 shlibpath_var=LD_LIBRARY_PATH
11585 shlibpath_overrides_runpath=yes
11586 hardcode_into_libs=yes
11591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11592 shlibpath_var=LD_LIBRARY_PATH
11593 shlibpath_overrides_runpath=yes
11600 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11601 soname_spec='${libname}${release}${shared_ext}$major'
11602 shlibpath_var=LD_LIBRARY_PATH
11603 shlibpath_overrides_runpath=no
11604 hardcode_into_libs=yes
11605 dynamic_linker='ldqnx.so'
11610 sys_lib_dlsearch_path_spec="/usr/lib"
11612 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11614 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11615 *) need_version=no ;;
11617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11618 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11619 shlibpath_var=LD_LIBRARY_PATH
11620 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11622 openbsd2.[89] | openbsd2.[89].*)
11623 shlibpath_overrides_runpath=no
11626 shlibpath_overrides_runpath=yes
11630 shlibpath_overrides_runpath=yes
11635 libname_spec='$name'
11638 library_names_spec='$libname${shared_ext} $libname.a'
11639 dynamic_linker='OS/2 ld.exe'
11640 shlibpath_var=LIBPATH
11643 osf3* | osf4* | osf5*)
11647 soname_spec='${libname}${release}${shared_ext}$major'
11648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11649 shlibpath_var=LD_LIBRARY_PATH
11650 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11651 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11663 soname_spec='${libname}${release}${shared_ext}$major'
11664 shlibpath_var=LD_LIBRARY_PATH
11665 shlibpath_overrides_runpath=yes
11666 hardcode_into_libs=yes
11667 # ldd complains unless libraries are executable
11668 postinstall_cmds='chmod +x $lib'
11673 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11674 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11675 shlibpath_var=LD_LIBRARY_PATH
11676 shlibpath_overrides_runpath=yes
11677 if test "$with_gnu_ld" = yes; then
11685 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11686 soname_spec='${libname}${release}${shared_ext}$major'
11687 shlibpath_var=LD_LIBRARY_PATH
11688 case $host_vendor in
11690 shlibpath_overrides_runpath=no
11692 runpath_var=LD_RUN_PATH
11700 shlibpath_overrides_runpath=no
11701 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11707 if test -d /usr/nec ;then
11709 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11710 soname_spec='$libname${shared_ext}.$major'
11711 shlibpath_var=LD_LIBRARY_PATH
11715 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11716 version_type=freebsd-elf
11719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11720 soname_spec='${libname}${release}${shared_ext}$major'
11721 shlibpath_var=LD_LIBRARY_PATH
11722 shlibpath_overrides_runpath=yes
11723 hardcode_into_libs=yes
11724 if test "$with_gnu_ld" = yes; then
11725 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11727 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11730 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11734 sys_lib_dlsearch_path_spec='/usr/lib'
11738 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11742 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11743 shlibpath_var=LD_LIBRARY_PATH
11744 shlibpath_overrides_runpath=no
11745 hardcode_into_libs=yes
11750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11751 soname_spec='${libname}${release}${shared_ext}$major'
11752 shlibpath_var=LD_LIBRARY_PATH
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11760 $as_echo "$dynamic_linker" >&6; }
11761 test "$dynamic_linker" = no && can_build_shared=no
11763 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11764 if test "$GCC" = yes; then
11765 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11768 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11769 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11771 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11772 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11867 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11869 if test -n "$hardcode_libdir_flag_spec" ||
11870 test -n "$runpath_var" ||
11871 test "X$hardcode_automatic" = "Xyes" ; then
11873 # We can hardcode non-existent directories.
11874 if test "$hardcode_direct" != no &&
11875 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11876 # have to relink, otherwise we might link with an installed library
11877 # when we should be linking with a yet-to-be-installed one
11878 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11879 test "$hardcode_minus_L" != no; then
11880 # Linking always hardcodes the temporary library directory.
11881 hardcode_action=relink
11883 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11884 hardcode_action=immediate
11887 # We cannot hardcode anything, or else we can only hardcode existing
11889 hardcode_action=unsupported
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11892 $as_echo "$hardcode_action" >&6; }
11894 if test "$hardcode_action" = relink ||
11895 test "$inherit_rpath" = yes; then
11896 # Fast installation is not supported
11897 enable_fast_install=no
11898 elif test "$shlibpath_overrides_runpath" = yes ||
11899 test "$enable_shared" = no; then
11900 # Fast installation is not necessary
11901 enable_fast_install=needless
11909 if test "x$enable_dlopen" != xyes; then
11910 enable_dlopen=unknown
11911 enable_dlopen_self=unknown
11912 enable_dlopen_self_static=unknown
11919 lt_cv_dlopen="load_add_on"
11921 lt_cv_dlopen_self=yes
11924 mingw* | pw32* | cegcc*)
11925 lt_cv_dlopen="LoadLibrary"
11930 lt_cv_dlopen="dlopen"
11935 # if libdl is installed we need to link against it
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11937 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11938 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11939 $as_echo_n "(cached) " >&6
11941 ac_check_lib_save_LIBS=$LIBS
11943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11944 /* end confdefs.h. */
11946 /* Override any GCC internal prototype to avoid an error.
11947 Use char because int might match the return type of a GCC
11948 builtin and then its argument prototype would still apply. */
11961 if ac_fn_c_try_link "$LINENO"; then :
11962 ac_cv_lib_dl_dlopen=yes
11964 ac_cv_lib_dl_dlopen=no
11966 rm -f core conftest.err conftest.$ac_objext \
11967 conftest$ac_exeext conftest.$ac_ext
11968 LIBS=$ac_check_lib_save_LIBS
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11971 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11972 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11973 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11976 lt_cv_dlopen="dyld"
11978 lt_cv_dlopen_self=yes
11985 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11986 if test "x$ac_cv_func_shl_load" = x""yes; then :
11987 lt_cv_dlopen="shl_load"
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11990 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11991 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11992 $as_echo_n "(cached) " >&6
11994 ac_check_lib_save_LIBS=$LIBS
11996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11997 /* end confdefs.h. */
11999 /* Override any GCC internal prototype to avoid an error.
12000 Use char because int might match the return type of a GCC
12001 builtin and then its argument prototype would still apply. */
12009 return shl_load ();
12014 if ac_fn_c_try_link "$LINENO"; then :
12015 ac_cv_lib_dld_shl_load=yes
12017 ac_cv_lib_dld_shl_load=no
12019 rm -f core conftest.err conftest.$ac_objext \
12020 conftest$ac_exeext conftest.$ac_ext
12021 LIBS=$ac_check_lib_save_LIBS
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12024 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12025 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12026 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12028 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12029 if test "x$ac_cv_func_dlopen" = x""yes; then :
12030 lt_cv_dlopen="dlopen"
12032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12033 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12034 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12035 $as_echo_n "(cached) " >&6
12037 ac_check_lib_save_LIBS=$LIBS
12039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12040 /* end confdefs.h. */
12042 /* Override any GCC internal prototype to avoid an error.
12043 Use char because int might match the return type of a GCC
12044 builtin and then its argument prototype would still apply. */
12057 if ac_fn_c_try_link "$LINENO"; then :
12058 ac_cv_lib_dl_dlopen=yes
12060 ac_cv_lib_dl_dlopen=no
12062 rm -f core conftest.err conftest.$ac_objext \
12063 conftest$ac_exeext conftest.$ac_ext
12064 LIBS=$ac_check_lib_save_LIBS
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12067 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12068 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12069 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12072 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12073 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12074 $as_echo_n "(cached) " >&6
12076 ac_check_lib_save_LIBS=$LIBS
12077 LIBS="-lsvld $LIBS"
12078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12079 /* end confdefs.h. */
12081 /* Override any GCC internal prototype to avoid an error.
12082 Use char because int might match the return type of a GCC
12083 builtin and then its argument prototype would still apply. */
12096 if ac_fn_c_try_link "$LINENO"; then :
12097 ac_cv_lib_svld_dlopen=yes
12099 ac_cv_lib_svld_dlopen=no
12101 rm -f core conftest.err conftest.$ac_objext \
12102 conftest$ac_exeext conftest.$ac_ext
12103 LIBS=$ac_check_lib_save_LIBS
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12106 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12107 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12108 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12111 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12112 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12113 $as_echo_n "(cached) " >&6
12115 ac_check_lib_save_LIBS=$LIBS
12117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12118 /* end confdefs.h. */
12120 /* Override any GCC internal prototype to avoid an error.
12121 Use char because int might match the return type of a GCC
12122 builtin and then its argument prototype would still apply. */
12130 return dld_link ();
12135 if ac_fn_c_try_link "$LINENO"; then :
12136 ac_cv_lib_dld_dld_link=yes
12138 ac_cv_lib_dld_dld_link=no
12140 rm -f core conftest.err conftest.$ac_objext \
12141 conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12145 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12146 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12147 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12168 if test "x$lt_cv_dlopen" != xno; then
12174 case $lt_cv_dlopen in
12176 save_CPPFLAGS="$CPPFLAGS"
12177 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12179 save_LDFLAGS="$LDFLAGS"
12180 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12183 LIBS="$lt_cv_dlopen_libs $LIBS"
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12186 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12187 if test "${lt_cv_dlopen_self+set}" = set; then :
12188 $as_echo_n "(cached) " >&6
12190 if test "$cross_compiling" = yes; then :
12191 lt_cv_dlopen_self=cross
12193 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12194 lt_status=$lt_dlunknown
12195 cat > conftest.$ac_ext <<_LT_EOF
12196 #line 12196 "configure"
12197 #include "confdefs.h"
12206 # define LT_DLGLOBAL RTLD_GLOBAL
12209 # define LT_DLGLOBAL DL_GLOBAL
12211 # define LT_DLGLOBAL 0
12215 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12216 find out it does not work in some platform. */
12217 #ifndef LT_DLLAZY_OR_NOW
12219 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12222 # define LT_DLLAZY_OR_NOW DL_LAZY
12225 # define LT_DLLAZY_OR_NOW RTLD_NOW
12228 # define LT_DLLAZY_OR_NOW DL_NOW
12230 # define LT_DLLAZY_OR_NOW 0
12237 /* When -fvisbility=hidden is used, assume the code has been annotated
12238 correspondingly for the symbols needed. */
12239 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12240 void fnord () __attribute__((visibility("default")));
12243 void fnord () { int i=42; }
12246 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12247 int status = $lt_dlunknown;
12251 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12254 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12255 else puts (dlerror ());
12257 /* dlclose (self); */
12265 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12266 (eval $ac_link) 2>&5
12268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12269 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12270 (./conftest; exit; ) >&5 2>/dev/null
12272 case x$lt_status in
12273 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12274 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12275 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12278 # compilation failed
12279 lt_cv_dlopen_self=no
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12287 $as_echo "$lt_cv_dlopen_self" >&6; }
12289 if test "x$lt_cv_dlopen_self" = xyes; then
12290 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12292 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12293 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12294 $as_echo_n "(cached) " >&6
12296 if test "$cross_compiling" = yes; then :
12297 lt_cv_dlopen_self_static=cross
12299 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12300 lt_status=$lt_dlunknown
12301 cat > conftest.$ac_ext <<_LT_EOF
12302 #line 12302 "configure"
12303 #include "confdefs.h"
12312 # define LT_DLGLOBAL RTLD_GLOBAL
12315 # define LT_DLGLOBAL DL_GLOBAL
12317 # define LT_DLGLOBAL 0
12321 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12322 find out it does not work in some platform. */
12323 #ifndef LT_DLLAZY_OR_NOW
12325 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12328 # define LT_DLLAZY_OR_NOW DL_LAZY
12331 # define LT_DLLAZY_OR_NOW RTLD_NOW
12334 # define LT_DLLAZY_OR_NOW DL_NOW
12336 # define LT_DLLAZY_OR_NOW 0
12343 /* When -fvisbility=hidden is used, assume the code has been annotated
12344 correspondingly for the symbols needed. */
12345 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12346 void fnord () __attribute__((visibility("default")));
12349 void fnord () { int i=42; }
12352 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12353 int status = $lt_dlunknown;
12357 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12360 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12361 else puts (dlerror ());
12363 /* dlclose (self); */
12371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12372 (eval $ac_link) 2>&5
12374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12375 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12376 (./conftest; exit; ) >&5 2>/dev/null
12378 case x$lt_status in
12379 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12380 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12381 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12384 # compilation failed
12385 lt_cv_dlopen_self_static=no
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12393 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12396 CPPFLAGS="$save_CPPFLAGS"
12397 LDFLAGS="$save_LDFLAGS"
12402 case $lt_cv_dlopen_self in
12403 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12404 *) enable_dlopen_self=unknown ;;
12407 case $lt_cv_dlopen_self_static in
12408 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12409 *) enable_dlopen_self_static=unknown ;;
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12432 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12433 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12434 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12435 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12437 $as_echo "yes" >&6; }
12439 # FIXME - insert some real tests, host_os isn't really good enough
12442 if test -n "$STRIP" ; then
12443 striplib="$STRIP -x"
12444 old_striplib="$STRIP -S"
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12446 $as_echo "yes" >&6; }
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12449 $as_echo "no" >&6; }
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12454 $as_echo "no" >&6; }
12470 # Report which library types will actually be built
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12472 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12474 $as_echo "$can_build_shared" >&6; }
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12477 $as_echo_n "checking whether to build shared libraries... " >&6; }
12478 test "$can_build_shared" = "no" && enable_shared=no
12480 # On AIX, shared libraries and static libraries use the same namespace, and
12481 # are all built from PIC.
12484 test "$enable_shared" = yes && enable_static=no
12485 if test -n "$RANLIB"; then
12486 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12487 postinstall_cmds='$RANLIB $lib'
12492 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12493 test "$enable_shared" = yes && enable_static=no
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12498 $as_echo "$enable_shared" >&6; }
12500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12501 $as_echo_n "checking whether to build static libraries... " >&6; }
12502 # Make sure either enable_shared or enable_static is yes.
12503 test "$enable_shared" = yes || enable_static=yes
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12505 $as_echo "$enable_static" >&6; }
12512 ac_cpp='$CPP $CPPFLAGS'
12513 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12514 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12515 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12519 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12520 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12521 (test "X$CXX" != "Xg++"))) ; then
12523 ac_cpp='$CXXCPP $CPPFLAGS'
12524 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12525 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12526 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12528 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12529 if test -z "$CXXCPP"; then
12530 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
12531 $as_echo_n "(cached) " >&6
12533 # Double quotes because CXXCPP needs to be expanded
12534 for CXXCPP in "$CXX -E" "/lib/cpp"
12536 ac_preproc_ok=false
12537 for ac_cxx_preproc_warn_flag in '' yes
12539 # Use a header file that comes with gcc, so configuring glibc
12540 # with a fresh cross-compiler works.
12541 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12542 # <limits.h> exists even on freestanding compilers.
12543 # On the NeXT, cc -E runs the code through the compiler's parser,
12544 # not just through cpp. "Syntax error" is here to catch this case.
12545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12546 /* end confdefs.h. */
12548 # include <limits.h>
12550 # include <assert.h>
12554 if ac_fn_cxx_try_cpp "$LINENO"; then :
12557 # Broken: fails on valid input.
12560 rm -f conftest.err conftest.$ac_ext
12562 # OK, works on sane cases. Now check whether nonexistent headers
12563 # can be detected and how.
12564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12565 /* end confdefs.h. */
12566 #include <ac_nonexistent.h>
12568 if ac_fn_cxx_try_cpp "$LINENO"; then :
12569 # Broken: success on invalid input.
12572 # Passes both tests.
12576 rm -f conftest.err conftest.$ac_ext
12579 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12580 rm -f conftest.err conftest.$ac_ext
12581 if $ac_preproc_ok; then :
12586 ac_cv_prog_CXXCPP=$CXXCPP
12589 CXXCPP=$ac_cv_prog_CXXCPP
12591 ac_cv_prog_CXXCPP=$CXXCPP
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12594 $as_echo "$CXXCPP" >&6; }
12595 ac_preproc_ok=false
12596 for ac_cxx_preproc_warn_flag in '' yes
12598 # Use a header file that comes with gcc, so configuring glibc
12599 # with a fresh cross-compiler works.
12600 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12601 # <limits.h> exists even on freestanding compilers.
12602 # On the NeXT, cc -E runs the code through the compiler's parser,
12603 # not just through cpp. "Syntax error" is here to catch this case.
12604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12605 /* end confdefs.h. */
12607 # include <limits.h>
12609 # include <assert.h>
12613 if ac_fn_cxx_try_cpp "$LINENO"; then :
12616 # Broken: fails on valid input.
12619 rm -f conftest.err conftest.$ac_ext
12621 # OK, works on sane cases. Now check whether nonexistent headers
12622 # can be detected and how.
12623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12624 /* end confdefs.h. */
12625 #include <ac_nonexistent.h>
12627 if ac_fn_cxx_try_cpp "$LINENO"; then :
12628 # Broken: success on invalid input.
12631 # Passes both tests.
12635 rm -f conftest.err conftest.$ac_ext
12638 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12639 rm -f conftest.err conftest.$ac_ext
12640 if $ac_preproc_ok; then :
12643 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12645 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
12646 See \`config.log' for more details." "$LINENO" 5; }
12650 ac_cpp='$CPP $CPPFLAGS'
12651 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12652 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12653 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12656 _lt_caught_CXX_error=yes
12660 ac_cpp='$CXXCPP $CPPFLAGS'
12661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12665 archive_cmds_need_lc_CXX=no
12666 allow_undefined_flag_CXX=
12667 always_export_symbols_CXX=no
12668 archive_expsym_cmds_CXX=
12669 compiler_needs_object_CXX=no
12670 export_dynamic_flag_spec_CXX=
12671 hardcode_direct_CXX=no
12672 hardcode_direct_absolute_CXX=no
12673 hardcode_libdir_flag_spec_CXX=
12674 hardcode_libdir_flag_spec_ld_CXX=
12675 hardcode_libdir_separator_CXX=
12676 hardcode_minus_L_CXX=no
12677 hardcode_shlibpath_var_CXX=unsupported
12678 hardcode_automatic_CXX=no
12679 inherit_rpath_CXX=no
12681 module_expsym_cmds_CXX=
12682 link_all_deplibs_CXX=unknown
12683 old_archive_cmds_CXX=$old_archive_cmds
12684 reload_flag_CXX=$reload_flag
12685 reload_cmds_CXX=$reload_cmds
12686 no_undefined_flag_CXX=
12687 whole_archive_flag_spec_CXX=
12688 enable_shared_with_static_runtimes_CXX=no
12690 # Source file extension for C++ test sources.
12693 # Object file extension for compiled C++ test sources.
12697 # No sense in running all these tests if we already determined that
12698 # the CXX compiler isn't working. Some variables (like enable_shared)
12699 # are currently assumed to apply to all compilers on this platform,
12700 # and will be corrupted by setting them based on a non-working compiler.
12701 if test "$_lt_caught_CXX_error" != yes; then
12702 # Code to be used in simple compile tests
12703 lt_simple_compile_test_code="int some_variable = 0;"
12705 # Code to be used in simple link tests
12706 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12708 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12715 # If no C compiler was specified, use CC.
12718 # If no C compiler flags were specified, use CFLAGS.
12719 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12721 # Allow CC to be a program name with arguments.
12725 # save warnings/boilerplate of simple test code
12726 ac_outfile=conftest.$ac_objext
12727 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12728 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12729 _lt_compiler_boilerplate=`cat conftest.err`
12732 ac_outfile=conftest.$ac_objext
12733 echo "$lt_simple_link_test_code" >conftest.$ac_ext
12734 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12735 _lt_linker_boilerplate=`cat conftest.err`
12739 # Allow CC to be a program name with arguments.
12744 lt_save_with_gnu_ld=$with_gnu_ld
12745 lt_save_path_LD=$lt_cv_path_LD
12746 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12747 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12749 $as_unset lt_cv_prog_gnu_ld
12751 if test -n "${lt_cv_path_LDCXX+set}"; then
12752 lt_cv_path_LD=$lt_cv_path_LDCXX
12754 $as_unset lt_cv_path_LD
12756 test -z "${LDCXX+set}" || LD=$LDCXX
12760 for cc_temp in $compiler""; do
12762 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12763 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12768 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12771 if test -n "$compiler"; then
12772 # We don't want -fno-exception when compiling C++ code, so set the
12773 # no_builtin_flag separately
12774 if test "$GXX" = yes; then
12775 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12777 lt_prog_compiler_no_builtin_flag_CXX=
12780 if test "$GXX" = yes; then
12781 # Set up default GNU C++ configuration
12785 # Check whether --with-gnu-ld was given.
12786 if test "${with_gnu_ld+set}" = set; then :
12787 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12793 if test "$GCC" = yes; then
12794 # Check if gcc -print-prog-name=ld gives a path.
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12796 $as_echo_n "checking for ld used by $CC... " >&6; }
12799 # gcc leaves a trailing carriage return which upsets mingw
12800 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12802 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12805 # Accept absolute paths.
12807 re_direlt='/[^/][^/]*/\.\./'
12808 # Canonicalize the pathname of ld
12809 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12810 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12811 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12813 test -z "$LD" && LD="$ac_prog"
12816 # If it fails, then pretend we aren't using GCC.
12820 # If it is relative, then search for the first ld in PATH.
12821 with_gnu_ld=unknown
12824 elif test "$with_gnu_ld" = yes; then
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12826 $as_echo_n "checking for GNU ld... " >&6; }
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12829 $as_echo_n "checking for non-GNU ld... " >&6; }
12831 if test "${lt_cv_path_LD+set}" = set; then :
12832 $as_echo_n "(cached) " >&6
12834 if test -z "$LD"; then
12835 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12836 for ac_dir in $PATH; do
12838 test -z "$ac_dir" && ac_dir=.
12839 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12840 lt_cv_path_LD="$ac_dir/$ac_prog"
12841 # Check to see if the program is GNU ld. I'd rather use --version,
12842 # but apparently some variants of GNU ld only accept -v.
12843 # Break only if it was the GNU/non-GNU ld that we prefer.
12844 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12845 *GNU* | *'with BFD'*)
12846 test "$with_gnu_ld" != no && break
12849 test "$with_gnu_ld" != yes && break
12856 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12860 LD="$lt_cv_path_LD"
12861 if test -n "$LD"; then
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12863 $as_echo "$LD" >&6; }
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12866 $as_echo "no" >&6; }
12868 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12870 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12871 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12872 $as_echo_n "(cached) " >&6
12874 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12875 case `$LD -v 2>&1 </dev/null` in
12876 *GNU* | *'with BFD'*)
12877 lt_cv_prog_gnu_ld=yes
12880 lt_cv_prog_gnu_ld=no
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12885 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12886 with_gnu_ld=$lt_cv_prog_gnu_ld
12894 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12895 # archiving commands below assume that GNU ld is being used.
12896 if test "$with_gnu_ld" = yes; then
12897 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12898 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12900 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12901 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12903 # If archive_cmds runs LD, not CC, wlarc should be empty
12904 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12905 # investigate it a little bit more. (MM)
12908 # ancient GNU ld didn't support --whole-archive et. al.
12909 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12910 $GREP 'no-whole-archive' > /dev/null; then
12911 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12913 whole_archive_flag_spec_CXX=
12919 # A generic and very simple default shared library creation
12920 # command for GNU C++ for the case where it uses the native
12921 # linker, instead of GNU ld. If possible, this setting should
12922 # overridden to take advantage of the native linker features on
12923 # the platform it is being used on.
12924 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12927 # Commands to make compiler produce verbose output that lists
12928 # what "hidden" libraries, object files and flags are used when
12929 # linking a shared library.
12930 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12938 # PORTME: fill in a description of your system's C++ link characteristics
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12940 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12944 # FIXME: insert proper C++ library support
12948 if test "$host_cpu" = ia64; then
12949 # On IA64, the linker does run time linking by default, so we don't
12950 # have to do anything special.
12951 aix_use_runtimelinking=no
12952 exp_sym_flag='-Bexport'
12955 aix_use_runtimelinking=no
12957 # Test if we are trying to use run time linking or normal
12958 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12959 # need to do runtime linking.
12960 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12961 for ld_flag in $LDFLAGS; do
12964 aix_use_runtimelinking=yes
12972 exp_sym_flag='-bexport'
12973 no_entry_flag='-bnoentry'
12976 # When large executables or shared objects are built, AIX ld can
12977 # have problems creating the table of contents. If linking a library
12978 # or program results in "error TOC overflow" add -mminimal-toc to
12979 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12980 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12982 archive_cmds_CXX=''
12983 hardcode_direct_CXX=yes
12984 hardcode_direct_absolute_CXX=yes
12985 hardcode_libdir_separator_CXX=':'
12986 link_all_deplibs_CXX=yes
12987 file_list_spec_CXX='${wl}-f,'
12989 if test "$GXX" = yes; then
12990 case $host_os in aix4.[012]|aix4.[012].*)
12991 # We only want to do this on AIX 4.2 and lower, the check
12992 # below for broken collect2 doesn't work under 4.3+
12993 collect2name=`${CC} -print-prog-name=collect2`
12994 if test -f "$collect2name" &&
12995 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12997 # We have reworked collect2
13000 # We have old collect2
13001 hardcode_direct_CXX=unsupported
13002 # It fails to find uninstalled libraries when the uninstalled
13003 # path is not listed in the libpath. Setting hardcode_minus_L
13004 # to unsupported forces relinking
13005 hardcode_minus_L_CXX=yes
13006 hardcode_libdir_flag_spec_CXX='-L$libdir'
13007 hardcode_libdir_separator_CXX=
13010 shared_flag='-shared'
13011 if test "$aix_use_runtimelinking" = yes; then
13012 shared_flag="$shared_flag "'${wl}-G'
13016 if test "$host_cpu" = ia64; then
13017 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13018 # chokes on -Wl,-G. The following line is correct:
13021 if test "$aix_use_runtimelinking" = yes; then
13022 shared_flag='${wl}-G'
13024 shared_flag='${wl}-bM:SRE'
13029 export_dynamic_flag_spec_CXX='${wl}-bexpall'
13030 # It seems that -bexpall does not export symbols beginning with
13031 # underscore (_), so it is better to generate a list of symbols to
13033 always_export_symbols_CXX=yes
13034 if test "$aix_use_runtimelinking" = yes; then
13035 # Warning - without using the other runtime loading flags (-brtl),
13036 # -berok will link without error, but may produce a broken library.
13037 allow_undefined_flag_CXX='-berok'
13038 # Determine the default libpath from the value encoded in an empty
13040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13041 /* end confdefs.h. */
13051 if ac_fn_cxx_try_link "$LINENO"; then :
13053 lt_aix_libpath_sed='
13054 /Import File Strings/,/^$/ {
13060 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13061 # Check for a 64-bit object if we didn't find anything.
13062 if test -z "$aix_libpath"; then
13063 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13066 rm -f core conftest.err conftest.$ac_objext \
13067 conftest$ac_exeext conftest.$ac_ext
13068 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13070 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13072 archive_expsym_cmds_CXX='$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"
13074 if test "$host_cpu" = ia64; then
13075 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13076 allow_undefined_flag_CXX="-z nodefs"
13077 archive_expsym_cmds_CXX="\$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"
13079 # Determine the default libpath from the value encoded in an
13080 # empty executable.
13081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h. */
13092 if ac_fn_cxx_try_link "$LINENO"; then :
13094 lt_aix_libpath_sed='
13095 /Import File Strings/,/^$/ {
13101 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13102 # Check for a 64-bit object if we didn't find anything.
13103 if test -z "$aix_libpath"; then
13104 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13107 rm -f core conftest.err conftest.$ac_objext \
13108 conftest$ac_exeext conftest.$ac_ext
13109 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13111 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13112 # Warning - without using the other run time loading flags,
13113 # -berok will link without error, but may produce a broken library.
13114 no_undefined_flag_CXX=' ${wl}-bernotok'
13115 allow_undefined_flag_CXX=' ${wl}-berok'
13116 if test "$with_gnu_ld" = yes; then
13117 # We only use this code for GNU lds that support --whole-archive.
13118 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13120 # Exported symbols can be pulled into shared objects from archives
13121 whole_archive_flag_spec_CXX='$convenience'
13123 archive_cmds_need_lc_CXX=yes
13124 # This is similar to how AIX traditionally builds its shared
13126 archive_expsym_cmds_CXX="\$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'
13132 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13133 allow_undefined_flag_CXX=unsupported
13134 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13135 # support --undefined. This deserves some investigation. FIXME
13136 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13143 case $cc_basename in
13145 # FIXME: insert proper C++ library support
13151 cygwin* | mingw* | pw32* | cegcc*)
13152 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13153 # as there is no search path for DLLs.
13154 hardcode_libdir_flag_spec_CXX='-L$libdir'
13155 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
13156 allow_undefined_flag_CXX=unsupported
13157 always_export_symbols_CXX=no
13158 enable_shared_with_static_runtimes_CXX=yes
13160 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
13161 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13162 # If the export-symbols file already is a .def file (1st line
13163 # is EXPORTS), use it as is; otherwise, prepend...
13164 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13165 cp $export_symbols $output_objdir/$soname.def;
13167 echo EXPORTS > $output_objdir/$soname.def;
13168 cat $export_symbols >> $output_objdir/$soname.def;
13170 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13175 darwin* | rhapsody*)
13178 archive_cmds_need_lc_CXX=no
13179 hardcode_direct_CXX=no
13180 hardcode_automatic_CXX=yes
13181 hardcode_shlibpath_var_CXX=unsupported
13182 if test "$lt_cv_ld_force_load" = "yes"; then
13183 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
13185 whole_archive_flag_spec_CXX=''
13187 link_all_deplibs_CXX=yes
13188 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13189 case $cc_basename in
13190 ifort*) _lt_dar_can_shared=yes ;;
13191 *) _lt_dar_can_shared=$GCC ;;
13193 if test "$_lt_dar_can_shared" = "yes"; then
13194 output_verbose_link_cmd=func_echo_all
13195 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13196 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13197 archive_expsym_cmds_CXX="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}"
13198 module_expsym_cmds_CXX="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}"
13199 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13200 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
13201 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
13211 case $cc_basename in
13213 # FIXME: insert proper C++ library support
13217 # Green Hills C++ Compiler
13218 # FIXME: insert proper C++ library support
13222 # FIXME: insert proper C++ library support
13229 # C++ shared libraries reported to be fairly broken before
13235 archive_cmds_need_lc_CXX=no
13238 freebsd* | dragonfly*)
13239 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13248 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13249 link_all_deplibs_CXX=yes
13253 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13254 hardcode_libdir_separator_CXX=:
13255 export_dynamic_flag_spec_CXX='${wl}-E'
13256 hardcode_direct_CXX=yes
13257 hardcode_minus_L_CXX=yes # Not in the search PATH,
13258 # but as the default
13259 # location of the library.
13261 case $cc_basename in
13263 # FIXME: insert proper C++ library support
13267 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13268 # Commands to make compiler produce verbose output that lists
13269 # what "hidden" libraries, object files and flags are used when
13270 # linking a shared library.
13272 # There doesn't appear to be a way to prevent this compiler from
13273 # explicitly linking system object files so we need to strip them
13274 # from the output so that they don't get included in the library
13276 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13279 if test "$GXX" = yes; then
13280 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13282 # FIXME: insert proper C++ library support
13290 if test $with_gnu_ld = no; then
13291 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13292 hardcode_libdir_separator_CXX=:
13298 export_dynamic_flag_spec_CXX='${wl}-E'
13304 hardcode_direct_CXX=no
13305 hardcode_shlibpath_var_CXX=no
13308 hardcode_direct_CXX=yes
13309 hardcode_direct_absolute_CXX=yes
13310 hardcode_minus_L_CXX=yes # Not in the search PATH,
13311 # but as the default
13312 # location of the library.
13316 case $cc_basename in
13318 # FIXME: insert proper C++ library support
13324 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13327 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13330 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13333 # Commands to make compiler produce verbose output that lists
13334 # what "hidden" libraries, object files and flags are used when
13335 # linking a shared library.
13337 # There doesn't appear to be a way to prevent this compiler from
13338 # explicitly linking system object files so we need to strip them
13339 # from the output so that they don't get included in the library
13341 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13344 if test "$GXX" = yes; then
13345 if test $with_gnu_ld = no; then
13348 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13351 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13354 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13359 # FIXME: insert proper C++ library support
13367 hardcode_direct_CXX=no
13368 hardcode_shlibpath_var_CXX=no
13369 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13370 export_dynamic_flag_spec_CXX='${wl}-E'
13371 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13372 # Instead, shared libraries are loaded at an image base (0x10000000 by
13373 # default) and relocated if they conflict, which is a slow very memory
13374 # consuming and fragmenting process. To avoid this, we pick a random,
13375 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13376 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13377 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13378 archive_expsym_cmds_CXX='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'
13381 case $cc_basename in
13384 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13386 # Archives containing C++ object files must be created using
13387 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13388 # necessary to make sure instantiated templates are included
13390 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13393 if test "$GXX" = yes; then
13394 if test "$with_gnu_ld" = no; then
13395 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
13397 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
13400 link_all_deplibs_CXX=yes
13403 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13404 hardcode_libdir_separator_CXX=:
13405 inherit_rpath_CXX=yes
13408 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13409 case $cc_basename in
13411 # Kuck and Associates, Inc. (KAI) C++ Compiler
13413 # KCC will only create a shared library if the output file
13414 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13415 # to its proper name (with version) after linking.
13416 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13417 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
13418 # Commands to make compiler produce verbose output that lists
13419 # what "hidden" libraries, object files and flags are used when
13420 # linking a shared library.
13422 # There doesn't appear to be a way to prevent this compiler from
13423 # explicitly linking system object files so we need to strip them
13424 # from the output so that they don't get included in the library
13426 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13428 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13429 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13431 # Archives containing C++ object files must be created using
13432 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13433 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13438 # version 8.0 and above of icpc choke on multiply defined symbols
13439 # if we add $predep_objects and $postdep_objects, however 7.1 and
13440 # earlier do not add the objects themselves.
13441 case `$CC -V 2>&1` in
13443 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13444 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13446 *) # Version 8.0 or newer
13449 ia64*) tmp_idyn=' -i_dynamic';;
13451 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13452 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13455 archive_cmds_need_lc_CXX=no
13456 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13457 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13458 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13461 # Portland Group C++ compiler
13463 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
13464 prelink_cmds_CXX='tpldir=Template.dir~
13466 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13467 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13468 old_archive_cmds_CXX='tpldir=Template.dir~
13470 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13471 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13473 archive_cmds_CXX='tpldir=Template.dir~
13475 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13476 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13477 archive_expsym_cmds_CXX='tpldir=Template.dir~
13479 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13480 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13482 *) # Version 6 and above use weak symbols
13483 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13484 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13488 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13489 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13490 whole_archive_flag_spec_CXX='${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'
13494 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13495 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13497 runpath_var=LD_RUN_PATH
13498 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13499 hardcode_libdir_separator_CXX=:
13501 # Commands to make compiler produce verbose output that lists
13502 # what "hidden" libraries, object files and flags are used when
13503 # linking a shared library.
13505 # There doesn't appear to be a way to prevent this compiler from
13506 # explicitly linking system object files so we need to strip them
13507 # from the output so that they don't get included in the library
13509 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
13511 xl* | mpixl* | bgxl*)
13512 # IBM XL 8.0 on PPC, with GNU ld
13513 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13514 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13515 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13516 if test "x$supports_anon_versioning" = xyes; then
13517 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13518 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13519 echo "local: *; };" >> $output_objdir/$libname.ver~
13520 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13524 case `$CC -V 2>&1 | sed 5q` in
13527 no_undefined_flag_CXX=' -zdefs'
13528 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13529 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13530 hardcode_libdir_flag_spec_CXX='-R$libdir'
13531 whole_archive_flag_spec_CXX='${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'
13532 compiler_needs_object_CXX=yes
13534 # Not sure whether something based on
13535 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13537 output_verbose_link_cmd='func_echo_all'
13539 # Archives containing C++ object files must be created using
13540 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13541 # necessary to make sure instantiated templates are included
13543 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13551 # FIXME: insert proper C++ library support
13556 # FIXME: insert proper C++ library support
13561 case $cc_basename in
13563 # FIXME: insert proper C++ library support
13567 # FIXME: insert proper C++ library support
13574 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13575 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13577 hardcode_libdir_flag_spec_CXX='-R$libdir'
13578 hardcode_direct_CXX=yes
13579 hardcode_shlibpath_var_CXX=no
13581 # Workaround some broken pre-1.5 toolchains
13582 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13590 # C++ shared libraries are fairly broken
13595 if test -f /usr/libexec/ld.so; then
13596 hardcode_direct_CXX=yes
13597 hardcode_shlibpath_var_CXX=no
13598 hardcode_direct_absolute_CXX=yes
13599 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13600 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13601 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13602 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13603 export_dynamic_flag_spec_CXX='${wl}-E'
13604 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13606 output_verbose_link_cmd=func_echo_all
13612 osf3* | osf4* | osf5*)
13613 case $cc_basename in
13615 # Kuck and Associates, Inc. (KAI) C++ Compiler
13617 # KCC will only create a shared library if the output file
13618 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13619 # to its proper name (with version) after linking.
13620 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13622 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13623 hardcode_libdir_separator_CXX=:
13625 # Archives containing C++ object files must be created using
13626 # the KAI C++ compiler.
13628 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13629 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13633 # Rational C++ 2.4.1
13634 # FIXME: insert proper C++ library support
13640 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13641 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13642 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13645 allow_undefined_flag_CXX=' -expect_unresolved \*'
13646 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13647 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13648 echo "-hidden">> $lib.exp~
13649 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13651 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13655 hardcode_libdir_separator_CXX=:
13657 # Commands to make compiler produce verbose output that lists
13658 # what "hidden" libraries, object files and flags are used when
13659 # linking a shared library.
13661 # There doesn't appear to be a way to prevent this compiler from
13662 # explicitly linking system object files so we need to strip them
13663 # from the output so that they don't get included in the library
13665 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13668 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13669 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13672 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13675 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13679 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13680 hardcode_libdir_separator_CXX=:
13682 # Commands to make compiler produce verbose output that lists
13683 # what "hidden" libraries, object files and flags are used when
13684 # linking a shared library.
13685 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13688 # FIXME: insert proper C++ library support
13696 # FIXME: insert proper C++ library support
13701 case $cc_basename in
13704 # FIXME: insert proper C++ library support
13709 # FIXME: insert proper C++ library support
13713 # FIXME: insert proper C++ library support
13720 case $cc_basename in
13722 # Sun C++ 4.2, 5.x and Centerline C++
13723 archive_cmds_need_lc_CXX=yes
13724 no_undefined_flag_CXX=' -zdefs'
13725 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13726 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13727 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13729 hardcode_libdir_flag_spec_CXX='-R$libdir'
13730 hardcode_shlibpath_var_CXX=no
13732 solaris2.[0-5] | solaris2.[0-5].*) ;;
13734 # The compiler driver will combine and reorder linker options,
13735 # but understands `-z linker_flag'.
13736 # Supported since Solaris 2.6 (maybe 2.5.1?)
13737 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13740 link_all_deplibs_CXX=yes
13742 output_verbose_link_cmd='func_echo_all'
13744 # Archives containing C++ object files must be created using
13745 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13746 # necessary to make sure instantiated templates are included
13748 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13751 # Green Hills C++ Compiler
13752 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13754 # The C++ compiler must be used to create the archive.
13755 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13758 # GNU C++ compiler with Solaris linker
13759 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13760 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13761 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13762 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13763 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13764 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13766 # Commands to make compiler produce verbose output that lists
13767 # what "hidden" libraries, object files and flags are used when
13768 # linking a shared library.
13769 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13771 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13773 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13774 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13775 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13777 # Commands to make compiler produce verbose output that lists
13778 # what "hidden" libraries, object files and flags are used when
13779 # linking a shared library.
13780 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13783 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13785 solaris2.[0-5] | solaris2.[0-5].*) ;;
13787 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13795 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13796 no_undefined_flag_CXX='${wl}-z,text'
13797 archive_cmds_need_lc_CXX=no
13798 hardcode_shlibpath_var_CXX=no
13799 runpath_var='LD_RUN_PATH'
13801 case $cc_basename in
13803 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13804 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13807 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13808 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13813 sysv5* | sco3.2v5* | sco5v6*)
13814 # Note: We can NOT use -z defs as we might desire, because we do not
13815 # link with -lc, and that would cause any symbols used from libc to
13816 # always be unresolved, which means just about no library would
13817 # ever link correctly. If we're not using GNU ld we use -z text
13818 # though, which does catch some bad symbols but isn't as heavy-handed
13820 no_undefined_flag_CXX='${wl}-z,text'
13821 allow_undefined_flag_CXX='${wl}-z,nodefs'
13822 archive_cmds_need_lc_CXX=no
13823 hardcode_shlibpath_var_CXX=no
13824 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13825 hardcode_libdir_separator_CXX=':'
13826 link_all_deplibs_CXX=yes
13827 export_dynamic_flag_spec_CXX='${wl}-Bexport'
13828 runpath_var='LD_RUN_PATH'
13830 case $cc_basename in
13832 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13833 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13834 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13835 '"$old_archive_cmds_CXX"
13836 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13837 '"$reload_cmds_CXX"
13840 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13841 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13847 case $cc_basename in
13849 # NonStop-UX NCC 3.20
13850 # FIXME: insert proper C++ library support
13854 # FIXME: insert proper C++ library support
13861 # FIXME: insert proper C++ library support
13866 # FIXME: insert proper C++ library support
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13872 $as_echo "$ld_shlibs_CXX" >&6; }
13873 test "$ld_shlibs_CXX" = no && can_build_shared=no
13879 ## There is no encapsulation within the following macros, do not change
13880 ## the running order or otherwise move them around unless you know exactly
13881 ## what you are doing...
13882 # Dependencies to place before and after the object being linked:
13883 predep_objects_CXX=
13884 postdep_objects_CXX=
13887 compiler_lib_search_path_CXX=
13889 cat > conftest.$ac_ext <<_LT_EOF
13893 Foo (void) { a = 0; }
13899 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13900 (eval $ac_compile) 2>&5
13902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13903 test $ac_status = 0; }; then
13904 # Parse the compiler output and extract the necessary
13905 # objects, libraries and library flags.
13907 # Sentinel used to keep track of whether or not we are before
13908 # the conftest object file.
13909 pre_test_object_deps_done=no
13911 for p in `eval "$output_verbose_link_cmd"`; do
13915 # Some compilers place space between "-{L,R}" and the path.
13916 # Remove the space.
13917 if test $p = "-L" ||
13918 test $p = "-R"; then
13925 if test "$pre_test_object_deps_done" = no; then
13928 # Internal compiler library paths should come after those
13929 # provided the user. The postdeps already come after the
13930 # user supplied libs so there is no need to process them.
13931 if test -z "$compiler_lib_search_path_CXX"; then
13932 compiler_lib_search_path_CXX="${prev}${p}"
13934 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13937 # The "-l" case would never come before the object being
13938 # linked, so don't bother handling this case.
13941 if test -z "$postdeps_CXX"; then
13942 postdeps_CXX="${prev}${p}"
13944 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13950 # This assumes that the test object file only shows up
13951 # once in the compiler output.
13952 if test "$p" = "conftest.$objext"; then
13953 pre_test_object_deps_done=yes
13957 if test "$pre_test_object_deps_done" = no; then
13958 if test -z "$predep_objects_CXX"; then
13959 predep_objects_CXX="$p"
13961 predep_objects_CXX="$predep_objects_CXX $p"
13964 if test -z "$postdep_objects_CXX"; then
13965 postdep_objects_CXX="$p"
13967 postdep_objects_CXX="$postdep_objects_CXX $p"
13972 *) ;; # Ignore the rest.
13980 echo "libtool.m4: error: problem compiling CXX test program"
13983 $RM -f confest.$objext
13985 # PORTME: override above test on systems where it is broken
13988 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13989 # hack all around it, let's just trust "g++" to DTRT.
13990 predep_objects_CXX=
13991 postdep_objects_CXX=
13996 case `$CC -V 2>&1 | sed 5q` in
14000 # The more standards-conforming stlport4 library is
14001 # incompatible with the Cstd library. Avoid specifying
14002 # it if it's in CXXFLAGS. Ignore libCrun as
14003 # -library=stlport4 depends on it.
14004 case " $CXX $CXXFLAGS " in
14005 *" -library=stlport4 "*)
14006 solaris_use_stlport4=yes
14010 if test "$solaris_use_stlport4" != yes; then
14011 postdeps_CXX='-library=Cstd -library=Crun'
14018 case $cc_basename in
14020 # The more standards-conforming stlport4 library is
14021 # incompatible with the Cstd library. Avoid specifying
14022 # it if it's in CXXFLAGS. Ignore libCrun as
14023 # -library=stlport4 depends on it.
14024 case " $CXX $CXXFLAGS " in
14025 *" -library=stlport4 "*)
14026 solaris_use_stlport4=yes
14030 # Adding this requires a known-good setup of shared libraries for
14031 # Sun compiler versions before 5.6, else PIC objects from an old
14032 # archive will be linked into the output, leading to subtle bugs.
14033 if test "$solaris_use_stlport4" != yes; then
14034 postdeps_CXX='-library=Cstd -library=Crun'
14042 case " $postdeps_CXX " in
14043 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
14045 compiler_lib_search_dirs_CXX=
14046 if test -n "${compiler_lib_search_path_CXX}"; then
14047 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14080 lt_prog_compiler_wl_CXX=
14081 lt_prog_compiler_pic_CXX=
14082 lt_prog_compiler_static_CXX=
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
14085 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14087 # C++ specific cases for pic, static, wl, etc.
14088 if test "$GXX" = yes; then
14089 lt_prog_compiler_wl_CXX='-Wl,'
14090 lt_prog_compiler_static_CXX='-static'
14094 # All AIX code is PIC.
14095 if test "$host_cpu" = ia64; then
14096 # AIX 5 now supports IA64 processor
14097 lt_prog_compiler_static_CXX='-Bstatic'
14099 lt_prog_compiler_pic_CXX='-fPIC'
14105 # see comment about AmigaOS4 .so support
14106 lt_prog_compiler_pic_CXX='-fPIC'
14109 # FIXME: we need at least 68020 code to build shared libraries, but
14110 # adding the `-m68020' flag to GCC prevents building anything better,
14112 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
14117 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14118 # PIC is the default for these OSes.
14120 mingw* | cygwin* | os2* | pw32* | cegcc*)
14121 # This hack is so that the source file can tell whether it is being
14122 # built for inclusion in a dll (and should export symbols for example).
14123 # Although the cygwin gcc ignores -fPIC, still need this for old-style
14124 # (--disable-auto-import) libraries
14125 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14127 darwin* | rhapsody*)
14128 # PIC is the default on this platform
14129 # Common symbols not allowed in MH_DYLIB files
14130 lt_prog_compiler_pic_CXX='-fno-common'
14133 # DJGPP does not support shared libraries at all
14134 lt_prog_compiler_pic_CXX=
14137 # PIC is the default for Haiku.
14138 # The "-static" flag exists, but is broken.
14139 lt_prog_compiler_static_CXX=
14142 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14143 # Instead, we relocate shared libraries at runtime.
14146 if test -d /usr/nec; then
14147 lt_prog_compiler_pic_CXX=-Kconform_pic
14151 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14152 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
14153 # sets the default TLS model and affects inlining.
14158 lt_prog_compiler_pic_CXX='-fPIC'
14163 # QNX uses GNU C++, but need to define -shared option too, otherwise
14164 # it will coredump.
14165 lt_prog_compiler_pic_CXX='-fPIC -shared'
14168 lt_prog_compiler_pic_CXX='-fPIC'
14174 # All AIX code is PIC.
14175 if test "$host_cpu" = ia64; then
14176 # AIX 5 now supports IA64 processor
14177 lt_prog_compiler_static_CXX='-Bstatic'
14179 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14183 case $cc_basename in
14185 # Green Hills C++ Compiler
14186 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
14191 case $cc_basename in
14193 lt_prog_compiler_pic_CXX='-KPIC'
14196 # Green Hills C++ Compiler
14197 lt_prog_compiler_pic_CXX='-pic'
14203 freebsd* | dragonfly*)
14204 # FreeBSD uses GNU C++
14206 hpux9* | hpux10* | hpux11*)
14207 case $cc_basename in
14209 lt_prog_compiler_wl_CXX='-Wl,'
14210 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14211 if test "$host_cpu" != ia64; then
14212 lt_prog_compiler_pic_CXX='+Z'
14216 lt_prog_compiler_wl_CXX='-Wl,'
14217 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14223 lt_prog_compiler_pic_CXX='+Z'
14232 # This is c89, which is MS Visual C++ (no shared libs)
14233 # Anyone wants to do a port?
14235 irix5* | irix6* | nonstopux*)
14236 case $cc_basename in
14238 lt_prog_compiler_wl_CXX='-Wl,'
14239 lt_prog_compiler_static_CXX='-non_shared'
14240 # CC pic flag -KPIC is the default.
14246 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14247 case $cc_basename in
14250 lt_prog_compiler_wl_CXX='--backend -Wl,'
14251 lt_prog_compiler_pic_CXX='-fPIC'
14254 # old Intel C++ for x86_64 which still supported -KPIC.
14255 lt_prog_compiler_wl_CXX='-Wl,'
14256 lt_prog_compiler_pic_CXX='-KPIC'
14257 lt_prog_compiler_static_CXX='-static'
14260 # Intel C++, used to be incompatible with GCC.
14261 # ICC 10 doesn't accept -KPIC any more.
14262 lt_prog_compiler_wl_CXX='-Wl,'
14263 lt_prog_compiler_pic_CXX='-fPIC'
14264 lt_prog_compiler_static_CXX='-static'
14267 # Portland Group C++ compiler
14268 lt_prog_compiler_wl_CXX='-Wl,'
14269 lt_prog_compiler_pic_CXX='-fpic'
14270 lt_prog_compiler_static_CXX='-Bstatic'
14274 # Make sure the PIC flag is empty. It appears that all Alpha
14275 # Linux and Compaq Tru64 Unix objects are PIC.
14276 lt_prog_compiler_pic_CXX=
14277 lt_prog_compiler_static_CXX='-non_shared'
14279 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
14280 # IBM XL 8.0, 9.0 on PPC and BlueGene
14281 lt_prog_compiler_wl_CXX='-Wl,'
14282 lt_prog_compiler_pic_CXX='-qpic'
14283 lt_prog_compiler_static_CXX='-qstaticlink'
14286 case `$CC -V 2>&1 | sed 5q` in
14289 lt_prog_compiler_pic_CXX='-KPIC'
14290 lt_prog_compiler_static_CXX='-Bstatic'
14291 lt_prog_compiler_wl_CXX='-Qoption ld '
14302 case $cc_basename in
14304 lt_prog_compiler_pic_CXX='-W c,exportall'
14313 # QNX uses GNU C++, but need to define -shared option too, otherwise
14314 # it will coredump.
14315 lt_prog_compiler_pic_CXX='-fPIC -shared'
14317 osf3* | osf4* | osf5*)
14318 case $cc_basename in
14320 lt_prog_compiler_wl_CXX='--backend -Wl,'
14323 # Rational C++ 2.4.1
14324 lt_prog_compiler_pic_CXX='-pic'
14327 # Digital/Compaq C++
14328 lt_prog_compiler_wl_CXX='-Wl,'
14329 # Make sure the PIC flag is empty. It appears that all Alpha
14330 # Linux and Compaq Tru64 Unix objects are PIC.
14331 lt_prog_compiler_pic_CXX=
14332 lt_prog_compiler_static_CXX='-non_shared'
14341 case $cc_basename in
14343 # Sun C++ 4.2, 5.x and Centerline C++
14344 lt_prog_compiler_pic_CXX='-KPIC'
14345 lt_prog_compiler_static_CXX='-Bstatic'
14346 lt_prog_compiler_wl_CXX='-Qoption ld '
14349 # Green Hills C++ Compiler
14350 lt_prog_compiler_pic_CXX='-PIC'
14357 case $cc_basename in
14360 lt_prog_compiler_pic_CXX='-pic'
14361 lt_prog_compiler_static_CXX='-Bstatic'
14365 lt_prog_compiler_pic_CXX='-pic'
14371 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14372 case $cc_basename in
14374 lt_prog_compiler_wl_CXX='-Wl,'
14375 lt_prog_compiler_pic_CXX='-KPIC'
14376 lt_prog_compiler_static_CXX='-Bstatic'
14381 case $cc_basename in
14383 # NonStop-UX NCC 3.20
14384 lt_prog_compiler_pic_CXX='-KPIC'
14393 lt_prog_compiler_can_build_shared_CXX=no
14399 # For platforms which do not support PIC, -DPIC is meaningless:
14401 lt_prog_compiler_pic_CXX=
14404 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
14408 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14413 # Check to make sure the PIC flag actually works.
14415 if test -n "$lt_prog_compiler_pic_CXX"; then
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14417 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14418 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
14419 $as_echo_n "(cached) " >&6
14421 lt_cv_prog_compiler_pic_works_CXX=no
14422 ac_outfile=conftest.$ac_objext
14423 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14424 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14425 # Insert the option either (1) after the last *FLAGS variable, or
14426 # (2) before a word containing "conftest.", or (3) at the end.
14427 # Note that $ac_compile itself does not contain backslashes and begins
14428 # with a dollar sign (not a hyphen), so the echo should work correctly.
14429 # The option is referenced via a variable to avoid confusing sed.
14430 lt_compile=`echo "$ac_compile" | $SED \
14431 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14432 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14433 -e 's:$: $lt_compiler_flag:'`
14434 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14435 (eval "$lt_compile" 2>conftest.err)
14437 cat conftest.err >&5
14438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14439 if (exit $ac_status) && test -s "$ac_outfile"; then
14440 # The compiler can only warn and ignore the option if not recognized
14441 # So say no if there are warnings other than the usual output.
14442 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
14443 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14444 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14445 lt_cv_prog_compiler_pic_works_CXX=yes
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14452 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14454 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14455 case $lt_prog_compiler_pic_CXX in
14457 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14460 lt_prog_compiler_pic_CXX=
14461 lt_prog_compiler_can_build_shared_CXX=no
14469 # Check to make sure the static flag actually works.
14471 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14473 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14474 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
14475 $as_echo_n "(cached) " >&6
14477 lt_cv_prog_compiler_static_works_CXX=no
14478 save_LDFLAGS="$LDFLAGS"
14479 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14480 echo "$lt_simple_link_test_code" > conftest.$ac_ext
14481 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14482 # The linker can only warn and ignore the option if not recognized
14483 # So say no if there are warnings
14484 if test -s conftest.err; then
14485 # Append any errors to the config.log.
14486 cat conftest.err 1>&5
14487 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
14488 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14489 if diff conftest.exp conftest.er2 >/dev/null; then
14490 lt_cv_prog_compiler_static_works_CXX=yes
14493 lt_cv_prog_compiler_static_works_CXX=yes
14497 LDFLAGS="$save_LDFLAGS"
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14501 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14503 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14506 lt_prog_compiler_static_CXX=
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14513 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14514 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14515 $as_echo_n "(cached) " >&6
14517 lt_cv_prog_compiler_c_o_CXX=no
14518 $RM -r conftest 2>/dev/null
14522 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14524 lt_compiler_flag="-o out/conftest2.$ac_objext"
14525 # Insert the option either (1) after the last *FLAGS variable, or
14526 # (2) before a word containing "conftest.", or (3) at the end.
14527 # Note that $ac_compile itself does not contain backslashes and begins
14528 # with a dollar sign (not a hyphen), so the echo should work correctly.
14529 lt_compile=`echo "$ac_compile" | $SED \
14530 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14531 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14532 -e 's:$: $lt_compiler_flag:'`
14533 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14534 (eval "$lt_compile" 2>out/conftest.err)
14536 cat out/conftest.err >&5
14537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14538 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14540 # The compiler can only warn and ignore the option if not recognized
14541 # So say no if there are warnings
14542 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14543 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14544 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14545 lt_cv_prog_compiler_c_o_CXX=yes
14550 # SGI C++ compiler will create directory out/ii_files/ for
14551 # template instantiation
14552 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14553 $RM out/* && rmdir out
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14560 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14565 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14566 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14567 $as_echo_n "(cached) " >&6
14569 lt_cv_prog_compiler_c_o_CXX=no
14570 $RM -r conftest 2>/dev/null
14574 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14576 lt_compiler_flag="-o out/conftest2.$ac_objext"
14577 # Insert the option either (1) after the last *FLAGS variable, or
14578 # (2) before a word containing "conftest.", or (3) at the end.
14579 # Note that $ac_compile itself does not contain backslashes and begins
14580 # with a dollar sign (not a hyphen), so the echo should work correctly.
14581 lt_compile=`echo "$ac_compile" | $SED \
14582 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14583 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14584 -e 's:$: $lt_compiler_flag:'`
14585 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14586 (eval "$lt_compile" 2>out/conftest.err)
14588 cat out/conftest.err >&5
14589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14590 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14592 # The compiler can only warn and ignore the option if not recognized
14593 # So say no if there are warnings
14594 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14595 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14596 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14597 lt_cv_prog_compiler_c_o_CXX=yes
14602 # SGI C++ compiler will create directory out/ii_files/ for
14603 # template instantiation
14604 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14605 $RM out/* && rmdir out
14611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14612 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14617 hard_links="nottested"
14618 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14619 # do not overwrite the value of need_locks provided by the user
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14621 $as_echo_n "checking if we can lock with hard links... " >&6; }
14624 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14626 ln conftest.a conftest.b 2>&5 || hard_links=no
14627 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14629 $as_echo "$hard_links" >&6; }
14630 if test "$hard_links" = no; then
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14632 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14642 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14644 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14647 # If we're using GNU nm, then we don't want the "-C" option.
14648 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14649 # Also, AIX nm treats weak defined symbols like other global defined
14650 # symbols, whereas GNU nm marks them as "W".
14651 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14652 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14654 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14658 export_symbols_cmds_CXX="$ltdll_cmds"
14660 cygwin* | mingw* | cegcc*)
14661 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
14664 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14667 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14670 $as_echo "$ld_shlibs_CXX" >&6; }
14671 test "$ld_shlibs_CXX" = no && can_build_shared=no
14673 with_gnu_ld_CXX=$with_gnu_ld
14681 # Do we need to explicitly link libc?
14683 case "x$archive_cmds_need_lc_CXX" in
14685 # Assume -lc should be added
14686 archive_cmds_need_lc_CXX=yes
14688 if test "$enable_shared" = yes && test "$GCC" = yes; then
14689 case $archive_cmds_CXX in
14691 # FIXME: we may have to deal with multi-command sequences.
14694 # Test whether the compiler implicitly links with -lc since on some
14695 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14696 # to ld, don't add -lc before -lgcc.
14697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14698 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14699 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
14700 $as_echo_n "(cached) " >&6
14703 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14705 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14706 (eval $ac_compile) 2>&5
14708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14709 test $ac_status = 0; } 2>conftest.err; then
14712 libobjs=conftest.$ac_objext
14714 wl=$lt_prog_compiler_wl_CXX
14715 pic_flag=$lt_prog_compiler_pic_CXX
14721 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14722 allow_undefined_flag_CXX=
14723 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14724 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14727 test $ac_status = 0; }
14729 lt_cv_archive_cmds_need_lc_CXX=no
14731 lt_cv_archive_cmds_need_lc_CXX=yes
14733 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14735 cat conftest.err 1>&5
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14741 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14742 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14813 $as_echo_n "checking dynamic linker characteristics... " >&6; }
14815 library_names_spec=
14816 libname_spec='lib$name'
14820 postuninstall_cmds=
14824 shlibpath_overrides_runpath=unknown
14826 dynamic_linker="$host_os ld.so"
14827 sys_lib_dlsearch_path_spec="/lib /usr/lib"
14828 need_lib_prefix=unknown
14829 hardcode_into_libs=no
14831 # when you set need_version to no, make sure it does not cause -set_version
14832 # flags to be left without arguments
14833 need_version=unknown
14838 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14839 shlibpath_var=LIBPATH
14841 # AIX 3 has no versioning support, so we append a major version to the name.
14842 soname_spec='${libname}${release}${shared_ext}$major'
14849 hardcode_into_libs=yes
14850 if test "$host_cpu" = ia64; then
14851 # AIX 5 supports IA64
14852 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14853 shlibpath_var=LD_LIBRARY_PATH
14855 # With GCC up to 2.95.x, collect2 would create an import file
14856 # for dependence libraries. The import file would start with
14857 # the line `#! .'. This would cause the generated library to
14858 # depend on `.', always an invalid library. This was fixed in
14859 # development snapshots of GCC prior to 3.0.
14861 aix4 | aix4.[01] | aix4.[01].*)
14862 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14864 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14867 can_build_shared=no
14871 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14872 # soname into executable. Probably we can add versioning support to
14873 # collect2, so additional links can be useful in future.
14874 if test "$aix_use_runtimelinking" = yes; then
14875 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14876 # instead of lib<name>.a to let people know that these are not
14877 # typical AIX shared libraries.
14878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14880 # We preserve .a as extension for shared libraries through AIX4.2
14881 # and later when we are not doing run time linking.
14882 library_names_spec='${libname}${release}.a $libname.a'
14883 soname_spec='${libname}${release}${shared_ext}$major'
14885 shlibpath_var=LIBPATH
14892 # Since July 2007 AmigaOS4 officially supports .so libraries.
14893 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14897 library_names_spec='$libname.ixlibrary $libname.a'
14898 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14899 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'
14905 library_names_spec='${libname}${shared_ext}'
14906 dynamic_linker="$host_os ld.so"
14907 shlibpath_var=LIBRARY_PATH
14913 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14914 soname_spec='${libname}${release}${shared_ext}$major'
14915 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14916 shlibpath_var=LD_LIBRARY_PATH
14917 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14918 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14919 # the default ld.so.conf also contains /usr/contrib/lib and
14920 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14921 # libtool to hard-code these into programs
14924 cygwin* | mingw* | pw32* | cegcc*)
14925 version_type=windows
14930 case $GCC,$host_os in
14931 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14932 library_names_spec='$libname.dll.a'
14933 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14934 postinstall_cmds='base_file=`basename \${file}`~
14935 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14936 dldir=$destdir/`dirname \$dlpath`~
14937 test -d \$dldir || mkdir -p \$dldir~
14938 $install_prog $dir/$dlname \$dldir/$dlname~
14939 chmod a+x \$dldir/$dlname~
14940 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14941 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14943 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14944 dlpath=$dir/\$dldll~
14946 shlibpath_overrides_runpath=yes
14950 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14951 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14955 # MinGW DLLs use traditional 'lib' prefix
14956 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14959 # pw32 DLLs use 'pw' prefix rather than 'lib'
14960 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14966 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14969 dynamic_linker='Win32 ld.exe'
14970 # FIXME: first we should search . and the directory the executable is in
14974 darwin* | rhapsody*)
14975 dynamic_linker="$host_os dyld"
14976 version_type=darwin
14979 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14980 soname_spec='${libname}${release}${major}$shared_ext'
14981 shlibpath_overrides_runpath=yes
14982 shlibpath_var=DYLD_LIBRARY_PATH
14983 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14985 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14993 soname_spec='${libname}${release}${shared_ext}$major'
14994 shlibpath_var=LD_LIBRARY_PATH
14997 freebsd* | dragonfly*)
14998 # DragonFly does not have aout. When/if they implement a new
14999 # versioning mechanism, adjust this.
15000 if test -x /usr/bin/objformat; then
15001 objformat=`/usr/bin/objformat`
15004 freebsd[23].*) objformat=aout ;;
15005 *) objformat=elf ;;
15008 version_type=freebsd-$objformat
15009 case $version_type in
15011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15016 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15020 shlibpath_var=LD_LIBRARY_PATH
15023 shlibpath_overrides_runpath=yes
15025 freebsd3.[01]* | freebsdelf3.[01]*)
15026 shlibpath_overrides_runpath=yes
15027 hardcode_into_libs=yes
15029 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15030 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15031 shlibpath_overrides_runpath=no
15032 hardcode_into_libs=yes
15034 *) # from 4.6 on, and DragonFly
15035 shlibpath_overrides_runpath=yes
15036 hardcode_into_libs=yes
15045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15046 soname_spec='${libname}${release}${shared_ext}$major'
15047 shlibpath_var=LD_LIBRARY_PATH
15048 hardcode_into_libs=yes
15055 dynamic_linker="$host_os runtime_loader"
15056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15057 soname_spec='${libname}${release}${shared_ext}$major'
15058 shlibpath_var=LIBRARY_PATH
15059 shlibpath_overrides_runpath=yes
15060 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
15061 hardcode_into_libs=yes
15064 hpux9* | hpux10* | hpux11*)
15065 # Give a soname corresponding to the major version so that dld.sl refuses to
15066 # link against other versions.
15073 hardcode_into_libs=yes
15074 dynamic_linker="$host_os dld.so"
15075 shlibpath_var=LD_LIBRARY_PATH
15076 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15078 soname_spec='${libname}${release}${shared_ext}$major'
15079 if test "X$HPUX_IA64_MODE" = X32; then
15080 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15082 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15084 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15088 hardcode_into_libs=yes
15089 dynamic_linker="$host_os dld.sl"
15090 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15091 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15092 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15093 soname_spec='${libname}${release}${shared_ext}$major'
15094 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15095 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15099 dynamic_linker="$host_os dld.sl"
15100 shlibpath_var=SHLIB_PATH
15101 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15103 soname_spec='${libname}${release}${shared_ext}$major'
15106 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
15107 postinstall_cmds='chmod 555 $lib'
15108 # or fails outright, so override atomically:
15109 install_override_mode=555
15116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15117 soname_spec='${libname}${release}${shared_ext}$major'
15118 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15119 shlibpath_var=LD_LIBRARY_PATH
15120 shlibpath_overrides_runpath=no
15121 hardcode_into_libs=yes
15124 irix5* | irix6* | nonstopux*)
15126 nonstopux*) version_type=nonstopux ;;
15128 if test "$lt_cv_prog_gnu_ld" = yes; then
15136 soname_spec='${libname}${release}${shared_ext}$major'
15137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15139 irix5* | nonstopux*)
15140 libsuff= shlibsuff=
15143 case $LD in # libtool.m4 will add one of these switches to LD
15144 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15145 libsuff= shlibsuff= libmagic=32-bit;;
15146 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15147 libsuff=32 shlibsuff=N32 libmagic=N32;;
15148 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15149 libsuff=64 shlibsuff=64 libmagic=64-bit;;
15150 *) libsuff= shlibsuff= libmagic=never-match;;
15154 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15155 shlibpath_overrides_runpath=no
15156 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15157 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15158 hardcode_into_libs=yes
15161 # No shared lib support for Linux oldld, aout, or coff.
15162 linux*oldld* | linux*aout* | linux*coff*)
15166 # This must be Linux ELF.
15167 linux* | k*bsd*-gnu | kopensolaris*-gnu)
15171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15172 soname_spec='${libname}${release}${shared_ext}$major'
15173 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15174 shlibpath_var=LD_LIBRARY_PATH
15175 shlibpath_overrides_runpath=no
15177 # Some binutils ld are patched to set DT_RUNPATH
15178 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
15179 $as_echo_n "(cached) " >&6
15181 lt_cv_shlibpath_overrides_runpath=no
15182 save_LDFLAGS=$LDFLAGS
15183 save_libdir=$libdir
15184 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15185 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15187 /* end confdefs.h. */
15197 if ac_fn_cxx_try_link "$LINENO"; then :
15198 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
15199 lt_cv_shlibpath_overrides_runpath=yes
15202 rm -f core conftest.err conftest.$ac_objext \
15203 conftest$ac_exeext conftest.$ac_ext
15204 LDFLAGS=$save_LDFLAGS
15205 libdir=$save_libdir
15209 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
15211 # This implies no fast_install, which is unacceptable.
15212 # Some rework will be needed to allow for fast_install
15213 # before this can be enabled.
15214 hardcode_into_libs=yes
15216 # Append ld.so.conf contents to the search path
15217 if test -f /etc/ld.so.conf; then
15218 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' ' '`
15219 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15222 # We used to test for /lib/ld.so.1 and disable shared libraries on
15223 # powerpc, because MkLinux only supported shared libraries with the
15224 # GNU dynamic linker. Since this was broken with cross compilers,
15225 # most powerpc-linux boxes support dynamic linking these days and
15226 # people can always --disable-shared, the test was removed, and we
15227 # assume the GNU/Linux dynamic linker is in use.
15228 dynamic_linker='GNU/Linux ld.so'
15235 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15237 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15238 dynamic_linker='NetBSD (a.out) ld.so'
15240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15241 soname_spec='${libname}${release}${shared_ext}$major'
15242 dynamic_linker='NetBSD ld.elf_so'
15244 shlibpath_var=LD_LIBRARY_PATH
15245 shlibpath_overrides_runpath=yes
15246 hardcode_into_libs=yes
15251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15252 shlibpath_var=LD_LIBRARY_PATH
15253 shlibpath_overrides_runpath=yes
15260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15261 soname_spec='${libname}${release}${shared_ext}$major'
15262 shlibpath_var=LD_LIBRARY_PATH
15263 shlibpath_overrides_runpath=no
15264 hardcode_into_libs=yes
15265 dynamic_linker='ldqnx.so'
15270 sys_lib_dlsearch_path_spec="/usr/lib"
15272 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15274 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
15275 *) need_version=no ;;
15277 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15278 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15279 shlibpath_var=LD_LIBRARY_PATH
15280 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15282 openbsd2.[89] | openbsd2.[89].*)
15283 shlibpath_overrides_runpath=no
15286 shlibpath_overrides_runpath=yes
15290 shlibpath_overrides_runpath=yes
15295 libname_spec='$name'
15298 library_names_spec='$libname${shared_ext} $libname.a'
15299 dynamic_linker='OS/2 ld.exe'
15300 shlibpath_var=LIBPATH
15303 osf3* | osf4* | osf5*)
15307 soname_spec='${libname}${release}${shared_ext}$major'
15308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15309 shlibpath_var=LD_LIBRARY_PATH
15310 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15311 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15322 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15323 soname_spec='${libname}${release}${shared_ext}$major'
15324 shlibpath_var=LD_LIBRARY_PATH
15325 shlibpath_overrides_runpath=yes
15326 hardcode_into_libs=yes
15327 # ldd complains unless libraries are executable
15328 postinstall_cmds='chmod +x $lib'
15333 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15334 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15335 shlibpath_var=LD_LIBRARY_PATH
15336 shlibpath_overrides_runpath=yes
15337 if test "$with_gnu_ld" = yes; then
15345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15346 soname_spec='${libname}${release}${shared_ext}$major'
15347 shlibpath_var=LD_LIBRARY_PATH
15348 case $host_vendor in
15350 shlibpath_overrides_runpath=no
15352 runpath_var=LD_RUN_PATH
15360 shlibpath_overrides_runpath=no
15361 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15367 if test -d /usr/nec ;then
15369 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15370 soname_spec='$libname${shared_ext}.$major'
15371 shlibpath_var=LD_LIBRARY_PATH
15375 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15376 version_type=freebsd-elf
15379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15380 soname_spec='${libname}${release}${shared_ext}$major'
15381 shlibpath_var=LD_LIBRARY_PATH
15382 shlibpath_overrides_runpath=yes
15383 hardcode_into_libs=yes
15384 if test "$with_gnu_ld" = yes; then
15385 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15387 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15390 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15394 sys_lib_dlsearch_path_spec='/usr/lib'
15398 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
15402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15403 shlibpath_var=LD_LIBRARY_PATH
15404 shlibpath_overrides_runpath=no
15405 hardcode_into_libs=yes
15410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15411 soname_spec='${libname}${release}${shared_ext}$major'
15412 shlibpath_var=LD_LIBRARY_PATH
15419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15420 $as_echo "$dynamic_linker" >&6; }
15421 test "$dynamic_linker" = no && can_build_shared=no
15423 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15424 if test "$GCC" = yes; then
15425 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15428 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15429 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15431 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15432 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15473 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15474 hardcode_action_CXX=
15475 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15476 test -n "$runpath_var_CXX" ||
15477 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15479 # We can hardcode non-existent directories.
15480 if test "$hardcode_direct_CXX" != no &&
15481 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15482 # have to relink, otherwise we might link with an installed library
15483 # when we should be linking with a yet-to-be-installed one
15484 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15485 test "$hardcode_minus_L_CXX" != no; then
15486 # Linking always hardcodes the temporary library directory.
15487 hardcode_action_CXX=relink
15489 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15490 hardcode_action_CXX=immediate
15493 # We cannot hardcode anything, or else we can only hardcode existing
15495 hardcode_action_CXX=unsupported
15497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15498 $as_echo "$hardcode_action_CXX" >&6; }
15500 if test "$hardcode_action_CXX" = relink ||
15501 test "$inherit_rpath_CXX" = yes; then
15502 # Fast installation is not supported
15503 enable_fast_install=no
15504 elif test "$shlibpath_overrides_runpath" = yes ||
15505 test "$enable_shared" = no; then
15506 # Fast installation is not necessary
15507 enable_fast_install=needless
15516 fi # test -n "$compiler"
15522 with_gnu_ld=$lt_save_with_gnu_ld
15523 lt_cv_path_LDCXX=$lt_cv_path_LD
15524 lt_cv_path_LD=$lt_save_path_LD
15525 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15526 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15527 fi # test "$_lt_caught_CXX_error" != yes
15530 ac_cpp='$CPP $CPPFLAGS'
15531 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15532 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15533 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15547 ac_config_commands="$ac_config_commands libtool"
15552 # Only expand once:
15556 ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg it uk"
15557 # If we haven't got the data from the intl directory,
15558 # assume NLS is disabled.
15567 if test -f ../intl/config.intl; then
15568 . ../intl/config.intl
15570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15571 $as_echo_n "checking whether NLS is requested... " >&6; }
15572 if test x"$USE_NLS" != xyes; then
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15574 $as_echo "no" >&6; }
15576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15577 $as_echo "yes" >&6; }
15579 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
15582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
15583 $as_echo_n "checking for catalogs to be installed... " >&6; }
15584 # Look for .po and .gmo files in the source directory.
15587 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
15588 # If there aren't any .gmo files the shell will give us the
15589 # literal string "../path/to/srcdir/po/*.gmo" which has to be
15591 case "$cat" in *\**)
15594 # The quadruple backslash is collapsed to a double backslash
15595 # by the backticks, then collapsed again by the double quotes,
15596 # leaving us with one backslash in the sed expression (right
15597 # before the dot that mustn't act as a wildcard).
15598 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
15599 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
15600 # The user is allowed to set LINGUAS to a list of languages to
15601 # install catalogs for. If it's empty that means "all of them."
15602 if test "x$LINGUAS" = x; then
15603 CATALOGS="$CATALOGS $cat"
15604 XLINGUAS="$XLINGUAS $lang"
15606 case "$LINGUAS" in *$lang*)
15607 CATALOGS="$CATALOGS $cat"
15608 XLINGUAS="$XLINGUAS $lang"
15613 LINGUAS="$XLINGUAS"
15614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
15615 $as_echo "$LINGUAS" >&6; }
15629 if test -n "$ac_aux_dir"; then
15630 case "$ac_aux_dir" in
15631 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
15632 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
15635 if test -z "$MKINSTALLDIRS"; then
15636 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
15641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15642 $as_echo_n "checking whether NLS is requested... " >&6; }
15643 # Check whether --enable-nls was given.
15644 if test "${enable_nls+set}" = set; then :
15645 enableval=$enable_nls; USE_NLS=$enableval
15650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
15651 $as_echo "$USE_NLS" >&6; }
15658 # Prepare PATH_SEPARATOR.
15659 # The user is always right.
15660 if test "${PATH_SEPARATOR+set}" != set; then
15661 echo "#! /bin/sh" >conf$$.sh
15662 echo "exit 0" >>conf$$.sh
15664 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15672 # Find out how to test for executable files. Don't use a zero-byte file,
15673 # as systems may use methods other than mode bits to determine executability.
15674 cat >conf$$.file <<_ASEOF
15678 chmod +x conf$$.file
15679 if test -x conf$$.file >/dev/null 2>&1; then
15680 ac_executable_p="test -x"
15682 ac_executable_p="test -f"
15686 # Extract the first word of "msgfmt", so it can be a program name with args.
15687 set dummy msgfmt; ac_word=$2
15688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15689 $as_echo_n "checking for $ac_word... " >&6; }
15690 if test "${ac_cv_path_MSGFMT+set}" = set; then :
15691 $as_echo_n "(cached) " >&6
15695 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
15698 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15699 for ac_dir in $PATH; do
15701 test -z "$ac_dir" && ac_dir=.
15702 for ac_exec_ext in '' $ac_executable_extensions; do
15703 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15704 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
15705 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
15706 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
15713 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
15717 MSGFMT="$ac_cv_path_MSGFMT"
15718 if test "$MSGFMT" != ":"; then
15719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
15720 $as_echo "$MSGFMT" >&6; }
15722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15723 $as_echo "no" >&6; }
15726 # Extract the first word of "gmsgfmt", so it can be a program name with args.
15727 set dummy gmsgfmt; ac_word=$2
15728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15729 $as_echo_n "checking for $ac_word... " >&6; }
15730 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
15731 $as_echo_n "(cached) " >&6
15735 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
15738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15739 for as_dir in $PATH
15742 test -z "$as_dir" && as_dir=.
15743 for ac_exec_ext in '' $ac_executable_extensions; do
15744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15745 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
15746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15753 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
15757 GMSGFMT=$ac_cv_path_GMSGFMT
15758 if test -n "$GMSGFMT"; then
15759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
15760 $as_echo "$GMSGFMT" >&6; }
15762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15763 $as_echo "no" >&6; }
15769 # Prepare PATH_SEPARATOR.
15770 # The user is always right.
15771 if test "${PATH_SEPARATOR+set}" != set; then
15772 echo "#! /bin/sh" >conf$$.sh
15773 echo "exit 0" >>conf$$.sh
15775 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15783 # Find out how to test for executable files. Don't use a zero-byte file,
15784 # as systems may use methods other than mode bits to determine executability.
15785 cat >conf$$.file <<_ASEOF
15789 chmod +x conf$$.file
15790 if test -x conf$$.file >/dev/null 2>&1; then
15791 ac_executable_p="test -x"
15793 ac_executable_p="test -f"
15797 # Extract the first word of "xgettext", so it can be a program name with args.
15798 set dummy xgettext; ac_word=$2
15799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15800 $as_echo_n "checking for $ac_word... " >&6; }
15801 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
15802 $as_echo_n "(cached) " >&6
15804 case "$XGETTEXT" in
15806 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
15809 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15810 for ac_dir in $PATH; do
15812 test -z "$ac_dir" && ac_dir=.
15813 for ac_exec_ext in '' $ac_executable_extensions; do
15814 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15815 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
15816 (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
15817 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
15824 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
15828 XGETTEXT="$ac_cv_path_XGETTEXT"
15829 if test "$XGETTEXT" != ":"; then
15830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
15831 $as_echo "$XGETTEXT" >&6; }
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15834 $as_echo "no" >&6; }
15840 # Prepare PATH_SEPARATOR.
15841 # The user is always right.
15842 if test "${PATH_SEPARATOR+set}" != set; then
15843 echo "#! /bin/sh" >conf$$.sh
15844 echo "exit 0" >>conf$$.sh
15846 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15854 # Find out how to test for executable files. Don't use a zero-byte file,
15855 # as systems may use methods other than mode bits to determine executability.
15856 cat >conf$$.file <<_ASEOF
15860 chmod +x conf$$.file
15861 if test -x conf$$.file >/dev/null 2>&1; then
15862 ac_executable_p="test -x"
15864 ac_executable_p="test -f"
15868 # Extract the first word of "msgmerge", so it can be a program name with args.
15869 set dummy msgmerge; ac_word=$2
15870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15871 $as_echo_n "checking for $ac_word... " >&6; }
15872 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
15873 $as_echo_n "(cached) " >&6
15875 case "$MSGMERGE" in
15877 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
15880 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
15881 for ac_dir in $PATH; do
15883 test -z "$ac_dir" && ac_dir=.
15884 for ac_exec_ext in '' $ac_executable_extensions; do
15885 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15886 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
15887 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
15894 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
15898 MSGMERGE="$ac_cv_path_MSGMERGE"
15899 if test "$MSGMERGE" != ":"; then
15900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
15901 $as_echo "$MSGMERGE" >&6; }
15903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15904 $as_echo "no" >&6; }
15908 if test "$GMSGFMT" != ":"; then
15909 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
15910 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
15913 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
15915 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
15920 if test "$XGETTEXT" != ":"; then
15921 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
15922 (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
15925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
15926 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
15932 ac_config_commands="$ac_config_commands default-1"
15938 for ac_prog in 'bison -y' byacc
15940 # Extract the first word of "$ac_prog", so it can be a program name with args.
15941 set dummy $ac_prog; ac_word=$2
15942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15943 $as_echo_n "checking for $ac_word... " >&6; }
15944 if test "${ac_cv_prog_YACC+set}" = set; then :
15945 $as_echo_n "(cached) " >&6
15947 if test -n "$YACC"; then
15948 ac_cv_prog_YACC="$YACC" # Let the user override the test.
15950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15951 for as_dir in $PATH
15954 test -z "$as_dir" && as_dir=.
15955 for ac_exec_ext in '' $ac_executable_extensions; do
15956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15957 ac_cv_prog_YACC="$ac_prog"
15958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15967 YACC=$ac_cv_prog_YACC
15968 if test -n "$YACC"; then
15969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
15970 $as_echo "$YACC" >&6; }
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15973 $as_echo "no" >&6; }
15977 test -n "$YACC" && break
15979 test -n "$YACC" || YACC="yacc"
15981 for ac_prog in flex lex
15983 # Extract the first word of "$ac_prog", so it can be a program name with args.
15984 set dummy $ac_prog; ac_word=$2
15985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15986 $as_echo_n "checking for $ac_word... " >&6; }
15987 if test "${ac_cv_prog_LEX+set}" = set; then :
15988 $as_echo_n "(cached) " >&6
15990 if test -n "$LEX"; then
15991 ac_cv_prog_LEX="$LEX" # Let the user override the test.
15993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15994 for as_dir in $PATH
15997 test -z "$as_dir" && as_dir=.
15998 for ac_exec_ext in '' $ac_executable_extensions; do
15999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16000 ac_cv_prog_LEX="$ac_prog"
16001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16010 LEX=$ac_cv_prog_LEX
16011 if test -n "$LEX"; then
16012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16013 $as_echo "$LEX" >&6; }
16015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16016 $as_echo "no" >&6; }
16020 test -n "$LEX" && break
16022 test -n "$LEX" || LEX=":"
16024 if test "x$LEX" != "x:"; then
16025 cat >conftest.l <<_ACEOF
16031 e { yyless (input () != 0); }
16032 f { unput (yytext[0]); }
16033 . { BEGIN INITIAL; }
16035 #ifdef YYTEXT_POINTER
16036 extern char *yytext;
16041 return ! yylex () + ! yywrap ();
16044 { { ac_try="$LEX conftest.l"
16045 case "(($ac_try" in
16046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16047 *) ac_try_echo=$ac_try;;
16049 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16050 $as_echo "$ac_try_echo"; } >&5
16051 (eval "$LEX conftest.l") 2>&5
16053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16054 test $ac_status = 0; }
16055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
16056 $as_echo_n "checking lex output file root... " >&6; }
16057 if test "${ac_cv_prog_lex_root+set}" = set; then :
16058 $as_echo_n "(cached) " >&6
16061 if test -f lex.yy.c; then
16062 ac_cv_prog_lex_root=lex.yy
16063 elif test -f lexyy.c; then
16064 ac_cv_prog_lex_root=lexyy
16066 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
16070 $as_echo "$ac_cv_prog_lex_root" >&6; }
16071 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
16073 if test -z "${LEXLIB+set}"; then
16074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
16075 $as_echo_n "checking lex library... " >&6; }
16076 if test "${ac_cv_lib_lex+set}" = set; then :
16077 $as_echo_n "(cached) " >&6
16081 ac_cv_lib_lex='none needed'
16082 for ac_lib in '' -lfl -ll; do
16083 LIBS="$ac_lib $ac_save_LIBS"
16084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16085 /* end confdefs.h. */
16086 `cat $LEX_OUTPUT_ROOT.c`
16088 if ac_fn_c_try_link "$LINENO"; then :
16089 ac_cv_lib_lex=$ac_lib
16091 rm -f core conftest.err conftest.$ac_objext \
16092 conftest$ac_exeext conftest.$ac_ext
16093 test "$ac_cv_lib_lex" != 'none needed' && break
16098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
16099 $as_echo "$ac_cv_lib_lex" >&6; }
16100 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
16104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
16105 $as_echo_n "checking whether yytext is a pointer... " >&6; }
16106 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
16107 $as_echo_n "(cached) " >&6
16109 # POSIX says lex can declare yytext either as a pointer or an array; the
16110 # default is implementation-dependent. Figure out which it is, since
16111 # not all implementations provide the %pointer and %array declarations.
16112 ac_cv_prog_lex_yytext_pointer=no
16114 LIBS="$LEXLIB $ac_save_LIBS"
16115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16116 /* end confdefs.h. */
16117 #define YYTEXT_POINTER 1
16118 `cat $LEX_OUTPUT_ROOT.c`
16120 if ac_fn_c_try_link "$LINENO"; then :
16121 ac_cv_prog_lex_yytext_pointer=yes
16123 rm -f core conftest.err conftest.$ac_objext \
16124 conftest$ac_exeext conftest.$ac_ext
16128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
16129 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
16130 if test $ac_cv_prog_lex_yytext_pointer = yes; then
16132 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
16135 rm -f conftest.l $LEX_OUTPUT_ROOT.c
16138 if test "$LEX" = :; then
16139 LEX=${am_missing_run}flex
16143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
16144 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
16145 # Check whether --enable-maintainer-mode was given.
16146 if test "${enable_maintainer_mode+set}" = set; then :
16147 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
16149 USE_MAINTAINER_MODE=no
16152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
16153 $as_echo "$USE_MAINTAINER_MODE" >&6; }
16154 if test $USE_MAINTAINER_MODE = yes; then
16155 MAINTAINER_MODE_TRUE=
16156 MAINTAINER_MODE_FALSE='#'
16158 MAINTAINER_MODE_TRUE='#'
16159 MAINTAINER_MODE_FALSE=
16162 MAINT=$MAINTAINER_MODE_TRUE
16166 GENINSRC_NEVER_TRUE=
16167 GENINSRC_NEVER_FALSE='#'
16169 GENINSRC_NEVER_TRUE='#'
16170 GENINSRC_NEVER_FALSE=
16173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
16174 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
16175 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
16176 $as_echo_n "(cached) " >&6
16180 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
16181 if cmp t1 t2 2 2 > /dev/null 2>&1; then
16182 if cmp t1 t2 1 1 > /dev/null 2>&1; then
16185 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
16188 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
16189 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
16192 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
16198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
16199 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
16200 do_compare="$gcc_cv_prog_cmp_skip"
16204 . ${srcdir}/configure.host
16213 for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h locale.h sys/param.h
16215 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16216 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16217 eval as_val=\$$as_ac_Header
16218 if test "x$as_val" = x""yes; then :
16219 cat >>confdefs.h <<_ACEOF
16220 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16227 for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
16229 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16230 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16231 eval as_val=\$$as_ac_Header
16232 if test "x$as_val" = x""yes; then :
16233 cat >>confdefs.h <<_ACEOF
16234 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
16242 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
16243 if test "${gcc_cv_header_string+set}" = set; then :
16244 $as_echo_n "(cached) " >&6
16246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16247 /* end confdefs.h. */
16248 #include <string.h>
16249 #include <strings.h>
16258 if ac_fn_c_try_compile "$LINENO"; then :
16259 gcc_cv_header_string=yes
16261 gcc_cv_header_string=no
16263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
16266 $as_echo "$gcc_cv_header_string" >&6; }
16267 if test $gcc_cv_header_string = yes; then
16269 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
16273 for ac_func in glob mkstemp realpath sbrk setlocale waitpid
16275 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16276 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16277 eval as_val=\$$as_ac_var
16278 if test "x$as_val" = x""yes; then :
16279 cat >>confdefs.h <<_ACEOF
16280 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16286 for ac_func in open lseek close
16288 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16289 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16290 eval as_val=\$$as_ac_var
16291 if test "x$as_val" = x""yes; then :
16292 cat >>confdefs.h <<_ACEOF
16293 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16299 ac_header_dirent=no
16300 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
16301 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
16302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
16303 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
16304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
16305 $as_echo_n "(cached) " >&6
16307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16308 /* end confdefs.h. */
16309 #include <sys/types.h>
16321 if ac_fn_c_try_compile "$LINENO"; then :
16322 eval "$as_ac_Header=yes"
16324 eval "$as_ac_Header=no"
16326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16328 eval ac_res=\$$as_ac_Header
16329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16330 $as_echo "$ac_res" >&6; }
16331 eval as_val=\$$as_ac_Header
16332 if test "x$as_val" = x""yes; then :
16333 cat >>confdefs.h <<_ACEOF
16334 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
16337 ac_header_dirent=$ac_hdr; break
16341 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
16342 if test $ac_header_dirent = dirent.h; then
16343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16344 $as_echo_n "checking for library containing opendir... " >&6; }
16345 if test "${ac_cv_search_opendir+set}" = set; then :
16346 $as_echo_n "(cached) " >&6
16348 ac_func_search_save_LIBS=$LIBS
16349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16350 /* end confdefs.h. */
16352 /* Override any GCC internal prototype to avoid an error.
16353 Use char because int might match the return type of a GCC
16354 builtin and then its argument prototype would still apply. */
16367 for ac_lib in '' dir; do
16368 if test -z "$ac_lib"; then
16369 ac_res="none required"
16372 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16374 if ac_fn_c_try_link "$LINENO"; then :
16375 ac_cv_search_opendir=$ac_res
16377 rm -f core conftest.err conftest.$ac_objext \
16379 if test "${ac_cv_search_opendir+set}" = set; then :
16383 if test "${ac_cv_search_opendir+set}" = set; then :
16386 ac_cv_search_opendir=no
16388 rm conftest.$ac_ext
16389 LIBS=$ac_func_search_save_LIBS
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16392 $as_echo "$ac_cv_search_opendir" >&6; }
16393 ac_res=$ac_cv_search_opendir
16394 if test "$ac_res" != no; then :
16395 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
16401 $as_echo_n "checking for library containing opendir... " >&6; }
16402 if test "${ac_cv_search_opendir+set}" = set; then :
16403 $as_echo_n "(cached) " >&6
16405 ac_func_search_save_LIBS=$LIBS
16406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16407 /* end confdefs.h. */
16409 /* Override any GCC internal prototype to avoid an error.
16410 Use char because int might match the return type of a GCC
16411 builtin and then its argument prototype would still apply. */
16424 for ac_lib in '' x; do
16425 if test -z "$ac_lib"; then
16426 ac_res="none required"
16429 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16431 if ac_fn_c_try_link "$LINENO"; then :
16432 ac_cv_search_opendir=$ac_res
16434 rm -f core conftest.err conftest.$ac_objext \
16436 if test "${ac_cv_search_opendir+set}" = set; then :
16440 if test "${ac_cv_search_opendir+set}" = set; then :
16443 ac_cv_search_opendir=no
16445 rm conftest.$ac_ext
16446 LIBS=$ac_func_search_save_LIBS
16448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
16449 $as_echo "$ac_cv_search_opendir" >&6; }
16450 ac_res=$ac_cv_search_opendir
16451 if test "$ac_res" != no; then :
16452 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16459 # Check for dlopen support and enable plugins if possible.
16461 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
16463 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
16470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
16471 $as_echo_n "checking for library containing dlopen... " >&6; }
16472 if test "${ac_cv_search_dlopen+set}" = set; then :
16473 $as_echo_n "(cached) " >&6
16475 ac_func_search_save_LIBS=$LIBS
16476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16477 /* end confdefs.h. */
16479 /* Override any GCC internal prototype to avoid an error.
16480 Use char because int might match the return type of a GCC
16481 builtin and then its argument prototype would still apply. */
16494 for ac_lib in '' dl; do
16495 if test -z "$ac_lib"; then
16496 ac_res="none required"
16499 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16501 if ac_fn_c_try_link "$LINENO"; then :
16502 ac_cv_search_dlopen=$ac_res
16504 rm -f core conftest.err conftest.$ac_objext \
16506 if test "${ac_cv_search_dlopen+set}" = set; then :
16510 if test "${ac_cv_search_dlopen+set}" = set; then :
16513 ac_cv_search_dlopen=no
16515 rm conftest.$ac_ext
16516 LIBS=$ac_func_search_save_LIBS
16518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
16519 $as_echo "$ac_cv_search_dlopen" >&6; }
16520 ac_res=$ac_cv_search_dlopen
16521 if test "$ac_res" != no; then :
16522 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16528 for ac_func in dlopen dlsym dlclose
16530 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16531 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16532 eval as_val=\$$as_ac_var
16533 if test "x$as_val" = x""yes; then :
16534 cat >>confdefs.h <<_ACEOF
16535 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16543 # We also support plugins on Windows (MinGW).
16544 if test x$enable_plugins = xno ; then
16545 for ac_header in windows.h
16547 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
16549 if test "x$ac_cv_header_windows_h" = x""yes; then :
16550 cat >>confdefs.h <<_ACEOF
16551 #define HAVE_WINDOWS_H 1
16559 if test x$enable_plugins = xyes; then
16560 ENABLE_PLUGINS_TRUE=
16561 ENABLE_PLUGINS_FALSE='#'
16563 ENABLE_PLUGINS_TRUE='#'
16564 ENABLE_PLUGINS_FALSE=
16568 # Check whether --enable-initfini-array was given.
16569 if test "${enable_initfini_array+set}" = set; then :
16570 enableval=$enable_initfini_array;
16573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
16574 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
16575 if test "${gcc_cv_initfini_array+set}" = set; then :
16576 $as_echo_n "(cached) " >&6
16578 if test "x${build}" = "x${target}" ; then
16579 if test "$cross_compiling" = yes; then :
16580 gcc_cv_initfini_array=no
16582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16583 /* end confdefs.h. */
16586 int main (void) { return x; }
16587 int foo (void) { x = 0; }
16588 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
16590 if ac_fn_c_try_run "$LINENO"; then :
16591 gcc_cv_initfini_array=yes
16593 gcc_cv_initfini_array=no
16595 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16596 conftest.$ac_objext conftest.beam conftest.$ac_ext
16600 gcc_cv_initfini_array=no
16603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_initfini_array" >&5
16604 $as_echo "$gcc_cv_initfini_array" >&6; }
16605 enable_initfini_array=$gcc_cv_initfini_array
16610 if test $enable_initfini_array = yes; then
16612 $as_echo "#define HAVE_INITFINI_ARRAY 1" >>confdefs.h
16616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
16617 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
16618 if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then :
16619 $as_echo_n "(cached) " >&6
16621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16622 /* end confdefs.h. */
16623 #include <unistd.h>
16627 extern int getopt (int, char *const*, const char *);
16632 if ac_fn_c_try_compile "$LINENO"; then :
16633 ld_cv_decl_getopt_unistd_h=yes
16635 ld_cv_decl_getopt_unistd_h=no
16637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5
16641 $as_echo "$ld_cv_decl_getopt_unistd_h" >&6; }
16642 if test $ld_cv_decl_getopt_unistd_h = yes; then
16644 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
16650 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
16652 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
16656 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
16657 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
16663 cat >>confdefs.h <<_ACEOF
16664 #define HAVE_DECL_STRSTR $ac_have_decl
16666 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
16667 if test "x$ac_cv_have_decl_free" = x""yes; then :
16673 cat >>confdefs.h <<_ACEOF
16674 #define HAVE_DECL_FREE $ac_have_decl
16676 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
16677 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
16683 cat >>confdefs.h <<_ACEOF
16684 #define HAVE_DECL_SBRK $ac_have_decl
16686 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
16687 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
16693 cat >>confdefs.h <<_ACEOF
16694 #define HAVE_DECL_GETENV $ac_have_decl
16696 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
16697 if test "x$ac_cv_have_decl_environ" = x""yes; then :
16703 cat >>confdefs.h <<_ACEOF
16704 #define HAVE_DECL_ENVIRON $ac_have_decl
16708 # Link in zlib if we can. This is needed only for the bootstrap tests
16709 # right now, since those tests use libbfd, which depends on zlib.
16711 # See if the user specified whether he wants zlib support or not.
16713 # Check whether --with-zlib was given.
16714 if test "${with_zlib+set}" = set; then :
16715 withval=$with_zlib;
16721 if test "$with_zlib" != "no"; then
16722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
16723 $as_echo_n "checking for library containing zlibVersion... " >&6; }
16724 if test "${ac_cv_search_zlibVersion+set}" = set; then :
16725 $as_echo_n "(cached) " >&6
16727 ac_func_search_save_LIBS=$LIBS
16728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16729 /* end confdefs.h. */
16731 /* Override any GCC internal prototype to avoid an error.
16732 Use char because int might match the return type of a GCC
16733 builtin and then its argument prototype would still apply. */
16737 char zlibVersion ();
16741 return zlibVersion ();
16746 for ac_lib in '' z; do
16747 if test -z "$ac_lib"; then
16748 ac_res="none required"
16751 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16753 if ac_fn_c_try_link "$LINENO"; then :
16754 ac_cv_search_zlibVersion=$ac_res
16756 rm -f core conftest.err conftest.$ac_objext \
16758 if test "${ac_cv_search_zlibVersion+set}" = set; then :
16762 if test "${ac_cv_search_zlibVersion+set}" = set; then :
16765 ac_cv_search_zlibVersion=no
16767 rm conftest.$ac_ext
16768 LIBS=$ac_func_search_save_LIBS
16770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
16771 $as_echo "$ac_cv_search_zlibVersion" >&6; }
16772 ac_res=$ac_cv_search_zlibVersion
16773 if test "$ac_res" != no; then :
16774 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16775 for ac_header in zlib.h
16777 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
16778 if test "x$ac_cv_header_zlib_h" = x""yes; then :
16779 cat >>confdefs.h <<_ACEOF
16780 #define HAVE_ZLIB_H 1
16789 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
16790 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
16795 # When converting linker scripts into strings for use in emulation
16796 # files, use astring.sed if the compiler supports ANSI string
16797 # concatenation, or ostring.sed otherwise. This is to support the
16798 # broken Microsoft MSVC compiler, which limits the length of string
16799 # constants, while still supporting pre-ANSI compilers which do not
16800 # support string concatenation.
16801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5
16802 $as_echo_n "checking whether ANSI C string concatenation works... " >&6; }
16803 if test "${ld_cv_string_concatenation+set}" = set; then :
16804 $as_echo_n "(cached) " >&6
16806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16807 /* end confdefs.h. */
16817 if ac_fn_c_try_compile "$LINENO"; then :
16818 ld_cv_string_concatenation=yes
16820 ld_cv_string_concatenation=no
16822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5
16826 $as_echo "$ld_cv_string_concatenation" >&6; }
16827 if test "$ld_cv_string_concatenation" = "yes"; then
16828 STRINGIFY=astring.sed
16830 STRINGIFY=ostring.sed
16834 # target-specific stuff:
16844 # If the host is 64-bit, then we enable 64-bit targets by default.
16845 # This is consistent with what ../bfd/configure.in does.
16846 if test x${want64} = xfalse; then
16847 # The cast to long int works around a bug in the HP C Compiler
16848 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16849 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16850 # This bug is HP SR number 8606223364.
16851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
16852 $as_echo_n "checking size of void *... " >&6; }
16853 if test "${ac_cv_sizeof_void_p+set}" = set; then :
16854 $as_echo_n "(cached) " >&6
16856 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
16859 if test "$ac_cv_type_void_p" = yes; then
16860 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16861 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16862 { as_fn_set_status 77
16863 as_fn_error "cannot compute sizeof (void *)
16864 See \`config.log' for more details." "$LINENO" 5; }; }
16866 ac_cv_sizeof_void_p=0
16871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
16872 $as_echo "$ac_cv_sizeof_void_p" >&6; }
16876 cat >>confdefs.h <<_ACEOF
16877 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16881 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
16886 for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
16888 if test "$targ_alias" = "all"; then
16891 # Canonicalize the secondary target names.
16892 result=`$ac_config_sub $targ_alias 2>/dev/null`
16893 if test -n "$result"; then
16899 . ${srcdir}/configure.tgt
16901 if test "$targ" = "$target"; then
16905 if test x${want64} = xfalse; then
16906 . ${srcdir}/../bfd/config.bfd
16909 if test x${want64} = xtrue; then
16910 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
16911 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
16914 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
16915 case " $all_emuls " in
16918 all_emuls="$all_emuls e${i}.o"
16919 eval result=\$tdir_$i
16920 test -z "$result" && result=$targ_alias
16921 echo tdir_$i=$result >> tdirs
16926 for i in $targ_emul $targ_extra_libpath; do
16927 case " $all_libpath " in
16930 if test -z "$all_libpath"; then
16933 all_libpath="$all_libpath ${i}"
16939 for i in $targ_extra_ofiles; do
16940 case " $all_emul_extras " in
16943 all_emul_extras="$all_emul_extras ${i}"
16956 if test x${all_targets} = xtrue; then
16957 if test x${want64} = xtrue; then
16958 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
16960 EMULATION_OFILES='$(ALL_EMULATIONS)'
16962 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
16964 EMULATION_OFILES=$all_emuls
16965 EMUL_EXTRA_OFILES=$all_emul_extras
16971 EMULATION_LIBPATH=$all_libpath
16974 if test x${enable_static} = xno; then
16975 TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
16977 TESTBFDLIB="../bfd/.libs/libbfd.a"
16981 target_vendor=${target_vendor=$host_vendor}
16982 case "$target_vendor" in
16983 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
16984 *) EXTRA_SHLIB_EXTENSION= ;;
16987 case "$target_os" in
16988 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
16991 if test x${EXTRA_SHLIB_EXTENSION} != x ; then
16993 cat >>confdefs.h <<_ACEOF
16994 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
17004 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
17006 cat >confcache <<\_ACEOF
17007 # This file is a shell script that caches the results of configure
17008 # tests run on this system so they can be shared between configure
17009 # scripts and configure runs, see configure's option --config-cache.
17010 # It is not useful on other systems. If it contains results you don't
17011 # want to keep, you may remove or edit it.
17013 # config.status only pays attention to the cache file if you give it
17014 # the --recheck option to rerun configure.
17016 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17017 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17018 # following values.
17022 # The following way of writing the cache mishandles newlines in values,
17023 # but we know of no workaround that is simple, portable, and efficient.
17024 # So, we kill variables containing newlines.
17025 # Ultrix sh set writes to stderr and can't be redirected directly,
17026 # and sets the high bit in the cache file unless we assign to the vars.
17028 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17029 eval ac_val=\$$ac_var
17033 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17034 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17037 _ | IFS | as_nl) ;; #(
17038 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17039 *) { eval $ac_var=; unset $ac_var;} ;;
17045 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17046 *${as_nl}ac_space=\ *)
17047 # `set' does not quote correctly, so add quotes: double-quote
17048 # substitution turns \\\\ into \\, and sed turns \\ into \.
17051 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17054 # `set' quotes correctly as required by POSIX, so do not add quotes.
17055 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17064 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17066 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17068 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17069 if test -w "$cache_file"; then
17070 test "x$cache_file" != "x/dev/null" &&
17071 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17072 $as_echo "$as_me: updating cache $cache_file" >&6;}
17073 cat confcache >$cache_file
17075 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17076 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17081 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17082 # Let make expand exec_prefix.
17083 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17085 DEFS=-DHAVE_CONFIG_H
17089 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17090 # 1. Remove the extension, and $U if already installed.
17091 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17092 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17093 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17094 # will be set to the directory where LIBOBJS objects are built.
17095 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17096 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17098 LIBOBJS=$ac_libobjs
17100 LTLIBOBJS=$ac_ltlibobjs
17103 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17104 as_fn_error "conditional \"AMDEP\" was never defined.
17105 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17107 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17108 as_fn_error "conditional \"am__fastdepCC\" was never defined.
17109 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17111 if test -n "$EXEEXT"; then
17113 am__EXEEXT_FALSE='#'
17115 am__EXEEXT_TRUE='#'
17119 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17120 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17121 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17123 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17124 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
17125 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17127 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17128 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17129 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17131 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
17132 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
17133 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17135 if test -z "${ENABLE_PLUGINS_TRUE}" && test -z "${ENABLE_PLUGINS_FALSE}"; then
17136 as_fn_error "conditional \"ENABLE_PLUGINS\" was never defined.
17137 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17140 : ${CONFIG_STATUS=./config.status}
17142 ac_clean_files_save=$ac_clean_files
17143 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17145 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17147 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17149 # Generated by $as_me.
17150 # Run this file to recreate the current configuration.
17151 # Compiler output produced by configure, useful for debugging
17152 # configure, is in config.log if it exists.
17155 ac_cs_recheck=false
17158 SHELL=\${CONFIG_SHELL-$SHELL}
17161 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17162 ## -------------------- ##
17163 ## M4sh Initialization. ##
17164 ## -------------------- ##
17166 # Be more Bourne compatible
17167 DUALCASE=1; export DUALCASE # for MKS sh
17168 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17171 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17172 # is contrary to our usage. Disable this feature.
17173 alias -g '${1+"$@"}'='"$@"'
17174 setopt NO_GLOB_SUBST
17176 case `(set -o) 2>/dev/null` in #(
17188 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17189 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17190 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17191 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17192 # Prefer a ksh shell builtin over an external printf program on Solaris,
17193 # but without wasting forks for bash or zsh.
17194 if test -z "$BASH_VERSION$ZSH_VERSION" \
17195 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17196 as_echo='print -r --'
17197 as_echo_n='print -rn --'
17198 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17199 as_echo='printf %s\n'
17200 as_echo_n='printf %s'
17202 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17203 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17204 as_echo_n='/usr/ucb/echo -n'
17206 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17207 as_echo_n_body='eval
17211 expr "X$arg" : "X\\(.*\\)$as_nl";
17212 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17214 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17216 export as_echo_n_body
17217 as_echo_n='sh -c $as_echo_n_body as_echo'
17219 export as_echo_body
17220 as_echo='sh -c $as_echo_body as_echo'
17223 # The user is always right.
17224 if test "${PATH_SEPARATOR+set}" != set; then
17226 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17227 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17234 # We need space, tab and new line, in precisely that order. Quoting is
17235 # there to prevent editors from complaining about space-tab.
17236 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17237 # splitting by setting IFS to empty value.)
17240 # Find who we are. Look in the path if we contain no directory separator.
17242 *[\\/]* ) as_myself=$0 ;;
17243 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17244 for as_dir in $PATH
17247 test -z "$as_dir" && as_dir=.
17248 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17254 # We did not find ourselves, most probably we were run as `sh COMMAND'
17255 # in which case we are not to be found in the path.
17256 if test "x$as_myself" = x; then
17259 if test ! -f "$as_myself"; then
17260 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17264 # Unset variables that we do not need and which cause bugs (e.g. in
17265 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17266 # suppresses any "Segmentation fault" message there. '((' could
17267 # trigger a bug in pdksh 5.2.14.
17268 for as_var in BASH_ENV ENV MAIL MAILPATH
17269 do eval test x\${$as_var+set} = xset \
17270 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17283 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17286 # as_fn_error ERROR [LINENO LOG_FD]
17287 # ---------------------------------
17288 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17289 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17290 # script with status $?, using 1 if that was 0.
17293 as_status=$?; test $as_status -eq 0 && as_status=1
17295 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17296 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17298 $as_echo "$as_me: error: $1" >&2
17299 as_fn_exit $as_status
17303 # as_fn_set_status STATUS
17304 # -----------------------
17305 # Set $? to STATUS, without forking.
17306 as_fn_set_status ()
17309 } # as_fn_set_status
17311 # as_fn_exit STATUS
17312 # -----------------
17313 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17317 as_fn_set_status $1
17323 # Portably unset VAR.
17326 { eval $1=; unset $1;}
17328 as_unset=as_fn_unset
17329 # as_fn_append VAR VALUE
17330 # ----------------------
17331 # Append the text in VALUE to the end of the definition contained in VAR. Take
17332 # advantage of any shell optimizations that allow amortized linear growth over
17333 # repeated appends, instead of the typical quadratic growth present in naive
17335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17336 eval 'as_fn_append ()
17347 # as_fn_arith ARG...
17348 # ------------------
17349 # Perform arithmetic evaluation on the ARGs, and store the result in the
17350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17351 # must be portable across $(()) and expr.
17352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17353 eval 'as_fn_arith ()
17360 as_val=`expr "$@" || test $? -eq 1`
17365 if expr a : '\(a\)' >/dev/null 2>&1 &&
17366 test "X`expr 00001 : '.*\(...\)'`" = X001; then
17372 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17373 as_basename=basename
17378 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17384 as_me=`$as_basename -- "$0" ||
17385 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17386 X"$0" : 'X\(//\)$' \| \
17387 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17389 sed '/^.*\/\([^/][^/]*\)\/*$/{
17403 # Avoid depending upon Character Ranges.
17404 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17405 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17406 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17407 as_cr_digits='0123456789'
17408 as_cr_alnum=$as_cr_Letters$as_cr_digits
17410 ECHO_C= ECHO_N= ECHO_T=
17411 case `echo -n x` in #(((((
17413 case `echo 'xy\c'` in
17414 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17416 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17423 rm -f conf$$ conf$$.exe conf$$.file
17424 if test -d conf$$.dir; then
17425 rm -f conf$$.dir/conf$$.file
17428 mkdir conf$$.dir 2>/dev/null
17430 if (echo >conf$$.file) 2>/dev/null; then
17431 if ln -s conf$$.file conf$$ 2>/dev/null; then
17433 # ... but there are two gotchas:
17434 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17435 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17436 # In both cases, we have to default to `cp -p'.
17437 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17439 elif ln conf$$.file conf$$ 2>/dev/null; then
17447 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17448 rmdir conf$$.dir 2>/dev/null
17453 # Create "$as_dir" as a directory, including parents if necessary.
17458 -*) as_dir=./$as_dir;;
17460 test -d "$as_dir" || eval $as_mkdir_p || {
17464 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17465 *) as_qdir=$as_dir;;
17467 as_dirs="'$as_qdir' $as_dirs"
17468 as_dir=`$as_dirname -- "$as_dir" ||
17469 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17470 X"$as_dir" : 'X\(//\)[^/]' \| \
17471 X"$as_dir" : 'X\(//\)$' \| \
17472 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17473 $as_echo X"$as_dir" |
17474 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17478 /^X\(\/\/\)[^/].*/{
17491 test -d "$as_dir" && break
17493 test -z "$as_dirs" || eval "mkdir $as_dirs"
17494 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17498 if mkdir -p . 2>/dev/null; then
17499 as_mkdir_p='mkdir -p "$as_dir"'
17501 test -d ./-p && rmdir ./-p
17505 if test -x / >/dev/null 2>&1; then
17506 as_test_x='test -x'
17508 if ls -dL / >/dev/null 2>&1; then
17515 if test -d "$1"; then
17521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17522 ???[sx]*):;;*)false;;esac;fi
17526 as_executable_p=$as_test_x
17528 # Sed expression to map a string onto a valid CPP name.
17529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17531 # Sed expression to map a string onto a valid variable name.
17532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17536 ## ----------------------------------- ##
17537 ## Main body of $CONFIG_STATUS script. ##
17538 ## ----------------------------------- ##
17540 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17543 # Save the log message, to keep $0 and so on meaningful, and to
17544 # report actual input values of CONFIG_FILES etc. instead of their
17545 # values after options handling.
17547 This file was extended by $as_me, which was
17548 generated by GNU Autoconf 2.64. Invocation command line was
17550 CONFIG_FILES = $CONFIG_FILES
17551 CONFIG_HEADERS = $CONFIG_HEADERS
17552 CONFIG_LINKS = $CONFIG_LINKS
17553 CONFIG_COMMANDS = $CONFIG_COMMANDS
17556 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17561 case $ac_config_files in *"
17562 "*) set x $ac_config_files; shift; ac_config_files=$*;;
17565 case $ac_config_headers in *"
17566 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17570 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17571 # Files that config.status was made for.
17572 config_files="$ac_config_files"
17573 config_headers="$ac_config_headers"
17574 config_commands="$ac_config_commands"
17578 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17580 \`$as_me' instantiates files and other configuration actions
17581 from templates according to the current configuration. Unless the files
17582 and actions are specified as TAGs, all are instantiated by default.
17584 Usage: $0 [OPTION]... [TAG]...
17586 -h, --help print this help, then exit
17587 -V, --version print version number and configuration settings, then exit
17588 -q, --quiet, --silent
17589 do not print progress messages
17590 -d, --debug don't remove temporary files
17591 --recheck update $as_me by reconfiguring in the same conditions
17592 --file=FILE[:TEMPLATE]
17593 instantiate the configuration file FILE
17594 --header=FILE[:TEMPLATE]
17595 instantiate the configuration header FILE
17597 Configuration files:
17600 Configuration headers:
17603 Configuration commands:
17606 Report bugs to the package provider."
17609 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17612 configured by $0, generated by GNU Autoconf 2.64,
17613 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
17615 Copyright (C) 2009 Free Software Foundation, Inc.
17616 This config.status script is free software; the Free Software Foundation
17617 gives unlimited permission to copy, distribute and modify it."
17624 test -n "\$AWK" || AWK=awk
17627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17628 # The default lists apply if the user does not specify any file.
17634 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17635 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17646 # Handling of the options.
17647 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17649 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17650 $as_echo "$ac_cs_version"; exit ;;
17651 --debug | --debu | --deb | --de | --d | -d )
17653 --file | --fil | --fi | --f )
17656 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17658 as_fn_append CONFIG_FILES " '$ac_optarg'"
17659 ac_need_defaults=false;;
17660 --header | --heade | --head | --hea )
17663 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17665 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17666 ac_need_defaults=false;;
17668 # Conflict between --help and --header
17669 as_fn_error "ambiguous option: \`$1'
17670 Try \`$0 --help' for more information.";;
17671 --help | --hel | -h )
17672 $as_echo "$ac_cs_usage"; exit ;;
17673 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17674 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17677 # This is an error.
17678 -*) as_fn_error "unrecognized option: \`$1'
17679 Try \`$0 --help' for more information." ;;
17681 *) as_fn_append ac_config_targets " $1"
17682 ac_need_defaults=false ;;
17688 ac_configure_extra_args=
17690 if $ac_cs_silent; then
17692 ac_configure_extra_args="$ac_configure_extra_args --silent"
17696 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17697 if \$ac_cs_recheck; then
17698 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17700 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17701 CONFIG_SHELL='$SHELL'
17702 export CONFIG_SHELL
17707 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17711 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17712 ## Running $as_me. ##
17718 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17722 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17725 # The HP-UX ksh and POSIX shell print the target directory to stdout
17726 # if CDPATH is set.
17727 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17729 sed_quote_subst='$sed_quote_subst'
17730 double_quote_subst='$double_quote_subst'
17731 delay_variable_subst='$delay_variable_subst'
17732 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17733 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17734 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17735 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17736 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17737 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17738 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17739 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17740 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17741 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17742 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17743 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17744 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17745 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17746 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17747 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17748 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17749 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17750 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17751 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17752 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17753 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17754 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17755 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17756 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17757 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17758 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17759 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17760 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17761 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17762 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17763 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17764 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17765 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17766 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17767 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17768 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17769 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17770 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17771 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17772 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17773 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17774 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17775 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17776 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17777 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17778 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17779 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17780 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"`'
17781 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17782 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17783 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17784 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17785 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17786 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17787 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17788 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17789 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17790 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17791 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17792 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17793 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17794 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17795 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17796 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17797 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17798 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17799 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17800 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17801 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17802 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17803 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17804 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17805 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17806 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17807 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17808 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17809 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17810 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17811 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17812 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17813 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17814 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17815 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17816 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17817 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17818 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17819 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17820 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17821 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17822 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17823 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17824 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17825 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17826 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17827 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17828 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17829 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17830 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17831 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17832 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17833 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17834 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17835 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17836 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17837 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17838 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17839 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17840 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17841 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17842 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17843 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17844 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17845 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17846 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17847 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17848 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17849 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17850 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17851 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17852 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17853 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17854 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17855 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17856 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17857 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17858 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17859 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17860 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17861 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17862 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17863 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17864 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17865 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17866 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17867 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17868 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17869 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17870 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17871 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17872 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17873 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17874 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17875 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17876 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17877 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17878 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17879 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17880 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17881 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17882 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17883 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17884 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17885 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17886 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17887 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17888 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17889 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17890 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17891 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17892 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17893 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17894 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17895 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17896 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17897 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17898 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17899 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17900 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17901 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17902 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17903 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17904 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17905 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17906 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
17909 LTCFLAGS='$LTCFLAGS'
17910 compiler='$compiler_DEFAULT'
17912 # A function that is used when there is no print builtin or printf.
17913 func_fallback_echo ()
17915 eval 'cat <<_LTECHO_EOF
17920 # Quote evaled strings.
17934 deplibs_check_method \
17943 lt_cv_sys_global_symbol_pipe \
17944 lt_cv_sys_global_symbol_to_cdecl \
17945 lt_cv_sys_global_symbol_to_c_name_address \
17946 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17947 lt_prog_compiler_no_builtin_flag \
17948 lt_prog_compiler_wl \
17949 lt_prog_compiler_pic \
17950 lt_prog_compiler_static \
17951 lt_cv_prog_compiler_c_o \
17959 export_dynamic_flag_spec \
17960 whole_archive_flag_spec \
17961 compiler_needs_object \
17963 allow_undefined_flag \
17964 no_undefined_flag \
17965 hardcode_libdir_flag_spec \
17966 hardcode_libdir_flag_spec_ld \
17967 hardcode_libdir_separator \
17972 variables_saved_for_relink \
17974 library_names_spec \
17976 install_override_mode \
17980 compiler_lib_search_dirs \
17985 compiler_lib_search_path \
17989 lt_prog_compiler_no_builtin_flag_CXX \
17990 lt_prog_compiler_wl_CXX \
17991 lt_prog_compiler_pic_CXX \
17992 lt_prog_compiler_static_CXX \
17993 lt_cv_prog_compiler_c_o_CXX \
17994 export_dynamic_flag_spec_CXX \
17995 whole_archive_flag_spec_CXX \
17996 compiler_needs_object_CXX \
17998 allow_undefined_flag_CXX \
17999 no_undefined_flag_CXX \
18000 hardcode_libdir_flag_spec_CXX \
18001 hardcode_libdir_flag_spec_ld_CXX \
18002 hardcode_libdir_separator_CXX \
18003 fix_srcfile_path_CXX \
18004 exclude_expsyms_CXX \
18005 include_expsyms_CXX \
18006 file_list_spec_CXX \
18007 compiler_lib_search_dirs_CXX \
18008 predep_objects_CXX \
18009 postdep_objects_CXX \
18012 compiler_lib_search_path_CXX; do
18013 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18014 *[\\\\\\\`\\"\\\$]*)
18015 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
18018 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18023 # Double-quote double-evaled strings.
18024 for var in reload_cmds \
18025 old_postinstall_cmds \
18026 old_postuninstall_cmds \
18028 extract_expsyms_cmds \
18029 old_archive_from_new_cmds \
18030 old_archive_from_expsyms_cmds \
18032 archive_expsym_cmds \
18034 module_expsym_cmds \
18035 export_symbols_cmds \
18038 postuninstall_cmds \
18040 sys_lib_search_path_spec \
18041 sys_lib_dlsearch_path_spec \
18043 old_archive_cmds_CXX \
18044 old_archive_from_new_cmds_CXX \
18045 old_archive_from_expsyms_cmds_CXX \
18047 archive_expsym_cmds_CXX \
18049 module_expsym_cmds_CXX \
18050 export_symbols_cmds_CXX \
18051 prelink_cmds_CXX; do
18052 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18053 *[\\\\\\\`\\"\\\$]*)
18054 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18057 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18062 ac_aux_dir='$ac_aux_dir'
18063 xsi_shell='$xsi_shell'
18064 lt_shell_append='$lt_shell_append'
18066 # See if we are running on zsh, and set the options which allow our
18067 # commands through without removal of \ escapes INIT.
18068 if test -n "\${ZSH_VERSION+set}" ; then
18069 setopt NO_GLOB_SUBST
18075 TIMESTAMP='$TIMESTAMP'
18083 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
18084 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18086 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18087 # Capture the value of LINGUAS because we need it to compute CATALOGS.
18088 LINGUAS="${LINGUAS-%UNSET%}"
18093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18095 # Handling of arguments.
18096 for ac_config_target in $ac_config_targets
18098 case $ac_config_target in
18099 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
18100 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
18101 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
18102 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
18103 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18104 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
18106 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18111 # If the user did not use the arguments to specify the items to instantiate,
18112 # then the envvar interface is used. Set only those that are not.
18113 # We use the long form for the default assignment because of an extremely
18114 # bizarre bug on SunOS 4.1.3.
18115 if $ac_need_defaults; then
18116 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18117 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18118 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18121 # Have a temporary directory for convenience. Make it in the build tree
18122 # simply because there is no reason against having it here, and in addition,
18123 # creating and moving files from /tmp can sometimes cause problems.
18124 # Hook for its removal unless debugging.
18125 # Note that there is a small window in which the directory will not be cleaned:
18126 # after its creation but before its name has been assigned to `$tmp'.
18130 trap 'exit_status=$?
18131 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18133 trap 'as_fn_exit 1' 1 2 13 15
18135 # Create a (secure) tmp directory for tmp files.
18138 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18139 test -n "$tmp" && test -d "$tmp"
18142 tmp=./conf$$-$RANDOM
18143 (umask 077 && mkdir "$tmp")
18144 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18146 # Set up the scripts for CONFIG_FILES section.
18147 # No need to generate them if there are no CONFIG_FILES.
18148 # This happens for instance with `./config.status config.h'.
18149 if test -n "$CONFIG_FILES"; then
18151 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18152 ac_cs_awk_getline=:
18153 ac_cs_awk_pipe_init=
18154 ac_cs_awk_read_file='
18155 while ((getline aline < (F[key])) > 0)
18158 ac_cs_awk_pipe_fini=
18160 ac_cs_awk_getline=false
18161 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18162 ac_cs_awk_read_file='
18164 print "cat " F[key] " &&"
18165 '$ac_cs_awk_pipe_init
18166 # The final `:' finishes the AND list.
18167 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18169 ac_cr=`echo X | tr X '\015'`
18170 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18171 # But we know of no other shell where ac_cr would be empty at this
18172 # point, so we can use a bashism as a fallback.
18173 if test "x$ac_cr" = x; then
18174 eval ac_cr=\$\'\\r\'
18176 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18177 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18180 ac_cs_awk_cr=$ac_cr
18183 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18186 # Create commands to substitute file output variables.
18188 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18189 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18190 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18193 } >conf$$files.sh &&
18194 . ./conf$$files.sh ||
18195 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18196 rm -f conf$$files.sh
18199 echo "cat >conf$$subs.awk <<_ACEOF" &&
18200 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18202 } >conf$$subs.sh ||
18203 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18204 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18206 for ac_last_try in false false false false false :; do
18207 . ./conf$$subs.sh ||
18208 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18210 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18211 if test $ac_delim_n = $ac_delim_num; then
18213 elif $ac_last_try; then
18214 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18216 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18219 rm -f conf$$subs.sh
18221 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18222 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18226 s/^/S["/; s/!.*/"]=/
18236 s/\(.\{148\}\).*/\1/
18238 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18243 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18250 s/\(.\{148\}\).*/\1/
18252 s/["\\]/\\&/g; s/^/"/; s/$/"/
18256 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18261 ' <conf$$subs.awk | sed '
18266 ' >>$CONFIG_STATUS || ac_write_fail=1
18267 rm -f conf$$subs.awk
18268 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18270 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18271 for (key in S) S_is_set[key] = 1
18273 \$ac_cs_awk_pipe_init
18277 nfields = split(line, field, "@")
18279 len = length(field[1])
18280 for (i = 2; i < nfields; i++) {
18282 keylen = length(key)
18283 if (S_is_set[key]) {
18285 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18286 len += length(value) + length(field[++i])
18291 if (nfields == 3 && !substed) {
18293 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18294 \$ac_cs_awk_read_file
18300 \$ac_cs_awk_pipe_fini
18303 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18304 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18305 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18308 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18309 || as_fn_error "could not setup config files machinery" "$LINENO" 5
18312 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18313 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18314 # trailing colons and then remove the whole line if VPATH becomes empty
18315 # (actually we leave an empty line to preserve line numbers).
18316 if test "x$srcdir" = x.; then
18317 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18318 s/:*\$(srcdir):*/:/
18319 s/:*\${srcdir}:*/:/
18321 s/^\([^=]*=[ ]*\):*/\1/
18327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18328 fi # test -n "$CONFIG_FILES"
18330 # Set up the scripts for CONFIG_HEADERS section.
18331 # No need to generate them if there are no CONFIG_HEADERS.
18332 # This happens for instance with `./config.status Makefile'.
18333 if test -n "$CONFIG_HEADERS"; then
18334 cat >"$tmp/defines.awk" <<\_ACAWK ||
18338 # Transform confdefs.h into an awk script `defines.awk', embedded as
18339 # here-document in config.status, that substitutes the proper values into
18340 # config.h.in to produce config.h.
18342 # Create a delimiter string that does not exist in confdefs.h, to ease
18343 # handling of long lines.
18345 for ac_last_try in false false :; do
18346 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18347 if test -z "$ac_t"; then
18349 elif $ac_last_try; then
18350 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18352 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18356 # For the awk script, D is an array of macro values keyed by name,
18357 # likewise P contains macro parameters if any. Preserve backslash
18358 # newline sequences.
18360 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18362 s/.\{148\}/&'"$ac_delim"'/g
18365 s/^[ ]*#[ ]*define[ ][ ]*/ /
18372 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18374 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18378 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18379 D["\1"]=" \3\\\\\\n"\\/p
18381 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18386 s/.\{148\}/&'"$ac_delim"'/g
18391 s/["\\]/\\&/g; s/^/"/; s/$/"/p
18394 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18396 ' <confdefs.h | sed '
18397 s/'"$ac_delim"'/"\\\
18398 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18401 for (key in D) D_is_set[key] = 1
18404 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18406 split(line, arg, " ")
18407 if (arg[1] == "#") {
18411 defundef = substr(arg[1], 2)
18414 split(mac1, mac2, "(") #)
18416 prefix = substr(line, 1, index(line, defundef) - 1)
18417 if (D_is_set[macro]) {
18418 # Preserve the white space surrounding the "#".
18419 print prefix "define", macro P[macro] D[macro]
18422 # Replace #undef with comments. This is necessary, for example,
18423 # in the case of _POSIX_SOURCE, which is predefined and required
18424 # on some systems where configure will not decide to define it.
18425 if (defundef == "undef") {
18426 print "/*", prefix defundef, macro, "*/"
18434 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18435 as_fn_error "could not setup config headers machinery" "$LINENO" 5
18436 fi # test -n "$CONFIG_HEADERS"
18439 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18444 :[FHLC]) ac_mode=$ac_tag; continue;;
18446 case $ac_mode$ac_tag in
18448 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18449 :[FH]-) ac_tag=-:-;;
18450 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18467 -) ac_f="$tmp/stdin";;
18468 *) # Look for the file first in the build tree, then in the source tree
18469 # (if the path is not absolute). The absolute path cannot be DOS-style,
18470 # because $ac_f cannot contain `:'.
18474 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18476 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18478 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18479 as_fn_append ac_file_inputs " '$ac_f'"
18482 # Let's still pretend it is `configure' which instantiates (i.e., don't
18483 # use $as_me), people would be surprised to read:
18484 # /* config.h. Generated by config.status. */
18485 configure_input='Generated from '`
18486 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18488 if test x"$ac_file" != x-; then
18489 configure_input="$ac_file. $configure_input"
18490 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18491 $as_echo "$as_me: creating $ac_file" >&6;}
18493 # Neutralize special characters interpreted by sed in replacement strings.
18494 case $configure_input in #(
18495 *\&* | *\|* | *\\* )
18496 ac_sed_conf_input=`$as_echo "$configure_input" |
18497 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18498 *) ac_sed_conf_input=$configure_input;;
18502 *:-:* | *:-) cat >"$tmp/stdin" \
18503 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18508 ac_dir=`$as_dirname -- "$ac_file" ||
18509 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18510 X"$ac_file" : 'X\(//\)[^/]' \| \
18511 X"$ac_file" : 'X\(//\)$' \| \
18512 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18513 $as_echo X"$ac_file" |
18514 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18518 /^X\(\/\/\)[^/].*/{
18531 as_dir="$ac_dir"; as_fn_mkdir_p
18535 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18537 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18538 # A ".." for each directory in $ac_dir_suffix.
18539 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18540 case $ac_top_builddir_sub in
18541 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18542 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18545 ac_abs_top_builddir=$ac_pwd
18546 ac_abs_builddir=$ac_pwd$ac_dir_suffix
18547 # for backward compatibility:
18548 ac_top_builddir=$ac_top_build_prefix
18551 .) # We are building in place.
18553 ac_top_srcdir=$ac_top_builddir_sub
18554 ac_abs_top_srcdir=$ac_pwd ;;
18555 [\\/]* | ?:[\\/]* ) # Absolute name.
18556 ac_srcdir=$srcdir$ac_dir_suffix;
18557 ac_top_srcdir=$srcdir
18558 ac_abs_top_srcdir=$srcdir ;;
18559 *) # Relative name.
18560 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18561 ac_top_srcdir=$ac_top_build_prefix$srcdir
18562 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
18564 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
18574 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18575 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18577 ac_MKDIR_P=$MKDIR_P
18579 [\\/$]* | ?:[\\/]* ) ;;
18580 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
18584 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18585 # If the template does not know about datarootdir, expand it.
18586 # FIXME: This hack should be removed a few years after 2.60.
18587 ac_datarootdir_hack=; ac_datarootdir_seen=
18598 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18599 *datarootdir*) ac_datarootdir_seen=yes;;
18600 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18602 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18604 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18605 ac_datarootdir_hack='
18606 s&@datadir@&$datadir&g
18607 s&@docdir@&$docdir&g
18608 s&@infodir@&$infodir&g
18609 s&@localedir@&$localedir&g
18610 s&@mandir@&$mandir&g
18611 s&\\\${datarootdir}&$datarootdir&g' ;;
18615 # Neutralize VPATH when `$srcdir' = `.'.
18616 # Shell code in configure.ac might set extrasub.
18617 # FIXME: do we really want to maintain this feature?
18618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18619 ac_sed_extra="$ac_vpsub
18622 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18624 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
18625 s|@configure_input@|$ac_sed_conf_input|;t t
18626 s&@top_builddir@&$ac_top_builddir_sub&;t t
18627 s&@top_build_prefix@&$ac_top_build_prefix&;t t
18628 s&@srcdir@&$ac_srcdir&;t t
18629 s&@abs_srcdir@&$ac_abs_srcdir&;t t
18630 s&@top_srcdir@&$ac_top_srcdir&;t t
18631 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18632 s&@builddir@&$ac_builddir&;t t
18633 s&@abs_builddir@&$ac_abs_builddir&;t t
18634 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18635 s&@INSTALL@&$ac_INSTALL&;t t
18636 s&@MKDIR_P@&$ac_MKDIR_P&;t t
18637 $ac_datarootdir_hack
18639 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18640 if $ac_cs_awk_getline; then
18641 $AWK -f "$tmp/subs.awk"
18643 $AWK -f "$tmp/subs.awk" | $SHELL
18645 || as_fn_error "could not create $ac_file" "$LINENO" 5
18647 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18648 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18649 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18651 which seems to be undefined. Please make sure it is defined." >&5
18652 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18653 which seems to be undefined. Please make sure it is defined." >&2;}
18657 -) cat "$tmp/out" && rm -f "$tmp/out";;
18658 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18660 || as_fn_error "could not create $ac_file" "$LINENO" 5
18666 if test x"$ac_file" != x-; then
18668 $as_echo "/* $configure_input */" \
18669 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18670 } >"$tmp/config.h" \
18671 || as_fn_error "could not create $ac_file" "$LINENO" 5
18672 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18673 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18674 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18677 mv "$tmp/config.h" "$ac_file" \
18678 || as_fn_error "could not create $ac_file" "$LINENO" 5
18681 $as_echo "/* $configure_input */" \
18682 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18683 || as_fn_error "could not create -" "$LINENO" 5
18685 # Compute "$ac_file"'s index in $config_headers.
18688 for _am_header in $config_headers :; do
18689 case $_am_header in
18690 $_am_arg | $_am_arg:* )
18693 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18696 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18697 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18698 X"$_am_arg" : 'X\(//\)[^/]' \| \
18699 X"$_am_arg" : 'X\(//\)$' \| \
18700 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18701 $as_echo X"$_am_arg" |
18702 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18706 /^X\(\/\/\)[^/].*/{
18718 s/.*/./; q'`/stamp-h$_am_stamp_count
18721 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18722 $as_echo "$as_me: executing $ac_file commands" >&6;}
18727 case $ac_file$ac_mode in
18728 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18729 # Autoconf 2.62 quotes --file arguments for eval, but not when files
18730 # are listed without --file. Let's play safe and only enable the eval
18731 # if we detect the quoting.
18732 case $CONFIG_FILES in
18733 *\'*) eval set x "$CONFIG_FILES" ;;
18734 *) set x $CONFIG_FILES ;;
18739 # Strip MF so we end up with the name of the file.
18740 mf=`echo "$mf" | sed -e 's/:.*$//'`
18741 # Check whether this is an Automake generated Makefile or not.
18742 # We used to match only the files named `Makefile.in', but
18743 # some people rename them; so instead we look at the file content.
18744 # Grep'ing the first line is not enough: some people post-process
18745 # each Makefile.in and add a new line on top of each file to say so.
18746 # Grep'ing the whole file is not good either: AIX grep has a line
18747 # limit of 2048, but all sed's we know have understand at least 4000.
18748 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18749 dirpart=`$as_dirname -- "$mf" ||
18750 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18751 X"$mf" : 'X\(//\)[^/]' \| \
18752 X"$mf" : 'X\(//\)$' \| \
18753 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18755 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18759 /^X\(\/\/\)[^/].*/{
18775 # Extract the definition of DEPDIR, am__include, and am__quote
18776 # from the Makefile without running `make'.
18777 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18778 test -z "$DEPDIR" && continue
18779 am__include=`sed -n 's/^am__include = //p' < "$mf"`
18780 test -z "am__include" && continue
18781 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18782 # When using ansi2knr, U may be empty or an underscore; expand it
18783 U=`sed -n 's/^U = //p' < "$mf"`
18784 # Find all dependency output files, they are included files with
18785 # $(DEPDIR) in their names. We invoke sed twice because it is the
18786 # simplest approach to changing $(DEPDIR) to its actual value in the
18788 for file in `sed -n "
18789 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18790 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
18791 # Make sure the directory exists.
18792 test -f "$dirpart/$file" && continue
18793 fdir=`$as_dirname -- "$file" ||
18794 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18795 X"$file" : 'X\(//\)[^/]' \| \
18796 X"$file" : 'X\(//\)$' \| \
18797 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18798 $as_echo X"$file" |
18799 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18803 /^X\(\/\/\)[^/].*/{
18816 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18817 # echo "creating $dirpart/$file"
18818 echo '# dummy' > "$dirpart/$file"
18825 # See if we are running on zsh, and set the options which allow our
18826 # commands through without removal of \ escapes.
18827 if test -n "${ZSH_VERSION+set}" ; then
18828 setopt NO_GLOB_SUBST
18831 cfgfile="${ofile}T"
18832 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18835 cat <<_LT_EOF >> "$cfgfile"
18838 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18839 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18840 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18841 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18843 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18844 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18845 # Written by Gordon Matzigkeit, 1996
18847 # This file is part of GNU Libtool.
18849 # GNU Libtool is free software; you can redistribute it and/or
18850 # modify it under the terms of the GNU General Public License as
18851 # published by the Free Software Foundation; either version 2 of
18852 # the License, or (at your option) any later version.
18854 # As a special exception to the GNU General Public License,
18855 # if you distribute this file as part of a program or library that
18856 # is built using GNU Libtool, you may include this file under the
18857 # same distribution terms that you use for the rest of that program.
18859 # GNU Libtool is distributed in the hope that it will be useful,
18860 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18861 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18862 # GNU General Public License for more details.
18864 # You should have received a copy of the GNU General Public License
18865 # along with GNU Libtool; see the file COPYING. If not, a copy
18866 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18867 # obtained by writing to the Free Software Foundation, Inc.,
18868 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18871 # The names of the tagged configurations supported by this script.
18872 available_tags="CXX "
18874 # ### BEGIN LIBTOOL CONFIG
18876 # Which release of libtool.m4 was used?
18877 macro_version=$macro_version
18878 macro_revision=$macro_revision
18880 # Whether or not to build shared libraries.
18881 build_libtool_libs=$enable_shared
18883 # Whether or not to build static libraries.
18884 build_old_libs=$enable_static
18886 # What type of objects to build.
18889 # Whether or not to optimize for fast installation.
18890 fast_install=$enable_fast_install
18892 # Shell to use when invoking shell scripts.
18895 # An echo program that protects backslashes.
18899 host_alias=$host_alias
18903 # The build system.
18904 build_alias=$build_alias
18908 # A sed program that does not truncate output.
18911 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18912 Xsed="\$SED -e 1s/^X//"
18914 # A grep program that handles long lines.
18920 # A literal string matcher.
18923 # A BSD- or MS-compatible name lister.
18926 # Whether we need soft or hard links.
18929 # What is the maximum length of a command?
18930 max_cmd_len=$max_cmd_len
18932 # Object file suffix (normally "o").
18935 # Executable file suffix (normally "").
18938 # whether the shell understands "unset".
18941 # turn spaces into newlines.
18944 # turn newlines into spaces.
18947 # An object symbol dumper.
18948 OBJDUMP=$lt_OBJDUMP
18950 # Method to check whether dependent libraries are shared objects.
18951 deplibs_check_method=$lt_deplibs_check_method
18953 # Command to use when deplibs_check_method == "file_magic".
18954 file_magic_cmd=$lt_file_magic_cmd
18958 AR_FLAGS=$lt_AR_FLAGS
18960 # A symbol stripping program.
18963 # Commands used to install an old-style archive.
18965 old_postinstall_cmds=$lt_old_postinstall_cmds
18966 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18968 # Whether to use a lock for old archive extraction.
18969 lock_old_archive_extraction=$lock_old_archive_extraction
18974 # LTCC compiler flags.
18975 LTCFLAGS=$lt_CFLAGS
18977 # Take the output of nm and produce a listing of raw symbols and C names.
18978 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18980 # Transform the output of nm in a proper C declaration.
18981 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18983 # Transform the output of nm in a C name address pair.
18984 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18986 # Transform the output of nm in a C name address pair when lib prefix is needed.
18987 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18989 # The name of the directory that contains temporary libtool files.
18992 # Used to examine libraries when file_magic_cmd begins with "file".
18993 MAGIC_CMD=$MAGIC_CMD
18995 # Must we lock files when doing compilation?
18996 need_locks=$lt_need_locks
18998 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18999 DSYMUTIL=$lt_DSYMUTIL
19001 # Tool to change global to local symbols on Mac OS X.
19004 # Tool to manipulate fat objects and archives on Mac OS X.
19007 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
19010 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19011 OTOOL64=$lt_OTOOL64
19013 # Old archive suffix (normally "a").
19016 # Shared library suffix (normally ".so").
19017 shrext_cmds=$lt_shrext_cmds
19019 # The commands to extract the exported symbol list from a shared archive.
19020 extract_expsyms_cmds=$lt_extract_expsyms_cmds
19022 # Variables whose values should be saved in libtool wrapper scripts and
19023 # restored at link time.
19024 variables_saved_for_relink=$lt_variables_saved_for_relink
19026 # Do we need the "lib" prefix for modules?
19027 need_lib_prefix=$need_lib_prefix
19029 # Do we need a version for libraries?
19030 need_version=$need_version
19032 # Library versioning type.
19033 version_type=$version_type
19035 # Shared library runtime path variable.
19036 runpath_var=$runpath_var
19038 # Shared library path variable.
19039 shlibpath_var=$shlibpath_var
19041 # Is shlibpath searched before the hard-coded library search path?
19042 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19044 # Format of library name prefix.
19045 libname_spec=$lt_libname_spec
19047 # List of archive names. First name is the real one, the rest are links.
19048 # The last name is the one that the linker finds with -lNAME
19049 library_names_spec=$lt_library_names_spec
19051 # The coded name of the library, if different from the real name.
19052 soname_spec=$lt_soname_spec
19054 # Permission mode override for installation of shared libraries.
19055 install_override_mode=$lt_install_override_mode
19057 # Command to use after installation of a shared archive.
19058 postinstall_cmds=$lt_postinstall_cmds
19060 # Command to use after uninstallation of a shared archive.
19061 postuninstall_cmds=$lt_postuninstall_cmds
19063 # Commands used to finish a libtool library installation in a directory.
19064 finish_cmds=$lt_finish_cmds
19066 # As "finish_cmds", except a single script fragment to be evaled but
19068 finish_eval=$lt_finish_eval
19070 # Whether we should hardcode library paths into libraries.
19071 hardcode_into_libs=$hardcode_into_libs
19073 # Compile-time system search path for libraries.
19074 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19076 # Run-time system search path for libraries.
19077 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19079 # Whether dlopen is supported.
19080 dlopen_support=$enable_dlopen
19082 # Whether dlopen of programs is supported.
19083 dlopen_self=$enable_dlopen_self
19085 # Whether dlopen of statically linked programs is supported.
19086 dlopen_self_static=$enable_dlopen_self_static
19088 # Commands to strip libraries.
19089 old_striplib=$lt_old_striplib
19090 striplib=$lt_striplib
19093 # The linker used to build libraries.
19096 # How to create reloadable object files.
19097 reload_flag=$lt_reload_flag
19098 reload_cmds=$lt_reload_cmds
19100 # Commands used to build an old-style archive.
19101 old_archive_cmds=$lt_old_archive_cmds
19103 # A language specific compiler.
19106 # Is the compiler the GNU compiler?
19109 # Compiler flag to turn off builtin functions.
19110 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19112 # How to pass a linker flag through the compiler.
19113 wl=$lt_lt_prog_compiler_wl
19115 # Additional compiler flags for building library objects.
19116 pic_flag=$lt_lt_prog_compiler_pic
19118 # Compiler flag to prevent dynamic linking.
19119 link_static_flag=$lt_lt_prog_compiler_static
19121 # Does compiler simultaneously support -c and -o options?
19122 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19124 # Whether or not to add -lc for building shared libraries.
19125 build_libtool_need_lc=$archive_cmds_need_lc
19127 # Whether or not to disallow shared libs when runtime libs are static.
19128 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19130 # Compiler flag to allow reflexive dlopens.
19131 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19133 # Compiler flag to generate shared objects directly from archives.
19134 whole_archive_flag_spec=$lt_whole_archive_flag_spec
19136 # Whether the compiler copes with passing no objects directly.
19137 compiler_needs_object=$lt_compiler_needs_object
19139 # Create an old-style archive from a shared archive.
19140 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19142 # Create a temporary old-style archive to link instead of a shared archive.
19143 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19145 # Commands used to build a shared archive.
19146 archive_cmds=$lt_archive_cmds
19147 archive_expsym_cmds=$lt_archive_expsym_cmds
19149 # Commands used to build a loadable module if different from building
19150 # a shared archive.
19151 module_cmds=$lt_module_cmds
19152 module_expsym_cmds=$lt_module_expsym_cmds
19154 # Whether we are building with GNU ld or not.
19155 with_gnu_ld=$lt_with_gnu_ld
19157 # Flag that allows shared libraries with undefined symbols to be built.
19158 allow_undefined_flag=$lt_allow_undefined_flag
19160 # Flag that enforces no undefined symbols.
19161 no_undefined_flag=$lt_no_undefined_flag
19163 # Flag to hardcode \$libdir into a binary during linking.
19164 # This must work even if \$libdir does not exist
19165 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19167 # If ld is used when linking, flag to hardcode \$libdir into a binary
19168 # during linking. This must work even if \$libdir does not exist.
19169 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19171 # Whether we need a single "-rpath" flag with a separated argument.
19172 hardcode_libdir_separator=$lt_hardcode_libdir_separator
19174 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19175 # DIR into the resulting binary.
19176 hardcode_direct=$hardcode_direct
19178 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19179 # DIR into the resulting binary and the resulting library dependency is
19180 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19181 # library is relocated.
19182 hardcode_direct_absolute=$hardcode_direct_absolute
19184 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19185 # into the resulting binary.
19186 hardcode_minus_L=$hardcode_minus_L
19188 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19189 # into the resulting binary.
19190 hardcode_shlibpath_var=$hardcode_shlibpath_var
19192 # Set to "yes" if building a shared library automatically hardcodes DIR
19193 # into the library and all subsequent libraries and executables linked
19195 hardcode_automatic=$hardcode_automatic
19197 # Set to yes if linker adds runtime paths of dependent libraries
19198 # to runtime path list.
19199 inherit_rpath=$inherit_rpath
19201 # Whether libtool must link a program against all its dependency libraries.
19202 link_all_deplibs=$link_all_deplibs
19204 # Fix the shell variable \$srcfile for the compiler.
19205 fix_srcfile_path=$lt_fix_srcfile_path
19207 # Set to "yes" if exported symbols are required.
19208 always_export_symbols=$always_export_symbols
19210 # The commands to list exported symbols.
19211 export_symbols_cmds=$lt_export_symbols_cmds
19213 # Symbols that should not be listed in the preloaded symbols.
19214 exclude_expsyms=$lt_exclude_expsyms
19216 # Symbols that must always be exported.
19217 include_expsyms=$lt_include_expsyms
19219 # Commands necessary for linking programs (against libraries) with templates.
19220 prelink_cmds=$lt_prelink_cmds
19222 # Specify filename containing input files.
19223 file_list_spec=$lt_file_list_spec
19225 # How to hardcode a shared library path into an executable.
19226 hardcode_action=$hardcode_action
19228 # The directories searched by this compiler when creating a shared library.
19229 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19231 # Dependencies to place before and after the objects being linked to
19232 # create a shared library.
19233 predep_objects=$lt_predep_objects
19234 postdep_objects=$lt_postdep_objects
19235 predeps=$lt_predeps
19236 postdeps=$lt_postdeps
19238 # The library search path used internally by the compiler when linking
19239 # a shared library.
19240 compiler_lib_search_path=$lt_compiler_lib_search_path
19242 # ### END LIBTOOL CONFIG
19248 cat <<\_LT_EOF >> "$cfgfile"
19249 # AIX sometimes has problems with the GCC collect2 program. For some
19250 # reason, if we set the COLLECT_NAMES environment variable, the problems
19251 # vanish in a puff of smoke.
19252 if test "X${COLLECT_NAMES+set}" != Xset; then
19254 export COLLECT_NAMES
19261 ltmain="$ac_aux_dir/ltmain.sh"
19264 # We use sed instead of cat because bash on DJGPP gets confused if
19265 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19266 # text mode, it properly converts lines to CR/LF. This bash problem
19267 # is reportedly fixed, but why not run on old versions too?
19268 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19269 || (rm -f "$cfgfile"; exit 1)
19273 cat << \_LT_EOF >> "$cfgfile"
19275 # func_dirname file append nondir_replacement
19276 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19277 # otherwise set result to NONDIR_REPLACEMENT.
19281 */*) func_dirname_result="${1%/*}${2}" ;;
19282 * ) func_dirname_result="${3}" ;;
19286 # func_basename file
19289 func_basename_result="${1##*/}"
19292 # func_dirname_and_basename file append nondir_replacement
19293 # perform func_basename and func_dirname in a single function
19295 # dirname: Compute the dirname of FILE. If nonempty,
19296 # add APPEND to the result, otherwise set result
19297 # to NONDIR_REPLACEMENT.
19298 # value returned in "$func_dirname_result"
19299 # basename: Compute filename of FILE.
19300 # value retuned in "$func_basename_result"
19301 # Implementation must be kept synchronized with func_dirname
19302 # and func_basename. For efficiency, we do not delegate to
19303 # those functions but instead duplicate the functionality here.
19304 func_dirname_and_basename ()
19307 */*) func_dirname_result="${1%/*}${2}" ;;
19308 * ) func_dirname_result="${3}" ;;
19310 func_basename_result="${1##*/}"
19313 # func_stripname prefix suffix name
19314 # strip PREFIX and SUFFIX off of NAME.
19315 # PREFIX and SUFFIX must not contain globbing or regex special
19316 # characters, hashes, percent signs, but SUFFIX may contain a leading
19317 # dot (in which case that matches only a dot).
19320 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19321 # positional parameters, so assign one to ordinary parameter first.
19322 func_stripname_result=${3}
19323 func_stripname_result=${func_stripname_result#"${1}"}
19324 func_stripname_result=${func_stripname_result%"${2}"}
19330 func_opt_split_opt=${1%%=*}
19331 func_opt_split_arg=${1#*=}
19338 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
19339 *) func_lo2o_result=${1} ;;
19343 # func_xform libobj-or-source
19346 func_xform_result=${1%.*}.lo
19349 # func_arith arithmetic-term...
19352 func_arith_result=$(( $* ))
19356 # STRING may not start with a hyphen.
19359 func_len_result=${#1}
19364 *) # Bourne compatible functions.
19365 cat << \_LT_EOF >> "$cfgfile"
19367 # func_dirname file append nondir_replacement
19368 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19369 # otherwise set result to NONDIR_REPLACEMENT.
19372 # Extract subdirectory from the argument.
19373 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
19374 if test "X$func_dirname_result" = "X${1}"; then
19375 func_dirname_result="${3}"
19377 func_dirname_result="$func_dirname_result${2}"
19381 # func_basename file
19384 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
19388 # func_stripname prefix suffix name
19389 # strip PREFIX and SUFFIX off of NAME.
19390 # PREFIX and SUFFIX must not contain globbing or regex special
19391 # characters, hashes, percent signs, but SUFFIX may contain a leading
19392 # dot (in which case that matches only a dot).
19393 # func_strip_suffix prefix name
19397 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19398 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19403 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
19404 my_sed_long_arg='1s/^-[^=]*=//'
19409 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19410 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19416 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
19419 # func_xform libobj-or-source
19422 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19425 # func_arith arithmetic-term...
19428 func_arith_result=`expr "$@"`
19432 # STRING may not start with a hyphen.
19435 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19441 case $lt_shell_append in
19443 cat << \_LT_EOF >> "$cfgfile"
19445 # func_append var value
19446 # Append VALUE to the end of shell variable VAR.
19454 cat << \_LT_EOF >> "$cfgfile"
19456 # func_append var value
19457 # Append VALUE to the end of shell variable VAR.
19468 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19469 || (rm -f "$cfgfile"; exit 1)
19471 mv -f "$cfgfile" "$ofile" ||
19472 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19476 cat <<_LT_EOF >> "$ofile"
19478 # ### BEGIN LIBTOOL TAG CONFIG: CXX
19480 # The linker used to build libraries.
19483 # How to create reloadable object files.
19484 reload_flag=$lt_reload_flag_CXX
19485 reload_cmds=$lt_reload_cmds_CXX
19487 # Commands used to build an old-style archive.
19488 old_archive_cmds=$lt_old_archive_cmds_CXX
19490 # A language specific compiler.
19491 CC=$lt_compiler_CXX
19493 # Is the compiler the GNU compiler?
19496 # Compiler flag to turn off builtin functions.
19497 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19499 # How to pass a linker flag through the compiler.
19500 wl=$lt_lt_prog_compiler_wl_CXX
19502 # Additional compiler flags for building library objects.
19503 pic_flag=$lt_lt_prog_compiler_pic_CXX
19505 # Compiler flag to prevent dynamic linking.
19506 link_static_flag=$lt_lt_prog_compiler_static_CXX
19508 # Does compiler simultaneously support -c and -o options?
19509 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19511 # Whether or not to add -lc for building shared libraries.
19512 build_libtool_need_lc=$archive_cmds_need_lc_CXX
19514 # Whether or not to disallow shared libs when runtime libs are static.
19515 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19517 # Compiler flag to allow reflexive dlopens.
19518 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19520 # Compiler flag to generate shared objects directly from archives.
19521 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19523 # Whether the compiler copes with passing no objects directly.
19524 compiler_needs_object=$lt_compiler_needs_object_CXX
19526 # Create an old-style archive from a shared archive.
19527 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19529 # Create a temporary old-style archive to link instead of a shared archive.
19530 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19532 # Commands used to build a shared archive.
19533 archive_cmds=$lt_archive_cmds_CXX
19534 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19536 # Commands used to build a loadable module if different from building
19537 # a shared archive.
19538 module_cmds=$lt_module_cmds_CXX
19539 module_expsym_cmds=$lt_module_expsym_cmds_CXX
19541 # Whether we are building with GNU ld or not.
19542 with_gnu_ld=$lt_with_gnu_ld_CXX
19544 # Flag that allows shared libraries with undefined symbols to be built.
19545 allow_undefined_flag=$lt_allow_undefined_flag_CXX
19547 # Flag that enforces no undefined symbols.
19548 no_undefined_flag=$lt_no_undefined_flag_CXX
19550 # Flag to hardcode \$libdir into a binary during linking.
19551 # This must work even if \$libdir does not exist
19552 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19554 # If ld is used when linking, flag to hardcode \$libdir into a binary
19555 # during linking. This must work even if \$libdir does not exist.
19556 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19558 # Whether we need a single "-rpath" flag with a separated argument.
19559 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19561 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19562 # DIR into the resulting binary.
19563 hardcode_direct=$hardcode_direct_CXX
19565 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19566 # DIR into the resulting binary and the resulting library dependency is
19567 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19568 # library is relocated.
19569 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19571 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19572 # into the resulting binary.
19573 hardcode_minus_L=$hardcode_minus_L_CXX
19575 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19576 # into the resulting binary.
19577 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19579 # Set to "yes" if building a shared library automatically hardcodes DIR
19580 # into the library and all subsequent libraries and executables linked
19582 hardcode_automatic=$hardcode_automatic_CXX
19584 # Set to yes if linker adds runtime paths of dependent libraries
19585 # to runtime path list.
19586 inherit_rpath=$inherit_rpath_CXX
19588 # Whether libtool must link a program against all its dependency libraries.
19589 link_all_deplibs=$link_all_deplibs_CXX
19591 # Fix the shell variable \$srcfile for the compiler.
19592 fix_srcfile_path=$lt_fix_srcfile_path_CXX
19594 # Set to "yes" if exported symbols are required.
19595 always_export_symbols=$always_export_symbols_CXX
19597 # The commands to list exported symbols.
19598 export_symbols_cmds=$lt_export_symbols_cmds_CXX
19600 # Symbols that should not be listed in the preloaded symbols.
19601 exclude_expsyms=$lt_exclude_expsyms_CXX
19603 # Symbols that must always be exported.
19604 include_expsyms=$lt_include_expsyms_CXX
19606 # Commands necessary for linking programs (against libraries) with templates.
19607 prelink_cmds=$lt_prelink_cmds_CXX
19609 # Specify filename containing input files.
19610 file_list_spec=$lt_file_list_spec_CXX
19612 # How to hardcode a shared library path into an executable.
19613 hardcode_action=$hardcode_action_CXX
19615 # The directories searched by this compiler when creating a shared library.
19616 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19618 # Dependencies to place before and after the objects being linked to
19619 # create a shared library.
19620 predep_objects=$lt_predep_objects_CXX
19621 postdep_objects=$lt_postdep_objects_CXX
19622 predeps=$lt_predeps_CXX
19623 postdeps=$lt_postdeps_CXX
19625 # The library search path used internally by the compiler when linking
19626 # a shared library.
19627 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19629 # ### END LIBTOOL TAG CONFIG: CXX
19634 for ac_file in $CONFIG_FILES; do
19635 # Support "outfile[:infile[:infile...]]"
19637 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
19639 # PO directories have a Makefile.in generated from Makefile.in.in.
19640 case "$ac_file" in */Makefile.in)
19641 # Adjust a relative srcdir.
19642 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
19643 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
19644 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
19645 # In autoconf-2.13 it is called $ac_given_srcdir.
19646 # In autoconf-2.50 it is called $srcdir.
19647 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
19648 case "$ac_given_srcdir" in
19649 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
19650 /*) top_srcdir="$ac_given_srcdir" ;;
19651 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
19653 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
19654 rm -f "$ac_dir/POTFILES"
19655 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
19656 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
19657 POMAKEFILEDEPS="POTFILES.in"
19658 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
19659 # on $ac_dir but don't depend on user-specified configuration
19661 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
19662 # The LINGUAS file contains the set of available languages.
19663 if test -n "$OBSOLETE_ALL_LINGUAS"; then
19664 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
19666 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
19667 # Hide the ALL_LINGUAS assigment from automake.
19668 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
19669 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
19671 # The set of available languages was given in configure.in.
19672 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
19674 case "$ac_given_srcdir" in
19676 *) srcdirpre='$(srcdir)/' ;;
19682 for lang in $ALL_LINGUAS; do
19683 POFILES="$POFILES $srcdirpre$lang.po"
19684 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19685 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
19686 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
19688 # CATALOGS depends on both $ac_dir and the user's LINGUAS
19689 # environment variable.
19691 if test -n "$ALL_LINGUAS"; then
19692 for presentlang in $ALL_LINGUAS; do
19694 if test "%UNSET%" != "$LINGUAS"; then
19695 desiredlanguages="$LINGUAS"
19697 desiredlanguages="$ALL_LINGUAS"
19699 for desiredlang in $desiredlanguages; do
19700 # Use the presentlang catalog if desiredlang is
19701 # a. equal to presentlang, or
19702 # b. a variant of presentlang (because in this case,
19703 # presentlang can be used as a fallback for messages
19704 # which are not translated in the desiredlang catalog).
19705 case "$desiredlang" in
19706 "$presentlang"*) useit=yes;;
19709 if test $useit = yes; then
19710 INST_LINGUAS="$INST_LINGUAS $presentlang"
19715 if test -n "$INST_LINGUAS"; then
19716 for lang in $INST_LINGUAS; do
19717 CATALOGS="$CATALOGS $lang.gmo"
19720 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
19721 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"
19722 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
19723 if test -f "$f"; then
19725 *.orig | *.bak | *~) ;;
19726 *) cat "$f" >> "$ac_dir/Makefile" ;;
19741 ac_clean_files=$ac_clean_files_save
19743 test $ac_write_fail = 0 ||
19744 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19747 # configure is writing to config.log, and then calls config.status.
19748 # config.status does its own redirection, appending to config.log.
19749 # Unfortunately, on DOS this fails, as config.log is still kept open
19750 # by configure, so config.status won't be able to write to it; its
19751 # output is simply discarded. So we exec the FD to /dev/null,
19752 # effectively closing config.log, so it can be properly (re)opened and
19753 # appended to by config.status. When coming back to configure, we
19754 # need to make the FD available again.
19755 if test "$no_create" != yes; then
19757 ac_config_status_args=
19758 test "$silent" = yes &&
19759 ac_config_status_args="$ac_config_status_args --quiet"
19761 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19763 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19764 # would make configure fail if this is the last instruction.
19765 $ac_cs_success || as_fn_exit $?
19767 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19769 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}