correct PR numbers
[official-gcc.git] / libsanitizer / configure
blob5d393ca42f3b74563fd5264bb6b89e4695293ddc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for package-unused version-unused.
5 # Report bugs to <libsanitizer>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144 else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
150 esac
153 as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166 else
167 exitcode=1; echo positional parameters were not saved.
169 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
175 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
176 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
179 PATH=/empty FPATH=/empty; export PATH FPATH
180 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
181 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
182 test \$(( 1 + 1 )) = 2 || exit 1"
183 if (eval "$as_required") 2>/dev/null; then :
184 as_have_required=yes
185 else
186 as_have_required=no
188 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
190 else
191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
192 as_found=false
193 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
195 IFS=$as_save_IFS
196 test -z "$as_dir" && as_dir=.
197 as_found=:
198 case $as_dir in #(
200 for as_base in sh bash ksh sh5; do
201 # Try only shells that exist, to save several forks.
202 as_shell=$as_dir/$as_base
203 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
204 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 CONFIG_SHELL=$as_shell as_have_required=yes
206 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
207 break 2
210 done;;
211 esac
212 as_found=false
213 done
214 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
215 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
216 CONFIG_SHELL=$SHELL as_have_required=yes
217 fi; }
218 IFS=$as_save_IFS
221 if test "x$CONFIG_SHELL" != x; then :
222 # We cannot yet assume a decent shell, so we have to provide a
223 # neutralization value for shells without unset; and this also
224 # works around shells that cannot unset nonexistent variables.
225 BASH_ENV=/dev/null
226 ENV=/dev/null
227 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
228 export CONFIG_SHELL
229 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232 if test x$as_have_required = xno; then :
233 $as_echo "$0: This script requires a shell more modern than all"
234 $as_echo "$0: the shells that I found on your system."
235 if test x${ZSH_VERSION+set} = xset ; then
236 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
237 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
238 else
239 $as_echo "$0: Please tell bug-autoconf@gnu.org and libsanitizer about
240 $0: your system, including any error possibly output before
241 $0: this message. Then install a modern shell, or manually
242 $0: run the script under such a shell if you do have one."
244 exit 1
248 SHELL=${CONFIG_SHELL-/bin/sh}
249 export SHELL
250 # Unset more variables known to interfere with behavior of common tools.
251 CLICOLOR_FORCE= GREP_OPTIONS=
252 unset CLICOLOR_FORCE GREP_OPTIONS
254 ## --------------------- ##
255 ## M4sh Shell Functions. ##
256 ## --------------------- ##
257 # as_fn_unset VAR
258 # ---------------
259 # Portably unset VAR.
260 as_fn_unset ()
262 { eval $1=; unset $1;}
264 as_unset=as_fn_unset
266 # as_fn_set_status STATUS
267 # -----------------------
268 # Set $? to STATUS, without forking.
269 as_fn_set_status ()
271 return $1
272 } # as_fn_set_status
274 # as_fn_exit STATUS
275 # -----------------
276 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
277 as_fn_exit ()
279 set +e
280 as_fn_set_status $1
281 exit $1
282 } # as_fn_exit
284 # as_fn_mkdir_p
285 # -------------
286 # Create "$as_dir" as a directory, including parents if necessary.
287 as_fn_mkdir_p ()
290 case $as_dir in #(
291 -*) as_dir=./$as_dir;;
292 esac
293 test -d "$as_dir" || eval $as_mkdir_p || {
294 as_dirs=
295 while :; do
296 case $as_dir in #(
297 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 *) as_qdir=$as_dir;;
299 esac
300 as_dirs="'$as_qdir' $as_dirs"
301 as_dir=`$as_dirname -- "$as_dir" ||
302 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
303 X"$as_dir" : 'X\(//\)[^/]' \| \
304 X"$as_dir" : 'X\(//\)$' \| \
305 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
306 $as_echo X"$as_dir" |
307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
308 s//\1/
311 /^X\(\/\/\)[^/].*/{
312 s//\1/
315 /^X\(\/\/\)$/{
316 s//\1/
319 /^X\(\/\).*/{
320 s//\1/
323 s/.*/./; q'`
324 test -d "$as_dir" && break
325 done
326 test -z "$as_dirs" || eval "mkdir $as_dirs"
327 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
330 } # as_fn_mkdir_p
331 # as_fn_append VAR VALUE
332 # ----------------------
333 # Append the text in VALUE to the end of the definition contained in VAR. Take
334 # advantage of any shell optimizations that allow amortized linear growth over
335 # repeated appends, instead of the typical quadratic growth present in naive
336 # implementations.
337 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
338 eval 'as_fn_append ()
340 eval $1+=\$2
342 else
343 as_fn_append ()
345 eval $1=\$$1\$2
347 fi # as_fn_append
349 # as_fn_arith ARG...
350 # ------------------
351 # Perform arithmetic evaluation on the ARGs, and store the result in the
352 # global $as_val. Take advantage of shells that can avoid forks. The arguments
353 # must be portable across $(()) and expr.
354 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
355 eval 'as_fn_arith ()
357 as_val=$(( $* ))
359 else
360 as_fn_arith ()
362 as_val=`expr "$@" || test $? -eq 1`
364 fi # as_fn_arith
367 # as_fn_error ERROR [LINENO LOG_FD]
368 # ---------------------------------
369 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
370 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
371 # script with status $?, using 1 if that was 0.
372 as_fn_error ()
374 as_status=$?; test $as_status -eq 0 && as_status=1
375 if test "$3"; then
376 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
377 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
379 $as_echo "$as_me: error: $1" >&2
380 as_fn_exit $as_status
381 } # as_fn_error
383 if expr a : '\(a\)' >/dev/null 2>&1 &&
384 test "X`expr 00001 : '.*\(...\)'`" = X001; then
385 as_expr=expr
386 else
387 as_expr=false
390 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
391 as_basename=basename
392 else
393 as_basename=false
396 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
397 as_dirname=dirname
398 else
399 as_dirname=false
402 as_me=`$as_basename -- "$0" ||
403 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
404 X"$0" : 'X\(//\)$' \| \
405 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
406 $as_echo X/"$0" |
407 sed '/^.*\/\([^/][^/]*\)\/*$/{
408 s//\1/
411 /^X\/\(\/\/\)$/{
412 s//\1/
415 /^X\/\(\/\).*/{
416 s//\1/
419 s/.*/./; q'`
421 # Avoid depending upon Character Ranges.
422 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
423 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
424 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
425 as_cr_digits='0123456789'
426 as_cr_alnum=$as_cr_Letters$as_cr_digits
429 as_lineno_1=$LINENO as_lineno_1a=$LINENO
430 as_lineno_2=$LINENO as_lineno_2a=$LINENO
431 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
432 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
433 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
434 sed -n '
436 /[$]LINENO/=
437 ' <$as_myself |
438 sed '
439 s/[$]LINENO.*/&-/
440 t lineno
442 :lineno
444 :loop
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
446 t loop
447 s/-\n.*//
448 ' >$as_me.lineno &&
449 chmod +x "$as_me.lineno" ||
450 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
452 # Don't try to exec as it changes $[0], causing all sort of problems
453 # (the dirname of $[0] is not the place where we might find the
454 # original and so on. Autoconf is especially sensitive to this).
455 . "./$as_me.lineno"
456 # Exit status is that of the last command.
457 exit
460 ECHO_C= ECHO_N= ECHO_T=
461 case `echo -n x` in #(((((
462 -n*)
463 case `echo 'xy\c'` in
464 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
465 xy) ECHO_C='\c';;
466 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
467 ECHO_T=' ';;
468 esac;;
470 ECHO_N='-n';;
471 esac
473 rm -f conf$$ conf$$.exe conf$$.file
474 if test -d conf$$.dir; then
475 rm -f conf$$.dir/conf$$.file
476 else
477 rm -f conf$$.dir
478 mkdir conf$$.dir 2>/dev/null
480 if (echo >conf$$.file) 2>/dev/null; then
481 if ln -s conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s='ln -s'
483 # ... but there are two gotchas:
484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
485 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
486 # In both cases, we have to default to `cp -p'.
487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
488 as_ln_s='cp -p'
489 elif ln conf$$.file conf$$ 2>/dev/null; then
490 as_ln_s=ln
491 else
492 as_ln_s='cp -p'
494 else
495 as_ln_s='cp -p'
497 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498 rmdir conf$$.dir 2>/dev/null
500 if mkdir -p . 2>/dev/null; then
501 as_mkdir_p='mkdir -p "$as_dir"'
502 else
503 test -d ./-p && rmdir ./-p
504 as_mkdir_p=false
507 if test -x / >/dev/null 2>&1; then
508 as_test_x='test -x'
509 else
510 if ls -dL / >/dev/null 2>&1; then
511 as_ls_L_option=L
512 else
513 as_ls_L_option=
515 as_test_x='
516 eval sh -c '\''
517 if test -d "$1"; then
518 test -d "$1/.";
519 else
520 case $1 in #(
521 -*)set "./$1";;
522 esac;
523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
524 ???[sx]*):;;*)false;;esac;fi
525 '\'' sh
528 as_executable_p=$as_test_x
530 # Sed expression to map a string onto a valid CPP name.
531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
533 # Sed expression to map a string onto a valid variable name.
534 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536 SHELL=${CONFIG_SHELL-/bin/sh}
539 exec 7<&0 </dev/null 6>&1
541 # Name of the host.
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 # Initializations.
549 ac_default_prefix=/usr/local
550 ac_clean_files=
551 ac_config_libobj_dir=.
552 LIBOBJS=
553 cross_compiling=no
554 subdirs=
555 MFLAGS=
556 MAKEFLAGS=
558 # Identity of this package.
559 PACKAGE_NAME='package-unused'
560 PACKAGE_TARNAME='package-unused'
561 PACKAGE_VERSION='version-unused'
562 PACKAGE_STRING='package-unused version-unused'
563 PACKAGE_BUGREPORT='libsanitizer'
564 PACKAGE_URL=''
566 ac_unique_file="include/sanitizer/common_interface_defs.h"
567 # Factoring default headers for most tests.
568 ac_includes_default="\
569 #include <stdio.h>
570 #ifdef HAVE_SYS_TYPES_H
571 # include <sys/types.h>
572 #endif
573 #ifdef HAVE_SYS_STAT_H
574 # include <sys/stat.h>
575 #endif
576 #ifdef STDC_HEADERS
577 # include <stdlib.h>
578 # include <stddef.h>
579 #else
580 # ifdef HAVE_STDLIB_H
581 # include <stdlib.h>
582 # endif
583 #endif
584 #ifdef HAVE_STRING_H
585 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
586 # include <memory.h>
587 # endif
588 # include <string.h>
589 #endif
590 #ifdef HAVE_STRINGS_H
591 # include <strings.h>
592 #endif
593 #ifdef HAVE_INTTYPES_H
594 # include <inttypes.h>
595 #endif
596 #ifdef HAVE_STDINT_H
597 # include <stdint.h>
598 #endif
599 #ifdef HAVE_UNISTD_H
600 # include <unistd.h>
601 #endif"
603 ac_subst_vars='am__EXEEXT_FALSE
604 am__EXEEXT_TRUE
605 LTLIBOBJS
606 LIBOBJS
607 USING_MAC_INTERPOSE_FALSE
608 USING_MAC_INTERPOSE_TRUE
609 TSAN_SUPPORTED_FALSE
610 TSAN_SUPPORTED_TRUE
611 enable_static
612 enable_shared
613 CXXCPP
615 OTOOL64
616 OTOOL
617 LIPO
618 NMEDIT
619 DSYMUTIL
620 RANLIB
622 OBJDUMP
623 LN_S
625 ac_ct_DUMPBIN
626 DUMPBIN
628 FGREP
629 EGREP
630 GREP
632 LIBTOOL
633 am__fastdepCCAS_FALSE
634 am__fastdepCCAS_TRUE
635 CCASDEPMODE
636 CCASFLAGS
637 CCAS
638 am__fastdepCXX_FALSE
639 am__fastdepCXX_TRUE
640 CXXDEPMODE
641 ac_ct_CXX
642 CXXFLAGS
644 am__fastdepCC_FALSE
645 am__fastdepCC_TRUE
646 CCDEPMODE
647 AMDEPBACKSLASH
648 AMDEP_FALSE
649 AMDEP_TRUE
650 am__quote
651 am__include
652 DEPDIR
653 OBJEXT
654 EXEEXT
655 ac_ct_CC
656 CPPFLAGS
657 LDFLAGS
658 CFLAGS
660 toolexeclibdir
661 toolexecdir
662 MAINT
663 MAINTAINER_MODE_FALSE
664 MAINTAINER_MODE_TRUE
665 multi_basedir
666 am__untar
667 am__tar
668 AMTAR
669 am__leading_dot
670 SET_MAKE
672 mkdir_p
673 MKDIR_P
674 INSTALL_STRIP_PROGRAM
675 STRIP
676 install_sh
677 MAKEINFO
678 AUTOHEADER
679 AUTOMAKE
680 AUTOCONF
681 ACLOCAL
682 VERSION
683 PACKAGE
684 CYGPATH_W
685 am__isrc
686 INSTALL_DATA
687 INSTALL_SCRIPT
688 INSTALL_PROGRAM
689 LIBSTDCXX_RAW_CXX_LDFLAGS
690 LIBSTDCXX_RAW_CXX_CXXFLAGS
691 target_noncanonical
692 target_os
693 target_vendor
694 target_cpu
695 target
696 host_os
697 host_vendor
698 host_cpu
699 host
700 build_os
701 build_vendor
702 build_cpu
703 build
704 target_alias
705 host_alias
706 build_alias
707 LIBS
708 ECHO_T
709 ECHO_N
710 ECHO_C
711 DEFS
712 mandir
713 localedir
714 libdir
715 psdir
716 pdfdir
717 dvidir
718 htmldir
719 infodir
720 docdir
721 oldincludedir
722 includedir
723 localstatedir
724 sharedstatedir
725 sysconfdir
726 datadir
727 datarootdir
728 libexecdir
729 sbindir
730 bindir
731 program_transform_name
732 prefix
733 exec_prefix
734 PACKAGE_URL
735 PACKAGE_BUGREPORT
736 PACKAGE_STRING
737 PACKAGE_VERSION
738 PACKAGE_TARNAME
739 PACKAGE_NAME
740 PATH_SEPARATOR
741 SHELL'
742 ac_subst_files=''
743 ac_user_opts='
744 enable_option_checking
745 enable_version_specific_runtime_libs
746 enable_multilib
747 enable_maintainer_mode
748 enable_dependency_tracking
749 enable_shared
750 enable_static
751 with_pic
752 enable_fast_install
753 with_gnu_ld
754 enable_libtool_lock
756 ac_precious_vars='build_alias
757 host_alias
758 target_alias
760 CFLAGS
761 LDFLAGS
762 LIBS
763 CPPFLAGS
765 CXXFLAGS
767 CCAS
768 CCASFLAGS
770 CXXCPP'
773 # Initialize some variables set by options.
774 ac_init_help=
775 ac_init_version=false
776 ac_unrecognized_opts=
777 ac_unrecognized_sep=
778 # The variables have the same names as the options, with
779 # dashes changed to underlines.
780 cache_file=/dev/null
781 exec_prefix=NONE
782 no_create=
783 no_recursion=
784 prefix=NONE
785 program_prefix=NONE
786 program_suffix=NONE
787 program_transform_name=s,x,x,
788 silent=
789 site=
790 srcdir=
791 verbose=
792 x_includes=NONE
793 x_libraries=NONE
795 # Installation directory options.
796 # These are left unexpanded so users can "make install exec_prefix=/foo"
797 # and all the variables that are supposed to be based on exec_prefix
798 # by default will actually change.
799 # Use braces instead of parens because sh, perl, etc. also accept them.
800 # (The list follows the same order as the GNU Coding Standards.)
801 bindir='${exec_prefix}/bin'
802 sbindir='${exec_prefix}/sbin'
803 libexecdir='${exec_prefix}/libexec'
804 datarootdir='${prefix}/share'
805 datadir='${datarootdir}'
806 sysconfdir='${prefix}/etc'
807 sharedstatedir='${prefix}/com'
808 localstatedir='${prefix}/var'
809 includedir='${prefix}/include'
810 oldincludedir='/usr/include'
811 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
812 infodir='${datarootdir}/info'
813 htmldir='${docdir}'
814 dvidir='${docdir}'
815 pdfdir='${docdir}'
816 psdir='${docdir}'
817 libdir='${exec_prefix}/lib'
818 localedir='${datarootdir}/locale'
819 mandir='${datarootdir}/man'
821 ac_prev=
822 ac_dashdash=
823 for ac_option
825 # If the previous option needs an argument, assign it.
826 if test -n "$ac_prev"; then
827 eval $ac_prev=\$ac_option
828 ac_prev=
829 continue
832 case $ac_option in
833 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
834 *) ac_optarg=yes ;;
835 esac
837 # Accept the important Cygnus configure options, so we can diagnose typos.
839 case $ac_dashdash$ac_option in
841 ac_dashdash=yes ;;
843 -bindir | --bindir | --bindi | --bind | --bin | --bi)
844 ac_prev=bindir ;;
845 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
846 bindir=$ac_optarg ;;
848 -build | --build | --buil | --bui | --bu)
849 ac_prev=build_alias ;;
850 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
851 build_alias=$ac_optarg ;;
853 -cache-file | --cache-file | --cache-fil | --cache-fi \
854 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
855 ac_prev=cache_file ;;
856 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
857 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
858 cache_file=$ac_optarg ;;
860 --config-cache | -C)
861 cache_file=config.cache ;;
863 -datadir | --datadir | --datadi | --datad)
864 ac_prev=datadir ;;
865 -datadir=* | --datadir=* | --datadi=* | --datad=*)
866 datadir=$ac_optarg ;;
868 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
869 | --dataroo | --dataro | --datar)
870 ac_prev=datarootdir ;;
871 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
872 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
873 datarootdir=$ac_optarg ;;
875 -disable-* | --disable-*)
876 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
877 # Reject names that are not valid shell variable names.
878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
879 as_fn_error "invalid feature name: $ac_useropt"
880 ac_useropt_orig=$ac_useropt
881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882 case $ac_user_opts in
884 "enable_$ac_useropt"
885 "*) ;;
886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
887 ac_unrecognized_sep=', ';;
888 esac
889 eval enable_$ac_useropt=no ;;
891 -docdir | --docdir | --docdi | --doc | --do)
892 ac_prev=docdir ;;
893 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
894 docdir=$ac_optarg ;;
896 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
897 ac_prev=dvidir ;;
898 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
899 dvidir=$ac_optarg ;;
901 -enable-* | --enable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
910 "enable_$ac_useropt"
911 "*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=\$ac_optarg ;;
917 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
918 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
919 | --exec | --exe | --ex)
920 ac_prev=exec_prefix ;;
921 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
922 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
923 | --exec=* | --exe=* | --ex=*)
924 exec_prefix=$ac_optarg ;;
926 -gas | --gas | --ga | --g)
927 # Obsolete; use --with-gas.
928 with_gas=yes ;;
930 -help | --help | --hel | --he | -h)
931 ac_init_help=long ;;
932 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
933 ac_init_help=recursive ;;
934 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
935 ac_init_help=short ;;
937 -host | --host | --hos | --ho)
938 ac_prev=host_alias ;;
939 -host=* | --host=* | --hos=* | --ho=*)
940 host_alias=$ac_optarg ;;
942 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
943 ac_prev=htmldir ;;
944 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
945 | --ht=*)
946 htmldir=$ac_optarg ;;
948 -includedir | --includedir | --includedi | --included | --include \
949 | --includ | --inclu | --incl | --inc)
950 ac_prev=includedir ;;
951 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
952 | --includ=* | --inclu=* | --incl=* | --inc=*)
953 includedir=$ac_optarg ;;
955 -infodir | --infodir | --infodi | --infod | --info | --inf)
956 ac_prev=infodir ;;
957 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
958 infodir=$ac_optarg ;;
960 -libdir | --libdir | --libdi | --libd)
961 ac_prev=libdir ;;
962 -libdir=* | --libdir=* | --libdi=* | --libd=*)
963 libdir=$ac_optarg ;;
965 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
966 | --libexe | --libex | --libe)
967 ac_prev=libexecdir ;;
968 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
969 | --libexe=* | --libex=* | --libe=*)
970 libexecdir=$ac_optarg ;;
972 -localedir | --localedir | --localedi | --localed | --locale)
973 ac_prev=localedir ;;
974 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
975 localedir=$ac_optarg ;;
977 -localstatedir | --localstatedir | --localstatedi | --localstated \
978 | --localstate | --localstat | --localsta | --localst | --locals)
979 ac_prev=localstatedir ;;
980 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
981 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
982 localstatedir=$ac_optarg ;;
984 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
985 ac_prev=mandir ;;
986 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
987 mandir=$ac_optarg ;;
989 -nfp | --nfp | --nf)
990 # Obsolete; use --without-fp.
991 with_fp=no ;;
993 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
994 | --no-cr | --no-c | -n)
995 no_create=yes ;;
997 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
998 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
999 no_recursion=yes ;;
1001 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1002 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1003 | --oldin | --oldi | --old | --ol | --o)
1004 ac_prev=oldincludedir ;;
1005 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1006 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1007 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1008 oldincludedir=$ac_optarg ;;
1010 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1011 ac_prev=prefix ;;
1012 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1013 prefix=$ac_optarg ;;
1015 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1016 | --program-pre | --program-pr | --program-p)
1017 ac_prev=program_prefix ;;
1018 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1019 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1020 program_prefix=$ac_optarg ;;
1022 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1023 | --program-suf | --program-su | --program-s)
1024 ac_prev=program_suffix ;;
1025 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1026 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1027 program_suffix=$ac_optarg ;;
1029 -program-transform-name | --program-transform-name \
1030 | --program-transform-nam | --program-transform-na \
1031 | --program-transform-n | --program-transform- \
1032 | --program-transform | --program-transfor \
1033 | --program-transfo | --program-transf \
1034 | --program-trans | --program-tran \
1035 | --progr-tra | --program-tr | --program-t)
1036 ac_prev=program_transform_name ;;
1037 -program-transform-name=* | --program-transform-name=* \
1038 | --program-transform-nam=* | --program-transform-na=* \
1039 | --program-transform-n=* | --program-transform-=* \
1040 | --program-transform=* | --program-transfor=* \
1041 | --program-transfo=* | --program-transf=* \
1042 | --program-trans=* | --program-tran=* \
1043 | --progr-tra=* | --program-tr=* | --program-t=*)
1044 program_transform_name=$ac_optarg ;;
1046 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1047 ac_prev=pdfdir ;;
1048 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1049 pdfdir=$ac_optarg ;;
1051 -psdir | --psdir | --psdi | --psd | --ps)
1052 ac_prev=psdir ;;
1053 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1054 psdir=$ac_optarg ;;
1056 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1057 | -silent | --silent | --silen | --sile | --sil)
1058 silent=yes ;;
1060 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1061 ac_prev=sbindir ;;
1062 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1063 | --sbi=* | --sb=*)
1064 sbindir=$ac_optarg ;;
1066 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1067 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1068 | --sharedst | --shareds | --shared | --share | --shar \
1069 | --sha | --sh)
1070 ac_prev=sharedstatedir ;;
1071 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1072 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1073 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1074 | --sha=* | --sh=*)
1075 sharedstatedir=$ac_optarg ;;
1077 -site | --site | --sit)
1078 ac_prev=site ;;
1079 -site=* | --site=* | --sit=*)
1080 site=$ac_optarg ;;
1082 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1083 ac_prev=srcdir ;;
1084 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1085 srcdir=$ac_optarg ;;
1087 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1088 | --syscon | --sysco | --sysc | --sys | --sy)
1089 ac_prev=sysconfdir ;;
1090 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1091 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1092 sysconfdir=$ac_optarg ;;
1094 -target | --target | --targe | --targ | --tar | --ta | --t)
1095 ac_prev=target_alias ;;
1096 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1097 target_alias=$ac_optarg ;;
1099 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1100 verbose=yes ;;
1102 -version | --version | --versio | --versi | --vers | -V)
1103 ac_init_version=: ;;
1105 -with-* | --with-*)
1106 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1107 # Reject names that are not valid shell variable names.
1108 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1109 as_fn_error "invalid package name: $ac_useropt"
1110 ac_useropt_orig=$ac_useropt
1111 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1112 case $ac_user_opts in
1114 "with_$ac_useropt"
1115 "*) ;;
1116 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1117 ac_unrecognized_sep=', ';;
1118 esac
1119 eval with_$ac_useropt=\$ac_optarg ;;
1121 -without-* | --without-*)
1122 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1123 # Reject names that are not valid shell variable names.
1124 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1125 as_fn_error "invalid package name: $ac_useropt"
1126 ac_useropt_orig=$ac_useropt
1127 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1128 case $ac_user_opts in
1130 "with_$ac_useropt"
1131 "*) ;;
1132 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1133 ac_unrecognized_sep=', ';;
1134 esac
1135 eval with_$ac_useropt=no ;;
1137 --x)
1138 # Obsolete; use --with-x.
1139 with_x=yes ;;
1141 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1142 | --x-incl | --x-inc | --x-in | --x-i)
1143 ac_prev=x_includes ;;
1144 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1145 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1146 x_includes=$ac_optarg ;;
1148 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1149 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1150 ac_prev=x_libraries ;;
1151 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1152 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1153 x_libraries=$ac_optarg ;;
1155 -*) as_fn_error "unrecognized option: \`$ac_option'
1156 Try \`$0 --help' for more information."
1159 *=*)
1160 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1161 # Reject names that are not valid shell variable names.
1162 case $ac_envvar in #(
1163 '' | [0-9]* | *[!_$as_cr_alnum]* )
1164 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1165 esac
1166 eval $ac_envvar=\$ac_optarg
1167 export $ac_envvar ;;
1170 # FIXME: should be removed in autoconf 3.0.
1171 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1172 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1173 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1174 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1177 esac
1178 done
1180 if test -n "$ac_prev"; then
1181 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1182 as_fn_error "missing argument to $ac_option"
1185 if test -n "$ac_unrecognized_opts"; then
1186 case $enable_option_checking in
1187 no) ;;
1188 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1189 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1190 esac
1193 # Check all directory arguments for consistency.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 # Remove trailing slashes.
1201 case $ac_val in
1202 */ )
1203 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1204 eval $ac_var=\$ac_val;;
1205 esac
1206 # Be sure to have absolute directory names.
1207 case $ac_val in
1208 [\\/$]* | ?:[\\/]* ) continue;;
1209 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1210 esac
1211 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1212 done
1214 # There might be people who depend on the old broken behavior: `$host'
1215 # used to hold the argument of --host etc.
1216 # FIXME: To remove some day.
1217 build=$build_alias
1218 host=$host_alias
1219 target=$target_alias
1221 # FIXME: To remove some day.
1222 if test "x$host_alias" != x; then
1223 if test "x$build_alias" = x; then
1224 cross_compiling=maybe
1225 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1226 If a cross compiler is detected then cross compile mode will be used." >&2
1227 elif test "x$build_alias" != "x$host_alias"; then
1228 cross_compiling=yes
1232 ac_tool_prefix=
1233 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1235 test "$silent" = yes && exec 6>/dev/null
1238 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1239 ac_ls_di=`ls -di .` &&
1240 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1241 as_fn_error "working directory cannot be determined"
1242 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1243 as_fn_error "pwd does not report name of working directory"
1246 # Find the source files, if location was not specified.
1247 if test -z "$srcdir"; then
1248 ac_srcdir_defaulted=yes
1249 # Try the directory containing this script, then the parent directory.
1250 ac_confdir=`$as_dirname -- "$as_myself" ||
1251 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1252 X"$as_myself" : 'X\(//\)[^/]' \| \
1253 X"$as_myself" : 'X\(//\)$' \| \
1254 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1255 $as_echo X"$as_myself" |
1256 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1257 s//\1/
1260 /^X\(\/\/\)[^/].*/{
1261 s//\1/
1264 /^X\(\/\/\)$/{
1265 s//\1/
1268 /^X\(\/\).*/{
1269 s//\1/
1272 s/.*/./; q'`
1273 srcdir=$ac_confdir
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 srcdir=..
1277 else
1278 ac_srcdir_defaulted=no
1280 if test ! -r "$srcdir/$ac_unique_file"; then
1281 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1282 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1284 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1285 ac_abs_confdir=`(
1286 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1287 pwd)`
1288 # When building in place, set srcdir=.
1289 if test "$ac_abs_confdir" = "$ac_pwd"; then
1290 srcdir=.
1292 # Remove unnecessary trailing slashes from srcdir.
1293 # Double slashes in file names in object file debugging info
1294 # mess up M-x gdb in Emacs.
1295 case $srcdir in
1296 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1297 esac
1298 for ac_var in $ac_precious_vars; do
1299 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_env_${ac_var}_value=\$${ac_var}
1301 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1302 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1303 done
1306 # Report the --help message.
1308 if test "$ac_init_help" = "long"; then
1309 # Omit some internal or obsolete options to make the list less imposing.
1310 # This message is too long to be a string in the A/UX 3.1 sh.
1311 cat <<_ACEOF
1312 \`configure' configures package-unused version-unused to adapt to many kinds of systems.
1314 Usage: $0 [OPTION]... [VAR=VALUE]...
1316 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1317 VAR=VALUE. See below for descriptions of some of the useful variables.
1319 Defaults for the options are specified in brackets.
1321 Configuration:
1322 -h, --help display this help and exit
1323 --help=short display options specific to this package
1324 --help=recursive display the short help of all the included packages
1325 -V, --version display version information and exit
1326 -q, --quiet, --silent do not print \`checking...' messages
1327 --cache-file=FILE cache test results in FILE [disabled]
1328 -C, --config-cache alias for \`--cache-file=config.cache'
1329 -n, --no-create do not create output files
1330 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1332 Installation directories:
1333 --prefix=PREFIX install architecture-independent files in PREFIX
1334 [$ac_default_prefix]
1335 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1336 [PREFIX]
1338 By default, \`make install' will install all the files in
1339 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1340 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1341 for instance \`--prefix=\$HOME'.
1343 For better control, use the options below.
1345 Fine tuning of the installation directories:
1346 --bindir=DIR user executables [EPREFIX/bin]
1347 --sbindir=DIR system admin executables [EPREFIX/sbin]
1348 --libexecdir=DIR program executables [EPREFIX/libexec]
1349 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1350 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1351 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1352 --libdir=DIR object code libraries [EPREFIX/lib]
1353 --includedir=DIR C header files [PREFIX/include]
1354 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1355 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1356 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1357 --infodir=DIR info documentation [DATAROOTDIR/info]
1358 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1359 --mandir=DIR man documentation [DATAROOTDIR/man]
1360 --docdir=DIR documentation root [DATAROOTDIR/doc/package-unused]
1361 --htmldir=DIR html documentation [DOCDIR]
1362 --dvidir=DIR dvi documentation [DOCDIR]
1363 --pdfdir=DIR pdf documentation [DOCDIR]
1364 --psdir=DIR ps documentation [DOCDIR]
1365 _ACEOF
1367 cat <<\_ACEOF
1369 Program names:
1370 --program-prefix=PREFIX prepend PREFIX to installed program names
1371 --program-suffix=SUFFIX append SUFFIX to installed program names
1372 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1374 System types:
1375 --build=BUILD configure for building on BUILD [guessed]
1376 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1377 --target=TARGET configure for building compilers for TARGET [HOST]
1378 _ACEOF
1381 if test -n "$ac_init_help"; then
1382 case $ac_init_help in
1383 short | recursive ) echo "Configuration of package-unused version-unused:";;
1384 esac
1385 cat <<\_ACEOF
1387 Optional Features:
1388 --disable-option-checking ignore unrecognized --enable/--with options
1389 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1390 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1391 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
1392 --enable-multilib build many library versions (default)
1393 --enable-maintainer-mode enable make rules and dependencies not useful
1394 (and sometimes confusing) to the casual installer
1395 --disable-dependency-tracking speeds up one-time build
1396 --enable-dependency-tracking do not reject slow dependency extractors
1397 --enable-shared[=PKGS] build shared libraries [default=yes]
1398 --enable-static[=PKGS] build static libraries [default=yes]
1399 --enable-fast-install[=PKGS]
1400 optimize for fast installation [default=yes]
1401 --disable-libtool-lock avoid locking (might break parallel builds)
1403 Optional Packages:
1404 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1405 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1406 --with-pic try to use only PIC/non-PIC objects [default=use
1407 both]
1408 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1410 Some influential environment variables:
1411 CC C compiler command
1412 CFLAGS C compiler flags
1413 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1414 nonstandard directory <lib dir>
1415 LIBS libraries to pass to the linker, e.g. -l<library>
1416 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1417 you have headers in a nonstandard directory <include dir>
1418 CXX C++ compiler command
1419 CXXFLAGS C++ compiler flags
1420 CCAS assembler compiler command (defaults to CC)
1421 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1422 CPP C preprocessor
1423 CXXCPP C++ preprocessor
1425 Use these variables to override the choices made by `configure' or to help
1426 it to find libraries and programs with nonstandard names/locations.
1428 Report bugs to <libsanitizer>.
1429 _ACEOF
1430 ac_status=$?
1433 if test "$ac_init_help" = "recursive"; then
1434 # If there are subdirs, report their specific --help.
1435 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1436 test -d "$ac_dir" ||
1437 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1438 continue
1439 ac_builddir=.
1441 case "$ac_dir" in
1442 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1445 # A ".." for each directory in $ac_dir_suffix.
1446 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1447 case $ac_top_builddir_sub in
1448 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1449 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1450 esac ;;
1451 esac
1452 ac_abs_top_builddir=$ac_pwd
1453 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1454 # for backward compatibility:
1455 ac_top_builddir=$ac_top_build_prefix
1457 case $srcdir in
1458 .) # We are building in place.
1459 ac_srcdir=.
1460 ac_top_srcdir=$ac_top_builddir_sub
1461 ac_abs_top_srcdir=$ac_pwd ;;
1462 [\\/]* | ?:[\\/]* ) # Absolute name.
1463 ac_srcdir=$srcdir$ac_dir_suffix;
1464 ac_top_srcdir=$srcdir
1465 ac_abs_top_srcdir=$srcdir ;;
1466 *) # Relative name.
1467 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1468 ac_top_srcdir=$ac_top_build_prefix$srcdir
1469 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1470 esac
1471 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1473 cd "$ac_dir" || { ac_status=$?; continue; }
1474 # Check for guested configure.
1475 if test -f "$ac_srcdir/configure.gnu"; then
1476 echo &&
1477 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1478 elif test -f "$ac_srcdir/configure"; then
1479 echo &&
1480 $SHELL "$ac_srcdir/configure" --help=recursive
1481 else
1482 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1483 fi || ac_status=$?
1484 cd "$ac_pwd" || { ac_status=$?; break; }
1485 done
1488 test -n "$ac_init_help" && exit $ac_status
1489 if $ac_init_version; then
1490 cat <<\_ACEOF
1491 package-unused configure version-unused
1492 generated by GNU Autoconf 2.64
1494 Copyright (C) 2009 Free Software Foundation, Inc.
1495 This configure script is free software; the Free Software Foundation
1496 gives unlimited permission to copy, distribute and modify it.
1497 _ACEOF
1498 exit
1501 ## ------------------------ ##
1502 ## Autoconf initialization. ##
1503 ## ------------------------ ##
1505 # ac_fn_c_try_compile LINENO
1506 # --------------------------
1507 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1508 ac_fn_c_try_compile ()
1510 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1511 rm -f conftest.$ac_objext
1512 if { { ac_try="$ac_compile"
1513 case "(($ac_try" in
1514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1515 *) ac_try_echo=$ac_try;;
1516 esac
1517 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1518 $as_echo "$ac_try_echo"; } >&5
1519 (eval "$ac_compile") 2>conftest.err
1520 ac_status=$?
1521 if test -s conftest.err; then
1522 grep -v '^ *+' conftest.err >conftest.er1
1523 cat conftest.er1 >&5
1524 mv -f conftest.er1 conftest.err
1526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1527 test $ac_status = 0; } && {
1528 test -z "$ac_c_werror_flag" ||
1529 test ! -s conftest.err
1530 } && test -s conftest.$ac_objext; then :
1531 ac_retval=0
1532 else
1533 $as_echo "$as_me: failed program was:" >&5
1534 sed 's/^/| /' conftest.$ac_ext >&5
1536 ac_retval=1
1538 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1539 return $ac_retval
1541 } # ac_fn_c_try_compile
1543 # ac_fn_cxx_try_compile LINENO
1544 # ----------------------------
1545 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1546 ac_fn_cxx_try_compile ()
1548 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1549 rm -f conftest.$ac_objext
1550 if { { ac_try="$ac_compile"
1551 case "(($ac_try" in
1552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1553 *) ac_try_echo=$ac_try;;
1554 esac
1555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556 $as_echo "$ac_try_echo"; } >&5
1557 (eval "$ac_compile") 2>conftest.err
1558 ac_status=$?
1559 if test -s conftest.err; then
1560 grep -v '^ *+' conftest.err >conftest.er1
1561 cat conftest.er1 >&5
1562 mv -f conftest.er1 conftest.err
1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565 test $ac_status = 0; } && {
1566 test -z "$ac_cxx_werror_flag" ||
1567 test ! -s conftest.err
1568 } && test -s conftest.$ac_objext; then :
1569 ac_retval=0
1570 else
1571 $as_echo "$as_me: failed program was:" >&5
1572 sed 's/^/| /' conftest.$ac_ext >&5
1574 ac_retval=1
1576 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1577 return $ac_retval
1579 } # ac_fn_cxx_try_compile
1581 # ac_fn_c_try_link LINENO
1582 # -----------------------
1583 # Try to link conftest.$ac_ext, and return whether this succeeded.
1584 ac_fn_c_try_link ()
1586 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1587 rm -f conftest.$ac_objext conftest$ac_exeext
1588 if { { ac_try="$ac_link"
1589 case "(($ac_try" in
1590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1591 *) ac_try_echo=$ac_try;;
1592 esac
1593 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1594 $as_echo "$ac_try_echo"; } >&5
1595 (eval "$ac_link") 2>conftest.err
1596 ac_status=$?
1597 if test -s conftest.err; then
1598 grep -v '^ *+' conftest.err >conftest.er1
1599 cat conftest.er1 >&5
1600 mv -f conftest.er1 conftest.err
1602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1603 test $ac_status = 0; } && {
1604 test -z "$ac_c_werror_flag" ||
1605 test ! -s conftest.err
1606 } && test -s conftest$ac_exeext && {
1607 test "$cross_compiling" = yes ||
1608 $as_test_x conftest$ac_exeext
1609 }; then :
1610 ac_retval=0
1611 else
1612 $as_echo "$as_me: failed program was:" >&5
1613 sed 's/^/| /' conftest.$ac_ext >&5
1615 ac_retval=1
1617 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1618 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1619 # interfere with the next link command; also delete a directory that is
1620 # left behind by Apple's compiler. We do this before executing the actions.
1621 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1622 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1623 return $ac_retval
1625 } # ac_fn_c_try_link
1627 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1628 # -------------------------------------------------------
1629 # Tests whether HEADER exists and can be compiled using the include files in
1630 # INCLUDES, setting the cache variable VAR accordingly.
1631 ac_fn_c_check_header_compile ()
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1635 $as_echo_n "checking for $2... " >&6; }
1636 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1637 $as_echo_n "(cached) " >&6
1638 else
1639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1640 /* end confdefs.h. */
1642 #include <$2>
1643 _ACEOF
1644 if ac_fn_c_try_compile "$LINENO"; then :
1645 eval "$3=yes"
1646 else
1647 eval "$3=no"
1649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1651 eval ac_res=\$$3
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1653 $as_echo "$ac_res" >&6; }
1654 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1656 } # ac_fn_c_check_header_compile
1658 # ac_fn_c_try_cpp LINENO
1659 # ----------------------
1660 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1661 ac_fn_c_try_cpp ()
1663 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1664 if { { ac_try="$ac_cpp conftest.$ac_ext"
1665 case "(($ac_try" in
1666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1667 *) ac_try_echo=$ac_try;;
1668 esac
1669 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1670 $as_echo "$ac_try_echo"; } >&5
1671 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1672 ac_status=$?
1673 if test -s conftest.err; then
1674 grep -v '^ *+' conftest.err >conftest.er1
1675 cat conftest.er1 >&5
1676 mv -f conftest.er1 conftest.err
1678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1679 test $ac_status = 0; } >/dev/null && {
1680 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1681 test ! -s conftest.err
1682 }; then :
1683 ac_retval=0
1684 else
1685 $as_echo "$as_me: failed program was:" >&5
1686 sed 's/^/| /' conftest.$ac_ext >&5
1688 ac_retval=1
1690 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1691 return $ac_retval
1693 } # ac_fn_c_try_cpp
1695 # ac_fn_c_try_run LINENO
1696 # ----------------------
1697 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1698 # that executables *can* be run.
1699 ac_fn_c_try_run ()
1701 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1702 if { { ac_try="$ac_link"
1703 case "(($ac_try" in
1704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1705 *) ac_try_echo=$ac_try;;
1706 esac
1707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1708 $as_echo "$ac_try_echo"; } >&5
1709 (eval "$ac_link") 2>&5
1710 ac_status=$?
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1713 { { case "(($ac_try" in
1714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1715 *) ac_try_echo=$ac_try;;
1716 esac
1717 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1718 $as_echo "$ac_try_echo"; } >&5
1719 (eval "$ac_try") 2>&5
1720 ac_status=$?
1721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1722 test $ac_status = 0; }; }; then :
1723 ac_retval=0
1724 else
1725 $as_echo "$as_me: program exited with status $ac_status" >&5
1726 $as_echo "$as_me: failed program was:" >&5
1727 sed 's/^/| /' conftest.$ac_ext >&5
1729 ac_retval=$ac_status
1731 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733 return $ac_retval
1735 } # ac_fn_c_try_run
1737 # ac_fn_c_check_func LINENO FUNC VAR
1738 # ----------------------------------
1739 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1740 ac_fn_c_check_func ()
1742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1744 $as_echo_n "checking for $2... " >&6; }
1745 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1746 $as_echo_n "(cached) " >&6
1747 else
1748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749 /* end confdefs.h. */
1750 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1752 #define $2 innocuous_$2
1754 /* System header to define __stub macros and hopefully few prototypes,
1755 which can conflict with char $2 (); below.
1756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1757 <limits.h> exists even on freestanding compilers. */
1759 #ifdef __STDC__
1760 # include <limits.h>
1761 #else
1762 # include <assert.h>
1763 #endif
1765 #undef $2
1767 /* Override any GCC internal prototype to avoid an error.
1768 Use char because int might match the return type of a GCC
1769 builtin and then its argument prototype would still apply. */
1770 #ifdef __cplusplus
1771 extern "C"
1772 #endif
1773 char $2 ();
1774 /* The GNU C library defines this for functions which it implements
1775 to always fail with ENOSYS. Some functions are actually named
1776 something starting with __ and the normal name is an alias. */
1777 #if defined __stub_$2 || defined __stub___$2
1778 choke me
1779 #endif
1782 main ()
1784 return $2 ();
1786 return 0;
1788 _ACEOF
1789 if ac_fn_c_try_link "$LINENO"; then :
1790 eval "$3=yes"
1791 else
1792 eval "$3=no"
1794 rm -f core conftest.err conftest.$ac_objext \
1795 conftest$ac_exeext conftest.$ac_ext
1797 eval ac_res=\$$3
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1799 $as_echo "$ac_res" >&6; }
1800 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1802 } # ac_fn_c_check_func
1804 # ac_fn_cxx_try_cpp LINENO
1805 # ------------------------
1806 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1807 ac_fn_cxx_try_cpp ()
1809 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1810 if { { ac_try="$ac_cpp conftest.$ac_ext"
1811 case "(($ac_try" in
1812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1813 *) ac_try_echo=$ac_try;;
1814 esac
1815 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1816 $as_echo "$ac_try_echo"; } >&5
1817 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1818 ac_status=$?
1819 if test -s conftest.err; then
1820 grep -v '^ *+' conftest.err >conftest.er1
1821 cat conftest.er1 >&5
1822 mv -f conftest.er1 conftest.err
1824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1825 test $ac_status = 0; } >/dev/null && {
1826 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1827 test ! -s conftest.err
1828 }; then :
1829 ac_retval=0
1830 else
1831 $as_echo "$as_me: failed program was:" >&5
1832 sed 's/^/| /' conftest.$ac_ext >&5
1834 ac_retval=1
1836 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1837 return $ac_retval
1839 } # ac_fn_cxx_try_cpp
1841 # ac_fn_cxx_try_link LINENO
1842 # -------------------------
1843 # Try to link conftest.$ac_ext, and return whether this succeeded.
1844 ac_fn_cxx_try_link ()
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 rm -f conftest.$ac_objext conftest$ac_exeext
1848 if { { ac_try="$ac_link"
1849 case "(($ac_try" in
1850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1851 *) ac_try_echo=$ac_try;;
1852 esac
1853 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854 $as_echo "$ac_try_echo"; } >&5
1855 (eval "$ac_link") 2>conftest.err
1856 ac_status=$?
1857 if test -s conftest.err; then
1858 grep -v '^ *+' conftest.err >conftest.er1
1859 cat conftest.er1 >&5
1860 mv -f conftest.er1 conftest.err
1862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863 test $ac_status = 0; } && {
1864 test -z "$ac_cxx_werror_flag" ||
1865 test ! -s conftest.err
1866 } && test -s conftest$ac_exeext && {
1867 test "$cross_compiling" = yes ||
1868 $as_test_x conftest$ac_exeext
1869 }; then :
1870 ac_retval=0
1871 else
1872 $as_echo "$as_me: failed program was:" >&5
1873 sed 's/^/| /' conftest.$ac_ext >&5
1875 ac_retval=1
1877 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1878 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1879 # interfere with the next link command; also delete a directory that is
1880 # left behind by Apple's compiler. We do this before executing the actions.
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1883 return $ac_retval
1885 } # ac_fn_cxx_try_link
1887 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1888 # --------------------------------------------
1889 # Tries to find the compile-time value of EXPR in a program that includes
1890 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1891 # computed
1892 ac_fn_c_compute_int ()
1894 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1895 if test "$cross_compiling" = yes; then
1896 # Depending upon the size, compute the lo and hi bounds.
1897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1898 /* end confdefs.h. */
1901 main ()
1903 static int test_array [1 - 2 * !(($2) >= 0)];
1904 test_array [0] = 0
1907 return 0;
1909 _ACEOF
1910 if ac_fn_c_try_compile "$LINENO"; then :
1911 ac_lo=0 ac_mid=0
1912 while :; do
1913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1914 /* end confdefs.h. */
1917 main ()
1919 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1920 test_array [0] = 0
1923 return 0;
1925 _ACEOF
1926 if ac_fn_c_try_compile "$LINENO"; then :
1927 ac_hi=$ac_mid; break
1928 else
1929 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1930 if test $ac_lo -le $ac_mid; then
1931 ac_lo= ac_hi=
1932 break
1934 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1937 done
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1943 main ()
1945 static int test_array [1 - 2 * !(($2) < 0)];
1946 test_array [0] = 0
1949 return 0;
1951 _ACEOF
1952 if ac_fn_c_try_compile "$LINENO"; then :
1953 ac_hi=-1 ac_mid=-1
1954 while :; do
1955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1956 /* end confdefs.h. */
1959 main ()
1961 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1962 test_array [0] = 0
1965 return 0;
1967 _ACEOF
1968 if ac_fn_c_try_compile "$LINENO"; then :
1969 ac_lo=$ac_mid; break
1970 else
1971 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1972 if test $ac_mid -le $ac_hi; then
1973 ac_lo= ac_hi=
1974 break
1976 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1979 done
1980 else
1981 ac_lo= ac_hi=
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1986 # Binary search between lo and hi bounds.
1987 while test "x$ac_lo" != "x$ac_hi"; do
1988 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1990 /* end confdefs.h. */
1993 main ()
1995 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1996 test_array [0] = 0
1999 return 0;
2001 _ACEOF
2002 if ac_fn_c_try_compile "$LINENO"; then :
2003 ac_hi=$ac_mid
2004 else
2005 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2008 done
2009 case $ac_lo in #((
2010 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2011 '') ac_retval=1 ;;
2012 esac
2013 else
2014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015 /* end confdefs.h. */
2017 static long int longval () { return $2; }
2018 static unsigned long int ulongval () { return $2; }
2019 #include <stdio.h>
2020 #include <stdlib.h>
2022 main ()
2025 FILE *f = fopen ("conftest.val", "w");
2026 if (! f)
2027 return 1;
2028 if (($2) < 0)
2030 long int i = longval ();
2031 if (i != ($2))
2032 return 1;
2033 fprintf (f, "%ld", i);
2035 else
2037 unsigned long int i = ulongval ();
2038 if (i != ($2))
2039 return 1;
2040 fprintf (f, "%lu", i);
2042 /* Do not output a trailing newline, as this causes \r\n confusion
2043 on some platforms. */
2044 return ferror (f) || fclose (f) != 0;
2047 return 0;
2049 _ACEOF
2050 if ac_fn_c_try_run "$LINENO"; then :
2051 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2052 else
2053 ac_retval=1
2055 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2056 conftest.$ac_objext conftest.beam conftest.$ac_ext
2057 rm -f conftest.val
2060 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2061 return $ac_retval
2063 } # ac_fn_c_compute_int
2064 cat >config.log <<_ACEOF
2065 This file contains any messages produced by compilers while
2066 running configure, to aid debugging if configure makes a mistake.
2068 It was created by package-unused $as_me version-unused, which was
2069 generated by GNU Autoconf 2.64. Invocation command line was
2071 $ $0 $@
2073 _ACEOF
2074 exec 5>>config.log
2076 cat <<_ASUNAME
2077 ## --------- ##
2078 ## Platform. ##
2079 ## --------- ##
2081 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2082 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2083 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2084 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2085 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2087 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2088 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2090 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2091 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2092 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2093 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2094 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2095 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2096 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2098 _ASUNAME
2100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2101 for as_dir in $PATH
2103 IFS=$as_save_IFS
2104 test -z "$as_dir" && as_dir=.
2105 $as_echo "PATH: $as_dir"
2106 done
2107 IFS=$as_save_IFS
2109 } >&5
2111 cat >&5 <<_ACEOF
2114 ## ----------- ##
2115 ## Core tests. ##
2116 ## ----------- ##
2118 _ACEOF
2121 # Keep a trace of the command line.
2122 # Strip out --no-create and --no-recursion so they do not pile up.
2123 # Strip out --silent because we don't want to record it for future runs.
2124 # Also quote any args containing shell meta-characters.
2125 # Make two passes to allow for proper duplicate-argument suppression.
2126 ac_configure_args=
2127 ac_configure_args0=
2128 ac_configure_args1=
2129 ac_must_keep_next=false
2130 for ac_pass in 1 2
2132 for ac_arg
2134 case $ac_arg in
2135 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2136 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2137 | -silent | --silent | --silen | --sile | --sil)
2138 continue ;;
2139 *\'*)
2140 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2141 esac
2142 case $ac_pass in
2143 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2145 as_fn_append ac_configure_args1 " '$ac_arg'"
2146 if test $ac_must_keep_next = true; then
2147 ac_must_keep_next=false # Got value, back to normal.
2148 else
2149 case $ac_arg in
2150 *=* | --config-cache | -C | -disable-* | --disable-* \
2151 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2152 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2153 | -with-* | --with-* | -without-* | --without-* | --x)
2154 case "$ac_configure_args0 " in
2155 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2156 esac
2158 -* ) ac_must_keep_next=true ;;
2159 esac
2161 as_fn_append ac_configure_args " '$ac_arg'"
2163 esac
2164 done
2165 done
2166 { ac_configure_args0=; unset ac_configure_args0;}
2167 { ac_configure_args1=; unset ac_configure_args1;}
2169 # When interrupted or exit'd, cleanup temporary files, and complete
2170 # config.log. We remove comments because anyway the quotes in there
2171 # would cause problems or look ugly.
2172 # WARNING: Use '\'' to represent an apostrophe within the trap.
2173 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2174 trap 'exit_status=$?
2175 # Save into config.log some information that might help in debugging.
2177 echo
2179 cat <<\_ASBOX
2180 ## ---------------- ##
2181 ## Cache variables. ##
2182 ## ---------------- ##
2183 _ASBOX
2184 echo
2185 # The following way of writing the cache mishandles newlines in values,
2187 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2188 eval ac_val=\$$ac_var
2189 case $ac_val in #(
2190 *${as_nl}*)
2191 case $ac_var in #(
2192 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2193 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2194 esac
2195 case $ac_var in #(
2196 _ | IFS | as_nl) ;; #(
2197 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2198 *) { eval $ac_var=; unset $ac_var;} ;;
2199 esac ;;
2200 esac
2201 done
2202 (set) 2>&1 |
2203 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2204 *${as_nl}ac_space=\ *)
2205 sed -n \
2206 "s/'\''/'\''\\\\'\'''\''/g;
2207 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2208 ;; #(
2210 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2212 esac |
2213 sort
2215 echo
2217 cat <<\_ASBOX
2218 ## ----------------- ##
2219 ## Output variables. ##
2220 ## ----------------- ##
2221 _ASBOX
2222 echo
2223 for ac_var in $ac_subst_vars
2225 eval ac_val=\$$ac_var
2226 case $ac_val in
2227 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2228 esac
2229 $as_echo "$ac_var='\''$ac_val'\''"
2230 done | sort
2231 echo
2233 if test -n "$ac_subst_files"; then
2234 cat <<\_ASBOX
2235 ## ------------------- ##
2236 ## File substitutions. ##
2237 ## ------------------- ##
2238 _ASBOX
2239 echo
2240 for ac_var in $ac_subst_files
2242 eval ac_val=\$$ac_var
2243 case $ac_val in
2244 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2245 esac
2246 $as_echo "$ac_var='\''$ac_val'\''"
2247 done | sort
2248 echo
2251 if test -s confdefs.h; then
2252 cat <<\_ASBOX
2253 ## ----------- ##
2254 ## confdefs.h. ##
2255 ## ----------- ##
2256 _ASBOX
2257 echo
2258 cat confdefs.h
2259 echo
2261 test "$ac_signal" != 0 &&
2262 $as_echo "$as_me: caught signal $ac_signal"
2263 $as_echo "$as_me: exit $exit_status"
2264 } >&5
2265 rm -f core *.core core.conftest.* &&
2266 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2267 exit $exit_status
2269 for ac_signal in 1 2 13 15; do
2270 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2271 done
2272 ac_signal=0
2274 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2275 rm -f -r conftest* confdefs.h
2277 $as_echo "/* confdefs.h */" > confdefs.h
2279 # Predefined preprocessor variables.
2281 cat >>confdefs.h <<_ACEOF
2282 #define PACKAGE_NAME "$PACKAGE_NAME"
2283 _ACEOF
2285 cat >>confdefs.h <<_ACEOF
2286 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2287 _ACEOF
2289 cat >>confdefs.h <<_ACEOF
2290 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2291 _ACEOF
2293 cat >>confdefs.h <<_ACEOF
2294 #define PACKAGE_STRING "$PACKAGE_STRING"
2295 _ACEOF
2297 cat >>confdefs.h <<_ACEOF
2298 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2299 _ACEOF
2301 cat >>confdefs.h <<_ACEOF
2302 #define PACKAGE_URL "$PACKAGE_URL"
2303 _ACEOF
2306 # Let the site file select an alternate cache file if it wants to.
2307 # Prefer an explicitly selected file to automatically selected ones.
2308 ac_site_file1=NONE
2309 ac_site_file2=NONE
2310 if test -n "$CONFIG_SITE"; then
2311 ac_site_file1=$CONFIG_SITE
2312 elif test "x$prefix" != xNONE; then
2313 ac_site_file1=$prefix/share/config.site
2314 ac_site_file2=$prefix/etc/config.site
2315 else
2316 ac_site_file1=$ac_default_prefix/share/config.site
2317 ac_site_file2=$ac_default_prefix/etc/config.site
2319 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2321 test "x$ac_site_file" = xNONE && continue
2322 if test -r "$ac_site_file"; then
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2324 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2325 sed 's/^/| /' "$ac_site_file" >&5
2326 . "$ac_site_file"
2328 done
2330 if test -r "$cache_file"; then
2331 # Some versions of bash will fail to source /dev/null (special
2332 # files actually), so we avoid doing that.
2333 if test -f "$cache_file"; then
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2335 $as_echo "$as_me: loading cache $cache_file" >&6;}
2336 case $cache_file in
2337 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2338 *) . "./$cache_file";;
2339 esac
2341 else
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2343 $as_echo "$as_me: creating cache $cache_file" >&6;}
2344 >$cache_file
2347 # Check that the precious variables saved in the cache have kept the same
2348 # value.
2349 ac_cache_corrupted=false
2350 for ac_var in $ac_precious_vars; do
2351 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2352 eval ac_new_set=\$ac_env_${ac_var}_set
2353 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2354 eval ac_new_val=\$ac_env_${ac_var}_value
2355 case $ac_old_set,$ac_new_set in
2356 set,)
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2358 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2359 ac_cache_corrupted=: ;;
2360 ,set)
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2362 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2363 ac_cache_corrupted=: ;;
2364 ,);;
2366 if test "x$ac_old_val" != "x$ac_new_val"; then
2367 # differences in whitespace do not lead to failure.
2368 ac_old_val_w=`echo x $ac_old_val`
2369 ac_new_val_w=`echo x $ac_new_val`
2370 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2372 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2373 ac_cache_corrupted=:
2374 else
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2376 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2377 eval $ac_var=\$ac_old_val
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2380 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2382 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2383 fi;;
2384 esac
2385 # Pass precious variables to config.status.
2386 if test "$ac_new_set" = set; then
2387 case $ac_new_val in
2388 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2389 *) ac_arg=$ac_var=$ac_new_val ;;
2390 esac
2391 case " $ac_configure_args " in
2392 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2393 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2394 esac
2396 done
2397 if $ac_cache_corrupted; then
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2399 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2401 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2402 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2404 ## -------------------- ##
2405 ## Main body of script. ##
2406 ## -------------------- ##
2408 ac_ext=c
2409 ac_cpp='$CPP $CPPFLAGS'
2410 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2411 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2412 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2421 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2422 # Check whether --enable-version-specific-runtime-libs was given.
2423 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2424 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2425 yes) version_specific_libs=yes ;;
2426 no) version_specific_libs=no ;;
2427 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2428 esac
2429 else
2430 version_specific_libs=no
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2434 $as_echo "$version_specific_libs" >&6; }
2436 # Do not delete or change the following two lines. For why, see
2437 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2438 ac_aux_dir=
2439 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2440 for ac_t in install-sh install.sh shtool; do
2441 if test -f "$ac_dir/$ac_t"; then
2442 ac_aux_dir=$ac_dir
2443 ac_install_sh="$ac_aux_dir/$ac_t -c"
2444 break 2
2446 done
2447 done
2448 if test -z "$ac_aux_dir"; then
2449 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2452 # These three variables are undocumented and unsupported,
2453 # and are intended to be withdrawn in a future Autoconf release.
2454 # They can cause serious problems if a builder's source tree is in a directory
2455 # whose full name contains unusual characters.
2456 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2457 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2458 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2461 # Make sure we can run config.sub.
2462 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2463 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2466 $as_echo_n "checking build system type... " >&6; }
2467 if test "${ac_cv_build+set}" = set; then :
2468 $as_echo_n "(cached) " >&6
2469 else
2470 ac_build_alias=$build_alias
2471 test "x$ac_build_alias" = x &&
2472 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2473 test "x$ac_build_alias" = x &&
2474 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2475 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2476 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2480 $as_echo "$ac_cv_build" >&6; }
2481 case $ac_cv_build in
2482 *-*-*) ;;
2483 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2484 esac
2485 build=$ac_cv_build
2486 ac_save_IFS=$IFS; IFS='-'
2487 set x $ac_cv_build
2488 shift
2489 build_cpu=$1
2490 build_vendor=$2
2491 shift; shift
2492 # Remember, the first character of IFS is used to create $*,
2493 # except with old shells:
2494 build_os=$*
2495 IFS=$ac_save_IFS
2496 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2500 $as_echo_n "checking host system type... " >&6; }
2501 if test "${ac_cv_host+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503 else
2504 if test "x$host_alias" = x; then
2505 ac_cv_host=$ac_cv_build
2506 else
2507 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2508 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2513 $as_echo "$ac_cv_host" >&6; }
2514 case $ac_cv_host in
2515 *-*-*) ;;
2516 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2517 esac
2518 host=$ac_cv_host
2519 ac_save_IFS=$IFS; IFS='-'
2520 set x $ac_cv_host
2521 shift
2522 host_cpu=$1
2523 host_vendor=$2
2524 shift; shift
2525 # Remember, the first character of IFS is used to create $*,
2526 # except with old shells:
2527 host_os=$*
2528 IFS=$ac_save_IFS
2529 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2533 $as_echo_n "checking target system type... " >&6; }
2534 if test "${ac_cv_target+set}" = set; then :
2535 $as_echo_n "(cached) " >&6
2536 else
2537 if test "x$target_alias" = x; then
2538 ac_cv_target=$ac_cv_host
2539 else
2540 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2541 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2546 $as_echo "$ac_cv_target" >&6; }
2547 case $ac_cv_target in
2548 *-*-*) ;;
2549 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2550 esac
2551 target=$ac_cv_target
2552 ac_save_IFS=$IFS; IFS='-'
2553 set x $ac_cv_target
2554 shift
2555 target_cpu=$1
2556 target_vendor=$2
2557 shift; shift
2558 # Remember, the first character of IFS is used to create $*,
2559 # except with old shells:
2560 target_os=$*
2561 IFS=$ac_save_IFS
2562 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2565 # The aliases save the names the user supplied, while $host etc.
2566 # will get canonicalized.
2567 test -n "$target_alias" &&
2568 test "$program_prefix$program_suffix$program_transform_name" = \
2569 NONENONEs,x,x, &&
2570 program_prefix=${target_alias}-
2572 target_alias=${target_alias-$host_alias}
2574 case ${build_alias} in
2575 "") build_noncanonical=${build} ;;
2576 *) build_noncanonical=${build_alias} ;;
2577 esac
2579 case ${host_alias} in
2580 "") host_noncanonical=${build_noncanonical} ;;
2581 *) host_noncanonical=${host_alias} ;;
2582 esac
2584 case ${target_alias} in
2585 "") target_noncanonical=${host_noncanonical} ;;
2586 *) target_noncanonical=${target_alias} ;;
2587 esac
2593 LIBSTDCXX_RAW_CXX_CXXFLAGS="\
2594 -I\$(top_builddir)/../libstdc++-v3/include \
2595 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \
2596 -I\$(top_srcdir)/../libstdc++-v3/libsupc++"
2597 LIBSTDCXX_RAW_CXX_LDFLAGS="\
2598 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
2603 am__api_version='1.11'
2605 # Find a good install program. We prefer a C program (faster),
2606 # so one script is as good as another. But avoid the broken or
2607 # incompatible versions:
2608 # SysV /etc/install, /usr/sbin/install
2609 # SunOS /usr/etc/install
2610 # IRIX /sbin/install
2611 # AIX /bin/install
2612 # AmigaOS /C/install, which installs bootblocks on floppy discs
2613 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2614 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2615 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2616 # OS/2's system install, which has a completely different semantic
2617 # ./install, which can be erroneously created by make from ./install.sh.
2618 # Reject install programs that cannot install multiple files.
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2620 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2621 if test -z "$INSTALL"; then
2622 if test "${ac_cv_path_install+set}" = set; then :
2623 $as_echo_n "(cached) " >&6
2624 else
2625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2626 for as_dir in $PATH
2628 IFS=$as_save_IFS
2629 test -z "$as_dir" && as_dir=.
2630 # Account for people who put trailing slashes in PATH elements.
2631 case $as_dir/ in #((
2632 ./ | .// | /[cC]/* | \
2633 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2634 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2635 /usr/ucb/* ) ;;
2637 # OSF1 and SCO ODT 3.0 have their own names for install.
2638 # Don't use installbsd from OSF since it installs stuff as root
2639 # by default.
2640 for ac_prog in ginstall scoinst install; do
2641 for ac_exec_ext in '' $ac_executable_extensions; do
2642 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2643 if test $ac_prog = install &&
2644 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2645 # AIX install. It has an incompatible calling convention.
2647 elif test $ac_prog = install &&
2648 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2649 # program-specific install script used by HP pwplus--don't use.
2651 else
2652 rm -rf conftest.one conftest.two conftest.dir
2653 echo one > conftest.one
2654 echo two > conftest.two
2655 mkdir conftest.dir
2656 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2657 test -s conftest.one && test -s conftest.two &&
2658 test -s conftest.dir/conftest.one &&
2659 test -s conftest.dir/conftest.two
2660 then
2661 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2662 break 3
2666 done
2667 done
2669 esac
2671 done
2672 IFS=$as_save_IFS
2674 rm -rf conftest.one conftest.two conftest.dir
2677 if test "${ac_cv_path_install+set}" = set; then
2678 INSTALL=$ac_cv_path_install
2679 else
2680 # As a last resort, use the slow shell script. Don't cache a
2681 # value for INSTALL within a source directory, because that will
2682 # break other packages using the cache if that directory is
2683 # removed, or if the value is a relative name.
2684 INSTALL=$ac_install_sh
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2688 $as_echo "$INSTALL" >&6; }
2690 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2691 # It thinks the first close brace ends the variable substitution.
2692 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2694 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2696 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2699 $as_echo_n "checking whether build environment is sane... " >&6; }
2700 # Just in case
2701 sleep 1
2702 echo timestamp > conftest.file
2703 # Reject unsafe characters in $srcdir or the absolute working directory
2704 # name. Accept space and tab only in the latter.
2705 am_lf='
2707 case `pwd` in
2708 *[\\\"\#\$\&\'\`$am_lf]*)
2709 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2710 esac
2711 case $srcdir in
2712 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2713 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2714 esac
2716 # Do `set' in a subshell so we don't clobber the current shell's
2717 # arguments. Must try -L first in case configure is actually a
2718 # symlink; some systems play weird games with the mod time of symlinks
2719 # (eg FreeBSD returns the mod time of the symlink's containing
2720 # directory).
2721 if (
2722 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2723 if test "$*" = "X"; then
2724 # -L didn't work.
2725 set X `ls -t "$srcdir/configure" conftest.file`
2727 rm -f conftest.file
2728 if test "$*" != "X $srcdir/configure conftest.file" \
2729 && test "$*" != "X conftest.file $srcdir/configure"; then
2731 # If neither matched, then we have a broken ls. This can happen
2732 # if, for instance, CONFIG_SHELL is bash and it inherits a
2733 # broken ls alias from the environment. This has actually
2734 # happened. Such a system could not be considered "sane".
2735 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2736 alias in your environment" "$LINENO" 5
2739 test "$2" = conftest.file
2741 then
2742 # Ok.
2744 else
2745 as_fn_error "newly created file is older than distributed files!
2746 Check your system clock" "$LINENO" 5
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2749 $as_echo "yes" >&6; }
2750 test "$program_prefix" != NONE &&
2751 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2752 # Use a double $ so make ignores it.
2753 test "$program_suffix" != NONE &&
2754 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2755 # Double any \ or $.
2756 # By default was `s,x,x', remove it if useless.
2757 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2758 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2760 # expand $ac_aux_dir to an absolute path
2761 am_aux_dir=`cd $ac_aux_dir && pwd`
2763 if test x"${MISSING+set}" != xset; then
2764 case $am_aux_dir in
2765 *\ * | *\ *)
2766 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2768 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2769 esac
2771 # Use eval to expand $SHELL
2772 if eval "$MISSING --run true"; then
2773 am_missing_run="$MISSING --run "
2774 else
2775 am_missing_run=
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2777 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2780 if test x"${install_sh}" != xset; then
2781 case $am_aux_dir in
2782 *\ * | *\ *)
2783 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2785 install_sh="\${SHELL} $am_aux_dir/install-sh"
2786 esac
2789 # Installed binaries are usually stripped using `strip' when the user
2790 # run `make install-strip'. However `strip' might not be the right
2791 # tool to use in cross-compilation environments, therefore Automake
2792 # will honor the `STRIP' environment variable to overrule this program.
2793 if test "$cross_compiling" != no; then
2794 if test -n "$ac_tool_prefix"; then
2795 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2796 set dummy ${ac_tool_prefix}strip; ac_word=$2
2797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2798 $as_echo_n "checking for $ac_word... " >&6; }
2799 if test "${ac_cv_prog_STRIP+set}" = set; then :
2800 $as_echo_n "(cached) " >&6
2801 else
2802 if test -n "$STRIP"; then
2803 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2804 else
2805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2806 for as_dir in $PATH
2808 IFS=$as_save_IFS
2809 test -z "$as_dir" && as_dir=.
2810 for ac_exec_ext in '' $ac_executable_extensions; do
2811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2812 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2814 break 2
2816 done
2817 done
2818 IFS=$as_save_IFS
2822 STRIP=$ac_cv_prog_STRIP
2823 if test -n "$STRIP"; then
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2825 $as_echo "$STRIP" >&6; }
2826 else
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2828 $as_echo "no" >&6; }
2833 if test -z "$ac_cv_prog_STRIP"; then
2834 ac_ct_STRIP=$STRIP
2835 # Extract the first word of "strip", so it can be a program name with args.
2836 set dummy strip; ac_word=$2
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2838 $as_echo_n "checking for $ac_word... " >&6; }
2839 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2840 $as_echo_n "(cached) " >&6
2841 else
2842 if test -n "$ac_ct_STRIP"; then
2843 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2844 else
2845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2846 for as_dir in $PATH
2848 IFS=$as_save_IFS
2849 test -z "$as_dir" && as_dir=.
2850 for ac_exec_ext in '' $ac_executable_extensions; do
2851 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2852 ac_cv_prog_ac_ct_STRIP="strip"
2853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2854 break 2
2856 done
2857 done
2858 IFS=$as_save_IFS
2862 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2863 if test -n "$ac_ct_STRIP"; then
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2865 $as_echo "$ac_ct_STRIP" >&6; }
2866 else
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2868 $as_echo "no" >&6; }
2871 if test "x$ac_ct_STRIP" = x; then
2872 STRIP=":"
2873 else
2874 case $cross_compiling:$ac_tool_warned in
2875 yes:)
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2877 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2878 ac_tool_warned=yes ;;
2879 esac
2880 STRIP=$ac_ct_STRIP
2882 else
2883 STRIP="$ac_cv_prog_STRIP"
2887 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2890 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2891 if test -z "$MKDIR_P"; then
2892 if test "${ac_cv_path_mkdir+set}" = set; then :
2893 $as_echo_n "(cached) " >&6
2894 else
2895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2896 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2898 IFS=$as_save_IFS
2899 test -z "$as_dir" && as_dir=.
2900 for ac_prog in mkdir gmkdir; do
2901 for ac_exec_ext in '' $ac_executable_extensions; do
2902 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2903 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2904 'mkdir (GNU coreutils) '* | \
2905 'mkdir (coreutils) '* | \
2906 'mkdir (fileutils) '4.1*)
2907 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2908 break 3;;
2909 esac
2910 done
2911 done
2912 done
2913 IFS=$as_save_IFS
2917 if test "${ac_cv_path_mkdir+set}" = set; then
2918 MKDIR_P="$ac_cv_path_mkdir -p"
2919 else
2920 # As a last resort, use the slow shell script. Don't cache a
2921 # value for MKDIR_P within a source directory, because that will
2922 # break other packages using the cache if that directory is
2923 # removed, or if the value is a relative name.
2924 test -d ./--version && rmdir ./--version
2925 MKDIR_P="$ac_install_sh -d"
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2929 $as_echo "$MKDIR_P" >&6; }
2931 mkdir_p="$MKDIR_P"
2932 case $mkdir_p in
2933 [\\/$]* | ?:[\\/]*) ;;
2934 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2935 esac
2937 for ac_prog in gawk mawk nawk awk
2939 # Extract the first word of "$ac_prog", so it can be a program name with args.
2940 set dummy $ac_prog; ac_word=$2
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2942 $as_echo_n "checking for $ac_word... " >&6; }
2943 if test "${ac_cv_prog_AWK+set}" = set; then :
2944 $as_echo_n "(cached) " >&6
2945 else
2946 if test -n "$AWK"; then
2947 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2948 else
2949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2950 for as_dir in $PATH
2952 IFS=$as_save_IFS
2953 test -z "$as_dir" && as_dir=.
2954 for ac_exec_ext in '' $ac_executable_extensions; do
2955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2956 ac_cv_prog_AWK="$ac_prog"
2957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2958 break 2
2960 done
2961 done
2962 IFS=$as_save_IFS
2966 AWK=$ac_cv_prog_AWK
2967 if test -n "$AWK"; then
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2969 $as_echo "$AWK" >&6; }
2970 else
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2972 $as_echo "no" >&6; }
2976 test -n "$AWK" && break
2977 done
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2980 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2981 set x ${MAKE-make}
2982 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2983 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2984 $as_echo_n "(cached) " >&6
2985 else
2986 cat >conftest.make <<\_ACEOF
2987 SHELL = /bin/sh
2988 all:
2989 @echo '@@@%%%=$(MAKE)=@@@%%%'
2990 _ACEOF
2991 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2992 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2993 *@@@%%%=?*=@@@%%%*)
2994 eval ac_cv_prog_make_${ac_make}_set=yes;;
2996 eval ac_cv_prog_make_${ac_make}_set=no;;
2997 esac
2998 rm -f conftest.make
3000 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3002 $as_echo "yes" >&6; }
3003 SET_MAKE=
3004 else
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3006 $as_echo "no" >&6; }
3007 SET_MAKE="MAKE=${MAKE-make}"
3010 rm -rf .tst 2>/dev/null
3011 mkdir .tst 2>/dev/null
3012 if test -d .tst; then
3013 am__leading_dot=.
3014 else
3015 am__leading_dot=_
3017 rmdir .tst 2>/dev/null
3019 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3020 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3021 # is not polluted with repeated "-I."
3022 am__isrc=' -I$(srcdir)'
3023 # test to see if srcdir already configured
3024 if test -f $srcdir/config.status; then
3025 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3029 # test whether we have cygpath
3030 if test -z "$CYGPATH_W"; then
3031 if (cygpath --version) >/dev/null 2>/dev/null; then
3032 CYGPATH_W='cygpath -w'
3033 else
3034 CYGPATH_W=echo
3039 # Define the identity of the package.
3040 PACKAGE='package-unused'
3041 VERSION='version-unused'
3044 cat >>confdefs.h <<_ACEOF
3045 #define PACKAGE "$PACKAGE"
3046 _ACEOF
3049 cat >>confdefs.h <<_ACEOF
3050 #define VERSION "$VERSION"
3051 _ACEOF
3053 # Some tools Automake needs.
3055 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3058 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3061 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3064 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3067 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3069 # We need awk for the "check" target. The system "awk" is bad on
3070 # some platforms.
3071 # Always define AMTAR for backward compatibility.
3073 AMTAR=${AMTAR-"${am_missing_run}tar"}
3075 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3081 # Default to --enable-multilib
3082 # Check whether --enable-multilib was given.
3083 if test "${enable_multilib+set}" = set; then :
3084 enableval=$enable_multilib; case "$enableval" in
3085 yes) multilib=yes ;;
3086 no) multilib=no ;;
3087 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
3088 esac
3089 else
3090 multilib=yes
3094 # We may get other options which we leave undocumented:
3095 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3096 # See config-ml.in if you want the gory details.
3098 if test "$srcdir" = "."; then
3099 if test "$with_target_subdir" != "."; then
3100 multi_basedir="$srcdir/$with_multisrctop../.."
3101 else
3102 multi_basedir="$srcdir/$with_multisrctop.."
3104 else
3105 multi_basedir="$srcdir/.."
3109 # Even if the default multilib is not a cross compilation,
3110 # it may be that some of the other multilibs are.
3111 if test $cross_compiling = no && test $multilib = yes \
3112 && test "x${with_multisubdir}" != x ; then
3113 cross_compiling=maybe
3116 ac_config_commands="$ac_config_commands default-1"
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3120 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3121 # Check whether --enable-maintainer-mode was given.
3122 if test "${enable_maintainer_mode+set}" = set; then :
3123 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3124 else
3125 USE_MAINTAINER_MODE=no
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3129 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3130 if test $USE_MAINTAINER_MODE = yes; then
3131 MAINTAINER_MODE_TRUE=
3132 MAINTAINER_MODE_FALSE='#'
3133 else
3134 MAINTAINER_MODE_TRUE='#'
3135 MAINTAINER_MODE_FALSE=
3138 MAINT=$MAINTAINER_MODE_TRUE
3142 # Calculate toolexeclibdir
3143 # Also toolexecdir, though it's only used in toolexeclibdir
3144 case ${version_specific_libs} in
3145 yes)
3146 # Need the gcc compiler version to know where to install libraries
3147 # and header files if --enable-version-specific-runtime-libs option
3148 # is selected.
3149 toolexecdir='$(libdir)/gcc/$(target_alias)'
3150 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3153 if test -n "$with_cross_host" &&
3154 test x"$with_cross_host" != x"no"; then
3155 # Install a library built with a cross compiler in tooldir, not libdir.
3156 toolexecdir='$(exec_prefix)/$(target_alias)'
3157 toolexeclibdir='$(toolexecdir)/lib'
3158 else
3159 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
3160 toolexeclibdir='$(libdir)'
3162 multi_os_directory=`$CC -print-multi-os-directory`
3163 case $multi_os_directory in
3164 .) ;; # Avoid trailing /.
3165 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
3166 esac
3168 esac
3172 # Checks for programs.
3173 ac_ext=c
3174 ac_cpp='$CPP $CPPFLAGS'
3175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3178 if test -n "$ac_tool_prefix"; then
3179 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3180 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3182 $as_echo_n "checking for $ac_word... " >&6; }
3183 if test "${ac_cv_prog_CC+set}" = set; then :
3184 $as_echo_n "(cached) " >&6
3185 else
3186 if test -n "$CC"; then
3187 ac_cv_prog_CC="$CC" # Let the user override the test.
3188 else
3189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3190 for as_dir in $PATH
3192 IFS=$as_save_IFS
3193 test -z "$as_dir" && as_dir=.
3194 for ac_exec_ext in '' $ac_executable_extensions; do
3195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3196 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3198 break 2
3200 done
3201 done
3202 IFS=$as_save_IFS
3206 CC=$ac_cv_prog_CC
3207 if test -n "$CC"; then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3209 $as_echo "$CC" >&6; }
3210 else
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3212 $as_echo "no" >&6; }
3217 if test -z "$ac_cv_prog_CC"; then
3218 ac_ct_CC=$CC
3219 # Extract the first word of "gcc", so it can be a program name with args.
3220 set dummy gcc; ac_word=$2
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3222 $as_echo_n "checking for $ac_word... " >&6; }
3223 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3224 $as_echo_n "(cached) " >&6
3225 else
3226 if test -n "$ac_ct_CC"; then
3227 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3228 else
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230 for as_dir in $PATH
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_ac_ct_CC="gcc"
3237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 break 2
3240 done
3241 done
3242 IFS=$as_save_IFS
3246 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3247 if test -n "$ac_ct_CC"; then
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3249 $as_echo "$ac_ct_CC" >&6; }
3250 else
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3252 $as_echo "no" >&6; }
3255 if test "x$ac_ct_CC" = x; then
3256 CC=""
3257 else
3258 case $cross_compiling:$ac_tool_warned in
3259 yes:)
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3261 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3262 ac_tool_warned=yes ;;
3263 esac
3264 CC=$ac_ct_CC
3266 else
3267 CC="$ac_cv_prog_CC"
3270 if test -z "$CC"; then
3271 if test -n "$ac_tool_prefix"; then
3272 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3273 set dummy ${ac_tool_prefix}cc; ac_word=$2
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3275 $as_echo_n "checking for $ac_word... " >&6; }
3276 if test "${ac_cv_prog_CC+set}" = set; then :
3277 $as_echo_n "(cached) " >&6
3278 else
3279 if test -n "$CC"; then
3280 ac_cv_prog_CC="$CC" # Let the user override the test.
3281 else
3282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3283 for as_dir in $PATH
3285 IFS=$as_save_IFS
3286 test -z "$as_dir" && as_dir=.
3287 for ac_exec_ext in '' $ac_executable_extensions; do
3288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3289 ac_cv_prog_CC="${ac_tool_prefix}cc"
3290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3291 break 2
3293 done
3294 done
3295 IFS=$as_save_IFS
3299 CC=$ac_cv_prog_CC
3300 if test -n "$CC"; then
3301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3302 $as_echo "$CC" >&6; }
3303 else
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3305 $as_echo "no" >&6; }
3311 if test -z "$CC"; then
3312 # Extract the first word of "cc", so it can be a program name with args.
3313 set dummy cc; ac_word=$2
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3315 $as_echo_n "checking for $ac_word... " >&6; }
3316 if test "${ac_cv_prog_CC+set}" = set; then :
3317 $as_echo_n "(cached) " >&6
3318 else
3319 if test -n "$CC"; then
3320 ac_cv_prog_CC="$CC" # Let the user override the test.
3321 else
3322 ac_prog_rejected=no
3323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3324 for as_dir in $PATH
3326 IFS=$as_save_IFS
3327 test -z "$as_dir" && as_dir=.
3328 for ac_exec_ext in '' $ac_executable_extensions; do
3329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3330 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3331 ac_prog_rejected=yes
3332 continue
3334 ac_cv_prog_CC="cc"
3335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3336 break 2
3338 done
3339 done
3340 IFS=$as_save_IFS
3342 if test $ac_prog_rejected = yes; then
3343 # We found a bogon in the path, so make sure we never use it.
3344 set dummy $ac_cv_prog_CC
3345 shift
3346 if test $# != 0; then
3347 # We chose a different compiler from the bogus one.
3348 # However, it has the same basename, so the bogon will be chosen
3349 # first if we set CC to just the basename; use the full file name.
3350 shift
3351 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3356 CC=$ac_cv_prog_CC
3357 if test -n "$CC"; then
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3359 $as_echo "$CC" >&6; }
3360 else
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3362 $as_echo "no" >&6; }
3367 if test -z "$CC"; then
3368 if test -n "$ac_tool_prefix"; then
3369 for ac_prog in cl.exe
3371 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3372 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3374 $as_echo_n "checking for $ac_word... " >&6; }
3375 if test "${ac_cv_prog_CC+set}" = set; then :
3376 $as_echo_n "(cached) " >&6
3377 else
3378 if test -n "$CC"; then
3379 ac_cv_prog_CC="$CC" # Let the user override the test.
3380 else
3381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3382 for as_dir in $PATH
3384 IFS=$as_save_IFS
3385 test -z "$as_dir" && as_dir=.
3386 for ac_exec_ext in '' $ac_executable_extensions; do
3387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3388 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3390 break 2
3392 done
3393 done
3394 IFS=$as_save_IFS
3398 CC=$ac_cv_prog_CC
3399 if test -n "$CC"; then
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3401 $as_echo "$CC" >&6; }
3402 else
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3404 $as_echo "no" >&6; }
3408 test -n "$CC" && break
3409 done
3411 if test -z "$CC"; then
3412 ac_ct_CC=$CC
3413 for ac_prog in cl.exe
3415 # Extract the first word of "$ac_prog", so it can be a program name with args.
3416 set dummy $ac_prog; ac_word=$2
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3418 $as_echo_n "checking for $ac_word... " >&6; }
3419 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3420 $as_echo_n "(cached) " >&6
3421 else
3422 if test -n "$ac_ct_CC"; then
3423 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3424 else
3425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3426 for as_dir in $PATH
3428 IFS=$as_save_IFS
3429 test -z "$as_dir" && as_dir=.
3430 for ac_exec_ext in '' $ac_executable_extensions; do
3431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3432 ac_cv_prog_ac_ct_CC="$ac_prog"
3433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3434 break 2
3436 done
3437 done
3438 IFS=$as_save_IFS
3442 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3443 if test -n "$ac_ct_CC"; then
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3445 $as_echo "$ac_ct_CC" >&6; }
3446 else
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3448 $as_echo "no" >&6; }
3452 test -n "$ac_ct_CC" && break
3453 done
3455 if test "x$ac_ct_CC" = x; then
3456 CC=""
3457 else
3458 case $cross_compiling:$ac_tool_warned in
3459 yes:)
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3461 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3462 ac_tool_warned=yes ;;
3463 esac
3464 CC=$ac_ct_CC
3471 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3472 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3473 as_fn_error "no acceptable C compiler found in \$PATH
3474 See \`config.log' for more details." "$LINENO" 5; }
3476 # Provide some information about the compiler.
3477 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3478 set X $ac_compile
3479 ac_compiler=$2
3480 for ac_option in --version -v -V -qversion; do
3481 { { ac_try="$ac_compiler $ac_option >&5"
3482 case "(($ac_try" in
3483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3484 *) ac_try_echo=$ac_try;;
3485 esac
3486 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3487 $as_echo "$ac_try_echo"; } >&5
3488 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3489 ac_status=$?
3490 if test -s conftest.err; then
3491 sed '10a\
3492 ... rest of stderr output deleted ...
3493 10q' conftest.err >conftest.er1
3494 cat conftest.er1 >&5
3495 rm -f conftest.er1 conftest.err
3497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3498 test $ac_status = 0; }
3499 done
3501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3502 /* end confdefs.h. */
3505 main ()
3509 return 0;
3511 _ACEOF
3512 ac_clean_files_save=$ac_clean_files
3513 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3514 # Try to create an executable without -o first, disregard a.out.
3515 # It will help us diagnose broken compilers, and finding out an intuition
3516 # of exeext.
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3518 $as_echo_n "checking for C compiler default output file name... " >&6; }
3519 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3521 # The possible output files:
3522 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3524 ac_rmfiles=
3525 for ac_file in $ac_files
3527 case $ac_file in
3528 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3529 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3530 esac
3531 done
3532 rm -f $ac_rmfiles
3534 if { { ac_try="$ac_link_default"
3535 case "(($ac_try" in
3536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3537 *) ac_try_echo=$ac_try;;
3538 esac
3539 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3540 $as_echo "$ac_try_echo"; } >&5
3541 (eval "$ac_link_default") 2>&5
3542 ac_status=$?
3543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3544 test $ac_status = 0; }; then :
3545 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3546 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3547 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3548 # so that the user can short-circuit this test for compilers unknown to
3549 # Autoconf.
3550 for ac_file in $ac_files ''
3552 test -f "$ac_file" || continue
3553 case $ac_file in
3554 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3556 [ab].out )
3557 # We found the default executable, but exeext='' is most
3558 # certainly right.
3559 break;;
3560 *.* )
3561 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3562 then :; else
3563 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3565 # We set ac_cv_exeext here because the later test for it is not
3566 # safe: cross compilers may not add the suffix if given an `-o'
3567 # argument, so we may need to know it at that point already.
3568 # Even if this section looks crufty: it has the advantage of
3569 # actually working.
3570 break;;
3572 break;;
3573 esac
3574 done
3575 test "$ac_cv_exeext" = no && ac_cv_exeext=
3577 else
3578 ac_file=''
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3581 $as_echo "$ac_file" >&6; }
3582 if test -z "$ac_file"; then :
3583 $as_echo "$as_me: failed program was:" >&5
3584 sed 's/^/| /' conftest.$ac_ext >&5
3586 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3587 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3588 { as_fn_set_status 77
3589 as_fn_error "C compiler cannot create executables
3590 See \`config.log' for more details." "$LINENO" 5; }; }
3592 ac_exeext=$ac_cv_exeext
3594 # Check that the compiler produces executables we can run. If not, either
3595 # the compiler is broken, or we cross compile.
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3597 $as_echo_n "checking whether the C compiler works... " >&6; }
3598 # If not cross compiling, check that we can run a simple program.
3599 if test "$cross_compiling" != yes; then
3600 if { ac_try='./$ac_file'
3601 { { case "(($ac_try" in
3602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3603 *) ac_try_echo=$ac_try;;
3604 esac
3605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3606 $as_echo "$ac_try_echo"; } >&5
3607 (eval "$ac_try") 2>&5
3608 ac_status=$?
3609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3610 test $ac_status = 0; }; }; then
3611 cross_compiling=no
3612 else
3613 if test "$cross_compiling" = maybe; then
3614 cross_compiling=yes
3615 else
3616 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3617 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3618 as_fn_error "cannot run C compiled programs.
3619 If you meant to cross compile, use \`--host'.
3620 See \`config.log' for more details." "$LINENO" 5; }
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3625 $as_echo "yes" >&6; }
3627 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3628 ac_clean_files=$ac_clean_files_save
3629 # Check that the compiler produces executables we can run. If not, either
3630 # the compiler is broken, or we cross compile.
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3632 $as_echo_n "checking whether we are cross compiling... " >&6; }
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3634 $as_echo "$cross_compiling" >&6; }
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3637 $as_echo_n "checking for suffix of executables... " >&6; }
3638 if { { ac_try="$ac_link"
3639 case "(($ac_try" in
3640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3641 *) ac_try_echo=$ac_try;;
3642 esac
3643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3644 $as_echo "$ac_try_echo"; } >&5
3645 (eval "$ac_link") 2>&5
3646 ac_status=$?
3647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3648 test $ac_status = 0; }; then :
3649 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3650 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3651 # work properly (i.e., refer to `conftest.exe'), while it won't with
3652 # `rm'.
3653 for ac_file in conftest.exe conftest conftest.*; do
3654 test -f "$ac_file" || continue
3655 case $ac_file in
3656 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3657 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3658 break;;
3659 * ) break;;
3660 esac
3661 done
3662 else
3663 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3664 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3665 as_fn_error "cannot compute suffix of executables: cannot compile and link
3666 See \`config.log' for more details." "$LINENO" 5; }
3668 rm -f conftest$ac_cv_exeext
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3670 $as_echo "$ac_cv_exeext" >&6; }
3672 rm -f conftest.$ac_ext
3673 EXEEXT=$ac_cv_exeext
3674 ac_exeext=$EXEEXT
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3676 $as_echo_n "checking for suffix of object files... " >&6; }
3677 if test "${ac_cv_objext+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
3679 else
3680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3681 /* end confdefs.h. */
3684 main ()
3688 return 0;
3690 _ACEOF
3691 rm -f conftest.o conftest.obj
3692 if { { ac_try="$ac_compile"
3693 case "(($ac_try" in
3694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3695 *) ac_try_echo=$ac_try;;
3696 esac
3697 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3698 $as_echo "$ac_try_echo"; } >&5
3699 (eval "$ac_compile") 2>&5
3700 ac_status=$?
3701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3702 test $ac_status = 0; }; then :
3703 for ac_file in conftest.o conftest.obj conftest.*; do
3704 test -f "$ac_file" || continue;
3705 case $ac_file in
3706 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3707 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3708 break;;
3709 esac
3710 done
3711 else
3712 $as_echo "$as_me: failed program was:" >&5
3713 sed 's/^/| /' conftest.$ac_ext >&5
3715 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3716 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3717 as_fn_error "cannot compute suffix of object files: cannot compile
3718 See \`config.log' for more details." "$LINENO" 5; }
3720 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3723 $as_echo "$ac_cv_objext" >&6; }
3724 OBJEXT=$ac_cv_objext
3725 ac_objext=$OBJEXT
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3727 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3728 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3729 $as_echo_n "(cached) " >&6
3730 else
3731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3732 /* end confdefs.h. */
3735 main ()
3737 #ifndef __GNUC__
3738 choke me
3739 #endif
3742 return 0;
3744 _ACEOF
3745 if ac_fn_c_try_compile "$LINENO"; then :
3746 ac_compiler_gnu=yes
3747 else
3748 ac_compiler_gnu=no
3750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3751 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3755 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3756 if test $ac_compiler_gnu = yes; then
3757 GCC=yes
3758 else
3759 GCC=
3761 ac_test_CFLAGS=${CFLAGS+set}
3762 ac_save_CFLAGS=$CFLAGS
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3764 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3765 if test "${ac_cv_prog_cc_g+set}" = set; then :
3766 $as_echo_n "(cached) " >&6
3767 else
3768 ac_save_c_werror_flag=$ac_c_werror_flag
3769 ac_c_werror_flag=yes
3770 ac_cv_prog_cc_g=no
3771 CFLAGS="-g"
3772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3773 /* end confdefs.h. */
3776 main ()
3780 return 0;
3782 _ACEOF
3783 if ac_fn_c_try_compile "$LINENO"; then :
3784 ac_cv_prog_cc_g=yes
3785 else
3786 CFLAGS=""
3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3788 /* end confdefs.h. */
3791 main ()
3795 return 0;
3797 _ACEOF
3798 if ac_fn_c_try_compile "$LINENO"; then :
3800 else
3801 ac_c_werror_flag=$ac_save_c_werror_flag
3802 CFLAGS="-g"
3803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3804 /* end confdefs.h. */
3807 main ()
3811 return 0;
3813 _ACEOF
3814 if ac_fn_c_try_compile "$LINENO"; then :
3815 ac_cv_prog_cc_g=yes
3817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3822 ac_c_werror_flag=$ac_save_c_werror_flag
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3825 $as_echo "$ac_cv_prog_cc_g" >&6; }
3826 if test "$ac_test_CFLAGS" = set; then
3827 CFLAGS=$ac_save_CFLAGS
3828 elif test $ac_cv_prog_cc_g = yes; then
3829 if test "$GCC" = yes; then
3830 CFLAGS="-g -O2"
3831 else
3832 CFLAGS="-g"
3834 else
3835 if test "$GCC" = yes; then
3836 CFLAGS="-O2"
3837 else
3838 CFLAGS=
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3842 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3843 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3844 $as_echo_n "(cached) " >&6
3845 else
3846 ac_cv_prog_cc_c89=no
3847 ac_save_CC=$CC
3848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3849 /* end confdefs.h. */
3850 #include <stdarg.h>
3851 #include <stdio.h>
3852 #include <sys/types.h>
3853 #include <sys/stat.h>
3854 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3855 struct buf { int x; };
3856 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3857 static char *e (p, i)
3858 char **p;
3859 int i;
3861 return p[i];
3863 static char *f (char * (*g) (char **, int), char **p, ...)
3865 char *s;
3866 va_list v;
3867 va_start (v,p);
3868 s = g (p, va_arg (v,int));
3869 va_end (v);
3870 return s;
3873 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3874 function prototypes and stuff, but not '\xHH' hex character constants.
3875 These don't provoke an error unfortunately, instead are silently treated
3876 as 'x'. The following induces an error, until -std is added to get
3877 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3878 array size at least. It's necessary to write '\x00'==0 to get something
3879 that's true only with -std. */
3880 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3882 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3883 inside strings and character constants. */
3884 #define FOO(x) 'x'
3885 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3887 int test (int i, double x);
3888 struct s1 {int (*f) (int a);};
3889 struct s2 {int (*f) (double a);};
3890 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3891 int argc;
3892 char **argv;
3894 main ()
3896 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3898 return 0;
3900 _ACEOF
3901 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3902 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3904 CC="$ac_save_CC $ac_arg"
3905 if ac_fn_c_try_compile "$LINENO"; then :
3906 ac_cv_prog_cc_c89=$ac_arg
3908 rm -f core conftest.err conftest.$ac_objext
3909 test "x$ac_cv_prog_cc_c89" != "xno" && break
3910 done
3911 rm -f conftest.$ac_ext
3912 CC=$ac_save_CC
3915 # AC_CACHE_VAL
3916 case "x$ac_cv_prog_cc_c89" in
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3919 $as_echo "none needed" >&6; } ;;
3920 xno)
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3922 $as_echo "unsupported" >&6; } ;;
3924 CC="$CC $ac_cv_prog_cc_c89"
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3926 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3927 esac
3928 if test "x$ac_cv_prog_cc_c89" != xno; then :
3932 ac_ext=c
3933 ac_cpp='$CPP $CPPFLAGS'
3934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3937 DEPDIR="${am__leading_dot}deps"
3939 ac_config_commands="$ac_config_commands depfiles"
3942 am_make=${MAKE-make}
3943 cat > confinc << 'END'
3944 am__doit:
3945 @echo this is the am__doit target
3946 .PHONY: am__doit
3948 # If we don't find an include directive, just comment out the code.
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3950 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3951 am__include="#"
3952 am__quote=
3953 _am_result=none
3954 # First try GNU make style include.
3955 echo "include confinc" > confmf
3956 # Ignore all kinds of additional output from `make'.
3957 case `$am_make -s -f confmf 2> /dev/null` in #(
3958 *the\ am__doit\ target*)
3959 am__include=include
3960 am__quote=
3961 _am_result=GNU
3963 esac
3964 # Now try BSD make style include.
3965 if test "$am__include" = "#"; then
3966 echo '.include "confinc"' > confmf
3967 case `$am_make -s -f confmf 2> /dev/null` in #(
3968 *the\ am__doit\ target*)
3969 am__include=.include
3970 am__quote="\""
3971 _am_result=BSD
3973 esac
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3978 $as_echo "$_am_result" >&6; }
3979 rm -f confinc confmf
3981 # Check whether --enable-dependency-tracking was given.
3982 if test "${enable_dependency_tracking+set}" = set; then :
3983 enableval=$enable_dependency_tracking;
3986 if test "x$enable_dependency_tracking" != xno; then
3987 am_depcomp="$ac_aux_dir/depcomp"
3988 AMDEPBACKSLASH='\'
3990 if test "x$enable_dependency_tracking" != xno; then
3991 AMDEP_TRUE=
3992 AMDEP_FALSE='#'
3993 else
3994 AMDEP_TRUE='#'
3995 AMDEP_FALSE=
4000 depcc="$CC" am_compiler_list=
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4003 $as_echo_n "checking dependency style of $depcc... " >&6; }
4004 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4005 $as_echo_n "(cached) " >&6
4006 else
4007 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4008 # We make a subdir and do the tests there. Otherwise we can end up
4009 # making bogus files that we don't know about and never remove. For
4010 # instance it was reported that on HP-UX the gcc test will end up
4011 # making a dummy file named `D' -- because `-MD' means `put the output
4012 # in D'.
4013 mkdir conftest.dir
4014 # Copy depcomp to subdir because otherwise we won't find it if we're
4015 # using a relative directory.
4016 cp "$am_depcomp" conftest.dir
4017 cd conftest.dir
4018 # We will build objects and dependencies in a subdirectory because
4019 # it helps to detect inapplicable dependency modes. For instance
4020 # both Tru64's cc and ICC support -MD to output dependencies as a
4021 # side effect of compilation, but ICC will put the dependencies in
4022 # the current directory while Tru64 will put them in the object
4023 # directory.
4024 mkdir sub
4026 am_cv_CC_dependencies_compiler_type=none
4027 if test "$am_compiler_list" = ""; then
4028 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4030 am__universal=false
4031 case " $depcc " in #(
4032 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4033 esac
4035 for depmode in $am_compiler_list; do
4036 # Setup a source with many dependencies, because some compilers
4037 # like to wrap large dependency lists on column 80 (with \), and
4038 # we should not choose a depcomp mode which is confused by this.
4040 # We need to recreate these files for each test, as the compiler may
4041 # overwrite some of them when testing with obscure command lines.
4042 # This happens at least with the AIX C compiler.
4043 : > sub/conftest.c
4044 for i in 1 2 3 4 5 6; do
4045 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4046 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4047 # Solaris 8's {/usr,}/bin/sh.
4048 touch sub/conftst$i.h
4049 done
4050 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4052 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4053 # mode. It turns out that the SunPro C++ compiler does not properly
4054 # handle `-M -o', and we need to detect this. Also, some Intel
4055 # versions had trouble with output in subdirs
4056 am__obj=sub/conftest.${OBJEXT-o}
4057 am__minus_obj="-o $am__obj"
4058 case $depmode in
4059 gcc)
4060 # This depmode causes a compiler race in universal mode.
4061 test "$am__universal" = false || continue
4063 nosideeffect)
4064 # after this tag, mechanisms are not by side-effect, so they'll
4065 # only be used when explicitly requested
4066 if test "x$enable_dependency_tracking" = xyes; then
4067 continue
4068 else
4069 break
4072 msvisualcpp | msvcmsys)
4073 # This compiler won't grok `-c -o', but also, the minuso test has
4074 # not run yet. These depmodes are late enough in the game, and
4075 # so weak that their functioning should not be impacted.
4076 am__obj=conftest.${OBJEXT-o}
4077 am__minus_obj=
4079 none) break ;;
4080 esac
4081 if depmode=$depmode \
4082 source=sub/conftest.c object=$am__obj \
4083 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4084 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4085 >/dev/null 2>conftest.err &&
4086 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4087 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4088 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4089 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4090 # icc doesn't choke on unknown options, it will just issue warnings
4091 # or remarks (even with -Werror). So we grep stderr for any message
4092 # that says an option was ignored or not supported.
4093 # When given -MP, icc 7.0 and 7.1 complain thusly:
4094 # icc: Command line warning: ignoring option '-M'; no argument required
4095 # The diagnosis changed in icc 8.0:
4096 # icc: Command line remark: option '-MP' not supported
4097 if (grep 'ignoring option' conftest.err ||
4098 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4099 am_cv_CC_dependencies_compiler_type=$depmode
4100 break
4103 done
4105 cd ..
4106 rm -rf conftest.dir
4107 else
4108 am_cv_CC_dependencies_compiler_type=none
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4113 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4114 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4117 test "x$enable_dependency_tracking" != xno \
4118 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4119 am__fastdepCC_TRUE=
4120 am__fastdepCC_FALSE='#'
4121 else
4122 am__fastdepCC_TRUE='#'
4123 am__fastdepCC_FALSE=
4127 ac_ext=cpp
4128 ac_cpp='$CXXCPP $CPPFLAGS'
4129 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4130 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4131 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4132 if test -z "$CXX"; then
4133 if test -n "$CCC"; then
4134 CXX=$CCC
4135 else
4136 if test -n "$ac_tool_prefix"; then
4137 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4139 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4140 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4142 $as_echo_n "checking for $ac_word... " >&6; }
4143 if test "${ac_cv_prog_CXX+set}" = set; then :
4144 $as_echo_n "(cached) " >&6
4145 else
4146 if test -n "$CXX"; then
4147 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4148 else
4149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4150 for as_dir in $PATH
4152 IFS=$as_save_IFS
4153 test -z "$as_dir" && as_dir=.
4154 for ac_exec_ext in '' $ac_executable_extensions; do
4155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4156 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4158 break 2
4160 done
4161 done
4162 IFS=$as_save_IFS
4166 CXX=$ac_cv_prog_CXX
4167 if test -n "$CXX"; then
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4169 $as_echo "$CXX" >&6; }
4170 else
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4172 $as_echo "no" >&6; }
4176 test -n "$CXX" && break
4177 done
4179 if test -z "$CXX"; then
4180 ac_ct_CXX=$CXX
4181 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4183 # Extract the first word of "$ac_prog", so it can be a program name with args.
4184 set dummy $ac_prog; ac_word=$2
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4186 $as_echo_n "checking for $ac_word... " >&6; }
4187 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4188 $as_echo_n "(cached) " >&6
4189 else
4190 if test -n "$ac_ct_CXX"; then
4191 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4192 else
4193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4194 for as_dir in $PATH
4196 IFS=$as_save_IFS
4197 test -z "$as_dir" && as_dir=.
4198 for ac_exec_ext in '' $ac_executable_extensions; do
4199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4200 ac_cv_prog_ac_ct_CXX="$ac_prog"
4201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4202 break 2
4204 done
4205 done
4206 IFS=$as_save_IFS
4210 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4211 if test -n "$ac_ct_CXX"; then
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4213 $as_echo "$ac_ct_CXX" >&6; }
4214 else
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4216 $as_echo "no" >&6; }
4220 test -n "$ac_ct_CXX" && break
4221 done
4223 if test "x$ac_ct_CXX" = x; then
4224 CXX="g++"
4225 else
4226 case $cross_compiling:$ac_tool_warned in
4227 yes:)
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4229 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4230 ac_tool_warned=yes ;;
4231 esac
4232 CXX=$ac_ct_CXX
4238 # Provide some information about the compiler.
4239 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4240 set X $ac_compile
4241 ac_compiler=$2
4242 for ac_option in --version -v -V -qversion; do
4243 { { ac_try="$ac_compiler $ac_option >&5"
4244 case "(($ac_try" in
4245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4246 *) ac_try_echo=$ac_try;;
4247 esac
4248 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4249 $as_echo "$ac_try_echo"; } >&5
4250 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4251 ac_status=$?
4252 if test -s conftest.err; then
4253 sed '10a\
4254 ... rest of stderr output deleted ...
4255 10q' conftest.err >conftest.er1
4256 cat conftest.er1 >&5
4257 rm -f conftest.er1 conftest.err
4259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4260 test $ac_status = 0; }
4261 done
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4264 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4265 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4266 $as_echo_n "(cached) " >&6
4267 else
4268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4269 /* end confdefs.h. */
4272 main ()
4274 #ifndef __GNUC__
4275 choke me
4276 #endif
4279 return 0;
4281 _ACEOF
4282 if ac_fn_cxx_try_compile "$LINENO"; then :
4283 ac_compiler_gnu=yes
4284 else
4285 ac_compiler_gnu=no
4287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4288 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4292 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4293 if test $ac_compiler_gnu = yes; then
4294 GXX=yes
4295 else
4296 GXX=
4298 ac_test_CXXFLAGS=${CXXFLAGS+set}
4299 ac_save_CXXFLAGS=$CXXFLAGS
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4301 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4302 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4303 $as_echo_n "(cached) " >&6
4304 else
4305 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4306 ac_cxx_werror_flag=yes
4307 ac_cv_prog_cxx_g=no
4308 CXXFLAGS="-g"
4309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4310 /* end confdefs.h. */
4313 main ()
4317 return 0;
4319 _ACEOF
4320 if ac_fn_cxx_try_compile "$LINENO"; then :
4321 ac_cv_prog_cxx_g=yes
4322 else
4323 CXXFLAGS=""
4324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4325 /* end confdefs.h. */
4328 main ()
4332 return 0;
4334 _ACEOF
4335 if ac_fn_cxx_try_compile "$LINENO"; then :
4337 else
4338 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4339 CXXFLAGS="-g"
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341 /* end confdefs.h. */
4344 main ()
4348 return 0;
4350 _ACEOF
4351 if ac_fn_cxx_try_compile "$LINENO"; then :
4352 ac_cv_prog_cxx_g=yes
4354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4359 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4362 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4363 if test "$ac_test_CXXFLAGS" = set; then
4364 CXXFLAGS=$ac_save_CXXFLAGS
4365 elif test $ac_cv_prog_cxx_g = yes; then
4366 if test "$GXX" = yes; then
4367 CXXFLAGS="-g -O2"
4368 else
4369 CXXFLAGS="-g"
4371 else
4372 if test "$GXX" = yes; then
4373 CXXFLAGS="-O2"
4374 else
4375 CXXFLAGS=
4378 ac_ext=c
4379 ac_cpp='$CPP $CPPFLAGS'
4380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4384 depcc="$CXX" am_compiler_list=
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4387 $as_echo_n "checking dependency style of $depcc... " >&6; }
4388 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
4389 $as_echo_n "(cached) " >&6
4390 else
4391 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4392 # We make a subdir and do the tests there. Otherwise we can end up
4393 # making bogus files that we don't know about and never remove. For
4394 # instance it was reported that on HP-UX the gcc test will end up
4395 # making a dummy file named `D' -- because `-MD' means `put the output
4396 # in D'.
4397 mkdir conftest.dir
4398 # Copy depcomp to subdir because otherwise we won't find it if we're
4399 # using a relative directory.
4400 cp "$am_depcomp" conftest.dir
4401 cd conftest.dir
4402 # We will build objects and dependencies in a subdirectory because
4403 # it helps to detect inapplicable dependency modes. For instance
4404 # both Tru64's cc and ICC support -MD to output dependencies as a
4405 # side effect of compilation, but ICC will put the dependencies in
4406 # the current directory while Tru64 will put them in the object
4407 # directory.
4408 mkdir sub
4410 am_cv_CXX_dependencies_compiler_type=none
4411 if test "$am_compiler_list" = ""; then
4412 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4414 am__universal=false
4415 case " $depcc " in #(
4416 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4417 esac
4419 for depmode in $am_compiler_list; do
4420 # Setup a source with many dependencies, because some compilers
4421 # like to wrap large dependency lists on column 80 (with \), and
4422 # we should not choose a depcomp mode which is confused by this.
4424 # We need to recreate these files for each test, as the compiler may
4425 # overwrite some of them when testing with obscure command lines.
4426 # This happens at least with the AIX C compiler.
4427 : > sub/conftest.c
4428 for i in 1 2 3 4 5 6; do
4429 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4430 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4431 # Solaris 8's {/usr,}/bin/sh.
4432 touch sub/conftst$i.h
4433 done
4434 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4436 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4437 # mode. It turns out that the SunPro C++ compiler does not properly
4438 # handle `-M -o', and we need to detect this. Also, some Intel
4439 # versions had trouble with output in subdirs
4440 am__obj=sub/conftest.${OBJEXT-o}
4441 am__minus_obj="-o $am__obj"
4442 case $depmode in
4443 gcc)
4444 # This depmode causes a compiler race in universal mode.
4445 test "$am__universal" = false || continue
4447 nosideeffect)
4448 # after this tag, mechanisms are not by side-effect, so they'll
4449 # only be used when explicitly requested
4450 if test "x$enable_dependency_tracking" = xyes; then
4451 continue
4452 else
4453 break
4456 msvisualcpp | msvcmsys)
4457 # This compiler won't grok `-c -o', but also, the minuso test has
4458 # not run yet. These depmodes are late enough in the game, and
4459 # so weak that their functioning should not be impacted.
4460 am__obj=conftest.${OBJEXT-o}
4461 am__minus_obj=
4463 none) break ;;
4464 esac
4465 if depmode=$depmode \
4466 source=sub/conftest.c object=$am__obj \
4467 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4468 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4469 >/dev/null 2>conftest.err &&
4470 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4471 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4472 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4473 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4474 # icc doesn't choke on unknown options, it will just issue warnings
4475 # or remarks (even with -Werror). So we grep stderr for any message
4476 # that says an option was ignored or not supported.
4477 # When given -MP, icc 7.0 and 7.1 complain thusly:
4478 # icc: Command line warning: ignoring option '-M'; no argument required
4479 # The diagnosis changed in icc 8.0:
4480 # icc: Command line remark: option '-MP' not supported
4481 if (grep 'ignoring option' conftest.err ||
4482 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4483 am_cv_CXX_dependencies_compiler_type=$depmode
4484 break
4487 done
4489 cd ..
4490 rm -rf conftest.dir
4491 else
4492 am_cv_CXX_dependencies_compiler_type=none
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4497 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4498 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4501 test "x$enable_dependency_tracking" != xno \
4502 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
4503 am__fastdepCXX_TRUE=
4504 am__fastdepCXX_FALSE='#'
4505 else
4506 am__fastdepCXX_TRUE='#'
4507 am__fastdepCXX_FALSE=
4511 # By default we simply use the C compiler to build assembly code.
4513 test "${CCAS+set}" = set || CCAS=$CC
4514 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4518 depcc="$CCAS" am_compiler_list=
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4521 $as_echo_n "checking dependency style of $depcc... " >&6; }
4522 if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
4524 else
4525 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4526 # We make a subdir and do the tests there. Otherwise we can end up
4527 # making bogus files that we don't know about and never remove. For
4528 # instance it was reported that on HP-UX the gcc test will end up
4529 # making a dummy file named `D' -- because `-MD' means `put the output
4530 # in D'.
4531 mkdir conftest.dir
4532 # Copy depcomp to subdir because otherwise we won't find it if we're
4533 # using a relative directory.
4534 cp "$am_depcomp" conftest.dir
4535 cd conftest.dir
4536 # We will build objects and dependencies in a subdirectory because
4537 # it helps to detect inapplicable dependency modes. For instance
4538 # both Tru64's cc and ICC support -MD to output dependencies as a
4539 # side effect of compilation, but ICC will put the dependencies in
4540 # the current directory while Tru64 will put them in the object
4541 # directory.
4542 mkdir sub
4544 am_cv_CCAS_dependencies_compiler_type=none
4545 if test "$am_compiler_list" = ""; then
4546 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4548 am__universal=false
4551 for depmode in $am_compiler_list; do
4552 # Setup a source with many dependencies, because some compilers
4553 # like to wrap large dependency lists on column 80 (with \), and
4554 # we should not choose a depcomp mode which is confused by this.
4556 # We need to recreate these files for each test, as the compiler may
4557 # overwrite some of them when testing with obscure command lines.
4558 # This happens at least with the AIX C compiler.
4559 : > sub/conftest.c
4560 for i in 1 2 3 4 5 6; do
4561 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4562 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4563 # Solaris 8's {/usr,}/bin/sh.
4564 touch sub/conftst$i.h
4565 done
4566 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4568 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4569 # mode. It turns out that the SunPro C++ compiler does not properly
4570 # handle `-M -o', and we need to detect this. Also, some Intel
4571 # versions had trouble with output in subdirs
4572 am__obj=sub/conftest.${OBJEXT-o}
4573 am__minus_obj="-o $am__obj"
4574 case $depmode in
4575 gcc)
4576 # This depmode causes a compiler race in universal mode.
4577 test "$am__universal" = false || continue
4579 nosideeffect)
4580 # after this tag, mechanisms are not by side-effect, so they'll
4581 # only be used when explicitly requested
4582 if test "x$enable_dependency_tracking" = xyes; then
4583 continue
4584 else
4585 break
4588 msvisualcpp | msvcmsys)
4589 # This compiler won't grok `-c -o', but also, the minuso test has
4590 # not run yet. These depmodes are late enough in the game, and
4591 # so weak that their functioning should not be impacted.
4592 am__obj=conftest.${OBJEXT-o}
4593 am__minus_obj=
4595 none) break ;;
4596 esac
4597 if depmode=$depmode \
4598 source=sub/conftest.c object=$am__obj \
4599 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4600 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4601 >/dev/null 2>conftest.err &&
4602 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4603 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4604 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4605 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4606 # icc doesn't choke on unknown options, it will just issue warnings
4607 # or remarks (even with -Werror). So we grep stderr for any message
4608 # that says an option was ignored or not supported.
4609 # When given -MP, icc 7.0 and 7.1 complain thusly:
4610 # icc: Command line warning: ignoring option '-M'; no argument required
4611 # The diagnosis changed in icc 8.0:
4612 # icc: Command line remark: option '-MP' not supported
4613 if (grep 'ignoring option' conftest.err ||
4614 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4615 am_cv_CCAS_dependencies_compiler_type=$depmode
4616 break
4619 done
4621 cd ..
4622 rm -rf conftest.dir
4623 else
4624 am_cv_CCAS_dependencies_compiler_type=none
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4629 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4630 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4633 test "x$enable_dependency_tracking" != xno \
4634 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4635 am__fastdepCCAS_TRUE=
4636 am__fastdepCCAS_FALSE='#'
4637 else
4638 am__fastdepCCAS_TRUE='#'
4639 am__fastdepCCAS_FALSE=
4644 enable_dlopen=yes
4648 case `pwd` in
4649 *\ * | *\ *)
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4651 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4652 esac
4656 macro_version='2.2.7a'
4657 macro_revision='1.3134'
4671 ltmain="$ac_aux_dir/ltmain.sh"
4673 # Backslashify metacharacters that are still active within
4674 # double-quoted strings.
4675 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4677 # Same as above, but do not quote variable references.
4678 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4680 # Sed substitution to delay expansion of an escaped shell variable in a
4681 # double_quote_subst'ed string.
4682 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4684 # Sed substitution to delay expansion of an escaped single quote.
4685 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4687 # Sed substitution to avoid accidental globbing in evaled expressions
4688 no_glob_subst='s/\*/\\\*/g'
4690 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4691 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4692 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4695 $as_echo_n "checking how to print strings... " >&6; }
4696 # Test print first, because it will be a builtin if present.
4697 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4698 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4699 ECHO='print -r --'
4700 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4701 ECHO='printf %s\n'
4702 else
4703 # Use this function as a fallback that always works.
4704 func_fallback_echo ()
4706 eval 'cat <<_LTECHO_EOF
4708 _LTECHO_EOF'
4710 ECHO='func_fallback_echo'
4713 # func_echo_all arg...
4714 # Invoke $ECHO with all args, space-separated.
4715 func_echo_all ()
4717 $ECHO ""
4720 case "$ECHO" in
4721 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4722 $as_echo "printf" >&6; } ;;
4723 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4724 $as_echo "print -r" >&6; } ;;
4725 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4726 $as_echo "cat" >&6; } ;;
4727 esac
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4743 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4744 if test "${ac_cv_path_SED+set}" = set; then :
4745 $as_echo_n "(cached) " >&6
4746 else
4747 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4748 for ac_i in 1 2 3 4 5 6 7; do
4749 ac_script="$ac_script$as_nl$ac_script"
4750 done
4751 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4752 { ac_script=; unset ac_script;}
4753 if test -z "$SED"; then
4754 ac_path_SED_found=false
4755 # Loop through the user's path and test for each of PROGNAME-LIST
4756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4757 for as_dir in $PATH
4759 IFS=$as_save_IFS
4760 test -z "$as_dir" && as_dir=.
4761 for ac_prog in sed gsed; do
4762 for ac_exec_ext in '' $ac_executable_extensions; do
4763 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4764 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4765 # Check for GNU ac_path_SED and select it if it is found.
4766 # Check for GNU $ac_path_SED
4767 case `"$ac_path_SED" --version 2>&1` in
4768 *GNU*)
4769 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4771 ac_count=0
4772 $as_echo_n 0123456789 >"conftest.in"
4773 while :
4775 cat "conftest.in" "conftest.in" >"conftest.tmp"
4776 mv "conftest.tmp" "conftest.in"
4777 cp "conftest.in" "conftest.nl"
4778 $as_echo '' >> "conftest.nl"
4779 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4780 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4781 as_fn_arith $ac_count + 1 && ac_count=$as_val
4782 if test $ac_count -gt ${ac_path_SED_max-0}; then
4783 # Best one so far, save it but keep looking for a better one
4784 ac_cv_path_SED="$ac_path_SED"
4785 ac_path_SED_max=$ac_count
4787 # 10*(2^10) chars as input seems more than enough
4788 test $ac_count -gt 10 && break
4789 done
4790 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4791 esac
4793 $ac_path_SED_found && break 3
4794 done
4795 done
4796 done
4797 IFS=$as_save_IFS
4798 if test -z "$ac_cv_path_SED"; then
4799 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4801 else
4802 ac_cv_path_SED=$SED
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4807 $as_echo "$ac_cv_path_SED" >&6; }
4808 SED="$ac_cv_path_SED"
4809 rm -f conftest.sed
4811 test -z "$SED" && SED=sed
4812 Xsed="$SED -e 1s/^X//"
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4825 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4826 if test "${ac_cv_path_GREP+set}" = set; then :
4827 $as_echo_n "(cached) " >&6
4828 else
4829 if test -z "$GREP"; then
4830 ac_path_GREP_found=false
4831 # Loop through the user's path and test for each of PROGNAME-LIST
4832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4833 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4835 IFS=$as_save_IFS
4836 test -z "$as_dir" && as_dir=.
4837 for ac_prog in grep ggrep; do
4838 for ac_exec_ext in '' $ac_executable_extensions; do
4839 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4840 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4841 # Check for GNU ac_path_GREP and select it if it is found.
4842 # Check for GNU $ac_path_GREP
4843 case `"$ac_path_GREP" --version 2>&1` in
4844 *GNU*)
4845 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4847 ac_count=0
4848 $as_echo_n 0123456789 >"conftest.in"
4849 while :
4851 cat "conftest.in" "conftest.in" >"conftest.tmp"
4852 mv "conftest.tmp" "conftest.in"
4853 cp "conftest.in" "conftest.nl"
4854 $as_echo 'GREP' >> "conftest.nl"
4855 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4856 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4857 as_fn_arith $ac_count + 1 && ac_count=$as_val
4858 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4859 # Best one so far, save it but keep looking for a better one
4860 ac_cv_path_GREP="$ac_path_GREP"
4861 ac_path_GREP_max=$ac_count
4863 # 10*(2^10) chars as input seems more than enough
4864 test $ac_count -gt 10 && break
4865 done
4866 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4867 esac
4869 $ac_path_GREP_found && break 3
4870 done
4871 done
4872 done
4873 IFS=$as_save_IFS
4874 if test -z "$ac_cv_path_GREP"; then
4875 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4877 else
4878 ac_cv_path_GREP=$GREP
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4883 $as_echo "$ac_cv_path_GREP" >&6; }
4884 GREP="$ac_cv_path_GREP"
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4888 $as_echo_n "checking for egrep... " >&6; }
4889 if test "${ac_cv_path_EGREP+set}" = set; then :
4890 $as_echo_n "(cached) " >&6
4891 else
4892 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4893 then ac_cv_path_EGREP="$GREP -E"
4894 else
4895 if test -z "$EGREP"; then
4896 ac_path_EGREP_found=false
4897 # Loop through the user's path and test for each of PROGNAME-LIST
4898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4899 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4901 IFS=$as_save_IFS
4902 test -z "$as_dir" && as_dir=.
4903 for ac_prog in egrep; do
4904 for ac_exec_ext in '' $ac_executable_extensions; do
4905 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4906 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4907 # Check for GNU ac_path_EGREP and select it if it is found.
4908 # Check for GNU $ac_path_EGREP
4909 case `"$ac_path_EGREP" --version 2>&1` in
4910 *GNU*)
4911 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4913 ac_count=0
4914 $as_echo_n 0123456789 >"conftest.in"
4915 while :
4917 cat "conftest.in" "conftest.in" >"conftest.tmp"
4918 mv "conftest.tmp" "conftest.in"
4919 cp "conftest.in" "conftest.nl"
4920 $as_echo 'EGREP' >> "conftest.nl"
4921 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4922 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4923 as_fn_arith $ac_count + 1 && ac_count=$as_val
4924 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4925 # Best one so far, save it but keep looking for a better one
4926 ac_cv_path_EGREP="$ac_path_EGREP"
4927 ac_path_EGREP_max=$ac_count
4929 # 10*(2^10) chars as input seems more than enough
4930 test $ac_count -gt 10 && break
4931 done
4932 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4933 esac
4935 $ac_path_EGREP_found && break 3
4936 done
4937 done
4938 done
4939 IFS=$as_save_IFS
4940 if test -z "$ac_cv_path_EGREP"; then
4941 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4943 else
4944 ac_cv_path_EGREP=$EGREP
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4950 $as_echo "$ac_cv_path_EGREP" >&6; }
4951 EGREP="$ac_cv_path_EGREP"
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4955 $as_echo_n "checking for fgrep... " >&6; }
4956 if test "${ac_cv_path_FGREP+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
4958 else
4959 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4960 then ac_cv_path_FGREP="$GREP -F"
4961 else
4962 if test -z "$FGREP"; then
4963 ac_path_FGREP_found=false
4964 # Loop through the user's path and test for each of PROGNAME-LIST
4965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4966 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4968 IFS=$as_save_IFS
4969 test -z "$as_dir" && as_dir=.
4970 for ac_prog in fgrep; do
4971 for ac_exec_ext in '' $ac_executable_extensions; do
4972 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4973 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4974 # Check for GNU ac_path_FGREP and select it if it is found.
4975 # Check for GNU $ac_path_FGREP
4976 case `"$ac_path_FGREP" --version 2>&1` in
4977 *GNU*)
4978 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4980 ac_count=0
4981 $as_echo_n 0123456789 >"conftest.in"
4982 while :
4984 cat "conftest.in" "conftest.in" >"conftest.tmp"
4985 mv "conftest.tmp" "conftest.in"
4986 cp "conftest.in" "conftest.nl"
4987 $as_echo 'FGREP' >> "conftest.nl"
4988 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4989 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4990 as_fn_arith $ac_count + 1 && ac_count=$as_val
4991 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4992 # Best one so far, save it but keep looking for a better one
4993 ac_cv_path_FGREP="$ac_path_FGREP"
4994 ac_path_FGREP_max=$ac_count
4996 # 10*(2^10) chars as input seems more than enough
4997 test $ac_count -gt 10 && break
4998 done
4999 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5000 esac
5002 $ac_path_FGREP_found && break 3
5003 done
5004 done
5005 done
5006 IFS=$as_save_IFS
5007 if test -z "$ac_cv_path_FGREP"; then
5008 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5010 else
5011 ac_cv_path_FGREP=$FGREP
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5017 $as_echo "$ac_cv_path_FGREP" >&6; }
5018 FGREP="$ac_cv_path_FGREP"
5021 test -z "$GREP" && GREP=grep
5041 # Check whether --with-gnu-ld was given.
5042 if test "${with_gnu_ld+set}" = set; then :
5043 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5044 else
5045 with_gnu_ld=no
5048 ac_prog=ld
5049 if test "$GCC" = yes; then
5050 # Check if gcc -print-prog-name=ld gives a path.
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5052 $as_echo_n "checking for ld used by $CC... " >&6; }
5053 case $host in
5054 *-*-mingw*)
5055 # gcc leaves a trailing carriage return which upsets mingw
5056 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5058 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5059 esac
5060 case $ac_prog in
5061 # Accept absolute paths.
5062 [\\/]* | ?:[\\/]*)
5063 re_direlt='/[^/][^/]*/\.\./'
5064 # Canonicalize the pathname of ld
5065 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5066 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5067 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5068 done
5069 test -z "$LD" && LD="$ac_prog"
5072 # If it fails, then pretend we aren't using GCC.
5073 ac_prog=ld
5076 # If it is relative, then search for the first ld in PATH.
5077 with_gnu_ld=unknown
5079 esac
5080 elif test "$with_gnu_ld" = yes; then
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5082 $as_echo_n "checking for GNU ld... " >&6; }
5083 else
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5085 $as_echo_n "checking for non-GNU ld... " >&6; }
5087 if test "${lt_cv_path_LD+set}" = set; then :
5088 $as_echo_n "(cached) " >&6
5089 else
5090 if test -z "$LD"; then
5091 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5092 for ac_dir in $PATH; do
5093 IFS="$lt_save_ifs"
5094 test -z "$ac_dir" && ac_dir=.
5095 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5096 lt_cv_path_LD="$ac_dir/$ac_prog"
5097 # Check to see if the program is GNU ld. I'd rather use --version,
5098 # but apparently some variants of GNU ld only accept -v.
5099 # Break only if it was the GNU/non-GNU ld that we prefer.
5100 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5101 *GNU* | *'with BFD'*)
5102 test "$with_gnu_ld" != no && break
5105 test "$with_gnu_ld" != yes && break
5107 esac
5109 done
5110 IFS="$lt_save_ifs"
5111 else
5112 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5116 LD="$lt_cv_path_LD"
5117 if test -n "$LD"; then
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5119 $as_echo "$LD" >&6; }
5120 else
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5122 $as_echo "no" >&6; }
5124 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5126 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5127 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5128 $as_echo_n "(cached) " >&6
5129 else
5130 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5131 case `$LD -v 2>&1 </dev/null` in
5132 *GNU* | *'with BFD'*)
5133 lt_cv_prog_gnu_ld=yes
5136 lt_cv_prog_gnu_ld=no
5138 esac
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5141 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5142 with_gnu_ld=$lt_cv_prog_gnu_ld
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5153 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5154 if test "${lt_cv_path_NM+set}" = set; then :
5155 $as_echo_n "(cached) " >&6
5156 else
5157 if test -n "$NM"; then
5158 # Let the user override the test.
5159 lt_cv_path_NM="$NM"
5160 else
5161 lt_nm_to_check="${ac_tool_prefix}nm"
5162 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5163 lt_nm_to_check="$lt_nm_to_check nm"
5165 for lt_tmp_nm in $lt_nm_to_check; do
5166 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5167 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5168 IFS="$lt_save_ifs"
5169 test -z "$ac_dir" && ac_dir=.
5170 tmp_nm="$ac_dir/$lt_tmp_nm"
5171 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5172 # Check to see if the nm accepts a BSD-compat flag.
5173 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5174 # nm: unknown option "B" ignored
5175 # Tru64's nm complains that /dev/null is an invalid object file
5176 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5177 */dev/null* | *'Invalid file or object type'*)
5178 lt_cv_path_NM="$tmp_nm -B"
5179 break
5182 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5183 */dev/null*)
5184 lt_cv_path_NM="$tmp_nm -p"
5185 break
5188 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5189 continue # so that we can try to find one that supports BSD flags
5191 esac
5193 esac
5195 done
5196 IFS="$lt_save_ifs"
5197 done
5198 : ${lt_cv_path_NM=no}
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5202 $as_echo "$lt_cv_path_NM" >&6; }
5203 if test "$lt_cv_path_NM" != "no"; then
5204 NM="$lt_cv_path_NM"
5205 else
5206 # Didn't find any BSD compatible name lister, look for dumpbin.
5207 if test -n "$DUMPBIN"; then :
5208 # Let the user override the test.
5209 else
5210 if test -n "$ac_tool_prefix"; then
5211 for ac_prog in dumpbin "link -dump"
5213 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5214 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5216 $as_echo_n "checking for $ac_word... " >&6; }
5217 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5218 $as_echo_n "(cached) " >&6
5219 else
5220 if test -n "$DUMPBIN"; then
5221 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5222 else
5223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5224 for as_dir in $PATH
5226 IFS=$as_save_IFS
5227 test -z "$as_dir" && as_dir=.
5228 for ac_exec_ext in '' $ac_executable_extensions; do
5229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5230 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5232 break 2
5234 done
5235 done
5236 IFS=$as_save_IFS
5240 DUMPBIN=$ac_cv_prog_DUMPBIN
5241 if test -n "$DUMPBIN"; then
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5243 $as_echo "$DUMPBIN" >&6; }
5244 else
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5246 $as_echo "no" >&6; }
5250 test -n "$DUMPBIN" && break
5251 done
5253 if test -z "$DUMPBIN"; then
5254 ac_ct_DUMPBIN=$DUMPBIN
5255 for ac_prog in dumpbin "link -dump"
5257 # Extract the first word of "$ac_prog", so it can be a program name with args.
5258 set dummy $ac_prog; ac_word=$2
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5260 $as_echo_n "checking for $ac_word... " >&6; }
5261 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5262 $as_echo_n "(cached) " >&6
5263 else
5264 if test -n "$ac_ct_DUMPBIN"; then
5265 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5266 else
5267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268 for as_dir in $PATH
5270 IFS=$as_save_IFS
5271 test -z "$as_dir" && as_dir=.
5272 for ac_exec_ext in '' $ac_executable_extensions; do
5273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5274 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5276 break 2
5278 done
5279 done
5280 IFS=$as_save_IFS
5284 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5285 if test -n "$ac_ct_DUMPBIN"; then
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5287 $as_echo "$ac_ct_DUMPBIN" >&6; }
5288 else
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5290 $as_echo "no" >&6; }
5294 test -n "$ac_ct_DUMPBIN" && break
5295 done
5297 if test "x$ac_ct_DUMPBIN" = x; then
5298 DUMPBIN=":"
5299 else
5300 case $cross_compiling:$ac_tool_warned in
5301 yes:)
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5303 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5304 ac_tool_warned=yes ;;
5305 esac
5306 DUMPBIN=$ac_ct_DUMPBIN
5310 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5311 *COFF*)
5312 DUMPBIN="$DUMPBIN -symbols"
5315 DUMPBIN=:
5317 esac
5320 if test "$DUMPBIN" != ":"; then
5321 NM="$DUMPBIN"
5324 test -z "$NM" && NM=nm
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5332 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5333 if test "${lt_cv_nm_interface+set}" = set; then :
5334 $as_echo_n "(cached) " >&6
5335 else
5336 lt_cv_nm_interface="BSD nm"
5337 echo "int some_variable = 0;" > conftest.$ac_ext
5338 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5339 (eval "$ac_compile" 2>conftest.err)
5340 cat conftest.err >&5
5341 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5342 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5343 cat conftest.err >&5
5344 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5345 cat conftest.out >&5
5346 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5347 lt_cv_nm_interface="MS dumpbin"
5349 rm -f conftest*
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5352 $as_echo "$lt_cv_nm_interface" >&6; }
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5355 $as_echo_n "checking whether ln -s works... " >&6; }
5356 LN_S=$as_ln_s
5357 if test "$LN_S" = "ln -s"; then
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5359 $as_echo "yes" >&6; }
5360 else
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5362 $as_echo "no, using $LN_S" >&6; }
5365 # find the maximum length of command line arguments
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5367 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5368 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5369 $as_echo_n "(cached) " >&6
5370 else
5372 teststring="ABCD"
5374 case $build_os in
5375 msdosdjgpp*)
5376 # On DJGPP, this test can blow up pretty badly due to problems in libc
5377 # (any single argument exceeding 2000 bytes causes a buffer overrun
5378 # during glob expansion). Even if it were fixed, the result of this
5379 # check would be larger than it should be.
5380 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5383 gnu*)
5384 # Under GNU Hurd, this test is not required because there is
5385 # no limit to the length of command line arguments.
5386 # Libtool will interpret -1 as no limit whatsoever
5387 lt_cv_sys_max_cmd_len=-1;
5390 cygwin* | mingw* | cegcc*)
5391 # On Win9x/ME, this test blows up -- it succeeds, but takes
5392 # about 5 minutes as the teststring grows exponentially.
5393 # Worse, since 9x/ME are not pre-emptively multitasking,
5394 # you end up with a "frozen" computer, even though with patience
5395 # the test eventually succeeds (with a max line length of 256k).
5396 # Instead, let's just punt: use the minimum linelength reported by
5397 # all of the supported platforms: 8192 (on NT/2K/XP).
5398 lt_cv_sys_max_cmd_len=8192;
5401 mint*)
5402 # On MiNT this can take a long time and run out of memory.
5403 lt_cv_sys_max_cmd_len=8192;
5406 amigaos*)
5407 # On AmigaOS with pdksh, this test takes hours, literally.
5408 # So we just punt and use a minimum line length of 8192.
5409 lt_cv_sys_max_cmd_len=8192;
5412 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5413 # This has been around since 386BSD, at least. Likely further.
5414 if test -x /sbin/sysctl; then
5415 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5416 elif test -x /usr/sbin/sysctl; then
5417 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5418 else
5419 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5421 # And add a safety zone
5422 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5423 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5426 interix*)
5427 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5428 lt_cv_sys_max_cmd_len=196608
5431 osf*)
5432 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5433 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5434 # nice to cause kernel panics so lets avoid the loop below.
5435 # First set a reasonable default.
5436 lt_cv_sys_max_cmd_len=16384
5438 if test -x /sbin/sysconfig; then
5439 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5440 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5441 esac
5444 sco3.2v5*)
5445 lt_cv_sys_max_cmd_len=102400
5447 sysv5* | sco5v6* | sysv4.2uw2*)
5448 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5449 if test -n "$kargmax"; then
5450 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5451 else
5452 lt_cv_sys_max_cmd_len=32768
5456 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5457 if test -n "$lt_cv_sys_max_cmd_len"; then
5458 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5459 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5460 else
5461 # Make teststring a little bigger before we do anything with it.
5462 # a 1K string should be a reasonable start.
5463 for i in 1 2 3 4 5 6 7 8 ; do
5464 teststring=$teststring$teststring
5465 done
5466 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5467 # If test is not a shell built-in, we'll probably end up computing a
5468 # maximum length that is only half of the actual maximum length, but
5469 # we can't tell.
5470 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5471 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5472 test $i != 17 # 1/2 MB should be enough
5474 i=`expr $i + 1`
5475 teststring=$teststring$teststring
5476 done
5477 # Only check the string length outside the loop.
5478 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5479 teststring=
5480 # Add a significant safety factor because C++ compilers can tack on
5481 # massive amounts of additional arguments before passing them to the
5482 # linker. It appears as though 1/2 is a usable value.
5483 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5486 esac
5490 if test -n $lt_cv_sys_max_cmd_len ; then
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5492 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5493 else
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5495 $as_echo "none" >&6; }
5497 max_cmd_len=$lt_cv_sys_max_cmd_len
5504 : ${CP="cp -f"}
5505 : ${MV="mv -f"}
5506 : ${RM="rm -f"}
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5509 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5510 # Try some XSI features
5511 xsi_shell=no
5512 ( _lt_dummy="a/b/c"
5513 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5514 = c,a/b,, \
5515 && eval 'test $(( 1 + 1 )) -eq 2 \
5516 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5517 && xsi_shell=yes
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5519 $as_echo "$xsi_shell" >&6; }
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5523 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5524 lt_shell_append=no
5525 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5526 >/dev/null 2>&1 \
5527 && lt_shell_append=yes
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5529 $as_echo "$lt_shell_append" >&6; }
5532 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5533 lt_unset=unset
5534 else
5535 lt_unset=false
5542 # test EBCDIC or ASCII
5543 case `echo X|tr X '\101'` in
5544 A) # ASCII based system
5545 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5546 lt_SP2NL='tr \040 \012'
5547 lt_NL2SP='tr \015\012 \040\040'
5549 *) # EBCDIC based system
5550 lt_SP2NL='tr \100 \n'
5551 lt_NL2SP='tr \r\n \100\100'
5553 esac
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5564 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5565 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5566 $as_echo_n "(cached) " >&6
5567 else
5568 lt_cv_ld_reload_flag='-r'
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5571 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5572 reload_flag=$lt_cv_ld_reload_flag
5573 case $reload_flag in
5574 "" | " "*) ;;
5575 *) reload_flag=" $reload_flag" ;;
5576 esac
5577 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5578 case $host_os in
5579 darwin*)
5580 if test "$GCC" = yes; then
5581 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5582 else
5583 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5586 esac
5596 if test -n "$ac_tool_prefix"; then
5597 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5598 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5600 $as_echo_n "checking for $ac_word... " >&6; }
5601 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5602 $as_echo_n "(cached) " >&6
5603 else
5604 if test -n "$OBJDUMP"; then
5605 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5606 else
5607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5608 for as_dir in $PATH
5610 IFS=$as_save_IFS
5611 test -z "$as_dir" && as_dir=.
5612 for ac_exec_ext in '' $ac_executable_extensions; do
5613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5614 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5616 break 2
5618 done
5619 done
5620 IFS=$as_save_IFS
5624 OBJDUMP=$ac_cv_prog_OBJDUMP
5625 if test -n "$OBJDUMP"; then
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5627 $as_echo "$OBJDUMP" >&6; }
5628 else
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5630 $as_echo "no" >&6; }
5635 if test -z "$ac_cv_prog_OBJDUMP"; then
5636 ac_ct_OBJDUMP=$OBJDUMP
5637 # Extract the first word of "objdump", so it can be a program name with args.
5638 set dummy objdump; ac_word=$2
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5640 $as_echo_n "checking for $ac_word... " >&6; }
5641 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5642 $as_echo_n "(cached) " >&6
5643 else
5644 if test -n "$ac_ct_OBJDUMP"; then
5645 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5646 else
5647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5648 for as_dir in $PATH
5650 IFS=$as_save_IFS
5651 test -z "$as_dir" && as_dir=.
5652 for ac_exec_ext in '' $ac_executable_extensions; do
5653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5654 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5656 break 2
5658 done
5659 done
5660 IFS=$as_save_IFS
5664 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5665 if test -n "$ac_ct_OBJDUMP"; then
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5667 $as_echo "$ac_ct_OBJDUMP" >&6; }
5668 else
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5670 $as_echo "no" >&6; }
5673 if test "x$ac_ct_OBJDUMP" = x; then
5674 OBJDUMP="false"
5675 else
5676 case $cross_compiling:$ac_tool_warned in
5677 yes:)
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5679 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5680 ac_tool_warned=yes ;;
5681 esac
5682 OBJDUMP=$ac_ct_OBJDUMP
5684 else
5685 OBJDUMP="$ac_cv_prog_OBJDUMP"
5688 test -z "$OBJDUMP" && OBJDUMP=objdump
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5699 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5700 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5701 $as_echo_n "(cached) " >&6
5702 else
5703 lt_cv_file_magic_cmd='$MAGIC_CMD'
5704 lt_cv_file_magic_test_file=
5705 lt_cv_deplibs_check_method='unknown'
5706 # Need to set the preceding variable on all platforms that support
5707 # interlibrary dependencies.
5708 # 'none' -- dependencies not supported.
5709 # `unknown' -- same as none, but documents that we really don't know.
5710 # 'pass_all' -- all dependencies passed with no checks.
5711 # 'test_compile' -- check by making test program.
5712 # 'file_magic [[regex]]' -- check by looking for files in library path
5713 # which responds to the $file_magic_cmd with a given extended regex.
5714 # If you have `file' or equivalent on your system and you're not sure
5715 # whether `pass_all' will *always* work, you probably want this one.
5717 case $host_os in
5718 aix[4-9]*)
5719 lt_cv_deplibs_check_method=pass_all
5722 beos*)
5723 lt_cv_deplibs_check_method=pass_all
5726 bsdi[45]*)
5727 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5728 lt_cv_file_magic_cmd='/usr/bin/file -L'
5729 lt_cv_file_magic_test_file=/shlib/libc.so
5732 cygwin*)
5733 # func_win32_libid is a shell function defined in ltmain.sh
5734 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5735 lt_cv_file_magic_cmd='func_win32_libid'
5738 mingw* | pw32*)
5739 # Base MSYS/MinGW do not provide the 'file' command needed by
5740 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5741 # unless we find 'file', for example because we are cross-compiling.
5742 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5743 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5744 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5745 lt_cv_file_magic_cmd='func_win32_libid'
5746 else
5747 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5748 lt_cv_file_magic_cmd='$OBJDUMP -f'
5752 cegcc*)
5753 # use the weaker test based on 'objdump'. See mingw*.
5754 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5755 lt_cv_file_magic_cmd='$OBJDUMP -f'
5758 darwin* | rhapsody*)
5759 lt_cv_deplibs_check_method=pass_all
5762 freebsd* | dragonfly*)
5763 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5764 case $host_cpu in
5765 i*86 )
5766 # Not sure whether the presence of OpenBSD here was a mistake.
5767 # Let's accept both of them until this is cleared up.
5768 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5769 lt_cv_file_magic_cmd=/usr/bin/file
5770 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5772 esac
5773 else
5774 lt_cv_deplibs_check_method=pass_all
5778 gnu*)
5779 lt_cv_deplibs_check_method=pass_all
5782 haiku*)
5783 lt_cv_deplibs_check_method=pass_all
5786 hpux10.20* | hpux11*)
5787 lt_cv_file_magic_cmd=/usr/bin/file
5788 case $host_cpu in
5789 ia64*)
5790 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5791 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5793 hppa*64*)
5794 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]'
5795 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5798 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5799 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5801 esac
5804 interix[3-9]*)
5805 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5806 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5809 irix5* | irix6* | nonstopux*)
5810 case $LD in
5811 *-32|*"-32 ") libmagic=32-bit;;
5812 *-n32|*"-n32 ") libmagic=N32;;
5813 *-64|*"-64 ") libmagic=64-bit;;
5814 *) libmagic=never-match;;
5815 esac
5816 lt_cv_deplibs_check_method=pass_all
5819 # This must be Linux ELF.
5820 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5821 lt_cv_deplibs_check_method=pass_all
5824 netbsd*)
5825 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5826 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5827 else
5828 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5832 newos6*)
5833 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5834 lt_cv_file_magic_cmd=/usr/bin/file
5835 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5838 *nto* | *qnx*)
5839 lt_cv_deplibs_check_method=pass_all
5842 openbsd*)
5843 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5844 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5845 else
5846 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5850 osf3* | osf4* | osf5*)
5851 lt_cv_deplibs_check_method=pass_all
5854 rdos*)
5855 lt_cv_deplibs_check_method=pass_all
5858 solaris*)
5859 lt_cv_deplibs_check_method=pass_all
5862 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5863 lt_cv_deplibs_check_method=pass_all
5866 sysv4 | sysv4.3*)
5867 case $host_vendor in
5868 motorola)
5869 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]'
5870 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5872 ncr)
5873 lt_cv_deplibs_check_method=pass_all
5875 sequent)
5876 lt_cv_file_magic_cmd='/bin/file'
5877 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5879 sni)
5880 lt_cv_file_magic_cmd='/bin/file'
5881 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5882 lt_cv_file_magic_test_file=/lib/libc.so
5884 siemens)
5885 lt_cv_deplibs_check_method=pass_all
5888 lt_cv_deplibs_check_method=pass_all
5890 esac
5893 tpf*)
5894 lt_cv_deplibs_check_method=pass_all
5896 esac
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5900 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5901 file_magic_cmd=$lt_cv_file_magic_cmd
5902 deplibs_check_method=$lt_cv_deplibs_check_method
5903 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5916 if test -n "$ac_tool_prefix"; then
5917 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5918 set dummy ${ac_tool_prefix}ar; ac_word=$2
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5920 $as_echo_n "checking for $ac_word... " >&6; }
5921 if test "${ac_cv_prog_AR+set}" = set; then :
5922 $as_echo_n "(cached) " >&6
5923 else
5924 if test -n "$AR"; then
5925 ac_cv_prog_AR="$AR" # Let the user override the test.
5926 else
5927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928 for as_dir in $PATH
5930 IFS=$as_save_IFS
5931 test -z "$as_dir" && as_dir=.
5932 for ac_exec_ext in '' $ac_executable_extensions; do
5933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5934 ac_cv_prog_AR="${ac_tool_prefix}ar"
5935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 break 2
5938 done
5939 done
5940 IFS=$as_save_IFS
5944 AR=$ac_cv_prog_AR
5945 if test -n "$AR"; then
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5947 $as_echo "$AR" >&6; }
5948 else
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5950 $as_echo "no" >&6; }
5955 if test -z "$ac_cv_prog_AR"; then
5956 ac_ct_AR=$AR
5957 # Extract the first word of "ar", so it can be a program name with args.
5958 set dummy ar; ac_word=$2
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960 $as_echo_n "checking for $ac_word... " >&6; }
5961 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5962 $as_echo_n "(cached) " >&6
5963 else
5964 if test -n "$ac_ct_AR"; then
5965 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_ac_ct_AR="ar"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5985 if test -n "$ac_ct_AR"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5987 $as_echo "$ac_ct_AR" >&6; }
5988 else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990 $as_echo "no" >&6; }
5993 if test "x$ac_ct_AR" = x; then
5994 AR="false"
5995 else
5996 case $cross_compiling:$ac_tool_warned in
5997 yes:)
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6000 ac_tool_warned=yes ;;
6001 esac
6002 AR=$ac_ct_AR
6004 else
6005 AR="$ac_cv_prog_AR"
6008 test -z "$AR" && AR=ar
6009 test -z "$AR_FLAGS" && AR_FLAGS=cru
6021 if test -n "$ac_tool_prefix"; then
6022 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6023 set dummy ${ac_tool_prefix}strip; ac_word=$2
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6025 $as_echo_n "checking for $ac_word... " >&6; }
6026 if test "${ac_cv_prog_STRIP+set}" = set; then :
6027 $as_echo_n "(cached) " >&6
6028 else
6029 if test -n "$STRIP"; then
6030 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6031 else
6032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033 for as_dir in $PATH
6035 IFS=$as_save_IFS
6036 test -z "$as_dir" && as_dir=.
6037 for ac_exec_ext in '' $ac_executable_extensions; do
6038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6039 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6041 break 2
6043 done
6044 done
6045 IFS=$as_save_IFS
6049 STRIP=$ac_cv_prog_STRIP
6050 if test -n "$STRIP"; then
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6052 $as_echo "$STRIP" >&6; }
6053 else
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055 $as_echo "no" >&6; }
6060 if test -z "$ac_cv_prog_STRIP"; then
6061 ac_ct_STRIP=$STRIP
6062 # Extract the first word of "strip", so it can be a program name with args.
6063 set dummy strip; ac_word=$2
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6065 $as_echo_n "checking for $ac_word... " >&6; }
6066 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6067 $as_echo_n "(cached) " >&6
6068 else
6069 if test -n "$ac_ct_STRIP"; then
6070 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6071 else
6072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6073 for as_dir in $PATH
6075 IFS=$as_save_IFS
6076 test -z "$as_dir" && as_dir=.
6077 for ac_exec_ext in '' $ac_executable_extensions; do
6078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6079 ac_cv_prog_ac_ct_STRIP="strip"
6080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6081 break 2
6083 done
6084 done
6085 IFS=$as_save_IFS
6089 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6090 if test -n "$ac_ct_STRIP"; then
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6092 $as_echo "$ac_ct_STRIP" >&6; }
6093 else
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6095 $as_echo "no" >&6; }
6098 if test "x$ac_ct_STRIP" = x; then
6099 STRIP=":"
6100 else
6101 case $cross_compiling:$ac_tool_warned in
6102 yes:)
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6104 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6105 ac_tool_warned=yes ;;
6106 esac
6107 STRIP=$ac_ct_STRIP
6109 else
6110 STRIP="$ac_cv_prog_STRIP"
6113 test -z "$STRIP" && STRIP=:
6120 if test -n "$ac_tool_prefix"; then
6121 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6122 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6124 $as_echo_n "checking for $ac_word... " >&6; }
6125 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6126 $as_echo_n "(cached) " >&6
6127 else
6128 if test -n "$RANLIB"; then
6129 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6130 else
6131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6132 for as_dir in $PATH
6134 IFS=$as_save_IFS
6135 test -z "$as_dir" && as_dir=.
6136 for ac_exec_ext in '' $ac_executable_extensions; do
6137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6138 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6140 break 2
6142 done
6143 done
6144 IFS=$as_save_IFS
6148 RANLIB=$ac_cv_prog_RANLIB
6149 if test -n "$RANLIB"; then
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6151 $as_echo "$RANLIB" >&6; }
6152 else
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6154 $as_echo "no" >&6; }
6159 if test -z "$ac_cv_prog_RANLIB"; then
6160 ac_ct_RANLIB=$RANLIB
6161 # Extract the first word of "ranlib", so it can be a program name with args.
6162 set dummy ranlib; ac_word=$2
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6164 $as_echo_n "checking for $ac_word... " >&6; }
6165 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6166 $as_echo_n "(cached) " >&6
6167 else
6168 if test -n "$ac_ct_RANLIB"; then
6169 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6170 else
6171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6172 for as_dir in $PATH
6174 IFS=$as_save_IFS
6175 test -z "$as_dir" && as_dir=.
6176 for ac_exec_ext in '' $ac_executable_extensions; do
6177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6178 ac_cv_prog_ac_ct_RANLIB="ranlib"
6179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6180 break 2
6182 done
6183 done
6184 IFS=$as_save_IFS
6188 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6189 if test -n "$ac_ct_RANLIB"; then
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6191 $as_echo "$ac_ct_RANLIB" >&6; }
6192 else
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6194 $as_echo "no" >&6; }
6197 if test "x$ac_ct_RANLIB" = x; then
6198 RANLIB=":"
6199 else
6200 case $cross_compiling:$ac_tool_warned in
6201 yes:)
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6203 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6204 ac_tool_warned=yes ;;
6205 esac
6206 RANLIB=$ac_ct_RANLIB
6208 else
6209 RANLIB="$ac_cv_prog_RANLIB"
6212 test -z "$RANLIB" && RANLIB=:
6219 # Determine commands to create old-style static archives.
6220 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6221 old_postinstall_cmds='chmod 644 $oldlib'
6222 old_postuninstall_cmds=
6224 if test -n "$RANLIB"; then
6225 case $host_os in
6226 openbsd*)
6227 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6230 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6232 esac
6233 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6236 case $host_os in
6237 darwin*)
6238 lock_old_archive_extraction=yes ;;
6240 lock_old_archive_extraction=no ;;
6241 esac
6281 # If no C compiler was specified, use CC.
6282 LTCC=${LTCC-"$CC"}
6284 # If no C compiler flags were specified, use CFLAGS.
6285 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6287 # Allow CC to be a program name with arguments.
6288 compiler=$CC
6291 # Check for command to grab the raw symbol name followed by C symbol from nm.
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6293 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6294 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6295 $as_echo_n "(cached) " >&6
6296 else
6298 # These are sane defaults that work on at least a few old systems.
6299 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6301 # Character class describing NM global symbol codes.
6302 symcode='[BCDEGRST]'
6304 # Regexp to match symbols that can be accessed directly from C.
6305 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6307 # Define system-specific variables.
6308 case $host_os in
6309 aix*)
6310 symcode='[BCDT]'
6312 cygwin* | mingw* | pw32* | cegcc*)
6313 symcode='[ABCDGISTW]'
6315 hpux*)
6316 if test "$host_cpu" = ia64; then
6317 symcode='[ABCDEGRST]'
6320 irix* | nonstopux*)
6321 symcode='[BCDEGRST]'
6323 osf*)
6324 symcode='[BCDEGQRST]'
6326 solaris*)
6327 symcode='[BDRT]'
6329 sco3.2v5*)
6330 symcode='[DT]'
6332 sysv4.2uw2*)
6333 symcode='[DT]'
6335 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6336 symcode='[ABDT]'
6338 sysv4)
6339 symcode='[DFNSTU]'
6341 esac
6343 # If we're using GNU nm, then use its standard symbol codes.
6344 case `$NM -V 2>&1` in
6345 *GNU* | *'with BFD'*)
6346 symcode='[ABCDGIRSTW]' ;;
6347 esac
6349 # Transform an extracted symbol line into a proper C declaration.
6350 # Some systems (esp. on ia64) link data and code symbols differently,
6351 # so use this general approach.
6352 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6354 # Transform an extracted symbol line into symbol name and symbol address
6355 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6356 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'"
6358 # Handle CRLF in mingw tool chain
6359 opt_cr=
6360 case $build_os in
6361 mingw*)
6362 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6364 esac
6366 # Try without a prefix underscore, then with it.
6367 for ac_symprfx in "" "_"; do
6369 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6370 symxfrm="\\1 $ac_symprfx\\2 \\2"
6372 # Write the raw and C identifiers.
6373 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6374 # Fake it for dumpbin and say T for any non-static function
6375 # and D for any global variable.
6376 # Also find C++ and __fastcall symbols from MSVC++,
6377 # which start with @ or ?.
6378 lt_cv_sys_global_symbol_pipe="$AWK '"\
6379 " {last_section=section; section=\$ 3};"\
6380 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6381 " \$ 0!~/External *\|/{next};"\
6382 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6383 " {if(hide[section]) next};"\
6384 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6385 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6386 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6387 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6388 " ' prfx=^$ac_symprfx"
6389 else
6390 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6393 # Check to see that the pipe works correctly.
6394 pipe_works=no
6396 rm -f conftest*
6397 cat > conftest.$ac_ext <<_LT_EOF
6398 #ifdef __cplusplus
6399 extern "C" {
6400 #endif
6401 char nm_test_var;
6402 void nm_test_func(void);
6403 void nm_test_func(void){}
6404 #ifdef __cplusplus
6406 #endif
6407 int main(){nm_test_var='a';nm_test_func();return(0);}
6408 _LT_EOF
6410 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6411 (eval $ac_compile) 2>&5
6412 ac_status=$?
6413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6414 test $ac_status = 0; }; then
6415 # Now try to grab the symbols.
6416 nlist=conftest.nm
6417 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6418 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6419 ac_status=$?
6420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6421 test $ac_status = 0; } && test -s "$nlist"; then
6422 # Try sorting and uniquifying the output.
6423 if sort "$nlist" | uniq > "$nlist"T; then
6424 mv -f "$nlist"T "$nlist"
6425 else
6426 rm -f "$nlist"T
6429 # Make sure that we snagged all the symbols we need.
6430 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6431 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6432 cat <<_LT_EOF > conftest.$ac_ext
6433 #ifdef __cplusplus
6434 extern "C" {
6435 #endif
6437 _LT_EOF
6438 # Now generate the symbol file.
6439 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6441 cat <<_LT_EOF >> conftest.$ac_ext
6443 /* The mapping between symbol names and symbols. */
6444 const struct {
6445 const char *name;
6446 void *address;
6448 lt__PROGRAM__LTX_preloaded_symbols[] =
6450 { "@PROGRAM@", (void *) 0 },
6451 _LT_EOF
6452 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6453 cat <<\_LT_EOF >> conftest.$ac_ext
6454 {0, (void *) 0}
6457 /* This works around a problem in FreeBSD linker */
6458 #ifdef FREEBSD_WORKAROUND
6459 static const void *lt_preloaded_setup() {
6460 return lt__PROGRAM__LTX_preloaded_symbols;
6462 #endif
6464 #ifdef __cplusplus
6466 #endif
6467 _LT_EOF
6468 # Now try linking the two files.
6469 mv conftest.$ac_objext conftstm.$ac_objext
6470 lt_save_LIBS="$LIBS"
6471 lt_save_CFLAGS="$CFLAGS"
6472 LIBS="conftstm.$ac_objext"
6473 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6474 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6475 (eval $ac_link) 2>&5
6476 ac_status=$?
6477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6478 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6479 pipe_works=yes
6481 LIBS="$lt_save_LIBS"
6482 CFLAGS="$lt_save_CFLAGS"
6483 else
6484 echo "cannot find nm_test_func in $nlist" >&5
6486 else
6487 echo "cannot find nm_test_var in $nlist" >&5
6489 else
6490 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6492 else
6493 echo "$progname: failed program was:" >&5
6494 cat conftest.$ac_ext >&5
6496 rm -rf conftest* conftst*
6498 # Do not use the global_symbol_pipe unless it works.
6499 if test "$pipe_works" = yes; then
6500 break
6501 else
6502 lt_cv_sys_global_symbol_pipe=
6504 done
6508 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6509 lt_cv_sys_global_symbol_to_cdecl=
6511 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6513 $as_echo "failed" >&6; }
6514 else
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6516 $as_echo "ok" >&6; }
6541 # Check whether --enable-libtool-lock was given.
6542 if test "${enable_libtool_lock+set}" = set; then :
6543 enableval=$enable_libtool_lock;
6546 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6548 # Some flags need to be propagated to the compiler or linker for good
6549 # libtool support.
6550 case $host in
6551 ia64-*-hpux*)
6552 # Find out which ABI we are using.
6553 echo 'int i;' > conftest.$ac_ext
6554 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6555 (eval $ac_compile) 2>&5
6556 ac_status=$?
6557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6558 test $ac_status = 0; }; then
6559 case `/usr/bin/file conftest.$ac_objext` in
6560 *ELF-32*)
6561 HPUX_IA64_MODE="32"
6563 *ELF-64*)
6564 HPUX_IA64_MODE="64"
6566 esac
6568 rm -rf conftest*
6570 *-*-irix6*)
6571 # Find out which ABI we are using.
6572 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6573 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6574 (eval $ac_compile) 2>&5
6575 ac_status=$?
6576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6577 test $ac_status = 0; }; then
6578 if test "$lt_cv_prog_gnu_ld" = yes; then
6579 case `/usr/bin/file conftest.$ac_objext` in
6580 *32-bit*)
6581 LD="${LD-ld} -melf32bsmip"
6583 *N32*)
6584 LD="${LD-ld} -melf32bmipn32"
6586 *64-bit*)
6587 LD="${LD-ld} -melf64bmip"
6589 esac
6590 else
6591 case `/usr/bin/file conftest.$ac_objext` in
6592 *32-bit*)
6593 LD="${LD-ld} -32"
6595 *N32*)
6596 LD="${LD-ld} -n32"
6598 *64-bit*)
6599 LD="${LD-ld} -64"
6601 esac
6604 rm -rf conftest*
6607 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6608 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6609 # Find out which ABI we are using.
6610 echo 'int i;' > conftest.$ac_ext
6611 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6612 (eval $ac_compile) 2>&5
6613 ac_status=$?
6614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6615 test $ac_status = 0; }; then
6616 case `/usr/bin/file conftest.o` in
6617 *32-bit*)
6618 case $host in
6619 x86_64-*kfreebsd*-gnu)
6620 LD="${LD-ld} -m elf_i386_fbsd"
6622 x86_64-*linux*)
6623 case `/usr/bin/file conftest.o` in
6624 *x86-64*)
6625 LD="${LD-ld} -m elf32_x86_64"
6628 LD="${LD-ld} -m elf_i386"
6630 esac
6632 powerpc64le-*linux*)
6633 LD="${LD-ld} -m elf32lppclinux"
6635 powerpc64-*linux*)
6636 LD="${LD-ld} -m elf32ppclinux"
6638 s390x-*linux*)
6639 LD="${LD-ld} -m elf_s390"
6641 sparc64-*linux*)
6642 LD="${LD-ld} -m elf32_sparc"
6644 esac
6646 *64-bit*)
6647 case $host in
6648 x86_64-*kfreebsd*-gnu)
6649 LD="${LD-ld} -m elf_x86_64_fbsd"
6651 x86_64-*linux*)
6652 LD="${LD-ld} -m elf_x86_64"
6654 powerpcle-*linux*)
6655 LD="${LD-ld} -m elf64lppc"
6657 powerpc-*linux*)
6658 LD="${LD-ld} -m elf64ppc"
6660 s390*-*linux*|s390*-*tpf*)
6661 LD="${LD-ld} -m elf64_s390"
6663 sparc*-*linux*)
6664 LD="${LD-ld} -m elf64_sparc"
6666 esac
6668 esac
6670 rm -rf conftest*
6673 *-*-sco3.2v5*)
6674 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6675 SAVE_CFLAGS="$CFLAGS"
6676 CFLAGS="$CFLAGS -belf"
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6678 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6679 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6680 $as_echo_n "(cached) " >&6
6681 else
6682 ac_ext=c
6683 ac_cpp='$CPP $CPPFLAGS'
6684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6689 /* end confdefs.h. */
6692 main ()
6696 return 0;
6698 _ACEOF
6699 if ac_fn_c_try_link "$LINENO"; then :
6700 lt_cv_cc_needs_belf=yes
6701 else
6702 lt_cv_cc_needs_belf=no
6704 rm -f core conftest.err conftest.$ac_objext \
6705 conftest$ac_exeext conftest.$ac_ext
6706 ac_ext=c
6707 ac_cpp='$CPP $CPPFLAGS'
6708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6714 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6715 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6716 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6717 CFLAGS="$SAVE_CFLAGS"
6720 sparc*-*solaris*)
6721 # Find out which ABI we are using.
6722 echo 'int i;' > conftest.$ac_ext
6723 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6724 (eval $ac_compile) 2>&5
6725 ac_status=$?
6726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6727 test $ac_status = 0; }; then
6728 case `/usr/bin/file conftest.o` in
6729 *64-bit*)
6730 case $lt_cv_prog_gnu_ld in
6731 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6733 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6734 LD="${LD-ld} -64"
6737 esac
6739 esac
6741 rm -rf conftest*
6743 esac
6745 need_locks="$enable_libtool_lock"
6748 case $host_os in
6749 rhapsody* | darwin*)
6750 if test -n "$ac_tool_prefix"; then
6751 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6752 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6754 $as_echo_n "checking for $ac_word... " >&6; }
6755 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 if test -n "$DSYMUTIL"; then
6759 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6760 else
6761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6762 for as_dir in $PATH
6764 IFS=$as_save_IFS
6765 test -z "$as_dir" && as_dir=.
6766 for ac_exec_ext in '' $ac_executable_extensions; do
6767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6768 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6770 break 2
6772 done
6773 done
6774 IFS=$as_save_IFS
6778 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6779 if test -n "$DSYMUTIL"; then
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6781 $as_echo "$DSYMUTIL" >&6; }
6782 else
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6784 $as_echo "no" >&6; }
6789 if test -z "$ac_cv_prog_DSYMUTIL"; then
6790 ac_ct_DSYMUTIL=$DSYMUTIL
6791 # Extract the first word of "dsymutil", so it can be a program name with args.
6792 set dummy dsymutil; ac_word=$2
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6794 $as_echo_n "checking for $ac_word... " >&6; }
6795 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6796 $as_echo_n "(cached) " >&6
6797 else
6798 if test -n "$ac_ct_DSYMUTIL"; then
6799 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6800 else
6801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6802 for as_dir in $PATH
6804 IFS=$as_save_IFS
6805 test -z "$as_dir" && as_dir=.
6806 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6808 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6810 break 2
6812 done
6813 done
6814 IFS=$as_save_IFS
6818 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6819 if test -n "$ac_ct_DSYMUTIL"; then
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6821 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6822 else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6824 $as_echo "no" >&6; }
6827 if test "x$ac_ct_DSYMUTIL" = x; then
6828 DSYMUTIL=":"
6829 else
6830 case $cross_compiling:$ac_tool_warned in
6831 yes:)
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6833 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6834 ac_tool_warned=yes ;;
6835 esac
6836 DSYMUTIL=$ac_ct_DSYMUTIL
6838 else
6839 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6842 if test -n "$ac_tool_prefix"; then
6843 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6844 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846 $as_echo_n "checking for $ac_word... " >&6; }
6847 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6848 $as_echo_n "(cached) " >&6
6849 else
6850 if test -n "$NMEDIT"; then
6851 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6852 else
6853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854 for as_dir in $PATH
6856 IFS=$as_save_IFS
6857 test -z "$as_dir" && as_dir=.
6858 for ac_exec_ext in '' $ac_executable_extensions; do
6859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6860 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862 break 2
6864 done
6865 done
6866 IFS=$as_save_IFS
6870 NMEDIT=$ac_cv_prog_NMEDIT
6871 if test -n "$NMEDIT"; then
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6873 $as_echo "$NMEDIT" >&6; }
6874 else
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876 $as_echo "no" >&6; }
6881 if test -z "$ac_cv_prog_NMEDIT"; then
6882 ac_ct_NMEDIT=$NMEDIT
6883 # Extract the first word of "nmedit", so it can be a program name with args.
6884 set dummy nmedit; ac_word=$2
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6886 $as_echo_n "checking for $ac_word... " >&6; }
6887 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6888 $as_echo_n "(cached) " >&6
6889 else
6890 if test -n "$ac_ct_NMEDIT"; then
6891 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6892 else
6893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6894 for as_dir in $PATH
6896 IFS=$as_save_IFS
6897 test -z "$as_dir" && as_dir=.
6898 for ac_exec_ext in '' $ac_executable_extensions; do
6899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6900 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6902 break 2
6904 done
6905 done
6906 IFS=$as_save_IFS
6910 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6911 if test -n "$ac_ct_NMEDIT"; then
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6913 $as_echo "$ac_ct_NMEDIT" >&6; }
6914 else
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6916 $as_echo "no" >&6; }
6919 if test "x$ac_ct_NMEDIT" = x; then
6920 NMEDIT=":"
6921 else
6922 case $cross_compiling:$ac_tool_warned in
6923 yes:)
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6925 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6926 ac_tool_warned=yes ;;
6927 esac
6928 NMEDIT=$ac_ct_NMEDIT
6930 else
6931 NMEDIT="$ac_cv_prog_NMEDIT"
6934 if test -n "$ac_tool_prefix"; then
6935 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6936 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6938 $as_echo_n "checking for $ac_word... " >&6; }
6939 if test "${ac_cv_prog_LIPO+set}" = set; then :
6940 $as_echo_n "(cached) " >&6
6941 else
6942 if test -n "$LIPO"; then
6943 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6944 else
6945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6946 for as_dir in $PATH
6948 IFS=$as_save_IFS
6949 test -z "$as_dir" && as_dir=.
6950 for ac_exec_ext in '' $ac_executable_extensions; do
6951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6952 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6954 break 2
6956 done
6957 done
6958 IFS=$as_save_IFS
6962 LIPO=$ac_cv_prog_LIPO
6963 if test -n "$LIPO"; then
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6965 $as_echo "$LIPO" >&6; }
6966 else
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6968 $as_echo "no" >&6; }
6973 if test -z "$ac_cv_prog_LIPO"; then
6974 ac_ct_LIPO=$LIPO
6975 # Extract the first word of "lipo", so it can be a program name with args.
6976 set dummy lipo; ac_word=$2
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6978 $as_echo_n "checking for $ac_word... " >&6; }
6979 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6980 $as_echo_n "(cached) " >&6
6981 else
6982 if test -n "$ac_ct_LIPO"; then
6983 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6984 else
6985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6986 for as_dir in $PATH
6988 IFS=$as_save_IFS
6989 test -z "$as_dir" && as_dir=.
6990 for ac_exec_ext in '' $ac_executable_extensions; do
6991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6992 ac_cv_prog_ac_ct_LIPO="lipo"
6993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6994 break 2
6996 done
6997 done
6998 IFS=$as_save_IFS
7002 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7003 if test -n "$ac_ct_LIPO"; then
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7005 $as_echo "$ac_ct_LIPO" >&6; }
7006 else
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7008 $as_echo "no" >&6; }
7011 if test "x$ac_ct_LIPO" = x; then
7012 LIPO=":"
7013 else
7014 case $cross_compiling:$ac_tool_warned in
7015 yes:)
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7017 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7018 ac_tool_warned=yes ;;
7019 esac
7020 LIPO=$ac_ct_LIPO
7022 else
7023 LIPO="$ac_cv_prog_LIPO"
7026 if test -n "$ac_tool_prefix"; then
7027 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7028 set dummy ${ac_tool_prefix}otool; ac_word=$2
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030 $as_echo_n "checking for $ac_word... " >&6; }
7031 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7032 $as_echo_n "(cached) " >&6
7033 else
7034 if test -n "$OTOOL"; then
7035 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7036 else
7037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 for as_dir in $PATH
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
7042 for ac_exec_ext in '' $ac_executable_extensions; do
7043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7044 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 break 2
7048 done
7049 done
7050 IFS=$as_save_IFS
7054 OTOOL=$ac_cv_prog_OTOOL
7055 if test -n "$OTOOL"; then
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7057 $as_echo "$OTOOL" >&6; }
7058 else
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060 $as_echo "no" >&6; }
7065 if test -z "$ac_cv_prog_OTOOL"; then
7066 ac_ct_OTOOL=$OTOOL
7067 # Extract the first word of "otool", so it can be a program name with args.
7068 set dummy otool; ac_word=$2
7069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7070 $as_echo_n "checking for $ac_word... " >&6; }
7071 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7072 $as_echo_n "(cached) " >&6
7073 else
7074 if test -n "$ac_ct_OTOOL"; then
7075 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7076 else
7077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7078 for as_dir in $PATH
7080 IFS=$as_save_IFS
7081 test -z "$as_dir" && as_dir=.
7082 for ac_exec_ext in '' $ac_executable_extensions; do
7083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7084 ac_cv_prog_ac_ct_OTOOL="otool"
7085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7086 break 2
7088 done
7089 done
7090 IFS=$as_save_IFS
7094 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7095 if test -n "$ac_ct_OTOOL"; then
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7097 $as_echo "$ac_ct_OTOOL" >&6; }
7098 else
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7100 $as_echo "no" >&6; }
7103 if test "x$ac_ct_OTOOL" = x; then
7104 OTOOL=":"
7105 else
7106 case $cross_compiling:$ac_tool_warned in
7107 yes:)
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7109 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7110 ac_tool_warned=yes ;;
7111 esac
7112 OTOOL=$ac_ct_OTOOL
7114 else
7115 OTOOL="$ac_cv_prog_OTOOL"
7118 if test -n "$ac_tool_prefix"; then
7119 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7120 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7122 $as_echo_n "checking for $ac_word... " >&6; }
7123 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7124 $as_echo_n "(cached) " >&6
7125 else
7126 if test -n "$OTOOL64"; then
7127 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7128 else
7129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7130 for as_dir in $PATH
7132 IFS=$as_save_IFS
7133 test -z "$as_dir" && as_dir=.
7134 for ac_exec_ext in '' $ac_executable_extensions; do
7135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7136 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7138 break 2
7140 done
7141 done
7142 IFS=$as_save_IFS
7146 OTOOL64=$ac_cv_prog_OTOOL64
7147 if test -n "$OTOOL64"; then
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7149 $as_echo "$OTOOL64" >&6; }
7150 else
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7152 $as_echo "no" >&6; }
7157 if test -z "$ac_cv_prog_OTOOL64"; then
7158 ac_ct_OTOOL64=$OTOOL64
7159 # Extract the first word of "otool64", so it can be a program name with args.
7160 set dummy otool64; ac_word=$2
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7162 $as_echo_n "checking for $ac_word... " >&6; }
7163 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7164 $as_echo_n "(cached) " >&6
7165 else
7166 if test -n "$ac_ct_OTOOL64"; then
7167 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7168 else
7169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7170 for as_dir in $PATH
7172 IFS=$as_save_IFS
7173 test -z "$as_dir" && as_dir=.
7174 for ac_exec_ext in '' $ac_executable_extensions; do
7175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7176 ac_cv_prog_ac_ct_OTOOL64="otool64"
7177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7178 break 2
7180 done
7181 done
7182 IFS=$as_save_IFS
7186 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7187 if test -n "$ac_ct_OTOOL64"; then
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7189 $as_echo "$ac_ct_OTOOL64" >&6; }
7190 else
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7192 $as_echo "no" >&6; }
7195 if test "x$ac_ct_OTOOL64" = x; then
7196 OTOOL64=":"
7197 else
7198 case $cross_compiling:$ac_tool_warned in
7199 yes:)
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7201 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7202 ac_tool_warned=yes ;;
7203 esac
7204 OTOOL64=$ac_ct_OTOOL64
7206 else
7207 OTOOL64="$ac_cv_prog_OTOOL64"
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7237 $as_echo_n "checking for -single_module linker flag... " >&6; }
7238 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7239 $as_echo_n "(cached) " >&6
7240 else
7241 lt_cv_apple_cc_single_mod=no
7242 if test -z "${LT_MULTI_MODULE}"; then
7243 # By default we will add the -single_module flag. You can override
7244 # by either setting the environment variable LT_MULTI_MODULE
7245 # non-empty at configure time, or by adding -multi_module to the
7246 # link flags.
7247 rm -rf libconftest.dylib*
7248 echo "int foo(void){return 1;}" > conftest.c
7249 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7250 -dynamiclib -Wl,-single_module conftest.c" >&5
7251 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7252 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7253 _lt_result=$?
7254 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7255 lt_cv_apple_cc_single_mod=yes
7256 else
7257 cat conftest.err >&5
7259 rm -rf libconftest.dylib*
7260 rm -f conftest.*
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7264 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7266 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7267 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7268 $as_echo_n "(cached) " >&6
7269 else
7270 lt_cv_ld_exported_symbols_list=no
7271 save_LDFLAGS=$LDFLAGS
7272 echo "_main" > conftest.sym
7273 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7275 /* end confdefs.h. */
7278 main ()
7282 return 0;
7284 _ACEOF
7285 if ac_fn_c_try_link "$LINENO"; then :
7286 lt_cv_ld_exported_symbols_list=yes
7287 else
7288 lt_cv_ld_exported_symbols_list=no
7290 rm -f core conftest.err conftest.$ac_objext \
7291 conftest$ac_exeext conftest.$ac_ext
7292 LDFLAGS="$save_LDFLAGS"
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7296 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7298 $as_echo_n "checking for -force_load linker flag... " >&6; }
7299 if test "${lt_cv_ld_force_load+set}" = set; then :
7300 $as_echo_n "(cached) " >&6
7301 else
7302 lt_cv_ld_force_load=no
7303 cat > conftest.c << _LT_EOF
7304 int forced_loaded() { return 2;}
7305 _LT_EOF
7306 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7307 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7308 echo "$AR cru libconftest.a conftest.o" >&5
7309 $AR cru libconftest.a conftest.o 2>&5
7310 cat > conftest.c << _LT_EOF
7311 int main() { return 0;}
7312 _LT_EOF
7313 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7314 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7315 _lt_result=$?
7316 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7317 lt_cv_ld_force_load=yes
7318 else
7319 cat conftest.err >&5
7321 rm -f conftest.err libconftest.a conftest conftest.c
7322 rm -rf conftest.dSYM
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7326 $as_echo "$lt_cv_ld_force_load" >&6; }
7327 case $host_os in
7328 rhapsody* | darwin1.[012])
7329 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7330 darwin1.*)
7331 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7332 darwin*) # darwin 5.x on
7333 # if running on 10.5 or later, the deployment target defaults
7334 # to the OS version, if on x86, and 10.4, the deployment
7335 # target defaults to 10.4. Don't you love it?
7336 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7337 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7338 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7339 10.[012]*)
7340 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7341 10.*)
7342 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7343 esac
7345 esac
7346 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7347 _lt_dar_single_mod='$single_module'
7349 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7350 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7351 else
7352 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7354 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7355 _lt_dsymutil='~$DSYMUTIL $lib || :'
7356 else
7357 _lt_dsymutil=
7360 esac
7362 ac_ext=c
7363 ac_cpp='$CPP $CPPFLAGS'
7364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7368 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7369 # On Suns, sometimes $CPP names a directory.
7370 if test -n "$CPP" && test -d "$CPP"; then
7371 CPP=
7373 if test -z "$CPP"; then
7374 if test "${ac_cv_prog_CPP+set}" = set; then :
7375 $as_echo_n "(cached) " >&6
7376 else
7377 # Double quotes because CPP needs to be expanded
7378 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7380 ac_preproc_ok=false
7381 for ac_c_preproc_warn_flag in '' yes
7383 # Use a header file that comes with gcc, so configuring glibc
7384 # with a fresh cross-compiler works.
7385 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7386 # <limits.h> exists even on freestanding compilers.
7387 # On the NeXT, cc -E runs the code through the compiler's parser,
7388 # not just through cpp. "Syntax error" is here to catch this case.
7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7390 /* end confdefs.h. */
7391 #ifdef __STDC__
7392 # include <limits.h>
7393 #else
7394 # include <assert.h>
7395 #endif
7396 Syntax error
7397 _ACEOF
7398 if ac_fn_c_try_cpp "$LINENO"; then :
7400 else
7401 # Broken: fails on valid input.
7402 continue
7404 rm -f conftest.err conftest.$ac_ext
7406 # OK, works on sane cases. Now check whether nonexistent headers
7407 # can be detected and how.
7408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7409 /* end confdefs.h. */
7410 #include <ac_nonexistent.h>
7411 _ACEOF
7412 if ac_fn_c_try_cpp "$LINENO"; then :
7413 # Broken: success on invalid input.
7414 continue
7415 else
7416 # Passes both tests.
7417 ac_preproc_ok=:
7418 break
7420 rm -f conftest.err conftest.$ac_ext
7422 done
7423 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7424 rm -f conftest.err conftest.$ac_ext
7425 if $ac_preproc_ok; then :
7426 break
7429 done
7430 ac_cv_prog_CPP=$CPP
7433 CPP=$ac_cv_prog_CPP
7434 else
7435 ac_cv_prog_CPP=$CPP
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7438 $as_echo "$CPP" >&6; }
7439 ac_preproc_ok=false
7440 for ac_c_preproc_warn_flag in '' yes
7442 # Use a header file that comes with gcc, so configuring glibc
7443 # with a fresh cross-compiler works.
7444 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7445 # <limits.h> exists even on freestanding compilers.
7446 # On the NeXT, cc -E runs the code through the compiler's parser,
7447 # not just through cpp. "Syntax error" is here to catch this case.
7448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7449 /* end confdefs.h. */
7450 #ifdef __STDC__
7451 # include <limits.h>
7452 #else
7453 # include <assert.h>
7454 #endif
7455 Syntax error
7456 _ACEOF
7457 if ac_fn_c_try_cpp "$LINENO"; then :
7459 else
7460 # Broken: fails on valid input.
7461 continue
7463 rm -f conftest.err conftest.$ac_ext
7465 # OK, works on sane cases. Now check whether nonexistent headers
7466 # can be detected and how.
7467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7468 /* end confdefs.h. */
7469 #include <ac_nonexistent.h>
7470 _ACEOF
7471 if ac_fn_c_try_cpp "$LINENO"; then :
7472 # Broken: success on invalid input.
7473 continue
7474 else
7475 # Passes both tests.
7476 ac_preproc_ok=:
7477 break
7479 rm -f conftest.err conftest.$ac_ext
7481 done
7482 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7483 rm -f conftest.err conftest.$ac_ext
7484 if $ac_preproc_ok; then :
7486 else
7487 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7488 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7489 as_fn_error "C preprocessor \"$CPP\" fails sanity check
7490 See \`config.log' for more details." "$LINENO" 5; }
7493 ac_ext=c
7494 ac_cpp='$CPP $CPPFLAGS'
7495 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7496 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7497 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7501 $as_echo_n "checking for ANSI C header files... " >&6; }
7502 if test "${ac_cv_header_stdc+set}" = set; then :
7503 $as_echo_n "(cached) " >&6
7504 else
7505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7506 /* end confdefs.h. */
7507 #include <stdlib.h>
7508 #include <stdarg.h>
7509 #include <string.h>
7510 #include <float.h>
7513 main ()
7517 return 0;
7519 _ACEOF
7520 if ac_fn_c_try_compile "$LINENO"; then :
7521 ac_cv_header_stdc=yes
7522 else
7523 ac_cv_header_stdc=no
7525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7527 if test $ac_cv_header_stdc = yes; then
7528 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7530 /* end confdefs.h. */
7531 #include <string.h>
7533 _ACEOF
7534 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7535 $EGREP "memchr" >/dev/null 2>&1; then :
7537 else
7538 ac_cv_header_stdc=no
7540 rm -f conftest*
7544 if test $ac_cv_header_stdc = yes; then
7545 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7547 /* end confdefs.h. */
7548 #include <stdlib.h>
7550 _ACEOF
7551 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7552 $EGREP "free" >/dev/null 2>&1; then :
7554 else
7555 ac_cv_header_stdc=no
7557 rm -f conftest*
7561 if test $ac_cv_header_stdc = yes; then
7562 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7563 if test "$cross_compiling" = yes; then :
7565 else
7566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7567 /* end confdefs.h. */
7568 #include <ctype.h>
7569 #include <stdlib.h>
7570 #if ((' ' & 0x0FF) == 0x020)
7571 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7572 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7573 #else
7574 # define ISLOWER(c) \
7575 (('a' <= (c) && (c) <= 'i') \
7576 || ('j' <= (c) && (c) <= 'r') \
7577 || ('s' <= (c) && (c) <= 'z'))
7578 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7579 #endif
7581 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7583 main ()
7585 int i;
7586 for (i = 0; i < 256; i++)
7587 if (XOR (islower (i), ISLOWER (i))
7588 || toupper (i) != TOUPPER (i))
7589 return 2;
7590 return 0;
7592 _ACEOF
7593 if ac_fn_c_try_run "$LINENO"; then :
7595 else
7596 ac_cv_header_stdc=no
7598 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7599 conftest.$ac_objext conftest.beam conftest.$ac_ext
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7605 $as_echo "$ac_cv_header_stdc" >&6; }
7606 if test $ac_cv_header_stdc = yes; then
7608 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7612 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7613 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7614 inttypes.h stdint.h unistd.h
7615 do :
7616 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7617 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7619 eval as_val=\$$as_ac_Header
7620 if test "x$as_val" = x""yes; then :
7621 cat >>confdefs.h <<_ACEOF
7622 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7623 _ACEOF
7627 done
7630 for ac_header in dlfcn.h
7631 do :
7632 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7634 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7635 cat >>confdefs.h <<_ACEOF
7636 #define HAVE_DLFCN_H 1
7637 _ACEOF
7641 done
7648 # Set options
7653 enable_win32_dll=no
7656 # Check whether --enable-shared was given.
7657 if test "${enable_shared+set}" = set; then :
7658 enableval=$enable_shared; p=${PACKAGE-default}
7659 case $enableval in
7660 yes) enable_shared=yes ;;
7661 no) enable_shared=no ;;
7663 enable_shared=no
7664 # Look at the argument we got. We use all the common list separators.
7665 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7666 for pkg in $enableval; do
7667 IFS="$lt_save_ifs"
7668 if test "X$pkg" = "X$p"; then
7669 enable_shared=yes
7671 done
7672 IFS="$lt_save_ifs"
7674 esac
7675 else
7676 enable_shared=yes
7687 # Check whether --enable-static was given.
7688 if test "${enable_static+set}" = set; then :
7689 enableval=$enable_static; p=${PACKAGE-default}
7690 case $enableval in
7691 yes) enable_static=yes ;;
7692 no) enable_static=no ;;
7694 enable_static=no
7695 # Look at the argument we got. We use all the common list separators.
7696 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7697 for pkg in $enableval; do
7698 IFS="$lt_save_ifs"
7699 if test "X$pkg" = "X$p"; then
7700 enable_static=yes
7702 done
7703 IFS="$lt_save_ifs"
7705 esac
7706 else
7707 enable_static=yes
7719 # Check whether --with-pic was given.
7720 if test "${with_pic+set}" = set; then :
7721 withval=$with_pic; pic_mode="$withval"
7722 else
7723 pic_mode=default
7727 test -z "$pic_mode" && pic_mode=default
7735 # Check whether --enable-fast-install was given.
7736 if test "${enable_fast_install+set}" = set; then :
7737 enableval=$enable_fast_install; p=${PACKAGE-default}
7738 case $enableval in
7739 yes) enable_fast_install=yes ;;
7740 no) enable_fast_install=no ;;
7742 enable_fast_install=no
7743 # Look at the argument we got. We use all the common list separators.
7744 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7745 for pkg in $enableval; do
7746 IFS="$lt_save_ifs"
7747 if test "X$pkg" = "X$p"; then
7748 enable_fast_install=yes
7750 done
7751 IFS="$lt_save_ifs"
7753 esac
7754 else
7755 enable_fast_install=yes
7768 # This can be used to rebuild libtool when needed
7769 LIBTOOL_DEPS="$ltmain"
7771 # Always use our own libtool.
7772 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7799 test -z "$LN_S" && LN_S="ln -s"
7814 if test -n "${ZSH_VERSION+set}" ; then
7815 setopt NO_GLOB_SUBST
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7819 $as_echo_n "checking for objdir... " >&6; }
7820 if test "${lt_cv_objdir+set}" = set; then :
7821 $as_echo_n "(cached) " >&6
7822 else
7823 rm -f .libs 2>/dev/null
7824 mkdir .libs 2>/dev/null
7825 if test -d .libs; then
7826 lt_cv_objdir=.libs
7827 else
7828 # MS-DOS does not allow filenames that begin with a dot.
7829 lt_cv_objdir=_libs
7831 rmdir .libs 2>/dev/null
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7834 $as_echo "$lt_cv_objdir" >&6; }
7835 objdir=$lt_cv_objdir
7841 cat >>confdefs.h <<_ACEOF
7842 #define LT_OBJDIR "$lt_cv_objdir/"
7843 _ACEOF
7848 case $host_os in
7849 aix3*)
7850 # AIX sometimes has problems with the GCC collect2 program. For some
7851 # reason, if we set the COLLECT_NAMES environment variable, the problems
7852 # vanish in a puff of smoke.
7853 if test "X${COLLECT_NAMES+set}" != Xset; then
7854 COLLECT_NAMES=
7855 export COLLECT_NAMES
7858 esac
7860 # Global variables:
7861 ofile=libtool
7862 can_build_shared=yes
7864 # All known linkers require a `.a' archive for static linking (except MSVC,
7865 # which needs '.lib').
7866 libext=a
7868 with_gnu_ld="$lt_cv_prog_gnu_ld"
7870 old_CC="$CC"
7871 old_CFLAGS="$CFLAGS"
7873 # Set sane defaults for various variables
7874 test -z "$CC" && CC=cc
7875 test -z "$LTCC" && LTCC=$CC
7876 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7877 test -z "$LD" && LD=ld
7878 test -z "$ac_objext" && ac_objext=o
7880 for cc_temp in $compiler""; do
7881 case $cc_temp in
7882 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7883 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7884 \-*) ;;
7885 *) break;;
7886 esac
7887 done
7888 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7891 # Only perform the check for file, if the check method requires it
7892 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7893 case $deplibs_check_method in
7894 file_magic*)
7895 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7897 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7898 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7899 $as_echo_n "(cached) " >&6
7900 else
7901 case $MAGIC_CMD in
7902 [\\/*] | ?:[\\/]*)
7903 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7906 lt_save_MAGIC_CMD="$MAGIC_CMD"
7907 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7908 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7909 for ac_dir in $ac_dummy; do
7910 IFS="$lt_save_ifs"
7911 test -z "$ac_dir" && ac_dir=.
7912 if test -f $ac_dir/${ac_tool_prefix}file; then
7913 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7914 if test -n "$file_magic_test_file"; then
7915 case $deplibs_check_method in
7916 "file_magic "*)
7917 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7918 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7919 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7920 $EGREP "$file_magic_regex" > /dev/null; then
7922 else
7923 cat <<_LT_EOF 1>&2
7925 *** Warning: the command libtool uses to detect shared libraries,
7926 *** $file_magic_cmd, produces output that libtool cannot recognize.
7927 *** The result is that libtool may fail to recognize shared libraries
7928 *** as such. This will affect the creation of libtool libraries that
7929 *** depend on shared libraries, but programs linked with such libtool
7930 *** libraries will work regardless of this problem. Nevertheless, you
7931 *** may want to report the problem to your system manager and/or to
7932 *** bug-libtool@gnu.org
7934 _LT_EOF
7935 fi ;;
7936 esac
7938 break
7940 done
7941 IFS="$lt_save_ifs"
7942 MAGIC_CMD="$lt_save_MAGIC_CMD"
7944 esac
7947 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7948 if test -n "$MAGIC_CMD"; then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7950 $as_echo "$MAGIC_CMD" >&6; }
7951 else
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7953 $as_echo "no" >&6; }
7960 if test -z "$lt_cv_path_MAGIC_CMD"; then
7961 if test -n "$ac_tool_prefix"; then
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7963 $as_echo_n "checking for file... " >&6; }
7964 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7965 $as_echo_n "(cached) " >&6
7966 else
7967 case $MAGIC_CMD in
7968 [\\/*] | ?:[\\/]*)
7969 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7972 lt_save_MAGIC_CMD="$MAGIC_CMD"
7973 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7974 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7975 for ac_dir in $ac_dummy; do
7976 IFS="$lt_save_ifs"
7977 test -z "$ac_dir" && ac_dir=.
7978 if test -f $ac_dir/file; then
7979 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7980 if test -n "$file_magic_test_file"; then
7981 case $deplibs_check_method in
7982 "file_magic "*)
7983 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7984 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7985 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7986 $EGREP "$file_magic_regex" > /dev/null; then
7988 else
7989 cat <<_LT_EOF 1>&2
7991 *** Warning: the command libtool uses to detect shared libraries,
7992 *** $file_magic_cmd, produces output that libtool cannot recognize.
7993 *** The result is that libtool may fail to recognize shared libraries
7994 *** as such. This will affect the creation of libtool libraries that
7995 *** depend on shared libraries, but programs linked with such libtool
7996 *** libraries will work regardless of this problem. Nevertheless, you
7997 *** may want to report the problem to your system manager and/or to
7998 *** bug-libtool@gnu.org
8000 _LT_EOF
8001 fi ;;
8002 esac
8004 break
8006 done
8007 IFS="$lt_save_ifs"
8008 MAGIC_CMD="$lt_save_MAGIC_CMD"
8010 esac
8013 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8014 if test -n "$MAGIC_CMD"; then
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8016 $as_echo "$MAGIC_CMD" >&6; }
8017 else
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8019 $as_echo "no" >&6; }
8023 else
8024 MAGIC_CMD=:
8030 esac
8032 # Use C for the default configuration in the libtool script
8034 lt_save_CC="$CC"
8035 ac_ext=c
8036 ac_cpp='$CPP $CPPFLAGS'
8037 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8038 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8039 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8042 # Source file extension for C test sources.
8043 ac_ext=c
8045 # Object file extension for compiled C test sources.
8046 objext=o
8047 objext=$objext
8049 # Code to be used in simple compile tests
8050 lt_simple_compile_test_code="int some_variable = 0;"
8052 # Code to be used in simple link tests
8053 lt_simple_link_test_code='int main(){return(0);}'
8061 # If no C compiler was specified, use CC.
8062 LTCC=${LTCC-"$CC"}
8064 # If no C compiler flags were specified, use CFLAGS.
8065 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8067 # Allow CC to be a program name with arguments.
8068 compiler=$CC
8070 # Save the default compiler, since it gets overwritten when the other
8071 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8072 compiler_DEFAULT=$CC
8074 # save warnings/boilerplate of simple test code
8075 ac_outfile=conftest.$ac_objext
8076 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8077 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8078 _lt_compiler_boilerplate=`cat conftest.err`
8079 $RM conftest*
8081 ac_outfile=conftest.$ac_objext
8082 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8083 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8084 _lt_linker_boilerplate=`cat conftest.err`
8085 $RM -r conftest*
8088 ## CAVEAT EMPTOR:
8089 ## There is no encapsulation within the following macros, do not change
8090 ## the running order or otherwise move them around unless you know exactly
8091 ## what you are doing...
8092 if test -n "$compiler"; then
8094 lt_prog_compiler_no_builtin_flag=
8096 if test "$GCC" = yes; then
8097 case $cc_basename in
8098 nvcc*)
8099 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8101 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8102 esac
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8105 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8106 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8107 $as_echo_n "(cached) " >&6
8108 else
8109 lt_cv_prog_compiler_rtti_exceptions=no
8110 ac_outfile=conftest.$ac_objext
8111 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8112 lt_compiler_flag="-fno-rtti -fno-exceptions"
8113 # Insert the option either (1) after the last *FLAGS variable, or
8114 # (2) before a word containing "conftest.", or (3) at the end.
8115 # Note that $ac_compile itself does not contain backslashes and begins
8116 # with a dollar sign (not a hyphen), so the echo should work correctly.
8117 # The option is referenced via a variable to avoid confusing sed.
8118 lt_compile=`echo "$ac_compile" | $SED \
8119 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8120 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8121 -e 's:$: $lt_compiler_flag:'`
8122 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8123 (eval "$lt_compile" 2>conftest.err)
8124 ac_status=$?
8125 cat conftest.err >&5
8126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127 if (exit $ac_status) && test -s "$ac_outfile"; then
8128 # The compiler can only warn and ignore the option if not recognized
8129 # So say no if there are warnings other than the usual output.
8130 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8131 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8132 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8133 lt_cv_prog_compiler_rtti_exceptions=yes
8136 $RM conftest*
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8140 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8142 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8143 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8144 else
8155 lt_prog_compiler_wl=
8156 lt_prog_compiler_pic=
8157 lt_prog_compiler_static=
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8160 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8162 if test "$GCC" = yes; then
8163 lt_prog_compiler_wl='-Wl,'
8164 lt_prog_compiler_static='-static'
8166 case $host_os in
8167 aix*)
8168 # All AIX code is PIC.
8169 if test "$host_cpu" = ia64; then
8170 # AIX 5 now supports IA64 processor
8171 lt_prog_compiler_static='-Bstatic'
8173 lt_prog_compiler_pic='-fPIC'
8176 amigaos*)
8177 case $host_cpu in
8178 powerpc)
8179 # see comment about AmigaOS4 .so support
8180 lt_prog_compiler_pic='-fPIC'
8182 m68k)
8183 # FIXME: we need at least 68020 code to build shared libraries, but
8184 # adding the `-m68020' flag to GCC prevents building anything better,
8185 # like `-m68040'.
8186 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8188 esac
8191 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8192 # PIC is the default for these OSes.
8195 mingw* | cygwin* | pw32* | os2* | cegcc*)
8196 # This hack is so that the source file can tell whether it is being
8197 # built for inclusion in a dll (and should export symbols for example).
8198 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8199 # (--disable-auto-import) libraries
8200 lt_prog_compiler_pic='-DDLL_EXPORT'
8203 darwin* | rhapsody*)
8204 # PIC is the default on this platform
8205 # Common symbols not allowed in MH_DYLIB files
8206 lt_prog_compiler_pic='-fno-common'
8209 haiku*)
8210 # PIC is the default for Haiku.
8211 # The "-static" flag exists, but is broken.
8212 lt_prog_compiler_static=
8215 hpux*)
8216 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8217 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8218 # sets the default TLS model and affects inlining.
8219 case $host_cpu in
8220 hppa*64*)
8221 # +Z the default
8224 lt_prog_compiler_pic='-fPIC'
8226 esac
8229 interix[3-9]*)
8230 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8231 # Instead, we relocate shared libraries at runtime.
8234 msdosdjgpp*)
8235 # Just because we use GCC doesn't mean we suddenly get shared libraries
8236 # on systems that don't support them.
8237 lt_prog_compiler_can_build_shared=no
8238 enable_shared=no
8241 *nto* | *qnx*)
8242 # QNX uses GNU C++, but need to define -shared option too, otherwise
8243 # it will coredump.
8244 lt_prog_compiler_pic='-fPIC -shared'
8247 sysv4*MP*)
8248 if test -d /usr/nec; then
8249 lt_prog_compiler_pic=-Kconform_pic
8254 lt_prog_compiler_pic='-fPIC'
8256 esac
8258 case $cc_basename in
8259 nvcc*) # Cuda Compiler Driver 2.2
8260 lt_prog_compiler_wl='-Xlinker '
8261 lt_prog_compiler_pic='-Xcompiler -fPIC'
8263 esac
8264 else
8265 # PORTME Check for flag to pass linker flags through the system compiler.
8266 case $host_os in
8267 aix*)
8268 lt_prog_compiler_wl='-Wl,'
8269 if test "$host_cpu" = ia64; then
8270 # AIX 5 now supports IA64 processor
8271 lt_prog_compiler_static='-Bstatic'
8272 else
8273 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8277 mingw* | cygwin* | pw32* | os2* | cegcc*)
8278 # This hack is so that the source file can tell whether it is being
8279 # built for inclusion in a dll (and should export symbols for example).
8280 lt_prog_compiler_pic='-DDLL_EXPORT'
8283 hpux9* | hpux10* | hpux11*)
8284 lt_prog_compiler_wl='-Wl,'
8285 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8286 # not for PA HP-UX.
8287 case $host_cpu in
8288 hppa*64*|ia64*)
8289 # +Z the default
8292 lt_prog_compiler_pic='+Z'
8294 esac
8295 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8296 lt_prog_compiler_static='${wl}-a ${wl}archive'
8299 irix5* | irix6* | nonstopux*)
8300 lt_prog_compiler_wl='-Wl,'
8301 # PIC (with -KPIC) is the default.
8302 lt_prog_compiler_static='-non_shared'
8305 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8306 case $cc_basename in
8307 # old Intel for x86_64 which still supported -KPIC.
8308 ecc*)
8309 lt_prog_compiler_wl='-Wl,'
8310 lt_prog_compiler_pic='-KPIC'
8311 lt_prog_compiler_static='-static'
8313 # icc used to be incompatible with GCC.
8314 # ICC 10 doesn't accept -KPIC any more.
8315 icc* | ifort*)
8316 lt_prog_compiler_wl='-Wl,'
8317 lt_prog_compiler_pic='-fPIC'
8318 lt_prog_compiler_static='-static'
8320 # Lahey Fortran 8.1.
8321 lf95*)
8322 lt_prog_compiler_wl='-Wl,'
8323 lt_prog_compiler_pic='--shared'
8324 lt_prog_compiler_static='--static'
8326 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8327 # Portland Group compilers (*not* the Pentium gcc compiler,
8328 # which looks to be a dead project)
8329 lt_prog_compiler_wl='-Wl,'
8330 lt_prog_compiler_pic='-fpic'
8331 lt_prog_compiler_static='-Bstatic'
8333 ccc*)
8334 lt_prog_compiler_wl='-Wl,'
8335 # All Alpha code is PIC.
8336 lt_prog_compiler_static='-non_shared'
8338 xl* | bgxl* | bgf* | mpixl*)
8339 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8340 lt_prog_compiler_wl='-Wl,'
8341 lt_prog_compiler_pic='-qpic'
8342 lt_prog_compiler_static='-qstaticlink'
8345 case `$CC -V 2>&1 | sed 5q` in
8346 *Sun\ F* | *Sun*Fortran*)
8347 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8348 lt_prog_compiler_pic='-KPIC'
8349 lt_prog_compiler_static='-Bstatic'
8350 lt_prog_compiler_wl=''
8352 *Sun\ C*)
8353 # Sun C 5.9
8354 lt_prog_compiler_pic='-KPIC'
8355 lt_prog_compiler_static='-Bstatic'
8356 lt_prog_compiler_wl='-Wl,'
8358 esac
8360 esac
8363 newsos6)
8364 lt_prog_compiler_pic='-KPIC'
8365 lt_prog_compiler_static='-Bstatic'
8368 *nto* | *qnx*)
8369 # QNX uses GNU C++, but need to define -shared option too, otherwise
8370 # it will coredump.
8371 lt_prog_compiler_pic='-fPIC -shared'
8374 osf3* | osf4* | osf5*)
8375 lt_prog_compiler_wl='-Wl,'
8376 # All OSF/1 code is PIC.
8377 lt_prog_compiler_static='-non_shared'
8380 rdos*)
8381 lt_prog_compiler_static='-non_shared'
8384 solaris*)
8385 lt_prog_compiler_pic='-KPIC'
8386 lt_prog_compiler_static='-Bstatic'
8387 case $cc_basename in
8388 f77* | f90* | f95*)
8389 lt_prog_compiler_wl='-Qoption ld ';;
8391 lt_prog_compiler_wl='-Wl,';;
8392 esac
8395 sunos4*)
8396 lt_prog_compiler_wl='-Qoption ld '
8397 lt_prog_compiler_pic='-PIC'
8398 lt_prog_compiler_static='-Bstatic'
8401 sysv4 | sysv4.2uw2* | sysv4.3*)
8402 lt_prog_compiler_wl='-Wl,'
8403 lt_prog_compiler_pic='-KPIC'
8404 lt_prog_compiler_static='-Bstatic'
8407 sysv4*MP*)
8408 if test -d /usr/nec ;then
8409 lt_prog_compiler_pic='-Kconform_pic'
8410 lt_prog_compiler_static='-Bstatic'
8414 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8415 lt_prog_compiler_wl='-Wl,'
8416 lt_prog_compiler_pic='-KPIC'
8417 lt_prog_compiler_static='-Bstatic'
8420 unicos*)
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_can_build_shared=no
8425 uts4*)
8426 lt_prog_compiler_pic='-pic'
8427 lt_prog_compiler_static='-Bstatic'
8431 lt_prog_compiler_can_build_shared=no
8433 esac
8436 case $host_os in
8437 # For platforms which do not support PIC, -DPIC is meaningless:
8438 *djgpp*)
8439 lt_prog_compiler_pic=
8442 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8444 esac
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8446 $as_echo "$lt_prog_compiler_pic" >&6; }
8454 # Check to make sure the PIC flag actually works.
8456 if test -n "$lt_prog_compiler_pic"; then
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8458 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8459 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8460 $as_echo_n "(cached) " >&6
8461 else
8462 lt_cv_prog_compiler_pic_works=no
8463 ac_outfile=conftest.$ac_objext
8464 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8465 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8466 # Insert the option either (1) after the last *FLAGS variable, or
8467 # (2) before a word containing "conftest.", or (3) at the end.
8468 # Note that $ac_compile itself does not contain backslashes and begins
8469 # with a dollar sign (not a hyphen), so the echo should work correctly.
8470 # The option is referenced via a variable to avoid confusing sed.
8471 lt_compile=`echo "$ac_compile" | $SED \
8472 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8473 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8474 -e 's:$: $lt_compiler_flag:'`
8475 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8476 (eval "$lt_compile" 2>conftest.err)
8477 ac_status=$?
8478 cat conftest.err >&5
8479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8480 if (exit $ac_status) && test -s "$ac_outfile"; then
8481 # The compiler can only warn and ignore the option if not recognized
8482 # So say no if there are warnings other than the usual output.
8483 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8484 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8485 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8486 lt_cv_prog_compiler_pic_works=yes
8489 $RM conftest*
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8493 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8495 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8496 case $lt_prog_compiler_pic in
8497 "" | " "*) ;;
8498 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8499 esac
8500 else
8501 lt_prog_compiler_pic=
8502 lt_prog_compiler_can_build_shared=no
8513 # Check to make sure the static flag actually works.
8515 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8517 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8518 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8519 $as_echo_n "(cached) " >&6
8520 else
8521 lt_cv_prog_compiler_static_works=no
8522 save_LDFLAGS="$LDFLAGS"
8523 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8524 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8525 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8526 # The linker can only warn and ignore the option if not recognized
8527 # So say no if there are warnings
8528 if test -s conftest.err; then
8529 # Append any errors to the config.log.
8530 cat conftest.err 1>&5
8531 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8532 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8533 if diff conftest.exp conftest.er2 >/dev/null; then
8534 lt_cv_prog_compiler_static_works=yes
8536 else
8537 lt_cv_prog_compiler_static_works=yes
8540 $RM -r conftest*
8541 LDFLAGS="$save_LDFLAGS"
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8545 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8547 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8549 else
8550 lt_prog_compiler_static=
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8560 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8561 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8562 $as_echo_n "(cached) " >&6
8563 else
8564 lt_cv_prog_compiler_c_o=no
8565 $RM -r conftest 2>/dev/null
8566 mkdir conftest
8567 cd conftest
8568 mkdir out
8569 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8571 lt_compiler_flag="-o out/conftest2.$ac_objext"
8572 # Insert the option either (1) after the last *FLAGS variable, or
8573 # (2) before a word containing "conftest.", or (3) at the end.
8574 # Note that $ac_compile itself does not contain backslashes and begins
8575 # with a dollar sign (not a hyphen), so the echo should work correctly.
8576 lt_compile=`echo "$ac_compile" | $SED \
8577 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8578 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8579 -e 's:$: $lt_compiler_flag:'`
8580 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8581 (eval "$lt_compile" 2>out/conftest.err)
8582 ac_status=$?
8583 cat out/conftest.err >&5
8584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8585 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8586 then
8587 # The compiler can only warn and ignore the option if not recognized
8588 # So say no if there are warnings
8589 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8590 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8591 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8592 lt_cv_prog_compiler_c_o=yes
8595 chmod u+w . 2>&5
8596 $RM conftest*
8597 # SGI C++ compiler will create directory out/ii_files/ for
8598 # template instantiation
8599 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8600 $RM out/* && rmdir out
8601 cd ..
8602 $RM -r conftest
8603 $RM conftest*
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8607 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8615 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8616 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8617 $as_echo_n "(cached) " >&6
8618 else
8619 lt_cv_prog_compiler_c_o=no
8620 $RM -r conftest 2>/dev/null
8621 mkdir conftest
8622 cd conftest
8623 mkdir out
8624 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8626 lt_compiler_flag="-o out/conftest2.$ac_objext"
8627 # Insert the option either (1) after the last *FLAGS variable, or
8628 # (2) before a word containing "conftest.", or (3) at the end.
8629 # Note that $ac_compile itself does not contain backslashes and begins
8630 # with a dollar sign (not a hyphen), so the echo should work correctly.
8631 lt_compile=`echo "$ac_compile" | $SED \
8632 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8633 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8634 -e 's:$: $lt_compiler_flag:'`
8635 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8636 (eval "$lt_compile" 2>out/conftest.err)
8637 ac_status=$?
8638 cat out/conftest.err >&5
8639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8640 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8641 then
8642 # The compiler can only warn and ignore the option if not recognized
8643 # So say no if there are warnings
8644 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8645 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8646 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8647 lt_cv_prog_compiler_c_o=yes
8650 chmod u+w . 2>&5
8651 $RM conftest*
8652 # SGI C++ compiler will create directory out/ii_files/ for
8653 # template instantiation
8654 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8655 $RM out/* && rmdir out
8656 cd ..
8657 $RM -r conftest
8658 $RM conftest*
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8662 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8667 hard_links="nottested"
8668 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8669 # do not overwrite the value of need_locks provided by the user
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8671 $as_echo_n "checking if we can lock with hard links... " >&6; }
8672 hard_links=yes
8673 $RM conftest*
8674 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8675 touch conftest.a
8676 ln conftest.a conftest.b 2>&5 || hard_links=no
8677 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8679 $as_echo "$hard_links" >&6; }
8680 if test "$hard_links" = no; then
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8682 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8683 need_locks=warn
8685 else
8686 need_locks=no
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8695 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8697 runpath_var=
8698 allow_undefined_flag=
8699 always_export_symbols=no
8700 archive_cmds=
8701 archive_expsym_cmds=
8702 compiler_needs_object=no
8703 enable_shared_with_static_runtimes=no
8704 export_dynamic_flag_spec=
8705 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8706 hardcode_automatic=no
8707 hardcode_direct=no
8708 hardcode_direct_absolute=no
8709 hardcode_libdir_flag_spec=
8710 hardcode_libdir_flag_spec_ld=
8711 hardcode_libdir_separator=
8712 hardcode_minus_L=no
8713 hardcode_shlibpath_var=unsupported
8714 inherit_rpath=no
8715 link_all_deplibs=unknown
8716 module_cmds=
8717 module_expsym_cmds=
8718 old_archive_from_new_cmds=
8719 old_archive_from_expsyms_cmds=
8720 thread_safe_flag_spec=
8721 whole_archive_flag_spec=
8722 # include_expsyms should be a list of space-separated symbols to be *always*
8723 # included in the symbol list
8724 include_expsyms=
8725 # exclude_expsyms can be an extended regexp of symbols to exclude
8726 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8727 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8728 # as well as any symbol that contains `d'.
8729 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8730 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8731 # platforms (ab)use it in PIC code, but their linkers get confused if
8732 # the symbol is explicitly referenced. Since portable code cannot
8733 # rely on this symbol name, it's probably fine to never include it in
8734 # preloaded symbol tables.
8735 # Exclude shared library initialization/finalization symbols.
8736 extract_expsyms_cmds=
8738 case $host_os in
8739 cygwin* | mingw* | pw32* | cegcc*)
8740 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8741 # When not using gcc, we currently assume that we are using
8742 # Microsoft Visual C++.
8743 if test "$GCC" != yes; then
8744 with_gnu_ld=no
8747 interix*)
8748 # we just hope/assume this is gcc and not c89 (= MSVC++)
8749 with_gnu_ld=yes
8751 openbsd*)
8752 with_gnu_ld=no
8754 esac
8756 ld_shlibs=yes
8758 # On some targets, GNU ld is compatible enough with the native linker
8759 # that we're better off using the native interface for both.
8760 lt_use_gnu_ld_interface=no
8761 if test "$with_gnu_ld" = yes; then
8762 case $host_os in
8763 aix*)
8764 # The AIX port of GNU ld has always aspired to compatibility
8765 # with the native linker. However, as the warning in the GNU ld
8766 # block says, versions before 2.19.5* couldn't really create working
8767 # shared libraries, regardless of the interface used.
8768 case `$LD -v 2>&1` in
8769 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8770 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8771 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8773 lt_use_gnu_ld_interface=yes
8775 esac
8778 lt_use_gnu_ld_interface=yes
8780 esac
8783 if test "$lt_use_gnu_ld_interface" = yes; then
8784 # If archive_cmds runs LD, not CC, wlarc should be empty
8785 wlarc='${wl}'
8787 # Set some defaults for GNU ld with shared library support. These
8788 # are reset later if shared libraries are not supported. Putting them
8789 # here allows them to be overridden if necessary.
8790 runpath_var=LD_RUN_PATH
8791 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8792 export_dynamic_flag_spec='${wl}--export-dynamic'
8793 # ancient GNU ld didn't support --whole-archive et. al.
8794 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8795 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8796 else
8797 whole_archive_flag_spec=
8799 supports_anon_versioning=no
8800 case `$LD -v 2>&1` in
8801 *GNU\ gold*) supports_anon_versioning=yes ;;
8802 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8803 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8804 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8805 *\ 2.11.*) ;; # other 2.11 versions
8806 *) supports_anon_versioning=yes ;;
8807 esac
8809 # See if GNU ld supports shared libraries.
8810 case $host_os in
8811 aix[3-9]*)
8812 # On AIX/PPC, the GNU linker is very broken
8813 if test "$host_cpu" != ia64; then
8814 ld_shlibs=no
8815 cat <<_LT_EOF 1>&2
8817 *** Warning: the GNU linker, at least up to release 2.19, is reported
8818 *** to be unable to reliably create shared libraries on AIX.
8819 *** Therefore, libtool is disabling shared libraries support. If you
8820 *** really care for shared libraries, you may want to install binutils
8821 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8822 *** You will then need to restart the configuration process.
8824 _LT_EOF
8828 amigaos*)
8829 case $host_cpu in
8830 powerpc)
8831 # see comment about AmigaOS4 .so support
8832 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8833 archive_expsym_cmds=''
8835 m68k)
8836 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)'
8837 hardcode_libdir_flag_spec='-L$libdir'
8838 hardcode_minus_L=yes
8840 esac
8843 beos*)
8844 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8845 allow_undefined_flag=unsupported
8846 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8847 # support --undefined. This deserves some investigation. FIXME
8848 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8849 else
8850 ld_shlibs=no
8854 cygwin* | mingw* | pw32* | cegcc*)
8855 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8856 # as there is no search path for DLLs.
8857 hardcode_libdir_flag_spec='-L$libdir'
8858 export_dynamic_flag_spec='${wl}--export-all-symbols'
8859 allow_undefined_flag=unsupported
8860 always_export_symbols=no
8861 enable_shared_with_static_runtimes=yes
8862 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8864 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8865 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8866 # If the export-symbols file already is a .def file (1st line
8867 # is EXPORTS), use it as is; otherwise, prepend...
8868 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8869 cp $export_symbols $output_objdir/$soname.def;
8870 else
8871 echo EXPORTS > $output_objdir/$soname.def;
8872 cat $export_symbols >> $output_objdir/$soname.def;
8874 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8875 else
8876 ld_shlibs=no
8880 haiku*)
8881 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8882 link_all_deplibs=yes
8885 interix[3-9]*)
8886 hardcode_direct=no
8887 hardcode_shlibpath_var=no
8888 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8889 export_dynamic_flag_spec='${wl}-E'
8890 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8891 # Instead, shared libraries are loaded at an image base (0x10000000 by
8892 # default) and relocated if they conflict, which is a slow very memory
8893 # consuming and fragmenting process. To avoid this, we pick a random,
8894 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8895 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8896 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8897 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'
8900 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8901 tmp_diet=no
8902 if test "$host_os" = linux-dietlibc; then
8903 case $cc_basename in
8904 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8905 esac
8907 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8908 && test "$tmp_diet" = no
8909 then
8910 tmp_addflag=
8911 tmp_sharedflag='-shared'
8912 case $cc_basename,$host_cpu in
8913 pgcc*) # Portland Group C compiler
8914 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'
8915 tmp_addflag=' $pic_flag'
8917 pgf77* | pgf90* | pgf95* | pgfortran*)
8918 # Portland Group f77 and f90 compilers
8919 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'
8920 tmp_addflag=' $pic_flag -Mnomain' ;;
8921 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8922 tmp_addflag=' -i_dynamic' ;;
8923 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8924 tmp_addflag=' -i_dynamic -nofor_main' ;;
8925 ifc* | ifort*) # Intel Fortran compiler
8926 tmp_addflag=' -nofor_main' ;;
8927 lf95*) # Lahey Fortran 8.1
8928 whole_archive_flag_spec=
8929 tmp_sharedflag='--shared' ;;
8930 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8931 tmp_sharedflag='-qmkshrobj'
8932 tmp_addflag= ;;
8933 nvcc*) # Cuda Compiler Driver 2.2
8934 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'
8935 compiler_needs_object=yes
8937 esac
8938 case `$CC -V 2>&1 | sed 5q` in
8939 *Sun\ C*) # Sun C 5.9
8940 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'
8941 compiler_needs_object=yes
8942 tmp_sharedflag='-G' ;;
8943 *Sun\ F*) # Sun Fortran 8.3
8944 tmp_sharedflag='-G' ;;
8945 esac
8946 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8948 if test "x$supports_anon_versioning" = xyes; then
8949 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8950 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8951 echo "local: *; };" >> $output_objdir/$libname.ver~
8952 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8955 case $cc_basename in
8956 xlf* | bgf* | bgxlf* | mpixlf*)
8957 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8958 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8959 hardcode_libdir_flag_spec=
8960 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8961 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8962 if test "x$supports_anon_versioning" = xyes; then
8963 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8964 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8965 echo "local: *; };" >> $output_objdir/$libname.ver~
8966 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8969 esac
8970 else
8971 ld_shlibs=no
8975 netbsd*)
8976 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8977 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8978 wlarc=
8979 else
8980 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8981 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8985 solaris*)
8986 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8987 ld_shlibs=no
8988 cat <<_LT_EOF 1>&2
8990 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8991 *** create shared libraries on Solaris systems. Therefore, libtool
8992 *** is disabling shared libraries support. We urge you to upgrade GNU
8993 *** binutils to release 2.9.1 or newer. Another option is to modify
8994 *** your PATH or compiler configuration so that the native linker is
8995 *** used, and then restart.
8997 _LT_EOF
8998 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8999 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9000 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9001 else
9002 ld_shlibs=no
9006 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9007 case `$LD -v 2>&1` in
9008 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9009 ld_shlibs=no
9010 cat <<_LT_EOF 1>&2
9012 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9013 *** reliably create shared libraries on SCO systems. Therefore, libtool
9014 *** is disabling shared libraries support. We urge you to upgrade GNU
9015 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9016 *** your PATH or compiler configuration so that the native linker is
9017 *** used, and then restart.
9019 _LT_EOF
9022 # For security reasons, it is highly recommended that you always
9023 # use absolute paths for naming shared libraries, and exclude the
9024 # DT_RUNPATH tag from executables and libraries. But doing so
9025 # requires that you compile everything twice, which is a pain.
9026 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9027 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9028 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9029 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9030 else
9031 ld_shlibs=no
9034 esac
9037 sunos4*)
9038 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9039 wlarc=
9040 hardcode_direct=yes
9041 hardcode_shlibpath_var=no
9045 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9046 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9047 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9048 else
9049 ld_shlibs=no
9052 esac
9054 if test "$ld_shlibs" = no; then
9055 runpath_var=
9056 hardcode_libdir_flag_spec=
9057 export_dynamic_flag_spec=
9058 whole_archive_flag_spec=
9060 else
9061 # PORTME fill in a description of your system's linker (not GNU ld)
9062 case $host_os in
9063 aix3*)
9064 allow_undefined_flag=unsupported
9065 always_export_symbols=yes
9066 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'
9067 # Note: this linker hardcodes the directories in LIBPATH if there
9068 # are no directories specified by -L.
9069 hardcode_minus_L=yes
9070 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9071 # Neither direct hardcoding nor static linking is supported with a
9072 # broken collect2.
9073 hardcode_direct=unsupported
9077 aix[4-9]*)
9078 if test "$host_cpu" = ia64; then
9079 # On IA64, the linker does run time linking by default, so we don't
9080 # have to do anything special.
9081 aix_use_runtimelinking=no
9082 exp_sym_flag='-Bexport'
9083 no_entry_flag=""
9084 else
9085 # If we're using GNU nm, then we don't want the "-C" option.
9086 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9087 # Also, AIX nm treats weak defined symbols like other global
9088 # defined symbols, whereas GNU nm marks them as "W".
9089 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9090 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'
9091 else
9092 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'
9094 aix_use_runtimelinking=no
9096 # Test if we are trying to use run time linking or normal
9097 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9098 # need to do runtime linking.
9099 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9100 for ld_flag in $LDFLAGS; do
9101 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9102 aix_use_runtimelinking=yes
9103 break
9105 done
9107 esac
9109 exp_sym_flag='-bexport'
9110 no_entry_flag='-bnoentry'
9113 # When large executables or shared objects are built, AIX ld can
9114 # have problems creating the table of contents. If linking a library
9115 # or program results in "error TOC overflow" add -mminimal-toc to
9116 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9117 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9119 archive_cmds=''
9120 hardcode_direct=yes
9121 hardcode_direct_absolute=yes
9122 hardcode_libdir_separator=':'
9123 link_all_deplibs=yes
9124 file_list_spec='${wl}-f,'
9126 if test "$GCC" = yes; then
9127 case $host_os in aix4.[012]|aix4.[012].*)
9128 # We only want to do this on AIX 4.2 and lower, the check
9129 # below for broken collect2 doesn't work under 4.3+
9130 collect2name=`${CC} -print-prog-name=collect2`
9131 if test -f "$collect2name" &&
9132 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9133 then
9134 # We have reworked collect2
9136 else
9137 # We have old collect2
9138 hardcode_direct=unsupported
9139 # It fails to find uninstalled libraries when the uninstalled
9140 # path is not listed in the libpath. Setting hardcode_minus_L
9141 # to unsupported forces relinking
9142 hardcode_minus_L=yes
9143 hardcode_libdir_flag_spec='-L$libdir'
9144 hardcode_libdir_separator=
9147 esac
9148 shared_flag='-shared'
9149 if test "$aix_use_runtimelinking" = yes; then
9150 shared_flag="$shared_flag "'${wl}-G'
9152 else
9153 # not using gcc
9154 if test "$host_cpu" = ia64; then
9155 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9156 # chokes on -Wl,-G. The following line is correct:
9157 shared_flag='-G'
9158 else
9159 if test "$aix_use_runtimelinking" = yes; then
9160 shared_flag='${wl}-G'
9161 else
9162 shared_flag='${wl}-bM:SRE'
9167 export_dynamic_flag_spec='${wl}-bexpall'
9168 # It seems that -bexpall does not export symbols beginning with
9169 # underscore (_), so it is better to generate a list of symbols to export.
9170 always_export_symbols=yes
9171 if test "$aix_use_runtimelinking" = yes; then
9172 # Warning - without using the other runtime loading flags (-brtl),
9173 # -berok will link without error, but may produce a broken library.
9174 allow_undefined_flag='-berok'
9175 # Determine the default libpath from the value encoded in an
9176 # empty executable.
9177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9178 /* end confdefs.h. */
9181 main ()
9185 return 0;
9187 _ACEOF
9188 if ac_fn_c_try_link "$LINENO"; then :
9190 lt_aix_libpath_sed='
9191 /Import File Strings/,/^$/ {
9192 /^0/ {
9193 s/^0 *\(.*\)$/\1/
9197 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9198 # Check for a 64-bit object if we didn't find anything.
9199 if test -z "$aix_libpath"; then
9200 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9203 rm -f core conftest.err conftest.$ac_objext \
9204 conftest$ac_exeext conftest.$ac_ext
9205 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9207 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9208 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"
9209 else
9210 if test "$host_cpu" = ia64; then
9211 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9212 allow_undefined_flag="-z nodefs"
9213 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"
9214 else
9215 # Determine the default libpath from the value encoded in an
9216 # empty executable.
9217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9218 /* end confdefs.h. */
9221 main ()
9225 return 0;
9227 _ACEOF
9228 if ac_fn_c_try_link "$LINENO"; then :
9230 lt_aix_libpath_sed='
9231 /Import File Strings/,/^$/ {
9232 /^0/ {
9233 s/^0 *\(.*\)$/\1/
9237 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9238 # Check for a 64-bit object if we didn't find anything.
9239 if test -z "$aix_libpath"; then
9240 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9243 rm -f core conftest.err conftest.$ac_objext \
9244 conftest$ac_exeext conftest.$ac_ext
9245 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9247 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9248 # Warning - without using the other run time loading flags,
9249 # -berok will link without error, but may produce a broken library.
9250 no_undefined_flag=' ${wl}-bernotok'
9251 allow_undefined_flag=' ${wl}-berok'
9252 if test "$with_gnu_ld" = yes; then
9253 # We only use this code for GNU lds that support --whole-archive.
9254 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9255 else
9256 # Exported symbols can be pulled into shared objects from archives
9257 whole_archive_flag_spec='$convenience'
9259 archive_cmds_need_lc=yes
9260 # This is similar to how AIX traditionally builds its shared libraries.
9261 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'
9266 amigaos*)
9267 case $host_cpu in
9268 powerpc)
9269 # see comment about AmigaOS4 .so support
9270 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9271 archive_expsym_cmds=''
9273 m68k)
9274 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)'
9275 hardcode_libdir_flag_spec='-L$libdir'
9276 hardcode_minus_L=yes
9278 esac
9281 bsdi[45]*)
9282 export_dynamic_flag_spec=-rdynamic
9285 cygwin* | mingw* | pw32* | cegcc*)
9286 # When not using gcc, we currently assume that we are using
9287 # Microsoft Visual C++.
9288 # hardcode_libdir_flag_spec is actually meaningless, as there is
9289 # no search path for DLLs.
9290 hardcode_libdir_flag_spec=' '
9291 allow_undefined_flag=unsupported
9292 # Tell ltmain to make .lib files, not .a files.
9293 libext=lib
9294 # Tell ltmain to make .dll files, not .so files.
9295 shrext_cmds=".dll"
9296 # FIXME: Setting linknames here is a bad hack.
9297 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9298 # The linker will automatically build a .lib file if we build a DLL.
9299 old_archive_from_new_cmds='true'
9300 # FIXME: Should let the user specify the lib program.
9301 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9302 fix_srcfile_path='`cygpath -w "$srcfile"`'
9303 enable_shared_with_static_runtimes=yes
9306 darwin* | rhapsody*)
9309 archive_cmds_need_lc=no
9310 hardcode_direct=no
9311 hardcode_automatic=yes
9312 hardcode_shlibpath_var=unsupported
9313 if test "$lt_cv_ld_force_load" = "yes"; then
9314 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\"`'
9315 else
9316 whole_archive_flag_spec=''
9318 link_all_deplibs=yes
9319 allow_undefined_flag="$_lt_dar_allow_undefined"
9320 case $cc_basename in
9321 ifort*) _lt_dar_can_shared=yes ;;
9322 *) _lt_dar_can_shared=$GCC ;;
9323 esac
9324 if test "$_lt_dar_can_shared" = "yes"; then
9325 output_verbose_link_cmd=func_echo_all
9326 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9327 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9328 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}"
9329 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}"
9331 else
9332 ld_shlibs=no
9337 dgux*)
9338 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9339 hardcode_libdir_flag_spec='-L$libdir'
9340 hardcode_shlibpath_var=no
9343 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9344 # support. Future versions do this automatically, but an explicit c++rt0.o
9345 # does not break anything, and helps significantly (at the cost of a little
9346 # extra space).
9347 freebsd2.2*)
9348 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9349 hardcode_libdir_flag_spec='-R$libdir'
9350 hardcode_direct=yes
9351 hardcode_shlibpath_var=no
9354 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9355 freebsd2.*)
9356 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9357 hardcode_direct=yes
9358 hardcode_minus_L=yes
9359 hardcode_shlibpath_var=no
9362 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9363 freebsd* | dragonfly*)
9364 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9365 hardcode_libdir_flag_spec='-R$libdir'
9366 hardcode_direct=yes
9367 hardcode_shlibpath_var=no
9370 hpux9*)
9371 if test "$GCC" = yes; then
9372 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9373 else
9374 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'
9376 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9377 hardcode_libdir_separator=:
9378 hardcode_direct=yes
9380 # hardcode_minus_L: Not really in the search PATH,
9381 # but as the default location of the library.
9382 hardcode_minus_L=yes
9383 export_dynamic_flag_spec='${wl}-E'
9386 hpux10*)
9387 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9388 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9389 else
9390 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9392 if test "$with_gnu_ld" = no; then
9393 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9394 hardcode_libdir_flag_spec_ld='+b $libdir'
9395 hardcode_libdir_separator=:
9396 hardcode_direct=yes
9397 hardcode_direct_absolute=yes
9398 export_dynamic_flag_spec='${wl}-E'
9399 # hardcode_minus_L: Not really in the search PATH,
9400 # but as the default location of the library.
9401 hardcode_minus_L=yes
9405 hpux11*)
9406 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9407 case $host_cpu in
9408 hppa*64*)
9409 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9411 ia64*)
9412 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9415 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9417 esac
9418 else
9419 case $host_cpu in
9420 hppa*64*)
9421 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 ia64*)
9424 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9428 # Older versions of the 11.00 compiler do not understand -b yet
9429 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9431 $as_echo_n "checking if $CC understands -b... " >&6; }
9432 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9433 $as_echo_n "(cached) " >&6
9434 else
9435 lt_cv_prog_compiler__b=no
9436 save_LDFLAGS="$LDFLAGS"
9437 LDFLAGS="$LDFLAGS -b"
9438 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9439 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9440 # The linker can only warn and ignore the option if not recognized
9441 # So say no if there are warnings
9442 if test -s conftest.err; then
9443 # Append any errors to the config.log.
9444 cat conftest.err 1>&5
9445 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9446 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9447 if diff conftest.exp conftest.er2 >/dev/null; then
9448 lt_cv_prog_compiler__b=yes
9450 else
9451 lt_cv_prog_compiler__b=yes
9454 $RM -r conftest*
9455 LDFLAGS="$save_LDFLAGS"
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9459 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9461 if test x"$lt_cv_prog_compiler__b" = xyes; then
9462 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9463 else
9464 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9468 esac
9470 if test "$with_gnu_ld" = no; then
9471 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9472 hardcode_libdir_separator=:
9474 case $host_cpu in
9475 hppa*64*|ia64*)
9476 hardcode_direct=no
9477 hardcode_shlibpath_var=no
9480 hardcode_direct=yes
9481 hardcode_direct_absolute=yes
9482 export_dynamic_flag_spec='${wl}-E'
9484 # hardcode_minus_L: Not really in the search PATH,
9485 # but as the default location of the library.
9486 hardcode_minus_L=yes
9488 esac
9492 irix5* | irix6* | nonstopux*)
9493 if test "$GCC" = yes; then
9494 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9495 # Try to use the -exported_symbol ld option, if it does not
9496 # work, assume that -exports_file does not work either and
9497 # implicitly export all symbols.
9498 save_LDFLAGS="$LDFLAGS"
9499 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9501 /* end confdefs.h. */
9502 int foo(void) {}
9503 _ACEOF
9504 if ac_fn_c_try_link "$LINENO"; then :
9505 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9508 rm -f core conftest.err conftest.$ac_objext \
9509 conftest$ac_exeext conftest.$ac_ext
9510 LDFLAGS="$save_LDFLAGS"
9511 else
9512 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'
9513 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'
9515 archive_cmds_need_lc='no'
9516 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9517 hardcode_libdir_separator=:
9518 inherit_rpath=yes
9519 link_all_deplibs=yes
9522 netbsd*)
9523 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9524 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9525 else
9526 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9528 hardcode_libdir_flag_spec='-R$libdir'
9529 hardcode_direct=yes
9530 hardcode_shlibpath_var=no
9533 newsos6)
9534 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9535 hardcode_direct=yes
9536 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9537 hardcode_libdir_separator=:
9538 hardcode_shlibpath_var=no
9541 *nto* | *qnx*)
9544 openbsd*)
9545 if test -f /usr/libexec/ld.so; then
9546 hardcode_direct=yes
9547 hardcode_shlibpath_var=no
9548 hardcode_direct_absolute=yes
9549 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9550 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9551 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9552 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9553 export_dynamic_flag_spec='${wl}-E'
9554 else
9555 case $host_os in
9556 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9557 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9558 hardcode_libdir_flag_spec='-R$libdir'
9561 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9562 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9564 esac
9566 else
9567 ld_shlibs=no
9571 os2*)
9572 hardcode_libdir_flag_spec='-L$libdir'
9573 hardcode_minus_L=yes
9574 allow_undefined_flag=unsupported
9575 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'
9576 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9579 osf3*)
9580 if test "$GCC" = yes; then
9581 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9582 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'
9583 else
9584 allow_undefined_flag=' -expect_unresolved \*'
9585 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'
9587 archive_cmds_need_lc='no'
9588 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9589 hardcode_libdir_separator=:
9592 osf4* | osf5*) # as osf3* with the addition of -msym flag
9593 if test "$GCC" = yes; then
9594 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9595 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9596 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9597 else
9598 allow_undefined_flag=' -expect_unresolved \*'
9599 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'
9600 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~
9601 $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'
9603 # Both c and cxx compiler support -rpath directly
9604 hardcode_libdir_flag_spec='-rpath $libdir'
9606 archive_cmds_need_lc='no'
9607 hardcode_libdir_separator=:
9610 solaris*)
9611 no_undefined_flag=' -z defs'
9612 if test "$GCC" = yes; then
9613 wlarc='${wl}'
9614 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9615 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9616 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9617 else
9618 case `$CC -V 2>&1` in
9619 *"Compilers 5.0"*)
9620 wlarc=''
9621 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9622 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9623 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9626 wlarc='${wl}'
9627 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9628 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9629 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9631 esac
9633 hardcode_libdir_flag_spec='-R$libdir'
9634 hardcode_shlibpath_var=no
9635 case $host_os in
9636 solaris2.[0-5] | solaris2.[0-5].*) ;;
9638 # The compiler driver will combine and reorder linker options,
9639 # but understands `-z linker_flag'. GCC discards it without `$wl',
9640 # but is careful enough not to reorder.
9641 # Supported since Solaris 2.6 (maybe 2.5.1?)
9642 if test "$GCC" = yes; then
9643 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9644 else
9645 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9648 esac
9649 link_all_deplibs=yes
9652 sunos4*)
9653 if test "x$host_vendor" = xsequent; then
9654 # Use $CC to link under sequent, because it throws in some extra .o
9655 # files that make .init and .fini sections work.
9656 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9657 else
9658 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9660 hardcode_libdir_flag_spec='-L$libdir'
9661 hardcode_direct=yes
9662 hardcode_minus_L=yes
9663 hardcode_shlibpath_var=no
9666 sysv4)
9667 case $host_vendor in
9668 sni)
9669 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9670 hardcode_direct=yes # is this really true???
9672 siemens)
9673 ## LD is ld it makes a PLAMLIB
9674 ## CC just makes a GrossModule.
9675 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9676 reload_cmds='$CC -r -o $output$reload_objs'
9677 hardcode_direct=no
9679 motorola)
9680 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9681 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9683 esac
9684 runpath_var='LD_RUN_PATH'
9685 hardcode_shlibpath_var=no
9688 sysv4.3*)
9689 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9690 hardcode_shlibpath_var=no
9691 export_dynamic_flag_spec='-Bexport'
9694 sysv4*MP*)
9695 if test -d /usr/nec; then
9696 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9697 hardcode_shlibpath_var=no
9698 runpath_var=LD_RUN_PATH
9699 hardcode_runpath_var=yes
9700 ld_shlibs=yes
9704 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9705 no_undefined_flag='${wl}-z,text'
9706 archive_cmds_need_lc=no
9707 hardcode_shlibpath_var=no
9708 runpath_var='LD_RUN_PATH'
9710 if test "$GCC" = yes; then
9711 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9712 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9713 else
9714 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9715 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 sysv5* | sco3.2v5* | sco5v6*)
9720 # Note: We can NOT use -z defs as we might desire, because we do not
9721 # link with -lc, and that would cause any symbols used from libc to
9722 # always be unresolved, which means just about no library would
9723 # ever link correctly. If we're not using GNU ld we use -z text
9724 # though, which does catch some bad symbols but isn't as heavy-handed
9725 # as -z defs.
9726 no_undefined_flag='${wl}-z,text'
9727 allow_undefined_flag='${wl}-z,nodefs'
9728 archive_cmds_need_lc=no
9729 hardcode_shlibpath_var=no
9730 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9731 hardcode_libdir_separator=':'
9732 link_all_deplibs=yes
9733 export_dynamic_flag_spec='${wl}-Bexport'
9734 runpath_var='LD_RUN_PATH'
9736 if test "$GCC" = yes; then
9737 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9738 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9739 else
9740 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9741 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 uts4*)
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
9752 ld_shlibs=no
9754 esac
9756 if test x$host_vendor = xsni; then
9757 case $host in
9758 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9759 export_dynamic_flag_spec='${wl}-Blargedynsym'
9761 esac
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9766 $as_echo "$ld_shlibs" >&6; }
9767 test "$ld_shlibs" = no && can_build_shared=no
9769 with_gnu_ld=$with_gnu_ld
9786 # Do we need to explicitly link libc?
9788 case "x$archive_cmds_need_lc" in
9789 x|xyes)
9790 # Assume -lc should be added
9791 archive_cmds_need_lc=yes
9793 if test "$enable_shared" = yes && test "$GCC" = yes; then
9794 case $archive_cmds in
9795 *'~'*)
9796 # FIXME: we may have to deal with multi-command sequences.
9798 '$CC '*)
9799 # Test whether the compiler implicitly links with -lc since on some
9800 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9801 # to ld, don't add -lc before -lgcc.
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9803 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9804 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9805 $as_echo_n "(cached) " >&6
9806 else
9807 $RM conftest*
9808 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9810 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9811 (eval $ac_compile) 2>&5
9812 ac_status=$?
9813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9814 test $ac_status = 0; } 2>conftest.err; then
9815 soname=conftest
9816 lib=conftest
9817 libobjs=conftest.$ac_objext
9818 deplibs=
9819 wl=$lt_prog_compiler_wl
9820 pic_flag=$lt_prog_compiler_pic
9821 compiler_flags=-v
9822 linker_flags=-v
9823 verstring=
9824 output_objdir=.
9825 libname=conftest
9826 lt_save_allow_undefined_flag=$allow_undefined_flag
9827 allow_undefined_flag=
9828 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9829 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9830 ac_status=$?
9831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9832 test $ac_status = 0; }
9833 then
9834 lt_cv_archive_cmds_need_lc=no
9835 else
9836 lt_cv_archive_cmds_need_lc=yes
9838 allow_undefined_flag=$lt_save_allow_undefined_flag
9839 else
9840 cat conftest.err 1>&5
9842 $RM conftest*
9845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9846 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9847 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9849 esac
9852 esac
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10011 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10013 if test "$GCC" = yes; then
10014 case $host_os in
10015 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10016 *) lt_awk_arg="/^libraries:/" ;;
10017 esac
10018 case $host_os in
10019 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10020 *) lt_sed_strip_eq="s,=/,/,g" ;;
10021 esac
10022 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10023 case $lt_search_path_spec in
10024 *\;*)
10025 # if the path contains ";" then we assume it to be the separator
10026 # otherwise default to the standard path separator (i.e. ":") - it is
10027 # assumed that no part of a normal pathname contains ";" but that should
10028 # okay in the real world where ";" in dirpaths is itself problematic.
10029 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10032 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10034 esac
10035 # Ok, now we have the path, separated by spaces, we can step through it
10036 # and add multilib dir if necessary.
10037 lt_tmp_lt_search_path_spec=
10038 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10039 for lt_sys_path in $lt_search_path_spec; do
10040 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10041 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10042 else
10043 test -d "$lt_sys_path" && \
10044 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10046 done
10047 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10048 BEGIN {RS=" "; FS="/|\n";} {
10049 lt_foo="";
10050 lt_count=0;
10051 for (lt_i = NF; lt_i > 0; lt_i--) {
10052 if ($lt_i != "" && $lt_i != ".") {
10053 if ($lt_i == "..") {
10054 lt_count++;
10055 } else {
10056 if (lt_count == 0) {
10057 lt_foo="/" $lt_i lt_foo;
10058 } else {
10059 lt_count--;
10064 if (lt_foo != "") { lt_freq[lt_foo]++; }
10065 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10067 # AWK program above erroneously prepends '/' to C:/dos/paths
10068 # for these hosts.
10069 case $host_os in
10070 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10071 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10072 esac
10073 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10074 else
10075 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10077 library_names_spec=
10078 libname_spec='lib$name'
10079 soname_spec=
10080 shrext_cmds=".so"
10081 postinstall_cmds=
10082 postuninstall_cmds=
10083 finish_cmds=
10084 finish_eval=
10085 shlibpath_var=
10086 shlibpath_overrides_runpath=unknown
10087 version_type=none
10088 dynamic_linker="$host_os ld.so"
10089 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10090 need_lib_prefix=unknown
10091 hardcode_into_libs=no
10093 # when you set need_version to no, make sure it does not cause -set_version
10094 # flags to be left without arguments
10095 need_version=unknown
10097 case $host_os in
10098 aix3*)
10099 version_type=linux
10100 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10101 shlibpath_var=LIBPATH
10103 # AIX 3 has no versioning support, so we append a major version to the name.
10104 soname_spec='${libname}${release}${shared_ext}$major'
10107 aix[4-9]*)
10108 version_type=linux
10109 need_lib_prefix=no
10110 need_version=no
10111 hardcode_into_libs=yes
10112 if test "$host_cpu" = ia64; then
10113 # AIX 5 supports IA64
10114 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10115 shlibpath_var=LD_LIBRARY_PATH
10116 else
10117 # With GCC up to 2.95.x, collect2 would create an import file
10118 # for dependence libraries. The import file would start with
10119 # the line `#! .'. This would cause the generated library to
10120 # depend on `.', always an invalid library. This was fixed in
10121 # development snapshots of GCC prior to 3.0.
10122 case $host_os in
10123 aix4 | aix4.[01] | aix4.[01].*)
10124 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10125 echo ' yes '
10126 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10128 else
10129 can_build_shared=no
10132 esac
10133 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10134 # soname into executable. Probably we can add versioning support to
10135 # collect2, so additional links can be useful in future.
10136 if test "$aix_use_runtimelinking" = yes; then
10137 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10138 # instead of lib<name>.a to let people know that these are not
10139 # typical AIX shared libraries.
10140 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10141 else
10142 # We preserve .a as extension for shared libraries through AIX4.2
10143 # and later when we are not doing run time linking.
10144 library_names_spec='${libname}${release}.a $libname.a'
10145 soname_spec='${libname}${release}${shared_ext}$major'
10147 shlibpath_var=LIBPATH
10151 amigaos*)
10152 case $host_cpu in
10153 powerpc)
10154 # Since July 2007 AmigaOS4 officially supports .so libraries.
10155 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10158 m68k)
10159 library_names_spec='$libname.ixlibrary $libname.a'
10160 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10161 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'
10163 esac
10166 beos*)
10167 library_names_spec='${libname}${shared_ext}'
10168 dynamic_linker="$host_os ld.so"
10169 shlibpath_var=LIBRARY_PATH
10172 bsdi[45]*)
10173 version_type=linux
10174 need_version=no
10175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10176 soname_spec='${libname}${release}${shared_ext}$major'
10177 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10178 shlibpath_var=LD_LIBRARY_PATH
10179 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10180 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10181 # the default ld.so.conf also contains /usr/contrib/lib and
10182 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10183 # libtool to hard-code these into programs
10186 cygwin* | mingw* | pw32* | cegcc*)
10187 version_type=windows
10188 shrext_cmds=".dll"
10189 need_version=no
10190 need_lib_prefix=no
10192 case $GCC,$host_os in
10193 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10194 library_names_spec='$libname.dll.a'
10195 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10196 postinstall_cmds='base_file=`basename \${file}`~
10197 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10198 dldir=$destdir/`dirname \$dlpath`~
10199 test -d \$dldir || mkdir -p \$dldir~
10200 $install_prog $dir/$dlname \$dldir/$dlname~
10201 chmod a+x \$dldir/$dlname~
10202 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10203 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10205 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10206 dlpath=$dir/\$dldll~
10207 $RM \$dlpath'
10208 shlibpath_overrides_runpath=yes
10210 case $host_os in
10211 cygwin*)
10212 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10213 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10215 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10217 mingw* | cegcc*)
10218 # MinGW DLLs use traditional 'lib' prefix
10219 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10221 pw32*)
10222 # pw32 DLLs use 'pw' prefix rather than 'lib'
10223 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10225 esac
10229 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10231 esac
10232 dynamic_linker='Win32 ld.exe'
10233 # FIXME: first we should search . and the directory the executable is in
10234 shlibpath_var=PATH
10237 darwin* | rhapsody*)
10238 dynamic_linker="$host_os dyld"
10239 version_type=darwin
10240 need_lib_prefix=no
10241 need_version=no
10242 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10243 soname_spec='${libname}${release}${major}$shared_ext'
10244 shlibpath_overrides_runpath=yes
10245 shlibpath_var=DYLD_LIBRARY_PATH
10246 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10248 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10249 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10252 dgux*)
10253 version_type=linux
10254 need_lib_prefix=no
10255 need_version=no
10256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10257 soname_spec='${libname}${release}${shared_ext}$major'
10258 shlibpath_var=LD_LIBRARY_PATH
10261 freebsd* | dragonfly*)
10262 # DragonFly does not have aout. When/if they implement a new
10263 # versioning mechanism, adjust this.
10264 if test -x /usr/bin/objformat; then
10265 objformat=`/usr/bin/objformat`
10266 else
10267 case $host_os in
10268 freebsd[23].*) objformat=aout ;;
10269 *) objformat=elf ;;
10270 esac
10272 version_type=freebsd-$objformat
10273 case $version_type in
10274 freebsd-elf*)
10275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10276 need_version=no
10277 need_lib_prefix=no
10279 freebsd-*)
10280 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10281 need_version=yes
10283 esac
10284 shlibpath_var=LD_LIBRARY_PATH
10285 case $host_os in
10286 freebsd2.*)
10287 shlibpath_overrides_runpath=yes
10289 freebsd3.[01]* | freebsdelf3.[01]*)
10290 shlibpath_overrides_runpath=yes
10291 hardcode_into_libs=yes
10293 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10294 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10295 shlibpath_overrides_runpath=no
10296 hardcode_into_libs=yes
10298 *) # from 4.6 on, and DragonFly
10299 shlibpath_overrides_runpath=yes
10300 hardcode_into_libs=yes
10302 esac
10305 gnu*)
10306 version_type=linux
10307 need_lib_prefix=no
10308 need_version=no
10309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10310 soname_spec='${libname}${release}${shared_ext}$major'
10311 shlibpath_var=LD_LIBRARY_PATH
10312 hardcode_into_libs=yes
10315 haiku*)
10316 version_type=linux
10317 need_lib_prefix=no
10318 need_version=no
10319 dynamic_linker="$host_os runtime_loader"
10320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10321 soname_spec='${libname}${release}${shared_ext}$major'
10322 shlibpath_var=LIBRARY_PATH
10323 shlibpath_overrides_runpath=yes
10324 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10325 hardcode_into_libs=yes
10328 hpux9* | hpux10* | hpux11*)
10329 # Give a soname corresponding to the major version so that dld.sl refuses to
10330 # link against other versions.
10331 version_type=sunos
10332 need_lib_prefix=no
10333 need_version=no
10334 case $host_cpu in
10335 ia64*)
10336 shrext_cmds='.so'
10337 hardcode_into_libs=yes
10338 dynamic_linker="$host_os dld.so"
10339 shlibpath_var=LD_LIBRARY_PATH
10340 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 if test "X$HPUX_IA64_MODE" = X32; then
10344 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10345 else
10346 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10348 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10350 hppa*64*)
10351 shrext_cmds='.sl'
10352 hardcode_into_libs=yes
10353 dynamic_linker="$host_os dld.sl"
10354 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10355 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10357 soname_spec='${libname}${release}${shared_ext}$major'
10358 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10359 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10362 shrext_cmds='.sl'
10363 dynamic_linker="$host_os dld.sl"
10364 shlibpath_var=SHLIB_PATH
10365 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10367 soname_spec='${libname}${release}${shared_ext}$major'
10369 esac
10370 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10371 postinstall_cmds='chmod 555 $lib'
10372 # or fails outright, so override atomically:
10373 install_override_mode=555
10376 interix[3-9]*)
10377 version_type=linux
10378 need_lib_prefix=no
10379 need_version=no
10380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10381 soname_spec='${libname}${release}${shared_ext}$major'
10382 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10383 shlibpath_var=LD_LIBRARY_PATH
10384 shlibpath_overrides_runpath=no
10385 hardcode_into_libs=yes
10388 irix5* | irix6* | nonstopux*)
10389 case $host_os in
10390 nonstopux*) version_type=nonstopux ;;
10392 if test "$lt_cv_prog_gnu_ld" = yes; then
10393 version_type=linux
10394 else
10395 version_type=irix
10396 fi ;;
10397 esac
10398 need_lib_prefix=no
10399 need_version=no
10400 soname_spec='${libname}${release}${shared_ext}$major'
10401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10402 case $host_os in
10403 irix5* | nonstopux*)
10404 libsuff= shlibsuff=
10407 case $LD in # libtool.m4 will add one of these switches to LD
10408 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10409 libsuff= shlibsuff= libmagic=32-bit;;
10410 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10411 libsuff=32 shlibsuff=N32 libmagic=N32;;
10412 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10413 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10414 *) libsuff= shlibsuff= libmagic=never-match;;
10415 esac
10417 esac
10418 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10419 shlibpath_overrides_runpath=no
10420 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10421 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10422 hardcode_into_libs=yes
10425 # No shared lib support for Linux oldld, aout, or coff.
10426 linux*oldld* | linux*aout* | linux*coff*)
10427 dynamic_linker=no
10430 # This must be Linux ELF.
10431 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10432 version_type=linux
10433 need_lib_prefix=no
10434 need_version=no
10435 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10436 soname_spec='${libname}${release}${shared_ext}$major'
10437 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10438 shlibpath_var=LD_LIBRARY_PATH
10439 shlibpath_overrides_runpath=no
10441 # Some binutils ld are patched to set DT_RUNPATH
10442 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10443 $as_echo_n "(cached) " >&6
10444 else
10445 lt_cv_shlibpath_overrides_runpath=no
10446 save_LDFLAGS=$LDFLAGS
10447 save_libdir=$libdir
10448 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10449 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10451 /* end confdefs.h. */
10454 main ()
10458 return 0;
10460 _ACEOF
10461 if ac_fn_c_try_link "$LINENO"; then :
10462 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10463 lt_cv_shlibpath_overrides_runpath=yes
10466 rm -f core conftest.err conftest.$ac_objext \
10467 conftest$ac_exeext conftest.$ac_ext
10468 LDFLAGS=$save_LDFLAGS
10469 libdir=$save_libdir
10473 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10475 # This implies no fast_install, which is unacceptable.
10476 # Some rework will be needed to allow for fast_install
10477 # before this can be enabled.
10478 hardcode_into_libs=yes
10480 # Append ld.so.conf contents to the search path
10481 if test -f /etc/ld.so.conf; then
10482 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' ' '`
10483 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10486 # We used to test for /lib/ld.so.1 and disable shared libraries on
10487 # powerpc, because MkLinux only supported shared libraries with the
10488 # GNU dynamic linker. Since this was broken with cross compilers,
10489 # most powerpc-linux boxes support dynamic linking these days and
10490 # people can always --disable-shared, the test was removed, and we
10491 # assume the GNU/Linux dynamic linker is in use.
10492 dynamic_linker='GNU/Linux ld.so'
10495 netbsd*)
10496 version_type=sunos
10497 need_lib_prefix=no
10498 need_version=no
10499 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10501 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10502 dynamic_linker='NetBSD (a.out) ld.so'
10503 else
10504 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10505 soname_spec='${libname}${release}${shared_ext}$major'
10506 dynamic_linker='NetBSD ld.elf_so'
10508 shlibpath_var=LD_LIBRARY_PATH
10509 shlibpath_overrides_runpath=yes
10510 hardcode_into_libs=yes
10513 newsos6)
10514 version_type=linux
10515 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10516 shlibpath_var=LD_LIBRARY_PATH
10517 shlibpath_overrides_runpath=yes
10520 *nto* | *qnx*)
10521 version_type=qnx
10522 need_lib_prefix=no
10523 need_version=no
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10525 soname_spec='${libname}${release}${shared_ext}$major'
10526 shlibpath_var=LD_LIBRARY_PATH
10527 shlibpath_overrides_runpath=no
10528 hardcode_into_libs=yes
10529 dynamic_linker='ldqnx.so'
10532 openbsd*)
10533 version_type=sunos
10534 sys_lib_dlsearch_path_spec="/usr/lib"
10535 need_lib_prefix=no
10536 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10537 case $host_os in
10538 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10539 *) need_version=no ;;
10540 esac
10541 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10542 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10543 shlibpath_var=LD_LIBRARY_PATH
10544 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10545 case $host_os in
10546 openbsd2.[89] | openbsd2.[89].*)
10547 shlibpath_overrides_runpath=no
10550 shlibpath_overrides_runpath=yes
10552 esac
10553 else
10554 shlibpath_overrides_runpath=yes
10558 os2*)
10559 libname_spec='$name'
10560 shrext_cmds=".dll"
10561 need_lib_prefix=no
10562 library_names_spec='$libname${shared_ext} $libname.a'
10563 dynamic_linker='OS/2 ld.exe'
10564 shlibpath_var=LIBPATH
10567 osf3* | osf4* | osf5*)
10568 version_type=osf
10569 need_lib_prefix=no
10570 need_version=no
10571 soname_spec='${libname}${release}${shared_ext}$major'
10572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10573 shlibpath_var=LD_LIBRARY_PATH
10574 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10575 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10578 rdos*)
10579 dynamic_linker=no
10582 solaris*)
10583 version_type=linux
10584 need_lib_prefix=no
10585 need_version=no
10586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10587 soname_spec='${libname}${release}${shared_ext}$major'
10588 shlibpath_var=LD_LIBRARY_PATH
10589 shlibpath_overrides_runpath=yes
10590 hardcode_into_libs=yes
10591 # ldd complains unless libraries are executable
10592 postinstall_cmds='chmod +x $lib'
10595 sunos4*)
10596 version_type=sunos
10597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10598 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10599 shlibpath_var=LD_LIBRARY_PATH
10600 shlibpath_overrides_runpath=yes
10601 if test "$with_gnu_ld" = yes; then
10602 need_lib_prefix=no
10604 need_version=yes
10607 sysv4 | sysv4.3*)
10608 version_type=linux
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 shlibpath_var=LD_LIBRARY_PATH
10612 case $host_vendor in
10613 sni)
10614 shlibpath_overrides_runpath=no
10615 need_lib_prefix=no
10616 runpath_var=LD_RUN_PATH
10618 siemens)
10619 need_lib_prefix=no
10621 motorola)
10622 need_lib_prefix=no
10623 need_version=no
10624 shlibpath_overrides_runpath=no
10625 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10627 esac
10630 sysv4*MP*)
10631 if test -d /usr/nec ;then
10632 version_type=linux
10633 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10634 soname_spec='$libname${shared_ext}.$major'
10635 shlibpath_var=LD_LIBRARY_PATH
10639 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10640 version_type=freebsd-elf
10641 need_lib_prefix=no
10642 need_version=no
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major'
10645 shlibpath_var=LD_LIBRARY_PATH
10646 shlibpath_overrides_runpath=yes
10647 hardcode_into_libs=yes
10648 if test "$with_gnu_ld" = yes; then
10649 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10650 else
10651 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10652 case $host_os in
10653 sco3.2v5*)
10654 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10656 esac
10658 sys_lib_dlsearch_path_spec='/usr/lib'
10661 tpf*)
10662 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10663 version_type=linux
10664 need_lib_prefix=no
10665 need_version=no
10666 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10667 shlibpath_var=LD_LIBRARY_PATH
10668 shlibpath_overrides_runpath=no
10669 hardcode_into_libs=yes
10672 uts4*)
10673 version_type=linux
10674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 shlibpath_var=LD_LIBRARY_PATH
10680 dynamic_linker=no
10682 esac
10683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10684 $as_echo "$dynamic_linker" >&6; }
10685 test "$dynamic_linker" = no && can_build_shared=no
10687 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10688 if test "$GCC" = yes; then
10689 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10692 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10693 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10695 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10696 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10791 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10792 hardcode_action=
10793 if test -n "$hardcode_libdir_flag_spec" ||
10794 test -n "$runpath_var" ||
10795 test "X$hardcode_automatic" = "Xyes" ; then
10797 # We can hardcode non-existent directories.
10798 if test "$hardcode_direct" != no &&
10799 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10800 # have to relink, otherwise we might link with an installed library
10801 # when we should be linking with a yet-to-be-installed one
10802 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10803 test "$hardcode_minus_L" != no; then
10804 # Linking always hardcodes the temporary library directory.
10805 hardcode_action=relink
10806 else
10807 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10808 hardcode_action=immediate
10810 else
10811 # We cannot hardcode anything, or else we can only hardcode existing
10812 # directories.
10813 hardcode_action=unsupported
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10816 $as_echo "$hardcode_action" >&6; }
10818 if test "$hardcode_action" = relink ||
10819 test "$inherit_rpath" = yes; then
10820 # Fast installation is not supported
10821 enable_fast_install=no
10822 elif test "$shlibpath_overrides_runpath" = yes ||
10823 test "$enable_shared" = no; then
10824 # Fast installation is not necessary
10825 enable_fast_install=needless
10833 if test "x$enable_dlopen" != xyes; then
10834 enable_dlopen=unknown
10835 enable_dlopen_self=unknown
10836 enable_dlopen_self_static=unknown
10837 else
10838 lt_cv_dlopen=no
10839 lt_cv_dlopen_libs=
10841 case $host_os in
10842 beos*)
10843 lt_cv_dlopen="load_add_on"
10844 lt_cv_dlopen_libs=
10845 lt_cv_dlopen_self=yes
10848 mingw* | pw32* | cegcc*)
10849 lt_cv_dlopen="LoadLibrary"
10850 lt_cv_dlopen_libs=
10853 cygwin*)
10854 lt_cv_dlopen="dlopen"
10855 lt_cv_dlopen_libs=
10858 darwin*)
10859 # if libdl is installed we need to link against it
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10861 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10862 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10863 $as_echo_n "(cached) " >&6
10864 else
10865 ac_check_lib_save_LIBS=$LIBS
10866 LIBS="-ldl $LIBS"
10867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10868 /* end confdefs.h. */
10870 /* Override any GCC internal prototype to avoid an error.
10871 Use char because int might match the return type of a GCC
10872 builtin and then its argument prototype would still apply. */
10873 #ifdef __cplusplus
10874 extern "C"
10875 #endif
10876 char dlopen ();
10878 main ()
10880 return dlopen ();
10882 return 0;
10884 _ACEOF
10885 if ac_fn_c_try_link "$LINENO"; then :
10886 ac_cv_lib_dl_dlopen=yes
10887 else
10888 ac_cv_lib_dl_dlopen=no
10890 rm -f core conftest.err conftest.$ac_objext \
10891 conftest$ac_exeext conftest.$ac_ext
10892 LIBS=$ac_check_lib_save_LIBS
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10895 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10896 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10897 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10898 else
10900 lt_cv_dlopen="dyld"
10901 lt_cv_dlopen_libs=
10902 lt_cv_dlopen_self=yes
10909 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10910 if test "x$ac_cv_func_shl_load" = x""yes; then :
10911 lt_cv_dlopen="shl_load"
10912 else
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10914 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10915 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10916 $as_echo_n "(cached) " >&6
10917 else
10918 ac_check_lib_save_LIBS=$LIBS
10919 LIBS="-ldld $LIBS"
10920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10921 /* end confdefs.h. */
10923 /* Override any GCC internal prototype to avoid an error.
10924 Use char because int might match the return type of a GCC
10925 builtin and then its argument prototype would still apply. */
10926 #ifdef __cplusplus
10927 extern "C"
10928 #endif
10929 char shl_load ();
10931 main ()
10933 return shl_load ();
10935 return 0;
10937 _ACEOF
10938 if ac_fn_c_try_link "$LINENO"; then :
10939 ac_cv_lib_dld_shl_load=yes
10940 else
10941 ac_cv_lib_dld_shl_load=no
10943 rm -f core conftest.err conftest.$ac_objext \
10944 conftest$ac_exeext conftest.$ac_ext
10945 LIBS=$ac_check_lib_save_LIBS
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10948 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10949 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10950 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10951 else
10952 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10953 if test "x$ac_cv_func_dlopen" = x""yes; then :
10954 lt_cv_dlopen="dlopen"
10955 else
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10957 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10958 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 ac_check_lib_save_LIBS=$LIBS
10962 LIBS="-ldl $LIBS"
10963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char dlopen ();
10974 main ()
10976 return dlopen ();
10978 return 0;
10980 _ACEOF
10981 if ac_fn_c_try_link "$LINENO"; then :
10982 ac_cv_lib_dl_dlopen=yes
10983 else
10984 ac_cv_lib_dl_dlopen=no
10986 rm -f core conftest.err conftest.$ac_objext \
10987 conftest$ac_exeext conftest.$ac_ext
10988 LIBS=$ac_check_lib_save_LIBS
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10991 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10992 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10993 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10994 else
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10996 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10997 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10998 $as_echo_n "(cached) " >&6
10999 else
11000 ac_check_lib_save_LIBS=$LIBS
11001 LIBS="-lsvld $LIBS"
11002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11003 /* end confdefs.h. */
11005 /* Override any GCC internal prototype to avoid an error.
11006 Use char because int might match the return type of a GCC
11007 builtin and then its argument prototype would still apply. */
11008 #ifdef __cplusplus
11009 extern "C"
11010 #endif
11011 char dlopen ();
11013 main ()
11015 return dlopen ();
11017 return 0;
11019 _ACEOF
11020 if ac_fn_c_try_link "$LINENO"; then :
11021 ac_cv_lib_svld_dlopen=yes
11022 else
11023 ac_cv_lib_svld_dlopen=no
11025 rm -f core conftest.err conftest.$ac_objext \
11026 conftest$ac_exeext conftest.$ac_ext
11027 LIBS=$ac_check_lib_save_LIBS
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11030 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11031 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11032 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11033 else
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11035 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11036 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11037 $as_echo_n "(cached) " >&6
11038 else
11039 ac_check_lib_save_LIBS=$LIBS
11040 LIBS="-ldld $LIBS"
11041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11042 /* end confdefs.h. */
11044 /* Override any GCC internal prototype to avoid an error.
11045 Use char because int might match the return type of a GCC
11046 builtin and then its argument prototype would still apply. */
11047 #ifdef __cplusplus
11048 extern "C"
11049 #endif
11050 char dld_link ();
11052 main ()
11054 return dld_link ();
11056 return 0;
11058 _ACEOF
11059 if ac_fn_c_try_link "$LINENO"; then :
11060 ac_cv_lib_dld_dld_link=yes
11061 else
11062 ac_cv_lib_dld_dld_link=no
11064 rm -f core conftest.err conftest.$ac_objext \
11065 conftest$ac_exeext conftest.$ac_ext
11066 LIBS=$ac_check_lib_save_LIBS
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11069 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11070 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11071 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11090 esac
11092 if test "x$lt_cv_dlopen" != xno; then
11093 enable_dlopen=yes
11094 else
11095 enable_dlopen=no
11098 case $lt_cv_dlopen in
11099 dlopen)
11100 save_CPPFLAGS="$CPPFLAGS"
11101 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11103 save_LDFLAGS="$LDFLAGS"
11104 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11106 save_LIBS="$LIBS"
11107 LIBS="$lt_cv_dlopen_libs $LIBS"
11109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11110 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11111 if test "${lt_cv_dlopen_self+set}" = set; then :
11112 $as_echo_n "(cached) " >&6
11113 else
11114 if test "$cross_compiling" = yes; then :
11115 lt_cv_dlopen_self=cross
11116 else
11117 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11118 lt_status=$lt_dlunknown
11119 cat > conftest.$ac_ext <<_LT_EOF
11120 #line 11120 "configure"
11121 #include "confdefs.h"
11123 #if HAVE_DLFCN_H
11124 #include <dlfcn.h>
11125 #endif
11127 #include <stdio.h>
11129 #ifdef RTLD_GLOBAL
11130 # define LT_DLGLOBAL RTLD_GLOBAL
11131 #else
11132 # ifdef DL_GLOBAL
11133 # define LT_DLGLOBAL DL_GLOBAL
11134 # else
11135 # define LT_DLGLOBAL 0
11136 # endif
11137 #endif
11139 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11140 find out it does not work in some platform. */
11141 #ifndef LT_DLLAZY_OR_NOW
11142 # ifdef RTLD_LAZY
11143 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11144 # else
11145 # ifdef DL_LAZY
11146 # define LT_DLLAZY_OR_NOW DL_LAZY
11147 # else
11148 # ifdef RTLD_NOW
11149 # define LT_DLLAZY_OR_NOW RTLD_NOW
11150 # else
11151 # ifdef DL_NOW
11152 # define LT_DLLAZY_OR_NOW DL_NOW
11153 # else
11154 # define LT_DLLAZY_OR_NOW 0
11155 # endif
11156 # endif
11157 # endif
11158 # endif
11159 #endif
11161 /* When -fvisbility=hidden is used, assume the code has been annotated
11162 correspondingly for the symbols needed. */
11163 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11164 void fnord () __attribute__((visibility("default")));
11165 #endif
11167 void fnord () { int i=42; }
11168 int main ()
11170 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11171 int status = $lt_dlunknown;
11173 if (self)
11175 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11176 else
11178 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11179 else puts (dlerror ());
11181 /* dlclose (self); */
11183 else
11184 puts (dlerror ());
11186 return status;
11188 _LT_EOF
11189 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11190 (eval $ac_link) 2>&5
11191 ac_status=$?
11192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11193 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11194 (./conftest; exit; ) >&5 2>/dev/null
11195 lt_status=$?
11196 case x$lt_status in
11197 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11198 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11199 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11200 esac
11201 else :
11202 # compilation failed
11203 lt_cv_dlopen_self=no
11206 rm -fr conftest*
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11211 $as_echo "$lt_cv_dlopen_self" >&6; }
11213 if test "x$lt_cv_dlopen_self" = xyes; then
11214 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11216 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11217 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11218 $as_echo_n "(cached) " >&6
11219 else
11220 if test "$cross_compiling" = yes; then :
11221 lt_cv_dlopen_self_static=cross
11222 else
11223 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11224 lt_status=$lt_dlunknown
11225 cat > conftest.$ac_ext <<_LT_EOF
11226 #line 11226 "configure"
11227 #include "confdefs.h"
11229 #if HAVE_DLFCN_H
11230 #include <dlfcn.h>
11231 #endif
11233 #include <stdio.h>
11235 #ifdef RTLD_GLOBAL
11236 # define LT_DLGLOBAL RTLD_GLOBAL
11237 #else
11238 # ifdef DL_GLOBAL
11239 # define LT_DLGLOBAL DL_GLOBAL
11240 # else
11241 # define LT_DLGLOBAL 0
11242 # endif
11243 #endif
11245 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11246 find out it does not work in some platform. */
11247 #ifndef LT_DLLAZY_OR_NOW
11248 # ifdef RTLD_LAZY
11249 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11250 # else
11251 # ifdef DL_LAZY
11252 # define LT_DLLAZY_OR_NOW DL_LAZY
11253 # else
11254 # ifdef RTLD_NOW
11255 # define LT_DLLAZY_OR_NOW RTLD_NOW
11256 # else
11257 # ifdef DL_NOW
11258 # define LT_DLLAZY_OR_NOW DL_NOW
11259 # else
11260 # define LT_DLLAZY_OR_NOW 0
11261 # endif
11262 # endif
11263 # endif
11264 # endif
11265 #endif
11267 /* When -fvisbility=hidden is used, assume the code has been annotated
11268 correspondingly for the symbols needed. */
11269 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11270 void fnord () __attribute__((visibility("default")));
11271 #endif
11273 void fnord () { int i=42; }
11274 int main ()
11276 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11277 int status = $lt_dlunknown;
11279 if (self)
11281 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11282 else
11284 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11285 else puts (dlerror ());
11287 /* dlclose (self); */
11289 else
11290 puts (dlerror ());
11292 return status;
11294 _LT_EOF
11295 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11296 (eval $ac_link) 2>&5
11297 ac_status=$?
11298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11299 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11300 (./conftest; exit; ) >&5 2>/dev/null
11301 lt_status=$?
11302 case x$lt_status in
11303 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11304 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11305 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11306 esac
11307 else :
11308 # compilation failed
11309 lt_cv_dlopen_self_static=no
11312 rm -fr conftest*
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11317 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11320 CPPFLAGS="$save_CPPFLAGS"
11321 LDFLAGS="$save_LDFLAGS"
11322 LIBS="$save_LIBS"
11324 esac
11326 case $lt_cv_dlopen_self in
11327 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11328 *) enable_dlopen_self=unknown ;;
11329 esac
11331 case $lt_cv_dlopen_self_static in
11332 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11333 *) enable_dlopen_self_static=unknown ;;
11334 esac
11353 striplib=
11354 old_striplib=
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11356 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11357 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11358 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11359 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11361 $as_echo "yes" >&6; }
11362 else
11363 # FIXME - insert some real tests, host_os isn't really good enough
11364 case $host_os in
11365 darwin*)
11366 if test -n "$STRIP" ; then
11367 striplib="$STRIP -x"
11368 old_striplib="$STRIP -S"
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11370 $as_echo "yes" >&6; }
11371 else
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11373 $as_echo "no" >&6; }
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11378 $as_echo "no" >&6; }
11380 esac
11394 # Report which library types will actually be built
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11396 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11398 $as_echo "$can_build_shared" >&6; }
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11401 $as_echo_n "checking whether to build shared libraries... " >&6; }
11402 test "$can_build_shared" = "no" && enable_shared=no
11404 # On AIX, shared libraries and static libraries use the same namespace, and
11405 # are all built from PIC.
11406 case $host_os in
11407 aix3*)
11408 test "$enable_shared" = yes && enable_static=no
11409 if test -n "$RANLIB"; then
11410 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11411 postinstall_cmds='$RANLIB $lib'
11415 aix[4-9]*)
11416 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11417 test "$enable_shared" = yes && enable_static=no
11420 esac
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11422 $as_echo "$enable_shared" >&6; }
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11425 $as_echo_n "checking whether to build static libraries... " >&6; }
11426 # Make sure either enable_shared or enable_static is yes.
11427 test "$enable_shared" = yes || enable_static=yes
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11429 $as_echo "$enable_static" >&6; }
11435 ac_ext=c
11436 ac_cpp='$CPP $CPPFLAGS'
11437 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11438 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11439 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11441 CC="$lt_save_CC"
11443 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11444 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11445 (test "X$CXX" != "Xg++"))) ; then
11446 ac_ext=cpp
11447 ac_cpp='$CXXCPP $CPPFLAGS'
11448 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11449 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11450 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11452 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11453 if test -z "$CXXCPP"; then
11454 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
11455 $as_echo_n "(cached) " >&6
11456 else
11457 # Double quotes because CXXCPP needs to be expanded
11458 for CXXCPP in "$CXX -E" "/lib/cpp"
11460 ac_preproc_ok=false
11461 for ac_cxx_preproc_warn_flag in '' yes
11463 # Use a header file that comes with gcc, so configuring glibc
11464 # with a fresh cross-compiler works.
11465 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11466 # <limits.h> exists even on freestanding compilers.
11467 # On the NeXT, cc -E runs the code through the compiler's parser,
11468 # not just through cpp. "Syntax error" is here to catch this case.
11469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11470 /* end confdefs.h. */
11471 #ifdef __STDC__
11472 # include <limits.h>
11473 #else
11474 # include <assert.h>
11475 #endif
11476 Syntax error
11477 _ACEOF
11478 if ac_fn_cxx_try_cpp "$LINENO"; then :
11480 else
11481 # Broken: fails on valid input.
11482 continue
11484 rm -f conftest.err conftest.$ac_ext
11486 # OK, works on sane cases. Now check whether nonexistent headers
11487 # can be detected and how.
11488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11489 /* end confdefs.h. */
11490 #include <ac_nonexistent.h>
11491 _ACEOF
11492 if ac_fn_cxx_try_cpp "$LINENO"; then :
11493 # Broken: success on invalid input.
11494 continue
11495 else
11496 # Passes both tests.
11497 ac_preproc_ok=:
11498 break
11500 rm -f conftest.err conftest.$ac_ext
11502 done
11503 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11504 rm -f conftest.err conftest.$ac_ext
11505 if $ac_preproc_ok; then :
11506 break
11509 done
11510 ac_cv_prog_CXXCPP=$CXXCPP
11513 CXXCPP=$ac_cv_prog_CXXCPP
11514 else
11515 ac_cv_prog_CXXCPP=$CXXCPP
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11518 $as_echo "$CXXCPP" >&6; }
11519 ac_preproc_ok=false
11520 for ac_cxx_preproc_warn_flag in '' yes
11522 # Use a header file that comes with gcc, so configuring glibc
11523 # with a fresh cross-compiler works.
11524 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11525 # <limits.h> exists even on freestanding compilers.
11526 # On the NeXT, cc -E runs the code through the compiler's parser,
11527 # not just through cpp. "Syntax error" is here to catch this case.
11528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11529 /* end confdefs.h. */
11530 #ifdef __STDC__
11531 # include <limits.h>
11532 #else
11533 # include <assert.h>
11534 #endif
11535 Syntax error
11536 _ACEOF
11537 if ac_fn_cxx_try_cpp "$LINENO"; then :
11539 else
11540 # Broken: fails on valid input.
11541 continue
11543 rm -f conftest.err conftest.$ac_ext
11545 # OK, works on sane cases. Now check whether nonexistent headers
11546 # can be detected and how.
11547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11548 /* end confdefs.h. */
11549 #include <ac_nonexistent.h>
11550 _ACEOF
11551 if ac_fn_cxx_try_cpp "$LINENO"; then :
11552 # Broken: success on invalid input.
11553 continue
11554 else
11555 # Passes both tests.
11556 ac_preproc_ok=:
11557 break
11559 rm -f conftest.err conftest.$ac_ext
11561 done
11562 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11563 rm -f conftest.err conftest.$ac_ext
11564 if $ac_preproc_ok; then :
11566 else
11567 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11568 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11569 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
11570 See \`config.log' for more details." "$LINENO" 5; }
11573 ac_ext=c
11574 ac_cpp='$CPP $CPPFLAGS'
11575 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11576 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11577 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11579 else
11580 _lt_caught_CXX_error=yes
11583 ac_ext=cpp
11584 ac_cpp='$CXXCPP $CPPFLAGS'
11585 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11586 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11587 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11589 archive_cmds_need_lc_CXX=no
11590 allow_undefined_flag_CXX=
11591 always_export_symbols_CXX=no
11592 archive_expsym_cmds_CXX=
11593 compiler_needs_object_CXX=no
11594 export_dynamic_flag_spec_CXX=
11595 hardcode_direct_CXX=no
11596 hardcode_direct_absolute_CXX=no
11597 hardcode_libdir_flag_spec_CXX=
11598 hardcode_libdir_flag_spec_ld_CXX=
11599 hardcode_libdir_separator_CXX=
11600 hardcode_minus_L_CXX=no
11601 hardcode_shlibpath_var_CXX=unsupported
11602 hardcode_automatic_CXX=no
11603 inherit_rpath_CXX=no
11604 module_cmds_CXX=
11605 module_expsym_cmds_CXX=
11606 link_all_deplibs_CXX=unknown
11607 old_archive_cmds_CXX=$old_archive_cmds
11608 reload_flag_CXX=$reload_flag
11609 reload_cmds_CXX=$reload_cmds
11610 no_undefined_flag_CXX=
11611 whole_archive_flag_spec_CXX=
11612 enable_shared_with_static_runtimes_CXX=no
11614 # Source file extension for C++ test sources.
11615 ac_ext=cpp
11617 # Object file extension for compiled C++ test sources.
11618 objext=o
11619 objext_CXX=$objext
11621 # No sense in running all these tests if we already determined that
11622 # the CXX compiler isn't working. Some variables (like enable_shared)
11623 # are currently assumed to apply to all compilers on this platform,
11624 # and will be corrupted by setting them based on a non-working compiler.
11625 if test "$_lt_caught_CXX_error" != yes; then
11626 # Code to be used in simple compile tests
11627 lt_simple_compile_test_code="int some_variable = 0;"
11629 # Code to be used in simple link tests
11630 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11632 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11639 # If no C compiler was specified, use CC.
11640 LTCC=${LTCC-"$CC"}
11642 # If no C compiler flags were specified, use CFLAGS.
11643 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11645 # Allow CC to be a program name with arguments.
11646 compiler=$CC
11649 # save warnings/boilerplate of simple test code
11650 ac_outfile=conftest.$ac_objext
11651 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11652 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11653 _lt_compiler_boilerplate=`cat conftest.err`
11654 $RM conftest*
11656 ac_outfile=conftest.$ac_objext
11657 echo "$lt_simple_link_test_code" >conftest.$ac_ext
11658 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11659 _lt_linker_boilerplate=`cat conftest.err`
11660 $RM -r conftest*
11663 # Allow CC to be a program name with arguments.
11664 lt_save_CC=$CC
11665 lt_save_LD=$LD
11666 lt_save_GCC=$GCC
11667 GCC=$GXX
11668 lt_save_with_gnu_ld=$with_gnu_ld
11669 lt_save_path_LD=$lt_cv_path_LD
11670 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11671 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11672 else
11673 $as_unset lt_cv_prog_gnu_ld
11675 if test -n "${lt_cv_path_LDCXX+set}"; then
11676 lt_cv_path_LD=$lt_cv_path_LDCXX
11677 else
11678 $as_unset lt_cv_path_LD
11680 test -z "${LDCXX+set}" || LD=$LDCXX
11681 CC=${CXX-"c++"}
11682 compiler=$CC
11683 compiler_CXX=$CC
11684 for cc_temp in $compiler""; do
11685 case $cc_temp in
11686 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11687 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11688 \-*) ;;
11689 *) break;;
11690 esac
11691 done
11692 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11695 if test -n "$compiler"; then
11696 # We don't want -fno-exception when compiling C++ code, so set the
11697 # no_builtin_flag separately
11698 if test "$GXX" = yes; then
11699 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11700 else
11701 lt_prog_compiler_no_builtin_flag_CXX=
11704 if test "$GXX" = yes; then
11705 # Set up default GNU C++ configuration
11709 # Check whether --with-gnu-ld was given.
11710 if test "${with_gnu_ld+set}" = set; then :
11711 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11712 else
11713 with_gnu_ld=no
11716 ac_prog=ld
11717 if test "$GCC" = yes; then
11718 # Check if gcc -print-prog-name=ld gives a path.
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11720 $as_echo_n "checking for ld used by $CC... " >&6; }
11721 case $host in
11722 *-*-mingw*)
11723 # gcc leaves a trailing carriage return which upsets mingw
11724 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11726 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11727 esac
11728 case $ac_prog in
11729 # Accept absolute paths.
11730 [\\/]* | ?:[\\/]*)
11731 re_direlt='/[^/][^/]*/\.\./'
11732 # Canonicalize the pathname of ld
11733 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
11734 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
11735 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
11736 done
11737 test -z "$LD" && LD="$ac_prog"
11740 # If it fails, then pretend we aren't using GCC.
11741 ac_prog=ld
11744 # If it is relative, then search for the first ld in PATH.
11745 with_gnu_ld=unknown
11747 esac
11748 elif test "$with_gnu_ld" = yes; then
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11750 $as_echo_n "checking for GNU ld... " >&6; }
11751 else
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11753 $as_echo_n "checking for non-GNU ld... " >&6; }
11755 if test "${lt_cv_path_LD+set}" = set; then :
11756 $as_echo_n "(cached) " >&6
11757 else
11758 if test -z "$LD"; then
11759 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11760 for ac_dir in $PATH; do
11761 IFS="$lt_save_ifs"
11762 test -z "$ac_dir" && ac_dir=.
11763 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11764 lt_cv_path_LD="$ac_dir/$ac_prog"
11765 # Check to see if the program is GNU ld. I'd rather use --version,
11766 # but apparently some variants of GNU ld only accept -v.
11767 # Break only if it was the GNU/non-GNU ld that we prefer.
11768 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11769 *GNU* | *'with BFD'*)
11770 test "$with_gnu_ld" != no && break
11773 test "$with_gnu_ld" != yes && break
11775 esac
11777 done
11778 IFS="$lt_save_ifs"
11779 else
11780 lt_cv_path_LD="$LD" # Let the user override the test with a path.
11784 LD="$lt_cv_path_LD"
11785 if test -n "$LD"; then
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11787 $as_echo "$LD" >&6; }
11788 else
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11790 $as_echo "no" >&6; }
11792 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11794 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11795 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
11796 $as_echo_n "(cached) " >&6
11797 else
11798 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11799 case `$LD -v 2>&1 </dev/null` in
11800 *GNU* | *'with BFD'*)
11801 lt_cv_prog_gnu_ld=yes
11804 lt_cv_prog_gnu_ld=no
11806 esac
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
11809 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
11810 with_gnu_ld=$lt_cv_prog_gnu_ld
11818 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11819 # archiving commands below assume that GNU ld is being used.
11820 if test "$with_gnu_ld" = yes; then
11821 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11822 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11824 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11825 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
11827 # If archive_cmds runs LD, not CC, wlarc should be empty
11828 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11829 # investigate it a little bit more. (MM)
11830 wlarc='${wl}'
11832 # ancient GNU ld didn't support --whole-archive et. al.
11833 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
11834 $GREP 'no-whole-archive' > /dev/null; then
11835 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11836 else
11837 whole_archive_flag_spec_CXX=
11839 else
11840 with_gnu_ld=no
11841 wlarc=
11843 # A generic and very simple default shared library creation
11844 # command for GNU C++ for the case where it uses the native
11845 # linker, instead of GNU ld. If possible, this setting should
11846 # overridden to take advantage of the native linker features on
11847 # the platform it is being used on.
11848 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11851 # Commands to make compiler produce verbose output that lists
11852 # what "hidden" libraries, object files and flags are used when
11853 # linking a shared library.
11854 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
11856 else
11857 GXX=no
11858 with_gnu_ld=no
11859 wlarc=
11862 # PORTME: fill in a description of your system's C++ link characteristics
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11864 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11865 ld_shlibs_CXX=yes
11866 case $host_os in
11867 aix3*)
11868 # FIXME: insert proper C++ library support
11869 ld_shlibs_CXX=no
11871 aix[4-9]*)
11872 if test "$host_cpu" = ia64; then
11873 # On IA64, the linker does run time linking by default, so we don't
11874 # have to do anything special.
11875 aix_use_runtimelinking=no
11876 exp_sym_flag='-Bexport'
11877 no_entry_flag=""
11878 else
11879 aix_use_runtimelinking=no
11881 # Test if we are trying to use run time linking or normal
11882 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11883 # need to do runtime linking.
11884 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11885 for ld_flag in $LDFLAGS; do
11886 case $ld_flag in
11887 *-brtl*)
11888 aix_use_runtimelinking=yes
11889 break
11891 esac
11892 done
11894 esac
11896 exp_sym_flag='-bexport'
11897 no_entry_flag='-bnoentry'
11900 # When large executables or shared objects are built, AIX ld can
11901 # have problems creating the table of contents. If linking a library
11902 # or program results in "error TOC overflow" add -mminimal-toc to
11903 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11904 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11906 archive_cmds_CXX=''
11907 hardcode_direct_CXX=yes
11908 hardcode_direct_absolute_CXX=yes
11909 hardcode_libdir_separator_CXX=':'
11910 link_all_deplibs_CXX=yes
11911 file_list_spec_CXX='${wl}-f,'
11913 if test "$GXX" = yes; then
11914 case $host_os in aix4.[012]|aix4.[012].*)
11915 # We only want to do this on AIX 4.2 and lower, the check
11916 # below for broken collect2 doesn't work under 4.3+
11917 collect2name=`${CC} -print-prog-name=collect2`
11918 if test -f "$collect2name" &&
11919 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11920 then
11921 # We have reworked collect2
11923 else
11924 # We have old collect2
11925 hardcode_direct_CXX=unsupported
11926 # It fails to find uninstalled libraries when the uninstalled
11927 # path is not listed in the libpath. Setting hardcode_minus_L
11928 # to unsupported forces relinking
11929 hardcode_minus_L_CXX=yes
11930 hardcode_libdir_flag_spec_CXX='-L$libdir'
11931 hardcode_libdir_separator_CXX=
11933 esac
11934 shared_flag='-shared'
11935 if test "$aix_use_runtimelinking" = yes; then
11936 shared_flag="$shared_flag "'${wl}-G'
11938 else
11939 # not using gcc
11940 if test "$host_cpu" = ia64; then
11941 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11942 # chokes on -Wl,-G. The following line is correct:
11943 shared_flag='-G'
11944 else
11945 if test "$aix_use_runtimelinking" = yes; then
11946 shared_flag='${wl}-G'
11947 else
11948 shared_flag='${wl}-bM:SRE'
11953 export_dynamic_flag_spec_CXX='${wl}-bexpall'
11954 # It seems that -bexpall does not export symbols beginning with
11955 # underscore (_), so it is better to generate a list of symbols to
11956 # export.
11957 always_export_symbols_CXX=yes
11958 if test "$aix_use_runtimelinking" = yes; then
11959 # Warning - without using the other runtime loading flags (-brtl),
11960 # -berok will link without error, but may produce a broken library.
11961 allow_undefined_flag_CXX='-berok'
11962 # Determine the default libpath from the value encoded in an empty
11963 # executable.
11964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11965 /* end confdefs.h. */
11968 main ()
11972 return 0;
11974 _ACEOF
11975 if ac_fn_cxx_try_link "$LINENO"; then :
11977 lt_aix_libpath_sed='
11978 /Import File Strings/,/^$/ {
11979 /^0/ {
11980 s/^0 *\(.*\)$/\1/
11984 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11985 # Check for a 64-bit object if we didn't find anything.
11986 if test -z "$aix_libpath"; then
11987 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11990 rm -f core conftest.err conftest.$ac_objext \
11991 conftest$ac_exeext conftest.$ac_ext
11992 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11994 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11996 archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
11997 else
11998 if test "$host_cpu" = ia64; then
11999 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
12000 allow_undefined_flag_CXX="-z nodefs"
12001 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
12002 else
12003 # Determine the default libpath from the value encoded in an
12004 # empty executable.
12005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12006 /* end confdefs.h. */
12009 main ()
12013 return 0;
12015 _ACEOF
12016 if ac_fn_cxx_try_link "$LINENO"; then :
12018 lt_aix_libpath_sed='
12019 /Import File Strings/,/^$/ {
12020 /^0/ {
12021 s/^0 *\(.*\)$/\1/
12025 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12026 # Check for a 64-bit object if we didn't find anything.
12027 if test -z "$aix_libpath"; then
12028 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12031 rm -f core conftest.err conftest.$ac_objext \
12032 conftest$ac_exeext conftest.$ac_ext
12033 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12035 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12036 # Warning - without using the other run time loading flags,
12037 # -berok will link without error, but may produce a broken library.
12038 no_undefined_flag_CXX=' ${wl}-bernotok'
12039 allow_undefined_flag_CXX=' ${wl}-berok'
12040 if test "$with_gnu_ld" = yes; then
12041 # We only use this code for GNU lds that support --whole-archive.
12042 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12043 else
12044 # Exported symbols can be pulled into shared objects from archives
12045 whole_archive_flag_spec_CXX='$convenience'
12047 archive_cmds_need_lc_CXX=yes
12048 # This is similar to how AIX traditionally builds its shared
12049 # libraries.
12050 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
12055 beos*)
12056 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12057 allow_undefined_flag_CXX=unsupported
12058 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12059 # support --undefined. This deserves some investigation. FIXME
12060 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12061 else
12062 ld_shlibs_CXX=no
12066 chorus*)
12067 case $cc_basename in
12069 # FIXME: insert proper C++ library support
12070 ld_shlibs_CXX=no
12072 esac
12075 cygwin* | mingw* | pw32* | cegcc*)
12076 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12077 # as there is no search path for DLLs.
12078 hardcode_libdir_flag_spec_CXX='-L$libdir'
12079 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12080 allow_undefined_flag_CXX=unsupported
12081 always_export_symbols_CXX=no
12082 enable_shared_with_static_runtimes_CXX=yes
12084 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12085 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12086 # If the export-symbols file already is a .def file (1st line
12087 # is EXPORTS), use it as is; otherwise, prepend...
12088 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12089 cp $export_symbols $output_objdir/$soname.def;
12090 else
12091 echo EXPORTS > $output_objdir/$soname.def;
12092 cat $export_symbols >> $output_objdir/$soname.def;
12094 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12095 else
12096 ld_shlibs_CXX=no
12099 darwin* | rhapsody*)
12102 archive_cmds_need_lc_CXX=no
12103 hardcode_direct_CXX=no
12104 hardcode_automatic_CXX=yes
12105 hardcode_shlibpath_var_CXX=unsupported
12106 if test "$lt_cv_ld_force_load" = "yes"; then
12107 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
12108 else
12109 whole_archive_flag_spec_CXX=''
12111 link_all_deplibs_CXX=yes
12112 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12113 case $cc_basename in
12114 ifort*) _lt_dar_can_shared=yes ;;
12115 *) _lt_dar_can_shared=$GCC ;;
12116 esac
12117 if test "$_lt_dar_can_shared" = "yes"; then
12118 output_verbose_link_cmd=func_echo_all
12119 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12120 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12121 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
12122 module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
12123 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12124 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12125 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12128 else
12129 ld_shlibs_CXX=no
12134 dgux*)
12135 case $cc_basename in
12136 ec++*)
12137 # FIXME: insert proper C++ library support
12138 ld_shlibs_CXX=no
12140 ghcx*)
12141 # Green Hills C++ Compiler
12142 # FIXME: insert proper C++ library support
12143 ld_shlibs_CXX=no
12146 # FIXME: insert proper C++ library support
12147 ld_shlibs_CXX=no
12149 esac
12152 freebsd2.*)
12153 # C++ shared libraries reported to be fairly broken before
12154 # switch to ELF
12155 ld_shlibs_CXX=no
12158 freebsd-elf*)
12159 archive_cmds_need_lc_CXX=no
12162 freebsd* | dragonfly*)
12163 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12164 # conventions
12165 ld_shlibs_CXX=yes
12168 gnu*)
12171 haiku*)
12172 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12173 link_all_deplibs_CXX=yes
12176 hpux9*)
12177 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12178 hardcode_libdir_separator_CXX=:
12179 export_dynamic_flag_spec_CXX='${wl}-E'
12180 hardcode_direct_CXX=yes
12181 hardcode_minus_L_CXX=yes # Not in the search PATH,
12182 # but as the default
12183 # location of the library.
12185 case $cc_basename in
12186 CC*)
12187 # FIXME: insert proper C++ library support
12188 ld_shlibs_CXX=no
12190 aCC*)
12191 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12192 # Commands to make compiler produce verbose output that lists
12193 # what "hidden" libraries, object files and flags are used when
12194 # linking a shared library.
12196 # There doesn't appear to be a way to prevent this compiler from
12197 # explicitly linking system object files so we need to strip them
12198 # from the output so that they don't get included in the library
12199 # dependencies.
12200 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12203 if test "$GXX" = yes; then
12204 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12205 else
12206 # FIXME: insert proper C++ library support
12207 ld_shlibs_CXX=no
12210 esac
12213 hpux10*|hpux11*)
12214 if test $with_gnu_ld = no; then
12215 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12216 hardcode_libdir_separator_CXX=:
12218 case $host_cpu in
12219 hppa*64*|ia64*)
12222 export_dynamic_flag_spec_CXX='${wl}-E'
12224 esac
12226 case $host_cpu in
12227 hppa*64*|ia64*)
12228 hardcode_direct_CXX=no
12229 hardcode_shlibpath_var_CXX=no
12232 hardcode_direct_CXX=yes
12233 hardcode_direct_absolute_CXX=yes
12234 hardcode_minus_L_CXX=yes # Not in the search PATH,
12235 # but as the default
12236 # location of the library.
12238 esac
12240 case $cc_basename in
12241 CC*)
12242 # FIXME: insert proper C++ library support
12243 ld_shlibs_CXX=no
12245 aCC*)
12246 case $host_cpu in
12247 hppa*64*)
12248 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12250 ia64*)
12251 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12254 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12256 esac
12257 # Commands to make compiler produce verbose output that lists
12258 # what "hidden" libraries, object files and flags are used when
12259 # linking a shared library.
12261 # There doesn't appear to be a way to prevent this compiler from
12262 # explicitly linking system object files so we need to strip them
12263 # from the output so that they don't get included in the library
12264 # dependencies.
12265 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12268 if test "$GXX" = yes; then
12269 if test $with_gnu_ld = no; then
12270 case $host_cpu in
12271 hppa*64*)
12272 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12274 ia64*)
12275 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12278 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12280 esac
12282 else
12283 # FIXME: insert proper C++ library support
12284 ld_shlibs_CXX=no
12287 esac
12290 interix[3-9]*)
12291 hardcode_direct_CXX=no
12292 hardcode_shlibpath_var_CXX=no
12293 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12294 export_dynamic_flag_spec_CXX='${wl}-E'
12295 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12296 # Instead, shared libraries are loaded at an image base (0x10000000 by
12297 # default) and relocated if they conflict, which is a slow very memory
12298 # consuming and fragmenting process. To avoid this, we pick a random,
12299 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12300 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12301 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12302 archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12304 irix5* | irix6*)
12305 case $cc_basename in
12306 CC*)
12307 # SGI C++
12308 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12310 # Archives containing C++ object files must be created using
12311 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12312 # necessary to make sure instantiated templates are included
12313 # in the archive.
12314 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12317 if test "$GXX" = yes; then
12318 if test "$with_gnu_ld" = no; then
12319 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12320 else
12321 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
12324 link_all_deplibs_CXX=yes
12326 esac
12327 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12328 hardcode_libdir_separator_CXX=:
12329 inherit_rpath_CXX=yes
12332 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12333 case $cc_basename in
12334 KCC*)
12335 # Kuck and Associates, Inc. (KAI) C++ Compiler
12337 # KCC will only create a shared library if the output file
12338 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12339 # to its proper name (with version) after linking.
12340 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12341 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
12342 # Commands to make compiler produce verbose output that lists
12343 # what "hidden" libraries, object files and flags are used when
12344 # linking a shared library.
12346 # There doesn't appear to be a way to prevent this compiler from
12347 # explicitly linking system object files so we need to strip them
12348 # from the output so that they don't get included in the library
12349 # dependencies.
12350 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12352 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12353 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12355 # Archives containing C++ object files must be created using
12356 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12357 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12359 icpc* | ecpc* )
12360 # Intel C++
12361 with_gnu_ld=yes
12362 # version 8.0 and above of icpc choke on multiply defined symbols
12363 # if we add $predep_objects and $postdep_objects, however 7.1 and
12364 # earlier do not add the objects themselves.
12365 case `$CC -V 2>&1` in
12366 *"Version 7."*)
12367 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12368 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12370 *) # Version 8.0 or newer
12371 tmp_idyn=
12372 case $host_cpu in
12373 ia64*) tmp_idyn=' -i_dynamic';;
12374 esac
12375 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12376 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12378 esac
12379 archive_cmds_need_lc_CXX=no
12380 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12381 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12382 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12384 pgCC* | pgcpp*)
12385 # Portland Group C++ compiler
12386 case `$CC -V` in
12387 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12388 prelink_cmds_CXX='tpldir=Template.dir~
12389 rm -rf $tpldir~
12390 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12391 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
12392 old_archive_cmds_CXX='tpldir=Template.dir~
12393 rm -rf $tpldir~
12394 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12395 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
12396 $RANLIB $oldlib'
12397 archive_cmds_CXX='tpldir=Template.dir~
12398 rm -rf $tpldir~
12399 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12400 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12401 archive_expsym_cmds_CXX='tpldir=Template.dir~
12402 rm -rf $tpldir~
12403 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12404 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12406 *) # Version 6 and above use weak symbols
12407 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12408 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12410 esac
12412 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12413 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12414 whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12416 cxx*)
12417 # Compaq C++
12418 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12419 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
12421 runpath_var=LD_RUN_PATH
12422 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12423 hardcode_libdir_separator_CXX=:
12425 # Commands to make compiler produce verbose output that lists
12426 # what "hidden" libraries, object files and flags are used when
12427 # linking a shared library.
12429 # There doesn't appear to be a way to prevent this compiler from
12430 # explicitly linking system object files so we need to strip them
12431 # from the output so that they don't get included in the library
12432 # dependencies.
12433 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
12435 xl* | mpixl* | bgxl*)
12436 # IBM XL 8.0 on PPC, with GNU ld
12437 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12438 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12439 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12440 if test "x$supports_anon_versioning" = xyes; then
12441 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
12442 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12443 echo "local: *; };" >> $output_objdir/$libname.ver~
12444 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12448 case `$CC -V 2>&1 | sed 5q` in
12449 *Sun\ C*)
12450 # Sun C++ 5.9
12451 no_undefined_flag_CXX=' -zdefs'
12452 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12453 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
12454 hardcode_libdir_flag_spec_CXX='-R$libdir'
12455 whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12456 compiler_needs_object_CXX=yes
12458 # Not sure whether something based on
12459 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12460 # would be better.
12461 output_verbose_link_cmd='func_echo_all'
12463 # Archives containing C++ object files must be created using
12464 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12465 # necessary to make sure instantiated templates are included
12466 # in the archive.
12467 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12469 esac
12471 esac
12474 lynxos*)
12475 # FIXME: insert proper C++ library support
12476 ld_shlibs_CXX=no
12479 m88k*)
12480 # FIXME: insert proper C++ library support
12481 ld_shlibs_CXX=no
12484 mvs*)
12485 case $cc_basename in
12486 cxx*)
12487 # FIXME: insert proper C++ library support
12488 ld_shlibs_CXX=no
12491 # FIXME: insert proper C++ library support
12492 ld_shlibs_CXX=no
12494 esac
12497 netbsd*)
12498 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12499 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12500 wlarc=
12501 hardcode_libdir_flag_spec_CXX='-R$libdir'
12502 hardcode_direct_CXX=yes
12503 hardcode_shlibpath_var_CXX=no
12505 # Workaround some broken pre-1.5 toolchains
12506 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12509 *nto* | *qnx*)
12510 ld_shlibs_CXX=yes
12513 openbsd2*)
12514 # C++ shared libraries are fairly broken
12515 ld_shlibs_CXX=no
12518 openbsd*)
12519 if test -f /usr/libexec/ld.so; then
12520 hardcode_direct_CXX=yes
12521 hardcode_shlibpath_var_CXX=no
12522 hardcode_direct_absolute_CXX=yes
12523 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12524 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12525 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12526 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12527 export_dynamic_flag_spec_CXX='${wl}-E'
12528 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12530 output_verbose_link_cmd=func_echo_all
12531 else
12532 ld_shlibs_CXX=no
12536 osf3* | osf4* | osf5*)
12537 case $cc_basename in
12538 KCC*)
12539 # Kuck and Associates, Inc. (KAI) C++ Compiler
12541 # KCC will only create a shared library if the output file
12542 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12543 # to its proper name (with version) after linking.
12544 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12546 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12547 hardcode_libdir_separator_CXX=:
12549 # Archives containing C++ object files must be created using
12550 # the KAI C++ compiler.
12551 case $host in
12552 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
12553 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
12554 esac
12556 RCC*)
12557 # Rational C++ 2.4.1
12558 # FIXME: insert proper C++ library support
12559 ld_shlibs_CXX=no
12561 cxx*)
12562 case $host in
12563 osf3*)
12564 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12565 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12566 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12569 allow_undefined_flag_CXX=' -expect_unresolved \*'
12570 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12571 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12572 echo "-hidden">> $lib.exp~
12573 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
12574 $RM $lib.exp'
12575 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12577 esac
12579 hardcode_libdir_separator_CXX=:
12581 # Commands to make compiler produce verbose output that lists
12582 # what "hidden" libraries, object files and flags are used when
12583 # linking a shared library.
12585 # There doesn't appear to be a way to prevent this compiler from
12586 # explicitly linking system object files so we need to strip them
12587 # from the output so that they don't get included in the library
12588 # dependencies.
12589 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12592 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12593 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12594 case $host in
12595 osf3*)
12596 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12599 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12601 esac
12603 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12604 hardcode_libdir_separator_CXX=:
12606 # Commands to make compiler produce verbose output that lists
12607 # what "hidden" libraries, object files and flags are used when
12608 # linking a shared library.
12609 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12611 else
12612 # FIXME: insert proper C++ library support
12613 ld_shlibs_CXX=no
12616 esac
12619 psos*)
12620 # FIXME: insert proper C++ library support
12621 ld_shlibs_CXX=no
12624 sunos4*)
12625 case $cc_basename in
12626 CC*)
12627 # Sun C++ 4.x
12628 # FIXME: insert proper C++ library support
12629 ld_shlibs_CXX=no
12631 lcc*)
12632 # Lucid
12633 # FIXME: insert proper C++ library support
12634 ld_shlibs_CXX=no
12637 # FIXME: insert proper C++ library support
12638 ld_shlibs_CXX=no
12640 esac
12643 solaris*)
12644 case $cc_basename in
12645 CC*)
12646 # Sun C++ 4.2, 5.x and Centerline C++
12647 archive_cmds_need_lc_CXX=yes
12648 no_undefined_flag_CXX=' -zdefs'
12649 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12650 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12651 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12653 hardcode_libdir_flag_spec_CXX='-R$libdir'
12654 hardcode_shlibpath_var_CXX=no
12655 case $host_os in
12656 solaris2.[0-5] | solaris2.[0-5].*) ;;
12658 # The compiler driver will combine and reorder linker options,
12659 # but understands `-z linker_flag'.
12660 # Supported since Solaris 2.6 (maybe 2.5.1?)
12661 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
12663 esac
12664 link_all_deplibs_CXX=yes
12666 output_verbose_link_cmd='func_echo_all'
12668 # Archives containing C++ object files must be created using
12669 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12670 # necessary to make sure instantiated templates are included
12671 # in the archive.
12672 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12674 gcx*)
12675 # Green Hills C++ Compiler
12676 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12678 # The C++ compiler must be used to create the archive.
12679 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12682 # GNU C++ compiler with Solaris linker
12683 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12684 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
12685 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
12686 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12687 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12688 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12690 # Commands to make compiler produce verbose output that lists
12691 # what "hidden" libraries, object files and flags are used when
12692 # linking a shared library.
12693 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12694 else
12695 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12696 # platform.
12697 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12698 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12699 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12701 # Commands to make compiler produce verbose output that lists
12702 # what "hidden" libraries, object files and flags are used when
12703 # linking a shared library.
12704 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12707 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
12708 case $host_os in
12709 solaris2.[0-5] | solaris2.[0-5].*) ;;
12711 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12713 esac
12716 esac
12719 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12720 no_undefined_flag_CXX='${wl}-z,text'
12721 archive_cmds_need_lc_CXX=no
12722 hardcode_shlibpath_var_CXX=no
12723 runpath_var='LD_RUN_PATH'
12725 case $cc_basename in
12726 CC*)
12727 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12728 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12731 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12732 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12734 esac
12737 sysv5* | sco3.2v5* | sco5v6*)
12738 # Note: We can NOT use -z defs as we might desire, because we do not
12739 # link with -lc, and that would cause any symbols used from libc to
12740 # always be unresolved, which means just about no library would
12741 # ever link correctly. If we're not using GNU ld we use -z text
12742 # though, which does catch some bad symbols but isn't as heavy-handed
12743 # as -z defs.
12744 no_undefined_flag_CXX='${wl}-z,text'
12745 allow_undefined_flag_CXX='${wl}-z,nodefs'
12746 archive_cmds_need_lc_CXX=no
12747 hardcode_shlibpath_var_CXX=no
12748 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
12749 hardcode_libdir_separator_CXX=':'
12750 link_all_deplibs_CXX=yes
12751 export_dynamic_flag_spec_CXX='${wl}-Bexport'
12752 runpath_var='LD_RUN_PATH'
12754 case $cc_basename in
12755 CC*)
12756 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12757 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12758 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
12759 '"$old_archive_cmds_CXX"
12760 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
12761 '"$reload_cmds_CXX"
12764 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12765 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12767 esac
12770 tandem*)
12771 case $cc_basename in
12772 NCC*)
12773 # NonStop-UX NCC 3.20
12774 # FIXME: insert proper C++ library support
12775 ld_shlibs_CXX=no
12778 # FIXME: insert proper C++ library support
12779 ld_shlibs_CXX=no
12781 esac
12784 vxworks*)
12785 # FIXME: insert proper C++ library support
12786 ld_shlibs_CXX=no
12790 # FIXME: insert proper C++ library support
12791 ld_shlibs_CXX=no
12793 esac
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12796 $as_echo "$ld_shlibs_CXX" >&6; }
12797 test "$ld_shlibs_CXX" = no && can_build_shared=no
12799 GCC_CXX="$GXX"
12800 LD_CXX="$LD"
12802 ## CAVEAT EMPTOR:
12803 ## There is no encapsulation within the following macros, do not change
12804 ## the running order or otherwise move them around unless you know exactly
12805 ## what you are doing...
12806 # Dependencies to place before and after the object being linked:
12807 predep_objects_CXX=
12808 postdep_objects_CXX=
12809 predeps_CXX=
12810 postdeps_CXX=
12811 compiler_lib_search_path_CXX=
12813 cat > conftest.$ac_ext <<_LT_EOF
12814 class Foo
12816 public:
12817 Foo (void) { a = 0; }
12818 private:
12819 int a;
12821 _LT_EOF
12823 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12824 (eval $ac_compile) 2>&5
12825 ac_status=$?
12826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12827 test $ac_status = 0; }; then
12828 # Parse the compiler output and extract the necessary
12829 # objects, libraries and library flags.
12831 # Sentinel used to keep track of whether or not we are before
12832 # the conftest object file.
12833 pre_test_object_deps_done=no
12835 for p in `eval "$output_verbose_link_cmd"`; do
12836 case $p in
12838 -L* | -R* | -l*)
12839 # Some compilers place space between "-{L,R}" and the path.
12840 # Remove the space.
12841 if test $p = "-L" ||
12842 test $p = "-R"; then
12843 prev=$p
12844 continue
12845 else
12846 prev=
12849 if test "$pre_test_object_deps_done" = no; then
12850 case $p in
12851 -L* | -R*)
12852 # Internal compiler library paths should come after those
12853 # provided the user. The postdeps already come after the
12854 # user supplied libs so there is no need to process them.
12855 if test -z "$compiler_lib_search_path_CXX"; then
12856 compiler_lib_search_path_CXX="${prev}${p}"
12857 else
12858 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
12861 # The "-l" case would never come before the object being
12862 # linked, so don't bother handling this case.
12863 esac
12864 else
12865 if test -z "$postdeps_CXX"; then
12866 postdeps_CXX="${prev}${p}"
12867 else
12868 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
12873 *.$objext)
12874 # This assumes that the test object file only shows up
12875 # once in the compiler output.
12876 if test "$p" = "conftest.$objext"; then
12877 pre_test_object_deps_done=yes
12878 continue
12881 if test "$pre_test_object_deps_done" = no; then
12882 if test -z "$predep_objects_CXX"; then
12883 predep_objects_CXX="$p"
12884 else
12885 predep_objects_CXX="$predep_objects_CXX $p"
12887 else
12888 if test -z "$postdep_objects_CXX"; then
12889 postdep_objects_CXX="$p"
12890 else
12891 postdep_objects_CXX="$postdep_objects_CXX $p"
12896 *) ;; # Ignore the rest.
12898 esac
12899 done
12901 # Clean up.
12902 rm -f a.out a.exe
12903 else
12904 echo "libtool.m4: error: problem compiling CXX test program"
12907 $RM -f confest.$objext
12909 # PORTME: override above test on systems where it is broken
12910 case $host_os in
12911 interix[3-9]*)
12912 # Interix 3.5 installs completely hosed .la files for C++, so rather than
12913 # hack all around it, let's just trust "g++" to DTRT.
12914 predep_objects_CXX=
12915 postdep_objects_CXX=
12916 postdeps_CXX=
12919 linux*)
12920 case `$CC -V 2>&1 | sed 5q` in
12921 *Sun\ C*)
12922 # Sun C++ 5.9
12924 # The more standards-conforming stlport4 library is
12925 # incompatible with the Cstd library. Avoid specifying
12926 # it if it's in CXXFLAGS. Ignore libCrun as
12927 # -library=stlport4 depends on it.
12928 case " $CXX $CXXFLAGS " in
12929 *" -library=stlport4 "*)
12930 solaris_use_stlport4=yes
12932 esac
12934 if test "$solaris_use_stlport4" != yes; then
12935 postdeps_CXX='-library=Cstd -library=Crun'
12938 esac
12941 solaris*)
12942 case $cc_basename in
12943 CC*)
12944 # The more standards-conforming stlport4 library is
12945 # incompatible with the Cstd library. Avoid specifying
12946 # it if it's in CXXFLAGS. Ignore libCrun as
12947 # -library=stlport4 depends on it.
12948 case " $CXX $CXXFLAGS " in
12949 *" -library=stlport4 "*)
12950 solaris_use_stlport4=yes
12952 esac
12954 # Adding this requires a known-good setup of shared libraries for
12955 # Sun compiler versions before 5.6, else PIC objects from an old
12956 # archive will be linked into the output, leading to subtle bugs.
12957 if test "$solaris_use_stlport4" != yes; then
12958 postdeps_CXX='-library=Cstd -library=Crun'
12961 esac
12963 esac
12966 case " $postdeps_CXX " in
12967 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
12968 esac
12969 compiler_lib_search_dirs_CXX=
12970 if test -n "${compiler_lib_search_path_CXX}"; then
12971 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13004 lt_prog_compiler_wl_CXX=
13005 lt_prog_compiler_pic_CXX=
13006 lt_prog_compiler_static_CXX=
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13009 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13011 # C++ specific cases for pic, static, wl, etc.
13012 if test "$GXX" = yes; then
13013 lt_prog_compiler_wl_CXX='-Wl,'
13014 lt_prog_compiler_static_CXX='-static'
13016 case $host_os in
13017 aix*)
13018 # All AIX code is PIC.
13019 if test "$host_cpu" = ia64; then
13020 # AIX 5 now supports IA64 processor
13021 lt_prog_compiler_static_CXX='-Bstatic'
13023 lt_prog_compiler_pic_CXX='-fPIC'
13026 amigaos*)
13027 case $host_cpu in
13028 powerpc)
13029 # see comment about AmigaOS4 .so support
13030 lt_prog_compiler_pic_CXX='-fPIC'
13032 m68k)
13033 # FIXME: we need at least 68020 code to build shared libraries, but
13034 # adding the `-m68020' flag to GCC prevents building anything better,
13035 # like `-m68040'.
13036 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13038 esac
13041 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13042 # PIC is the default for these OSes.
13044 mingw* | cygwin* | os2* | pw32* | cegcc*)
13045 # This hack is so that the source file can tell whether it is being
13046 # built for inclusion in a dll (and should export symbols for example).
13047 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13048 # (--disable-auto-import) libraries
13049 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13051 darwin* | rhapsody*)
13052 # PIC is the default on this platform
13053 # Common symbols not allowed in MH_DYLIB files
13054 lt_prog_compiler_pic_CXX='-fno-common'
13056 *djgpp*)
13057 # DJGPP does not support shared libraries at all
13058 lt_prog_compiler_pic_CXX=
13060 haiku*)
13061 # PIC is the default for Haiku.
13062 # The "-static" flag exists, but is broken.
13063 lt_prog_compiler_static_CXX=
13065 interix[3-9]*)
13066 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13067 # Instead, we relocate shared libraries at runtime.
13069 sysv4*MP*)
13070 if test -d /usr/nec; then
13071 lt_prog_compiler_pic_CXX=-Kconform_pic
13074 hpux*)
13075 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13076 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13077 # sets the default TLS model and affects inlining.
13078 case $host_cpu in
13079 hppa*64*)
13082 lt_prog_compiler_pic_CXX='-fPIC'
13084 esac
13086 *qnx* | *nto*)
13087 # QNX uses GNU C++, but need to define -shared option too, otherwise
13088 # it will coredump.
13089 lt_prog_compiler_pic_CXX='-fPIC -shared'
13092 lt_prog_compiler_pic_CXX='-fPIC'
13094 esac
13095 else
13096 case $host_os in
13097 aix[4-9]*)
13098 # All AIX code is PIC.
13099 if test "$host_cpu" = ia64; then
13100 # AIX 5 now supports IA64 processor
13101 lt_prog_compiler_static_CXX='-Bstatic'
13102 else
13103 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13106 chorus*)
13107 case $cc_basename in
13108 cxch68*)
13109 # Green Hills C++ Compiler
13110 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13112 esac
13114 dgux*)
13115 case $cc_basename in
13116 ec++*)
13117 lt_prog_compiler_pic_CXX='-KPIC'
13119 ghcx*)
13120 # Green Hills C++ Compiler
13121 lt_prog_compiler_pic_CXX='-pic'
13125 esac
13127 freebsd* | dragonfly*)
13128 # FreeBSD uses GNU C++
13130 hpux9* | hpux10* | hpux11*)
13131 case $cc_basename in
13132 CC*)
13133 lt_prog_compiler_wl_CXX='-Wl,'
13134 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13135 if test "$host_cpu" != ia64; then
13136 lt_prog_compiler_pic_CXX='+Z'
13139 aCC*)
13140 lt_prog_compiler_wl_CXX='-Wl,'
13141 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13142 case $host_cpu in
13143 hppa*64*|ia64*)
13144 # +Z the default
13147 lt_prog_compiler_pic_CXX='+Z'
13149 esac
13153 esac
13155 interix*)
13156 # This is c89, which is MS Visual C++ (no shared libs)
13157 # Anyone wants to do a port?
13159 irix5* | irix6* | nonstopux*)
13160 case $cc_basename in
13161 CC*)
13162 lt_prog_compiler_wl_CXX='-Wl,'
13163 lt_prog_compiler_static_CXX='-non_shared'
13164 # CC pic flag -KPIC is the default.
13168 esac
13170 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13171 case $cc_basename in
13172 KCC*)
13173 # KAI C++ Compiler
13174 lt_prog_compiler_wl_CXX='--backend -Wl,'
13175 lt_prog_compiler_pic_CXX='-fPIC'
13177 ecpc* )
13178 # old Intel C++ for x86_64 which still supported -KPIC.
13179 lt_prog_compiler_wl_CXX='-Wl,'
13180 lt_prog_compiler_pic_CXX='-KPIC'
13181 lt_prog_compiler_static_CXX='-static'
13183 icpc* )
13184 # Intel C++, used to be incompatible with GCC.
13185 # ICC 10 doesn't accept -KPIC any more.
13186 lt_prog_compiler_wl_CXX='-Wl,'
13187 lt_prog_compiler_pic_CXX='-fPIC'
13188 lt_prog_compiler_static_CXX='-static'
13190 pgCC* | pgcpp*)
13191 # Portland Group C++ compiler
13192 lt_prog_compiler_wl_CXX='-Wl,'
13193 lt_prog_compiler_pic_CXX='-fpic'
13194 lt_prog_compiler_static_CXX='-Bstatic'
13196 cxx*)
13197 # Compaq C++
13198 # Make sure the PIC flag is empty. It appears that all Alpha
13199 # Linux and Compaq Tru64 Unix objects are PIC.
13200 lt_prog_compiler_pic_CXX=
13201 lt_prog_compiler_static_CXX='-non_shared'
13203 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13204 # IBM XL 8.0, 9.0 on PPC and BlueGene
13205 lt_prog_compiler_wl_CXX='-Wl,'
13206 lt_prog_compiler_pic_CXX='-qpic'
13207 lt_prog_compiler_static_CXX='-qstaticlink'
13210 case `$CC -V 2>&1 | sed 5q` in
13211 *Sun\ C*)
13212 # Sun C++ 5.9
13213 lt_prog_compiler_pic_CXX='-KPIC'
13214 lt_prog_compiler_static_CXX='-Bstatic'
13215 lt_prog_compiler_wl_CXX='-Qoption ld '
13217 esac
13219 esac
13221 lynxos*)
13223 m88k*)
13225 mvs*)
13226 case $cc_basename in
13227 cxx*)
13228 lt_prog_compiler_pic_CXX='-W c,exportall'
13232 esac
13234 netbsd*)
13236 *qnx* | *nto*)
13237 # QNX uses GNU C++, but need to define -shared option too, otherwise
13238 # it will coredump.
13239 lt_prog_compiler_pic_CXX='-fPIC -shared'
13241 osf3* | osf4* | osf5*)
13242 case $cc_basename in
13243 KCC*)
13244 lt_prog_compiler_wl_CXX='--backend -Wl,'
13246 RCC*)
13247 # Rational C++ 2.4.1
13248 lt_prog_compiler_pic_CXX='-pic'
13250 cxx*)
13251 # Digital/Compaq C++
13252 lt_prog_compiler_wl_CXX='-Wl,'
13253 # Make sure the PIC flag is empty. It appears that all Alpha
13254 # Linux and Compaq Tru64 Unix objects are PIC.
13255 lt_prog_compiler_pic_CXX=
13256 lt_prog_compiler_static_CXX='-non_shared'
13260 esac
13262 psos*)
13264 solaris*)
13265 case $cc_basename in
13266 CC*)
13267 # Sun C++ 4.2, 5.x and Centerline C++
13268 lt_prog_compiler_pic_CXX='-KPIC'
13269 lt_prog_compiler_static_CXX='-Bstatic'
13270 lt_prog_compiler_wl_CXX='-Qoption ld '
13272 gcx*)
13273 # Green Hills C++ Compiler
13274 lt_prog_compiler_pic_CXX='-PIC'
13278 esac
13280 sunos4*)
13281 case $cc_basename in
13282 CC*)
13283 # Sun C++ 4.x
13284 lt_prog_compiler_pic_CXX='-pic'
13285 lt_prog_compiler_static_CXX='-Bstatic'
13287 lcc*)
13288 # Lucid
13289 lt_prog_compiler_pic_CXX='-pic'
13293 esac
13295 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13296 case $cc_basename in
13297 CC*)
13298 lt_prog_compiler_wl_CXX='-Wl,'
13299 lt_prog_compiler_pic_CXX='-KPIC'
13300 lt_prog_compiler_static_CXX='-Bstatic'
13302 esac
13304 tandem*)
13305 case $cc_basename in
13306 NCC*)
13307 # NonStop-UX NCC 3.20
13308 lt_prog_compiler_pic_CXX='-KPIC'
13312 esac
13314 vxworks*)
13317 lt_prog_compiler_can_build_shared_CXX=no
13319 esac
13322 case $host_os in
13323 # For platforms which do not support PIC, -DPIC is meaningless:
13324 *djgpp*)
13325 lt_prog_compiler_pic_CXX=
13328 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13330 esac
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13332 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13337 # Check to make sure the PIC flag actually works.
13339 if test -n "$lt_prog_compiler_pic_CXX"; then
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13341 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13342 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
13343 $as_echo_n "(cached) " >&6
13344 else
13345 lt_cv_prog_compiler_pic_works_CXX=no
13346 ac_outfile=conftest.$ac_objext
13347 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13348 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13349 # Insert the option either (1) after the last *FLAGS variable, or
13350 # (2) before a word containing "conftest.", or (3) at the end.
13351 # Note that $ac_compile itself does not contain backslashes and begins
13352 # with a dollar sign (not a hyphen), so the echo should work correctly.
13353 # The option is referenced via a variable to avoid confusing sed.
13354 lt_compile=`echo "$ac_compile" | $SED \
13355 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13356 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13357 -e 's:$: $lt_compiler_flag:'`
13358 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13359 (eval "$lt_compile" 2>conftest.err)
13360 ac_status=$?
13361 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 if (exit $ac_status) && test -s "$ac_outfile"; then
13364 # The compiler can only warn and ignore the option if not recognized
13365 # So say no if there are warnings other than the usual output.
13366 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13367 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13368 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13369 lt_cv_prog_compiler_pic_works_CXX=yes
13372 $RM conftest*
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13376 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13378 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13379 case $lt_prog_compiler_pic_CXX in
13380 "" | " "*) ;;
13381 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13382 esac
13383 else
13384 lt_prog_compiler_pic_CXX=
13385 lt_prog_compiler_can_build_shared_CXX=no
13393 # Check to make sure the static flag actually works.
13395 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13397 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13398 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
13399 $as_echo_n "(cached) " >&6
13400 else
13401 lt_cv_prog_compiler_static_works_CXX=no
13402 save_LDFLAGS="$LDFLAGS"
13403 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13404 echo "$lt_simple_link_test_code" > conftest.$ac_ext
13405 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13406 # The linker can only warn and ignore the option if not recognized
13407 # So say no if there are warnings
13408 if test -s conftest.err; then
13409 # Append any errors to the config.log.
13410 cat conftest.err 1>&5
13411 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
13412 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13413 if diff conftest.exp conftest.er2 >/dev/null; then
13414 lt_cv_prog_compiler_static_works_CXX=yes
13416 else
13417 lt_cv_prog_compiler_static_works_CXX=yes
13420 $RM -r conftest*
13421 LDFLAGS="$save_LDFLAGS"
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13425 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13427 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13429 else
13430 lt_prog_compiler_static_CXX=
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13437 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13438 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
13439 $as_echo_n "(cached) " >&6
13440 else
13441 lt_cv_prog_compiler_c_o_CXX=no
13442 $RM -r conftest 2>/dev/null
13443 mkdir conftest
13444 cd conftest
13445 mkdir out
13446 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13448 lt_compiler_flag="-o out/conftest2.$ac_objext"
13449 # Insert the option either (1) after the last *FLAGS variable, or
13450 # (2) before a word containing "conftest.", or (3) at the end.
13451 # Note that $ac_compile itself does not contain backslashes and begins
13452 # with a dollar sign (not a hyphen), so the echo should work correctly.
13453 lt_compile=`echo "$ac_compile" | $SED \
13454 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13455 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13456 -e 's:$: $lt_compiler_flag:'`
13457 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13458 (eval "$lt_compile" 2>out/conftest.err)
13459 ac_status=$?
13460 cat out/conftest.err >&5
13461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13462 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13463 then
13464 # The compiler can only warn and ignore the option if not recognized
13465 # So say no if there are warnings
13466 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13467 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13468 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13469 lt_cv_prog_compiler_c_o_CXX=yes
13472 chmod u+w . 2>&5
13473 $RM conftest*
13474 # SGI C++ compiler will create directory out/ii_files/ for
13475 # template instantiation
13476 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13477 $RM out/* && rmdir out
13478 cd ..
13479 $RM -r conftest
13480 $RM conftest*
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13484 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13489 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13490 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
13491 $as_echo_n "(cached) " >&6
13492 else
13493 lt_cv_prog_compiler_c_o_CXX=no
13494 $RM -r conftest 2>/dev/null
13495 mkdir conftest
13496 cd conftest
13497 mkdir out
13498 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13500 lt_compiler_flag="-o out/conftest2.$ac_objext"
13501 # Insert the option either (1) after the last *FLAGS variable, or
13502 # (2) before a word containing "conftest.", or (3) at the end.
13503 # Note that $ac_compile itself does not contain backslashes and begins
13504 # with a dollar sign (not a hyphen), so the echo should work correctly.
13505 lt_compile=`echo "$ac_compile" | $SED \
13506 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13507 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13508 -e 's:$: $lt_compiler_flag:'`
13509 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13510 (eval "$lt_compile" 2>out/conftest.err)
13511 ac_status=$?
13512 cat out/conftest.err >&5
13513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13515 then
13516 # The compiler can only warn and ignore the option if not recognized
13517 # So say no if there are warnings
13518 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13519 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13520 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13521 lt_cv_prog_compiler_c_o_CXX=yes
13524 chmod u+w . 2>&5
13525 $RM conftest*
13526 # SGI C++ compiler will create directory out/ii_files/ for
13527 # template instantiation
13528 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13529 $RM out/* && rmdir out
13530 cd ..
13531 $RM -r conftest
13532 $RM conftest*
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13536 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13541 hard_links="nottested"
13542 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13543 # do not overwrite the value of need_locks provided by the user
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13545 $as_echo_n "checking if we can lock with hard links... " >&6; }
13546 hard_links=yes
13547 $RM conftest*
13548 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13549 touch conftest.a
13550 ln conftest.a conftest.b 2>&5 || hard_links=no
13551 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13553 $as_echo "$hard_links" >&6; }
13554 if test "$hard_links" = no; then
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13556 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13557 need_locks=warn
13559 else
13560 need_locks=no
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13566 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13568 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13569 case $host_os in
13570 aix[4-9]*)
13571 # If we're using GNU nm, then we don't want the "-C" option.
13572 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13573 # Also, AIX nm treats weak defined symbols like other global defined
13574 # symbols, whereas GNU nm marks them as "W".
13575 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13576 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13577 else
13578 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13581 pw32*)
13582 export_symbols_cmds_CXX="$ltdll_cmds"
13584 cygwin* | mingw* | cegcc*)
13585 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
13588 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13590 esac
13591 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13594 $as_echo "$ld_shlibs_CXX" >&6; }
13595 test "$ld_shlibs_CXX" = no && can_build_shared=no
13597 with_gnu_ld_CXX=$with_gnu_ld
13605 # Do we need to explicitly link libc?
13607 case "x$archive_cmds_need_lc_CXX" in
13608 x|xyes)
13609 # Assume -lc should be added
13610 archive_cmds_need_lc_CXX=yes
13612 if test "$enable_shared" = yes && test "$GCC" = yes; then
13613 case $archive_cmds_CXX in
13614 *'~'*)
13615 # FIXME: we may have to deal with multi-command sequences.
13617 '$CC '*)
13618 # Test whether the compiler implicitly links with -lc since on some
13619 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13620 # to ld, don't add -lc before -lgcc.
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13622 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13623 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
13624 $as_echo_n "(cached) " >&6
13625 else
13626 $RM conftest*
13627 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13630 (eval $ac_compile) 2>&5
13631 ac_status=$?
13632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13633 test $ac_status = 0; } 2>conftest.err; then
13634 soname=conftest
13635 lib=conftest
13636 libobjs=conftest.$ac_objext
13637 deplibs=
13638 wl=$lt_prog_compiler_wl_CXX
13639 pic_flag=$lt_prog_compiler_pic_CXX
13640 compiler_flags=-v
13641 linker_flags=-v
13642 verstring=
13643 output_objdir=.
13644 libname=conftest
13645 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
13646 allow_undefined_flag_CXX=
13647 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13648 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13649 ac_status=$?
13650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13651 test $ac_status = 0; }
13652 then
13653 lt_cv_archive_cmds_need_lc_CXX=no
13654 else
13655 lt_cv_archive_cmds_need_lc_CXX=yes
13657 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
13658 else
13659 cat conftest.err 1>&5
13661 $RM conftest*
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13665 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13666 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
13668 esac
13671 esac
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13737 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13739 library_names_spec=
13740 libname_spec='lib$name'
13741 soname_spec=
13742 shrext_cmds=".so"
13743 postinstall_cmds=
13744 postuninstall_cmds=
13745 finish_cmds=
13746 finish_eval=
13747 shlibpath_var=
13748 shlibpath_overrides_runpath=unknown
13749 version_type=none
13750 dynamic_linker="$host_os ld.so"
13751 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13752 need_lib_prefix=unknown
13753 hardcode_into_libs=no
13755 # when you set need_version to no, make sure it does not cause -set_version
13756 # flags to be left without arguments
13757 need_version=unknown
13759 case $host_os in
13760 aix3*)
13761 version_type=linux
13762 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13763 shlibpath_var=LIBPATH
13765 # AIX 3 has no versioning support, so we append a major version to the name.
13766 soname_spec='${libname}${release}${shared_ext}$major'
13769 aix[4-9]*)
13770 version_type=linux
13771 need_lib_prefix=no
13772 need_version=no
13773 hardcode_into_libs=yes
13774 if test "$host_cpu" = ia64; then
13775 # AIX 5 supports IA64
13776 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13777 shlibpath_var=LD_LIBRARY_PATH
13778 else
13779 # With GCC up to 2.95.x, collect2 would create an import file
13780 # for dependence libraries. The import file would start with
13781 # the line `#! .'. This would cause the generated library to
13782 # depend on `.', always an invalid library. This was fixed in
13783 # development snapshots of GCC prior to 3.0.
13784 case $host_os in
13785 aix4 | aix4.[01] | aix4.[01].*)
13786 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13787 echo ' yes '
13788 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
13790 else
13791 can_build_shared=no
13794 esac
13795 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13796 # soname into executable. Probably we can add versioning support to
13797 # collect2, so additional links can be useful in future.
13798 if test "$aix_use_runtimelinking" = yes; then
13799 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13800 # instead of lib<name>.a to let people know that these are not
13801 # typical AIX shared libraries.
13802 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13803 else
13804 # We preserve .a as extension for shared libraries through AIX4.2
13805 # and later when we are not doing run time linking.
13806 library_names_spec='${libname}${release}.a $libname.a'
13807 soname_spec='${libname}${release}${shared_ext}$major'
13809 shlibpath_var=LIBPATH
13813 amigaos*)
13814 case $host_cpu in
13815 powerpc)
13816 # Since July 2007 AmigaOS4 officially supports .so libraries.
13817 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13820 m68k)
13821 library_names_spec='$libname.ixlibrary $libname.a'
13822 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13823 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'
13825 esac
13828 beos*)
13829 library_names_spec='${libname}${shared_ext}'
13830 dynamic_linker="$host_os ld.so"
13831 shlibpath_var=LIBRARY_PATH
13834 bsdi[45]*)
13835 version_type=linux
13836 need_version=no
13837 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13838 soname_spec='${libname}${release}${shared_ext}$major'
13839 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13840 shlibpath_var=LD_LIBRARY_PATH
13841 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13842 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13843 # the default ld.so.conf also contains /usr/contrib/lib and
13844 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13845 # libtool to hard-code these into programs
13848 cygwin* | mingw* | pw32* | cegcc*)
13849 version_type=windows
13850 shrext_cmds=".dll"
13851 need_version=no
13852 need_lib_prefix=no
13854 case $GCC,$host_os in
13855 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
13856 library_names_spec='$libname.dll.a'
13857 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13858 postinstall_cmds='base_file=`basename \${file}`~
13859 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13860 dldir=$destdir/`dirname \$dlpath`~
13861 test -d \$dldir || mkdir -p \$dldir~
13862 $install_prog $dir/$dlname \$dldir/$dlname~
13863 chmod a+x \$dldir/$dlname~
13864 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13865 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13867 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13868 dlpath=$dir/\$dldll~
13869 $RM \$dlpath'
13870 shlibpath_overrides_runpath=yes
13872 case $host_os in
13873 cygwin*)
13874 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13875 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13878 mingw* | cegcc*)
13879 # MinGW DLLs use traditional 'lib' prefix
13880 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13882 pw32*)
13883 # pw32 DLLs use 'pw' prefix rather than 'lib'
13884 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13886 esac
13890 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13892 esac
13893 dynamic_linker='Win32 ld.exe'
13894 # FIXME: first we should search . and the directory the executable is in
13895 shlibpath_var=PATH
13898 darwin* | rhapsody*)
13899 dynamic_linker="$host_os dyld"
13900 version_type=darwin
13901 need_lib_prefix=no
13902 need_version=no
13903 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13904 soname_spec='${libname}${release}${major}$shared_ext'
13905 shlibpath_overrides_runpath=yes
13906 shlibpath_var=DYLD_LIBRARY_PATH
13907 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13909 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13912 dgux*)
13913 version_type=linux
13914 need_lib_prefix=no
13915 need_version=no
13916 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13917 soname_spec='${libname}${release}${shared_ext}$major'
13918 shlibpath_var=LD_LIBRARY_PATH
13921 freebsd* | dragonfly*)
13922 # DragonFly does not have aout. When/if they implement a new
13923 # versioning mechanism, adjust this.
13924 if test -x /usr/bin/objformat; then
13925 objformat=`/usr/bin/objformat`
13926 else
13927 case $host_os in
13928 freebsd[23].*) objformat=aout ;;
13929 *) objformat=elf ;;
13930 esac
13932 version_type=freebsd-$objformat
13933 case $version_type in
13934 freebsd-elf*)
13935 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13936 need_version=no
13937 need_lib_prefix=no
13939 freebsd-*)
13940 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13941 need_version=yes
13943 esac
13944 shlibpath_var=LD_LIBRARY_PATH
13945 case $host_os in
13946 freebsd2.*)
13947 shlibpath_overrides_runpath=yes
13949 freebsd3.[01]* | freebsdelf3.[01]*)
13950 shlibpath_overrides_runpath=yes
13951 hardcode_into_libs=yes
13953 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13954 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13955 shlibpath_overrides_runpath=no
13956 hardcode_into_libs=yes
13958 *) # from 4.6 on, and DragonFly
13959 shlibpath_overrides_runpath=yes
13960 hardcode_into_libs=yes
13962 esac
13965 gnu*)
13966 version_type=linux
13967 need_lib_prefix=no
13968 need_version=no
13969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13970 soname_spec='${libname}${release}${shared_ext}$major'
13971 shlibpath_var=LD_LIBRARY_PATH
13972 hardcode_into_libs=yes
13975 haiku*)
13976 version_type=linux
13977 need_lib_prefix=no
13978 need_version=no
13979 dynamic_linker="$host_os runtime_loader"
13980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13981 soname_spec='${libname}${release}${shared_ext}$major'
13982 shlibpath_var=LIBRARY_PATH
13983 shlibpath_overrides_runpath=yes
13984 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
13985 hardcode_into_libs=yes
13988 hpux9* | hpux10* | hpux11*)
13989 # Give a soname corresponding to the major version so that dld.sl refuses to
13990 # link against other versions.
13991 version_type=sunos
13992 need_lib_prefix=no
13993 need_version=no
13994 case $host_cpu in
13995 ia64*)
13996 shrext_cmds='.so'
13997 hardcode_into_libs=yes
13998 dynamic_linker="$host_os dld.so"
13999 shlibpath_var=LD_LIBRARY_PATH
14000 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14002 soname_spec='${libname}${release}${shared_ext}$major'
14003 if test "X$HPUX_IA64_MODE" = X32; then
14004 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14005 else
14006 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14008 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14010 hppa*64*)
14011 shrext_cmds='.sl'
14012 hardcode_into_libs=yes
14013 dynamic_linker="$host_os dld.sl"
14014 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14015 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14017 soname_spec='${libname}${release}${shared_ext}$major'
14018 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14019 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14022 shrext_cmds='.sl'
14023 dynamic_linker="$host_os dld.sl"
14024 shlibpath_var=SHLIB_PATH
14025 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14027 soname_spec='${libname}${release}${shared_ext}$major'
14029 esac
14030 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14031 postinstall_cmds='chmod 555 $lib'
14032 # or fails outright, so override atomically:
14033 install_override_mode=555
14036 interix[3-9]*)
14037 version_type=linux
14038 need_lib_prefix=no
14039 need_version=no
14040 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14041 soname_spec='${libname}${release}${shared_ext}$major'
14042 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14043 shlibpath_var=LD_LIBRARY_PATH
14044 shlibpath_overrides_runpath=no
14045 hardcode_into_libs=yes
14048 irix5* | irix6* | nonstopux*)
14049 case $host_os in
14050 nonstopux*) version_type=nonstopux ;;
14052 if test "$lt_cv_prog_gnu_ld" = yes; then
14053 version_type=linux
14054 else
14055 version_type=irix
14056 fi ;;
14057 esac
14058 need_lib_prefix=no
14059 need_version=no
14060 soname_spec='${libname}${release}${shared_ext}$major'
14061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14062 case $host_os in
14063 irix5* | nonstopux*)
14064 libsuff= shlibsuff=
14067 case $LD in # libtool.m4 will add one of these switches to LD
14068 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14069 libsuff= shlibsuff= libmagic=32-bit;;
14070 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14071 libsuff=32 shlibsuff=N32 libmagic=N32;;
14072 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14073 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14074 *) libsuff= shlibsuff= libmagic=never-match;;
14075 esac
14077 esac
14078 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14079 shlibpath_overrides_runpath=no
14080 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14081 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14082 hardcode_into_libs=yes
14085 # No shared lib support for Linux oldld, aout, or coff.
14086 linux*oldld* | linux*aout* | linux*coff*)
14087 dynamic_linker=no
14090 # This must be Linux ELF.
14091 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14092 version_type=linux
14093 need_lib_prefix=no
14094 need_version=no
14095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14096 soname_spec='${libname}${release}${shared_ext}$major'
14097 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14098 shlibpath_var=LD_LIBRARY_PATH
14099 shlibpath_overrides_runpath=no
14101 # Some binutils ld are patched to set DT_RUNPATH
14102 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
14103 $as_echo_n "(cached) " >&6
14104 else
14105 lt_cv_shlibpath_overrides_runpath=no
14106 save_LDFLAGS=$LDFLAGS
14107 save_libdir=$libdir
14108 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14109 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14111 /* end confdefs.h. */
14114 main ()
14118 return 0;
14120 _ACEOF
14121 if ac_fn_cxx_try_link "$LINENO"; then :
14122 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14123 lt_cv_shlibpath_overrides_runpath=yes
14126 rm -f core conftest.err conftest.$ac_objext \
14127 conftest$ac_exeext conftest.$ac_ext
14128 LDFLAGS=$save_LDFLAGS
14129 libdir=$save_libdir
14133 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14135 # This implies no fast_install, which is unacceptable.
14136 # Some rework will be needed to allow for fast_install
14137 # before this can be enabled.
14138 hardcode_into_libs=yes
14140 # Append ld.so.conf contents to the search path
14141 if test -f /etc/ld.so.conf; then
14142 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' ' '`
14143 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14146 # We used to test for /lib/ld.so.1 and disable shared libraries on
14147 # powerpc, because MkLinux only supported shared libraries with the
14148 # GNU dynamic linker. Since this was broken with cross compilers,
14149 # most powerpc-linux boxes support dynamic linking these days and
14150 # people can always --disable-shared, the test was removed, and we
14151 # assume the GNU/Linux dynamic linker is in use.
14152 dynamic_linker='GNU/Linux ld.so'
14155 netbsd*)
14156 version_type=sunos
14157 need_lib_prefix=no
14158 need_version=no
14159 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14160 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14161 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14162 dynamic_linker='NetBSD (a.out) ld.so'
14163 else
14164 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14165 soname_spec='${libname}${release}${shared_ext}$major'
14166 dynamic_linker='NetBSD ld.elf_so'
14168 shlibpath_var=LD_LIBRARY_PATH
14169 shlibpath_overrides_runpath=yes
14170 hardcode_into_libs=yes
14173 newsos6)
14174 version_type=linux
14175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14176 shlibpath_var=LD_LIBRARY_PATH
14177 shlibpath_overrides_runpath=yes
14180 *nto* | *qnx*)
14181 version_type=qnx
14182 need_lib_prefix=no
14183 need_version=no
14184 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14185 soname_spec='${libname}${release}${shared_ext}$major'
14186 shlibpath_var=LD_LIBRARY_PATH
14187 shlibpath_overrides_runpath=no
14188 hardcode_into_libs=yes
14189 dynamic_linker='ldqnx.so'
14192 openbsd*)
14193 version_type=sunos
14194 sys_lib_dlsearch_path_spec="/usr/lib"
14195 need_lib_prefix=no
14196 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14197 case $host_os in
14198 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14199 *) need_version=no ;;
14200 esac
14201 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14202 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14203 shlibpath_var=LD_LIBRARY_PATH
14204 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14205 case $host_os in
14206 openbsd2.[89] | openbsd2.[89].*)
14207 shlibpath_overrides_runpath=no
14210 shlibpath_overrides_runpath=yes
14212 esac
14213 else
14214 shlibpath_overrides_runpath=yes
14218 os2*)
14219 libname_spec='$name'
14220 shrext_cmds=".dll"
14221 need_lib_prefix=no
14222 library_names_spec='$libname${shared_ext} $libname.a'
14223 dynamic_linker='OS/2 ld.exe'
14224 shlibpath_var=LIBPATH
14227 osf3* | osf4* | osf5*)
14228 version_type=osf
14229 need_lib_prefix=no
14230 need_version=no
14231 soname_spec='${libname}${release}${shared_ext}$major'
14232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14233 shlibpath_var=LD_LIBRARY_PATH
14234 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14235 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14238 rdos*)
14239 dynamic_linker=no
14242 solaris*)
14243 version_type=linux
14244 need_lib_prefix=no
14245 need_version=no
14246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14247 soname_spec='${libname}${release}${shared_ext}$major'
14248 shlibpath_var=LD_LIBRARY_PATH
14249 shlibpath_overrides_runpath=yes
14250 hardcode_into_libs=yes
14251 # ldd complains unless libraries are executable
14252 postinstall_cmds='chmod +x $lib'
14255 sunos4*)
14256 version_type=sunos
14257 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14258 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14259 shlibpath_var=LD_LIBRARY_PATH
14260 shlibpath_overrides_runpath=yes
14261 if test "$with_gnu_ld" = yes; then
14262 need_lib_prefix=no
14264 need_version=yes
14267 sysv4 | sysv4.3*)
14268 version_type=linux
14269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14270 soname_spec='${libname}${release}${shared_ext}$major'
14271 shlibpath_var=LD_LIBRARY_PATH
14272 case $host_vendor in
14273 sni)
14274 shlibpath_overrides_runpath=no
14275 need_lib_prefix=no
14276 runpath_var=LD_RUN_PATH
14278 siemens)
14279 need_lib_prefix=no
14281 motorola)
14282 need_lib_prefix=no
14283 need_version=no
14284 shlibpath_overrides_runpath=no
14285 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14287 esac
14290 sysv4*MP*)
14291 if test -d /usr/nec ;then
14292 version_type=linux
14293 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14294 soname_spec='$libname${shared_ext}.$major'
14295 shlibpath_var=LD_LIBRARY_PATH
14299 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14300 version_type=freebsd-elf
14301 need_lib_prefix=no
14302 need_version=no
14303 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14304 soname_spec='${libname}${release}${shared_ext}$major'
14305 shlibpath_var=LD_LIBRARY_PATH
14306 shlibpath_overrides_runpath=yes
14307 hardcode_into_libs=yes
14308 if test "$with_gnu_ld" = yes; then
14309 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14310 else
14311 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14312 case $host_os in
14313 sco3.2v5*)
14314 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14316 esac
14318 sys_lib_dlsearch_path_spec='/usr/lib'
14321 tpf*)
14322 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14323 version_type=linux
14324 need_lib_prefix=no
14325 need_version=no
14326 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14327 shlibpath_var=LD_LIBRARY_PATH
14328 shlibpath_overrides_runpath=no
14329 hardcode_into_libs=yes
14332 uts4*)
14333 version_type=linux
14334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14335 soname_spec='${libname}${release}${shared_ext}$major'
14336 shlibpath_var=LD_LIBRARY_PATH
14340 dynamic_linker=no
14342 esac
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14344 $as_echo "$dynamic_linker" >&6; }
14345 test "$dynamic_linker" = no && can_build_shared=no
14347 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14348 if test "$GCC" = yes; then
14349 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14352 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14353 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14355 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14356 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14397 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14398 hardcode_action_CXX=
14399 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14400 test -n "$runpath_var_CXX" ||
14401 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14403 # We can hardcode non-existent directories.
14404 if test "$hardcode_direct_CXX" != no &&
14405 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14406 # have to relink, otherwise we might link with an installed library
14407 # when we should be linking with a yet-to-be-installed one
14408 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14409 test "$hardcode_minus_L_CXX" != no; then
14410 # Linking always hardcodes the temporary library directory.
14411 hardcode_action_CXX=relink
14412 else
14413 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14414 hardcode_action_CXX=immediate
14416 else
14417 # We cannot hardcode anything, or else we can only hardcode existing
14418 # directories.
14419 hardcode_action_CXX=unsupported
14421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14422 $as_echo "$hardcode_action_CXX" >&6; }
14424 if test "$hardcode_action_CXX" = relink ||
14425 test "$inherit_rpath_CXX" = yes; then
14426 # Fast installation is not supported
14427 enable_fast_install=no
14428 elif test "$shlibpath_overrides_runpath" = yes ||
14429 test "$enable_shared" = no; then
14430 # Fast installation is not necessary
14431 enable_fast_install=needless
14440 fi # test -n "$compiler"
14442 CC=$lt_save_CC
14443 LDCXX=$LD
14444 LD=$lt_save_LD
14445 GCC=$lt_save_GCC
14446 with_gnu_ld=$lt_save_with_gnu_ld
14447 lt_cv_path_LDCXX=$lt_cv_path_LD
14448 lt_cv_path_LD=$lt_save_path_LD
14449 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14450 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14451 fi # test "$_lt_caught_CXX_error" != yes
14453 ac_ext=c
14454 ac_cpp='$CPP $CPPFLAGS'
14455 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14456 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14457 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14471 ac_config_commands="$ac_config_commands libtool"
14476 # Only expand once:
14483 # The cast to long int works around a bug in the HP C Compiler
14484 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14485 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14486 # This bug is HP SR number 8606223364.
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
14488 $as_echo_n "checking size of void *... " >&6; }
14489 if test "${ac_cv_sizeof_void_p+set}" = set; then :
14490 $as_echo_n "(cached) " >&6
14491 else
14492 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
14494 else
14495 if test "$ac_cv_type_void_p" = yes; then
14496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14498 { as_fn_set_status 77
14499 as_fn_error "cannot compute sizeof (void *)
14500 See \`config.log' for more details." "$LINENO" 5; }; }
14501 else
14502 ac_cv_sizeof_void_p=0
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
14508 $as_echo "$ac_cv_sizeof_void_p" >&6; }
14512 cat >>confdefs.h <<_ACEOF
14513 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14514 _ACEOF
14518 if test "${multilib}" = "yes"; then
14519 multilib_arg="--enable-multilib"
14520 else
14521 multilib_arg=
14524 # Get target configury.
14525 unset TSAN_SUPPORTED
14526 . ${srcdir}/configure.tgt
14527 if test "x$TSAN_SUPPORTED" = "xyes"; then
14528 TSAN_SUPPORTED_TRUE=
14529 TSAN_SUPPORTED_FALSE='#'
14530 else
14531 TSAN_SUPPORTED_TRUE='#'
14532 TSAN_SUPPORTED_FALSE=
14536 case "$host" in
14537 *-*-darwin*) MAC_INTERPOSE=true ; enable_static=no ;;
14538 *) MAC_INTERPOSE=false ;;
14539 esac
14540 if $MAC_INTERPOSE; then
14541 USING_MAC_INTERPOSE_TRUE=
14542 USING_MAC_INTERPOSE_FALSE='#'
14543 else
14544 USING_MAC_INTERPOSE_TRUE='#'
14545 USING_MAC_INTERPOSE_FALSE=
14549 ac_config_files="$ac_config_files Makefile"
14552 ac_config_files="$ac_config_files interception/Makefile sanitizer_common/Makefile asan/Makefile ubsan/Makefile"
14555 if test "x$TSAN_SUPPORTED" = "xyes"; then
14556 ac_config_files="$ac_config_files tsan/Makefile"
14560 cat >confcache <<\_ACEOF
14561 # This file is a shell script that caches the results of configure
14562 # tests run on this system so they can be shared between configure
14563 # scripts and configure runs, see configure's option --config-cache.
14564 # It is not useful on other systems. If it contains results you don't
14565 # want to keep, you may remove or edit it.
14567 # config.status only pays attention to the cache file if you give it
14568 # the --recheck option to rerun configure.
14570 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14571 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14572 # following values.
14574 _ACEOF
14576 # The following way of writing the cache mishandles newlines in values,
14577 # but we know of no workaround that is simple, portable, and efficient.
14578 # So, we kill variables containing newlines.
14579 # Ultrix sh set writes to stderr and can't be redirected directly,
14580 # and sets the high bit in the cache file unless we assign to the vars.
14582 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14583 eval ac_val=\$$ac_var
14584 case $ac_val in #(
14585 *${as_nl}*)
14586 case $ac_var in #(
14587 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14588 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14589 esac
14590 case $ac_var in #(
14591 _ | IFS | as_nl) ;; #(
14592 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14593 *) { eval $ac_var=; unset $ac_var;} ;;
14594 esac ;;
14595 esac
14596 done
14598 (set) 2>&1 |
14599 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14600 *${as_nl}ac_space=\ *)
14601 # `set' does not quote correctly, so add quotes: double-quote
14602 # substitution turns \\\\ into \\, and sed turns \\ into \.
14603 sed -n \
14604 "s/'/'\\\\''/g;
14605 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14606 ;; #(
14608 # `set' quotes correctly as required by POSIX, so do not add quotes.
14609 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14611 esac |
14612 sort
14614 sed '
14615 /^ac_cv_env_/b end
14616 t clear
14617 :clear
14618 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14619 t end
14620 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14621 :end' >>confcache
14622 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14623 if test -w "$cache_file"; then
14624 test "x$cache_file" != "x/dev/null" &&
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14626 $as_echo "$as_me: updating cache $cache_file" >&6;}
14627 cat confcache >$cache_file
14628 else
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14630 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14633 rm -f confcache
14635 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14636 # Let make expand exec_prefix.
14637 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14639 # Transform confdefs.h into DEFS.
14640 # Protect against shell expansion while executing Makefile rules.
14641 # Protect against Makefile macro expansion.
14643 # If the first sed substitution is executed (which looks for macros that
14644 # take arguments), then branch to the quote section. Otherwise,
14645 # look for a macro that doesn't take arguments.
14646 ac_script='
14647 :mline
14648 /\\$/{
14650 s,\\\n,,
14651 b mline
14653 t clear
14654 :clear
14655 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14656 t quote
14657 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14658 t quote
14659 b any
14660 :quote
14661 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14662 s/\[/\\&/g
14663 s/\]/\\&/g
14664 s/\$/$$/g
14666 :any
14669 s/^\n//
14670 s/\n/ /g
14674 DEFS=`sed -n "$ac_script" confdefs.h`
14677 ac_libobjs=
14678 ac_ltlibobjs=
14679 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14680 # 1. Remove the extension, and $U if already installed.
14681 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14682 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14683 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14684 # will be set to the directory where LIBOBJS objects are built.
14685 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14686 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14687 done
14688 LIBOBJS=$ac_libobjs
14690 LTLIBOBJS=$ac_ltlibobjs
14693 if test -n "$EXEEXT"; then
14694 am__EXEEXT_TRUE=
14695 am__EXEEXT_FALSE='#'
14696 else
14697 am__EXEEXT_TRUE='#'
14698 am__EXEEXT_FALSE=
14701 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14702 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14703 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14705 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14706 as_fn_error "conditional \"AMDEP\" was never defined.
14707 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14709 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14710 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14711 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14713 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
14714 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
14715 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14717 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
14718 as_fn_error "conditional \"am__fastdepCCAS\" was never defined.
14719 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14721 if test -z "${TSAN_SUPPORTED_TRUE}" && test -z "${TSAN_SUPPORTED_FALSE}"; then
14722 as_fn_error "conditional \"TSAN_SUPPORTED\" was never defined.
14723 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14725 if test -z "${USING_MAC_INTERPOSE_TRUE}" && test -z "${USING_MAC_INTERPOSE_FALSE}"; then
14726 as_fn_error "conditional \"USING_MAC_INTERPOSE\" was never defined.
14727 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14730 : ${CONFIG_STATUS=./config.status}
14731 ac_write_fail=0
14732 ac_clean_files_save=$ac_clean_files
14733 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14735 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14736 as_write_fail=0
14737 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14738 #! $SHELL
14739 # Generated by $as_me.
14740 # Run this file to recreate the current configuration.
14741 # Compiler output produced by configure, useful for debugging
14742 # configure, is in config.log if it exists.
14744 debug=false
14745 ac_cs_recheck=false
14746 ac_cs_silent=false
14748 SHELL=\${CONFIG_SHELL-$SHELL}
14749 export SHELL
14750 _ASEOF
14751 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14752 ## -------------------- ##
14753 ## M4sh Initialization. ##
14754 ## -------------------- ##
14756 # Be more Bourne compatible
14757 DUALCASE=1; export DUALCASE # for MKS sh
14758 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14759 emulate sh
14760 NULLCMD=:
14761 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14762 # is contrary to our usage. Disable this feature.
14763 alias -g '${1+"$@"}'='"$@"'
14764 setopt NO_GLOB_SUBST
14765 else
14766 case `(set -o) 2>/dev/null` in #(
14767 *posix*) :
14768 set -o posix ;; #(
14769 *) :
14771 esac
14775 as_nl='
14777 export as_nl
14778 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14779 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14780 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14781 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14782 # Prefer a ksh shell builtin over an external printf program on Solaris,
14783 # but without wasting forks for bash or zsh.
14784 if test -z "$BASH_VERSION$ZSH_VERSION" \
14785 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14786 as_echo='print -r --'
14787 as_echo_n='print -rn --'
14788 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14789 as_echo='printf %s\n'
14790 as_echo_n='printf %s'
14791 else
14792 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14793 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14794 as_echo_n='/usr/ucb/echo -n'
14795 else
14796 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14797 as_echo_n_body='eval
14798 arg=$1;
14799 case $arg in #(
14800 *"$as_nl"*)
14801 expr "X$arg" : "X\\(.*\\)$as_nl";
14802 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14803 esac;
14804 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14806 export as_echo_n_body
14807 as_echo_n='sh -c $as_echo_n_body as_echo'
14809 export as_echo_body
14810 as_echo='sh -c $as_echo_body as_echo'
14813 # The user is always right.
14814 if test "${PATH_SEPARATOR+set}" != set; then
14815 PATH_SEPARATOR=:
14816 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14817 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14818 PATH_SEPARATOR=';'
14823 # IFS
14824 # We need space, tab and new line, in precisely that order. Quoting is
14825 # there to prevent editors from complaining about space-tab.
14826 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14827 # splitting by setting IFS to empty value.)
14828 IFS=" "" $as_nl"
14830 # Find who we are. Look in the path if we contain no directory separator.
14831 case $0 in #((
14832 *[\\/]* ) as_myself=$0 ;;
14833 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14834 for as_dir in $PATH
14836 IFS=$as_save_IFS
14837 test -z "$as_dir" && as_dir=.
14838 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14839 done
14840 IFS=$as_save_IFS
14843 esac
14844 # We did not find ourselves, most probably we were run as `sh COMMAND'
14845 # in which case we are not to be found in the path.
14846 if test "x$as_myself" = x; then
14847 as_myself=$0
14849 if test ! -f "$as_myself"; then
14850 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14851 exit 1
14854 # Unset variables that we do not need and which cause bugs (e.g. in
14855 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14856 # suppresses any "Segmentation fault" message there. '((' could
14857 # trigger a bug in pdksh 5.2.14.
14858 for as_var in BASH_ENV ENV MAIL MAILPATH
14859 do eval test x\${$as_var+set} = xset \
14860 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14861 done
14862 PS1='$ '
14863 PS2='> '
14864 PS4='+ '
14866 # NLS nuisances.
14867 LC_ALL=C
14868 export LC_ALL
14869 LANGUAGE=C
14870 export LANGUAGE
14872 # CDPATH.
14873 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14876 # as_fn_error ERROR [LINENO LOG_FD]
14877 # ---------------------------------
14878 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14879 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14880 # script with status $?, using 1 if that was 0.
14881 as_fn_error ()
14883 as_status=$?; test $as_status -eq 0 && as_status=1
14884 if test "$3"; then
14885 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14886 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14888 $as_echo "$as_me: error: $1" >&2
14889 as_fn_exit $as_status
14890 } # as_fn_error
14893 # as_fn_set_status STATUS
14894 # -----------------------
14895 # Set $? to STATUS, without forking.
14896 as_fn_set_status ()
14898 return $1
14899 } # as_fn_set_status
14901 # as_fn_exit STATUS
14902 # -----------------
14903 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14904 as_fn_exit ()
14906 set +e
14907 as_fn_set_status $1
14908 exit $1
14909 } # as_fn_exit
14911 # as_fn_unset VAR
14912 # ---------------
14913 # Portably unset VAR.
14914 as_fn_unset ()
14916 { eval $1=; unset $1;}
14918 as_unset=as_fn_unset
14919 # as_fn_append VAR VALUE
14920 # ----------------------
14921 # Append the text in VALUE to the end of the definition contained in VAR. Take
14922 # advantage of any shell optimizations that allow amortized linear growth over
14923 # repeated appends, instead of the typical quadratic growth present in naive
14924 # implementations.
14925 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14926 eval 'as_fn_append ()
14928 eval $1+=\$2
14930 else
14931 as_fn_append ()
14933 eval $1=\$$1\$2
14935 fi # as_fn_append
14937 # as_fn_arith ARG...
14938 # ------------------
14939 # Perform arithmetic evaluation on the ARGs, and store the result in the
14940 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14941 # must be portable across $(()) and expr.
14942 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14943 eval 'as_fn_arith ()
14945 as_val=$(( $* ))
14947 else
14948 as_fn_arith ()
14950 as_val=`expr "$@" || test $? -eq 1`
14952 fi # as_fn_arith
14955 if expr a : '\(a\)' >/dev/null 2>&1 &&
14956 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14957 as_expr=expr
14958 else
14959 as_expr=false
14962 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14963 as_basename=basename
14964 else
14965 as_basename=false
14968 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14969 as_dirname=dirname
14970 else
14971 as_dirname=false
14974 as_me=`$as_basename -- "$0" ||
14975 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14976 X"$0" : 'X\(//\)$' \| \
14977 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14978 $as_echo X/"$0" |
14979 sed '/^.*\/\([^/][^/]*\)\/*$/{
14980 s//\1/
14983 /^X\/\(\/\/\)$/{
14984 s//\1/
14987 /^X\/\(\/\).*/{
14988 s//\1/
14991 s/.*/./; q'`
14993 # Avoid depending upon Character Ranges.
14994 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14995 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14996 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14997 as_cr_digits='0123456789'
14998 as_cr_alnum=$as_cr_Letters$as_cr_digits
15000 ECHO_C= ECHO_N= ECHO_T=
15001 case `echo -n x` in #(((((
15002 -n*)
15003 case `echo 'xy\c'` in
15004 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15005 xy) ECHO_C='\c';;
15006 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15007 ECHO_T=' ';;
15008 esac;;
15010 ECHO_N='-n';;
15011 esac
15013 rm -f conf$$ conf$$.exe conf$$.file
15014 if test -d conf$$.dir; then
15015 rm -f conf$$.dir/conf$$.file
15016 else
15017 rm -f conf$$.dir
15018 mkdir conf$$.dir 2>/dev/null
15020 if (echo >conf$$.file) 2>/dev/null; then
15021 if ln -s conf$$.file conf$$ 2>/dev/null; then
15022 as_ln_s='ln -s'
15023 # ... but there are two gotchas:
15024 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15025 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15026 # In both cases, we have to default to `cp -p'.
15027 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15028 as_ln_s='cp -p'
15029 elif ln conf$$.file conf$$ 2>/dev/null; then
15030 as_ln_s=ln
15031 else
15032 as_ln_s='cp -p'
15034 else
15035 as_ln_s='cp -p'
15037 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15038 rmdir conf$$.dir 2>/dev/null
15041 # as_fn_mkdir_p
15042 # -------------
15043 # Create "$as_dir" as a directory, including parents if necessary.
15044 as_fn_mkdir_p ()
15047 case $as_dir in #(
15048 -*) as_dir=./$as_dir;;
15049 esac
15050 test -d "$as_dir" || eval $as_mkdir_p || {
15051 as_dirs=
15052 while :; do
15053 case $as_dir in #(
15054 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15055 *) as_qdir=$as_dir;;
15056 esac
15057 as_dirs="'$as_qdir' $as_dirs"
15058 as_dir=`$as_dirname -- "$as_dir" ||
15059 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15060 X"$as_dir" : 'X\(//\)[^/]' \| \
15061 X"$as_dir" : 'X\(//\)$' \| \
15062 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15063 $as_echo X"$as_dir" |
15064 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15065 s//\1/
15068 /^X\(\/\/\)[^/].*/{
15069 s//\1/
15072 /^X\(\/\/\)$/{
15073 s//\1/
15076 /^X\(\/\).*/{
15077 s//\1/
15080 s/.*/./; q'`
15081 test -d "$as_dir" && break
15082 done
15083 test -z "$as_dirs" || eval "mkdir $as_dirs"
15084 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15087 } # as_fn_mkdir_p
15088 if mkdir -p . 2>/dev/null; then
15089 as_mkdir_p='mkdir -p "$as_dir"'
15090 else
15091 test -d ./-p && rmdir ./-p
15092 as_mkdir_p=false
15095 if test -x / >/dev/null 2>&1; then
15096 as_test_x='test -x'
15097 else
15098 if ls -dL / >/dev/null 2>&1; then
15099 as_ls_L_option=L
15100 else
15101 as_ls_L_option=
15103 as_test_x='
15104 eval sh -c '\''
15105 if test -d "$1"; then
15106 test -d "$1/.";
15107 else
15108 case $1 in #(
15109 -*)set "./$1";;
15110 esac;
15111 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15112 ???[sx]*):;;*)false;;esac;fi
15113 '\'' sh
15116 as_executable_p=$as_test_x
15118 # Sed expression to map a string onto a valid CPP name.
15119 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15121 # Sed expression to map a string onto a valid variable name.
15122 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15125 exec 6>&1
15126 ## ----------------------------------- ##
15127 ## Main body of $CONFIG_STATUS script. ##
15128 ## ----------------------------------- ##
15129 _ASEOF
15130 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15132 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15133 # Save the log message, to keep $0 and so on meaningful, and to
15134 # report actual input values of CONFIG_FILES etc. instead of their
15135 # values after options handling.
15136 ac_log="
15137 This file was extended by package-unused $as_me version-unused, which was
15138 generated by GNU Autoconf 2.64. Invocation command line was
15140 CONFIG_FILES = $CONFIG_FILES
15141 CONFIG_HEADERS = $CONFIG_HEADERS
15142 CONFIG_LINKS = $CONFIG_LINKS
15143 CONFIG_COMMANDS = $CONFIG_COMMANDS
15144 $ $0 $@
15146 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15149 _ACEOF
15151 case $ac_config_files in *"
15152 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15153 esac
15157 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15158 # Files that config.status was made for.
15159 config_files="$ac_config_files"
15160 config_commands="$ac_config_commands"
15162 _ACEOF
15164 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15165 ac_cs_usage="\
15166 \`$as_me' instantiates files and other configuration actions
15167 from templates according to the current configuration. Unless the files
15168 and actions are specified as TAGs, all are instantiated by default.
15170 Usage: $0 [OPTION]... [TAG]...
15172 -h, --help print this help, then exit
15173 -V, --version print version number and configuration settings, then exit
15174 -q, --quiet, --silent
15175 do not print progress messages
15176 -d, --debug don't remove temporary files
15177 --recheck update $as_me by reconfiguring in the same conditions
15178 --file=FILE[:TEMPLATE]
15179 instantiate the configuration file FILE
15181 Configuration files:
15182 $config_files
15184 Configuration commands:
15185 $config_commands
15187 Report bugs to <libsanitizer>."
15189 _ACEOF
15190 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15191 ac_cs_version="\\
15192 package-unused config.status version-unused
15193 configured by $0, generated by GNU Autoconf 2.64,
15194 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15196 Copyright (C) 2009 Free Software Foundation, Inc.
15197 This config.status script is free software; the Free Software Foundation
15198 gives unlimited permission to copy, distribute and modify it."
15200 ac_pwd='$ac_pwd'
15201 srcdir='$srcdir'
15202 INSTALL='$INSTALL'
15203 MKDIR_P='$MKDIR_P'
15204 AWK='$AWK'
15205 test -n "\$AWK" || AWK=awk
15206 _ACEOF
15208 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15209 # The default lists apply if the user does not specify any file.
15210 ac_need_defaults=:
15211 while test $# != 0
15213 case $1 in
15214 --*=*)
15215 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15216 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15217 ac_shift=:
15220 ac_option=$1
15221 ac_optarg=$2
15222 ac_shift=shift
15224 esac
15226 case $ac_option in
15227 # Handling of the options.
15228 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15229 ac_cs_recheck=: ;;
15230 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15231 $as_echo "$ac_cs_version"; exit ;;
15232 --debug | --debu | --deb | --de | --d | -d )
15233 debug=: ;;
15234 --file | --fil | --fi | --f )
15235 $ac_shift
15236 case $ac_optarg in
15237 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15238 esac
15239 as_fn_append CONFIG_FILES " '$ac_optarg'"
15240 ac_need_defaults=false;;
15241 --he | --h | --help | --hel | -h )
15242 $as_echo "$ac_cs_usage"; exit ;;
15243 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15244 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15245 ac_cs_silent=: ;;
15247 # This is an error.
15248 -*) as_fn_error "unrecognized option: \`$1'
15249 Try \`$0 --help' for more information." ;;
15251 *) as_fn_append ac_config_targets " $1"
15252 ac_need_defaults=false ;;
15254 esac
15255 shift
15256 done
15258 ac_configure_extra_args=
15260 if $ac_cs_silent; then
15261 exec 6>/dev/null
15262 ac_configure_extra_args="$ac_configure_extra_args --silent"
15265 _ACEOF
15266 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15267 if \$ac_cs_recheck; then
15268 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15269 shift
15270 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15271 CONFIG_SHELL='$SHELL'
15272 export CONFIG_SHELL
15273 exec "\$@"
15276 _ACEOF
15277 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15278 exec 5>>config.log
15280 echo
15281 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15282 ## Running $as_me. ##
15283 _ASBOX
15284 $as_echo "$ac_log"
15285 } >&5
15287 _ACEOF
15288 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15290 # INIT-COMMANDS
15293 srcdir="$srcdir"
15294 host="$host"
15295 target="$target"
15296 with_multisubdir="$with_multisubdir"
15297 with_multisrctop="$with_multisrctop"
15298 with_target_subdir="$with_target_subdir"
15299 ac_configure_args="${multilib_arg} ${ac_configure_args}"
15300 multi_basedir="$multi_basedir"
15301 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
15302 CC="$CC"
15303 CXX="$CXX"
15304 GFORTRAN="$GFORTRAN"
15305 GCJ="$GCJ"
15306 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15309 # The HP-UX ksh and POSIX shell print the target directory to stdout
15310 # if CDPATH is set.
15311 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15313 sed_quote_subst='$sed_quote_subst'
15314 double_quote_subst='$double_quote_subst'
15315 delay_variable_subst='$delay_variable_subst'
15316 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15317 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15318 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15319 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15320 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15321 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15322 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15323 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15324 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15325 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15326 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15327 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15328 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15329 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15330 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15331 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15332 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15333 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15334 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15335 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15336 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15337 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15338 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15339 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15340 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15341 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15342 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15343 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15344 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15345 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15346 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15347 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15348 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15349 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15350 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15351 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15352 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15353 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15354 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15355 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15356 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15357 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15358 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15359 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15360 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15361 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15362 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15363 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15364 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"`'
15365 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15366 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15367 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15368 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15369 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15370 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15371 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15372 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15373 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15374 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15375 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15376 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15377 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15378 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15379 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15380 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15381 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15382 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15383 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15384 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15385 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15386 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15387 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15388 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15389 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15390 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15391 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15392 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15393 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15394 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15395 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15396 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15397 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15398 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15399 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15400 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15401 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15402 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15403 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15404 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15405 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15406 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15407 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15408 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15409 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15410 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15411 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15412 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15413 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15414 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15415 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15416 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15417 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15418 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15419 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15420 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15421 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15422 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15423 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15424 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15425 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15426 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15427 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15428 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15429 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15430 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15431 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15432 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15433 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15434 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15435 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15436 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
15437 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
15438 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
15439 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
15440 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
15441 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
15442 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
15443 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
15444 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15445 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15446 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
15447 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
15448 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
15449 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
15450 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
15451 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
15452 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
15453 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
15454 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
15455 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15456 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15457 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
15458 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15459 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15460 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15461 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15462 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15463 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15464 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
15465 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15466 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15467 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15468 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
15469 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
15470 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
15471 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
15472 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
15473 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
15474 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
15475 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
15476 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
15477 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
15478 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
15479 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15480 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15481 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15482 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15483 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
15484 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
15485 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
15486 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15487 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15488 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
15489 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
15490 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15492 LTCC='$LTCC'
15493 LTCFLAGS='$LTCFLAGS'
15494 compiler='$compiler_DEFAULT'
15496 # A function that is used when there is no print builtin or printf.
15497 func_fallback_echo ()
15499 eval 'cat <<_LTECHO_EOF
15501 _LTECHO_EOF'
15504 # Quote evaled strings.
15505 for var in SHELL \
15506 ECHO \
15507 SED \
15508 GREP \
15509 EGREP \
15510 FGREP \
15511 LD \
15512 NM \
15513 LN_S \
15514 lt_SP2NL \
15515 lt_NL2SP \
15516 reload_flag \
15517 OBJDUMP \
15518 deplibs_check_method \
15519 file_magic_cmd \
15520 AR \
15521 AR_FLAGS \
15522 STRIP \
15523 RANLIB \
15524 CC \
15525 CFLAGS \
15526 compiler \
15527 lt_cv_sys_global_symbol_pipe \
15528 lt_cv_sys_global_symbol_to_cdecl \
15529 lt_cv_sys_global_symbol_to_c_name_address \
15530 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15531 lt_prog_compiler_no_builtin_flag \
15532 lt_prog_compiler_wl \
15533 lt_prog_compiler_pic \
15534 lt_prog_compiler_static \
15535 lt_cv_prog_compiler_c_o \
15536 need_locks \
15537 DSYMUTIL \
15538 NMEDIT \
15539 LIPO \
15540 OTOOL \
15541 OTOOL64 \
15542 shrext_cmds \
15543 export_dynamic_flag_spec \
15544 whole_archive_flag_spec \
15545 compiler_needs_object \
15546 with_gnu_ld \
15547 allow_undefined_flag \
15548 no_undefined_flag \
15549 hardcode_libdir_flag_spec \
15550 hardcode_libdir_flag_spec_ld \
15551 hardcode_libdir_separator \
15552 fix_srcfile_path \
15553 exclude_expsyms \
15554 include_expsyms \
15555 file_list_spec \
15556 variables_saved_for_relink \
15557 libname_spec \
15558 library_names_spec \
15559 soname_spec \
15560 install_override_mode \
15561 finish_eval \
15562 old_striplib \
15563 striplib \
15564 compiler_lib_search_dirs \
15565 predep_objects \
15566 postdep_objects \
15567 predeps \
15568 postdeps \
15569 compiler_lib_search_path \
15570 LD_CXX \
15571 reload_flag_CXX \
15572 compiler_CXX \
15573 lt_prog_compiler_no_builtin_flag_CXX \
15574 lt_prog_compiler_wl_CXX \
15575 lt_prog_compiler_pic_CXX \
15576 lt_prog_compiler_static_CXX \
15577 lt_cv_prog_compiler_c_o_CXX \
15578 export_dynamic_flag_spec_CXX \
15579 whole_archive_flag_spec_CXX \
15580 compiler_needs_object_CXX \
15581 with_gnu_ld_CXX \
15582 allow_undefined_flag_CXX \
15583 no_undefined_flag_CXX \
15584 hardcode_libdir_flag_spec_CXX \
15585 hardcode_libdir_flag_spec_ld_CXX \
15586 hardcode_libdir_separator_CXX \
15587 fix_srcfile_path_CXX \
15588 exclude_expsyms_CXX \
15589 include_expsyms_CXX \
15590 file_list_spec_CXX \
15591 compiler_lib_search_dirs_CXX \
15592 predep_objects_CXX \
15593 postdep_objects_CXX \
15594 predeps_CXX \
15595 postdeps_CXX \
15596 compiler_lib_search_path_CXX; do
15597 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15598 *[\\\\\\\`\\"\\\$]*)
15599 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15602 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15604 esac
15605 done
15607 # Double-quote double-evaled strings.
15608 for var in reload_cmds \
15609 old_postinstall_cmds \
15610 old_postuninstall_cmds \
15611 old_archive_cmds \
15612 extract_expsyms_cmds \
15613 old_archive_from_new_cmds \
15614 old_archive_from_expsyms_cmds \
15615 archive_cmds \
15616 archive_expsym_cmds \
15617 module_cmds \
15618 module_expsym_cmds \
15619 export_symbols_cmds \
15620 prelink_cmds \
15621 postinstall_cmds \
15622 postuninstall_cmds \
15623 finish_cmds \
15624 sys_lib_search_path_spec \
15625 sys_lib_dlsearch_path_spec \
15626 reload_cmds_CXX \
15627 old_archive_cmds_CXX \
15628 old_archive_from_new_cmds_CXX \
15629 old_archive_from_expsyms_cmds_CXX \
15630 archive_cmds_CXX \
15631 archive_expsym_cmds_CXX \
15632 module_cmds_CXX \
15633 module_expsym_cmds_CXX \
15634 export_symbols_cmds_CXX \
15635 prelink_cmds_CXX; do
15636 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15637 *[\\\\\\\`\\"\\\$]*)
15638 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15641 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15643 esac
15644 done
15646 ac_aux_dir='$ac_aux_dir'
15647 xsi_shell='$xsi_shell'
15648 lt_shell_append='$lt_shell_append'
15650 # See if we are running on zsh, and set the options which allow our
15651 # commands through without removal of \ escapes INIT.
15652 if test -n "\${ZSH_VERSION+set}" ; then
15653 setopt NO_GLOB_SUBST
15657 PACKAGE='$PACKAGE'
15658 VERSION='$VERSION'
15659 TIMESTAMP='$TIMESTAMP'
15660 RM='$RM'
15661 ofile='$ofile'
15668 _ACEOF
15670 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15672 # Handling of arguments.
15673 for ac_config_target in $ac_config_targets
15675 case $ac_config_target in
15676 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15677 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15678 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15679 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15680 "interception/Makefile") CONFIG_FILES="$CONFIG_FILES interception/Makefile" ;;
15681 "sanitizer_common/Makefile") CONFIG_FILES="$CONFIG_FILES sanitizer_common/Makefile" ;;
15682 "asan/Makefile") CONFIG_FILES="$CONFIG_FILES asan/Makefile" ;;
15683 "ubsan/Makefile") CONFIG_FILES="$CONFIG_FILES ubsan/Makefile" ;;
15684 "tsan/Makefile") CONFIG_FILES="$CONFIG_FILES tsan/Makefile" ;;
15686 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15687 esac
15688 done
15691 # If the user did not use the arguments to specify the items to instantiate,
15692 # then the envvar interface is used. Set only those that are not.
15693 # We use the long form for the default assignment because of an extremely
15694 # bizarre bug on SunOS 4.1.3.
15695 if $ac_need_defaults; then
15696 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15697 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15700 # Have a temporary directory for convenience. Make it in the build tree
15701 # simply because there is no reason against having it here, and in addition,
15702 # creating and moving files from /tmp can sometimes cause problems.
15703 # Hook for its removal unless debugging.
15704 # Note that there is a small window in which the directory will not be cleaned:
15705 # after its creation but before its name has been assigned to `$tmp'.
15706 $debug ||
15708 tmp=
15709 trap 'exit_status=$?
15710 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15712 trap 'as_fn_exit 1' 1 2 13 15
15714 # Create a (secure) tmp directory for tmp files.
15717 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15718 test -n "$tmp" && test -d "$tmp"
15719 } ||
15721 tmp=./conf$$-$RANDOM
15722 (umask 077 && mkdir "$tmp")
15723 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15725 # Set up the scripts for CONFIG_FILES section.
15726 # No need to generate them if there are no CONFIG_FILES.
15727 # This happens for instance with `./config.status config.h'.
15728 if test -n "$CONFIG_FILES"; then
15731 ac_cr=`echo X | tr X '\015'`
15732 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15733 # But we know of no other shell where ac_cr would be empty at this
15734 # point, so we can use a bashism as a fallback.
15735 if test "x$ac_cr" = x; then
15736 eval ac_cr=\$\'\\r\'
15738 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15739 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15740 ac_cs_awk_cr='\r'
15741 else
15742 ac_cs_awk_cr=$ac_cr
15745 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15746 _ACEOF
15750 echo "cat >conf$$subs.awk <<_ACEOF" &&
15751 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15752 echo "_ACEOF"
15753 } >conf$$subs.sh ||
15754 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15755 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15756 ac_delim='%!_!# '
15757 for ac_last_try in false false false false false :; do
15758 . ./conf$$subs.sh ||
15759 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15761 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15762 if test $ac_delim_n = $ac_delim_num; then
15763 break
15764 elif $ac_last_try; then
15765 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15766 else
15767 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15769 done
15770 rm -f conf$$subs.sh
15772 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15773 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15774 _ACEOF
15775 sed -n '
15777 s/^/S["/; s/!.*/"]=/
15780 s/^[^!]*!//
15781 :repl
15782 t repl
15783 s/'"$ac_delim"'$//
15784 t delim
15787 s/\(.\{148\}\).*/\1/
15788 t more1
15789 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15792 b repl
15793 :more1
15794 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15797 s/.\{148\}//
15798 t nl
15799 :delim
15801 s/\(.\{148\}\).*/\1/
15802 t more2
15803 s/["\\]/\\&/g; s/^/"/; s/$/"/
15806 :more2
15807 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15810 s/.\{148\}//
15811 t delim
15812 ' <conf$$subs.awk | sed '
15813 /^[^""]/{
15815 s/\n//
15817 ' >>$CONFIG_STATUS || ac_write_fail=1
15818 rm -f conf$$subs.awk
15819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15820 _ACAWK
15821 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15822 for (key in S) S_is_set[key] = 1
15823 FS = "\a"
15827 line = $ 0
15828 nfields = split(line, field, "@")
15829 substed = 0
15830 len = length(field[1])
15831 for (i = 2; i < nfields; i++) {
15832 key = field[i]
15833 keylen = length(key)
15834 if (S_is_set[key]) {
15835 value = S[key]
15836 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15837 len += length(value) + length(field[++i])
15838 substed = 1
15839 } else
15840 len += 1 + keylen
15843 print line
15846 _ACAWK
15847 _ACEOF
15848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15849 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15850 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15851 else
15853 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15854 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15855 _ACEOF
15857 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15858 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15859 # trailing colons and then remove the whole line if VPATH becomes empty
15860 # (actually we leave an empty line to preserve line numbers).
15861 if test "x$srcdir" = x.; then
15862 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15863 s/:*\$(srcdir):*/:/
15864 s/:*\${srcdir}:*/:/
15865 s/:*@srcdir@:*/:/
15866 s/^\([^=]*=[ ]*\):*/\1/
15867 s/:*$//
15868 s/^[^=]*=[ ]*$//
15872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15873 fi # test -n "$CONFIG_FILES"
15876 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
15877 shift
15878 for ac_tag
15880 case $ac_tag in
15881 :[FHLC]) ac_mode=$ac_tag; continue;;
15882 esac
15883 case $ac_mode$ac_tag in
15884 :[FHL]*:*);;
15885 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15886 :[FH]-) ac_tag=-:-;;
15887 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15888 esac
15889 ac_save_IFS=$IFS
15890 IFS=:
15891 set x $ac_tag
15892 IFS=$ac_save_IFS
15893 shift
15894 ac_file=$1
15895 shift
15897 case $ac_mode in
15898 :L) ac_source=$1;;
15899 :[FH])
15900 ac_file_inputs=
15901 for ac_f
15903 case $ac_f in
15904 -) ac_f="$tmp/stdin";;
15905 *) # Look for the file first in the build tree, then in the source tree
15906 # (if the path is not absolute). The absolute path cannot be DOS-style,
15907 # because $ac_f cannot contain `:'.
15908 test -f "$ac_f" ||
15909 case $ac_f in
15910 [\\/$]*) false;;
15911 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15912 esac ||
15913 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15914 esac
15915 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15916 as_fn_append ac_file_inputs " '$ac_f'"
15917 done
15919 # Let's still pretend it is `configure' which instantiates (i.e., don't
15920 # use $as_me), people would be surprised to read:
15921 # /* config.h. Generated by config.status. */
15922 configure_input='Generated from '`
15923 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15924 `' by configure.'
15925 if test x"$ac_file" != x-; then
15926 configure_input="$ac_file. $configure_input"
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15928 $as_echo "$as_me: creating $ac_file" >&6;}
15930 # Neutralize special characters interpreted by sed in replacement strings.
15931 case $configure_input in #(
15932 *\&* | *\|* | *\\* )
15933 ac_sed_conf_input=`$as_echo "$configure_input" |
15934 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15935 *) ac_sed_conf_input=$configure_input;;
15936 esac
15938 case $ac_tag in
15939 *:-:* | *:-) cat >"$tmp/stdin" \
15940 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15941 esac
15943 esac
15945 ac_dir=`$as_dirname -- "$ac_file" ||
15946 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15947 X"$ac_file" : 'X\(//\)[^/]' \| \
15948 X"$ac_file" : 'X\(//\)$' \| \
15949 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15950 $as_echo X"$ac_file" |
15951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15952 s//\1/
15955 /^X\(\/\/\)[^/].*/{
15956 s//\1/
15959 /^X\(\/\/\)$/{
15960 s//\1/
15963 /^X\(\/\).*/{
15964 s//\1/
15967 s/.*/./; q'`
15968 as_dir="$ac_dir"; as_fn_mkdir_p
15969 ac_builddir=.
15971 case "$ac_dir" in
15972 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15974 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15975 # A ".." for each directory in $ac_dir_suffix.
15976 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15977 case $ac_top_builddir_sub in
15978 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15979 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15980 esac ;;
15981 esac
15982 ac_abs_top_builddir=$ac_pwd
15983 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15984 # for backward compatibility:
15985 ac_top_builddir=$ac_top_build_prefix
15987 case $srcdir in
15988 .) # We are building in place.
15989 ac_srcdir=.
15990 ac_top_srcdir=$ac_top_builddir_sub
15991 ac_abs_top_srcdir=$ac_pwd ;;
15992 [\\/]* | ?:[\\/]* ) # Absolute name.
15993 ac_srcdir=$srcdir$ac_dir_suffix;
15994 ac_top_srcdir=$srcdir
15995 ac_abs_top_srcdir=$srcdir ;;
15996 *) # Relative name.
15997 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15998 ac_top_srcdir=$ac_top_build_prefix$srcdir
15999 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16000 esac
16001 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16004 case $ac_mode in
16007 # CONFIG_FILE
16010 case $INSTALL in
16011 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16012 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16013 esac
16014 ac_MKDIR_P=$MKDIR_P
16015 case $MKDIR_P in
16016 [\\/$]* | ?:[\\/]* ) ;;
16017 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16018 esac
16019 _ACEOF
16021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16022 # If the template does not know about datarootdir, expand it.
16023 # FIXME: This hack should be removed a few years after 2.60.
16024 ac_datarootdir_hack=; ac_datarootdir_seen=
16025 ac_sed_dataroot='
16026 /datarootdir/ {
16030 /@datadir@/p
16031 /@docdir@/p
16032 /@infodir@/p
16033 /@localedir@/p
16034 /@mandir@/p'
16035 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16036 *datarootdir*) ac_datarootdir_seen=yes;;
16037 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16039 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16040 _ACEOF
16041 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16042 ac_datarootdir_hack='
16043 s&@datadir@&$datadir&g
16044 s&@docdir@&$docdir&g
16045 s&@infodir@&$infodir&g
16046 s&@localedir@&$localedir&g
16047 s&@mandir@&$mandir&g
16048 s&\\\${datarootdir}&$datarootdir&g' ;;
16049 esac
16050 _ACEOF
16052 # Neutralize VPATH when `$srcdir' = `.'.
16053 # Shell code in configure.ac might set extrasub.
16054 # FIXME: do we really want to maintain this feature?
16055 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16056 ac_sed_extra="$ac_vpsub
16057 $extrasub
16058 _ACEOF
16059 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16061 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16062 s|@configure_input@|$ac_sed_conf_input|;t t
16063 s&@top_builddir@&$ac_top_builddir_sub&;t t
16064 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16065 s&@srcdir@&$ac_srcdir&;t t
16066 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16067 s&@top_srcdir@&$ac_top_srcdir&;t t
16068 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16069 s&@builddir@&$ac_builddir&;t t
16070 s&@abs_builddir@&$ac_abs_builddir&;t t
16071 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16072 s&@INSTALL@&$ac_INSTALL&;t t
16073 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16074 $ac_datarootdir_hack
16076 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16077 || as_fn_error "could not create $ac_file" "$LINENO" 5
16079 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16080 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16081 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16082 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16083 which seems to be undefined. Please make sure it is defined." >&5
16084 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16085 which seems to be undefined. Please make sure it is defined." >&2;}
16087 rm -f "$tmp/stdin"
16088 case $ac_file in
16089 -) cat "$tmp/out" && rm -f "$tmp/out";;
16090 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16091 esac \
16092 || as_fn_error "could not create $ac_file" "$LINENO" 5
16096 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16097 $as_echo "$as_me: executing $ac_file commands" >&6;}
16099 esac
16102 case $ac_file$ac_mode in
16103 "default-1":C)
16104 # Only add multilib support code if we just rebuilt the top-level
16105 # Makefile.
16106 case " $CONFIG_FILES " in
16107 *" Makefile "*)
16108 ac_file=Makefile . ${multi_basedir}/config-ml.in
16110 esac ;;
16111 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16112 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16113 # are listed without --file. Let's play safe and only enable the eval
16114 # if we detect the quoting.
16115 case $CONFIG_FILES in
16116 *\'*) eval set x "$CONFIG_FILES" ;;
16117 *) set x $CONFIG_FILES ;;
16118 esac
16119 shift
16120 for mf
16122 # Strip MF so we end up with the name of the file.
16123 mf=`echo "$mf" | sed -e 's/:.*$//'`
16124 # Check whether this is an Automake generated Makefile or not.
16125 # We used to match only the files named `Makefile.in', but
16126 # some people rename them; so instead we look at the file content.
16127 # Grep'ing the first line is not enough: some people post-process
16128 # each Makefile.in and add a new line on top of each file to say so.
16129 # Grep'ing the whole file is not good either: AIX grep has a line
16130 # limit of 2048, but all sed's we know have understand at least 4000.
16131 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16132 dirpart=`$as_dirname -- "$mf" ||
16133 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16134 X"$mf" : 'X\(//\)[^/]' \| \
16135 X"$mf" : 'X\(//\)$' \| \
16136 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16137 $as_echo X"$mf" |
16138 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16139 s//\1/
16142 /^X\(\/\/\)[^/].*/{
16143 s//\1/
16146 /^X\(\/\/\)$/{
16147 s//\1/
16150 /^X\(\/\).*/{
16151 s//\1/
16154 s/.*/./; q'`
16155 else
16156 continue
16158 # Extract the definition of DEPDIR, am__include, and am__quote
16159 # from the Makefile without running `make'.
16160 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16161 test -z "$DEPDIR" && continue
16162 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16163 test -z "am__include" && continue
16164 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16165 # When using ansi2knr, U may be empty or an underscore; expand it
16166 U=`sed -n 's/^U = //p' < "$mf"`
16167 # Find all dependency output files, they are included files with
16168 # $(DEPDIR) in their names. We invoke sed twice because it is the
16169 # simplest approach to changing $(DEPDIR) to its actual value in the
16170 # expansion.
16171 for file in `sed -n "
16172 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16173 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16174 # Make sure the directory exists.
16175 test -f "$dirpart/$file" && continue
16176 fdir=`$as_dirname -- "$file" ||
16177 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16178 X"$file" : 'X\(//\)[^/]' \| \
16179 X"$file" : 'X\(//\)$' \| \
16180 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16181 $as_echo X"$file" |
16182 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16183 s//\1/
16186 /^X\(\/\/\)[^/].*/{
16187 s//\1/
16190 /^X\(\/\/\)$/{
16191 s//\1/
16194 /^X\(\/\).*/{
16195 s//\1/
16198 s/.*/./; q'`
16199 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16200 # echo "creating $dirpart/$file"
16201 echo '# dummy' > "$dirpart/$file"
16202 done
16203 done
16206 "libtool":C)
16208 # See if we are running on zsh, and set the options which allow our
16209 # commands through without removal of \ escapes.
16210 if test -n "${ZSH_VERSION+set}" ; then
16211 setopt NO_GLOB_SUBST
16214 cfgfile="${ofile}T"
16215 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16216 $RM "$cfgfile"
16218 cat <<_LT_EOF >> "$cfgfile"
16219 #! $SHELL
16221 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16222 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16223 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16224 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16226 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16227 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16228 # Written by Gordon Matzigkeit, 1996
16230 # This file is part of GNU Libtool.
16232 # GNU Libtool is free software; you can redistribute it and/or
16233 # modify it under the terms of the GNU General Public License as
16234 # published by the Free Software Foundation; either version 2 of
16235 # the License, or (at your option) any later version.
16237 # As a special exception to the GNU General Public License,
16238 # if you distribute this file as part of a program or library that
16239 # is built using GNU Libtool, you may include this file under the
16240 # same distribution terms that you use for the rest of that program.
16242 # GNU Libtool is distributed in the hope that it will be useful,
16243 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16244 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16245 # GNU General Public License for more details.
16247 # You should have received a copy of the GNU General Public License
16248 # along with GNU Libtool; see the file COPYING. If not, a copy
16249 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16250 # obtained by writing to the Free Software Foundation, Inc.,
16251 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16254 # The names of the tagged configurations supported by this script.
16255 available_tags="CXX "
16257 # ### BEGIN LIBTOOL CONFIG
16259 # Which release of libtool.m4 was used?
16260 macro_version=$macro_version
16261 macro_revision=$macro_revision
16263 # Whether or not to build shared libraries.
16264 build_libtool_libs=$enable_shared
16266 # Whether or not to build static libraries.
16267 build_old_libs=$enable_static
16269 # What type of objects to build.
16270 pic_mode=$pic_mode
16272 # Whether or not to optimize for fast installation.
16273 fast_install=$enable_fast_install
16275 # Shell to use when invoking shell scripts.
16276 SHELL=$lt_SHELL
16278 # An echo program that protects backslashes.
16279 ECHO=$lt_ECHO
16281 # The host system.
16282 host_alias=$host_alias
16283 host=$host
16284 host_os=$host_os
16286 # The build system.
16287 build_alias=$build_alias
16288 build=$build
16289 build_os=$build_os
16291 # A sed program that does not truncate output.
16292 SED=$lt_SED
16294 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16295 Xsed="\$SED -e 1s/^X//"
16297 # A grep program that handles long lines.
16298 GREP=$lt_GREP
16300 # An ERE matcher.
16301 EGREP=$lt_EGREP
16303 # A literal string matcher.
16304 FGREP=$lt_FGREP
16306 # A BSD- or MS-compatible name lister.
16307 NM=$lt_NM
16309 # Whether we need soft or hard links.
16310 LN_S=$lt_LN_S
16312 # What is the maximum length of a command?
16313 max_cmd_len=$max_cmd_len
16315 # Object file suffix (normally "o").
16316 objext=$ac_objext
16318 # Executable file suffix (normally "").
16319 exeext=$exeext
16321 # whether the shell understands "unset".
16322 lt_unset=$lt_unset
16324 # turn spaces into newlines.
16325 SP2NL=$lt_lt_SP2NL
16327 # turn newlines into spaces.
16328 NL2SP=$lt_lt_NL2SP
16330 # An object symbol dumper.
16331 OBJDUMP=$lt_OBJDUMP
16333 # Method to check whether dependent libraries are shared objects.
16334 deplibs_check_method=$lt_deplibs_check_method
16336 # Command to use when deplibs_check_method == "file_magic".
16337 file_magic_cmd=$lt_file_magic_cmd
16339 # The archiver.
16340 AR=$lt_AR
16341 AR_FLAGS=$lt_AR_FLAGS
16343 # A symbol stripping program.
16344 STRIP=$lt_STRIP
16346 # Commands used to install an old-style archive.
16347 RANLIB=$lt_RANLIB
16348 old_postinstall_cmds=$lt_old_postinstall_cmds
16349 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16351 # Whether to use a lock for old archive extraction.
16352 lock_old_archive_extraction=$lock_old_archive_extraction
16354 # A C compiler.
16355 LTCC=$lt_CC
16357 # LTCC compiler flags.
16358 LTCFLAGS=$lt_CFLAGS
16360 # Take the output of nm and produce a listing of raw symbols and C names.
16361 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16363 # Transform the output of nm in a proper C declaration.
16364 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16366 # Transform the output of nm in a C name address pair.
16367 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16369 # Transform the output of nm in a C name address pair when lib prefix is needed.
16370 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16372 # The name of the directory that contains temporary libtool files.
16373 objdir=$objdir
16375 # Used to examine libraries when file_magic_cmd begins with "file".
16376 MAGIC_CMD=$MAGIC_CMD
16378 # Must we lock files when doing compilation?
16379 need_locks=$lt_need_locks
16381 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16382 DSYMUTIL=$lt_DSYMUTIL
16384 # Tool to change global to local symbols on Mac OS X.
16385 NMEDIT=$lt_NMEDIT
16387 # Tool to manipulate fat objects and archives on Mac OS X.
16388 LIPO=$lt_LIPO
16390 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16391 OTOOL=$lt_OTOOL
16393 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16394 OTOOL64=$lt_OTOOL64
16396 # Old archive suffix (normally "a").
16397 libext=$libext
16399 # Shared library suffix (normally ".so").
16400 shrext_cmds=$lt_shrext_cmds
16402 # The commands to extract the exported symbol list from a shared archive.
16403 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16405 # Variables whose values should be saved in libtool wrapper scripts and
16406 # restored at link time.
16407 variables_saved_for_relink=$lt_variables_saved_for_relink
16409 # Do we need the "lib" prefix for modules?
16410 need_lib_prefix=$need_lib_prefix
16412 # Do we need a version for libraries?
16413 need_version=$need_version
16415 # Library versioning type.
16416 version_type=$version_type
16418 # Shared library runtime path variable.
16419 runpath_var=$runpath_var
16421 # Shared library path variable.
16422 shlibpath_var=$shlibpath_var
16424 # Is shlibpath searched before the hard-coded library search path?
16425 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16427 # Format of library name prefix.
16428 libname_spec=$lt_libname_spec
16430 # List of archive names. First name is the real one, the rest are links.
16431 # The last name is the one that the linker finds with -lNAME
16432 library_names_spec=$lt_library_names_spec
16434 # The coded name of the library, if different from the real name.
16435 soname_spec=$lt_soname_spec
16437 # Permission mode override for installation of shared libraries.
16438 install_override_mode=$lt_install_override_mode
16440 # Command to use after installation of a shared archive.
16441 postinstall_cmds=$lt_postinstall_cmds
16443 # Command to use after uninstallation of a shared archive.
16444 postuninstall_cmds=$lt_postuninstall_cmds
16446 # Commands used to finish a libtool library installation in a directory.
16447 finish_cmds=$lt_finish_cmds
16449 # As "finish_cmds", except a single script fragment to be evaled but
16450 # not shown.
16451 finish_eval=$lt_finish_eval
16453 # Whether we should hardcode library paths into libraries.
16454 hardcode_into_libs=$hardcode_into_libs
16456 # Compile-time system search path for libraries.
16457 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16459 # Run-time system search path for libraries.
16460 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16462 # Whether dlopen is supported.
16463 dlopen_support=$enable_dlopen
16465 # Whether dlopen of programs is supported.
16466 dlopen_self=$enable_dlopen_self
16468 # Whether dlopen of statically linked programs is supported.
16469 dlopen_self_static=$enable_dlopen_self_static
16471 # Commands to strip libraries.
16472 old_striplib=$lt_old_striplib
16473 striplib=$lt_striplib
16476 # The linker used to build libraries.
16477 LD=$lt_LD
16479 # How to create reloadable object files.
16480 reload_flag=$lt_reload_flag
16481 reload_cmds=$lt_reload_cmds
16483 # Commands used to build an old-style archive.
16484 old_archive_cmds=$lt_old_archive_cmds
16486 # A language specific compiler.
16487 CC=$lt_compiler
16489 # Is the compiler the GNU compiler?
16490 with_gcc=$GCC
16492 # Compiler flag to turn off builtin functions.
16493 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16495 # How to pass a linker flag through the compiler.
16496 wl=$lt_lt_prog_compiler_wl
16498 # Additional compiler flags for building library objects.
16499 pic_flag=$lt_lt_prog_compiler_pic
16501 # Compiler flag to prevent dynamic linking.
16502 link_static_flag=$lt_lt_prog_compiler_static
16504 # Does compiler simultaneously support -c and -o options?
16505 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16507 # Whether or not to add -lc for building shared libraries.
16508 build_libtool_need_lc=$archive_cmds_need_lc
16510 # Whether or not to disallow shared libs when runtime libs are static.
16511 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16513 # Compiler flag to allow reflexive dlopens.
16514 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16516 # Compiler flag to generate shared objects directly from archives.
16517 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16519 # Whether the compiler copes with passing no objects directly.
16520 compiler_needs_object=$lt_compiler_needs_object
16522 # Create an old-style archive from a shared archive.
16523 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16525 # Create a temporary old-style archive to link instead of a shared archive.
16526 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16528 # Commands used to build a shared archive.
16529 archive_cmds=$lt_archive_cmds
16530 archive_expsym_cmds=$lt_archive_expsym_cmds
16532 # Commands used to build a loadable module if different from building
16533 # a shared archive.
16534 module_cmds=$lt_module_cmds
16535 module_expsym_cmds=$lt_module_expsym_cmds
16537 # Whether we are building with GNU ld or not.
16538 with_gnu_ld=$lt_with_gnu_ld
16540 # Flag that allows shared libraries with undefined symbols to be built.
16541 allow_undefined_flag=$lt_allow_undefined_flag
16543 # Flag that enforces no undefined symbols.
16544 no_undefined_flag=$lt_no_undefined_flag
16546 # Flag to hardcode \$libdir into a binary during linking.
16547 # This must work even if \$libdir does not exist
16548 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16550 # If ld is used when linking, flag to hardcode \$libdir into a binary
16551 # during linking. This must work even if \$libdir does not exist.
16552 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16554 # Whether we need a single "-rpath" flag with a separated argument.
16555 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16557 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16558 # DIR into the resulting binary.
16559 hardcode_direct=$hardcode_direct
16561 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16562 # DIR into the resulting binary and the resulting library dependency is
16563 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16564 # library is relocated.
16565 hardcode_direct_absolute=$hardcode_direct_absolute
16567 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16568 # into the resulting binary.
16569 hardcode_minus_L=$hardcode_minus_L
16571 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16572 # into the resulting binary.
16573 hardcode_shlibpath_var=$hardcode_shlibpath_var
16575 # Set to "yes" if building a shared library automatically hardcodes DIR
16576 # into the library and all subsequent libraries and executables linked
16577 # against it.
16578 hardcode_automatic=$hardcode_automatic
16580 # Set to yes if linker adds runtime paths of dependent libraries
16581 # to runtime path list.
16582 inherit_rpath=$inherit_rpath
16584 # Whether libtool must link a program against all its dependency libraries.
16585 link_all_deplibs=$link_all_deplibs
16587 # Fix the shell variable \$srcfile for the compiler.
16588 fix_srcfile_path=$lt_fix_srcfile_path
16590 # Set to "yes" if exported symbols are required.
16591 always_export_symbols=$always_export_symbols
16593 # The commands to list exported symbols.
16594 export_symbols_cmds=$lt_export_symbols_cmds
16596 # Symbols that should not be listed in the preloaded symbols.
16597 exclude_expsyms=$lt_exclude_expsyms
16599 # Symbols that must always be exported.
16600 include_expsyms=$lt_include_expsyms
16602 # Commands necessary for linking programs (against libraries) with templates.
16603 prelink_cmds=$lt_prelink_cmds
16605 # Specify filename containing input files.
16606 file_list_spec=$lt_file_list_spec
16608 # How to hardcode a shared library path into an executable.
16609 hardcode_action=$hardcode_action
16611 # The directories searched by this compiler when creating a shared library.
16612 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
16614 # Dependencies to place before and after the objects being linked to
16615 # create a shared library.
16616 predep_objects=$lt_predep_objects
16617 postdep_objects=$lt_postdep_objects
16618 predeps=$lt_predeps
16619 postdeps=$lt_postdeps
16621 # The library search path used internally by the compiler when linking
16622 # a shared library.
16623 compiler_lib_search_path=$lt_compiler_lib_search_path
16625 # ### END LIBTOOL CONFIG
16627 _LT_EOF
16629 case $host_os in
16630 aix3*)
16631 cat <<\_LT_EOF >> "$cfgfile"
16632 # AIX sometimes has problems with the GCC collect2 program. For some
16633 # reason, if we set the COLLECT_NAMES environment variable, the problems
16634 # vanish in a puff of smoke.
16635 if test "X${COLLECT_NAMES+set}" != Xset; then
16636 COLLECT_NAMES=
16637 export COLLECT_NAMES
16639 _LT_EOF
16641 esac
16644 ltmain="$ac_aux_dir/ltmain.sh"
16647 # We use sed instead of cat because bash on DJGPP gets confused if
16648 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16649 # text mode, it properly converts lines to CR/LF. This bash problem
16650 # is reportedly fixed, but why not run on old versions too?
16651 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16652 || (rm -f "$cfgfile"; exit 1)
16654 case $xsi_shell in
16655 yes)
16656 cat << \_LT_EOF >> "$cfgfile"
16658 # func_dirname file append nondir_replacement
16659 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16660 # otherwise set result to NONDIR_REPLACEMENT.
16661 func_dirname ()
16663 case ${1} in
16664 */*) func_dirname_result="${1%/*}${2}" ;;
16665 * ) func_dirname_result="${3}" ;;
16666 esac
16669 # func_basename file
16670 func_basename ()
16672 func_basename_result="${1##*/}"
16675 # func_dirname_and_basename file append nondir_replacement
16676 # perform func_basename and func_dirname in a single function
16677 # call:
16678 # dirname: Compute the dirname of FILE. If nonempty,
16679 # add APPEND to the result, otherwise set result
16680 # to NONDIR_REPLACEMENT.
16681 # value returned in "$func_dirname_result"
16682 # basename: Compute filename of FILE.
16683 # value retuned in "$func_basename_result"
16684 # Implementation must be kept synchronized with func_dirname
16685 # and func_basename. For efficiency, we do not delegate to
16686 # those functions but instead duplicate the functionality here.
16687 func_dirname_and_basename ()
16689 case ${1} in
16690 */*) func_dirname_result="${1%/*}${2}" ;;
16691 * ) func_dirname_result="${3}" ;;
16692 esac
16693 func_basename_result="${1##*/}"
16696 # func_stripname prefix suffix name
16697 # strip PREFIX and SUFFIX off of NAME.
16698 # PREFIX and SUFFIX must not contain globbing or regex special
16699 # characters, hashes, percent signs, but SUFFIX may contain a leading
16700 # dot (in which case that matches only a dot).
16701 func_stripname ()
16703 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16704 # positional parameters, so assign one to ordinary parameter first.
16705 func_stripname_result=${3}
16706 func_stripname_result=${func_stripname_result#"${1}"}
16707 func_stripname_result=${func_stripname_result%"${2}"}
16710 # func_opt_split
16711 func_opt_split ()
16713 func_opt_split_opt=${1%%=*}
16714 func_opt_split_arg=${1#*=}
16717 # func_lo2o object
16718 func_lo2o ()
16720 case ${1} in
16721 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16722 *) func_lo2o_result=${1} ;;
16723 esac
16726 # func_xform libobj-or-source
16727 func_xform ()
16729 func_xform_result=${1%.*}.lo
16732 # func_arith arithmetic-term...
16733 func_arith ()
16735 func_arith_result=$(( $* ))
16738 # func_len string
16739 # STRING may not start with a hyphen.
16740 func_len ()
16742 func_len_result=${#1}
16745 _LT_EOF
16747 *) # Bourne compatible functions.
16748 cat << \_LT_EOF >> "$cfgfile"
16750 # func_dirname file append nondir_replacement
16751 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16752 # otherwise set result to NONDIR_REPLACEMENT.
16753 func_dirname ()
16755 # Extract subdirectory from the argument.
16756 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16757 if test "X$func_dirname_result" = "X${1}"; then
16758 func_dirname_result="${3}"
16759 else
16760 func_dirname_result="$func_dirname_result${2}"
16764 # func_basename file
16765 func_basename ()
16767 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16771 # func_stripname prefix suffix name
16772 # strip PREFIX and SUFFIX off of NAME.
16773 # PREFIX and SUFFIX must not contain globbing or regex special
16774 # characters, hashes, percent signs, but SUFFIX may contain a leading
16775 # dot (in which case that matches only a dot).
16776 # func_strip_suffix prefix name
16777 func_stripname ()
16779 case ${2} in
16780 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16781 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16782 esac
16785 # sed scripts:
16786 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16787 my_sed_long_arg='1s/^-[^=]*=//'
16789 # func_opt_split
16790 func_opt_split ()
16792 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16793 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16796 # func_lo2o object
16797 func_lo2o ()
16799 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16802 # func_xform libobj-or-source
16803 func_xform ()
16805 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16808 # func_arith arithmetic-term...
16809 func_arith ()
16811 func_arith_result=`expr "$@"`
16814 # func_len string
16815 # STRING may not start with a hyphen.
16816 func_len ()
16818 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16821 _LT_EOF
16822 esac
16824 case $lt_shell_append in
16825 yes)
16826 cat << \_LT_EOF >> "$cfgfile"
16828 # func_append var value
16829 # Append VALUE to the end of shell variable VAR.
16830 func_append ()
16832 eval "$1+=\$2"
16834 _LT_EOF
16837 cat << \_LT_EOF >> "$cfgfile"
16839 # func_append var value
16840 # Append VALUE to the end of shell variable VAR.
16841 func_append ()
16843 eval "$1=\$$1\$2"
16846 _LT_EOF
16848 esac
16851 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16852 || (rm -f "$cfgfile"; exit 1)
16854 mv -f "$cfgfile" "$ofile" ||
16855 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16856 chmod +x "$ofile"
16859 cat <<_LT_EOF >> "$ofile"
16861 # ### BEGIN LIBTOOL TAG CONFIG: CXX
16863 # The linker used to build libraries.
16864 LD=$lt_LD_CXX
16866 # How to create reloadable object files.
16867 reload_flag=$lt_reload_flag_CXX
16868 reload_cmds=$lt_reload_cmds_CXX
16870 # Commands used to build an old-style archive.
16871 old_archive_cmds=$lt_old_archive_cmds_CXX
16873 # A language specific compiler.
16874 CC=$lt_compiler_CXX
16876 # Is the compiler the GNU compiler?
16877 with_gcc=$GCC_CXX
16879 # Compiler flag to turn off builtin functions.
16880 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
16882 # How to pass a linker flag through the compiler.
16883 wl=$lt_lt_prog_compiler_wl_CXX
16885 # Additional compiler flags for building library objects.
16886 pic_flag=$lt_lt_prog_compiler_pic_CXX
16888 # Compiler flag to prevent dynamic linking.
16889 link_static_flag=$lt_lt_prog_compiler_static_CXX
16891 # Does compiler simultaneously support -c and -o options?
16892 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
16894 # Whether or not to add -lc for building shared libraries.
16895 build_libtool_need_lc=$archive_cmds_need_lc_CXX
16897 # Whether or not to disallow shared libs when runtime libs are static.
16898 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
16900 # Compiler flag to allow reflexive dlopens.
16901 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
16903 # Compiler flag to generate shared objects directly from archives.
16904 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
16906 # Whether the compiler copes with passing no objects directly.
16907 compiler_needs_object=$lt_compiler_needs_object_CXX
16909 # Create an old-style archive from a shared archive.
16910 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
16912 # Create a temporary old-style archive to link instead of a shared archive.
16913 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
16915 # Commands used to build a shared archive.
16916 archive_cmds=$lt_archive_cmds_CXX
16917 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
16919 # Commands used to build a loadable module if different from building
16920 # a shared archive.
16921 module_cmds=$lt_module_cmds_CXX
16922 module_expsym_cmds=$lt_module_expsym_cmds_CXX
16924 # Whether we are building with GNU ld or not.
16925 with_gnu_ld=$lt_with_gnu_ld_CXX
16927 # Flag that allows shared libraries with undefined symbols to be built.
16928 allow_undefined_flag=$lt_allow_undefined_flag_CXX
16930 # Flag that enforces no undefined symbols.
16931 no_undefined_flag=$lt_no_undefined_flag_CXX
16933 # Flag to hardcode \$libdir into a binary during linking.
16934 # This must work even if \$libdir does not exist
16935 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
16937 # If ld is used when linking, flag to hardcode \$libdir into a binary
16938 # during linking. This must work even if \$libdir does not exist.
16939 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
16941 # Whether we need a single "-rpath" flag with a separated argument.
16942 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
16944 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16945 # DIR into the resulting binary.
16946 hardcode_direct=$hardcode_direct_CXX
16948 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16949 # DIR into the resulting binary and the resulting library dependency is
16950 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16951 # library is relocated.
16952 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
16954 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16955 # into the resulting binary.
16956 hardcode_minus_L=$hardcode_minus_L_CXX
16958 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16959 # into the resulting binary.
16960 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
16962 # Set to "yes" if building a shared library automatically hardcodes DIR
16963 # into the library and all subsequent libraries and executables linked
16964 # against it.
16965 hardcode_automatic=$hardcode_automatic_CXX
16967 # Set to yes if linker adds runtime paths of dependent libraries
16968 # to runtime path list.
16969 inherit_rpath=$inherit_rpath_CXX
16971 # Whether libtool must link a program against all its dependency libraries.
16972 link_all_deplibs=$link_all_deplibs_CXX
16974 # Fix the shell variable \$srcfile for the compiler.
16975 fix_srcfile_path=$lt_fix_srcfile_path_CXX
16977 # Set to "yes" if exported symbols are required.
16978 always_export_symbols=$always_export_symbols_CXX
16980 # The commands to list exported symbols.
16981 export_symbols_cmds=$lt_export_symbols_cmds_CXX
16983 # Symbols that should not be listed in the preloaded symbols.
16984 exclude_expsyms=$lt_exclude_expsyms_CXX
16986 # Symbols that must always be exported.
16987 include_expsyms=$lt_include_expsyms_CXX
16989 # Commands necessary for linking programs (against libraries) with templates.
16990 prelink_cmds=$lt_prelink_cmds_CXX
16992 # Specify filename containing input files.
16993 file_list_spec=$lt_file_list_spec_CXX
16995 # How to hardcode a shared library path into an executable.
16996 hardcode_action=$hardcode_action_CXX
16998 # The directories searched by this compiler when creating a shared library.
16999 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
17001 # Dependencies to place before and after the objects being linked to
17002 # create a shared library.
17003 predep_objects=$lt_predep_objects_CXX
17004 postdep_objects=$lt_postdep_objects_CXX
17005 predeps=$lt_predeps_CXX
17006 postdeps=$lt_postdeps_CXX
17008 # The library search path used internally by the compiler when linking
17009 # a shared library.
17010 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
17012 # ### END LIBTOOL TAG CONFIG: CXX
17013 _LT_EOF
17016 "interception/Makefile":F) cat > vpsed$$ << \_EOF
17017 s!`test -f '$<' || echo '$(srcdir)/'`!!
17018 _EOF
17019 sed -f vpsed$$ $ac_file > tmp$$
17020 mv tmp$$ $ac_file
17021 rm vpsed$$
17022 echo 'MULTISUBDIR =' >> $ac_file
17023 ml_norecursion=yes
17024 . ${multi_basedir}/config-ml.in
17025 { ml_norecursion=; unset ml_norecursion;}
17027 "sanitizer_common/Makefile":F) cat > vpsed$$ << \_EOF
17028 s!`test -f '$<' || echo '$(srcdir)/'`!!
17029 _EOF
17030 sed -f vpsed$$ $ac_file > tmp$$
17031 mv tmp$$ $ac_file
17032 rm vpsed$$
17033 echo 'MULTISUBDIR =' >> $ac_file
17034 ml_norecursion=yes
17035 . ${multi_basedir}/config-ml.in
17036 { ml_norecursion=; unset ml_norecursion;}
17038 "asan/Makefile":F) cat > vpsed$$ << \_EOF
17039 s!`test -f '$<' || echo '$(srcdir)/'`!!
17040 _EOF
17041 sed -f vpsed$$ $ac_file > tmp$$
17042 mv tmp$$ $ac_file
17043 rm vpsed$$
17044 echo 'MULTISUBDIR =' >> $ac_file
17045 ml_norecursion=yes
17046 . ${multi_basedir}/config-ml.in
17047 { ml_norecursion=; unset ml_norecursion;}
17049 "ubsan/Makefile":F) cat > vpsed$$ << \_EOF
17050 s!`test -f '$<' || echo '$(srcdir)/'`!!
17051 _EOF
17052 sed -f vpsed$$ $ac_file > tmp$$
17053 mv tmp$$ $ac_file
17054 rm vpsed$$
17055 echo 'MULTISUBDIR =' >> $ac_file
17056 ml_norecursion=yes
17057 . ${multi_basedir}/config-ml.in
17058 { ml_norecursion=; unset ml_norecursion;}
17060 "tsan/Makefile":F) cat > vpsed$$ << \_EOF
17061 s!`test -f '$<' || echo '$(srcdir)/'`!!
17062 _EOF
17063 sed -f vpsed$$ $ac_file > tmp$$
17064 mv tmp$$ $ac_file
17065 rm vpsed$$
17066 echo 'MULTISUBDIR =' >> $ac_file
17067 ml_norecursion=yes
17068 . ${multi_basedir}/config-ml.in
17069 { ml_norecursion=; unset ml_norecursion;}
17072 esac
17073 done # for ac_tag
17076 as_fn_exit 0
17077 _ACEOF
17078 ac_clean_files=$ac_clean_files_save
17080 test $ac_write_fail = 0 ||
17081 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17084 # configure is writing to config.log, and then calls config.status.
17085 # config.status does its own redirection, appending to config.log.
17086 # Unfortunately, on DOS this fails, as config.log is still kept open
17087 # by configure, so config.status won't be able to write to it; its
17088 # output is simply discarded. So we exec the FD to /dev/null,
17089 # effectively closing config.log, so it can be properly (re)opened and
17090 # appended to by config.status. When coming back to configure, we
17091 # need to make the FD available again.
17092 if test "$no_create" != yes; then
17093 ac_cs_success=:
17094 ac_config_status_args=
17095 test "$silent" = yes &&
17096 ac_config_status_args="$ac_config_status_args --quiet"
17097 exec 5>/dev/null
17098 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17099 exec 5>>config.log
17100 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17101 # would make configure fail if this is the last instruction.
17102 $ac_cs_success || as_fn_exit $?
17104 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17105 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17106 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}