2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir=.
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir=./$as_dir;;
291 test -d "$as_dir" || eval $as_mkdir_p || {
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
360 as_val=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status=$?; test $as_status -eq 0 && as_status=1
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487 elif ln conf$$.file conf$$ 2>/dev/null; then
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
501 test -d ./-p && rmdir ./-p
505 if test -x / >/dev/null 2>&1; then
508 if ls -dL / >/dev/null 2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix=/usr/local
549 ac_config_libobj_dir=.
556 # Identity of this package.
564 ac_unique_file="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
735 program_transform_name
748 enable_option_checking
757 enable_maintainer_mode
768 enable_sim_hostendian
770 enable_sim_default_model
771 enable_sim_environment
776 ac_precious_vars='build_alias
787 # Initialize some variables set by options.
789 ac_init_version=false
790 ac_unrecognized_opts=
792 # The variables have the same names as the options, with
793 # dashes changed to underlines.
801 program_transform_name=s,x,x,
809 # Installation directory options.
810 # These are left unexpanded so users can "make install exec_prefix=/foo"
811 # and all the variables that are supposed to be based on exec_prefix
812 # by default will actually change.
813 # Use braces instead of parens because sh, perl, etc. also accept them.
814 # (The list follows the same order as the GNU Coding Standards.)
815 bindir='${exec_prefix}/bin'
816 sbindir='${exec_prefix}/sbin'
817 libexecdir='${exec_prefix}/libexec'
818 datarootdir='${prefix}/share'
819 datadir='${datarootdir}'
820 sysconfdir='${prefix}/etc'
821 sharedstatedir='${prefix}/com'
822 localstatedir='${prefix}/var'
823 includedir='${prefix}/include'
824 oldincludedir='/usr/include'
825 docdir='${datarootdir}/doc/${PACKAGE}'
826 infodir='${datarootdir}/info'
831 libdir='${exec_prefix}/lib'
832 localedir='${datarootdir}/locale'
833 mandir='${datarootdir}/man'
839 # If the previous option needs an argument, assign it.
840 if test -n "$ac_prev"; then
841 eval $ac_prev=\$ac_option
847 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
851 # Accept the important Cygnus configure options, so we can diagnose typos.
853 case $ac_dashdash$ac_option in
857 -bindir | --bindir | --bindi | --bind | --bin | --bi)
859 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
862 -build | --build | --buil | --bui | --bu)
863 ac_prev=build_alias ;;
864 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
865 build_alias=$ac_optarg ;;
867 -cache-file | --cache-file | --cache-fil | --cache-fi \
868 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
869 ac_prev=cache_file ;;
870 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
871 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
872 cache_file=$ac_optarg ;;
875 cache_file=config.cache ;;
877 -datadir | --datadir | --datadi | --datad)
879 -datadir=* | --datadir=* | --datadi=* | --datad=*)
880 datadir=$ac_optarg ;;
882 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
883 | --dataroo | --dataro | --datar)
884 ac_prev=datarootdir ;;
885 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
886 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
887 datarootdir=$ac_optarg ;;
889 -disable-* | --disable-*)
890 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
891 # Reject names that are not valid shell variable names.
892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
893 as_fn_error "invalid feature name: $ac_useropt"
894 ac_useropt_orig=$ac_useropt
895 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
896 case $ac_user_opts in
900 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
901 ac_unrecognized_sep=', ';;
903 eval enable_$ac_useropt=no ;;
905 -docdir | --docdir | --docdi | --doc | --do)
907 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
910 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
912 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
915 -enable-* | --enable-*)
916 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
917 # Reject names that are not valid shell variable names.
918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
919 as_fn_error "invalid feature name: $ac_useropt"
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
929 eval enable_$ac_useropt=\$ac_optarg ;;
931 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
932 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
933 | --exec | --exe | --ex)
934 ac_prev=exec_prefix ;;
935 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
936 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
937 | --exec=* | --exe=* | --ex=*)
938 exec_prefix=$ac_optarg ;;
940 -gas | --gas | --ga | --g)
941 # Obsolete; use --with-gas.
944 -help | --help | --hel | --he | -h)
946 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
947 ac_init_help=recursive ;;
948 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
949 ac_init_help=short ;;
951 -host | --host | --hos | --ho)
952 ac_prev=host_alias ;;
953 -host=* | --host=* | --hos=* | --ho=*)
954 host_alias=$ac_optarg ;;
956 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 htmldir=$ac_optarg ;;
962 -includedir | --includedir | --includedi | --included | --include \
963 | --includ | --inclu | --incl | --inc)
964 ac_prev=includedir ;;
965 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
966 | --includ=* | --inclu=* | --incl=* | --inc=*)
967 includedir=$ac_optarg ;;
969 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
972 infodir=$ac_optarg ;;
974 -libdir | --libdir | --libdi | --libd)
976 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
980 | --libexe | --libex | --libe)
981 ac_prev=libexecdir ;;
982 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
983 | --libexe=* | --libex=* | --libe=*)
984 libexecdir=$ac_optarg ;;
986 -localedir | --localedir | --localedi | --localed | --locale)
988 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
989 localedir=$ac_optarg ;;
991 -localstatedir | --localstatedir | --localstatedi | --localstated \
992 | --localstate | --localstat | --localsta | --localst | --locals)
993 ac_prev=localstatedir ;;
994 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
995 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
996 localstatedir=$ac_optarg ;;
998 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001 mandir=$ac_optarg ;;
1003 -nfp | --nfp | --nf)
1004 # Obsolete; use --without-fp.
1007 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1008 | --no-cr | --no-c | -n)
1011 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1012 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1015 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1016 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1017 | --oldin | --oldi | --old | --ol | --o)
1018 ac_prev=oldincludedir ;;
1019 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1020 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1021 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1022 oldincludedir=$ac_optarg ;;
1024 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1027 prefix=$ac_optarg ;;
1029 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1030 | --program-pre | --program-pr | --program-p)
1031 ac_prev=program_prefix ;;
1032 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1033 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1034 program_prefix=$ac_optarg ;;
1036 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1037 | --program-suf | --program-su | --program-s)
1038 ac_prev=program_suffix ;;
1039 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1040 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1041 program_suffix=$ac_optarg ;;
1043 -program-transform-name | --program-transform-name \
1044 | --program-transform-nam | --program-transform-na \
1045 | --program-transform-n | --program-transform- \
1046 | --program-transform | --program-transfor \
1047 | --program-transfo | --program-transf \
1048 | --program-trans | --program-tran \
1049 | --progr-tra | --program-tr | --program-t)
1050 ac_prev=program_transform_name ;;
1051 -program-transform-name=* | --program-transform-name=* \
1052 | --program-transform-nam=* | --program-transform-na=* \
1053 | --program-transform-n=* | --program-transform-=* \
1054 | --program-transform=* | --program-transfor=* \
1055 | --program-transfo=* | --program-transf=* \
1056 | --program-trans=* | --program-tran=* \
1057 | --progr-tra=* | --program-tr=* | --program-t=*)
1058 program_transform_name=$ac_optarg ;;
1060 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1063 pdfdir=$ac_optarg ;;
1065 -psdir | --psdir | --psdi | --psd | --ps)
1067 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1071 | -silent | --silent | --silen | --sile | --sil)
1074 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 sbindir=$ac_optarg ;;
1080 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1081 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1082 | --sharedst | --shareds | --shared | --share | --shar \
1084 ac_prev=sharedstatedir ;;
1085 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1086 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1087 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 sharedstatedir=$ac_optarg ;;
1091 -site | --site | --sit)
1093 -site=* | --site=* | --sit=*)
1096 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1099 srcdir=$ac_optarg ;;
1101 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1102 | --syscon | --sysco | --sysc | --sys | --sy)
1103 ac_prev=sysconfdir ;;
1104 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1105 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1106 sysconfdir=$ac_optarg ;;
1108 -target | --target | --targe | --targ | --tar | --ta | --t)
1109 ac_prev=target_alias ;;
1110 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1111 target_alias=$ac_optarg ;;
1113 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1116 -version | --version | --versio | --versi | --vers | -V)
1117 ac_init_version=: ;;
1120 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123 as_fn_error "invalid package name: $ac_useropt"
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
1133 eval with_$ac_useropt=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1139 as_fn_error "invalid package name: $ac_useropt"
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
1149 eval with_$ac_useropt=no ;;
1152 # Obsolete; use --with-x.
1155 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1156 | --x-incl | --x-inc | --x-in | --x-i)
1157 ac_prev=x_includes ;;
1158 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1159 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1160 x_includes=$ac_optarg ;;
1162 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1163 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1164 ac_prev=x_libraries ;;
1165 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1166 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1167 x_libraries=$ac_optarg ;;
1169 -*) as_fn_error "unrecognized option: \`$ac_option'
1170 Try \`$0 --help' for more information."
1174 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1175 # Reject names that are not valid shell variable names.
1176 case $ac_envvar in #(
1177 '' | [0-9]* | *[!_$as_cr_alnum]* )
1178 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1180 eval $ac_envvar=\$ac_optarg
1181 export $ac_envvar ;;
1184 # FIXME: should be removed in autoconf 3.0.
1185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1186 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1188 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1194 if test -n "$ac_prev"; then
1195 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1196 as_fn_error "missing argument to $ac_option"
1199 if test -n "$ac_unrecognized_opts"; then
1200 case $enable_option_checking in
1202 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1203 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1207 # Check all directory arguments for consistency.
1208 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1209 datadir sysconfdir sharedstatedir localstatedir includedir \
1210 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1211 libdir localedir mandir
1213 eval ac_val=\$$ac_var
1214 # Remove trailing slashes.
1217 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1218 eval $ac_var=\$ac_val;;
1220 # Be sure to have absolute directory names.
1222 [\\/$]* | ?:[\\/]* ) continue;;
1223 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1225 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1228 # There might be people who depend on the old broken behavior: `$host'
1229 # used to hold the argument of --host etc.
1230 # FIXME: To remove some day.
1233 target=$target_alias
1235 # FIXME: To remove some day.
1236 if test "x$host_alias" != x; then
1237 if test "x$build_alias" = x; then
1238 cross_compiling=maybe
1239 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1240 If a cross compiler is detected then cross compile mode will be used." >&2
1241 elif test "x$build_alias" != "x$host_alias"; then
1247 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1249 test "$silent" = yes && exec 6>/dev/null
1252 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1253 ac_ls_di=`ls -di .` &&
1254 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1255 as_fn_error "working directory cannot be determined"
1256 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1257 as_fn_error "pwd does not report name of working directory"
1260 # Find the source files, if location was not specified.
1261 if test -z "$srcdir"; then
1262 ac_srcdir_defaulted=yes
1263 # Try the directory containing this script, then the parent directory.
1264 ac_confdir=`$as_dirname -- "$as_myself" ||
1265 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1266 X"$as_myself" : 'X\(//\)[^/]' \| \
1267 X"$as_myself" : 'X\(//\)$' \| \
1268 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1269 $as_echo X"$as_myself" |
1270 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1288 if test ! -r "$srcdir/$ac_unique_file"; then
1292 ac_srcdir_defaulted=no
1294 if test ! -r "$srcdir/$ac_unique_file"; then
1295 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1296 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1298 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1300 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1302 # When building in place, set srcdir=.
1303 if test "$ac_abs_confdir" = "$ac_pwd"; then
1306 # Remove unnecessary trailing slashes from srcdir.
1307 # Double slashes in file names in object file debugging info
1308 # mess up M-x gdb in Emacs.
1310 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1312 for ac_var in $ac_precious_vars; do
1313 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1314 eval ac_env_${ac_var}_value=\$${ac_var}
1315 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1316 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1320 # Report the --help message.
1322 if test "$ac_init_help" = "long"; then
1323 # Omit some internal or obsolete options to make the list less imposing.
1324 # This message is too long to be a string in the A/UX 3.1 sh.
1326 \`configure' configures this package to adapt to many kinds of systems.
1328 Usage: $0 [OPTION]... [VAR=VALUE]...
1330 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331 VAR=VALUE. See below for descriptions of some of the useful variables.
1333 Defaults for the options are specified in brackets.
1336 -h, --help display this help and exit
1337 --help=short display options specific to this package
1338 --help=recursive display the short help of all the included packages
1339 -V, --version display version information and exit
1340 -q, --quiet, --silent do not print \`checking...' messages
1341 --cache-file=FILE cache test results in FILE [disabled]
1342 -C, --config-cache alias for \`--cache-file=config.cache'
1343 -n, --no-create do not create output files
1344 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1346 Installation directories:
1347 --prefix=PREFIX install architecture-independent files in PREFIX
1348 [$ac_default_prefix]
1349 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1352 By default, \`make install' will install all the files in
1353 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1354 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355 for instance \`--prefix=\$HOME'.
1357 For better control, use the options below.
1359 Fine tuning of the installation directories:
1360 --bindir=DIR user executables [EPREFIX/bin]
1361 --sbindir=DIR system admin executables [EPREFIX/sbin]
1362 --libexecdir=DIR program executables [EPREFIX/libexec]
1363 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1364 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1365 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1366 --libdir=DIR object code libraries [EPREFIX/lib]
1367 --includedir=DIR C header files [PREFIX/include]
1368 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1369 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1370 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1371 --infodir=DIR info documentation [DATAROOTDIR/info]
1372 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1373 --mandir=DIR man documentation [DATAROOTDIR/man]
1374 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1375 --htmldir=DIR html documentation [DOCDIR]
1376 --dvidir=DIR dvi documentation [DOCDIR]
1377 --pdfdir=DIR pdf documentation [DOCDIR]
1378 --psdir=DIR ps documentation [DOCDIR]
1384 --program-prefix=PREFIX prepend PREFIX to installed program names
1385 --program-suffix=SUFFIX append SUFFIX to installed program names
1386 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1389 --build=BUILD configure for building on BUILD [guessed]
1390 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1391 --target=TARGET configure for building compilers for TARGET [HOST]
1395 if test -n "$ac_init_help"; then
1400 --disable-option-checking ignore unrecognized --enable/--with options
1401 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1402 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1403 --enable-plugins Enable support for plugins (defaults no)
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
1409 --enable-maintainer-mode Enable developer functionality.
1410 --enable-sim-bswap Use Host specific BSWAP instruction.
1411 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1412 --enable-sim-debug=opts Enable debugging flags
1413 --enable-sim-stdio Specify whether to use stdio for console input/output.
1414 --enable-sim-trace=opts Enable tracing flags
1415 --enable-sim-profile=opts Enable profiling flags
1416 --enable-sim-endian=endian Specify target byte endian orientation.
1417 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
1418 --enable-sim-hostendian=end Specify host byte endian orientation.
1419 --enable-sim-scache=size Specify simulator execution cache size.
1420 --enable-sim-default-model=model Specify default model to simulate.
1421 --enable-sim-environment=environment Specify mixed, user, virtual or operating environment.
1422 --enable-cgen-maint=DIR build cgen generated files
1423 --enable-sim-trapdump Make unknown traps dump the registers
1424 --enable-sim-hardware=LIST
1425 Specify the hardware to be included in the build.
1428 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1429 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1430 --with-zlib include zlib support (auto/yes/no) default=auto
1431 --with-pic try to use only PIC/non-PIC objects [default=use
1433 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1434 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1435 --with-bugurl=URL Direct users to URL to report a bug
1437 Some influential environment variables:
1438 CC C compiler command
1439 CFLAGS C compiler flags
1440 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1441 nonstandard directory <lib dir>
1442 LIBS libraries to pass to the linker, e.g. -l<library>
1443 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1444 you have headers in a nonstandard directory <include dir>
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to the package provider.
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" ||
1459 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1466 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1467 # A ".." for each directory in $ac_dir_suffix.
1468 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1469 case $ac_top_builddir_sub in
1470 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1471 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1474 ac_abs_top_builddir=$ac_pwd
1475 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1476 # for backward compatibility:
1477 ac_top_builddir=$ac_top_build_prefix
1480 .) # We are building in place.
1482 ac_top_srcdir=$ac_top_builddir_sub
1483 ac_abs_top_srcdir=$ac_pwd ;;
1484 [\\/]* | ?:[\\/]* ) # Absolute name.
1485 ac_srcdir=$srcdir$ac_dir_suffix;
1486 ac_top_srcdir=$srcdir
1487 ac_abs_top_srcdir=$srcdir ;;
1489 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1490 ac_top_srcdir=$ac_top_build_prefix$srcdir
1491 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1493 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1495 cd "$ac_dir" || { ac_status=$?; continue; }
1496 # Check for guested configure.
1497 if test -f "$ac_srcdir/configure.gnu"; then
1499 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1500 elif test -f "$ac_srcdir/configure"; then
1502 $SHELL "$ac_srcdir/configure" --help=recursive
1504 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1506 cd "$ac_pwd" || { ac_status=$?; break; }
1510 test -n "$ac_init_help" && exit $ac_status
1511 if $ac_init_version; then
1514 generated by GNU Autoconf 2.64
1516 Copyright (C) 2009 Free Software Foundation, Inc.
1517 This configure script is free software; the Free Software Foundation
1518 gives unlimited permission to copy, distribute and modify it.
1523 ## ------------------------ ##
1524 ## Autoconf initialization. ##
1525 ## ------------------------ ##
1527 # ac_fn_c_try_compile LINENO
1528 # --------------------------
1529 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1530 ac_fn_c_try_compile ()
1532 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1533 rm -f conftest.$ac_objext
1534 if { { ac_try="$ac_compile"
1536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1537 *) ac_try_echo=$ac_try;;
1539 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1540 $as_echo "$ac_try_echo"; } >&5
1541 (eval "$ac_compile") 2>conftest.err
1543 if test -s conftest.err; then
1544 grep -v '^ *+' conftest.err >conftest.er1
1545 cat conftest.er1 >&5
1546 mv -f conftest.er1 conftest.err
1548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1549 test $ac_status = 0; } && {
1550 test -z "$ac_c_werror_flag" ||
1551 test ! -s conftest.err
1552 } && test -s conftest.$ac_objext; then :
1555 $as_echo "$as_me: failed program was:" >&5
1556 sed 's/^/| /' conftest.$ac_ext >&5
1560 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1563 } # ac_fn_c_try_compile
1565 # ac_fn_c_try_cpp LINENO
1566 # ----------------------
1567 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1570 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1571 if { { ac_try="$ac_cpp conftest.$ac_ext"
1573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1574 *) ac_try_echo=$ac_try;;
1576 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1577 $as_echo "$ac_try_echo"; } >&5
1578 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1580 if test -s conftest.err; then
1581 grep -v '^ *+' conftest.err >conftest.er1
1582 cat conftest.er1 >&5
1583 mv -f conftest.er1 conftest.err
1585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1586 test $ac_status = 0; } >/dev/null && {
1587 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1588 test ! -s conftest.err
1592 $as_echo "$as_me: failed program was:" >&5
1593 sed 's/^/| /' conftest.$ac_ext >&5
1597 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1602 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1603 # -------------------------------------------------------
1604 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1605 # the include files in INCLUDES and setting the cache variable VAR
1607 ac_fn_c_check_header_mongrel ()
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1612 $as_echo_n "checking for $2... " >&6; }
1613 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1614 $as_echo_n "(cached) " >&6
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1618 $as_echo "$ac_res" >&6; }
1620 # Is the header compilable?
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1622 $as_echo_n "checking $2 usability... " >&6; }
1623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1624 /* end confdefs.h. */
1628 if ac_fn_c_try_compile "$LINENO"; then :
1629 ac_header_compiler=yes
1631 ac_header_compiler=no
1633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1635 $as_echo "$ac_header_compiler" >&6; }
1637 # Is the header present?
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1639 $as_echo_n "checking $2 presence... " >&6; }
1640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1641 /* end confdefs.h. */
1644 if ac_fn_c_try_cpp "$LINENO"; then :
1645 ac_header_preproc=yes
1647 ac_header_preproc=no
1649 rm -f conftest.err conftest.$ac_ext
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1651 $as_echo "$ac_header_preproc" >&6; }
1653 # So? What about this header?
1654 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1657 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1659 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1663 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1665 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1667 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1669 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1671 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1679 eval "$3=\$ac_header_compiler"
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1683 $as_echo "$ac_res" >&6; }
1685 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1687 } # ac_fn_c_check_header_mongrel
1689 # ac_fn_c_try_run LINENO
1690 # ----------------------
1691 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1692 # that executables *can* be run.
1695 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1696 if { { ac_try="$ac_link"
1698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1699 *) ac_try_echo=$ac_try;;
1701 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1702 $as_echo "$ac_try_echo"; } >&5
1703 (eval "$ac_link") 2>&5
1705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1706 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1707 { { case "(($ac_try" in
1708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712 $as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_try") 2>&5
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; }; }; then :
1719 $as_echo "$as_me: program exited with status $ac_status" >&5
1720 $as_echo "$as_me: failed program was:" >&5
1721 sed 's/^/| /' conftest.$ac_ext >&5
1723 ac_retval=$ac_status
1725 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1726 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1731 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1732 # -------------------------------------------------------
1733 # Tests whether HEADER exists and can be compiled using the include files in
1734 # INCLUDES, setting the cache variable VAR accordingly.
1735 ac_fn_c_check_header_compile ()
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741 $as_echo_n "(cached) " >&6
1743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1744 /* end confdefs.h. */
1748 if ac_fn_c_try_compile "$LINENO"; then :
1753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1757 $as_echo "$ac_res" >&6; }
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1760 } # ac_fn_c_check_header_compile
1762 # ac_fn_c_try_link LINENO
1763 # -----------------------
1764 # Try to link conftest.$ac_ext, and return whether this succeeded.
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 rm -f conftest.$ac_objext conftest$ac_exeext
1769 if { { ac_try="$ac_link"
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_link") 2>conftest.err
1778 if test -s conftest.err; then
1779 grep -v '^ *+' conftest.err >conftest.er1
1780 cat conftest.er1 >&5
1781 mv -f conftest.er1 conftest.err
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && {
1785 test -z "$ac_c_werror_flag" ||
1786 test ! -s conftest.err
1787 } && test -s conftest$ac_exeext && {
1788 test "$cross_compiling" = yes ||
1789 $as_test_x conftest$ac_exeext
1793 $as_echo "$as_me: failed program was:" >&5
1794 sed 's/^/| /' conftest.$ac_ext >&5
1798 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1799 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1800 # interfere with the next link command; also delete a directory that is
1801 # left behind by Apple's compiler. We do this before executing the actions.
1802 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1803 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1806 } # ac_fn_c_try_link
1808 # ac_fn_c_check_func LINENO FUNC VAR
1809 # ----------------------------------
1810 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1811 ac_fn_c_check_func ()
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815 $as_echo_n "checking for $2... " >&6; }
1816 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1817 $as_echo_n "(cached) " >&6
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */
1821 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1822 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1823 #define $2 innocuous_$2
1825 /* System header to define __stub macros and hopefully few prototypes,
1826 which can conflict with char $2 (); below.
1827 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1828 <limits.h> exists even on freestanding compilers. */
1831 # include <limits.h>
1833 # include <assert.h>
1838 /* Override any GCC internal prototype to avoid an error.
1839 Use char because int might match the return type of a GCC
1840 builtin and then its argument prototype would still apply. */
1845 /* The GNU C library defines this for functions which it implements
1846 to always fail with ENOSYS. Some functions are actually named
1847 something starting with __ and the normal name is an alias. */
1848 #if defined __stub_$2 || defined __stub___$2
1860 if ac_fn_c_try_link "$LINENO"; then :
1865 rm -f core conftest.err conftest.$ac_objext \
1866 conftest$ac_exeext conftest.$ac_ext
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1870 $as_echo "$ac_res" >&6; }
1871 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1873 } # ac_fn_c_check_func
1874 cat >config.log <<_ACEOF
1875 This file contains any messages produced by compilers while
1876 running configure, to aid debugging if configure makes a mistake.
1878 It was created by $as_me, which was
1879 generated by GNU Autoconf 2.64. Invocation command line was
1891 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1892 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1893 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1894 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1895 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1897 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1898 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1900 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1901 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1902 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1903 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1904 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1905 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1906 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1914 test -z "$as_dir" && as_dir=.
1915 $as_echo "PATH: $as_dir"
1931 # Keep a trace of the command line.
1932 # Strip out --no-create and --no-recursion so they do not pile up.
1933 # Strip out --silent because we don't want to record it for future runs.
1934 # Also quote any args containing shell meta-characters.
1935 # Make two passes to allow for proper duplicate-argument suppression.
1939 ac_must_keep_next=false
1945 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1946 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1947 | -silent | --silent | --silen | --sile | --sil)
1950 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1953 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1955 as_fn_append ac_configure_args1 " '$ac_arg'"
1956 if test $ac_must_keep_next = true; then
1957 ac_must_keep_next=false # Got value, back to normal.
1960 *=* | --config-cache | -C | -disable-* | --disable-* \
1961 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1962 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1963 | -with-* | --with-* | -without-* | --without-* | --x)
1964 case "$ac_configure_args0 " in
1965 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1968 -* ) ac_must_keep_next=true ;;
1971 as_fn_append ac_configure_args " '$ac_arg'"
1976 { ac_configure_args0=; unset ac_configure_args0;}
1977 { ac_configure_args1=; unset ac_configure_args1;}
1979 # When interrupted or exit'd, cleanup temporary files, and complete
1980 # config.log. We remove comments because anyway the quotes in there
1981 # would cause problems or look ugly.
1982 # WARNING: Use '\'' to represent an apostrophe within the trap.
1983 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1984 trap 'exit_status=$?
1985 # Save into config.log some information that might help in debugging.
1990 ## ---------------- ##
1991 ## Cache variables. ##
1992 ## ---------------- ##
1995 # The following way of writing the cache mishandles newlines in values,
1997 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1998 eval ac_val=\$$ac_var
2002 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2003 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2006 _ | IFS | as_nl) ;; #(
2007 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2008 *) { eval $ac_var=; unset $ac_var;} ;;
2013 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2014 *${as_nl}ac_space=\ *)
2016 "s/'\''/'\''\\\\'\'''\''/g;
2017 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2020 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2028 ## ----------------- ##
2029 ## Output variables. ##
2030 ## ----------------- ##
2033 for ac_var in $ac_subst_vars
2035 eval ac_val=\$$ac_var
2037 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2039 $as_echo "$ac_var='\''$ac_val'\''"
2043 if test -n "$ac_subst_files"; then
2045 ## ------------------- ##
2046 ## File substitutions. ##
2047 ## ------------------- ##
2050 for ac_var in $ac_subst_files
2052 eval ac_val=\$$ac_var
2054 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2056 $as_echo "$ac_var='\''$ac_val'\''"
2061 if test -s confdefs.h; then
2071 test "$ac_signal" != 0 &&
2072 $as_echo "$as_me: caught signal $ac_signal"
2073 $as_echo "$as_me: exit $exit_status"
2075 rm -f core *.core core.conftest.* &&
2076 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2079 for ac_signal in 1 2 13 15; do
2080 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2084 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2085 rm -f -r conftest* confdefs.h
2087 $as_echo "/* confdefs.h */" > confdefs.h
2089 # Predefined preprocessor variables.
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_NAME "$PACKAGE_NAME"
2095 cat >>confdefs.h <<_ACEOF
2096 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2099 cat >>confdefs.h <<_ACEOF
2100 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2103 cat >>confdefs.h <<_ACEOF
2104 #define PACKAGE_STRING "$PACKAGE_STRING"
2107 cat >>confdefs.h <<_ACEOF
2108 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2111 cat >>confdefs.h <<_ACEOF
2112 #define PACKAGE_URL "$PACKAGE_URL"
2116 # Let the site file select an alternate cache file if it wants to.
2117 # Prefer an explicitly selected file to automatically selected ones.
2120 if test -n "$CONFIG_SITE"; then
2121 ac_site_file1=$CONFIG_SITE
2122 elif test "x$prefix" != xNONE; then
2123 ac_site_file1=$prefix/share/config.site
2124 ac_site_file2=$prefix/etc/config.site
2126 ac_site_file1=$ac_default_prefix/share/config.site
2127 ac_site_file2=$ac_default_prefix/etc/config.site
2129 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2131 test "x$ac_site_file" = xNONE && continue
2132 if test -r "$ac_site_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2134 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2135 sed 's/^/| /' "$ac_site_file" >&5
2140 if test -r "$cache_file"; then
2141 # Some versions of bash will fail to source /dev/null (special
2142 # files actually), so we avoid doing that.
2143 if test -f "$cache_file"; then
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2145 $as_echo "$as_me: loading cache $cache_file" >&6;}
2147 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2148 *) . "./$cache_file";;
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2153 $as_echo "$as_me: creating cache $cache_file" >&6;}
2157 # Check that the precious variables saved in the cache have kept the same
2159 ac_cache_corrupted=false
2160 for ac_var in $ac_precious_vars; do
2161 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2162 eval ac_new_set=\$ac_env_${ac_var}_set
2163 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2164 eval ac_new_val=\$ac_env_${ac_var}_value
2165 case $ac_old_set,$ac_new_set in
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2168 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2169 ac_cache_corrupted=: ;;
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2172 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2173 ac_cache_corrupted=: ;;
2176 if test "x$ac_old_val" != "x$ac_new_val"; then
2177 # differences in whitespace do not lead to failure.
2178 ac_old_val_w=`echo x $ac_old_val`
2179 ac_new_val_w=`echo x $ac_new_val`
2180 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2182 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2183 ac_cache_corrupted=:
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2186 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2187 eval $ac_var=\$ac_old_val
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2190 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2192 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2195 # Pass precious variables to config.status.
2196 if test "$ac_new_set" = set; then
2198 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2199 *) ac_arg=$ac_var=$ac_new_val ;;
2201 case " $ac_configure_args " in
2202 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2203 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2207 if $ac_cache_corrupted; then
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2211 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2212 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2214 ## -------------------- ##
2215 ## Main body of script. ##
2216 ## -------------------- ##
2219 ac_cpp='$CPP $CPPFLAGS'
2220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2225 # This file contains common code used by all simulators.
2227 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2228 # directory. It is intended to be invoked before any target specific stuff.
2229 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2230 # It is intended to be invoked last.
2232 # The simulator's configure.in should look like:
2234 # dnl Process this file with autoconf to produce a configure script.
2235 # AC_PREREQ(2.64)dnl
2236 # AC_INIT(Makefile.in)
2237 # sinclude(../common/aclocal.m4)
2241 # ... target specific stuff ...
2245 # Include global overrides and fixes for Autoconf.
2272 # _AC_CHECK_DECL_BODY
2273 # -------------------
2274 # Shell function body for AC_CHECK_DECL.
2275 # _AC_CHECK_DECL_BODY
2277 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2279 # -------------------------------------------------------------
2280 # Helper to AC_CHECK_DECLS, which generates the check for a single
2281 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2282 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2295 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2297 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2298 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2299 # Written by Gordon Matzigkeit, 1996
2301 # This file is free software; the Free Software Foundation gives
2302 # unlimited permission to copy and/or distribute it, with or without
2303 # modifications, as long as this notice is preserved.
2310 # LT_PREREQ(VERSION)
2311 # ------------------
2312 # Complain and exit if this libtool version is less that VERSION.
2316 # _LT_CHECK_BUILDDIR
2317 # ------------------
2318 # Complain if the absolute build directory name contains unusual characters
2322 # LT_INIT([OPTIONS])
2323 # ------------------
2327 # This is what autoupdate's m4 run will expand. It fires
2328 # the warning (with _au_warn_XXX), outputs it into the
2329 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2330 # the replacement expansion.
2333 # This is an auxiliary macro that is also run when
2334 # autoupdate runs m4. It simply calls m4_warning, but
2335 # we need a wrapper so that each warning is emitted only
2336 # once. We break the quoting in m4_warning's argument in
2337 # order to expand this macro's arguments, not AU_DEFUN's.
2340 # Finally, this is the expansion that is picked up by
2341 # autoconf. It tells the user to run autoupdate, and
2342 # then outputs the replacement expansion. We do not care
2343 # about autoupdate's warning because that contains
2344 # information on what to do *after* running autoupdate.
2346 # This is what autoupdate's m4 run will expand. It fires
2347 # the warning (with _au_warn_XXX), outputs it into the
2348 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2349 # the replacement expansion.
2352 # This is an auxiliary macro that is also run when
2353 # autoupdate runs m4. It simply calls m4_warning, but
2354 # we need a wrapper so that each warning is emitted only
2355 # once. We break the quoting in m4_warning's argument in
2356 # order to expand this macro's arguments, not AU_DEFUN's.
2359 # Finally, this is the expansion that is picked up by
2360 # autoconf. It tells the user to run autoupdate, and
2361 # then outputs the replacement expansion. We do not care
2362 # about autoupdate's warning because that contains
2363 # information on what to do *after* running autoupdate.
2367 # _LT_CC_BASENAME(CC)
2368 # -------------------
2369 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2373 # _LT_FILEUTILS_DEFAULTS
2374 # ----------------------
2375 # It is okay to use these file commands and assume they have been set
2376 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2377 # _LT_FILEUTILS_DEFAULTS
2385 # _LT_PREPARE_SED_QUOTE_VARS
2386 # --------------------------
2387 # Define a few sed substitution that help us do robust quoting.
2392 # Note that this code is called both from `configure', and `config.status'
2393 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2394 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2395 # so we pass a copy along to make sure it has a sensible value anyway.
2399 ## ------------------------------------- ##
2400 ## Accumulate code for creating libtool. ##
2401 ## ------------------------------------- ##
2403 # So that we can recreate a full libtool script including additional
2404 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2405 # in macros and then make a single call at the end using the `libtool'
2409 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2410 # ----------------------------------------
2411 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2418 # _LT_CONFIG_LIBTOOL([COMMANDS])
2419 # ------------------------------
2420 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2427 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2428 # -----------------------------------------------------
2432 # _LT_FORMAT_COMMENT([COMMENT])
2433 # -----------------------------
2434 # Add leading comment marks to the start of each line, and a trailing
2435 # full-stop to the whole comment if one is not present already.
2440 ## ------------------------ ##
2441 ## FIXME: Eliminate VARNAME ##
2442 ## ------------------------ ##
2445 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2446 # -------------------------------------------------------------------
2447 # CONFIGNAME is the name given to the value in the libtool script.
2448 # VARNAME is the (base) name used in the configure script.
2449 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2450 # VARNAME. Any other value will be used directly.
2454 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2455 # --------------------------------------------------------
2459 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2460 # ------------------------------------------------
2464 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2465 # ---------------------------------------------------------
2469 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2470 # --------------------------------------------------
2474 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2475 # ---------------------------------------------------
2479 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2480 # ---------------------------------------------------
2485 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2486 # ------------------------------------------------
2491 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2492 # ------------------------------------
2493 # Quote a variable value, and forward it to `config.status' so that its
2494 # declaration there will have the same value as in `configure'. VARNAME
2495 # must have a single quote delimited value for this to work.
2499 # _LT_CONFIG_STATUS_DECLARATIONS
2500 # ------------------------------
2501 # We delimit libtool config variables with single quotes, so when
2502 # we write them to config.status, we have to be sure to quote all
2503 # embedded single quotes properly. In configure, this macro expands
2504 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2506 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2512 # Output comment and list of tags supported by the script
2516 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2517 # -----------------------------------
2518 # Extract the dictionary values for VARNAME (optionally with TAG) and
2519 # expand to a commented shell variable setting:
2521 # # Some comment about what VAR is for.
2522 # visible_name=$lt_internal_name
2526 # _LT_LIBTOOL_CONFIG_VARS
2527 # -----------------------
2528 # Produce commented declarations of non-tagged libtool config variables
2529 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2530 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2531 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2535 # _LT_LIBTOOL_TAG_VARS(TAG)
2536 # -------------------------
2540 # _LT_TAGVAR(VARNAME, [TAGNAME])
2541 # ------------------------------
2545 # _LT_CONFIG_COMMANDS
2546 # -------------------
2547 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2548 # variables for single and double quote escaping we saved from calls
2549 # to _LT_DECL, we can put quote escaped variables declarations
2550 # into `config.status', and then the shell code to quote escape them in
2551 # for loops in `config.status'. Finally, any additional code accumulated
2552 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2553 #_LT_CONFIG_COMMANDS
2559 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2560 # ------------------------------------
2561 # Generate a child script FILE with all initialization necessary to
2562 # reuse the environment learned by the parent script, and make the
2563 # file executable. If COMMENT is supplied, it is inserted after the
2564 # `#!' sequence but before initialization text begins. After this
2565 # macro, additional text can be appended to FILE to form the body of
2566 # the child script. The macro ends with non-zero status if the
2567 # file could not be fully written (such as if the disk is full).
2568 # _LT_GENERATED_FILE_INIT
2572 # This macro allows early generation of the libtool script (before
2573 # AC_OUTPUT is called), incase it is used in configure for compilation
2580 # If TAG is the built-in tag, create an initial libtool script with a
2581 # default configuration from the untagged config vars. Otherwise add code
2582 # to config.status for appending the configuration named by TAG from the
2583 # matching tagged config vars.
2587 # LT_SUPPORTED_TAG(TAG)
2588 # ---------------------
2589 # Trace this macro to discover what tags are supported by the libtool
2590 # --tag option, using:
2591 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2595 # C support is built-in for now
2602 # Enable libtool support for the given language if not already enabled.
2606 # _LT_LANG(LANGNAME)
2607 # ------------------
2611 # _LT_LANG_DEFAULT_CONFIG
2612 # -----------------------
2613 # _LT_LANG_DEFAULT_CONFIG
2616 # This is what autoupdate's m4 run will expand. It fires
2617 # the warning (with _au_warn_XXX), outputs it into the
2618 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2619 # the replacement expansion.
2622 # This is an auxiliary macro that is also run when
2623 # autoupdate runs m4. It simply calls m4_warning, but
2624 # we need a wrapper so that each warning is emitted only
2625 # once. We break the quoting in m4_warning's argument in
2626 # order to expand this macro's arguments, not AU_DEFUN's.
2629 # Finally, this is the expansion that is picked up by
2630 # autoconf. It tells the user to run autoupdate, and
2631 # then outputs the replacement expansion. We do not care
2632 # about autoupdate's warning because that contains
2633 # information on what to do *after* running autoupdate.
2635 # This is what autoupdate's m4 run will expand. It fires
2636 # the warning (with _au_warn_XXX), outputs it into the
2637 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2638 # the replacement expansion.
2641 # This is an auxiliary macro that is also run when
2642 # autoupdate runs m4. It simply calls m4_warning, but
2643 # we need a wrapper so that each warning is emitted only
2644 # once. We break the quoting in m4_warning's argument in
2645 # order to expand this macro's arguments, not AU_DEFUN's.
2648 # Finally, this is the expansion that is picked up by
2649 # autoconf. It tells the user to run autoupdate, and
2650 # then outputs the replacement expansion. We do not care
2651 # about autoupdate's warning because that contains
2652 # information on what to do *after* running autoupdate.
2654 # This is what autoupdate's m4 run will expand. It fires
2655 # the warning (with _au_warn_XXX), outputs it into the
2656 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2657 # the replacement expansion.
2660 # This is an auxiliary macro that is also run when
2661 # autoupdate runs m4. It simply calls m4_warning, but
2662 # we need a wrapper so that each warning is emitted only
2663 # once. We break the quoting in m4_warning's argument in
2664 # order to expand this macro's arguments, not AU_DEFUN's.
2667 # Finally, this is the expansion that is picked up by
2668 # autoconf. It tells the user to run autoupdate, and
2669 # then outputs the replacement expansion. We do not care
2670 # about autoupdate's warning because that contains
2671 # information on what to do *after* running autoupdate.
2673 # This is what autoupdate's m4 run will expand. It fires
2674 # the warning (with _au_warn_XXX), outputs it into the
2675 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2676 # the replacement expansion.
2679 # This is an auxiliary macro that is also run when
2680 # autoupdate runs m4. It simply calls m4_warning, but
2681 # we need a wrapper so that each warning is emitted only
2682 # once. We break the quoting in m4_warning's argument in
2683 # order to expand this macro's arguments, not AU_DEFUN's.
2686 # Finally, this is the expansion that is picked up by
2687 # autoconf. It tells the user to run autoupdate, and
2688 # then outputs the replacement expansion. We do not care
2689 # about autoupdate's warning because that contains
2690 # information on what to do *after* running autoupdate.
2692 # This is what autoupdate's m4 run will expand. It fires
2693 # the warning (with _au_warn_XXX), outputs it into the
2694 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2695 # the replacement expansion.
2698 # This is an auxiliary macro that is also run when
2699 # autoupdate runs m4. It simply calls m4_warning, but
2700 # we need a wrapper so that each warning is emitted only
2701 # once. We break the quoting in m4_warning's argument in
2702 # order to expand this macro's arguments, not AU_DEFUN's.
2705 # Finally, this is the expansion that is picked up by
2706 # autoconf. It tells the user to run autoupdate, and
2707 # then outputs the replacement expansion. We do not care
2708 # about autoupdate's warning because that contains
2709 # information on what to do *after* running autoupdate.
2718 # _LT_COMPILER_BOILERPLATE
2719 # ------------------------
2720 # Check for compiler boilerplate output or warnings with
2721 # the simple compiler test code.
2722 # _LT_COMPILER_BOILERPLATE
2725 # _LT_LINKER_BOILERPLATE
2726 # ----------------------
2727 # Check for linker boilerplate output or warnings with
2728 # the simple link test code.
2729 # _LT_LINKER_BOILERPLATE
2731 # _LT_REQUIRED_DARWIN_CHECKS
2732 # -------------------------
2736 # _LT_DARWIN_LINKER_FEATURES
2737 # --------------------------
2738 # Checks for linker and compiler features on darwin
2741 # _LT_SYS_MODULE_PATH_AIX
2742 # -----------------------
2743 # Links a minimal program and checks the executable
2744 # for the system default hardcoded library path. In most cases,
2745 # this is /usr/lib:/lib, but when the MPI compilers are used
2746 # the location of the communication and MPI libs are included too.
2747 # If we don't find anything, use the default library path according
2748 # to the aix ld manual.
2749 # _LT_SYS_MODULE_PATH_AIX
2752 # _LT_SHELL_INIT(ARG)
2753 # -------------------
2758 # _LT_PROG_ECHO_BACKSLASH
2759 # -----------------------
2760 # Find how we can fake an echo command that does not interpret backslash.
2761 # In particular, with Autoconf 2.60 or later we add some code to the start
2762 # of the generated configure script which will find a shell with a builtin
2763 # printf (which we can use as an echo command).
2764 # _LT_PROG_ECHO_BACKSLASH
2772 # _LT_CMD_OLD_ARCHIVE
2773 # -------------------
2774 # _LT_CMD_OLD_ARCHIVE
2777 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2778 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2779 # ----------------------------------------------------------------
2780 # Check whether the given compiler option works
2781 # _LT_COMPILER_OPTION
2784 # This is what autoupdate's m4 run will expand. It fires
2785 # the warning (with _au_warn_XXX), outputs it into the
2786 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2787 # the replacement expansion.
2790 # This is an auxiliary macro that is also run when
2791 # autoupdate runs m4. It simply calls m4_warning, but
2792 # we need a wrapper so that each warning is emitted only
2793 # once. We break the quoting in m4_warning's argument in
2794 # order to expand this macro's arguments, not AU_DEFUN's.
2797 # Finally, this is the expansion that is picked up by
2798 # autoconf. It tells the user to run autoupdate, and
2799 # then outputs the replacement expansion. We do not care
2800 # about autoupdate's warning because that contains
2801 # information on what to do *after* running autoupdate.
2805 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2806 # [ACTION-SUCCESS], [ACTION-FAILURE])
2807 # ----------------------------------------------------
2808 # Check whether the given linker option works
2812 # This is what autoupdate's m4 run will expand. It fires
2813 # the warning (with _au_warn_XXX), outputs it into the
2814 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2815 # the replacement expansion.
2818 # This is an auxiliary macro that is also run when
2819 # autoupdate runs m4. It simply calls m4_warning, but
2820 # we need a wrapper so that each warning is emitted only
2821 # once. We break the quoting in m4_warning's argument in
2822 # order to expand this macro's arguments, not AU_DEFUN's.
2825 # Finally, this is the expansion that is picked up by
2826 # autoconf. It tells the user to run autoupdate, and
2827 # then outputs the replacement expansion. We do not care
2828 # about autoupdate's warning because that contains
2829 # information on what to do *after* running autoupdate.
2838 # This is what autoupdate's m4 run will expand. It fires
2839 # the warning (with _au_warn_XXX), outputs it into the
2840 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2841 # the replacement expansion.
2844 # This is an auxiliary macro that is also run when
2845 # autoupdate runs m4. It simply calls m4_warning, but
2846 # we need a wrapper so that each warning is emitted only
2847 # once. We break the quoting in m4_warning's argument in
2848 # order to expand this macro's arguments, not AU_DEFUN's.
2851 # Finally, this is the expansion that is picked up by
2852 # autoconf. It tells the user to run autoupdate, and
2853 # then outputs the replacement expansion. We do not care
2854 # about autoupdate's warning because that contains
2855 # information on what to do *after* running autoupdate.
2864 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2865 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2866 # ----------------------------------------------------------------
2867 # _LT_TRY_DLOPEN_SELF
2870 # LT_SYS_DLOPEN_SELF
2871 # ------------------
2872 # LT_SYS_DLOPEN_SELF
2875 # This is what autoupdate's m4 run will expand. It fires
2876 # the warning (with _au_warn_XXX), outputs it into the
2877 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2878 # the replacement expansion.
2881 # This is an auxiliary macro that is also run when
2882 # autoupdate runs m4. It simply calls m4_warning, but
2883 # we need a wrapper so that each warning is emitted only
2884 # once. We break the quoting in m4_warning's argument in
2885 # order to expand this macro's arguments, not AU_DEFUN's.
2888 # Finally, this is the expansion that is picked up by
2889 # autoconf. It tells the user to run autoupdate, and
2890 # then outputs the replacement expansion. We do not care
2891 # about autoupdate's warning because that contains
2892 # information on what to do *after* running autoupdate.
2896 # _LT_COMPILER_C_O([TAGNAME])
2897 # ---------------------------
2898 # Check to see if options -c and -o are simultaneously supported by compiler.
2899 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2903 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2904 # ----------------------------------
2905 # Check to see if we can do hard links to lock some files if needed
2906 # _LT_COMPILER_FILE_LOCKS
2914 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2915 # --------------------------------------
2916 # Check hardcoding attributes.
2917 # _LT_LINKER_HARDCODE_LIBPATH
2925 # _LT_SYS_DYNAMIC_LINKER([TAG])
2926 # -----------------------------
2927 # PORTME Fill in your ld.so characteristics
2928 # _LT_SYS_DYNAMIC_LINKER
2931 # _LT_PATH_TOOL_PREFIX(TOOL)
2932 # --------------------------
2933 # find a file program which can recognize shared library
2934 # _LT_PATH_TOOL_PREFIX
2937 # This is what autoupdate's m4 run will expand. It fires
2938 # the warning (with _au_warn_XXX), outputs it into the
2939 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2940 # the replacement expansion.
2943 # This is an auxiliary macro that is also run when
2944 # autoupdate runs m4. It simply calls m4_warning, but
2945 # we need a wrapper so that each warning is emitted only
2946 # once. We break the quoting in m4_warning's argument in
2947 # order to expand this macro's arguments, not AU_DEFUN's.
2950 # Finally, this is the expansion that is picked up by
2951 # autoconf. It tells the user to run autoupdate, and
2952 # then outputs the replacement expansion. We do not care
2953 # about autoupdate's warning because that contains
2954 # information on what to do *after* running autoupdate.
2960 # find a file program which can recognize a shared library
2966 # find the pathname to the GNU or non-GNU linker
2970 # This is what autoupdate's m4 run will expand. It fires
2971 # the warning (with _au_warn_XXX), outputs it into the
2972 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2973 # the replacement expansion.
2976 # This is an auxiliary macro that is also run when
2977 # autoupdate runs m4. It simply calls m4_warning, but
2978 # we need a wrapper so that each warning is emitted only
2979 # once. We break the quoting in m4_warning's argument in
2980 # order to expand this macro's arguments, not AU_DEFUN's.
2983 # Finally, this is the expansion that is picked up by
2984 # autoconf. It tells the user to run autoupdate, and
2985 # then outputs the replacement expansion. We do not care
2986 # about autoupdate's warning because that contains
2987 # information on what to do *after* running autoupdate.
2989 # This is what autoupdate's m4 run will expand. It fires
2990 # the warning (with _au_warn_XXX), outputs it into the
2991 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2992 # the replacement expansion.
2995 # This is an auxiliary macro that is also run when
2996 # autoupdate runs m4. It simply calls m4_warning, but
2997 # we need a wrapper so that each warning is emitted only
2998 # once. We break the quoting in m4_warning's argument in
2999 # order to expand this macro's arguments, not AU_DEFUN's.
3002 # Finally, this is the expansion that is picked up by
3003 # autoconf. It tells the user to run autoupdate, and
3004 # then outputs the replacement expansion. We do not care
3005 # about autoupdate's warning because that contains
3006 # information on what to do *after* running autoupdate.
3017 # find reload flag for linker
3018 # -- PORTME Some linkers may need a different reload flag.
3022 # _LT_CHECK_MAGIC_METHOD
3023 # ----------------------
3024 # how to check for library dependencies
3025 # -- PORTME fill in with the dynamic library characteristics
3026 # _LT_CHECK_MAGIC_METHOD
3031 # find the pathname to a BSD- or MS-compatible name lister
3035 # This is what autoupdate's m4 run will expand. It fires
3036 # the warning (with _au_warn_XXX), outputs it into the
3037 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3038 # the replacement expansion.
3041 # This is an auxiliary macro that is also run when
3042 # autoupdate runs m4. It simply calls m4_warning, but
3043 # we need a wrapper so that each warning is emitted only
3044 # once. We break the quoting in m4_warning's argument in
3045 # order to expand this macro's arguments, not AU_DEFUN's.
3048 # Finally, this is the expansion that is picked up by
3049 # autoconf. It tells the user to run autoupdate, and
3050 # then outputs the replacement expansion. We do not care
3051 # about autoupdate's warning because that contains
3052 # information on what to do *after* running autoupdate.
3054 # This is what autoupdate's m4 run will expand. It fires
3055 # the warning (with _au_warn_XXX), outputs it into the
3056 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3057 # the replacement expansion.
3060 # This is an auxiliary macro that is also run when
3061 # autoupdate runs m4. It simply calls m4_warning, but
3062 # we need a wrapper so that each warning is emitted only
3063 # once. We break the quoting in m4_warning's argument in
3064 # order to expand this macro's arguments, not AU_DEFUN's.
3067 # Finally, this is the expansion that is picked up by
3068 # autoconf. It tells the user to run autoupdate, and
3069 # then outputs the replacement expansion. We do not care
3070 # about autoupdate's warning because that contains
3071 # information on what to do *after* running autoupdate.
3077 # check for math library
3081 # This is what autoupdate's m4 run will expand. It fires
3082 # the warning (with _au_warn_XXX), outputs it into the
3083 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3084 # the replacement expansion.
3087 # This is an auxiliary macro that is also run when
3088 # autoupdate runs m4. It simply calls m4_warning, but
3089 # we need a wrapper so that each warning is emitted only
3090 # once. We break the quoting in m4_warning's argument in
3091 # order to expand this macro's arguments, not AU_DEFUN's.
3094 # Finally, this is the expansion that is picked up by
3095 # autoconf. It tells the user to run autoupdate, and
3096 # then outputs the replacement expansion. We do not care
3097 # about autoupdate's warning because that contains
3098 # information on what to do *after* running autoupdate.
3102 # _LT_COMPILER_NO_RTTI([TAGNAME])
3103 # -------------------------------
3104 # _LT_COMPILER_NO_RTTI
3107 # _LT_CMD_GLOBAL_SYMBOLS
3108 # ----------------------
3109 # _LT_CMD_GLOBAL_SYMBOLS
3112 # _LT_COMPILER_PIC([TAGNAME])
3113 # ---------------------------
3117 # _LT_LINKER_SHLIBS([TAGNAME])
3118 # ----------------------------
3119 # See if the linker supports building shared libraries.
3123 # _LT_LANG_C_CONFIG([TAG])
3124 # ------------------------
3125 # Ensure that the configuration variables for a C compiler are suitably
3126 # defined. These variables are subsequently used by _LT_CONFIG to write
3127 # the compiler configuration to `libtool'.
3131 # _LT_LANG_CXX_CONFIG([TAG])
3132 # --------------------------
3133 # Ensure that the configuration variables for a C++ compiler are suitably
3134 # defined. These variables are subsequently used by _LT_CONFIG to write
3135 # the compiler configuration to `libtool'.
3136 # _LT_LANG_CXX_CONFIG
3139 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3140 # ---------------------------------
3141 # Figure out "hidden" library dependencies from verbose
3142 # compiler output when linking a shared library.
3143 # Parse the compiler output and extract the necessary
3144 # objects, libraries and library flags.
3145 # _LT_SYS_HIDDEN_LIBDEPS
3148 # _LT_LANG_F77_CONFIG([TAG])
3149 # --------------------------
3150 # Ensure that the configuration variables for a Fortran 77 compiler are
3151 # suitably defined. These variables are subsequently used by _LT_CONFIG
3152 # to write the compiler configuration to `libtool'.
3153 # _LT_LANG_F77_CONFIG
3156 # _LT_LANG_FC_CONFIG([TAG])
3157 # -------------------------
3158 # Ensure that the configuration variables for a Fortran compiler are
3159 # suitably defined. These variables are subsequently used by _LT_CONFIG
3160 # to write the compiler configuration to `libtool'.
3161 # _LT_LANG_FC_CONFIG
3164 # _LT_LANG_GCJ_CONFIG([TAG])
3165 # --------------------------
3166 # Ensure that the configuration variables for the GNU Java Compiler compiler
3167 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3168 # to write the compiler configuration to `libtool'.
3169 # _LT_LANG_GCJ_CONFIG
3172 # _LT_LANG_RC_CONFIG([TAG])
3173 # -------------------------
3174 # Ensure that the configuration variables for the Windows resource compiler
3175 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3176 # to write the compiler configuration to `libtool'.
3177 # _LT_LANG_RC_CONFIG
3185 # This is what autoupdate's m4 run will expand. It fires
3186 # the warning (with _au_warn_XXX), outputs it into the
3187 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3188 # the replacement expansion.
3191 # This is an auxiliary macro that is also run when
3192 # autoupdate runs m4. It simply calls m4_warning, but
3193 # we need a wrapper so that each warning is emitted only
3194 # once. We break the quoting in m4_warning's argument in
3195 # order to expand this macro's arguments, not AU_DEFUN's.
3198 # Finally, this is the expansion that is picked up by
3199 # autoconf. It tells the user to run autoupdate, and
3200 # then outputs the replacement expansion. We do not care
3201 # about autoupdate's warning because that contains
3202 # information on what to do *after* running autoupdate.
3211 # This is what autoupdate's m4 run will expand. It fires
3212 # the warning (with _au_warn_XXX), outputs it into the
3213 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3214 # the replacement expansion.
3217 # This is an auxiliary macro that is also run when
3218 # autoupdate runs m4. It simply calls m4_warning, but
3219 # we need a wrapper so that each warning is emitted only
3220 # once. We break the quoting in m4_warning's argument in
3221 # order to expand this macro's arguments, not AU_DEFUN's.
3224 # Finally, this is the expansion that is picked up by
3225 # autoconf. It tells the user to run autoupdate, and
3226 # then outputs the replacement expansion. We do not care
3227 # about autoupdate's warning because that contains
3228 # information on what to do *after* running autoupdate.
3234 # If we don't have a new enough Autoconf to choose the best grep
3235 # available, choose the one first in the user's PATH.
3241 # If we don't have a new enough Autoconf to choose the best objdump
3242 # available, choose the one first in the user's PATH.
3248 # Check for a fully-functional sed program, that truncates
3249 # as few characters as possible. Prefer GNU sed if found.
3255 # This is what autoupdate's m4 run will expand. It fires
3256 # the warning (with _au_warn_XXX), outputs it into the
3257 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3258 # the replacement expansion.
3261 # This is an auxiliary macro that is also run when
3262 # autoupdate runs m4. It simply calls m4_warning, but
3263 # we need a wrapper so that each warning is emitted only
3264 # once. We break the quoting in m4_warning's argument in
3265 # order to expand this macro's arguments, not AU_DEFUN's.
3268 # Finally, this is the expansion that is picked up by
3269 # autoconf. It tells the user to run autoupdate, and
3270 # then outputs the replacement expansion. We do not care
3271 # about autoupdate's warning because that contains
3272 # information on what to do *after* running autoupdate.
3276 # _LT_CHECK_SHELL_FEATURES
3277 # ------------------------
3278 # Find out whether the shell is Bourne or XSI compatible,
3279 # or has some other useful features.
3280 # _LT_CHECK_SHELL_FEATURES
3283 # _LT_PROG_XSI_SHELLFNS
3284 # ---------------------
3285 # Bourne and XSI compatible variants of some useful shell functions.
3288 # Helper functions for option handling. -*- Autoconf -*-
3290 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3292 # Written by Gary V. Vaughan, 2004
3294 # This file is free software; the Free Software Foundation gives
3295 # unlimited permission to copy and/or distribute it, with or without
3296 # modifications, as long as this notice is preserved.
3298 # serial 6 ltoptions.m4
3300 # This is to help aclocal find these macros, as it can't see m4_define.
3304 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3305 # ------------------------------------------
3309 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3310 # ---------------------------------------
3311 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3312 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3317 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3318 # ------------------------------------------------------------
3319 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3323 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3324 # -------------------------------------------------------
3325 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3330 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3331 # ----------------------------------------
3332 # OPTION-LIST is a space-separated list of Libtool options associated
3333 # with MACRO-NAME. If any OPTION has a matching handler declared with
3334 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3335 # the unknown option and exit.
3339 ## --------------------------------- ##
3340 ## Macros to handle LT_INIT options. ##
3341 ## --------------------------------- ##
3343 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3344 # -----------------------------------------
3348 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3349 # -----------------------------------------------
3357 # This is what autoupdate's m4 run will expand. It fires
3358 # the warning (with _au_warn_XXX), outputs it into the
3359 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3360 # the replacement expansion.
3363 # This is an auxiliary macro that is also run when
3364 # autoupdate runs m4. It simply calls m4_warning, but
3365 # we need a wrapper so that each warning is emitted only
3366 # once. We break the quoting in m4_warning's argument in
3367 # order to expand this macro's arguments, not AU_DEFUN's.
3370 # Finally, this is the expansion that is picked up by
3371 # autoconf. It tells the user to run autoupdate, and
3372 # then outputs the replacement expansion. We do not care
3373 # about autoupdate's warning because that contains
3374 # information on what to do *after* running autoupdate.
3381 # Declare package support for building win32 dll's.
3384 # This is what autoupdate's m4 run will expand. It fires
3385 # the warning (with _au_warn_XXX), outputs it into the
3386 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3387 # the replacement expansion.
3390 # This is an auxiliary macro that is also run when
3391 # autoupdate runs m4. It simply calls m4_warning, but
3392 # we need a wrapper so that each warning is emitted only
3393 # once. We break the quoting in m4_warning's argument in
3394 # order to expand this macro's arguments, not AU_DEFUN's.
3397 # Finally, this is the expansion that is picked up by
3398 # autoconf. It tells the user to run autoupdate, and
3399 # then outputs the replacement expansion. We do not care
3400 # about autoupdate's warning because that contains
3401 # information on what to do *after* running autoupdate.
3406 # _LT_ENABLE_SHARED([DEFAULT])
3407 # ----------------------------
3408 # implement the --enable-shared flag, and supports the `shared' and
3409 # `disable-shared' LT_INIT options.
3410 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3421 # This is what autoupdate's m4 run will expand. It fires
3422 # the warning (with _au_warn_XXX), outputs it into the
3423 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3424 # the replacement expansion.
3427 # This is an auxiliary macro that is also run when
3428 # autoupdate runs m4. It simply calls m4_warning, but
3429 # we need a wrapper so that each warning is emitted only
3430 # once. We break the quoting in m4_warning's argument in
3431 # order to expand this macro's arguments, not AU_DEFUN's.
3434 # Finally, this is the expansion that is picked up by
3435 # autoconf. It tells the user to run autoupdate, and
3436 # then outputs the replacement expansion. We do not care
3437 # about autoupdate's warning because that contains
3438 # information on what to do *after* running autoupdate.
3440 # This is what autoupdate's m4 run will expand. It fires
3441 # the warning (with _au_warn_XXX), outputs it into the
3442 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3443 # the replacement expansion.
3446 # This is an auxiliary macro that is also run when
3447 # autoupdate runs m4. It simply calls m4_warning, but
3448 # we need a wrapper so that each warning is emitted only
3449 # once. We break the quoting in m4_warning's argument in
3450 # order to expand this macro's arguments, not AU_DEFUN's.
3453 # Finally, this is the expansion that is picked up by
3454 # autoconf. It tells the user to run autoupdate, and
3455 # then outputs the replacement expansion. We do not care
3456 # about autoupdate's warning because that contains
3457 # information on what to do *after* running autoupdate.
3463 # _LT_ENABLE_STATIC([DEFAULT])
3464 # ----------------------------
3465 # implement the --enable-static flag, and support the `static' and
3466 # `disable-static' LT_INIT options.
3467 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3478 # This is what autoupdate's m4 run will expand. It fires
3479 # the warning (with _au_warn_XXX), outputs it into the
3480 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3481 # the replacement expansion.
3484 # This is an auxiliary macro that is also run when
3485 # autoupdate runs m4. It simply calls m4_warning, but
3486 # we need a wrapper so that each warning is emitted only
3487 # once. We break the quoting in m4_warning's argument in
3488 # order to expand this macro's arguments, not AU_DEFUN's.
3491 # Finally, this is the expansion that is picked up by
3492 # autoconf. It tells the user to run autoupdate, and
3493 # then outputs the replacement expansion. We do not care
3494 # about autoupdate's warning because that contains
3495 # information on what to do *after* running autoupdate.
3497 # This is what autoupdate's m4 run will expand. It fires
3498 # the warning (with _au_warn_XXX), outputs it into the
3499 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3500 # the replacement expansion.
3503 # This is an auxiliary macro that is also run when
3504 # autoupdate runs m4. It simply calls m4_warning, but
3505 # we need a wrapper so that each warning is emitted only
3506 # once. We break the quoting in m4_warning's argument in
3507 # order to expand this macro's arguments, not AU_DEFUN's.
3510 # Finally, this is the expansion that is picked up by
3511 # autoconf. It tells the user to run autoupdate, and
3512 # then outputs the replacement expansion. We do not care
3513 # about autoupdate's warning because that contains
3514 # information on what to do *after* running autoupdate.
3520 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3521 # ----------------------------------
3522 # implement the --enable-fast-install flag, and support the `fast-install'
3523 # and `disable-fast-install' LT_INIT options.
3524 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3525 # _LT_ENABLE_FAST_INSTALL
3531 # This is what autoupdate's m4 run will expand. It fires
3532 # the warning (with _au_warn_XXX), outputs it into the
3533 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3534 # the replacement expansion.
3537 # This is an auxiliary macro that is also run when
3538 # autoupdate runs m4. It simply calls m4_warning, but
3539 # we need a wrapper so that each warning is emitted only
3540 # once. We break the quoting in m4_warning's argument in
3541 # order to expand this macro's arguments, not AU_DEFUN's.
3544 # Finally, this is the expansion that is picked up by
3545 # autoconf. It tells the user to run autoupdate, and
3546 # then outputs the replacement expansion. We do not care
3547 # about autoupdate's warning because that contains
3548 # information on what to do *after* running autoupdate.
3551 # This is what autoupdate's m4 run will expand. It fires
3552 # the warning (with _au_warn_XXX), outputs it into the
3553 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3554 # the replacement expansion.
3557 # This is an auxiliary macro that is also run when
3558 # autoupdate runs m4. It simply calls m4_warning, but
3559 # we need a wrapper so that each warning is emitted only
3560 # once. We break the quoting in m4_warning's argument in
3561 # order to expand this macro's arguments, not AU_DEFUN's.
3564 # Finally, this is the expansion that is picked up by
3565 # autoconf. It tells the user to run autoupdate, and
3566 # then outputs the replacement expansion. We do not care
3567 # about autoupdate's warning because that contains
3568 # information on what to do *after* running autoupdate.
3573 # _LT_WITH_PIC([MODE])
3574 # --------------------
3575 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3577 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3584 # This is what autoupdate's m4 run will expand. It fires
3585 # the warning (with _au_warn_XXX), outputs it into the
3586 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3587 # the replacement expansion.
3590 # This is an auxiliary macro that is also run when
3591 # autoupdate runs m4. It simply calls m4_warning, but
3592 # we need a wrapper so that each warning is emitted only
3593 # once. We break the quoting in m4_warning's argument in
3594 # order to expand this macro's arguments, not AU_DEFUN's.
3597 # Finally, this is the expansion that is picked up by
3598 # autoconf. It tells the user to run autoupdate, and
3599 # then outputs the replacement expansion. We do not care
3600 # about autoupdate's warning because that contains
3601 # information on what to do *after* running autoupdate.
3605 ## ----------------- ##
3606 ## LTDL_INIT Options ##
3607 ## ----------------- ##
3618 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3620 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3621 # Written by Gary V. Vaughan, 2004
3623 # This file is free software; the Free Software Foundation gives
3624 # unlimited permission to copy and/or distribute it, with or without
3625 # modifications, as long as this notice is preserved.
3627 # serial 6 ltsugar.m4
3629 # This is to help aclocal find these macros, as it can't see m4_define.
3633 # lt_join(SEP, ARG1, [ARG2...])
3634 # -----------------------------
3635 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3636 # associated separator.
3637 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3638 # versions in m4sugar had bugs.
3646 # Manipulate m4 lists.
3647 # These macros are necessary as long as will still need to support
3648 # Autoconf-2.59 which quotes differently.
3654 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3655 # ------------------------------------------
3656 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3657 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3658 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3659 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3660 # than defined and empty).
3662 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3663 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3668 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3669 # ----------------------------------------------------------
3670 # Produce a SEP delimited list of all paired combinations of elements of
3671 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3672 # has the form PREFIXmINFIXSUFFIXn.
3673 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3677 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3678 # -----------------------------------------------------------------------
3679 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3680 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3684 # lt_dict_add(DICT, KEY, VALUE)
3685 # -----------------------------
3689 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3690 # --------------------------------------------
3694 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3695 # ----------------------------------
3699 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3700 # -----------------------------------------------------------------
3704 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3705 # --------------------------------------------------------------
3708 # ltversion.m4 -- version numbers -*- Autoconf -*-
3710 # Copyright (C) 2004 Free Software Foundation, Inc.
3711 # Written by Scott James Remnant, 2004
3713 # This file is free software; the Free Software Foundation gives
3714 # unlimited permission to copy and/or distribute it, with or without
3715 # modifications, as long as this notice is preserved.
3717 # Generated from ltversion.in.
3719 # serial 3134 ltversion.m4
3720 # This file is part of GNU Libtool
3727 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3729 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3730 # Written by Scott James Remnant, 2004.
3732 # This file is free software; the Free Software Foundation gives
3733 # unlimited permission to copy and/or distribute it, with or without
3734 # modifications, as long as this notice is preserved.
3736 # serial 4 lt~obsolete.m4
3738 # These exist entirely to fool aclocal when bootstrapping libtool.
3740 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3741 # which have later been changed to m4_define as they aren't part of the
3742 # exported API, or moved to Autoconf or Automake where they belong.
3744 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3745 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3746 # using a macro with the same name in our local m4/libtool.m4 it'll
3747 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3748 # and doesn't know about Autoconf macros at all.)
3750 # So we provide this file, which has a silly filename so it's always
3751 # included after everything else. This provides aclocal with the
3752 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3753 # because those macros already exist, or will be overwritten later.
3754 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3756 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3757 # Yes, that means every name once taken will need to remain here until
3758 # we give up compatibility with versions before 1.7, at which point
3759 # we need to keep only those names which we still refer to.
3761 # This is to help aclocal find these macros, as it can't see m4_define.
3828 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3829 # Free Software Foundation, Inc.
3831 # This file is free software; the Free Software Foundation
3832 # gives unlimited permission to copy and/or distribute it,
3833 # with or without modifications, as long as this notice is preserved.
3837 # Based on depend.m4 from automake 1.9, modified for standalone use in
3838 # an environment where GNU make is required.
3840 # ZW_PROG_COMPILER_DEPENDENCIES
3841 # -----------------------------
3842 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3843 # sets fooDEPMODE accordingly. Cache-variable compatible with
3844 # original; not side-effect compatible. As the users of this macro
3845 # may require accurate dependencies for correct builds, it does *not*
3846 # honor --disable-dependency-checking, and failure to detect a usable
3847 # method is an error. depcomp is assumed to be located in
3850 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3856 # Choose a directory name for dependency files.
3861 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3912 sim_inline="-DDEFAULT_INLINE=0"
3949 # intl sister-directory configuration rules.
3952 # The idea behind this macro is that there's no need to repeat all the
3953 # autoconf probes done by the intl directory - it's already done them
3954 # for us. In fact, there's no need even to look at the cache for the
3955 # answers. All we need to do is nab a few pieces of information.
3956 # The intl directory is set up to make this easy, by generating a
3957 # small file which can be sourced as a shell script; then we produce
3958 # the necessary substitutions and definitions for this directory.
3962 # Autoconf M4 include file defining utility macros for complex Canadian
3974 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3976 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
3979 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3980 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3984 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3985 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3989 # Backported from Autoconf 2.5x; can go away when and if
3990 # we switch. Put the OS path separator in $PATH_SEPARATOR.
3995 # ACX_HAVE_GCC_FOR_TARGET
3996 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3999 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4000 # Searching for installed target binutils. We need to take extra care,
4001 # else we may find the wrong assembler, linker, etc., and lose.
4003 # First try --with-build-time-tools, if specified.
4005 # For build != host, we ask the installed GCC for the name of the tool it
4006 # uses, and accept it if it is an absolute path. This is because the
4007 # only good choice for a compiler is the same GCC version that is being
4008 # installed (or we couldn't make target libraries), and we assume that
4009 # on the host system we'll have not only the same GCC version, but also
4010 # the same binutils version.
4012 # For build == host, search the same directories that the installed
4013 # compiler will search. We used to do this for the assembler, linker,
4014 # and nm only; for simplicity of configuration, however, we extend this
4015 # criterion to tools (such as ar and ranlib) that are never invoked by
4016 # the compiler, to avoid mismatches.
4018 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4019 # if build == target. This makes the most sense only when bootstrapping,
4020 # but we also do so when build != host. In this case, we hope that the
4021 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4023 # If we do not find a suitable binary, then try the user's path.
4027 # AC_PROG_CPP_WERROR
4028 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4029 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4030 # For now, using this also overrides header checks to use only the
4031 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4032 # bit harder from here).
4033 # Eventually autoconf will default to checking headers with the compiler
4034 # instead, and we'll have to do this differently.
4036 # AC_PROG_CPP_WERROR
4039 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4040 # that understands Ada. We use the user's CC setting, already found, and
4041 # possibly add $1 to the command-line parameters.
4043 # Sets the shell variable have_gnat to yes or no as appropriate, and
4044 # substitutes GNATBIND and GNATMAKE.
4071 ac_cpp='$CPP $CPPFLAGS'
4072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4073 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4074 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4075 if test -n "$ac_tool_prefix"; then
4076 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4077 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4079 $as_echo_n "checking for $ac_word... " >&6; }
4080 if test "${ac_cv_prog_CC+set}" = set; then :
4081 $as_echo_n "(cached) " >&6
4083 if test -n "$CC"; then
4084 ac_cv_prog_CC="$CC" # Let the user override the test.
4086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4090 test -z "$as_dir" && as_dir=.
4091 for ac_exec_ext in '' $ac_executable_extensions; do
4092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4093 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4104 if test -n "$CC"; then
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4106 $as_echo "$CC" >&6; }
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4109 $as_echo "no" >&6; }
4114 if test -z "$ac_cv_prog_CC"; then
4116 # Extract the first word of "gcc", so it can be a program name with args.
4117 set dummy gcc; ac_word=$2
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4121 $as_echo_n "(cached) " >&6
4123 if test -n "$ac_ct_CC"; then
4124 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4130 test -z "$as_dir" && as_dir=.
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133 ac_cv_prog_ac_ct_CC="gcc"
4134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4143 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4144 if test -n "$ac_ct_CC"; then
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4146 $as_echo "$ac_ct_CC" >&6; }
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4149 $as_echo "no" >&6; }
4152 if test "x$ac_ct_CC" = x; then
4155 case $cross_compiling:$ac_tool_warned in
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4159 ac_tool_warned=yes ;;
4167 if test -z "$CC"; then
4168 if test -n "$ac_tool_prefix"; then
4169 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4170 set dummy ${ac_tool_prefix}cc; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if test "${ac_cv_prog_CC+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4176 if test -n "$CC"; then
4177 ac_cv_prog_CC="$CC" # Let the user override the test.
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_CC="${ac_tool_prefix}cc"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4197 if test -n "$CC"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4199 $as_echo "$CC" >&6; }
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4208 if test -z "$CC"; then
4209 # Extract the first word of "cc", so it can be a program name with args.
4210 set dummy cc; ac_word=$2
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4212 $as_echo_n "checking for $ac_word... " >&6; }
4213 if test "${ac_cv_prog_CC+set}" = set; then :
4214 $as_echo_n "(cached) " >&6
4216 if test -n "$CC"; then
4217 ac_cv_prog_CC="$CC" # Let the user override the test.
4220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4224 test -z "$as_dir" && as_dir=.
4225 for ac_exec_ext in '' $ac_executable_extensions; do
4226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4227 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4228 ac_prog_rejected=yes
4232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4239 if test $ac_prog_rejected = yes; then
4240 # We found a bogon in the path, so make sure we never use it.
4241 set dummy $ac_cv_prog_CC
4243 if test $# != 0; then
4244 # We chose a different compiler from the bogus one.
4245 # However, it has the same basename, so the bogon will be chosen
4246 # first if we set CC to just the basename; use the full file name.
4248 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4254 if test -n "$CC"; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4256 $as_echo "$CC" >&6; }
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4259 $as_echo "no" >&6; }
4264 if test -z "$CC"; then
4265 if test -n "$ac_tool_prefix"; then
4266 for ac_prog in cl.exe
4268 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4269 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4271 $as_echo_n "checking for $ac_word... " >&6; }
4272 if test "${ac_cv_prog_CC+set}" = set; then :
4273 $as_echo_n "(cached) " >&6
4275 if test -n "$CC"; then
4276 ac_cv_prog_CC="$CC" # Let the user override the test.
4278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4282 test -z "$as_dir" && as_dir=.
4283 for ac_exec_ext in '' $ac_executable_extensions; do
4284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4285 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 if test -n "$CC"; then
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4298 $as_echo "$CC" >&6; }
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4301 $as_echo "no" >&6; }
4305 test -n "$CC" && break
4308 if test -z "$CC"; then
4310 for ac_prog in cl.exe
4312 # Extract the first word of "$ac_prog", so it can be a program name with args.
4313 set dummy $ac_prog; ac_word=$2
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4315 $as_echo_n "checking for $ac_word... " >&6; }
4316 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4317 $as_echo_n "(cached) " >&6
4319 if test -n "$ac_ct_CC"; then
4320 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4326 test -z "$as_dir" && as_dir=.
4327 for ac_exec_ext in '' $ac_executable_extensions; do
4328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4329 ac_cv_prog_ac_ct_CC="$ac_prog"
4330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4339 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4340 if test -n "$ac_ct_CC"; then
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4342 $as_echo "$ac_ct_CC" >&6; }
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4345 $as_echo "no" >&6; }
4349 test -n "$ac_ct_CC" && break
4352 if test "x$ac_ct_CC" = x; then
4355 case $cross_compiling:$ac_tool_warned in
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4358 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4359 ac_tool_warned=yes ;;
4368 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4369 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4370 as_fn_error "no acceptable C compiler found in \$PATH
4371 See \`config.log' for more details." "$LINENO" 5; }
4373 # Provide some information about the compiler.
4374 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4377 for ac_option in --version -v -V -qversion; do
4378 { { ac_try="$ac_compiler $ac_option >&5"
4380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4381 *) ac_try_echo=$ac_try;;
4383 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4384 $as_echo "$ac_try_echo"; } >&5
4385 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4387 if test -s conftest.err; then
4389 ... rest of stderr output deleted ...
4390 10q' conftest.err >conftest.er1
4391 cat conftest.er1 >&5
4392 rm -f conftest.er1 conftest.err
4394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4395 test $ac_status = 0; }
4398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4399 /* end confdefs.h. */
4409 ac_clean_files_save=$ac_clean_files
4410 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4411 # Try to create an executable without -o first, disregard a.out.
4412 # It will help us diagnose broken compilers, and finding out an intuition
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4415 $as_echo_n "checking for C compiler default output file name... " >&6; }
4416 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4418 # The possible output files:
4419 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4422 for ac_file in $ac_files
4425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4426 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4431 if { { ac_try="$ac_link_default"
4433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4434 *) ac_try_echo=$ac_try;;
4436 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4437 $as_echo "$ac_try_echo"; } >&5
4438 (eval "$ac_link_default") 2>&5
4440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4441 test $ac_status = 0; }; then :
4442 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4443 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4444 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4445 # so that the user can short-circuit this test for compilers unknown to
4447 for ac_file in $ac_files ''
4449 test -f "$ac_file" || continue
4451 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4454 # We found the default executable, but exeext='' is most
4458 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4460 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4462 # We set ac_cv_exeext here because the later test for it is not
4463 # safe: cross compilers may not add the suffix if given an `-o'
4464 # argument, so we may need to know it at that point already.
4465 # Even if this section looks crufty: it has the advantage of
4472 test "$ac_cv_exeext" = no && ac_cv_exeext=
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4478 $as_echo "$ac_file" >&6; }
4479 if test -z "$ac_file"; then :
4480 $as_echo "$as_me: failed program was:" >&5
4481 sed 's/^/| /' conftest.$ac_ext >&5
4483 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4484 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4485 { as_fn_set_status 77
4486 as_fn_error "C compiler cannot create executables
4487 See \`config.log' for more details." "$LINENO" 5; }; }
4489 ac_exeext=$ac_cv_exeext
4491 # Check that the compiler produces executables we can run. If not, either
4492 # the compiler is broken, or we cross compile.
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4494 $as_echo_n "checking whether the C compiler works... " >&6; }
4495 # If not cross compiling, check that we can run a simple program.
4496 if test "$cross_compiling" != yes; then
4497 if { ac_try='./$ac_file'
4498 { { case "(($ac_try" in
4499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4500 *) ac_try_echo=$ac_try;;
4502 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4503 $as_echo "$ac_try_echo"; } >&5
4504 (eval "$ac_try") 2>&5
4506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4507 test $ac_status = 0; }; }; then
4510 if test "$cross_compiling" = maybe; then
4513 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4514 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4515 as_fn_error "cannot run C compiled programs.
4516 If you meant to cross compile, use \`--host'.
4517 See \`config.log' for more details." "$LINENO" 5; }
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4522 $as_echo "yes" >&6; }
4524 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4525 ac_clean_files=$ac_clean_files_save
4526 # Check that the compiler produces executables we can run. If not, either
4527 # the compiler is broken, or we cross compile.
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4529 $as_echo_n "checking whether we are cross compiling... " >&6; }
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4531 $as_echo "$cross_compiling" >&6; }
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4534 $as_echo_n "checking for suffix of executables... " >&6; }
4535 if { { ac_try="$ac_link"
4537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4538 *) ac_try_echo=$ac_try;;
4540 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4541 $as_echo "$ac_try_echo"; } >&5
4542 (eval "$ac_link") 2>&5
4544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4545 test $ac_status = 0; }; then :
4546 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4547 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4548 # work properly (i.e., refer to `conftest.exe'), while it won't with
4550 for ac_file in conftest.exe conftest conftest.*; do
4551 test -f "$ac_file" || continue
4553 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4554 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4560 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4561 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4562 as_fn_error "cannot compute suffix of executables: cannot compile and link
4563 See \`config.log' for more details." "$LINENO" 5; }
4565 rm -f conftest$ac_cv_exeext
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4567 $as_echo "$ac_cv_exeext" >&6; }
4569 rm -f conftest.$ac_ext
4570 EXEEXT=$ac_cv_exeext
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4573 $as_echo_n "checking for suffix of object files... " >&6; }
4574 if test "${ac_cv_objext+set}" = set; then :
4575 $as_echo_n "(cached) " >&6
4577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4578 /* end confdefs.h. */
4588 rm -f conftest.o conftest.obj
4589 if { { ac_try="$ac_compile"
4591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4592 *) ac_try_echo=$ac_try;;
4594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4595 $as_echo "$ac_try_echo"; } >&5
4596 (eval "$ac_compile") 2>&5
4598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4599 test $ac_status = 0; }; then :
4600 for ac_file in conftest.o conftest.obj conftest.*; do
4601 test -f "$ac_file" || continue;
4603 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4604 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4609 $as_echo "$as_me: failed program was:" >&5
4610 sed 's/^/| /' conftest.$ac_ext >&5
4612 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4613 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4614 as_fn_error "cannot compute suffix of object files: cannot compile
4615 See \`config.log' for more details." "$LINENO" 5; }
4617 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4620 $as_echo "$ac_cv_objext" >&6; }
4621 OBJEXT=$ac_cv_objext
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4624 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4625 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4626 $as_echo_n "(cached) " >&6
4628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4629 /* end confdefs.h. */
4642 if ac_fn_c_try_compile "$LINENO"; then :
4647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4648 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4652 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4653 if test $ac_compiler_gnu = yes; then
4658 ac_test_CFLAGS=${CFLAGS+set}
4659 ac_save_CFLAGS=$CFLAGS
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4661 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4662 if test "${ac_cv_prog_cc_g+set}" = set; then :
4663 $as_echo_n "(cached) " >&6
4665 ac_save_c_werror_flag=$ac_c_werror_flag
4666 ac_c_werror_flag=yes
4669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4670 /* end confdefs.h. */
4680 if ac_fn_c_try_compile "$LINENO"; then :
4684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4685 /* end confdefs.h. */
4695 if ac_fn_c_try_compile "$LINENO"; then :
4698 ac_c_werror_flag=$ac_save_c_werror_flag
4700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4701 /* end confdefs.h. */
4711 if ac_fn_c_try_compile "$LINENO"; then :
4714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4719 ac_c_werror_flag=$ac_save_c_werror_flag
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4722 $as_echo "$ac_cv_prog_cc_g" >&6; }
4723 if test "$ac_test_CFLAGS" = set; then
4724 CFLAGS=$ac_save_CFLAGS
4725 elif test $ac_cv_prog_cc_g = yes; then
4726 if test "$GCC" = yes; then
4732 if test "$GCC" = yes; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4739 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4740 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4741 $as_echo_n "(cached) " >&6
4743 ac_cv_prog_cc_c89=no
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4746 /* end confdefs.h. */
4749 #include <sys/types.h>
4750 #include <sys/stat.h>
4751 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4752 struct buf { int x; };
4753 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4754 static char *e (p, i)
4760 static char *f (char * (*g) (char **, int), char **p, ...)
4765 s = g (p, va_arg (v,int));
4770 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4771 function prototypes and stuff, but not '\xHH' hex character constants.
4772 These don't provoke an error unfortunately, instead are silently treated
4773 as 'x'. The following induces an error, until -std is added to get
4774 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4775 array size at least. It's necessary to write '\x00'==0 to get something
4776 that's true only with -std. */
4777 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4779 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4780 inside strings and character constants. */
4782 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4784 int test (int i, double x);
4785 struct s1 {int (*f) (int a);};
4786 struct s2 {int (*f) (double a);};
4787 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4793 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4798 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4799 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4801 CC="$ac_save_CC $ac_arg"
4802 if ac_fn_c_try_compile "$LINENO"; then :
4803 ac_cv_prog_cc_c89=$ac_arg
4805 rm -f core conftest.err conftest.$ac_objext
4806 test "x$ac_cv_prog_cc_c89" != "xno" && break
4808 rm -f conftest.$ac_ext
4813 case "x$ac_cv_prog_cc_c89" in
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4816 $as_echo "none needed" >&6; } ;;
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4819 $as_echo "unsupported" >&6; } ;;
4821 CC="$CC $ac_cv_prog_cc_c89"
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4823 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4825 if test "x$ac_cv_prog_cc_c89" != xno; then :
4830 ac_cpp='$CPP $CPPFLAGS'
4831 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4832 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4833 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4836 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4837 for ac_t in install-sh install.sh shtool; do
4838 if test -f "$ac_dir/$ac_t"; then
4840 ac_install_sh="$ac_aux_dir/$ac_t -c"
4845 if test -z "$ac_aux_dir"; then
4846 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4849 # These three variables are undocumented and unsupported,
4850 # and are intended to be withdrawn in a future Autoconf release.
4851 # They can cause serious problems if a builder's source tree is in a directory
4852 # whose full name contains unusual characters.
4853 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4854 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4855 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4858 # Make sure we can run config.sub.
4859 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4860 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4863 $as_echo_n "checking build system type... " >&6; }
4864 if test "${ac_cv_build+set}" = set; then :
4865 $as_echo_n "(cached) " >&6
4867 ac_build_alias=$build_alias
4868 test "x$ac_build_alias" = x &&
4869 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4870 test "x$ac_build_alias" = x &&
4871 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4872 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4873 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4877 $as_echo "$ac_cv_build" >&6; }
4878 case $ac_cv_build in
4880 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4883 ac_save_IFS=$IFS; IFS='-'
4889 # Remember, the first character of IFS is used to create $*,
4890 # except with old shells:
4893 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4897 $as_echo_n "checking host system type... " >&6; }
4898 if test "${ac_cv_host+set}" = set; then :
4899 $as_echo_n "(cached) " >&6
4901 if test "x$host_alias" = x; then
4902 ac_cv_host=$ac_cv_build
4904 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4905 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4910 $as_echo "$ac_cv_host" >&6; }
4913 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4916 ac_save_IFS=$IFS; IFS='-'
4922 # Remember, the first character of IFS is used to create $*,
4923 # except with old shells:
4926 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4930 $as_echo_n "checking target system type... " >&6; }
4931 if test "${ac_cv_target+set}" = set; then :
4932 $as_echo_n "(cached) " >&6
4934 if test "x$target_alias" = x; then
4935 ac_cv_target=$ac_cv_host
4937 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4938 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4943 $as_echo "$ac_cv_target" >&6; }
4944 case $ac_cv_target in
4946 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4948 target=$ac_cv_target
4949 ac_save_IFS=$IFS; IFS='-'
4955 # Remember, the first character of IFS is used to create $*,
4956 # except with old shells:
4959 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4962 # The aliases save the names the user supplied, while $host etc.
4963 # will get canonicalized.
4964 test -n "$target_alias" &&
4965 test "$program_prefix$program_suffix$program_transform_name" = \
4967 program_prefix=${target_alias}-
4970 ac_cpp='$CPP $CPPFLAGS'
4971 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4973 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4975 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4976 # On Suns, sometimes $CPP names a directory.
4977 if test -n "$CPP" && test -d "$CPP"; then
4980 if test -z "$CPP"; then
4981 if test "${ac_cv_prog_CPP+set}" = set; then :
4982 $as_echo_n "(cached) " >&6
4984 # Double quotes because CPP needs to be expanded
4985 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4988 for ac_c_preproc_warn_flag in '' yes
4990 # Use a header file that comes with gcc, so configuring glibc
4991 # with a fresh cross-compiler works.
4992 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4993 # <limits.h> exists even on freestanding compilers.
4994 # On the NeXT, cc -E runs the code through the compiler's parser,
4995 # not just through cpp. "Syntax error" is here to catch this case.
4996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4997 /* end confdefs.h. */
4999 # include <limits.h>
5001 # include <assert.h>
5005 if ac_fn_c_try_cpp "$LINENO"; then :
5008 # Broken: fails on valid input.
5011 rm -f conftest.err conftest.$ac_ext
5013 # OK, works on sane cases. Now check whether nonexistent headers
5014 # can be detected and how.
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5017 #include <ac_nonexistent.h>
5019 if ac_fn_c_try_cpp "$LINENO"; then :
5020 # Broken: success on invalid input.
5023 # Passes both tests.
5027 rm -f conftest.err conftest.$ac_ext
5030 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5031 rm -f conftest.err conftest.$ac_ext
5032 if $ac_preproc_ok; then :
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5045 $as_echo "$CPP" >&6; }
5047 for ac_c_preproc_warn_flag in '' yes
5049 # Use a header file that comes with gcc, so configuring glibc
5050 # with a fresh cross-compiler works.
5051 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5052 # <limits.h> exists even on freestanding compilers.
5053 # On the NeXT, cc -E runs the code through the compiler's parser,
5054 # not just through cpp. "Syntax error" is here to catch this case.
5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5056 /* end confdefs.h. */
5058 # include <limits.h>
5060 # include <assert.h>
5064 if ac_fn_c_try_cpp "$LINENO"; then :
5067 # Broken: fails on valid input.
5070 rm -f conftest.err conftest.$ac_ext
5072 # OK, works on sane cases. Now check whether nonexistent headers
5073 # can be detected and how.
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075 /* end confdefs.h. */
5076 #include <ac_nonexistent.h>
5078 if ac_fn_c_try_cpp "$LINENO"; then :
5079 # Broken: success on invalid input.
5082 # Passes both tests.
5086 rm -f conftest.err conftest.$ac_ext
5089 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5090 rm -f conftest.err conftest.$ac_ext
5091 if $ac_preproc_ok; then :
5094 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5095 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5096 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5097 See \`config.log' for more details." "$LINENO" 5; }
5101 ac_cpp='$CPP $CPPFLAGS'
5102 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5103 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5104 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5108 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5109 if test "${ac_cv_path_GREP+set}" = set; then :
5110 $as_echo_n "(cached) " >&6
5112 if test -z "$GREP"; then
5113 ac_path_GREP_found=false
5114 # Loop through the user's path and test for each of PROGNAME-LIST
5115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5116 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5119 test -z "$as_dir" && as_dir=.
5120 for ac_prog in grep ggrep; do
5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5123 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5124 # Check for GNU ac_path_GREP and select it if it is found.
5125 # Check for GNU $ac_path_GREP
5126 case `"$ac_path_GREP" --version 2>&1` in
5128 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5131 $as_echo_n 0123456789 >"conftest.in"
5134 cat "conftest.in" "conftest.in" >"conftest.tmp"
5135 mv "conftest.tmp" "conftest.in"
5136 cp "conftest.in" "conftest.nl"
5137 $as_echo 'GREP' >> "conftest.nl"
5138 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5139 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5140 as_fn_arith $ac_count + 1 && ac_count=$as_val
5141 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5142 # Best one so far, save it but keep looking for a better one
5143 ac_cv_path_GREP="$ac_path_GREP"
5144 ac_path_GREP_max=$ac_count
5146 # 10*(2^10) chars as input seems more than enough
5147 test $ac_count -gt 10 && break
5149 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5152 $ac_path_GREP_found && break 3
5157 if test -z "$ac_cv_path_GREP"; then
5158 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5161 ac_cv_path_GREP=$GREP
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5166 $as_echo "$ac_cv_path_GREP" >&6; }
5167 GREP="$ac_cv_path_GREP"
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5171 $as_echo_n "checking for egrep... " >&6; }
5172 if test "${ac_cv_path_EGREP+set}" = set; then :
5173 $as_echo_n "(cached) " >&6
5175 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5176 then ac_cv_path_EGREP="$GREP -E"
5178 if test -z "$EGREP"; then
5179 ac_path_EGREP_found=false
5180 # Loop through the user's path and test for each of PROGNAME-LIST
5181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5185 test -z "$as_dir" && as_dir=.
5186 for ac_prog in egrep; do
5187 for ac_exec_ext in '' $ac_executable_extensions; do
5188 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5189 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5190 # Check for GNU ac_path_EGREP and select it if it is found.
5191 # Check for GNU $ac_path_EGREP
5192 case `"$ac_path_EGREP" --version 2>&1` in
5194 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5197 $as_echo_n 0123456789 >"conftest.in"
5200 cat "conftest.in" "conftest.in" >"conftest.tmp"
5201 mv "conftest.tmp" "conftest.in"
5202 cp "conftest.in" "conftest.nl"
5203 $as_echo 'EGREP' >> "conftest.nl"
5204 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5205 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5206 as_fn_arith $ac_count + 1 && ac_count=$as_val
5207 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5208 # Best one so far, save it but keep looking for a better one
5209 ac_cv_path_EGREP="$ac_path_EGREP"
5210 ac_path_EGREP_max=$ac_count
5212 # 10*(2^10) chars as input seems more than enough
5213 test $ac_count -gt 10 && break
5215 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5218 $ac_path_EGREP_found && break 3
5223 if test -z "$ac_cv_path_EGREP"; then
5224 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5227 ac_cv_path_EGREP=$EGREP
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5233 $as_echo "$ac_cv_path_EGREP" >&6; }
5234 EGREP="$ac_cv_path_EGREP"
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5238 $as_echo_n "checking for ANSI C header files... " >&6; }
5239 if test "${ac_cv_header_stdc+set}" = set; then :
5240 $as_echo_n "(cached) " >&6
5242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5243 /* end confdefs.h. */
5257 if ac_fn_c_try_compile "$LINENO"; then :
5258 ac_cv_header_stdc=yes
5260 ac_cv_header_stdc=no
5262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5264 if test $ac_cv_header_stdc = yes; then
5265 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5271 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5272 $EGREP "memchr" >/dev/null 2>&1; then :
5275 ac_cv_header_stdc=no
5281 if test $ac_cv_header_stdc = yes; then
5282 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5284 /* end confdefs.h. */
5288 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5289 $EGREP "free" >/dev/null 2>&1; then :
5292 ac_cv_header_stdc=no
5298 if test $ac_cv_header_stdc = yes; then
5299 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5300 if test "$cross_compiling" = yes; then :
5303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5304 /* end confdefs.h. */
5307 #if ((' ' & 0x0FF) == 0x020)
5308 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5309 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5311 # define ISLOWER(c) \
5312 (('a' <= (c) && (c) <= 'i') \
5313 || ('j' <= (c) && (c) <= 'r') \
5314 || ('s' <= (c) && (c) <= 'z'))
5315 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5318 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5323 for (i = 0; i < 256; i++)
5324 if (XOR (islower (i), ISLOWER (i))
5325 || toupper (i) != TOUPPER (i))
5330 if ac_fn_c_try_run "$LINENO"; then :
5333 ac_cv_header_stdc=no
5335 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5336 conftest.$ac_objext conftest.beam conftest.$ac_ext
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5342 $as_echo "$ac_cv_header_stdc" >&6; }
5343 if test $ac_cv_header_stdc = yes; then
5345 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5349 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5350 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5351 inttypes.h stdint.h unistd.h
5353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5354 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5356 eval as_val=\$$as_ac_Header
5357 if test "x$as_val" = x""yes; then :
5358 cat >>confdefs.h <<_ACEOF
5359 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5368 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5369 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5376 if test "$MINIX" = yes; then
5378 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5381 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5384 $as_echo "#define _MINIX 1" >>confdefs.h
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5390 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5391 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5392 $as_echo_n "(cached) " >&6
5394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5395 /* end confdefs.h. */
5397 # define __EXTENSIONS__ 1
5398 $ac_includes_default
5407 if ac_fn_c_try_compile "$LINENO"; then :
5408 ac_cv_safe_to_define___extensions__=yes
5410 ac_cv_safe_to_define___extensions__=no
5412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5415 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5416 test $ac_cv_safe_to_define___extensions__ = yes &&
5417 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5419 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5421 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5423 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5425 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5428 test "$program_prefix" != NONE &&
5429 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5430 # Use a double $ so make ignores it.
5431 test "$program_suffix" != NONE &&
5432 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5433 # Double any \ or $.
5434 # By default was `s,x,x', remove it if useless.
5435 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5436 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5438 # Find a good install program. We prefer a C program (faster),
5439 # so one script is as good as another. But avoid the broken or
5440 # incompatible versions:
5441 # SysV /etc/install, /usr/sbin/install
5442 # SunOS /usr/etc/install
5443 # IRIX /sbin/install
5445 # AmigaOS /C/install, which installs bootblocks on floppy discs
5446 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5447 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5448 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5449 # OS/2's system install, which has a completely different semantic
5450 # ./install, which can be erroneously created by make from ./install.sh.
5451 # Reject install programs that cannot install multiple files.
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5453 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5454 if test -z "$INSTALL"; then
5455 if test "${ac_cv_path_install+set}" = set; then :
5456 $as_echo_n "(cached) " >&6
5458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5462 test -z "$as_dir" && as_dir=.
5463 # Account for people who put trailing slashes in PATH elements.
5464 case $as_dir/ in #((
5465 ./ | .// | /[cC]/* | \
5466 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5467 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5470 # OSF1 and SCO ODT 3.0 have their own names for install.
5471 # Don't use installbsd from OSF since it installs stuff as root
5473 for ac_prog in ginstall scoinst install; do
5474 for ac_exec_ext in '' $ac_executable_extensions; do
5475 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5476 if test $ac_prog = install &&
5477 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5478 # AIX install. It has an incompatible calling convention.
5480 elif test $ac_prog = install &&
5481 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5482 # program-specific install script used by HP pwplus--don't use.
5485 rm -rf conftest.one conftest.two conftest.dir
5486 echo one > conftest.one
5487 echo two > conftest.two
5489 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5490 test -s conftest.one && test -s conftest.two &&
5491 test -s conftest.dir/conftest.one &&
5492 test -s conftest.dir/conftest.two
5494 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5507 rm -rf conftest.one conftest.two conftest.dir
5510 if test "${ac_cv_path_install+set}" = set; then
5511 INSTALL=$ac_cv_path_install
5513 # As a last resort, use the slow shell script. Don't cache a
5514 # value for INSTALL within a source directory, because that will
5515 # break other packages using the cache if that directory is
5516 # removed, or if the value is a relative name.
5517 INSTALL=$ac_install_sh
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5521 $as_echo "$INSTALL" >&6; }
5523 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5524 # It thinks the first close brace ends the variable substitution.
5525 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5527 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5529 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5531 rm -rf .tst 2>/dev/null
5532 mkdir .tst 2>/dev/null
5533 if test -d .tst; then
5538 rmdir .tst 2>/dev/null
5540 DEPDIR="${am__leading_dot}deps"
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5545 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5550 macro_version='2.2.7a'
5551 macro_revision='1.3134'
5565 ltmain="$ac_aux_dir/ltmain.sh"
5567 # Backslashify metacharacters that are still active within
5568 # double-quoted strings.
5569 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5571 # Same as above, but do not quote variable references.
5572 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5574 # Sed substitution to delay expansion of an escaped shell variable in a
5575 # double_quote_subst'ed string.
5576 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5578 # Sed substitution to delay expansion of an escaped single quote.
5579 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5581 # Sed substitution to avoid accidental globbing in evaled expressions
5582 no_glob_subst='s/\*/\\\*/g'
5584 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5585 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5586 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5589 $as_echo_n "checking how to print strings... " >&6; }
5590 # Test print first, because it will be a builtin if present.
5591 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5592 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5594 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5597 # Use this function as a fallback that always works.
5598 func_fallback_echo ()
5600 eval 'cat <<_LTECHO_EOF
5604 ECHO='func_fallback_echo'
5607 # func_echo_all arg...
5608 # Invoke $ECHO with all args, space-separated.
5615 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5616 $as_echo "printf" >&6; } ;;
5617 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5618 $as_echo "print -r" >&6; } ;;
5619 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5620 $as_echo "cat" >&6; } ;;
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5637 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5638 if test "${ac_cv_path_SED+set}" = set; then :
5639 $as_echo_n "(cached) " >&6
5641 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5642 for ac_i in 1 2 3 4 5 6 7; do
5643 ac_script="$ac_script$as_nl$ac_script"
5645 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5646 { ac_script=; unset ac_script;}
5647 if test -z "$SED"; then
5648 ac_path_SED_found=false
5649 # Loop through the user's path and test for each of PROGNAME-LIST
5650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5654 test -z "$as_dir" && as_dir=.
5655 for ac_prog in sed gsed; do
5656 for ac_exec_ext in '' $ac_executable_extensions; do
5657 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5658 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5659 # Check for GNU ac_path_SED and select it if it is found.
5660 # Check for GNU $ac_path_SED
5661 case `"$ac_path_SED" --version 2>&1` in
5663 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5666 $as_echo_n 0123456789 >"conftest.in"
5669 cat "conftest.in" "conftest.in" >"conftest.tmp"
5670 mv "conftest.tmp" "conftest.in"
5671 cp "conftest.in" "conftest.nl"
5672 $as_echo '' >> "conftest.nl"
5673 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5675 as_fn_arith $ac_count + 1 && ac_count=$as_val
5676 if test $ac_count -gt ${ac_path_SED_max-0}; then
5677 # Best one so far, save it but keep looking for a better one
5678 ac_cv_path_SED="$ac_path_SED"
5679 ac_path_SED_max=$ac_count
5681 # 10*(2^10) chars as input seems more than enough
5682 test $ac_count -gt 10 && break
5684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5687 $ac_path_SED_found && break 3
5692 if test -z "$ac_cv_path_SED"; then
5693 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5701 $as_echo "$ac_cv_path_SED" >&6; }
5702 SED="$ac_cv_path_SED"
5705 test -z "$SED" && SED=sed
5706 Xsed="$SED -e 1s/^X//"
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5719 $as_echo_n "checking for fgrep... " >&6; }
5720 if test "${ac_cv_path_FGREP+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
5723 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5724 then ac_cv_path_FGREP="$GREP -F"
5726 if test -z "$FGREP"; then
5727 ac_path_FGREP_found=false
5728 # Loop through the user's path and test for each of PROGNAME-LIST
5729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5730 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5733 test -z "$as_dir" && as_dir=.
5734 for ac_prog in fgrep; do
5735 for ac_exec_ext in '' $ac_executable_extensions; do
5736 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5737 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5738 # Check for GNU ac_path_FGREP and select it if it is found.
5739 # Check for GNU $ac_path_FGREP
5740 case `"$ac_path_FGREP" --version 2>&1` in
5742 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5745 $as_echo_n 0123456789 >"conftest.in"
5748 cat "conftest.in" "conftest.in" >"conftest.tmp"
5749 mv "conftest.tmp" "conftest.in"
5750 cp "conftest.in" "conftest.nl"
5751 $as_echo 'FGREP' >> "conftest.nl"
5752 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5753 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5754 as_fn_arith $ac_count + 1 && ac_count=$as_val
5755 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5756 # Best one so far, save it but keep looking for a better one
5757 ac_cv_path_FGREP="$ac_path_FGREP"
5758 ac_path_FGREP_max=$ac_count
5760 # 10*(2^10) chars as input seems more than enough
5761 test $ac_count -gt 10 && break
5763 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5766 $ac_path_FGREP_found && break 3
5771 if test -z "$ac_cv_path_FGREP"; then
5772 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5775 ac_cv_path_FGREP=$FGREP
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5781 $as_echo "$ac_cv_path_FGREP" >&6; }
5782 FGREP="$ac_cv_path_FGREP"
5785 test -z "$GREP" && GREP=grep
5805 # Check whether --with-gnu-ld was given.
5806 if test "${with_gnu_ld+set}" = set; then :
5807 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5813 if test "$GCC" = yes; then
5814 # Check if gcc -print-prog-name=ld gives a path.
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5816 $as_echo_n "checking for ld used by $CC... " >&6; }
5819 # gcc leaves a trailing carriage return which upsets mingw
5820 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5822 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5825 # Accept absolute paths.
5827 re_direlt='/[^/][^/]*/\.\./'
5828 # Canonicalize the pathname of ld
5829 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5830 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5831 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5833 test -z "$LD" && LD="$ac_prog"
5836 # If it fails, then pretend we aren't using GCC.
5840 # If it is relative, then search for the first ld in PATH.
5844 elif test "$with_gnu_ld" = yes; then
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5846 $as_echo_n "checking for GNU ld... " >&6; }
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5849 $as_echo_n "checking for non-GNU ld... " >&6; }
5851 if test "${lt_cv_path_LD+set}" = set; then :
5852 $as_echo_n "(cached) " >&6
5854 if test -z "$LD"; then
5855 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5856 for ac_dir in $PATH; do
5858 test -z "$ac_dir" && ac_dir=.
5859 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5860 lt_cv_path_LD="$ac_dir/$ac_prog"
5861 # Check to see if the program is GNU ld. I'd rather use --version,
5862 # but apparently some variants of GNU ld only accept -v.
5863 # Break only if it was the GNU/non-GNU ld that we prefer.
5864 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5865 *GNU* | *'with BFD'*)
5866 test "$with_gnu_ld" != no && break
5869 test "$with_gnu_ld" != yes && break
5876 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5881 if test -n "$LD"; then
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5883 $as_echo "$LD" >&6; }
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5886 $as_echo "no" >&6; }
5888 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5890 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5891 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5892 $as_echo_n "(cached) " >&6
5894 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5895 case `$LD -v 2>&1 </dev/null` in
5896 *GNU* | *'with BFD'*)
5897 lt_cv_prog_gnu_ld=yes
5900 lt_cv_prog_gnu_ld=no
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5905 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5906 with_gnu_ld=$lt_cv_prog_gnu_ld
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5917 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5918 if test "${lt_cv_path_NM+set}" = set; then :
5919 $as_echo_n "(cached) " >&6
5921 if test -n "$NM"; then
5922 # Let the user override the test.
5925 lt_nm_to_check="${ac_tool_prefix}nm"
5926 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5927 lt_nm_to_check="$lt_nm_to_check nm"
5929 for lt_tmp_nm in $lt_nm_to_check; do
5930 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5931 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5933 test -z "$ac_dir" && ac_dir=.
5934 tmp_nm="$ac_dir/$lt_tmp_nm"
5935 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5936 # Check to see if the nm accepts a BSD-compat flag.
5937 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5938 # nm: unknown option "B" ignored
5939 # Tru64's nm complains that /dev/null is an invalid object file
5940 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5941 */dev/null* | *'Invalid file or object type'*)
5942 lt_cv_path_NM="$tmp_nm -B"
5946 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5948 lt_cv_path_NM="$tmp_nm -p"
5952 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5953 continue # so that we can try to find one that supports BSD flags
5962 : ${lt_cv_path_NM=no}
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5966 $as_echo "$lt_cv_path_NM" >&6; }
5967 if test "$lt_cv_path_NM" != "no"; then
5970 # Didn't find any BSD compatible name lister, look for dumpbin.
5971 if test -n "$DUMPBIN"; then :
5972 # Let the user override the test.
5974 if test -n "$ac_tool_prefix"; then
5975 for ac_prog in dumpbin "link -dump"
5977 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5978 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5980 $as_echo_n "checking for $ac_word... " >&6; }
5981 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5982 $as_echo_n "(cached) " >&6
5984 if test -n "$DUMPBIN"; then
5985 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5991 test -z "$as_dir" && as_dir=.
5992 for ac_exec_ext in '' $ac_executable_extensions; do
5993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5994 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6004 DUMPBIN=$ac_cv_prog_DUMPBIN
6005 if test -n "$DUMPBIN"; then
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6007 $as_echo "$DUMPBIN" >&6; }
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6010 $as_echo "no" >&6; }
6014 test -n "$DUMPBIN" && break
6017 if test -z "$DUMPBIN"; then
6018 ac_ct_DUMPBIN=$DUMPBIN
6019 for ac_prog in dumpbin "link -dump"
6021 # Extract the first word of "$ac_prog", so it can be a program name with args.
6022 set dummy $ac_prog; ac_word=$2
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6024 $as_echo_n "checking for $ac_word... " >&6; }
6025 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6026 $as_echo_n "(cached) " >&6
6028 if test -n "$ac_ct_DUMPBIN"; then
6029 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6035 test -z "$as_dir" && as_dir=.
6036 for ac_exec_ext in '' $ac_executable_extensions; do
6037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6038 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6048 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6049 if test -n "$ac_ct_DUMPBIN"; then
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6051 $as_echo "$ac_ct_DUMPBIN" >&6; }
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6054 $as_echo "no" >&6; }
6058 test -n "$ac_ct_DUMPBIN" && break
6061 if test "x$ac_ct_DUMPBIN" = x; then
6064 case $cross_compiling:$ac_tool_warned in
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6067 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6068 ac_tool_warned=yes ;;
6070 DUMPBIN=$ac_ct_DUMPBIN
6074 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6076 DUMPBIN="$DUMPBIN -symbols"
6084 if test "$DUMPBIN" != ":"; then
6088 test -z "$NM" && NM=nm
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6096 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6097 if test "${lt_cv_nm_interface+set}" = set; then :
6098 $as_echo_n "(cached) " >&6
6100 lt_cv_nm_interface="BSD nm"
6101 echo "int some_variable = 0;" > conftest.$ac_ext
6102 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6103 (eval "$ac_compile" 2>conftest.err)
6104 cat conftest.err >&5
6105 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6106 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6107 cat conftest.err >&5
6108 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6109 cat conftest.out >&5
6110 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6111 lt_cv_nm_interface="MS dumpbin"
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6116 $as_echo "$lt_cv_nm_interface" >&6; }
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6119 $as_echo_n "checking whether ln -s works... " >&6; }
6121 if test "$LN_S" = "ln -s"; then
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6123 $as_echo "yes" >&6; }
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6126 $as_echo "no, using $LN_S" >&6; }
6129 # find the maximum length of command line arguments
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6131 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6132 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6133 $as_echo_n "(cached) " >&6
6140 # On DJGPP, this test can blow up pretty badly due to problems in libc
6141 # (any single argument exceeding 2000 bytes causes a buffer overrun
6142 # during glob expansion). Even if it were fixed, the result of this
6143 # check would be larger than it should be.
6144 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6148 # Under GNU Hurd, this test is not required because there is
6149 # no limit to the length of command line arguments.
6150 # Libtool will interpret -1 as no limit whatsoever
6151 lt_cv_sys_max_cmd_len=-1;
6154 cygwin* | mingw* | cegcc*)
6155 # On Win9x/ME, this test blows up -- it succeeds, but takes
6156 # about 5 minutes as the teststring grows exponentially.
6157 # Worse, since 9x/ME are not pre-emptively multitasking,
6158 # you end up with a "frozen" computer, even though with patience
6159 # the test eventually succeeds (with a max line length of 256k).
6160 # Instead, let's just punt: use the minimum linelength reported by
6161 # all of the supported platforms: 8192 (on NT/2K/XP).
6162 lt_cv_sys_max_cmd_len=8192;
6166 # On MiNT this can take a long time and run out of memory.
6167 lt_cv_sys_max_cmd_len=8192;
6171 # On AmigaOS with pdksh, this test takes hours, literally.
6172 # So we just punt and use a minimum line length of 8192.
6173 lt_cv_sys_max_cmd_len=8192;
6176 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6177 # This has been around since 386BSD, at least. Likely further.
6178 if test -x /sbin/sysctl; then
6179 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6180 elif test -x /usr/sbin/sysctl; then
6181 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6183 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6185 # And add a safety zone
6186 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6187 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6191 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6192 lt_cv_sys_max_cmd_len=196608
6196 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6197 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6198 # nice to cause kernel panics so lets avoid the loop below.
6199 # First set a reasonable default.
6200 lt_cv_sys_max_cmd_len=16384
6202 if test -x /sbin/sysconfig; then
6203 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6204 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6209 lt_cv_sys_max_cmd_len=102400
6211 sysv5* | sco5v6* | sysv4.2uw2*)
6212 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6213 if test -n "$kargmax"; then
6214 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6216 lt_cv_sys_max_cmd_len=32768
6220 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6221 if test -n "$lt_cv_sys_max_cmd_len"; then
6222 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6223 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6225 # Make teststring a little bigger before we do anything with it.
6226 # a 1K string should be a reasonable start.
6227 for i in 1 2 3 4 5 6 7 8 ; do
6228 teststring=$teststring$teststring
6230 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6231 # If test is not a shell built-in, we'll probably end up computing a
6232 # maximum length that is only half of the actual maximum length, but
6234 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6235 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6236 test $i != 17 # 1/2 MB should be enough
6239 teststring=$teststring$teststring
6241 # Only check the string length outside the loop.
6242 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6244 # Add a significant safety factor because C++ compilers can tack on
6245 # massive amounts of additional arguments before passing them to the
6246 # linker. It appears as though 1/2 is a usable value.
6247 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6254 if test -n $lt_cv_sys_max_cmd_len ; then
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6256 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6259 $as_echo "none" >&6; }
6261 max_cmd_len=$lt_cv_sys_max_cmd_len
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6273 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6274 # Try some XSI features
6277 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6279 && eval 'test $(( 1 + 1 )) -eq 2 \
6280 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6283 $as_echo "$xsi_shell" >&6; }
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6287 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6289 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6291 && lt_shell_append=yes
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6293 $as_echo "$lt_shell_append" >&6; }
6296 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6306 # test EBCDIC or ASCII
6307 case `echo X|tr X '\101'` in
6308 A) # ASCII based system
6309 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6310 lt_SP2NL='tr \040 \012'
6311 lt_NL2SP='tr \015\012 \040\040'
6313 *) # EBCDIC based system
6314 lt_SP2NL='tr \100 \n'
6315 lt_NL2SP='tr \r\n \100\100'
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6328 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6329 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6330 $as_echo_n "(cached) " >&6
6332 lt_cv_ld_reload_flag='-r'
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6335 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6336 reload_flag=$lt_cv_ld_reload_flag
6337 case $reload_flag in
6339 *) reload_flag=" $reload_flag" ;;
6341 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6344 if test "$GCC" = yes; then
6345 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6347 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6360 if test -n "$ac_tool_prefix"; then
6361 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6362 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6364 $as_echo_n "checking for $ac_word... " >&6; }
6365 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6366 $as_echo_n "(cached) " >&6
6368 if test -n "$OBJDUMP"; then
6369 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 test -z "$as_dir" && as_dir=.
6376 for ac_exec_ext in '' $ac_executable_extensions; do
6377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6378 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6388 OBJDUMP=$ac_cv_prog_OBJDUMP
6389 if test -n "$OBJDUMP"; then
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6391 $as_echo "$OBJDUMP" >&6; }
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6394 $as_echo "no" >&6; }
6399 if test -z "$ac_cv_prog_OBJDUMP"; then
6400 ac_ct_OBJDUMP=$OBJDUMP
6401 # Extract the first word of "objdump", so it can be a program name with args.
6402 set dummy objdump; ac_word=$2
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6404 $as_echo_n "checking for $ac_word... " >&6; }
6405 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6406 $as_echo_n "(cached) " >&6
6408 if test -n "$ac_ct_OBJDUMP"; then
6409 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6428 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6429 if test -n "$ac_ct_OBJDUMP"; then
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6431 $as_echo "$ac_ct_OBJDUMP" >&6; }
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6434 $as_echo "no" >&6; }
6437 if test "x$ac_ct_OBJDUMP" = x; then
6440 case $cross_compiling:$ac_tool_warned in
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6443 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6444 ac_tool_warned=yes ;;
6446 OBJDUMP=$ac_ct_OBJDUMP
6449 OBJDUMP="$ac_cv_prog_OBJDUMP"
6452 test -z "$OBJDUMP" && OBJDUMP=objdump
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6463 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6464 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6465 $as_echo_n "(cached) " >&6
6467 lt_cv_file_magic_cmd='$MAGIC_CMD'
6468 lt_cv_file_magic_test_file=
6469 lt_cv_deplibs_check_method='unknown'
6470 # Need to set the preceding variable on all platforms that support
6471 # interlibrary dependencies.
6472 # 'none' -- dependencies not supported.
6473 # `unknown' -- same as none, but documents that we really don't know.
6474 # 'pass_all' -- all dependencies passed with no checks.
6475 # 'test_compile' -- check by making test program.
6476 # 'file_magic [[regex]]' -- check by looking for files in library path
6477 # which responds to the $file_magic_cmd with a given extended regex.
6478 # If you have `file' or equivalent on your system and you're not sure
6479 # whether `pass_all' will *always* work, you probably want this one.
6483 lt_cv_deplibs_check_method=pass_all
6487 lt_cv_deplibs_check_method=pass_all
6491 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6492 lt_cv_file_magic_cmd='/usr/bin/file -L'
6493 lt_cv_file_magic_test_file=/shlib/libc.so
6497 # func_win32_libid is a shell function defined in ltmain.sh
6498 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6499 lt_cv_file_magic_cmd='func_win32_libid'
6503 # Base MSYS/MinGW do not provide the 'file' command needed by
6504 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6505 # unless we find 'file', for example because we are cross-compiling.
6506 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6507 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6508 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6509 lt_cv_file_magic_cmd='func_win32_libid'
6511 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6512 lt_cv_file_magic_cmd='$OBJDUMP -f'
6517 # use the weaker test based on 'objdump'. See mingw*.
6518 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6519 lt_cv_file_magic_cmd='$OBJDUMP -f'
6522 darwin* | rhapsody*)
6523 lt_cv_deplibs_check_method=pass_all
6526 freebsd* | dragonfly*)
6527 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6530 # Not sure whether the presence of OpenBSD here was a mistake.
6531 # Let's accept both of them until this is cleared up.
6532 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6533 lt_cv_file_magic_cmd=/usr/bin/file
6534 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6538 lt_cv_deplibs_check_method=pass_all
6543 lt_cv_deplibs_check_method=pass_all
6547 lt_cv_deplibs_check_method=pass_all
6550 hpux10.20* | hpux11*)
6551 lt_cv_file_magic_cmd=/usr/bin/file
6554 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6555 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6558 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]'
6559 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6562 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6563 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6569 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6570 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6573 irix5* | irix6* | nonstopux*)
6575 *-32|*"-32 ") libmagic=32-bit;;
6576 *-n32|*"-n32 ") libmagic=N32;;
6577 *-64|*"-64 ") libmagic=64-bit;;
6578 *) libmagic=never-match;;
6580 lt_cv_deplibs_check_method=pass_all
6583 # This must be Linux ELF.
6584 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6585 lt_cv_deplibs_check_method=pass_all
6589 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6590 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6592 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6597 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6598 lt_cv_file_magic_cmd=/usr/bin/file
6599 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6603 lt_cv_deplibs_check_method=pass_all
6607 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6608 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6610 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6614 osf3* | osf4* | osf5*)
6615 lt_cv_deplibs_check_method=pass_all
6619 lt_cv_deplibs_check_method=pass_all
6623 lt_cv_deplibs_check_method=pass_all
6626 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6627 lt_cv_deplibs_check_method=pass_all
6631 case $host_vendor in
6633 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]'
6634 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6637 lt_cv_deplibs_check_method=pass_all
6640 lt_cv_file_magic_cmd='/bin/file'
6641 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6644 lt_cv_file_magic_cmd='/bin/file'
6645 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6646 lt_cv_file_magic_test_file=/lib/libc.so
6649 lt_cv_deplibs_check_method=pass_all
6652 lt_cv_deplibs_check_method=pass_all
6658 lt_cv_deplibs_check_method=pass_all
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6664 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6665 file_magic_cmd=$lt_cv_file_magic_cmd
6666 deplibs_check_method=$lt_cv_deplibs_check_method
6667 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6680 if test -n "$ac_tool_prefix"; then
6681 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6682 set dummy ${ac_tool_prefix}ar; ac_word=$2
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6684 $as_echo_n "checking for $ac_word... " >&6; }
6685 if test "${ac_cv_prog_AR+set}" = set; then :
6686 $as_echo_n "(cached) " >&6
6688 if test -n "$AR"; then
6689 ac_cv_prog_AR="$AR" # Let the user override the test.
6691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6695 test -z "$as_dir" && as_dir=.
6696 for ac_exec_ext in '' $ac_executable_extensions; do
6697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6698 ac_cv_prog_AR="${ac_tool_prefix}ar"
6699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6709 if test -n "$AR"; then
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6711 $as_echo "$AR" >&6; }
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6714 $as_echo "no" >&6; }
6719 if test -z "$ac_cv_prog_AR"; then
6721 # Extract the first word of "ar", so it can be a program name with args.
6722 set dummy ar; ac_word=$2
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6724 $as_echo_n "checking for $ac_word... " >&6; }
6725 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6726 $as_echo_n "(cached) " >&6
6728 if test -n "$ac_ct_AR"; then
6729 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6735 test -z "$as_dir" && as_dir=.
6736 for ac_exec_ext in '' $ac_executable_extensions; do
6737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6738 ac_cv_prog_ac_ct_AR="ar"
6739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6748 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6749 if test -n "$ac_ct_AR"; then
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6751 $as_echo "$ac_ct_AR" >&6; }
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6754 $as_echo "no" >&6; }
6757 if test "x$ac_ct_AR" = x; then
6760 case $cross_compiling:$ac_tool_warned in
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6764 ac_tool_warned=yes ;;
6772 test -z "$AR" && AR=ar
6773 test -z "$AR_FLAGS" && AR_FLAGS=cru
6785 if test -n "$ac_tool_prefix"; then
6786 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6787 set dummy ${ac_tool_prefix}strip; ac_word=$2
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789 $as_echo_n "checking for $ac_word... " >&6; }
6790 if test "${ac_cv_prog_STRIP+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6793 if test -n "$STRIP"; then
6794 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6800 test -z "$as_dir" && as_dir=.
6801 for ac_exec_ext in '' $ac_executable_extensions; do
6802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6813 STRIP=$ac_cv_prog_STRIP
6814 if test -n "$STRIP"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6816 $as_echo "$STRIP" >&6; }
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819 $as_echo "no" >&6; }
6824 if test -z "$ac_cv_prog_STRIP"; then
6826 # Extract the first word of "strip", so it can be a program name with args.
6827 set dummy strip; ac_word=$2
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829 $as_echo_n "checking for $ac_word... " >&6; }
6830 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6831 $as_echo_n "(cached) " >&6
6833 if test -n "$ac_ct_STRIP"; then
6834 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6843 ac_cv_prog_ac_ct_STRIP="strip"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6853 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6854 if test -n "$ac_ct_STRIP"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6856 $as_echo "$ac_ct_STRIP" >&6; }
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859 $as_echo "no" >&6; }
6862 if test "x$ac_ct_STRIP" = x; then
6865 case $cross_compiling:$ac_tool_warned in
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6869 ac_tool_warned=yes ;;
6874 STRIP="$ac_cv_prog_STRIP"
6877 test -z "$STRIP" && STRIP=:
6884 if test -n "$ac_tool_prefix"; then
6885 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6886 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6888 $as_echo_n "checking for $ac_word... " >&6; }
6889 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6890 $as_echo_n "(cached) " >&6
6892 if test -n "$RANLIB"; then
6893 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6899 test -z "$as_dir" && as_dir=.
6900 for ac_exec_ext in '' $ac_executable_extensions; do
6901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6902 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6912 RANLIB=$ac_cv_prog_RANLIB
6913 if test -n "$RANLIB"; then
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6915 $as_echo "$RANLIB" >&6; }
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6918 $as_echo "no" >&6; }
6923 if test -z "$ac_cv_prog_RANLIB"; then
6924 ac_ct_RANLIB=$RANLIB
6925 # Extract the first word of "ranlib", so it can be a program name with args.
6926 set dummy ranlib; ac_word=$2
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6928 $as_echo_n "checking for $ac_word... " >&6; }
6929 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6930 $as_echo_n "(cached) " >&6
6932 if test -n "$ac_ct_RANLIB"; then
6933 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6939 test -z "$as_dir" && as_dir=.
6940 for ac_exec_ext in '' $ac_executable_extensions; do
6941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6942 ac_cv_prog_ac_ct_RANLIB="ranlib"
6943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6952 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6953 if test -n "$ac_ct_RANLIB"; then
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6955 $as_echo "$ac_ct_RANLIB" >&6; }
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6958 $as_echo "no" >&6; }
6961 if test "x$ac_ct_RANLIB" = x; then
6964 case $cross_compiling:$ac_tool_warned in
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6967 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6968 ac_tool_warned=yes ;;
6970 RANLIB=$ac_ct_RANLIB
6973 RANLIB="$ac_cv_prog_RANLIB"
6976 test -z "$RANLIB" && RANLIB=:
6983 # Determine commands to create old-style static archives.
6984 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6985 old_postinstall_cmds='chmod 644 $oldlib'
6986 old_postuninstall_cmds=
6988 if test -n "$RANLIB"; then
6991 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6994 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6997 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7002 lock_old_archive_extraction=yes ;;
7004 lock_old_archive_extraction=no ;;
7027 for ac_prog in gawk mawk nawk awk
7029 # Extract the first word of "$ac_prog", so it can be a program name with args.
7030 set dummy $ac_prog; ac_word=$2
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7032 $as_echo_n "checking for $ac_word... " >&6; }
7033 if test "${ac_cv_prog_AWK+set}" = set; then :
7034 $as_echo_n "(cached) " >&6
7036 if test -n "$AWK"; then
7037 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7043 test -z "$as_dir" && as_dir=.
7044 for ac_exec_ext in '' $ac_executable_extensions; do
7045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7046 ac_cv_prog_AWK="$ac_prog"
7047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7057 if test -n "$AWK"; then
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7059 $as_echo "$AWK" >&6; }
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7062 $as_echo "no" >&6; }
7066 test -n "$AWK" && break
7087 # If no C compiler was specified, use CC.
7090 # If no C compiler flags were specified, use CFLAGS.
7091 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7093 # Allow CC to be a program name with arguments.
7097 # Check for command to grab the raw symbol name followed by C symbol from nm.
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7099 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7100 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7101 $as_echo_n "(cached) " >&6
7104 # These are sane defaults that work on at least a few old systems.
7105 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7107 # Character class describing NM global symbol codes.
7108 symcode='[BCDEGRST]'
7110 # Regexp to match symbols that can be accessed directly from C.
7111 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7113 # Define system-specific variables.
7118 cygwin* | mingw* | pw32* | cegcc*)
7119 symcode='[ABCDGISTW]'
7122 if test "$host_cpu" = ia64; then
7123 symcode='[ABCDEGRST]'
7127 symcode='[BCDEGRST]'
7130 symcode='[BCDEGQRST]'
7141 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7149 # If we're using GNU nm, then use its standard symbol codes.
7150 case `$NM -V 2>&1` in
7151 *GNU* | *'with BFD'*)
7152 symcode='[ABCDGIRSTW]' ;;
7155 # Transform an extracted symbol line into a proper C declaration.
7156 # Some systems (esp. on ia64) link data and code symbols differently,
7157 # so use this general approach.
7158 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7160 # Transform an extracted symbol line into symbol name and symbol address
7161 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7162 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'"
7164 # Handle CRLF in mingw tool chain
7168 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7172 # Try without a prefix underscore, then with it.
7173 for ac_symprfx in "" "_"; do
7175 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7176 symxfrm="\\1 $ac_symprfx\\2 \\2"
7178 # Write the raw and C identifiers.
7179 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7180 # Fake it for dumpbin and say T for any non-static function
7181 # and D for any global variable.
7182 # Also find C++ and __fastcall symbols from MSVC++,
7183 # which start with @ or ?.
7184 lt_cv_sys_global_symbol_pipe="$AWK '"\
7185 " {last_section=section; section=\$ 3};"\
7186 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7187 " \$ 0!~/External *\|/{next};"\
7188 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7189 " {if(hide[section]) next};"\
7190 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7191 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7192 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7193 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7194 " ' prfx=^$ac_symprfx"
7196 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7199 # Check to see that the pipe works correctly.
7203 cat > conftest.$ac_ext <<_LT_EOF
7208 void nm_test_func(void);
7209 void nm_test_func(void){}
7213 int main(){nm_test_var='a';nm_test_func();return(0);}
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7217 (eval $ac_compile) 2>&5
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; }; then
7221 # Now try to grab the symbols.
7223 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7224 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7227 test $ac_status = 0; } && test -s "$nlist"; then
7228 # Try sorting and uniquifying the output.
7229 if sort "$nlist" | uniq > "$nlist"T; then
7230 mv -f "$nlist"T "$nlist"
7235 # Make sure that we snagged all the symbols we need.
7236 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7237 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7238 cat <<_LT_EOF > conftest.$ac_ext
7244 # Now generate the symbol file.
7245 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7247 cat <<_LT_EOF >> conftest.$ac_ext
7249 /* The mapping between symbol names and symbols. */
7254 lt__PROGRAM__LTX_preloaded_symbols[] =
7256 { "@PROGRAM@", (void *) 0 },
7258 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7259 cat <<\_LT_EOF >> conftest.$ac_ext
7263 /* This works around a problem in FreeBSD linker */
7264 #ifdef FREEBSD_WORKAROUND
7265 static const void *lt_preloaded_setup() {
7266 return lt__PROGRAM__LTX_preloaded_symbols;
7274 # Now try linking the two files.
7275 mv conftest.$ac_objext conftstm.$ac_objext
7276 lt_save_LIBS="$LIBS"
7277 lt_save_CFLAGS="$CFLAGS"
7278 LIBS="conftstm.$ac_objext"
7279 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7280 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7281 (eval $ac_link) 2>&5
7283 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7284 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7287 LIBS="$lt_save_LIBS"
7288 CFLAGS="$lt_save_CFLAGS"
7290 echo "cannot find nm_test_func in $nlist" >&5
7293 echo "cannot find nm_test_var in $nlist" >&5
7296 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7299 echo "$progname: failed program was:" >&5
7300 cat conftest.$ac_ext >&5
7302 rm -rf conftest* conftst*
7304 # Do not use the global_symbol_pipe unless it works.
7305 if test "$pipe_works" = yes; then
7308 lt_cv_sys_global_symbol_pipe=
7314 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7315 lt_cv_sys_global_symbol_to_cdecl=
7317 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7319 $as_echo "failed" >&6; }
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7322 $as_echo "ok" >&6; }
7346 # Check whether --enable-libtool-lock was given.
7347 if test "${enable_libtool_lock+set}" = set; then :
7348 enableval=$enable_libtool_lock;
7351 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7353 # Some flags need to be propagated to the compiler or linker for good
7357 # Find out which ABI we are using.
7358 echo 'int i;' > conftest.$ac_ext
7359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7360 (eval $ac_compile) 2>&5
7362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7363 test $ac_status = 0; }; then
7364 case `/usr/bin/file conftest.$ac_objext` in
7376 # Find out which ABI we are using.
7377 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7378 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7379 (eval $ac_compile) 2>&5
7381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7382 test $ac_status = 0; }; then
7383 if test "$lt_cv_prog_gnu_ld" = yes; then
7384 case `/usr/bin/file conftest.$ac_objext` in
7386 LD="${LD-ld} -melf32bsmip"
7389 LD="${LD-ld} -melf32bmipn32"
7392 LD="${LD-ld} -melf64bmip"
7396 case `/usr/bin/file conftest.$ac_objext` in
7412 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7413 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7414 # Find out which ABI we are using.
7415 echo 'int i;' > conftest.$ac_ext
7416 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7417 (eval $ac_compile) 2>&5
7419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7420 test $ac_status = 0; }; then
7421 case `/usr/bin/file conftest.o` in
7424 x86_64-*kfreebsd*-gnu)
7425 LD="${LD-ld} -m elf_i386_fbsd"
7428 case `/usr/bin/file conftest.o` in
7430 LD="${LD-ld} -m elf32_x86_64"
7433 LD="${LD-ld} -m elf_i386"
7437 ppc64-*linux*|powerpc64-*linux*)
7438 LD="${LD-ld} -m elf32ppclinux"
7441 LD="${LD-ld} -m elf_s390"
7444 LD="${LD-ld} -m elf32_sparc"
7450 x86_64-*kfreebsd*-gnu)
7451 LD="${LD-ld} -m elf_x86_64_fbsd"
7454 LD="${LD-ld} -m elf_x86_64"
7456 ppc*-*linux*|powerpc*-*linux*)
7457 LD="${LD-ld} -m elf64ppc"
7459 s390*-*linux*|s390*-*tpf*)
7460 LD="${LD-ld} -m elf64_s390"
7463 LD="${LD-ld} -m elf64_sparc"
7473 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7474 SAVE_CFLAGS="$CFLAGS"
7475 CFLAGS="$CFLAGS -belf"
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7477 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7478 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7479 $as_echo_n "(cached) " >&6
7482 ac_cpp='$CPP $CPPFLAGS'
7483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7484 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7488 /* end confdefs.h. */
7498 if ac_fn_c_try_link "$LINENO"; then :
7499 lt_cv_cc_needs_belf=yes
7501 lt_cv_cc_needs_belf=no
7503 rm -f core conftest.err conftest.$ac_objext \
7504 conftest$ac_exeext conftest.$ac_ext
7506 ac_cpp='$CPP $CPPFLAGS'
7507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7508 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7513 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7514 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7515 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7516 CFLAGS="$SAVE_CFLAGS"
7520 # Find out which ABI we are using.
7521 echo 'int i;' > conftest.$ac_ext
7522 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7523 (eval $ac_compile) 2>&5
7525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7526 test $ac_status = 0; }; then
7527 case `/usr/bin/file conftest.o` in
7529 case $lt_cv_prog_gnu_ld in
7530 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7532 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7544 need_locks="$enable_libtool_lock"
7548 rhapsody* | darwin*)
7549 if test -n "$ac_tool_prefix"; then
7550 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7551 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7553 $as_echo_n "checking for $ac_word... " >&6; }
7554 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7555 $as_echo_n "(cached) " >&6
7557 if test -n "$DSYMUTIL"; then
7558 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7564 test -z "$as_dir" && as_dir=.
7565 for ac_exec_ext in '' $ac_executable_extensions; do
7566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7567 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7577 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7578 if test -n "$DSYMUTIL"; then
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7580 $as_echo "$DSYMUTIL" >&6; }
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7583 $as_echo "no" >&6; }
7588 if test -z "$ac_cv_prog_DSYMUTIL"; then
7589 ac_ct_DSYMUTIL=$DSYMUTIL
7590 # Extract the first word of "dsymutil", so it can be a program name with args.
7591 set dummy dsymutil; ac_word=$2
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7593 $as_echo_n "checking for $ac_word... " >&6; }
7594 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7595 $as_echo_n "(cached) " >&6
7597 if test -n "$ac_ct_DSYMUTIL"; then
7598 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7604 test -z "$as_dir" && as_dir=.
7605 for ac_exec_ext in '' $ac_executable_extensions; do
7606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7607 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7617 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7618 if test -n "$ac_ct_DSYMUTIL"; then
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7620 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7623 $as_echo "no" >&6; }
7626 if test "x$ac_ct_DSYMUTIL" = x; then
7629 case $cross_compiling:$ac_tool_warned in
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7632 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7633 ac_tool_warned=yes ;;
7635 DSYMUTIL=$ac_ct_DSYMUTIL
7638 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7641 if test -n "$ac_tool_prefix"; then
7642 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7643 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7645 $as_echo_n "checking for $ac_word... " >&6; }
7646 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7647 $as_echo_n "(cached) " >&6
7649 if test -n "$NMEDIT"; then
7650 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7656 test -z "$as_dir" && as_dir=.
7657 for ac_exec_ext in '' $ac_executable_extensions; do
7658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7659 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7669 NMEDIT=$ac_cv_prog_NMEDIT
7670 if test -n "$NMEDIT"; then
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7672 $as_echo "$NMEDIT" >&6; }
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7675 $as_echo "no" >&6; }
7680 if test -z "$ac_cv_prog_NMEDIT"; then
7681 ac_ct_NMEDIT=$NMEDIT
7682 # Extract the first word of "nmedit", so it can be a program name with args.
7683 set dummy nmedit; ac_word=$2
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7685 $as_echo_n "checking for $ac_word... " >&6; }
7686 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7687 $as_echo_n "(cached) " >&6
7689 if test -n "$ac_ct_NMEDIT"; then
7690 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7696 test -z "$as_dir" && as_dir=.
7697 for ac_exec_ext in '' $ac_executable_extensions; do
7698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7699 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7709 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7710 if test -n "$ac_ct_NMEDIT"; then
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7712 $as_echo "$ac_ct_NMEDIT" >&6; }
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7715 $as_echo "no" >&6; }
7718 if test "x$ac_ct_NMEDIT" = x; then
7721 case $cross_compiling:$ac_tool_warned in
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7724 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7725 ac_tool_warned=yes ;;
7727 NMEDIT=$ac_ct_NMEDIT
7730 NMEDIT="$ac_cv_prog_NMEDIT"
7733 if test -n "$ac_tool_prefix"; then
7734 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7735 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7737 $as_echo_n "checking for $ac_word... " >&6; }
7738 if test "${ac_cv_prog_LIPO+set}" = set; then :
7739 $as_echo_n "(cached) " >&6
7741 if test -n "$LIPO"; then
7742 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7748 test -z "$as_dir" && as_dir=.
7749 for ac_exec_ext in '' $ac_executable_extensions; do
7750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7751 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7761 LIPO=$ac_cv_prog_LIPO
7762 if test -n "$LIPO"; then
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7764 $as_echo "$LIPO" >&6; }
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7767 $as_echo "no" >&6; }
7772 if test -z "$ac_cv_prog_LIPO"; then
7774 # Extract the first word of "lipo", so it can be a program name with args.
7775 set dummy lipo; ac_word=$2
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7777 $as_echo_n "checking for $ac_word... " >&6; }
7778 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7779 $as_echo_n "(cached) " >&6
7781 if test -n "$ac_ct_LIPO"; then
7782 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7788 test -z "$as_dir" && as_dir=.
7789 for ac_exec_ext in '' $ac_executable_extensions; do
7790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7791 ac_cv_prog_ac_ct_LIPO="lipo"
7792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7801 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7802 if test -n "$ac_ct_LIPO"; then
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7804 $as_echo "$ac_ct_LIPO" >&6; }
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7807 $as_echo "no" >&6; }
7810 if test "x$ac_ct_LIPO" = x; then
7813 case $cross_compiling:$ac_tool_warned in
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7816 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7817 ac_tool_warned=yes ;;
7822 LIPO="$ac_cv_prog_LIPO"
7825 if test -n "$ac_tool_prefix"; then
7826 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7827 set dummy ${ac_tool_prefix}otool; ac_word=$2
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7829 $as_echo_n "checking for $ac_word... " >&6; }
7830 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7831 $as_echo_n "(cached) " >&6
7833 if test -n "$OTOOL"; then
7834 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7840 test -z "$as_dir" && as_dir=.
7841 for ac_exec_ext in '' $ac_executable_extensions; do
7842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7843 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7853 OTOOL=$ac_cv_prog_OTOOL
7854 if test -n "$OTOOL"; then
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7856 $as_echo "$OTOOL" >&6; }
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7859 $as_echo "no" >&6; }
7864 if test -z "$ac_cv_prog_OTOOL"; then
7866 # Extract the first word of "otool", so it can be a program name with args.
7867 set dummy otool; ac_word=$2
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7869 $as_echo_n "checking for $ac_word... " >&6; }
7870 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7871 $as_echo_n "(cached) " >&6
7873 if test -n "$ac_ct_OTOOL"; then
7874 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7880 test -z "$as_dir" && as_dir=.
7881 for ac_exec_ext in '' $ac_executable_extensions; do
7882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7883 ac_cv_prog_ac_ct_OTOOL="otool"
7884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7893 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7894 if test -n "$ac_ct_OTOOL"; then
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7896 $as_echo "$ac_ct_OTOOL" >&6; }
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7899 $as_echo "no" >&6; }
7902 if test "x$ac_ct_OTOOL" = x; then
7905 case $cross_compiling:$ac_tool_warned in
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7908 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7909 ac_tool_warned=yes ;;
7914 OTOOL="$ac_cv_prog_OTOOL"
7917 if test -n "$ac_tool_prefix"; then
7918 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7919 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7921 $as_echo_n "checking for $ac_word... " >&6; }
7922 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7923 $as_echo_n "(cached) " >&6
7925 if test -n "$OTOOL64"; then
7926 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7932 test -z "$as_dir" && as_dir=.
7933 for ac_exec_ext in '' $ac_executable_extensions; do
7934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7935 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7945 OTOOL64=$ac_cv_prog_OTOOL64
7946 if test -n "$OTOOL64"; then
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7948 $as_echo "$OTOOL64" >&6; }
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7951 $as_echo "no" >&6; }
7956 if test -z "$ac_cv_prog_OTOOL64"; then
7957 ac_ct_OTOOL64=$OTOOL64
7958 # Extract the first word of "otool64", so it can be a program name with args.
7959 set dummy otool64; ac_word=$2
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961 $as_echo_n "checking for $ac_word... " >&6; }
7962 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7963 $as_echo_n "(cached) " >&6
7965 if test -n "$ac_ct_OTOOL64"; then
7966 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7972 test -z "$as_dir" && as_dir=.
7973 for ac_exec_ext in '' $ac_executable_extensions; do
7974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7975 ac_cv_prog_ac_ct_OTOOL64="otool64"
7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7985 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7986 if test -n "$ac_ct_OTOOL64"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7988 $as_echo "$ac_ct_OTOOL64" >&6; }
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991 $as_echo "no" >&6; }
7994 if test "x$ac_ct_OTOOL64" = x; then
7997 case $cross_compiling:$ac_tool_warned in
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8000 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8001 ac_tool_warned=yes ;;
8003 OTOOL64=$ac_ct_OTOOL64
8006 OTOOL64="$ac_cv_prog_OTOOL64"
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8036 $as_echo_n "checking for -single_module linker flag... " >&6; }
8037 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8038 $as_echo_n "(cached) " >&6
8040 lt_cv_apple_cc_single_mod=no
8041 if test -z "${LT_MULTI_MODULE}"; then
8042 # By default we will add the -single_module flag. You can override
8043 # by either setting the environment variable LT_MULTI_MODULE
8044 # non-empty at configure time, or by adding -multi_module to the
8046 rm -rf libconftest.dylib*
8047 echo "int foo(void){return 1;}" > conftest.c
8048 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8049 -dynamiclib -Wl,-single_module conftest.c" >&5
8050 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8051 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8053 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8054 lt_cv_apple_cc_single_mod=yes
8056 cat conftest.err >&5
8058 rm -rf libconftest.dylib*
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8063 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8065 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8066 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8067 $as_echo_n "(cached) " >&6
8069 lt_cv_ld_exported_symbols_list=no
8070 save_LDFLAGS=$LDFLAGS
8071 echo "_main" > conftest.sym
8072 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8074 /* end confdefs.h. */
8084 if ac_fn_c_try_link "$LINENO"; then :
8085 lt_cv_ld_exported_symbols_list=yes
8087 lt_cv_ld_exported_symbols_list=no
8089 rm -f core conftest.err conftest.$ac_objext \
8090 conftest$ac_exeext conftest.$ac_ext
8091 LDFLAGS="$save_LDFLAGS"
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8095 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8097 $as_echo_n "checking for -force_load linker flag... " >&6; }
8098 if test "${lt_cv_ld_force_load+set}" = set; then :
8099 $as_echo_n "(cached) " >&6
8101 lt_cv_ld_force_load=no
8102 cat > conftest.c << _LT_EOF
8103 int forced_loaded() { return 2;}
8105 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8106 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8107 echo "$AR cru libconftest.a conftest.o" >&5
8108 $AR cru libconftest.a conftest.o 2>&5
8109 cat > conftest.c << _LT_EOF
8110 int main() { return 0;}
8112 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8113 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8115 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8116 lt_cv_ld_force_load=yes
8118 cat conftest.err >&5
8120 rm -f conftest.err libconftest.a conftest conftest.c
8121 rm -rf conftest.dSYM
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8125 $as_echo "$lt_cv_ld_force_load" >&6; }
8127 rhapsody* | darwin1.[012])
8128 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8130 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8131 darwin*) # darwin 5.x on
8132 # if running on 10.5 or later, the deployment target defaults
8133 # to the OS version, if on x86, and 10.4, the deployment
8134 # target defaults to 10.4. Don't you love it?
8135 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8136 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8137 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8139 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8141 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8145 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8146 _lt_dar_single_mod='$single_module'
8148 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8149 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8151 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8153 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8154 _lt_dsymutil='~$DSYMUTIL $lib || :'
8161 for ac_header in dlfcn.h
8163 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8165 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8166 cat >>confdefs.h <<_ACEOF
8167 #define HAVE_DLFCN_H 1
8176 # autoconf.info says this should be called right after AC_INIT.
8177 ac_config_headers="$ac_config_headers config.h:config.in"
8184 # Put a plausible default for CC_FOR_BUILD in Makefile.
8185 if test "x$cross_compiling" = "xno"; then
8186 CC_FOR_BUILD='$(CC)'
8196 if test -n "$ac_tool_prefix"; then
8197 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8198 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8200 $as_echo_n "checking for $ac_word... " >&6; }
8201 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8202 $as_echo_n "(cached) " >&6
8204 if test -n "$RANLIB"; then
8205 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8211 test -z "$as_dir" && as_dir=.
8212 for ac_exec_ext in '' $ac_executable_extensions; do
8213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8214 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8224 RANLIB=$ac_cv_prog_RANLIB
8225 if test -n "$RANLIB"; then
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8227 $as_echo "$RANLIB" >&6; }
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8230 $as_echo "no" >&6; }
8235 if test -z "$ac_cv_prog_RANLIB"; then
8236 ac_ct_RANLIB=$RANLIB
8237 # Extract the first word of "ranlib", so it can be a program name with args.
8238 set dummy ranlib; ac_word=$2
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8240 $as_echo_n "checking for $ac_word... " >&6; }
8241 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8242 $as_echo_n "(cached) " >&6
8244 if test -n "$ac_ct_RANLIB"; then
8245 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8251 test -z "$as_dir" && as_dir=.
8252 for ac_exec_ext in '' $ac_executable_extensions; do
8253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8254 ac_cv_prog_ac_ct_RANLIB="ranlib"
8255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8264 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8265 if test -n "$ac_ct_RANLIB"; then
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8267 $as_echo "$ac_ct_RANLIB" >&6; }
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8270 $as_echo "no" >&6; }
8273 if test "x$ac_ct_RANLIB" = x; then
8276 case $cross_compiling:$ac_tool_warned in
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8279 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8280 ac_tool_warned=yes ;;
8282 RANLIB=$ac_ct_RANLIB
8285 RANLIB="$ac_cv_prog_RANLIB"
8289 # Some of the common include files depend on bfd.h, and bfd.h checks
8290 # that config.h is included first by testing that the PACKAGE macro
8294 cat >>confdefs.h <<_ACEOF
8295 #define PACKAGE "$PACKAGE"
8300 # Dependency checking.
8301 ac_config_commands="$ac_config_commands depdir"
8304 depcc="$CC" am_compiler_list=
8306 am_depcomp=$ac_aux_dir/depcomp
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8308 $as_echo_n "checking dependency style of $depcc... " >&6; }
8309 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8310 $as_echo_n "(cached) " >&6
8312 if test -f "$am_depcomp"; then
8313 # We make a subdir and do the tests there. Otherwise we can end up
8314 # making bogus files that we don't know about and never remove. For
8315 # instance it was reported that on HP-UX the gcc test will end up
8316 # making a dummy file named `D' -- because `-MD' means `put the output
8319 # Copy depcomp to subdir because otherwise we won't find it if we're
8320 # using a relative directory.
8321 cp "$am_depcomp" conftest.dir
8323 # We will build objects and dependencies in a subdirectory because
8324 # it helps to detect inapplicable dependency modes. For instance
8325 # both Tru64's cc and ICC support -MD to output dependencies as a
8326 # side effect of compilation, but ICC will put the dependencies in
8327 # the current directory while Tru64 will put them in the object
8331 am_cv_CC_dependencies_compiler_type=none
8332 if test "$am_compiler_list" = ""; then
8333 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8335 for depmode in $am_compiler_list; do
8336 if test $depmode = none; then break; fi
8338 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8339 # Setup a source with many dependencies, because some compilers
8340 # like to wrap large dependency lists on column 80 (with \), and
8341 # we should not choose a depcomp mode which is confused by this.
8343 # We need to recreate these files for each test, as the compiler may
8344 # overwrite some of them when testing with obscure command lines.
8345 # This happens at least with the AIX C compiler.
8347 for i in 1 2 3 4 5 6; do
8348 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8349 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8350 # Solaris 8's {/usr,}/bin/sh.
8351 touch sub/conftst$i.h
8353 echo "include sub/conftest.Po" > confmf
8355 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8356 # mode. It turns out that the SunPro C++ compiler does not properly
8357 # handle `-M -o', and we need to detect this.
8358 depcmd="depmode=$depmode \
8359 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8360 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8361 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8362 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8363 if env $depcmd > conftest.err 2>&1 &&
8364 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8365 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8366 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8367 # icc doesn't choke on unknown options, it will just issue warnings
8368 # or remarks (even with -Werror). So we grep stderr for any message
8369 # that says an option was ignored or not supported.
8370 # When given -MP, icc 7.0 and 7.1 complain thusly:
8371 # icc: Command line warning: ignoring option '-M'; no argument required
8372 # The diagnosis changed in icc 8.0:
8373 # icc: Command line remark: option '-MP' not supported
8374 if (grep 'ignoring option' conftest.err ||
8375 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8376 am_cv_CC_dependencies_compiler_type=$depmode
8377 $as_echo "$as_me:$LINENO: success" >&5
8381 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8382 sed -e 's/^/| /' < conftest.err >&5
8388 am_cv_CC_dependencies_compiler_type=none
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8393 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8394 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8395 then as_fn_error "no usable dependency style found" "$LINENO" 5
8396 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8401 # Check for the 'make' the user wants to use.
8404 # Extract the first word of "$ac_prog", so it can be a program name with args.
8405 set dummy $ac_prog; ac_word=$2
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8407 $as_echo_n "checking for $ac_word... " >&6; }
8408 if test "${ac_cv_prog_MAKE+set}" = set; then :
8409 $as_echo_n "(cached) " >&6
8411 if test -n "$MAKE"; then
8412 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8418 test -z "$as_dir" && as_dir=.
8419 for ac_exec_ext in '' $ac_executable_extensions; do
8420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8421 ac_cv_prog_MAKE="$ac_prog"
8422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8431 MAKE=$ac_cv_prog_MAKE
8432 if test -n "$MAKE"; then
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8434 $as_echo "$MAKE" >&6; }
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8437 $as_echo "no" >&6; }
8441 test -n "$MAKE" && break
8445 case "`$MAKE --version 2>&1 | sed 1q`" in
8450 if test "$MAKE_IS_GNU" = yes; then
8460 # If we haven't got the data from the intl directory,
8461 # assume NLS is disabled.
8470 if test -f ../../intl/config.intl; then
8471 . ../../intl/config.intl
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8474 $as_echo_n "checking whether NLS is requested... " >&6; }
8475 if test x"$USE_NLS" != xyes; then
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8477 $as_echo "no" >&6; }
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8480 $as_echo "yes" >&6; }
8482 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8486 $as_echo_n "checking for catalogs to be installed... " >&6; }
8487 # Look for .po and .gmo files in the source directory.
8490 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8491 # If there aren't any .gmo files the shell will give us the
8492 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8494 case "$cat" in *\**)
8497 # The quadruple backslash is collapsed to a double backslash
8498 # by the backticks, then collapsed again by the double quotes,
8499 # leaving us with one backslash in the sed expression (right
8500 # before the dot that mustn't act as a wildcard).
8501 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8502 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8503 # The user is allowed to set LINGUAS to a list of languages to
8504 # install catalogs for. If it's empty that means "all of them."
8505 if test "x$LINGUAS" = x; then
8506 CATALOGS="$CATALOGS $cat"
8507 XLINGUAS="$XLINGUAS $lang"
8509 case "$LINGUAS" in *$lang*)
8510 CATALOGS="$CATALOGS $cat"
8511 XLINGUAS="$XLINGUAS $lang"
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8518 $as_echo "$LINGUAS" >&6; }
8531 # Check for common headers.
8532 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8533 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8534 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8536 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8537 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8538 eval as_val=\$$as_ac_Header
8539 if test "x$as_val" = x""yes; then :
8540 cat >>confdefs.h <<_ACEOF
8541 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8548 for ac_header in sys/time.h sys/resource.h
8550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8551 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8552 eval as_val=\$$as_ac_Header
8553 if test "x$as_val" = x""yes; then :
8554 cat >>confdefs.h <<_ACEOF
8555 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8562 for ac_header in fcntl.h fpu_control.h
8564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8565 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8566 eval as_val=\$$as_ac_Header
8567 if test "x$as_val" = x""yes; then :
8568 cat >>confdefs.h <<_ACEOF
8569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8576 for ac_header in dlfcn.h errno.h sys/stat.h
8578 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8579 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8580 eval as_val=\$$as_ac_Header
8581 if test "x$as_val" = x""yes; then :
8582 cat >>confdefs.h <<_ACEOF
8583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8590 for ac_func in getrusage time sigaction __setfpucw
8592 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8593 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8594 eval as_val=\$$as_ac_var
8595 if test "x$as_val" = x""yes; then :
8596 cat >>confdefs.h <<_ACEOF
8597 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8604 # Check for socket libraries
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8606 $as_echo_n "checking for bind in -lsocket... " >&6; }
8607 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8608 $as_echo_n "(cached) " >&6
8610 ac_check_lib_save_LIBS=$LIBS
8611 LIBS="-lsocket $LIBS"
8612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8613 /* end confdefs.h. */
8615 /* Override any GCC internal prototype to avoid an error.
8616 Use char because int might match the return type of a GCC
8617 builtin and then its argument prototype would still apply. */
8630 if ac_fn_c_try_link "$LINENO"; then :
8631 ac_cv_lib_socket_bind=yes
8633 ac_cv_lib_socket_bind=no
8635 rm -f core conftest.err conftest.$ac_objext \
8636 conftest$ac_exeext conftest.$ac_ext
8637 LIBS=$ac_check_lib_save_LIBS
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8640 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8641 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8642 cat >>confdefs.h <<_ACEOF
8643 #define HAVE_LIBSOCKET 1
8646 LIBS="-lsocket $LIBS"
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8651 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8652 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8653 $as_echo_n "(cached) " >&6
8655 ac_check_lib_save_LIBS=$LIBS
8657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8658 /* end confdefs.h. */
8660 /* Override any GCC internal prototype to avoid an error.
8661 Use char because int might match the return type of a GCC
8662 builtin and then its argument prototype would still apply. */
8666 char gethostbyname ();
8670 return gethostbyname ();
8675 if ac_fn_c_try_link "$LINENO"; then :
8676 ac_cv_lib_nsl_gethostbyname=yes
8678 ac_cv_lib_nsl_gethostbyname=no
8680 rm -f core conftest.err conftest.$ac_objext \
8681 conftest$ac_exeext conftest.$ac_ext
8682 LIBS=$ac_check_lib_save_LIBS
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8685 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8686 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8687 cat >>confdefs.h <<_ACEOF
8688 #define HAVE_LIBNSL 1
8696 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8697 # using the same condition.
8699 # See if the user specified whether he wants zlib support or not.
8701 # Check whether --with-zlib was given.
8702 if test "${with_zlib+set}" = set; then :
8709 if test "$with_zlib" != "no"; then
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
8711 $as_echo_n "checking for library containing zlibVersion... " >&6; }
8712 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8713 $as_echo_n "(cached) " >&6
8715 ac_func_search_save_LIBS=$LIBS
8716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8717 /* end confdefs.h. */
8719 /* Override any GCC internal prototype to avoid an error.
8720 Use char because int might match the return type of a GCC
8721 builtin and then its argument prototype would still apply. */
8725 char zlibVersion ();
8729 return zlibVersion ();
8734 for ac_lib in '' z; do
8735 if test -z "$ac_lib"; then
8736 ac_res="none required"
8739 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8741 if ac_fn_c_try_link "$LINENO"; then :
8742 ac_cv_search_zlibVersion=$ac_res
8744 rm -f core conftest.err conftest.$ac_objext \
8746 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8750 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8753 ac_cv_search_zlibVersion=no
8756 LIBS=$ac_func_search_save_LIBS
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
8759 $as_echo "$ac_cv_search_zlibVersion" >&6; }
8760 ac_res=$ac_cv_search_zlibVersion
8761 if test "$ac_res" != no; then :
8762 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8763 for ac_header in zlib.h
8765 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
8766 if test "x$ac_cv_header_zlib_h" = x""yes; then :
8767 cat >>confdefs.h <<_ACEOF
8768 #define HAVE_ZLIB_H 1
8777 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
8778 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
8783 # BFD uses libdl when when plugins enabled.
8785 # Check whether --enable-plugins was given.
8786 if test "${enable_plugins+set}" = set; then :
8787 enableval=$enable_plugins; case "${enableval}" in
8788 yes | "") plugins=yes ;;
8797 if test "$plugins" = yes; then
8818 # Check whether --enable-shared was given.
8819 if test "${enable_shared+set}" = set; then :
8820 enableval=$enable_shared; p=${PACKAGE-default}
8822 yes) enable_shared=yes ;;
8823 no) enable_shared=no ;;
8826 # Look at the argument we got. We use all the common list separators.
8827 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8828 for pkg in $enableval; do
8830 if test "X$pkg" = "X$p"; then
8849 # Check whether --enable-static was given.
8850 if test "${enable_static+set}" = set; then :
8851 enableval=$enable_static; p=${PACKAGE-default}
8853 yes) enable_static=yes ;;
8854 no) enable_static=no ;;
8857 # Look at the argument we got. We use all the common list separators.
8858 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8859 for pkg in $enableval; do
8861 if test "X$pkg" = "X$p"; then
8881 # Check whether --with-pic was given.
8882 if test "${with_pic+set}" = set; then :
8883 withval=$with_pic; pic_mode="$withval"
8889 test -z "$pic_mode" && pic_mode=default
8897 # Check whether --enable-fast-install was given.
8898 if test "${enable_fast_install+set}" = set; then :
8899 enableval=$enable_fast_install; p=${PACKAGE-default}
8901 yes) enable_fast_install=yes ;;
8902 no) enable_fast_install=no ;;
8904 enable_fast_install=no
8905 # Look at the argument we got. We use all the common list separators.
8906 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8907 for pkg in $enableval; do
8909 if test "X$pkg" = "X$p"; then
8910 enable_fast_install=yes
8917 enable_fast_install=yes
8930 # This can be used to rebuild libtool when needed
8931 LIBTOOL_DEPS="$ltmain"
8933 # Always use our own libtool.
8934 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8961 test -z "$LN_S" && LN_S="ln -s"
8976 if test -n "${ZSH_VERSION+set}" ; then
8977 setopt NO_GLOB_SUBST
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8981 $as_echo_n "checking for objdir... " >&6; }
8982 if test "${lt_cv_objdir+set}" = set; then :
8983 $as_echo_n "(cached) " >&6
8985 rm -f .libs 2>/dev/null
8986 mkdir .libs 2>/dev/null
8987 if test -d .libs; then
8990 # MS-DOS does not allow filenames that begin with a dot.
8993 rmdir .libs 2>/dev/null
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8996 $as_echo "$lt_cv_objdir" >&6; }
8997 objdir=$lt_cv_objdir
9003 cat >>confdefs.h <<_ACEOF
9004 #define LT_OBJDIR "$lt_cv_objdir/"
9012 # AIX sometimes has problems with the GCC collect2 program. For some
9013 # reason, if we set the COLLECT_NAMES environment variable, the problems
9014 # vanish in a puff of smoke.
9015 if test "X${COLLECT_NAMES+set}" != Xset; then
9017 export COLLECT_NAMES
9024 can_build_shared=yes
9026 # All known linkers require a `.a' archive for static linking (except MSVC,
9027 # which needs '.lib').
9030 with_gnu_ld="$lt_cv_prog_gnu_ld"
9033 old_CFLAGS="$CFLAGS"
9035 # Set sane defaults for various variables
9036 test -z "$CC" && CC=cc
9037 test -z "$LTCC" && LTCC=$CC
9038 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9039 test -z "$LD" && LD=ld
9040 test -z "$ac_objext" && ac_objext=o
9042 for cc_temp in $compiler""; do
9044 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9045 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9050 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9053 # Only perform the check for file, if the check method requires it
9054 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9055 case $deplibs_check_method in
9057 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9059 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9060 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9061 $as_echo_n "(cached) " >&6
9065 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9068 lt_save_MAGIC_CMD="$MAGIC_CMD"
9069 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9070 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9071 for ac_dir in $ac_dummy; do
9073 test -z "$ac_dir" && ac_dir=.
9074 if test -f $ac_dir/${ac_tool_prefix}file; then
9075 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9076 if test -n "$file_magic_test_file"; then
9077 case $deplibs_check_method in
9079 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9080 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9081 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9082 $EGREP "$file_magic_regex" > /dev/null; then
9087 *** Warning: the command libtool uses to detect shared libraries,
9088 *** $file_magic_cmd, produces output that libtool cannot recognize.
9089 *** The result is that libtool may fail to recognize shared libraries
9090 *** as such. This will affect the creation of libtool libraries that
9091 *** depend on shared libraries, but programs linked with such libtool
9092 *** libraries will work regardless of this problem. Nevertheless, you
9093 *** may want to report the problem to your system manager and/or to
9094 *** bug-libtool@gnu.org
9104 MAGIC_CMD="$lt_save_MAGIC_CMD"
9109 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9110 if test -n "$MAGIC_CMD"; then
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9112 $as_echo "$MAGIC_CMD" >&6; }
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9115 $as_echo "no" >&6; }
9122 if test -z "$lt_cv_path_MAGIC_CMD"; then
9123 if test -n "$ac_tool_prefix"; then
9124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9125 $as_echo_n "checking for file... " >&6; }
9126 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9127 $as_echo_n "(cached) " >&6
9131 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9134 lt_save_MAGIC_CMD="$MAGIC_CMD"
9135 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9136 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9137 for ac_dir in $ac_dummy; do
9139 test -z "$ac_dir" && ac_dir=.
9140 if test -f $ac_dir/file; then
9141 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9142 if test -n "$file_magic_test_file"; then
9143 case $deplibs_check_method in
9145 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9146 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9147 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9148 $EGREP "$file_magic_regex" > /dev/null; then
9153 *** Warning: the command libtool uses to detect shared libraries,
9154 *** $file_magic_cmd, produces output that libtool cannot recognize.
9155 *** The result is that libtool may fail to recognize shared libraries
9156 *** as such. This will affect the creation of libtool libraries that
9157 *** depend on shared libraries, but programs linked with such libtool
9158 *** libraries will work regardless of this problem. Nevertheless, you
9159 *** may want to report the problem to your system manager and/or to
9160 *** bug-libtool@gnu.org
9170 MAGIC_CMD="$lt_save_MAGIC_CMD"
9175 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9176 if test -n "$MAGIC_CMD"; then
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9178 $as_echo "$MAGIC_CMD" >&6; }
9180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9181 $as_echo "no" >&6; }
9194 # Use C for the default configuration in the libtool script
9198 ac_cpp='$CPP $CPPFLAGS'
9199 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9200 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9201 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9204 # Source file extension for C test sources.
9207 # Object file extension for compiled C test sources.
9211 # Code to be used in simple compile tests
9212 lt_simple_compile_test_code="int some_variable = 0;"
9214 # Code to be used in simple link tests
9215 lt_simple_link_test_code='int main(){return(0);}'
9223 # If no C compiler was specified, use CC.
9226 # If no C compiler flags were specified, use CFLAGS.
9227 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9229 # Allow CC to be a program name with arguments.
9232 # Save the default compiler, since it gets overwritten when the other
9233 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9234 compiler_DEFAULT=$CC
9236 # save warnings/boilerplate of simple test code
9237 ac_outfile=conftest.$ac_objext
9238 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9239 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9240 _lt_compiler_boilerplate=`cat conftest.err`
9243 ac_outfile=conftest.$ac_objext
9244 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9245 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9246 _lt_linker_boilerplate=`cat conftest.err`
9251 ## There is no encapsulation within the following macros, do not change
9252 ## the running order or otherwise move them around unless you know exactly
9253 ## what you are doing...
9254 if test -n "$compiler"; then
9256 lt_prog_compiler_no_builtin_flag=
9258 if test "$GCC" = yes; then
9259 case $cc_basename in
9261 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9263 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9267 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9268 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9269 $as_echo_n "(cached) " >&6
9271 lt_cv_prog_compiler_rtti_exceptions=no
9272 ac_outfile=conftest.$ac_objext
9273 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9274 lt_compiler_flag="-fno-rtti -fno-exceptions"
9275 # Insert the option either (1) after the last *FLAGS variable, or
9276 # (2) before a word containing "conftest.", or (3) at the end.
9277 # Note that $ac_compile itself does not contain backslashes and begins
9278 # with a dollar sign (not a hyphen), so the echo should work correctly.
9279 # The option is referenced via a variable to avoid confusing sed.
9280 lt_compile=`echo "$ac_compile" | $SED \
9281 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9282 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9283 -e 's:$: $lt_compiler_flag:'`
9284 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9285 (eval "$lt_compile" 2>conftest.err)
9287 cat conftest.err >&5
9288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9289 if (exit $ac_status) && test -s "$ac_outfile"; then
9290 # The compiler can only warn and ignore the option if not recognized
9291 # So say no if there are warnings other than the usual output.
9292 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9293 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9294 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9295 lt_cv_prog_compiler_rtti_exceptions=yes
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9302 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9304 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9305 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9317 lt_prog_compiler_wl=
9318 lt_prog_compiler_pic=
9319 lt_prog_compiler_static=
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9322 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9324 if test "$GCC" = yes; then
9325 lt_prog_compiler_wl='-Wl,'
9326 lt_prog_compiler_static='-static'
9330 # All AIX code is PIC.
9331 if test "$host_cpu" = ia64; then
9332 # AIX 5 now supports IA64 processor
9333 lt_prog_compiler_static='-Bstatic'
9335 lt_prog_compiler_pic='-fPIC'
9341 # see comment about AmigaOS4 .so support
9342 lt_prog_compiler_pic='-fPIC'
9345 # FIXME: we need at least 68020 code to build shared libraries, but
9346 # adding the `-m68020' flag to GCC prevents building anything better,
9348 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9353 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9354 # PIC is the default for these OSes.
9357 mingw* | cygwin* | pw32* | os2* | cegcc*)
9358 # This hack is so that the source file can tell whether it is being
9359 # built for inclusion in a dll (and should export symbols for example).
9360 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9361 # (--disable-auto-import) libraries
9362 lt_prog_compiler_pic='-DDLL_EXPORT'
9365 darwin* | rhapsody*)
9366 # PIC is the default on this platform
9367 # Common symbols not allowed in MH_DYLIB files
9368 lt_prog_compiler_pic='-fno-common'
9372 # PIC is the default for Haiku.
9373 # The "-static" flag exists, but is broken.
9374 lt_prog_compiler_static=
9378 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9379 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9380 # sets the default TLS model and affects inlining.
9386 lt_prog_compiler_pic='-fPIC'
9392 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9393 # Instead, we relocate shared libraries at runtime.
9397 # Just because we use GCC doesn't mean we suddenly get shared libraries
9398 # on systems that don't support them.
9399 lt_prog_compiler_can_build_shared=no
9404 # QNX uses GNU C++, but need to define -shared option too, otherwise
9406 lt_prog_compiler_pic='-fPIC -shared'
9410 if test -d /usr/nec; then
9411 lt_prog_compiler_pic=-Kconform_pic
9416 lt_prog_compiler_pic='-fPIC'
9420 case $cc_basename in
9421 nvcc*) # Cuda Compiler Driver 2.2
9422 lt_prog_compiler_wl='-Xlinker '
9423 lt_prog_compiler_pic='-Xcompiler -fPIC'
9427 # PORTME Check for flag to pass linker flags through the system compiler.
9430 lt_prog_compiler_wl='-Wl,'
9431 if test "$host_cpu" = ia64; then
9432 # AIX 5 now supports IA64 processor
9433 lt_prog_compiler_static='-Bstatic'
9435 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9439 mingw* | cygwin* | pw32* | os2* | cegcc*)
9440 # This hack is so that the source file can tell whether it is being
9441 # built for inclusion in a dll (and should export symbols for example).
9442 lt_prog_compiler_pic='-DDLL_EXPORT'
9445 hpux9* | hpux10* | hpux11*)
9446 lt_prog_compiler_wl='-Wl,'
9447 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9454 lt_prog_compiler_pic='+Z'
9457 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9458 lt_prog_compiler_static='${wl}-a ${wl}archive'
9461 irix5* | irix6* | nonstopux*)
9462 lt_prog_compiler_wl='-Wl,'
9463 # PIC (with -KPIC) is the default.
9464 lt_prog_compiler_static='-non_shared'
9467 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9468 case $cc_basename in
9469 # old Intel for x86_64 which still supported -KPIC.
9471 lt_prog_compiler_wl='-Wl,'
9472 lt_prog_compiler_pic='-KPIC'
9473 lt_prog_compiler_static='-static'
9475 # icc used to be incompatible with GCC.
9476 # ICC 10 doesn't accept -KPIC any more.
9478 lt_prog_compiler_wl='-Wl,'
9479 lt_prog_compiler_pic='-fPIC'
9480 lt_prog_compiler_static='-static'
9482 # Lahey Fortran 8.1.
9484 lt_prog_compiler_wl='-Wl,'
9485 lt_prog_compiler_pic='--shared'
9486 lt_prog_compiler_static='--static'
9488 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9489 # Portland Group compilers (*not* the Pentium gcc compiler,
9490 # which looks to be a dead project)
9491 lt_prog_compiler_wl='-Wl,'
9492 lt_prog_compiler_pic='-fpic'
9493 lt_prog_compiler_static='-Bstatic'
9496 lt_prog_compiler_wl='-Wl,'
9497 # All Alpha code is PIC.
9498 lt_prog_compiler_static='-non_shared'
9500 xl* | bgxl* | bgf* | mpixl*)
9501 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9502 lt_prog_compiler_wl='-Wl,'
9503 lt_prog_compiler_pic='-qpic'
9504 lt_prog_compiler_static='-qstaticlink'
9507 case `$CC -V 2>&1 | sed 5q` in
9508 *Sun\ F* | *Sun*Fortran*)
9509 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9510 lt_prog_compiler_pic='-KPIC'
9511 lt_prog_compiler_static='-Bstatic'
9512 lt_prog_compiler_wl=''
9516 lt_prog_compiler_pic='-KPIC'
9517 lt_prog_compiler_static='-Bstatic'
9518 lt_prog_compiler_wl='-Wl,'
9526 lt_prog_compiler_pic='-KPIC'
9527 lt_prog_compiler_static='-Bstatic'
9531 # QNX uses GNU C++, but need to define -shared option too, otherwise
9533 lt_prog_compiler_pic='-fPIC -shared'
9536 osf3* | osf4* | osf5*)
9537 lt_prog_compiler_wl='-Wl,'
9538 # All OSF/1 code is PIC.
9539 lt_prog_compiler_static='-non_shared'
9543 lt_prog_compiler_static='-non_shared'
9547 lt_prog_compiler_pic='-KPIC'
9548 lt_prog_compiler_static='-Bstatic'
9549 case $cc_basename in
9551 lt_prog_compiler_wl='-Qoption ld ';;
9553 lt_prog_compiler_wl='-Wl,';;
9558 lt_prog_compiler_wl='-Qoption ld '
9559 lt_prog_compiler_pic='-PIC'
9560 lt_prog_compiler_static='-Bstatic'
9563 sysv4 | sysv4.2uw2* | sysv4.3*)
9564 lt_prog_compiler_wl='-Wl,'
9565 lt_prog_compiler_pic='-KPIC'
9566 lt_prog_compiler_static='-Bstatic'
9570 if test -d /usr/nec ;then
9571 lt_prog_compiler_pic='-Kconform_pic'
9572 lt_prog_compiler_static='-Bstatic'
9576 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9577 lt_prog_compiler_wl='-Wl,'
9578 lt_prog_compiler_pic='-KPIC'
9579 lt_prog_compiler_static='-Bstatic'
9583 lt_prog_compiler_wl='-Wl,'
9584 lt_prog_compiler_can_build_shared=no
9588 lt_prog_compiler_pic='-pic'
9589 lt_prog_compiler_static='-Bstatic'
9593 lt_prog_compiler_can_build_shared=no
9599 # For platforms which do not support PIC, -DPIC is meaningless:
9601 lt_prog_compiler_pic=
9604 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9608 $as_echo "$lt_prog_compiler_pic" >&6; }
9616 # Check to make sure the PIC flag actually works.
9618 if test -n "$lt_prog_compiler_pic"; then
9619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9620 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9621 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9622 $as_echo_n "(cached) " >&6
9624 lt_cv_prog_compiler_pic_works=no
9625 ac_outfile=conftest.$ac_objext
9626 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9627 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9628 # Insert the option either (1) after the last *FLAGS variable, or
9629 # (2) before a word containing "conftest.", or (3) at the end.
9630 # Note that $ac_compile itself does not contain backslashes and begins
9631 # with a dollar sign (not a hyphen), so the echo should work correctly.
9632 # The option is referenced via a variable to avoid confusing sed.
9633 lt_compile=`echo "$ac_compile" | $SED \
9634 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9635 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9636 -e 's:$: $lt_compiler_flag:'`
9637 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9638 (eval "$lt_compile" 2>conftest.err)
9640 cat conftest.err >&5
9641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 if (exit $ac_status) && test -s "$ac_outfile"; then
9643 # The compiler can only warn and ignore the option if not recognized
9644 # So say no if there are warnings other than the usual output.
9645 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9646 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9647 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9648 lt_cv_prog_compiler_pic_works=yes
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9655 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9657 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9658 case $lt_prog_compiler_pic in
9660 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9663 lt_prog_compiler_pic=
9664 lt_prog_compiler_can_build_shared=no
9675 # Check to make sure the static flag actually works.
9677 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9679 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9680 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9681 $as_echo_n "(cached) " >&6
9683 lt_cv_prog_compiler_static_works=no
9684 save_LDFLAGS="$LDFLAGS"
9685 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9686 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9687 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9688 # The linker can only warn and ignore the option if not recognized
9689 # So say no if there are warnings
9690 if test -s conftest.err; then
9691 # Append any errors to the config.log.
9692 cat conftest.err 1>&5
9693 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9694 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9695 if diff conftest.exp conftest.er2 >/dev/null; then
9696 lt_cv_prog_compiler_static_works=yes
9699 lt_cv_prog_compiler_static_works=yes
9703 LDFLAGS="$save_LDFLAGS"
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9707 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9709 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9712 lt_prog_compiler_static=
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9722 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9723 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9724 $as_echo_n "(cached) " >&6
9726 lt_cv_prog_compiler_c_o=no
9727 $RM -r conftest 2>/dev/null
9731 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9733 lt_compiler_flag="-o out/conftest2.$ac_objext"
9734 # Insert the option either (1) after the last *FLAGS variable, or
9735 # (2) before a word containing "conftest.", or (3) at the end.
9736 # Note that $ac_compile itself does not contain backslashes and begins
9737 # with a dollar sign (not a hyphen), so the echo should work correctly.
9738 lt_compile=`echo "$ac_compile" | $SED \
9739 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9740 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9741 -e 's:$: $lt_compiler_flag:'`
9742 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9743 (eval "$lt_compile" 2>out/conftest.err)
9745 cat out/conftest.err >&5
9746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9747 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9749 # The compiler can only warn and ignore the option if not recognized
9750 # So say no if there are warnings
9751 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9752 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9753 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9754 lt_cv_prog_compiler_c_o=yes
9759 # SGI C++ compiler will create directory out/ii_files/ for
9760 # template instantiation
9761 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9762 $RM out/* && rmdir out
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9769 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9777 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9778 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9779 $as_echo_n "(cached) " >&6
9781 lt_cv_prog_compiler_c_o=no
9782 $RM -r conftest 2>/dev/null
9786 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9788 lt_compiler_flag="-o out/conftest2.$ac_objext"
9789 # Insert the option either (1) after the last *FLAGS variable, or
9790 # (2) before a word containing "conftest.", or (3) at the end.
9791 # Note that $ac_compile itself does not contain backslashes and begins
9792 # with a dollar sign (not a hyphen), so the echo should work correctly.
9793 lt_compile=`echo "$ac_compile" | $SED \
9794 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9795 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9796 -e 's:$: $lt_compiler_flag:'`
9797 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9798 (eval "$lt_compile" 2>out/conftest.err)
9800 cat out/conftest.err >&5
9801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9802 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9804 # The compiler can only warn and ignore the option if not recognized
9805 # So say no if there are warnings
9806 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9807 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9808 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9809 lt_cv_prog_compiler_c_o=yes
9814 # SGI C++ compiler will create directory out/ii_files/ for
9815 # template instantiation
9816 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9817 $RM out/* && rmdir out
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9824 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9829 hard_links="nottested"
9830 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9831 # do not overwrite the value of need_locks provided by the user
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9833 $as_echo_n "checking if we can lock with hard links... " >&6; }
9836 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9838 ln conftest.a conftest.b 2>&5 || hard_links=no
9839 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9841 $as_echo "$hard_links" >&6; }
9842 if test "$hard_links" = no; then
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9844 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9857 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9860 allow_undefined_flag=
9861 always_export_symbols=no
9863 archive_expsym_cmds=
9864 compiler_needs_object=no
9865 enable_shared_with_static_runtimes=no
9866 export_dynamic_flag_spec=
9867 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9868 hardcode_automatic=no
9870 hardcode_direct_absolute=no
9871 hardcode_libdir_flag_spec=
9872 hardcode_libdir_flag_spec_ld=
9873 hardcode_libdir_separator=
9875 hardcode_shlibpath_var=unsupported
9877 link_all_deplibs=unknown
9880 old_archive_from_new_cmds=
9881 old_archive_from_expsyms_cmds=
9882 thread_safe_flag_spec=
9883 whole_archive_flag_spec=
9884 # include_expsyms should be a list of space-separated symbols to be *always*
9885 # included in the symbol list
9887 # exclude_expsyms can be an extended regexp of symbols to exclude
9888 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9889 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9890 # as well as any symbol that contains `d'.
9891 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9892 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9893 # platforms (ab)use it in PIC code, but their linkers get confused if
9894 # the symbol is explicitly referenced. Since portable code cannot
9895 # rely on this symbol name, it's probably fine to never include it in
9896 # preloaded symbol tables.
9897 # Exclude shared library initialization/finalization symbols.
9898 extract_expsyms_cmds=
9901 cygwin* | mingw* | pw32* | cegcc*)
9902 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9903 # When not using gcc, we currently assume that we are using
9904 # Microsoft Visual C++.
9905 if test "$GCC" != yes; then
9910 # we just hope/assume this is gcc and not c89 (= MSVC++)
9920 # On some targets, GNU ld is compatible enough with the native linker
9921 # that we're better off using the native interface for both.
9922 lt_use_gnu_ld_interface=no
9923 if test "$with_gnu_ld" = yes; then
9926 # The AIX port of GNU ld has always aspired to compatibility
9927 # with the native linker. However, as the warning in the GNU ld
9928 # block says, versions before 2.19.5* couldn't really create working
9929 # shared libraries, regardless of the interface used.
9930 case `$LD -v 2>&1` in
9931 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9932 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9933 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9935 lt_use_gnu_ld_interface=yes
9940 lt_use_gnu_ld_interface=yes
9945 if test "$lt_use_gnu_ld_interface" = yes; then
9946 # If archive_cmds runs LD, not CC, wlarc should be empty
9949 # Set some defaults for GNU ld with shared library support. These
9950 # are reset later if shared libraries are not supported. Putting them
9951 # here allows them to be overridden if necessary.
9952 runpath_var=LD_RUN_PATH
9953 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9954 export_dynamic_flag_spec='${wl}--export-dynamic'
9955 # ancient GNU ld didn't support --whole-archive et. al.
9956 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9957 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9959 whole_archive_flag_spec=
9961 supports_anon_versioning=no
9962 case `$LD -v 2>&1` in
9963 *GNU\ gold*) supports_anon_versioning=yes ;;
9964 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9965 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9966 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9967 *\ 2.11.*) ;; # other 2.11 versions
9968 *) supports_anon_versioning=yes ;;
9971 # See if GNU ld supports shared libraries.
9974 # On AIX/PPC, the GNU linker is very broken
9975 if test "$host_cpu" != ia64; then
9979 *** Warning: the GNU linker, at least up to release 2.19, is reported
9980 *** to be unable to reliably create shared libraries on AIX.
9981 *** Therefore, libtool is disabling shared libraries support. If you
9982 *** really care for shared libraries, you may want to install binutils
9983 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9984 *** You will then need to restart the configuration process.
9993 # see comment about AmigaOS4 .so support
9994 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9995 archive_expsym_cmds=''
9998 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)'
9999 hardcode_libdir_flag_spec='-L$libdir'
10000 hardcode_minus_L=yes
10006 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10007 allow_undefined_flag=unsupported
10008 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10009 # support --undefined. This deserves some investigation. FIXME
10010 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10016 cygwin* | mingw* | pw32* | cegcc*)
10017 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10018 # as there is no search path for DLLs.
10019 hardcode_libdir_flag_spec='-L$libdir'
10020 export_dynamic_flag_spec='${wl}--export-all-symbols'
10021 allow_undefined_flag=unsupported
10022 always_export_symbols=no
10023 enable_shared_with_static_runtimes=yes
10024 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10026 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10027 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10028 # If the export-symbols file already is a .def file (1st line
10029 # is EXPORTS), use it as is; otherwise, prepend...
10030 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10031 cp $export_symbols $output_objdir/$soname.def;
10033 echo EXPORTS > $output_objdir/$soname.def;
10034 cat $export_symbols >> $output_objdir/$soname.def;
10036 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10043 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10044 link_all_deplibs=yes
10049 hardcode_shlibpath_var=no
10050 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10051 export_dynamic_flag_spec='${wl}-E'
10052 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10053 # Instead, shared libraries are loaded at an image base (0x10000000 by
10054 # default) and relocated if they conflict, which is a slow very memory
10055 # consuming and fragmenting process. To avoid this, we pick a random,
10056 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10057 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10058 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10059 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'
10062 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10064 if test "$host_os" = linux-dietlibc; then
10065 case $cc_basename in
10066 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10069 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10070 && test "$tmp_diet" = no
10073 tmp_sharedflag='-shared'
10074 case $cc_basename,$host_cpu in
10075 pgcc*) # Portland Group C compiler
10076 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'
10077 tmp_addflag=' $pic_flag'
10079 pgf77* | pgf90* | pgf95* | pgfortran*)
10080 # Portland Group f77 and f90 compilers
10081 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'
10082 tmp_addflag=' $pic_flag -Mnomain' ;;
10083 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10084 tmp_addflag=' -i_dynamic' ;;
10085 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10086 tmp_addflag=' -i_dynamic -nofor_main' ;;
10087 ifc* | ifort*) # Intel Fortran compiler
10088 tmp_addflag=' -nofor_main' ;;
10089 lf95*) # Lahey Fortran 8.1
10090 whole_archive_flag_spec=
10091 tmp_sharedflag='--shared' ;;
10092 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10093 tmp_sharedflag='-qmkshrobj'
10095 nvcc*) # Cuda Compiler Driver 2.2
10096 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'
10097 compiler_needs_object=yes
10100 case `$CC -V 2>&1 | sed 5q` in
10101 *Sun\ C*) # Sun C 5.9
10102 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'
10103 compiler_needs_object=yes
10104 tmp_sharedflag='-G' ;;
10105 *Sun\ F*) # Sun Fortran 8.3
10106 tmp_sharedflag='-G' ;;
10108 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10110 if test "x$supports_anon_versioning" = xyes; then
10111 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10112 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10113 echo "local: *; };" >> $output_objdir/$libname.ver~
10114 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10117 case $cc_basename in
10118 xlf* | bgf* | bgxlf* | mpixlf*)
10119 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10120 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10121 hardcode_libdir_flag_spec=
10122 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10123 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10124 if test "x$supports_anon_versioning" = xyes; then
10125 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10126 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10127 echo "local: *; };" >> $output_objdir/$libname.ver~
10128 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10138 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10139 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10142 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10143 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10148 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10152 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10153 *** create shared libraries on Solaris systems. Therefore, libtool
10154 *** is disabling shared libraries support. We urge you to upgrade GNU
10155 *** binutils to release 2.9.1 or newer. Another option is to modify
10156 *** your PATH or compiler configuration so that the native linker is
10157 *** used, and then restart.
10160 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10161 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10162 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10168 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10169 case `$LD -v 2>&1` in
10170 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10174 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10175 *** reliably create shared libraries on SCO systems. Therefore, libtool
10176 *** is disabling shared libraries support. We urge you to upgrade GNU
10177 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10178 *** your PATH or compiler configuration so that the native linker is
10179 *** used, and then restart.
10184 # For security reasons, it is highly recommended that you always
10185 # use absolute paths for naming shared libraries, and exclude the
10186 # DT_RUNPATH tag from executables and libraries. But doing so
10187 # requires that you compile everything twice, which is a pain.
10188 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10189 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10190 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10191 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10200 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10202 hardcode_direct=yes
10203 hardcode_shlibpath_var=no
10207 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10208 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10209 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10216 if test "$ld_shlibs" = no; then
10218 hardcode_libdir_flag_spec=
10219 export_dynamic_flag_spec=
10220 whole_archive_flag_spec=
10223 # PORTME fill in a description of your system's linker (not GNU ld)
10226 allow_undefined_flag=unsupported
10227 always_export_symbols=yes
10228 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'
10229 # Note: this linker hardcodes the directories in LIBPATH if there
10230 # are no directories specified by -L.
10231 hardcode_minus_L=yes
10232 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10233 # Neither direct hardcoding nor static linking is supported with a
10235 hardcode_direct=unsupported
10240 if test "$host_cpu" = ia64; then
10241 # On IA64, the linker does run time linking by default, so we don't
10242 # have to do anything special.
10243 aix_use_runtimelinking=no
10244 exp_sym_flag='-Bexport'
10247 # If we're using GNU nm, then we don't want the "-C" option.
10248 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10249 # Also, AIX nm treats weak defined symbols like other global
10250 # defined symbols, whereas GNU nm marks them as "W".
10251 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10252 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'
10254 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'
10256 aix_use_runtimelinking=no
10258 # Test if we are trying to use run time linking or normal
10259 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10260 # need to do runtime linking.
10261 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10262 for ld_flag in $LDFLAGS; do
10263 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10264 aix_use_runtimelinking=yes
10271 exp_sym_flag='-bexport'
10272 no_entry_flag='-bnoentry'
10275 # When large executables or shared objects are built, AIX ld can
10276 # have problems creating the table of contents. If linking a library
10277 # or program results in "error TOC overflow" add -mminimal-toc to
10278 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10279 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10282 hardcode_direct=yes
10283 hardcode_direct_absolute=yes
10284 hardcode_libdir_separator=':'
10285 link_all_deplibs=yes
10286 file_list_spec='${wl}-f,'
10288 if test "$GCC" = yes; then
10289 case $host_os in aix4.[012]|aix4.[012].*)
10290 # We only want to do this on AIX 4.2 and lower, the check
10291 # below for broken collect2 doesn't work under 4.3+
10292 collect2name=`${CC} -print-prog-name=collect2`
10293 if test -f "$collect2name" &&
10294 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10296 # We have reworked collect2
10299 # We have old collect2
10300 hardcode_direct=unsupported
10301 # It fails to find uninstalled libraries when the uninstalled
10302 # path is not listed in the libpath. Setting hardcode_minus_L
10303 # to unsupported forces relinking
10304 hardcode_minus_L=yes
10305 hardcode_libdir_flag_spec='-L$libdir'
10306 hardcode_libdir_separator=
10310 shared_flag='-shared'
10311 if test "$aix_use_runtimelinking" = yes; then
10312 shared_flag="$shared_flag "'${wl}-G'
10316 if test "$host_cpu" = ia64; then
10317 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10318 # chokes on -Wl,-G. The following line is correct:
10321 if test "$aix_use_runtimelinking" = yes; then
10322 shared_flag='${wl}-G'
10324 shared_flag='${wl}-bM:SRE'
10329 export_dynamic_flag_spec='${wl}-bexpall'
10330 # It seems that -bexpall does not export symbols beginning with
10331 # underscore (_), so it is better to generate a list of symbols to export.
10332 always_export_symbols=yes
10333 if test "$aix_use_runtimelinking" = yes; then
10334 # Warning - without using the other runtime loading flags (-brtl),
10335 # -berok will link without error, but may produce a broken library.
10336 allow_undefined_flag='-berok'
10337 # Determine the default libpath from the value encoded in an
10338 # empty executable.
10339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10340 /* end confdefs.h. */
10350 if ac_fn_c_try_link "$LINENO"; then :
10352 lt_aix_libpath_sed='
10353 /Import File Strings/,/^$/ {
10359 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10360 # Check for a 64-bit object if we didn't find anything.
10361 if test -z "$aix_libpath"; then
10362 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10365 rm -f core conftest.err conftest.$ac_objext \
10366 conftest$ac_exeext conftest.$ac_ext
10367 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10369 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10370 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"
10372 if test "$host_cpu" = ia64; then
10373 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10374 allow_undefined_flag="-z nodefs"
10375 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"
10377 # Determine the default libpath from the value encoded in an
10378 # empty executable.
10379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10380 /* end confdefs.h. */
10390 if ac_fn_c_try_link "$LINENO"; then :
10392 lt_aix_libpath_sed='
10393 /Import File Strings/,/^$/ {
10399 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10400 # Check for a 64-bit object if we didn't find anything.
10401 if test -z "$aix_libpath"; then
10402 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10405 rm -f core conftest.err conftest.$ac_objext \
10406 conftest$ac_exeext conftest.$ac_ext
10407 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10409 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10410 # Warning - without using the other run time loading flags,
10411 # -berok will link without error, but may produce a broken library.
10412 no_undefined_flag=' ${wl}-bernotok'
10413 allow_undefined_flag=' ${wl}-berok'
10414 if test "$with_gnu_ld" = yes; then
10415 # We only use this code for GNU lds that support --whole-archive.
10416 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10418 # Exported symbols can be pulled into shared objects from archives
10419 whole_archive_flag_spec='$convenience'
10421 archive_cmds_need_lc=yes
10422 # This is similar to how AIX traditionally builds its shared libraries.
10423 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'
10431 # see comment about AmigaOS4 .so support
10432 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10433 archive_expsym_cmds=''
10436 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)'
10437 hardcode_libdir_flag_spec='-L$libdir'
10438 hardcode_minus_L=yes
10444 export_dynamic_flag_spec=-rdynamic
10447 cygwin* | mingw* | pw32* | cegcc*)
10448 # When not using gcc, we currently assume that we are using
10449 # Microsoft Visual C++.
10450 # hardcode_libdir_flag_spec is actually meaningless, as there is
10451 # no search path for DLLs.
10452 hardcode_libdir_flag_spec=' '
10453 allow_undefined_flag=unsupported
10454 # Tell ltmain to make .lib files, not .a files.
10456 # Tell ltmain to make .dll files, not .so files.
10458 # FIXME: Setting linknames here is a bad hack.
10459 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10460 # The linker will automatically build a .lib file if we build a DLL.
10461 old_archive_from_new_cmds='true'
10462 # FIXME: Should let the user specify the lib program.
10463 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10464 fix_srcfile_path='`cygpath -w "$srcfile"`'
10465 enable_shared_with_static_runtimes=yes
10468 darwin* | rhapsody*)
10471 archive_cmds_need_lc=no
10473 hardcode_automatic=yes
10474 hardcode_shlibpath_var=unsupported
10475 if test "$lt_cv_ld_force_load" = "yes"; then
10476 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\"`'
10478 whole_archive_flag_spec=''
10480 link_all_deplibs=yes
10481 allow_undefined_flag="$_lt_dar_allow_undefined"
10482 case $cc_basename in
10483 ifort*) _lt_dar_can_shared=yes ;;
10484 *) _lt_dar_can_shared=$GCC ;;
10486 if test "$_lt_dar_can_shared" = "yes"; then
10487 output_verbose_link_cmd=func_echo_all
10488 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10489 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10490 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}"
10491 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}"
10500 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10501 hardcode_libdir_flag_spec='-L$libdir'
10502 hardcode_shlibpath_var=no
10505 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10506 # support. Future versions do this automatically, but an explicit c++rt0.o
10507 # does not break anything, and helps significantly (at the cost of a little
10510 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10511 hardcode_libdir_flag_spec='-R$libdir'
10512 hardcode_direct=yes
10513 hardcode_shlibpath_var=no
10516 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10518 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10519 hardcode_direct=yes
10520 hardcode_minus_L=yes
10521 hardcode_shlibpath_var=no
10524 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10525 freebsd* | dragonfly*)
10526 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10527 hardcode_libdir_flag_spec='-R$libdir'
10528 hardcode_direct=yes
10529 hardcode_shlibpath_var=no
10533 if test "$GCC" = yes; then
10534 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'
10536 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'
10538 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10539 hardcode_libdir_separator=:
10540 hardcode_direct=yes
10542 # hardcode_minus_L: Not really in the search PATH,
10543 # but as the default location of the library.
10544 hardcode_minus_L=yes
10545 export_dynamic_flag_spec='${wl}-E'
10549 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10550 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10552 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10554 if test "$with_gnu_ld" = no; then
10555 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10556 hardcode_libdir_flag_spec_ld='+b $libdir'
10557 hardcode_libdir_separator=:
10558 hardcode_direct=yes
10559 hardcode_direct_absolute=yes
10560 export_dynamic_flag_spec='${wl}-E'
10561 # hardcode_minus_L: Not really in the search PATH,
10562 # but as the default location of the library.
10563 hardcode_minus_L=yes
10568 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10571 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10574 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10577 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10583 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10586 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10590 # Older versions of the 11.00 compiler do not understand -b yet
10591 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10593 $as_echo_n "checking if $CC understands -b... " >&6; }
10594 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10595 $as_echo_n "(cached) " >&6
10597 lt_cv_prog_compiler__b=no
10598 save_LDFLAGS="$LDFLAGS"
10599 LDFLAGS="$LDFLAGS -b"
10600 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10601 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10602 # The linker can only warn and ignore the option if not recognized
10603 # So say no if there are warnings
10604 if test -s conftest.err; then
10605 # Append any errors to the config.log.
10606 cat conftest.err 1>&5
10607 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10608 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10609 if diff conftest.exp conftest.er2 >/dev/null; then
10610 lt_cv_prog_compiler__b=yes
10613 lt_cv_prog_compiler__b=yes
10617 LDFLAGS="$save_LDFLAGS"
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10621 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10623 if test x"$lt_cv_prog_compiler__b" = xyes; then
10624 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10626 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10632 if test "$with_gnu_ld" = no; then
10633 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10634 hardcode_libdir_separator=:
10639 hardcode_shlibpath_var=no
10642 hardcode_direct=yes
10643 hardcode_direct_absolute=yes
10644 export_dynamic_flag_spec='${wl}-E'
10646 # hardcode_minus_L: Not really in the search PATH,
10647 # but as the default location of the library.
10648 hardcode_minus_L=yes
10654 irix5* | irix6* | nonstopux*)
10655 if test "$GCC" = yes; then
10656 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'
10657 # Try to use the -exported_symbol ld option, if it does not
10658 # work, assume that -exports_file does not work either and
10659 # implicitly export all symbols.
10660 save_LDFLAGS="$LDFLAGS"
10661 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10663 /* end confdefs.h. */
10666 if ac_fn_c_try_link "$LINENO"; then :
10667 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'
10670 rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672 LDFLAGS="$save_LDFLAGS"
10674 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'
10675 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'
10677 archive_cmds_need_lc='no'
10678 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10679 hardcode_libdir_separator=:
10681 link_all_deplibs=yes
10685 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10686 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10688 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10690 hardcode_libdir_flag_spec='-R$libdir'
10691 hardcode_direct=yes
10692 hardcode_shlibpath_var=no
10696 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10697 hardcode_direct=yes
10698 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10699 hardcode_libdir_separator=:
10700 hardcode_shlibpath_var=no
10707 if test -f /usr/libexec/ld.so; then
10708 hardcode_direct=yes
10709 hardcode_shlibpath_var=no
10710 hardcode_direct_absolute=yes
10711 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10712 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10713 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10714 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10715 export_dynamic_flag_spec='${wl}-E'
10718 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10719 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10720 hardcode_libdir_flag_spec='-R$libdir'
10723 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10724 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10734 hardcode_libdir_flag_spec='-L$libdir'
10735 hardcode_minus_L=yes
10736 allow_undefined_flag=unsupported
10737 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'
10738 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10742 if test "$GCC" = yes; then
10743 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10744 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'
10746 allow_undefined_flag=' -expect_unresolved \*'
10747 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'
10749 archive_cmds_need_lc='no'
10750 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10751 hardcode_libdir_separator=:
10754 osf4* | osf5*) # as osf3* with the addition of -msym flag
10755 if test "$GCC" = yes; then
10756 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10757 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'
10758 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10760 allow_undefined_flag=' -expect_unresolved \*'
10761 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'
10762 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~
10763 $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'
10765 # Both c and cxx compiler support -rpath directly
10766 hardcode_libdir_flag_spec='-rpath $libdir'
10768 archive_cmds_need_lc='no'
10769 hardcode_libdir_separator=:
10773 no_undefined_flag=' -z defs'
10774 if test "$GCC" = yes; then
10776 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10777 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10778 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10780 case `$CC -V 2>&1` in
10783 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10784 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10785 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10789 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10790 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10791 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10795 hardcode_libdir_flag_spec='-R$libdir'
10796 hardcode_shlibpath_var=no
10798 solaris2.[0-5] | solaris2.[0-5].*) ;;
10800 # The compiler driver will combine and reorder linker options,
10801 # but understands `-z linker_flag'. GCC discards it without `$wl',
10802 # but is careful enough not to reorder.
10803 # Supported since Solaris 2.6 (maybe 2.5.1?)
10804 if test "$GCC" = yes; then
10805 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10807 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10811 link_all_deplibs=yes
10815 if test "x$host_vendor" = xsequent; then
10816 # Use $CC to link under sequent, because it throws in some extra .o
10817 # files that make .init and .fini sections work.
10818 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10820 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10822 hardcode_libdir_flag_spec='-L$libdir'
10823 hardcode_direct=yes
10824 hardcode_minus_L=yes
10825 hardcode_shlibpath_var=no
10829 case $host_vendor in
10831 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10832 hardcode_direct=yes # is this really true???
10835 ## LD is ld it makes a PLAMLIB
10836 ## CC just makes a GrossModule.
10837 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10838 reload_cmds='$CC -r -o $output$reload_objs'
10842 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10843 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10846 runpath_var='LD_RUN_PATH'
10847 hardcode_shlibpath_var=no
10851 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10852 hardcode_shlibpath_var=no
10853 export_dynamic_flag_spec='-Bexport'
10857 if test -d /usr/nec; then
10858 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10859 hardcode_shlibpath_var=no
10860 runpath_var=LD_RUN_PATH
10861 hardcode_runpath_var=yes
10866 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10867 no_undefined_flag='${wl}-z,text'
10868 archive_cmds_need_lc=no
10869 hardcode_shlibpath_var=no
10870 runpath_var='LD_RUN_PATH'
10872 if test "$GCC" = yes; then
10873 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10874 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10876 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10877 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10881 sysv5* | sco3.2v5* | sco5v6*)
10882 # Note: We can NOT use -z defs as we might desire, because we do not
10883 # link with -lc, and that would cause any symbols used from libc to
10884 # always be unresolved, which means just about no library would
10885 # ever link correctly. If we're not using GNU ld we use -z text
10886 # though, which does catch some bad symbols but isn't as heavy-handed
10888 no_undefined_flag='${wl}-z,text'
10889 allow_undefined_flag='${wl}-z,nodefs'
10890 archive_cmds_need_lc=no
10891 hardcode_shlibpath_var=no
10892 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10893 hardcode_libdir_separator=':'
10894 link_all_deplibs=yes
10895 export_dynamic_flag_spec='${wl}-Bexport'
10896 runpath_var='LD_RUN_PATH'
10898 if test "$GCC" = yes; then
10899 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10900 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10902 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10903 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10908 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10909 hardcode_libdir_flag_spec='-L$libdir'
10910 hardcode_shlibpath_var=no
10918 if test x$host_vendor = xsni; then
10920 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10921 export_dynamic_flag_spec='${wl}-Blargedynsym'
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10928 $as_echo "$ld_shlibs" >&6; }
10929 test "$ld_shlibs" = no && can_build_shared=no
10931 with_gnu_ld=$with_gnu_ld
10948 # Do we need to explicitly link libc?
10950 case "x$archive_cmds_need_lc" in
10952 # Assume -lc should be added
10953 archive_cmds_need_lc=yes
10955 if test "$enable_shared" = yes && test "$GCC" = yes; then
10956 case $archive_cmds in
10958 # FIXME: we may have to deal with multi-command sequences.
10961 # Test whether the compiler implicitly links with -lc since on some
10962 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10963 # to ld, don't add -lc before -lgcc.
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10965 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10966 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10967 $as_echo_n "(cached) " >&6
10970 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10972 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10973 (eval $ac_compile) 2>&5
10975 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10976 test $ac_status = 0; } 2>conftest.err; then
10979 libobjs=conftest.$ac_objext
10981 wl=$lt_prog_compiler_wl
10982 pic_flag=$lt_prog_compiler_pic
10988 lt_save_allow_undefined_flag=$allow_undefined_flag
10989 allow_undefined_flag=
10990 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10991 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10993 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10994 test $ac_status = 0; }
10996 lt_cv_archive_cmds_need_lc=no
10998 lt_cv_archive_cmds_need_lc=yes
11000 allow_undefined_flag=$lt_save_allow_undefined_flag
11002 cat conftest.err 1>&5
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11008 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11009 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11173 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11175 if test "$GCC" = yes; then
11177 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11178 *) lt_awk_arg="/^libraries:/" ;;
11181 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11182 *) lt_sed_strip_eq="s,=/,/,g" ;;
11184 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11185 case $lt_search_path_spec in
11187 # if the path contains ";" then we assume it to be the separator
11188 # otherwise default to the standard path separator (i.e. ":") - it is
11189 # assumed that no part of a normal pathname contains ";" but that should
11190 # okay in the real world where ";" in dirpaths is itself problematic.
11191 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11194 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11197 # Ok, now we have the path, separated by spaces, we can step through it
11198 # and add multilib dir if necessary.
11199 lt_tmp_lt_search_path_spec=
11200 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11201 for lt_sys_path in $lt_search_path_spec; do
11202 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11203 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11205 test -d "$lt_sys_path" && \
11206 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11209 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11210 BEGIN {RS=" "; FS="/|\n";} {
11213 for (lt_i = NF; lt_i > 0; lt_i--) {
11214 if ($lt_i != "" && $lt_i != ".") {
11215 if ($lt_i == "..") {
11218 if (lt_count == 0) {
11219 lt_foo="/" $lt_i lt_foo;
11226 if (lt_foo != "") { lt_freq[lt_foo]++; }
11227 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11229 # AWK program above erroneously prepends '/' to C:/dos/paths
11232 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11233 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11235 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11237 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11239 library_names_spec=
11240 libname_spec='lib$name'
11244 postuninstall_cmds=
11248 shlibpath_overrides_runpath=unknown
11250 dynamic_linker="$host_os ld.so"
11251 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11252 need_lib_prefix=unknown
11253 hardcode_into_libs=no
11255 # when you set need_version to no, make sure it does not cause -set_version
11256 # flags to be left without arguments
11257 need_version=unknown
11262 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11263 shlibpath_var=LIBPATH
11265 # AIX 3 has no versioning support, so we append a major version to the name.
11266 soname_spec='${libname}${release}${shared_ext}$major'
11273 hardcode_into_libs=yes
11274 if test "$host_cpu" = ia64; then
11275 # AIX 5 supports IA64
11276 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11277 shlibpath_var=LD_LIBRARY_PATH
11279 # With GCC up to 2.95.x, collect2 would create an import file
11280 # for dependence libraries. The import file would start with
11281 # the line `#! .'. This would cause the generated library to
11282 # depend on `.', always an invalid library. This was fixed in
11283 # development snapshots of GCC prior to 3.0.
11285 aix4 | aix4.[01] | aix4.[01].*)
11286 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11288 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11291 can_build_shared=no
11295 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11296 # soname into executable. Probably we can add versioning support to
11297 # collect2, so additional links can be useful in future.
11298 if test "$aix_use_runtimelinking" = yes; then
11299 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11300 # instead of lib<name>.a to let people know that these are not
11301 # typical AIX shared libraries.
11302 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11304 # We preserve .a as extension for shared libraries through AIX4.2
11305 # and later when we are not doing run time linking.
11306 library_names_spec='${libname}${release}.a $libname.a'
11307 soname_spec='${libname}${release}${shared_ext}$major'
11309 shlibpath_var=LIBPATH
11316 # Since July 2007 AmigaOS4 officially supports .so libraries.
11317 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11321 library_names_spec='$libname.ixlibrary $libname.a'
11322 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11323 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'
11329 library_names_spec='${libname}${shared_ext}'
11330 dynamic_linker="$host_os ld.so"
11331 shlibpath_var=LIBRARY_PATH
11337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11338 soname_spec='${libname}${release}${shared_ext}$major'
11339 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11340 shlibpath_var=LD_LIBRARY_PATH
11341 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11342 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11343 # the default ld.so.conf also contains /usr/contrib/lib and
11344 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11345 # libtool to hard-code these into programs
11348 cygwin* | mingw* | pw32* | cegcc*)
11349 version_type=windows
11354 case $GCC,$host_os in
11355 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11356 library_names_spec='$libname.dll.a'
11357 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11358 postinstall_cmds='base_file=`basename \${file}`~
11359 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11360 dldir=$destdir/`dirname \$dlpath`~
11361 test -d \$dldir || mkdir -p \$dldir~
11362 $install_prog $dir/$dlname \$dldir/$dlname~
11363 chmod a+x \$dldir/$dlname~
11364 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11365 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11367 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11368 dlpath=$dir/\$dldll~
11370 shlibpath_overrides_runpath=yes
11374 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11375 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11377 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11380 # MinGW DLLs use traditional 'lib' prefix
11381 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11384 # pw32 DLLs use 'pw' prefix rather than 'lib'
11385 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11391 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11394 dynamic_linker='Win32 ld.exe'
11395 # FIXME: first we should search . and the directory the executable is in
11399 darwin* | rhapsody*)
11400 dynamic_linker="$host_os dyld"
11401 version_type=darwin
11404 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11405 soname_spec='${libname}${release}${major}$shared_ext'
11406 shlibpath_overrides_runpath=yes
11407 shlibpath_var=DYLD_LIBRARY_PATH
11408 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11410 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11411 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11418 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11419 soname_spec='${libname}${release}${shared_ext}$major'
11420 shlibpath_var=LD_LIBRARY_PATH
11423 freebsd* | dragonfly*)
11424 # DragonFly does not have aout. When/if they implement a new
11425 # versioning mechanism, adjust this.
11426 if test -x /usr/bin/objformat; then
11427 objformat=`/usr/bin/objformat`
11430 freebsd[23].*) objformat=aout ;;
11431 *) objformat=elf ;;
11434 version_type=freebsd-$objformat
11435 case $version_type in
11437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11442 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11446 shlibpath_var=LD_LIBRARY_PATH
11449 shlibpath_overrides_runpath=yes
11451 freebsd3.[01]* | freebsdelf3.[01]*)
11452 shlibpath_overrides_runpath=yes
11453 hardcode_into_libs=yes
11455 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11456 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11457 shlibpath_overrides_runpath=no
11458 hardcode_into_libs=yes
11460 *) # from 4.6 on, and DragonFly
11461 shlibpath_overrides_runpath=yes
11462 hardcode_into_libs=yes
11471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11472 soname_spec='${libname}${release}${shared_ext}$major'
11473 shlibpath_var=LD_LIBRARY_PATH
11474 hardcode_into_libs=yes
11481 dynamic_linker="$host_os runtime_loader"
11482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11483 soname_spec='${libname}${release}${shared_ext}$major'
11484 shlibpath_var=LIBRARY_PATH
11485 shlibpath_overrides_runpath=yes
11486 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11487 hardcode_into_libs=yes
11490 hpux9* | hpux10* | hpux11*)
11491 # Give a soname corresponding to the major version so that dld.sl refuses to
11492 # link against other versions.
11499 hardcode_into_libs=yes
11500 dynamic_linker="$host_os dld.so"
11501 shlibpath_var=LD_LIBRARY_PATH
11502 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11503 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11504 soname_spec='${libname}${release}${shared_ext}$major'
11505 if test "X$HPUX_IA64_MODE" = X32; then
11506 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11508 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11510 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11514 hardcode_into_libs=yes
11515 dynamic_linker="$host_os dld.sl"
11516 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11517 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11519 soname_spec='${libname}${release}${shared_ext}$major'
11520 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11521 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11525 dynamic_linker="$host_os dld.sl"
11526 shlibpath_var=SHLIB_PATH
11527 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11529 soname_spec='${libname}${release}${shared_ext}$major'
11532 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11533 postinstall_cmds='chmod 555 $lib'
11534 # or fails outright, so override atomically:
11535 install_override_mode=555
11542 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11543 soname_spec='${libname}${release}${shared_ext}$major'
11544 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11545 shlibpath_var=LD_LIBRARY_PATH
11546 shlibpath_overrides_runpath=no
11547 hardcode_into_libs=yes
11550 irix5* | irix6* | nonstopux*)
11552 nonstopux*) version_type=nonstopux ;;
11554 if test "$lt_cv_prog_gnu_ld" = yes; then
11562 soname_spec='${libname}${release}${shared_ext}$major'
11563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11565 irix5* | nonstopux*)
11566 libsuff= shlibsuff=
11569 case $LD in # libtool.m4 will add one of these switches to LD
11570 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11571 libsuff= shlibsuff= libmagic=32-bit;;
11572 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11573 libsuff=32 shlibsuff=N32 libmagic=N32;;
11574 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11575 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11576 *) libsuff= shlibsuff= libmagic=never-match;;
11580 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11581 shlibpath_overrides_runpath=no
11582 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11583 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11584 hardcode_into_libs=yes
11587 # No shared lib support for Linux oldld, aout, or coff.
11588 linux*oldld* | linux*aout* | linux*coff*)
11592 # This must be Linux ELF.
11593 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11598 soname_spec='${libname}${release}${shared_ext}$major'
11599 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11600 shlibpath_var=LD_LIBRARY_PATH
11601 shlibpath_overrides_runpath=no
11603 # Some binutils ld are patched to set DT_RUNPATH
11604 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11605 $as_echo_n "(cached) " >&6
11607 lt_cv_shlibpath_overrides_runpath=no
11608 save_LDFLAGS=$LDFLAGS
11609 save_libdir=$libdir
11610 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11611 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11613 /* end confdefs.h. */
11623 if ac_fn_c_try_link "$LINENO"; then :
11624 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11625 lt_cv_shlibpath_overrides_runpath=yes
11628 rm -f core conftest.err conftest.$ac_objext \
11629 conftest$ac_exeext conftest.$ac_ext
11630 LDFLAGS=$save_LDFLAGS
11631 libdir=$save_libdir
11635 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11637 # This implies no fast_install, which is unacceptable.
11638 # Some rework will be needed to allow for fast_install
11639 # before this can be enabled.
11640 hardcode_into_libs=yes
11642 # Append ld.so.conf contents to the search path
11643 if test -f /etc/ld.so.conf; then
11644 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' ' '`
11645 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11648 # We used to test for /lib/ld.so.1 and disable shared libraries on
11649 # powerpc, because MkLinux only supported shared libraries with the
11650 # GNU dynamic linker. Since this was broken with cross compilers,
11651 # most powerpc-linux boxes support dynamic linking these days and
11652 # people can always --disable-shared, the test was removed, and we
11653 # assume the GNU/Linux dynamic linker is in use.
11654 dynamic_linker='GNU/Linux ld.so'
11661 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11663 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11664 dynamic_linker='NetBSD (a.out) ld.so'
11666 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11667 soname_spec='${libname}${release}${shared_ext}$major'
11668 dynamic_linker='NetBSD ld.elf_so'
11670 shlibpath_var=LD_LIBRARY_PATH
11671 shlibpath_overrides_runpath=yes
11672 hardcode_into_libs=yes
11677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11678 shlibpath_var=LD_LIBRARY_PATH
11679 shlibpath_overrides_runpath=yes
11686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11687 soname_spec='${libname}${release}${shared_ext}$major'
11688 shlibpath_var=LD_LIBRARY_PATH
11689 shlibpath_overrides_runpath=no
11690 hardcode_into_libs=yes
11691 dynamic_linker='ldqnx.so'
11696 sys_lib_dlsearch_path_spec="/usr/lib"
11698 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11700 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11701 *) need_version=no ;;
11703 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11704 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11705 shlibpath_var=LD_LIBRARY_PATH
11706 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11708 openbsd2.[89] | openbsd2.[89].*)
11709 shlibpath_overrides_runpath=no
11712 shlibpath_overrides_runpath=yes
11716 shlibpath_overrides_runpath=yes
11721 libname_spec='$name'
11724 library_names_spec='$libname${shared_ext} $libname.a'
11725 dynamic_linker='OS/2 ld.exe'
11726 shlibpath_var=LIBPATH
11729 osf3* | osf4* | osf5*)
11733 soname_spec='${libname}${release}${shared_ext}$major'
11734 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11735 shlibpath_var=LD_LIBRARY_PATH
11736 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11737 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11749 soname_spec='${libname}${release}${shared_ext}$major'
11750 shlibpath_var=LD_LIBRARY_PATH
11751 shlibpath_overrides_runpath=yes
11752 hardcode_into_libs=yes
11753 # ldd complains unless libraries are executable
11754 postinstall_cmds='chmod +x $lib'
11759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11760 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11761 shlibpath_var=LD_LIBRARY_PATH
11762 shlibpath_overrides_runpath=yes
11763 if test "$with_gnu_ld" = yes; then
11771 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11772 soname_spec='${libname}${release}${shared_ext}$major'
11773 shlibpath_var=LD_LIBRARY_PATH
11774 case $host_vendor in
11776 shlibpath_overrides_runpath=no
11778 runpath_var=LD_RUN_PATH
11786 shlibpath_overrides_runpath=no
11787 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11793 if test -d /usr/nec ;then
11795 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11796 soname_spec='$libname${shared_ext}.$major'
11797 shlibpath_var=LD_LIBRARY_PATH
11801 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11802 version_type=freebsd-elf
11805 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11806 soname_spec='${libname}${release}${shared_ext}$major'
11807 shlibpath_var=LD_LIBRARY_PATH
11808 shlibpath_overrides_runpath=yes
11809 hardcode_into_libs=yes
11810 if test "$with_gnu_ld" = yes; then
11811 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11813 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11816 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11820 sys_lib_dlsearch_path_spec='/usr/lib'
11824 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11829 shlibpath_var=LD_LIBRARY_PATH
11830 shlibpath_overrides_runpath=no
11831 hardcode_into_libs=yes
11836 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11837 soname_spec='${libname}${release}${shared_ext}$major'
11838 shlibpath_var=LD_LIBRARY_PATH
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11846 $as_echo "$dynamic_linker" >&6; }
11847 test "$dynamic_linker" = no && can_build_shared=no
11849 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11850 if test "$GCC" = yes; then
11851 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11854 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11855 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11857 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11858 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11953 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11955 if test -n "$hardcode_libdir_flag_spec" ||
11956 test -n "$runpath_var" ||
11957 test "X$hardcode_automatic" = "Xyes" ; then
11959 # We can hardcode non-existent directories.
11960 if test "$hardcode_direct" != no &&
11961 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11962 # have to relink, otherwise we might link with an installed library
11963 # when we should be linking with a yet-to-be-installed one
11964 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11965 test "$hardcode_minus_L" != no; then
11966 # Linking always hardcodes the temporary library directory.
11967 hardcode_action=relink
11969 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11970 hardcode_action=immediate
11973 # We cannot hardcode anything, or else we can only hardcode existing
11975 hardcode_action=unsupported
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11978 $as_echo "$hardcode_action" >&6; }
11980 if test "$hardcode_action" = relink ||
11981 test "$inherit_rpath" = yes; then
11982 # Fast installation is not supported
11983 enable_fast_install=no
11984 elif test "$shlibpath_overrides_runpath" = yes ||
11985 test "$enable_shared" = no; then
11986 # Fast installation is not necessary
11987 enable_fast_install=needless
11995 if test "x$enable_dlopen" != xyes; then
11996 enable_dlopen=unknown
11997 enable_dlopen_self=unknown
11998 enable_dlopen_self_static=unknown
12005 lt_cv_dlopen="load_add_on"
12007 lt_cv_dlopen_self=yes
12010 mingw* | pw32* | cegcc*)
12011 lt_cv_dlopen="LoadLibrary"
12016 lt_cv_dlopen="dlopen"
12021 # if libdl is installed we need to link against it
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12023 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12024 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12025 $as_echo_n "(cached) " >&6
12027 ac_check_lib_save_LIBS=$LIBS
12029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12030 /* end confdefs.h. */
12032 /* Override any GCC internal prototype to avoid an error.
12033 Use char because int might match the return type of a GCC
12034 builtin and then its argument prototype would still apply. */
12047 if ac_fn_c_try_link "$LINENO"; then :
12048 ac_cv_lib_dl_dlopen=yes
12050 ac_cv_lib_dl_dlopen=no
12052 rm -f core conftest.err conftest.$ac_objext \
12053 conftest$ac_exeext conftest.$ac_ext
12054 LIBS=$ac_check_lib_save_LIBS
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12057 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12058 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12059 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12062 lt_cv_dlopen="dyld"
12064 lt_cv_dlopen_self=yes
12071 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12072 if test "x$ac_cv_func_shl_load" = x""yes; then :
12073 lt_cv_dlopen="shl_load"
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12076 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12077 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12078 $as_echo_n "(cached) " >&6
12080 ac_check_lib_save_LIBS=$LIBS
12082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12083 /* end confdefs.h. */
12085 /* Override any GCC internal prototype to avoid an error.
12086 Use char because int might match the return type of a GCC
12087 builtin and then its argument prototype would still apply. */
12095 return shl_load ();
12100 if ac_fn_c_try_link "$LINENO"; then :
12101 ac_cv_lib_dld_shl_load=yes
12103 ac_cv_lib_dld_shl_load=no
12105 rm -f core conftest.err conftest.$ac_objext \
12106 conftest$ac_exeext conftest.$ac_ext
12107 LIBS=$ac_check_lib_save_LIBS
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12110 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12111 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12112 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12114 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12115 if test "x$ac_cv_func_dlopen" = x""yes; then :
12116 lt_cv_dlopen="dlopen"
12118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12119 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12120 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12121 $as_echo_n "(cached) " >&6
12123 ac_check_lib_save_LIBS=$LIBS
12125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12126 /* end confdefs.h. */
12128 /* Override any GCC internal prototype to avoid an error.
12129 Use char because int might match the return type of a GCC
12130 builtin and then its argument prototype would still apply. */
12143 if ac_fn_c_try_link "$LINENO"; then :
12144 ac_cv_lib_dl_dlopen=yes
12146 ac_cv_lib_dl_dlopen=no
12148 rm -f core conftest.err conftest.$ac_objext \
12149 conftest$ac_exeext conftest.$ac_ext
12150 LIBS=$ac_check_lib_save_LIBS
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12153 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12154 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12155 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12158 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12159 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12160 $as_echo_n "(cached) " >&6
12162 ac_check_lib_save_LIBS=$LIBS
12163 LIBS="-lsvld $LIBS"
12164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h. */
12167 /* Override any GCC internal prototype to avoid an error.
12168 Use char because int might match the return type of a GCC
12169 builtin and then its argument prototype would still apply. */
12182 if ac_fn_c_try_link "$LINENO"; then :
12183 ac_cv_lib_svld_dlopen=yes
12185 ac_cv_lib_svld_dlopen=no
12187 rm -f core conftest.err conftest.$ac_objext \
12188 conftest$ac_exeext conftest.$ac_ext
12189 LIBS=$ac_check_lib_save_LIBS
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12192 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12193 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12194 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12197 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12198 if test "${ac_cv_lib_dld_dld_link+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 dld_link ();
12221 if ac_fn_c_try_link "$LINENO"; then :
12222 ac_cv_lib_dld_dld_link=yes
12224 ac_cv_lib_dld_dld_link=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_dld_link" >&5
12231 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12232 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12233 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12254 if test "x$lt_cv_dlopen" != xno; then
12260 case $lt_cv_dlopen in
12262 save_CPPFLAGS="$CPPFLAGS"
12263 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12265 save_LDFLAGS="$LDFLAGS"
12266 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12269 LIBS="$lt_cv_dlopen_libs $LIBS"
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12272 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12273 if test "${lt_cv_dlopen_self+set}" = set; then :
12274 $as_echo_n "(cached) " >&6
12276 if test "$cross_compiling" = yes; then :
12277 lt_cv_dlopen_self=cross
12279 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12280 lt_status=$lt_dlunknown
12281 cat > conftest.$ac_ext <<_LT_EOF
12282 #line 12282 "configure"
12283 #include "confdefs.h"
12292 # define LT_DLGLOBAL RTLD_GLOBAL
12295 # define LT_DLGLOBAL DL_GLOBAL
12297 # define LT_DLGLOBAL 0
12301 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12302 find out it does not work in some platform. */
12303 #ifndef LT_DLLAZY_OR_NOW
12305 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12308 # define LT_DLLAZY_OR_NOW DL_LAZY
12311 # define LT_DLLAZY_OR_NOW RTLD_NOW
12314 # define LT_DLLAZY_OR_NOW DL_NOW
12316 # define LT_DLLAZY_OR_NOW 0
12323 /* When -fvisbility=hidden is used, assume the code has been annotated
12324 correspondingly for the symbols needed. */
12325 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12326 void fnord () __attribute__((visibility("default")));
12329 void fnord () { int i=42; }
12332 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12333 int status = $lt_dlunknown;
12337 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12340 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12341 else puts (dlerror ());
12343 /* dlclose (self); */
12351 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12352 (eval $ac_link) 2>&5
12354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12355 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12356 (./conftest; exit; ) >&5 2>/dev/null
12358 case x$lt_status in
12359 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12360 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12361 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12364 # compilation failed
12365 lt_cv_dlopen_self=no
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12373 $as_echo "$lt_cv_dlopen_self" >&6; }
12375 if test "x$lt_cv_dlopen_self" = xyes; then
12376 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12378 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12379 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12380 $as_echo_n "(cached) " >&6
12382 if test "$cross_compiling" = yes; then :
12383 lt_cv_dlopen_self_static=cross
12385 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12386 lt_status=$lt_dlunknown
12387 cat > conftest.$ac_ext <<_LT_EOF
12388 #line 12388 "configure"
12389 #include "confdefs.h"
12398 # define LT_DLGLOBAL RTLD_GLOBAL
12401 # define LT_DLGLOBAL DL_GLOBAL
12403 # define LT_DLGLOBAL 0
12407 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12408 find out it does not work in some platform. */
12409 #ifndef LT_DLLAZY_OR_NOW
12411 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12414 # define LT_DLLAZY_OR_NOW DL_LAZY
12417 # define LT_DLLAZY_OR_NOW RTLD_NOW
12420 # define LT_DLLAZY_OR_NOW DL_NOW
12422 # define LT_DLLAZY_OR_NOW 0
12429 /* When -fvisbility=hidden is used, assume the code has been annotated
12430 correspondingly for the symbols needed. */
12431 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12432 void fnord () __attribute__((visibility("default")));
12435 void fnord () { int i=42; }
12438 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12439 int status = $lt_dlunknown;
12443 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12446 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12447 else puts (dlerror ());
12449 /* dlclose (self); */
12457 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12458 (eval $ac_link) 2>&5
12460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12461 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12462 (./conftest; exit; ) >&5 2>/dev/null
12464 case x$lt_status in
12465 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12466 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12467 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12470 # compilation failed
12471 lt_cv_dlopen_self_static=no
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12479 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12482 CPPFLAGS="$save_CPPFLAGS"
12483 LDFLAGS="$save_LDFLAGS"
12488 case $lt_cv_dlopen_self in
12489 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12490 *) enable_dlopen_self=unknown ;;
12493 case $lt_cv_dlopen_self_static in
12494 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12495 *) enable_dlopen_self_static=unknown ;;
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12518 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12519 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12520 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12521 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12523 $as_echo "yes" >&6; }
12525 # FIXME - insert some real tests, host_os isn't really good enough
12528 if test -n "$STRIP" ; then
12529 striplib="$STRIP -x"
12530 old_striplib="$STRIP -S"
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12532 $as_echo "yes" >&6; }
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12535 $as_echo "no" >&6; }
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12540 $as_echo "no" >&6; }
12556 # Report which library types will actually be built
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12558 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12560 $as_echo "$can_build_shared" >&6; }
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12563 $as_echo_n "checking whether to build shared libraries... " >&6; }
12564 test "$can_build_shared" = "no" && enable_shared=no
12566 # On AIX, shared libraries and static libraries use the same namespace, and
12567 # are all built from PIC.
12570 test "$enable_shared" = yes && enable_static=no
12571 if test -n "$RANLIB"; then
12572 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12573 postinstall_cmds='$RANLIB $lib'
12578 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12579 test "$enable_shared" = yes && enable_static=no
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12584 $as_echo "$enable_shared" >&6; }
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12587 $as_echo_n "checking whether to build static libraries... " >&6; }
12588 # Make sure either enable_shared or enable_static is yes.
12589 test "$enable_shared" = yes || enable_static=yes
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12591 $as_echo "$enable_static" >&6; }
12598 ac_cpp='$CPP $CPPFLAGS'
12599 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12600 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12601 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12617 ac_config_commands="$ac_config_commands libtool"
12622 # Only expand once:
12627 . ${srcdir}/../../bfd/configure.host
12631 USE_MAINTAINER_MODE=no
12632 # Check whether --enable-maintainer-mode was given.
12633 if test "${enable_maintainer_mode+set}" = set; then :
12634 enableval=$enable_maintainer_mode; case "${enableval}" in
12635 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
12637 *) as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
12639 if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
12640 echo "Setting maintainer mode" 6>&1
12648 # Check whether --enable-sim-bswap was given.
12649 if test "${enable_sim_bswap+set}" = set; then :
12650 enableval=$enable_sim_bswap; case "${enableval}" in
12651 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12652 no) sim_bswap="-DWITH_BSWAP=0";;
12653 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12655 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12656 echo "Setting bswap flags = $sim_bswap" 6>&1
12664 # Check whether --enable-sim-cflags was given.
12665 if test "${enable_sim_cflags+set}" = set; then :
12666 enableval=$enable_sim_cflags; case "${enableval}" in
12667 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12668 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12669 no) sim_cflags="";;
12670 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12672 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12673 echo "Setting sim cflags = $sim_cflags" 6>&1
12681 # Check whether --enable-sim-debug was given.
12682 if test "${enable_sim_debug+set}" = set; then :
12683 enableval=$enable_sim_debug; case "${enableval}" in
12684 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12685 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12686 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12688 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12689 echo "Setting sim debug = $sim_debug" 6>&1
12697 # Check whether --enable-sim-stdio was given.
12698 if test "${enable_sim_stdio+set}" = set; then :
12699 enableval=$enable_sim_stdio; case "${enableval}" in
12700 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12701 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12702 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12704 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12705 echo "Setting stdio flags = $sim_stdio" 6>&1
12713 # Check whether --enable-sim-trace was given.
12714 if test "${enable_sim_trace+set}" = set; then :
12715 enableval=$enable_sim_trace; case "${enableval}" in
12716 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12717 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12719 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
12722 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12723 if test x"$sim_trace" = x; then
12724 sim_trace="-DWITH_TRACE='(TRACE_$x"
12726 sim_trace="${sim_trace}|TRACE_$x"
12729 sim_trace="$sim_trace)'" ;;
12731 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12732 echo "Setting sim trace = $sim_trace" 6>&1
12740 # Check whether --enable-sim-profile was given.
12741 if test "${enable_sim_profile+set}" = set; then :
12742 enableval=$enable_sim_profile; case "${enableval}" in
12743 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12744 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12746 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12749 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12750 if test x"$sim_profile" = x; then
12751 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12753 sim_profile="${sim_profile}|PROFILE_$x"
12756 sim_profile="$sim_profile)'" ;;
12758 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12759 echo "Setting sim profile = $sim_profile" 6>&1
12762 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12768 # Check whether --with-pkgversion was given.
12769 if test "${with_pkgversion+set}" = set; then :
12770 withval=$with_pkgversion; case "$withval" in
12771 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12773 *) PKGVERSION="($withval) " ;;
12776 PKGVERSION="(GDB) "
12784 # Check whether --with-bugurl was given.
12785 if test "${with_bugurl+set}" = set; then :
12786 withval=$with_bugurl; case "$withval" in
12787 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12790 *) BUGURL="$withval"
12794 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12804 REPORT_BUGS_TO="<$BUGURL>"
12805 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12812 cat >>confdefs.h <<_ACEOF
12813 #define PKGVERSION "$PKGVERSION"
12817 cat >>confdefs.h <<_ACEOF
12818 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12823 $as_echo_n "checking return type of signal handlers... " >&6; }
12824 if test "${ac_cv_type_signal+set}" = set; then :
12825 $as_echo_n "(cached) " >&6
12827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12828 /* end confdefs.h. */
12829 #include <sys/types.h>
12830 #include <signal.h>
12835 return *(signal (0, 0)) (0) == 1;
12840 if ac_fn_c_try_compile "$LINENO"; then :
12841 ac_cv_type_signal=int
12843 ac_cv_type_signal=void
12845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12848 $as_echo "$ac_cv_type_signal" >&6; }
12850 cat >>confdefs.h <<_ACEOF
12851 #define RETSIGTYPE $ac_cv_type_signal
12861 sim_link_links=tconfig.h
12862 if test -f ${srcdir}/tconfig.in
12864 sim_link_files=tconfig.in
12866 sim_link_files=../common/tconfig.in
12869 # targ-vals.def points to the libc macro description file.
12870 case "${target}" in
12871 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12873 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12874 sim_link_links="${sim_link_links} targ-vals.def"
12879 wire_endian="BIG_ENDIAN"
12881 # Check whether --enable-sim-endian was given.
12882 if test "${enable_sim_endian+set}" = set; then :
12883 enableval=$enable_sim_endian; case "${enableval}" in
12884 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
12885 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
12886 yes) if test x"$wire_endian" != x; then
12887 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12889 if test x"$default_endian" != x; then
12890 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
12892 echo "No hard-wired endian for target $target" 1>&6
12893 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
12896 no) if test x"$default_endian" != x; then
12897 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12899 if test x"$wire_endian" != x; then
12900 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
12902 echo "No default endian for target $target" 1>&6
12903 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
12906 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
12908 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12909 echo "Setting endian flags = $sim_endian" 6>&1
12912 if test x"$default_endian" != x; then
12913 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12915 if test x"$wire_endian" != x; then
12916 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12923 wire_alignment="STRICT_ALIGNMENT"
12924 default_alignment=""
12926 # Check whether --enable-sim-alignment was given.
12927 if test "${enable_sim_alignment+set}" = set; then :
12928 enableval=$enable_sim_alignment; case "${enableval}" in
12929 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12930 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12931 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12932 yes) if test x"$wire_alignment" != x; then
12933 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12935 if test x"$default_alignment" != x; then
12936 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12938 echo "No hard-wired alignment for target $target" 1>&6
12939 sim_alignment="-DWITH_ALIGNMENT=0"
12942 no) if test x"$default_alignment" != x; then
12943 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12945 if test x"$wire_alignment" != x; then
12946 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12948 echo "No default alignment for target $target" 1>&6
12949 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12952 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
12954 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12955 echo "Setting alignment flags = $sim_alignment" 6>&1
12958 if test x"$default_alignment" != x; then
12959 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12961 if test x"$wire_alignment" != x; then
12962 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12970 # Check whether --enable-sim-hostendian was given.
12971 if test "${enable_sim_hostendian+set}" = set; then :
12972 enableval=$enable_sim_hostendian; case "${enableval}" in
12973 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
12974 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
12975 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
12976 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
12978 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
12979 echo "Setting hostendian flags = $sim_hostendian" 6>&1
12983 if test "x$cross_compiling" = "xno"; then
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12985 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12986 if test "${ac_cv_c_bigendian+set}" = set; then :
12987 $as_echo_n "(cached) " >&6
12989 ac_cv_c_bigendian=unknown
12990 # See if we're dealing with a universal compiler.
12991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12992 /* end confdefs.h. */
12993 #ifndef __APPLE_CC__
12994 not a universal capable compiler
12999 if ac_fn_c_try_compile "$LINENO"; then :
13001 # Check for potential -arch flags. It is not universal unless
13002 # there are at least two -arch flags with different values.
13005 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13006 if test -n "$ac_prev"; then
13008 i?86 | x86_64 | ppc | ppc64)
13009 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13012 ac_cv_c_bigendian=universal
13018 elif test "x$ac_word" = "x-arch"; then
13023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13024 if test $ac_cv_c_bigendian = unknown; then
13025 # See if sys/param.h defines the BYTE_ORDER macro.
13026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13027 /* end confdefs.h. */
13028 #include <sys/types.h>
13029 #include <sys/param.h>
13034 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13035 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13037 bogus endian macros
13044 if ac_fn_c_try_compile "$LINENO"; then :
13045 # It does; now see whether it defined to BIG_ENDIAN or not.
13046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13047 /* end confdefs.h. */
13048 #include <sys/types.h>
13049 #include <sys/param.h>
13054 #if BYTE_ORDER != BIG_ENDIAN
13062 if ac_fn_c_try_compile "$LINENO"; then :
13063 ac_cv_c_bigendian=yes
13065 ac_cv_c_bigendian=no
13067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13071 if test $ac_cv_c_bigendian = unknown; then
13072 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13074 /* end confdefs.h. */
13075 #include <limits.h>
13080 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13081 bogus endian macros
13088 if ac_fn_c_try_compile "$LINENO"; then :
13089 # It does; now see whether it defined to _BIG_ENDIAN or not.
13090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13091 /* end confdefs.h. */
13092 #include <limits.h>
13097 #ifndef _BIG_ENDIAN
13105 if ac_fn_c_try_compile "$LINENO"; then :
13106 ac_cv_c_bigendian=yes
13108 ac_cv_c_bigendian=no
13110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13114 if test $ac_cv_c_bigendian = unknown; then
13115 # Compile a test program.
13116 if test "$cross_compiling" = yes; then :
13117 # Try to guess by grepping values from an object file.
13118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13119 /* end confdefs.h. */
13120 short int ascii_mm[] =
13121 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13122 short int ascii_ii[] =
13123 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13124 int use_ascii (int i) {
13125 return ascii_mm[i] + ascii_ii[i];
13127 short int ebcdic_ii[] =
13128 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13129 short int ebcdic_mm[] =
13130 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13131 int use_ebcdic (int i) {
13132 return ebcdic_mm[i] + ebcdic_ii[i];
13139 return use_ascii (foo) == use_ebcdic (foo);
13144 if ac_fn_c_try_compile "$LINENO"; then :
13145 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13146 ac_cv_c_bigendian=yes
13148 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13149 if test "$ac_cv_c_bigendian" = unknown; then
13150 ac_cv_c_bigendian=no
13152 # finding both strings is unlikely to happen, but who knows?
13153 ac_cv_c_bigendian=unknown
13157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13160 /* end confdefs.h. */
13161 $ac_includes_default
13166 /* Are we little or big endian? From Harbison&Steele. */
13170 char c[sizeof (long int)];
13173 return u.c[sizeof (long int) - 1] == 1;
13179 if ac_fn_c_try_run "$LINENO"; then :
13180 ac_cv_c_bigendian=no
13182 ac_cv_c_bigendian=yes
13184 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13185 conftest.$ac_objext conftest.beam conftest.$ac_ext
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13191 $as_echo "$ac_cv_c_bigendian" >&6; }
13192 case $ac_cv_c_bigendian in #(
13194 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13200 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13204 as_fn_error "unknown endianness
13205 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13208 if test $ac_cv_c_bigendian = yes; then
13209 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13211 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13214 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13219 default_sim_scache="16384"
13220 # Check whether --enable-sim-scache was given.
13221 if test "${enable_sim_scache+set}" = set; then :
13222 enableval=$enable_sim_scache; case "${enableval}" in
13223 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13224 no) sim_scache="-DWITH_SCACHE=0" ;;
13225 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13226 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13229 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13230 echo "Setting scache size = $sim_scache" 6>&1
13233 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13238 default_sim_default_model="fr500"
13239 # Check whether --enable-sim-default-model was given.
13240 if test "${enable_sim_default_model+set}" = set; then :
13241 enableval=$enable_sim_default_model; case "${enableval}" in
13242 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13243 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13245 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13246 echo "Setting default model = $sim_default_model" 6>&1
13249 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13254 # Check whether --enable-sim-environment was given.
13255 if test "${enable_sim_environment+set}" = set; then :
13256 enableval=$enable_sim_environment; case "${enableval}" in
13257 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13258 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13259 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13260 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13261 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13262 sim_environment="";;
13264 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13265 echo "Setting sim environment = $sim_environment" 6>&1
13268 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13274 cgendir='$(srcdir)/../../cgen'
13275 # Check whether --enable-cgen-maint was given.
13276 if test "${enable_cgen_maint+set}" = set; then :
13277 enableval=$enable_cgen_maint; case "${enableval}" in
13278 yes) cgen_maint=yes ;;
13279 no) cgen_maint=no ;;
13281 # argument is cgen install directory (not implemented yet).
13282 # Having a `share' directory might be more appropriate for the .scm,
13283 # .cpu, etc. files.
13284 cgendir=${cgen_maint}/lib/cgen
13289 if test x${cgen_maint} != xno ; then
13300 # Enable making unknown traps dump out registers
13302 # Check whether --enable-sim-trapdump was given.
13303 if test "${enable_sim_trapdump+set}" = set; then :
13304 enableval=$enable_sim_trapdump; case "${enableval}" in
13305 yes) sim_trapdump="-DTRAPDUMP=1";;
13306 no) sim_trapdump="-DTRAPDUMP=0";;
13307 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
13309 if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
13310 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
13318 if test x"always" != x"no"; then
13319 enable_sim_hardware=yes
13321 enable_sim_hardware=no
13327 hardware="cfi core pal glue"
13329 hardware="$hardware """
13331 sim_hw_cflags="-DWITH_HW=1"
13333 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13335 # Check whether --enable-sim-hardware was given.
13336 if test "${enable_sim_hardware+set}" = set; then :
13337 enableval=$enable_sim_hardware;
13340 case ${enable_sim_hardware} in
13341 yes) sim_hw_p=yes;;
13343 ,*) sim_hw_p=yes; hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13344 *,) sim_hw_p=yes; hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13345 *) sim_hw_p=yes; hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13348 if test "$sim_hw_p" != yes; then
13349 if test "always" = "always"; then
13350 as_fn_error "Sorry, but this simulator requires that hardware support
13351 be enabled. Please configure without --disable-hw-support." "$LINENO" 5
13354 sim_hw_cflags="-DWITH_HW=0"
13357 sim_hw_cflags="-DWITH_HW=1"
13358 # remove duplicates
13360 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13361 for i in $hardware ; do
13362 case " $sim_hw " in
13364 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13367 # mingw does not support sockser
13368 SIM_DV_SOCKSER_O=""
13371 *) SIM_DV_SOCKSER_O="dv-sockser.o"
13373 cat >>confdefs.h <<_ACEOF
13374 #define HAVE_DV_SOCKSER 1
13380 if test x"$silent" != x"yes"; then
13381 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13383 case " $hardware " in
13384 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13385 $as_echo_n "checking for log2 in -lm... " >&6; }
13386 if test "${ac_cv_lib_m_log2+set}" = set; then :
13387 $as_echo_n "(cached) " >&6
13389 ac_check_lib_save_LIBS=$LIBS
13391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13392 /* end confdefs.h. */
13394 /* Override any GCC internal prototype to avoid an error.
13395 Use char because int might match the return type of a GCC
13396 builtin and then its argument prototype would still apply. */
13409 if ac_fn_c_try_link "$LINENO"; then :
13410 ac_cv_lib_m_log2=yes
13412 ac_cv_lib_m_log2=no
13414 rm -f core conftest.err conftest.$ac_objext \
13415 conftest$ac_exeext conftest.$ac_ext
13416 LIBS=$ac_check_lib_save_LIBS
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13419 $as_echo "$ac_cv_lib_m_log2" >&6; }
13420 if test "x$ac_cv_lib_m_log2" = x""yes; then :
13421 cat >>confdefs.h <<_ACEOF
13422 #define HAVE_LIBM 1
13432 frv_extra_objs="$SIM_DV_SOCKSER_O"
13436 ac_sources="$sim_link_files"
13437 ac_dests="$sim_link_links"
13438 while test -n "$ac_sources"; do
13439 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13440 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13441 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13443 ac_config_links="$ac_config_links $ac_config_links_1"
13446 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13447 cgen_breaks="break cgen_rtx_error";
13450 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13452 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13454 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13456 ac_config_commands="$ac_config_commands Makefile"
13458 ac_config_commands="$ac_config_commands stamp-h"
13460 cat >confcache <<\_ACEOF
13461 # This file is a shell script that caches the results of configure
13462 # tests run on this system so they can be shared between configure
13463 # scripts and configure runs, see configure's option --config-cache.
13464 # It is not useful on other systems. If it contains results you don't
13465 # want to keep, you may remove or edit it.
13467 # config.status only pays attention to the cache file if you give it
13468 # the --recheck option to rerun configure.
13470 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13471 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13472 # following values.
13476 # The following way of writing the cache mishandles newlines in values,
13477 # but we know of no workaround that is simple, portable, and efficient.
13478 # So, we kill variables containing newlines.
13479 # Ultrix sh set writes to stderr and can't be redirected directly,
13480 # and sets the high bit in the cache file unless we assign to the vars.
13482 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13483 eval ac_val=\$$ac_var
13487 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13488 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13491 _ | IFS | as_nl) ;; #(
13492 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13493 *) { eval $ac_var=; unset $ac_var;} ;;
13499 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13500 *${as_nl}ac_space=\ *)
13501 # `set' does not quote correctly, so add quotes: double-quote
13502 # substitution turns \\\\ into \\, and sed turns \\ into \.
13505 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13508 # `set' quotes correctly as required by POSIX, so do not add quotes.
13509 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13518 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13520 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13522 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13523 if test -w "$cache_file"; then
13524 test "x$cache_file" != "x/dev/null" &&
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13526 $as_echo "$as_me: updating cache $cache_file" >&6;}
13527 cat confcache >$cache_file
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13530 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13535 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13536 # Let make expand exec_prefix.
13537 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13539 DEFS=-DHAVE_CONFIG_H
13543 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13544 # 1. Remove the extension, and $U if already installed.
13545 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13546 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13547 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13548 # will be set to the directory where LIBOBJS objects are built.
13549 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13550 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13552 LIBOBJS=$ac_libobjs
13554 LTLIBOBJS=$ac_ltlibobjs
13557 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13558 as_fn_error "conditional \"GMAKE\" was never defined.
13559 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13561 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13562 as_fn_error "conditional \"PLUGINS\" was never defined.
13563 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13567 : ${CONFIG_STATUS=./config.status}
13569 ac_clean_files_save=$ac_clean_files
13570 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13572 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13574 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13576 # Generated by $as_me.
13577 # Run this file to recreate the current configuration.
13578 # Compiler output produced by configure, useful for debugging
13579 # configure, is in config.log if it exists.
13582 ac_cs_recheck=false
13585 SHELL=\${CONFIG_SHELL-$SHELL}
13588 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13589 ## -------------------- ##
13590 ## M4sh Initialization. ##
13591 ## -------------------- ##
13593 # Be more Bourne compatible
13594 DUALCASE=1; export DUALCASE # for MKS sh
13595 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13598 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13599 # is contrary to our usage. Disable this feature.
13600 alias -g '${1+"$@"}'='"$@"'
13601 setopt NO_GLOB_SUBST
13603 case `(set -o) 2>/dev/null` in #(
13615 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13616 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13617 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13618 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13619 # Prefer a ksh shell builtin over an external printf program on Solaris,
13620 # but without wasting forks for bash or zsh.
13621 if test -z "$BASH_VERSION$ZSH_VERSION" \
13622 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13623 as_echo='print -r --'
13624 as_echo_n='print -rn --'
13625 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13626 as_echo='printf %s\n'
13627 as_echo_n='printf %s'
13629 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13630 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13631 as_echo_n='/usr/ucb/echo -n'
13633 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13634 as_echo_n_body='eval
13638 expr "X$arg" : "X\\(.*\\)$as_nl";
13639 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13641 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13643 export as_echo_n_body
13644 as_echo_n='sh -c $as_echo_n_body as_echo'
13646 export as_echo_body
13647 as_echo='sh -c $as_echo_body as_echo'
13650 # The user is always right.
13651 if test "${PATH_SEPARATOR+set}" != set; then
13653 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13654 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13661 # We need space, tab and new line, in precisely that order. Quoting is
13662 # there to prevent editors from complaining about space-tab.
13663 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13664 # splitting by setting IFS to empty value.)
13667 # Find who we are. Look in the path if we contain no directory separator.
13669 *[\\/]* ) as_myself=$0 ;;
13670 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13671 for as_dir in $PATH
13674 test -z "$as_dir" && as_dir=.
13675 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13681 # We did not find ourselves, most probably we were run as `sh COMMAND'
13682 # in which case we are not to be found in the path.
13683 if test "x$as_myself" = x; then
13686 if test ! -f "$as_myself"; then
13687 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13691 # Unset variables that we do not need and which cause bugs (e.g. in
13692 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13693 # suppresses any "Segmentation fault" message there. '((' could
13694 # trigger a bug in pdksh 5.2.14.
13695 for as_var in BASH_ENV ENV MAIL MAILPATH
13696 do eval test x\${$as_var+set} = xset \
13697 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13710 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13713 # as_fn_error ERROR [LINENO LOG_FD]
13714 # ---------------------------------
13715 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13716 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13717 # script with status $?, using 1 if that was 0.
13720 as_status=$?; test $as_status -eq 0 && as_status=1
13722 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13723 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13725 $as_echo "$as_me: error: $1" >&2
13726 as_fn_exit $as_status
13730 # as_fn_set_status STATUS
13731 # -----------------------
13732 # Set $? to STATUS, without forking.
13733 as_fn_set_status ()
13736 } # as_fn_set_status
13738 # as_fn_exit STATUS
13739 # -----------------
13740 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13744 as_fn_set_status $1
13750 # Portably unset VAR.
13753 { eval $1=; unset $1;}
13755 as_unset=as_fn_unset
13756 # as_fn_append VAR VALUE
13757 # ----------------------
13758 # Append the text in VALUE to the end of the definition contained in VAR. Take
13759 # advantage of any shell optimizations that allow amortized linear growth over
13760 # repeated appends, instead of the typical quadratic growth present in naive
13762 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13763 eval 'as_fn_append ()
13774 # as_fn_arith ARG...
13775 # ------------------
13776 # Perform arithmetic evaluation on the ARGs, and store the result in the
13777 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13778 # must be portable across $(()) and expr.
13779 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13780 eval 'as_fn_arith ()
13787 as_val=`expr "$@" || test $? -eq 1`
13792 if expr a : '\(a\)' >/dev/null 2>&1 &&
13793 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13799 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13800 as_basename=basename
13805 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13811 as_me=`$as_basename -- "$0" ||
13812 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13813 X"$0" : 'X\(//\)$' \| \
13814 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13816 sed '/^.*\/\([^/][^/]*\)\/*$/{
13830 # Avoid depending upon Character Ranges.
13831 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13832 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13833 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13834 as_cr_digits='0123456789'
13835 as_cr_alnum=$as_cr_Letters$as_cr_digits
13837 ECHO_C= ECHO_N= ECHO_T=
13838 case `echo -n x` in #(((((
13840 case `echo 'xy\c'` in
13841 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13843 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13850 rm -f conf$$ conf$$.exe conf$$.file
13851 if test -d conf$$.dir; then
13852 rm -f conf$$.dir/conf$$.file
13855 mkdir conf$$.dir 2>/dev/null
13857 if (echo >conf$$.file) 2>/dev/null; then
13858 if ln -s conf$$.file conf$$ 2>/dev/null; then
13860 # ... but there are two gotchas:
13861 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13862 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13863 # In both cases, we have to default to `cp -p'.
13864 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13866 elif ln conf$$.file conf$$ 2>/dev/null; then
13874 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13875 rmdir conf$$.dir 2>/dev/null
13880 # Create "$as_dir" as a directory, including parents if necessary.
13885 -*) as_dir=./$as_dir;;
13887 test -d "$as_dir" || eval $as_mkdir_p || {
13891 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13892 *) as_qdir=$as_dir;;
13894 as_dirs="'$as_qdir' $as_dirs"
13895 as_dir=`$as_dirname -- "$as_dir" ||
13896 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13897 X"$as_dir" : 'X\(//\)[^/]' \| \
13898 X"$as_dir" : 'X\(//\)$' \| \
13899 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13900 $as_echo X"$as_dir" |
13901 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13905 /^X\(\/\/\)[^/].*/{
13918 test -d "$as_dir" && break
13920 test -z "$as_dirs" || eval "mkdir $as_dirs"
13921 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13925 if mkdir -p . 2>/dev/null; then
13926 as_mkdir_p='mkdir -p "$as_dir"'
13928 test -d ./-p && rmdir ./-p
13932 if test -x / >/dev/null 2>&1; then
13933 as_test_x='test -x'
13935 if ls -dL / >/dev/null 2>&1; then
13942 if test -d "$1"; then
13948 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13949 ???[sx]*):;;*)false;;esac;fi
13953 as_executable_p=$as_test_x
13955 # Sed expression to map a string onto a valid CPP name.
13956 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13958 # Sed expression to map a string onto a valid variable name.
13959 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13963 ## ----------------------------------- ##
13964 ## Main body of $CONFIG_STATUS script. ##
13965 ## ----------------------------------- ##
13967 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13970 # Save the log message, to keep $0 and so on meaningful, and to
13971 # report actual input values of CONFIG_FILES etc. instead of their
13972 # values after options handling.
13974 This file was extended by $as_me, which was
13975 generated by GNU Autoconf 2.64. Invocation command line was
13977 CONFIG_FILES = $CONFIG_FILES
13978 CONFIG_HEADERS = $CONFIG_HEADERS
13979 CONFIG_LINKS = $CONFIG_LINKS
13980 CONFIG_COMMANDS = $CONFIG_COMMANDS
13983 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13988 case $ac_config_files in *"
13989 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13992 case $ac_config_headers in *"
13993 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13997 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13998 # Files that config.status was made for.
13999 config_files="$ac_config_files"
14000 config_headers="$ac_config_headers"
14001 config_links="$ac_config_links"
14002 config_commands="$ac_config_commands"
14006 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14008 \`$as_me' instantiates files and other configuration actions
14009 from templates according to the current configuration. Unless the files
14010 and actions are specified as TAGs, all are instantiated by default.
14012 Usage: $0 [OPTION]... [TAG]...
14014 -h, --help print this help, then exit
14015 -V, --version print version number and configuration settings, then exit
14016 -q, --quiet, --silent
14017 do not print progress messages
14018 -d, --debug don't remove temporary files
14019 --recheck update $as_me by reconfiguring in the same conditions
14020 --file=FILE[:TEMPLATE]
14021 instantiate the configuration file FILE
14022 --header=FILE[:TEMPLATE]
14023 instantiate the configuration header FILE
14025 Configuration files:
14028 Configuration headers:
14031 Configuration links:
14034 Configuration commands:
14037 Report bugs to the package provider."
14040 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14043 configured by $0, generated by GNU Autoconf 2.64,
14044 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14046 Copyright (C) 2009 Free Software Foundation, Inc.
14047 This config.status script is free software; the Free Software Foundation
14048 gives unlimited permission to copy, distribute and modify it."
14054 test -n "\$AWK" || AWK=awk
14057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14058 # The default lists apply if the user does not specify any file.
14064 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14065 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14076 # Handling of the options.
14077 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14079 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14080 $as_echo "$ac_cs_version"; exit ;;
14081 --debug | --debu | --deb | --de | --d | -d )
14083 --file | --fil | --fi | --f )
14086 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14088 as_fn_append CONFIG_FILES " '$ac_optarg'"
14089 ac_need_defaults=false;;
14090 --header | --heade | --head | --hea )
14093 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14095 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14096 ac_need_defaults=false;;
14098 # Conflict between --help and --header
14099 as_fn_error "ambiguous option: \`$1'
14100 Try \`$0 --help' for more information.";;
14101 --help | --hel | -h )
14102 $as_echo "$ac_cs_usage"; exit ;;
14103 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14104 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14107 # This is an error.
14108 -*) as_fn_error "unrecognized option: \`$1'
14109 Try \`$0 --help' for more information." ;;
14111 *) as_fn_append ac_config_targets " $1"
14112 ac_need_defaults=false ;;
14118 ac_configure_extra_args=
14120 if $ac_cs_silent; then
14122 ac_configure_extra_args="$ac_configure_extra_args --silent"
14126 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14127 if \$ac_cs_recheck; then
14128 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14130 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14131 CONFIG_SHELL='$SHELL'
14132 export CONFIG_SHELL
14137 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14141 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14142 ## Running $as_me. ##
14148 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14152 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14155 # The HP-UX ksh and POSIX shell print the target directory to stdout
14156 # if CDPATH is set.
14157 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14159 sed_quote_subst='$sed_quote_subst'
14160 double_quote_subst='$double_quote_subst'
14161 delay_variable_subst='$delay_variable_subst'
14162 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14163 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14164 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14165 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14166 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14167 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14168 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14169 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14170 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14171 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14172 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14173 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14174 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14175 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14176 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14177 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14178 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14179 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14180 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14181 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14182 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14183 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14184 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14185 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14186 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14187 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14188 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14189 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14190 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14191 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14192 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14193 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14194 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14195 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14196 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14197 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14198 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14199 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14200 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14201 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14202 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14203 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14204 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14205 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14206 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14207 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14208 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14209 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14210 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"`'
14211 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14212 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14213 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14214 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14215 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14216 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14217 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14218 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14219 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14220 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14221 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14222 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14223 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14224 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14225 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14226 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14227 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14228 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14229 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14230 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14231 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14232 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14233 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14234 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14235 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14236 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14237 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14238 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14239 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14240 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14241 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14242 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14243 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14244 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14245 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14246 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14247 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14248 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14249 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14250 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14251 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14252 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14253 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14254 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14255 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14256 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14257 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14258 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14259 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14260 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14261 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14262 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14263 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14264 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14265 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14266 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14267 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14268 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14269 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14270 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14271 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14272 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14273 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14274 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14275 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14276 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14277 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14278 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14279 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14280 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14281 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14284 LTCFLAGS='$LTCFLAGS'
14285 compiler='$compiler_DEFAULT'
14287 # A function that is used when there is no print builtin or printf.
14288 func_fallback_echo ()
14290 eval 'cat <<_LTECHO_EOF
14295 # Quote evaled strings.
14309 deplibs_check_method \
14318 lt_cv_sys_global_symbol_pipe \
14319 lt_cv_sys_global_symbol_to_cdecl \
14320 lt_cv_sys_global_symbol_to_c_name_address \
14321 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14322 lt_prog_compiler_no_builtin_flag \
14323 lt_prog_compiler_wl \
14324 lt_prog_compiler_pic \
14325 lt_prog_compiler_static \
14326 lt_cv_prog_compiler_c_o \
14334 export_dynamic_flag_spec \
14335 whole_archive_flag_spec \
14336 compiler_needs_object \
14338 allow_undefined_flag \
14339 no_undefined_flag \
14340 hardcode_libdir_flag_spec \
14341 hardcode_libdir_flag_spec_ld \
14342 hardcode_libdir_separator \
14347 variables_saved_for_relink \
14349 library_names_spec \
14351 install_override_mode \
14355 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14356 *[\\\\\\\`\\"\\\$]*)
14357 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14360 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14365 # Double-quote double-evaled strings.
14366 for var in reload_cmds \
14367 old_postinstall_cmds \
14368 old_postuninstall_cmds \
14370 extract_expsyms_cmds \
14371 old_archive_from_new_cmds \
14372 old_archive_from_expsyms_cmds \
14374 archive_expsym_cmds \
14376 module_expsym_cmds \
14377 export_symbols_cmds \
14380 postuninstall_cmds \
14382 sys_lib_search_path_spec \
14383 sys_lib_dlsearch_path_spec; do
14384 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14385 *[\\\\\\\`\\"\\\$]*)
14386 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14389 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14394 ac_aux_dir='$ac_aux_dir'
14395 xsi_shell='$xsi_shell'
14396 lt_shell_append='$lt_shell_append'
14398 # See if we are running on zsh, and set the options which allow our
14399 # commands through without removal of \ escapes INIT.
14400 if test -n "\${ZSH_VERSION+set}" ; then
14401 setopt NO_GLOB_SUBST
14407 TIMESTAMP='$TIMESTAMP'
14416 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14418 # Handling of arguments.
14419 for ac_config_target in $ac_config_targets
14421 case $ac_config_target in
14422 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14423 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14424 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14425 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14426 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14427 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14428 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14429 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14430 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14432 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14437 # If the user did not use the arguments to specify the items to instantiate,
14438 # then the envvar interface is used. Set only those that are not.
14439 # We use the long form for the default assignment because of an extremely
14440 # bizarre bug on SunOS 4.1.3.
14441 if $ac_need_defaults; then
14442 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14443 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14444 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14445 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14448 # Have a temporary directory for convenience. Make it in the build tree
14449 # simply because there is no reason against having it here, and in addition,
14450 # creating and moving files from /tmp can sometimes cause problems.
14451 # Hook for its removal unless debugging.
14452 # Note that there is a small window in which the directory will not be cleaned:
14453 # after its creation but before its name has been assigned to `$tmp'.
14457 trap 'exit_status=$?
14458 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14460 trap 'as_fn_exit 1' 1 2 13 15
14462 # Create a (secure) tmp directory for tmp files.
14465 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14466 test -n "$tmp" && test -d "$tmp"
14469 tmp=./conf$$-$RANDOM
14470 (umask 077 && mkdir "$tmp")
14471 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14473 # Set up the scripts for CONFIG_FILES section.
14474 # No need to generate them if there are no CONFIG_FILES.
14475 # This happens for instance with `./config.status config.h'.
14476 if test -n "$CONFIG_FILES"; then
14479 ac_cr=`echo X | tr X '\015'`
14480 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14481 # But we know of no other shell where ac_cr would be empty at this
14482 # point, so we can use a bashism as a fallback.
14483 if test "x$ac_cr" = x; then
14484 eval ac_cr=\$\'\\r\'
14486 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14487 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14490 ac_cs_awk_cr=$ac_cr
14493 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14498 echo "cat >conf$$subs.awk <<_ACEOF" &&
14499 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14501 } >conf$$subs.sh ||
14502 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14503 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14505 for ac_last_try in false false false false false :; do
14506 . ./conf$$subs.sh ||
14507 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14509 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14510 if test $ac_delim_n = $ac_delim_num; then
14512 elif $ac_last_try; then
14513 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14515 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14518 rm -f conf$$subs.sh
14520 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14521 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14525 s/^/S["/; s/!.*/"]=/
14535 s/\(.\{148\}\).*/\1/
14537 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14542 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14549 s/\(.\{148\}\).*/\1/
14551 s/["\\]/\\&/g; s/^/"/; s/$/"/
14555 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14560 ' <conf$$subs.awk | sed '
14565 ' >>$CONFIG_STATUS || ac_write_fail=1
14566 rm -f conf$$subs.awk
14567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14569 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14570 for (key in S) S_is_set[key] = 1
14576 nfields = split(line, field, "@")
14578 len = length(field[1])
14579 for (i = 2; i < nfields; i++) {
14581 keylen = length(key)
14582 if (S_is_set[key]) {
14584 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14585 len += length(value) + length(field[++i])
14596 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14597 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14598 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14601 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14602 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14605 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14606 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14607 # trailing colons and then remove the whole line if VPATH becomes empty
14608 # (actually we leave an empty line to preserve line numbers).
14609 if test "x$srcdir" = x.; then
14610 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14611 s/:*\$(srcdir):*/:/
14612 s/:*\${srcdir}:*/:/
14614 s/^\([^=]*=[ ]*\):*/\1/
14620 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14621 fi # test -n "$CONFIG_FILES"
14623 # Set up the scripts for CONFIG_HEADERS section.
14624 # No need to generate them if there are no CONFIG_HEADERS.
14625 # This happens for instance with `./config.status Makefile'.
14626 if test -n "$CONFIG_HEADERS"; then
14627 cat >"$tmp/defines.awk" <<\_ACAWK ||
14631 # Transform confdefs.h into an awk script `defines.awk', embedded as
14632 # here-document in config.status, that substitutes the proper values into
14633 # config.h.in to produce config.h.
14635 # Create a delimiter string that does not exist in confdefs.h, to ease
14636 # handling of long lines.
14638 for ac_last_try in false false :; do
14639 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14640 if test -z "$ac_t"; then
14642 elif $ac_last_try; then
14643 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14645 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14649 # For the awk script, D is an array of macro values keyed by name,
14650 # likewise P contains macro parameters if any. Preserve backslash
14651 # newline sequences.
14653 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14655 s/.\{148\}/&'"$ac_delim"'/g
14658 s/^[ ]*#[ ]*define[ ][ ]*/ /
14665 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14667 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14671 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14672 D["\1"]=" \3\\\\\\n"\\/p
14674 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14679 s/.\{148\}/&'"$ac_delim"'/g
14684 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14687 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14689 ' <confdefs.h | sed '
14690 s/'"$ac_delim"'/"\\\
14691 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14693 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14694 for (key in D) D_is_set[key] = 1
14697 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14699 split(line, arg, " ")
14700 if (arg[1] == "#") {
14704 defundef = substr(arg[1], 2)
14707 split(mac1, mac2, "(") #)
14709 prefix = substr(line, 1, index(line, defundef) - 1)
14710 if (D_is_set[macro]) {
14711 # Preserve the white space surrounding the "#".
14712 print prefix "define", macro P[macro] D[macro]
14715 # Replace #undef with comments. This is necessary, for example,
14716 # in the case of _POSIX_SOURCE, which is predefined and required
14717 # on some systems where configure will not decide to define it.
14718 if (defundef == "undef") {
14719 print "/*", prefix defundef, macro, "*/"
14727 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14728 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14729 fi # test -n "$CONFIG_HEADERS"
14732 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14737 :[FHLC]) ac_mode=$ac_tag; continue;;
14739 case $ac_mode$ac_tag in
14741 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14742 :[FH]-) ac_tag=-:-;;
14743 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14760 -) ac_f="$tmp/stdin";;
14761 *) # Look for the file first in the build tree, then in the source tree
14762 # (if the path is not absolute). The absolute path cannot be DOS-style,
14763 # because $ac_f cannot contain `:'.
14767 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14769 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14771 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14772 as_fn_append ac_file_inputs " '$ac_f'"
14775 # Let's still pretend it is `configure' which instantiates (i.e., don't
14776 # use $as_me), people would be surprised to read:
14777 # /* config.h. Generated by config.status. */
14778 configure_input='Generated from '`
14779 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14781 if test x"$ac_file" != x-; then
14782 configure_input="$ac_file. $configure_input"
14783 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14784 $as_echo "$as_me: creating $ac_file" >&6;}
14786 # Neutralize special characters interpreted by sed in replacement strings.
14787 case $configure_input in #(
14788 *\&* | *\|* | *\\* )
14789 ac_sed_conf_input=`$as_echo "$configure_input" |
14790 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14791 *) ac_sed_conf_input=$configure_input;;
14795 *:-:* | *:-) cat >"$tmp/stdin" \
14796 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14801 ac_dir=`$as_dirname -- "$ac_file" ||
14802 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14803 X"$ac_file" : 'X\(//\)[^/]' \| \
14804 X"$ac_file" : 'X\(//\)$' \| \
14805 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14806 $as_echo X"$ac_file" |
14807 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14811 /^X\(\/\/\)[^/].*/{
14824 as_dir="$ac_dir"; as_fn_mkdir_p
14828 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14830 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14831 # A ".." for each directory in $ac_dir_suffix.
14832 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14833 case $ac_top_builddir_sub in
14834 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14835 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14838 ac_abs_top_builddir=$ac_pwd
14839 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14840 # for backward compatibility:
14841 ac_top_builddir=$ac_top_build_prefix
14844 .) # We are building in place.
14846 ac_top_srcdir=$ac_top_builddir_sub
14847 ac_abs_top_srcdir=$ac_pwd ;;
14848 [\\/]* | ?:[\\/]* ) # Absolute name.
14849 ac_srcdir=$srcdir$ac_dir_suffix;
14850 ac_top_srcdir=$srcdir
14851 ac_abs_top_srcdir=$srcdir ;;
14852 *) # Relative name.
14853 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14854 ac_top_srcdir=$ac_top_build_prefix$srcdir
14855 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14857 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14867 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14868 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14873 # If the template does not know about datarootdir, expand it.
14874 # FIXME: This hack should be removed a few years after 2.60.
14875 ac_datarootdir_hack=; ac_datarootdir_seen=
14886 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14887 *datarootdir*) ac_datarootdir_seen=yes;;
14888 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14890 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14892 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14893 ac_datarootdir_hack='
14894 s&@datadir@&$datadir&g
14895 s&@docdir@&$docdir&g
14896 s&@infodir@&$infodir&g
14897 s&@localedir@&$localedir&g
14898 s&@mandir@&$mandir&g
14899 s&\\\${datarootdir}&$datarootdir&g' ;;
14903 # Neutralize VPATH when `$srcdir' = `.'.
14904 # Shell code in configure.ac might set extrasub.
14905 # FIXME: do we really want to maintain this feature?
14906 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14907 ac_sed_extra="$ac_vpsub
14910 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14912 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14913 s|@configure_input@|$ac_sed_conf_input|;t t
14914 s&@top_builddir@&$ac_top_builddir_sub&;t t
14915 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14916 s&@srcdir@&$ac_srcdir&;t t
14917 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14918 s&@top_srcdir@&$ac_top_srcdir&;t t
14919 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14920 s&@builddir@&$ac_builddir&;t t
14921 s&@abs_builddir@&$ac_abs_builddir&;t t
14922 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14923 s&@INSTALL@&$ac_INSTALL&;t t
14924 $ac_datarootdir_hack
14926 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14927 || as_fn_error "could not create $ac_file" "$LINENO" 5
14929 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14930 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14931 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14932 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14933 which seems to be undefined. Please make sure it is defined." >&5
14934 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14935 which seems to be undefined. Please make sure it is defined." >&2;}
14939 -) cat "$tmp/out" && rm -f "$tmp/out";;
14940 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14942 || as_fn_error "could not create $ac_file" "$LINENO" 5
14948 if test x"$ac_file" != x-; then
14950 $as_echo "/* $configure_input */" \
14951 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14952 } >"$tmp/config.h" \
14953 || as_fn_error "could not create $ac_file" "$LINENO" 5
14954 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14956 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14959 mv "$tmp/config.h" "$ac_file" \
14960 || as_fn_error "could not create $ac_file" "$LINENO" 5
14963 $as_echo "/* $configure_input */" \
14964 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14965 || as_fn_error "could not create -" "$LINENO" 5
14973 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14976 # Prefer the file from the source tree if names are identical.
14977 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14978 ac_source=$srcdir/$ac_source
14981 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14982 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
14984 if test ! -r "$ac_source"; then
14985 as_fn_error "$ac_source: file not found" "$LINENO" 5
14989 # Try a relative symlink, then a hard link, then a copy.
14991 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14992 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14994 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14995 ln "$ac_source" "$ac_file" 2>/dev/null ||
14996 cp -p "$ac_source" "$ac_file" ||
14997 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15000 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15001 $as_echo "$as_me: executing $ac_file commands" >&6;}
15006 case $ac_file$ac_mode in
15007 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15010 # See if we are running on zsh, and set the options which allow our
15011 # commands through without removal of \ escapes.
15012 if test -n "${ZSH_VERSION+set}" ; then
15013 setopt NO_GLOB_SUBST
15016 cfgfile="${ofile}T"
15017 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15020 cat <<_LT_EOF >> "$cfgfile"
15023 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15024 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15025 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15026 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15028 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15029 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15030 # Written by Gordon Matzigkeit, 1996
15032 # This file is part of GNU Libtool.
15034 # GNU Libtool is free software; you can redistribute it and/or
15035 # modify it under the terms of the GNU General Public License as
15036 # published by the Free Software Foundation; either version 2 of
15037 # the License, or (at your option) any later version.
15039 # As a special exception to the GNU General Public License,
15040 # if you distribute this file as part of a program or library that
15041 # is built using GNU Libtool, you may include this file under the
15042 # same distribution terms that you use for the rest of that program.
15044 # GNU Libtool is distributed in the hope that it will be useful,
15045 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15046 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15047 # GNU General Public License for more details.
15049 # You should have received a copy of the GNU General Public License
15050 # along with GNU Libtool; see the file COPYING. If not, a copy
15051 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15052 # obtained by writing to the Free Software Foundation, Inc.,
15053 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15056 # The names of the tagged configurations supported by this script.
15059 # ### BEGIN LIBTOOL CONFIG
15061 # Which release of libtool.m4 was used?
15062 macro_version=$macro_version
15063 macro_revision=$macro_revision
15065 # Whether or not to build shared libraries.
15066 build_libtool_libs=$enable_shared
15068 # Whether or not to build static libraries.
15069 build_old_libs=$enable_static
15071 # What type of objects to build.
15074 # Whether or not to optimize for fast installation.
15075 fast_install=$enable_fast_install
15077 # Shell to use when invoking shell scripts.
15080 # An echo program that protects backslashes.
15084 host_alias=$host_alias
15088 # The build system.
15089 build_alias=$build_alias
15093 # A sed program that does not truncate output.
15096 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15097 Xsed="\$SED -e 1s/^X//"
15099 # A grep program that handles long lines.
15105 # A literal string matcher.
15108 # A BSD- or MS-compatible name lister.
15111 # Whether we need soft or hard links.
15114 # What is the maximum length of a command?
15115 max_cmd_len=$max_cmd_len
15117 # Object file suffix (normally "o").
15120 # Executable file suffix (normally "").
15123 # whether the shell understands "unset".
15126 # turn spaces into newlines.
15129 # turn newlines into spaces.
15132 # An object symbol dumper.
15133 OBJDUMP=$lt_OBJDUMP
15135 # Method to check whether dependent libraries are shared objects.
15136 deplibs_check_method=$lt_deplibs_check_method
15138 # Command to use when deplibs_check_method == "file_magic".
15139 file_magic_cmd=$lt_file_magic_cmd
15143 AR_FLAGS=$lt_AR_FLAGS
15145 # A symbol stripping program.
15148 # Commands used to install an old-style archive.
15150 old_postinstall_cmds=$lt_old_postinstall_cmds
15151 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15153 # Whether to use a lock for old archive extraction.
15154 lock_old_archive_extraction=$lock_old_archive_extraction
15159 # LTCC compiler flags.
15160 LTCFLAGS=$lt_CFLAGS
15162 # Take the output of nm and produce a listing of raw symbols and C names.
15163 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15165 # Transform the output of nm in a proper C declaration.
15166 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15168 # Transform the output of nm in a C name address pair.
15169 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15171 # Transform the output of nm in a C name address pair when lib prefix is needed.
15172 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15174 # The name of the directory that contains temporary libtool files.
15177 # Used to examine libraries when file_magic_cmd begins with "file".
15178 MAGIC_CMD=$MAGIC_CMD
15180 # Must we lock files when doing compilation?
15181 need_locks=$lt_need_locks
15183 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15184 DSYMUTIL=$lt_DSYMUTIL
15186 # Tool to change global to local symbols on Mac OS X.
15189 # Tool to manipulate fat objects and archives on Mac OS X.
15192 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15195 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15196 OTOOL64=$lt_OTOOL64
15198 # Old archive suffix (normally "a").
15201 # Shared library suffix (normally ".so").
15202 shrext_cmds=$lt_shrext_cmds
15204 # The commands to extract the exported symbol list from a shared archive.
15205 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15207 # Variables whose values should be saved in libtool wrapper scripts and
15208 # restored at link time.
15209 variables_saved_for_relink=$lt_variables_saved_for_relink
15211 # Do we need the "lib" prefix for modules?
15212 need_lib_prefix=$need_lib_prefix
15214 # Do we need a version for libraries?
15215 need_version=$need_version
15217 # Library versioning type.
15218 version_type=$version_type
15220 # Shared library runtime path variable.
15221 runpath_var=$runpath_var
15223 # Shared library path variable.
15224 shlibpath_var=$shlibpath_var
15226 # Is shlibpath searched before the hard-coded library search path?
15227 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15229 # Format of library name prefix.
15230 libname_spec=$lt_libname_spec
15232 # List of archive names. First name is the real one, the rest are links.
15233 # The last name is the one that the linker finds with -lNAME
15234 library_names_spec=$lt_library_names_spec
15236 # The coded name of the library, if different from the real name.
15237 soname_spec=$lt_soname_spec
15239 # Permission mode override for installation of shared libraries.
15240 install_override_mode=$lt_install_override_mode
15242 # Command to use after installation of a shared archive.
15243 postinstall_cmds=$lt_postinstall_cmds
15245 # Command to use after uninstallation of a shared archive.
15246 postuninstall_cmds=$lt_postuninstall_cmds
15248 # Commands used to finish a libtool library installation in a directory.
15249 finish_cmds=$lt_finish_cmds
15251 # As "finish_cmds", except a single script fragment to be evaled but
15253 finish_eval=$lt_finish_eval
15255 # Whether we should hardcode library paths into libraries.
15256 hardcode_into_libs=$hardcode_into_libs
15258 # Compile-time system search path for libraries.
15259 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15261 # Run-time system search path for libraries.
15262 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15264 # Whether dlopen is supported.
15265 dlopen_support=$enable_dlopen
15267 # Whether dlopen of programs is supported.
15268 dlopen_self=$enable_dlopen_self
15270 # Whether dlopen of statically linked programs is supported.
15271 dlopen_self_static=$enable_dlopen_self_static
15273 # Commands to strip libraries.
15274 old_striplib=$lt_old_striplib
15275 striplib=$lt_striplib
15278 # The linker used to build libraries.
15281 # How to create reloadable object files.
15282 reload_flag=$lt_reload_flag
15283 reload_cmds=$lt_reload_cmds
15285 # Commands used to build an old-style archive.
15286 old_archive_cmds=$lt_old_archive_cmds
15288 # A language specific compiler.
15291 # Is the compiler the GNU compiler?
15294 # Compiler flag to turn off builtin functions.
15295 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15297 # How to pass a linker flag through the compiler.
15298 wl=$lt_lt_prog_compiler_wl
15300 # Additional compiler flags for building library objects.
15301 pic_flag=$lt_lt_prog_compiler_pic
15303 # Compiler flag to prevent dynamic linking.
15304 link_static_flag=$lt_lt_prog_compiler_static
15306 # Does compiler simultaneously support -c and -o options?
15307 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15309 # Whether or not to add -lc for building shared libraries.
15310 build_libtool_need_lc=$archive_cmds_need_lc
15312 # Whether or not to disallow shared libs when runtime libs are static.
15313 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15315 # Compiler flag to allow reflexive dlopens.
15316 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15318 # Compiler flag to generate shared objects directly from archives.
15319 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15321 # Whether the compiler copes with passing no objects directly.
15322 compiler_needs_object=$lt_compiler_needs_object
15324 # Create an old-style archive from a shared archive.
15325 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15327 # Create a temporary old-style archive to link instead of a shared archive.
15328 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15330 # Commands used to build a shared archive.
15331 archive_cmds=$lt_archive_cmds
15332 archive_expsym_cmds=$lt_archive_expsym_cmds
15334 # Commands used to build a loadable module if different from building
15335 # a shared archive.
15336 module_cmds=$lt_module_cmds
15337 module_expsym_cmds=$lt_module_expsym_cmds
15339 # Whether we are building with GNU ld or not.
15340 with_gnu_ld=$lt_with_gnu_ld
15342 # Flag that allows shared libraries with undefined symbols to be built.
15343 allow_undefined_flag=$lt_allow_undefined_flag
15345 # Flag that enforces no undefined symbols.
15346 no_undefined_flag=$lt_no_undefined_flag
15348 # Flag to hardcode \$libdir into a binary during linking.
15349 # This must work even if \$libdir does not exist
15350 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15352 # If ld is used when linking, flag to hardcode \$libdir into a binary
15353 # during linking. This must work even if \$libdir does not exist.
15354 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15356 # Whether we need a single "-rpath" flag with a separated argument.
15357 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15359 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15360 # DIR into the resulting binary.
15361 hardcode_direct=$hardcode_direct
15363 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15364 # DIR into the resulting binary and the resulting library dependency is
15365 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15366 # library is relocated.
15367 hardcode_direct_absolute=$hardcode_direct_absolute
15369 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15370 # into the resulting binary.
15371 hardcode_minus_L=$hardcode_minus_L
15373 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15374 # into the resulting binary.
15375 hardcode_shlibpath_var=$hardcode_shlibpath_var
15377 # Set to "yes" if building a shared library automatically hardcodes DIR
15378 # into the library and all subsequent libraries and executables linked
15380 hardcode_automatic=$hardcode_automatic
15382 # Set to yes if linker adds runtime paths of dependent libraries
15383 # to runtime path list.
15384 inherit_rpath=$inherit_rpath
15386 # Whether libtool must link a program against all its dependency libraries.
15387 link_all_deplibs=$link_all_deplibs
15389 # Fix the shell variable \$srcfile for the compiler.
15390 fix_srcfile_path=$lt_fix_srcfile_path
15392 # Set to "yes" if exported symbols are required.
15393 always_export_symbols=$always_export_symbols
15395 # The commands to list exported symbols.
15396 export_symbols_cmds=$lt_export_symbols_cmds
15398 # Symbols that should not be listed in the preloaded symbols.
15399 exclude_expsyms=$lt_exclude_expsyms
15401 # Symbols that must always be exported.
15402 include_expsyms=$lt_include_expsyms
15404 # Commands necessary for linking programs (against libraries) with templates.
15405 prelink_cmds=$lt_prelink_cmds
15407 # Specify filename containing input files.
15408 file_list_spec=$lt_file_list_spec
15410 # How to hardcode a shared library path into an executable.
15411 hardcode_action=$hardcode_action
15413 # ### END LIBTOOL CONFIG
15419 cat <<\_LT_EOF >> "$cfgfile"
15420 # AIX sometimes has problems with the GCC collect2 program. For some
15421 # reason, if we set the COLLECT_NAMES environment variable, the problems
15422 # vanish in a puff of smoke.
15423 if test "X${COLLECT_NAMES+set}" != Xset; then
15425 export COLLECT_NAMES
15432 ltmain="$ac_aux_dir/ltmain.sh"
15435 # We use sed instead of cat because bash on DJGPP gets confused if
15436 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15437 # text mode, it properly converts lines to CR/LF. This bash problem
15438 # is reportedly fixed, but why not run on old versions too?
15439 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15440 || (rm -f "$cfgfile"; exit 1)
15444 cat << \_LT_EOF >> "$cfgfile"
15446 # func_dirname file append nondir_replacement
15447 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15448 # otherwise set result to NONDIR_REPLACEMENT.
15452 */*) func_dirname_result="${1%/*}${2}" ;;
15453 * ) func_dirname_result="${3}" ;;
15457 # func_basename file
15460 func_basename_result="${1##*/}"
15463 # func_dirname_and_basename file append nondir_replacement
15464 # perform func_basename and func_dirname in a single function
15466 # dirname: Compute the dirname of FILE. If nonempty,
15467 # add APPEND to the result, otherwise set result
15468 # to NONDIR_REPLACEMENT.
15469 # value returned in "$func_dirname_result"
15470 # basename: Compute filename of FILE.
15471 # value retuned in "$func_basename_result"
15472 # Implementation must be kept synchronized with func_dirname
15473 # and func_basename. For efficiency, we do not delegate to
15474 # those functions but instead duplicate the functionality here.
15475 func_dirname_and_basename ()
15478 */*) func_dirname_result="${1%/*}${2}" ;;
15479 * ) func_dirname_result="${3}" ;;
15481 func_basename_result="${1##*/}"
15484 # func_stripname prefix suffix name
15485 # strip PREFIX and SUFFIX off of NAME.
15486 # PREFIX and SUFFIX must not contain globbing or regex special
15487 # characters, hashes, percent signs, but SUFFIX may contain a leading
15488 # dot (in which case that matches only a dot).
15491 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15492 # positional parameters, so assign one to ordinary parameter first.
15493 func_stripname_result=${3}
15494 func_stripname_result=${func_stripname_result#"${1}"}
15495 func_stripname_result=${func_stripname_result%"${2}"}
15501 func_opt_split_opt=${1%%=*}
15502 func_opt_split_arg=${1#*=}
15509 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15510 *) func_lo2o_result=${1} ;;
15514 # func_xform libobj-or-source
15517 func_xform_result=${1%.*}.lo
15520 # func_arith arithmetic-term...
15523 func_arith_result=$(( $* ))
15527 # STRING may not start with a hyphen.
15530 func_len_result=${#1}
15535 *) # Bourne compatible functions.
15536 cat << \_LT_EOF >> "$cfgfile"
15538 # func_dirname file append nondir_replacement
15539 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15540 # otherwise set result to NONDIR_REPLACEMENT.
15543 # Extract subdirectory from the argument.
15544 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15545 if test "X$func_dirname_result" = "X${1}"; then
15546 func_dirname_result="${3}"
15548 func_dirname_result="$func_dirname_result${2}"
15552 # func_basename file
15555 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15559 # func_stripname prefix suffix name
15560 # strip PREFIX and SUFFIX off of NAME.
15561 # PREFIX and SUFFIX must not contain globbing or regex special
15562 # characters, hashes, percent signs, but SUFFIX may contain a leading
15563 # dot (in which case that matches only a dot).
15564 # func_strip_suffix prefix name
15568 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15569 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15574 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15575 my_sed_long_arg='1s/^-[^=]*=//'
15580 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15581 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15587 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15590 # func_xform libobj-or-source
15593 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15596 # func_arith arithmetic-term...
15599 func_arith_result=`expr "$@"`
15603 # STRING may not start with a hyphen.
15606 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15612 case $lt_shell_append in
15614 cat << \_LT_EOF >> "$cfgfile"
15616 # func_append var value
15617 # Append VALUE to the end of shell variable VAR.
15625 cat << \_LT_EOF >> "$cfgfile"
15627 # func_append var value
15628 # Append VALUE to the end of shell variable VAR.
15639 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15640 || (rm -f "$cfgfile"; exit 1)
15642 mv -f "$cfgfile" "$ofile" ||
15643 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15647 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15648 rm -f Makesim1.tmp Makesim2.tmp Makefile
15649 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15650 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15651 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15652 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15653 <Makefile.sim >Makefile
15654 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15656 "stamp-h":C) echo > stamp-h ;;
15664 ac_clean_files=$ac_clean_files_save
15666 test $ac_write_fail = 0 ||
15667 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15670 # configure is writing to config.log, and then calls config.status.
15671 # config.status does its own redirection, appending to config.log.
15672 # Unfortunately, on DOS this fails, as config.log is still kept open
15673 # by configure, so config.status won't be able to write to it; its
15674 # output is simply discarded. So we exec the FD to /dev/null,
15675 # effectively closing config.log, so it can be properly (re)opened and
15676 # appended to by config.status. When coming back to configure, we
15677 # need to make the FD available again.
15678 if test "$no_create" != yes; then
15680 ac_config_status_args=
15681 test "$silent" = yes &&
15682 ac_config_status_args="$ac_config_status_args --quiet"
15684 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15686 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15687 # would make configure fail if this is the last instruction.
15688 $ac_cs_success || as_fn_exit $?
15690 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15692 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}