2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir=.
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir=./$as_dir;;
291 test -d "$as_dir" || eval $as_mkdir_p || {
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
360 as_val=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status=$?; test $as_status -eq 0 && as_status=1
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487 elif ln conf$$.file conf$$ 2>/dev/null; then
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
501 test -d ./-p && rmdir ./-p
505 if test -x / >/dev/null 2>&1; then
508 if ls -dL / >/dev/null 2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix=/usr/local
549 ac_config_libobj_dir=.
556 # Identity of this package.
564 ac_unique_file="Makefile.in"
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='LTLIBOBJS
609 sim_multi_igen_configs
625 MAINTAINER_MODE_FALSE
742 program_transform_name
755 enable_option_checking
764 enable_maintainer_mode
775 enable_sim_hostendian
777 enable_build_warnings
778 enable_sim_build_warnings
779 enable_sim_reserved_bits
787 ac_precious_vars='build_alias
799 # Initialize some variables set by options.
801 ac_init_version=false
802 ac_unrecognized_opts=
804 # The variables have the same names as the options, with
805 # dashes changed to underlines.
813 program_transform_name=s,x,x,
821 # Installation directory options.
822 # These are left unexpanded so users can "make install exec_prefix=/foo"
823 # and all the variables that are supposed to be based on exec_prefix
824 # by default will actually change.
825 # Use braces instead of parens because sh, perl, etc. also accept them.
826 # (The list follows the same order as the GNU Coding Standards.)
827 bindir='${exec_prefix}/bin'
828 sbindir='${exec_prefix}/sbin'
829 libexecdir='${exec_prefix}/libexec'
830 datarootdir='${prefix}/share'
831 datadir='${datarootdir}'
832 sysconfdir='${prefix}/etc'
833 sharedstatedir='${prefix}/com'
834 localstatedir='${prefix}/var'
835 includedir='${prefix}/include'
836 oldincludedir='/usr/include'
837 docdir='${datarootdir}/doc/${PACKAGE}'
838 infodir='${datarootdir}/info'
843 libdir='${exec_prefix}/lib'
844 localedir='${datarootdir}/locale'
845 mandir='${datarootdir}/man'
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
853 eval $ac_prev=\$ac_option
859 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 # Accept the important Cygnus configure options, so we can diagnose typos.
865 case $ac_dashdash$ac_option in
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
887 cache_file=config.cache ;;
889 -datadir | --datadir | --datadi | --datad)
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
901 -disable-* | --disable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
915 eval enable_$ac_useropt=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
941 eval enable_$ac_useropt=\$ac_optarg ;;
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
956 -help | --help | --hel | --he | -h)
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 htmldir=$ac_optarg ;;
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
986 -libdir | --libdir | --libdi | --libd)
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
998 -localedir | --localedir | --localedi | --localed | --locale)
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
1004 | --localstate | --localstat | --localsta | --localst | --locals)
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008 localstatedir=$ac_optarg ;;
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1077 -psdir | --psdir | --psdi | --psd | --ps)
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 sbindir=$ac_optarg ;;
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 sharedstatedir=$ac_optarg ;;
1103 -site | --site | --sit)
1105 -site=* | --site=* | --sit=*)
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1145 eval with_$ac_useropt=\$ac_optarg ;;
1147 -without-* | --without-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1161 eval with_$ac_useropt=no ;;
1164 # Obsolete; use --with-x.
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1181 -*) as_fn_error "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information."
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1192 eval $ac_envvar=\$ac_optarg
1193 export $ac_envvar ;;
1196 # FIXME: should be removed in autoconf 3.0.
1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1206 if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208 as_fn_error "missing argument to $ac_option"
1211 if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1214 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1219 # Check all directory arguments for consistency.
1220 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1232 # Be sure to have absolute directory names.
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1245 target=$target_alias
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
1251 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1252 If a cross compiler is detected then cross compile mode will be used." >&2
1253 elif test "x$build_alias" != "x$host_alias"; then
1259 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261 test "$silent" = yes && exec 6>/dev/null
1264 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265 ac_ls_di=`ls -di .` &&
1266 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1267 as_fn_error "working directory cannot be determined"
1268 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1269 as_fn_error "pwd does not report name of working directory"
1272 # Find the source files, if location was not specified.
1273 if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281 $as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300 if test ! -r "$srcdir/$ac_unique_file"; then
1304 ac_srcdir_defaulted=no
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1308 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1310 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1314 # When building in place, set srcdir=.
1315 if test "$ac_abs_confdir" = "$ac_pwd"; then
1318 # Remove unnecessary trailing slashes from srcdir.
1319 # Double slashes in file names in object file debugging info
1320 # mess up M-x gdb in Emacs.
1322 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324 for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1332 # Report the --help message.
1334 if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1338 \`configure' configures this package to adapt to many kinds of systems.
1340 Usage: $0 [OPTION]... [VAR=VALUE]...
1342 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343 VAR=VALUE. See below for descriptions of some of the useful variables.
1345 Defaults for the options are specified in brackets.
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
1352 -q, --quiet, --silent do not print \`checking...' messages
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1358 Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
1360 [$ac_default_prefix]
1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1364 By default, \`make install' will install all the files in
1365 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367 for instance \`--prefix=\$HOME'.
1369 For better control, use the options below.
1371 Fine tuning of the installation directories:
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1401 --x-includes=DIR X include files are in DIR
1402 --x-libraries=DIR X library files are in DIR
1405 --build=BUILD configure for building on BUILD [guessed]
1406 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1407 --target=TARGET configure for building compilers for TARGET [HOST]
1411 if test -n "$ac_init_help"; then
1416 --disable-option-checking ignore unrecognized --enable/--with options
1417 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1418 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1419 --enable-plugins Enable support for plugins
1420 --enable-shared[=PKGS] build shared libraries [default=yes]
1421 --enable-static[=PKGS] build static libraries [default=yes]
1422 --enable-fast-install[=PKGS]
1423 optimize for fast installation [default=yes]
1424 --disable-libtool-lock avoid locking (might break parallel builds)
1425 --enable-maintainer-mode enable make rules and dependencies not useful
1426 (and sometimes confusing) to the casual installer
1427 --enable-sim-bswap Use Host specific BSWAP instruction.
1428 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1429 --enable-sim-debug=opts Enable debugging flags
1430 --enable-sim-stdio Specify whether to use stdio for console input/output.
1431 --enable-sim-trace=opts Enable tracing flags
1432 --enable-sim-profile=opts Enable profiling flags
1433 --enable-sim-inline=inlines Specify which functions should be inlined.
1434 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
1435 --enable-sim-hostendian=end Specify host byte endian orientation.
1436 --enable-werror treat compile warnings as errors
1437 --enable-build-warnings enable build-time compiler warnings if gcc is used
1438 --enable-sim-build-warnings
1439 enable SIM specific build-time compiler warnings if
1441 --enable-sim-reserved-bits Specify whether to check reserved bits in instruction.
1442 --enable-sim-endian=endian Specify target byte endian orientation.
1443 --enable-sim-bitsize=N Specify target bitsize (32 or 64).
1444 --enable-sim-float Specify that the target processor has floating point hardware.
1445 --enable-sim-smp=n Specify number of processors to configure for (default ${default_sim_smp}).
1446 --enable-sim-hardware=LIST
1447 Specify the hardware to be included in the build.
1450 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1451 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1452 --with-zlib include zlib support (auto/yes/no) default=auto
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-pkgversion=PKG Use PKG in the version string in place of "GDB"
1457 --with-bugurl=URL Direct users to URL to report a bug
1458 --with-x use the X Window System
1460 Some influential environment variables:
1461 CC C compiler command
1462 CFLAGS C compiler flags
1463 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1464 nonstandard directory <lib dir>
1465 LIBS libraries to pass to the linker, e.g. -l<library>
1466 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1467 you have headers in a nonstandard directory <include dir>
1469 XMKMF Path to xmkmf, Makefile generator for X Window System
1471 Use these variables to override the choices made by `configure' or to help
1472 it to find libraries and programs with nonstandard names/locations.
1474 Report bugs to the package provider.
1479 if test "$ac_init_help" = "recursive"; then
1480 # If there are subdirs, report their specific --help.
1481 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1482 test -d "$ac_dir" ||
1483 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1488 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1490 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1491 # A ".." for each directory in $ac_dir_suffix.
1492 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1493 case $ac_top_builddir_sub in
1494 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1498 ac_abs_top_builddir=$ac_pwd
1499 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1500 # for backward compatibility:
1501 ac_top_builddir=$ac_top_build_prefix
1504 .) # We are building in place.
1506 ac_top_srcdir=$ac_top_builddir_sub
1507 ac_abs_top_srcdir=$ac_pwd ;;
1508 [\\/]* | ?:[\\/]* ) # Absolute name.
1509 ac_srcdir=$srcdir$ac_dir_suffix;
1510 ac_top_srcdir=$srcdir
1511 ac_abs_top_srcdir=$srcdir ;;
1513 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1514 ac_top_srcdir=$ac_top_build_prefix$srcdir
1515 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1517 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1519 cd "$ac_dir" || { ac_status=$?; continue; }
1520 # Check for guested configure.
1521 if test -f "$ac_srcdir/configure.gnu"; then
1523 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1524 elif test -f "$ac_srcdir/configure"; then
1526 $SHELL "$ac_srcdir/configure" --help=recursive
1528 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1530 cd "$ac_pwd" || { ac_status=$?; break; }
1534 test -n "$ac_init_help" && exit $ac_status
1535 if $ac_init_version; then
1538 generated by GNU Autoconf 2.64
1540 Copyright (C) 2009 Free Software Foundation, Inc.
1541 This configure script is free software; the Free Software Foundation
1542 gives unlimited permission to copy, distribute and modify it.
1547 ## ------------------------ ##
1548 ## Autoconf initialization. ##
1549 ## ------------------------ ##
1551 # ac_fn_c_try_compile LINENO
1552 # --------------------------
1553 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1554 ac_fn_c_try_compile ()
1556 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1557 rm -f conftest.$ac_objext
1558 if { { ac_try="$ac_compile"
1560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1561 *) ac_try_echo=$ac_try;;
1563 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1564 $as_echo "$ac_try_echo"; } >&5
1565 (eval "$ac_compile") 2>conftest.err
1567 if test -s conftest.err; then
1568 grep -v '^ *+' conftest.err >conftest.er1
1569 cat conftest.er1 >&5
1570 mv -f conftest.er1 conftest.err
1572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1573 test $ac_status = 0; } && {
1574 test -z "$ac_c_werror_flag" ||
1575 test ! -s conftest.err
1576 } && test -s conftest.$ac_objext; then :
1579 $as_echo "$as_me: failed program was:" >&5
1580 sed 's/^/| /' conftest.$ac_ext >&5
1584 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 } # ac_fn_c_try_compile
1589 # ac_fn_c_try_cpp LINENO
1590 # ----------------------
1591 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 if { { ac_try="$ac_cpp conftest.$ac_ext"
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1600 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601 $as_echo "$ac_try_echo"; } >&5
1602 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1610 test $ac_status = 0; } >/dev/null && {
1611 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1612 test ! -s conftest.err
1616 $as_echo "$as_me: failed program was:" >&5
1617 sed 's/^/| /' conftest.$ac_ext >&5
1621 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1626 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1627 # -------------------------------------------------------
1628 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1629 # the include files in INCLUDES and setting the cache variable VAR
1631 ac_fn_c_check_header_mongrel ()
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1636 $as_echo_n "checking for $2... " >&6; }
1637 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1638 $as_echo_n "(cached) " >&6
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1642 $as_echo "$ac_res" >&6; }
1644 # Is the header compilable?
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1646 $as_echo_n "checking $2 usability... " >&6; }
1647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1648 /* end confdefs.h. */
1652 if ac_fn_c_try_compile "$LINENO"; then :
1653 ac_header_compiler=yes
1655 ac_header_compiler=no
1657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1659 $as_echo "$ac_header_compiler" >&6; }
1661 # Is the header present?
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1663 $as_echo_n "checking $2 presence... " >&6; }
1664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1665 /* end confdefs.h. */
1668 if ac_fn_c_try_cpp "$LINENO"; then :
1669 ac_header_preproc=yes
1671 ac_header_preproc=no
1673 rm -f conftest.err conftest.$ac_ext
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1675 $as_echo "$ac_header_preproc" >&6; }
1677 # So? What about this header?
1678 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1681 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1683 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1687 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1689 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1691 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1693 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1695 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699 $as_echo_n "checking for $2... " >&6; }
1700 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1701 $as_echo_n "(cached) " >&6
1703 eval "$3=\$ac_header_compiler"
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1707 $as_echo "$ac_res" >&6; }
1709 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711 } # ac_fn_c_check_header_mongrel
1713 # ac_fn_c_try_run LINENO
1714 # ----------------------
1715 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1716 # that executables *can* be run.
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 if { { ac_try="$ac_link"
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726 $as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_link") 2>&5
1729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1731 { { case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_try") 2>&5
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; }; }; then :
1743 $as_echo "$as_me: program exited with status $ac_status" >&5
1744 $as_echo "$as_me: failed program was:" >&5
1745 sed 's/^/| /' conftest.$ac_ext >&5
1747 ac_retval=$ac_status
1749 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1750 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1756 # -------------------------------------------------------
1757 # Tests whether HEADER exists and can be compiled using the include files in
1758 # INCLUDES, setting the cache variable VAR accordingly.
1759 ac_fn_c_check_header_compile ()
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1763 $as_echo_n "checking for $2... " >&6; }
1764 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765 $as_echo_n "(cached) " >&6
1767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1768 /* end confdefs.h. */
1772 if ac_fn_c_try_compile "$LINENO"; then :
1777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781 $as_echo "$ac_res" >&6; }
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1784 } # ac_fn_c_check_header_compile
1786 # ac_fn_c_try_link LINENO
1787 # -----------------------
1788 # Try to link conftest.$ac_ext, and return whether this succeeded.
1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1792 rm -f conftest.$ac_objext conftest$ac_exeext
1793 if { { ac_try="$ac_link"
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799 $as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_link") 2>conftest.err
1802 if test -s conftest.err; then
1803 grep -v '^ *+' conftest.err >conftest.er1
1804 cat conftest.er1 >&5
1805 mv -f conftest.er1 conftest.err
1807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1808 test $ac_status = 0; } && {
1809 test -z "$ac_c_werror_flag" ||
1810 test ! -s conftest.err
1811 } && test -s conftest$ac_exeext && {
1812 test "$cross_compiling" = yes ||
1813 $as_test_x conftest$ac_exeext
1817 $as_echo "$as_me: failed program was:" >&5
1818 sed 's/^/| /' conftest.$ac_ext >&5
1822 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1823 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1824 # interfere with the next link command; also delete a directory that is
1825 # left behind by Apple's compiler. We do this before executing the actions.
1826 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1827 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1830 } # ac_fn_c_try_link
1832 # ac_fn_c_check_func LINENO FUNC VAR
1833 # ----------------------------------
1834 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1835 ac_fn_c_check_func ()
1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1839 $as_echo_n "checking for $2... " >&6; }
1840 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1841 $as_echo_n "(cached) " >&6
1843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1844 /* end confdefs.h. */
1845 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1846 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1847 #define $2 innocuous_$2
1849 /* System header to define __stub macros and hopefully few prototypes,
1850 which can conflict with char $2 (); below.
1851 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1852 <limits.h> exists even on freestanding compilers. */
1855 # include <limits.h>
1857 # include <assert.h>
1862 /* Override any GCC internal prototype to avoid an error.
1863 Use char because int might match the return type of a GCC
1864 builtin and then its argument prototype would still apply. */
1869 /* The GNU C library defines this for functions which it implements
1870 to always fail with ENOSYS. Some functions are actually named
1871 something starting with __ and the normal name is an alias. */
1872 #if defined __stub_$2 || defined __stub___$2
1884 if ac_fn_c_try_link "$LINENO"; then :
1889 rm -f core conftest.err conftest.$ac_objext \
1890 conftest$ac_exeext conftest.$ac_ext
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894 $as_echo "$ac_res" >&6; }
1895 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1897 } # ac_fn_c_check_func
1898 cat >config.log <<_ACEOF
1899 This file contains any messages produced by compilers while
1900 running configure, to aid debugging if configure makes a mistake.
1902 It was created by $as_me, which was
1903 generated by GNU Autoconf 2.64. Invocation command line was
1915 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1916 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1917 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1918 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1919 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1921 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1922 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1924 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1925 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1926 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1927 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1928 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1929 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1930 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1938 test -z "$as_dir" && as_dir=.
1939 $as_echo "PATH: $as_dir"
1955 # Keep a trace of the command line.
1956 # Strip out --no-create and --no-recursion so they do not pile up.
1957 # Strip out --silent because we don't want to record it for future runs.
1958 # Also quote any args containing shell meta-characters.
1959 # Make two passes to allow for proper duplicate-argument suppression.
1963 ac_must_keep_next=false
1969 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1970 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1971 | -silent | --silent | --silen | --sile | --sil)
1974 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1977 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1979 as_fn_append ac_configure_args1 " '$ac_arg'"
1980 if test $ac_must_keep_next = true; then
1981 ac_must_keep_next=false # Got value, back to normal.
1984 *=* | --config-cache | -C | -disable-* | --disable-* \
1985 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1986 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1987 | -with-* | --with-* | -without-* | --without-* | --x)
1988 case "$ac_configure_args0 " in
1989 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1992 -* ) ac_must_keep_next=true ;;
1995 as_fn_append ac_configure_args " '$ac_arg'"
2000 { ac_configure_args0=; unset ac_configure_args0;}
2001 { ac_configure_args1=; unset ac_configure_args1;}
2003 # When interrupted or exit'd, cleanup temporary files, and complete
2004 # config.log. We remove comments because anyway the quotes in there
2005 # would cause problems or look ugly.
2006 # WARNING: Use '\'' to represent an apostrophe within the trap.
2007 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2008 trap 'exit_status=$?
2009 # Save into config.log some information that might help in debugging.
2014 ## ---------------- ##
2015 ## Cache variables. ##
2016 ## ---------------- ##
2019 # The following way of writing the cache mishandles newlines in values,
2021 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2022 eval ac_val=\$$ac_var
2026 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2027 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2030 _ | IFS | as_nl) ;; #(
2031 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2032 *) { eval $ac_var=; unset $ac_var;} ;;
2037 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2038 *${as_nl}ac_space=\ *)
2040 "s/'\''/'\''\\\\'\'''\''/g;
2041 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2044 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2052 ## ----------------- ##
2053 ## Output variables. ##
2054 ## ----------------- ##
2057 for ac_var in $ac_subst_vars
2059 eval ac_val=\$$ac_var
2061 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2063 $as_echo "$ac_var='\''$ac_val'\''"
2067 if test -n "$ac_subst_files"; then
2069 ## ------------------- ##
2070 ## File substitutions. ##
2071 ## ------------------- ##
2074 for ac_var in $ac_subst_files
2076 eval ac_val=\$$ac_var
2078 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2080 $as_echo "$ac_var='\''$ac_val'\''"
2085 if test -s confdefs.h; then
2095 test "$ac_signal" != 0 &&
2096 $as_echo "$as_me: caught signal $ac_signal"
2097 $as_echo "$as_me: exit $exit_status"
2099 rm -f core *.core core.conftest.* &&
2100 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2103 for ac_signal in 1 2 13 15; do
2104 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2108 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2109 rm -f -r conftest* confdefs.h
2111 $as_echo "/* confdefs.h */" > confdefs.h
2113 # Predefined preprocessor variables.
2115 cat >>confdefs.h <<_ACEOF
2116 #define PACKAGE_NAME "$PACKAGE_NAME"
2119 cat >>confdefs.h <<_ACEOF
2120 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2123 cat >>confdefs.h <<_ACEOF
2124 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2127 cat >>confdefs.h <<_ACEOF
2128 #define PACKAGE_STRING "$PACKAGE_STRING"
2131 cat >>confdefs.h <<_ACEOF
2132 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2135 cat >>confdefs.h <<_ACEOF
2136 #define PACKAGE_URL "$PACKAGE_URL"
2140 # Let the site file select an alternate cache file if it wants to.
2141 # Prefer an explicitly selected file to automatically selected ones.
2144 if test -n "$CONFIG_SITE"; then
2145 ac_site_file1=$CONFIG_SITE
2146 elif test "x$prefix" != xNONE; then
2147 ac_site_file1=$prefix/share/config.site
2148 ac_site_file2=$prefix/etc/config.site
2150 ac_site_file1=$ac_default_prefix/share/config.site
2151 ac_site_file2=$ac_default_prefix/etc/config.site
2153 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2155 test "x$ac_site_file" = xNONE && continue
2156 if test -r "$ac_site_file"; then
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2158 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2159 sed 's/^/| /' "$ac_site_file" >&5
2164 if test -r "$cache_file"; then
2165 # Some versions of bash will fail to source /dev/null (special
2166 # files actually), so we avoid doing that.
2167 if test -f "$cache_file"; then
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2169 $as_echo "$as_me: loading cache $cache_file" >&6;}
2171 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2172 *) . "./$cache_file";;
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2177 $as_echo "$as_me: creating cache $cache_file" >&6;}
2181 # Check that the precious variables saved in the cache have kept the same
2183 ac_cache_corrupted=false
2184 for ac_var in $ac_precious_vars; do
2185 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2186 eval ac_new_set=\$ac_env_${ac_var}_set
2187 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2188 eval ac_new_val=\$ac_env_${ac_var}_value
2189 case $ac_old_set,$ac_new_set in
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2192 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2193 ac_cache_corrupted=: ;;
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2196 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2197 ac_cache_corrupted=: ;;
2200 if test "x$ac_old_val" != "x$ac_new_val"; then
2201 # differences in whitespace do not lead to failure.
2202 ac_old_val_w=`echo x $ac_old_val`
2203 ac_new_val_w=`echo x $ac_new_val`
2204 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2206 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2207 ac_cache_corrupted=:
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2210 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2211 eval $ac_var=\$ac_old_val
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2214 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2216 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2219 # Pass precious variables to config.status.
2220 if test "$ac_new_set" = set; then
2222 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2223 *) ac_arg=$ac_var=$ac_new_val ;;
2225 case " $ac_configure_args " in
2226 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2227 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2231 if $ac_cache_corrupted; then
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2233 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2235 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2236 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2238 ## -------------------- ##
2239 ## Main body of script. ##
2240 ## -------------------- ##
2243 ac_cpp='$CPP $CPPFLAGS'
2244 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2245 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2246 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2249 # This file contains common code used by all simulators.
2251 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2252 # directory. It is intended to be invoked before any target specific stuff.
2253 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2254 # It is intended to be invoked last.
2256 # The simulator's configure.in should look like:
2258 # dnl Process this file with autoconf to produce a configure script.
2259 # AC_PREREQ(2.64)dnl
2260 # AC_INIT(Makefile.in)
2261 # sinclude(../common/aclocal.m4)
2265 # ... target specific stuff ...
2269 # Include global overrides and fixes for Autoconf.
2296 # _AC_CHECK_DECL_BODY
2297 # -------------------
2298 # Shell function body for AC_CHECK_DECL.
2299 # _AC_CHECK_DECL_BODY
2301 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2303 # -------------------------------------------------------------
2304 # Helper to AC_CHECK_DECLS, which generates the check for a single
2305 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2306 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2319 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2321 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2322 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2323 # Written by Gordon Matzigkeit, 1996
2325 # This file is free software; the Free Software Foundation gives
2326 # unlimited permission to copy and/or distribute it, with or without
2327 # modifications, as long as this notice is preserved.
2334 # LT_PREREQ(VERSION)
2335 # ------------------
2336 # Complain and exit if this libtool version is less that VERSION.
2340 # _LT_CHECK_BUILDDIR
2341 # ------------------
2342 # Complain if the absolute build directory name contains unusual characters
2346 # LT_INIT([OPTIONS])
2347 # ------------------
2351 # This is what autoupdate's m4 run will expand. It fires
2352 # the warning (with _au_warn_XXX), outputs it into the
2353 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2354 # the replacement expansion.
2357 # This is an auxiliary macro that is also run when
2358 # autoupdate runs m4. It simply calls m4_warning, but
2359 # we need a wrapper so that each warning is emitted only
2360 # once. We break the quoting in m4_warning's argument in
2361 # order to expand this macro's arguments, not AU_DEFUN's.
2364 # Finally, this is the expansion that is picked up by
2365 # autoconf. It tells the user to run autoupdate, and
2366 # then outputs the replacement expansion. We do not care
2367 # about autoupdate's warning because that contains
2368 # information on what to do *after* running autoupdate.
2370 # This is what autoupdate's m4 run will expand. It fires
2371 # the warning (with _au_warn_XXX), outputs it into the
2372 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2373 # the replacement expansion.
2376 # This is an auxiliary macro that is also run when
2377 # autoupdate runs m4. It simply calls m4_warning, but
2378 # we need a wrapper so that each warning is emitted only
2379 # once. We break the quoting in m4_warning's argument in
2380 # order to expand this macro's arguments, not AU_DEFUN's.
2383 # Finally, this is the expansion that is picked up by
2384 # autoconf. It tells the user to run autoupdate, and
2385 # then outputs the replacement expansion. We do not care
2386 # about autoupdate's warning because that contains
2387 # information on what to do *after* running autoupdate.
2391 # _LT_CC_BASENAME(CC)
2392 # -------------------
2393 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2397 # _LT_FILEUTILS_DEFAULTS
2398 # ----------------------
2399 # It is okay to use these file commands and assume they have been set
2400 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2401 # _LT_FILEUTILS_DEFAULTS
2409 # _LT_PREPARE_SED_QUOTE_VARS
2410 # --------------------------
2411 # Define a few sed substitution that help us do robust quoting.
2416 # Note that this code is called both from `configure', and `config.status'
2417 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2418 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2419 # so we pass a copy along to make sure it has a sensible value anyway.
2423 ## ------------------------------------- ##
2424 ## Accumulate code for creating libtool. ##
2425 ## ------------------------------------- ##
2427 # So that we can recreate a full libtool script including additional
2428 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2429 # in macros and then make a single call at the end using the `libtool'
2433 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2434 # ----------------------------------------
2435 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2442 # _LT_CONFIG_LIBTOOL([COMMANDS])
2443 # ------------------------------
2444 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2451 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2452 # -----------------------------------------------------
2456 # _LT_FORMAT_COMMENT([COMMENT])
2457 # -----------------------------
2458 # Add leading comment marks to the start of each line, and a trailing
2459 # full-stop to the whole comment if one is not present already.
2464 ## ------------------------ ##
2465 ## FIXME: Eliminate VARNAME ##
2466 ## ------------------------ ##
2469 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2470 # -------------------------------------------------------------------
2471 # CONFIGNAME is the name given to the value in the libtool script.
2472 # VARNAME is the (base) name used in the configure script.
2473 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2474 # VARNAME. Any other value will be used directly.
2478 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2479 # --------------------------------------------------------
2483 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2484 # ------------------------------------------------
2488 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2489 # ---------------------------------------------------------
2493 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2494 # --------------------------------------------------
2498 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2499 # ---------------------------------------------------
2503 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2504 # ---------------------------------------------------
2509 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2510 # ------------------------------------------------
2515 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2516 # ------------------------------------
2517 # Quote a variable value, and forward it to `config.status' so that its
2518 # declaration there will have the same value as in `configure'. VARNAME
2519 # must have a single quote delimited value for this to work.
2523 # _LT_CONFIG_STATUS_DECLARATIONS
2524 # ------------------------------
2525 # We delimit libtool config variables with single quotes, so when
2526 # we write them to config.status, we have to be sure to quote all
2527 # embedded single quotes properly. In configure, this macro expands
2528 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2530 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2536 # Output comment and list of tags supported by the script
2540 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2541 # -----------------------------------
2542 # Extract the dictionary values for VARNAME (optionally with TAG) and
2543 # expand to a commented shell variable setting:
2545 # # Some comment about what VAR is for.
2546 # visible_name=$lt_internal_name
2550 # _LT_LIBTOOL_CONFIG_VARS
2551 # -----------------------
2552 # Produce commented declarations of non-tagged libtool config variables
2553 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2554 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2555 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2559 # _LT_LIBTOOL_TAG_VARS(TAG)
2560 # -------------------------
2564 # _LT_TAGVAR(VARNAME, [TAGNAME])
2565 # ------------------------------
2569 # _LT_CONFIG_COMMANDS
2570 # -------------------
2571 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2572 # variables for single and double quote escaping we saved from calls
2573 # to _LT_DECL, we can put quote escaped variables declarations
2574 # into `config.status', and then the shell code to quote escape them in
2575 # for loops in `config.status'. Finally, any additional code accumulated
2576 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2577 #_LT_CONFIG_COMMANDS
2583 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2584 # ------------------------------------
2585 # Generate a child script FILE with all initialization necessary to
2586 # reuse the environment learned by the parent script, and make the
2587 # file executable. If COMMENT is supplied, it is inserted after the
2588 # `#!' sequence but before initialization text begins. After this
2589 # macro, additional text can be appended to FILE to form the body of
2590 # the child script. The macro ends with non-zero status if the
2591 # file could not be fully written (such as if the disk is full).
2592 # _LT_GENERATED_FILE_INIT
2596 # This macro allows early generation of the libtool script (before
2597 # AC_OUTPUT is called), incase it is used in configure for compilation
2604 # If TAG is the built-in tag, create an initial libtool script with a
2605 # default configuration from the untagged config vars. Otherwise add code
2606 # to config.status for appending the configuration named by TAG from the
2607 # matching tagged config vars.
2611 # LT_SUPPORTED_TAG(TAG)
2612 # ---------------------
2613 # Trace this macro to discover what tags are supported by the libtool
2614 # --tag option, using:
2615 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2619 # C support is built-in for now
2626 # Enable libtool support for the given language if not already enabled.
2630 # _LT_LANG(LANGNAME)
2631 # ------------------
2635 # _LT_LANG_DEFAULT_CONFIG
2636 # -----------------------
2637 # _LT_LANG_DEFAULT_CONFIG
2640 # This is what autoupdate's m4 run will expand. It fires
2641 # the warning (with _au_warn_XXX), outputs it into the
2642 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2643 # the replacement expansion.
2646 # This is an auxiliary macro that is also run when
2647 # autoupdate runs m4. It simply calls m4_warning, but
2648 # we need a wrapper so that each warning is emitted only
2649 # once. We break the quoting in m4_warning's argument in
2650 # order to expand this macro's arguments, not AU_DEFUN's.
2653 # Finally, this is the expansion that is picked up by
2654 # autoconf. It tells the user to run autoupdate, and
2655 # then outputs the replacement expansion. We do not care
2656 # about autoupdate's warning because that contains
2657 # information on what to do *after* running autoupdate.
2659 # This is what autoupdate's m4 run will expand. It fires
2660 # the warning (with _au_warn_XXX), outputs it into the
2661 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2662 # the replacement expansion.
2665 # This is an auxiliary macro that is also run when
2666 # autoupdate runs m4. It simply calls m4_warning, but
2667 # we need a wrapper so that each warning is emitted only
2668 # once. We break the quoting in m4_warning's argument in
2669 # order to expand this macro's arguments, not AU_DEFUN's.
2672 # Finally, this is the expansion that is picked up by
2673 # autoconf. It tells the user to run autoupdate, and
2674 # then outputs the replacement expansion. We do not care
2675 # about autoupdate's warning because that contains
2676 # information on what to do *after* running autoupdate.
2678 # This is what autoupdate's m4 run will expand. It fires
2679 # the warning (with _au_warn_XXX), outputs it into the
2680 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2681 # the replacement expansion.
2684 # This is an auxiliary macro that is also run when
2685 # autoupdate runs m4. It simply calls m4_warning, but
2686 # we need a wrapper so that each warning is emitted only
2687 # once. We break the quoting in m4_warning's argument in
2688 # order to expand this macro's arguments, not AU_DEFUN's.
2691 # Finally, this is the expansion that is picked up by
2692 # autoconf. It tells the user to run autoupdate, and
2693 # then outputs the replacement expansion. We do not care
2694 # about autoupdate's warning because that contains
2695 # information on what to do *after* running autoupdate.
2697 # This is what autoupdate's m4 run will expand. It fires
2698 # the warning (with _au_warn_XXX), outputs it into the
2699 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2700 # the replacement expansion.
2703 # This is an auxiliary macro that is also run when
2704 # autoupdate runs m4. It simply calls m4_warning, but
2705 # we need a wrapper so that each warning is emitted only
2706 # once. We break the quoting in m4_warning's argument in
2707 # order to expand this macro's arguments, not AU_DEFUN's.
2710 # Finally, this is the expansion that is picked up by
2711 # autoconf. It tells the user to run autoupdate, and
2712 # then outputs the replacement expansion. We do not care
2713 # about autoupdate's warning because that contains
2714 # information on what to do *after* running autoupdate.
2716 # This is what autoupdate's m4 run will expand. It fires
2717 # the warning (with _au_warn_XXX), outputs it into the
2718 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2719 # the replacement expansion.
2722 # This is an auxiliary macro that is also run when
2723 # autoupdate runs m4. It simply calls m4_warning, but
2724 # we need a wrapper so that each warning is emitted only
2725 # once. We break the quoting in m4_warning's argument in
2726 # order to expand this macro's arguments, not AU_DEFUN's.
2729 # Finally, this is the expansion that is picked up by
2730 # autoconf. It tells the user to run autoupdate, and
2731 # then outputs the replacement expansion. We do not care
2732 # about autoupdate's warning because that contains
2733 # information on what to do *after* running autoupdate.
2742 # _LT_COMPILER_BOILERPLATE
2743 # ------------------------
2744 # Check for compiler boilerplate output or warnings with
2745 # the simple compiler test code.
2746 # _LT_COMPILER_BOILERPLATE
2749 # _LT_LINKER_BOILERPLATE
2750 # ----------------------
2751 # Check for linker boilerplate output or warnings with
2752 # the simple link test code.
2753 # _LT_LINKER_BOILERPLATE
2755 # _LT_REQUIRED_DARWIN_CHECKS
2756 # -------------------------
2760 # _LT_DARWIN_LINKER_FEATURES
2761 # --------------------------
2762 # Checks for linker and compiler features on darwin
2765 # _LT_SYS_MODULE_PATH_AIX
2766 # -----------------------
2767 # Links a minimal program and checks the executable
2768 # for the system default hardcoded library path. In most cases,
2769 # this is /usr/lib:/lib, but when the MPI compilers are used
2770 # the location of the communication and MPI libs are included too.
2771 # If we don't find anything, use the default library path according
2772 # to the aix ld manual.
2773 # _LT_SYS_MODULE_PATH_AIX
2776 # _LT_SHELL_INIT(ARG)
2777 # -------------------
2782 # _LT_PROG_ECHO_BACKSLASH
2783 # -----------------------
2784 # Find how we can fake an echo command that does not interpret backslash.
2785 # In particular, with Autoconf 2.60 or later we add some code to the start
2786 # of the generated configure script which will find a shell with a builtin
2787 # printf (which we can use as an echo command).
2788 # _LT_PROG_ECHO_BACKSLASH
2796 # _LT_CMD_OLD_ARCHIVE
2797 # -------------------
2798 # _LT_CMD_OLD_ARCHIVE
2801 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2802 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2803 # ----------------------------------------------------------------
2804 # Check whether the given compiler option works
2805 # _LT_COMPILER_OPTION
2808 # This is what autoupdate's m4 run will expand. It fires
2809 # the warning (with _au_warn_XXX), outputs it into the
2810 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2811 # the replacement expansion.
2814 # This is an auxiliary macro that is also run when
2815 # autoupdate runs m4. It simply calls m4_warning, but
2816 # we need a wrapper so that each warning is emitted only
2817 # once. We break the quoting in m4_warning's argument in
2818 # order to expand this macro's arguments, not AU_DEFUN's.
2821 # Finally, this is the expansion that is picked up by
2822 # autoconf. It tells the user to run autoupdate, and
2823 # then outputs the replacement expansion. We do not care
2824 # about autoupdate's warning because that contains
2825 # information on what to do *after* running autoupdate.
2829 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2830 # [ACTION-SUCCESS], [ACTION-FAILURE])
2831 # ----------------------------------------------------
2832 # Check whether the given linker option works
2836 # This is what autoupdate's m4 run will expand. It fires
2837 # the warning (with _au_warn_XXX), outputs it into the
2838 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2839 # the replacement expansion.
2842 # This is an auxiliary macro that is also run when
2843 # autoupdate runs m4. It simply calls m4_warning, but
2844 # we need a wrapper so that each warning is emitted only
2845 # once. We break the quoting in m4_warning's argument in
2846 # order to expand this macro's arguments, not AU_DEFUN's.
2849 # Finally, this is the expansion that is picked up by
2850 # autoconf. It tells the user to run autoupdate, and
2851 # then outputs the replacement expansion. We do not care
2852 # about autoupdate's warning because that contains
2853 # information on what to do *after* running autoupdate.
2862 # This is what autoupdate's m4 run will expand. It fires
2863 # the warning (with _au_warn_XXX), outputs it into the
2864 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2865 # the replacement expansion.
2868 # This is an auxiliary macro that is also run when
2869 # autoupdate runs m4. It simply calls m4_warning, but
2870 # we need a wrapper so that each warning is emitted only
2871 # once. We break the quoting in m4_warning's argument in
2872 # order to expand this macro's arguments, not AU_DEFUN's.
2875 # Finally, this is the expansion that is picked up by
2876 # autoconf. It tells the user to run autoupdate, and
2877 # then outputs the replacement expansion. We do not care
2878 # about autoupdate's warning because that contains
2879 # information on what to do *after* running autoupdate.
2888 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2889 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2890 # ----------------------------------------------------------------
2891 # _LT_TRY_DLOPEN_SELF
2894 # LT_SYS_DLOPEN_SELF
2895 # ------------------
2896 # LT_SYS_DLOPEN_SELF
2899 # This is what autoupdate's m4 run will expand. It fires
2900 # the warning (with _au_warn_XXX), outputs it into the
2901 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2902 # the replacement expansion.
2905 # This is an auxiliary macro that is also run when
2906 # autoupdate runs m4. It simply calls m4_warning, but
2907 # we need a wrapper so that each warning is emitted only
2908 # once. We break the quoting in m4_warning's argument in
2909 # order to expand this macro's arguments, not AU_DEFUN's.
2912 # Finally, this is the expansion that is picked up by
2913 # autoconf. It tells the user to run autoupdate, and
2914 # then outputs the replacement expansion. We do not care
2915 # about autoupdate's warning because that contains
2916 # information on what to do *after* running autoupdate.
2920 # _LT_COMPILER_C_O([TAGNAME])
2921 # ---------------------------
2922 # Check to see if options -c and -o are simultaneously supported by compiler.
2923 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2927 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2928 # ----------------------------------
2929 # Check to see if we can do hard links to lock some files if needed
2930 # _LT_COMPILER_FILE_LOCKS
2938 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2939 # --------------------------------------
2940 # Check hardcoding attributes.
2941 # _LT_LINKER_HARDCODE_LIBPATH
2949 # _LT_SYS_DYNAMIC_LINKER([TAG])
2950 # -----------------------------
2951 # PORTME Fill in your ld.so characteristics
2952 # _LT_SYS_DYNAMIC_LINKER
2955 # _LT_PATH_TOOL_PREFIX(TOOL)
2956 # --------------------------
2957 # find a file program which can recognize shared library
2958 # _LT_PATH_TOOL_PREFIX
2961 # This is what autoupdate's m4 run will expand. It fires
2962 # the warning (with _au_warn_XXX), outputs it into the
2963 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2964 # the replacement expansion.
2967 # This is an auxiliary macro that is also run when
2968 # autoupdate runs m4. It simply calls m4_warning, but
2969 # we need a wrapper so that each warning is emitted only
2970 # once. We break the quoting in m4_warning's argument in
2971 # order to expand this macro's arguments, not AU_DEFUN's.
2974 # Finally, this is the expansion that is picked up by
2975 # autoconf. It tells the user to run autoupdate, and
2976 # then outputs the replacement expansion. We do not care
2977 # about autoupdate's warning because that contains
2978 # information on what to do *after* running autoupdate.
2984 # find a file program which can recognize a shared library
2990 # find the pathname to the GNU or non-GNU linker
2994 # This is what autoupdate's m4 run will expand. It fires
2995 # the warning (with _au_warn_XXX), outputs it into the
2996 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2997 # the replacement expansion.
3000 # This is an auxiliary macro that is also run when
3001 # autoupdate runs m4. It simply calls m4_warning, but
3002 # we need a wrapper so that each warning is emitted only
3003 # once. We break the quoting in m4_warning's argument in
3004 # order to expand this macro's arguments, not AU_DEFUN's.
3007 # Finally, this is the expansion that is picked up by
3008 # autoconf. It tells the user to run autoupdate, and
3009 # then outputs the replacement expansion. We do not care
3010 # about autoupdate's warning because that contains
3011 # information on what to do *after* running autoupdate.
3013 # This is what autoupdate's m4 run will expand. It fires
3014 # the warning (with _au_warn_XXX), outputs it into the
3015 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3016 # the replacement expansion.
3019 # This is an auxiliary macro that is also run when
3020 # autoupdate runs m4. It simply calls m4_warning, but
3021 # we need a wrapper so that each warning is emitted only
3022 # once. We break the quoting in m4_warning's argument in
3023 # order to expand this macro's arguments, not AU_DEFUN's.
3026 # Finally, this is the expansion that is picked up by
3027 # autoconf. It tells the user to run autoupdate, and
3028 # then outputs the replacement expansion. We do not care
3029 # about autoupdate's warning because that contains
3030 # information on what to do *after* running autoupdate.
3041 # find reload flag for linker
3042 # -- PORTME Some linkers may need a different reload flag.
3046 # _LT_CHECK_MAGIC_METHOD
3047 # ----------------------
3048 # how to check for library dependencies
3049 # -- PORTME fill in with the dynamic library characteristics
3050 # _LT_CHECK_MAGIC_METHOD
3055 # find the pathname to a BSD- or MS-compatible name lister
3059 # This is what autoupdate's m4 run will expand. It fires
3060 # the warning (with _au_warn_XXX), outputs it into the
3061 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3062 # the replacement expansion.
3065 # This is an auxiliary macro that is also run when
3066 # autoupdate runs m4. It simply calls m4_warning, but
3067 # we need a wrapper so that each warning is emitted only
3068 # once. We break the quoting in m4_warning's argument in
3069 # order to expand this macro's arguments, not AU_DEFUN's.
3072 # Finally, this is the expansion that is picked up by
3073 # autoconf. It tells the user to run autoupdate, and
3074 # then outputs the replacement expansion. We do not care
3075 # about autoupdate's warning because that contains
3076 # information on what to do *after* running autoupdate.
3078 # This is what autoupdate's m4 run will expand. It fires
3079 # the warning (with _au_warn_XXX), outputs it into the
3080 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3081 # the replacement expansion.
3084 # This is an auxiliary macro that is also run when
3085 # autoupdate runs m4. It simply calls m4_warning, but
3086 # we need a wrapper so that each warning is emitted only
3087 # once. We break the quoting in m4_warning's argument in
3088 # order to expand this macro's arguments, not AU_DEFUN's.
3091 # Finally, this is the expansion that is picked up by
3092 # autoconf. It tells the user to run autoupdate, and
3093 # then outputs the replacement expansion. We do not care
3094 # about autoupdate's warning because that contains
3095 # information on what to do *after* running autoupdate.
3101 # check for math library
3105 # This is what autoupdate's m4 run will expand. It fires
3106 # the warning (with _au_warn_XXX), outputs it into the
3107 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3108 # the replacement expansion.
3111 # This is an auxiliary macro that is also run when
3112 # autoupdate runs m4. It simply calls m4_warning, but
3113 # we need a wrapper so that each warning is emitted only
3114 # once. We break the quoting in m4_warning's argument in
3115 # order to expand this macro's arguments, not AU_DEFUN's.
3118 # Finally, this is the expansion that is picked up by
3119 # autoconf. It tells the user to run autoupdate, and
3120 # then outputs the replacement expansion. We do not care
3121 # about autoupdate's warning because that contains
3122 # information on what to do *after* running autoupdate.
3126 # _LT_COMPILER_NO_RTTI([TAGNAME])
3127 # -------------------------------
3128 # _LT_COMPILER_NO_RTTI
3131 # _LT_CMD_GLOBAL_SYMBOLS
3132 # ----------------------
3133 # _LT_CMD_GLOBAL_SYMBOLS
3136 # _LT_COMPILER_PIC([TAGNAME])
3137 # ---------------------------
3141 # _LT_LINKER_SHLIBS([TAGNAME])
3142 # ----------------------------
3143 # See if the linker supports building shared libraries.
3147 # _LT_LANG_C_CONFIG([TAG])
3148 # ------------------------
3149 # Ensure that the configuration variables for a C compiler are suitably
3150 # defined. These variables are subsequently used by _LT_CONFIG to write
3151 # the compiler configuration to `libtool'.
3155 # _LT_LANG_CXX_CONFIG([TAG])
3156 # --------------------------
3157 # Ensure that the configuration variables for a C++ compiler are suitably
3158 # defined. These variables are subsequently used by _LT_CONFIG to write
3159 # the compiler configuration to `libtool'.
3160 # _LT_LANG_CXX_CONFIG
3163 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3164 # ---------------------------------
3165 # Figure out "hidden" library dependencies from verbose
3166 # compiler output when linking a shared library.
3167 # Parse the compiler output and extract the necessary
3168 # objects, libraries and library flags.
3169 # _LT_SYS_HIDDEN_LIBDEPS
3172 # _LT_LANG_F77_CONFIG([TAG])
3173 # --------------------------
3174 # Ensure that the configuration variables for a Fortran 77 compiler are
3175 # suitably defined. These variables are subsequently used by _LT_CONFIG
3176 # to write the compiler configuration to `libtool'.
3177 # _LT_LANG_F77_CONFIG
3180 # _LT_LANG_FC_CONFIG([TAG])
3181 # -------------------------
3182 # Ensure that the configuration variables for a Fortran compiler are
3183 # suitably defined. These variables are subsequently used by _LT_CONFIG
3184 # to write the compiler configuration to `libtool'.
3185 # _LT_LANG_FC_CONFIG
3188 # _LT_LANG_GCJ_CONFIG([TAG])
3189 # --------------------------
3190 # Ensure that the configuration variables for the GNU Java Compiler compiler
3191 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3192 # to write the compiler configuration to `libtool'.
3193 # _LT_LANG_GCJ_CONFIG
3196 # _LT_LANG_RC_CONFIG([TAG])
3197 # -------------------------
3198 # Ensure that the configuration variables for the Windows resource compiler
3199 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3200 # to write the compiler configuration to `libtool'.
3201 # _LT_LANG_RC_CONFIG
3209 # This is what autoupdate's m4 run will expand. It fires
3210 # the warning (with _au_warn_XXX), outputs it into the
3211 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3212 # the replacement expansion.
3215 # This is an auxiliary macro that is also run when
3216 # autoupdate runs m4. It simply calls m4_warning, but
3217 # we need a wrapper so that each warning is emitted only
3218 # once. We break the quoting in m4_warning's argument in
3219 # order to expand this macro's arguments, not AU_DEFUN's.
3222 # Finally, this is the expansion that is picked up by
3223 # autoconf. It tells the user to run autoupdate, and
3224 # then outputs the replacement expansion. We do not care
3225 # about autoupdate's warning because that contains
3226 # information on what to do *after* running autoupdate.
3235 # This is what autoupdate's m4 run will expand. It fires
3236 # the warning (with _au_warn_XXX), outputs it into the
3237 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3238 # the replacement expansion.
3241 # This is an auxiliary macro that is also run when
3242 # autoupdate runs m4. It simply calls m4_warning, but
3243 # we need a wrapper so that each warning is emitted only
3244 # once. We break the quoting in m4_warning's argument in
3245 # order to expand this macro's arguments, not AU_DEFUN's.
3248 # Finally, this is the expansion that is picked up by
3249 # autoconf. It tells the user to run autoupdate, and
3250 # then outputs the replacement expansion. We do not care
3251 # about autoupdate's warning because that contains
3252 # information on what to do *after* running autoupdate.
3258 # If we don't have a new enough Autoconf to choose the best grep
3259 # available, choose the one first in the user's PATH.
3265 # If we don't have a new enough Autoconf to choose the best objdump
3266 # available, choose the one first in the user's PATH.
3272 # Check for a fully-functional sed program, that truncates
3273 # as few characters as possible. Prefer GNU sed if found.
3279 # This is what autoupdate's m4 run will expand. It fires
3280 # the warning (with _au_warn_XXX), outputs it into the
3281 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3282 # the replacement expansion.
3285 # This is an auxiliary macro that is also run when
3286 # autoupdate runs m4. It simply calls m4_warning, but
3287 # we need a wrapper so that each warning is emitted only
3288 # once. We break the quoting in m4_warning's argument in
3289 # order to expand this macro's arguments, not AU_DEFUN's.
3292 # Finally, this is the expansion that is picked up by
3293 # autoconf. It tells the user to run autoupdate, and
3294 # then outputs the replacement expansion. We do not care
3295 # about autoupdate's warning because that contains
3296 # information on what to do *after* running autoupdate.
3300 # _LT_CHECK_SHELL_FEATURES
3301 # ------------------------
3302 # Find out whether the shell is Bourne or XSI compatible,
3303 # or has some other useful features.
3304 # _LT_CHECK_SHELL_FEATURES
3307 # _LT_PROG_XSI_SHELLFNS
3308 # ---------------------
3309 # Bourne and XSI compatible variants of some useful shell functions.
3312 # Helper functions for option handling. -*- Autoconf -*-
3314 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3316 # Written by Gary V. Vaughan, 2004
3318 # This file is free software; the Free Software Foundation gives
3319 # unlimited permission to copy and/or distribute it, with or without
3320 # modifications, as long as this notice is preserved.
3322 # serial 6 ltoptions.m4
3324 # This is to help aclocal find these macros, as it can't see m4_define.
3328 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3329 # ------------------------------------------
3333 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3334 # ---------------------------------------
3335 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3336 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3341 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3342 # ------------------------------------------------------------
3343 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3347 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3348 # -------------------------------------------------------
3349 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3354 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3355 # ----------------------------------------
3356 # OPTION-LIST is a space-separated list of Libtool options associated
3357 # with MACRO-NAME. If any OPTION has a matching handler declared with
3358 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3359 # the unknown option and exit.
3363 ## --------------------------------- ##
3364 ## Macros to handle LT_INIT options. ##
3365 ## --------------------------------- ##
3367 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3368 # -----------------------------------------
3372 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3373 # -----------------------------------------------
3381 # This is what autoupdate's m4 run will expand. It fires
3382 # the warning (with _au_warn_XXX), outputs it into the
3383 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3384 # the replacement expansion.
3387 # This is an auxiliary macro that is also run when
3388 # autoupdate runs m4. It simply calls m4_warning, but
3389 # we need a wrapper so that each warning is emitted only
3390 # once. We break the quoting in m4_warning's argument in
3391 # order to expand this macro's arguments, not AU_DEFUN's.
3394 # Finally, this is the expansion that is picked up by
3395 # autoconf. It tells the user to run autoupdate, and
3396 # then outputs the replacement expansion. We do not care
3397 # about autoupdate's warning because that contains
3398 # information on what to do *after* running autoupdate.
3405 # Declare package support for building win32 dll's.
3408 # This is what autoupdate's m4 run will expand. It fires
3409 # the warning (with _au_warn_XXX), outputs it into the
3410 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3411 # the replacement expansion.
3414 # This is an auxiliary macro that is also run when
3415 # autoupdate runs m4. It simply calls m4_warning, but
3416 # we need a wrapper so that each warning is emitted only
3417 # once. We break the quoting in m4_warning's argument in
3418 # order to expand this macro's arguments, not AU_DEFUN's.
3421 # Finally, this is the expansion that is picked up by
3422 # autoconf. It tells the user to run autoupdate, and
3423 # then outputs the replacement expansion. We do not care
3424 # about autoupdate's warning because that contains
3425 # information on what to do *after* running autoupdate.
3430 # _LT_ENABLE_SHARED([DEFAULT])
3431 # ----------------------------
3432 # implement the --enable-shared flag, and supports the `shared' and
3433 # `disable-shared' LT_INIT options.
3434 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3445 # This is what autoupdate's m4 run will expand. It fires
3446 # the warning (with _au_warn_XXX), outputs it into the
3447 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3448 # the replacement expansion.
3451 # This is an auxiliary macro that is also run when
3452 # autoupdate runs m4. It simply calls m4_warning, but
3453 # we need a wrapper so that each warning is emitted only
3454 # once. We break the quoting in m4_warning's argument in
3455 # order to expand this macro's arguments, not AU_DEFUN's.
3458 # Finally, this is the expansion that is picked up by
3459 # autoconf. It tells the user to run autoupdate, and
3460 # then outputs the replacement expansion. We do not care
3461 # about autoupdate's warning because that contains
3462 # information on what to do *after* running autoupdate.
3464 # This is what autoupdate's m4 run will expand. It fires
3465 # the warning (with _au_warn_XXX), outputs it into the
3466 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3467 # the replacement expansion.
3470 # This is an auxiliary macro that is also run when
3471 # autoupdate runs m4. It simply calls m4_warning, but
3472 # we need a wrapper so that each warning is emitted only
3473 # once. We break the quoting in m4_warning's argument in
3474 # order to expand this macro's arguments, not AU_DEFUN's.
3477 # Finally, this is the expansion that is picked up by
3478 # autoconf. It tells the user to run autoupdate, and
3479 # then outputs the replacement expansion. We do not care
3480 # about autoupdate's warning because that contains
3481 # information on what to do *after* running autoupdate.
3487 # _LT_ENABLE_STATIC([DEFAULT])
3488 # ----------------------------
3489 # implement the --enable-static flag, and support the `static' and
3490 # `disable-static' LT_INIT options.
3491 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3502 # This is what autoupdate's m4 run will expand. It fires
3503 # the warning (with _au_warn_XXX), outputs it into the
3504 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3505 # the replacement expansion.
3508 # This is an auxiliary macro that is also run when
3509 # autoupdate runs m4. It simply calls m4_warning, but
3510 # we need a wrapper so that each warning is emitted only
3511 # once. We break the quoting in m4_warning's argument in
3512 # order to expand this macro's arguments, not AU_DEFUN's.
3515 # Finally, this is the expansion that is picked up by
3516 # autoconf. It tells the user to run autoupdate, and
3517 # then outputs the replacement expansion. We do not care
3518 # about autoupdate's warning because that contains
3519 # information on what to do *after* running autoupdate.
3521 # This is what autoupdate's m4 run will expand. It fires
3522 # the warning (with _au_warn_XXX), outputs it into the
3523 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3524 # the replacement expansion.
3527 # This is an auxiliary macro that is also run when
3528 # autoupdate runs m4. It simply calls m4_warning, but
3529 # we need a wrapper so that each warning is emitted only
3530 # once. We break the quoting in m4_warning's argument in
3531 # order to expand this macro's arguments, not AU_DEFUN's.
3534 # Finally, this is the expansion that is picked up by
3535 # autoconf. It tells the user to run autoupdate, and
3536 # then outputs the replacement expansion. We do not care
3537 # about autoupdate's warning because that contains
3538 # information on what to do *after* running autoupdate.
3544 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3545 # ----------------------------------
3546 # implement the --enable-fast-install flag, and support the `fast-install'
3547 # and `disable-fast-install' LT_INIT options.
3548 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3549 # _LT_ENABLE_FAST_INSTALL
3555 # This is what autoupdate's m4 run will expand. It fires
3556 # the warning (with _au_warn_XXX), outputs it into the
3557 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3558 # the replacement expansion.
3561 # This is an auxiliary macro that is also run when
3562 # autoupdate runs m4. It simply calls m4_warning, but
3563 # we need a wrapper so that each warning is emitted only
3564 # once. We break the quoting in m4_warning's argument in
3565 # order to expand this macro's arguments, not AU_DEFUN's.
3568 # Finally, this is the expansion that is picked up by
3569 # autoconf. It tells the user to run autoupdate, and
3570 # then outputs the replacement expansion. We do not care
3571 # about autoupdate's warning because that contains
3572 # information on what to do *after* running autoupdate.
3575 # This is what autoupdate's m4 run will expand. It fires
3576 # the warning (with _au_warn_XXX), outputs it into the
3577 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3578 # the replacement expansion.
3581 # This is an auxiliary macro that is also run when
3582 # autoupdate runs m4. It simply calls m4_warning, but
3583 # we need a wrapper so that each warning is emitted only
3584 # once. We break the quoting in m4_warning's argument in
3585 # order to expand this macro's arguments, not AU_DEFUN's.
3588 # Finally, this is the expansion that is picked up by
3589 # autoconf. It tells the user to run autoupdate, and
3590 # then outputs the replacement expansion. We do not care
3591 # about autoupdate's warning because that contains
3592 # information on what to do *after* running autoupdate.
3597 # _LT_WITH_PIC([MODE])
3598 # --------------------
3599 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3601 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3608 # This is what autoupdate's m4 run will expand. It fires
3609 # the warning (with _au_warn_XXX), outputs it into the
3610 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3611 # the replacement expansion.
3614 # This is an auxiliary macro that is also run when
3615 # autoupdate runs m4. It simply calls m4_warning, but
3616 # we need a wrapper so that each warning is emitted only
3617 # once. We break the quoting in m4_warning's argument in
3618 # order to expand this macro's arguments, not AU_DEFUN's.
3621 # Finally, this is the expansion that is picked up by
3622 # autoconf. It tells the user to run autoupdate, and
3623 # then outputs the replacement expansion. We do not care
3624 # about autoupdate's warning because that contains
3625 # information on what to do *after* running autoupdate.
3629 ## ----------------- ##
3630 ## LTDL_INIT Options ##
3631 ## ----------------- ##
3642 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3644 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3645 # Written by Gary V. Vaughan, 2004
3647 # This file is free software; the Free Software Foundation gives
3648 # unlimited permission to copy and/or distribute it, with or without
3649 # modifications, as long as this notice is preserved.
3651 # serial 6 ltsugar.m4
3653 # This is to help aclocal find these macros, as it can't see m4_define.
3657 # lt_join(SEP, ARG1, [ARG2...])
3658 # -----------------------------
3659 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3660 # associated separator.
3661 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3662 # versions in m4sugar had bugs.
3670 # Manipulate m4 lists.
3671 # These macros are necessary as long as will still need to support
3672 # Autoconf-2.59 which quotes differently.
3678 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3679 # ------------------------------------------
3680 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3681 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3682 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3683 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3684 # than defined and empty).
3686 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3687 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3692 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3693 # ----------------------------------------------------------
3694 # Produce a SEP delimited list of all paired combinations of elements of
3695 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3696 # has the form PREFIXmINFIXSUFFIXn.
3697 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3701 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3702 # -----------------------------------------------------------------------
3703 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3704 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3708 # lt_dict_add(DICT, KEY, VALUE)
3709 # -----------------------------
3713 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3714 # --------------------------------------------
3718 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3719 # ----------------------------------
3723 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3724 # -----------------------------------------------------------------
3728 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3729 # --------------------------------------------------------------
3732 # ltversion.m4 -- version numbers -*- Autoconf -*-
3734 # Copyright (C) 2004 Free Software Foundation, Inc.
3735 # Written by Scott James Remnant, 2004
3737 # This file is free software; the Free Software Foundation gives
3738 # unlimited permission to copy and/or distribute it, with or without
3739 # modifications, as long as this notice is preserved.
3741 # Generated from ltversion.in.
3743 # serial 3134 ltversion.m4
3744 # This file is part of GNU Libtool
3751 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3753 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3754 # Written by Scott James Remnant, 2004.
3756 # This file is free software; the Free Software Foundation gives
3757 # unlimited permission to copy and/or distribute it, with or without
3758 # modifications, as long as this notice is preserved.
3760 # serial 4 lt~obsolete.m4
3762 # These exist entirely to fool aclocal when bootstrapping libtool.
3764 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3765 # which have later been changed to m4_define as they aren't part of the
3766 # exported API, or moved to Autoconf or Automake where they belong.
3768 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3769 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3770 # using a macro with the same name in our local m4/libtool.m4 it'll
3771 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3772 # and doesn't know about Autoconf macros at all.)
3774 # So we provide this file, which has a silly filename so it's always
3775 # included after everything else. This provides aclocal with the
3776 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3777 # because those macros already exist, or will be overwritten later.
3778 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3780 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3781 # Yes, that means every name once taken will need to remain here until
3782 # we give up compatibility with versions before 1.7, at which point
3783 # we need to keep only those names which we still refer to.
3785 # This is to help aclocal find these macros, as it can't see m4_define.
3852 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3853 # Free Software Foundation, Inc.
3855 # This file is free software; the Free Software Foundation
3856 # gives unlimited permission to copy and/or distribute it,
3857 # with or without modifications, as long as this notice is preserved.
3861 # Based on depend.m4 from automake 1.9, modified for standalone use in
3862 # an environment where GNU make is required.
3864 # ZW_PROG_COMPILER_DEPENDENCIES
3865 # -----------------------------
3866 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3867 # sets fooDEPMODE accordingly. Cache-variable compatible with
3868 # original; not side-effect compatible. As the users of this macro
3869 # may require accurate dependencies for correct builds, it does *not*
3870 # honor --disable-dependency-checking, and failure to detect a usable
3871 # method is an error. depcomp is assumed to be located in
3874 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3880 # Choose a directory name for dependency files.
3885 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3936 sim_inline="-DDEFAULT_INLINE=0"
3973 # intl sister-directory configuration rules.
3976 # The idea behind this macro is that there's no need to repeat all the
3977 # autoconf probes done by the intl directory - it's already done them
3978 # for us. In fact, there's no need even to look at the cache for the
3979 # answers. All we need to do is nab a few pieces of information.
3980 # The intl directory is set up to make this easy, by generating a
3981 # small file which can be sourced as a shell script; then we produce
3982 # the necessary substitutions and definitions for this directory.
3986 # Autoconf M4 include file defining utility macros for complex Canadian
3998 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4000 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4003 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4004 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4008 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4009 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4013 # Backported from Autoconf 2.5x; can go away when and if
4014 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4019 # ACX_HAVE_GCC_FOR_TARGET
4020 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4023 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4024 # Searching for installed target binutils. We need to take extra care,
4025 # else we may find the wrong assembler, linker, etc., and lose.
4027 # First try --with-build-time-tools, if specified.
4029 # For build != host, we ask the installed GCC for the name of the tool it
4030 # uses, and accept it if it is an absolute path. This is because the
4031 # only good choice for a compiler is the same GCC version that is being
4032 # installed (or we couldn't make target libraries), and we assume that
4033 # on the host system we'll have not only the same GCC version, but also
4034 # the same binutils version.
4036 # For build == host, search the same directories that the installed
4037 # compiler will search. We used to do this for the assembler, linker,
4038 # and nm only; for simplicity of configuration, however, we extend this
4039 # criterion to tools (such as ar and ranlib) that are never invoked by
4040 # the compiler, to avoid mismatches.
4042 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4043 # if build == target. This makes the most sense only when bootstrapping,
4044 # but we also do so when build != host. In this case, we hope that the
4045 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4047 # If we do not find a suitable binary, then try the user's path.
4051 # AC_PROG_CPP_WERROR
4052 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4053 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4054 # For now, using this also overrides header checks to use only the
4055 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4056 # bit harder from here).
4057 # Eventually autoconf will default to checking headers with the compiler
4058 # instead, and we'll have to do this differently.
4060 # AC_PROG_CPP_WERROR
4063 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4064 # that understands Ada. We use the user's CC setting, already found, and
4065 # possibly add $1 to the command-line parameters.
4067 # Sets the shell variable have_gnat to yes or no as appropriate, and
4068 # substitutes GNATBIND and GNATMAKE.
4095 ac_cpp='$CPP $CPPFLAGS'
4096 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4097 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4098 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4099 if test -n "$ac_tool_prefix"; then
4100 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4101 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4103 $as_echo_n "checking for $ac_word... " >&6; }
4104 if test "${ac_cv_prog_CC+set}" = set; then :
4105 $as_echo_n "(cached) " >&6
4107 if test -n "$CC"; then
4108 ac_cv_prog_CC="$CC" # Let the user override the test.
4110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4114 test -z "$as_dir" && as_dir=.
4115 for ac_exec_ext in '' $ac_executable_extensions; do
4116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4117 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 if test -n "$CC"; then
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4130 $as_echo "$CC" >&6; }
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133 $as_echo "no" >&6; }
4138 if test -z "$ac_cv_prog_CC"; then
4140 # Extract the first word of "gcc", so it can be a program name with args.
4141 set dummy gcc; ac_word=$2
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4143 $as_echo_n "checking for $ac_word... " >&6; }
4144 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4145 $as_echo_n "(cached) " >&6
4147 if test -n "$ac_ct_CC"; then
4148 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4154 test -z "$as_dir" && as_dir=.
4155 for ac_exec_ext in '' $ac_executable_extensions; do
4156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4157 ac_cv_prog_ac_ct_CC="gcc"
4158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4167 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4168 if test -n "$ac_ct_CC"; then
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4170 $as_echo "$ac_ct_CC" >&6; }
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4173 $as_echo "no" >&6; }
4176 if test "x$ac_ct_CC" = x; then
4179 case $cross_compiling:$ac_tool_warned in
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4182 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4183 ac_tool_warned=yes ;;
4191 if test -z "$CC"; then
4192 if test -n "$ac_tool_prefix"; then
4193 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4194 set dummy ${ac_tool_prefix}cc; ac_word=$2
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4196 $as_echo_n "checking for $ac_word... " >&6; }
4197 if test "${ac_cv_prog_CC+set}" = set; then :
4198 $as_echo_n "(cached) " >&6
4200 if test -n "$CC"; then
4201 ac_cv_prog_CC="$CC" # Let the user override the test.
4203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4207 test -z "$as_dir" && as_dir=.
4208 for ac_exec_ext in '' $ac_executable_extensions; do
4209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4210 ac_cv_prog_CC="${ac_tool_prefix}cc"
4211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 if test -n "$CC"; then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4223 $as_echo "$CC" >&6; }
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4232 if test -z "$CC"; then
4233 # Extract the first word of "cc", so it can be a program name with args.
4234 set dummy cc; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_CC+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4240 if test -n "$CC"; then
4241 ac_cv_prog_CC="$CC" # Let the user override the test.
4244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 test -z "$as_dir" && as_dir=.
4249 for ac_exec_ext in '' $ac_executable_extensions; do
4250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4251 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4252 ac_prog_rejected=yes
4256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4263 if test $ac_prog_rejected = yes; then
4264 # We found a bogon in the path, so make sure we never use it.
4265 set dummy $ac_cv_prog_CC
4267 if test $# != 0; then
4268 # We chose a different compiler from the bogus one.
4269 # However, it has the same basename, so the bogon will be chosen
4270 # first if we set CC to just the basename; use the full file name.
4272 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4278 if test -n "$CC"; then
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4280 $as_echo "$CC" >&6; }
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4283 $as_echo "no" >&6; }
4288 if test -z "$CC"; then
4289 if test -n "$ac_tool_prefix"; then
4290 for ac_prog in cl.exe
4292 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4293 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4295 $as_echo_n "checking for $ac_word... " >&6; }
4296 if test "${ac_cv_prog_CC+set}" = set; then :
4297 $as_echo_n "(cached) " >&6
4299 if test -n "$CC"; then
4300 ac_cv_prog_CC="$CC" # Let the user override the test.
4302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4306 test -z "$as_dir" && as_dir=.
4307 for ac_exec_ext in '' $ac_executable_extensions; do
4308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4309 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4320 if test -n "$CC"; then
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4322 $as_echo "$CC" >&6; }
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4325 $as_echo "no" >&6; }
4329 test -n "$CC" && break
4332 if test -z "$CC"; then
4334 for ac_prog in cl.exe
4336 # Extract the first word of "$ac_prog", so it can be a program name with args.
4337 set dummy $ac_prog; ac_word=$2
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4339 $as_echo_n "checking for $ac_word... " >&6; }
4340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4341 $as_echo_n "(cached) " >&6
4343 if test -n "$ac_ct_CC"; then
4344 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4350 test -z "$as_dir" && as_dir=.
4351 for ac_exec_ext in '' $ac_executable_extensions; do
4352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4353 ac_cv_prog_ac_ct_CC="$ac_prog"
4354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4363 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4364 if test -n "$ac_ct_CC"; then
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4366 $as_echo "$ac_ct_CC" >&6; }
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4369 $as_echo "no" >&6; }
4373 test -n "$ac_ct_CC" && break
4376 if test "x$ac_ct_CC" = x; then
4379 case $cross_compiling:$ac_tool_warned in
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4383 ac_tool_warned=yes ;;
4392 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4393 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4394 as_fn_error "no acceptable C compiler found in \$PATH
4395 See \`config.log' for more details." "$LINENO" 5; }
4397 # Provide some information about the compiler.
4398 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4401 for ac_option in --version -v -V -qversion; do
4402 { { ac_try="$ac_compiler $ac_option >&5"
4404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4405 *) ac_try_echo=$ac_try;;
4407 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4408 $as_echo "$ac_try_echo"; } >&5
4409 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4411 if test -s conftest.err; then
4413 ... rest of stderr output deleted ...
4414 10q' conftest.err >conftest.er1
4415 cat conftest.er1 >&5
4416 rm -f conftest.er1 conftest.err
4418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4419 test $ac_status = 0; }
4422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4423 /* end confdefs.h. */
4433 ac_clean_files_save=$ac_clean_files
4434 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4435 # Try to create an executable without -o first, disregard a.out.
4436 # It will help us diagnose broken compilers, and finding out an intuition
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4439 $as_echo_n "checking for C compiler default output file name... " >&6; }
4440 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4442 # The possible output files:
4443 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4446 for ac_file in $ac_files
4449 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4450 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4455 if { { ac_try="$ac_link_default"
4457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4458 *) ac_try_echo=$ac_try;;
4460 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4461 $as_echo "$ac_try_echo"; } >&5
4462 (eval "$ac_link_default") 2>&5
4464 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4465 test $ac_status = 0; }; then :
4466 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4467 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4468 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4469 # so that the user can short-circuit this test for compilers unknown to
4471 for ac_file in $ac_files ''
4473 test -f "$ac_file" || continue
4475 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4478 # We found the default executable, but exeext='' is most
4482 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4484 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4486 # We set ac_cv_exeext here because the later test for it is not
4487 # safe: cross compilers may not add the suffix if given an `-o'
4488 # argument, so we may need to know it at that point already.
4489 # Even if this section looks crufty: it has the advantage of
4496 test "$ac_cv_exeext" = no && ac_cv_exeext=
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4502 $as_echo "$ac_file" >&6; }
4503 if test -z "$ac_file"; then :
4504 $as_echo "$as_me: failed program was:" >&5
4505 sed 's/^/| /' conftest.$ac_ext >&5
4507 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4508 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4509 { as_fn_set_status 77
4510 as_fn_error "C compiler cannot create executables
4511 See \`config.log' for more details." "$LINENO" 5; }; }
4513 ac_exeext=$ac_cv_exeext
4515 # Check that the compiler produces executables we can run. If not, either
4516 # the compiler is broken, or we cross compile.
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4518 $as_echo_n "checking whether the C compiler works... " >&6; }
4519 # If not cross compiling, check that we can run a simple program.
4520 if test "$cross_compiling" != yes; then
4521 if { ac_try='./$ac_file'
4522 { { case "(($ac_try" in
4523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4524 *) ac_try_echo=$ac_try;;
4526 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4527 $as_echo "$ac_try_echo"; } >&5
4528 (eval "$ac_try") 2>&5
4530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4531 test $ac_status = 0; }; }; then
4534 if test "$cross_compiling" = maybe; then
4537 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4538 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4539 as_fn_error "cannot run C compiled programs.
4540 If you meant to cross compile, use \`--host'.
4541 See \`config.log' for more details." "$LINENO" 5; }
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4546 $as_echo "yes" >&6; }
4548 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4549 ac_clean_files=$ac_clean_files_save
4550 # Check that the compiler produces executables we can run. If not, either
4551 # the compiler is broken, or we cross compile.
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4553 $as_echo_n "checking whether we are cross compiling... " >&6; }
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4555 $as_echo "$cross_compiling" >&6; }
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4558 $as_echo_n "checking for suffix of executables... " >&6; }
4559 if { { ac_try="$ac_link"
4561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4562 *) ac_try_echo=$ac_try;;
4564 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4565 $as_echo "$ac_try_echo"; } >&5
4566 (eval "$ac_link") 2>&5
4568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4569 test $ac_status = 0; }; then :
4570 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4571 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4572 # work properly (i.e., refer to `conftest.exe'), while it won't with
4574 for ac_file in conftest.exe conftest conftest.*; do
4575 test -f "$ac_file" || continue
4577 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4578 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4584 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4585 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4586 as_fn_error "cannot compute suffix of executables: cannot compile and link
4587 See \`config.log' for more details." "$LINENO" 5; }
4589 rm -f conftest$ac_cv_exeext
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4591 $as_echo "$ac_cv_exeext" >&6; }
4593 rm -f conftest.$ac_ext
4594 EXEEXT=$ac_cv_exeext
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4597 $as_echo_n "checking for suffix of object files... " >&6; }
4598 if test "${ac_cv_objext+set}" = set; then :
4599 $as_echo_n "(cached) " >&6
4601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4602 /* end confdefs.h. */
4612 rm -f conftest.o conftest.obj
4613 if { { ac_try="$ac_compile"
4615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4616 *) ac_try_echo=$ac_try;;
4618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4619 $as_echo "$ac_try_echo"; } >&5
4620 (eval "$ac_compile") 2>&5
4622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4623 test $ac_status = 0; }; then :
4624 for ac_file in conftest.o conftest.obj conftest.*; do
4625 test -f "$ac_file" || continue;
4627 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4628 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4633 $as_echo "$as_me: failed program was:" >&5
4634 sed 's/^/| /' conftest.$ac_ext >&5
4636 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4637 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4638 as_fn_error "cannot compute suffix of object files: cannot compile
4639 See \`config.log' for more details." "$LINENO" 5; }
4641 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4644 $as_echo "$ac_cv_objext" >&6; }
4645 OBJEXT=$ac_cv_objext
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4648 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4649 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4650 $as_echo_n "(cached) " >&6
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4653 /* end confdefs.h. */
4666 if ac_fn_c_try_compile "$LINENO"; then :
4671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4672 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4676 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4677 if test $ac_compiler_gnu = yes; then
4682 ac_test_CFLAGS=${CFLAGS+set}
4683 ac_save_CFLAGS=$CFLAGS
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4685 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4686 if test "${ac_cv_prog_cc_g+set}" = set; then :
4687 $as_echo_n "(cached) " >&6
4689 ac_save_c_werror_flag=$ac_c_werror_flag
4690 ac_c_werror_flag=yes
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694 /* end confdefs.h. */
4704 if ac_fn_c_try_compile "$LINENO"; then :
4708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4709 /* end confdefs.h. */
4719 if ac_fn_c_try_compile "$LINENO"; then :
4722 ac_c_werror_flag=$ac_save_c_werror_flag
4724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h. */
4735 if ac_fn_c_try_compile "$LINENO"; then :
4738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4743 ac_c_werror_flag=$ac_save_c_werror_flag
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4746 $as_echo "$ac_cv_prog_cc_g" >&6; }
4747 if test "$ac_test_CFLAGS" = set; then
4748 CFLAGS=$ac_save_CFLAGS
4749 elif test $ac_cv_prog_cc_g = yes; then
4750 if test "$GCC" = yes; then
4756 if test "$GCC" = yes; then
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4763 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4764 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4767 ac_cv_prog_cc_c89=no
4769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4770 /* end confdefs.h. */
4773 #include <sys/types.h>
4774 #include <sys/stat.h>
4775 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4776 struct buf { int x; };
4777 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4778 static char *e (p, i)
4784 static char *f (char * (*g) (char **, int), char **p, ...)
4789 s = g (p, va_arg (v,int));
4794 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4795 function prototypes and stuff, but not '\xHH' hex character constants.
4796 These don't provoke an error unfortunately, instead are silently treated
4797 as 'x'. The following induces an error, until -std is added to get
4798 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4799 array size at least. It's necessary to write '\x00'==0 to get something
4800 that's true only with -std. */
4801 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4803 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4804 inside strings and character constants. */
4806 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4808 int test (int i, double x);
4809 struct s1 {int (*f) (int a);};
4810 struct s2 {int (*f) (double a);};
4811 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4817 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4822 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4823 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4825 CC="$ac_save_CC $ac_arg"
4826 if ac_fn_c_try_compile "$LINENO"; then :
4827 ac_cv_prog_cc_c89=$ac_arg
4829 rm -f core conftest.err conftest.$ac_objext
4830 test "x$ac_cv_prog_cc_c89" != "xno" && break
4832 rm -f conftest.$ac_ext
4837 case "x$ac_cv_prog_cc_c89" in
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4840 $as_echo "none needed" >&6; } ;;
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4843 $as_echo "unsupported" >&6; } ;;
4845 CC="$CC $ac_cv_prog_cc_c89"
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4847 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4849 if test "x$ac_cv_prog_cc_c89" != xno; then :
4854 ac_cpp='$CPP $CPPFLAGS'
4855 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4856 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4857 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4860 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4861 for ac_t in install-sh install.sh shtool; do
4862 if test -f "$ac_dir/$ac_t"; then
4864 ac_install_sh="$ac_aux_dir/$ac_t -c"
4869 if test -z "$ac_aux_dir"; then
4870 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4873 # These three variables are undocumented and unsupported,
4874 # and are intended to be withdrawn in a future Autoconf release.
4875 # They can cause serious problems if a builder's source tree is in a directory
4876 # whose full name contains unusual characters.
4877 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4878 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4879 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4882 # Make sure we can run config.sub.
4883 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4884 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4887 $as_echo_n "checking build system type... " >&6; }
4888 if test "${ac_cv_build+set}" = set; then :
4889 $as_echo_n "(cached) " >&6
4891 ac_build_alias=$build_alias
4892 test "x$ac_build_alias" = x &&
4893 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4894 test "x$ac_build_alias" = x &&
4895 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4896 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4897 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4901 $as_echo "$ac_cv_build" >&6; }
4902 case $ac_cv_build in
4904 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4907 ac_save_IFS=$IFS; IFS='-'
4913 # Remember, the first character of IFS is used to create $*,
4914 # except with old shells:
4917 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4921 $as_echo_n "checking host system type... " >&6; }
4922 if test "${ac_cv_host+set}" = set; then :
4923 $as_echo_n "(cached) " >&6
4925 if test "x$host_alias" = x; then
4926 ac_cv_host=$ac_cv_build
4928 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4929 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4934 $as_echo "$ac_cv_host" >&6; }
4937 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4940 ac_save_IFS=$IFS; IFS='-'
4946 # Remember, the first character of IFS is used to create $*,
4947 # except with old shells:
4950 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4954 $as_echo_n "checking target system type... " >&6; }
4955 if test "${ac_cv_target+set}" = set; then :
4956 $as_echo_n "(cached) " >&6
4958 if test "x$target_alias" = x; then
4959 ac_cv_target=$ac_cv_host
4961 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4962 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4967 $as_echo "$ac_cv_target" >&6; }
4968 case $ac_cv_target in
4970 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4972 target=$ac_cv_target
4973 ac_save_IFS=$IFS; IFS='-'
4979 # Remember, the first character of IFS is used to create $*,
4980 # except with old shells:
4983 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4986 # The aliases save the names the user supplied, while $host etc.
4987 # will get canonicalized.
4988 test -n "$target_alias" &&
4989 test "$program_prefix$program_suffix$program_transform_name" = \
4991 program_prefix=${target_alias}-
4994 ac_cpp='$CPP $CPPFLAGS'
4995 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4996 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4997 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4999 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5000 # On Suns, sometimes $CPP names a directory.
5001 if test -n "$CPP" && test -d "$CPP"; then
5004 if test -z "$CPP"; then
5005 if test "${ac_cv_prog_CPP+set}" = set; then :
5006 $as_echo_n "(cached) " >&6
5008 # Double quotes because CPP needs to be expanded
5009 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5012 for ac_c_preproc_warn_flag in '' yes
5014 # Use a header file that comes with gcc, so configuring glibc
5015 # with a fresh cross-compiler works.
5016 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5017 # <limits.h> exists even on freestanding compilers.
5018 # On the NeXT, cc -E runs the code through the compiler's parser,
5019 # not just through cpp. "Syntax error" is here to catch this case.
5020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5021 /* end confdefs.h. */
5023 # include <limits.h>
5025 # include <assert.h>
5029 if ac_fn_c_try_cpp "$LINENO"; then :
5032 # Broken: fails on valid input.
5035 rm -f conftest.err conftest.$ac_ext
5037 # OK, works on sane cases. Now check whether nonexistent headers
5038 # can be detected and how.
5039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5040 /* end confdefs.h. */
5041 #include <ac_nonexistent.h>
5043 if ac_fn_c_try_cpp "$LINENO"; then :
5044 # Broken: success on invalid input.
5047 # Passes both tests.
5051 rm -f conftest.err conftest.$ac_ext
5054 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5055 rm -f conftest.err conftest.$ac_ext
5056 if $ac_preproc_ok; then :
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5069 $as_echo "$CPP" >&6; }
5071 for ac_c_preproc_warn_flag in '' yes
5073 # Use a header file that comes with gcc, so configuring glibc
5074 # with a fresh cross-compiler works.
5075 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5076 # <limits.h> exists even on freestanding compilers.
5077 # On the NeXT, cc -E runs the code through the compiler's parser,
5078 # not just through cpp. "Syntax error" is here to catch this case.
5079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080 /* end confdefs.h. */
5082 # include <limits.h>
5084 # include <assert.h>
5088 if ac_fn_c_try_cpp "$LINENO"; then :
5091 # Broken: fails on valid input.
5094 rm -f conftest.err conftest.$ac_ext
5096 # OK, works on sane cases. Now check whether nonexistent headers
5097 # can be detected and how.
5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5099 /* end confdefs.h. */
5100 #include <ac_nonexistent.h>
5102 if ac_fn_c_try_cpp "$LINENO"; then :
5103 # Broken: success on invalid input.
5106 # Passes both tests.
5110 rm -f conftest.err conftest.$ac_ext
5113 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5114 rm -f conftest.err conftest.$ac_ext
5115 if $ac_preproc_ok; then :
5118 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5119 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5120 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5121 See \`config.log' for more details." "$LINENO" 5; }
5125 ac_cpp='$CPP $CPPFLAGS'
5126 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5127 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5128 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5132 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5133 if test "${ac_cv_path_GREP+set}" = set; then :
5134 $as_echo_n "(cached) " >&6
5136 if test -z "$GREP"; then
5137 ac_path_GREP_found=false
5138 # Loop through the user's path and test for each of PROGNAME-LIST
5139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5140 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5143 test -z "$as_dir" && as_dir=.
5144 for ac_prog in grep ggrep; do
5145 for ac_exec_ext in '' $ac_executable_extensions; do
5146 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5147 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5148 # Check for GNU ac_path_GREP and select it if it is found.
5149 # Check for GNU $ac_path_GREP
5150 case `"$ac_path_GREP" --version 2>&1` in
5152 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5155 $as_echo_n 0123456789 >"conftest.in"
5158 cat "conftest.in" "conftest.in" >"conftest.tmp"
5159 mv "conftest.tmp" "conftest.in"
5160 cp "conftest.in" "conftest.nl"
5161 $as_echo 'GREP' >> "conftest.nl"
5162 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5163 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5164 as_fn_arith $ac_count + 1 && ac_count=$as_val
5165 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5166 # Best one so far, save it but keep looking for a better one
5167 ac_cv_path_GREP="$ac_path_GREP"
5168 ac_path_GREP_max=$ac_count
5170 # 10*(2^10) chars as input seems more than enough
5171 test $ac_count -gt 10 && break
5173 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5176 $ac_path_GREP_found && break 3
5181 if test -z "$ac_cv_path_GREP"; then
5182 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5185 ac_cv_path_GREP=$GREP
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5190 $as_echo "$ac_cv_path_GREP" >&6; }
5191 GREP="$ac_cv_path_GREP"
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5195 $as_echo_n "checking for egrep... " >&6; }
5196 if test "${ac_cv_path_EGREP+set}" = set; then :
5197 $as_echo_n "(cached) " >&6
5199 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5200 then ac_cv_path_EGREP="$GREP -E"
5202 if test -z "$EGREP"; then
5203 ac_path_EGREP_found=false
5204 # Loop through the user's path and test for each of PROGNAME-LIST
5205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5206 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5209 test -z "$as_dir" && as_dir=.
5210 for ac_prog in egrep; do
5211 for ac_exec_ext in '' $ac_executable_extensions; do
5212 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5213 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5214 # Check for GNU ac_path_EGREP and select it if it is found.
5215 # Check for GNU $ac_path_EGREP
5216 case `"$ac_path_EGREP" --version 2>&1` in
5218 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5221 $as_echo_n 0123456789 >"conftest.in"
5224 cat "conftest.in" "conftest.in" >"conftest.tmp"
5225 mv "conftest.tmp" "conftest.in"
5226 cp "conftest.in" "conftest.nl"
5227 $as_echo 'EGREP' >> "conftest.nl"
5228 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5229 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5230 as_fn_arith $ac_count + 1 && ac_count=$as_val
5231 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5232 # Best one so far, save it but keep looking for a better one
5233 ac_cv_path_EGREP="$ac_path_EGREP"
5234 ac_path_EGREP_max=$ac_count
5236 # 10*(2^10) chars as input seems more than enough
5237 test $ac_count -gt 10 && break
5239 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5242 $ac_path_EGREP_found && break 3
5247 if test -z "$ac_cv_path_EGREP"; then
5248 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5251 ac_cv_path_EGREP=$EGREP
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5257 $as_echo "$ac_cv_path_EGREP" >&6; }
5258 EGREP="$ac_cv_path_EGREP"
5261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5262 $as_echo_n "checking for ANSI C header files... " >&6; }
5263 if test "${ac_cv_header_stdc+set}" = set; then :
5264 $as_echo_n "(cached) " >&6
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5281 if ac_fn_c_try_compile "$LINENO"; then :
5282 ac_cv_header_stdc=yes
5284 ac_cv_header_stdc=no
5286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5288 if test $ac_cv_header_stdc = yes; then
5289 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5291 /* end confdefs.h. */
5295 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5296 $EGREP "memchr" >/dev/null 2>&1; then :
5299 ac_cv_header_stdc=no
5305 if test $ac_cv_header_stdc = yes; then
5306 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308 /* end confdefs.h. */
5312 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5313 $EGREP "free" >/dev/null 2>&1; then :
5316 ac_cv_header_stdc=no
5322 if test $ac_cv_header_stdc = yes; then
5323 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5324 if test "$cross_compiling" = yes; then :
5327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5328 /* end confdefs.h. */
5331 #if ((' ' & 0x0FF) == 0x020)
5332 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5333 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5335 # define ISLOWER(c) \
5336 (('a' <= (c) && (c) <= 'i') \
5337 || ('j' <= (c) && (c) <= 'r') \
5338 || ('s' <= (c) && (c) <= 'z'))
5339 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5342 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5347 for (i = 0; i < 256; i++)
5348 if (XOR (islower (i), ISLOWER (i))
5349 || toupper (i) != TOUPPER (i))
5354 if ac_fn_c_try_run "$LINENO"; then :
5357 ac_cv_header_stdc=no
5359 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5360 conftest.$ac_objext conftest.beam conftest.$ac_ext
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5366 $as_echo "$ac_cv_header_stdc" >&6; }
5367 if test $ac_cv_header_stdc = yes; then
5369 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5373 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5374 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5375 inttypes.h stdint.h unistd.h
5377 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5378 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5380 eval as_val=\$$as_ac_Header
5381 if test "x$as_val" = x""yes; then :
5382 cat >>confdefs.h <<_ACEOF
5383 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5392 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5393 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5400 if test "$MINIX" = yes; then
5402 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5405 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5408 $as_echo "#define _MINIX 1" >>confdefs.h
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5414 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5415 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5416 $as_echo_n "(cached) " >&6
5418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5419 /* end confdefs.h. */
5421 # define __EXTENSIONS__ 1
5422 $ac_includes_default
5431 if ac_fn_c_try_compile "$LINENO"; then :
5432 ac_cv_safe_to_define___extensions__=yes
5434 ac_cv_safe_to_define___extensions__=no
5436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5439 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5440 test $ac_cv_safe_to_define___extensions__ = yes &&
5441 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5443 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5445 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5447 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5449 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5452 test "$program_prefix" != NONE &&
5453 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5454 # Use a double $ so make ignores it.
5455 test "$program_suffix" != NONE &&
5456 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5457 # Double any \ or $.
5458 # By default was `s,x,x', remove it if useless.
5459 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5460 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5462 # Find a good install program. We prefer a C program (faster),
5463 # so one script is as good as another. But avoid the broken or
5464 # incompatible versions:
5465 # SysV /etc/install, /usr/sbin/install
5466 # SunOS /usr/etc/install
5467 # IRIX /sbin/install
5469 # AmigaOS /C/install, which installs bootblocks on floppy discs
5470 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5471 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5472 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5473 # OS/2's system install, which has a completely different semantic
5474 # ./install, which can be erroneously created by make from ./install.sh.
5475 # Reject install programs that cannot install multiple files.
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5477 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5478 if test -z "$INSTALL"; then
5479 if test "${ac_cv_path_install+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
5482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5486 test -z "$as_dir" && as_dir=.
5487 # Account for people who put trailing slashes in PATH elements.
5488 case $as_dir/ in #((
5489 ./ | .// | /[cC]/* | \
5490 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5491 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5494 # OSF1 and SCO ODT 3.0 have their own names for install.
5495 # Don't use installbsd from OSF since it installs stuff as root
5497 for ac_prog in ginstall scoinst install; do
5498 for ac_exec_ext in '' $ac_executable_extensions; do
5499 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5500 if test $ac_prog = install &&
5501 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5502 # AIX install. It has an incompatible calling convention.
5504 elif test $ac_prog = install &&
5505 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5506 # program-specific install script used by HP pwplus--don't use.
5509 rm -rf conftest.one conftest.two conftest.dir
5510 echo one > conftest.one
5511 echo two > conftest.two
5513 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5514 test -s conftest.one && test -s conftest.two &&
5515 test -s conftest.dir/conftest.one &&
5516 test -s conftest.dir/conftest.two
5518 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5531 rm -rf conftest.one conftest.two conftest.dir
5534 if test "${ac_cv_path_install+set}" = set; then
5535 INSTALL=$ac_cv_path_install
5537 # As a last resort, use the slow shell script. Don't cache a
5538 # value for INSTALL within a source directory, because that will
5539 # break other packages using the cache if that directory is
5540 # removed, or if the value is a relative name.
5541 INSTALL=$ac_install_sh
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5545 $as_echo "$INSTALL" >&6; }
5547 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5548 # It thinks the first close brace ends the variable substitution.
5549 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5551 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5553 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5555 rm -rf .tst 2>/dev/null
5556 mkdir .tst 2>/dev/null
5557 if test -d .tst; then
5562 rmdir .tst 2>/dev/null
5564 DEPDIR="${am__leading_dot}deps"
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5569 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5574 macro_version='2.2.7a'
5575 macro_revision='1.3134'
5589 ltmain="$ac_aux_dir/ltmain.sh"
5591 # Backslashify metacharacters that are still active within
5592 # double-quoted strings.
5593 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5595 # Same as above, but do not quote variable references.
5596 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5598 # Sed substitution to delay expansion of an escaped shell variable in a
5599 # double_quote_subst'ed string.
5600 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5602 # Sed substitution to delay expansion of an escaped single quote.
5603 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5605 # Sed substitution to avoid accidental globbing in evaled expressions
5606 no_glob_subst='s/\*/\\\*/g'
5608 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5609 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5610 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5613 $as_echo_n "checking how to print strings... " >&6; }
5614 # Test print first, because it will be a builtin if present.
5615 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5616 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5618 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5621 # Use this function as a fallback that always works.
5622 func_fallback_echo ()
5624 eval 'cat <<_LTECHO_EOF
5628 ECHO='func_fallback_echo'
5631 # func_echo_all arg...
5632 # Invoke $ECHO with all args, space-separated.
5639 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5640 $as_echo "printf" >&6; } ;;
5641 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5642 $as_echo "print -r" >&6; } ;;
5643 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5644 $as_echo "cat" >&6; } ;;
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5661 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5662 if test "${ac_cv_path_SED+set}" = set; then :
5663 $as_echo_n "(cached) " >&6
5665 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5666 for ac_i in 1 2 3 4 5 6 7; do
5667 ac_script="$ac_script$as_nl$ac_script"
5669 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5670 { ac_script=; unset ac_script;}
5671 if test -z "$SED"; then
5672 ac_path_SED_found=false
5673 # Loop through the user's path and test for each of PROGNAME-LIST
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5678 test -z "$as_dir" && as_dir=.
5679 for ac_prog in sed gsed; do
5680 for ac_exec_ext in '' $ac_executable_extensions; do
5681 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5682 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5683 # Check for GNU ac_path_SED and select it if it is found.
5684 # Check for GNU $ac_path_SED
5685 case `"$ac_path_SED" --version 2>&1` in
5687 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5690 $as_echo_n 0123456789 >"conftest.in"
5693 cat "conftest.in" "conftest.in" >"conftest.tmp"
5694 mv "conftest.tmp" "conftest.in"
5695 cp "conftest.in" "conftest.nl"
5696 $as_echo '' >> "conftest.nl"
5697 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5698 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5699 as_fn_arith $ac_count + 1 && ac_count=$as_val
5700 if test $ac_count -gt ${ac_path_SED_max-0}; then
5701 # Best one so far, save it but keep looking for a better one
5702 ac_cv_path_SED="$ac_path_SED"
5703 ac_path_SED_max=$ac_count
5705 # 10*(2^10) chars as input seems more than enough
5706 test $ac_count -gt 10 && break
5708 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5711 $ac_path_SED_found && break 3
5716 if test -z "$ac_cv_path_SED"; then
5717 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5725 $as_echo "$ac_cv_path_SED" >&6; }
5726 SED="$ac_cv_path_SED"
5729 test -z "$SED" && SED=sed
5730 Xsed="$SED -e 1s/^X//"
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5743 $as_echo_n "checking for fgrep... " >&6; }
5744 if test "${ac_cv_path_FGREP+set}" = set; then :
5745 $as_echo_n "(cached) " >&6
5747 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5748 then ac_cv_path_FGREP="$GREP -F"
5750 if test -z "$FGREP"; then
5751 ac_path_FGREP_found=false
5752 # Loop through the user's path and test for each of PROGNAME-LIST
5753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5754 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5757 test -z "$as_dir" && as_dir=.
5758 for ac_prog in fgrep; do
5759 for ac_exec_ext in '' $ac_executable_extensions; do
5760 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5761 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5762 # Check for GNU ac_path_FGREP and select it if it is found.
5763 # Check for GNU $ac_path_FGREP
5764 case `"$ac_path_FGREP" --version 2>&1` in
5766 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5769 $as_echo_n 0123456789 >"conftest.in"
5772 cat "conftest.in" "conftest.in" >"conftest.tmp"
5773 mv "conftest.tmp" "conftest.in"
5774 cp "conftest.in" "conftest.nl"
5775 $as_echo 'FGREP' >> "conftest.nl"
5776 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5777 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5778 as_fn_arith $ac_count + 1 && ac_count=$as_val
5779 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5780 # Best one so far, save it but keep looking for a better one
5781 ac_cv_path_FGREP="$ac_path_FGREP"
5782 ac_path_FGREP_max=$ac_count
5784 # 10*(2^10) chars as input seems more than enough
5785 test $ac_count -gt 10 && break
5787 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5790 $ac_path_FGREP_found && break 3
5795 if test -z "$ac_cv_path_FGREP"; then
5796 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5799 ac_cv_path_FGREP=$FGREP
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5805 $as_echo "$ac_cv_path_FGREP" >&6; }
5806 FGREP="$ac_cv_path_FGREP"
5809 test -z "$GREP" && GREP=grep
5829 # Check whether --with-gnu-ld was given.
5830 if test "${with_gnu_ld+set}" = set; then :
5831 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5837 if test "$GCC" = yes; then
5838 # Check if gcc -print-prog-name=ld gives a path.
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5840 $as_echo_n "checking for ld used by $CC... " >&6; }
5843 # gcc leaves a trailing carriage return which upsets mingw
5844 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5846 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5849 # Accept absolute paths.
5851 re_direlt='/[^/][^/]*/\.\./'
5852 # Canonicalize the pathname of ld
5853 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5854 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5855 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5857 test -z "$LD" && LD="$ac_prog"
5860 # If it fails, then pretend we aren't using GCC.
5864 # If it is relative, then search for the first ld in PATH.
5868 elif test "$with_gnu_ld" = yes; then
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5870 $as_echo_n "checking for GNU ld... " >&6; }
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5873 $as_echo_n "checking for non-GNU ld... " >&6; }
5875 if test "${lt_cv_path_LD+set}" = set; then :
5876 $as_echo_n "(cached) " >&6
5878 if test -z "$LD"; then
5879 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5880 for ac_dir in $PATH; do
5882 test -z "$ac_dir" && ac_dir=.
5883 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5884 lt_cv_path_LD="$ac_dir/$ac_prog"
5885 # Check to see if the program is GNU ld. I'd rather use --version,
5886 # but apparently some variants of GNU ld only accept -v.
5887 # Break only if it was the GNU/non-GNU ld that we prefer.
5888 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5889 *GNU* | *'with BFD'*)
5890 test "$with_gnu_ld" != no && break
5893 test "$with_gnu_ld" != yes && break
5900 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5905 if test -n "$LD"; then
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5907 $as_echo "$LD" >&6; }
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5910 $as_echo "no" >&6; }
5912 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5914 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5915 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5916 $as_echo_n "(cached) " >&6
5918 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5919 case `$LD -v 2>&1 </dev/null` in
5920 *GNU* | *'with BFD'*)
5921 lt_cv_prog_gnu_ld=yes
5924 lt_cv_prog_gnu_ld=no
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5929 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5930 with_gnu_ld=$lt_cv_prog_gnu_ld
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5941 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5942 if test "${lt_cv_path_NM+set}" = set; then :
5943 $as_echo_n "(cached) " >&6
5945 if test -n "$NM"; then
5946 # Let the user override the test.
5949 lt_nm_to_check="${ac_tool_prefix}nm"
5950 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5951 lt_nm_to_check="$lt_nm_to_check nm"
5953 for lt_tmp_nm in $lt_nm_to_check; do
5954 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5955 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5957 test -z "$ac_dir" && ac_dir=.
5958 tmp_nm="$ac_dir/$lt_tmp_nm"
5959 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5960 # Check to see if the nm accepts a BSD-compat flag.
5961 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5962 # nm: unknown option "B" ignored
5963 # Tru64's nm complains that /dev/null is an invalid object file
5964 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5965 */dev/null* | *'Invalid file or object type'*)
5966 lt_cv_path_NM="$tmp_nm -B"
5970 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5972 lt_cv_path_NM="$tmp_nm -p"
5976 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5977 continue # so that we can try to find one that supports BSD flags
5986 : ${lt_cv_path_NM=no}
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5990 $as_echo "$lt_cv_path_NM" >&6; }
5991 if test "$lt_cv_path_NM" != "no"; then
5994 # Didn't find any BSD compatible name lister, look for dumpbin.
5995 if test -n "$DUMPBIN"; then :
5996 # Let the user override the test.
5998 if test -n "$ac_tool_prefix"; then
5999 for ac_prog in dumpbin "link -dump"
6001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6004 $as_echo_n "checking for $ac_word... " >&6; }
6005 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6006 $as_echo_n "(cached) " >&6
6008 if test -n "$DUMPBIN"; then
6009 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 test -z "$as_dir" && as_dir=.
6016 for ac_exec_ext in '' $ac_executable_extensions; do
6017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6018 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6028 DUMPBIN=$ac_cv_prog_DUMPBIN
6029 if test -n "$DUMPBIN"; then
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6031 $as_echo "$DUMPBIN" >&6; }
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6034 $as_echo "no" >&6; }
6038 test -n "$DUMPBIN" && break
6041 if test -z "$DUMPBIN"; then
6042 ac_ct_DUMPBIN=$DUMPBIN
6043 for ac_prog in dumpbin "link -dump"
6045 # Extract the first word of "$ac_prog", so it can be a program name with args.
6046 set dummy $ac_prog; ac_word=$2
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6048 $as_echo_n "checking for $ac_word... " >&6; }
6049 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6050 $as_echo_n "(cached) " >&6
6052 if test -n "$ac_ct_DUMPBIN"; then
6053 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6059 test -z "$as_dir" && as_dir=.
6060 for ac_exec_ext in '' $ac_executable_extensions; do
6061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6062 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6073 if test -n "$ac_ct_DUMPBIN"; then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6075 $as_echo "$ac_ct_DUMPBIN" >&6; }
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078 $as_echo "no" >&6; }
6082 test -n "$ac_ct_DUMPBIN" && break
6085 if test "x$ac_ct_DUMPBIN" = x; then
6088 case $cross_compiling:$ac_tool_warned in
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6091 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6092 ac_tool_warned=yes ;;
6094 DUMPBIN=$ac_ct_DUMPBIN
6098 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6100 DUMPBIN="$DUMPBIN -symbols"
6108 if test "$DUMPBIN" != ":"; then
6112 test -z "$NM" && NM=nm
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6120 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6121 if test "${lt_cv_nm_interface+set}" = set; then :
6122 $as_echo_n "(cached) " >&6
6124 lt_cv_nm_interface="BSD nm"
6125 echo "int some_variable = 0;" > conftest.$ac_ext
6126 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6127 (eval "$ac_compile" 2>conftest.err)
6128 cat conftest.err >&5
6129 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6130 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6131 cat conftest.err >&5
6132 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6133 cat conftest.out >&5
6134 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6135 lt_cv_nm_interface="MS dumpbin"
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6140 $as_echo "$lt_cv_nm_interface" >&6; }
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6143 $as_echo_n "checking whether ln -s works... " >&6; }
6145 if test "$LN_S" = "ln -s"; then
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6147 $as_echo "yes" >&6; }
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6150 $as_echo "no, using $LN_S" >&6; }
6153 # find the maximum length of command line arguments
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6155 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6156 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6157 $as_echo_n "(cached) " >&6
6164 # On DJGPP, this test can blow up pretty badly due to problems in libc
6165 # (any single argument exceeding 2000 bytes causes a buffer overrun
6166 # during glob expansion). Even if it were fixed, the result of this
6167 # check would be larger than it should be.
6168 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6172 # Under GNU Hurd, this test is not required because there is
6173 # no limit to the length of command line arguments.
6174 # Libtool will interpret -1 as no limit whatsoever
6175 lt_cv_sys_max_cmd_len=-1;
6178 cygwin* | mingw* | cegcc*)
6179 # On Win9x/ME, this test blows up -- it succeeds, but takes
6180 # about 5 minutes as the teststring grows exponentially.
6181 # Worse, since 9x/ME are not pre-emptively multitasking,
6182 # you end up with a "frozen" computer, even though with patience
6183 # the test eventually succeeds (with a max line length of 256k).
6184 # Instead, let's just punt: use the minimum linelength reported by
6185 # all of the supported platforms: 8192 (on NT/2K/XP).
6186 lt_cv_sys_max_cmd_len=8192;
6190 # On MiNT this can take a long time and run out of memory.
6191 lt_cv_sys_max_cmd_len=8192;
6195 # On AmigaOS with pdksh, this test takes hours, literally.
6196 # So we just punt and use a minimum line length of 8192.
6197 lt_cv_sys_max_cmd_len=8192;
6200 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6201 # This has been around since 386BSD, at least. Likely further.
6202 if test -x /sbin/sysctl; then
6203 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6204 elif test -x /usr/sbin/sysctl; then
6205 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6207 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6209 # And add a safety zone
6210 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6211 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6215 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6216 lt_cv_sys_max_cmd_len=196608
6220 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6221 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6222 # nice to cause kernel panics so lets avoid the loop below.
6223 # First set a reasonable default.
6224 lt_cv_sys_max_cmd_len=16384
6226 if test -x /sbin/sysconfig; then
6227 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6228 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6233 lt_cv_sys_max_cmd_len=102400
6235 sysv5* | sco5v6* | sysv4.2uw2*)
6236 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6237 if test -n "$kargmax"; then
6238 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6240 lt_cv_sys_max_cmd_len=32768
6244 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6245 if test -n "$lt_cv_sys_max_cmd_len"; then
6246 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6247 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6249 # Make teststring a little bigger before we do anything with it.
6250 # a 1K string should be a reasonable start.
6251 for i in 1 2 3 4 5 6 7 8 ; do
6252 teststring=$teststring$teststring
6254 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6255 # If test is not a shell built-in, we'll probably end up computing a
6256 # maximum length that is only half of the actual maximum length, but
6258 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6259 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6260 test $i != 17 # 1/2 MB should be enough
6263 teststring=$teststring$teststring
6265 # Only check the string length outside the loop.
6266 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6268 # Add a significant safety factor because C++ compilers can tack on
6269 # massive amounts of additional arguments before passing them to the
6270 # linker. It appears as though 1/2 is a usable value.
6271 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6278 if test -n $lt_cv_sys_max_cmd_len ; then
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6280 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6283 $as_echo "none" >&6; }
6285 max_cmd_len=$lt_cv_sys_max_cmd_len
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6297 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6298 # Try some XSI features
6301 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6303 && eval 'test $(( 1 + 1 )) -eq 2 \
6304 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6307 $as_echo "$xsi_shell" >&6; }
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6311 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6313 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6315 && lt_shell_append=yes
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6317 $as_echo "$lt_shell_append" >&6; }
6320 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6330 # test EBCDIC or ASCII
6331 case `echo X|tr X '\101'` in
6332 A) # ASCII based system
6333 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6334 lt_SP2NL='tr \040 \012'
6335 lt_NL2SP='tr \015\012 \040\040'
6337 *) # EBCDIC based system
6338 lt_SP2NL='tr \100 \n'
6339 lt_NL2SP='tr \r\n \100\100'
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6352 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6353 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6354 $as_echo_n "(cached) " >&6
6356 lt_cv_ld_reload_flag='-r'
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6359 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6360 reload_flag=$lt_cv_ld_reload_flag
6361 case $reload_flag in
6363 *) reload_flag=" $reload_flag" ;;
6365 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6368 if test "$GCC" = yes; then
6369 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6371 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6384 if test -n "$ac_tool_prefix"; then
6385 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6386 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6388 $as_echo_n "checking for $ac_word... " >&6; }
6389 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6390 $as_echo_n "(cached) " >&6
6392 if test -n "$OBJDUMP"; then
6393 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6399 test -z "$as_dir" && as_dir=.
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 OBJDUMP=$ac_cv_prog_OBJDUMP
6413 if test -n "$OBJDUMP"; then
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6415 $as_echo "$OBJDUMP" >&6; }
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6418 $as_echo "no" >&6; }
6423 if test -z "$ac_cv_prog_OBJDUMP"; then
6424 ac_ct_OBJDUMP=$OBJDUMP
6425 # Extract the first word of "objdump", so it can be a program name with args.
6426 set dummy objdump; ac_word=$2
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6428 $as_echo_n "checking for $ac_word... " >&6; }
6429 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6430 $as_echo_n "(cached) " >&6
6432 if test -n "$ac_ct_OBJDUMP"; then
6433 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6439 test -z "$as_dir" && as_dir=.
6440 for ac_exec_ext in '' $ac_executable_extensions; do
6441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6442 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6453 if test -n "$ac_ct_OBJDUMP"; then
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6455 $as_echo "$ac_ct_OBJDUMP" >&6; }
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6458 $as_echo "no" >&6; }
6461 if test "x$ac_ct_OBJDUMP" = x; then
6464 case $cross_compiling:$ac_tool_warned in
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6468 ac_tool_warned=yes ;;
6470 OBJDUMP=$ac_ct_OBJDUMP
6473 OBJDUMP="$ac_cv_prog_OBJDUMP"
6476 test -z "$OBJDUMP" && OBJDUMP=objdump
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6487 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6488 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6489 $as_echo_n "(cached) " >&6
6491 lt_cv_file_magic_cmd='$MAGIC_CMD'
6492 lt_cv_file_magic_test_file=
6493 lt_cv_deplibs_check_method='unknown'
6494 # Need to set the preceding variable on all platforms that support
6495 # interlibrary dependencies.
6496 # 'none' -- dependencies not supported.
6497 # `unknown' -- same as none, but documents that we really don't know.
6498 # 'pass_all' -- all dependencies passed with no checks.
6499 # 'test_compile' -- check by making test program.
6500 # 'file_magic [[regex]]' -- check by looking for files in library path
6501 # which responds to the $file_magic_cmd with a given extended regex.
6502 # If you have `file' or equivalent on your system and you're not sure
6503 # whether `pass_all' will *always* work, you probably want this one.
6507 lt_cv_deplibs_check_method=pass_all
6511 lt_cv_deplibs_check_method=pass_all
6515 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6516 lt_cv_file_magic_cmd='/usr/bin/file -L'
6517 lt_cv_file_magic_test_file=/shlib/libc.so
6521 # func_win32_libid is a shell function defined in ltmain.sh
6522 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6523 lt_cv_file_magic_cmd='func_win32_libid'
6527 # Base MSYS/MinGW do not provide the 'file' command needed by
6528 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6529 # unless we find 'file', for example because we are cross-compiling.
6530 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6531 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6532 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6533 lt_cv_file_magic_cmd='func_win32_libid'
6535 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6536 lt_cv_file_magic_cmd='$OBJDUMP -f'
6541 # use the weaker test based on 'objdump'. See mingw*.
6542 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6543 lt_cv_file_magic_cmd='$OBJDUMP -f'
6546 darwin* | rhapsody*)
6547 lt_cv_deplibs_check_method=pass_all
6550 freebsd* | dragonfly*)
6551 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6554 # Not sure whether the presence of OpenBSD here was a mistake.
6555 # Let's accept both of them until this is cleared up.
6556 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6557 lt_cv_file_magic_cmd=/usr/bin/file
6558 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6562 lt_cv_deplibs_check_method=pass_all
6567 lt_cv_deplibs_check_method=pass_all
6571 lt_cv_deplibs_check_method=pass_all
6574 hpux10.20* | hpux11*)
6575 lt_cv_file_magic_cmd=/usr/bin/file
6578 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6579 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6582 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]'
6583 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6586 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6587 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6593 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6594 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6597 irix5* | irix6* | nonstopux*)
6599 *-32|*"-32 ") libmagic=32-bit;;
6600 *-n32|*"-n32 ") libmagic=N32;;
6601 *-64|*"-64 ") libmagic=64-bit;;
6602 *) libmagic=never-match;;
6604 lt_cv_deplibs_check_method=pass_all
6607 # This must be Linux ELF.
6608 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6609 lt_cv_deplibs_check_method=pass_all
6613 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6614 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6616 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6621 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6622 lt_cv_file_magic_cmd=/usr/bin/file
6623 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6627 lt_cv_deplibs_check_method=pass_all
6631 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6632 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6634 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6638 osf3* | osf4* | osf5*)
6639 lt_cv_deplibs_check_method=pass_all
6643 lt_cv_deplibs_check_method=pass_all
6647 lt_cv_deplibs_check_method=pass_all
6650 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6651 lt_cv_deplibs_check_method=pass_all
6655 case $host_vendor in
6657 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]'
6658 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6661 lt_cv_deplibs_check_method=pass_all
6664 lt_cv_file_magic_cmd='/bin/file'
6665 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6668 lt_cv_file_magic_cmd='/bin/file'
6669 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6670 lt_cv_file_magic_test_file=/lib/libc.so
6673 lt_cv_deplibs_check_method=pass_all
6676 lt_cv_deplibs_check_method=pass_all
6682 lt_cv_deplibs_check_method=pass_all
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6688 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6689 file_magic_cmd=$lt_cv_file_magic_cmd
6690 deplibs_check_method=$lt_cv_deplibs_check_method
6691 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6704 if test -n "$ac_tool_prefix"; then
6705 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6706 set dummy ${ac_tool_prefix}ar; ac_word=$2
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6708 $as_echo_n "checking for $ac_word... " >&6; }
6709 if test "${ac_cv_prog_AR+set}" = set; then :
6710 $as_echo_n "(cached) " >&6
6712 if test -n "$AR"; then
6713 ac_cv_prog_AR="$AR" # Let the user override the test.
6715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6719 test -z "$as_dir" && as_dir=.
6720 for ac_exec_ext in '' $ac_executable_extensions; do
6721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6722 ac_cv_prog_AR="${ac_tool_prefix}ar"
6723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6733 if test -n "$AR"; then
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6735 $as_echo "$AR" >&6; }
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6738 $as_echo "no" >&6; }
6743 if test -z "$ac_cv_prog_AR"; then
6745 # Extract the first word of "ar", so it can be a program name with args.
6746 set dummy ar; ac_word=$2
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6748 $as_echo_n "checking for $ac_word... " >&6; }
6749 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6750 $as_echo_n "(cached) " >&6
6752 if test -n "$ac_ct_AR"; then
6753 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759 test -z "$as_dir" && as_dir=.
6760 for ac_exec_ext in '' $ac_executable_extensions; do
6761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6762 ac_cv_prog_ac_ct_AR="ar"
6763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6773 if test -n "$ac_ct_AR"; then
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6775 $as_echo "$ac_ct_AR" >&6; }
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6778 $as_echo "no" >&6; }
6781 if test "x$ac_ct_AR" = x; then
6784 case $cross_compiling:$ac_tool_warned in
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6787 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6788 ac_tool_warned=yes ;;
6796 test -z "$AR" && AR=ar
6797 test -z "$AR_FLAGS" && AR_FLAGS=cru
6809 if test -n "$ac_tool_prefix"; then
6810 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6811 set dummy ${ac_tool_prefix}strip; ac_word=$2
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6813 $as_echo_n "checking for $ac_word... " >&6; }
6814 if test "${ac_cv_prog_STRIP+set}" = set; then :
6815 $as_echo_n "(cached) " >&6
6817 if test -n "$STRIP"; then
6818 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6824 test -z "$as_dir" && as_dir=.
6825 for ac_exec_ext in '' $ac_executable_extensions; do
6826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6827 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6837 STRIP=$ac_cv_prog_STRIP
6838 if test -n "$STRIP"; then
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6840 $as_echo "$STRIP" >&6; }
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6843 $as_echo "no" >&6; }
6848 if test -z "$ac_cv_prog_STRIP"; then
6850 # Extract the first word of "strip", so it can be a program name with args.
6851 set dummy strip; ac_word=$2
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6853 $as_echo_n "checking for $ac_word... " >&6; }
6854 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6855 $as_echo_n "(cached) " >&6
6857 if test -n "$ac_ct_STRIP"; then
6858 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6864 test -z "$as_dir" && as_dir=.
6865 for ac_exec_ext in '' $ac_executable_extensions; do
6866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6867 ac_cv_prog_ac_ct_STRIP="strip"
6868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6877 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6878 if test -n "$ac_ct_STRIP"; then
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6880 $as_echo "$ac_ct_STRIP" >&6; }
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6883 $as_echo "no" >&6; }
6886 if test "x$ac_ct_STRIP" = x; then
6889 case $cross_compiling:$ac_tool_warned in
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6892 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6893 ac_tool_warned=yes ;;
6898 STRIP="$ac_cv_prog_STRIP"
6901 test -z "$STRIP" && STRIP=:
6908 if test -n "$ac_tool_prefix"; then
6909 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6910 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6912 $as_echo_n "checking for $ac_word... " >&6; }
6913 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6914 $as_echo_n "(cached) " >&6
6916 if test -n "$RANLIB"; then
6917 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6923 test -z "$as_dir" && as_dir=.
6924 for ac_exec_ext in '' $ac_executable_extensions; do
6925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6926 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6936 RANLIB=$ac_cv_prog_RANLIB
6937 if test -n "$RANLIB"; then
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6939 $as_echo "$RANLIB" >&6; }
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6942 $as_echo "no" >&6; }
6947 if test -z "$ac_cv_prog_RANLIB"; then
6948 ac_ct_RANLIB=$RANLIB
6949 # Extract the first word of "ranlib", so it can be a program name with args.
6950 set dummy ranlib; ac_word=$2
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6952 $as_echo_n "checking for $ac_word... " >&6; }
6953 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6954 $as_echo_n "(cached) " >&6
6956 if test -n "$ac_ct_RANLIB"; then
6957 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6963 test -z "$as_dir" && as_dir=.
6964 for ac_exec_ext in '' $ac_executable_extensions; do
6965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6966 ac_cv_prog_ac_ct_RANLIB="ranlib"
6967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6976 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6977 if test -n "$ac_ct_RANLIB"; then
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6979 $as_echo "$ac_ct_RANLIB" >&6; }
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6982 $as_echo "no" >&6; }
6985 if test "x$ac_ct_RANLIB" = x; then
6988 case $cross_compiling:$ac_tool_warned in
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6991 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6992 ac_tool_warned=yes ;;
6994 RANLIB=$ac_ct_RANLIB
6997 RANLIB="$ac_cv_prog_RANLIB"
7000 test -z "$RANLIB" && RANLIB=:
7007 # Determine commands to create old-style static archives.
7008 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7009 old_postinstall_cmds='chmod 644 $oldlib'
7010 old_postuninstall_cmds=
7012 if test -n "$RANLIB"; then
7015 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7018 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7021 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7026 lock_old_archive_extraction=yes ;;
7028 lock_old_archive_extraction=no ;;
7051 for ac_prog in gawk mawk nawk awk
7053 # Extract the first word of "$ac_prog", so it can be a program name with args.
7054 set dummy $ac_prog; ac_word=$2
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7056 $as_echo_n "checking for $ac_word... " >&6; }
7057 if test "${ac_cv_prog_AWK+set}" = set; then :
7058 $as_echo_n "(cached) " >&6
7060 if test -n "$AWK"; then
7061 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7067 test -z "$as_dir" && as_dir=.
7068 for ac_exec_ext in '' $ac_executable_extensions; do
7069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7070 ac_cv_prog_AWK="$ac_prog"
7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7081 if test -n "$AWK"; then
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7083 $as_echo "$AWK" >&6; }
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; }
7090 test -n "$AWK" && break
7111 # If no C compiler was specified, use CC.
7114 # If no C compiler flags were specified, use CFLAGS.
7115 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7117 # Allow CC to be a program name with arguments.
7121 # Check for command to grab the raw symbol name followed by C symbol from nm.
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7123 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7124 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7125 $as_echo_n "(cached) " >&6
7128 # These are sane defaults that work on at least a few old systems.
7129 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7131 # Character class describing NM global symbol codes.
7132 symcode='[BCDEGRST]'
7134 # Regexp to match symbols that can be accessed directly from C.
7135 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7137 # Define system-specific variables.
7142 cygwin* | mingw* | pw32* | cegcc*)
7143 symcode='[ABCDGISTW]'
7146 if test "$host_cpu" = ia64; then
7147 symcode='[ABCDEGRST]'
7151 symcode='[BCDEGRST]'
7154 symcode='[BCDEGQRST]'
7165 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7173 # If we're using GNU nm, then use its standard symbol codes.
7174 case `$NM -V 2>&1` in
7175 *GNU* | *'with BFD'*)
7176 symcode='[ABCDGIRSTW]' ;;
7179 # Transform an extracted symbol line into a proper C declaration.
7180 # Some systems (esp. on ia64) link data and code symbols differently,
7181 # so use this general approach.
7182 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7184 # Transform an extracted symbol line into symbol name and symbol address
7185 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7186 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'"
7188 # Handle CRLF in mingw tool chain
7192 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7196 # Try without a prefix underscore, then with it.
7197 for ac_symprfx in "" "_"; do
7199 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7200 symxfrm="\\1 $ac_symprfx\\2 \\2"
7202 # Write the raw and C identifiers.
7203 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7204 # Fake it for dumpbin and say T for any non-static function
7205 # and D for any global variable.
7206 # Also find C++ and __fastcall symbols from MSVC++,
7207 # which start with @ or ?.
7208 lt_cv_sys_global_symbol_pipe="$AWK '"\
7209 " {last_section=section; section=\$ 3};"\
7210 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7211 " \$ 0!~/External *\|/{next};"\
7212 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7213 " {if(hide[section]) next};"\
7214 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7215 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7216 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7217 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7218 " ' prfx=^$ac_symprfx"
7220 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7223 # Check to see that the pipe works correctly.
7227 cat > conftest.$ac_ext <<_LT_EOF
7232 void nm_test_func(void);
7233 void nm_test_func(void){}
7237 int main(){nm_test_var='a';nm_test_func();return(0);}
7240 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7241 (eval $ac_compile) 2>&5
7243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7244 test $ac_status = 0; }; then
7245 # Now try to grab the symbols.
7247 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7248 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7251 test $ac_status = 0; } && test -s "$nlist"; then
7252 # Try sorting and uniquifying the output.
7253 if sort "$nlist" | uniq > "$nlist"T; then
7254 mv -f "$nlist"T "$nlist"
7259 # Make sure that we snagged all the symbols we need.
7260 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7261 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7262 cat <<_LT_EOF > conftest.$ac_ext
7268 # Now generate the symbol file.
7269 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7271 cat <<_LT_EOF >> conftest.$ac_ext
7273 /* The mapping between symbol names and symbols. */
7278 lt__PROGRAM__LTX_preloaded_symbols[] =
7280 { "@PROGRAM@", (void *) 0 },
7282 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7283 cat <<\_LT_EOF >> conftest.$ac_ext
7287 /* This works around a problem in FreeBSD linker */
7288 #ifdef FREEBSD_WORKAROUND
7289 static const void *lt_preloaded_setup() {
7290 return lt__PROGRAM__LTX_preloaded_symbols;
7298 # Now try linking the two files.
7299 mv conftest.$ac_objext conftstm.$ac_objext
7300 lt_save_LIBS="$LIBS"
7301 lt_save_CFLAGS="$CFLAGS"
7302 LIBS="conftstm.$ac_objext"
7303 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7305 (eval $ac_link) 2>&5
7307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7308 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7311 LIBS="$lt_save_LIBS"
7312 CFLAGS="$lt_save_CFLAGS"
7314 echo "cannot find nm_test_func in $nlist" >&5
7317 echo "cannot find nm_test_var in $nlist" >&5
7320 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7323 echo "$progname: failed program was:" >&5
7324 cat conftest.$ac_ext >&5
7326 rm -rf conftest* conftst*
7328 # Do not use the global_symbol_pipe unless it works.
7329 if test "$pipe_works" = yes; then
7332 lt_cv_sys_global_symbol_pipe=
7338 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7339 lt_cv_sys_global_symbol_to_cdecl=
7341 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7343 $as_echo "failed" >&6; }
7345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7346 $as_echo "ok" >&6; }
7370 # Check whether --enable-libtool-lock was given.
7371 if test "${enable_libtool_lock+set}" = set; then :
7372 enableval=$enable_libtool_lock;
7375 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7377 # Some flags need to be propagated to the compiler or linker for good
7381 # Find out which ABI we are using.
7382 echo 'int i;' > conftest.$ac_ext
7383 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7384 (eval $ac_compile) 2>&5
7386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7387 test $ac_status = 0; }; then
7388 case `/usr/bin/file conftest.$ac_objext` in
7400 # Find out which ABI we are using.
7401 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7402 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7403 (eval $ac_compile) 2>&5
7405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7406 test $ac_status = 0; }; then
7407 if test "$lt_cv_prog_gnu_ld" = yes; then
7408 case `/usr/bin/file conftest.$ac_objext` in
7410 LD="${LD-ld} -melf32bsmip"
7413 LD="${LD-ld} -melf32bmipn32"
7416 LD="${LD-ld} -melf64bmip"
7420 case `/usr/bin/file conftest.$ac_objext` in
7436 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7437 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7438 # Find out which ABI we are using.
7439 echo 'int i;' > conftest.$ac_ext
7440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7441 (eval $ac_compile) 2>&5
7443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7444 test $ac_status = 0; }; then
7445 case `/usr/bin/file conftest.o` in
7448 x86_64-*kfreebsd*-gnu)
7449 LD="${LD-ld} -m elf_i386_fbsd"
7452 case `/usr/bin/file conftest.o` in
7454 LD="${LD-ld} -m elf32_x86_64"
7457 LD="${LD-ld} -m elf_i386"
7461 powerpc64le-*linux*)
7462 LD="${LD-ld} -m elf32lppclinux"
7465 LD="${LD-ld} -m elf32ppclinux"
7468 LD="${LD-ld} -m elf_s390"
7471 LD="${LD-ld} -m elf32_sparc"
7477 x86_64-*kfreebsd*-gnu)
7478 LD="${LD-ld} -m elf_x86_64_fbsd"
7481 LD="${LD-ld} -m elf_x86_64"
7484 LD="${LD-ld} -m elf64lppc"
7487 LD="${LD-ld} -m elf64ppc"
7489 s390*-*linux*|s390*-*tpf*)
7490 LD="${LD-ld} -m elf64_s390"
7493 LD="${LD-ld} -m elf64_sparc"
7503 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7504 SAVE_CFLAGS="$CFLAGS"
7505 CFLAGS="$CFLAGS -belf"
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7507 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7508 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7509 $as_echo_n "(cached) " >&6
7512 ac_cpp='$CPP $CPPFLAGS'
7513 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7514 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7515 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7518 /* end confdefs.h. */
7528 if ac_fn_c_try_link "$LINENO"; then :
7529 lt_cv_cc_needs_belf=yes
7531 lt_cv_cc_needs_belf=no
7533 rm -f core conftest.err conftest.$ac_objext \
7534 conftest$ac_exeext conftest.$ac_ext
7536 ac_cpp='$CPP $CPPFLAGS'
7537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7543 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7544 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7545 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7546 CFLAGS="$SAVE_CFLAGS"
7550 # Find out which ABI we are using.
7551 echo 'int i;' > conftest.$ac_ext
7552 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7553 (eval $ac_compile) 2>&5
7555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7556 test $ac_status = 0; }; then
7557 case `/usr/bin/file conftest.o` in
7559 case $lt_cv_prog_gnu_ld in
7560 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7562 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7574 need_locks="$enable_libtool_lock"
7578 rhapsody* | darwin*)
7579 if test -n "$ac_tool_prefix"; then
7580 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7581 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7583 $as_echo_n "checking for $ac_word... " >&6; }
7584 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7585 $as_echo_n "(cached) " >&6
7587 if test -n "$DSYMUTIL"; then
7588 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7594 test -z "$as_dir" && as_dir=.
7595 for ac_exec_ext in '' $ac_executable_extensions; do
7596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7597 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7607 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7608 if test -n "$DSYMUTIL"; then
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7610 $as_echo "$DSYMUTIL" >&6; }
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7613 $as_echo "no" >&6; }
7618 if test -z "$ac_cv_prog_DSYMUTIL"; then
7619 ac_ct_DSYMUTIL=$DSYMUTIL
7620 # Extract the first word of "dsymutil", so it can be a program name with args.
7621 set dummy dsymutil; ac_word=$2
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7623 $as_echo_n "checking for $ac_word... " >&6; }
7624 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7625 $as_echo_n "(cached) " >&6
7627 if test -n "$ac_ct_DSYMUTIL"; then
7628 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7634 test -z "$as_dir" && as_dir=.
7635 for ac_exec_ext in '' $ac_executable_extensions; do
7636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7637 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7647 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7648 if test -n "$ac_ct_DSYMUTIL"; then
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7650 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7653 $as_echo "no" >&6; }
7656 if test "x$ac_ct_DSYMUTIL" = x; then
7659 case $cross_compiling:$ac_tool_warned in
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7662 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7663 ac_tool_warned=yes ;;
7665 DSYMUTIL=$ac_ct_DSYMUTIL
7668 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7671 if test -n "$ac_tool_prefix"; then
7672 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7673 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7675 $as_echo_n "checking for $ac_word... " >&6; }
7676 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7677 $as_echo_n "(cached) " >&6
7679 if test -n "$NMEDIT"; then
7680 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686 test -z "$as_dir" && as_dir=.
7687 for ac_exec_ext in '' $ac_executable_extensions; do
7688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7689 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7699 NMEDIT=$ac_cv_prog_NMEDIT
7700 if test -n "$NMEDIT"; then
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7702 $as_echo "$NMEDIT" >&6; }
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7705 $as_echo "no" >&6; }
7710 if test -z "$ac_cv_prog_NMEDIT"; then
7711 ac_ct_NMEDIT=$NMEDIT
7712 # Extract the first word of "nmedit", so it can be a program name with args.
7713 set dummy nmedit; ac_word=$2
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7715 $as_echo_n "checking for $ac_word... " >&6; }
7716 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7717 $as_echo_n "(cached) " >&6
7719 if test -n "$ac_ct_NMEDIT"; then
7720 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7726 test -z "$as_dir" && as_dir=.
7727 for ac_exec_ext in '' $ac_executable_extensions; do
7728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7729 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7739 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7740 if test -n "$ac_ct_NMEDIT"; then
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7742 $as_echo "$ac_ct_NMEDIT" >&6; }
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7745 $as_echo "no" >&6; }
7748 if test "x$ac_ct_NMEDIT" = x; then
7751 case $cross_compiling:$ac_tool_warned in
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7755 ac_tool_warned=yes ;;
7757 NMEDIT=$ac_ct_NMEDIT
7760 NMEDIT="$ac_cv_prog_NMEDIT"
7763 if test -n "$ac_tool_prefix"; then
7764 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7765 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7767 $as_echo_n "checking for $ac_word... " >&6; }
7768 if test "${ac_cv_prog_LIPO+set}" = set; then :
7769 $as_echo_n "(cached) " >&6
7771 if test -n "$LIPO"; then
7772 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7778 test -z "$as_dir" && as_dir=.
7779 for ac_exec_ext in '' $ac_executable_extensions; do
7780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7781 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7791 LIPO=$ac_cv_prog_LIPO
7792 if test -n "$LIPO"; then
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7794 $as_echo "$LIPO" >&6; }
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7797 $as_echo "no" >&6; }
7802 if test -z "$ac_cv_prog_LIPO"; then
7804 # Extract the first word of "lipo", so it can be a program name with args.
7805 set dummy lipo; ac_word=$2
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7807 $as_echo_n "checking for $ac_word... " >&6; }
7808 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7809 $as_echo_n "(cached) " >&6
7811 if test -n "$ac_ct_LIPO"; then
7812 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7818 test -z "$as_dir" && as_dir=.
7819 for ac_exec_ext in '' $ac_executable_extensions; do
7820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7821 ac_cv_prog_ac_ct_LIPO="lipo"
7822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7831 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7832 if test -n "$ac_ct_LIPO"; then
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7834 $as_echo "$ac_ct_LIPO" >&6; }
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7837 $as_echo "no" >&6; }
7840 if test "x$ac_ct_LIPO" = x; then
7843 case $cross_compiling:$ac_tool_warned in
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7846 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7847 ac_tool_warned=yes ;;
7852 LIPO="$ac_cv_prog_LIPO"
7855 if test -n "$ac_tool_prefix"; then
7856 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7857 set dummy ${ac_tool_prefix}otool; ac_word=$2
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859 $as_echo_n "checking for $ac_word... " >&6; }
7860 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7861 $as_echo_n "(cached) " >&6
7863 if test -n "$OTOOL"; then
7864 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7870 test -z "$as_dir" && as_dir=.
7871 for ac_exec_ext in '' $ac_executable_extensions; do
7872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7873 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7883 OTOOL=$ac_cv_prog_OTOOL
7884 if test -n "$OTOOL"; then
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7886 $as_echo "$OTOOL" >&6; }
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889 $as_echo "no" >&6; }
7894 if test -z "$ac_cv_prog_OTOOL"; then
7896 # Extract the first word of "otool", so it can be a program name with args.
7897 set dummy otool; ac_word=$2
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7899 $as_echo_n "checking for $ac_word... " >&6; }
7900 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7901 $as_echo_n "(cached) " >&6
7903 if test -n "$ac_ct_OTOOL"; then
7904 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7910 test -z "$as_dir" && as_dir=.
7911 for ac_exec_ext in '' $ac_executable_extensions; do
7912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7913 ac_cv_prog_ac_ct_OTOOL="otool"
7914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7923 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7924 if test -n "$ac_ct_OTOOL"; then
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7926 $as_echo "$ac_ct_OTOOL" >&6; }
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7929 $as_echo "no" >&6; }
7932 if test "x$ac_ct_OTOOL" = x; then
7935 case $cross_compiling:$ac_tool_warned in
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7938 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7939 ac_tool_warned=yes ;;
7944 OTOOL="$ac_cv_prog_OTOOL"
7947 if test -n "$ac_tool_prefix"; then
7948 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7949 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7951 $as_echo_n "checking for $ac_word... " >&6; }
7952 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7953 $as_echo_n "(cached) " >&6
7955 if test -n "$OTOOL64"; then
7956 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962 test -z "$as_dir" && as_dir=.
7963 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7965 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7975 OTOOL64=$ac_cv_prog_OTOOL64
7976 if test -n "$OTOOL64"; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7978 $as_echo "$OTOOL64" >&6; }
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981 $as_echo "no" >&6; }
7986 if test -z "$ac_cv_prog_OTOOL64"; then
7987 ac_ct_OTOOL64=$OTOOL64
7988 # Extract the first word of "otool64", so it can be a program name with args.
7989 set dummy otool64; ac_word=$2
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991 $as_echo_n "checking for $ac_word... " >&6; }
7992 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7993 $as_echo_n "(cached) " >&6
7995 if test -n "$ac_ct_OTOOL64"; then
7996 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8002 test -z "$as_dir" && as_dir=.
8003 for ac_exec_ext in '' $ac_executable_extensions; do
8004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8005 ac_cv_prog_ac_ct_OTOOL64="otool64"
8006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8015 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8016 if test -n "$ac_ct_OTOOL64"; then
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8018 $as_echo "$ac_ct_OTOOL64" >&6; }
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021 $as_echo "no" >&6; }
8024 if test "x$ac_ct_OTOOL64" = x; then
8027 case $cross_compiling:$ac_tool_warned in
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8030 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8031 ac_tool_warned=yes ;;
8033 OTOOL64=$ac_ct_OTOOL64
8036 OTOOL64="$ac_cv_prog_OTOOL64"
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8066 $as_echo_n "checking for -single_module linker flag... " >&6; }
8067 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8068 $as_echo_n "(cached) " >&6
8070 lt_cv_apple_cc_single_mod=no
8071 if test -z "${LT_MULTI_MODULE}"; then
8072 # By default we will add the -single_module flag. You can override
8073 # by either setting the environment variable LT_MULTI_MODULE
8074 # non-empty at configure time, or by adding -multi_module to the
8076 rm -rf libconftest.dylib*
8077 echo "int foo(void){return 1;}" > conftest.c
8078 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8079 -dynamiclib -Wl,-single_module conftest.c" >&5
8080 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8081 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8083 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8084 lt_cv_apple_cc_single_mod=yes
8086 cat conftest.err >&5
8088 rm -rf libconftest.dylib*
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8093 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8095 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8096 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8097 $as_echo_n "(cached) " >&6
8099 lt_cv_ld_exported_symbols_list=no
8100 save_LDFLAGS=$LDFLAGS
8101 echo "_main" > conftest.sym
8102 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8104 /* end confdefs.h. */
8114 if ac_fn_c_try_link "$LINENO"; then :
8115 lt_cv_ld_exported_symbols_list=yes
8117 lt_cv_ld_exported_symbols_list=no
8119 rm -f core conftest.err conftest.$ac_objext \
8120 conftest$ac_exeext conftest.$ac_ext
8121 LDFLAGS="$save_LDFLAGS"
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8125 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8127 $as_echo_n "checking for -force_load linker flag... " >&6; }
8128 if test "${lt_cv_ld_force_load+set}" = set; then :
8129 $as_echo_n "(cached) " >&6
8131 lt_cv_ld_force_load=no
8132 cat > conftest.c << _LT_EOF
8133 int forced_loaded() { return 2;}
8135 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8136 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8137 echo "$AR cru libconftest.a conftest.o" >&5
8138 $AR cru libconftest.a conftest.o 2>&5
8139 cat > conftest.c << _LT_EOF
8140 int main() { return 0;}
8142 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8143 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8145 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8146 lt_cv_ld_force_load=yes
8148 cat conftest.err >&5
8150 rm -f conftest.err libconftest.a conftest conftest.c
8151 rm -rf conftest.dSYM
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8155 $as_echo "$lt_cv_ld_force_load" >&6; }
8157 rhapsody* | darwin1.[012])
8158 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8160 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8161 darwin*) # darwin 5.x on
8162 # if running on 10.5 or later, the deployment target defaults
8163 # to the OS version, if on x86, and 10.4, the deployment
8164 # target defaults to 10.4. Don't you love it?
8165 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8166 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8167 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8169 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8171 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8175 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8176 _lt_dar_single_mod='$single_module'
8178 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8179 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8181 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8183 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8184 _lt_dsymutil='~$DSYMUTIL $lib || :'
8191 for ac_header in dlfcn.h
8193 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8195 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8196 cat >>confdefs.h <<_ACEOF
8197 #define HAVE_DLFCN_H 1
8206 # autoconf.info says this should be called right after AC_INIT.
8207 ac_config_headers="$ac_config_headers config.h:config.in"
8214 # Put a plausible default for CC_FOR_BUILD in Makefile.
8215 if test "x$cross_compiling" = "xno"; then
8216 CC_FOR_BUILD='$(CC)'
8226 if test -n "$ac_tool_prefix"; then
8227 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8228 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8230 $as_echo_n "checking for $ac_word... " >&6; }
8231 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8232 $as_echo_n "(cached) " >&6
8234 if test -n "$RANLIB"; then
8235 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8241 test -z "$as_dir" && as_dir=.
8242 for ac_exec_ext in '' $ac_executable_extensions; do
8243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8244 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8254 RANLIB=$ac_cv_prog_RANLIB
8255 if test -n "$RANLIB"; then
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8257 $as_echo "$RANLIB" >&6; }
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8260 $as_echo "no" >&6; }
8265 if test -z "$ac_cv_prog_RANLIB"; then
8266 ac_ct_RANLIB=$RANLIB
8267 # Extract the first word of "ranlib", so it can be a program name with args.
8268 set dummy ranlib; ac_word=$2
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8270 $as_echo_n "checking for $ac_word... " >&6; }
8271 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8272 $as_echo_n "(cached) " >&6
8274 if test -n "$ac_ct_RANLIB"; then
8275 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8281 test -z "$as_dir" && as_dir=.
8282 for ac_exec_ext in '' $ac_executable_extensions; do
8283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8284 ac_cv_prog_ac_ct_RANLIB="ranlib"
8285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8294 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8295 if test -n "$ac_ct_RANLIB"; then
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8297 $as_echo "$ac_ct_RANLIB" >&6; }
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8300 $as_echo "no" >&6; }
8303 if test "x$ac_ct_RANLIB" = x; then
8306 case $cross_compiling:$ac_tool_warned in
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8309 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8310 ac_tool_warned=yes ;;
8312 RANLIB=$ac_ct_RANLIB
8315 RANLIB="$ac_cv_prog_RANLIB"
8321 # Some of the common include files depend on bfd.h, and bfd.h checks
8322 # that config.h is included first by testing that the PACKAGE macro
8326 cat >>confdefs.h <<_ACEOF
8327 #define PACKAGE "$PACKAGE"
8332 # Dependency checking.
8333 ac_config_commands="$ac_config_commands depdir"
8336 depcc="$CC" am_compiler_list=
8338 am_depcomp=$ac_aux_dir/depcomp
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8340 $as_echo_n "checking dependency style of $depcc... " >&6; }
8341 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8342 $as_echo_n "(cached) " >&6
8344 if test -f "$am_depcomp"; then
8345 # We make a subdir and do the tests there. Otherwise we can end up
8346 # making bogus files that we don't know about and never remove. For
8347 # instance it was reported that on HP-UX the gcc test will end up
8348 # making a dummy file named `D' -- because `-MD' means `put the output
8351 # Copy depcomp to subdir because otherwise we won't find it if we're
8352 # using a relative directory.
8353 cp "$am_depcomp" conftest.dir
8355 # We will build objects and dependencies in a subdirectory because
8356 # it helps to detect inapplicable dependency modes. For instance
8357 # both Tru64's cc and ICC support -MD to output dependencies as a
8358 # side effect of compilation, but ICC will put the dependencies in
8359 # the current directory while Tru64 will put them in the object
8363 am_cv_CC_dependencies_compiler_type=none
8364 if test "$am_compiler_list" = ""; then
8365 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8367 for depmode in $am_compiler_list; do
8368 if test $depmode = none; then break; fi
8370 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8371 # Setup a source with many dependencies, because some compilers
8372 # like to wrap large dependency lists on column 80 (with \), and
8373 # we should not choose a depcomp mode which is confused by this.
8375 # We need to recreate these files for each test, as the compiler may
8376 # overwrite some of them when testing with obscure command lines.
8377 # This happens at least with the AIX C compiler.
8379 for i in 1 2 3 4 5 6; do
8380 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8381 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8382 # Solaris 8's {/usr,}/bin/sh.
8383 touch sub/conftst$i.h
8385 echo "include sub/conftest.Po" > confmf
8387 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8388 # mode. It turns out that the SunPro C++ compiler does not properly
8389 # handle `-M -o', and we need to detect this.
8390 depcmd="depmode=$depmode \
8391 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8392 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8393 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8394 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8395 if env $depcmd > conftest.err 2>&1 &&
8396 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8397 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8398 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8399 # icc doesn't choke on unknown options, it will just issue warnings
8400 # or remarks (even with -Werror). So we grep stderr for any message
8401 # that says an option was ignored or not supported.
8402 # When given -MP, icc 7.0 and 7.1 complain thusly:
8403 # icc: Command line warning: ignoring option '-M'; no argument required
8404 # The diagnosis changed in icc 8.0:
8405 # icc: Command line remark: option '-MP' not supported
8406 if (grep 'ignoring option' conftest.err ||
8407 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8408 am_cv_CC_dependencies_compiler_type=$depmode
8409 $as_echo "$as_me:$LINENO: success" >&5
8413 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8414 sed -e 's/^/| /' < conftest.err >&5
8420 am_cv_CC_dependencies_compiler_type=none
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8425 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8426 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8427 then as_fn_error "no usable dependency style found" "$LINENO" 5
8428 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8433 # Check for the 'make' the user wants to use.
8436 # Extract the first word of "$ac_prog", so it can be a program name with args.
8437 set dummy $ac_prog; ac_word=$2
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8439 $as_echo_n "checking for $ac_word... " >&6; }
8440 if test "${ac_cv_prog_MAKE+set}" = set; then :
8441 $as_echo_n "(cached) " >&6
8443 if test -n "$MAKE"; then
8444 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8450 test -z "$as_dir" && as_dir=.
8451 for ac_exec_ext in '' $ac_executable_extensions; do
8452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8453 ac_cv_prog_MAKE="$ac_prog"
8454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8463 MAKE=$ac_cv_prog_MAKE
8464 if test -n "$MAKE"; then
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8466 $as_echo "$MAKE" >&6; }
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8469 $as_echo "no" >&6; }
8473 test -n "$MAKE" && break
8477 case "`$MAKE --version 2>&1 | sed 1q`" in
8482 if test "$MAKE_IS_GNU" = yes; then
8492 # If we haven't got the data from the intl directory,
8493 # assume NLS is disabled.
8502 if test -f ../../intl/config.intl; then
8503 . ../../intl/config.intl
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8506 $as_echo_n "checking whether NLS is requested... " >&6; }
8507 if test x"$USE_NLS" != xyes; then
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8509 $as_echo "no" >&6; }
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8512 $as_echo "yes" >&6; }
8514 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8518 $as_echo_n "checking for catalogs to be installed... " >&6; }
8519 # Look for .po and .gmo files in the source directory.
8522 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8523 # If there aren't any .gmo files the shell will give us the
8524 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8526 case "$cat" in *\**)
8529 # The quadruple backslash is collapsed to a double backslash
8530 # by the backticks, then collapsed again by the double quotes,
8531 # leaving us with one backslash in the sed expression (right
8532 # before the dot that mustn't act as a wildcard).
8533 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8534 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8535 # The user is allowed to set LINGUAS to a list of languages to
8536 # install catalogs for. If it's empty that means "all of them."
8537 if test "x$LINGUAS" = x; then
8538 CATALOGS="$CATALOGS $cat"
8539 XLINGUAS="$XLINGUAS $lang"
8541 case "$LINGUAS" in *$lang*)
8542 CATALOGS="$CATALOGS $cat"
8543 XLINGUAS="$XLINGUAS $lang"
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8550 $as_echo "$LINGUAS" >&6; }
8563 # Check for common headers.
8564 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8565 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8566 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8568 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8569 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8570 eval as_val=\$$as_ac_Header
8571 if test "x$as_val" = x""yes; then :
8572 cat >>confdefs.h <<_ACEOF
8573 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8580 for ac_header in sys/time.h sys/resource.h
8582 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8583 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8584 eval as_val=\$$as_ac_Header
8585 if test "x$as_val" = x""yes; then :
8586 cat >>confdefs.h <<_ACEOF
8587 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8594 for ac_header in fcntl.h fpu_control.h
8596 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8597 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8598 eval as_val=\$$as_ac_Header
8599 if test "x$as_val" = x""yes; then :
8600 cat >>confdefs.h <<_ACEOF
8601 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8608 for ac_header in dlfcn.h errno.h sys/stat.h
8610 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8611 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8612 eval as_val=\$$as_ac_Header
8613 if test "x$as_val" = x""yes; then :
8614 cat >>confdefs.h <<_ACEOF
8615 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8622 for ac_func in getrusage time sigaction __setfpucw
8624 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8625 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8626 eval as_val=\$$as_ac_var
8627 if test "x$as_val" = x""yes; then :
8628 cat >>confdefs.h <<_ACEOF
8629 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8636 # Check for socket libraries
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8638 $as_echo_n "checking for bind in -lsocket... " >&6; }
8639 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
8642 ac_check_lib_save_LIBS=$LIBS
8643 LIBS="-lsocket $LIBS"
8644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8645 /* end confdefs.h. */
8647 /* Override any GCC internal prototype to avoid an error.
8648 Use char because int might match the return type of a GCC
8649 builtin and then its argument prototype would still apply. */
8662 if ac_fn_c_try_link "$LINENO"; then :
8663 ac_cv_lib_socket_bind=yes
8665 ac_cv_lib_socket_bind=no
8667 rm -f core conftest.err conftest.$ac_objext \
8668 conftest$ac_exeext conftest.$ac_ext
8669 LIBS=$ac_check_lib_save_LIBS
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8672 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8673 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8674 cat >>confdefs.h <<_ACEOF
8675 #define HAVE_LIBSOCKET 1
8678 LIBS="-lsocket $LIBS"
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8683 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8684 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8685 $as_echo_n "(cached) " >&6
8687 ac_check_lib_save_LIBS=$LIBS
8689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8690 /* end confdefs.h. */
8692 /* Override any GCC internal prototype to avoid an error.
8693 Use char because int might match the return type of a GCC
8694 builtin and then its argument prototype would still apply. */
8698 char gethostbyname ();
8702 return gethostbyname ();
8707 if ac_fn_c_try_link "$LINENO"; then :
8708 ac_cv_lib_nsl_gethostbyname=yes
8710 ac_cv_lib_nsl_gethostbyname=no
8712 rm -f core conftest.err conftest.$ac_objext \
8713 conftest$ac_exeext conftest.$ac_ext
8714 LIBS=$ac_check_lib_save_LIBS
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8717 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8718 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8719 cat >>confdefs.h <<_ACEOF
8720 #define HAVE_LIBNSL 1
8728 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8729 # using the same condition.
8731 # See if the user specified whether he wants zlib support or not.
8733 # Check whether --with-zlib was given.
8734 if test "${with_zlib+set}" = set; then :
8741 if test "$with_zlib" != "no"; then
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
8743 $as_echo_n "checking for library containing zlibVersion... " >&6; }
8744 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8745 $as_echo_n "(cached) " >&6
8747 ac_func_search_save_LIBS=$LIBS
8748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8749 /* end confdefs.h. */
8751 /* Override any GCC internal prototype to avoid an error.
8752 Use char because int might match the return type of a GCC
8753 builtin and then its argument prototype would still apply. */
8757 char zlibVersion ();
8761 return zlibVersion ();
8766 for ac_lib in '' z; do
8767 if test -z "$ac_lib"; then
8768 ac_res="none required"
8771 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8773 if ac_fn_c_try_link "$LINENO"; then :
8774 ac_cv_search_zlibVersion=$ac_res
8776 rm -f core conftest.err conftest.$ac_objext \
8778 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8782 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8785 ac_cv_search_zlibVersion=no
8788 LIBS=$ac_func_search_save_LIBS
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
8791 $as_echo "$ac_cv_search_zlibVersion" >&6; }
8792 ac_res=$ac_cv_search_zlibVersion
8793 if test "$ac_res" != no; then :
8794 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8795 for ac_header in zlib.h
8797 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
8798 if test "x$ac_cv_header_zlib_h" = x""yes; then :
8799 cat >>confdefs.h <<_ACEOF
8800 #define HAVE_ZLIB_H 1
8809 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
8810 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
8815 # BFD uses libdl when when plugins enabled.
8818 for ac_header in dlfcn.h
8820 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8822 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8823 cat >>confdefs.h <<_ACEOF
8824 #define HAVE_DLFCN_H 1
8831 for ac_header in windows.h
8833 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8835 if test "x$ac_cv_header_windows_h" = x""yes; then :
8836 cat >>confdefs.h <<_ACEOF
8837 #define HAVE_WINDOWS_H 1
8845 # Check whether --enable-plugins was given.
8846 if test "${enable_plugins+set}" = set; then :
8847 enableval=$enable_plugins; case "${enableval}" in
8850 if test "$maybe_plugins" != "yes" ; then
8851 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8855 plugins=$maybe_plugins
8859 if test "$plugins" = "yes"; then
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8861 $as_echo_n "checking for library containing dlopen... " >&6; }
8862 if test "${ac_cv_search_dlopen+set}" = set; then :
8863 $as_echo_n "(cached) " >&6
8865 ac_func_search_save_LIBS=$LIBS
8866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8867 /* end confdefs.h. */
8869 /* Override any GCC internal prototype to avoid an error.
8870 Use char because int might match the return type of a GCC
8871 builtin and then its argument prototype would still apply. */
8884 for ac_lib in '' dl; do
8885 if test -z "$ac_lib"; then
8886 ac_res="none required"
8889 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8891 if ac_fn_c_try_link "$LINENO"; then :
8892 ac_cv_search_dlopen=$ac_res
8894 rm -f core conftest.err conftest.$ac_objext \
8896 if test "${ac_cv_search_dlopen+set}" = set; then :
8900 if test "${ac_cv_search_dlopen+set}" = set; then :
8903 ac_cv_search_dlopen=no
8906 LIBS=$ac_func_search_save_LIBS
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8909 $as_echo "$ac_cv_search_dlopen" >&6; }
8910 ac_res=$ac_cv_search_dlopen
8911 if test "$ac_res" != no; then :
8912 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8918 if test "$plugins" = yes; then
8939 # Check whether --enable-shared was given.
8940 if test "${enable_shared+set}" = set; then :
8941 enableval=$enable_shared; p=${PACKAGE-default}
8943 yes) enable_shared=yes ;;
8944 no) enable_shared=no ;;
8947 # Look at the argument we got. We use all the common list separators.
8948 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8949 for pkg in $enableval; do
8951 if test "X$pkg" = "X$p"; then
8970 # Check whether --enable-static was given.
8971 if test "${enable_static+set}" = set; then :
8972 enableval=$enable_static; p=${PACKAGE-default}
8974 yes) enable_static=yes ;;
8975 no) enable_static=no ;;
8978 # Look at the argument we got. We use all the common list separators.
8979 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8980 for pkg in $enableval; do
8982 if test "X$pkg" = "X$p"; then
9002 # Check whether --with-pic was given.
9003 if test "${with_pic+set}" = set; then :
9004 withval=$with_pic; pic_mode="$withval"
9010 test -z "$pic_mode" && pic_mode=default
9018 # Check whether --enable-fast-install was given.
9019 if test "${enable_fast_install+set}" = set; then :
9020 enableval=$enable_fast_install; p=${PACKAGE-default}
9022 yes) enable_fast_install=yes ;;
9023 no) enable_fast_install=no ;;
9025 enable_fast_install=no
9026 # Look at the argument we got. We use all the common list separators.
9027 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9028 for pkg in $enableval; do
9030 if test "X$pkg" = "X$p"; then
9031 enable_fast_install=yes
9038 enable_fast_install=yes
9051 # This can be used to rebuild libtool when needed
9052 LIBTOOL_DEPS="$ltmain"
9054 # Always use our own libtool.
9055 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9082 test -z "$LN_S" && LN_S="ln -s"
9097 if test -n "${ZSH_VERSION+set}" ; then
9098 setopt NO_GLOB_SUBST
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9102 $as_echo_n "checking for objdir... " >&6; }
9103 if test "${lt_cv_objdir+set}" = set; then :
9104 $as_echo_n "(cached) " >&6
9106 rm -f .libs 2>/dev/null
9107 mkdir .libs 2>/dev/null
9108 if test -d .libs; then
9111 # MS-DOS does not allow filenames that begin with a dot.
9114 rmdir .libs 2>/dev/null
9116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9117 $as_echo "$lt_cv_objdir" >&6; }
9118 objdir=$lt_cv_objdir
9124 cat >>confdefs.h <<_ACEOF
9125 #define LT_OBJDIR "$lt_cv_objdir/"
9133 # AIX sometimes has problems with the GCC collect2 program. For some
9134 # reason, if we set the COLLECT_NAMES environment variable, the problems
9135 # vanish in a puff of smoke.
9136 if test "X${COLLECT_NAMES+set}" != Xset; then
9138 export COLLECT_NAMES
9145 can_build_shared=yes
9147 # All known linkers require a `.a' archive for static linking (except MSVC,
9148 # which needs '.lib').
9151 with_gnu_ld="$lt_cv_prog_gnu_ld"
9154 old_CFLAGS="$CFLAGS"
9156 # Set sane defaults for various variables
9157 test -z "$CC" && CC=cc
9158 test -z "$LTCC" && LTCC=$CC
9159 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9160 test -z "$LD" && LD=ld
9161 test -z "$ac_objext" && ac_objext=o
9163 for cc_temp in $compiler""; do
9165 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9166 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9171 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9174 # Only perform the check for file, if the check method requires it
9175 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9176 case $deplibs_check_method in
9178 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9180 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9181 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9182 $as_echo_n "(cached) " >&6
9186 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9189 lt_save_MAGIC_CMD="$MAGIC_CMD"
9190 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9191 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9192 for ac_dir in $ac_dummy; do
9194 test -z "$ac_dir" && ac_dir=.
9195 if test -f $ac_dir/${ac_tool_prefix}file; then
9196 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9197 if test -n "$file_magic_test_file"; then
9198 case $deplibs_check_method in
9200 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9201 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9202 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9203 $EGREP "$file_magic_regex" > /dev/null; then
9208 *** Warning: the command libtool uses to detect shared libraries,
9209 *** $file_magic_cmd, produces output that libtool cannot recognize.
9210 *** The result is that libtool may fail to recognize shared libraries
9211 *** as such. This will affect the creation of libtool libraries that
9212 *** depend on shared libraries, but programs linked with such libtool
9213 *** libraries will work regardless of this problem. Nevertheless, you
9214 *** may want to report the problem to your system manager and/or to
9225 MAGIC_CMD="$lt_save_MAGIC_CMD"
9230 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9231 if test -n "$MAGIC_CMD"; then
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9233 $as_echo "$MAGIC_CMD" >&6; }
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9236 $as_echo "no" >&6; }
9243 if test -z "$lt_cv_path_MAGIC_CMD"; then
9244 if test -n "$ac_tool_prefix"; then
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9246 $as_echo_n "checking for file... " >&6; }
9247 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9248 $as_echo_n "(cached) " >&6
9252 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9255 lt_save_MAGIC_CMD="$MAGIC_CMD"
9256 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9257 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9258 for ac_dir in $ac_dummy; do
9260 test -z "$ac_dir" && ac_dir=.
9261 if test -f $ac_dir/file; then
9262 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9263 if test -n "$file_magic_test_file"; then
9264 case $deplibs_check_method in
9266 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9267 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9268 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9269 $EGREP "$file_magic_regex" > /dev/null; then
9274 *** Warning: the command libtool uses to detect shared libraries,
9275 *** $file_magic_cmd, produces output that libtool cannot recognize.
9276 *** The result is that libtool may fail to recognize shared libraries
9277 *** as such. This will affect the creation of libtool libraries that
9278 *** depend on shared libraries, but programs linked with such libtool
9279 *** libraries will work regardless of this problem. Nevertheless, you
9280 *** may want to report the problem to your system manager and/or to
9291 MAGIC_CMD="$lt_save_MAGIC_CMD"
9296 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9297 if test -n "$MAGIC_CMD"; then
9298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9299 $as_echo "$MAGIC_CMD" >&6; }
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9302 $as_echo "no" >&6; }
9315 # Use C for the default configuration in the libtool script
9319 ac_cpp='$CPP $CPPFLAGS'
9320 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9321 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9322 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9325 # Source file extension for C test sources.
9328 # Object file extension for compiled C test sources.
9332 # Code to be used in simple compile tests
9333 lt_simple_compile_test_code="int some_variable = 0;"
9335 # Code to be used in simple link tests
9336 lt_simple_link_test_code='int main(){return(0);}'
9344 # If no C compiler was specified, use CC.
9347 # If no C compiler flags were specified, use CFLAGS.
9348 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9350 # Allow CC to be a program name with arguments.
9353 # Save the default compiler, since it gets overwritten when the other
9354 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9355 compiler_DEFAULT=$CC
9357 # save warnings/boilerplate of simple test code
9358 ac_outfile=conftest.$ac_objext
9359 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9360 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9361 _lt_compiler_boilerplate=`cat conftest.err`
9364 ac_outfile=conftest.$ac_objext
9365 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9366 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9367 _lt_linker_boilerplate=`cat conftest.err`
9372 ## There is no encapsulation within the following macros, do not change
9373 ## the running order or otherwise move them around unless you know exactly
9374 ## what you are doing...
9375 if test -n "$compiler"; then
9377 lt_prog_compiler_no_builtin_flag=
9379 if test "$GCC" = yes; then
9380 case $cc_basename in
9382 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9384 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9388 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9389 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9390 $as_echo_n "(cached) " >&6
9392 lt_cv_prog_compiler_rtti_exceptions=no
9393 ac_outfile=conftest.$ac_objext
9394 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9395 lt_compiler_flag="-fno-rtti -fno-exceptions"
9396 # Insert the option either (1) after the last *FLAGS variable, or
9397 # (2) before a word containing "conftest.", or (3) at the end.
9398 # Note that $ac_compile itself does not contain backslashes and begins
9399 # with a dollar sign (not a hyphen), so the echo should work correctly.
9400 # The option is referenced via a variable to avoid confusing sed.
9401 lt_compile=`echo "$ac_compile" | $SED \
9402 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9403 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9404 -e 's:$: $lt_compiler_flag:'`
9405 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9406 (eval "$lt_compile" 2>conftest.err)
9408 cat conftest.err >&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 if (exit $ac_status) && test -s "$ac_outfile"; then
9411 # The compiler can only warn and ignore the option if not recognized
9412 # So say no if there are warnings other than the usual output.
9413 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9414 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9415 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9416 lt_cv_prog_compiler_rtti_exceptions=yes
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9423 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9425 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9426 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9438 lt_prog_compiler_wl=
9439 lt_prog_compiler_pic=
9440 lt_prog_compiler_static=
9442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9443 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9445 if test "$GCC" = yes; then
9446 lt_prog_compiler_wl='-Wl,'
9447 lt_prog_compiler_static='-static'
9451 # All AIX code is PIC.
9452 if test "$host_cpu" = ia64; then
9453 # AIX 5 now supports IA64 processor
9454 lt_prog_compiler_static='-Bstatic'
9456 lt_prog_compiler_pic='-fPIC'
9462 # see comment about AmigaOS4 .so support
9463 lt_prog_compiler_pic='-fPIC'
9466 # FIXME: we need at least 68020 code to build shared libraries, but
9467 # adding the `-m68020' flag to GCC prevents building anything better,
9469 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9474 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9475 # PIC is the default for these OSes.
9478 mingw* | cygwin* | pw32* | os2* | cegcc*)
9479 # This hack is so that the source file can tell whether it is being
9480 # built for inclusion in a dll (and should export symbols for example).
9481 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9482 # (--disable-auto-import) libraries
9483 lt_prog_compiler_pic='-DDLL_EXPORT'
9486 darwin* | rhapsody*)
9487 # PIC is the default on this platform
9488 # Common symbols not allowed in MH_DYLIB files
9489 lt_prog_compiler_pic='-fno-common'
9493 # PIC is the default for Haiku.
9494 # The "-static" flag exists, but is broken.
9495 lt_prog_compiler_static=
9499 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9500 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9501 # sets the default TLS model and affects inlining.
9507 lt_prog_compiler_pic='-fPIC'
9513 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9514 # Instead, we relocate shared libraries at runtime.
9518 # Just because we use GCC doesn't mean we suddenly get shared libraries
9519 # on systems that don't support them.
9520 lt_prog_compiler_can_build_shared=no
9525 # QNX uses GNU C++, but need to define -shared option too, otherwise
9527 lt_prog_compiler_pic='-fPIC -shared'
9531 if test -d /usr/nec; then
9532 lt_prog_compiler_pic=-Kconform_pic
9537 lt_prog_compiler_pic='-fPIC'
9541 case $cc_basename in
9542 nvcc*) # Cuda Compiler Driver 2.2
9543 lt_prog_compiler_wl='-Xlinker '
9544 lt_prog_compiler_pic='-Xcompiler -fPIC'
9548 # PORTME Check for flag to pass linker flags through the system compiler.
9551 lt_prog_compiler_wl='-Wl,'
9552 if test "$host_cpu" = ia64; then
9553 # AIX 5 now supports IA64 processor
9554 lt_prog_compiler_static='-Bstatic'
9556 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9560 mingw* | cygwin* | pw32* | os2* | cegcc*)
9561 # This hack is so that the source file can tell whether it is being
9562 # built for inclusion in a dll (and should export symbols for example).
9563 lt_prog_compiler_pic='-DDLL_EXPORT'
9566 hpux9* | hpux10* | hpux11*)
9567 lt_prog_compiler_wl='-Wl,'
9568 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9575 lt_prog_compiler_pic='+Z'
9578 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9579 lt_prog_compiler_static='${wl}-a ${wl}archive'
9582 irix5* | irix6* | nonstopux*)
9583 lt_prog_compiler_wl='-Wl,'
9584 # PIC (with -KPIC) is the default.
9585 lt_prog_compiler_static='-non_shared'
9588 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9589 case $cc_basename in
9590 # old Intel for x86_64 which still supported -KPIC.
9592 lt_prog_compiler_wl='-Wl,'
9593 lt_prog_compiler_pic='-KPIC'
9594 lt_prog_compiler_static='-static'
9596 # icc used to be incompatible with GCC.
9597 # ICC 10 doesn't accept -KPIC any more.
9599 lt_prog_compiler_wl='-Wl,'
9600 lt_prog_compiler_pic='-fPIC'
9601 lt_prog_compiler_static='-static'
9603 # Lahey Fortran 8.1.
9605 lt_prog_compiler_wl='-Wl,'
9606 lt_prog_compiler_pic='--shared'
9607 lt_prog_compiler_static='--static'
9609 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9610 # Portland Group compilers (*not* the Pentium gcc compiler,
9611 # which looks to be a dead project)
9612 lt_prog_compiler_wl='-Wl,'
9613 lt_prog_compiler_pic='-fpic'
9614 lt_prog_compiler_static='-Bstatic'
9617 lt_prog_compiler_wl='-Wl,'
9618 # All Alpha code is PIC.
9619 lt_prog_compiler_static='-non_shared'
9621 xl* | bgxl* | bgf* | mpixl*)
9622 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9623 lt_prog_compiler_wl='-Wl,'
9624 lt_prog_compiler_pic='-qpic'
9625 lt_prog_compiler_static='-qstaticlink'
9628 case `$CC -V 2>&1 | sed 5q` in
9629 *Sun\ F* | *Sun*Fortran*)
9630 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9631 lt_prog_compiler_pic='-KPIC'
9632 lt_prog_compiler_static='-Bstatic'
9633 lt_prog_compiler_wl=''
9637 lt_prog_compiler_pic='-KPIC'
9638 lt_prog_compiler_static='-Bstatic'
9639 lt_prog_compiler_wl='-Wl,'
9647 lt_prog_compiler_pic='-KPIC'
9648 lt_prog_compiler_static='-Bstatic'
9652 # QNX uses GNU C++, but need to define -shared option too, otherwise
9654 lt_prog_compiler_pic='-fPIC -shared'
9657 osf3* | osf4* | osf5*)
9658 lt_prog_compiler_wl='-Wl,'
9659 # All OSF/1 code is PIC.
9660 lt_prog_compiler_static='-non_shared'
9664 lt_prog_compiler_static='-non_shared'
9668 lt_prog_compiler_pic='-KPIC'
9669 lt_prog_compiler_static='-Bstatic'
9670 case $cc_basename in
9672 lt_prog_compiler_wl='-Qoption ld ';;
9674 lt_prog_compiler_wl='-Wl,';;
9679 lt_prog_compiler_wl='-Qoption ld '
9680 lt_prog_compiler_pic='-PIC'
9681 lt_prog_compiler_static='-Bstatic'
9684 sysv4 | sysv4.2uw2* | sysv4.3*)
9685 lt_prog_compiler_wl='-Wl,'
9686 lt_prog_compiler_pic='-KPIC'
9687 lt_prog_compiler_static='-Bstatic'
9691 if test -d /usr/nec ;then
9692 lt_prog_compiler_pic='-Kconform_pic'
9693 lt_prog_compiler_static='-Bstatic'
9697 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9698 lt_prog_compiler_wl='-Wl,'
9699 lt_prog_compiler_pic='-KPIC'
9700 lt_prog_compiler_static='-Bstatic'
9704 lt_prog_compiler_wl='-Wl,'
9705 lt_prog_compiler_can_build_shared=no
9709 lt_prog_compiler_pic='-pic'
9710 lt_prog_compiler_static='-Bstatic'
9714 lt_prog_compiler_can_build_shared=no
9720 # For platforms which do not support PIC, -DPIC is meaningless:
9722 lt_prog_compiler_pic=
9725 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9729 $as_echo "$lt_prog_compiler_pic" >&6; }
9737 # Check to make sure the PIC flag actually works.
9739 if test -n "$lt_prog_compiler_pic"; then
9740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9741 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9742 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9743 $as_echo_n "(cached) " >&6
9745 lt_cv_prog_compiler_pic_works=no
9746 ac_outfile=conftest.$ac_objext
9747 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9748 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9749 # Insert the option either (1) after the last *FLAGS variable, or
9750 # (2) before a word containing "conftest.", or (3) at the end.
9751 # Note that $ac_compile itself does not contain backslashes and begins
9752 # with a dollar sign (not a hyphen), so the echo should work correctly.
9753 # The option is referenced via a variable to avoid confusing sed.
9754 lt_compile=`echo "$ac_compile" | $SED \
9755 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9756 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9757 -e 's:$: $lt_compiler_flag:'`
9758 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9759 (eval "$lt_compile" 2>conftest.err)
9761 cat conftest.err >&5
9762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9763 if (exit $ac_status) && test -s "$ac_outfile"; then
9764 # The compiler can only warn and ignore the option if not recognized
9765 # So say no if there are warnings other than the usual output.
9766 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9767 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9768 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9769 lt_cv_prog_compiler_pic_works=yes
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9776 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9778 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9779 case $lt_prog_compiler_pic in
9781 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9784 lt_prog_compiler_pic=
9785 lt_prog_compiler_can_build_shared=no
9796 # Check to make sure the static flag actually works.
9798 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9800 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9801 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9802 $as_echo_n "(cached) " >&6
9804 lt_cv_prog_compiler_static_works=no
9805 save_LDFLAGS="$LDFLAGS"
9806 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9807 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9808 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9809 # The linker can only warn and ignore the option if not recognized
9810 # So say no if there are warnings
9811 if test -s conftest.err; then
9812 # Append any errors to the config.log.
9813 cat conftest.err 1>&5
9814 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9815 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9816 if diff conftest.exp conftest.er2 >/dev/null; then
9817 lt_cv_prog_compiler_static_works=yes
9820 lt_cv_prog_compiler_static_works=yes
9824 LDFLAGS="$save_LDFLAGS"
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9828 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9830 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9833 lt_prog_compiler_static=
9842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9843 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9844 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9845 $as_echo_n "(cached) " >&6
9847 lt_cv_prog_compiler_c_o=no
9848 $RM -r conftest 2>/dev/null
9852 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9854 lt_compiler_flag="-o out/conftest2.$ac_objext"
9855 # Insert the option either (1) after the last *FLAGS variable, or
9856 # (2) before a word containing "conftest.", or (3) at the end.
9857 # Note that $ac_compile itself does not contain backslashes and begins
9858 # with a dollar sign (not a hyphen), so the echo should work correctly.
9859 lt_compile=`echo "$ac_compile" | $SED \
9860 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9861 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9862 -e 's:$: $lt_compiler_flag:'`
9863 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9864 (eval "$lt_compile" 2>out/conftest.err)
9866 cat out/conftest.err >&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9870 # The compiler can only warn and ignore the option if not recognized
9871 # So say no if there are warnings
9872 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9873 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9874 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9875 lt_cv_prog_compiler_c_o=yes
9880 # SGI C++ compiler will create directory out/ii_files/ for
9881 # template instantiation
9882 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9883 $RM out/* && rmdir out
9889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9890 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9898 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9899 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9900 $as_echo_n "(cached) " >&6
9902 lt_cv_prog_compiler_c_o=no
9903 $RM -r conftest 2>/dev/null
9907 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9909 lt_compiler_flag="-o out/conftest2.$ac_objext"
9910 # Insert the option either (1) after the last *FLAGS variable, or
9911 # (2) before a word containing "conftest.", or (3) at the end.
9912 # Note that $ac_compile itself does not contain backslashes and begins
9913 # with a dollar sign (not a hyphen), so the echo should work correctly.
9914 lt_compile=`echo "$ac_compile" | $SED \
9915 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9916 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9917 -e 's:$: $lt_compiler_flag:'`
9918 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9919 (eval "$lt_compile" 2>out/conftest.err)
9921 cat out/conftest.err >&5
9922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9923 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9925 # The compiler can only warn and ignore the option if not recognized
9926 # So say no if there are warnings
9927 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9928 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9929 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9930 lt_cv_prog_compiler_c_o=yes
9935 # SGI C++ compiler will create directory out/ii_files/ for
9936 # template instantiation
9937 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9938 $RM out/* && rmdir out
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9945 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9950 hard_links="nottested"
9951 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9952 # do not overwrite the value of need_locks provided by the user
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9954 $as_echo_n "checking if we can lock with hard links... " >&6; }
9957 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9959 ln conftest.a conftest.b 2>&5 || hard_links=no
9960 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9962 $as_echo "$hard_links" >&6; }
9963 if test "$hard_links" = no; then
9964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9965 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9978 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9981 allow_undefined_flag=
9982 always_export_symbols=no
9984 archive_expsym_cmds=
9985 compiler_needs_object=no
9986 enable_shared_with_static_runtimes=no
9987 export_dynamic_flag_spec=
9988 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9989 hardcode_automatic=no
9991 hardcode_direct_absolute=no
9992 hardcode_libdir_flag_spec=
9993 hardcode_libdir_flag_spec_ld=
9994 hardcode_libdir_separator=
9996 hardcode_shlibpath_var=unsupported
9998 link_all_deplibs=unknown
10000 module_expsym_cmds=
10001 old_archive_from_new_cmds=
10002 old_archive_from_expsyms_cmds=
10003 thread_safe_flag_spec=
10004 whole_archive_flag_spec=
10005 # include_expsyms should be a list of space-separated symbols to be *always*
10006 # included in the symbol list
10008 # exclude_expsyms can be an extended regexp of symbols to exclude
10009 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10010 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10011 # as well as any symbol that contains `d'.
10012 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10013 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10014 # platforms (ab)use it in PIC code, but their linkers get confused if
10015 # the symbol is explicitly referenced. Since portable code cannot
10016 # rely on this symbol name, it's probably fine to never include it in
10017 # preloaded symbol tables.
10018 # Exclude shared library initialization/finalization symbols.
10019 extract_expsyms_cmds=
10022 cygwin* | mingw* | pw32* | cegcc*)
10023 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10024 # When not using gcc, we currently assume that we are using
10025 # Microsoft Visual C++.
10026 if test "$GCC" != yes; then
10031 # we just hope/assume this is gcc and not c89 (= MSVC++)
10041 # On some targets, GNU ld is compatible enough with the native linker
10042 # that we're better off using the native interface for both.
10043 lt_use_gnu_ld_interface=no
10044 if test "$with_gnu_ld" = yes; then
10047 # The AIX port of GNU ld has always aspired to compatibility
10048 # with the native linker. However, as the warning in the GNU ld
10049 # block says, versions before 2.19.5* couldn't really create working
10050 # shared libraries, regardless of the interface used.
10051 case `$LD -v 2>&1` in
10052 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10053 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10054 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10056 lt_use_gnu_ld_interface=yes
10061 lt_use_gnu_ld_interface=yes
10066 if test "$lt_use_gnu_ld_interface" = yes; then
10067 # If archive_cmds runs LD, not CC, wlarc should be empty
10070 # Set some defaults for GNU ld with shared library support. These
10071 # are reset later if shared libraries are not supported. Putting them
10072 # here allows them to be overridden if necessary.
10073 runpath_var=LD_RUN_PATH
10074 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10075 export_dynamic_flag_spec='${wl}--export-dynamic'
10076 # ancient GNU ld didn't support --whole-archive et. al.
10077 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10078 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10080 whole_archive_flag_spec=
10082 supports_anon_versioning=no
10083 case `$LD -v 2>&1` in
10084 *GNU\ gold*) supports_anon_versioning=yes ;;
10085 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10086 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10087 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10088 *\ 2.11.*) ;; # other 2.11 versions
10089 *) supports_anon_versioning=yes ;;
10092 # See if GNU ld supports shared libraries.
10095 # On AIX/PPC, the GNU linker is very broken
10096 if test "$host_cpu" != ia64; then
10100 *** Warning: the GNU linker, at least up to release 2.19, is reported
10101 *** to be unable to reliably create shared libraries on AIX.
10102 *** Therefore, libtool is disabling shared libraries support. If you
10103 *** really care for shared libraries, you may want to install binutils
10104 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10105 *** You will then need to restart the configuration process.
10114 # see comment about AmigaOS4 .so support
10115 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10116 archive_expsym_cmds=''
10119 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)'
10120 hardcode_libdir_flag_spec='-L$libdir'
10121 hardcode_minus_L=yes
10127 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10128 allow_undefined_flag=unsupported
10130 # support --undefined. This deserves some investigation. FIXME
10131 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10137 cygwin* | mingw* | pw32* | cegcc*)
10138 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10139 # as there is no search path for DLLs.
10140 hardcode_libdir_flag_spec='-L$libdir'
10141 export_dynamic_flag_spec='${wl}--export-all-symbols'
10142 allow_undefined_flag=unsupported
10143 always_export_symbols=no
10144 enable_shared_with_static_runtimes=yes
10145 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10147 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10148 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10149 # If the export-symbols file already is a .def file (1st line
10150 # is EXPORTS), use it as is; otherwise, prepend...
10151 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10152 cp $export_symbols $output_objdir/$soname.def;
10154 echo EXPORTS > $output_objdir/$soname.def;
10155 cat $export_symbols >> $output_objdir/$soname.def;
10157 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10164 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10165 link_all_deplibs=yes
10170 hardcode_shlibpath_var=no
10171 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10172 export_dynamic_flag_spec='${wl}-E'
10173 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10174 # Instead, shared libraries are loaded at an image base (0x10000000 by
10175 # default) and relocated if they conflict, which is a slow very memory
10176 # consuming and fragmenting process. To avoid this, we pick a random,
10177 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10178 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10179 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10180 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'
10183 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10185 if test "$host_os" = linux-dietlibc; then
10186 case $cc_basename in
10187 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10190 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10191 && test "$tmp_diet" = no
10193 tmp_addflag=' $pic_flag'
10194 tmp_sharedflag='-shared'
10195 case $cc_basename,$host_cpu in
10196 pgcc*) # Portland Group C compiler
10197 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'
10198 tmp_addflag=' $pic_flag'
10200 pgf77* | pgf90* | pgf95* | pgfortran*)
10201 # Portland Group f77 and f90 compilers
10202 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'
10203 tmp_addflag=' $pic_flag -Mnomain' ;;
10204 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10205 tmp_addflag=' -i_dynamic' ;;
10206 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10207 tmp_addflag=' -i_dynamic -nofor_main' ;;
10208 ifc* | ifort*) # Intel Fortran compiler
10209 tmp_addflag=' -nofor_main' ;;
10210 lf95*) # Lahey Fortran 8.1
10211 whole_archive_flag_spec=
10212 tmp_sharedflag='--shared' ;;
10213 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10214 tmp_sharedflag='-qmkshrobj'
10216 nvcc*) # Cuda Compiler Driver 2.2
10217 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'
10218 compiler_needs_object=yes
10221 case `$CC -V 2>&1 | sed 5q` in
10222 *Sun\ C*) # Sun C 5.9
10223 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'
10224 compiler_needs_object=yes
10225 tmp_sharedflag='-G' ;;
10226 *Sun\ F*) # Sun Fortran 8.3
10227 tmp_sharedflag='-G' ;;
10229 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10231 if test "x$supports_anon_versioning" = xyes; then
10232 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10233 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10234 echo "local: *; };" >> $output_objdir/$libname.ver~
10235 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10238 case $cc_basename in
10239 xlf* | bgf* | bgxlf* | mpixlf*)
10240 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10241 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10242 hardcode_libdir_flag_spec=
10243 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10244 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10245 if test "x$supports_anon_versioning" = xyes; then
10246 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10247 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10248 echo "local: *; };" >> $output_objdir/$libname.ver~
10249 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10259 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10260 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10263 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10264 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10269 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10273 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10274 *** create shared libraries on Solaris systems. Therefore, libtool
10275 *** is disabling shared libraries support. We urge you to upgrade GNU
10276 *** binutils to release 2.9.1 or newer. Another option is to modify
10277 *** your PATH or compiler configuration so that the native linker is
10278 *** used, and then restart.
10281 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10282 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10283 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10289 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10290 case `$LD -v 2>&1` in
10291 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10295 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10296 *** reliably create shared libraries on SCO systems. Therefore, libtool
10297 *** is disabling shared libraries support. We urge you to upgrade GNU
10298 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10299 *** your PATH or compiler configuration so that the native linker is
10300 *** used, and then restart.
10305 # For security reasons, it is highly recommended that you always
10306 # use absolute paths for naming shared libraries, and exclude the
10307 # DT_RUNPATH tag from executables and libraries. But doing so
10308 # requires that you compile everything twice, which is a pain.
10309 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10310 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10311 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10312 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10321 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10323 hardcode_direct=yes
10324 hardcode_shlibpath_var=no
10328 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10329 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10330 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10337 if test "$ld_shlibs" = no; then
10339 hardcode_libdir_flag_spec=
10340 export_dynamic_flag_spec=
10341 whole_archive_flag_spec=
10344 # PORTME fill in a description of your system's linker (not GNU ld)
10347 allow_undefined_flag=unsupported
10348 always_export_symbols=yes
10349 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'
10350 # Note: this linker hardcodes the directories in LIBPATH if there
10351 # are no directories specified by -L.
10352 hardcode_minus_L=yes
10353 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10354 # Neither direct hardcoding nor static linking is supported with a
10356 hardcode_direct=unsupported
10361 if test "$host_cpu" = ia64; then
10362 # On IA64, the linker does run time linking by default, so we don't
10363 # have to do anything special.
10364 aix_use_runtimelinking=no
10365 exp_sym_flag='-Bexport'
10368 # If we're using GNU nm, then we don't want the "-C" option.
10369 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10370 # Also, AIX nm treats weak defined symbols like other global
10371 # defined symbols, whereas GNU nm marks them as "W".
10372 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10373 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'
10375 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'
10377 aix_use_runtimelinking=no
10379 # Test if we are trying to use run time linking or normal
10380 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10381 # need to do runtime linking.
10382 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10383 for ld_flag in $LDFLAGS; do
10384 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10385 aix_use_runtimelinking=yes
10392 exp_sym_flag='-bexport'
10393 no_entry_flag='-bnoentry'
10396 # When large executables or shared objects are built, AIX ld can
10397 # have problems creating the table of contents. If linking a library
10398 # or program results in "error TOC overflow" add -mminimal-toc to
10399 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10400 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10403 hardcode_direct=yes
10404 hardcode_direct_absolute=yes
10405 hardcode_libdir_separator=':'
10406 link_all_deplibs=yes
10407 file_list_spec='${wl}-f,'
10409 if test "$GCC" = yes; then
10410 case $host_os in aix4.[012]|aix4.[012].*)
10411 # We only want to do this on AIX 4.2 and lower, the check
10412 # below for broken collect2 doesn't work under 4.3+
10413 collect2name=`${CC} -print-prog-name=collect2`
10414 if test -f "$collect2name" &&
10415 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10417 # We have reworked collect2
10420 # We have old collect2
10421 hardcode_direct=unsupported
10422 # It fails to find uninstalled libraries when the uninstalled
10423 # path is not listed in the libpath. Setting hardcode_minus_L
10424 # to unsupported forces relinking
10425 hardcode_minus_L=yes
10426 hardcode_libdir_flag_spec='-L$libdir'
10427 hardcode_libdir_separator=
10431 shared_flag='-shared'
10432 if test "$aix_use_runtimelinking" = yes; then
10433 shared_flag="$shared_flag "'${wl}-G'
10437 if test "$host_cpu" = ia64; then
10438 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10439 # chokes on -Wl,-G. The following line is correct:
10442 if test "$aix_use_runtimelinking" = yes; then
10443 shared_flag='${wl}-G'
10445 shared_flag='${wl}-bM:SRE'
10450 export_dynamic_flag_spec='${wl}-bexpall'
10451 # It seems that -bexpall does not export symbols beginning with
10452 # underscore (_), so it is better to generate a list of symbols to export.
10453 always_export_symbols=yes
10454 if test "$aix_use_runtimelinking" = yes; then
10455 # Warning - without using the other runtime loading flags (-brtl),
10456 # -berok will link without error, but may produce a broken library.
10457 allow_undefined_flag='-berok'
10458 # Determine the default libpath from the value encoded in an
10459 # empty executable.
10460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10461 /* end confdefs.h. */
10471 if ac_fn_c_try_link "$LINENO"; then :
10473 lt_aix_libpath_sed='
10474 /Import File Strings/,/^$/ {
10480 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10481 # Check for a 64-bit object if we didn't find anything.
10482 if test -z "$aix_libpath"; then
10483 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10486 rm -f core conftest.err conftest.$ac_objext \
10487 conftest$ac_exeext conftest.$ac_ext
10488 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10490 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10491 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"
10493 if test "$host_cpu" = ia64; then
10494 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10495 allow_undefined_flag="-z nodefs"
10496 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"
10498 # Determine the default libpath from the value encoded in an
10499 # empty executable.
10500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10501 /* end confdefs.h. */
10511 if ac_fn_c_try_link "$LINENO"; then :
10513 lt_aix_libpath_sed='
10514 /Import File Strings/,/^$/ {
10520 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10521 # Check for a 64-bit object if we didn't find anything.
10522 if test -z "$aix_libpath"; then
10523 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10526 rm -f core conftest.err conftest.$ac_objext \
10527 conftest$ac_exeext conftest.$ac_ext
10528 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10530 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10531 # Warning - without using the other run time loading flags,
10532 # -berok will link without error, but may produce a broken library.
10533 no_undefined_flag=' ${wl}-bernotok'
10534 allow_undefined_flag=' ${wl}-berok'
10535 if test "$with_gnu_ld" = yes; then
10536 # We only use this code for GNU lds that support --whole-archive.
10537 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10539 # Exported symbols can be pulled into shared objects from archives
10540 whole_archive_flag_spec='$convenience'
10542 archive_cmds_need_lc=yes
10543 # This is similar to how AIX traditionally builds its shared libraries.
10544 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'
10552 # see comment about AmigaOS4 .so support
10553 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10554 archive_expsym_cmds=''
10557 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)'
10558 hardcode_libdir_flag_spec='-L$libdir'
10559 hardcode_minus_L=yes
10565 export_dynamic_flag_spec=-rdynamic
10568 cygwin* | mingw* | pw32* | cegcc*)
10569 # When not using gcc, we currently assume that we are using
10570 # Microsoft Visual C++.
10571 # hardcode_libdir_flag_spec is actually meaningless, as there is
10572 # no search path for DLLs.
10573 hardcode_libdir_flag_spec=' '
10574 allow_undefined_flag=unsupported
10575 # Tell ltmain to make .lib files, not .a files.
10577 # Tell ltmain to make .dll files, not .so files.
10579 # FIXME: Setting linknames here is a bad hack.
10580 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10581 # The linker will automatically build a .lib file if we build a DLL.
10582 old_archive_from_new_cmds='true'
10583 # FIXME: Should let the user specify the lib program.
10584 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10585 fix_srcfile_path='`cygpath -w "$srcfile"`'
10586 enable_shared_with_static_runtimes=yes
10589 darwin* | rhapsody*)
10592 archive_cmds_need_lc=no
10594 hardcode_automatic=yes
10595 hardcode_shlibpath_var=unsupported
10596 if test "$lt_cv_ld_force_load" = "yes"; then
10597 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\"`'
10599 whole_archive_flag_spec=''
10601 link_all_deplibs=yes
10602 allow_undefined_flag="$_lt_dar_allow_undefined"
10603 case $cc_basename in
10604 ifort*) _lt_dar_can_shared=yes ;;
10605 *) _lt_dar_can_shared=$GCC ;;
10607 if test "$_lt_dar_can_shared" = "yes"; then
10608 output_verbose_link_cmd=func_echo_all
10609 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10610 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10611 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}"
10612 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}"
10621 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10622 hardcode_libdir_flag_spec='-L$libdir'
10623 hardcode_shlibpath_var=no
10626 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10627 # support. Future versions do this automatically, but an explicit c++rt0.o
10628 # does not break anything, and helps significantly (at the cost of a little
10631 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10632 hardcode_libdir_flag_spec='-R$libdir'
10633 hardcode_direct=yes
10634 hardcode_shlibpath_var=no
10637 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10639 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10640 hardcode_direct=yes
10641 hardcode_minus_L=yes
10642 hardcode_shlibpath_var=no
10645 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10646 freebsd* | dragonfly*)
10647 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10648 hardcode_libdir_flag_spec='-R$libdir'
10649 hardcode_direct=yes
10650 hardcode_shlibpath_var=no
10654 if test "$GCC" = yes; then
10655 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'
10657 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'
10659 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10660 hardcode_libdir_separator=:
10661 hardcode_direct=yes
10663 # hardcode_minus_L: Not really in the search PATH,
10664 # but as the default location of the library.
10665 hardcode_minus_L=yes
10666 export_dynamic_flag_spec='${wl}-E'
10670 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10671 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10673 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10675 if test "$with_gnu_ld" = no; then
10676 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10677 hardcode_libdir_flag_spec_ld='+b $libdir'
10678 hardcode_libdir_separator=:
10679 hardcode_direct=yes
10680 hardcode_direct_absolute=yes
10681 export_dynamic_flag_spec='${wl}-E'
10682 # hardcode_minus_L: Not really in the search PATH,
10683 # but as the default location of the library.
10684 hardcode_minus_L=yes
10689 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10692 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10695 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10698 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10704 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10707 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10711 # Older versions of the 11.00 compiler do not understand -b yet
10712 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10714 $as_echo_n "checking if $CC understands -b... " >&6; }
10715 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10716 $as_echo_n "(cached) " >&6
10718 lt_cv_prog_compiler__b=no
10719 save_LDFLAGS="$LDFLAGS"
10720 LDFLAGS="$LDFLAGS -b"
10721 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10722 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10723 # The linker can only warn and ignore the option if not recognized
10724 # So say no if there are warnings
10725 if test -s conftest.err; then
10726 # Append any errors to the config.log.
10727 cat conftest.err 1>&5
10728 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10729 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10730 if diff conftest.exp conftest.er2 >/dev/null; then
10731 lt_cv_prog_compiler__b=yes
10734 lt_cv_prog_compiler__b=yes
10738 LDFLAGS="$save_LDFLAGS"
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10742 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10744 if test x"$lt_cv_prog_compiler__b" = xyes; then
10745 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10747 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10753 if test "$with_gnu_ld" = no; then
10754 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10755 hardcode_libdir_separator=:
10760 hardcode_shlibpath_var=no
10763 hardcode_direct=yes
10764 hardcode_direct_absolute=yes
10765 export_dynamic_flag_spec='${wl}-E'
10767 # hardcode_minus_L: Not really in the search PATH,
10768 # but as the default location of the library.
10769 hardcode_minus_L=yes
10775 irix5* | irix6* | nonstopux*)
10776 if test "$GCC" = yes; then
10777 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'
10778 # Try to use the -exported_symbol ld option, if it does not
10779 # work, assume that -exports_file does not work either and
10780 # implicitly export all symbols.
10781 save_LDFLAGS="$LDFLAGS"
10782 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10784 /* end confdefs.h. */
10787 if ac_fn_c_try_link "$LINENO"; then :
10788 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'
10791 rm -f core conftest.err conftest.$ac_objext \
10792 conftest$ac_exeext conftest.$ac_ext
10793 LDFLAGS="$save_LDFLAGS"
10795 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'
10796 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'
10798 archive_cmds_need_lc='no'
10799 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10800 hardcode_libdir_separator=:
10802 link_all_deplibs=yes
10806 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10807 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10809 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10811 hardcode_libdir_flag_spec='-R$libdir'
10812 hardcode_direct=yes
10813 hardcode_shlibpath_var=no
10817 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10818 hardcode_direct=yes
10819 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10820 hardcode_libdir_separator=:
10821 hardcode_shlibpath_var=no
10828 if test -f /usr/libexec/ld.so; then
10829 hardcode_direct=yes
10830 hardcode_shlibpath_var=no
10831 hardcode_direct_absolute=yes
10832 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10833 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10834 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10835 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10836 export_dynamic_flag_spec='${wl}-E'
10839 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10840 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10841 hardcode_libdir_flag_spec='-R$libdir'
10844 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10845 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10855 hardcode_libdir_flag_spec='-L$libdir'
10856 hardcode_minus_L=yes
10857 allow_undefined_flag=unsupported
10858 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'
10859 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10863 if test "$GCC" = yes; then
10864 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10865 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'
10867 allow_undefined_flag=' -expect_unresolved \*'
10868 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'
10870 archive_cmds_need_lc='no'
10871 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10872 hardcode_libdir_separator=:
10875 osf4* | osf5*) # as osf3* with the addition of -msym flag
10876 if test "$GCC" = yes; then
10877 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10878 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'
10879 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10881 allow_undefined_flag=' -expect_unresolved \*'
10882 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'
10883 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~
10884 $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'
10886 # Both c and cxx compiler support -rpath directly
10887 hardcode_libdir_flag_spec='-rpath $libdir'
10889 archive_cmds_need_lc='no'
10890 hardcode_libdir_separator=:
10894 no_undefined_flag=' -z defs'
10895 if test "$GCC" = yes; then
10897 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10898 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10899 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10901 case `$CC -V 2>&1` in
10904 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10905 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10906 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10910 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10911 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10912 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10916 hardcode_libdir_flag_spec='-R$libdir'
10917 hardcode_shlibpath_var=no
10919 solaris2.[0-5] | solaris2.[0-5].*) ;;
10921 # The compiler driver will combine and reorder linker options,
10922 # but understands `-z linker_flag'. GCC discards it without `$wl',
10923 # but is careful enough not to reorder.
10924 # Supported since Solaris 2.6 (maybe 2.5.1?)
10925 if test "$GCC" = yes; then
10926 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10928 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10932 link_all_deplibs=yes
10936 if test "x$host_vendor" = xsequent; then
10937 # Use $CC to link under sequent, because it throws in some extra .o
10938 # files that make .init and .fini sections work.
10939 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10941 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10943 hardcode_libdir_flag_spec='-L$libdir'
10944 hardcode_direct=yes
10945 hardcode_minus_L=yes
10946 hardcode_shlibpath_var=no
10950 case $host_vendor in
10952 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10953 hardcode_direct=yes # is this really true???
10956 ## LD is ld it makes a PLAMLIB
10957 ## CC just makes a GrossModule.
10958 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10959 reload_cmds='$CC -r -o $output$reload_objs'
10963 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10964 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10967 runpath_var='LD_RUN_PATH'
10968 hardcode_shlibpath_var=no
10972 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10973 hardcode_shlibpath_var=no
10974 export_dynamic_flag_spec='-Bexport'
10978 if test -d /usr/nec; then
10979 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10980 hardcode_shlibpath_var=no
10981 runpath_var=LD_RUN_PATH
10982 hardcode_runpath_var=yes
10987 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10988 no_undefined_flag='${wl}-z,text'
10989 archive_cmds_need_lc=no
10990 hardcode_shlibpath_var=no
10991 runpath_var='LD_RUN_PATH'
10993 if test "$GCC" = yes; then
10994 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10995 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10997 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10998 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11002 sysv5* | sco3.2v5* | sco5v6*)
11003 # Note: We can NOT use -z defs as we might desire, because we do not
11004 # link with -lc, and that would cause any symbols used from libc to
11005 # always be unresolved, which means just about no library would
11006 # ever link correctly. If we're not using GNU ld we use -z text
11007 # though, which does catch some bad symbols but isn't as heavy-handed
11009 no_undefined_flag='${wl}-z,text'
11010 allow_undefined_flag='${wl}-z,nodefs'
11011 archive_cmds_need_lc=no
11012 hardcode_shlibpath_var=no
11013 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11014 hardcode_libdir_separator=':'
11015 link_all_deplibs=yes
11016 export_dynamic_flag_spec='${wl}-Bexport'
11017 runpath_var='LD_RUN_PATH'
11019 if test "$GCC" = yes; then
11020 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11021 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11023 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11024 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11029 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11030 hardcode_libdir_flag_spec='-L$libdir'
11031 hardcode_shlibpath_var=no
11039 if test x$host_vendor = xsni; then
11041 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11042 export_dynamic_flag_spec='${wl}-Blargedynsym'
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11049 $as_echo "$ld_shlibs" >&6; }
11050 test "$ld_shlibs" = no && can_build_shared=no
11052 with_gnu_ld=$with_gnu_ld
11069 # Do we need to explicitly link libc?
11071 case "x$archive_cmds_need_lc" in
11073 # Assume -lc should be added
11074 archive_cmds_need_lc=yes
11076 if test "$enable_shared" = yes && test "$GCC" = yes; then
11077 case $archive_cmds in
11079 # FIXME: we may have to deal with multi-command sequences.
11082 # Test whether the compiler implicitly links with -lc since on some
11083 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11084 # to ld, don't add -lc before -lgcc.
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11086 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11087 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11088 $as_echo_n "(cached) " >&6
11091 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11093 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11094 (eval $ac_compile) 2>&5
11096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11097 test $ac_status = 0; } 2>conftest.err; then
11100 libobjs=conftest.$ac_objext
11102 wl=$lt_prog_compiler_wl
11103 pic_flag=$lt_prog_compiler_pic
11109 lt_save_allow_undefined_flag=$allow_undefined_flag
11110 allow_undefined_flag=
11111 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11112 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11114 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11115 test $ac_status = 0; }
11117 lt_cv_archive_cmds_need_lc=no
11119 lt_cv_archive_cmds_need_lc=yes
11121 allow_undefined_flag=$lt_save_allow_undefined_flag
11123 cat conftest.err 1>&5
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11129 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11130 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11294 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11296 if test "$GCC" = yes; then
11298 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11299 *) lt_awk_arg="/^libraries:/" ;;
11302 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11303 *) lt_sed_strip_eq="s,=/,/,g" ;;
11305 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11306 case $lt_search_path_spec in
11308 # if the path contains ";" then we assume it to be the separator
11309 # otherwise default to the standard path separator (i.e. ":") - it is
11310 # assumed that no part of a normal pathname contains ";" but that should
11311 # okay in the real world where ";" in dirpaths is itself problematic.
11312 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11315 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11318 # Ok, now we have the path, separated by spaces, we can step through it
11319 # and add multilib dir if necessary.
11320 lt_tmp_lt_search_path_spec=
11321 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11322 for lt_sys_path in $lt_search_path_spec; do
11323 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11324 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11326 test -d "$lt_sys_path" && \
11327 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11330 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11331 BEGIN {RS=" "; FS="/|\n";} {
11334 for (lt_i = NF; lt_i > 0; lt_i--) {
11335 if ($lt_i != "" && $lt_i != ".") {
11336 if ($lt_i == "..") {
11339 if (lt_count == 0) {
11340 lt_foo="/" $lt_i lt_foo;
11347 if (lt_foo != "") { lt_freq[lt_foo]++; }
11348 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11350 # AWK program above erroneously prepends '/' to C:/dos/paths
11353 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11354 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11356 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11358 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11360 library_names_spec=
11361 libname_spec='lib$name'
11365 postuninstall_cmds=
11369 shlibpath_overrides_runpath=unknown
11371 dynamic_linker="$host_os ld.so"
11372 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11373 need_lib_prefix=unknown
11374 hardcode_into_libs=no
11376 # when you set need_version to no, make sure it does not cause -set_version
11377 # flags to be left without arguments
11378 need_version=unknown
11383 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11384 shlibpath_var=LIBPATH
11386 # AIX 3 has no versioning support, so we append a major version to the name.
11387 soname_spec='${libname}${release}${shared_ext}$major'
11394 hardcode_into_libs=yes
11395 if test "$host_cpu" = ia64; then
11396 # AIX 5 supports IA64
11397 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11398 shlibpath_var=LD_LIBRARY_PATH
11400 # With GCC up to 2.95.x, collect2 would create an import file
11401 # for dependence libraries. The import file would start with
11402 # the line `#! .'. This would cause the generated library to
11403 # depend on `.', always an invalid library. This was fixed in
11404 # development snapshots of GCC prior to 3.0.
11406 aix4 | aix4.[01] | aix4.[01].*)
11407 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11409 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11412 can_build_shared=no
11416 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11417 # soname into executable. Probably we can add versioning support to
11418 # collect2, so additional links can be useful in future.
11419 if test "$aix_use_runtimelinking" = yes; then
11420 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11421 # instead of lib<name>.a to let people know that these are not
11422 # typical AIX shared libraries.
11423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11425 # We preserve .a as extension for shared libraries through AIX4.2
11426 # and later when we are not doing run time linking.
11427 library_names_spec='${libname}${release}.a $libname.a'
11428 soname_spec='${libname}${release}${shared_ext}$major'
11430 shlibpath_var=LIBPATH
11437 # Since July 2007 AmigaOS4 officially supports .so libraries.
11438 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11439 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11442 library_names_spec='$libname.ixlibrary $libname.a'
11443 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11444 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'
11450 library_names_spec='${libname}${shared_ext}'
11451 dynamic_linker="$host_os ld.so"
11452 shlibpath_var=LIBRARY_PATH
11458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11459 soname_spec='${libname}${release}${shared_ext}$major'
11460 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11461 shlibpath_var=LD_LIBRARY_PATH
11462 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11463 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11464 # the default ld.so.conf also contains /usr/contrib/lib and
11465 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11466 # libtool to hard-code these into programs
11469 cygwin* | mingw* | pw32* | cegcc*)
11470 version_type=windows
11475 case $GCC,$host_os in
11476 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11477 library_names_spec='$libname.dll.a'
11478 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11479 postinstall_cmds='base_file=`basename \${file}`~
11480 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11481 dldir=$destdir/`dirname \$dlpath`~
11482 test -d \$dldir || mkdir -p \$dldir~
11483 $install_prog $dir/$dlname \$dldir/$dlname~
11484 chmod a+x \$dldir/$dlname~
11485 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11486 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11488 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11489 dlpath=$dir/\$dldll~
11491 shlibpath_overrides_runpath=yes
11495 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11496 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11498 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11501 # MinGW DLLs use traditional 'lib' prefix
11502 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11505 # pw32 DLLs use 'pw' prefix rather than 'lib'
11506 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11512 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11515 dynamic_linker='Win32 ld.exe'
11516 # FIXME: first we should search . and the directory the executable is in
11520 darwin* | rhapsody*)
11521 dynamic_linker="$host_os dyld"
11522 version_type=darwin
11525 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11526 soname_spec='${libname}${release}${major}$shared_ext'
11527 shlibpath_overrides_runpath=yes
11528 shlibpath_var=DYLD_LIBRARY_PATH
11529 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11531 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11532 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11540 soname_spec='${libname}${release}${shared_ext}$major'
11541 shlibpath_var=LD_LIBRARY_PATH
11544 freebsd* | dragonfly*)
11545 # DragonFly does not have aout. When/if they implement a new
11546 # versioning mechanism, adjust this.
11547 if test -x /usr/bin/objformat; then
11548 objformat=`/usr/bin/objformat`
11551 freebsd[23].*) objformat=aout ;;
11552 *) objformat=elf ;;
11555 version_type=freebsd-$objformat
11556 case $version_type in
11558 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11563 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11567 shlibpath_var=LD_LIBRARY_PATH
11570 shlibpath_overrides_runpath=yes
11572 freebsd3.[01]* | freebsdelf3.[01]*)
11573 shlibpath_overrides_runpath=yes
11574 hardcode_into_libs=yes
11576 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11577 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11578 shlibpath_overrides_runpath=no
11579 hardcode_into_libs=yes
11581 *) # from 4.6 on, and DragonFly
11582 shlibpath_overrides_runpath=yes
11583 hardcode_into_libs=yes
11592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11593 soname_spec='${libname}${release}${shared_ext}$major'
11594 shlibpath_var=LD_LIBRARY_PATH
11595 hardcode_into_libs=yes
11602 dynamic_linker="$host_os runtime_loader"
11603 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11604 soname_spec='${libname}${release}${shared_ext}$major'
11605 shlibpath_var=LIBRARY_PATH
11606 shlibpath_overrides_runpath=yes
11607 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11608 hardcode_into_libs=yes
11611 hpux9* | hpux10* | hpux11*)
11612 # Give a soname corresponding to the major version so that dld.sl refuses to
11613 # link against other versions.
11620 hardcode_into_libs=yes
11621 dynamic_linker="$host_os dld.so"
11622 shlibpath_var=LD_LIBRARY_PATH
11623 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11624 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11625 soname_spec='${libname}${release}${shared_ext}$major'
11626 if test "X$HPUX_IA64_MODE" = X32; then
11627 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11629 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11631 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11635 hardcode_into_libs=yes
11636 dynamic_linker="$host_os dld.sl"
11637 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11638 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11639 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11640 soname_spec='${libname}${release}${shared_ext}$major'
11641 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11642 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11646 dynamic_linker="$host_os dld.sl"
11647 shlibpath_var=SHLIB_PATH
11648 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11650 soname_spec='${libname}${release}${shared_ext}$major'
11653 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11654 postinstall_cmds='chmod 555 $lib'
11655 # or fails outright, so override atomically:
11656 install_override_mode=555
11663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11664 soname_spec='${libname}${release}${shared_ext}$major'
11665 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11666 shlibpath_var=LD_LIBRARY_PATH
11667 shlibpath_overrides_runpath=no
11668 hardcode_into_libs=yes
11671 irix5* | irix6* | nonstopux*)
11673 nonstopux*) version_type=nonstopux ;;
11675 if test "$lt_cv_prog_gnu_ld" = yes; then
11683 soname_spec='${libname}${release}${shared_ext}$major'
11684 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11686 irix5* | nonstopux*)
11687 libsuff= shlibsuff=
11690 case $LD in # libtool.m4 will add one of these switches to LD
11691 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11692 libsuff= shlibsuff= libmagic=32-bit;;
11693 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11694 libsuff=32 shlibsuff=N32 libmagic=N32;;
11695 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11696 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11697 *) libsuff= shlibsuff= libmagic=never-match;;
11701 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11702 shlibpath_overrides_runpath=no
11703 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11704 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11705 hardcode_into_libs=yes
11708 # No shared lib support for Linux oldld, aout, or coff.
11709 linux*oldld* | linux*aout* | linux*coff*)
11713 # This must be Linux ELF.
11714 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11718 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11719 soname_spec='${libname}${release}${shared_ext}$major'
11720 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11721 shlibpath_var=LD_LIBRARY_PATH
11722 shlibpath_overrides_runpath=no
11724 # Some binutils ld are patched to set DT_RUNPATH
11725 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11726 $as_echo_n "(cached) " >&6
11728 lt_cv_shlibpath_overrides_runpath=no
11729 save_LDFLAGS=$LDFLAGS
11730 save_libdir=$libdir
11731 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11732 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11734 /* end confdefs.h. */
11744 if ac_fn_c_try_link "$LINENO"; then :
11745 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11746 lt_cv_shlibpath_overrides_runpath=yes
11749 rm -f core conftest.err conftest.$ac_objext \
11750 conftest$ac_exeext conftest.$ac_ext
11751 LDFLAGS=$save_LDFLAGS
11752 libdir=$save_libdir
11756 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11758 # This implies no fast_install, which is unacceptable.
11759 # Some rework will be needed to allow for fast_install
11760 # before this can be enabled.
11761 hardcode_into_libs=yes
11763 # Append ld.so.conf contents to the search path
11764 if test -f /etc/ld.so.conf; then
11765 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' ' '`
11766 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11769 # We used to test for /lib/ld.so.1 and disable shared libraries on
11770 # powerpc, because MkLinux only supported shared libraries with the
11771 # GNU dynamic linker. Since this was broken with cross compilers,
11772 # most powerpc-linux boxes support dynamic linking these days and
11773 # people can always --disable-shared, the test was removed, and we
11774 # assume the GNU/Linux dynamic linker is in use.
11775 dynamic_linker='GNU/Linux ld.so'
11782 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11783 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11784 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11785 dynamic_linker='NetBSD (a.out) ld.so'
11787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11788 soname_spec='${libname}${release}${shared_ext}$major'
11789 dynamic_linker='NetBSD ld.elf_so'
11791 shlibpath_var=LD_LIBRARY_PATH
11792 shlibpath_overrides_runpath=yes
11793 hardcode_into_libs=yes
11798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11799 shlibpath_var=LD_LIBRARY_PATH
11800 shlibpath_overrides_runpath=yes
11807 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11808 soname_spec='${libname}${release}${shared_ext}$major'
11809 shlibpath_var=LD_LIBRARY_PATH
11810 shlibpath_overrides_runpath=no
11811 hardcode_into_libs=yes
11812 dynamic_linker='ldqnx.so'
11817 sys_lib_dlsearch_path_spec="/usr/lib"
11819 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11821 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11822 *) need_version=no ;;
11824 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11825 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11826 shlibpath_var=LD_LIBRARY_PATH
11827 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11829 openbsd2.[89] | openbsd2.[89].*)
11830 shlibpath_overrides_runpath=no
11833 shlibpath_overrides_runpath=yes
11837 shlibpath_overrides_runpath=yes
11842 libname_spec='$name'
11845 library_names_spec='$libname${shared_ext} $libname.a'
11846 dynamic_linker='OS/2 ld.exe'
11847 shlibpath_var=LIBPATH
11850 osf3* | osf4* | osf5*)
11854 soname_spec='${libname}${release}${shared_ext}$major'
11855 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11856 shlibpath_var=LD_LIBRARY_PATH
11857 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11858 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11870 soname_spec='${libname}${release}${shared_ext}$major'
11871 shlibpath_var=LD_LIBRARY_PATH
11872 shlibpath_overrides_runpath=yes
11873 hardcode_into_libs=yes
11874 # ldd complains unless libraries are executable
11875 postinstall_cmds='chmod +x $lib'
11880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11881 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11882 shlibpath_var=LD_LIBRARY_PATH
11883 shlibpath_overrides_runpath=yes
11884 if test "$with_gnu_ld" = yes; then
11892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11893 soname_spec='${libname}${release}${shared_ext}$major'
11894 shlibpath_var=LD_LIBRARY_PATH
11895 case $host_vendor in
11897 shlibpath_overrides_runpath=no
11899 runpath_var=LD_RUN_PATH
11907 shlibpath_overrides_runpath=no
11908 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11914 if test -d /usr/nec ;then
11916 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11917 soname_spec='$libname${shared_ext}.$major'
11918 shlibpath_var=LD_LIBRARY_PATH
11922 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11923 version_type=freebsd-elf
11926 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11927 soname_spec='${libname}${release}${shared_ext}$major'
11928 shlibpath_var=LD_LIBRARY_PATH
11929 shlibpath_overrides_runpath=yes
11930 hardcode_into_libs=yes
11931 if test "$with_gnu_ld" = yes; then
11932 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11934 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11937 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11941 sys_lib_dlsearch_path_spec='/usr/lib'
11945 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11950 shlibpath_var=LD_LIBRARY_PATH
11951 shlibpath_overrides_runpath=no
11952 hardcode_into_libs=yes
11957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11958 soname_spec='${libname}${release}${shared_ext}$major'
11959 shlibpath_var=LD_LIBRARY_PATH
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11967 $as_echo "$dynamic_linker" >&6; }
11968 test "$dynamic_linker" = no && can_build_shared=no
11970 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11971 if test "$GCC" = yes; then
11972 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11975 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11976 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11978 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11979 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12074 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12076 if test -n "$hardcode_libdir_flag_spec" ||
12077 test -n "$runpath_var" ||
12078 test "X$hardcode_automatic" = "Xyes" ; then
12080 # We can hardcode non-existent directories.
12081 if test "$hardcode_direct" != no &&
12082 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12083 # have to relink, otherwise we might link with an installed library
12084 # when we should be linking with a yet-to-be-installed one
12085 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12086 test "$hardcode_minus_L" != no; then
12087 # Linking always hardcodes the temporary library directory.
12088 hardcode_action=relink
12090 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12091 hardcode_action=immediate
12094 # We cannot hardcode anything, or else we can only hardcode existing
12096 hardcode_action=unsupported
12098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12099 $as_echo "$hardcode_action" >&6; }
12101 if test "$hardcode_action" = relink ||
12102 test "$inherit_rpath" = yes; then
12103 # Fast installation is not supported
12104 enable_fast_install=no
12105 elif test "$shlibpath_overrides_runpath" = yes ||
12106 test "$enable_shared" = no; then
12107 # Fast installation is not necessary
12108 enable_fast_install=needless
12116 if test "x$enable_dlopen" != xyes; then
12117 enable_dlopen=unknown
12118 enable_dlopen_self=unknown
12119 enable_dlopen_self_static=unknown
12126 lt_cv_dlopen="load_add_on"
12128 lt_cv_dlopen_self=yes
12131 mingw* | pw32* | cegcc*)
12132 lt_cv_dlopen="LoadLibrary"
12137 lt_cv_dlopen="dlopen"
12142 # if libdl is installed we need to link against it
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12144 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12145 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12146 $as_echo_n "(cached) " >&6
12148 ac_check_lib_save_LIBS=$LIBS
12150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12151 /* end confdefs.h. */
12153 /* Override any GCC internal prototype to avoid an error.
12154 Use char because int might match the return type of a GCC
12155 builtin and then its argument prototype would still apply. */
12168 if ac_fn_c_try_link "$LINENO"; then :
12169 ac_cv_lib_dl_dlopen=yes
12171 ac_cv_lib_dl_dlopen=no
12173 rm -f core conftest.err conftest.$ac_objext \
12174 conftest$ac_exeext conftest.$ac_ext
12175 LIBS=$ac_check_lib_save_LIBS
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12178 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12179 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12180 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12183 lt_cv_dlopen="dyld"
12185 lt_cv_dlopen_self=yes
12192 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12193 if test "x$ac_cv_func_shl_load" = x""yes; then :
12194 lt_cv_dlopen="shl_load"
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12197 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12198 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12199 $as_echo_n "(cached) " >&6
12201 ac_check_lib_save_LIBS=$LIBS
12203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12204 /* end confdefs.h. */
12206 /* Override any GCC internal prototype to avoid an error.
12207 Use char because int might match the return type of a GCC
12208 builtin and then its argument prototype would still apply. */
12216 return shl_load ();
12221 if ac_fn_c_try_link "$LINENO"; then :
12222 ac_cv_lib_dld_shl_load=yes
12224 ac_cv_lib_dld_shl_load=no
12226 rm -f core conftest.err conftest.$ac_objext \
12227 conftest$ac_exeext conftest.$ac_ext
12228 LIBS=$ac_check_lib_save_LIBS
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12231 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12232 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12233 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12235 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12236 if test "x$ac_cv_func_dlopen" = x""yes; then :
12237 lt_cv_dlopen="dlopen"
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12240 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12241 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12242 $as_echo_n "(cached) " >&6
12244 ac_check_lib_save_LIBS=$LIBS
12246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12264 if ac_fn_c_try_link "$LINENO"; then :
12265 ac_cv_lib_dl_dlopen=yes
12267 ac_cv_lib_dl_dlopen=no
12269 rm -f core conftest.err conftest.$ac_objext \
12270 conftest$ac_exeext conftest.$ac_ext
12271 LIBS=$ac_check_lib_save_LIBS
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12274 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12275 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12276 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12279 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12280 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12281 $as_echo_n "(cached) " >&6
12283 ac_check_lib_save_LIBS=$LIBS
12284 LIBS="-lsvld $LIBS"
12285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12286 /* end confdefs.h. */
12288 /* Override any GCC internal prototype to avoid an error.
12289 Use char because int might match the return type of a GCC
12290 builtin and then its argument prototype would still apply. */
12303 if ac_fn_c_try_link "$LINENO"; then :
12304 ac_cv_lib_svld_dlopen=yes
12306 ac_cv_lib_svld_dlopen=no
12308 rm -f core conftest.err conftest.$ac_objext \
12309 conftest$ac_exeext conftest.$ac_ext
12310 LIBS=$ac_check_lib_save_LIBS
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12313 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12314 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12315 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12318 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12319 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12320 $as_echo_n "(cached) " >&6
12322 ac_check_lib_save_LIBS=$LIBS
12324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12325 /* end confdefs.h. */
12327 /* Override any GCC internal prototype to avoid an error.
12328 Use char because int might match the return type of a GCC
12329 builtin and then its argument prototype would still apply. */
12337 return dld_link ();
12342 if ac_fn_c_try_link "$LINENO"; then :
12343 ac_cv_lib_dld_dld_link=yes
12345 ac_cv_lib_dld_dld_link=no
12347 rm -f core conftest.err conftest.$ac_objext \
12348 conftest$ac_exeext conftest.$ac_ext
12349 LIBS=$ac_check_lib_save_LIBS
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12352 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12353 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12354 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12375 if test "x$lt_cv_dlopen" != xno; then
12381 case $lt_cv_dlopen in
12383 save_CPPFLAGS="$CPPFLAGS"
12384 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12386 save_LDFLAGS="$LDFLAGS"
12387 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12390 LIBS="$lt_cv_dlopen_libs $LIBS"
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12393 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12394 if test "${lt_cv_dlopen_self+set}" = set; then :
12395 $as_echo_n "(cached) " >&6
12397 if test "$cross_compiling" = yes; then :
12398 lt_cv_dlopen_self=cross
12400 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12401 lt_status=$lt_dlunknown
12402 cat > conftest.$ac_ext <<_LT_EOF
12403 #line 12403 "configure"
12404 #include "confdefs.h"
12413 # define LT_DLGLOBAL RTLD_GLOBAL
12416 # define LT_DLGLOBAL DL_GLOBAL
12418 # define LT_DLGLOBAL 0
12422 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12423 find out it does not work in some platform. */
12424 #ifndef LT_DLLAZY_OR_NOW
12426 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12429 # define LT_DLLAZY_OR_NOW DL_LAZY
12432 # define LT_DLLAZY_OR_NOW RTLD_NOW
12435 # define LT_DLLAZY_OR_NOW DL_NOW
12437 # define LT_DLLAZY_OR_NOW 0
12444 /* When -fvisbility=hidden is used, assume the code has been annotated
12445 correspondingly for the symbols needed. */
12446 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12447 void fnord () __attribute__((visibility("default")));
12450 void fnord () { int i=42; }
12453 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12454 int status = $lt_dlunknown;
12458 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12461 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12462 else puts (dlerror ());
12464 /* dlclose (self); */
12472 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12473 (eval $ac_link) 2>&5
12475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12476 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12477 (./conftest; exit; ) >&5 2>/dev/null
12479 case x$lt_status in
12480 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12481 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12482 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12485 # compilation failed
12486 lt_cv_dlopen_self=no
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12494 $as_echo "$lt_cv_dlopen_self" >&6; }
12496 if test "x$lt_cv_dlopen_self" = xyes; then
12497 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12499 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12500 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12501 $as_echo_n "(cached) " >&6
12503 if test "$cross_compiling" = yes; then :
12504 lt_cv_dlopen_self_static=cross
12506 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12507 lt_status=$lt_dlunknown
12508 cat > conftest.$ac_ext <<_LT_EOF
12509 #line 12509 "configure"
12510 #include "confdefs.h"
12519 # define LT_DLGLOBAL RTLD_GLOBAL
12522 # define LT_DLGLOBAL DL_GLOBAL
12524 # define LT_DLGLOBAL 0
12528 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12529 find out it does not work in some platform. */
12530 #ifndef LT_DLLAZY_OR_NOW
12532 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12535 # define LT_DLLAZY_OR_NOW DL_LAZY
12538 # define LT_DLLAZY_OR_NOW RTLD_NOW
12541 # define LT_DLLAZY_OR_NOW DL_NOW
12543 # define LT_DLLAZY_OR_NOW 0
12550 /* When -fvisbility=hidden is used, assume the code has been annotated
12551 correspondingly for the symbols needed. */
12552 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12553 void fnord () __attribute__((visibility("default")));
12556 void fnord () { int i=42; }
12559 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12560 int status = $lt_dlunknown;
12564 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12567 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12568 else puts (dlerror ());
12570 /* dlclose (self); */
12578 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12579 (eval $ac_link) 2>&5
12581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12582 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12583 (./conftest; exit; ) >&5 2>/dev/null
12585 case x$lt_status in
12586 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12587 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12588 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12591 # compilation failed
12592 lt_cv_dlopen_self_static=no
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12600 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12603 CPPFLAGS="$save_CPPFLAGS"
12604 LDFLAGS="$save_LDFLAGS"
12609 case $lt_cv_dlopen_self in
12610 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12611 *) enable_dlopen_self=unknown ;;
12614 case $lt_cv_dlopen_self_static in
12615 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12616 *) enable_dlopen_self_static=unknown ;;
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12639 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12640 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12641 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12642 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12644 $as_echo "yes" >&6; }
12646 # FIXME - insert some real tests, host_os isn't really good enough
12649 if test -n "$STRIP" ; then
12650 striplib="$STRIP -x"
12651 old_striplib="$STRIP -S"
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12653 $as_echo "yes" >&6; }
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12656 $as_echo "no" >&6; }
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12661 $as_echo "no" >&6; }
12677 # Report which library types will actually be built
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12679 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12681 $as_echo "$can_build_shared" >&6; }
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12684 $as_echo_n "checking whether to build shared libraries... " >&6; }
12685 test "$can_build_shared" = "no" && enable_shared=no
12687 # On AIX, shared libraries and static libraries use the same namespace, and
12688 # are all built from PIC.
12691 test "$enable_shared" = yes && enable_static=no
12692 if test -n "$RANLIB"; then
12693 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12694 postinstall_cmds='$RANLIB $lib'
12699 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12700 test "$enable_shared" = yes && enable_static=no
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12705 $as_echo "$enable_shared" >&6; }
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12708 $as_echo_n "checking whether to build static libraries... " >&6; }
12709 # Make sure either enable_shared or enable_static is yes.
12710 test "$enable_shared" = yes || enable_static=yes
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12712 $as_echo "$enable_static" >&6; }
12719 ac_cpp='$CPP $CPPFLAGS'
12720 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12721 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12722 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12738 ac_config_commands="$ac_config_commands libtool"
12743 # Only expand once:
12748 . ${srcdir}/../../bfd/configure.host
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12754 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12755 # Check whether --enable-maintainer-mode was given.
12756 if test "${enable_maintainer_mode+set}" = set; then :
12757 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12759 USE_MAINTAINER_MODE=no
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12763 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12764 if test $USE_MAINTAINER_MODE = yes; then
12765 MAINTAINER_MODE_TRUE=
12766 MAINTAINER_MODE_FALSE='#'
12768 MAINTAINER_MODE_TRUE='#'
12769 MAINTAINER_MODE_FALSE=
12772 MAINT=$MAINTAINER_MODE_TRUE
12777 # Check whether --enable-sim-bswap was given.
12778 if test "${enable_sim_bswap+set}" = set; then :
12779 enableval=$enable_sim_bswap; case "${enableval}" in
12780 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12781 no) sim_bswap="-DWITH_BSWAP=0";;
12782 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12784 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12785 echo "Setting bswap flags = $sim_bswap" 6>&1
12793 # Check whether --enable-sim-cflags was given.
12794 if test "${enable_sim_cflags+set}" = set; then :
12795 enableval=$enable_sim_cflags; case "${enableval}" in
12796 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12797 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12798 no) sim_cflags="";;
12799 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12801 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12802 echo "Setting sim cflags = $sim_cflags" 6>&1
12810 # Check whether --enable-sim-debug was given.
12811 if test "${enable_sim_debug+set}" = set; then :
12812 enableval=$enable_sim_debug; case "${enableval}" in
12813 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12814 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12815 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12817 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12818 echo "Setting sim debug = $sim_debug" 6>&1
12826 # Check whether --enable-sim-stdio was given.
12827 if test "${enable_sim_stdio+set}" = set; then :
12828 enableval=$enable_sim_stdio; case "${enableval}" in
12829 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12830 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12831 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12833 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12834 echo "Setting stdio flags = $sim_stdio" 6>&1
12842 # Check whether --enable-sim-trace was given.
12843 if test "${enable_sim_trace+set}" = set; then :
12844 enableval=$enable_sim_trace; case "${enableval}" in
12845 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12846 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12848 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
12851 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12852 if test x"$sim_trace" = x; then
12853 sim_trace="-DWITH_TRACE='(TRACE_$x"
12855 sim_trace="${sim_trace}|TRACE_$x"
12858 sim_trace="$sim_trace)'" ;;
12860 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12861 echo "Setting sim trace = $sim_trace" 6>&1
12869 # Check whether --enable-sim-profile was given.
12870 if test "${enable_sim_profile+set}" = set; then :
12871 enableval=$enable_sim_profile; case "${enableval}" in
12872 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12873 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12875 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12878 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12879 if test x"$sim_profile" = x; then
12880 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12882 sim_profile="${sim_profile}|PROFILE_$x"
12885 sim_profile="$sim_profile)'" ;;
12887 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12888 echo "Setting sim profile = $sim_profile" 6>&1
12891 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12897 # Check whether --with-pkgversion was given.
12898 if test "${with_pkgversion+set}" = set; then :
12899 withval=$with_pkgversion; case "$withval" in
12900 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12902 *) PKGVERSION="($withval) " ;;
12905 PKGVERSION="(GDB) "
12913 # Check whether --with-bugurl was given.
12914 if test "${with_bugurl+set}" = set; then :
12915 withval=$with_bugurl; case "$withval" in
12916 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12919 *) BUGURL="$withval"
12923 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12933 REPORT_BUGS_TO="<$BUGURL>"
12934 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12941 cat >>confdefs.h <<_ACEOF
12942 #define PKGVERSION "$PKGVERSION"
12946 cat >>confdefs.h <<_ACEOF
12947 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12952 $as_echo_n "checking return type of signal handlers... " >&6; }
12953 if test "${ac_cv_type_signal+set}" = set; then :
12954 $as_echo_n "(cached) " >&6
12956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12957 /* end confdefs.h. */
12958 #include <sys/types.h>
12959 #include <signal.h>
12964 return *(signal (0, 0)) (0) == 1;
12969 if ac_fn_c_try_compile "$LINENO"; then :
12970 ac_cv_type_signal=int
12972 ac_cv_type_signal=void
12974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12977 $as_echo "$ac_cv_type_signal" >&6; }
12979 cat >>confdefs.h <<_ACEOF
12980 #define RETSIGTYPE $ac_cv_type_signal
12990 # targ-vals.def points to the libc macro description file.
12991 case "${target}" in
12992 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12994 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12995 sim_link_links="${sim_link_links} targ-vals.def"
13000 default_sim_inline=""
13001 # Check whether --enable-sim-inline was given.
13002 if test "${enable_sim_inline+set}" = set; then :
13003 enableval=$enable_sim_inline; sim_inline=""
13004 case "$enableval" in
13005 no) sim_inline="-DDEFAULT_INLINE=0";;
13006 0) sim_inline="-DDEFAULT_INLINE=0";;
13007 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13008 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13009 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13012 *_INLINE=*) new_flag="-D$x";;
13013 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13014 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13015 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13017 if test x"$sim_inline" = x""; then
13018 sim_inline="$new_flag"
13020 sim_inline="$sim_inline $new_flag"
13024 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13025 echo "Setting inline flags = $sim_inline" 6>&1
13029 if test "x$cross_compiling" = "xno"; then
13030 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13031 sim_inline="${default_sim_inline}"
13032 if test x"$silent" != x"yes"; then
13033 echo "Setting inline flags = $sim_inline" 6>&1
13039 sim_inline="-DDEFAULT_INLINE=0"
13043 wire_alignment="NONSTRICT_ALIGNMENT"
13044 default_alignment=""
13046 # Check whether --enable-sim-alignment was given.
13047 if test "${enable_sim_alignment+set}" = set; then :
13048 enableval=$enable_sim_alignment; case "${enableval}" in
13049 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13050 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13051 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13052 yes) if test x"$wire_alignment" != x; then
13053 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13055 if test x"$default_alignment" != x; then
13056 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13058 echo "No hard-wired alignment for target $target" 1>&6
13059 sim_alignment="-DWITH_ALIGNMENT=0"
13062 no) if test x"$default_alignment" != x; then
13063 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13065 if test x"$wire_alignment" != x; then
13066 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13068 echo "No default alignment for target $target" 1>&6
13069 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13072 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13074 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13075 echo "Setting alignment flags = $sim_alignment" 6>&1
13078 if test x"$default_alignment" != x; then
13079 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13081 if test x"$wire_alignment" != x; then
13082 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13090 # Check whether --enable-sim-hostendian was given.
13091 if test "${enable_sim_hostendian+set}" = set; then :
13092 enableval=$enable_sim_hostendian; case "${enableval}" in
13093 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
13094 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
13095 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
13096 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
13098 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
13099 echo "Setting hostendian flags = $sim_hostendian" 6>&1
13103 if test "x$cross_compiling" = "xno"; then
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13105 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13106 if test "${ac_cv_c_bigendian+set}" = set; then :
13107 $as_echo_n "(cached) " >&6
13109 ac_cv_c_bigendian=unknown
13110 # See if we're dealing with a universal compiler.
13111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13112 /* end confdefs.h. */
13113 #ifndef __APPLE_CC__
13114 not a universal capable compiler
13119 if ac_fn_c_try_compile "$LINENO"; then :
13121 # Check for potential -arch flags. It is not universal unless
13122 # there are at least two -arch flags with different values.
13125 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13126 if test -n "$ac_prev"; then
13128 i?86 | x86_64 | ppc | ppc64)
13129 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13132 ac_cv_c_bigendian=universal
13138 elif test "x$ac_word" = "x-arch"; then
13143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13144 if test $ac_cv_c_bigendian = unknown; then
13145 # See if sys/param.h defines the BYTE_ORDER macro.
13146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13147 /* end confdefs.h. */
13148 #include <sys/types.h>
13149 #include <sys/param.h>
13154 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13155 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13157 bogus endian macros
13164 if ac_fn_c_try_compile "$LINENO"; then :
13165 # It does; now see whether it defined to BIG_ENDIAN or not.
13166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13167 /* end confdefs.h. */
13168 #include <sys/types.h>
13169 #include <sys/param.h>
13174 #if BYTE_ORDER != BIG_ENDIAN
13182 if ac_fn_c_try_compile "$LINENO"; then :
13183 ac_cv_c_bigendian=yes
13185 ac_cv_c_bigendian=no
13187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13191 if test $ac_cv_c_bigendian = unknown; then
13192 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13194 /* end confdefs.h. */
13195 #include <limits.h>
13200 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13201 bogus endian macros
13208 if ac_fn_c_try_compile "$LINENO"; then :
13209 # It does; now see whether it defined to _BIG_ENDIAN or not.
13210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13211 /* end confdefs.h. */
13212 #include <limits.h>
13217 #ifndef _BIG_ENDIAN
13225 if ac_fn_c_try_compile "$LINENO"; then :
13226 ac_cv_c_bigendian=yes
13228 ac_cv_c_bigendian=no
13230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13234 if test $ac_cv_c_bigendian = unknown; then
13235 # Compile a test program.
13236 if test "$cross_compiling" = yes; then :
13237 # Try to guess by grepping values from an object file.
13238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13239 /* end confdefs.h. */
13240 short int ascii_mm[] =
13241 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13242 short int ascii_ii[] =
13243 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13244 int use_ascii (int i) {
13245 return ascii_mm[i] + ascii_ii[i];
13247 short int ebcdic_ii[] =
13248 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13249 short int ebcdic_mm[] =
13250 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13251 int use_ebcdic (int i) {
13252 return ebcdic_mm[i] + ebcdic_ii[i];
13259 return use_ascii (foo) == use_ebcdic (foo);
13264 if ac_fn_c_try_compile "$LINENO"; then :
13265 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13266 ac_cv_c_bigendian=yes
13268 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13269 if test "$ac_cv_c_bigendian" = unknown; then
13270 ac_cv_c_bigendian=no
13272 # finding both strings is unlikely to happen, but who knows?
13273 ac_cv_c_bigendian=unknown
13277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13280 /* end confdefs.h. */
13281 $ac_includes_default
13286 /* Are we little or big endian? From Harbison&Steele. */
13290 char c[sizeof (long int)];
13293 return u.c[sizeof (long int) - 1] == 1;
13299 if ac_fn_c_try_run "$LINENO"; then :
13300 ac_cv_c_bigendian=no
13302 ac_cv_c_bigendian=yes
13304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13305 conftest.$ac_objext conftest.beam conftest.$ac_ext
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13311 $as_echo "$ac_cv_c_bigendian" >&6; }
13312 case $ac_cv_c_bigendian in #(
13314 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13320 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13324 as_fn_error "unknown endianness
13325 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13328 if test $ac_cv_c_bigendian = yes; then
13329 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13331 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13334 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13339 # Check whether --enable-werror was given.
13340 if test "${enable_werror+set}" = set; then :
13341 enableval=$enable_werror; case "${enableval}" in
13342 yes | y) ERROR_ON_WARNING="yes" ;;
13343 no | n) ERROR_ON_WARNING="no" ;;
13344 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13349 # Enable -Werror by default when using gcc
13350 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13351 ERROR_ON_WARNING=yes
13355 if test "${ERROR_ON_WARNING}" = yes ; then
13356 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13357 # WERROR_CFLAGS="-Werror"
13361 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13363 -Wno-unused -Wunused-value -Wunused-function \
13364 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13365 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13366 -Wold-style-declaration -Wold-style-definition"
13368 # Enable -Wno-format by default when using gcc on mingw since many
13369 # GCC versions complain about %I64.
13371 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13372 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13375 # Check whether --enable-build-warnings was given.
13376 if test "${enable_build_warnings+set}" = set; then :
13377 enableval=$enable_build_warnings; case "${enableval}" in
13379 no) build_warnings="-w";;
13380 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13381 build_warnings="${build_warnings} ${t}";;
13382 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13383 build_warnings="${t} ${build_warnings}";;
13384 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13386 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13387 echo "Setting compiler warning flags = $build_warnings" 6>&1
13390 # Check whether --enable-sim-build-warnings was given.
13391 if test "${enable_sim_build_warnings+set}" = set; then :
13392 enableval=$enable_sim_build_warnings; case "${enableval}" in
13394 no) build_warnings="-w";;
13395 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13396 build_warnings="${build_warnings} ${t}";;
13397 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13398 build_warnings="${t} ${build_warnings}";;
13399 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13401 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13402 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13406 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13409 $as_echo_n "checking compiler warning flags... " >&6; }
13410 # Separate out the -Werror flag as some files just cannot be
13411 # compiled with it enabled.
13412 for w in ${build_warnings}; do
13414 -Werr*) WERROR_CFLAGS=-Werror ;;
13415 *) # Check that GCC accepts it
13416 saved_CFLAGS="$CFLAGS"
13417 CFLAGS="$CFLAGS $w"
13418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13419 /* end confdefs.h. */
13429 if ac_fn_c_try_compile "$LINENO"; then :
13430 WARN_CFLAGS="${WARN_CFLAGS} $w"
13432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13433 CFLAGS="$saved_CFLAGS"
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13437 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13441 default_sim_reserved_bits="1"
13442 # Check whether --enable-sim-reserved-bits was given.
13443 if test "${enable_sim_reserved_bits+set}" = set; then :
13444 enableval=$enable_sim_reserved_bits; case "${enableval}" in
13445 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13446 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
13447 *) as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
13449 if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13450 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13453 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
13459 # Instead of defining a `subtarget' macro, code should be checking
13460 # the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13463 case "${target}" in
13464 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
13465 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
13466 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13467 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13468 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13469 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13470 *) SIM_SUBTARGET="";;
13477 # Select the byte order of the target
13481 case "${target}" in
13482 mips64el*-*-*) mips_endian=LITTLE_ENDIAN ;;
13483 mips64vr*el-*-*) default_endian=LITTLE_ENDIAN ;;
13484 mips64*-*-*) default_endian=BIG_ENDIAN ;;
13485 mips16*-*-*) default_endian=BIG_ENDIAN ;;
13486 mipsisa32*-*-*) default_endian=BIG_ENDIAN ;;
13487 mipsisa64*-*-*) default_endian=BIG_ENDIAN ;;
13488 mips*-*-*) default_endian=BIG_ENDIAN ;;
13489 *) default_endian=BIG_ENDIAN ;;
13492 wire_endian="$mips_endian"
13493 default_endian="$default_endian"
13494 # Check whether --enable-sim-endian was given.
13495 if test "${enable_sim_endian+set}" = set; then :
13496 enableval=$enable_sim_endian; case "${enableval}" in
13497 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
13498 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
13499 yes) if test x"$wire_endian" != x; then
13500 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
13502 if test x"$default_endian" != x; then
13503 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
13505 echo "No hard-wired endian for target $target" 1>&6
13506 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
13509 no) if test x"$default_endian" != x; then
13510 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
13512 if test x"$wire_endian" != x; then
13513 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
13515 echo "No default endian for target $target" 1>&6
13516 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
13519 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13521 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13522 echo "Setting endian flags = $sim_endian" 6>&1
13525 if test x"$default_endian" != x; then
13526 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
13528 if test x"$wire_endian" != x; then
13529 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
13540 # Select the bitsize of the target
13543 case "${target}" in
13544 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
13545 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
13546 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13547 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13548 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13549 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13550 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13551 *) mips_bitsize=64 ; mips_msb=63 ;;
13553 wire_word_bitsize="$mips_bitsize"
13554 wire_word_msb="$mips_msb"
13555 wire_address_bitsize="$mips_addr_bitsize"
13556 wire_cell_bitsize=""
13557 # Check whether --enable-sim-bitsize was given.
13558 if test "${enable_sim_bitsize+set}" = set; then :
13559 enableval=$enable_sim_bitsize; sim_bitsize=
13560 case "${enableval}" in
13561 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13562 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13563 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13564 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13565 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13566 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13568 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13570 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13571 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13573 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13575 *) as_fn_error "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13578 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13581 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13582 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13583 * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13586 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13589 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13590 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13591 * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13593 if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13594 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13598 if test x"$wire_word_bitsize" != x; then
13599 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13601 if test x"$wire_word_msb" != x; then
13602 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13604 if test x"$wire_address_bitsize" != x; then
13605 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13607 if test x"$wire_cell_bitsize" != x; then
13608 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13616 # Select the floating hardware support of the target
13618 mips_fpu=HARDWARE_FLOATING_POINT
13620 case "${target}" in
13621 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13622 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13623 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13624 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13625 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13626 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13627 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13628 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13629 *) mips_fpu=HARD_FLOATING_POINT ;;
13632 default_sim_float="$mips_fpu"
13633 default_sim_float_bitsize="$mips_fpu_bitsize"
13634 # Check whether --enable-sim-float was given.
13635 if test "${enable_sim_float+set}" = set; then :
13636 enableval=$enable_sim_float; case "${enableval}" in
13637 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13638 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13639 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13640 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
13641 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
13643 if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13644 echo "Setting float flags = $sim_float" 6>&1
13649 if test x"${default_sim_float}" != x""; then
13650 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13652 if test x"${default_sim_float_bitsize}" != x""; then
13653 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13662 # Select the level of SMP support
13664 case "${target}" in
13668 default_sim_smp="$mips_smp"
13669 # Check whether --enable-sim-smp was given.
13670 if test "${enable_sim_smp+set}" = set; then :
13671 enableval=$enable_sim_smp; case "${enableval}" in
13672 yes) sim_smp="-DWITH_SMP=5" ; sim_igen_smp="-N 5";;
13673 no) sim_smp="-DWITH_SMP=0" ; sim_igen_smp="-N 0";;
13674 *) sim_smp="-DWITH_SMP=$enableval" ; sim_igen_smp="-N $enableval";;
13676 if test x"$silent" != x"yes" && test x"$sim_smp" != x""; then
13677 echo "Setting smp flags = $sim_smp" 6>&1
13680 sim_smp="-DWITH_SMP=${default_sim_smp}" ; sim_igen_smp="-N ${default_sim_smp}"
13681 if test x"$silent" != x"yes"; then
13682 echo "Setting smp flags = $sim_smp" 6>&1
13690 # Select the IGEN architecture
13693 sim_igen_machine="-M mipsIV"
13694 sim_m16_machine="-M mips16,mipsIII"
13695 sim_igen_filter="32,64,f"
13696 sim_m16_filter="16"
13697 sim_mach_default="mips8000"
13699 case "${target}" in
13700 mips*tx39*) sim_gen=IGEN
13701 sim_igen_filter="32,f"
13702 sim_igen_machine="-M r3900"
13704 mips64vr43*-*-*) sim_gen=IGEN
13705 sim_igen_machine="-M mipsIV"
13706 sim_mach_default="mips8000"
13708 mips64vr5*-*-*) sim_gen=IGEN
13709 sim_igen_machine="-M vr5000"
13710 sim_mach_default="mips5000"
13712 mips64vr41*) sim_gen=M16
13713 sim_igen_machine="-M vr4100"
13714 sim_m16_machine="-M vr4100"
13715 sim_igen_filter="32,64,f"
13716 sim_m16_filter="16"
13717 sim_mach_default="mips4100"
13719 mips64vr-*-* | mips64vrel-*-*)
13721 sim_multi_configs="\
13722 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
13723 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
13724 vr5000:mipsIV:32,64,f:mips4300,mips5000\
13725 vr5400:mipsIV,vr5400:32,64,f:mips5400\
13726 vr5500:mipsIV,vr5500:32,64,f:mips5500"
13727 sim_multi_default=mips5000
13729 mips*-sde-elf* | mips*-mti-elf*)
13731 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips"
13732 sim_m16_machine="-M mips16,mips16e,mips64r2"
13733 sim_igen_filter="32,64,f"
13734 sim_mach_default="mipsisa64r2"
13736 mips64*-*-*) sim_igen_filter="32,64,f"
13739 mips16*-*-*) sim_gen=M16
13740 sim_igen_filter="32,64,f"
13741 sim_m16_filter="16"
13743 mipsisa32r2*-*-*) sim_gen=M16
13744 sim_igen_machine="-M mips32r2,mips16,mips16e,mdmx,dsp,dsp2,smartmips"
13745 sim_m16_machine="-M mips16,mips16e,mips32r2"
13746 sim_igen_filter="32,f"
13747 sim_mach_default="mipsisa32r2"
13749 mipsisa32*-*-*) sim_gen=M16
13750 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
13751 sim_m16_machine="-M mips16,mips16e,mips32"
13752 sim_igen_filter="32,f"
13753 sim_mach_default="mipsisa32"
13755 mipsisa64r2*-*-*) sim_gen=M16
13756 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
13757 sim_m16_machine="-M mips16,mips16e,mips64r2"
13758 sim_igen_filter="32,64,f"
13759 sim_mach_default="mipsisa64r2"
13761 mipsisa64sb1*-*-*) sim_gen=IGEN
13762 sim_igen_machine="-M mips64,mips3d,sb1"
13763 sim_igen_filter="32,64,f"
13764 sim_mach_default="mips_sb1"
13766 mipsisa64*-*-*) sim_gen=M16
13767 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
13768 sim_m16_machine="-M mips16,mips16e,mips64"
13769 sim_igen_filter="32,64,f"
13770 sim_mach_default="mipsisa64"
13772 mips*lsi*) sim_gen=M16
13773 sim_igen_machine="-M mipsIII,mips16"
13774 sim_m16_machine="-M mips16,mipsIII"
13775 sim_igen_filter="32,f"
13776 sim_m16_filter="16"
13777 sim_mach_default="mips4000"
13779 mips*-*-*) sim_gen=IGEN
13780 sim_igen_filter="32,f"
13784 # The MULTI generator can combine several simulation engines into one.
13785 # executable. A configuration which uses the MULTI should set two
13786 # variables: ${sim_multi_configs} and ${sim_multi_default}.
13788 # ${sim_multi_configs} is the list of engines to build. Each
13789 # space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
13792 # - NAME is a C-compatible prefix for the engine,
13793 # - MACHINE is a -M argument,
13794 # - FILTER is a -F argument, and
13795 # - BFDMACHS is a comma-separated list of bfd machines that the
13796 # simulator can run.
13798 # Each entry will have a separate simulation engine whose prefix is
13799 # m32<NAME>. If the machine list includes "mips16", there will also
13800 # be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
13801 # generated using the same machine list as the 32-bit version,
13802 # but the filter will be "16" instead of FILTER.
13804 # The simulator compares the bfd mach against BFDMACHS to decide
13805 # which engine to use. Entries in BFDMACHS should be bfd_mach
13806 # values with "bfd_mach_" removed. ${sim_multi_default} says
13807 # which entry should be the default.
13808 if test ${sim_gen} = MULTI; then
13810 # Simple sanity check.
13811 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
13812 as_fn_error "Error in configure.in: MULTI simulator not set up correctly" "$LINENO" 5
13815 # Start in a known state.
13816 rm -f multi-include.h multi-run.c
13819 sim_multi_obj=multi-run.o
13820 sim_multi_igen_configs=
13821 sim_seen_default=no
13823 cat << __EOF__ > multi-run.c
13824 /* Main entry point for MULTI simulators.
13825 Copyright (C) 2003-2015 Free Software Foundation, Inc.
13827 This program is free software; you can redistribute it and/or modify
13828 it under the terms of the GNU General Public License as published by
13829 the Free Software Foundation; either version 3 of the License, or
13830 (at your option) any later version.
13832 This program is distributed in the hope that it will be useful,
13833 but WITHOUT ANY WARRANTY; without even the implied warranty of
13834 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13835 GNU General Public License for more details.
13837 You should have received a copy of the GNU General Public License
13838 along with this program. If not, see <http://www.gnu.org/licenses/>.
13842 This file was generated by sim/mips/configure. */
13844 #include "sim-main.h"
13845 #include "multi-include.h"
13851 sim_engine_run (SIM_DESC sd,
13854 int signal) /* ignore */
13858 if (STATE_ARCHITECTURE (sd) == NULL)
13859 mach = bfd_mach_${sim_multi_default};
13861 mach = STATE_ARCHITECTURE (SD)->mach;
13867 for fc in ${sim_multi_configs}; do
13869 # Split up the entry. ${c} contains the first three elements.
13870 # Note: outer sqaure brackets are m4 quotes.
13871 c=`echo ${fc} | sed 's/:[^:]*$//'`
13872 bfdmachs=`echo ${fc} | sed 's/.*://'`
13873 name=`echo ${c} | sed 's/:.*//'`
13874 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
13875 filter=`echo ${c} | sed 's/.*://'`
13877 # Build the following lists:
13879 # sim_multi_flags: all -M and -F flags used by the simulator
13880 # sim_multi_src: all makefile-generated source files
13881 # sim_multi_obj: the objects for ${sim_multi_src}
13882 # sim_multi_igen_configs: igen configuration strings.
13884 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
13885 # or m16) followed by the NAME, MACHINE and FILTER part of
13886 # the ${sim_multi_configs} entry.
13887 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
13889 # Check whether mips16 handling is needed.
13892 # Run igen twice, once for normal mode and once for mips16.
13895 # The top-level function for the mips16 simulator is
13896 # in a file m16${name}_run.c, generated by the
13897 # tmp-run-multi Makefile rule.
13898 sim_multi_src="${sim_multi_src} m16${name}_run.c"
13899 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
13900 sim_multi_flags="${sim_multi_flags} -F 16"
13907 # Now add the list of igen-generated files to ${sim_multi_src}
13908 # and ${sim_multi_obj}.
13910 for base in engine icache idecode model semantics support; do
13911 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
13912 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
13913 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
13915 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
13918 # Add an include for the engine.h file. This file declares the
13919 # top-level foo_engine_run() function.
13920 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
13922 # Add case statements for this engine to sim_engine_run().
13923 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
13924 echo " case bfd_mach_${mach}:" >> multi-run.c
13925 if test ${mach} = ${sim_multi_default}; then
13926 echo " default:" >> multi-run.c
13927 sim_seen_default=yes
13930 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
13932 echo " break;" >> multi-run.c
13935 # Check whether we added a 'default:' label.
13936 if test ${sim_seen_default} = no; then
13937 as_fn_error "Error in configure.in: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
13940 cat << __EOF__ >> multi-run.c
13945 mips_mach_multi (SIM_DESC sd)
13947 if (STATE_ARCHITECTURE (sd) == NULL)
13948 return bfd_mach_${sim_multi_default};
13950 switch (STATE_ARCHITECTURE (SD)->mach)
13954 # Add case statements for this engine to mips_mach_multi().
13955 for fc in ${sim_multi_configs}; do
13957 # Split up the entry. ${c} contains the first three elements.
13958 # Note: outer sqaure brackets are m4 quotes.
13959 c=`echo ${fc} | sed 's/:[^:]*$//'`
13960 bfdmachs=`echo ${fc} | sed 's/.*://'`
13962 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
13963 echo " case bfd_mach_${mach}:" >> multi-run.c
13967 cat << __EOF__ >> multi-run.c
13968 return (STATE_ARCHITECTURE (SD)->mach);
13970 return bfd_mach_${sim_multi_default};
13975 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
13978 sim_multi_src=doesnt-exist.c
13980 if test x"${sim_mach_default}" = x""; then
13981 as_fn_error "Error in configure.in: \${sim_mach_default} not defined" "$LINENO" 5
13983 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
13985 sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
13986 sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
13997 # Add simulated hardware devices
14000 case "${target}" in
14003 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
14004 SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
14010 if test "$hw_devices"; then
14011 hardware="$hw_devices"
14013 hardware="cfi core pal glue"
14015 hardware="$hardware $hw_extra_devices"
14017 sim_hw_cflags="-DWITH_HW=1"
14019 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
14021 # Check whether --enable-sim-hardware was given.
14022 if test "${enable_sim_hardware+set}" = set; then :
14023 enableval=$enable_sim_hardware;
14025 enable_sim_hardware="$hw_enabled"
14028 case ${enable_sim_hardware} in
14030 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
14031 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
14032 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
14035 if test "$enable_sim_hardware" = no; then
14037 sim_hw_cflags="-DWITH_HW=0"
14040 sim_hw_cflags="-DWITH_HW=1"
14041 # remove duplicates
14043 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
14044 for i in $hardware ; do
14045 case " $sim_hw " in
14047 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
14050 # mingw does not support sockser
14053 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
14054 # that you instatiate. Instead, other code will call into it directly.
14055 # At some point, we should convert it over.
14056 sim_hw_objs="$sim_hw_objs dv-sockser.o"
14058 cat >>confdefs.h <<_ACEOF
14059 #define HAVE_DV_SOCKSER 1
14064 if test x"$silent" != x"yes"; then
14065 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
14067 case " $hardware " in
14068 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
14069 $as_echo_n "checking for log2 in -lm... " >&6; }
14070 if test "${ac_cv_lib_m_log2+set}" = set; then :
14071 $as_echo_n "(cached) " >&6
14073 ac_check_lib_save_LIBS=$LIBS
14075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14076 /* end confdefs.h. */
14078 /* Override any GCC internal prototype to avoid an error.
14079 Use char because int might match the return type of a GCC
14080 builtin and then its argument prototype would still apply. */
14093 if ac_fn_c_try_link "$LINENO"; then :
14094 ac_cv_lib_m_log2=yes
14096 ac_cv_lib_m_log2=no
14098 rm -f core conftest.err conftest.$ac_objext \
14099 conftest$ac_exeext conftest.$ac_ext
14100 LIBS=$ac_check_lib_save_LIBS
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14103 $as_echo "$ac_cv_lib_m_log2" >&6; }
14104 if test "x$ac_cv_lib_m_log2" = x""yes; then :
14105 cat >>confdefs.h <<_ACEOF
14106 #define HAVE_LIBM 1
14118 # Choose simulator engine
14119 case "${target}" in
14120 *) mips_igen_engine="engine.o"
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14127 $as_echo_n "checking for X... " >&6; }
14130 # Check whether --with-x was given.
14131 if test "${with_x+set}" = set; then :
14135 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14136 if test "x$with_x" = xno; then
14137 # The user explicitly disabled X.
14140 case $x_includes,$x_libraries in #(
14141 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14142 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14143 $as_echo_n "(cached) " >&6
14145 # One or both of the vars are not set, and there is no cached value.
14146 ac_x_includes=no ac_x_libraries=no
14147 rm -f -r conftest.dir
14148 if mkdir conftest.dir; then
14150 cat >Imakefile <<'_ACEOF'
14152 @echo incroot='${INCROOT}'
14154 @echo usrlibdir='${USRLIBDIR}'
14156 @echo libdir='${LIBDIR}'
14158 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
14159 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
14160 for ac_var in incroot usrlibdir libdir; do
14161 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14163 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
14164 for ac_extension in a so sl dylib la dll; do
14165 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14166 test -f "$ac_im_libdir/libX11.$ac_extension"; then
14167 ac_im_usrlibdir=$ac_im_libdir; break
14170 # Screen out bogus values from the imake configuration. They are
14171 # bogus both because they are the default anyway, and because
14172 # using them would break gcc on systems where it needs fixed includes.
14173 case $ac_im_incroot in
14174 /usr/include) ac_x_includes= ;;
14175 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
14177 case $ac_im_usrlibdir in
14178 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
14179 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
14183 rm -f -r conftest.dir
14186 # Standard set of common directories for X headers.
14187 # Check X11 before X11Rn because it is often a symlink to the current release.
14201 /usr/local/X11/include
14202 /usr/local/X11R7/include
14203 /usr/local/X11R6/include
14204 /usr/local/X11R5/include
14205 /usr/local/X11R4/include
14207 /usr/local/include/X11
14208 /usr/local/include/X11R7
14209 /usr/local/include/X11R6
14210 /usr/local/include/X11R5
14211 /usr/local/include/X11R4
14215 /usr/XFree86/include/X11
14219 /usr/unsupported/include
14220 /usr/athena/include
14221 /usr/local/x11r5/include
14222 /usr/lpp/Xamples/include
14224 /usr/openwin/include
14225 /usr/openwin/share/include'
14227 if test "$ac_x_includes" = no; then
14228 # Guess where to find include files, by looking for Xlib.h.
14229 # First, try using that file with no special directory specified.
14230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14231 /* end confdefs.h. */
14232 #include <X11/Xlib.h>
14234 if ac_fn_c_try_cpp "$LINENO"; then :
14235 # We can compile using X headers with no special include directory.
14238 for ac_dir in $ac_x_header_dirs; do
14239 if test -r "$ac_dir/X11/Xlib.h"; then
14240 ac_x_includes=$ac_dir
14245 rm -f conftest.err conftest.$ac_ext
14246 fi # $ac_x_includes = no
14248 if test "$ac_x_libraries" = no; then
14249 # Check for the libraries.
14250 # See if we find them without any special options.
14251 # Don't add to $LIBS permanently.
14254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14255 /* end confdefs.h. */
14256 #include <X11/Xlib.h>
14265 if ac_fn_c_try_link "$LINENO"; then :
14267 # We can link X programs with no special library path.
14271 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
14273 # Don't even attempt the hair of trying to link an X program!
14274 for ac_extension in a so sl dylib la dll; do
14275 if test -r "$ac_dir/libX11.$ac_extension"; then
14276 ac_x_libraries=$ac_dir
14282 rm -f core conftest.err conftest.$ac_objext \
14283 conftest$ac_exeext conftest.$ac_ext
14284 fi # $ac_x_libraries = no
14286 case $ac_x_includes,$ac_x_libraries in #(
14287 no,* | *,no | *\'*)
14288 # Didn't find X, or a directory has "'" in its name.
14289 ac_cv_have_x="have_x=no";; #(
14291 # Record where we found X for the cache.
14292 ac_cv_have_x="have_x=yes\
14293 ac_x_includes='$ac_x_includes'\
14294 ac_x_libraries='$ac_x_libraries'"
14300 eval "$ac_cv_have_x"
14303 if test "$have_x" != yes; then
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14305 $as_echo "$have_x" >&6; }
14308 # If each of the values was on the command line, it overrides each guess.
14309 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14310 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14311 # Update the cache value to reflect the command line values.
14312 ac_cv_have_x="have_x=yes\
14313 ac_x_includes='$x_includes'\
14314 ac_x_libraries='$x_libraries'"
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14316 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14323 $as_echo_n "checking for fabs in -lm... " >&6; }
14324 if test "${ac_cv_lib_m_fabs+set}" = set; then :
14325 $as_echo_n "(cached) " >&6
14327 ac_check_lib_save_LIBS=$LIBS
14329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14330 /* end confdefs.h. */
14332 /* Override any GCC internal prototype to avoid an error.
14333 Use char because int might match the return type of a GCC
14334 builtin and then its argument prototype would still apply. */
14347 if ac_fn_c_try_link "$LINENO"; then :
14348 ac_cv_lib_m_fabs=yes
14350 ac_cv_lib_m_fabs=no
14352 rm -f core conftest.err conftest.$ac_objext \
14353 conftest$ac_exeext conftest.$ac_ext
14354 LIBS=$ac_check_lib_save_LIBS
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14357 $as_echo "$ac_cv_lib_m_fabs" >&6; }
14358 if test "x$ac_cv_lib_m_fabs" = x""yes; then :
14359 cat >>confdefs.h <<_ACEOF
14360 #define HAVE_LIBM 1
14367 for ac_func in aint anint sqrt
14369 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14370 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14371 eval as_val=\$$as_ac_var
14372 if test "x$as_val" = x""yes; then :
14373 cat >>confdefs.h <<_ACEOF
14374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14382 ac_sources="$sim_link_files"
14383 ac_dests="$sim_link_links"
14384 while test -n "$ac_sources"; do
14385 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
14386 set $ac_sources; ac_source=$1; shift; ac_sources=$*
14387 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
14389 ac_config_links="$ac_config_links $ac_config_links_1"
14392 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14393 cgen_breaks="break cgen_rtx_error";
14396 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
14398 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
14400 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
14402 ac_config_commands="$ac_config_commands Makefile"
14404 ac_config_commands="$ac_config_commands stamp-h"
14406 cat >confcache <<\_ACEOF
14407 # This file is a shell script that caches the results of configure
14408 # tests run on this system so they can be shared between configure
14409 # scripts and configure runs, see configure's option --config-cache.
14410 # It is not useful on other systems. If it contains results you don't
14411 # want to keep, you may remove or edit it.
14413 # config.status only pays attention to the cache file if you give it
14414 # the --recheck option to rerun configure.
14416 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14417 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14418 # following values.
14422 # The following way of writing the cache mishandles newlines in values,
14423 # but we know of no workaround that is simple, portable, and efficient.
14424 # So, we kill variables containing newlines.
14425 # Ultrix sh set writes to stderr and can't be redirected directly,
14426 # and sets the high bit in the cache file unless we assign to the vars.
14428 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14429 eval ac_val=\$$ac_var
14433 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14434 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14437 _ | IFS | as_nl) ;; #(
14438 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14439 *) { eval $ac_var=; unset $ac_var;} ;;
14445 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14446 *${as_nl}ac_space=\ *)
14447 # `set' does not quote correctly, so add quotes: double-quote
14448 # substitution turns \\\\ into \\, and sed turns \\ into \.
14451 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14454 # `set' quotes correctly as required by POSIX, so do not add quotes.
14455 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14464 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14466 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14468 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14469 if test -w "$cache_file"; then
14470 test "x$cache_file" != "x/dev/null" &&
14471 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14472 $as_echo "$as_me: updating cache $cache_file" >&6;}
14473 cat confcache >$cache_file
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14476 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14481 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14482 # Let make expand exec_prefix.
14483 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14485 DEFS=-DHAVE_CONFIG_H
14489 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14490 # 1. Remove the extension, and $U if already installed.
14491 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14492 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14493 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14494 # will be set to the directory where LIBOBJS objects are built.
14495 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14496 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14498 LIBOBJS=$ac_libobjs
14500 LTLIBOBJS=$ac_ltlibobjs
14503 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14504 as_fn_error "conditional \"GMAKE\" was never defined.
14505 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14507 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14508 as_fn_error "conditional \"PLUGINS\" was never defined.
14509 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14511 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14512 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14513 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14517 : ${CONFIG_STATUS=./config.status}
14519 ac_clean_files_save=$ac_clean_files
14520 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14522 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14524 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14526 # Generated by $as_me.
14527 # Run this file to recreate the current configuration.
14528 # Compiler output produced by configure, useful for debugging
14529 # configure, is in config.log if it exists.
14532 ac_cs_recheck=false
14535 SHELL=\${CONFIG_SHELL-$SHELL}
14538 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14539 ## -------------------- ##
14540 ## M4sh Initialization. ##
14541 ## -------------------- ##
14543 # Be more Bourne compatible
14544 DUALCASE=1; export DUALCASE # for MKS sh
14545 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14548 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14549 # is contrary to our usage. Disable this feature.
14550 alias -g '${1+"$@"}'='"$@"'
14551 setopt NO_GLOB_SUBST
14553 case `(set -o) 2>/dev/null` in #(
14565 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14566 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14567 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14568 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14569 # Prefer a ksh shell builtin over an external printf program on Solaris,
14570 # but without wasting forks for bash or zsh.
14571 if test -z "$BASH_VERSION$ZSH_VERSION" \
14572 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14573 as_echo='print -r --'
14574 as_echo_n='print -rn --'
14575 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14576 as_echo='printf %s\n'
14577 as_echo_n='printf %s'
14579 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14580 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14581 as_echo_n='/usr/ucb/echo -n'
14583 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14584 as_echo_n_body='eval
14588 expr "X$arg" : "X\\(.*\\)$as_nl";
14589 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14591 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14593 export as_echo_n_body
14594 as_echo_n='sh -c $as_echo_n_body as_echo'
14596 export as_echo_body
14597 as_echo='sh -c $as_echo_body as_echo'
14600 # The user is always right.
14601 if test "${PATH_SEPARATOR+set}" != set; then
14603 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14604 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14611 # We need space, tab and new line, in precisely that order. Quoting is
14612 # there to prevent editors from complaining about space-tab.
14613 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14614 # splitting by setting IFS to empty value.)
14617 # Find who we are. Look in the path if we contain no directory separator.
14619 *[\\/]* ) as_myself=$0 ;;
14620 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14621 for as_dir in $PATH
14624 test -z "$as_dir" && as_dir=.
14625 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14631 # We did not find ourselves, most probably we were run as `sh COMMAND'
14632 # in which case we are not to be found in the path.
14633 if test "x$as_myself" = x; then
14636 if test ! -f "$as_myself"; then
14637 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14641 # Unset variables that we do not need and which cause bugs (e.g. in
14642 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14643 # suppresses any "Segmentation fault" message there. '((' could
14644 # trigger a bug in pdksh 5.2.14.
14645 for as_var in BASH_ENV ENV MAIL MAILPATH
14646 do eval test x\${$as_var+set} = xset \
14647 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14660 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14663 # as_fn_error ERROR [LINENO LOG_FD]
14664 # ---------------------------------
14665 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14666 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14667 # script with status $?, using 1 if that was 0.
14670 as_status=$?; test $as_status -eq 0 && as_status=1
14672 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14673 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14675 $as_echo "$as_me: error: $1" >&2
14676 as_fn_exit $as_status
14680 # as_fn_set_status STATUS
14681 # -----------------------
14682 # Set $? to STATUS, without forking.
14683 as_fn_set_status ()
14686 } # as_fn_set_status
14688 # as_fn_exit STATUS
14689 # -----------------
14690 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14694 as_fn_set_status $1
14700 # Portably unset VAR.
14703 { eval $1=; unset $1;}
14705 as_unset=as_fn_unset
14706 # as_fn_append VAR VALUE
14707 # ----------------------
14708 # Append the text in VALUE to the end of the definition contained in VAR. Take
14709 # advantage of any shell optimizations that allow amortized linear growth over
14710 # repeated appends, instead of the typical quadratic growth present in naive
14712 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14713 eval 'as_fn_append ()
14724 # as_fn_arith ARG...
14725 # ------------------
14726 # Perform arithmetic evaluation on the ARGs, and store the result in the
14727 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14728 # must be portable across $(()) and expr.
14729 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14730 eval 'as_fn_arith ()
14737 as_val=`expr "$@" || test $? -eq 1`
14742 if expr a : '\(a\)' >/dev/null 2>&1 &&
14743 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14749 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14750 as_basename=basename
14755 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14761 as_me=`$as_basename -- "$0" ||
14762 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14763 X"$0" : 'X\(//\)$' \| \
14764 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14766 sed '/^.*\/\([^/][^/]*\)\/*$/{
14780 # Avoid depending upon Character Ranges.
14781 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14782 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14783 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14784 as_cr_digits='0123456789'
14785 as_cr_alnum=$as_cr_Letters$as_cr_digits
14787 ECHO_C= ECHO_N= ECHO_T=
14788 case `echo -n x` in #(((((
14790 case `echo 'xy\c'` in
14791 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14793 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14800 rm -f conf$$ conf$$.exe conf$$.file
14801 if test -d conf$$.dir; then
14802 rm -f conf$$.dir/conf$$.file
14805 mkdir conf$$.dir 2>/dev/null
14807 if (echo >conf$$.file) 2>/dev/null; then
14808 if ln -s conf$$.file conf$$ 2>/dev/null; then
14810 # ... but there are two gotchas:
14811 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14812 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14813 # In both cases, we have to default to `cp -p'.
14814 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14816 elif ln conf$$.file conf$$ 2>/dev/null; then
14824 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14825 rmdir conf$$.dir 2>/dev/null
14830 # Create "$as_dir" as a directory, including parents if necessary.
14835 -*) as_dir=./$as_dir;;
14837 test -d "$as_dir" || eval $as_mkdir_p || {
14841 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14842 *) as_qdir=$as_dir;;
14844 as_dirs="'$as_qdir' $as_dirs"
14845 as_dir=`$as_dirname -- "$as_dir" ||
14846 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14847 X"$as_dir" : 'X\(//\)[^/]' \| \
14848 X"$as_dir" : 'X\(//\)$' \| \
14849 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14850 $as_echo X"$as_dir" |
14851 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14855 /^X\(\/\/\)[^/].*/{
14868 test -d "$as_dir" && break
14870 test -z "$as_dirs" || eval "mkdir $as_dirs"
14871 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14875 if mkdir -p . 2>/dev/null; then
14876 as_mkdir_p='mkdir -p "$as_dir"'
14878 test -d ./-p && rmdir ./-p
14882 if test -x / >/dev/null 2>&1; then
14883 as_test_x='test -x'
14885 if ls -dL / >/dev/null 2>&1; then
14892 if test -d "$1"; then
14898 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14899 ???[sx]*):;;*)false;;esac;fi
14903 as_executable_p=$as_test_x
14905 # Sed expression to map a string onto a valid CPP name.
14906 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14908 # Sed expression to map a string onto a valid variable name.
14909 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14913 ## ----------------------------------- ##
14914 ## Main body of $CONFIG_STATUS script. ##
14915 ## ----------------------------------- ##
14917 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14919 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14920 # Save the log message, to keep $0 and so on meaningful, and to
14921 # report actual input values of CONFIG_FILES etc. instead of their
14922 # values after options handling.
14924 This file was extended by $as_me, which was
14925 generated by GNU Autoconf 2.64. Invocation command line was
14927 CONFIG_FILES = $CONFIG_FILES
14928 CONFIG_HEADERS = $CONFIG_HEADERS
14929 CONFIG_LINKS = $CONFIG_LINKS
14930 CONFIG_COMMANDS = $CONFIG_COMMANDS
14933 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14938 case $ac_config_files in *"
14939 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14942 case $ac_config_headers in *"
14943 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14948 # Files that config.status was made for.
14949 config_files="$ac_config_files"
14950 config_headers="$ac_config_headers"
14951 config_links="$ac_config_links"
14952 config_commands="$ac_config_commands"
14956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14958 \`$as_me' instantiates files and other configuration actions
14959 from templates according to the current configuration. Unless the files
14960 and actions are specified as TAGs, all are instantiated by default.
14962 Usage: $0 [OPTION]... [TAG]...
14964 -h, --help print this help, then exit
14965 -V, --version print version number and configuration settings, then exit
14966 -q, --quiet, --silent
14967 do not print progress messages
14968 -d, --debug don't remove temporary files
14969 --recheck update $as_me by reconfiguring in the same conditions
14970 --file=FILE[:TEMPLATE]
14971 instantiate the configuration file FILE
14972 --header=FILE[:TEMPLATE]
14973 instantiate the configuration header FILE
14975 Configuration files:
14978 Configuration headers:
14981 Configuration links:
14984 Configuration commands:
14987 Report bugs to the package provider."
14990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14993 configured by $0, generated by GNU Autoconf 2.64,
14994 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14996 Copyright (C) 2009 Free Software Foundation, Inc.
14997 This config.status script is free software; the Free Software Foundation
14998 gives unlimited permission to copy, distribute and modify it."
15004 test -n "\$AWK" || AWK=awk
15007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15008 # The default lists apply if the user does not specify any file.
15014 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15015 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15026 # Handling of the options.
15027 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15029 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15030 $as_echo "$ac_cs_version"; exit ;;
15031 --debug | --debu | --deb | --de | --d | -d )
15033 --file | --fil | --fi | --f )
15036 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15038 as_fn_append CONFIG_FILES " '$ac_optarg'"
15039 ac_need_defaults=false;;
15040 --header | --heade | --head | --hea )
15043 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15045 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15046 ac_need_defaults=false;;
15048 # Conflict between --help and --header
15049 as_fn_error "ambiguous option: \`$1'
15050 Try \`$0 --help' for more information.";;
15051 --help | --hel | -h )
15052 $as_echo "$ac_cs_usage"; exit ;;
15053 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15054 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15057 # This is an error.
15058 -*) as_fn_error "unrecognized option: \`$1'
15059 Try \`$0 --help' for more information." ;;
15061 *) as_fn_append ac_config_targets " $1"
15062 ac_need_defaults=false ;;
15068 ac_configure_extra_args=
15070 if $ac_cs_silent; then
15072 ac_configure_extra_args="$ac_configure_extra_args --silent"
15076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15077 if \$ac_cs_recheck; then
15078 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15080 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15081 CONFIG_SHELL='$SHELL'
15082 export CONFIG_SHELL
15087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15091 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15092 ## Running $as_me. ##
15098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15102 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15105 # The HP-UX ksh and POSIX shell print the target directory to stdout
15106 # if CDPATH is set.
15107 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15109 sed_quote_subst='$sed_quote_subst'
15110 double_quote_subst='$double_quote_subst'
15111 delay_variable_subst='$delay_variable_subst'
15112 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15113 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15114 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15115 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15116 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15117 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15118 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15119 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15120 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15121 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15122 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15123 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15124 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15125 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15126 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15127 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15128 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15129 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15130 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15131 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15132 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15133 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15134 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15135 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15136 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15137 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15138 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15139 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15140 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15141 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15142 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15143 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15144 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15145 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15146 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15147 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15148 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15149 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15150 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15151 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15152 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15153 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15154 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15155 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15156 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15157 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15158 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15159 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15160 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"`'
15161 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15162 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15163 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15164 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15165 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15166 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15167 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15168 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15169 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15170 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15171 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15172 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15173 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15174 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15175 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15176 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15177 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15178 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15179 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15180 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15181 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15182 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15183 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15184 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15185 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15186 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15187 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15188 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15189 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15190 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15191 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15192 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15193 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15194 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15195 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15196 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15197 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15198 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15199 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15200 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15201 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15202 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15203 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15204 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15205 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15206 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15207 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15208 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15209 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15210 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15211 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15212 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15213 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15214 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15215 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15216 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15217 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15218 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15219 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15220 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15221 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15222 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15223 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15224 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15225 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15226 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15227 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15228 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15229 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15230 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15231 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15234 LTCFLAGS='$LTCFLAGS'
15235 compiler='$compiler_DEFAULT'
15237 # A function that is used when there is no print builtin or printf.
15238 func_fallback_echo ()
15240 eval 'cat <<_LTECHO_EOF
15245 # Quote evaled strings.
15259 deplibs_check_method \
15268 lt_cv_sys_global_symbol_pipe \
15269 lt_cv_sys_global_symbol_to_cdecl \
15270 lt_cv_sys_global_symbol_to_c_name_address \
15271 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15272 lt_prog_compiler_no_builtin_flag \
15273 lt_prog_compiler_wl \
15274 lt_prog_compiler_pic \
15275 lt_prog_compiler_static \
15276 lt_cv_prog_compiler_c_o \
15284 export_dynamic_flag_spec \
15285 whole_archive_flag_spec \
15286 compiler_needs_object \
15288 allow_undefined_flag \
15289 no_undefined_flag \
15290 hardcode_libdir_flag_spec \
15291 hardcode_libdir_flag_spec_ld \
15292 hardcode_libdir_separator \
15297 variables_saved_for_relink \
15299 library_names_spec \
15301 install_override_mode \
15305 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15306 *[\\\\\\\`\\"\\\$]*)
15307 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15310 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15315 # Double-quote double-evaled strings.
15316 for var in reload_cmds \
15317 old_postinstall_cmds \
15318 old_postuninstall_cmds \
15320 extract_expsyms_cmds \
15321 old_archive_from_new_cmds \
15322 old_archive_from_expsyms_cmds \
15324 archive_expsym_cmds \
15326 module_expsym_cmds \
15327 export_symbols_cmds \
15330 postuninstall_cmds \
15332 sys_lib_search_path_spec \
15333 sys_lib_dlsearch_path_spec; do
15334 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15335 *[\\\\\\\`\\"\\\$]*)
15336 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15339 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15344 ac_aux_dir='$ac_aux_dir'
15345 xsi_shell='$xsi_shell'
15346 lt_shell_append='$lt_shell_append'
15348 # See if we are running on zsh, and set the options which allow our
15349 # commands through without removal of \ escapes INIT.
15350 if test -n "\${ZSH_VERSION+set}" ; then
15351 setopt NO_GLOB_SUBST
15357 TIMESTAMP='$TIMESTAMP'
15366 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15368 # Handling of arguments.
15369 for ac_config_target in $ac_config_targets
15371 case $ac_config_target in
15372 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15373 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
15374 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15375 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
15376 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15377 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15378 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15379 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15380 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15382 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15387 # If the user did not use the arguments to specify the items to instantiate,
15388 # then the envvar interface is used. Set only those that are not.
15389 # We use the long form for the default assignment because of an extremely
15390 # bizarre bug on SunOS 4.1.3.
15391 if $ac_need_defaults; then
15392 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15393 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15394 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15395 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15398 # Have a temporary directory for convenience. Make it in the build tree
15399 # simply because there is no reason against having it here, and in addition,
15400 # creating and moving files from /tmp can sometimes cause problems.
15401 # Hook for its removal unless debugging.
15402 # Note that there is a small window in which the directory will not be cleaned:
15403 # after its creation but before its name has been assigned to `$tmp'.
15407 trap 'exit_status=$?
15408 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15410 trap 'as_fn_exit 1' 1 2 13 15
15412 # Create a (secure) tmp directory for tmp files.
15415 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15416 test -n "$tmp" && test -d "$tmp"
15419 tmp=./conf$$-$RANDOM
15420 (umask 077 && mkdir "$tmp")
15421 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15423 # Set up the scripts for CONFIG_FILES section.
15424 # No need to generate them if there are no CONFIG_FILES.
15425 # This happens for instance with `./config.status config.h'.
15426 if test -n "$CONFIG_FILES"; then
15429 ac_cr=`echo X | tr X '\015'`
15430 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15431 # But we know of no other shell where ac_cr would be empty at this
15432 # point, so we can use a bashism as a fallback.
15433 if test "x$ac_cr" = x; then
15434 eval ac_cr=\$\'\\r\'
15436 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15437 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15440 ac_cs_awk_cr=$ac_cr
15443 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15448 echo "cat >conf$$subs.awk <<_ACEOF" &&
15449 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15451 } >conf$$subs.sh ||
15452 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15453 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15455 for ac_last_try in false false false false false :; do
15456 . ./conf$$subs.sh ||
15457 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15459 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15460 if test $ac_delim_n = $ac_delim_num; then
15462 elif $ac_last_try; then
15463 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15465 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15468 rm -f conf$$subs.sh
15470 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15471 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15475 s/^/S["/; s/!.*/"]=/
15485 s/\(.\{148\}\).*/\1/
15487 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15492 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15499 s/\(.\{148\}\).*/\1/
15501 s/["\\]/\\&/g; s/^/"/; s/$/"/
15505 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15510 ' <conf$$subs.awk | sed '
15515 ' >>$CONFIG_STATUS || ac_write_fail=1
15516 rm -f conf$$subs.awk
15517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15519 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15520 for (key in S) S_is_set[key] = 1
15526 nfields = split(line, field, "@")
15528 len = length(field[1])
15529 for (i = 2; i < nfields; i++) {
15531 keylen = length(key)
15532 if (S_is_set[key]) {
15534 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15535 len += length(value) + length(field[++i])
15546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15547 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15548 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15551 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15552 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15555 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15556 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15557 # trailing colons and then remove the whole line if VPATH becomes empty
15558 # (actually we leave an empty line to preserve line numbers).
15559 if test "x$srcdir" = x.; then
15560 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15561 s/:*\$(srcdir):*/:/
15562 s/:*\${srcdir}:*/:/
15564 s/^\([^=]*=[ ]*\):*/\1/
15570 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15571 fi # test -n "$CONFIG_FILES"
15573 # Set up the scripts for CONFIG_HEADERS section.
15574 # No need to generate them if there are no CONFIG_HEADERS.
15575 # This happens for instance with `./config.status Makefile'.
15576 if test -n "$CONFIG_HEADERS"; then
15577 cat >"$tmp/defines.awk" <<\_ACAWK ||
15581 # Transform confdefs.h into an awk script `defines.awk', embedded as
15582 # here-document in config.status, that substitutes the proper values into
15583 # config.h.in to produce config.h.
15585 # Create a delimiter string that does not exist in confdefs.h, to ease
15586 # handling of long lines.
15588 for ac_last_try in false false :; do
15589 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15590 if test -z "$ac_t"; then
15592 elif $ac_last_try; then
15593 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15595 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15599 # For the awk script, D is an array of macro values keyed by name,
15600 # likewise P contains macro parameters if any. Preserve backslash
15601 # newline sequences.
15603 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15605 s/.\{148\}/&'"$ac_delim"'/g
15608 s/^[ ]*#[ ]*define[ ][ ]*/ /
15615 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15617 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15621 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15622 D["\1"]=" \3\\\\\\n"\\/p
15624 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15629 s/.\{148\}/&'"$ac_delim"'/g
15634 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15637 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15639 ' <confdefs.h | sed '
15640 s/'"$ac_delim"'/"\\\
15641 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15643 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15644 for (key in D) D_is_set[key] = 1
15647 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15649 split(line, arg, " ")
15650 if (arg[1] == "#") {
15654 defundef = substr(arg[1], 2)
15657 split(mac1, mac2, "(") #)
15659 prefix = substr(line, 1, index(line, defundef) - 1)
15660 if (D_is_set[macro]) {
15661 # Preserve the white space surrounding the "#".
15662 print prefix "define", macro P[macro] D[macro]
15665 # Replace #undef with comments. This is necessary, for example,
15666 # in the case of _POSIX_SOURCE, which is predefined and required
15667 # on some systems where configure will not decide to define it.
15668 if (defundef == "undef") {
15669 print "/*", prefix defundef, macro, "*/"
15677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15678 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15679 fi # test -n "$CONFIG_HEADERS"
15682 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15687 :[FHLC]) ac_mode=$ac_tag; continue;;
15689 case $ac_mode$ac_tag in
15691 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15692 :[FH]-) ac_tag=-:-;;
15693 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15710 -) ac_f="$tmp/stdin";;
15711 *) # Look for the file first in the build tree, then in the source tree
15712 # (if the path is not absolute). The absolute path cannot be DOS-style,
15713 # because $ac_f cannot contain `:'.
15717 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15719 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15721 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15722 as_fn_append ac_file_inputs " '$ac_f'"
15725 # Let's still pretend it is `configure' which instantiates (i.e., don't
15726 # use $as_me), people would be surprised to read:
15727 # /* config.h. Generated by config.status. */
15728 configure_input='Generated from '`
15729 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15731 if test x"$ac_file" != x-; then
15732 configure_input="$ac_file. $configure_input"
15733 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15734 $as_echo "$as_me: creating $ac_file" >&6;}
15736 # Neutralize special characters interpreted by sed in replacement strings.
15737 case $configure_input in #(
15738 *\&* | *\|* | *\\* )
15739 ac_sed_conf_input=`$as_echo "$configure_input" |
15740 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15741 *) ac_sed_conf_input=$configure_input;;
15745 *:-:* | *:-) cat >"$tmp/stdin" \
15746 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15751 ac_dir=`$as_dirname -- "$ac_file" ||
15752 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15753 X"$ac_file" : 'X\(//\)[^/]' \| \
15754 X"$ac_file" : 'X\(//\)$' \| \
15755 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15756 $as_echo X"$ac_file" |
15757 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15761 /^X\(\/\/\)[^/].*/{
15774 as_dir="$ac_dir"; as_fn_mkdir_p
15778 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15780 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15781 # A ".." for each directory in $ac_dir_suffix.
15782 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15783 case $ac_top_builddir_sub in
15784 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15785 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15788 ac_abs_top_builddir=$ac_pwd
15789 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15790 # for backward compatibility:
15791 ac_top_builddir=$ac_top_build_prefix
15794 .) # We are building in place.
15796 ac_top_srcdir=$ac_top_builddir_sub
15797 ac_abs_top_srcdir=$ac_pwd ;;
15798 [\\/]* | ?:[\\/]* ) # Absolute name.
15799 ac_srcdir=$srcdir$ac_dir_suffix;
15800 ac_top_srcdir=$srcdir
15801 ac_abs_top_srcdir=$srcdir ;;
15802 *) # Relative name.
15803 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15804 ac_top_srcdir=$ac_top_build_prefix$srcdir
15805 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15807 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15817 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15818 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15822 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15823 # If the template does not know about datarootdir, expand it.
15824 # FIXME: This hack should be removed a few years after 2.60.
15825 ac_datarootdir_hack=; ac_datarootdir_seen=
15836 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15837 *datarootdir*) ac_datarootdir_seen=yes;;
15838 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15840 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15842 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15843 ac_datarootdir_hack='
15844 s&@datadir@&$datadir&g
15845 s&@docdir@&$docdir&g
15846 s&@infodir@&$infodir&g
15847 s&@localedir@&$localedir&g
15848 s&@mandir@&$mandir&g
15849 s&\\\${datarootdir}&$datarootdir&g' ;;
15853 # Neutralize VPATH when `$srcdir' = `.'.
15854 # Shell code in configure.ac might set extrasub.
15855 # FIXME: do we really want to maintain this feature?
15856 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15857 ac_sed_extra="$ac_vpsub
15860 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15862 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15863 s|@configure_input@|$ac_sed_conf_input|;t t
15864 s&@top_builddir@&$ac_top_builddir_sub&;t t
15865 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15866 s&@srcdir@&$ac_srcdir&;t t
15867 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15868 s&@top_srcdir@&$ac_top_srcdir&;t t
15869 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15870 s&@builddir@&$ac_builddir&;t t
15871 s&@abs_builddir@&$ac_abs_builddir&;t t
15872 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15873 s&@INSTALL@&$ac_INSTALL&;t t
15874 $ac_datarootdir_hack
15876 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15877 || as_fn_error "could not create $ac_file" "$LINENO" 5
15879 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15880 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15881 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15883 which seems to be undefined. Please make sure it is defined." >&5
15884 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15885 which seems to be undefined. Please make sure it is defined." >&2;}
15889 -) cat "$tmp/out" && rm -f "$tmp/out";;
15890 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15892 || as_fn_error "could not create $ac_file" "$LINENO" 5
15898 if test x"$ac_file" != x-; then
15900 $as_echo "/* $configure_input */" \
15901 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15902 } >"$tmp/config.h" \
15903 || as_fn_error "could not create $ac_file" "$LINENO" 5
15904 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15905 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15906 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15909 mv "$tmp/config.h" "$ac_file" \
15910 || as_fn_error "could not create $ac_file" "$LINENO" 5
15913 $as_echo "/* $configure_input */" \
15914 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15915 || as_fn_error "could not create -" "$LINENO" 5
15923 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15926 # Prefer the file from the source tree if names are identical.
15927 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15928 ac_source=$srcdir/$ac_source
15931 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15932 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15934 if test ! -r "$ac_source"; then
15935 as_fn_error "$ac_source: file not found" "$LINENO" 5
15939 # Try a relative symlink, then a hard link, then a copy.
15941 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15942 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15944 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15945 ln "$ac_source" "$ac_file" 2>/dev/null ||
15946 cp -p "$ac_source" "$ac_file" ||
15947 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15950 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15951 $as_echo "$as_me: executing $ac_file commands" >&6;}
15956 case $ac_file$ac_mode in
15957 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15960 # See if we are running on zsh, and set the options which allow our
15961 # commands through without removal of \ escapes.
15962 if test -n "${ZSH_VERSION+set}" ; then
15963 setopt NO_GLOB_SUBST
15966 cfgfile="${ofile}T"
15967 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15970 cat <<_LT_EOF >> "$cfgfile"
15973 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15974 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15975 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15976 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15978 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15979 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15980 # Written by Gordon Matzigkeit, 1996
15982 # This file is part of GNU Libtool.
15984 # GNU Libtool is free software; you can redistribute it and/or
15985 # modify it under the terms of the GNU General Public License as
15986 # published by the Free Software Foundation; either version 2 of
15987 # the License, or (at your option) any later version.
15989 # As a special exception to the GNU General Public License,
15990 # if you distribute this file as part of a program or library that
15991 # is built using GNU Libtool, you may include this file under the
15992 # same distribution terms that you use for the rest of that program.
15994 # GNU Libtool is distributed in the hope that it will be useful,
15995 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15996 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15997 # GNU General Public License for more details.
15999 # You should have received a copy of the GNU General Public License
16000 # along with GNU Libtool; see the file COPYING. If not, a copy
16001 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16002 # obtained by writing to the Free Software Foundation, Inc.,
16003 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16006 # The names of the tagged configurations supported by this script.
16009 # ### BEGIN LIBTOOL CONFIG
16011 # Which release of libtool.m4 was used?
16012 macro_version=$macro_version
16013 macro_revision=$macro_revision
16015 # Whether or not to build shared libraries.
16016 build_libtool_libs=$enable_shared
16018 # Whether or not to build static libraries.
16019 build_old_libs=$enable_static
16021 # What type of objects to build.
16024 # Whether or not to optimize for fast installation.
16025 fast_install=$enable_fast_install
16027 # Shell to use when invoking shell scripts.
16030 # An echo program that protects backslashes.
16034 host_alias=$host_alias
16038 # The build system.
16039 build_alias=$build_alias
16043 # A sed program that does not truncate output.
16046 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16047 Xsed="\$SED -e 1s/^X//"
16049 # A grep program that handles long lines.
16055 # A literal string matcher.
16058 # A BSD- or MS-compatible name lister.
16061 # Whether we need soft or hard links.
16064 # What is the maximum length of a command?
16065 max_cmd_len=$max_cmd_len
16067 # Object file suffix (normally "o").
16070 # Executable file suffix (normally "").
16073 # whether the shell understands "unset".
16076 # turn spaces into newlines.
16079 # turn newlines into spaces.
16082 # An object symbol dumper.
16083 OBJDUMP=$lt_OBJDUMP
16085 # Method to check whether dependent libraries are shared objects.
16086 deplibs_check_method=$lt_deplibs_check_method
16088 # Command to use when deplibs_check_method == "file_magic".
16089 file_magic_cmd=$lt_file_magic_cmd
16093 AR_FLAGS=$lt_AR_FLAGS
16095 # A symbol stripping program.
16098 # Commands used to install an old-style archive.
16100 old_postinstall_cmds=$lt_old_postinstall_cmds
16101 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16103 # Whether to use a lock for old archive extraction.
16104 lock_old_archive_extraction=$lock_old_archive_extraction
16109 # LTCC compiler flags.
16110 LTCFLAGS=$lt_CFLAGS
16112 # Take the output of nm and produce a listing of raw symbols and C names.
16113 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16115 # Transform the output of nm in a proper C declaration.
16116 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16118 # Transform the output of nm in a C name address pair.
16119 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16121 # Transform the output of nm in a C name address pair when lib prefix is needed.
16122 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16124 # The name of the directory that contains temporary libtool files.
16127 # Used to examine libraries when file_magic_cmd begins with "file".
16128 MAGIC_CMD=$MAGIC_CMD
16130 # Must we lock files when doing compilation?
16131 need_locks=$lt_need_locks
16133 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16134 DSYMUTIL=$lt_DSYMUTIL
16136 # Tool to change global to local symbols on Mac OS X.
16139 # Tool to manipulate fat objects and archives on Mac OS X.
16142 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16145 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16146 OTOOL64=$lt_OTOOL64
16148 # Old archive suffix (normally "a").
16151 # Shared library suffix (normally ".so").
16152 shrext_cmds=$lt_shrext_cmds
16154 # The commands to extract the exported symbol list from a shared archive.
16155 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16157 # Variables whose values should be saved in libtool wrapper scripts and
16158 # restored at link time.
16159 variables_saved_for_relink=$lt_variables_saved_for_relink
16161 # Do we need the "lib" prefix for modules?
16162 need_lib_prefix=$need_lib_prefix
16164 # Do we need a version for libraries?
16165 need_version=$need_version
16167 # Library versioning type.
16168 version_type=$version_type
16170 # Shared library runtime path variable.
16171 runpath_var=$runpath_var
16173 # Shared library path variable.
16174 shlibpath_var=$shlibpath_var
16176 # Is shlibpath searched before the hard-coded library search path?
16177 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16179 # Format of library name prefix.
16180 libname_spec=$lt_libname_spec
16182 # List of archive names. First name is the real one, the rest are links.
16183 # The last name is the one that the linker finds with -lNAME
16184 library_names_spec=$lt_library_names_spec
16186 # The coded name of the library, if different from the real name.
16187 soname_spec=$lt_soname_spec
16189 # Permission mode override for installation of shared libraries.
16190 install_override_mode=$lt_install_override_mode
16192 # Command to use after installation of a shared archive.
16193 postinstall_cmds=$lt_postinstall_cmds
16195 # Command to use after uninstallation of a shared archive.
16196 postuninstall_cmds=$lt_postuninstall_cmds
16198 # Commands used to finish a libtool library installation in a directory.
16199 finish_cmds=$lt_finish_cmds
16201 # As "finish_cmds", except a single script fragment to be evaled but
16203 finish_eval=$lt_finish_eval
16205 # Whether we should hardcode library paths into libraries.
16206 hardcode_into_libs=$hardcode_into_libs
16208 # Compile-time system search path for libraries.
16209 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16211 # Run-time system search path for libraries.
16212 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16214 # Whether dlopen is supported.
16215 dlopen_support=$enable_dlopen
16217 # Whether dlopen of programs is supported.
16218 dlopen_self=$enable_dlopen_self
16220 # Whether dlopen of statically linked programs is supported.
16221 dlopen_self_static=$enable_dlopen_self_static
16223 # Commands to strip libraries.
16224 old_striplib=$lt_old_striplib
16225 striplib=$lt_striplib
16228 # The linker used to build libraries.
16231 # How to create reloadable object files.
16232 reload_flag=$lt_reload_flag
16233 reload_cmds=$lt_reload_cmds
16235 # Commands used to build an old-style archive.
16236 old_archive_cmds=$lt_old_archive_cmds
16238 # A language specific compiler.
16241 # Is the compiler the GNU compiler?
16244 # Compiler flag to turn off builtin functions.
16245 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16247 # How to pass a linker flag through the compiler.
16248 wl=$lt_lt_prog_compiler_wl
16250 # Additional compiler flags for building library objects.
16251 pic_flag=$lt_lt_prog_compiler_pic
16253 # Compiler flag to prevent dynamic linking.
16254 link_static_flag=$lt_lt_prog_compiler_static
16256 # Does compiler simultaneously support -c and -o options?
16257 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16259 # Whether or not to add -lc for building shared libraries.
16260 build_libtool_need_lc=$archive_cmds_need_lc
16262 # Whether or not to disallow shared libs when runtime libs are static.
16263 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16265 # Compiler flag to allow reflexive dlopens.
16266 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16268 # Compiler flag to generate shared objects directly from archives.
16269 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16271 # Whether the compiler copes with passing no objects directly.
16272 compiler_needs_object=$lt_compiler_needs_object
16274 # Create an old-style archive from a shared archive.
16275 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16277 # Create a temporary old-style archive to link instead of a shared archive.
16278 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16280 # Commands used to build a shared archive.
16281 archive_cmds=$lt_archive_cmds
16282 archive_expsym_cmds=$lt_archive_expsym_cmds
16284 # Commands used to build a loadable module if different from building
16285 # a shared archive.
16286 module_cmds=$lt_module_cmds
16287 module_expsym_cmds=$lt_module_expsym_cmds
16289 # Whether we are building with GNU ld or not.
16290 with_gnu_ld=$lt_with_gnu_ld
16292 # Flag that allows shared libraries with undefined symbols to be built.
16293 allow_undefined_flag=$lt_allow_undefined_flag
16295 # Flag that enforces no undefined symbols.
16296 no_undefined_flag=$lt_no_undefined_flag
16298 # Flag to hardcode \$libdir into a binary during linking.
16299 # This must work even if \$libdir does not exist
16300 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16302 # If ld is used when linking, flag to hardcode \$libdir into a binary
16303 # during linking. This must work even if \$libdir does not exist.
16304 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16306 # Whether we need a single "-rpath" flag with a separated argument.
16307 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16309 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16310 # DIR into the resulting binary.
16311 hardcode_direct=$hardcode_direct
16313 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16314 # DIR into the resulting binary and the resulting library dependency is
16315 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16316 # library is relocated.
16317 hardcode_direct_absolute=$hardcode_direct_absolute
16319 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16320 # into the resulting binary.
16321 hardcode_minus_L=$hardcode_minus_L
16323 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16324 # into the resulting binary.
16325 hardcode_shlibpath_var=$hardcode_shlibpath_var
16327 # Set to "yes" if building a shared library automatically hardcodes DIR
16328 # into the library and all subsequent libraries and executables linked
16330 hardcode_automatic=$hardcode_automatic
16332 # Set to yes if linker adds runtime paths of dependent libraries
16333 # to runtime path list.
16334 inherit_rpath=$inherit_rpath
16336 # Whether libtool must link a program against all its dependency libraries.
16337 link_all_deplibs=$link_all_deplibs
16339 # Fix the shell variable \$srcfile for the compiler.
16340 fix_srcfile_path=$lt_fix_srcfile_path
16342 # Set to "yes" if exported symbols are required.
16343 always_export_symbols=$always_export_symbols
16345 # The commands to list exported symbols.
16346 export_symbols_cmds=$lt_export_symbols_cmds
16348 # Symbols that should not be listed in the preloaded symbols.
16349 exclude_expsyms=$lt_exclude_expsyms
16351 # Symbols that must always be exported.
16352 include_expsyms=$lt_include_expsyms
16354 # Commands necessary for linking programs (against libraries) with templates.
16355 prelink_cmds=$lt_prelink_cmds
16357 # Specify filename containing input files.
16358 file_list_spec=$lt_file_list_spec
16360 # How to hardcode a shared library path into an executable.
16361 hardcode_action=$hardcode_action
16363 # ### END LIBTOOL CONFIG
16369 cat <<\_LT_EOF >> "$cfgfile"
16370 # AIX sometimes has problems with the GCC collect2 program. For some
16371 # reason, if we set the COLLECT_NAMES environment variable, the problems
16372 # vanish in a puff of smoke.
16373 if test "X${COLLECT_NAMES+set}" != Xset; then
16375 export COLLECT_NAMES
16382 ltmain="$ac_aux_dir/ltmain.sh"
16385 # We use sed instead of cat because bash on DJGPP gets confused if
16386 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16387 # text mode, it properly converts lines to CR/LF. This bash problem
16388 # is reportedly fixed, but why not run on old versions too?
16389 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16390 || (rm -f "$cfgfile"; exit 1)
16394 cat << \_LT_EOF >> "$cfgfile"
16396 # func_dirname file append nondir_replacement
16397 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16398 # otherwise set result to NONDIR_REPLACEMENT.
16402 */*) func_dirname_result="${1%/*}${2}" ;;
16403 * ) func_dirname_result="${3}" ;;
16407 # func_basename file
16410 func_basename_result="${1##*/}"
16413 # func_dirname_and_basename file append nondir_replacement
16414 # perform func_basename and func_dirname in a single function
16416 # dirname: Compute the dirname of FILE. If nonempty,
16417 # add APPEND to the result, otherwise set result
16418 # to NONDIR_REPLACEMENT.
16419 # value returned in "$func_dirname_result"
16420 # basename: Compute filename of FILE.
16421 # value retuned in "$func_basename_result"
16422 # Implementation must be kept synchronized with func_dirname
16423 # and func_basename. For efficiency, we do not delegate to
16424 # those functions but instead duplicate the functionality here.
16425 func_dirname_and_basename ()
16428 */*) func_dirname_result="${1%/*}${2}" ;;
16429 * ) func_dirname_result="${3}" ;;
16431 func_basename_result="${1##*/}"
16434 # func_stripname prefix suffix name
16435 # strip PREFIX and SUFFIX off of NAME.
16436 # PREFIX and SUFFIX must not contain globbing or regex special
16437 # characters, hashes, percent signs, but SUFFIX may contain a leading
16438 # dot (in which case that matches only a dot).
16441 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16442 # positional parameters, so assign one to ordinary parameter first.
16443 func_stripname_result=${3}
16444 func_stripname_result=${func_stripname_result#"${1}"}
16445 func_stripname_result=${func_stripname_result%"${2}"}
16451 func_opt_split_opt=${1%%=*}
16452 func_opt_split_arg=${1#*=}
16459 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16460 *) func_lo2o_result=${1} ;;
16464 # func_xform libobj-or-source
16467 func_xform_result=${1%.*}.lo
16470 # func_arith arithmetic-term...
16473 func_arith_result=$(( $* ))
16477 # STRING may not start with a hyphen.
16480 func_len_result=${#1}
16485 *) # Bourne compatible functions.
16486 cat << \_LT_EOF >> "$cfgfile"
16488 # func_dirname file append nondir_replacement
16489 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16490 # otherwise set result to NONDIR_REPLACEMENT.
16493 # Extract subdirectory from the argument.
16494 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16495 if test "X$func_dirname_result" = "X${1}"; then
16496 func_dirname_result="${3}"
16498 func_dirname_result="$func_dirname_result${2}"
16502 # func_basename file
16505 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16509 # func_stripname prefix suffix name
16510 # strip PREFIX and SUFFIX off of NAME.
16511 # PREFIX and SUFFIX must not contain globbing or regex special
16512 # characters, hashes, percent signs, but SUFFIX may contain a leading
16513 # dot (in which case that matches only a dot).
16514 # func_strip_suffix prefix name
16518 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16519 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16524 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16525 my_sed_long_arg='1s/^-[^=]*=//'
16530 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16531 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16537 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16540 # func_xform libobj-or-source
16543 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16546 # func_arith arithmetic-term...
16549 func_arith_result=`expr "$@"`
16553 # STRING may not start with a hyphen.
16556 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16562 case $lt_shell_append in
16564 cat << \_LT_EOF >> "$cfgfile"
16566 # func_append var value
16567 # Append VALUE to the end of shell variable VAR.
16575 cat << \_LT_EOF >> "$cfgfile"
16577 # func_append var value
16578 # Append VALUE to the end of shell variable VAR.
16589 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16590 || (rm -f "$cfgfile"; exit 1)
16592 mv -f "$cfgfile" "$ofile" ||
16593 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16597 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16598 rm -f Makesim1.tmp Makesim2.tmp Makefile
16599 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16600 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16601 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16602 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16603 <Makefile.sim >Makefile
16604 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16606 "stamp-h":C) echo > stamp-h ;;
16614 ac_clean_files=$ac_clean_files_save
16616 test $ac_write_fail = 0 ||
16617 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16620 # configure is writing to config.log, and then calls config.status.
16621 # config.status does its own redirection, appending to config.log.
16622 # Unfortunately, on DOS this fails, as config.log is still kept open
16623 # by configure, so config.status won't be able to write to it; its
16624 # output is simply discarded. So we exec the FD to /dev/null,
16625 # effectively closing config.log, so it can be properly (re)opened and
16626 # appended to by config.status. When coming back to configure, we
16627 # need to make the FD available again.
16628 if test "$no_create" != yes; then
16630 ac_config_status_args=
16631 test "$silent" = yes &&
16632 ac_config_status_args="$ac_config_status_args --quiet"
16634 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16636 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16637 # would make configure fail if this is the last instruction.
16638 $ac_cs_success || as_fn_exit $?
16640 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16642 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}