2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for libffi 3.0.11-rc2.
5 # Report bugs to <http://github.com/atgreen/libffi/issues>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
70 as_echo_n='sh -c $as_echo_n_body as_echo'
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
93 # Find who we are. Look in the path if we contain no directory separator.
96 *[\\/]* ) as_myself=$0 ;;
97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
101 test -z "$as_dir" && as_dir=.
102 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
113 if test ! -f "$as_myself"; then
114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there. '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
139 if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"'
148 case \`(set -o) 2>/dev/null\` in #(
156 as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
170 exitcode=1; echo positional parameters were not saved.
172 test x\$exitcode = x0 || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
178 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
179 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
180 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
182 PATH=/empty FPATH=/empty; export PATH FPATH
183 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
184 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
185 test \$(( 1 + 1 )) = 2 || exit 1"
186 if (eval "$as_required") 2>/dev/null; then :
191 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
196 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
199 test -z "$as_dir" && as_dir=.
203 for as_base in sh bash ksh sh5; do
204 # Try only shells that exist, to save several forks.
205 as_shell=$as_dir/$as_base
206 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
208 CONFIG_SHELL=$as_shell as_have_required=yes
209 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
217 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
218 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
219 CONFIG_SHELL=$SHELL as_have_required=yes
224 if test "x$CONFIG_SHELL" != x; then :
225 # We cannot yet assume a decent shell, so we have to provide a
226 # neutralization value for shells without unset; and this also
227 # works around shells that cannot unset nonexistent variables.
228 # Preserve -v and -x to the replacement shell.
231 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
234 *v*x* | *x*v* ) as_opts=-vx ;;
239 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
242 if test x$as_have_required = xno; then :
243 $as_echo "$0: This script requires a shell more modern than all"
244 $as_echo "$0: the shells that I found on your system."
245 if test x${ZSH_VERSION+set} = xset ; then
246 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
247 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
249 $as_echo "$0: Please tell bug-autoconf@gnu.org and
250 $0: http://github.com/atgreen/libffi/issues about your
251 $0: system, including any error possibly output before this
252 $0: message. Then install a modern shell, or manually run
253 $0: the script under such a shell if you do have one."
259 SHELL=${CONFIG_SHELL-/bin/sh}
261 # Unset more variables known to interfere with behavior of common tools.
262 CLICOLOR_FORCE= GREP_OPTIONS=
263 unset CLICOLOR_FORCE GREP_OPTIONS
265 ## --------------------- ##
266 ## M4sh Shell Functions. ##
267 ## --------------------- ##
270 # Portably unset VAR.
273 { eval $1=; unset $1;}
277 # as_fn_set_status STATUS
278 # -----------------------
279 # Set $? to STATUS, without forking.
287 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
297 # Create "$as_dir" as a directory, including parents if necessary.
302 -*) as_dir=./$as_dir;;
304 test -d "$as_dir" || eval $as_mkdir_p || {
308 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
311 as_dirs="'$as_qdir' $as_dirs"
312 as_dir=`$as_dirname -- "$as_dir" ||
313 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
314 X"$as_dir" : 'X\(//\)[^/]' \| \
315 X"$as_dir" : 'X\(//\)$' \| \
316 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
317 $as_echo X"$as_dir" |
318 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335 test -d "$as_dir" && break
337 test -z "$as_dirs" || eval "mkdir $as_dirs"
338 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
342 # as_fn_append VAR VALUE
343 # ----------------------
344 # Append the text in VALUE to the end of the definition contained in VAR. Take
345 # advantage of any shell optimizations that allow amortized linear growth over
346 # repeated appends, instead of the typical quadratic growth present in naive
348 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
349 eval 'as_fn_append ()
362 # Perform arithmetic evaluation on the ARGs, and store the result in the
363 # global $as_val. Take advantage of shells that can avoid forks. The arguments
364 # must be portable across $(()) and expr.
365 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
373 as_val=`expr "$@" || test $? -eq 1`
378 # as_fn_error STATUS ERROR [LINENO LOG_FD]
379 # ----------------------------------------
380 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
381 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
382 # script with STATUS, using 1 if that was 0.
385 as_status=$1; test $as_status -eq 0 && as_status=1
387 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
388 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
390 $as_echo "$as_me: error: $2" >&2
391 as_fn_exit $as_status
394 if expr a : '\(a\)' >/dev/null 2>&1 &&
395 test "X`expr 00001 : '.*\(...\)'`" = X001; then
401 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
407 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
413 as_me=`$as_basename -- "$0" ||
414 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
415 X"$0" : 'X\(//\)$' \| \
416 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
418 sed '/^.*\/\([^/][^/]*\)\/*$/{
432 # Avoid depending upon Character Ranges.
433 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
434 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
435 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
436 as_cr_digits='0123456789'
437 as_cr_alnum=$as_cr_Letters$as_cr_digits
440 as_lineno_1=$LINENO as_lineno_1a=$LINENO
441 as_lineno_2=$LINENO as_lineno_2a=$LINENO
442 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
443 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
444 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
456 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
460 chmod +x "$as_me.lineno" ||
461 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
463 # Don't try to exec as it changes $[0], causing all sort of problems
464 # (the dirname of $[0] is not the place where we might find the
465 # original and so on. Autoconf is especially sensitive to this).
467 # Exit status is that of the last command.
471 ECHO_C= ECHO_N= ECHO_T=
472 case `echo -n x` in #(((((
474 case `echo 'xy\c'` in
475 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
484 rm -f conf$$ conf$$.exe conf$$.file
485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
489 mkdir conf$$.dir 2>/dev/null
491 if (echo >conf$$.file) 2>/dev/null; then
492 if ln -s conf$$.file conf$$ 2>/dev/null; then
494 # ... but there are two gotchas:
495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497 # In both cases, we have to default to `cp -p'.
498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
500 elif ln conf$$.file conf$$ 2>/dev/null; then
508 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 rmdir conf$$.dir 2>/dev/null
511 if mkdir -p . 2>/dev/null; then
512 as_mkdir_p='mkdir -p "$as_dir"'
514 test -d ./-p && rmdir ./-p
518 if test -x / >/dev/null 2>&1; then
521 if ls -dL / >/dev/null 2>&1; then
528 if test -d "$1"; then
534 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
535 ???[sx]*):;;*)false;;esac;fi
539 as_executable_p=$as_test_x
541 # Sed expression to map a string onto a valid CPP name.
542 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
544 # Sed expression to map a string onto a valid variable name.
545 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
547 SHELL=${CONFIG_SHELL-/bin/sh}
550 test -n "$DJDIR" || exec 7<&0 </dev/null
554 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
555 # so uname gets run too.
556 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
561 ac_default_prefix=/usr/local
563 ac_config_libobj_dir=.
570 # Identity of this package.
571 PACKAGE_NAME='libffi'
572 PACKAGE_TARNAME='libffi'
573 PACKAGE_VERSION='3.0.11-rc2'
574 PACKAGE_STRING='libffi 3.0.11-rc2'
575 PACKAGE_BUGREPORT='http://github.com/atgreen/libffi/issues'
578 # Factoring default headers for most tests.
579 ac_includes_default="\
581 #ifdef HAVE_SYS_TYPES_H
582 # include <sys/types.h>
584 #ifdef HAVE_SYS_STAT_H
585 # include <sys/stat.h>
591 # ifdef HAVE_STDLIB_H
596 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 #ifdef HAVE_STRINGS_H
602 # include <strings.h>
604 #ifdef HAVE_INTTYPES_H
605 # include <inttypes.h>
614 ac_subst_vars='am__EXEEXT_FALSE
624 FFI_EXEC_TRAMPOLINE_TABLE
625 FFI_EXEC_TRAMPOLINE_TABLE_FALSE
626 FFI_EXEC_TRAMPOLINE_TABLE_TRUE
627 sys_symbol_underscore
652 POWERPC_FREEBSD_FALSE
689 MAINTAINER_MODE_FALSE
714 am__fastdepCCAS_FALSE
743 INSTALL_STRIP_PROGRAM
758 ax_enable_builddir_sed
798 program_transform_name
811 enable_option_checking
813 enable_dependency_tracking
821 enable_portable_binary
823 enable_maintainer_mode
829 ac_precious_vars='build_alias
838 # Initialize some variables set by options.
840 ac_init_version=false
841 ac_unrecognized_opts=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
852 program_transform_name=s,x,x,
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
898 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error $? "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error $? "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
996 -help | --help | --hel | --he | -h)
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1145 -site=* | --site=* | --sit=*)
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error $? "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error $? "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1201 eval with_$ac_useropt=no ;;
1204 # Obsolete; use --with-x.
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information"
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error $? "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1254 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1272 # Be sure to have absolute directory names.
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1277 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used" >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error $? "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error $? "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1378 \`configure' configures libffi 3.0.11-rc2 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking ...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/libffi]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1436 --program-prefix=PREFIX prepend PREFIX to installed program names
1437 --program-suffix=SUFFIX append SUFFIX to installed program names
1438 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1441 --build=BUILD configure for building on BUILD [guessed]
1442 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1443 --target=TARGET configure for building compilers for TARGET [HOST]
1447 if test -n "$ac_init_help"; then
1448 case $ac_init_help in
1449 short | recursive ) echo "Configuration of libffi 3.0.11-rc2:";;
1454 --disable-option-checking ignore unrecognized --enable/--with options
1455 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1456 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1457 --disable-builddir disable automatic build in subdir of sources
1459 --disable-dependency-tracking speeds up one-time build
1460 --enable-dependency-tracking do not reject slow dependency extractors
1461 --enable-shared[=PKGS] build shared libraries [default=yes]
1462 --enable-static[=PKGS] build static libraries [default=yes]
1463 --enable-fast-install[=PKGS]
1464 optimize for fast installation [default=yes]
1465 --disable-libtool-lock avoid locking (might break parallel builds)
1466 --enable-portable-binary
1467 disable compiler optimizations that would produce
1469 --enable-maintainer-mode enable make rules and dependencies not useful
1470 (and sometimes confusing) to the casual installer
1471 --enable-debug debugging mode
1472 --disable-structs omit code for struct support
1473 --disable-raw-api make the raw api unavailable
1474 --enable-purify-safety purify-safe mode
1477 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1478 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1479 --with-pic try to use only PIC/non-PIC objects [default=use
1481 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1482 --with-sysroot=DIR Search for dependent libraries within DIR
1483 (or the compiler's sysroot if not specified).
1484 --with-gcc-arch=<arch> use architecture <arch> for gcc -march/-mtune,
1487 Some influential environment variables:
1488 CC C compiler command
1489 CFLAGS C compiler flags
1490 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1491 nonstandard directory <lib dir>
1492 LIBS libraries to pass to the linker, e.g. -l<library>
1493 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1494 you have headers in a nonstandard directory <include dir>
1495 CCAS assembler compiler command (defaults to CC)
1496 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1499 Use these variables to override the choices made by `configure' or to help
1500 it to find libraries and programs with nonstandard names/locations.
1502 Report bugs to <http://github.com/atgreen/libffi/issues>.
1507 if test "$ac_init_help" = "recursive"; then
1508 # If there are subdirs, report their specific --help.
1509 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1510 test -d "$ac_dir" ||
1511 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1516 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1518 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1519 # A ".." for each directory in $ac_dir_suffix.
1520 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1521 case $ac_top_builddir_sub in
1522 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1523 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1526 ac_abs_top_builddir=$ac_pwd
1527 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1528 # for backward compatibility:
1529 ac_top_builddir=$ac_top_build_prefix
1532 .) # We are building in place.
1534 ac_top_srcdir=$ac_top_builddir_sub
1535 ac_abs_top_srcdir=$ac_pwd ;;
1536 [\\/]* | ?:[\\/]* ) # Absolute name.
1537 ac_srcdir=$srcdir$ac_dir_suffix;
1538 ac_top_srcdir=$srcdir
1539 ac_abs_top_srcdir=$srcdir ;;
1541 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1542 ac_top_srcdir=$ac_top_build_prefix$srcdir
1543 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1545 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1547 cd "$ac_dir" || { ac_status=$?; continue; }
1548 # Check for guested configure.
1549 if test -f "$ac_srcdir/configure.gnu"; then
1551 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1552 elif test -f "$ac_srcdir/configure"; then
1554 $SHELL "$ac_srcdir/configure" --help=recursive
1556 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1558 cd "$ac_pwd" || { ac_status=$?; break; }
1562 test -n "$ac_init_help" && exit $ac_status
1563 if $ac_init_version; then
1565 libffi configure 3.0.11-rc2
1566 generated by GNU Autoconf 2.68
1568 Copyright (C) 2010 Free Software Foundation, Inc.
1569 This configure script is free software; the Free Software Foundation
1570 gives unlimited permission to copy, distribute and modify it.
1575 ## ------------------------ ##
1576 ## Autoconf initialization. ##
1577 ## ------------------------ ##
1579 # ac_fn_c_try_compile LINENO
1580 # --------------------------
1581 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1582 ac_fn_c_try_compile ()
1584 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1585 rm -f conftest.$ac_objext
1586 if { { ac_try="$ac_compile"
1588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1589 *) ac_try_echo=$ac_try;;
1591 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1592 $as_echo "$ac_try_echo"; } >&5
1593 (eval "$ac_compile") 2>conftest.err
1595 if test -s conftest.err; then
1596 grep -v '^ *+' conftest.err >conftest.er1
1597 cat conftest.er1 >&5
1598 mv -f conftest.er1 conftest.err
1600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1601 test $ac_status = 0; } && {
1602 test -z "$ac_c_werror_flag" ||
1603 test ! -s conftest.err
1604 } && test -s conftest.$ac_objext; then :
1607 $as_echo "$as_me: failed program was:" >&5
1608 sed 's/^/| /' conftest.$ac_ext >&5
1612 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1613 as_fn_set_status $ac_retval
1615 } # ac_fn_c_try_compile
1617 # ac_fn_c_try_link LINENO
1618 # -----------------------
1619 # Try to link conftest.$ac_ext, and return whether this succeeded.
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 rm -f conftest.$ac_objext conftest$ac_exeext
1624 if { { ac_try="$ac_link"
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630 $as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_link") 2>conftest.err
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } && {
1640 test -z "$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 } && test -s conftest$ac_exeext && {
1643 test "$cross_compiling" = yes ||
1644 $as_test_x conftest$ac_exeext
1648 $as_echo "$as_me: failed program was:" >&5
1649 sed 's/^/| /' conftest.$ac_ext >&5
1653 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1654 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1655 # interfere with the next link command; also delete a directory that is
1656 # left behind by Apple's compiler. We do this before executing the actions.
1657 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status $ac_retval
1661 } # ac_fn_c_try_link
1663 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1664 # -------------------------------------------------------
1665 # Tests whether HEADER exists and can be compiled using the include files in
1666 # INCLUDES, setting the cache variable VAR accordingly.
1667 ac_fn_c_check_header_compile ()
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1671 $as_echo_n "checking for $2... " >&6; }
1672 if eval \${$3+:} false; then :
1673 $as_echo_n "(cached) " >&6
1675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1676 /* end confdefs.h. */
1680 if ac_fn_c_try_compile "$LINENO"; then :
1685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1689 $as_echo "$ac_res" >&6; }
1690 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1692 } # ac_fn_c_check_header_compile
1694 # ac_fn_c_try_cpp LINENO
1695 # ----------------------
1696 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if { { ac_try="$ac_cpp conftest.$ac_ext"
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1705 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706 $as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1709 if test -s conftest.err; then
1710 grep -v '^ *+' conftest.err >conftest.er1
1711 cat conftest.er1 >&5
1712 mv -f conftest.er1 conftest.err
1714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1715 test $ac_status = 0; } > conftest.i && {
1716 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1717 test ! -s conftest.err
1721 $as_echo "$as_me: failed program was:" >&5
1722 sed 's/^/| /' conftest.$ac_ext >&5
1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1727 as_fn_set_status $ac_retval
1731 # ac_fn_c_try_run LINENO
1732 # ----------------------
1733 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1734 # that executables *can* be run.
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 if { { ac_try="$ac_link"
1740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1741 *) ac_try_echo=$ac_try;;
1743 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1744 $as_echo "$ac_try_echo"; } >&5
1745 (eval "$ac_link") 2>&5
1747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1748 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1749 { { case "(($ac_try" in
1750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1751 *) ac_try_echo=$ac_try;;
1753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1754 $as_echo "$ac_try_echo"; } >&5
1755 (eval "$ac_try") 2>&5
1757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1758 test $ac_status = 0; }; }; then :
1761 $as_echo "$as_me: program exited with status $ac_status" >&5
1762 $as_echo "$as_me: failed program was:" >&5
1763 sed 's/^/| /' conftest.$ac_ext >&5
1765 ac_retval=$ac_status
1767 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1768 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1769 as_fn_set_status $ac_retval
1773 # ac_fn_c_check_func LINENO FUNC VAR
1774 # ----------------------------------
1775 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1776 ac_fn_c_check_func ()
1778 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1780 $as_echo_n "checking for $2... " >&6; }
1781 if eval \${$3+:} false; then :
1782 $as_echo_n "(cached) " >&6
1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1785 /* end confdefs.h. */
1786 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1787 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1788 #define $2 innocuous_$2
1790 /* System header to define __stub macros and hopefully few prototypes,
1791 which can conflict with char $2 (); below.
1792 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1793 <limits.h> exists even on freestanding compilers. */
1796 # include <limits.h>
1798 # include <assert.h>
1803 /* Override any GCC internal prototype to avoid an error.
1804 Use char because int might match the return type of a GCC
1805 builtin and then its argument prototype would still apply. */
1810 /* The GNU C library defines this for functions which it implements
1811 to always fail with ENOSYS. Some functions are actually named
1812 something starting with __ and the normal name is an alias. */
1813 #if defined __stub_$2 || defined __stub___$2
1825 if ac_fn_c_try_link "$LINENO"; then :
1830 rm -f core conftest.err conftest.$ac_objext \
1831 conftest$ac_exeext conftest.$ac_ext
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1835 $as_echo "$ac_res" >&6; }
1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1838 } # ac_fn_c_check_func
1840 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1841 # -------------------------------------------------------
1842 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1843 # the include files in INCLUDES and setting the cache variable VAR
1845 ac_fn_c_check_header_mongrel ()
1847 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1848 if eval \${$3+:} false; then :
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1850 $as_echo_n "checking for $2... " >&6; }
1851 if eval \${$3+:} false; then :
1852 $as_echo_n "(cached) " >&6
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1856 $as_echo "$ac_res" >&6; }
1858 # Is the header compilable?
1859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1860 $as_echo_n "checking $2 usability... " >&6; }
1861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1862 /* end confdefs.h. */
1866 if ac_fn_c_try_compile "$LINENO"; then :
1867 ac_header_compiler=yes
1869 ac_header_compiler=no
1871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1873 $as_echo "$ac_header_compiler" >&6; }
1875 # Is the header present?
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1877 $as_echo_n "checking $2 presence... " >&6; }
1878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1879 /* end confdefs.h. */
1882 if ac_fn_c_try_cpp "$LINENO"; then :
1883 ac_header_preproc=yes
1885 ac_header_preproc=no
1887 rm -f conftest.err conftest.i conftest.$ac_ext
1888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1889 $as_echo "$ac_header_preproc" >&6; }
1891 # So? What about this header?
1892 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1895 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1897 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1901 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1903 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1905 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1907 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1909 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1910 ( $as_echo "## ------------------------------------------------------ ##
1911 ## Report this to http://github.com/atgreen/libffi/issues ##
1912 ## ------------------------------------------------------ ##"
1913 ) | sed "s/^/$as_me: WARNING: /" >&2
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1917 $as_echo_n "checking for $2... " >&6; }
1918 if eval \${$3+:} false; then :
1919 $as_echo_n "(cached) " >&6
1921 eval "$3=\$ac_header_compiler"
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1925 $as_echo "$ac_res" >&6; }
1927 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1929 } # ac_fn_c_check_header_mongrel
1931 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1932 # -------------------------------------------
1933 # Tests whether TYPE exists after having included INCLUDES, setting cache
1934 # variable VAR accordingly.
1935 ac_fn_c_check_type ()
1937 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1939 $as_echo_n "checking for $2... " >&6; }
1940 if eval \${$3+:} false; then :
1941 $as_echo_n "(cached) " >&6
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h. */
1956 if ac_fn_c_try_compile "$LINENO"; then :
1957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1958 /* end confdefs.h. */
1969 if ac_fn_c_try_compile "$LINENO"; then :
1974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980 $as_echo "$ac_res" >&6; }
1981 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1983 } # ac_fn_c_check_type
1985 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1986 # --------------------------------------------
1987 # Tries to find the compile-time value of EXPR in a program that includes
1988 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1990 ac_fn_c_compute_int ()
1992 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1993 if test "$cross_compiling" = yes; then
1994 # Depending upon the size, compute the lo and hi bounds.
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h. */
2001 static int test_array [1 - 2 * !(($2) >= 0)];
2008 if ac_fn_c_try_compile "$LINENO"; then :
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012 /* end confdefs.h. */
2017 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2024 if ac_fn_c_try_compile "$LINENO"; then :
2025 ac_hi=$ac_mid; break
2027 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2028 if test $ac_lo -le $ac_mid; then
2032 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2038 /* end confdefs.h. */
2043 static int test_array [1 - 2 * !(($2) < 0)];
2050 if ac_fn_c_try_compile "$LINENO"; then :
2053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2054 /* end confdefs.h. */
2059 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2066 if ac_fn_c_try_compile "$LINENO"; then :
2067 ac_lo=$ac_mid; break
2069 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2070 if test $ac_mid -le $ac_hi; then
2074 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2084 # Binary search between lo and hi bounds.
2085 while test "x$ac_lo" != "x$ac_hi"; do
2086 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2088 /* end confdefs.h. */
2093 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2100 if ac_fn_c_try_compile "$LINENO"; then :
2103 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2108 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2113 /* end confdefs.h. */
2115 static long int longval () { return $2; }
2116 static unsigned long int ulongval () { return $2; }
2123 FILE *f = fopen ("conftest.val", "w");
2128 long int i = longval ();
2131 fprintf (f, "%ld", i);
2135 unsigned long int i = ulongval ();
2138 fprintf (f, "%lu", i);
2140 /* Do not output a trailing newline, as this causes \r\n confusion
2141 on some platforms. */
2142 return ferror (f) || fclose (f) != 0;
2148 if ac_fn_c_try_run "$LINENO"; then :
2149 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2153 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2154 conftest.$ac_objext conftest.beam conftest.$ac_ext
2158 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2159 as_fn_set_status $ac_retval
2161 } # ac_fn_c_compute_int
2162 cat >config.log <<_ACEOF
2163 This file contains any messages produced by compilers while
2164 running configure, to aid debugging if configure makes a mistake.
2166 It was created by libffi $as_me 3.0.11-rc2, which was
2167 generated by GNU Autoconf 2.68. Invocation command line was
2179 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2180 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2181 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2182 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2183 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2185 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2186 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2188 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2189 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2190 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2191 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2192 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2193 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2194 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2202 test -z "$as_dir" && as_dir=.
2203 $as_echo "PATH: $as_dir"
2219 # Keep a trace of the command line.
2220 # Strip out --no-create and --no-recursion so they do not pile up.
2221 # Strip out --silent because we don't want to record it for future runs.
2222 # Also quote any args containing shell meta-characters.
2223 # Make two passes to allow for proper duplicate-argument suppression.
2227 ac_must_keep_next=false
2233 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2234 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2235 | -silent | --silent | --silen | --sile | --sil)
2238 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2241 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2243 as_fn_append ac_configure_args1 " '$ac_arg'"
2244 if test $ac_must_keep_next = true; then
2245 ac_must_keep_next=false # Got value, back to normal.
2248 *=* | --config-cache | -C | -disable-* | --disable-* \
2249 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2250 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2251 | -with-* | --with-* | -without-* | --without-* | --x)
2252 case "$ac_configure_args0 " in
2253 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2256 -* ) ac_must_keep_next=true ;;
2259 as_fn_append ac_configure_args " '$ac_arg'"
2264 { ac_configure_args0=; unset ac_configure_args0;}
2265 { ac_configure_args1=; unset ac_configure_args1;}
2267 # When interrupted or exit'd, cleanup temporary files, and complete
2268 # config.log. We remove comments because anyway the quotes in there
2269 # would cause problems or look ugly.
2270 # WARNING: Use '\'' to represent an apostrophe within the trap.
2271 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2272 trap 'exit_status=$?
2273 # Save into config.log some information that might help in debugging.
2277 $as_echo "## ---------------- ##
2278 ## Cache variables. ##
2279 ## ---------------- ##"
2281 # The following way of writing the cache mishandles newlines in values,
2283 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2284 eval ac_val=\$$ac_var
2288 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2289 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2292 _ | IFS | as_nl) ;; #(
2293 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2294 *) { eval $ac_var=; unset $ac_var;} ;;
2299 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2300 *${as_nl}ac_space=\ *)
2302 "s/'\''/'\''\\\\'\'''\''/g;
2303 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2306 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2313 $as_echo "## ----------------- ##
2314 ## Output variables. ##
2315 ## ----------------- ##"
2317 for ac_var in $ac_subst_vars
2319 eval ac_val=\$$ac_var
2321 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2323 $as_echo "$ac_var='\''$ac_val'\''"
2327 if test -n "$ac_subst_files"; then
2328 $as_echo "## ------------------- ##
2329 ## File substitutions. ##
2330 ## ------------------- ##"
2332 for ac_var in $ac_subst_files
2334 eval ac_val=\$$ac_var
2336 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2338 $as_echo "$ac_var='\''$ac_val'\''"
2343 if test -s confdefs.h; then
2344 $as_echo "## ----------- ##
2351 test "$ac_signal" != 0 &&
2352 $as_echo "$as_me: caught signal $ac_signal"
2353 $as_echo "$as_me: exit $exit_status"
2355 rm -f core *.core core.conftest.* &&
2356 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2359 for ac_signal in 1 2 13 15; do
2360 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2364 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2365 rm -f -r conftest* confdefs.h
2367 $as_echo "/* confdefs.h */" > confdefs.h
2369 # Predefined preprocessor variables.
2371 cat >>confdefs.h <<_ACEOF
2372 #define PACKAGE_NAME "$PACKAGE_NAME"
2375 cat >>confdefs.h <<_ACEOF
2376 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2379 cat >>confdefs.h <<_ACEOF
2380 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2383 cat >>confdefs.h <<_ACEOF
2384 #define PACKAGE_STRING "$PACKAGE_STRING"
2387 cat >>confdefs.h <<_ACEOF
2388 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2391 cat >>confdefs.h <<_ACEOF
2392 #define PACKAGE_URL "$PACKAGE_URL"
2396 # Let the site file select an alternate cache file if it wants to.
2397 # Prefer an explicitly selected file to automatically selected ones.
2400 if test -n "$CONFIG_SITE"; then
2401 # We do not want a PATH search for config.site.
2402 case $CONFIG_SITE in #((
2403 -*) ac_site_file1=./$CONFIG_SITE;;
2404 */*) ac_site_file1=$CONFIG_SITE;;
2405 *) ac_site_file1=./$CONFIG_SITE;;
2407 elif test "x$prefix" != xNONE; then
2408 ac_site_file1=$prefix/share/config.site
2409 ac_site_file2=$prefix/etc/config.site
2411 ac_site_file1=$ac_default_prefix/share/config.site
2412 ac_site_file2=$ac_default_prefix/etc/config.site
2414 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2416 test "x$ac_site_file" = xNONE && continue
2417 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2419 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2420 sed 's/^/| /' "$ac_site_file" >&5
2422 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2423 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2424 as_fn_error $? "failed to load site script $ac_site_file
2425 See \`config.log' for more details" "$LINENO" 5; }
2429 if test -r "$cache_file"; then
2430 # Some versions of bash will fail to source /dev/null (special files
2431 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2432 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2434 $as_echo "$as_me: loading cache $cache_file" >&6;}
2436 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2437 *) . "./$cache_file";;
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2442 $as_echo "$as_me: creating cache $cache_file" >&6;}
2446 # Check that the precious variables saved in the cache have kept the same
2448 ac_cache_corrupted=false
2449 for ac_var in $ac_precious_vars; do
2450 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2451 eval ac_new_set=\$ac_env_${ac_var}_set
2452 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2453 eval ac_new_val=\$ac_env_${ac_var}_value
2454 case $ac_old_set,$ac_new_set in
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2457 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2458 ac_cache_corrupted=: ;;
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2461 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2462 ac_cache_corrupted=: ;;
2465 if test "x$ac_old_val" != "x$ac_new_val"; then
2466 # differences in whitespace do not lead to failure.
2467 ac_old_val_w=`echo x $ac_old_val`
2468 ac_new_val_w=`echo x $ac_new_val`
2469 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2471 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2472 ac_cache_corrupted=:
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2475 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2476 eval $ac_var=\$ac_old_val
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2479 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2481 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2484 # Pass precious variables to config.status.
2485 if test "$ac_new_set" = set; then
2487 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2488 *) ac_arg=$ac_var=$ac_new_val ;;
2490 case " $ac_configure_args " in
2491 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2492 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2496 if $ac_cache_corrupted; then
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2498 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2500 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2501 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2503 ## -------------------- ##
2504 ## Main body of script. ##
2505 ## -------------------- ##
2508 ac_cpp='$CPP $CPPFLAGS'
2509 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2510 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2514 ac_config_headers="$ac_config_headers fficonfig.h"
2518 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2519 if test -f "$ac_dir/install-sh"; then
2521 ac_install_sh="$ac_aux_dir/install-sh -c"
2523 elif test -f "$ac_dir/install.sh"; then
2525 ac_install_sh="$ac_aux_dir/install.sh -c"
2527 elif test -f "$ac_dir/shtool"; then
2529 ac_install_sh="$ac_aux_dir/shtool install -c"
2533 if test -z "$ac_aux_dir"; then
2534 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2537 # These three variables are undocumented and unsupported,
2538 # and are intended to be withdrawn in a future Autoconf release.
2539 # They can cause serious problems if a builder's source tree is in a directory
2540 # whose full name contains unusual characters.
2541 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2542 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2543 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2546 # Make sure we can run config.sub.
2547 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2548 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2551 $as_echo_n "checking build system type... " >&6; }
2552 if ${ac_cv_build+:} false; then :
2553 $as_echo_n "(cached) " >&6
2555 ac_build_alias=$build_alias
2556 test "x$ac_build_alias" = x &&
2557 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2558 test "x$ac_build_alias" = x &&
2559 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2560 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2561 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2565 $as_echo "$ac_cv_build" >&6; }
2566 case $ac_cv_build in
2568 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2571 ac_save_IFS=$IFS; IFS='-'
2577 # Remember, the first character of IFS is used to create $*,
2578 # except with old shells:
2581 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2585 $as_echo_n "checking host system type... " >&6; }
2586 if ${ac_cv_host+:} false; then :
2587 $as_echo_n "(cached) " >&6
2589 if test "x$host_alias" = x; then
2590 ac_cv_host=$ac_cv_build
2592 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2593 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2598 $as_echo "$ac_cv_host" >&6; }
2601 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2604 ac_save_IFS=$IFS; IFS='-'
2610 # Remember, the first character of IFS is used to create $*,
2611 # except with old shells:
2614 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2618 $as_echo_n "checking target system type... " >&6; }
2619 if ${ac_cv_target+:} false; then :
2620 $as_echo_n "(cached) " >&6
2622 if test "x$target_alias" = x; then
2623 ac_cv_target=$ac_cv_host
2625 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2626 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2631 $as_echo "$ac_cv_target" >&6; }
2632 case $ac_cv_target in
2634 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2636 target=$ac_cv_target
2637 ac_save_IFS=$IFS; IFS='-'
2643 # Remember, the first character of IFS is used to create $*,
2644 # except with old shells:
2647 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2650 # The aliases save the names the user supplied, while $host etc.
2651 # will get canonicalized.
2652 test -n "$target_alias" &&
2653 test "$program_prefix$program_suffix$program_transform_name" = \
2655 program_prefix=${target_alias}-
2657 target_alias=${target_alias-$host_alias}
2659 . ${srcdir}/configure.host
2662 # [$]@ is unsable in 2.60+ but earlier autoconf had no ac_configure_args
2663 if test "${ac_configure_args+set}" != "set" ; then
2665 for ac_arg in ${1+"$@"}; do
2666 ac_configure_args="$ac_configure_args '$ac_arg'"
2670 # expand $ac_aux_dir to an absolute path
2671 am_aux_dir=`cd $ac_aux_dir && pwd`
2674 ax_enable_builddir="."
2675 # Check whether --enable-builddir was given.
2676 if test "${enable_builddir+set}" = set; then :
2677 enableval=$enable_builddir; ax_enable_builddir="$enableval"
2679 ax_enable_builddir="auto"
2682 if test ".$ac_srcdir_defaulted" != ".no" ; then
2683 if test ".$srcdir" = ".." ; then
2684 if test -f config.status ; then
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: toplevel srcdir already configured... skipping subdir build" >&5
2686 $as_echo "$as_me: toplevel srcdir already configured... skipping subdir build" >&6;}
2688 test ".$ax_enable_builddir" = "." && ax_enable_builddir="."
2689 test ".$ax_enable_builddir" = ".no" && ax_enable_builddir="."
2690 test ".$TARGET" = "." && TARGET="$target"
2691 test ".$ax_enable_builddir" = ".auto" && ax_enable_builddir="$TARGET"
2692 if test ".$ax_enable_builddir" != ".." ; then # we know where to go and
2693 as_dir=$ax_enable_builddir; as_fn_mkdir_p
2694 echo __.$ax_enable_builddir.__ > $ax_enable_builddir/conftest.tmp
2695 cd $ax_enable_builddir
2696 if grep __.$ax_enable_builddir.__ conftest.tmp >/dev/null 2>/dev/null ; then
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: continue configure in default builddir \"./$ax_enable_builddir\"" >&5
2699 $as_echo "continue configure in default builddir \"./$ax_enable_builddir\"" >&6; }
2701 as_fn_error $? "could not change to default builddir \"./$ax_enable_builddir\"" "$LINENO" 5
2703 srcdir=`echo "$ax_enable_builddir" |
2704 sed -e 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g;s,[/]$,,;'`
2705 # going to restart from subdirectory location
2706 test -f $srcdir/config.log && mv $srcdir/config.log .
2707 test -f $srcdir/confdefs.h && mv $srcdir/confdefs.h .
2708 test -f $srcdir/conftest.log && mv $srcdir/conftest.log .
2709 test -f $srcdir/$cache_file && mv $srcdir/$cache_file .
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&5
2711 $as_echo "....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&6; }
2712 case "$0" in # restart
2713 /\\*) eval $SHELL "'$0'" "'--srcdir=$srcdir'" "'--enable-builddir=$ax_enable_builddir'" $ac_configure_args ;;
2714 *) eval $SHELL "'$srcdir/$0'" "'--srcdir=$srcdir'" "'--enable-builddir=$ax_enable_builddir'" $ac_configure_args ;;
2719 test ".$ax_enable_builddir" = ".auto" && ax_enable_builddir="."
2720 # Extract the first word of "gsed sed", so it can be a program name with args.
2721 set dummy gsed sed; ac_word=$2
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2723 $as_echo_n "checking for $ac_word... " >&6; }
2724 if ${ac_cv_path_ax_enable_builddir_sed+:} false; then :
2725 $as_echo_n "(cached) " >&6
2727 case $ax_enable_builddir_sed in
2729 ac_cv_path_ax_enable_builddir_sed="$ax_enable_builddir_sed" # Let the user override the test with a path.
2732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2736 test -z "$as_dir" && as_dir=.
2737 for ac_exec_ext in '' $ac_executable_extensions; do
2738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2739 ac_cv_path_ax_enable_builddir_sed="$as_dir/$ac_word$ac_exec_ext"
2740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2747 test -z "$ac_cv_path_ax_enable_builddir_sed" && ac_cv_path_ax_enable_builddir_sed="sed"
2751 ax_enable_builddir_sed=$ac_cv_path_ax_enable_builddir_sed
2752 if test -n "$ax_enable_builddir_sed"; then
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_enable_builddir_sed" >&5
2754 $as_echo "$ax_enable_builddir_sed" >&6; }
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2757 $as_echo "no" >&6; }
2761 ax_enable_builddir_auxdir="$am_aux_dir"
2762 ac_config_commands="$ac_config_commands buildir"
2765 am__api_version='1.11'
2767 # Find a good install program. We prefer a C program (faster),
2768 # so one script is as good as another. But avoid the broken or
2769 # incompatible versions:
2770 # SysV /etc/install, /usr/sbin/install
2771 # SunOS /usr/etc/install
2772 # IRIX /sbin/install
2774 # AmigaOS /C/install, which installs bootblocks on floppy discs
2775 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2776 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2777 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2778 # OS/2's system install, which has a completely different semantic
2779 # ./install, which can be erroneously created by make from ./install.sh.
2780 # Reject install programs that cannot install multiple files.
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2782 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2783 if test -z "$INSTALL"; then
2784 if ${ac_cv_path_install+:} false; then :
2785 $as_echo_n "(cached) " >&6
2787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791 test -z "$as_dir" && as_dir=.
2792 # Account for people who put trailing slashes in PATH elements.
2793 case $as_dir/ in #((
2794 ./ | .// | /[cC]/* | \
2795 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2796 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2799 # OSF1 and SCO ODT 3.0 have their own names for install.
2800 # Don't use installbsd from OSF since it installs stuff as root
2802 for ac_prog in ginstall scoinst install; do
2803 for ac_exec_ext in '' $ac_executable_extensions; do
2804 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2805 if test $ac_prog = install &&
2806 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2807 # AIX install. It has an incompatible calling convention.
2809 elif test $ac_prog = install &&
2810 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2811 # program-specific install script used by HP pwplus--don't use.
2814 rm -rf conftest.one conftest.two conftest.dir
2815 echo one > conftest.one
2816 echo two > conftest.two
2818 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2819 test -s conftest.one && test -s conftest.two &&
2820 test -s conftest.dir/conftest.one &&
2821 test -s conftest.dir/conftest.two
2823 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2836 rm -rf conftest.one conftest.two conftest.dir
2839 if test "${ac_cv_path_install+set}" = set; then
2840 INSTALL=$ac_cv_path_install
2842 # As a last resort, use the slow shell script. Don't cache a
2843 # value for INSTALL within a source directory, because that will
2844 # break other packages using the cache if that directory is
2845 # removed, or if the value is a relative name.
2846 INSTALL=$ac_install_sh
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2850 $as_echo "$INSTALL" >&6; }
2852 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2853 # It thinks the first close brace ends the variable substitution.
2854 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2856 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2858 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2861 $as_echo_n "checking whether build environment is sane... " >&6; }
2864 echo timestamp > conftest.file
2865 # Reject unsafe characters in $srcdir or the absolute working directory
2866 # name. Accept space and tab only in the latter.
2870 *[\\\"\#\$\&\'\`$am_lf]*)
2871 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2874 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2875 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2878 # Do `set' in a subshell so we don't clobber the current shell's
2879 # arguments. Must try -L first in case configure is actually a
2880 # symlink; some systems play weird games with the mod time of symlinks
2881 # (eg FreeBSD returns the mod time of the symlink's containing
2884 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2885 if test "$*" = "X"; then
2887 set X `ls -t "$srcdir/configure" conftest.file`
2890 if test "$*" != "X $srcdir/configure conftest.file" \
2891 && test "$*" != "X conftest.file $srcdir/configure"; then
2893 # If neither matched, then we have a broken ls. This can happen
2894 # if, for instance, CONFIG_SHELL is bash and it inherits a
2895 # broken ls alias from the environment. This has actually
2896 # happened. Such a system could not be considered "sane".
2897 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2898 alias in your environment" "$LINENO" 5
2901 test "$2" = conftest.file
2907 as_fn_error $? "newly created file is older than distributed files!
2908 Check your system clock" "$LINENO" 5
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2911 $as_echo "yes" >&6; }
2912 test "$program_prefix" != NONE &&
2913 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2914 # Use a double $ so make ignores it.
2915 test "$program_suffix" != NONE &&
2916 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2917 # Double any \ or $.
2918 # By default was `s,x,x', remove it if useless.
2919 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2920 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2922 if test x"${MISSING+set}" != xset; then
2925 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2927 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2930 # Use eval to expand $SHELL
2931 if eval "$MISSING --run true"; then
2932 am_missing_run="$MISSING --run "
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2936 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2939 if test x"${install_sh}" != xset; then
2942 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2944 install_sh="\${SHELL} $am_aux_dir/install-sh"
2948 # Installed binaries are usually stripped using `strip' when the user
2949 # run `make install-strip'. However `strip' might not be the right
2950 # tool to use in cross-compilation environments, therefore Automake
2951 # will honor the `STRIP' environment variable to overrule this program.
2952 if test "$cross_compiling" != no; then
2953 if test -n "$ac_tool_prefix"; then
2954 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2955 set dummy ${ac_tool_prefix}strip; ac_word=$2
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2957 $as_echo_n "checking for $ac_word... " >&6; }
2958 if ${ac_cv_prog_STRIP+:} false; then :
2959 $as_echo_n "(cached) " >&6
2961 if test -n "$STRIP"; then
2962 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2968 test -z "$as_dir" && as_dir=.
2969 for ac_exec_ext in '' $ac_executable_extensions; do
2970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2971 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2981 STRIP=$ac_cv_prog_STRIP
2982 if test -n "$STRIP"; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2984 $as_echo "$STRIP" >&6; }
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987 $as_echo "no" >&6; }
2992 if test -z "$ac_cv_prog_STRIP"; then
2994 # Extract the first word of "strip", so it can be a program name with args.
2995 set dummy strip; ac_word=$2
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2997 $as_echo_n "checking for $ac_word... " >&6; }
2998 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2999 $as_echo_n "(cached) " >&6
3001 if test -n "$ac_ct_STRIP"; then
3002 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3008 test -z "$as_dir" && as_dir=.
3009 for ac_exec_ext in '' $ac_executable_extensions; do
3010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3011 ac_cv_prog_ac_ct_STRIP="strip"
3012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3021 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3022 if test -n "$ac_ct_STRIP"; then
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3024 $as_echo "$ac_ct_STRIP" >&6; }
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3027 $as_echo "no" >&6; }
3030 if test "x$ac_ct_STRIP" = x; then
3033 case $cross_compiling:$ac_tool_warned in
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3037 ac_tool_warned=yes ;;
3042 STRIP="$ac_cv_prog_STRIP"
3046 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3049 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3050 if test -z "$MKDIR_P"; then
3051 if ${ac_cv_path_mkdir+:} false; then :
3052 $as_echo_n "(cached) " >&6
3054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3058 test -z "$as_dir" && as_dir=.
3059 for ac_prog in mkdir gmkdir; do
3060 for ac_exec_ext in '' $ac_executable_extensions; do
3061 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3062 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3063 'mkdir (GNU coreutils) '* | \
3064 'mkdir (coreutils) '* | \
3065 'mkdir (fileutils) '4.1*)
3066 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3076 test -d ./--version && rmdir ./--version
3077 if test "${ac_cv_path_mkdir+set}" = set; then
3078 MKDIR_P="$ac_cv_path_mkdir -p"
3080 # As a last resort, use the slow shell script. Don't cache a
3081 # value for MKDIR_P within a source directory, because that will
3082 # break other packages using the cache if that directory is
3083 # removed, or if the value is a relative name.
3084 MKDIR_P="$ac_install_sh -d"
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3088 $as_echo "$MKDIR_P" >&6; }
3092 [\\/$]* | ?:[\\/]*) ;;
3093 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3096 for ac_prog in gawk mawk nawk awk
3098 # Extract the first word of "$ac_prog", so it can be a program name with args.
3099 set dummy $ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if ${ac_cv_prog_AWK+:} false; then :
3103 $as_echo_n "(cached) " >&6
3105 if test -n "$AWK"; then
3106 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112 test -z "$as_dir" && as_dir=.
3113 for ac_exec_ext in '' $ac_executable_extensions; do
3114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3115 ac_cv_prog_AWK="$ac_prog"
3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3126 if test -n "$AWK"; then
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3128 $as_echo "$AWK" >&6; }
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3135 test -n "$AWK" && break
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3139 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3141 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3142 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3143 $as_echo_n "(cached) " >&6
3145 cat >conftest.make <<\_ACEOF
3148 @echo '@@@%%%=$(MAKE)=@@@%%%'
3150 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3151 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3153 eval ac_cv_prog_make_${ac_make}_set=yes;;
3155 eval ac_cv_prog_make_${ac_make}_set=no;;
3159 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3161 $as_echo "yes" >&6; }
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 SET_MAKE="MAKE=${MAKE-make}"
3169 rm -rf .tst 2>/dev/null
3170 mkdir .tst 2>/dev/null
3171 if test -d .tst; then
3176 rmdir .tst 2>/dev/null
3178 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3179 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3180 # is not polluted with repeated "-I."
3181 am__isrc=' -I$(srcdir)'
3182 # test to see if srcdir already configured
3183 if test -f $srcdir/config.status; then
3184 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3188 # test whether we have cygpath
3189 if test -z "$CYGPATH_W"; then
3190 if (cygpath --version) >/dev/null 2>/dev/null; then
3191 CYGPATH_W='cygpath -w'
3198 # Define the identity of the package.
3200 VERSION='3.0.11-rc2'
3203 cat >>confdefs.h <<_ACEOF
3204 #define PACKAGE "$PACKAGE"
3208 cat >>confdefs.h <<_ACEOF
3209 #define VERSION "$VERSION"
3212 # Some tools Automake needs.
3214 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3217 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3220 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3223 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3226 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3228 # We need awk for the "check" target. The system "awk" is bad on
3230 # Always define AMTAR for backward compatibility.
3232 AMTAR=${AMTAR-"${am_missing_run}tar"}
3234 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3241 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3242 # We must force CC to /not/ be precious variables; otherwise
3243 # the wrong, non-multilib-adjusted value will be used in multilibs.
3244 # As a side effect, we have to subst CFLAGS ourselves.
3245 # Also save and restore CFLAGS, since AC_PROG_CC will come up with
3246 # defaults of its own if none are provided.
3252 ac_cpp='$CPP $CPPFLAGS'
3253 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3254 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3255 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3256 if test -n "$ac_tool_prefix"; then
3257 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3258 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3260 $as_echo_n "checking for $ac_word... " >&6; }
3261 if ${ac_cv_prog_CC+:} false; then :
3262 $as_echo_n "(cached) " >&6
3264 if test -n "$CC"; then
3265 ac_cv_prog_CC="$CC" # Let the user override the test.
3267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3271 test -z "$as_dir" && as_dir=.
3272 for ac_exec_ext in '' $ac_executable_extensions; do
3273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3274 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3285 if test -n "$CC"; then
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3287 $as_echo "$CC" >&6; }
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3290 $as_echo "no" >&6; }
3295 if test -z "$ac_cv_prog_CC"; then
3297 # Extract the first word of "gcc", so it can be a program name with args.
3298 set dummy gcc; ac_word=$2
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3300 $as_echo_n "checking for $ac_word... " >&6; }
3301 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3302 $as_echo_n "(cached) " >&6
3304 if test -n "$ac_ct_CC"; then
3305 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3311 test -z "$as_dir" && as_dir=.
3312 for ac_exec_ext in '' $ac_executable_extensions; do
3313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3314 ac_cv_prog_ac_ct_CC="gcc"
3315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3324 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3325 if test -n "$ac_ct_CC"; then
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3327 $as_echo "$ac_ct_CC" >&6; }
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3330 $as_echo "no" >&6; }
3333 if test "x$ac_ct_CC" = x; then
3336 case $cross_compiling:$ac_tool_warned in
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3339 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3340 ac_tool_warned=yes ;;
3348 if test -z "$CC"; then
3349 if test -n "$ac_tool_prefix"; then
3350 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3351 set dummy ${ac_tool_prefix}cc; ac_word=$2
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3353 $as_echo_n "checking for $ac_word... " >&6; }
3354 if ${ac_cv_prog_CC+:} false; then :
3355 $as_echo_n "(cached) " >&6
3357 if test -n "$CC"; then
3358 ac_cv_prog_CC="$CC" # Let the user override the test.
3360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3364 test -z "$as_dir" && as_dir=.
3365 for ac_exec_ext in '' $ac_executable_extensions; do
3366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3367 ac_cv_prog_CC="${ac_tool_prefix}cc"
3368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3378 if test -n "$CC"; then
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3380 $as_echo "$CC" >&6; }
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3383 $as_echo "no" >&6; }
3389 if test -z "$CC"; then
3390 # Extract the first word of "cc", so it can be a program name with args.
3391 set dummy cc; ac_word=$2
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3393 $as_echo_n "checking for $ac_word... " >&6; }
3394 if ${ac_cv_prog_CC+:} false; then :
3395 $as_echo_n "(cached) " >&6
3397 if test -n "$CC"; then
3398 ac_cv_prog_CC="$CC" # Let the user override the test.
3401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3405 test -z "$as_dir" && as_dir=.
3406 for ac_exec_ext in '' $ac_executable_extensions; do
3407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3408 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3409 ac_prog_rejected=yes
3413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3420 if test $ac_prog_rejected = yes; then
3421 # We found a bogon in the path, so make sure we never use it.
3422 set dummy $ac_cv_prog_CC
3424 if test $# != 0; then
3425 # We chose a different compiler from the bogus one.
3426 # However, it has the same basename, so the bogon will be chosen
3427 # first if we set CC to just the basename; use the full file name.
3429 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3435 if test -n "$CC"; then
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3437 $as_echo "$CC" >&6; }
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3440 $as_echo "no" >&6; }
3445 if test -z "$CC"; then
3446 if test -n "$ac_tool_prefix"; then
3447 for ac_prog in cl.exe
3449 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3450 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3452 $as_echo_n "checking for $ac_word... " >&6; }
3453 if ${ac_cv_prog_CC+:} false; then :
3454 $as_echo_n "(cached) " >&6
3456 if test -n "$CC"; then
3457 ac_cv_prog_CC="$CC" # Let the user override the test.
3459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3463 test -z "$as_dir" && as_dir=.
3464 for ac_exec_ext in '' $ac_executable_extensions; do
3465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3466 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3477 if test -n "$CC"; then
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3479 $as_echo "$CC" >&6; }
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3482 $as_echo "no" >&6; }
3486 test -n "$CC" && break
3489 if test -z "$CC"; then
3491 for ac_prog in cl.exe
3493 # Extract the first word of "$ac_prog", so it can be a program name with args.
3494 set dummy $ac_prog; ac_word=$2
3495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3496 $as_echo_n "checking for $ac_word... " >&6; }
3497 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3498 $as_echo_n "(cached) " >&6
3500 if test -n "$ac_ct_CC"; then
3501 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3507 test -z "$as_dir" && as_dir=.
3508 for ac_exec_ext in '' $ac_executable_extensions; do
3509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3510 ac_cv_prog_ac_ct_CC="$ac_prog"
3511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3520 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3521 if test -n "$ac_ct_CC"; then
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3523 $as_echo "$ac_ct_CC" >&6; }
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3526 $as_echo "no" >&6; }
3530 test -n "$ac_ct_CC" && break
3533 if test "x$ac_ct_CC" = x; then
3536 case $cross_compiling:$ac_tool_warned in
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3540 ac_tool_warned=yes ;;
3549 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3550 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3551 as_fn_error $? "no acceptable C compiler found in \$PATH
3552 See \`config.log' for more details" "$LINENO" 5; }
3554 # Provide some information about the compiler.
3555 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3558 for ac_option in --version -v -V -qversion; do
3559 { { ac_try="$ac_compiler $ac_option >&5"
3561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3562 *) ac_try_echo=$ac_try;;
3564 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3565 $as_echo "$ac_try_echo"; } >&5
3566 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3568 if test -s conftest.err; then
3570 ... rest of stderr output deleted ...
3571 10q' conftest.err >conftest.er1
3572 cat conftest.er1 >&5
3574 rm -f conftest.er1 conftest.err
3575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3576 test $ac_status = 0; }
3579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3580 /* end confdefs.h. */
3590 ac_clean_files_save=$ac_clean_files
3591 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3592 # Try to create an executable without -o first, disregard a.out.
3593 # It will help us diagnose broken compilers, and finding out an intuition
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3596 $as_echo_n "checking whether the C compiler works... " >&6; }
3597 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3599 # The possible output files:
3600 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3603 for ac_file in $ac_files
3606 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3607 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3612 if { { ac_try="$ac_link_default"
3614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3615 *) ac_try_echo=$ac_try;;
3617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3618 $as_echo "$ac_try_echo"; } >&5
3619 (eval "$ac_link_default") 2>&5
3621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3622 test $ac_status = 0; }; then :
3623 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3624 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3625 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3626 # so that the user can short-circuit this test for compilers unknown to
3628 for ac_file in $ac_files ''
3630 test -f "$ac_file" || continue
3632 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3635 # We found the default executable, but exeext='' is most
3639 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3641 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3643 # We set ac_cv_exeext here because the later test for it is not
3644 # safe: cross compilers may not add the suffix if given an `-o'
3645 # argument, so we may need to know it at that point already.
3646 # Even if this section looks crufty: it has the advantage of
3653 test "$ac_cv_exeext" = no && ac_cv_exeext=
3658 if test -z "$ac_file"; then :
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3660 $as_echo "no" >&6; }
3661 $as_echo "$as_me: failed program was:" >&5
3662 sed 's/^/| /' conftest.$ac_ext >&5
3664 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3665 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3666 as_fn_error 77 "C compiler cannot create executables
3667 See \`config.log' for more details" "$LINENO" 5; }
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3670 $as_echo "yes" >&6; }
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3673 $as_echo_n "checking for C compiler default output file name... " >&6; }
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3675 $as_echo "$ac_file" >&6; }
3676 ac_exeext=$ac_cv_exeext
3678 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3679 ac_clean_files=$ac_clean_files_save
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3681 $as_echo_n "checking for suffix of executables... " >&6; }
3682 if { { ac_try="$ac_link"
3684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3685 *) ac_try_echo=$ac_try;;
3687 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3688 $as_echo "$ac_try_echo"; } >&5
3689 (eval "$ac_link") 2>&5
3691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3692 test $ac_status = 0; }; then :
3693 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3694 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3695 # work properly (i.e., refer to `conftest.exe'), while it won't with
3697 for ac_file in conftest.exe conftest conftest.*; do
3698 test -f "$ac_file" || continue
3700 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3701 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3707 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3708 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3709 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3710 See \`config.log' for more details" "$LINENO" 5; }
3712 rm -f conftest conftest$ac_cv_exeext
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3714 $as_echo "$ac_cv_exeext" >&6; }
3716 rm -f conftest.$ac_ext
3717 EXEEXT=$ac_cv_exeext
3719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3720 /* end confdefs.h. */
3725 FILE *f = fopen ("conftest.out", "w");
3726 return ferror (f) || fclose (f) != 0;
3732 ac_clean_files="$ac_clean_files conftest.out"
3733 # Check that the compiler produces executables we can run. If not, either
3734 # the compiler is broken, or we cross compile.
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3736 $as_echo_n "checking whether we are cross compiling... " >&6; }
3737 if test "$cross_compiling" != yes; then
3738 { { ac_try="$ac_link"
3740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3741 *) ac_try_echo=$ac_try;;
3743 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3744 $as_echo "$ac_try_echo"; } >&5
3745 (eval "$ac_link") 2>&5
3747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3748 test $ac_status = 0; }
3749 if { ac_try='./conftest$ac_cv_exeext'
3750 { { case "(($ac_try" in
3751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3752 *) ac_try_echo=$ac_try;;
3754 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3755 $as_echo "$ac_try_echo"; } >&5
3756 (eval "$ac_try") 2>&5
3758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3759 test $ac_status = 0; }; }; then
3762 if test "$cross_compiling" = maybe; then
3765 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3766 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3767 as_fn_error $? "cannot run C compiled programs.
3768 If you meant to cross compile, use \`--host'.
3769 See \`config.log' for more details" "$LINENO" 5; }
3773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3774 $as_echo "$cross_compiling" >&6; }
3776 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3777 ac_clean_files=$ac_clean_files_save
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3779 $as_echo_n "checking for suffix of object files... " >&6; }
3780 if ${ac_cv_objext+:} false; then :
3781 $as_echo_n "(cached) " >&6
3783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3784 /* end confdefs.h. */
3794 rm -f conftest.o conftest.obj
3795 if { { ac_try="$ac_compile"
3797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3798 *) ac_try_echo=$ac_try;;
3800 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3801 $as_echo "$ac_try_echo"; } >&5
3802 (eval "$ac_compile") 2>&5
3804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3805 test $ac_status = 0; }; then :
3806 for ac_file in conftest.o conftest.obj conftest.*; do
3807 test -f "$ac_file" || continue;
3809 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3810 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3815 $as_echo "$as_me: failed program was:" >&5
3816 sed 's/^/| /' conftest.$ac_ext >&5
3818 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3820 as_fn_error $? "cannot compute suffix of object files: cannot compile
3821 See \`config.log' for more details" "$LINENO" 5; }
3823 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3826 $as_echo "$ac_cv_objext" >&6; }
3827 OBJEXT=$ac_cv_objext
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3830 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3831 if ${ac_cv_c_compiler_gnu+:} false; then :
3832 $as_echo_n "(cached) " >&6
3834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3835 /* end confdefs.h. */
3848 if ac_fn_c_try_compile "$LINENO"; then :
3853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3854 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3858 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3859 if test $ac_compiler_gnu = yes; then
3864 ac_test_CFLAGS=${CFLAGS+set}
3865 ac_save_CFLAGS=$CFLAGS
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3867 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3868 if ${ac_cv_prog_cc_g+:} false; then :
3869 $as_echo_n "(cached) " >&6
3871 ac_save_c_werror_flag=$ac_c_werror_flag
3872 ac_c_werror_flag=yes
3875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3876 /* end confdefs.h. */
3886 if ac_fn_c_try_compile "$LINENO"; then :
3890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3891 /* end confdefs.h. */
3901 if ac_fn_c_try_compile "$LINENO"; then :
3904 ac_c_werror_flag=$ac_save_c_werror_flag
3906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3907 /* end confdefs.h. */
3917 if ac_fn_c_try_compile "$LINENO"; then :
3920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3925 ac_c_werror_flag=$ac_save_c_werror_flag
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3928 $as_echo "$ac_cv_prog_cc_g" >&6; }
3929 if test "$ac_test_CFLAGS" = set; then
3930 CFLAGS=$ac_save_CFLAGS
3931 elif test $ac_cv_prog_cc_g = yes; then
3932 if test "$GCC" = yes; then
3938 if test "$GCC" = yes; then
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3945 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3946 if ${ac_cv_prog_cc_c89+:} false; then :
3947 $as_echo_n "(cached) " >&6
3949 ac_cv_prog_cc_c89=no
3951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3952 /* end confdefs.h. */
3955 #include <sys/types.h>
3956 #include <sys/stat.h>
3957 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3958 struct buf { int x; };
3959 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3960 static char *e (p, i)
3966 static char *f (char * (*g) (char **, int), char **p, ...)
3971 s = g (p, va_arg (v,int));
3976 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3977 function prototypes and stuff, but not '\xHH' hex character constants.
3978 These don't provoke an error unfortunately, instead are silently treated
3979 as 'x'. The following induces an error, until -std is added to get
3980 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3981 array size at least. It's necessary to write '\x00'==0 to get something
3982 that's true only with -std. */
3983 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3985 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3986 inside strings and character constants. */
3988 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3990 int test (int i, double x);
3991 struct s1 {int (*f) (int a);};
3992 struct s2 {int (*f) (double a);};
3993 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3999 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4004 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4005 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4007 CC="$ac_save_CC $ac_arg"
4008 if ac_fn_c_try_compile "$LINENO"; then :
4009 ac_cv_prog_cc_c89=$ac_arg
4011 rm -f core conftest.err conftest.$ac_objext
4012 test "x$ac_cv_prog_cc_c89" != "xno" && break
4014 rm -f conftest.$ac_ext
4019 case "x$ac_cv_prog_cc_c89" in
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4022 $as_echo "none needed" >&6; } ;;
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4025 $as_echo "unsupported" >&6; } ;;
4027 CC="$CC $ac_cv_prog_cc_c89"
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4029 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4031 if test "x$ac_cv_prog_cc_c89" != xno; then :
4036 ac_cpp='$CPP $CPPFLAGS'
4037 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4038 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4039 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4040 DEPDIR="${am__leading_dot}deps"
4042 ac_config_commands="$ac_config_commands depfiles"
4045 am_make=${MAKE-make}
4046 cat > confinc << 'END'
4048 @echo this is the am__doit target
4051 # If we don't find an include directive, just comment out the code.
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4053 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4057 # First try GNU make style include.
4058 echo "include confinc" > confmf
4059 # Ignore all kinds of additional output from `make'.
4060 case `$am_make -s -f confmf 2> /dev/null` in #(
4061 *the\ am__doit\ target*)
4067 # Now try BSD make style include.
4068 if test "$am__include" = "#"; then
4069 echo '.include "confinc"' > confmf
4070 case `$am_make -s -f confmf 2> /dev/null` in #(
4071 *the\ am__doit\ target*)
4072 am__include=.include
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4081 $as_echo "$_am_result" >&6; }
4082 rm -f confinc confmf
4084 # Check whether --enable-dependency-tracking was given.
4085 if test "${enable_dependency_tracking+set}" = set; then :
4086 enableval=$enable_dependency_tracking;
4089 if test "x$enable_dependency_tracking" != xno; then
4090 am_depcomp="$ac_aux_dir/depcomp"
4093 if test "x$enable_dependency_tracking" != xno; then
4103 depcc="$CC" am_compiler_list=
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4106 $as_echo_n "checking dependency style of $depcc... " >&6; }
4107 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4108 $as_echo_n "(cached) " >&6
4110 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4111 # We make a subdir and do the tests there. Otherwise we can end up
4112 # making bogus files that we don't know about and never remove. For
4113 # instance it was reported that on HP-UX the gcc test will end up
4114 # making a dummy file named `D' -- because `-MD' means `put the output
4117 # Copy depcomp to subdir because otherwise we won't find it if we're
4118 # using a relative directory.
4119 cp "$am_depcomp" conftest.dir
4121 # We will build objects and dependencies in a subdirectory because
4122 # it helps to detect inapplicable dependency modes. For instance
4123 # both Tru64's cc and ICC support -MD to output dependencies as a
4124 # side effect of compilation, but ICC will put the dependencies in
4125 # the current directory while Tru64 will put them in the object
4129 am_cv_CC_dependencies_compiler_type=none
4130 if test "$am_compiler_list" = ""; then
4131 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4134 case " $depcc " in #(
4135 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4138 for depmode in $am_compiler_list; do
4139 # Setup a source with many dependencies, because some compilers
4140 # like to wrap large dependency lists on column 80 (with \), and
4141 # we should not choose a depcomp mode which is confused by this.
4143 # We need to recreate these files for each test, as the compiler may
4144 # overwrite some of them when testing with obscure command lines.
4145 # This happens at least with the AIX C compiler.
4147 for i in 1 2 3 4 5 6; do
4148 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4149 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4150 # Solaris 8's {/usr,}/bin/sh.
4151 touch sub/conftst$i.h
4153 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4155 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4156 # mode. It turns out that the SunPro C++ compiler does not properly
4157 # handle `-M -o', and we need to detect this. Also, some Intel
4158 # versions had trouble with output in subdirs
4159 am__obj=sub/conftest.${OBJEXT-o}
4160 am__minus_obj="-o $am__obj"
4163 # This depmode causes a compiler race in universal mode.
4164 test "$am__universal" = false || continue
4167 # after this tag, mechanisms are not by side-effect, so they'll
4168 # only be used when explicitly requested
4169 if test "x$enable_dependency_tracking" = xyes; then
4175 msvisualcpp | msvcmsys)
4176 # This compiler won't grok `-c -o', but also, the minuso test has
4177 # not run yet. These depmodes are late enough in the game, and
4178 # so weak that their functioning should not be impacted.
4179 am__obj=conftest.${OBJEXT-o}
4184 if depmode=$depmode \
4185 source=sub/conftest.c object=$am__obj \
4186 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4187 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4188 >/dev/null 2>conftest.err &&
4189 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4190 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4191 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4192 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4193 # icc doesn't choke on unknown options, it will just issue warnings
4194 # or remarks (even with -Werror). So we grep stderr for any message
4195 # that says an option was ignored or not supported.
4196 # When given -MP, icc 7.0 and 7.1 complain thusly:
4197 # icc: Command line warning: ignoring option '-M'; no argument required
4198 # The diagnosis changed in icc 8.0:
4199 # icc: Command line remark: option '-MP' not supported
4200 if (grep 'ignoring option' conftest.err ||
4201 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4202 am_cv_CC_dependencies_compiler_type=$depmode
4211 am_cv_CC_dependencies_compiler_type=none
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4216 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4217 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4220 test "x$enable_dependency_tracking" != xno \
4221 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4223 am__fastdepCC_FALSE='#'
4225 am__fastdepCC_TRUE='#'
4226 am__fastdepCC_FALSE=
4236 # By default we simply use the C compiler to build assembly code.
4238 test "${CCAS+set}" = set || CCAS=$CC
4239 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4243 depcc="$CCAS" am_compiler_list=
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4246 $as_echo_n "checking dependency style of $depcc... " >&6; }
4247 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4248 $as_echo_n "(cached) " >&6
4250 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4251 # We make a subdir and do the tests there. Otherwise we can end up
4252 # making bogus files that we don't know about and never remove. For
4253 # instance it was reported that on HP-UX the gcc test will end up
4254 # making a dummy file named `D' -- because `-MD' means `put the output
4257 # Copy depcomp to subdir because otherwise we won't find it if we're
4258 # using a relative directory.
4259 cp "$am_depcomp" conftest.dir
4261 # We will build objects and dependencies in a subdirectory because
4262 # it helps to detect inapplicable dependency modes. For instance
4263 # both Tru64's cc and ICC support -MD to output dependencies as a
4264 # side effect of compilation, but ICC will put the dependencies in
4265 # the current directory while Tru64 will put them in the object
4269 am_cv_CCAS_dependencies_compiler_type=none
4270 if test "$am_compiler_list" = ""; then
4271 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4276 for depmode in $am_compiler_list; do
4277 # Setup a source with many dependencies, because some compilers
4278 # like to wrap large dependency lists on column 80 (with \), and
4279 # we should not choose a depcomp mode which is confused by this.
4281 # We need to recreate these files for each test, as the compiler may
4282 # overwrite some of them when testing with obscure command lines.
4283 # This happens at least with the AIX C compiler.
4285 for i in 1 2 3 4 5 6; do
4286 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4287 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4288 # Solaris 8's {/usr,}/bin/sh.
4289 touch sub/conftst$i.h
4291 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4293 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4294 # mode. It turns out that the SunPro C++ compiler does not properly
4295 # handle `-M -o', and we need to detect this. Also, some Intel
4296 # versions had trouble with output in subdirs
4297 am__obj=sub/conftest.${OBJEXT-o}
4298 am__minus_obj="-o $am__obj"
4301 # This depmode causes a compiler race in universal mode.
4302 test "$am__universal" = false || continue
4305 # after this tag, mechanisms are not by side-effect, so they'll
4306 # only be used when explicitly requested
4307 if test "x$enable_dependency_tracking" = xyes; then
4313 msvisualcpp | msvcmsys)
4314 # This compiler won't grok `-c -o', but also, the minuso test has
4315 # not run yet. These depmodes are late enough in the game, and
4316 # so weak that their functioning should not be impacted.
4317 am__obj=conftest.${OBJEXT-o}
4322 if depmode=$depmode \
4323 source=sub/conftest.c object=$am__obj \
4324 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4325 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4326 >/dev/null 2>conftest.err &&
4327 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4328 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4329 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4330 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4331 # icc doesn't choke on unknown options, it will just issue warnings
4332 # or remarks (even with -Werror). So we grep stderr for any message
4333 # that says an option was ignored or not supported.
4334 # When given -MP, icc 7.0 and 7.1 complain thusly:
4335 # icc: Command line warning: ignoring option '-M'; no argument required
4336 # The diagnosis changed in icc 8.0:
4337 # icc: Command line remark: option '-MP' not supported
4338 if (grep 'ignoring option' conftest.err ||
4339 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4340 am_cv_CCAS_dependencies_compiler_type=$depmode
4349 am_cv_CCAS_dependencies_compiler_type=none
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4354 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4355 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4358 test "x$enable_dependency_tracking" != xno \
4359 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4360 am__fastdepCCAS_TRUE=
4361 am__fastdepCCAS_FALSE='#'
4363 am__fastdepCCAS_TRUE='#'
4364 am__fastdepCCAS_FALSE=
4368 if test "x$CC" != xcc; then
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4370 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4373 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4375 set dummy $CC; ac_cc=`$as_echo "$2" |
4376 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4377 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
4378 $as_echo_n "(cached) " >&6
4380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4381 /* end confdefs.h. */
4391 # Make sure it works both with $CC and with simple cc.
4392 # We do the test twice because some compilers refuse to overwrite an
4393 # existing .o file with -o, though they will create one.
4394 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4396 if { { case "(($ac_try" in
4397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4398 *) ac_try_echo=$ac_try;;
4400 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4401 $as_echo "$ac_try_echo"; } >&5
4402 (eval "$ac_try") 2>&5
4404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4405 test $ac_status = 0; } &&
4406 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4408 *) ac_try_echo=$ac_try;;
4410 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4411 $as_echo "$ac_try_echo"; } >&5
4412 (eval "$ac_try") 2>&5
4414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4415 test $ac_status = 0; };
4417 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4418 if test "x$CC" != xcc; then
4419 # Test first that cc exists at all.
4420 if { ac_try='cc -c conftest.$ac_ext >&5'
4421 { { case "(($ac_try" in
4422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4423 *) ac_try_echo=$ac_try;;
4425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4426 $as_echo "$ac_try_echo"; } >&5
4427 (eval "$ac_try") 2>&5
4429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4430 test $ac_status = 0; }; }; then
4431 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4433 if { { case "(($ac_try" in
4434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4435 *) ac_try_echo=$ac_try;;
4437 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4438 $as_echo "$ac_try_echo"; } >&5
4439 (eval "$ac_try") 2>&5
4441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4442 test $ac_status = 0; } &&
4443 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4447 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4448 $as_echo "$ac_try_echo"; } >&5
4449 (eval "$ac_try") 2>&5
4451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4452 test $ac_status = 0; };
4457 # cc exists but doesn't like -o.
4458 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4463 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4465 rm -f core conftest*
4468 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4470 $as_echo "yes" >&6; }
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4473 $as_echo "no" >&6; }
4475 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4479 # FIXME: we rely on the cache variable name because
4480 # there is no other way.
4482 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4483 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4484 if test "$am_t" != yes; then
4485 # Losing compiler, so override with the script.
4486 # FIXME: It is wrong to rewrite CC.
4487 # But if we don't then we get into trouble of one sort or another.
4488 # A longer-term fix would be to have automake use am__CC in this case,
4489 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4490 CC="$am_aux_dir/compile $CC"
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4497 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4503 macro_revision='1.3293'
4517 ltmain="$ac_aux_dir/ltmain.sh"
4519 # Backslashify metacharacters that are still active within
4520 # double-quoted strings.
4521 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4523 # Same as above, but do not quote variable references.
4524 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4526 # Sed substitution to delay expansion of an escaped shell variable in a
4527 # double_quote_subst'ed string.
4528 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4530 # Sed substitution to delay expansion of an escaped single quote.
4531 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4533 # Sed substitution to avoid accidental globbing in evaled expressions
4534 no_glob_subst='s/\*/\\\*/g'
4536 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4537 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4538 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4541 $as_echo_n "checking how to print strings... " >&6; }
4542 # Test print first, because it will be a builtin if present.
4543 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
4544 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4546 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4549 # Use this function as a fallback that always works.
4550 func_fallback_echo ()
4552 eval 'cat <<_LTECHO_EOF
4556 ECHO='func_fallback_echo'
4559 # func_echo_all arg...
4560 # Invoke $ECHO with all args, space-separated.
4567 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4568 $as_echo "printf" >&6; } ;;
4569 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4570 $as_echo "print -r" >&6; } ;;
4571 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4572 $as_echo "cat" >&6; } ;;
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4589 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4590 if ${ac_cv_path_SED+:} false; then :
4591 $as_echo_n "(cached) " >&6
4593 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4594 for ac_i in 1 2 3 4 5 6 7; do
4595 ac_script="$ac_script$as_nl$ac_script"
4597 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4598 { ac_script=; unset ac_script;}
4599 if test -z "$SED"; then
4600 ac_path_SED_found=false
4601 # Loop through the user's path and test for each of PROGNAME-LIST
4602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606 test -z "$as_dir" && as_dir=.
4607 for ac_prog in sed gsed; do
4608 for ac_exec_ext in '' $ac_executable_extensions; do
4609 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4610 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4611 # Check for GNU ac_path_SED and select it if it is found.
4612 # Check for GNU $ac_path_SED
4613 case `"$ac_path_SED" --version 2>&1` in
4615 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4618 $as_echo_n 0123456789 >"conftest.in"
4621 cat "conftest.in" "conftest.in" >"conftest.tmp"
4622 mv "conftest.tmp" "conftest.in"
4623 cp "conftest.in" "conftest.nl"
4624 $as_echo '' >> "conftest.nl"
4625 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4626 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4627 as_fn_arith $ac_count + 1 && ac_count=$as_val
4628 if test $ac_count -gt ${ac_path_SED_max-0}; then
4629 # Best one so far, save it but keep looking for a better one
4630 ac_cv_path_SED="$ac_path_SED"
4631 ac_path_SED_max=$ac_count
4633 # 10*(2^10) chars as input seems more than enough
4634 test $ac_count -gt 10 && break
4636 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4639 $ac_path_SED_found && break 3
4644 if test -z "$ac_cv_path_SED"; then
4645 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4653 $as_echo "$ac_cv_path_SED" >&6; }
4654 SED="$ac_cv_path_SED"
4657 test -z "$SED" && SED=sed
4658 Xsed="$SED -e 1s/^X//"
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4671 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4672 if ${ac_cv_path_GREP+:} false; then :
4673 $as_echo_n "(cached) " >&6
4675 if test -z "$GREP"; then
4676 ac_path_GREP_found=false
4677 # Loop through the user's path and test for each of PROGNAME-LIST
4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4679 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4682 test -z "$as_dir" && as_dir=.
4683 for ac_prog in grep ggrep; do
4684 for ac_exec_ext in '' $ac_executable_extensions; do
4685 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4686 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4687 # Check for GNU ac_path_GREP and select it if it is found.
4688 # Check for GNU $ac_path_GREP
4689 case `"$ac_path_GREP" --version 2>&1` in
4691 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4694 $as_echo_n 0123456789 >"conftest.in"
4697 cat "conftest.in" "conftest.in" >"conftest.tmp"
4698 mv "conftest.tmp" "conftest.in"
4699 cp "conftest.in" "conftest.nl"
4700 $as_echo 'GREP' >> "conftest.nl"
4701 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4702 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4703 as_fn_arith $ac_count + 1 && ac_count=$as_val
4704 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4705 # Best one so far, save it but keep looking for a better one
4706 ac_cv_path_GREP="$ac_path_GREP"
4707 ac_path_GREP_max=$ac_count
4709 # 10*(2^10) chars as input seems more than enough
4710 test $ac_count -gt 10 && break
4712 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4715 $ac_path_GREP_found && break 3
4720 if test -z "$ac_cv_path_GREP"; then
4721 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4724 ac_cv_path_GREP=$GREP
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4729 $as_echo "$ac_cv_path_GREP" >&6; }
4730 GREP="$ac_cv_path_GREP"
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4734 $as_echo_n "checking for egrep... " >&6; }
4735 if ${ac_cv_path_EGREP+:} false; then :
4736 $as_echo_n "(cached) " >&6
4738 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4739 then ac_cv_path_EGREP="$GREP -E"
4741 if test -z "$EGREP"; then
4742 ac_path_EGREP_found=false
4743 # Loop through the user's path and test for each of PROGNAME-LIST
4744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4748 test -z "$as_dir" && as_dir=.
4749 for ac_prog in egrep; do
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4752 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4753 # Check for GNU ac_path_EGREP and select it if it is found.
4754 # Check for GNU $ac_path_EGREP
4755 case `"$ac_path_EGREP" --version 2>&1` in
4757 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4760 $as_echo_n 0123456789 >"conftest.in"
4763 cat "conftest.in" "conftest.in" >"conftest.tmp"
4764 mv "conftest.tmp" "conftest.in"
4765 cp "conftest.in" "conftest.nl"
4766 $as_echo 'EGREP' >> "conftest.nl"
4767 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4768 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4769 as_fn_arith $ac_count + 1 && ac_count=$as_val
4770 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4771 # Best one so far, save it but keep looking for a better one
4772 ac_cv_path_EGREP="$ac_path_EGREP"
4773 ac_path_EGREP_max=$ac_count
4775 # 10*(2^10) chars as input seems more than enough
4776 test $ac_count -gt 10 && break
4778 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4781 $ac_path_EGREP_found && break 3
4786 if test -z "$ac_cv_path_EGREP"; then
4787 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4790 ac_cv_path_EGREP=$EGREP
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4796 $as_echo "$ac_cv_path_EGREP" >&6; }
4797 EGREP="$ac_cv_path_EGREP"
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4801 $as_echo_n "checking for fgrep... " >&6; }
4802 if ${ac_cv_path_FGREP+:} false; then :
4803 $as_echo_n "(cached) " >&6
4805 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4806 then ac_cv_path_FGREP="$GREP -F"
4808 if test -z "$FGREP"; then
4809 ac_path_FGREP_found=false
4810 # Loop through the user's path and test for each of PROGNAME-LIST
4811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4812 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4815 test -z "$as_dir" && as_dir=.
4816 for ac_prog in fgrep; do
4817 for ac_exec_ext in '' $ac_executable_extensions; do
4818 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4819 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4820 # Check for GNU ac_path_FGREP and select it if it is found.
4821 # Check for GNU $ac_path_FGREP
4822 case `"$ac_path_FGREP" --version 2>&1` in
4824 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4827 $as_echo_n 0123456789 >"conftest.in"
4830 cat "conftest.in" "conftest.in" >"conftest.tmp"
4831 mv "conftest.tmp" "conftest.in"
4832 cp "conftest.in" "conftest.nl"
4833 $as_echo 'FGREP' >> "conftest.nl"
4834 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4835 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4836 as_fn_arith $ac_count + 1 && ac_count=$as_val
4837 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4838 # Best one so far, save it but keep looking for a better one
4839 ac_cv_path_FGREP="$ac_path_FGREP"
4840 ac_path_FGREP_max=$ac_count
4842 # 10*(2^10) chars as input seems more than enough
4843 test $ac_count -gt 10 && break
4845 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4848 $ac_path_FGREP_found && break 3
4853 if test -z "$ac_cv_path_FGREP"; then
4854 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4857 ac_cv_path_FGREP=$FGREP
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4863 $as_echo "$ac_cv_path_FGREP" >&6; }
4864 FGREP="$ac_cv_path_FGREP"
4867 test -z "$GREP" && GREP=grep
4887 # Check whether --with-gnu-ld was given.
4888 if test "${with_gnu_ld+set}" = set; then :
4889 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4895 if test "$GCC" = yes; then
4896 # Check if gcc -print-prog-name=ld gives a path.
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4898 $as_echo_n "checking for ld used by $CC... " >&6; }
4901 # gcc leaves a trailing carriage return which upsets mingw
4902 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4904 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4907 # Accept absolute paths.
4909 re_direlt='/[^/][^/]*/\.\./'
4910 # Canonicalize the pathname of ld
4911 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4912 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4913 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4915 test -z "$LD" && LD="$ac_prog"
4918 # If it fails, then pretend we aren't using GCC.
4922 # If it is relative, then search for the first ld in PATH.
4926 elif test "$with_gnu_ld" = yes; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4928 $as_echo_n "checking for GNU ld... " >&6; }
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4931 $as_echo_n "checking for non-GNU ld... " >&6; }
4933 if ${lt_cv_path_LD+:} false; then :
4934 $as_echo_n "(cached) " >&6
4936 if test -z "$LD"; then
4937 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4938 for ac_dir in $PATH; do
4940 test -z "$ac_dir" && ac_dir=.
4941 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4942 lt_cv_path_LD="$ac_dir/$ac_prog"
4943 # Check to see if the program is GNU ld. I'd rather use --version,
4944 # but apparently some variants of GNU ld only accept -v.
4945 # Break only if it was the GNU/non-GNU ld that we prefer.
4946 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4947 *GNU* | *'with BFD'*)
4948 test "$with_gnu_ld" != no && break
4951 test "$with_gnu_ld" != yes && break
4958 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4963 if test -n "$LD"; then
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4965 $as_echo "$LD" >&6; }
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4968 $as_echo "no" >&6; }
4970 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4972 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4973 if ${lt_cv_prog_gnu_ld+:} false; then :
4974 $as_echo_n "(cached) " >&6
4976 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4977 case `$LD -v 2>&1 </dev/null` in
4978 *GNU* | *'with BFD'*)
4979 lt_cv_prog_gnu_ld=yes
4982 lt_cv_prog_gnu_ld=no
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4987 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4988 with_gnu_ld=$lt_cv_prog_gnu_ld
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4999 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5000 if ${lt_cv_path_NM+:} false; then :
5001 $as_echo_n "(cached) " >&6
5003 if test -n "$NM"; then
5004 # Let the user override the test.
5007 lt_nm_to_check="${ac_tool_prefix}nm"
5008 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5009 lt_nm_to_check="$lt_nm_to_check nm"
5011 for lt_tmp_nm in $lt_nm_to_check; do
5012 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5013 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5015 test -z "$ac_dir" && ac_dir=.
5016 tmp_nm="$ac_dir/$lt_tmp_nm"
5017 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5018 # Check to see if the nm accepts a BSD-compat flag.
5019 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5020 # nm: unknown option "B" ignored
5021 # Tru64's nm complains that /dev/null is an invalid object file
5022 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5023 */dev/null* | *'Invalid file or object type'*)
5024 lt_cv_path_NM="$tmp_nm -B"
5028 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5030 lt_cv_path_NM="$tmp_nm -p"
5034 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5035 continue # so that we can try to find one that supports BSD flags
5044 : ${lt_cv_path_NM=no}
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5048 $as_echo "$lt_cv_path_NM" >&6; }
5049 if test "$lt_cv_path_NM" != "no"; then
5052 # Didn't find any BSD compatible name lister, look for dumpbin.
5053 if test -n "$DUMPBIN"; then :
5054 # Let the user override the test.
5056 if test -n "$ac_tool_prefix"; then
5057 for ac_prog in dumpbin "link -dump"
5059 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5060 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5062 $as_echo_n "checking for $ac_word... " >&6; }
5063 if ${ac_cv_prog_DUMPBIN+:} false; then :
5064 $as_echo_n "(cached) " >&6
5066 if test -n "$DUMPBIN"; then
5067 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5073 test -z "$as_dir" && as_dir=.
5074 for ac_exec_ext in '' $ac_executable_extensions; do
5075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5076 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5086 DUMPBIN=$ac_cv_prog_DUMPBIN
5087 if test -n "$DUMPBIN"; then
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5089 $as_echo "$DUMPBIN" >&6; }
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5092 $as_echo "no" >&6; }
5096 test -n "$DUMPBIN" && break
5099 if test -z "$DUMPBIN"; then
5100 ac_ct_DUMPBIN=$DUMPBIN
5101 for ac_prog in dumpbin "link -dump"
5103 # Extract the first word of "$ac_prog", so it can be a program name with args.
5104 set dummy $ac_prog; ac_word=$2
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5106 $as_echo_n "checking for $ac_word... " >&6; }
5107 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5108 $as_echo_n "(cached) " >&6
5110 if test -n "$ac_ct_DUMPBIN"; then
5111 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5117 test -z "$as_dir" && as_dir=.
5118 for ac_exec_ext in '' $ac_executable_extensions; do
5119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5120 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5131 if test -n "$ac_ct_DUMPBIN"; then
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5133 $as_echo "$ac_ct_DUMPBIN" >&6; }
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5136 $as_echo "no" >&6; }
5140 test -n "$ac_ct_DUMPBIN" && break
5143 if test "x$ac_ct_DUMPBIN" = x; then
5146 case $cross_compiling:$ac_tool_warned in
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5149 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5150 ac_tool_warned=yes ;;
5152 DUMPBIN=$ac_ct_DUMPBIN
5156 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5158 DUMPBIN="$DUMPBIN -symbols"
5166 if test "$DUMPBIN" != ":"; then
5170 test -z "$NM" && NM=nm
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5178 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5179 if ${lt_cv_nm_interface+:} false; then :
5180 $as_echo_n "(cached) " >&6
5182 lt_cv_nm_interface="BSD nm"
5183 echo "int some_variable = 0;" > conftest.$ac_ext
5184 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5185 (eval "$ac_compile" 2>conftest.err)
5186 cat conftest.err >&5
5187 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5188 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5189 cat conftest.err >&5
5190 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5191 cat conftest.out >&5
5192 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5193 lt_cv_nm_interface="MS dumpbin"
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5198 $as_echo "$lt_cv_nm_interface" >&6; }
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5201 $as_echo_n "checking whether ln -s works... " >&6; }
5203 if test "$LN_S" = "ln -s"; then
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5205 $as_echo "yes" >&6; }
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5208 $as_echo "no, using $LN_S" >&6; }
5211 # find the maximum length of command line arguments
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5213 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5214 if ${lt_cv_sys_max_cmd_len+:} false; then :
5215 $as_echo_n "(cached) " >&6
5222 # On DJGPP, this test can blow up pretty badly due to problems in libc
5223 # (any single argument exceeding 2000 bytes causes a buffer overrun
5224 # during glob expansion). Even if it were fixed, the result of this
5225 # check would be larger than it should be.
5226 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5230 # Under GNU Hurd, this test is not required because there is
5231 # no limit to the length of command line arguments.
5232 # Libtool will interpret -1 as no limit whatsoever
5233 lt_cv_sys_max_cmd_len=-1;
5236 cygwin* | mingw* | cegcc*)
5237 # On Win9x/ME, this test blows up -- it succeeds, but takes
5238 # about 5 minutes as the teststring grows exponentially.
5239 # Worse, since 9x/ME are not pre-emptively multitasking,
5240 # you end up with a "frozen" computer, even though with patience
5241 # the test eventually succeeds (with a max line length of 256k).
5242 # Instead, let's just punt: use the minimum linelength reported by
5243 # all of the supported platforms: 8192 (on NT/2K/XP).
5244 lt_cv_sys_max_cmd_len=8192;
5248 # On MiNT this can take a long time and run out of memory.
5249 lt_cv_sys_max_cmd_len=8192;
5253 # On AmigaOS with pdksh, this test takes hours, literally.
5254 # So we just punt and use a minimum line length of 8192.
5255 lt_cv_sys_max_cmd_len=8192;
5258 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5259 # This has been around since 386BSD, at least. Likely further.
5260 if test -x /sbin/sysctl; then
5261 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5262 elif test -x /usr/sbin/sysctl; then
5263 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5265 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5267 # And add a safety zone
5268 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5269 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5273 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5274 lt_cv_sys_max_cmd_len=196608
5278 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5279 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5280 # nice to cause kernel panics so lets avoid the loop below.
5281 # First set a reasonable default.
5282 lt_cv_sys_max_cmd_len=16384
5284 if test -x /sbin/sysconfig; then
5285 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5286 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5291 lt_cv_sys_max_cmd_len=102400
5293 sysv5* | sco5v6* | sysv4.2uw2*)
5294 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5295 if test -n "$kargmax"; then
5296 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5298 lt_cv_sys_max_cmd_len=32768
5302 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5303 if test -n "$lt_cv_sys_max_cmd_len"; then
5304 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5305 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5307 # Make teststring a little bigger before we do anything with it.
5308 # a 1K string should be a reasonable start.
5309 for i in 1 2 3 4 5 6 7 8 ; do
5310 teststring=$teststring$teststring
5312 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5313 # If test is not a shell built-in, we'll probably end up computing a
5314 # maximum length that is only half of the actual maximum length, but
5316 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5317 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5318 test $i != 17 # 1/2 MB should be enough
5321 teststring=$teststring$teststring
5323 # Only check the string length outside the loop.
5324 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5326 # Add a significant safety factor because C++ compilers can tack on
5327 # massive amounts of additional arguments before passing them to the
5328 # linker. It appears as though 1/2 is a usable value.
5329 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5336 if test -n $lt_cv_sys_max_cmd_len ; then
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5338 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5341 $as_echo "none" >&6; }
5343 max_cmd_len=$lt_cv_sys_max_cmd_len
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5355 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5356 # Try some XSI features
5359 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5361 && eval 'test $(( 1 + 1 )) -eq 2 \
5362 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5365 $as_echo "$xsi_shell" >&6; }
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5369 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5371 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5373 && lt_shell_append=yes
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5375 $as_echo "$lt_shell_append" >&6; }
5378 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5388 # test EBCDIC or ASCII
5389 case `echo X|tr X '\101'` in
5390 A) # ASCII based system
5391 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5392 lt_SP2NL='tr \040 \012'
5393 lt_NL2SP='tr \015\012 \040\040'
5395 *) # EBCDIC based system
5396 lt_SP2NL='tr \100 \n'
5397 lt_NL2SP='tr \r\n \100\100'
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5410 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5411 if ${lt_cv_to_host_file_cmd+:} false; then :
5412 $as_echo_n "(cached) " >&6
5417 *-*-mingw* ) # actually msys
5418 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
5421 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
5423 * ) # otherwise, assume *nix
5424 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
5430 *-*-mingw* ) # actually msys
5431 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
5434 lt_cv_to_host_file_cmd=func_convert_file_noop
5436 * ) # otherwise, assume *nix
5437 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
5441 * ) # unhandled hosts (and "normal" native builds)
5442 lt_cv_to_host_file_cmd=func_convert_file_noop
5448 to_host_file_cmd=$lt_cv_to_host_file_cmd
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5450 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5457 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5458 if ${lt_cv_to_tool_file_cmd+:} false; then :
5459 $as_echo_n "(cached) " >&6
5461 #assume ordinary cross tools, or native build.
5462 lt_cv_to_tool_file_cmd=func_convert_file_noop
5466 *-*-mingw* ) # actually msys
5467 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
5475 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5477 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5484 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5485 if ${lt_cv_ld_reload_flag+:} false; then :
5486 $as_echo_n "(cached) " >&6
5488 lt_cv_ld_reload_flag='-r'
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5491 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5492 reload_flag=$lt_cv_ld_reload_flag
5493 case $reload_flag in
5495 *) reload_flag=" $reload_flag" ;;
5497 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5499 cygwin* | mingw* | pw32* | cegcc*)
5500 if test "$GCC" != yes; then
5505 if test "$GCC" = yes; then
5506 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5508 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5521 if test -n "$ac_tool_prefix"; then
5522 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5523 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5525 $as_echo_n "checking for $ac_word... " >&6; }
5526 if ${ac_cv_prog_OBJDUMP+:} false; then :
5527 $as_echo_n "(cached) " >&6
5529 if test -n "$OBJDUMP"; then
5530 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5536 test -z "$as_dir" && as_dir=.
5537 for ac_exec_ext in '' $ac_executable_extensions; do
5538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5539 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5549 OBJDUMP=$ac_cv_prog_OBJDUMP
5550 if test -n "$OBJDUMP"; then
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5552 $as_echo "$OBJDUMP" >&6; }
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5555 $as_echo "no" >&6; }
5560 if test -z "$ac_cv_prog_OBJDUMP"; then
5561 ac_ct_OBJDUMP=$OBJDUMP
5562 # Extract the first word of "objdump", so it can be a program name with args.
5563 set dummy objdump; ac_word=$2
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5565 $as_echo_n "checking for $ac_word... " >&6; }
5566 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5567 $as_echo_n "(cached) " >&6
5569 if test -n "$ac_ct_OBJDUMP"; then
5570 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576 test -z "$as_dir" && as_dir=.
5577 for ac_exec_ext in '' $ac_executable_extensions; do
5578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5579 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5589 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5590 if test -n "$ac_ct_OBJDUMP"; then
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5592 $as_echo "$ac_ct_OBJDUMP" >&6; }
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5595 $as_echo "no" >&6; }
5598 if test "x$ac_ct_OBJDUMP" = x; then
5601 case $cross_compiling:$ac_tool_warned in
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5604 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5605 ac_tool_warned=yes ;;
5607 OBJDUMP=$ac_ct_OBJDUMP
5610 OBJDUMP="$ac_cv_prog_OBJDUMP"
5613 test -z "$OBJDUMP" && OBJDUMP=objdump
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5624 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5625 if ${lt_cv_deplibs_check_method+:} false; then :
5626 $as_echo_n "(cached) " >&6
5628 lt_cv_file_magic_cmd='$MAGIC_CMD'
5629 lt_cv_file_magic_test_file=
5630 lt_cv_deplibs_check_method='unknown'
5631 # Need to set the preceding variable on all platforms that support
5632 # interlibrary dependencies.
5633 # 'none' -- dependencies not supported.
5634 # `unknown' -- same as none, but documents that we really don't know.
5635 # 'pass_all' -- all dependencies passed with no checks.
5636 # 'test_compile' -- check by making test program.
5637 # 'file_magic [[regex]]' -- check by looking for files in library path
5638 # which responds to the $file_magic_cmd with a given extended regex.
5639 # If you have `file' or equivalent on your system and you're not sure
5640 # whether `pass_all' will *always* work, you probably want this one.
5644 lt_cv_deplibs_check_method=pass_all
5648 lt_cv_deplibs_check_method=pass_all
5652 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5653 lt_cv_file_magic_cmd='/usr/bin/file -L'
5654 lt_cv_file_magic_test_file=/shlib/libc.so
5658 # func_win32_libid is a shell function defined in ltmain.sh
5659 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5660 lt_cv_file_magic_cmd='func_win32_libid'
5664 # Base MSYS/MinGW do not provide the 'file' command needed by
5665 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5666 # unless we find 'file', for example because we are cross-compiling.
5667 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5668 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5669 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5670 lt_cv_file_magic_cmd='func_win32_libid'
5672 # Keep this pattern in sync with the one in func_win32_libid.
5673 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5674 lt_cv_file_magic_cmd='$OBJDUMP -f'
5679 # use the weaker test based on 'objdump'. See mingw*.
5680 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5681 lt_cv_file_magic_cmd='$OBJDUMP -f'
5684 darwin* | rhapsody*)
5685 lt_cv_deplibs_check_method=pass_all
5688 freebsd* | dragonfly*)
5689 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5692 # Not sure whether the presence of OpenBSD here was a mistake.
5693 # Let's accept both of them until this is cleared up.
5694 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5695 lt_cv_file_magic_cmd=/usr/bin/file
5696 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5700 lt_cv_deplibs_check_method=pass_all
5705 lt_cv_deplibs_check_method=pass_all
5709 lt_cv_deplibs_check_method=pass_all
5712 hpux10.20* | hpux11*)
5713 lt_cv_file_magic_cmd=/usr/bin/file
5716 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5717 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5720 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]'
5721 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5724 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5725 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5731 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5732 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5735 irix5* | irix6* | nonstopux*)
5737 *-32|*"-32 ") libmagic=32-bit;;
5738 *-n32|*"-n32 ") libmagic=N32;;
5739 *-64|*"-64 ") libmagic=64-bit;;
5740 *) libmagic=never-match;;
5742 lt_cv_deplibs_check_method=pass_all
5745 # This must be Linux ELF.
5746 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5747 lt_cv_deplibs_check_method=pass_all
5751 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5752 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5754 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5759 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5760 lt_cv_file_magic_cmd=/usr/bin/file
5761 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5765 lt_cv_deplibs_check_method=pass_all
5769 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5770 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5772 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5776 osf3* | osf4* | osf5*)
5777 lt_cv_deplibs_check_method=pass_all
5781 lt_cv_deplibs_check_method=pass_all
5785 lt_cv_deplibs_check_method=pass_all
5788 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5789 lt_cv_deplibs_check_method=pass_all
5793 case $host_vendor in
5795 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]'
5796 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5799 lt_cv_deplibs_check_method=pass_all
5802 lt_cv_file_magic_cmd='/bin/file'
5803 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5806 lt_cv_file_magic_cmd='/bin/file'
5807 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5808 lt_cv_file_magic_test_file=/lib/libc.so
5811 lt_cv_deplibs_check_method=pass_all
5814 lt_cv_deplibs_check_method=pass_all
5820 lt_cv_deplibs_check_method=pass_all
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5826 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5830 if test "$build" = "$host"; then
5833 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5836 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5842 file_magic_cmd=$lt_cv_file_magic_cmd
5843 deplibs_check_method=$lt_cv_deplibs_check_method
5844 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5867 if test -n "$ac_tool_prefix"; then
5868 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5869 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5871 $as_echo_n "checking for $ac_word... " >&6; }
5872 if ${ac_cv_prog_DLLTOOL+:} false; then :
5873 $as_echo_n "(cached) " >&6
5875 if test -n "$DLLTOOL"; then
5876 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882 test -z "$as_dir" && as_dir=.
5883 for ac_exec_ext in '' $ac_executable_extensions; do
5884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5885 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5895 DLLTOOL=$ac_cv_prog_DLLTOOL
5896 if test -n "$DLLTOOL"; then
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5898 $as_echo "$DLLTOOL" >&6; }
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5901 $as_echo "no" >&6; }
5906 if test -z "$ac_cv_prog_DLLTOOL"; then
5907 ac_ct_DLLTOOL=$DLLTOOL
5908 # Extract the first word of "dlltool", so it can be a program name with args.
5909 set dummy dlltool; ac_word=$2
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5913 $as_echo_n "(cached) " >&6
5915 if test -n "$ac_ct_DLLTOOL"; then
5916 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5922 test -z "$as_dir" && as_dir=.
5923 for ac_exec_ext in '' $ac_executable_extensions; do
5924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5935 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5936 if test -n "$ac_ct_DLLTOOL"; then
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5938 $as_echo "$ac_ct_DLLTOOL" >&6; }
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5941 $as_echo "no" >&6; }
5944 if test "x$ac_ct_DLLTOOL" = x; then
5947 case $cross_compiling:$ac_tool_warned in
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5951 ac_tool_warned=yes ;;
5953 DLLTOOL=$ac_ct_DLLTOOL
5956 DLLTOOL="$ac_cv_prog_DLLTOOL"
5959 test -z "$DLLTOOL" && DLLTOOL=dlltool
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5971 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5972 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5973 $as_echo_n "(cached) " >&6
5975 lt_cv_sharedlib_from_linklib_cmd='unknown'
5978 cygwin* | mingw* | pw32* | cegcc*)
5979 # two different shell functions defined in ltmain.sh
5980 # decide which to use based on capabilities of $DLLTOOL
5981 case `$DLLTOOL --help 2>&1` in
5982 *--identify-strict*)
5983 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5986 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5991 # fallback: assume linklib IS sharedlib
5992 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5998 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5999 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
6000 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
6009 if test -n "$ac_tool_prefix"; then
6012 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6013 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015 $as_echo_n "checking for $ac_word... " >&6; }
6016 if ${ac_cv_prog_AR+:} false; then :
6017 $as_echo_n "(cached) " >&6
6019 if test -n "$AR"; then
6020 ac_cv_prog_AR="$AR" # Let the user override the test.
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6040 if test -n "$AR"; then
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6042 $as_echo "$AR" >&6; }
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045 $as_echo "no" >&6; }
6049 test -n "$AR" && break
6052 if test -z "$AR"; then
6056 # Extract the first word of "$ac_prog", so it can be a program name with args.
6057 set dummy $ac_prog; ac_word=$2
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059 $as_echo_n "checking for $ac_word... " >&6; }
6060 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6061 $as_echo_n "(cached) " >&6
6063 if test -n "$ac_ct_AR"; then
6064 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070 test -z "$as_dir" && as_dir=.
6071 for ac_exec_ext in '' $ac_executable_extensions; do
6072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6073 ac_cv_prog_ac_ct_AR="$ac_prog"
6074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6083 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6084 if test -n "$ac_ct_AR"; then
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6086 $as_echo "$ac_ct_AR" >&6; }
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089 $as_echo "no" >&6; }
6093 test -n "$ac_ct_AR" && break
6096 if test "x$ac_ct_AR" = x; then
6099 case $cross_compiling:$ac_tool_warned in
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6102 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6103 ac_tool_warned=yes ;;
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6123 $as_echo_n "checking for archiver @FILE support... " >&6; }
6124 if ${lt_cv_ar_at_file+:} false; then :
6125 $as_echo_n "(cached) " >&6
6128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6129 /* end confdefs.h. */
6139 if ac_fn_c_try_compile "$LINENO"; then :
6140 echo conftest.$ac_objext > conftest.lst
6141 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
6142 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6143 (eval $lt_ar_try) 2>&5
6145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6146 test $ac_status = 0; }
6147 if test "$ac_status" -eq 0; then
6148 # Ensure the archiver fails upon bogus file names.
6149 rm -f conftest.$ac_objext libconftest.a
6150 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6151 (eval $lt_ar_try) 2>&5
6153 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6154 test $ac_status = 0; }
6155 if test "$ac_status" -ne 0; then
6159 rm -f conftest.* libconftest.a
6162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
6166 $as_echo "$lt_cv_ar_at_file" >&6; }
6168 if test "x$lt_cv_ar_at_file" = xno; then
6171 archiver_list_spec=$lt_cv_ar_at_file
6180 if test -n "$ac_tool_prefix"; then
6181 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6182 set dummy ${ac_tool_prefix}strip; ac_word=$2
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184 $as_echo_n "checking for $ac_word... " >&6; }
6185 if ${ac_cv_prog_STRIP+:} false; then :
6186 $as_echo_n "(cached) " >&6
6188 if test -n "$STRIP"; then
6189 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6198 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6208 STRIP=$ac_cv_prog_STRIP
6209 if test -n "$STRIP"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6211 $as_echo "$STRIP" >&6; }
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214 $as_echo "no" >&6; }
6219 if test -z "$ac_cv_prog_STRIP"; then
6221 # Extract the first word of "strip", so it can be a program name with args.
6222 set dummy strip; ac_word=$2
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6224 $as_echo_n "checking for $ac_word... " >&6; }
6225 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6226 $as_echo_n "(cached) " >&6
6228 if test -n "$ac_ct_STRIP"; then
6229 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235 test -z "$as_dir" && as_dir=.
6236 for ac_exec_ext in '' $ac_executable_extensions; do
6237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6238 ac_cv_prog_ac_ct_STRIP="strip"
6239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6248 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6249 if test -n "$ac_ct_STRIP"; then
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6251 $as_echo "$ac_ct_STRIP" >&6; }
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6254 $as_echo "no" >&6; }
6257 if test "x$ac_ct_STRIP" = x; then
6260 case $cross_compiling:$ac_tool_warned in
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6263 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6264 ac_tool_warned=yes ;;
6269 STRIP="$ac_cv_prog_STRIP"
6272 test -z "$STRIP" && STRIP=:
6279 if test -n "$ac_tool_prefix"; then
6280 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6281 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6283 $as_echo_n "checking for $ac_word... " >&6; }
6284 if ${ac_cv_prog_RANLIB+:} false; then :
6285 $as_echo_n "(cached) " >&6
6287 if test -n "$RANLIB"; then
6288 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 test -z "$as_dir" && as_dir=.
6295 for ac_exec_ext in '' $ac_executable_extensions; do
6296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6297 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6307 RANLIB=$ac_cv_prog_RANLIB
6308 if test -n "$RANLIB"; then
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6310 $as_echo "$RANLIB" >&6; }
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313 $as_echo "no" >&6; }
6318 if test -z "$ac_cv_prog_RANLIB"; then
6319 ac_ct_RANLIB=$RANLIB
6320 # Extract the first word of "ranlib", so it can be a program name with args.
6321 set dummy ranlib; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6325 $as_echo_n "(cached) " >&6
6327 if test -n "$ac_ct_RANLIB"; then
6328 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337 ac_cv_prog_ac_ct_RANLIB="ranlib"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6347 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6348 if test -n "$ac_ct_RANLIB"; then
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6350 $as_echo "$ac_ct_RANLIB" >&6; }
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6356 if test "x$ac_ct_RANLIB" = x; then
6359 case $cross_compiling:$ac_tool_warned in
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6363 ac_tool_warned=yes ;;
6365 RANLIB=$ac_ct_RANLIB
6368 RANLIB="$ac_cv_prog_RANLIB"
6371 test -z "$RANLIB" && RANLIB=:
6378 # Determine commands to create old-style static archives.
6379 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6380 old_postinstall_cmds='chmod 644 $oldlib'
6381 old_postuninstall_cmds=
6383 if test -n "$RANLIB"; then
6386 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6389 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6392 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6397 lock_old_archive_extraction=yes ;;
6399 lock_old_archive_extraction=no ;;
6440 # If no C compiler was specified, use CC.
6443 # If no C compiler flags were specified, use CFLAGS.
6444 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6446 # Allow CC to be a program name with arguments.
6450 # Check for command to grab the raw symbol name followed by C symbol from nm.
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6452 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6453 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6454 $as_echo_n "(cached) " >&6
6457 # These are sane defaults that work on at least a few old systems.
6458 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6460 # Character class describing NM global symbol codes.
6461 symcode='[BCDEGRST]'
6463 # Regexp to match symbols that can be accessed directly from C.
6464 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6466 # Define system-specific variables.
6471 cygwin* | mingw* | pw32* | cegcc*)
6472 symcode='[ABCDGISTW]'
6475 if test "$host_cpu" = ia64; then
6476 symcode='[ABCDEGRST]'
6480 symcode='[BCDEGRST]'
6483 symcode='[BCDEGQRST]'
6494 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6502 # If we're using GNU nm, then use its standard symbol codes.
6503 case `$NM -V 2>&1` in
6504 *GNU* | *'with BFD'*)
6505 symcode='[ABCDGIRSTW]' ;;
6508 # Transform an extracted symbol line into a proper C declaration.
6509 # Some systems (esp. on ia64) link data and code symbols differently,
6510 # so use this general approach.
6511 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6513 # Transform an extracted symbol line into symbol name and symbol address
6514 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6515 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'"
6517 # Handle CRLF in mingw tool chain
6521 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6525 # Try without a prefix underscore, then with it.
6526 for ac_symprfx in "" "_"; do
6528 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6529 symxfrm="\\1 $ac_symprfx\\2 \\2"
6531 # Write the raw and C identifiers.
6532 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6533 # Fake it for dumpbin and say T for any non-static function
6534 # and D for any global variable.
6535 # Also find C++ and __fastcall symbols from MSVC++,
6536 # which start with @ or ?.
6537 lt_cv_sys_global_symbol_pipe="$AWK '"\
6538 " {last_section=section; section=\$ 3};"\
6539 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6540 " \$ 0!~/External *\|/{next};"\
6541 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6542 " {if(hide[section]) next};"\
6543 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6544 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6545 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6546 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6547 " ' prfx=^$ac_symprfx"
6549 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6551 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
6553 # Check to see that the pipe works correctly.
6557 cat > conftest.$ac_ext <<_LT_EOF
6562 void nm_test_func(void);
6563 void nm_test_func(void){}
6567 int main(){nm_test_var='a';nm_test_func();return(0);}
6570 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6571 (eval $ac_compile) 2>&5
6573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6574 test $ac_status = 0; }; then
6575 # Now try to grab the symbols.
6577 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6578 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6581 test $ac_status = 0; } && test -s "$nlist"; then
6582 # Try sorting and uniquifying the output.
6583 if sort "$nlist" | uniq > "$nlist"T; then
6584 mv -f "$nlist"T "$nlist"
6589 # Make sure that we snagged all the symbols we need.
6590 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6591 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6592 cat <<_LT_EOF > conftest.$ac_ext
6593 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6594 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6595 /* DATA imports from DLLs on WIN32 con't be const, because runtime
6596 relocations are performed -- see ld's documentation on pseudo-relocs. */
6597 # define LT_DLSYM_CONST
6598 #elif defined(__osf__)
6599 /* This system does not cope well with relocations in const data. */
6600 # define LT_DLSYM_CONST
6602 # define LT_DLSYM_CONST const
6610 # Now generate the symbol file.
6611 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6613 cat <<_LT_EOF >> conftest.$ac_ext
6615 /* The mapping between symbol names and symbols. */
6616 LT_DLSYM_CONST struct {
6620 lt__PROGRAM__LTX_preloaded_symbols[] =
6622 { "@PROGRAM@", (void *) 0 },
6624 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6625 cat <<\_LT_EOF >> conftest.$ac_ext
6629 /* This works around a problem in FreeBSD linker */
6630 #ifdef FREEBSD_WORKAROUND
6631 static const void *lt_preloaded_setup() {
6632 return lt__PROGRAM__LTX_preloaded_symbols;
6640 # Now try linking the two files.
6641 mv conftest.$ac_objext conftstm.$ac_objext
6642 lt_globsym_save_LIBS=$LIBS
6643 lt_globsym_save_CFLAGS=$CFLAGS
6644 LIBS="conftstm.$ac_objext"
6645 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6646 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6647 (eval $ac_link) 2>&5
6649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6650 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6653 LIBS=$lt_globsym_save_LIBS
6654 CFLAGS=$lt_globsym_save_CFLAGS
6656 echo "cannot find nm_test_func in $nlist" >&5
6659 echo "cannot find nm_test_var in $nlist" >&5
6662 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6665 echo "$progname: failed program was:" >&5
6666 cat conftest.$ac_ext >&5
6668 rm -rf conftest* conftst*
6670 # Do not use the global_symbol_pipe unless it works.
6671 if test "$pipe_works" = yes; then
6674 lt_cv_sys_global_symbol_pipe=
6680 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6681 lt_cv_sys_global_symbol_to_cdecl=
6683 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6685 $as_echo "failed" >&6; }
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6688 $as_echo "ok" >&6; }
6691 # Response file support.
6692 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6693 nm_file_list_spec='@'
6694 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6695 nm_file_list_spec='@'
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6725 $as_echo_n "checking for sysroot... " >&6; }
6727 # Check whether --with-sysroot was given.
6728 if test "${with_sysroot+set}" = set; then :
6729 withval=$with_sysroot;
6736 case ${with_sysroot} in #(
6738 if test "$GCC" = yes; then
6739 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6743 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6749 $as_echo "${with_sysroot}" >&6; }
6750 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6755 $as_echo "${lt_sysroot:-no}" >&6; }
6761 # Check whether --enable-libtool-lock was given.
6762 if test "${enable_libtool_lock+set}" = set; then :
6763 enableval=$enable_libtool_lock;
6766 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6768 # Some flags need to be propagated to the compiler or linker for good
6772 # Find out which ABI we are using.
6773 echo 'int i;' > conftest.$ac_ext
6774 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6775 (eval $ac_compile) 2>&5
6777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6778 test $ac_status = 0; }; then
6779 case `/usr/bin/file conftest.$ac_objext` in
6791 # Find out which ABI we are using.
6792 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6793 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6794 (eval $ac_compile) 2>&5
6796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6797 test $ac_status = 0; }; then
6798 if test "$lt_cv_prog_gnu_ld" = yes; then
6799 case `/usr/bin/file conftest.$ac_objext` in
6801 LD="${LD-ld} -melf32bsmip"
6804 LD="${LD-ld} -melf32bmipn32"
6807 LD="${LD-ld} -melf64bmip"
6811 case `/usr/bin/file conftest.$ac_objext` in
6827 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6828 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6829 # Find out which ABI we are using.
6830 echo 'int i;' > conftest.$ac_ext
6831 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6832 (eval $ac_compile) 2>&5
6834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6835 test $ac_status = 0; }; then
6836 case `/usr/bin/file conftest.o` in
6839 x86_64-*kfreebsd*-gnu)
6840 LD="${LD-ld} -m elf_i386_fbsd"
6843 LD="${LD-ld} -m elf_i386"
6845 ppc64-*linux*|powerpc64-*linux*)
6846 LD="${LD-ld} -m elf32ppclinux"
6849 LD="${LD-ld} -m elf_s390"
6852 LD="${LD-ld} -m elf32_sparc"
6858 x86_64-*kfreebsd*-gnu)
6859 LD="${LD-ld} -m elf_x86_64_fbsd"
6862 LD="${LD-ld} -m elf_x86_64"
6864 ppc*-*linux*|powerpc*-*linux*)
6865 LD="${LD-ld} -m elf64ppc"
6867 s390*-*linux*|s390*-*tpf*)
6868 LD="${LD-ld} -m elf64_s390"
6871 LD="${LD-ld} -m elf64_sparc"
6881 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6882 SAVE_CFLAGS="$CFLAGS"
6883 CFLAGS="$CFLAGS -belf"
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6885 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6886 if ${lt_cv_cc_needs_belf+:} false; then :
6887 $as_echo_n "(cached) " >&6
6890 ac_cpp='$CPP $CPPFLAGS'
6891 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6892 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6893 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6896 /* end confdefs.h. */
6906 if ac_fn_c_try_link "$LINENO"; then :
6907 lt_cv_cc_needs_belf=yes
6909 lt_cv_cc_needs_belf=no
6911 rm -f core conftest.err conftest.$ac_objext \
6912 conftest$ac_exeext conftest.$ac_ext
6914 ac_cpp='$CPP $CPPFLAGS'
6915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6921 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6922 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6923 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6924 CFLAGS="$SAVE_CFLAGS"
6928 # Find out which ABI we are using.
6929 echo 'int i;' > conftest.$ac_ext
6930 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6931 (eval $ac_compile) 2>&5
6933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6934 test $ac_status = 0; }; then
6935 case `/usr/bin/file conftest.o` in
6937 case $lt_cv_prog_gnu_ld in
6938 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6940 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6952 need_locks="$enable_libtool_lock"
6954 if test -n "$ac_tool_prefix"; then
6955 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6956 set dummy ${ac_tool_prefix}mt; ac_word=$2
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6958 $as_echo_n "checking for $ac_word... " >&6; }
6959 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6960 $as_echo_n "(cached) " >&6
6962 if test -n "$MANIFEST_TOOL"; then
6963 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6969 test -z "$as_dir" && as_dir=.
6970 for ac_exec_ext in '' $ac_executable_extensions; do
6971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6972 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6982 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6983 if test -n "$MANIFEST_TOOL"; then
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6985 $as_echo "$MANIFEST_TOOL" >&6; }
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6988 $as_echo "no" >&6; }
6993 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6994 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6995 # Extract the first word of "mt", so it can be a program name with args.
6996 set dummy mt; ac_word=$2
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6998 $as_echo_n "checking for $ac_word... " >&6; }
6999 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7000 $as_echo_n "(cached) " >&6
7002 if test -n "$ac_ct_MANIFEST_TOOL"; then
7003 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
7005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7009 test -z "$as_dir" && as_dir=.
7010 for ac_exec_ext in '' $ac_executable_extensions; do
7011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7012 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7022 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
7023 if test -n "$ac_ct_MANIFEST_TOOL"; then
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7025 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7028 $as_echo "no" >&6; }
7031 if test "x$ac_ct_MANIFEST_TOOL" = x; then
7034 case $cross_compiling:$ac_tool_warned in
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7037 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7038 ac_tool_warned=yes ;;
7040 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
7043 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
7046 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7048 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7049 if ${lt_cv_path_mainfest_tool+:} false; then :
7050 $as_echo_n "(cached) " >&6
7052 lt_cv_path_mainfest_tool=no
7053 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
7054 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
7055 cat conftest.err >&5
7056 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
7057 lt_cv_path_mainfest_tool=yes
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7062 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7063 if test "x$lt_cv_path_mainfest_tool" != xyes; then
7073 rhapsody* | darwin*)
7074 if test -n "$ac_tool_prefix"; then
7075 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7076 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7080 $as_echo_n "(cached) " >&6
7082 if test -n "$DSYMUTIL"; then
7083 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7102 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7103 if test -n "$DSYMUTIL"; then
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7105 $as_echo "$DSYMUTIL" >&6; }
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7108 $as_echo "no" >&6; }
7113 if test -z "$ac_cv_prog_DSYMUTIL"; then
7114 ac_ct_DSYMUTIL=$DSYMUTIL
7115 # Extract the first word of "dsymutil", so it can be a program name with args.
7116 set dummy dsymutil; ac_word=$2
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7118 $as_echo_n "checking for $ac_word... " >&6; }
7119 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7120 $as_echo_n "(cached) " >&6
7122 if test -n "$ac_ct_DSYMUTIL"; then
7123 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7129 test -z "$as_dir" && as_dir=.
7130 for ac_exec_ext in '' $ac_executable_extensions; do
7131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7132 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7142 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7143 if test -n "$ac_ct_DSYMUTIL"; then
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7145 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7148 $as_echo "no" >&6; }
7151 if test "x$ac_ct_DSYMUTIL" = x; then
7154 case $cross_compiling:$ac_tool_warned in
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7158 ac_tool_warned=yes ;;
7160 DSYMUTIL=$ac_ct_DSYMUTIL
7163 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7166 if test -n "$ac_tool_prefix"; then
7167 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7168 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7170 $as_echo_n "checking for $ac_word... " >&6; }
7171 if ${ac_cv_prog_NMEDIT+:} false; then :
7172 $as_echo_n "(cached) " >&6
7174 if test -n "$NMEDIT"; then
7175 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7181 test -z "$as_dir" && as_dir=.
7182 for ac_exec_ext in '' $ac_executable_extensions; do
7183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7184 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7194 NMEDIT=$ac_cv_prog_NMEDIT
7195 if test -n "$NMEDIT"; then
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7197 $as_echo "$NMEDIT" >&6; }
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7200 $as_echo "no" >&6; }
7205 if test -z "$ac_cv_prog_NMEDIT"; then
7206 ac_ct_NMEDIT=$NMEDIT
7207 # Extract the first word of "nmedit", so it can be a program name with args.
7208 set dummy nmedit; ac_word=$2
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7210 $as_echo_n "checking for $ac_word... " >&6; }
7211 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7212 $as_echo_n "(cached) " >&6
7214 if test -n "$ac_ct_NMEDIT"; then
7215 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7221 test -z "$as_dir" && as_dir=.
7222 for ac_exec_ext in '' $ac_executable_extensions; do
7223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7224 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7234 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7235 if test -n "$ac_ct_NMEDIT"; then
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7237 $as_echo "$ac_ct_NMEDIT" >&6; }
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7240 $as_echo "no" >&6; }
7243 if test "x$ac_ct_NMEDIT" = x; then
7246 case $cross_compiling:$ac_tool_warned in
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7250 ac_tool_warned=yes ;;
7252 NMEDIT=$ac_ct_NMEDIT
7255 NMEDIT="$ac_cv_prog_NMEDIT"
7258 if test -n "$ac_tool_prefix"; then
7259 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7260 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7262 $as_echo_n "checking for $ac_word... " >&6; }
7263 if ${ac_cv_prog_LIPO+:} false; then :
7264 $as_echo_n "(cached) " >&6
7266 if test -n "$LIPO"; then
7267 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273 test -z "$as_dir" && as_dir=.
7274 for ac_exec_ext in '' $ac_executable_extensions; do
7275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7276 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7286 LIPO=$ac_cv_prog_LIPO
7287 if test -n "$LIPO"; then
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7289 $as_echo "$LIPO" >&6; }
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7292 $as_echo "no" >&6; }
7297 if test -z "$ac_cv_prog_LIPO"; then
7299 # Extract the first word of "lipo", so it can be a program name with args.
7300 set dummy lipo; ac_word=$2
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7302 $as_echo_n "checking for $ac_word... " >&6; }
7303 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7304 $as_echo_n "(cached) " >&6
7306 if test -n "$ac_ct_LIPO"; then
7307 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 test -z "$as_dir" && as_dir=.
7314 for ac_exec_ext in '' $ac_executable_extensions; do
7315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7316 ac_cv_prog_ac_ct_LIPO="lipo"
7317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7326 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7327 if test -n "$ac_ct_LIPO"; then
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7329 $as_echo "$ac_ct_LIPO" >&6; }
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7332 $as_echo "no" >&6; }
7335 if test "x$ac_ct_LIPO" = x; then
7338 case $cross_compiling:$ac_tool_warned in
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7341 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7342 ac_tool_warned=yes ;;
7347 LIPO="$ac_cv_prog_LIPO"
7350 if test -n "$ac_tool_prefix"; then
7351 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7352 set dummy ${ac_tool_prefix}otool; ac_word=$2
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7354 $as_echo_n "checking for $ac_word... " >&6; }
7355 if ${ac_cv_prog_OTOOL+:} false; then :
7356 $as_echo_n "(cached) " >&6
7358 if test -n "$OTOOL"; then
7359 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7365 test -z "$as_dir" && as_dir=.
7366 for ac_exec_ext in '' $ac_executable_extensions; do
7367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7368 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7378 OTOOL=$ac_cv_prog_OTOOL
7379 if test -n "$OTOOL"; then
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7381 $as_echo "$OTOOL" >&6; }
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7384 $as_echo "no" >&6; }
7389 if test -z "$ac_cv_prog_OTOOL"; then
7391 # Extract the first word of "otool", so it can be a program name with args.
7392 set dummy otool; ac_word=$2
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7394 $as_echo_n "checking for $ac_word... " >&6; }
7395 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7396 $as_echo_n "(cached) " >&6
7398 if test -n "$ac_ct_OTOOL"; then
7399 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7405 test -z "$as_dir" && as_dir=.
7406 for ac_exec_ext in '' $ac_executable_extensions; do
7407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7408 ac_cv_prog_ac_ct_OTOOL="otool"
7409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7418 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7419 if test -n "$ac_ct_OTOOL"; then
7420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7421 $as_echo "$ac_ct_OTOOL" >&6; }
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7424 $as_echo "no" >&6; }
7427 if test "x$ac_ct_OTOOL" = x; then
7430 case $cross_compiling:$ac_tool_warned in
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7433 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7434 ac_tool_warned=yes ;;
7439 OTOOL="$ac_cv_prog_OTOOL"
7442 if test -n "$ac_tool_prefix"; then
7443 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7444 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7446 $as_echo_n "checking for $ac_word... " >&6; }
7447 if ${ac_cv_prog_OTOOL64+:} false; then :
7448 $as_echo_n "(cached) " >&6
7450 if test -n "$OTOOL64"; then
7451 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7457 test -z "$as_dir" && as_dir=.
7458 for ac_exec_ext in '' $ac_executable_extensions; do
7459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7460 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7470 OTOOL64=$ac_cv_prog_OTOOL64
7471 if test -n "$OTOOL64"; then
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7473 $as_echo "$OTOOL64" >&6; }
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7476 $as_echo "no" >&6; }
7481 if test -z "$ac_cv_prog_OTOOL64"; then
7482 ac_ct_OTOOL64=$OTOOL64
7483 # Extract the first word of "otool64", so it can be a program name with args.
7484 set dummy otool64; ac_word=$2
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7486 $as_echo_n "checking for $ac_word... " >&6; }
7487 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7488 $as_echo_n "(cached) " >&6
7490 if test -n "$ac_ct_OTOOL64"; then
7491 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7497 test -z "$as_dir" && as_dir=.
7498 for ac_exec_ext in '' $ac_executable_extensions; do
7499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7500 ac_cv_prog_ac_ct_OTOOL64="otool64"
7501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7510 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7511 if test -n "$ac_ct_OTOOL64"; then
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7513 $as_echo "$ac_ct_OTOOL64" >&6; }
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7516 $as_echo "no" >&6; }
7519 if test "x$ac_ct_OTOOL64" = x; then
7522 case $cross_compiling:$ac_tool_warned in
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7525 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7526 ac_tool_warned=yes ;;
7528 OTOOL64=$ac_ct_OTOOL64
7531 OTOOL64="$ac_cv_prog_OTOOL64"
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7561 $as_echo_n "checking for -single_module linker flag... " >&6; }
7562 if ${lt_cv_apple_cc_single_mod+:} false; then :
7563 $as_echo_n "(cached) " >&6
7565 lt_cv_apple_cc_single_mod=no
7566 if test -z "${LT_MULTI_MODULE}"; then
7567 # By default we will add the -single_module flag. You can override
7568 # by either setting the environment variable LT_MULTI_MODULE
7569 # non-empty at configure time, or by adding -multi_module to the
7571 rm -rf libconftest.dylib*
7572 echo "int foo(void){return 1;}" > conftest.c
7573 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7574 -dynamiclib -Wl,-single_module conftest.c" >&5
7575 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7576 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7578 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7579 lt_cv_apple_cc_single_mod=yes
7581 cat conftest.err >&5
7583 rm -rf libconftest.dylib*
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7588 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7590 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7591 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7592 $as_echo_n "(cached) " >&6
7594 lt_cv_ld_exported_symbols_list=no
7595 save_LDFLAGS=$LDFLAGS
7596 echo "_main" > conftest.sym
7597 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7599 /* end confdefs.h. */
7609 if ac_fn_c_try_link "$LINENO"; then :
7610 lt_cv_ld_exported_symbols_list=yes
7612 lt_cv_ld_exported_symbols_list=no
7614 rm -f core conftest.err conftest.$ac_objext \
7615 conftest$ac_exeext conftest.$ac_ext
7616 LDFLAGS="$save_LDFLAGS"
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7620 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7622 $as_echo_n "checking for -force_load linker flag... " >&6; }
7623 if ${lt_cv_ld_force_load+:} false; then :
7624 $as_echo_n "(cached) " >&6
7626 lt_cv_ld_force_load=no
7627 cat > conftest.c << _LT_EOF
7628 int forced_loaded() { return 2;}
7630 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7631 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7632 echo "$AR cru libconftest.a conftest.o" >&5
7633 $AR cru libconftest.a conftest.o 2>&5
7634 echo "$RANLIB libconftest.a" >&5
7635 $RANLIB libconftest.a 2>&5
7636 cat > conftest.c << _LT_EOF
7637 int main() { return 0;}
7639 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7640 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7642 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7643 lt_cv_ld_force_load=yes
7645 cat conftest.err >&5
7647 rm -f conftest.err libconftest.a conftest conftest.c
7648 rm -rf conftest.dSYM
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7652 $as_echo "$lt_cv_ld_force_load" >&6; }
7654 rhapsody* | darwin1.[012])
7655 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7657 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7658 darwin*) # darwin 5.x on
7659 # if running on 10.5 or later, the deployment target defaults
7660 # to the OS version, if on x86, and 10.4, the deployment
7661 # target defaults to 10.4. Don't you love it?
7662 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7663 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7664 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7666 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7668 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7672 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7673 _lt_dar_single_mod='$single_module'
7675 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7676 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7678 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7680 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7681 _lt_dsymutil='~$DSYMUTIL $lib || :'
7689 ac_cpp='$CPP $CPPFLAGS'
7690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7694 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7695 # On Suns, sometimes $CPP names a directory.
7696 if test -n "$CPP" && test -d "$CPP"; then
7699 if test -z "$CPP"; then
7700 if ${ac_cv_prog_CPP+:} false; then :
7701 $as_echo_n "(cached) " >&6
7703 # Double quotes because CPP needs to be expanded
7704 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7707 for ac_c_preproc_warn_flag in '' yes
7709 # Use a header file that comes with gcc, so configuring glibc
7710 # with a fresh cross-compiler works.
7711 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7712 # <limits.h> exists even on freestanding compilers.
7713 # On the NeXT, cc -E runs the code through the compiler's parser,
7714 # not just through cpp. "Syntax error" is here to catch this case.
7715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7716 /* end confdefs.h. */
7718 # include <limits.h>
7720 # include <assert.h>
7724 if ac_fn_c_try_cpp "$LINENO"; then :
7727 # Broken: fails on valid input.
7730 rm -f conftest.err conftest.i conftest.$ac_ext
7732 # OK, works on sane cases. Now check whether nonexistent headers
7733 # can be detected and how.
7734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7735 /* end confdefs.h. */
7736 #include <ac_nonexistent.h>
7738 if ac_fn_c_try_cpp "$LINENO"; then :
7739 # Broken: success on invalid input.
7742 # Passes both tests.
7746 rm -f conftest.err conftest.i conftest.$ac_ext
7749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7750 rm -f conftest.i conftest.err conftest.$ac_ext
7751 if $ac_preproc_ok; then :
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7764 $as_echo "$CPP" >&6; }
7766 for ac_c_preproc_warn_flag in '' yes
7768 # Use a header file that comes with gcc, so configuring glibc
7769 # with a fresh cross-compiler works.
7770 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7771 # <limits.h> exists even on freestanding compilers.
7772 # On the NeXT, cc -E runs the code through the compiler's parser,
7773 # not just through cpp. "Syntax error" is here to catch this case.
7774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7775 /* end confdefs.h. */
7777 # include <limits.h>
7779 # include <assert.h>
7783 if ac_fn_c_try_cpp "$LINENO"; then :
7786 # Broken: fails on valid input.
7789 rm -f conftest.err conftest.i conftest.$ac_ext
7791 # OK, works on sane cases. Now check whether nonexistent headers
7792 # can be detected and how.
7793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7794 /* end confdefs.h. */
7795 #include <ac_nonexistent.h>
7797 if ac_fn_c_try_cpp "$LINENO"; then :
7798 # Broken: success on invalid input.
7801 # Passes both tests.
7805 rm -f conftest.err conftest.i conftest.$ac_ext
7808 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7809 rm -f conftest.i conftest.err conftest.$ac_ext
7810 if $ac_preproc_ok; then :
7813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7815 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7816 See \`config.log' for more details" "$LINENO" 5; }
7820 ac_cpp='$CPP $CPPFLAGS'
7821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7827 $as_echo_n "checking for ANSI C header files... " >&6; }
7828 if ${ac_cv_header_stdc+:} false; then :
7829 $as_echo_n "(cached) " >&6
7831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7832 /* end confdefs.h. */
7846 if ac_fn_c_try_compile "$LINENO"; then :
7847 ac_cv_header_stdc=yes
7849 ac_cv_header_stdc=no
7851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7853 if test $ac_cv_header_stdc = yes; then
7854 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7856 /* end confdefs.h. */
7860 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7861 $EGREP "memchr" >/dev/null 2>&1; then :
7864 ac_cv_header_stdc=no
7870 if test $ac_cv_header_stdc = yes; then
7871 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7873 /* end confdefs.h. */
7877 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7878 $EGREP "free" >/dev/null 2>&1; then :
7881 ac_cv_header_stdc=no
7887 if test $ac_cv_header_stdc = yes; then
7888 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7889 if test "$cross_compiling" = yes; then :
7892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7893 /* end confdefs.h. */
7896 #if ((' ' & 0x0FF) == 0x020)
7897 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7898 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7900 # define ISLOWER(c) \
7901 (('a' <= (c) && (c) <= 'i') \
7902 || ('j' <= (c) && (c) <= 'r') \
7903 || ('s' <= (c) && (c) <= 'z'))
7904 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7907 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7912 for (i = 0; i < 256; i++)
7913 if (XOR (islower (i), ISLOWER (i))
7914 || toupper (i) != TOUPPER (i))
7919 if ac_fn_c_try_run "$LINENO"; then :
7922 ac_cv_header_stdc=no
7924 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7925 conftest.$ac_objext conftest.beam conftest.$ac_ext
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7931 $as_echo "$ac_cv_header_stdc" >&6; }
7932 if test $ac_cv_header_stdc = yes; then
7934 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7938 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7939 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7940 inttypes.h stdint.h unistd.h
7942 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7943 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7945 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7946 cat >>confdefs.h <<_ACEOF
7947 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7955 for ac_header in dlfcn.h
7957 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7959 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7960 cat >>confdefs.h <<_ACEOF
7961 #define HAVE_DLFCN_H 1
7982 # Check whether --enable-shared was given.
7983 if test "${enable_shared+set}" = set; then :
7984 enableval=$enable_shared; p=${PACKAGE-default}
7986 yes) enable_shared=yes ;;
7987 no) enable_shared=no ;;
7990 # Look at the argument we got. We use all the common list separators.
7991 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7992 for pkg in $enableval; do
7994 if test "X$pkg" = "X$p"; then
8013 # Check whether --enable-static was given.
8014 if test "${enable_static+set}" = set; then :
8015 enableval=$enable_static; p=${PACKAGE-default}
8017 yes) enable_static=yes ;;
8018 no) enable_static=no ;;
8021 # Look at the argument we got. We use all the common list separators.
8022 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8023 for pkg in $enableval; do
8025 if test "X$pkg" = "X$p"; then
8045 # Check whether --with-pic was given.
8046 if test "${with_pic+set}" = set; then :
8047 withval=$with_pic; pic_mode="$withval"
8053 test -z "$pic_mode" && pic_mode=default
8061 # Check whether --enable-fast-install was given.
8062 if test "${enable_fast_install+set}" = set; then :
8063 enableval=$enable_fast_install; p=${PACKAGE-default}
8065 yes) enable_fast_install=yes ;;
8066 no) enable_fast_install=no ;;
8068 enable_fast_install=no
8069 # Look at the argument we got. We use all the common list separators.
8070 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8071 for pkg in $enableval; do
8073 if test "X$pkg" = "X$p"; then
8074 enable_fast_install=yes
8081 enable_fast_install=yes
8094 # This can be used to rebuild libtool when needed
8095 LIBTOOL_DEPS="$ltmain"
8097 # Always use our own libtool.
8098 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8125 test -z "$LN_S" && LN_S="ln -s"
8140 if test -n "${ZSH_VERSION+set}" ; then
8141 setopt NO_GLOB_SUBST
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8145 $as_echo_n "checking for objdir... " >&6; }
8146 if ${lt_cv_objdir+:} false; then :
8147 $as_echo_n "(cached) " >&6
8149 rm -f .libs 2>/dev/null
8150 mkdir .libs 2>/dev/null
8151 if test -d .libs; then
8154 # MS-DOS does not allow filenames that begin with a dot.
8157 rmdir .libs 2>/dev/null
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8160 $as_echo "$lt_cv_objdir" >&6; }
8161 objdir=$lt_cv_objdir
8167 cat >>confdefs.h <<_ACEOF
8168 #define LT_OBJDIR "$lt_cv_objdir/"
8176 # AIX sometimes has problems with the GCC collect2 program. For some
8177 # reason, if we set the COLLECT_NAMES environment variable, the problems
8178 # vanish in a puff of smoke.
8179 if test "X${COLLECT_NAMES+set}" != Xset; then
8181 export COLLECT_NAMES
8188 can_build_shared=yes
8190 # All known linkers require a `.a' archive for static linking (except MSVC,
8191 # which needs '.lib').
8194 with_gnu_ld="$lt_cv_prog_gnu_ld"
8197 old_CFLAGS="$CFLAGS"
8199 # Set sane defaults for various variables
8200 test -z "$CC" && CC=cc
8201 test -z "$LTCC" && LTCC=$CC
8202 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8203 test -z "$LD" && LD=ld
8204 test -z "$ac_objext" && ac_objext=o
8206 for cc_temp in $compiler""; do
8208 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8209 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8214 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8217 # Only perform the check for file, if the check method requires it
8218 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8219 case $deplibs_check_method in
8221 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8223 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8224 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8225 $as_echo_n "(cached) " >&6
8229 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8232 lt_save_MAGIC_CMD="$MAGIC_CMD"
8233 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8234 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8235 for ac_dir in $ac_dummy; do
8237 test -z "$ac_dir" && ac_dir=.
8238 if test -f $ac_dir/${ac_tool_prefix}file; then
8239 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8240 if test -n "$file_magic_test_file"; then
8241 case $deplibs_check_method in
8243 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8244 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8245 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8246 $EGREP "$file_magic_regex" > /dev/null; then
8251 *** Warning: the command libtool uses to detect shared libraries,
8252 *** $file_magic_cmd, produces output that libtool cannot recognize.
8253 *** The result is that libtool may fail to recognize shared libraries
8254 *** as such. This will affect the creation of libtool libraries that
8255 *** depend on shared libraries, but programs linked with such libtool
8256 *** libraries will work regardless of this problem. Nevertheless, you
8257 *** may want to report the problem to your system manager and/or to
8258 *** bug-libtool@gnu.org
8268 MAGIC_CMD="$lt_save_MAGIC_CMD"
8273 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8274 if test -n "$MAGIC_CMD"; then
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8276 $as_echo "$MAGIC_CMD" >&6; }
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8279 $as_echo "no" >&6; }
8286 if test -z "$lt_cv_path_MAGIC_CMD"; then
8287 if test -n "$ac_tool_prefix"; then
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8289 $as_echo_n "checking for file... " >&6; }
8290 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8291 $as_echo_n "(cached) " >&6
8295 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8298 lt_save_MAGIC_CMD="$MAGIC_CMD"
8299 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8300 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8301 for ac_dir in $ac_dummy; do
8303 test -z "$ac_dir" && ac_dir=.
8304 if test -f $ac_dir/file; then
8305 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8306 if test -n "$file_magic_test_file"; then
8307 case $deplibs_check_method in
8309 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8310 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8311 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8312 $EGREP "$file_magic_regex" > /dev/null; then
8317 *** Warning: the command libtool uses to detect shared libraries,
8318 *** $file_magic_cmd, produces output that libtool cannot recognize.
8319 *** The result is that libtool may fail to recognize shared libraries
8320 *** as such. This will affect the creation of libtool libraries that
8321 *** depend on shared libraries, but programs linked with such libtool
8322 *** libraries will work regardless of this problem. Nevertheless, you
8323 *** may want to report the problem to your system manager and/or to
8324 *** bug-libtool@gnu.org
8334 MAGIC_CMD="$lt_save_MAGIC_CMD"
8339 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8340 if test -n "$MAGIC_CMD"; then
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8342 $as_echo "$MAGIC_CMD" >&6; }
8344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8345 $as_echo "no" >&6; }
8358 # Use C for the default configuration in the libtool script
8362 ac_cpp='$CPP $CPPFLAGS'
8363 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8364 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8365 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8368 # Source file extension for C test sources.
8371 # Object file extension for compiled C test sources.
8375 # Code to be used in simple compile tests
8376 lt_simple_compile_test_code="int some_variable = 0;"
8378 # Code to be used in simple link tests
8379 lt_simple_link_test_code='int main(){return(0);}'
8387 # If no C compiler was specified, use CC.
8390 # If no C compiler flags were specified, use CFLAGS.
8391 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8393 # Allow CC to be a program name with arguments.
8396 # Save the default compiler, since it gets overwritten when the other
8397 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8398 compiler_DEFAULT=$CC
8400 # save warnings/boilerplate of simple test code
8401 ac_outfile=conftest.$ac_objext
8402 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8403 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8404 _lt_compiler_boilerplate=`cat conftest.err`
8407 ac_outfile=conftest.$ac_objext
8408 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8409 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8410 _lt_linker_boilerplate=`cat conftest.err`
8415 ## There is no encapsulation within the following macros, do not change
8416 ## the running order or otherwise move them around unless you know exactly
8417 ## what you are doing...
8418 if test -n "$compiler"; then
8420 lt_prog_compiler_no_builtin_flag=
8422 if test "$GCC" = yes; then
8423 case $cc_basename in
8425 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8427 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8431 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8432 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8433 $as_echo_n "(cached) " >&6
8435 lt_cv_prog_compiler_rtti_exceptions=no
8436 ac_outfile=conftest.$ac_objext
8437 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8438 lt_compiler_flag="-fno-rtti -fno-exceptions"
8439 # Insert the option either (1) after the last *FLAGS variable, or
8440 # (2) before a word containing "conftest.", or (3) at the end.
8441 # Note that $ac_compile itself does not contain backslashes and begins
8442 # with a dollar sign (not a hyphen), so the echo should work correctly.
8443 # The option is referenced via a variable to avoid confusing sed.
8444 lt_compile=`echo "$ac_compile" | $SED \
8445 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8446 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8447 -e 's:$: $lt_compiler_flag:'`
8448 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8449 (eval "$lt_compile" 2>conftest.err)
8451 cat conftest.err >&5
8452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8453 if (exit $ac_status) && test -s "$ac_outfile"; then
8454 # The compiler can only warn and ignore the option if not recognized
8455 # So say no if there are warnings other than the usual output.
8456 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8457 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8458 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8459 lt_cv_prog_compiler_rtti_exceptions=yes
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8466 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8468 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8469 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8481 lt_prog_compiler_wl=
8482 lt_prog_compiler_pic=
8483 lt_prog_compiler_static=
8486 if test "$GCC" = yes; then
8487 lt_prog_compiler_wl='-Wl,'
8488 lt_prog_compiler_static='-static'
8492 # All AIX code is PIC.
8493 if test "$host_cpu" = ia64; then
8494 # AIX 5 now supports IA64 processor
8495 lt_prog_compiler_static='-Bstatic'
8502 # see comment about AmigaOS4 .so support
8503 lt_prog_compiler_pic='-fPIC'
8506 # FIXME: we need at least 68020 code to build shared libraries, but
8507 # adding the `-m68020' flag to GCC prevents building anything better,
8509 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8514 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8515 # PIC is the default for these OSes.
8518 mingw* | cygwin* | pw32* | os2* | cegcc*)
8519 # This hack is so that the source file can tell whether it is being
8520 # built for inclusion in a dll (and should export symbols for example).
8521 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8522 # (--disable-auto-import) libraries
8523 lt_prog_compiler_pic='-DDLL_EXPORT'
8526 darwin* | rhapsody*)
8527 # PIC is the default on this platform
8528 # Common symbols not allowed in MH_DYLIB files
8529 lt_prog_compiler_pic='-fno-common'
8533 # PIC is the default for Haiku.
8534 # The "-static" flag exists, but is broken.
8535 lt_prog_compiler_static=
8539 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8540 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8541 # sets the default TLS model and affects inlining.
8547 lt_prog_compiler_pic='-fPIC'
8553 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8554 # Instead, we relocate shared libraries at runtime.
8558 # Just because we use GCC doesn't mean we suddenly get shared libraries
8559 # on systems that don't support them.
8560 lt_prog_compiler_can_build_shared=no
8565 # QNX uses GNU C++, but need to define -shared option too, otherwise
8567 lt_prog_compiler_pic='-fPIC -shared'
8571 if test -d /usr/nec; then
8572 lt_prog_compiler_pic=-Kconform_pic
8577 lt_prog_compiler_pic='-fPIC'
8581 case $cc_basename in
8582 nvcc*) # Cuda Compiler Driver 2.2
8583 lt_prog_compiler_wl='-Xlinker '
8584 lt_prog_compiler_pic='-Xcompiler -fPIC'
8588 # PORTME Check for flag to pass linker flags through the system compiler.
8591 lt_prog_compiler_wl='-Wl,'
8592 if test "$host_cpu" = ia64; then
8593 # AIX 5 now supports IA64 processor
8594 lt_prog_compiler_static='-Bstatic'
8596 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8600 mingw* | cygwin* | pw32* | os2* | cegcc*)
8601 # This hack is so that the source file can tell whether it is being
8602 # built for inclusion in a dll (and should export symbols for example).
8603 lt_prog_compiler_pic='-DDLL_EXPORT'
8606 hpux9* | hpux10* | hpux11*)
8607 lt_prog_compiler_wl='-Wl,'
8608 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8615 lt_prog_compiler_pic='+Z'
8618 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8619 lt_prog_compiler_static='${wl}-a ${wl}archive'
8622 irix5* | irix6* | nonstopux*)
8623 lt_prog_compiler_wl='-Wl,'
8624 # PIC (with -KPIC) is the default.
8625 lt_prog_compiler_static='-non_shared'
8628 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8629 case $cc_basename in
8630 # old Intel for x86_64 which still supported -KPIC.
8632 lt_prog_compiler_wl='-Wl,'
8633 lt_prog_compiler_pic='-KPIC'
8634 lt_prog_compiler_static='-static'
8636 # icc used to be incompatible with GCC.
8637 # ICC 10 doesn't accept -KPIC any more.
8639 lt_prog_compiler_wl='-Wl,'
8640 lt_prog_compiler_pic='-fPIC'
8641 lt_prog_compiler_static='-static'
8643 # Lahey Fortran 8.1.
8645 lt_prog_compiler_wl='-Wl,'
8646 lt_prog_compiler_pic='--shared'
8647 lt_prog_compiler_static='--static'
8650 # NAG Fortran compiler
8651 lt_prog_compiler_wl='-Wl,-Wl,,'
8652 lt_prog_compiler_pic='-PIC'
8653 lt_prog_compiler_static='-Bstatic'
8655 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8656 # Portland Group compilers (*not* the Pentium gcc compiler,
8657 # which looks to be a dead project)
8658 lt_prog_compiler_wl='-Wl,'
8659 lt_prog_compiler_pic='-fpic'
8660 lt_prog_compiler_static='-Bstatic'
8663 lt_prog_compiler_wl='-Wl,'
8664 # All Alpha code is PIC.
8665 lt_prog_compiler_static='-non_shared'
8667 xl* | bgxl* | bgf* | mpixl*)
8668 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8669 lt_prog_compiler_wl='-Wl,'
8670 lt_prog_compiler_pic='-qpic'
8671 lt_prog_compiler_static='-qstaticlink'
8674 case `$CC -V 2>&1 | sed 5q` in
8675 *Sun\ F* | *Sun*Fortran*)
8676 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8677 lt_prog_compiler_pic='-KPIC'
8678 lt_prog_compiler_static='-Bstatic'
8679 lt_prog_compiler_wl=''
8683 lt_prog_compiler_pic='-KPIC'
8684 lt_prog_compiler_static='-Bstatic'
8685 lt_prog_compiler_wl='-Wl,'
8693 lt_prog_compiler_pic='-KPIC'
8694 lt_prog_compiler_static='-Bstatic'
8698 # QNX uses GNU C++, but need to define -shared option too, otherwise
8700 lt_prog_compiler_pic='-fPIC -shared'
8703 osf3* | osf4* | osf5*)
8704 lt_prog_compiler_wl='-Wl,'
8705 # All OSF/1 code is PIC.
8706 lt_prog_compiler_static='-non_shared'
8710 lt_prog_compiler_static='-non_shared'
8714 lt_prog_compiler_pic='-KPIC'
8715 lt_prog_compiler_static='-Bstatic'
8716 case $cc_basename in
8717 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8718 lt_prog_compiler_wl='-Qoption ld ';;
8720 lt_prog_compiler_wl='-Wl,';;
8725 lt_prog_compiler_wl='-Qoption ld '
8726 lt_prog_compiler_pic='-PIC'
8727 lt_prog_compiler_static='-Bstatic'
8730 sysv4 | sysv4.2uw2* | sysv4.3*)
8731 lt_prog_compiler_wl='-Wl,'
8732 lt_prog_compiler_pic='-KPIC'
8733 lt_prog_compiler_static='-Bstatic'
8737 if test -d /usr/nec ;then
8738 lt_prog_compiler_pic='-Kconform_pic'
8739 lt_prog_compiler_static='-Bstatic'
8743 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8744 lt_prog_compiler_wl='-Wl,'
8745 lt_prog_compiler_pic='-KPIC'
8746 lt_prog_compiler_static='-Bstatic'
8750 lt_prog_compiler_wl='-Wl,'
8751 lt_prog_compiler_can_build_shared=no
8755 lt_prog_compiler_pic='-pic'
8756 lt_prog_compiler_static='-Bstatic'
8760 lt_prog_compiler_can_build_shared=no
8766 # For platforms which do not support PIC, -DPIC is meaningless:
8768 lt_prog_compiler_pic=
8771 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8776 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8777 if ${lt_cv_prog_compiler_pic+:} false; then :
8778 $as_echo_n "(cached) " >&6
8780 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8783 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
8784 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8787 # Check to make sure the PIC flag actually works.
8789 if test -n "$lt_prog_compiler_pic"; then
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8791 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8792 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8793 $as_echo_n "(cached) " >&6
8795 lt_cv_prog_compiler_pic_works=no
8796 ac_outfile=conftest.$ac_objext
8797 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8798 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8799 # Insert the option either (1) after the last *FLAGS variable, or
8800 # (2) before a word containing "conftest.", or (3) at the end.
8801 # Note that $ac_compile itself does not contain backslashes and begins
8802 # with a dollar sign (not a hyphen), so the echo should work correctly.
8803 # The option is referenced via a variable to avoid confusing sed.
8804 lt_compile=`echo "$ac_compile" | $SED \
8805 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8806 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8807 -e 's:$: $lt_compiler_flag:'`
8808 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8809 (eval "$lt_compile" 2>conftest.err)
8811 cat conftest.err >&5
8812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8813 if (exit $ac_status) && test -s "$ac_outfile"; then
8814 # The compiler can only warn and ignore the option if not recognized
8815 # So say no if there are warnings other than the usual output.
8816 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8817 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8818 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8819 lt_cv_prog_compiler_pic_works=yes
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8826 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8828 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8829 case $lt_prog_compiler_pic in
8831 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8834 lt_prog_compiler_pic=
8835 lt_prog_compiler_can_build_shared=no
8851 # Check to make sure the static flag actually works.
8853 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8855 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8856 if ${lt_cv_prog_compiler_static_works+:} false; then :
8857 $as_echo_n "(cached) " >&6
8859 lt_cv_prog_compiler_static_works=no
8860 save_LDFLAGS="$LDFLAGS"
8861 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8862 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8863 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8864 # The linker can only warn and ignore the option if not recognized
8865 # So say no if there are warnings
8866 if test -s conftest.err; then
8867 # Append any errors to the config.log.
8868 cat conftest.err 1>&5
8869 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8870 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8871 if diff conftest.exp conftest.er2 >/dev/null; then
8872 lt_cv_prog_compiler_static_works=yes
8875 lt_cv_prog_compiler_static_works=yes
8879 LDFLAGS="$save_LDFLAGS"
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8883 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8885 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8888 lt_prog_compiler_static=
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8898 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8899 if ${lt_cv_prog_compiler_c_o+:} false; then :
8900 $as_echo_n "(cached) " >&6
8902 lt_cv_prog_compiler_c_o=no
8903 $RM -r conftest 2>/dev/null
8907 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8909 lt_compiler_flag="-o out/conftest2.$ac_objext"
8910 # Insert the option either (1) after the last *FLAGS variable, or
8911 # (2) before a word containing "conftest.", or (3) at the end.
8912 # Note that $ac_compile itself does not contain backslashes and begins
8913 # with a dollar sign (not a hyphen), so the echo should work correctly.
8914 lt_compile=`echo "$ac_compile" | $SED \
8915 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8916 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8917 -e 's:$: $lt_compiler_flag:'`
8918 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8919 (eval "$lt_compile" 2>out/conftest.err)
8921 cat out/conftest.err >&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8925 # The compiler can only warn and ignore the option if not recognized
8926 # So say no if there are warnings
8927 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8928 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8929 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8930 lt_cv_prog_compiler_c_o=yes
8935 # SGI C++ compiler will create directory out/ii_files/ for
8936 # template instantiation
8937 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8938 $RM out/* && rmdir out
8944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8945 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8953 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8954 if ${lt_cv_prog_compiler_c_o+:} false; then :
8955 $as_echo_n "(cached) " >&6
8957 lt_cv_prog_compiler_c_o=no
8958 $RM -r conftest 2>/dev/null
8962 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8964 lt_compiler_flag="-o out/conftest2.$ac_objext"
8965 # Insert the option either (1) after the last *FLAGS variable, or
8966 # (2) before a word containing "conftest.", or (3) at the end.
8967 # Note that $ac_compile itself does not contain backslashes and begins
8968 # with a dollar sign (not a hyphen), so the echo should work correctly.
8969 lt_compile=`echo "$ac_compile" | $SED \
8970 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8971 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8972 -e 's:$: $lt_compiler_flag:'`
8973 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8974 (eval "$lt_compile" 2>out/conftest.err)
8976 cat out/conftest.err >&5
8977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8978 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8980 # The compiler can only warn and ignore the option if not recognized
8981 # So say no if there are warnings
8982 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8983 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8984 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8985 lt_cv_prog_compiler_c_o=yes
8990 # SGI C++ compiler will create directory out/ii_files/ for
8991 # template instantiation
8992 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8993 $RM out/* && rmdir out
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9000 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9005 hard_links="nottested"
9006 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9007 # do not overwrite the value of need_locks provided by the user
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9009 $as_echo_n "checking if we can lock with hard links... " >&6; }
9012 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9014 ln conftest.a conftest.b 2>&5 || hard_links=no
9015 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9017 $as_echo "$hard_links" >&6; }
9018 if test "$hard_links" = no; then
9019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9020 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9033 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9036 allow_undefined_flag=
9037 always_export_symbols=no
9039 archive_expsym_cmds=
9040 compiler_needs_object=no
9041 enable_shared_with_static_runtimes=no
9042 export_dynamic_flag_spec=
9043 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9044 hardcode_automatic=no
9046 hardcode_direct_absolute=no
9047 hardcode_libdir_flag_spec=
9048 hardcode_libdir_flag_spec_ld=
9049 hardcode_libdir_separator=
9051 hardcode_shlibpath_var=unsupported
9053 link_all_deplibs=unknown
9056 old_archive_from_new_cmds=
9057 old_archive_from_expsyms_cmds=
9058 thread_safe_flag_spec=
9059 whole_archive_flag_spec=
9060 # include_expsyms should be a list of space-separated symbols to be *always*
9061 # included in the symbol list
9063 # exclude_expsyms can be an extended regexp of symbols to exclude
9064 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9065 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9066 # as well as any symbol that contains `d'.
9067 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9068 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9069 # platforms (ab)use it in PIC code, but their linkers get confused if
9070 # the symbol is explicitly referenced. Since portable code cannot
9071 # rely on this symbol name, it's probably fine to never include it in
9072 # preloaded symbol tables.
9073 # Exclude shared library initialization/finalization symbols.
9074 extract_expsyms_cmds=
9077 cygwin* | mingw* | pw32* | cegcc*)
9078 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9079 # When not using gcc, we currently assume that we are using
9080 # Microsoft Visual C++.
9081 if test "$GCC" != yes; then
9086 # we just hope/assume this is gcc and not c89 (= MSVC++)
9096 # On some targets, GNU ld is compatible enough with the native linker
9097 # that we're better off using the native interface for both.
9098 lt_use_gnu_ld_interface=no
9099 if test "$with_gnu_ld" = yes; then
9102 # The AIX port of GNU ld has always aspired to compatibility
9103 # with the native linker. However, as the warning in the GNU ld
9104 # block says, versions before 2.19.5* couldn't really create working
9105 # shared libraries, regardless of the interface used.
9106 case `$LD -v 2>&1` in
9107 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9108 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9109 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9111 lt_use_gnu_ld_interface=yes
9116 lt_use_gnu_ld_interface=yes
9121 if test "$lt_use_gnu_ld_interface" = yes; then
9122 # If archive_cmds runs LD, not CC, wlarc should be empty
9125 # Set some defaults for GNU ld with shared library support. These
9126 # are reset later if shared libraries are not supported. Putting them
9127 # here allows them to be overridden if necessary.
9128 runpath_var=LD_RUN_PATH
9129 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9130 export_dynamic_flag_spec='${wl}--export-dynamic'
9131 # ancient GNU ld didn't support --whole-archive et. al.
9132 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9133 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9135 whole_archive_flag_spec=
9137 supports_anon_versioning=no
9138 case `$LD -v 2>&1` in
9139 *GNU\ gold*) supports_anon_versioning=yes ;;
9140 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9141 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9142 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9143 *\ 2.11.*) ;; # other 2.11 versions
9144 *) supports_anon_versioning=yes ;;
9147 # See if GNU ld supports shared libraries.
9150 # On AIX/PPC, the GNU linker is very broken
9151 if test "$host_cpu" != ia64; then
9155 *** Warning: the GNU linker, at least up to release 2.19, is reported
9156 *** to be unable to reliably create shared libraries on AIX.
9157 *** Therefore, libtool is disabling shared libraries support. If you
9158 *** really care for shared libraries, you may want to install binutils
9159 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9160 *** You will then need to restart the configuration process.
9169 # see comment about AmigaOS4 .so support
9170 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9171 archive_expsym_cmds=''
9174 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)'
9175 hardcode_libdir_flag_spec='-L$libdir'
9176 hardcode_minus_L=yes
9182 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9183 allow_undefined_flag=unsupported
9184 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9185 # support --undefined. This deserves some investigation. FIXME
9186 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9192 cygwin* | mingw* | pw32* | cegcc*)
9193 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9194 # as there is no search path for DLLs.
9195 hardcode_libdir_flag_spec='-L$libdir'
9196 export_dynamic_flag_spec='${wl}--export-all-symbols'
9197 allow_undefined_flag=unsupported
9198 always_export_symbols=no
9199 enable_shared_with_static_runtimes=yes
9200 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9201 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
9203 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9204 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9205 # If the export-symbols file already is a .def file (1st line
9206 # is EXPORTS), use it as is; otherwise, prepend...
9207 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9208 cp $export_symbols $output_objdir/$soname.def;
9210 echo EXPORTS > $output_objdir/$soname.def;
9211 cat $export_symbols >> $output_objdir/$soname.def;
9213 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9220 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9221 link_all_deplibs=yes
9226 hardcode_shlibpath_var=no
9227 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9228 export_dynamic_flag_spec='${wl}-E'
9229 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9230 # Instead, shared libraries are loaded at an image base (0x10000000 by
9231 # default) and relocated if they conflict, which is a slow very memory
9232 # consuming and fragmenting process. To avoid this, we pick a random,
9233 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9234 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9235 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9236 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'
9239 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9241 if test "$host_os" = linux-dietlibc; then
9242 case $cc_basename in
9243 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9246 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9247 && test "$tmp_diet" = no
9249 tmp_addflag=' $pic_flag'
9250 tmp_sharedflag='-shared'
9251 case $cc_basename,$host_cpu in
9252 pgcc*) # Portland Group C compiler
9253 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'
9254 tmp_addflag=' $pic_flag'
9256 pgf77* | pgf90* | pgf95* | pgfortran*)
9257 # Portland Group f77 and f90 compilers
9258 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'
9259 tmp_addflag=' $pic_flag -Mnomain' ;;
9260 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9261 tmp_addflag=' -i_dynamic' ;;
9262 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9263 tmp_addflag=' -i_dynamic -nofor_main' ;;
9264 ifc* | ifort*) # Intel Fortran compiler
9265 tmp_addflag=' -nofor_main' ;;
9266 lf95*) # Lahey Fortran 8.1
9267 whole_archive_flag_spec=
9268 tmp_sharedflag='--shared' ;;
9269 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9270 tmp_sharedflag='-qmkshrobj'
9272 nvcc*) # Cuda Compiler Driver 2.2
9273 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'
9274 compiler_needs_object=yes
9277 case `$CC -V 2>&1 | sed 5q` in
9278 *Sun\ C*) # Sun C 5.9
9279 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'
9280 compiler_needs_object=yes
9281 tmp_sharedflag='-G' ;;
9282 *Sun\ F*) # Sun Fortran 8.3
9283 tmp_sharedflag='-G' ;;
9285 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9287 if test "x$supports_anon_versioning" = xyes; then
9288 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9289 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9290 echo "local: *; };" >> $output_objdir/$libname.ver~
9291 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9294 case $cc_basename in
9295 xlf* | bgf* | bgxlf* | mpixlf*)
9296 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9297 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9298 hardcode_libdir_flag_spec=
9299 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9300 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9301 if test "x$supports_anon_versioning" = xyes; then
9302 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9303 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9304 echo "local: *; };" >> $output_objdir/$libname.ver~
9305 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9315 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9316 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9319 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9320 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9325 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9329 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9330 *** create shared libraries on Solaris systems. Therefore, libtool
9331 *** is disabling shared libraries support. We urge you to upgrade GNU
9332 *** binutils to release 2.9.1 or newer. Another option is to modify
9333 *** your PATH or compiler configuration so that the native linker is
9334 *** used, and then restart.
9337 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9338 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9339 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9345 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9346 case `$LD -v 2>&1` in
9347 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9351 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9352 *** reliably create shared libraries on SCO systems. Therefore, libtool
9353 *** is disabling shared libraries support. We urge you to upgrade GNU
9354 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9355 *** your PATH or compiler configuration so that the native linker is
9356 *** used, and then restart.
9361 # For security reasons, it is highly recommended that you always
9362 # use absolute paths for naming shared libraries, and exclude the
9363 # DT_RUNPATH tag from executables and libraries. But doing so
9364 # requires that you compile everything twice, which is a pain.
9365 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9366 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9367 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9368 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9377 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9380 hardcode_shlibpath_var=no
9384 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9385 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9386 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9393 if test "$ld_shlibs" = no; then
9395 hardcode_libdir_flag_spec=
9396 export_dynamic_flag_spec=
9397 whole_archive_flag_spec=
9400 # PORTME fill in a description of your system's linker (not GNU ld)
9403 allow_undefined_flag=unsupported
9404 always_export_symbols=yes
9405 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'
9406 # Note: this linker hardcodes the directories in LIBPATH if there
9407 # are no directories specified by -L.
9408 hardcode_minus_L=yes
9409 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9410 # Neither direct hardcoding nor static linking is supported with a
9412 hardcode_direct=unsupported
9417 if test "$host_cpu" = ia64; then
9418 # On IA64, the linker does run time linking by default, so we don't
9419 # have to do anything special.
9420 aix_use_runtimelinking=no
9421 exp_sym_flag='-Bexport'
9424 # If we're using GNU nm, then we don't want the "-C" option.
9425 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9426 # Also, AIX nm treats weak defined symbols like other global
9427 # defined symbols, whereas GNU nm marks them as "W".
9428 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9429 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'
9431 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'
9433 aix_use_runtimelinking=no
9435 # Test if we are trying to use run time linking or normal
9436 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9437 # need to do runtime linking.
9438 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9439 for ld_flag in $LDFLAGS; do
9440 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9441 aix_use_runtimelinking=yes
9448 exp_sym_flag='-bexport'
9449 no_entry_flag='-bnoentry'
9452 # When large executables or shared objects are built, AIX ld can
9453 # have problems creating the table of contents. If linking a library
9454 # or program results in "error TOC overflow" add -mminimal-toc to
9455 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9456 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9460 hardcode_direct_absolute=yes
9461 hardcode_libdir_separator=':'
9462 link_all_deplibs=yes
9463 file_list_spec='${wl}-f,'
9465 if test "$GCC" = yes; then
9466 case $host_os in aix4.[012]|aix4.[012].*)
9467 # We only want to do this on AIX 4.2 and lower, the check
9468 # below for broken collect2 doesn't work under 4.3+
9469 collect2name=`${CC} -print-prog-name=collect2`
9470 if test -f "$collect2name" &&
9471 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9473 # We have reworked collect2
9476 # We have old collect2
9477 hardcode_direct=unsupported
9478 # It fails to find uninstalled libraries when the uninstalled
9479 # path is not listed in the libpath. Setting hardcode_minus_L
9480 # to unsupported forces relinking
9481 hardcode_minus_L=yes
9482 hardcode_libdir_flag_spec='-L$libdir'
9483 hardcode_libdir_separator=
9487 shared_flag='-shared'
9488 if test "$aix_use_runtimelinking" = yes; then
9489 shared_flag="$shared_flag "'${wl}-G'
9493 if test "$host_cpu" = ia64; then
9494 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9495 # chokes on -Wl,-G. The following line is correct:
9498 if test "$aix_use_runtimelinking" = yes; then
9499 shared_flag='${wl}-G'
9501 shared_flag='${wl}-bM:SRE'
9506 export_dynamic_flag_spec='${wl}-bexpall'
9507 # It seems that -bexpall does not export symbols beginning with
9508 # underscore (_), so it is better to generate a list of symbols to export.
9509 always_export_symbols=yes
9510 if test "$aix_use_runtimelinking" = yes; then
9511 # Warning - without using the other runtime loading flags (-brtl),
9512 # -berok will link without error, but may produce a broken library.
9513 allow_undefined_flag='-berok'
9514 # Determine the default libpath from the value encoded in an
9516 if test "${lt_cv_aix_libpath+set}" = set; then
9517 aix_libpath=$lt_cv_aix_libpath
9519 if ${lt_cv_aix_libpath_+:} false; then :
9520 $as_echo_n "(cached) " >&6
9522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9523 /* end confdefs.h. */
9533 if ac_fn_c_try_link "$LINENO"; then :
9535 lt_aix_libpath_sed='
9536 /Import File Strings/,/^$/ {
9538 s/^0 *\([^ ]*\) *$/\1/
9542 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9543 # Check for a 64-bit object if we didn't find anything.
9544 if test -z "$lt_cv_aix_libpath_"; then
9545 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9548 rm -f core conftest.err conftest.$ac_objext \
9549 conftest$ac_exeext conftest.$ac_ext
9550 if test -z "$lt_cv_aix_libpath_"; then
9551 lt_cv_aix_libpath_="/usr/lib:/lib"
9556 aix_libpath=$lt_cv_aix_libpath_
9559 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9560 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"
9562 if test "$host_cpu" = ia64; then
9563 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9564 allow_undefined_flag="-z nodefs"
9565 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"
9567 # Determine the default libpath from the value encoded in an
9569 if test "${lt_cv_aix_libpath+set}" = set; then
9570 aix_libpath=$lt_cv_aix_libpath
9572 if ${lt_cv_aix_libpath_+:} false; then :
9573 $as_echo_n "(cached) " >&6
9575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9576 /* end confdefs.h. */
9586 if ac_fn_c_try_link "$LINENO"; then :
9588 lt_aix_libpath_sed='
9589 /Import File Strings/,/^$/ {
9591 s/^0 *\([^ ]*\) *$/\1/
9595 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9596 # Check for a 64-bit object if we didn't find anything.
9597 if test -z "$lt_cv_aix_libpath_"; then
9598 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9601 rm -f core conftest.err conftest.$ac_objext \
9602 conftest$ac_exeext conftest.$ac_ext
9603 if test -z "$lt_cv_aix_libpath_"; then
9604 lt_cv_aix_libpath_="/usr/lib:/lib"
9609 aix_libpath=$lt_cv_aix_libpath_
9612 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9613 # Warning - without using the other run time loading flags,
9614 # -berok will link without error, but may produce a broken library.
9615 no_undefined_flag=' ${wl}-bernotok'
9616 allow_undefined_flag=' ${wl}-berok'
9617 if test "$with_gnu_ld" = yes; then
9618 # We only use this code for GNU lds that support --whole-archive.
9619 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9621 # Exported symbols can be pulled into shared objects from archives
9622 whole_archive_flag_spec='$convenience'
9624 archive_cmds_need_lc=yes
9625 # This is similar to how AIX traditionally builds its shared libraries.
9626 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'
9634 # see comment about AmigaOS4 .so support
9635 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9636 archive_expsym_cmds=''
9639 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)'
9640 hardcode_libdir_flag_spec='-L$libdir'
9641 hardcode_minus_L=yes
9647 export_dynamic_flag_spec=-rdynamic
9650 cygwin* | mingw* | pw32* | cegcc*)
9651 # When not using gcc, we currently assume that we are using
9652 # Microsoft Visual C++.
9653 # hardcode_libdir_flag_spec is actually meaningless, as there is
9654 # no search path for DLLs.
9655 case $cc_basename in
9658 hardcode_libdir_flag_spec=' '
9659 allow_undefined_flag=unsupported
9660 always_export_symbols=yes
9662 # Tell ltmain to make .lib files, not .a files.
9664 # Tell ltmain to make .dll files, not .so files.
9666 # FIXME: Setting linknames here is a bad hack.
9667 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9668 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9669 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9671 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9673 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9675 # The linker will not automatically build a static lib if we build a DLL.
9676 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9677 enable_shared_with_static_runtimes=yes
9678 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9680 old_postinstall_cmds='chmod 644 $oldlib'
9681 postlink_cmds='lt_outputfile="@OUTPUT@"~
9682 lt_tool_outputfile="@TOOL_OUTPUT@"~
9683 case $lt_outputfile in
9686 lt_outputfile="$lt_outputfile.exe"
9687 lt_tool_outputfile="$lt_tool_outputfile.exe"
9690 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9691 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9692 $RM "$lt_outputfile.manifest";
9696 # Assume MSVC wrapper
9697 hardcode_libdir_flag_spec=' '
9698 allow_undefined_flag=unsupported
9699 # Tell ltmain to make .lib files, not .a files.
9701 # Tell ltmain to make .dll files, not .so files.
9703 # FIXME: Setting linknames here is a bad hack.
9704 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9705 # The linker will automatically build a .lib file if we build a DLL.
9706 old_archive_from_new_cmds='true'
9707 # FIXME: Should let the user specify the lib program.
9708 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9709 enable_shared_with_static_runtimes=yes
9714 darwin* | rhapsody*)
9717 archive_cmds_need_lc=no
9719 hardcode_automatic=yes
9720 hardcode_shlibpath_var=unsupported
9721 if test "$lt_cv_ld_force_load" = "yes"; then
9722 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\"`'
9724 whole_archive_flag_spec=''
9726 link_all_deplibs=yes
9727 allow_undefined_flag="$_lt_dar_allow_undefined"
9728 case $cc_basename in
9729 ifort*) _lt_dar_can_shared=yes ;;
9730 *) _lt_dar_can_shared=$GCC ;;
9732 if test "$_lt_dar_can_shared" = "yes"; then
9733 output_verbose_link_cmd=func_echo_all
9734 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9735 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9736 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}"
9737 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}"
9746 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9747 hardcode_libdir_flag_spec='-L$libdir'
9748 hardcode_shlibpath_var=no
9755 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9756 # support. Future versions do this automatically, but an explicit c++rt0.o
9757 # does not break anything, and helps significantly (at the cost of a little
9760 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9761 hardcode_libdir_flag_spec='-R$libdir'
9763 hardcode_shlibpath_var=no
9766 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9768 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9770 hardcode_minus_L=yes
9771 hardcode_shlibpath_var=no
9774 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9775 freebsd* | dragonfly*)
9776 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9777 hardcode_libdir_flag_spec='-R$libdir'
9779 hardcode_shlibpath_var=no
9783 if test "$GCC" = yes; then
9784 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9786 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'
9788 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9789 hardcode_libdir_separator=:
9792 # hardcode_minus_L: Not really in the search PATH,
9793 # but as the default location of the library.
9794 hardcode_minus_L=yes
9795 export_dynamic_flag_spec='${wl}-E'
9799 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9800 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9802 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9804 if test "$with_gnu_ld" = no; then
9805 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9806 hardcode_libdir_flag_spec_ld='+b $libdir'
9807 hardcode_libdir_separator=:
9809 hardcode_direct_absolute=yes
9810 export_dynamic_flag_spec='${wl}-E'
9811 # hardcode_minus_L: Not really in the search PATH,
9812 # but as the default location of the library.
9813 hardcode_minus_L=yes
9818 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9821 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9824 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9827 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9833 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9836 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9840 # Older versions of the 11.00 compiler do not understand -b yet
9841 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9843 $as_echo_n "checking if $CC understands -b... " >&6; }
9844 if ${lt_cv_prog_compiler__b+:} false; then :
9845 $as_echo_n "(cached) " >&6
9847 lt_cv_prog_compiler__b=no
9848 save_LDFLAGS="$LDFLAGS"
9849 LDFLAGS="$LDFLAGS -b"
9850 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9851 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9852 # The linker can only warn and ignore the option if not recognized
9853 # So say no if there are warnings
9854 if test -s conftest.err; then
9855 # Append any errors to the config.log.
9856 cat conftest.err 1>&5
9857 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9858 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9859 if diff conftest.exp conftest.er2 >/dev/null; then
9860 lt_cv_prog_compiler__b=yes
9863 lt_cv_prog_compiler__b=yes
9867 LDFLAGS="$save_LDFLAGS"
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9871 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9873 if test x"$lt_cv_prog_compiler__b" = xyes; then
9874 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9876 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9882 if test "$with_gnu_ld" = no; then
9883 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9884 hardcode_libdir_separator=:
9889 hardcode_shlibpath_var=no
9893 hardcode_direct_absolute=yes
9894 export_dynamic_flag_spec='${wl}-E'
9896 # hardcode_minus_L: Not really in the search PATH,
9897 # but as the default location of the library.
9898 hardcode_minus_L=yes
9904 irix5* | irix6* | nonstopux*)
9905 if test "$GCC" = yes; then
9906 archive_cmds='$CC -shared $pic_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'
9907 # Try to use the -exported_symbol ld option, if it does not
9908 # work, assume that -exports_file does not work either and
9909 # implicitly export all symbols.
9910 # This should be the same for all languages, so no per-tag cache variable.
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9912 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9913 if ${lt_cv_irix_exported_symbol+:} false; then :
9914 $as_echo_n "(cached) " >&6
9916 save_LDFLAGS="$LDFLAGS"
9917 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9919 /* end confdefs.h. */
9920 int foo (void) { return 0; }
9922 if ac_fn_c_try_link "$LINENO"; then :
9923 lt_cv_irix_exported_symbol=yes
9925 lt_cv_irix_exported_symbol=no
9927 rm -f core conftest.err conftest.$ac_objext \
9928 conftest$ac_exeext conftest.$ac_ext
9929 LDFLAGS="$save_LDFLAGS"
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9932 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
9933 if test "$lt_cv_irix_exported_symbol" = yes; then
9934 archive_expsym_cmds='$CC -shared $pic_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 ${wl}-exports_file ${wl}$export_symbols -o $lib'
9937 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'
9938 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'
9940 archive_cmds_need_lc='no'
9941 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9942 hardcode_libdir_separator=:
9944 link_all_deplibs=yes
9948 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9949 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9951 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9953 hardcode_libdir_flag_spec='-R$libdir'
9955 hardcode_shlibpath_var=no
9959 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9961 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9962 hardcode_libdir_separator=:
9963 hardcode_shlibpath_var=no
9970 if test -f /usr/libexec/ld.so; then
9972 hardcode_shlibpath_var=no
9973 hardcode_direct_absolute=yes
9974 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9975 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9976 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9977 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9978 export_dynamic_flag_spec='${wl}-E'
9981 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9982 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9983 hardcode_libdir_flag_spec='-R$libdir'
9986 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9987 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9997 hardcode_libdir_flag_spec='-L$libdir'
9998 hardcode_minus_L=yes
9999 allow_undefined_flag=unsupported
10000 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'
10001 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10005 if test "$GCC" = yes; then
10006 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10007 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'
10009 allow_undefined_flag=' -expect_unresolved \*'
10010 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'
10012 archive_cmds_need_lc='no'
10013 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10014 hardcode_libdir_separator=:
10017 osf4* | osf5*) # as osf3* with the addition of -msym flag
10018 if test "$GCC" = yes; then
10019 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10020 archive_cmds='$CC -shared${allow_undefined_flag} $pic_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'
10021 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10023 allow_undefined_flag=' -expect_unresolved \*'
10024 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'
10025 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~
10026 $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'
10028 # Both c and cxx compiler support -rpath directly
10029 hardcode_libdir_flag_spec='-rpath $libdir'
10031 archive_cmds_need_lc='no'
10032 hardcode_libdir_separator=:
10036 no_undefined_flag=' -z defs'
10037 if test "$GCC" = yes; then
10039 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10040 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10041 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10043 case `$CC -V 2>&1` in
10046 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10047 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10048 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10052 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10053 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10054 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10058 hardcode_libdir_flag_spec='-R$libdir'
10059 hardcode_shlibpath_var=no
10061 solaris2.[0-5] | solaris2.[0-5].*) ;;
10063 # The compiler driver will combine and reorder linker options,
10064 # but understands `-z linker_flag'. GCC discards it without `$wl',
10065 # but is careful enough not to reorder.
10066 # Supported since Solaris 2.6 (maybe 2.5.1?)
10067 if test "$GCC" = yes; then
10068 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10070 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10074 link_all_deplibs=yes
10078 if test "x$host_vendor" = xsequent; then
10079 # Use $CC to link under sequent, because it throws in some extra .o
10080 # files that make .init and .fini sections work.
10081 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10083 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10085 hardcode_libdir_flag_spec='-L$libdir'
10086 hardcode_direct=yes
10087 hardcode_minus_L=yes
10088 hardcode_shlibpath_var=no
10092 case $host_vendor in
10094 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10095 hardcode_direct=yes # is this really true???
10098 ## LD is ld it makes a PLAMLIB
10099 ## CC just makes a GrossModule.
10100 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10101 reload_cmds='$CC -r -o $output$reload_objs'
10105 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10106 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10109 runpath_var='LD_RUN_PATH'
10110 hardcode_shlibpath_var=no
10114 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10115 hardcode_shlibpath_var=no
10116 export_dynamic_flag_spec='-Bexport'
10120 if test -d /usr/nec; then
10121 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10122 hardcode_shlibpath_var=no
10123 runpath_var=LD_RUN_PATH
10124 hardcode_runpath_var=yes
10129 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10130 no_undefined_flag='${wl}-z,text'
10131 archive_cmds_need_lc=no
10132 hardcode_shlibpath_var=no
10133 runpath_var='LD_RUN_PATH'
10135 if test "$GCC" = yes; then
10136 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10137 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10139 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10140 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10144 sysv5* | sco3.2v5* | sco5v6*)
10145 # Note: We can NOT use -z defs as we might desire, because we do not
10146 # link with -lc, and that would cause any symbols used from libc to
10147 # always be unresolved, which means just about no library would
10148 # ever link correctly. If we're not using GNU ld we use -z text
10149 # though, which does catch some bad symbols but isn't as heavy-handed
10151 no_undefined_flag='${wl}-z,text'
10152 allow_undefined_flag='${wl}-z,nodefs'
10153 archive_cmds_need_lc=no
10154 hardcode_shlibpath_var=no
10155 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10156 hardcode_libdir_separator=':'
10157 link_all_deplibs=yes
10158 export_dynamic_flag_spec='${wl}-Bexport'
10159 runpath_var='LD_RUN_PATH'
10161 if test "$GCC" = yes; then
10162 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10163 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10165 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10166 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10171 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10172 hardcode_libdir_flag_spec='-L$libdir'
10173 hardcode_shlibpath_var=no
10181 if test x$host_vendor = xsni; then
10183 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10184 export_dynamic_flag_spec='${wl}-Blargedynsym'
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10191 $as_echo "$ld_shlibs" >&6; }
10192 test "$ld_shlibs" = no && can_build_shared=no
10194 with_gnu_ld=$with_gnu_ld
10211 # Do we need to explicitly link libc?
10213 case "x$archive_cmds_need_lc" in
10215 # Assume -lc should be added
10216 archive_cmds_need_lc=yes
10218 if test "$enable_shared" = yes && test "$GCC" = yes; then
10219 case $archive_cmds in
10221 # FIXME: we may have to deal with multi-command sequences.
10224 # Test whether the compiler implicitly links with -lc since on some
10225 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10226 # to ld, don't add -lc before -lgcc.
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10228 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10229 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10230 $as_echo_n "(cached) " >&6
10233 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10235 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10236 (eval $ac_compile) 2>&5
10238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10239 test $ac_status = 0; } 2>conftest.err; then
10242 libobjs=conftest.$ac_objext
10244 wl=$lt_prog_compiler_wl
10245 pic_flag=$lt_prog_compiler_pic
10251 lt_save_allow_undefined_flag=$allow_undefined_flag
10252 allow_undefined_flag=
10253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10254 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10257 test $ac_status = 0; }
10259 lt_cv_archive_cmds_need_lc=no
10261 lt_cv_archive_cmds_need_lc=yes
10263 allow_undefined_flag=$lt_save_allow_undefined_flag
10265 cat conftest.err 1>&5
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10271 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10272 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10436 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10438 if test "$GCC" = yes; then
10440 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10441 *) lt_awk_arg="/^libraries:/" ;;
10444 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10445 *) lt_sed_strip_eq="s,=/,/,g" ;;
10447 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10448 case $lt_search_path_spec in
10450 # if the path contains ";" then we assume it to be the separator
10451 # otherwise default to the standard path separator (i.e. ":") - it is
10452 # assumed that no part of a normal pathname contains ";" but that should
10453 # okay in the real world where ";" in dirpaths is itself problematic.
10454 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10457 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10460 # Ok, now we have the path, separated by spaces, we can step through it
10461 # and add multilib dir if necessary.
10462 lt_tmp_lt_search_path_spec=
10463 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10464 for lt_sys_path in $lt_search_path_spec; do
10465 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10466 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10468 test -d "$lt_sys_path" && \
10469 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10472 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10473 BEGIN {RS=" "; FS="/|\n";} {
10476 for (lt_i = NF; lt_i > 0; lt_i--) {
10477 if ($lt_i != "" && $lt_i != ".") {
10478 if ($lt_i == "..") {
10481 if (lt_count == 0) {
10482 lt_foo="/" $lt_i lt_foo;
10489 if (lt_foo != "") { lt_freq[lt_foo]++; }
10490 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10492 # AWK program above erroneously prepends '/' to C:/dos/paths
10495 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10496 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10498 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10500 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10502 library_names_spec=
10503 libname_spec='lib$name'
10507 postuninstall_cmds=
10511 shlibpath_overrides_runpath=unknown
10513 dynamic_linker="$host_os ld.so"
10514 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10515 need_lib_prefix=unknown
10516 hardcode_into_libs=no
10518 # when you set need_version to no, make sure it does not cause -set_version
10519 # flags to be left without arguments
10520 need_version=unknown
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10526 shlibpath_var=LIBPATH
10528 # AIX 3 has no versioning support, so we append a major version to the name.
10529 soname_spec='${libname}${release}${shared_ext}$major'
10536 hardcode_into_libs=yes
10537 if test "$host_cpu" = ia64; then
10538 # AIX 5 supports IA64
10539 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10540 shlibpath_var=LD_LIBRARY_PATH
10542 # With GCC up to 2.95.x, collect2 would create an import file
10543 # for dependence libraries. The import file would start with
10544 # the line `#! .'. This would cause the generated library to
10545 # depend on `.', always an invalid library. This was fixed in
10546 # development snapshots of GCC prior to 3.0.
10548 aix4 | aix4.[01] | aix4.[01].*)
10549 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10551 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10554 can_build_shared=no
10558 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10559 # soname into executable. Probably we can add versioning support to
10560 # collect2, so additional links can be useful in future.
10561 if test "$aix_use_runtimelinking" = yes; then
10562 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10563 # instead of lib<name>.a to let people know that these are not
10564 # typical AIX shared libraries.
10565 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10567 # We preserve .a as extension for shared libraries through AIX4.2
10568 # and later when we are not doing run time linking.
10569 library_names_spec='${libname}${release}.a $libname.a'
10570 soname_spec='${libname}${release}${shared_ext}$major'
10572 shlibpath_var=LIBPATH
10579 # Since July 2007 AmigaOS4 officially supports .so libraries.
10580 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10584 library_names_spec='$libname.ixlibrary $libname.a'
10585 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10586 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'
10592 library_names_spec='${libname}${shared_ext}'
10593 dynamic_linker="$host_os ld.so"
10594 shlibpath_var=LIBRARY_PATH
10600 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10601 soname_spec='${libname}${release}${shared_ext}$major'
10602 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10603 shlibpath_var=LD_LIBRARY_PATH
10604 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10605 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10606 # the default ld.so.conf also contains /usr/contrib/lib and
10607 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10608 # libtool to hard-code these into programs
10611 cygwin* | mingw* | pw32* | cegcc*)
10612 version_type=windows
10617 case $GCC,$cc_basename in
10620 library_names_spec='$libname.dll.a'
10621 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10622 postinstall_cmds='base_file=`basename \${file}`~
10623 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10624 dldir=$destdir/`dirname \$dlpath`~
10625 test -d \$dldir || mkdir -p \$dldir~
10626 $install_prog $dir/$dlname \$dldir/$dlname~
10627 chmod a+x \$dldir/$dlname~
10628 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10629 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10631 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10632 dlpath=$dir/\$dldll~
10634 shlibpath_overrides_runpath=yes
10638 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10639 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10641 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10644 # MinGW DLLs use traditional 'lib' prefix
10645 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10648 # pw32 DLLs use 'pw' prefix rather than 'lib'
10649 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10652 dynamic_linker='Win32 ld.exe'
10657 libname_spec='$name'
10658 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10659 library_names_spec='${libname}.dll.lib'
10663 sys_lib_search_path_spec=
10666 for lt_path in $LIB
10669 # Let DOS variable expansion print the short 8.3 style file name.
10670 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10671 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10674 # Convert to MSYS style.
10675 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10678 # Convert to unix form, then to dos form, then back to unix form
10679 # but this time dos style (no spaces!) so that the unix form looks
10680 # like /cygdrive/c/PROGRA~1:/cygdr...
10681 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10682 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10683 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10686 sys_lib_search_path_spec="$LIB"
10687 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10688 # It is most probably a Windows format PATH.
10689 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10691 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10693 # FIXME: find the short name or the path components, as spaces are
10694 # common. (e.g. "Program Files" -> "PROGRA~1")
10698 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10699 postinstall_cmds='base_file=`basename \${file}`~
10700 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10701 dldir=$destdir/`dirname \$dlpath`~
10702 test -d \$dldir || mkdir -p \$dldir~
10703 $install_prog $dir/$dlname \$dldir/$dlname'
10704 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10705 dlpath=$dir/\$dldll~
10707 shlibpath_overrides_runpath=yes
10708 dynamic_linker='Win32 link.exe'
10712 # Assume MSVC wrapper
10713 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10714 dynamic_linker='Win32 ld.exe'
10717 # FIXME: first we should search . and the directory the executable is in
10721 darwin* | rhapsody*)
10722 dynamic_linker="$host_os dyld"
10723 version_type=darwin
10726 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10727 soname_spec='${libname}${release}${major}$shared_ext'
10728 shlibpath_overrides_runpath=yes
10729 shlibpath_var=DYLD_LIBRARY_PATH
10730 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10732 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10733 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10740 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10741 soname_spec='${libname}${release}${shared_ext}$major'
10742 shlibpath_var=LD_LIBRARY_PATH
10749 freebsd* | dragonfly*)
10750 # DragonFly does not have aout. When/if they implement a new
10751 # versioning mechanism, adjust this.
10752 if test -x /usr/bin/objformat; then
10753 objformat=`/usr/bin/objformat`
10756 freebsd[123]*) objformat=aout ;;
10757 *) objformat=elf ;;
10760 version_type=freebsd-$objformat
10761 case $version_type in
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10768 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10772 shlibpath_var=LD_LIBRARY_PATH
10775 shlibpath_overrides_runpath=yes
10777 freebsd3.[01]* | freebsdelf3.[01]*)
10778 shlibpath_overrides_runpath=yes
10779 hardcode_into_libs=yes
10781 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10782 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10783 shlibpath_overrides_runpath=no
10784 hardcode_into_libs=yes
10786 *) # from 4.6 on, and DragonFly
10787 shlibpath_overrides_runpath=yes
10788 hardcode_into_libs=yes
10797 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10798 soname_spec='${libname}${release}${shared_ext}$major'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 hardcode_into_libs=yes
10807 dynamic_linker="$host_os runtime_loader"
10808 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10809 soname_spec='${libname}${release}${shared_ext}$major'
10810 shlibpath_var=LIBRARY_PATH
10811 shlibpath_overrides_runpath=yes
10812 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10813 hardcode_into_libs=yes
10816 hpux9* | hpux10* | hpux11*)
10817 # Give a soname corresponding to the major version so that dld.sl refuses to
10818 # link against other versions.
10825 hardcode_into_libs=yes
10826 dynamic_linker="$host_os dld.so"
10827 shlibpath_var=LD_LIBRARY_PATH
10828 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10829 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10830 soname_spec='${libname}${release}${shared_ext}$major'
10831 if test "X$HPUX_IA64_MODE" = X32; then
10832 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10834 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10836 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10840 hardcode_into_libs=yes
10841 dynamic_linker="$host_os dld.sl"
10842 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10843 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10844 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10845 soname_spec='${libname}${release}${shared_ext}$major'
10846 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10847 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10851 dynamic_linker="$host_os dld.sl"
10852 shlibpath_var=SHLIB_PATH
10853 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10854 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10855 soname_spec='${libname}${release}${shared_ext}$major'
10858 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10859 postinstall_cmds='chmod 555 $lib'
10860 # or fails outright, so override atomically:
10861 install_override_mode=555
10868 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10869 soname_spec='${libname}${release}${shared_ext}$major'
10870 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10871 shlibpath_var=LD_LIBRARY_PATH
10872 shlibpath_overrides_runpath=no
10873 hardcode_into_libs=yes
10876 irix5* | irix6* | nonstopux*)
10878 nonstopux*) version_type=nonstopux ;;
10880 if test "$lt_cv_prog_gnu_ld" = yes; then
10888 soname_spec='${libname}${release}${shared_ext}$major'
10889 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10891 irix5* | nonstopux*)
10892 libsuff= shlibsuff=
10895 case $LD in # libtool.m4 will add one of these switches to LD
10896 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10897 libsuff= shlibsuff= libmagic=32-bit;;
10898 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10899 libsuff=32 shlibsuff=N32 libmagic=N32;;
10900 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10901 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10902 *) libsuff= shlibsuff= libmagic=never-match;;
10906 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10907 shlibpath_overrides_runpath=no
10908 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10909 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10910 hardcode_into_libs=yes
10913 # No shared lib support for Linux oldld, aout, or coff.
10914 linux*oldld* | linux*aout* | linux*coff*)
10918 # This must be Linux ELF.
10919 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10923 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10924 soname_spec='${libname}${release}${shared_ext}$major'
10925 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10926 shlibpath_var=LD_LIBRARY_PATH
10927 shlibpath_overrides_runpath=no
10929 # Some binutils ld are patched to set DT_RUNPATH
10930 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10931 $as_echo_n "(cached) " >&6
10933 lt_cv_shlibpath_overrides_runpath=no
10934 save_LDFLAGS=$LDFLAGS
10935 save_libdir=$libdir
10936 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10937 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10939 /* end confdefs.h. */
10949 if ac_fn_c_try_link "$LINENO"; then :
10950 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10951 lt_cv_shlibpath_overrides_runpath=yes
10954 rm -f core conftest.err conftest.$ac_objext \
10955 conftest$ac_exeext conftest.$ac_ext
10956 LDFLAGS=$save_LDFLAGS
10957 libdir=$save_libdir
10961 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10963 # This implies no fast_install, which is unacceptable.
10964 # Some rework will be needed to allow for fast_install
10965 # before this can be enabled.
10966 hardcode_into_libs=yes
10968 # Append ld.so.conf contents to the search path
10969 if test -f /etc/ld.so.conf; then
10970 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' ' '`
10971 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10974 # We used to test for /lib/ld.so.1 and disable shared libraries on
10975 # powerpc, because MkLinux only supported shared libraries with the
10976 # GNU dynamic linker. Since this was broken with cross compilers,
10977 # most powerpc-linux boxes support dynamic linking these days and
10978 # people can always --disable-shared, the test was removed, and we
10979 # assume the GNU/Linux dynamic linker is in use.
10980 dynamic_linker='GNU/Linux ld.so'
10987 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10989 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10990 dynamic_linker='NetBSD (a.out) ld.so'
10992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10993 soname_spec='${libname}${release}${shared_ext}$major'
10994 dynamic_linker='NetBSD ld.elf_so'
10996 shlibpath_var=LD_LIBRARY_PATH
10997 shlibpath_overrides_runpath=yes
10998 hardcode_into_libs=yes
11003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11004 shlibpath_var=LD_LIBRARY_PATH
11005 shlibpath_overrides_runpath=yes
11012 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11013 soname_spec='${libname}${release}${shared_ext}$major'
11014 shlibpath_var=LD_LIBRARY_PATH
11015 shlibpath_overrides_runpath=no
11016 hardcode_into_libs=yes
11017 dynamic_linker='ldqnx.so'
11022 sys_lib_dlsearch_path_spec="/usr/lib"
11024 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11026 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11027 *) need_version=no ;;
11029 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11030 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11031 shlibpath_var=LD_LIBRARY_PATH
11032 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11034 openbsd2.[89] | openbsd2.[89].*)
11035 shlibpath_overrides_runpath=no
11038 shlibpath_overrides_runpath=yes
11042 shlibpath_overrides_runpath=yes
11047 libname_spec='$name'
11050 library_names_spec='$libname${shared_ext} $libname.a'
11051 dynamic_linker='OS/2 ld.exe'
11052 shlibpath_var=LIBPATH
11055 osf3* | osf4* | osf5*)
11059 soname_spec='${libname}${release}${shared_ext}$major'
11060 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11061 shlibpath_var=LD_LIBRARY_PATH
11062 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11063 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11074 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11075 soname_spec='${libname}${release}${shared_ext}$major'
11076 shlibpath_var=LD_LIBRARY_PATH
11077 shlibpath_overrides_runpath=yes
11078 hardcode_into_libs=yes
11079 # ldd complains unless libraries are executable
11080 postinstall_cmds='chmod +x $lib'
11085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11086 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11087 shlibpath_var=LD_LIBRARY_PATH
11088 shlibpath_overrides_runpath=yes
11089 if test "$with_gnu_ld" = yes; then
11097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11098 soname_spec='${libname}${release}${shared_ext}$major'
11099 shlibpath_var=LD_LIBRARY_PATH
11100 case $host_vendor in
11102 shlibpath_overrides_runpath=no
11104 runpath_var=LD_RUN_PATH
11112 shlibpath_overrides_runpath=no
11113 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11119 if test -d /usr/nec ;then
11121 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11122 soname_spec='$libname${shared_ext}.$major'
11123 shlibpath_var=LD_LIBRARY_PATH
11127 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11128 version_type=freebsd-elf
11131 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11132 soname_spec='${libname}${release}${shared_ext}$major'
11133 shlibpath_var=LD_LIBRARY_PATH
11134 shlibpath_overrides_runpath=yes
11135 hardcode_into_libs=yes
11136 if test "$with_gnu_ld" = yes; then
11137 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11139 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11142 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11146 sys_lib_dlsearch_path_spec='/usr/lib'
11150 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11154 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11155 shlibpath_var=LD_LIBRARY_PATH
11156 shlibpath_overrides_runpath=no
11157 hardcode_into_libs=yes
11162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11163 soname_spec='${libname}${release}${shared_ext}$major'
11164 shlibpath_var=LD_LIBRARY_PATH
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11172 $as_echo "$dynamic_linker" >&6; }
11173 test "$dynamic_linker" = no && can_build_shared=no
11175 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11176 if test "$GCC" = yes; then
11177 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11180 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11181 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11183 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11184 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11279 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11281 if test -n "$hardcode_libdir_flag_spec" ||
11282 test -n "$runpath_var" ||
11283 test "X$hardcode_automatic" = "Xyes" ; then
11285 # We can hardcode non-existent directories.
11286 if test "$hardcode_direct" != no &&
11287 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11288 # have to relink, otherwise we might link with an installed library
11289 # when we should be linking with a yet-to-be-installed one
11290 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11291 test "$hardcode_minus_L" != no; then
11292 # Linking always hardcodes the temporary library directory.
11293 hardcode_action=relink
11295 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11296 hardcode_action=immediate
11299 # We cannot hardcode anything, or else we can only hardcode existing
11301 hardcode_action=unsupported
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11304 $as_echo "$hardcode_action" >&6; }
11306 if test "$hardcode_action" = relink ||
11307 test "$inherit_rpath" = yes; then
11308 # Fast installation is not supported
11309 enable_fast_install=no
11310 elif test "$shlibpath_overrides_runpath" = yes ||
11311 test "$enable_shared" = no; then
11312 # Fast installation is not necessary
11313 enable_fast_install=needless
11321 if test "x$enable_dlopen" != xyes; then
11322 enable_dlopen=unknown
11323 enable_dlopen_self=unknown
11324 enable_dlopen_self_static=unknown
11331 lt_cv_dlopen="load_add_on"
11333 lt_cv_dlopen_self=yes
11336 mingw* | pw32* | cegcc*)
11337 lt_cv_dlopen="LoadLibrary"
11342 lt_cv_dlopen="dlopen"
11347 # if libdl is installed we need to link against it
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11349 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11350 if ${ac_cv_lib_dl_dlopen+:} false; then :
11351 $as_echo_n "(cached) " >&6
11353 ac_check_lib_save_LIBS=$LIBS
11355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11356 /* end confdefs.h. */
11358 /* Override any GCC internal prototype to avoid an error.
11359 Use char because int might match the return type of a GCC
11360 builtin and then its argument prototype would still apply. */
11373 if ac_fn_c_try_link "$LINENO"; then :
11374 ac_cv_lib_dl_dlopen=yes
11376 ac_cv_lib_dl_dlopen=no
11378 rm -f core conftest.err conftest.$ac_objext \
11379 conftest$ac_exeext conftest.$ac_ext
11380 LIBS=$ac_check_lib_save_LIBS
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11383 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11384 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11385 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11388 lt_cv_dlopen="dyld"
11390 lt_cv_dlopen_self=yes
11397 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11398 if test "x$ac_cv_func_shl_load" = xyes; then :
11399 lt_cv_dlopen="shl_load"
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11402 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11403 if ${ac_cv_lib_dld_shl_load+:} false; then :
11404 $as_echo_n "(cached) " >&6
11406 ac_check_lib_save_LIBS=$LIBS
11408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11409 /* end confdefs.h. */
11411 /* Override any GCC internal prototype to avoid an error.
11412 Use char because int might match the return type of a GCC
11413 builtin and then its argument prototype would still apply. */
11421 return shl_load ();
11426 if ac_fn_c_try_link "$LINENO"; then :
11427 ac_cv_lib_dld_shl_load=yes
11429 ac_cv_lib_dld_shl_load=no
11431 rm -f core conftest.err conftest.$ac_objext \
11432 conftest$ac_exeext conftest.$ac_ext
11433 LIBS=$ac_check_lib_save_LIBS
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11436 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11437 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11438 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11440 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11441 if test "x$ac_cv_func_dlopen" = xyes; then :
11442 lt_cv_dlopen="dlopen"
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11445 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11446 if ${ac_cv_lib_dl_dlopen+:} false; then :
11447 $as_echo_n "(cached) " >&6
11449 ac_check_lib_save_LIBS=$LIBS
11451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11452 /* end confdefs.h. */
11454 /* Override any GCC internal prototype to avoid an error.
11455 Use char because int might match the return type of a GCC
11456 builtin and then its argument prototype would still apply. */
11469 if ac_fn_c_try_link "$LINENO"; then :
11470 ac_cv_lib_dl_dlopen=yes
11472 ac_cv_lib_dl_dlopen=no
11474 rm -f core conftest.err conftest.$ac_objext \
11475 conftest$ac_exeext conftest.$ac_ext
11476 LIBS=$ac_check_lib_save_LIBS
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11479 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11480 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11481 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11484 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11485 if ${ac_cv_lib_svld_dlopen+:} false; then :
11486 $as_echo_n "(cached) " >&6
11488 ac_check_lib_save_LIBS=$LIBS
11489 LIBS="-lsvld $LIBS"
11490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11491 /* end confdefs.h. */
11493 /* Override any GCC internal prototype to avoid an error.
11494 Use char because int might match the return type of a GCC
11495 builtin and then its argument prototype would still apply. */
11508 if ac_fn_c_try_link "$LINENO"; then :
11509 ac_cv_lib_svld_dlopen=yes
11511 ac_cv_lib_svld_dlopen=no
11513 rm -f core conftest.err conftest.$ac_objext \
11514 conftest$ac_exeext conftest.$ac_ext
11515 LIBS=$ac_check_lib_save_LIBS
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11518 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11519 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11520 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11523 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11524 if ${ac_cv_lib_dld_dld_link+:} false; then :
11525 $as_echo_n "(cached) " >&6
11527 ac_check_lib_save_LIBS=$LIBS
11529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11530 /* end confdefs.h. */
11532 /* Override any GCC internal prototype to avoid an error.
11533 Use char because int might match the return type of a GCC
11534 builtin and then its argument prototype would still apply. */
11542 return dld_link ();
11547 if ac_fn_c_try_link "$LINENO"; then :
11548 ac_cv_lib_dld_dld_link=yes
11550 ac_cv_lib_dld_dld_link=no
11552 rm -f core conftest.err conftest.$ac_objext \
11553 conftest$ac_exeext conftest.$ac_ext
11554 LIBS=$ac_check_lib_save_LIBS
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11557 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11558 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11559 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11580 if test "x$lt_cv_dlopen" != xno; then
11586 case $lt_cv_dlopen in
11588 save_CPPFLAGS="$CPPFLAGS"
11589 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11591 save_LDFLAGS="$LDFLAGS"
11592 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11595 LIBS="$lt_cv_dlopen_libs $LIBS"
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11598 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11599 if ${lt_cv_dlopen_self+:} false; then :
11600 $as_echo_n "(cached) " >&6
11602 if test "$cross_compiling" = yes; then :
11603 lt_cv_dlopen_self=cross
11605 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11606 lt_status=$lt_dlunknown
11607 cat > conftest.$ac_ext <<_LT_EOF
11608 #line $LINENO "configure"
11609 #include "confdefs.h"
11618 # define LT_DLGLOBAL RTLD_GLOBAL
11621 # define LT_DLGLOBAL DL_GLOBAL
11623 # define LT_DLGLOBAL 0
11627 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11628 find out it does not work in some platform. */
11629 #ifndef LT_DLLAZY_OR_NOW
11631 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11634 # define LT_DLLAZY_OR_NOW DL_LAZY
11637 # define LT_DLLAZY_OR_NOW RTLD_NOW
11640 # define LT_DLLAZY_OR_NOW DL_NOW
11642 # define LT_DLLAZY_OR_NOW 0
11649 /* When -fvisbility=hidden is used, assume the code has been annotated
11650 correspondingly for the symbols needed. */
11651 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11652 int fnord () __attribute__((visibility("default")));
11655 int fnord () { return 42; }
11658 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11659 int status = $lt_dlunknown;
11663 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11666 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11667 else puts (dlerror ());
11669 /* dlclose (self); */
11677 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11678 (eval $ac_link) 2>&5
11680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11681 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11682 (./conftest; exit; ) >&5 2>/dev/null
11684 case x$lt_status in
11685 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11686 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11687 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11690 # compilation failed
11691 lt_cv_dlopen_self=no
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11699 $as_echo "$lt_cv_dlopen_self" >&6; }
11701 if test "x$lt_cv_dlopen_self" = xyes; then
11702 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11704 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11705 if ${lt_cv_dlopen_self_static+:} false; then :
11706 $as_echo_n "(cached) " >&6
11708 if test "$cross_compiling" = yes; then :
11709 lt_cv_dlopen_self_static=cross
11711 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11712 lt_status=$lt_dlunknown
11713 cat > conftest.$ac_ext <<_LT_EOF
11714 #line $LINENO "configure"
11715 #include "confdefs.h"
11724 # define LT_DLGLOBAL RTLD_GLOBAL
11727 # define LT_DLGLOBAL DL_GLOBAL
11729 # define LT_DLGLOBAL 0
11733 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11734 find out it does not work in some platform. */
11735 #ifndef LT_DLLAZY_OR_NOW
11737 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11740 # define LT_DLLAZY_OR_NOW DL_LAZY
11743 # define LT_DLLAZY_OR_NOW RTLD_NOW
11746 # define LT_DLLAZY_OR_NOW DL_NOW
11748 # define LT_DLLAZY_OR_NOW 0
11755 /* When -fvisbility=hidden is used, assume the code has been annotated
11756 correspondingly for the symbols needed. */
11757 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11758 int fnord () __attribute__((visibility("default")));
11761 int fnord () { return 42; }
11764 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11765 int status = $lt_dlunknown;
11769 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11772 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11773 else puts (dlerror ());
11775 /* dlclose (self); */
11783 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11784 (eval $ac_link) 2>&5
11786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11787 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11788 (./conftest; exit; ) >&5 2>/dev/null
11790 case x$lt_status in
11791 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11792 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11793 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11796 # compilation failed
11797 lt_cv_dlopen_self_static=no
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11805 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11808 CPPFLAGS="$save_CPPFLAGS"
11809 LDFLAGS="$save_LDFLAGS"
11814 case $lt_cv_dlopen_self in
11815 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11816 *) enable_dlopen_self=unknown ;;
11819 case $lt_cv_dlopen_self_static in
11820 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11821 *) enable_dlopen_self_static=unknown ;;
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11844 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11845 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11846 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11847 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11849 $as_echo "yes" >&6; }
11851 # FIXME - insert some real tests, host_os isn't really good enough
11854 if test -n "$STRIP" ; then
11855 striplib="$STRIP -x"
11856 old_striplib="$STRIP -S"
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11858 $as_echo "yes" >&6; }
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861 $as_echo "no" >&6; }
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11866 $as_echo "no" >&6; }
11882 # Report which library types will actually be built
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11884 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11886 $as_echo "$can_build_shared" >&6; }
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11889 $as_echo_n "checking whether to build shared libraries... " >&6; }
11890 test "$can_build_shared" = "no" && enable_shared=no
11892 # On AIX, shared libraries and static libraries use the same namespace, and
11893 # are all built from PIC.
11896 test "$enable_shared" = yes && enable_static=no
11897 if test -n "$RANLIB"; then
11898 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11899 postinstall_cmds='$RANLIB $lib'
11904 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11905 test "$enable_shared" = yes && enable_static=no
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11910 $as_echo "$enable_shared" >&6; }
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11913 $as_echo_n "checking whether to build static libraries... " >&6; }
11914 # Make sure either enable_shared or enable_static is yes.
11915 test "$enable_shared" = yes || enable_static=yes
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11917 $as_echo "$enable_static" >&6; }
11924 ac_cpp='$CPP $CPPFLAGS'
11925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11926 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11943 ac_config_commands="$ac_config_commands libtool"
11948 # Only expand once:
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler vendor" >&5
11954 $as_echo_n "checking for C compiler vendor... " >&6; }
11955 if ${ax_cv_c_compiler_vendor+:} false; then :
11956 $as_echo_n "(cached) " >&6
11958 # note: don't check for gcc first since some other compilers define __GNUC__
11959 vendors="intel: __ICC,__ECC,__INTEL_COMPILER
11960 ibm: __xlc__,__xlC__,__IBMC__,__IBMCPP__
11961 pathscale: __PATHCC__,__PATHSCALE__
11964 sun: __SUNPRO_C,__SUNPRO_CC
11965 hp: __HP_cc,__HP_aCC
11966 dec: __DECC,__DECCXX,__DECC_VER,__DECCXX_VER
11967 borland: __BORLANDC__,__TURBOC__
11973 microsoft: _MSC_VER
11974 metrowerks: __MWERKS__
11975 watcom: __WATCOMC__
11978 for ventest in $vendors; do
11980 *:) vendor=$ventest; continue ;;
11981 *) vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
11983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11984 /* end confdefs.h. */
11998 if ac_fn_c_try_compile "$LINENO"; then :
12001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12003 ax_cv_c_compiler_vendor=`echo $vendor | cut -d: -f1`
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_c_compiler_vendor" >&5
12007 $as_echo "$ax_cv_c_compiler_vendor" >&6; }
12014 # Check whether --enable-portable-binary was given.
12015 if test "${enable_portable_binary+set}" = set; then :
12016 enableval=$enable_portable_binary; acx_maxopt_portable=$withval
12018 acx_maxopt_portable=no
12022 # Try to determine "good" native compiler flags if none specified via CFLAGS
12023 if test "$ac_test_CFLAGS" != "set"; then
12025 case $ax_cv_c_compiler_vendor in
12026 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
12027 if test "x$acx_maxopt_portable" = xno; then
12028 CFLAGS="$CFLAGS -arch host"
12031 sun) CFLAGS="-native -fast -xO5 -dalign"
12032 if test "x$acx_maxopt_portable" = xyes; then
12033 CFLAGS="$CFLAGS -xarch=generic"
12036 hp) CFLAGS="+Oall +Optrs_ansi +DSnative"
12037 if test "x$acx_maxopt_portable" = xyes; then
12038 CFLAGS="$CFLAGS +DAportable"
12041 ibm) if test "x$acx_maxopt_portable" = xno; then
12042 xlc_opt="-qarch=auto -qtune=auto"
12044 xlc_opt="-qtune=auto"
12046 as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$xlc_opt" | $as_tr_sh`
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $xlc_opt" >&5
12048 $as_echo_n "checking whether C compiler accepts $xlc_opt... " >&6; }
12049 if eval \${$as_CACHEVAR+:} false; then :
12050 $as_echo_n "(cached) " >&6
12053 ax_check_save_flags=$CFLAGS
12054 CFLAGS="$CFLAGS $xlc_opt"
12055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12056 /* end confdefs.h. */
12066 if ac_fn_c_try_compile "$LINENO"; then :
12067 eval "$as_CACHEVAR=yes"
12069 eval "$as_CACHEVAR=no"
12071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12072 CFLAGS=$ax_check_save_flags
12074 eval ac_res=\$$as_CACHEVAR
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12076 $as_echo "$ac_res" >&6; }
12077 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12078 CFLAGS="-O3 -qansialias -w $xlc_opt"
12080 CFLAGS="-O3 -qansialias -w"
12081 echo "******************************************************"
12082 echo "* You seem to have the IBM C compiler. It is *"
12083 echo "* recommended for best performance that you use: *"
12085 echo "* CFLAGS=-O3 -qarch=xxx -qtune=xxx -qansialias -w *"
12087 echo "* where xxx is pwr2, pwr3, 604, or whatever kind of *"
12088 echo "* CPU you have. (Set the CFLAGS environment var. *"
12089 echo "* and re-run configure.) For more info, man cc. *"
12090 echo "******************************************************"
12095 intel) CFLAGS="-O3 -ansi_alias"
12096 if test "x$acx_maxopt_portable" = xno; then
12097 icc_archflag=unknown
12101 # icc accepts gcc assembly syntax, so these should work:
12104 ac_cpp='$CPP $CPPFLAGS'
12105 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12106 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12107 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 0 output" >&5
12110 $as_echo_n "checking for x86 cpuid 0 output... " >&6; }
12111 if ${ax_cv_gcc_x86_cpuid_0+:} false; then :
12112 $as_echo_n "(cached) " >&6
12114 if test "$cross_compiling" = yes; then :
12115 ax_cv_gcc_x86_cpuid_0=unknown
12117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12118 /* end confdefs.h. */
12124 int op = 0, eax, ebx, ecx, edx;
12127 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12129 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12130 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12138 if ac_fn_c_try_run "$LINENO"; then :
12139 ax_cv_gcc_x86_cpuid_0=`cat conftest_cpuid`; rm -f conftest_cpuid
12141 ax_cv_gcc_x86_cpuid_0=unknown; rm -f conftest_cpuid
12143 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12144 conftest.$ac_objext conftest.beam conftest.$ac_ext
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_0" >&5
12149 $as_echo "$ax_cv_gcc_x86_cpuid_0" >&6; }
12151 ac_cpp='$CPP $CPPFLAGS'
12152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12159 ac_cpp='$CPP $CPPFLAGS'
12160 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12161 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12162 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 1 output" >&5
12165 $as_echo_n "checking for x86 cpuid 1 output... " >&6; }
12166 if ${ax_cv_gcc_x86_cpuid_1+:} false; then :
12167 $as_echo_n "(cached) " >&6
12169 if test "$cross_compiling" = yes; then :
12170 ax_cv_gcc_x86_cpuid_1=unknown
12172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12173 /* end confdefs.h. */
12179 int op = 1, eax, ebx, ecx, edx;
12182 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12184 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12185 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12193 if ac_fn_c_try_run "$LINENO"; then :
12194 ax_cv_gcc_x86_cpuid_1=`cat conftest_cpuid`; rm -f conftest_cpuid
12196 ax_cv_gcc_x86_cpuid_1=unknown; rm -f conftest_cpuid
12198 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12199 conftest.$ac_objext conftest.beam conftest.$ac_ext
12203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_1" >&5
12204 $as_echo "$ax_cv_gcc_x86_cpuid_1" >&6; }
12206 ac_cpp='$CPP $CPPFLAGS'
12207 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12208 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12209 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12212 case $ax_cv_gcc_x86_cpuid_0 in # see AX_GCC_ARCHFLAG
12213 *:756e6547:*:*) # Intel
12214 case $ax_cv_gcc_x86_cpuid_1 in
12215 *6a?:*[234]:*:*|*6[789b]?:*:*:*) icc_flags="-xK";;
12216 *f3[347]:*:*:*|*f41347:*:*:*) icc_flags="-xP -xN -xW -xK";;
12217 *f??:*:*:*) icc_flags="-xN -xW -xK";;
12221 if test "x$icc_flags" != x; then
12222 for flag in $icc_flags; do
12223 as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12225 $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
12226 if eval \${$as_CACHEVAR+:} false; then :
12227 $as_echo_n "(cached) " >&6
12230 ax_check_save_flags=$CFLAGS
12231 CFLAGS="$CFLAGS $flag"
12232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12233 /* end confdefs.h. */
12243 if ac_fn_c_try_compile "$LINENO"; then :
12244 eval "$as_CACHEVAR=yes"
12246 eval "$as_CACHEVAR=no"
12248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12249 CFLAGS=$ax_check_save_flags
12251 eval ac_res=\$$as_CACHEVAR
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12253 $as_echo "$ac_res" >&6; }
12254 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12255 icc_archflag=$flag; break
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for icc architecture flag" >&5
12263 $as_echo_n "checking for icc architecture flag... " >&6; }
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $icc_archflag" >&5
12265 $as_echo "$icc_archflag" >&6; }
12266 if test "x$icc_archflag" != xunknown; then
12267 CFLAGS="$CFLAGS $icc_archflag"
12273 # default optimization flags for gcc on all systems
12274 CFLAGS="-O3 -fomit-frame-pointer"
12276 # -malign-double for x86 systems
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -malign-double" >&5
12278 $as_echo_n "checking whether C compiler accepts -malign-double... " >&6; }
12279 if ${ax_cv_check_cflags___malign_double+:} false; then :
12280 $as_echo_n "(cached) " >&6
12283 ax_check_save_flags=$CFLAGS
12284 CFLAGS="$CFLAGS -malign-double"
12285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12286 /* end confdefs.h. */
12296 if ac_fn_c_try_compile "$LINENO"; then :
12297 ax_cv_check_cflags___malign_double=yes
12299 ax_cv_check_cflags___malign_double=no
12301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12302 CFLAGS=$ax_check_save_flags
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___malign_double" >&5
12305 $as_echo "$ax_cv_check_cflags___malign_double" >&6; }
12306 if test x"$ax_cv_check_cflags___malign_double" = xyes; then :
12307 CFLAGS="$CFLAGS -malign-double"
12313 # -fstrict-aliasing for gcc-2.95+
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstrict-aliasing" >&5
12315 $as_echo_n "checking whether C compiler accepts -fstrict-aliasing... " >&6; }
12316 if ${ax_cv_check_cflags___fstrict_aliasing+:} false; then :
12317 $as_echo_n "(cached) " >&6
12320 ax_check_save_flags=$CFLAGS
12321 CFLAGS="$CFLAGS -fstrict-aliasing"
12322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12323 /* end confdefs.h. */
12333 if ac_fn_c_try_compile "$LINENO"; then :
12334 ax_cv_check_cflags___fstrict_aliasing=yes
12336 ax_cv_check_cflags___fstrict_aliasing=no
12338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12339 CFLAGS=$ax_check_save_flags
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstrict_aliasing" >&5
12342 $as_echo "$ax_cv_check_cflags___fstrict_aliasing" >&6; }
12343 if test x"$ax_cv_check_cflags___fstrict_aliasing" = xyes; then :
12344 CFLAGS="$CFLAGS -fstrict-aliasing"
12350 # note that we enable "unsafe" fp optimization with other compilers, too
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -ffast-math" >&5
12352 $as_echo_n "checking whether C compiler accepts -ffast-math... " >&6; }
12353 if ${ax_cv_check_cflags___ffast_math+:} false; then :
12354 $as_echo_n "(cached) " >&6
12357 ax_check_save_flags=$CFLAGS
12358 CFLAGS="$CFLAGS -ffast-math"
12359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12360 /* end confdefs.h. */
12370 if ac_fn_c_try_compile "$LINENO"; then :
12371 ax_cv_check_cflags___ffast_math=yes
12373 ax_cv_check_cflags___ffast_math=no
12375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12376 CFLAGS=$ax_check_save_flags
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___ffast_math" >&5
12379 $as_echo "$ax_cv_check_cflags___ffast_math" >&6; }
12380 if test x"$ax_cv_check_cflags___ffast_math" = xyes; then :
12381 CFLAGS="$CFLAGS -ffast-math"
12391 # Check whether --with-gcc-arch was given.
12392 if test "${with_gcc_arch+set}" = set; then :
12393 withval=$with_gcc_arch; ax_gcc_arch=$withval
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc architecture flag" >&5
12400 $as_echo_n "checking for gcc architecture flag... " >&6; }
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
12403 if ${ax_cv_gcc_archflag+:} false; then :
12404 $as_echo_n "(cached) " >&6
12407 ax_cv_gcc_archflag="unknown"
12409 if test "$GCC" = yes; then
12411 if test "x$ax_gcc_arch" = xyes; then
12413 if test "$cross_compiling" = no; then
12415 i[3456]86*|x86_64*) # use cpuid codes, in part from x86info-1.7 by D. Jones
12418 ac_cpp='$CPP $CPPFLAGS'
12419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 0 output" >&5
12424 $as_echo_n "checking for x86 cpuid 0 output... " >&6; }
12425 if ${ax_cv_gcc_x86_cpuid_0+:} false; then :
12426 $as_echo_n "(cached) " >&6
12428 if test "$cross_compiling" = yes; then :
12429 ax_cv_gcc_x86_cpuid_0=unknown
12431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h. */
12438 int op = 0, eax, ebx, ecx, edx;
12441 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12443 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12444 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12452 if ac_fn_c_try_run "$LINENO"; then :
12453 ax_cv_gcc_x86_cpuid_0=`cat conftest_cpuid`; rm -f conftest_cpuid
12455 ax_cv_gcc_x86_cpuid_0=unknown; rm -f conftest_cpuid
12457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12458 conftest.$ac_objext conftest.beam conftest.$ac_ext
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_0" >&5
12463 $as_echo "$ax_cv_gcc_x86_cpuid_0" >&6; }
12465 ac_cpp='$CPP $CPPFLAGS'
12466 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12467 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12468 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12473 ac_cpp='$CPP $CPPFLAGS'
12474 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12475 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12476 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 1 output" >&5
12479 $as_echo_n "checking for x86 cpuid 1 output... " >&6; }
12480 if ${ax_cv_gcc_x86_cpuid_1+:} false; then :
12481 $as_echo_n "(cached) " >&6
12483 if test "$cross_compiling" = yes; then :
12484 ax_cv_gcc_x86_cpuid_1=unknown
12486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12487 /* end confdefs.h. */
12493 int op = 1, eax, ebx, ecx, edx;
12496 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12498 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12499 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12507 if ac_fn_c_try_run "$LINENO"; then :
12508 ax_cv_gcc_x86_cpuid_1=`cat conftest_cpuid`; rm -f conftest_cpuid
12510 ax_cv_gcc_x86_cpuid_1=unknown; rm -f conftest_cpuid
12512 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12513 conftest.$ac_objext conftest.beam conftest.$ac_ext
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_1" >&5
12518 $as_echo "$ax_cv_gcc_x86_cpuid_1" >&6; }
12520 ac_cpp='$CPP $CPPFLAGS'
12521 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12522 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12523 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12526 case $ax_cv_gcc_x86_cpuid_0 in
12527 *:756e6547:*:*) # Intel
12528 case $ax_cv_gcc_x86_cpuid_1 in
12529 *5[48]?:*:*:*) ax_gcc_arch="pentium-mmx pentium" ;;
12530 *5??:*:*:*) ax_gcc_arch=pentium ;;
12531 *6[3456]?:*:*:*) ax_gcc_arch="pentium2 pentiumpro" ;;
12532 *6a?:*[01]:*:*) ax_gcc_arch="pentium2 pentiumpro" ;;
12533 *6a?:*[234]:*:*) ax_gcc_arch="pentium3 pentiumpro" ;;
12534 *6[9d]?:*:*:*) ax_gcc_arch="pentium-m pentium3 pentiumpro" ;;
12535 *6[78b]?:*:*:*) ax_gcc_arch="pentium3 pentiumpro" ;;
12536 *6??:*:*:*) ax_gcc_arch=pentiumpro ;;
12537 *f3[347]:*:*:*|*f41347:*:*:*)
12539 x86_64*) ax_gcc_arch="nocona pentium4 pentiumpro" ;;
12540 *) ax_gcc_arch="prescott pentium4 pentiumpro" ;;
12542 *f??:*:*:*) ax_gcc_arch="pentium4 pentiumpro";;
12544 *:68747541:*:*) # AMD
12545 case $ax_cv_gcc_x86_cpuid_1 in
12546 *5[67]?:*:*:*) ax_gcc_arch=k6 ;;
12547 *5[8d]?:*:*:*) ax_gcc_arch="k6-2 k6" ;;
12548 *5[9]?:*:*:*) ax_gcc_arch="k6-3 k6" ;;
12549 *60?:*:*:*) ax_gcc_arch=k7 ;;
12550 *6[12]?:*:*:*) ax_gcc_arch="athlon k7" ;;
12551 *6[34]?:*:*:*) ax_gcc_arch="athlon-tbird k7" ;;
12552 *67?:*:*:*) ax_gcc_arch="athlon-4 athlon k7" ;;
12556 ac_cpp='$CPP $CPPFLAGS'
12557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 0x80000006 output" >&5
12562 $as_echo_n "checking for x86 cpuid 0x80000006 output... " >&6; }
12563 if ${ax_cv_gcc_x86_cpuid_0x80000006+:} false; then :
12564 $as_echo_n "(cached) " >&6
12566 if test "$cross_compiling" = yes; then :
12567 ax_cv_gcc_x86_cpuid_0x80000006=unknown
12569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12570 /* end confdefs.h. */
12576 int op = 0x80000006, eax, ebx, ecx, edx;
12579 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12581 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12582 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12590 if ac_fn_c_try_run "$LINENO"; then :
12591 ax_cv_gcc_x86_cpuid_0x80000006=`cat conftest_cpuid`; rm -f conftest_cpuid
12593 ax_cv_gcc_x86_cpuid_0x80000006=unknown; rm -f conftest_cpuid
12595 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12596 conftest.$ac_objext conftest.beam conftest.$ac_ext
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_0x80000006" >&5
12601 $as_echo "$ax_cv_gcc_x86_cpuid_0x80000006" >&6; }
12603 ac_cpp='$CPP $CPPFLAGS'
12604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12609 case $ax_cv_gcc_x86_cpuid_0x80000006 in
12610 *:*:*[1-9a-f]??????:*) # (L2 = ecx >> 16) >= 256
12611 ax_gcc_arch="athlon-xp athlon-4 athlon k7" ;;
12612 *) ax_gcc_arch="athlon-4 athlon k7" ;;
12614 *f[4cef8b]?:*:*:*) ax_gcc_arch="athlon64 k8" ;;
12615 *f5?:*:*:*) ax_gcc_arch="opteron k8" ;;
12616 *f7?:*:*:*) ax_gcc_arch="athlon-fx opteron k8" ;;
12617 *f??:*:*:*) ax_gcc_arch="k8" ;;
12619 *:746e6543:*:*) # IDT
12620 case $ax_cv_gcc_x86_cpuid_1 in
12621 *54?:*:*:*) ax_gcc_arch=winchip-c6 ;;
12622 *58?:*:*:*) ax_gcc_arch=winchip2 ;;
12623 *6[78]?:*:*:*) ax_gcc_arch=c3 ;;
12624 *69?:*:*:*) ax_gcc_arch="c3-2 c3" ;;
12627 if test x"$ax_gcc_arch" = x; then # fallback
12629 i586*) ax_gcc_arch=pentium ;;
12630 i686*) ax_gcc_arch=pentiumpro ;;
12636 # Extract the first word of "prtdiag", so it can be a program name with args.
12637 set dummy prtdiag; ac_word=$2
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12639 $as_echo_n "checking for $ac_word... " >&6; }
12640 if ${ac_cv_path_PRTDIAG+:} false; then :
12641 $as_echo_n "(cached) " >&6
12645 ac_cv_path_PRTDIAG="$PRTDIAG" # Let the user override the test with a path.
12648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12649 as_dummy="$PATH:/usr/platform/`uname -i`/sbin/:/usr/platform/`uname -m`/sbin/"
12650 for as_dir in $as_dummy
12653 test -z "$as_dir" && as_dir=.
12654 for ac_exec_ext in '' $ac_executable_extensions; do
12655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12656 ac_cv_path_PRTDIAG="$as_dir/$ac_word$ac_exec_ext"
12657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12664 test -z "$ac_cv_path_PRTDIAG" && ac_cv_path_PRTDIAG="prtdiag"
12668 PRTDIAG=$ac_cv_path_PRTDIAG
12669 if test -n "$PRTDIAG"; then
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRTDIAG" >&5
12671 $as_echo "$PRTDIAG" >&6; }
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12674 $as_echo "no" >&6; }
12678 cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
12679 cputype=`echo "$cputype" | tr -d ' -' |tr $as_cr_LETTERS $as_cr_letters`
12681 *ultrasparciv*) ax_gcc_arch="ultrasparc4 ultrasparc3 ultrasparc v9" ;;
12682 *ultrasparciii*) ax_gcc_arch="ultrasparc3 ultrasparc v9" ;;
12683 *ultrasparc*) ax_gcc_arch="ultrasparc v9" ;;
12684 *supersparc*|*tms390z5[05]*) ax_gcc_arch="supersparc v8" ;;
12685 *hypersparc*|*rt62[056]*) ax_gcc_arch="hypersparc v8" ;;
12686 *cypress*) ax_gcc_arch=cypress ;;
12689 alphaev5) ax_gcc_arch=ev5 ;;
12690 alphaev56) ax_gcc_arch=ev56 ;;
12691 alphapca56) ax_gcc_arch="pca56 ev56" ;;
12692 alphapca57) ax_gcc_arch="pca57 pca56 ev56" ;;
12693 alphaev6) ax_gcc_arch=ev6 ;;
12694 alphaev67) ax_gcc_arch=ev67 ;;
12695 alphaev68) ax_gcc_arch="ev68 ev67" ;;
12696 alphaev69) ax_gcc_arch="ev69 ev68 ev67" ;;
12697 alphaev7) ax_gcc_arch="ev7 ev69 ev68 ev67" ;;
12698 alphaev79) ax_gcc_arch="ev79 ev7 ev69 ev68 ev67" ;;
12701 cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null`
12702 cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'`
12704 *750*) ax_gcc_arch="750 G3" ;;
12705 *740[0-9]*) ax_gcc_arch="$cputype 7400 G4" ;;
12706 *74[4-5][0-9]*) ax_gcc_arch="$cputype 7450 G4" ;;
12707 *74[0-9][0-9]*) ax_gcc_arch="$cputype G4" ;;
12708 *970*) ax_gcc_arch="970 G5 power4";;
12709 *POWER4*|*power4*|*gq*) ax_gcc_arch="power4 970";;
12710 *POWER5*|*power5*|*gr*|*gs*) ax_gcc_arch="power5 power4 970";;
12711 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
12712 *) ax_gcc_arch=$cputype ;;
12714 ax_gcc_arch="$ax_gcc_arch powerpc"
12717 fi # not cross-compiling
12720 if test "x$ax_gcc_arch" != x -a "x$ax_gcc_arch" != xno; then
12721 for arch in $ax_gcc_arch; do
12722 if test "x$acx_maxopt_portable" = xyes; then # if we require portable code
12723 flags="-mtune=$arch"
12724 # -mcpu=$arch and m$arch generate nonportable code on every arch except
12725 # x86. And some other arches (e.g. Alpha) don't accept -mtune. Grrr.
12726 case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
12728 flags="-march=$arch -mcpu=$arch -m$arch"
12730 for flag in $flags; do
12731 as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12733 $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
12734 if eval \${$as_CACHEVAR+:} false; then :
12735 $as_echo_n "(cached) " >&6
12738 ax_check_save_flags=$CFLAGS
12739 CFLAGS="$CFLAGS $flag"
12740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12741 /* end confdefs.h. */
12751 if ac_fn_c_try_compile "$LINENO"; then :
12752 eval "$as_CACHEVAR=yes"
12754 eval "$as_CACHEVAR=no"
12756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12757 CFLAGS=$ax_check_save_flags
12759 eval ac_res=\$$as_CACHEVAR
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12761 $as_echo "$ac_res" >&6; }
12762 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12763 ax_cv_gcc_archflag=$flag; break
12769 test "x$ax_cv_gcc_archflag" = xunknown || break
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc architecture flag" >&5
12778 $as_echo_n "checking for gcc architecture flag... " >&6; }
12779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_archflag" >&5
12780 $as_echo "$ax_cv_gcc_archflag" >&6; }
12781 if test "x$ax_cv_gcc_archflag" = xunknown; then
12784 CFLAGS="$CFLAGS $ax_cv_gcc_archflag"
12790 if test -z "$CFLAGS"; then
12792 echo "********************************************************"
12793 echo "* WARNING: Don't know the best CFLAGS for this system *"
12794 echo "* Use ./configure CFLAGS=... to specify your own flags *"
12795 echo "* (otherwise, a default of CFLAGS=-O3 will be used) *"
12796 echo "********************************************************"
12801 as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$CFLAGS" | $as_tr_sh`
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $CFLAGS" >&5
12803 $as_echo_n "checking whether C compiler accepts $CFLAGS... " >&6; }
12804 if eval \${$as_CACHEVAR+:} false; then :
12805 $as_echo_n "(cached) " >&6
12808 ax_check_save_flags=$CFLAGS
12809 CFLAGS="$CFLAGS $CFLAGS"
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12821 if ac_fn_c_try_compile "$LINENO"; then :
12822 eval "$as_CACHEVAR=yes"
12824 eval "$as_CACHEVAR=no"
12826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12827 CFLAGS=$ax_check_save_flags
12829 eval ac_res=\$$as_CACHEVAR
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12831 $as_echo "$ac_res" >&6; }
12832 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12837 echo "********************************************************"
12838 echo "* WARNING: The guessed CFLAGS don't seem to work with *"
12839 echo "* your compiler. *"
12840 echo "* Use ./configure CFLAGS=... to specify your own flags *"
12841 echo "********************************************************"
12851 ac_cpp='$CPP $CPPFLAGS'
12852 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12853 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12854 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CFLAGS for maximum warnings" >&5
12857 $as_echo_n "checking CFLAGS for maximum warnings... " >&6; }
12858 if ${ac_cv_cflags_warn_all+:} false; then :
12859 $as_echo_n "(cached) " >&6
12861 ac_cv_cflags_warn_all="no, unknown"
12862 ac_save_CFLAGS="$CFLAGS"
12863 for ac_arg in "-warn all % -warn all" "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" #
12864 do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
12865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12866 /* end confdefs.h. */
12876 if ac_fn_c_try_compile "$LINENO"; then :
12877 ac_cv_cflags_warn_all=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
12879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12881 CFLAGS="$ac_save_CFLAGS"
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags_warn_all" >&5
12885 $as_echo "$ac_cv_cflags_warn_all" >&6; }
12886 case ".$ac_cv_cflags_warn_all" in
12889 *) if ${CFLAGS+:} false; then :
12890 case " $CFLAGS " in
12891 *" $ac_cv_cflags_warn_all "*)
12892 { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$ac_cv_cflags_warn_all"; } >&5
12893 (: CFLAGS already contains $ac_cv_cflags_warn_all) 2>&5
12895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12896 test $ac_status = 0; }
12899 { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$ac_cv_cflags_warn_all\""; } >&5
12900 (: CFLAGS="$CFLAGS $ac_cv_cflags_warn_all") 2>&5
12902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12903 test $ac_status = 0; }
12904 CFLAGS="$CFLAGS $ac_cv_cflags_warn_all"
12908 CFLAGS="$ac_cv_cflags_warn_all"
12914 ac_cpp='$CPP $CPPFLAGS'
12915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12920 if test "x$GCC" = "xyes"; then
12921 CFLAGS="$CFLAGS -fexceptions"
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12926 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12927 # Check whether --enable-maintainer-mode was given.
12928 if test "${enable_maintainer_mode+set}" = set; then :
12929 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12931 USE_MAINTAINER_MODE=no
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12935 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12936 if test $USE_MAINTAINER_MODE = yes; then
12937 MAINTAINER_MODE_TRUE=
12938 MAINTAINER_MODE_FALSE='#'
12940 MAINTAINER_MODE_TRUE='#'
12941 MAINTAINER_MODE_FALSE=
12944 MAINT=$MAINTAINER_MODE_TRUE
12948 for ac_header in sys/mman.h
12950 ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
12951 if test "x$ac_cv_header_sys_mman_h" = xyes; then :
12952 cat >>confdefs.h <<_ACEOF
12953 #define HAVE_SYS_MMAN_H 1
12960 for ac_func in mmap
12962 ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
12963 if test "x$ac_cv_func_mmap" = xyes; then :
12964 cat >>confdefs.h <<_ACEOF
12965 #define HAVE_MMAP 1
12972 ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
12973 if test "x$ac_cv_header_sys_mman_h" = xyes; then :
12974 libffi_header_sys_mman_h=yes
12976 libffi_header_sys_mman_h=no
12980 ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
12981 if test "x$ac_cv_func_mmap" = xyes; then :
12982 libffi_func_mmap=yes
12984 libffi_func_mmap=no
12987 if test "$libffi_header_sys_mman_h" != yes \
12988 || test "$libffi_func_mmap" != yes; then
12989 ac_cv_func_mmap_file=no
12990 ac_cv_func_mmap_dev_zero=no
12991 ac_cv_func_mmap_anon=no
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
12994 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
12995 if ${ac_cv_func_mmap_file+:} false; then :
12996 $as_echo_n "(cached) " >&6
12998 # Add a system to this blacklist if
12999 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
13000 # memory area containing the same data that you'd get if you applied
13001 # read() to the same fd. The only system known to have a problem here
13002 # is VMS, where text files have record structure.
13005 ac_cv_func_mmap_file=no ;;
13007 ac_cv_func_mmap_file=yes;;
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_file" >&5
13011 $as_echo "$ac_cv_func_mmap_file" >&6; }
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
13013 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
13014 if ${ac_cv_func_mmap_dev_zero+:} false; then :
13015 $as_echo_n "(cached) " >&6
13017 # Add a system to this blacklist if it has mmap() but /dev/zero
13018 # does not exist, or if mmapping /dev/zero does not give anonymous
13019 # zeroed pages with both the following properties:
13020 # 1. If you map N consecutive pages in with one call, and then
13021 # unmap any subset of those pages, the pages that were not
13022 # explicitly unmapped remain accessible.
13023 # 2. If you map two adjacent blocks of memory and then unmap them
13024 # both at once, they must both go away.
13025 # Systems known to be in this category are Windows (all variants),
13028 vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
13029 ac_cv_func_mmap_dev_zero=no ;;
13031 ac_cv_func_mmap_dev_zero=yes;;
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_dev_zero" >&5
13035 $as_echo "$ac_cv_func_mmap_dev_zero" >&6; }
13037 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
13039 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
13040 if ${ac_cv_decl_map_anon+:} false; then :
13041 $as_echo_n "(cached) " >&6
13043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13044 /* end confdefs.h. */
13045 #include <sys/types.h>
13046 #include <sys/mman.h>
13047 #include <unistd.h>
13049 #ifndef MAP_ANONYMOUS
13050 #define MAP_ANONYMOUS MAP_ANON
13056 int n = MAP_ANONYMOUS;
13061 if ac_fn_c_try_compile "$LINENO"; then :
13062 ac_cv_decl_map_anon=yes
13064 ac_cv_decl_map_anon=no
13066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_decl_map_anon" >&5
13069 $as_echo "$ac_cv_decl_map_anon" >&6; }
13071 if test $ac_cv_decl_map_anon = no; then
13072 ac_cv_func_mmap_anon=no
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
13075 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
13076 if ${ac_cv_func_mmap_anon+:} false; then :
13077 $as_echo_n "(cached) " >&6
13079 # Add a system to this blacklist if it has mmap() and MAP_ANON or
13080 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
13081 # doesn't give anonymous zeroed pages with the same properties listed
13082 # above for use of /dev/zero.
13083 # Systems known to be in this category are Windows, VMS, and SCO Unix.
13085 vms* | cygwin* | pe | mingw* | sco* | udk* )
13086 ac_cv_func_mmap_anon=no ;;
13088 ac_cv_func_mmap_anon=yes;;
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_anon" >&5
13092 $as_echo "$ac_cv_func_mmap_anon" >&6; }
13096 if test $ac_cv_func_mmap_file = yes; then
13098 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
13101 if test $ac_cv_func_mmap_dev_zero = yes; then
13103 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
13106 if test $ac_cv_func_mmap_anon = yes; then
13108 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
13113 if test -d $srcdir/testsuite; then
13115 TESTSUBDIR_FALSE='#'
13117 TESTSUBDIR_TRUE='#'
13122 TARGETDIR="unknown"
13125 TARGET=ALPHA; TARGETDIR=alpha;
13126 # Support 128-bit long double, changeable via command-line switch.
13127 HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
13131 TARGET=ARM; TARGETDIR=arm
13134 amd64-*-freebsd* | amd64-*-openbsd*)
13135 TARGET=X86_64; TARGETDIR=x86
13139 TARGET=X86_64; TARGETDIR=x86
13143 TARGET=AVR32; TARGETDIR=avr32
13147 TARGET=LIBFFI_CRIS; TARGETDIR=cris
13151 TARGET=FRV; TARGETDIR=frv
13154 hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
13155 TARGET=PA_LINUX; TARGETDIR=pa
13158 TARGET=PA64_HPUX; TARGETDIR=pa
13161 TARGET=PA_HPUX; TARGETDIR=pa
13164 i?86-*-freebsd* | i?86-*-openbsd*)
13165 TARGET=X86_FREEBSD; TARGETDIR=x86
13167 i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix*)
13168 TARGET=X86_WIN32; TARGETDIR=x86
13169 # All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
13170 # We must also check with_cross_host to decide if this is a native
13171 # or cross-build and select where to install dlls appropriately.
13172 if test -n "$with_cross_host" &&
13173 test x"$with_cross_host" != x"no"; then
13174 AM_LTLDFLAGS='-no-undefined -bindir "$(toolexeclibdir)"';
13176 AM_LTLDFLAGS='-no-undefined -bindir "$(bindir)"';
13180 TARGET=X86_DARWIN; TARGETDIR=x86
13182 i?86-*-solaris2.1[0-9]*)
13183 TARGET=X86_64; TARGETDIR=x86
13186 TARGET=X86_64; TARGETDIR=x86
13190 TARGET=IA64; TARGETDIR=ia64
13194 TARGET=M32R; TARGETDIR=m32r
13198 TARGET=M68K; TARGETDIR=m68k
13201 mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
13202 TARGET=MIPS; TARGETDIR=mips
13204 mips*-*-linux* | mips*-*-openbsd*)
13205 # Support 128-bit long double for NewABI.
13206 HAVE_LONG_DOUBLE='defined(__mips64)'
13207 TARGET=MIPS; TARGETDIR=mips
13211 TARGET=MOXIE; TARGETDIR=moxie
13214 powerpc*-*-linux* | powerpc-*-sysv*)
13215 TARGET=POWERPC; TARGETDIR=powerpc
13217 powerpc-*-amigaos*)
13218 TARGET=POWERPC; TARGETDIR=powerpc
13221 TARGET=POWERPC; TARGETDIR=powerpc
13223 powerpc-*-darwin* | powerpc64-*-darwin*)
13224 TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
13226 powerpc-*-aix* | rs6000-*-aix*)
13227 TARGET=POWERPC_AIX; TARGETDIR=powerpc
13229 powerpc-*-freebsd* | powerpc-*-openbsd*)
13230 TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
13232 powerpc64-*-freebsd*)
13233 TARGET=POWERPC; TARGETDIR=powerpc
13236 TARGET=POWERPC; TARGETDIR=powerpc
13239 s390-*-* | s390x-*-*)
13240 TARGET=S390; TARGETDIR=s390
13243 sh-*-* | sh[34]*-*-*)
13244 TARGET=SH; TARGETDIR=sh
13246 sh64-*-* | sh5*-*-*)
13247 TARGET=SH64; TARGETDIR=sh64
13251 TARGET=SPARC; TARGETDIR=sparc
13255 TARGET=X86_DARWIN; TARGETDIR=x86
13258 x86_64-*-cygwin* | x86_64-*-mingw*)
13259 TARGET=X86_WIN64; TARGETDIR=x86
13263 TARGET=X86_64; TARGETDIR=x86
13270 if test $TARGETDIR = unknown; then
13271 as_fn_error $? "\"libffi has not been ported to $host.\"" "$LINENO" 5
13274 if test x$TARGET = xMIPS; then
13282 if test x$TARGET = xSPARC; then
13290 if test x$TARGET = xX86; then
13298 if test x$TARGET = xX86_FREEBSD; then
13300 X86_FREEBSD_FALSE='#'
13302 X86_FREEBSD_TRUE='#'
13306 if test x$TARGET = xX86_WIN32; then
13308 X86_WIN32_FALSE='#'
13314 if test x$TARGET = xX86_WIN64; then
13316 X86_WIN64_FALSE='#'
13322 if test x$TARGET = xX86_DARWIN; then
13324 X86_DARWIN_FALSE='#'
13326 X86_DARWIN_TRUE='#'
13330 if test x$TARGET = xALPHA; then
13338 if test x$TARGET = xIA64; then
13346 if test x$TARGET = xM32R; then
13354 if test x$TARGET = xM68K; then
13362 if test x$TARGET = xMOXIE; then
13370 if test x$TARGET = xPOWERPC; then
13378 if test x$TARGET = xPOWERPC_AIX; then
13380 POWERPC_AIX_FALSE='#'
13382 POWERPC_AIX_TRUE='#'
13386 if test x$TARGET = xPOWERPC_DARWIN; then
13387 POWERPC_DARWIN_TRUE=
13388 POWERPC_DARWIN_FALSE='#'
13390 POWERPC_DARWIN_TRUE='#'
13391 POWERPC_DARWIN_FALSE=
13394 if test x$TARGET = xPOWERPC_FREEBSD; then
13395 POWERPC_FREEBSD_TRUE=
13396 POWERPC_FREEBSD_FALSE='#'
13398 POWERPC_FREEBSD_TRUE='#'
13399 POWERPC_FREEBSD_FALSE=
13402 if test x$TARGET = xARM; then
13410 if test x$TARGET = xAVR32; then
13418 if test x$TARGET = xLIBFFI_CRIS; then
13420 LIBFFI_CRIS_FALSE='#'
13422 LIBFFI_CRIS_TRUE='#'
13426 if test x$TARGET = xFRV; then
13434 if test x$TARGET = xS390; then
13442 if test x$TARGET = xX86_64; then
13450 if test x$TARGET = xSH; then
13458 if test x$TARGET = xSH64; then
13466 if test x$TARGET = xPA_LINUX; then
13474 if test x$TARGET = xPA_HPUX; then
13482 if test x$TARGET = xPA64_HPUX; then
13484 PA64_HPUX_FALSE='#'
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
13492 $as_echo_n "checking for ANSI C header files... " >&6; }
13493 if ${ac_cv_header_stdc+:} false; then :
13494 $as_echo_n "(cached) " >&6
13496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13497 /* end confdefs.h. */
13498 #include <stdlib.h>
13499 #include <stdarg.h>
13500 #include <string.h>
13511 if ac_fn_c_try_compile "$LINENO"; then :
13512 ac_cv_header_stdc=yes
13514 ac_cv_header_stdc=no
13516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13518 if test $ac_cv_header_stdc = yes; then
13519 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13521 /* end confdefs.h. */
13522 #include <string.h>
13525 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13526 $EGREP "memchr" >/dev/null 2>&1; then :
13529 ac_cv_header_stdc=no
13535 if test $ac_cv_header_stdc = yes; then
13536 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13538 /* end confdefs.h. */
13539 #include <stdlib.h>
13542 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13543 $EGREP "free" >/dev/null 2>&1; then :
13546 ac_cv_header_stdc=no
13552 if test $ac_cv_header_stdc = yes; then
13553 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13554 if test "$cross_compiling" = yes; then :
13557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13558 /* end confdefs.h. */
13560 #include <stdlib.h>
13561 #if ((' ' & 0x0FF) == 0x020)
13562 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13563 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13565 # define ISLOWER(c) \
13566 (('a' <= (c) && (c) <= 'i') \
13567 || ('j' <= (c) && (c) <= 'r') \
13568 || ('s' <= (c) && (c) <= 'z'))
13569 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13572 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13577 for (i = 0; i < 256; i++)
13578 if (XOR (islower (i), ISLOWER (i))
13579 || toupper (i) != TOUPPER (i))
13584 if ac_fn_c_try_run "$LINENO"; then :
13587 ac_cv_header_stdc=no
13589 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13590 conftest.$ac_objext conftest.beam conftest.$ac_ext
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
13596 $as_echo "$ac_cv_header_stdc" >&6; }
13597 if test $ac_cv_header_stdc = yes; then
13599 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
13603 for ac_func in memcpy
13605 ac_fn_c_check_func "$LINENO" "memcpy" "ac_cv_func_memcpy"
13606 if test "x$ac_cv_func_memcpy" = xyes; then :
13607 cat >>confdefs.h <<_ACEOF
13608 #define HAVE_MEMCPY 1
13614 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13615 if test "x$ac_cv_type_size_t" = xyes; then :
13619 cat >>confdefs.h <<_ACEOF
13620 #define size_t unsigned int
13625 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13626 # for constant arguments. Useless!
13627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13628 $as_echo_n "checking for working alloca.h... " >&6; }
13629 if ${ac_cv_working_alloca_h+:} false; then :
13630 $as_echo_n "(cached) " >&6
13632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13633 /* end confdefs.h. */
13634 #include <alloca.h>
13638 char *p = (char *) alloca (2 * sizeof (int));
13644 if ac_fn_c_try_link "$LINENO"; then :
13645 ac_cv_working_alloca_h=yes
13647 ac_cv_working_alloca_h=no
13649 rm -f core conftest.err conftest.$ac_objext \
13650 conftest$ac_exeext conftest.$ac_ext
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13653 $as_echo "$ac_cv_working_alloca_h" >&6; }
13654 if test $ac_cv_working_alloca_h = yes; then
13656 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13661 $as_echo_n "checking for alloca... " >&6; }
13662 if ${ac_cv_func_alloca_works+:} false; then :
13663 $as_echo_n "(cached) " >&6
13665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13666 /* end confdefs.h. */
13668 # define alloca __builtin_alloca
13671 # include <malloc.h>
13672 # define alloca _alloca
13674 # ifdef HAVE_ALLOCA_H
13675 # include <alloca.h>
13680 # ifndef alloca /* predefined by HP cc +Olibcalls */
13681 void *alloca (size_t);
13691 char *p = (char *) alloca (1);
13697 if ac_fn_c_try_link "$LINENO"; then :
13698 ac_cv_func_alloca_works=yes
13700 ac_cv_func_alloca_works=no
13702 rm -f core conftest.err conftest.$ac_objext \
13703 conftest$ac_exeext conftest.$ac_ext
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13706 $as_echo "$ac_cv_func_alloca_works" >&6; }
13708 if test $ac_cv_func_alloca_works = yes; then
13710 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13713 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13714 # that cause trouble. Some versions do not even contain alloca or
13715 # contain a buggy version. If you still want to use their alloca,
13716 # use ar to extract alloca.o from them instead of compiling alloca.c.
13718 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13720 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13724 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13725 if ${ac_cv_os_cray+:} false; then :
13726 $as_echo_n "(cached) " >&6
13728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13729 /* end confdefs.h. */
13730 #if defined CRAY && ! defined CRAY2
13737 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13738 $EGREP "webecray" >/dev/null 2>&1; then :
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13747 $as_echo "$ac_cv_os_cray" >&6; }
13748 if test $ac_cv_os_cray = yes; then
13749 for ac_func in _getb67 GETB67 getb67; do
13750 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13751 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13752 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13754 cat >>confdefs.h <<_ACEOF
13755 #define CRAY_STACKSEG_END $ac_func
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13765 $as_echo_n "checking stack direction for C alloca... " >&6; }
13766 if ${ac_cv_c_stack_direction+:} false; then :
13767 $as_echo_n "(cached) " >&6
13769 if test "$cross_compiling" = yes; then :
13770 ac_cv_c_stack_direction=0
13772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13773 /* end confdefs.h. */
13774 $ac_includes_default
13776 find_stack_direction ()
13778 static char *addr = 0;
13783 return find_stack_direction ();
13786 return (&dummy > addr) ? 1 : -1;
13792 return find_stack_direction () < 0;
13795 if ac_fn_c_try_run "$LINENO"; then :
13796 ac_cv_c_stack_direction=1
13798 ac_cv_c_stack_direction=-1
13800 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13801 conftest.$ac_objext conftest.beam conftest.$ac_ext
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13806 $as_echo "$ac_cv_c_stack_direction" >&6; }
13807 cat >>confdefs.h <<_ACEOF
13808 #define STACK_DIRECTION $ac_cv_c_stack_direction
13815 # The cast to long int works around a bug in the HP C Compiler
13816 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13817 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13818 # This bug is HP SR number 8606223364.
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
13820 $as_echo_n "checking size of double... " >&6; }
13821 if ${ac_cv_sizeof_double+:} false; then :
13822 $as_echo_n "(cached) " >&6
13824 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double" "$ac_includes_default"; then :
13827 if test "$ac_cv_type_double" = yes; then
13828 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13829 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13830 as_fn_error 77 "cannot compute sizeof (double)
13831 See \`config.log' for more details" "$LINENO" 5; }
13833 ac_cv_sizeof_double=0
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
13839 $as_echo "$ac_cv_sizeof_double" >&6; }
13843 cat >>confdefs.h <<_ACEOF
13844 #define SIZEOF_DOUBLE $ac_cv_sizeof_double
13848 # The cast to long int works around a bug in the HP C Compiler
13849 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13850 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13851 # This bug is HP SR number 8606223364.
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
13853 $as_echo_n "checking size of long double... " >&6; }
13854 if ${ac_cv_sizeof_long_double+:} false; then :
13855 $as_echo_n "(cached) " >&6
13857 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then :
13860 if test "$ac_cv_type_long_double" = yes; then
13861 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13862 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13863 as_fn_error 77 "cannot compute sizeof (long double)
13864 See \`config.log' for more details" "$LINENO" 5; }
13866 ac_cv_sizeof_long_double=0
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
13872 $as_echo "$ac_cv_sizeof_long_double" >&6; }
13876 cat >>confdefs.h <<_ACEOF
13877 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
13882 # Also AC_SUBST this variable for ffi.h.
13883 if test -z "$HAVE_LONG_DOUBLE"; then
13885 if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
13886 if test $ac_cv_sizeof_long_double != 0; then
13889 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13897 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13898 if ${ac_cv_c_bigendian+:} false; then :
13899 $as_echo_n "(cached) " >&6
13901 ac_cv_c_bigendian=unknown
13902 # See if we're dealing with a universal compiler.
13903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13904 /* end confdefs.h. */
13905 #ifndef __APPLE_CC__
13906 not a universal capable compiler
13911 if ac_fn_c_try_compile "$LINENO"; then :
13913 # Check for potential -arch flags. It is not universal unless
13914 # there are at least two -arch flags with different values.
13917 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13918 if test -n "$ac_prev"; then
13920 i?86 | x86_64 | ppc | ppc64)
13921 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13924 ac_cv_c_bigendian=universal
13930 elif test "x$ac_word" = "x-arch"; then
13935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13936 if test $ac_cv_c_bigendian = unknown; then
13937 # See if sys/param.h defines the BYTE_ORDER macro.
13938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13939 /* end confdefs.h. */
13940 #include <sys/types.h>
13941 #include <sys/param.h>
13946 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13947 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13949 bogus endian macros
13956 if ac_fn_c_try_compile "$LINENO"; then :
13957 # It does; now see whether it defined to BIG_ENDIAN or not.
13958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13959 /* end confdefs.h. */
13960 #include <sys/types.h>
13961 #include <sys/param.h>
13966 #if BYTE_ORDER != BIG_ENDIAN
13974 if ac_fn_c_try_compile "$LINENO"; then :
13975 ac_cv_c_bigendian=yes
13977 ac_cv_c_bigendian=no
13979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13983 if test $ac_cv_c_bigendian = unknown; then
13984 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13986 /* end confdefs.h. */
13987 #include <limits.h>
13992 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13993 bogus endian macros
14000 if ac_fn_c_try_compile "$LINENO"; then :
14001 # It does; now see whether it defined to _BIG_ENDIAN or not.
14002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14003 /* end confdefs.h. */
14004 #include <limits.h>
14009 #ifndef _BIG_ENDIAN
14017 if ac_fn_c_try_compile "$LINENO"; then :
14018 ac_cv_c_bigendian=yes
14020 ac_cv_c_bigendian=no
14022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14026 if test $ac_cv_c_bigendian = unknown; then
14027 # Compile a test program.
14028 if test "$cross_compiling" = yes; then :
14029 # Try to guess by grepping values from an object file.
14030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14031 /* end confdefs.h. */
14032 short int ascii_mm[] =
14033 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14034 short int ascii_ii[] =
14035 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14036 int use_ascii (int i) {
14037 return ascii_mm[i] + ascii_ii[i];
14039 short int ebcdic_ii[] =
14040 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14041 short int ebcdic_mm[] =
14042 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14043 int use_ebcdic (int i) {
14044 return ebcdic_mm[i] + ebcdic_ii[i];
14051 return use_ascii (foo) == use_ebcdic (foo);
14056 if ac_fn_c_try_compile "$LINENO"; then :
14057 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
14058 ac_cv_c_bigendian=yes
14060 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
14061 if test "$ac_cv_c_bigendian" = unknown; then
14062 ac_cv_c_bigendian=no
14064 # finding both strings is unlikely to happen, but who knows?
14065 ac_cv_c_bigendian=unknown
14069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14072 /* end confdefs.h. */
14073 $ac_includes_default
14078 /* Are we little or big endian? From Harbison&Steele. */
14082 char c[sizeof (long int)];
14085 return u.c[sizeof (long int) - 1] == 1;
14091 if ac_fn_c_try_run "$LINENO"; then :
14092 ac_cv_c_bigendian=no
14094 ac_cv_c_bigendian=yes
14096 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14097 conftest.$ac_objext conftest.beam conftest.$ac_ext
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14103 $as_echo "$ac_cv_c_bigendian" >&6; }
14104 case $ac_cv_c_bigendian in #(
14106 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14112 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14116 as_fn_error $? "unknown endianness
14117 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .cfi pseudo-op support" >&5
14122 $as_echo_n "checking assembler .cfi pseudo-op support... " >&6; }
14123 if ${gcc_cv_as_cfi_pseudo_op+:} false; then :
14124 $as_echo_n "(cached) " >&6
14127 gcc_cv_as_cfi_pseudo_op=unknown
14128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14129 /* end confdefs.h. */
14130 asm (".cfi_startproc\n\t.cfi_endproc");
14139 if ac_fn_c_try_compile "$LINENO"; then :
14140 gcc_cv_as_cfi_pseudo_op=yes
14142 gcc_cv_as_cfi_pseudo_op=no
14144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_pseudo_op" >&5
14148 $as_echo "$gcc_cv_as_cfi_pseudo_op" >&6; }
14149 if test "x$gcc_cv_as_cfi_pseudo_op" = xyes; then
14151 $as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs.h
14156 if test x$TARGET = xSPARC; then
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker support unaligned pc related relocs" >&5
14158 $as_echo_n "checking assembler and linker support unaligned pc related relocs... " >&6; }
14159 if ${libffi_cv_as_sparc_ua_pcrel+:} false; then :
14160 $as_echo_n "(cached) " >&6
14163 save_CFLAGS="$CFLAGS"
14164 save_LDFLAGS="$LDFLAGS"
14165 CFLAGS="$CFLAGS -fpic"
14166 LDFLAGS="$LDFLAGS -shared"
14167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14168 /* end confdefs.h. */
14169 asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
14178 if ac_fn_c_try_link "$LINENO"; then :
14179 libffi_cv_as_sparc_ua_pcrel=yes
14181 libffi_cv_as_sparc_ua_pcrel=no
14183 rm -f core conftest.err conftest.$ac_objext \
14184 conftest$ac_exeext conftest.$ac_ext
14185 CFLAGS="$save_CFLAGS"
14186 LDFLAGS="$save_LDFLAGS"
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_sparc_ua_pcrel" >&5
14189 $as_echo "$libffi_cv_as_sparc_ua_pcrel" >&6; }
14190 if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
14192 $as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .register pseudo-op support" >&5
14197 $as_echo_n "checking assembler .register pseudo-op support... " >&6; }
14198 if ${libffi_cv_as_register_pseudo_op+:} false; then :
14199 $as_echo_n "(cached) " >&6
14202 libffi_cv_as_register_pseudo_op=unknown
14203 # Check if we have .register
14204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14205 /* end confdefs.h. */
14206 asm (".register %g2, #scratch");
14215 if ac_fn_c_try_compile "$LINENO"; then :
14216 libffi_cv_as_register_pseudo_op=yes
14218 libffi_cv_as_register_pseudo_op=no
14220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_register_pseudo_op" >&5
14224 $as_echo "$libffi_cv_as_register_pseudo_op" >&6; }
14225 if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
14227 $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h
14232 if test x$TARGET = xX86 || test x$TARGET = xX86_WIN32 || test x$TARGET = xX86_64; then
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5
14234 $as_echo_n "checking assembler supports pc related relocs... " >&6; }
14235 if ${libffi_cv_as_x86_pcrel+:} false; then :
14236 $as_echo_n "(cached) " >&6
14239 libffi_cv_as_x86_pcrel=no
14240 echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
14241 if $CC $CFLAGS -c conftest.s > /dev/null; then
14242 libffi_cv_as_x86_pcrel=yes
14246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_pcrel" >&5
14247 $as_echo "$libffi_cv_as_x86_pcrel" >&6; }
14248 if test "x$libffi_cv_as_x86_pcrel" = xyes; then
14250 $as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .ascii pseudo-op support" >&5
14255 $as_echo_n "checking assembler .ascii pseudo-op support... " >&6; }
14256 if ${libffi_cv_as_ascii_pseudo_op+:} false; then :
14257 $as_echo_n "(cached) " >&6
14260 libffi_cv_as_ascii_pseudo_op=unknown
14261 # Check if we have .ascii
14262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14263 /* end confdefs.h. */
14264 asm (".ascii \\"string\\"");
14273 if ac_fn_c_try_compile "$LINENO"; then :
14274 libffi_cv_as_ascii_pseudo_op=yes
14276 libffi_cv_as_ascii_pseudo_op=no
14278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_ascii_pseudo_op" >&5
14282 $as_echo "$libffi_cv_as_ascii_pseudo_op" >&6; }
14283 if test "x$libffi_cv_as_ascii_pseudo_op" = xyes; then
14285 $as_echo "#define HAVE_AS_ASCII_PSEUDO_OP 1" >>confdefs.h
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .string pseudo-op support" >&5
14290 $as_echo_n "checking assembler .string pseudo-op support... " >&6; }
14291 if ${libffi_cv_as_string_pseudo_op+:} false; then :
14292 $as_echo_n "(cached) " >&6
14295 libffi_cv_as_string_pseudo_op=unknown
14296 # Check if we have .string
14297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14298 /* end confdefs.h. */
14299 asm (".string \\"string\\"");
14308 if ac_fn_c_try_compile "$LINENO"; then :
14309 libffi_cv_as_string_pseudo_op=yes
14311 libffi_cv_as_string_pseudo_op=no
14313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_string_pseudo_op" >&5
14317 $as_echo "$libffi_cv_as_string_pseudo_op" >&6; }
14318 if test "x$libffi_cv_as_string_pseudo_op" = xyes; then
14320 $as_echo "#define HAVE_AS_STRING_PSEUDO_OP 1" >>confdefs.h
14325 if test x$TARGET = xX86_WIN64; then
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ prefix in compiled symbols" >&5
14327 $as_echo_n "checking for _ prefix in compiled symbols... " >&6; }
14328 if ${lt_cv_sys_symbol_underscore+:} false; then :
14329 $as_echo_n "(cached) " >&6
14331 lt_cv_sys_symbol_underscore=no
14332 cat > conftest.$ac_ext <<_LT_EOF
14333 void nm_test_func(){}
14334 int main(){nm_test_func;return 0;}
14336 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14337 (eval $ac_compile) 2>&5
14339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14340 test $ac_status = 0; }; then
14341 # Now try to grab the symbols.
14342 ac_nlist=conftest.nm
14343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist\""; } >&5
14344 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5
14346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14347 test $ac_status = 0; } && test -s "$ac_nlist"; then
14348 # See whether the symbols have a leading underscore.
14349 if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
14350 lt_cv_sys_symbol_underscore=yes
14352 if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
14355 echo "configure: cannot find nm_test_func in $ac_nlist" >&5
14359 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&5
14362 echo "configure: failed program was:" >&5
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_symbol_underscore" >&5
14369 $as_echo "$lt_cv_sys_symbol_underscore" >&6; }
14370 sys_symbol_underscore=$lt_cv_sys_symbol_underscore
14373 if test "x$sys_symbol_underscore" = xyes; then
14375 $as_echo "#define SYMBOL_UNDERSCORE 1" >>confdefs.h
14381 FFI_EXEC_TRAMPOLINE_TABLE=0
14383 *arm*-apple-darwin*)
14384 FFI_EXEC_TRAMPOLINE_TABLE=1
14386 $as_echo "#define FFI_EXEC_TRAMPOLINE_TABLE 1" >>confdefs.h
14389 *-apple-darwin1[10]* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
14391 $as_echo "#define FFI_MMAP_EXEC_WRIT 1" >>confdefs.h
14395 if test x$FFI_EXEC_TRAMPOLINE_TABLE = x1; then
14396 FFI_EXEC_TRAMPOLINE_TABLE_TRUE=
14397 FFI_EXEC_TRAMPOLINE_TABLE_FALSE='#'
14399 FFI_EXEC_TRAMPOLINE_TABLE_TRUE='#'
14400 FFI_EXEC_TRAMPOLINE_TABLE_FALSE=
14405 if test x$TARGET = xX86_64; then
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports unwind section type" >&5
14407 $as_echo_n "checking assembler supports unwind section type... " >&6; }
14408 if ${libffi_cv_as_x86_64_unwind_section_type+:} false; then :
14409 $as_echo_n "(cached) " >&6
14412 libffi_cv_as_x86_64_unwind_section_type=yes
14413 echo '.section .eh_frame,"a",@unwind' > conftest.s
14414 if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
14415 libffi_cv_as_x86_64_unwind_section_type=no
14419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_64_unwind_section_type" >&5
14420 $as_echo "$libffi_cv_as_x86_64_unwind_section_type" >&6; }
14421 if test "x$libffi_cv_as_x86_64_unwind_section_type" = xyes; then
14423 $as_echo "#define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1" >>confdefs.h
14428 if test "x$GCC" = "xyes"; then
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5
14430 $as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
14431 if ${libffi_cv_ro_eh_frame+:} false; then :
14432 $as_echo_n "(cached) " >&6
14435 libffi_cv_ro_eh_frame=no
14436 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
14437 if $CC $CFLAGS -S -fpic -fexceptions -o conftest.s conftest.c > /dev/null 2>&1; then
14438 if grep '.section.*eh_frame.*"a"' conftest.s > /dev/null; then
14439 libffi_cv_ro_eh_frame=yes
14440 elif grep '.section.*eh_frame.*#alloc' conftest.c \
14441 | grep -v '#write' > /dev/null; then
14442 libffi_cv_ro_eh_frame=yes
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_ro_eh_frame" >&5
14449 $as_echo "$libffi_cv_ro_eh_frame" >&6; }
14450 if test "x$libffi_cv_ro_eh_frame" = xyes; then
14452 $as_echo "#define HAVE_RO_EH_FRAME 1" >>confdefs.h
14455 $as_echo "#define EH_FRAME_FLAGS \"a\"" >>confdefs.h
14459 $as_echo "#define EH_FRAME_FLAGS \"aw\"" >>confdefs.h
14463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"hidden\")))" >&5
14464 $as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; }
14465 if ${libffi_cv_hidden_visibility_attribute+:} false; then :
14466 $as_echo_n "(cached) " >&6
14469 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1 ; }' > conftest.c
14470 libffi_cv_hidden_visibility_attribute=no
14471 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
14472 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14473 (eval $ac_try) 2>&5
14475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14476 test $ac_status = 0; }; }; then
14477 if grep '\.hidden.*foo' conftest.s >/dev/null; then
14478 libffi_cv_hidden_visibility_attribute=yes
14484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_hidden_visibility_attribute" >&5
14485 $as_echo "$libffi_cv_hidden_visibility_attribute" >&6; }
14486 if test $libffi_cv_hidden_visibility_attribute = yes; then
14488 $as_echo "#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1" >>confdefs.h
14500 # Check whether --enable-debug was given.
14501 if test "${enable_debug+set}" = set; then :
14502 enableval=$enable_debug; if test "$enable_debug" = "yes"; then
14504 $as_echo "#define FFI_DEBUG 1" >>confdefs.h
14509 if test "$enable_debug" = "yes"; then
14511 FFI_DEBUG_FALSE='#'
14518 # Check whether --enable-structs was given.
14519 if test "${enable_structs+set}" = set; then :
14520 enableval=$enable_structs; if test "$enable_structs" = "no"; then
14522 $as_echo "#define FFI_NO_STRUCTS 1" >>confdefs.h
14528 # Check whether --enable-raw-api was given.
14529 if test "${enable_raw_api+set}" = set; then :
14530 enableval=$enable_raw_api; if test "$enable_raw_api" = "no"; then
14532 $as_echo "#define FFI_NO_RAW_API 1" >>confdefs.h
14538 # Check whether --enable-purify-safety was given.
14539 if test "${enable_purify_safety+set}" = set; then :
14540 enableval=$enable_purify_safety; if test "$enable_purify_safety" = "yes"; then
14542 $as_echo "#define USING_PURIFY 1" >>confdefs.h
14548 # These variables are only ever used when we cross-build to X86_WIN32.
14549 # And we only support this with GCC, so...
14550 if test x"$GCC" != x"no"; then
14551 if test -n "$with_cross_host" &&
14552 test x"$with_cross_host" != x"no"; then
14553 toolexecdir='$(exec_prefix)/$(target_alias)'
14554 toolexeclibdir='$(toolexecdir)/lib'
14556 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
14557 toolexeclibdir='$(libdir)'
14559 multi_os_directory=`$CC -print-multi-os-directory`
14560 case $multi_os_directory in
14561 .) ;; # Avoid trailing /.
14562 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
14568 if test "${multilib}" = "yes"; then
14569 multilib_arg="--enable-multilib"
14574 ac_config_commands="$ac_config_commands include"
14576 ac_config_commands="$ac_config_commands src"
14579 ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
14582 ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
14585 cat >confcache <<\_ACEOF
14586 # This file is a shell script that caches the results of configure
14587 # tests run on this system so they can be shared between configure
14588 # scripts and configure runs, see configure's option --config-cache.
14589 # It is not useful on other systems. If it contains results you don't
14590 # want to keep, you may remove or edit it.
14592 # config.status only pays attention to the cache file if you give it
14593 # the --recheck option to rerun configure.
14595 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14596 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14597 # following values.
14601 # The following way of writing the cache mishandles newlines in values,
14602 # but we know of no workaround that is simple, portable, and efficient.
14603 # So, we kill variables containing newlines.
14604 # Ultrix sh set writes to stderr and can't be redirected directly,
14605 # and sets the high bit in the cache file unless we assign to the vars.
14607 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14608 eval ac_val=\$$ac_var
14612 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14613 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14616 _ | IFS | as_nl) ;; #(
14617 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14618 *) { eval $ac_var=; unset $ac_var;} ;;
14624 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14625 *${as_nl}ac_space=\ *)
14626 # `set' does not quote correctly, so add quotes: double-quote
14627 # substitution turns \\\\ into \\, and sed turns \\ into \.
14630 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14633 # `set' quotes correctly as required by POSIX, so do not add quotes.
14634 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14643 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14645 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14647 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14648 if test -w "$cache_file"; then
14649 if test "x$cache_file" != "x/dev/null"; then
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14651 $as_echo "$as_me: updating cache $cache_file" >&6;}
14652 if test ! -f "$cache_file" || test -h "$cache_file"; then
14653 cat confcache >"$cache_file"
14655 case $cache_file in #(
14657 mv -f confcache "$cache_file"$$ &&
14658 mv -f "$cache_file"$$ "$cache_file" ;; #(
14660 mv -f confcache "$cache_file" ;;
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14666 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14671 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14672 # Let make expand exec_prefix.
14673 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14675 DEFS=-DHAVE_CONFIG_H
14680 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14681 # 1. Remove the extension, and $U if already installed.
14682 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14683 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14684 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14685 # will be set to the directory where LIBOBJS objects are built.
14686 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14687 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14689 LIBOBJS=$ac_libobjs
14691 LTLIBOBJS=$ac_ltlibobjs
14694 if test -n "$EXEEXT"; then
14696 am__EXEEXT_FALSE='#'
14698 am__EXEEXT_TRUE='#'
14702 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14703 as_fn_error $? "conditional \"AMDEP\" was never defined.
14704 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14706 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14707 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14708 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14710 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
14711 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
14712 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14714 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14715 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14716 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14718 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
14719 as_fn_error $? "conditional \"TESTSUBDIR\" was never defined.
14720 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14722 if test -z "${MIPS_TRUE}" && test -z "${MIPS_FALSE}"; then
14723 as_fn_error $? "conditional \"MIPS\" was never defined.
14724 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14726 if test -z "${SPARC_TRUE}" && test -z "${SPARC_FALSE}"; then
14727 as_fn_error $? "conditional \"SPARC\" was never defined.
14728 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14730 if test -z "${X86_TRUE}" && test -z "${X86_FALSE}"; then
14731 as_fn_error $? "conditional \"X86\" was never defined.
14732 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14734 if test -z "${X86_FREEBSD_TRUE}" && test -z "${X86_FREEBSD_FALSE}"; then
14735 as_fn_error $? "conditional \"X86_FREEBSD\" was never defined.
14736 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14738 if test -z "${X86_WIN32_TRUE}" && test -z "${X86_WIN32_FALSE}"; then
14739 as_fn_error $? "conditional \"X86_WIN32\" was never defined.
14740 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14742 if test -z "${X86_WIN64_TRUE}" && test -z "${X86_WIN64_FALSE}"; then
14743 as_fn_error $? "conditional \"X86_WIN64\" was never defined.
14744 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14746 if test -z "${X86_DARWIN_TRUE}" && test -z "${X86_DARWIN_FALSE}"; then
14747 as_fn_error $? "conditional \"X86_DARWIN\" was never defined.
14748 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14750 if test -z "${ALPHA_TRUE}" && test -z "${ALPHA_FALSE}"; then
14751 as_fn_error $? "conditional \"ALPHA\" was never defined.
14752 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14754 if test -z "${IA64_TRUE}" && test -z "${IA64_FALSE}"; then
14755 as_fn_error $? "conditional \"IA64\" was never defined.
14756 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14758 if test -z "${M32R_TRUE}" && test -z "${M32R_FALSE}"; then
14759 as_fn_error $? "conditional \"M32R\" was never defined.
14760 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14762 if test -z "${M68K_TRUE}" && test -z "${M68K_FALSE}"; then
14763 as_fn_error $? "conditional \"M68K\" was never defined.
14764 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14766 if test -z "${MOXIE_TRUE}" && test -z "${MOXIE_FALSE}"; then
14767 as_fn_error $? "conditional \"MOXIE\" was never defined.
14768 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14770 if test -z "${POWERPC_TRUE}" && test -z "${POWERPC_FALSE}"; then
14771 as_fn_error $? "conditional \"POWERPC\" was never defined.
14772 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14774 if test -z "${POWERPC_AIX_TRUE}" && test -z "${POWERPC_AIX_FALSE}"; then
14775 as_fn_error $? "conditional \"POWERPC_AIX\" was never defined.
14776 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14778 if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
14779 as_fn_error $? "conditional \"POWERPC_DARWIN\" was never defined.
14780 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14782 if test -z "${POWERPC_FREEBSD_TRUE}" && test -z "${POWERPC_FREEBSD_FALSE}"; then
14783 as_fn_error $? "conditional \"POWERPC_FREEBSD\" was never defined.
14784 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14786 if test -z "${ARM_TRUE}" && test -z "${ARM_FALSE}"; then
14787 as_fn_error $? "conditional \"ARM\" was never defined.
14788 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14790 if test -z "${AVR32_TRUE}" && test -z "${AVR32_FALSE}"; then
14791 as_fn_error $? "conditional \"AVR32\" was never defined.
14792 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14794 if test -z "${LIBFFI_CRIS_TRUE}" && test -z "${LIBFFI_CRIS_FALSE}"; then
14795 as_fn_error $? "conditional \"LIBFFI_CRIS\" was never defined.
14796 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14798 if test -z "${FRV_TRUE}" && test -z "${FRV_FALSE}"; then
14799 as_fn_error $? "conditional \"FRV\" was never defined.
14800 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14802 if test -z "${S390_TRUE}" && test -z "${S390_FALSE}"; then
14803 as_fn_error $? "conditional \"S390\" was never defined.
14804 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14806 if test -z "${X86_64_TRUE}" && test -z "${X86_64_FALSE}"; then
14807 as_fn_error $? "conditional \"X86_64\" was never defined.
14808 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14810 if test -z "${SH_TRUE}" && test -z "${SH_FALSE}"; then
14811 as_fn_error $? "conditional \"SH\" was never defined.
14812 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14814 if test -z "${SH64_TRUE}" && test -z "${SH64_FALSE}"; then
14815 as_fn_error $? "conditional \"SH64\" was never defined.
14816 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14818 if test -z "${PA_LINUX_TRUE}" && test -z "${PA_LINUX_FALSE}"; then
14819 as_fn_error $? "conditional \"PA_LINUX\" was never defined.
14820 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14822 if test -z "${PA_HPUX_TRUE}" && test -z "${PA_HPUX_FALSE}"; then
14823 as_fn_error $? "conditional \"PA_HPUX\" was never defined.
14824 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14826 if test -z "${PA64_HPUX_TRUE}" && test -z "${PA64_HPUX_FALSE}"; then
14827 as_fn_error $? "conditional \"PA64_HPUX\" was never defined.
14828 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14831 if test -z "${FFI_EXEC_TRAMPOLINE_TABLE_TRUE}" && test -z "${FFI_EXEC_TRAMPOLINE_TABLE_FALSE}"; then
14832 as_fn_error $? "conditional \"FFI_EXEC_TRAMPOLINE_TABLE\" was never defined.
14833 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14835 if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
14836 as_fn_error $? "conditional \"FFI_DEBUG\" was never defined.
14837 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14840 : "${CONFIG_STATUS=./config.status}"
14842 ac_clean_files_save=$ac_clean_files
14843 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14844 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14845 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14847 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14849 # Generated by $as_me.
14850 # Run this file to recreate the current configuration.
14851 # Compiler output produced by configure, useful for debugging
14852 # configure, is in config.log if it exists.
14855 ac_cs_recheck=false
14858 SHELL=\${CONFIG_SHELL-$SHELL}
14861 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14862 ## -------------------- ##
14863 ## M4sh Initialization. ##
14864 ## -------------------- ##
14866 # Be more Bourne compatible
14867 DUALCASE=1; export DUALCASE # for MKS sh
14868 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14871 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14872 # is contrary to our usage. Disable this feature.
14873 alias -g '${1+"$@"}'='"$@"'
14874 setopt NO_GLOB_SUBST
14876 case `(set -o) 2>/dev/null` in #(
14888 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14889 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14890 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14891 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14892 # Prefer a ksh shell builtin over an external printf program on Solaris,
14893 # but without wasting forks for bash or zsh.
14894 if test -z "$BASH_VERSION$ZSH_VERSION" \
14895 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14896 as_echo='print -r --'
14897 as_echo_n='print -rn --'
14898 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14899 as_echo='printf %s\n'
14900 as_echo_n='printf %s'
14902 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14903 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14904 as_echo_n='/usr/ucb/echo -n'
14906 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14907 as_echo_n_body='eval
14911 expr "X$arg" : "X\\(.*\\)$as_nl";
14912 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14914 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14916 export as_echo_n_body
14917 as_echo_n='sh -c $as_echo_n_body as_echo'
14919 export as_echo_body
14920 as_echo='sh -c $as_echo_body as_echo'
14923 # The user is always right.
14924 if test "${PATH_SEPARATOR+set}" != set; then
14926 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14927 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14934 # We need space, tab and new line, in precisely that order. Quoting is
14935 # there to prevent editors from complaining about space-tab.
14936 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14937 # splitting by setting IFS to empty value.)
14940 # Find who we are. Look in the path if we contain no directory separator.
14943 *[\\/]* ) as_myself=$0 ;;
14944 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14945 for as_dir in $PATH
14948 test -z "$as_dir" && as_dir=.
14949 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14955 # We did not find ourselves, most probably we were run as `sh COMMAND'
14956 # in which case we are not to be found in the path.
14957 if test "x$as_myself" = x; then
14960 if test ! -f "$as_myself"; then
14961 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14965 # Unset variables that we do not need and which cause bugs (e.g. in
14966 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14967 # suppresses any "Segmentation fault" message there. '((' could
14968 # trigger a bug in pdksh 5.2.14.
14969 for as_var in BASH_ENV ENV MAIL MAILPATH
14970 do eval test x\${$as_var+set} = xset \
14971 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14984 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14987 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14988 # ----------------------------------------
14989 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14990 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14991 # script with STATUS, using 1 if that was 0.
14994 as_status=$1; test $as_status -eq 0 && as_status=1
14996 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14997 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14999 $as_echo "$as_me: error: $2" >&2
15000 as_fn_exit $as_status
15004 # as_fn_set_status STATUS
15005 # -----------------------
15006 # Set $? to STATUS, without forking.
15007 as_fn_set_status ()
15010 } # as_fn_set_status
15012 # as_fn_exit STATUS
15013 # -----------------
15014 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15018 as_fn_set_status $1
15024 # Portably unset VAR.
15027 { eval $1=; unset $1;}
15029 as_unset=as_fn_unset
15030 # as_fn_append VAR VALUE
15031 # ----------------------
15032 # Append the text in VALUE to the end of the definition contained in VAR. Take
15033 # advantage of any shell optimizations that allow amortized linear growth over
15034 # repeated appends, instead of the typical quadratic growth present in naive
15036 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15037 eval 'as_fn_append ()
15048 # as_fn_arith ARG...
15049 # ------------------
15050 # Perform arithmetic evaluation on the ARGs, and store the result in the
15051 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15052 # must be portable across $(()) and expr.
15053 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15054 eval 'as_fn_arith ()
15061 as_val=`expr "$@" || test $? -eq 1`
15066 if expr a : '\(a\)' >/dev/null 2>&1 &&
15067 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15073 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15074 as_basename=basename
15079 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15085 as_me=`$as_basename -- "$0" ||
15086 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15087 X"$0" : 'X\(//\)$' \| \
15088 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15090 sed '/^.*\/\([^/][^/]*\)\/*$/{
15104 # Avoid depending upon Character Ranges.
15105 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15106 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15107 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15108 as_cr_digits='0123456789'
15109 as_cr_alnum=$as_cr_Letters$as_cr_digits
15111 ECHO_C= ECHO_N= ECHO_T=
15112 case `echo -n x` in #(((((
15114 case `echo 'xy\c'` in
15115 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15117 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15124 rm -f conf$$ conf$$.exe conf$$.file
15125 if test -d conf$$.dir; then
15126 rm -f conf$$.dir/conf$$.file
15129 mkdir conf$$.dir 2>/dev/null
15131 if (echo >conf$$.file) 2>/dev/null; then
15132 if ln -s conf$$.file conf$$ 2>/dev/null; then
15134 # ... but there are two gotchas:
15135 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15136 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15137 # In both cases, we have to default to `cp -p'.
15138 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15140 elif ln conf$$.file conf$$ 2>/dev/null; then
15148 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15149 rmdir conf$$.dir 2>/dev/null
15154 # Create "$as_dir" as a directory, including parents if necessary.
15159 -*) as_dir=./$as_dir;;
15161 test -d "$as_dir" || eval $as_mkdir_p || {
15165 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15166 *) as_qdir=$as_dir;;
15168 as_dirs="'$as_qdir' $as_dirs"
15169 as_dir=`$as_dirname -- "$as_dir" ||
15170 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15171 X"$as_dir" : 'X\(//\)[^/]' \| \
15172 X"$as_dir" : 'X\(//\)$' \| \
15173 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15174 $as_echo X"$as_dir" |
15175 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15179 /^X\(\/\/\)[^/].*/{
15192 test -d "$as_dir" && break
15194 test -z "$as_dirs" || eval "mkdir $as_dirs"
15195 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15199 if mkdir -p . 2>/dev/null; then
15200 as_mkdir_p='mkdir -p "$as_dir"'
15202 test -d ./-p && rmdir ./-p
15206 if test -x / >/dev/null 2>&1; then
15207 as_test_x='test -x'
15209 if ls -dL / >/dev/null 2>&1; then
15216 if test -d "$1"; then
15222 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15223 ???[sx]*):;;*)false;;esac;fi
15227 as_executable_p=$as_test_x
15229 # Sed expression to map a string onto a valid CPP name.
15230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15232 # Sed expression to map a string onto a valid variable name.
15233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15237 ## ----------------------------------- ##
15238 ## Main body of $CONFIG_STATUS script. ##
15239 ## ----------------------------------- ##
15241 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15243 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15244 # Save the log message, to keep $0 and so on meaningful, and to
15245 # report actual input values of CONFIG_FILES etc. instead of their
15246 # values after options handling.
15248 This file was extended by libffi $as_me 3.0.11-rc2, which was
15249 generated by GNU Autoconf 2.68. Invocation command line was
15251 CONFIG_FILES = $CONFIG_FILES
15252 CONFIG_HEADERS = $CONFIG_HEADERS
15253 CONFIG_LINKS = $CONFIG_LINKS
15254 CONFIG_COMMANDS = $CONFIG_COMMANDS
15257 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15262 case $ac_config_files in *"
15263 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15266 case $ac_config_headers in *"
15267 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15271 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15272 # Files that config.status was made for.
15273 config_files="$ac_config_files"
15274 config_headers="$ac_config_headers"
15275 config_links="$ac_config_links"
15276 config_commands="$ac_config_commands"
15280 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15282 \`$as_me' instantiates files and other configuration actions
15283 from templates according to the current configuration. Unless the files
15284 and actions are specified as TAGs, all are instantiated by default.
15286 Usage: $0 [OPTION]... [TAG]...
15288 -h, --help print this help, then exit
15289 -V, --version print version number and configuration settings, then exit
15290 --config print configuration, then exit
15291 -q, --quiet, --silent
15292 do not print progress messages
15293 -d, --debug don't remove temporary files
15294 --recheck update $as_me by reconfiguring in the same conditions
15295 --file=FILE[:TEMPLATE]
15296 instantiate the configuration file FILE
15297 --header=FILE[:TEMPLATE]
15298 instantiate the configuration header FILE
15300 Configuration files:
15303 Configuration headers:
15306 Configuration links:
15309 Configuration commands:
15312 Report bugs to <http://github.com/atgreen/libffi/issues>."
15315 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15316 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15318 libffi config.status 3.0.11-rc2
15319 configured by $0, generated by GNU Autoconf 2.68,
15320 with options \\"\$ac_cs_config\\"
15322 Copyright (C) 2010 Free Software Foundation, Inc.
15323 This config.status script is free software; the Free Software Foundation
15324 gives unlimited permission to copy, distribute and modify it."
15331 test -n "\$AWK" || AWK=awk
15334 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15335 # The default lists apply if the user does not specify any file.
15341 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15342 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15346 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15358 # Handling of the options.
15359 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15361 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15362 $as_echo "$ac_cs_version"; exit ;;
15363 --config | --confi | --conf | --con | --co | --c )
15364 $as_echo "$ac_cs_config"; exit ;;
15365 --debug | --debu | --deb | --de | --d | -d )
15367 --file | --fil | --fi | --f )
15370 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15371 '') as_fn_error $? "missing file argument" ;;
15373 as_fn_append CONFIG_FILES " '$ac_optarg'"
15374 ac_need_defaults=false;;
15375 --header | --heade | --head | --hea )
15378 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15380 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15381 ac_need_defaults=false;;
15383 # Conflict between --help and --header
15384 as_fn_error $? "ambiguous option: \`$1'
15385 Try \`$0 --help' for more information.";;
15386 --help | --hel | -h )
15387 $as_echo "$ac_cs_usage"; exit ;;
15388 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15389 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15392 # This is an error.
15393 -*) as_fn_error $? "unrecognized option: \`$1'
15394 Try \`$0 --help' for more information." ;;
15396 *) as_fn_append ac_config_targets " $1"
15397 ac_need_defaults=false ;;
15403 ac_configure_extra_args=
15405 if $ac_cs_silent; then
15407 ac_configure_extra_args="$ac_configure_extra_args --silent"
15411 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15412 if \$ac_cs_recheck; then
15413 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15415 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15416 CONFIG_SHELL='$SHELL'
15417 export CONFIG_SHELL
15422 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15426 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15427 ## Running $as_me. ##
15433 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15437 ax_enable_builddir_srcdir="$srcdir" # $srcdir
15438 ax_enable_builddir_host="$HOST" # $HOST / $host
15439 ax_enable_builddir_version="$VERSION" # $VERSION
15440 ax_enable_builddir_package="$PACKAGE" # $PACKAGE
15441 ax_enable_builddir_auxdir="$ax_enable_builddir_auxdir" # $AUX
15442 ax_enable_builddir_sed="$ax_enable_builddir_sed" # $SED
15443 ax_enable_builddir="$ax_enable_builddir" # $SUB
15445 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15448 # The HP-UX ksh and POSIX shell print the target directory to stdout
15449 # if CDPATH is set.
15450 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15452 sed_quote_subst='$sed_quote_subst'
15453 double_quote_subst='$double_quote_subst'
15454 delay_variable_subst='$delay_variable_subst'
15455 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15456 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15457 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15458 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15459 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15460 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15461 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15462 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15463 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15464 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15465 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15466 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15467 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15468 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15469 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15470 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15471 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15472 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15473 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15474 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15475 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15476 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15477 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15478 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15479 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15480 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15481 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15482 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15483 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
15484 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
15485 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15486 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15487 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15488 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15489 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15490 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
15491 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
15492 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
15493 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
15494 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15495 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15496 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
15497 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15498 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15499 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15500 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15501 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15502 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15503 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15504 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15505 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15506 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15507 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15508 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15509 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15510 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"`'
15511 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
15512 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
15513 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15514 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15515 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15516 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15517 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15518 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15519 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15520 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15521 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
15522 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15523 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15524 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15525 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15526 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15527 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15528 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15529 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15530 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15531 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15532 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15533 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15534 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15535 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15536 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15537 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15538 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15539 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15540 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15541 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15542 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15543 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15544 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15545 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15546 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15547 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15548 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15549 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15550 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15551 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15552 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15553 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15554 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15555 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15556 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15557 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15558 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15559 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
15560 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15561 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15562 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15563 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15564 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15565 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15566 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15567 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15568 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15569 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15570 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15571 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15572 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15573 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15574 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15575 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15576 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15577 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15578 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15579 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15580 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15581 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15582 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15583 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15584 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15587 LTCFLAGS='$LTCFLAGS'
15588 compiler='$compiler_DEFAULT'
15590 # A function that is used when there is no print builtin or printf.
15591 func_fallback_echo ()
15593 eval 'cat <<_LTECHO_EOF
15598 # Quote evaled strings.
15612 deplibs_check_method \
15617 sharedlib_from_linklib_cmd \
15620 archiver_list_spec \
15626 lt_cv_sys_global_symbol_pipe \
15627 lt_cv_sys_global_symbol_to_cdecl \
15628 lt_cv_sys_global_symbol_to_c_name_address \
15629 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15630 nm_file_list_spec \
15631 lt_prog_compiler_no_builtin_flag \
15632 lt_prog_compiler_pic \
15633 lt_prog_compiler_wl \
15634 lt_prog_compiler_static \
15635 lt_cv_prog_compiler_c_o \
15644 export_dynamic_flag_spec \
15645 whole_archive_flag_spec \
15646 compiler_needs_object \
15648 allow_undefined_flag \
15649 no_undefined_flag \
15650 hardcode_libdir_flag_spec \
15651 hardcode_libdir_flag_spec_ld \
15652 hardcode_libdir_separator \
15656 variables_saved_for_relink \
15658 library_names_spec \
15660 install_override_mode \
15664 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15665 *[\\\\\\\`\\"\\\$]*)
15666 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15669 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15674 # Double-quote double-evaled strings.
15675 for var in reload_cmds \
15676 old_postinstall_cmds \
15677 old_postuninstall_cmds \
15679 extract_expsyms_cmds \
15680 old_archive_from_new_cmds \
15681 old_archive_from_expsyms_cmds \
15683 archive_expsym_cmds \
15685 module_expsym_cmds \
15686 export_symbols_cmds \
15690 postuninstall_cmds \
15692 sys_lib_search_path_spec \
15693 sys_lib_dlsearch_path_spec; do
15694 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15695 *[\\\\\\\`\\"\\\$]*)
15696 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15699 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15704 ac_aux_dir='$ac_aux_dir'
15705 xsi_shell='$xsi_shell'
15706 lt_shell_append='$lt_shell_append'
15708 # See if we are running on zsh, and set the options which allow our
15709 # commands through without removal of \ escapes INIT.
15710 if test -n "\${ZSH_VERSION+set}" ; then
15711 setopt NO_GLOB_SUBST
15717 TIMESTAMP='$TIMESTAMP'
15723 TARGETDIR="$TARGETDIR"
15727 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15729 # Handling of arguments.
15730 for ac_config_target in $ac_config_targets
15732 case $ac_config_target in
15733 "fficonfig.h") CONFIG_HEADERS="$CONFIG_HEADERS fficonfig.h" ;;
15734 "buildir") CONFIG_COMMANDS="$CONFIG_COMMANDS buildir" ;;
15735 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15736 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15737 "include") CONFIG_COMMANDS="$CONFIG_COMMANDS include" ;;
15738 "src") CONFIG_COMMANDS="$CONFIG_COMMANDS src" ;;
15739 "include/ffitarget.h") CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
15740 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
15741 "include/ffi.h") CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
15742 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15743 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
15744 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
15745 "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
15747 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15752 # If the user did not use the arguments to specify the items to instantiate,
15753 # then the envvar interface is used. Set only those that are not.
15754 # We use the long form for the default assignment because of an extremely
15755 # bizarre bug on SunOS 4.1.3.
15756 if $ac_need_defaults; then
15757 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15758 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15759 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15760 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15763 # Have a temporary directory for convenience. Make it in the build tree
15764 # simply because there is no reason against having it here, and in addition,
15765 # creating and moving files from /tmp can sometimes cause problems.
15766 # Hook for its removal unless debugging.
15767 # Note that there is a small window in which the directory will not be cleaned:
15768 # after its creation but before its name has been assigned to `$tmp'.
15772 trap 'exit_status=$?
15773 : "${ac_tmp:=$tmp}"
15774 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15776 trap 'as_fn_exit 1' 1 2 13 15
15778 # Create a (secure) tmp directory for tmp files.
15781 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15785 tmp=./conf$$-$RANDOM
15786 (umask 077 && mkdir "$tmp")
15787 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15790 # Set up the scripts for CONFIG_FILES section.
15791 # No need to generate them if there are no CONFIG_FILES.
15792 # This happens for instance with `./config.status config.h'.
15793 if test -n "$CONFIG_FILES"; then
15796 ac_cr=`echo X | tr X '\015'`
15797 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15798 # But we know of no other shell where ac_cr would be empty at this
15799 # point, so we can use a bashism as a fallback.
15800 if test "x$ac_cr" = x; then
15801 eval ac_cr=\$\'\\r\'
15803 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15804 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15807 ac_cs_awk_cr=$ac_cr
15810 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15815 echo "cat >conf$$subs.awk <<_ACEOF" &&
15816 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15818 } >conf$$subs.sh ||
15819 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15820 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15822 for ac_last_try in false false false false false :; do
15823 . ./conf$$subs.sh ||
15824 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15826 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15827 if test $ac_delim_n = $ac_delim_num; then
15829 elif $ac_last_try; then
15830 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15832 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15835 rm -f conf$$subs.sh
15837 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15838 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15842 s/^/S["/; s/!.*/"]=/
15852 s/\(.\{148\}\)..*/\1/
15854 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15859 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15866 s/\(.\{148\}\)..*/\1/
15868 s/["\\]/\\&/g; s/^/"/; s/$/"/
15872 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15877 ' <conf$$subs.awk | sed '
15882 ' >>$CONFIG_STATUS || ac_write_fail=1
15883 rm -f conf$$subs.awk
15884 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15886 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15887 for (key in S) S_is_set[key] = 1
15893 nfields = split(line, field, "@")
15895 len = length(field[1])
15896 for (i = 2; i < nfields; i++) {
15898 keylen = length(key)
15899 if (S_is_set[key]) {
15901 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15902 len += length(value) + length(field[++i])
15913 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15914 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15915 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15918 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15919 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15922 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15923 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15924 # trailing colons and then remove the whole line if VPATH becomes empty
15925 # (actually we leave an empty line to preserve line numbers).
15926 if test "x$srcdir" = x.; then
15927 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15945 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15946 fi # test -n "$CONFIG_FILES"
15948 # Set up the scripts for CONFIG_HEADERS section.
15949 # No need to generate them if there are no CONFIG_HEADERS.
15950 # This happens for instance with `./config.status Makefile'.
15951 if test -n "$CONFIG_HEADERS"; then
15952 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15956 # Transform confdefs.h into an awk script `defines.awk', embedded as
15957 # here-document in config.status, that substitutes the proper values into
15958 # config.h.in to produce config.h.
15960 # Create a delimiter string that does not exist in confdefs.h, to ease
15961 # handling of long lines.
15963 for ac_last_try in false false :; do
15964 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15965 if test -z "$ac_tt"; then
15967 elif $ac_last_try; then
15968 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15970 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15974 # For the awk script, D is an array of macro values keyed by name,
15975 # likewise P contains macro parameters if any. Preserve backslash
15976 # newline sequences.
15978 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15980 s/.\{148\}/&'"$ac_delim"'/g
15983 s/^[ ]*#[ ]*define[ ][ ]*/ /
15990 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15992 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15996 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15997 D["\1"]=" \3\\\\\\n"\\/p
15999 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16004 s/.\{148\}/&'"$ac_delim"'/g
16009 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16012 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16014 ' <confdefs.h | sed '
16015 s/'"$ac_delim"'/"\\\
16016 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16019 for (key in D) D_is_set[key] = 1
16022 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16024 split(line, arg, " ")
16025 if (arg[1] == "#") {
16029 defundef = substr(arg[1], 2)
16032 split(mac1, mac2, "(") #)
16034 prefix = substr(line, 1, index(line, defundef) - 1)
16035 if (D_is_set[macro]) {
16036 # Preserve the white space surrounding the "#".
16037 print prefix "define", macro P[macro] D[macro]
16040 # Replace #undef with comments. This is necessary, for example,
16041 # in the case of _POSIX_SOURCE, which is predefined and required
16042 # on some systems where configure will not decide to define it.
16043 if (defundef == "undef") {
16044 print "/*", prefix defundef, macro, "*/"
16052 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16053 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16054 fi # test -n "$CONFIG_HEADERS"
16057 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16062 :[FHLC]) ac_mode=$ac_tag; continue;;
16064 case $ac_mode$ac_tag in
16066 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16067 :[FH]-) ac_tag=-:-;;
16068 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16085 -) ac_f="$ac_tmp/stdin";;
16086 *) # Look for the file first in the build tree, then in the source tree
16087 # (if the path is not absolute). The absolute path cannot be DOS-style,
16088 # because $ac_f cannot contain `:'.
16092 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16094 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16096 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16097 as_fn_append ac_file_inputs " '$ac_f'"
16100 # Let's still pretend it is `configure' which instantiates (i.e., don't
16101 # use $as_me), people would be surprised to read:
16102 # /* config.h. Generated by config.status. */
16103 configure_input='Generated from '`
16104 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16106 if test x"$ac_file" != x-; then
16107 configure_input="$ac_file. $configure_input"
16108 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16109 $as_echo "$as_me: creating $ac_file" >&6;}
16111 # Neutralize special characters interpreted by sed in replacement strings.
16112 case $configure_input in #(
16113 *\&* | *\|* | *\\* )
16114 ac_sed_conf_input=`$as_echo "$configure_input" |
16115 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16116 *) ac_sed_conf_input=$configure_input;;
16120 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16121 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16126 ac_dir=`$as_dirname -- "$ac_file" ||
16127 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16128 X"$ac_file" : 'X\(//\)[^/]' \| \
16129 X"$ac_file" : 'X\(//\)$' \| \
16130 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16131 $as_echo X"$ac_file" |
16132 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16136 /^X\(\/\/\)[^/].*/{
16149 as_dir="$ac_dir"; as_fn_mkdir_p
16153 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16155 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16156 # A ".." for each directory in $ac_dir_suffix.
16157 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16158 case $ac_top_builddir_sub in
16159 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16160 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16163 ac_abs_top_builddir=$ac_pwd
16164 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16165 # for backward compatibility:
16166 ac_top_builddir=$ac_top_build_prefix
16169 .) # We are building in place.
16171 ac_top_srcdir=$ac_top_builddir_sub
16172 ac_abs_top_srcdir=$ac_pwd ;;
16173 [\\/]* | ?:[\\/]* ) # Absolute name.
16174 ac_srcdir=$srcdir$ac_dir_suffix;
16175 ac_top_srcdir=$srcdir
16176 ac_abs_top_srcdir=$srcdir ;;
16177 *) # Relative name.
16178 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16179 ac_top_srcdir=$ac_top_build_prefix$srcdir
16180 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16182 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16192 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16193 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16195 ac_MKDIR_P=$MKDIR_P
16197 [\\/$]* | ?:[\\/]* ) ;;
16198 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16203 # If the template does not know about datarootdir, expand it.
16204 # FIXME: This hack should be removed a few years after 2.60.
16205 ac_datarootdir_hack=; ac_datarootdir_seen=
16216 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16217 *datarootdir*) ac_datarootdir_seen=yes;;
16218 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16220 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16223 ac_datarootdir_hack='
16224 s&@datadir@&$datadir&g
16225 s&@docdir@&$docdir&g
16226 s&@infodir@&$infodir&g
16227 s&@localedir@&$localedir&g
16228 s&@mandir@&$mandir&g
16229 s&\\\${datarootdir}&$datarootdir&g' ;;
16233 # Neutralize VPATH when `$srcdir' = `.'.
16234 # Shell code in configure.ac might set extrasub.
16235 # FIXME: do we really want to maintain this feature?
16236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16237 ac_sed_extra="$ac_vpsub
16240 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16242 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16243 s|@configure_input@|$ac_sed_conf_input|;t t
16244 s&@top_builddir@&$ac_top_builddir_sub&;t t
16245 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16246 s&@srcdir@&$ac_srcdir&;t t
16247 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16248 s&@top_srcdir@&$ac_top_srcdir&;t t
16249 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16250 s&@builddir@&$ac_builddir&;t t
16251 s&@abs_builddir@&$ac_abs_builddir&;t t
16252 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16253 s&@INSTALL@&$ac_INSTALL&;t t
16254 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16255 $ac_datarootdir_hack
16257 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16258 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16260 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16261 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16262 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16263 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16265 which seems to be undefined. Please make sure it is defined" >&5
16266 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16267 which seems to be undefined. Please make sure it is defined" >&2;}
16269 rm -f "$ac_tmp/stdin"
16271 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16272 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16274 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16280 if test x"$ac_file" != x-; then
16282 $as_echo "/* $configure_input */" \
16283 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16284 } >"$ac_tmp/config.h" \
16285 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16286 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16287 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16288 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16291 mv "$ac_tmp/config.h" "$ac_file" \
16292 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16295 $as_echo "/* $configure_input */" \
16296 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16297 || as_fn_error $? "could not create -" "$LINENO" 5
16299 # Compute "$ac_file"'s index in $config_headers.
16302 for _am_header in $config_headers :; do
16303 case $_am_header in
16304 $_am_arg | $_am_arg:* )
16307 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16310 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16311 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16312 X"$_am_arg" : 'X\(//\)[^/]' \| \
16313 X"$_am_arg" : 'X\(//\)$' \| \
16314 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16315 $as_echo X"$_am_arg" |
16316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16320 /^X\(\/\/\)[^/].*/{
16332 s/.*/./; q'`/stamp-h$_am_stamp_count
16339 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16342 # Prefer the file from the source tree if names are identical.
16343 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16344 ac_source=$srcdir/$ac_source
16347 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16348 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16350 if test ! -r "$ac_source"; then
16351 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
16355 # Try a relative symlink, then a hard link, then a copy.
16357 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16358 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16360 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16361 ln "$ac_source" "$ac_file" 2>/dev/null ||
16362 cp -p "$ac_source" "$ac_file" ||
16363 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16366 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16367 $as_echo "$as_me: executing $ac_file commands" >&6;}
16372 case $ac_file$ac_mode in
16373 "buildir":C) ac_top_srcdir="$ax_enable_builddir_srcdir"
16374 if test ".$ax_enable_builddir" = ".." ; then
16375 if test -f "$top_srcdir/Makefile" ; then
16376 { $as_echo "$as_me:${as_lineno-$LINENO}: skipping top_srcdir/Makefile - left untouched" >&5
16377 $as_echo "$as_me: skipping top_srcdir/Makefile - left untouched" >&6;}
16379 { $as_echo "$as_me:${as_lineno-$LINENO}: skipping top_srcdir/Makefile - not created" >&5
16380 $as_echo "$as_me: skipping top_srcdir/Makefile - not created" >&6;}
16383 if test -f "$ac_top_srcdir/Makefile" ; then
16384 a=`grep "^VERSION " "$ac_top_srcdir/Makefile"` ; b=`grep "^VERSION " Makefile`
16385 test "$a" != "$b" && rm "$ac_top_srcdir/Makefile"
16387 if test -f "$ac_top_srcdir/Makefile" ; then
16388 echo "$ac_top_srcdir/Makefile : $ac_top_srcdir/Makefile.in" > $tmp/conftemp.mk
16389 echo " @ echo 'REMOVED,,,' >\$@" >> $tmp/conftemp.mk
16390 eval "${MAKE-make} -f $tmp/conftemp.mk 2>/dev/null >/dev/null"
16391 if grep '^REMOVED,,,' "$ac_top_srcdir/Makefile" >/dev/null
16392 then rm $ac_top_srcdir/Makefile ; fi
16393 cp $tmp/conftemp.mk $ac_top_srcdir/makefiles.mk~ ## DEBUGGING
16395 if test ! -f "$ac_top_srcdir/Makefile" ; then
16396 { $as_echo "$as_me:${as_lineno-$LINENO}: create top_srcdir/Makefile guessed from local Makefile" >&5
16397 $as_echo "$as_me: create top_srcdir/Makefile guessed from local Makefile" >&6;}
16398 x='`' ; cat >$tmp/conftemp.sed <<_EOF
16411 s/\\(\\n\\) /\\1 /g
16415 s/^srcdir *=.*/srcdir = ./
16416 s/^top_srcdir *=.*/top_srcdir = ./
16424 s/ \\([a-z][a-z-]*[a-zA-Z0-9]\\)\\([ :]\\)/ \\1 \\1-all\\2/g
16425 s/^\\([a-z][a-z-]*[a-zA-Z0-9]\\)\\([ :]\\)/\\1 \\1-all\\2/
16427 /^all all-all[ :]/i\\
16428 all-configured : all-all
16429 s/ [a-zA-Z0-9-]*-all [a-zA-Z0-9-]*-all-all//g
16432 @ HOST="\$(HOST)\" \\\\\\
16433 ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
16434 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
16435 ; use=$x basename "\$\@" -all $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
16436 ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq "0" ; then : \\\\\\
16437 ; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
16438 ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
16439 ; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
16440 ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16441 ; (cd "\$\$i" && test ! -f configure && \$(MAKE) \$\$use) || exit; done
16443 @ HOST="\$(HOST)\" \\\\\\
16444 ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
16445 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
16446 ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
16447 ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\
16448 ; if test "\$\$found" -eq "0" ; then : \\\\\\
16449 ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
16450 ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16451 ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\
16452 ; do test -f "\$\$f" && mv "\$\$f" \$(PUB). ; done ; break ; done
16453 /dist-[a-zA-Z0-9]*-all *:/a\\
16454 @ HOST="\$(HOST)\" \\\\\\
16455 ; test ".\$\$HOST" = "." && HOST=$x sh ./config.guess $x \\\\\\
16456 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
16457 ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
16458 ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\
16459 ; if test "\$\$found" -eq "0" ; then : \\\\\\
16460 ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
16461 ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16462 ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\
16463 ; do test -f "\$\$f" && mv "\$\$f" \$(PUB). ; done ; break ; done
16464 /distclean-all *:/a\\
16465 @ HOST="\$(HOST)\" \\\\\\
16466 ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
16467 ; BUILD=$x grep "^#### .*|" Makefile | sed -e 's/.*|//' $x \\\\\\
16468 ; use=$x basename "\$\@" -all $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
16469 ; echo "MAKE \$\$HOST : \$\$n * \$\@ (all local builds)" \\\\\\
16470 ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
16471 ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16472 ; echo "# rm -r \$\$i"; done ; echo "# (sleep 3)" ; sleep 3 \\\\\\
16473 ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16474 ; echo "\$\$i" | grep "^/" > /dev/null && continue \\\\\\
16475 ; echo "\$\$i" | grep "^../" > /dev/null && continue \\\\\\
16476 ; echo "rm -r \$\$i"; (rm -r "\$\$i") ; done ; rm Makefile
16478 cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefile.sed~" ## DEBUGGING
16479 $ax_enable_builddir_sed -f $tmp/conftemp.sed Makefile >$ac_top_srcdir/Makefile
16480 if test -f "$ac_top_srcdir/Makefile.mk" ; then
16481 { $as_echo "$as_me:${as_lineno-$LINENO}: extend top_srcdir/Makefile with top_srcdir/Makefile.mk" >&5
16482 $as_echo "$as_me: extend top_srcdir/Makefile with top_srcdir/Makefile.mk" >&6;}
16483 cat $ac_top_srcdir/Makefile.mk >>$ac_top_srcdir/Makefile
16485 echo "$xxxx CONFIGURATIONS FOR TOPLEVEL MAKEFILE: " >>$ac_top_srcdir/Makefile
16487 if grep '^; echo "MAKE ' $ac_top_srcdir/Makefile >/dev/null ; then
16488 { $as_echo "$as_me:${as_lineno-$LINENO}: buggy sed found - it deletes tab in \"a\" text parts" >&5
16489 $as_echo "$as_me: buggy sed found - it deletes tab in \"a\" text parts" >&6;}
16490 $ax_enable_builddir_sed -e '/^@ HOST=/s/^/ /' -e '/^; /s/^/ /' $ac_top_srcdir/Makefile \
16491 >$ac_top_srcdir/Makefile~
16492 (test -s $ac_top_srcdir/Makefile~ && mv $ac_top_srcdir/Makefile~ $ac_top_srcdir/Makefile) 2>/dev/null
16495 xxxx="\\#\\#\\#\\#"
16496 # echo "/^$xxxx *$ax_enable_builddir_host /d" >$tmp/conftemp.sed
16497 echo "s!^$xxxx [^|]* | *$ax_enable_builddir *\$!$xxxx ...... $ax_enable_builddir!" >$tmp/conftemp.sed
16498 $ax_enable_builddir_sed -f "$tmp/conftemp.sed" "$ac_top_srcdir/Makefile" >$tmp/mkfile.tmp
16499 cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefiles.sed~" ## DEBUGGING
16500 cp "$tmp/mkfile.tmp" "$ac_top_srcdir/makefiles.out~" ## DEBUGGING
16501 if cmp -s "$ac_top_srcdir/Makefile" "$tmp/mkfile.tmp" 2>/dev/null ; then
16502 { $as_echo "$as_me:${as_lineno-$LINENO}: keeping top_srcdir/Makefile from earlier configure" >&5
16503 $as_echo "$as_me: keeping top_srcdir/Makefile from earlier configure" >&6;}
16504 rm "$tmp/mkfile.tmp"
16506 { $as_echo "$as_me:${as_lineno-$LINENO}: reusing top_srcdir/Makefile from earlier configure" >&5
16507 $as_echo "$as_me: reusing top_srcdir/Makefile from earlier configure" >&6;}
16508 mv "$tmp/mkfile.tmp" "$ac_top_srcdir/Makefile"
16511 { $as_echo "$as_me:${as_lineno-$LINENO}: build in $ax_enable_builddir (HOST=$ax_enable_builddir_host)" >&5
16512 $as_echo "$as_me: build in $ax_enable_builddir (HOST=$ax_enable_builddir_host)" >&6;}
16514 echo "$xxxx" "$ax_enable_builddir_host" "|$ax_enable_builddir" >>$ac_top_srcdir/Makefile
16517 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16518 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16519 # are listed without --file. Let's play safe and only enable the eval
16520 # if we detect the quoting.
16521 case $CONFIG_FILES in
16522 *\'*) eval set x "$CONFIG_FILES" ;;
16523 *) set x $CONFIG_FILES ;;
16528 # Strip MF so we end up with the name of the file.
16529 mf=`echo "$mf" | sed -e 's/:.*$//'`
16530 # Check whether this is an Automake generated Makefile or not.
16531 # We used to match only the files named `Makefile.in', but
16532 # some people rename them; so instead we look at the file content.
16533 # Grep'ing the first line is not enough: some people post-process
16534 # each Makefile.in and add a new line on top of each file to say so.
16535 # Grep'ing the whole file is not good either: AIX grep has a line
16536 # limit of 2048, but all sed's we know have understand at least 4000.
16537 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16538 dirpart=`$as_dirname -- "$mf" ||
16539 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16540 X"$mf" : 'X\(//\)[^/]' \| \
16541 X"$mf" : 'X\(//\)$' \| \
16542 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16544 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16548 /^X\(\/\/\)[^/].*/{
16564 # Extract the definition of DEPDIR, am__include, and am__quote
16565 # from the Makefile without running `make'.
16566 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16567 test -z "$DEPDIR" && continue
16568 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16569 test -z "am__include" && continue
16570 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16571 # When using ansi2knr, U may be empty or an underscore; expand it
16572 U=`sed -n 's/^U = //p' < "$mf"`
16573 # Find all dependency output files, they are included files with
16574 # $(DEPDIR) in their names. We invoke sed twice because it is the
16575 # simplest approach to changing $(DEPDIR) to its actual value in the
16577 for file in `sed -n "
16578 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16579 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16580 # Make sure the directory exists.
16581 test -f "$dirpart/$file" && continue
16582 fdir=`$as_dirname -- "$file" ||
16583 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16584 X"$file" : 'X\(//\)[^/]' \| \
16585 X"$file" : 'X\(//\)$' \| \
16586 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16587 $as_echo X"$file" |
16588 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16592 /^X\(\/\/\)[^/].*/{
16605 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16606 # echo "creating $dirpart/$file"
16607 echo '# dummy' > "$dirpart/$file"
16614 # See if we are running on zsh, and set the options which allow our
16615 # commands through without removal of \ escapes.
16616 if test -n "${ZSH_VERSION+set}" ; then
16617 setopt NO_GLOB_SUBST
16620 cfgfile="${ofile}T"
16621 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16624 cat <<_LT_EOF >> "$cfgfile"
16627 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16628 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16629 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16630 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16632 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16633 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16635 # Written by Gordon Matzigkeit, 1996
16637 # This file is part of GNU Libtool.
16639 # GNU Libtool is free software; you can redistribute it and/or
16640 # modify it under the terms of the GNU General Public License as
16641 # published by the Free Software Foundation; either version 2 of
16642 # the License, or (at your option) any later version.
16644 # As a special exception to the GNU General Public License,
16645 # if you distribute this file as part of a program or library that
16646 # is built using GNU Libtool, you may include this file under the
16647 # same distribution terms that you use for the rest of that program.
16649 # GNU Libtool is distributed in the hope that it will be useful,
16650 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16651 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16652 # GNU General Public License for more details.
16654 # You should have received a copy of the GNU General Public License
16655 # along with GNU Libtool; see the file COPYING. If not, a copy
16656 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16657 # obtained by writing to the Free Software Foundation, Inc.,
16658 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16661 # The names of the tagged configurations supported by this script.
16664 # ### BEGIN LIBTOOL CONFIG
16666 # Which release of libtool.m4 was used?
16667 macro_version=$macro_version
16668 macro_revision=$macro_revision
16670 # Whether or not to build shared libraries.
16671 build_libtool_libs=$enable_shared
16673 # Whether or not to build static libraries.
16674 build_old_libs=$enable_static
16676 # What type of objects to build.
16679 # Whether or not to optimize for fast installation.
16680 fast_install=$enable_fast_install
16682 # Shell to use when invoking shell scripts.
16685 # An echo program that protects backslashes.
16689 host_alias=$host_alias
16693 # The build system.
16694 build_alias=$build_alias
16698 # A sed program that does not truncate output.
16701 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16702 Xsed="\$SED -e 1s/^X//"
16704 # A grep program that handles long lines.
16710 # A literal string matcher.
16713 # A BSD- or MS-compatible name lister.
16716 # Whether we need soft or hard links.
16719 # What is the maximum length of a command?
16720 max_cmd_len=$max_cmd_len
16722 # Object file suffix (normally "o").
16725 # Executable file suffix (normally "").
16728 # whether the shell understands "unset".
16731 # turn spaces into newlines.
16734 # turn newlines into spaces.
16737 # convert \$build file names to \$host format.
16738 to_host_file_cmd=$lt_cv_to_host_file_cmd
16740 # convert \$build files to toolchain format.
16741 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
16743 # An object symbol dumper.
16744 OBJDUMP=$lt_OBJDUMP
16746 # Method to check whether dependent libraries are shared objects.
16747 deplibs_check_method=$lt_deplibs_check_method
16749 # Command to use when deplibs_check_method = "file_magic".
16750 file_magic_cmd=$lt_file_magic_cmd
16752 # How to find potential files when deplibs_check_method = "file_magic".
16753 file_magic_glob=$lt_file_magic_glob
16755 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
16756 want_nocaseglob=$lt_want_nocaseglob
16758 # DLL creation program.
16759 DLLTOOL=$lt_DLLTOOL
16761 # Command to associate shared and link libraries.
16762 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
16767 # Flags to create an archive.
16768 AR_FLAGS=$lt_AR_FLAGS
16770 # How to feed a file listing to the archiver.
16771 archiver_list_spec=$lt_archiver_list_spec
16773 # A symbol stripping program.
16776 # Commands used to install an old-style archive.
16778 old_postinstall_cmds=$lt_old_postinstall_cmds
16779 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16781 # Whether to use a lock for old archive extraction.
16782 lock_old_archive_extraction=$lock_old_archive_extraction
16787 # LTCC compiler flags.
16788 LTCFLAGS=$lt_CFLAGS
16790 # Take the output of nm and produce a listing of raw symbols and C names.
16791 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16793 # Transform the output of nm in a proper C declaration.
16794 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16796 # Transform the output of nm in a C name address pair.
16797 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16799 # Transform the output of nm in a C name address pair when lib prefix is needed.
16800 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16802 # Specify filename containing input files for \$NM.
16803 nm_file_list_spec=$lt_nm_file_list_spec
16805 # The root where to search for dependent libraries,and in which our libraries should be installed.
16806 lt_sysroot=$lt_sysroot
16808 # The name of the directory that contains temporary libtool files.
16811 # Used to examine libraries when file_magic_cmd begins with "file".
16812 MAGIC_CMD=$MAGIC_CMD
16814 # Must we lock files when doing compilation?
16815 need_locks=$lt_need_locks
16818 MANIFEST_TOOL=$lt_MANIFEST_TOOL
16820 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16821 DSYMUTIL=$lt_DSYMUTIL
16823 # Tool to change global to local symbols on Mac OS X.
16826 # Tool to manipulate fat objects and archives on Mac OS X.
16829 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16832 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16833 OTOOL64=$lt_OTOOL64
16835 # Old archive suffix (normally "a").
16838 # Shared library suffix (normally ".so").
16839 shrext_cmds=$lt_shrext_cmds
16841 # The commands to extract the exported symbol list from a shared archive.
16842 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16844 # Variables whose values should be saved in libtool wrapper scripts and
16845 # restored at link time.
16846 variables_saved_for_relink=$lt_variables_saved_for_relink
16848 # Do we need the "lib" prefix for modules?
16849 need_lib_prefix=$need_lib_prefix
16851 # Do we need a version for libraries?
16852 need_version=$need_version
16854 # Library versioning type.
16855 version_type=$version_type
16857 # Shared library runtime path variable.
16858 runpath_var=$runpath_var
16860 # Shared library path variable.
16861 shlibpath_var=$shlibpath_var
16863 # Is shlibpath searched before the hard-coded library search path?
16864 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16866 # Format of library name prefix.
16867 libname_spec=$lt_libname_spec
16869 # List of archive names. First name is the real one, the rest are links.
16870 # The last name is the one that the linker finds with -lNAME
16871 library_names_spec=$lt_library_names_spec
16873 # The coded name of the library, if different from the real name.
16874 soname_spec=$lt_soname_spec
16876 # Permission mode override for installation of shared libraries.
16877 install_override_mode=$lt_install_override_mode
16879 # Command to use after installation of a shared archive.
16880 postinstall_cmds=$lt_postinstall_cmds
16882 # Command to use after uninstallation of a shared archive.
16883 postuninstall_cmds=$lt_postuninstall_cmds
16885 # Commands used to finish a libtool library installation in a directory.
16886 finish_cmds=$lt_finish_cmds
16888 # As "finish_cmds", except a single script fragment to be evaled but
16890 finish_eval=$lt_finish_eval
16892 # Whether we should hardcode library paths into libraries.
16893 hardcode_into_libs=$hardcode_into_libs
16895 # Compile-time system search path for libraries.
16896 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16898 # Run-time system search path for libraries.
16899 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16901 # Whether dlopen is supported.
16902 dlopen_support=$enable_dlopen
16904 # Whether dlopen of programs is supported.
16905 dlopen_self=$enable_dlopen_self
16907 # Whether dlopen of statically linked programs is supported.
16908 dlopen_self_static=$enable_dlopen_self_static
16910 # Commands to strip libraries.
16911 old_striplib=$lt_old_striplib
16912 striplib=$lt_striplib
16915 # The linker used to build libraries.
16918 # How to create reloadable object files.
16919 reload_flag=$lt_reload_flag
16920 reload_cmds=$lt_reload_cmds
16922 # Commands used to build an old-style archive.
16923 old_archive_cmds=$lt_old_archive_cmds
16925 # A language specific compiler.
16928 # Is the compiler the GNU compiler?
16931 # Compiler flag to turn off builtin functions.
16932 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16934 # Additional compiler flags for building library objects.
16935 pic_flag=$lt_lt_prog_compiler_pic
16937 # How to pass a linker flag through the compiler.
16938 wl=$lt_lt_prog_compiler_wl
16940 # Compiler flag to prevent dynamic linking.
16941 link_static_flag=$lt_lt_prog_compiler_static
16943 # Does compiler simultaneously support -c and -o options?
16944 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16946 # Whether or not to add -lc for building shared libraries.
16947 build_libtool_need_lc=$archive_cmds_need_lc
16949 # Whether or not to disallow shared libs when runtime libs are static.
16950 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16952 # Compiler flag to allow reflexive dlopens.
16953 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16955 # Compiler flag to generate shared objects directly from archives.
16956 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16958 # Whether the compiler copes with passing no objects directly.
16959 compiler_needs_object=$lt_compiler_needs_object
16961 # Create an old-style archive from a shared archive.
16962 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16964 # Create a temporary old-style archive to link instead of a shared archive.
16965 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16967 # Commands used to build a shared archive.
16968 archive_cmds=$lt_archive_cmds
16969 archive_expsym_cmds=$lt_archive_expsym_cmds
16971 # Commands used to build a loadable module if different from building
16972 # a shared archive.
16973 module_cmds=$lt_module_cmds
16974 module_expsym_cmds=$lt_module_expsym_cmds
16976 # Whether we are building with GNU ld or not.
16977 with_gnu_ld=$lt_with_gnu_ld
16979 # Flag that allows shared libraries with undefined symbols to be built.
16980 allow_undefined_flag=$lt_allow_undefined_flag
16982 # Flag that enforces no undefined symbols.
16983 no_undefined_flag=$lt_no_undefined_flag
16985 # Flag to hardcode \$libdir into a binary during linking.
16986 # This must work even if \$libdir does not exist
16987 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16989 # If ld is used when linking, flag to hardcode \$libdir into a binary
16990 # during linking. This must work even if \$libdir does not exist.
16991 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16993 # Whether we need a single "-rpath" flag with a separated argument.
16994 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16996 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16997 # DIR into the resulting binary.
16998 hardcode_direct=$hardcode_direct
17000 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17001 # DIR into the resulting binary and the resulting library dependency is
17002 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17003 # library is relocated.
17004 hardcode_direct_absolute=$hardcode_direct_absolute
17006 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17007 # into the resulting binary.
17008 hardcode_minus_L=$hardcode_minus_L
17010 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17011 # into the resulting binary.
17012 hardcode_shlibpath_var=$hardcode_shlibpath_var
17014 # Set to "yes" if building a shared library automatically hardcodes DIR
17015 # into the library and all subsequent libraries and executables linked
17017 hardcode_automatic=$hardcode_automatic
17019 # Set to yes if linker adds runtime paths of dependent libraries
17020 # to runtime path list.
17021 inherit_rpath=$inherit_rpath
17023 # Whether libtool must link a program against all its dependency libraries.
17024 link_all_deplibs=$link_all_deplibs
17026 # Set to "yes" if exported symbols are required.
17027 always_export_symbols=$always_export_symbols
17029 # The commands to list exported symbols.
17030 export_symbols_cmds=$lt_export_symbols_cmds
17032 # Symbols that should not be listed in the preloaded symbols.
17033 exclude_expsyms=$lt_exclude_expsyms
17035 # Symbols that must always be exported.
17036 include_expsyms=$lt_include_expsyms
17038 # Commands necessary for linking programs (against libraries) with templates.
17039 prelink_cmds=$lt_prelink_cmds
17041 # Commands necessary for finishing linking programs.
17042 postlink_cmds=$lt_postlink_cmds
17044 # Specify filename containing input files.
17045 file_list_spec=$lt_file_list_spec
17047 # How to hardcode a shared library path into an executable.
17048 hardcode_action=$hardcode_action
17050 # ### END LIBTOOL CONFIG
17056 cat <<\_LT_EOF >> "$cfgfile"
17057 # AIX sometimes has problems with the GCC collect2 program. For some
17058 # reason, if we set the COLLECT_NAMES environment variable, the problems
17059 # vanish in a puff of smoke.
17060 if test "X${COLLECT_NAMES+set}" != Xset; then
17062 export COLLECT_NAMES
17069 ltmain="$ac_aux_dir/ltmain.sh"
17072 # We use sed instead of cat because bash on DJGPP gets confused if
17073 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17074 # text mode, it properly converts lines to CR/LF. This bash problem
17075 # is reportedly fixed, but why not run on old versions too?
17076 sed '$q' "$ltmain" >> "$cfgfile" \
17077 || (rm -f "$cfgfile"; exit 1)
17079 if test x"$xsi_shell" = xyes; then
17080 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
17084 \ */*) func_dirname_result="${1%/*}${2}" ;;\
17085 \ * ) func_dirname_result="${3}" ;;\
17087 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
17088 && mv -f "$cfgfile.tmp" "$cfgfile" \
17089 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17090 test 0 -eq $? || _lt_function_replace_fail=:
17093 sed -e '/^func_basename ()$/,/^} # func_basename /c\
17096 \ func_basename_result="${1##*/}"\
17097 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
17098 && mv -f "$cfgfile.tmp" "$cfgfile" \
17099 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17100 test 0 -eq $? || _lt_function_replace_fail=:
17103 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
17104 func_dirname_and_basename ()\
17107 \ */*) func_dirname_result="${1%/*}${2}" ;;\
17108 \ * ) func_dirname_result="${3}" ;;\
17110 \ func_basename_result="${1##*/}"\
17111 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
17112 && mv -f "$cfgfile.tmp" "$cfgfile" \
17113 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17114 test 0 -eq $? || _lt_function_replace_fail=:
17117 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
17120 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
17121 \ # positional parameters, so assign one to ordinary parameter first.\
17122 \ func_stripname_result=${3}\
17123 \ func_stripname_result=${func_stripname_result#"${1}"}\
17124 \ func_stripname_result=${func_stripname_result%"${2}"}\
17125 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
17126 && mv -f "$cfgfile.tmp" "$cfgfile" \
17127 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17128 test 0 -eq $? || _lt_function_replace_fail=:
17131 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
17132 func_split_long_opt ()\
17134 \ func_split_long_opt_name=${1%%=*}\
17135 \ func_split_long_opt_arg=${1#*=}\
17136 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
17137 && mv -f "$cfgfile.tmp" "$cfgfile" \
17138 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17139 test 0 -eq $? || _lt_function_replace_fail=:
17142 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
17143 func_split_short_opt ()\
17145 \ func_split_short_opt_arg=${1#??}\
17146 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
17147 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
17148 && mv -f "$cfgfile.tmp" "$cfgfile" \
17149 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17150 test 0 -eq $? || _lt_function_replace_fail=:
17153 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
17157 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
17158 \ *) func_lo2o_result=${1} ;;\
17160 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
17161 && mv -f "$cfgfile.tmp" "$cfgfile" \
17162 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17163 test 0 -eq $? || _lt_function_replace_fail=:
17166 sed -e '/^func_xform ()$/,/^} # func_xform /c\
17169 func_xform_result=${1%.*}.lo\
17170 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
17171 && mv -f "$cfgfile.tmp" "$cfgfile" \
17172 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17173 test 0 -eq $? || _lt_function_replace_fail=:
17176 sed -e '/^func_arith ()$/,/^} # func_arith /c\
17179 func_arith_result=$(( $* ))\
17180 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
17181 && mv -f "$cfgfile.tmp" "$cfgfile" \
17182 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17183 test 0 -eq $? || _lt_function_replace_fail=:
17186 sed -e '/^func_len ()$/,/^} # func_len /c\
17189 func_len_result=${#1}\
17190 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
17191 && mv -f "$cfgfile.tmp" "$cfgfile" \
17192 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17193 test 0 -eq $? || _lt_function_replace_fail=:
17197 if test x"$lt_shell_append" = xyes; then
17198 sed -e '/^func_append ()$/,/^} # func_append /c\
17201 eval "${1}+=\\${2}"\
17202 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
17203 && mv -f "$cfgfile.tmp" "$cfgfile" \
17204 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17205 test 0 -eq $? || _lt_function_replace_fail=:
17208 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
17209 func_append_quoted ()\
17211 \ func_quote_for_eval "${2}"\
17212 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
17213 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
17214 && mv -f "$cfgfile.tmp" "$cfgfile" \
17215 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17216 test 0 -eq $? || _lt_function_replace_fail=:
17219 # Save a `func_append' function call where possible by direct use of '+='
17220 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
17221 && mv -f "$cfgfile.tmp" "$cfgfile" \
17222 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17223 test 0 -eq $? || _lt_function_replace_fail=:
17225 # Save a `func_append' function call even when '+=' is not available
17226 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
17227 && mv -f "$cfgfile.tmp" "$cfgfile" \
17228 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17229 test 0 -eq $? || _lt_function_replace_fail=:
17232 if test x"$_lt_function_replace_fail" = x":"; then
17233 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
17234 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
17238 mv -f "$cfgfile" "$ofile" ||
17239 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17243 "include":C) test -d include || mkdir include ;;
17245 test -d src || mkdir src
17246 test -d src/$TARGETDIR || mkdir src/$TARGETDIR
17255 ac_clean_files=$ac_clean_files_save
17257 test $ac_write_fail = 0 ||
17258 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17261 # configure is writing to config.log, and then calls config.status.
17262 # config.status does its own redirection, appending to config.log.
17263 # Unfortunately, on DOS this fails, as config.log is still kept open
17264 # by configure, so config.status won't be able to write to it; its
17265 # output is simply discarded. So we exec the FD to /dev/null,
17266 # effectively closing config.log, so it can be properly (re)opened and
17267 # appended to by config.status. When coming back to configure, we
17268 # need to make the FD available again.
17269 if test "$no_create" != yes; then
17271 ac_config_status_args=
17272 test "$silent" = yes &&
17273 ac_config_status_args="$ac_config_status_args --quiet"
17275 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17277 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17278 # would make configure fail if this is the last instruction.
17279 $ac_cs_success || as_fn_exit 1
17281 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17283 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}