* config/sh/sh.c (barrier_align): Return 0 when barrier_or_label
[official-gcc.git] / libcilkrts / configure
blob2461b51f2db5955a538e57742fe490b7be904b45
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Cilk Runtime Library 2.0.
5 # Report bugs to <cilk@intel.com>.
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
174 test \$(( 1 + 1 )) = 2 || exit 1
176 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
177 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
178 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
179 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180 PATH=/empty FPATH=/empty; export PATH FPATH
181 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
182 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || 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 cilk@intel.com
240 $0: about your system, including any error possibly output
241 $0: before this message. Then install a modern shell, or
242 $0: manually run the script under such a shell if you do
243 $0: have one."
245 exit 1
249 SHELL=${CONFIG_SHELL-/bin/sh}
250 export SHELL
251 # Unset more variables known to interfere with behavior of common tools.
252 CLICOLOR_FORCE= GREP_OPTIONS=
253 unset CLICOLOR_FORCE GREP_OPTIONS
255 ## --------------------- ##
256 ## M4sh Shell Functions. ##
257 ## --------------------- ##
258 # as_fn_unset VAR
259 # ---------------
260 # Portably unset VAR.
261 as_fn_unset ()
263 { eval $1=; unset $1;}
265 as_unset=as_fn_unset
267 # as_fn_set_status STATUS
268 # -----------------------
269 # Set $? to STATUS, without forking.
270 as_fn_set_status ()
272 return $1
273 } # as_fn_set_status
275 # as_fn_exit STATUS
276 # -----------------
277 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
278 as_fn_exit ()
280 set +e
281 as_fn_set_status $1
282 exit $1
283 } # as_fn_exit
285 # as_fn_mkdir_p
286 # -------------
287 # Create "$as_dir" as a directory, including parents if necessary.
288 as_fn_mkdir_p ()
291 case $as_dir in #(
292 -*) as_dir=./$as_dir;;
293 esac
294 test -d "$as_dir" || eval $as_mkdir_p || {
295 as_dirs=
296 while :; do
297 case $as_dir in #(
298 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
299 *) as_qdir=$as_dir;;
300 esac
301 as_dirs="'$as_qdir' $as_dirs"
302 as_dir=`$as_dirname -- "$as_dir" ||
303 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
304 X"$as_dir" : 'X\(//\)[^/]' \| \
305 X"$as_dir" : 'X\(//\)$' \| \
306 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
307 $as_echo X"$as_dir" |
308 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
309 s//\1/
312 /^X\(\/\/\)[^/].*/{
313 s//\1/
316 /^X\(\/\/\)$/{
317 s//\1/
320 /^X\(\/\).*/{
321 s//\1/
324 s/.*/./; q'`
325 test -d "$as_dir" && break
326 done
327 test -z "$as_dirs" || eval "mkdir $as_dirs"
328 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
331 } # as_fn_mkdir_p
332 # as_fn_append VAR VALUE
333 # ----------------------
334 # Append the text in VALUE to the end of the definition contained in VAR. Take
335 # advantage of any shell optimizations that allow amortized linear growth over
336 # repeated appends, instead of the typical quadratic growth present in naive
337 # implementations.
338 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
339 eval 'as_fn_append ()
341 eval $1+=\$2
343 else
344 as_fn_append ()
346 eval $1=\$$1\$2
348 fi # as_fn_append
350 # as_fn_arith ARG...
351 # ------------------
352 # Perform arithmetic evaluation on the ARGs, and store the result in the
353 # global $as_val. Take advantage of shells that can avoid forks. The arguments
354 # must be portable across $(()) and expr.
355 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
356 eval 'as_fn_arith ()
358 as_val=$(( $* ))
360 else
361 as_fn_arith ()
363 as_val=`expr "$@" || test $? -eq 1`
365 fi # as_fn_arith
368 # as_fn_error ERROR [LINENO LOG_FD]
369 # ---------------------------------
370 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
371 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
372 # script with status $?, using 1 if that was 0.
373 as_fn_error ()
375 as_status=$?; test $as_status -eq 0 && as_status=1
376 if test "$3"; then
377 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
378 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
380 $as_echo "$as_me: error: $1" >&2
381 as_fn_exit $as_status
382 } # as_fn_error
384 if expr a : '\(a\)' >/dev/null 2>&1 &&
385 test "X`expr 00001 : '.*\(...\)'`" = X001; then
386 as_expr=expr
387 else
388 as_expr=false
391 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
392 as_basename=basename
393 else
394 as_basename=false
397 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
398 as_dirname=dirname
399 else
400 as_dirname=false
403 as_me=`$as_basename -- "$0" ||
404 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
405 X"$0" : 'X\(//\)$' \| \
406 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
407 $as_echo X/"$0" |
408 sed '/^.*\/\([^/][^/]*\)\/*$/{
409 s//\1/
412 /^X\/\(\/\/\)$/{
413 s//\1/
416 /^X\/\(\/\).*/{
417 s//\1/
420 s/.*/./; q'`
422 # Avoid depending upon Character Ranges.
423 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
424 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
425 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
426 as_cr_digits='0123456789'
427 as_cr_alnum=$as_cr_Letters$as_cr_digits
430 as_lineno_1=$LINENO as_lineno_1a=$LINENO
431 as_lineno_2=$LINENO as_lineno_2a=$LINENO
432 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
433 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
434 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 sed -n '
437 /[$]LINENO/=
438 ' <$as_myself |
439 sed '
440 s/[$]LINENO.*/&-/
441 t lineno
443 :lineno
445 :loop
446 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 t loop
448 s/-\n.*//
449 ' >$as_me.lineno &&
450 chmod +x "$as_me.lineno" ||
451 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
453 # Don't try to exec as it changes $[0], causing all sort of problems
454 # (the dirname of $[0] is not the place where we might find the
455 # original and so on. Autoconf is especially sensitive to this).
456 . "./$as_me.lineno"
457 # Exit status is that of the last command.
458 exit
461 ECHO_C= ECHO_N= ECHO_T=
462 case `echo -n x` in #(((((
463 -n*)
464 case `echo 'xy\c'` in
465 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
466 xy) ECHO_C='\c';;
467 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
468 ECHO_T=' ';;
469 esac;;
471 ECHO_N='-n';;
472 esac
474 rm -f conf$$ conf$$.exe conf$$.file
475 if test -d conf$$.dir; then
476 rm -f conf$$.dir/conf$$.file
477 else
478 rm -f conf$$.dir
479 mkdir conf$$.dir 2>/dev/null
481 if (echo >conf$$.file) 2>/dev/null; then
482 if ln -s conf$$.file conf$$ 2>/dev/null; then
483 as_ln_s='ln -s'
484 # ... but there are two gotchas:
485 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
486 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
487 # In both cases, we have to default to `cp -p'.
488 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
489 as_ln_s='cp -p'
490 elif ln conf$$.file conf$$ 2>/dev/null; then
491 as_ln_s=ln
492 else
493 as_ln_s='cp -p'
495 else
496 as_ln_s='cp -p'
498 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
499 rmdir conf$$.dir 2>/dev/null
501 if mkdir -p . 2>/dev/null; then
502 as_mkdir_p='mkdir -p "$as_dir"'
503 else
504 test -d ./-p && rmdir ./-p
505 as_mkdir_p=false
508 if test -x / >/dev/null 2>&1; then
509 as_test_x='test -x'
510 else
511 if ls -dL / >/dev/null 2>&1; then
512 as_ls_L_option=L
513 else
514 as_ls_L_option=
516 as_test_x='
517 eval sh -c '\''
518 if test -d "$1"; then
519 test -d "$1/.";
520 else
521 case $1 in #(
522 -*)set "./$1";;
523 esac;
524 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
525 ???[sx]*):;;*)false;;esac;fi
526 '\'' sh
529 as_executable_p=$as_test_x
531 # Sed expression to map a string onto a valid CPP name.
532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534 # Sed expression to map a string onto a valid variable name.
535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
537 SHELL=${CONFIG_SHELL-/bin/sh}
540 exec 7<&0 </dev/null 6>&1
542 # Name of the host.
543 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
544 # so uname gets run too.
545 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
548 # Initializations.
550 ac_default_prefix=/usr/local
551 ac_clean_files=
552 ac_config_libobj_dir=.
553 LIBOBJS=
554 cross_compiling=no
555 subdirs=
556 MFLAGS=
557 MAKEFLAGS=
559 # Identity of this package.
560 PACKAGE_NAME='Cilk Runtime Library'
561 PACKAGE_TARNAME='cilk-runtime-library'
562 PACKAGE_VERSION='2.0'
563 PACKAGE_STRING='Cilk Runtime Library 2.0'
564 PACKAGE_BUGREPORT='cilk@intel.com'
565 PACKAGE_URL=''
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 lt_cv_dlopen_libs
608 toolexeclibdir
609 toolexecdir
610 CXXCPP
611 OTOOL64
612 OTOOL
613 LIPO
614 NMEDIT
615 DSYMUTIL
616 RANLIB
618 OBJDUMP
619 LN_S
621 ac_ct_DUMPBIN
622 DUMPBIN
624 FGREP
626 LIBTOOL
627 MAC_LINKER_SCRIPT_FALSE
628 MAC_LINKER_SCRIPT_TRUE
629 LINUX_LINKER_SCRIPT_FALSE
630 LINUX_LINKER_SCRIPT_TRUE
631 config_dir
632 EGREP
633 GREP
635 ALLOCA
636 multi_basedir
637 am__fastdepCC_FALSE
638 am__fastdepCC_TRUE
639 CCDEPMODE
640 ac_ct_CC
641 CFLAGS
643 am__fastdepCXX_FALSE
644 am__fastdepCXX_TRUE
645 CXXDEPMODE
646 AMDEPBACKSLASH
647 AMDEP_FALSE
648 AMDEP_TRUE
649 am__quote
650 am__include
651 DEPDIR
652 OBJEXT
653 EXEEXT
654 ac_ct_CXX
655 CPPFLAGS
656 LDFLAGS
657 CXXFLAGS
659 MAINT
660 MAINTAINER_MODE_FALSE
661 MAINTAINER_MODE_TRUE
662 am__untar
663 am__tar
664 AMTAR
665 am__leading_dot
666 SET_MAKE
668 mkdir_p
669 MKDIR_P
670 INSTALL_STRIP_PROGRAM
671 STRIP
672 install_sh
673 MAKEINFO
674 AUTOHEADER
675 AUTOMAKE
676 AUTOCONF
677 ACLOCAL
678 VERSION
679 PACKAGE
680 CYGPATH_W
681 am__isrc
682 INSTALL_DATA
683 INSTALL_SCRIPT
684 INSTALL_PROGRAM
685 LIBSTDCXX_RAW_CXX_LDFLAGS
686 LIBSTDCXX_RAW_CXX_CXXFLAGS
687 target_noncanonical
688 target_os
689 target_vendor
690 target_cpu
691 target
692 host_os
693 host_vendor
694 host_cpu
695 host
696 build_os
697 build_vendor
698 build_cpu
699 build
700 target_alias
701 host_alias
702 build_alias
703 LIBS
704 ECHO_T
705 ECHO_N
706 ECHO_C
707 DEFS
708 mandir
709 localedir
710 libdir
711 psdir
712 pdfdir
713 dvidir
714 htmldir
715 infodir
716 docdir
717 oldincludedir
718 includedir
719 localstatedir
720 sharedstatedir
721 sysconfdir
722 datadir
723 datarootdir
724 libexecdir
725 sbindir
726 bindir
727 program_transform_name
728 prefix
729 exec_prefix
730 PACKAGE_URL
731 PACKAGE_BUGREPORT
732 PACKAGE_STRING
733 PACKAGE_VERSION
734 PACKAGE_TARNAME
735 PACKAGE_NAME
736 PATH_SEPARATOR
737 SHELL'
738 ac_subst_files=''
739 ac_user_opts='
740 enable_option_checking
741 enable_maintainer_mode
742 enable_dependency_tracking
743 enable_multilib
744 enable_version_specific_runtime_libs
745 enable_shared
746 enable_static
747 with_pic
748 enable_fast_install
749 with_gnu_ld
750 enable_libtool_lock
752 ac_precious_vars='build_alias
753 host_alias
754 target_alias
756 CXXFLAGS
757 LDFLAGS
758 LIBS
759 CPPFLAGS
762 CFLAGS
764 CXXCPP'
767 # Initialize some variables set by options.
768 ac_init_help=
769 ac_init_version=false
770 ac_unrecognized_opts=
771 ac_unrecognized_sep=
772 # The variables have the same names as the options, with
773 # dashes changed to underlines.
774 cache_file=/dev/null
775 exec_prefix=NONE
776 no_create=
777 no_recursion=
778 prefix=NONE
779 program_prefix=NONE
780 program_suffix=NONE
781 program_transform_name=s,x,x,
782 silent=
783 site=
784 srcdir=
785 verbose=
786 x_includes=NONE
787 x_libraries=NONE
789 # Installation directory options.
790 # These are left unexpanded so users can "make install exec_prefix=/foo"
791 # and all the variables that are supposed to be based on exec_prefix
792 # by default will actually change.
793 # Use braces instead of parens because sh, perl, etc. also accept them.
794 # (The list follows the same order as the GNU Coding Standards.)
795 bindir='${exec_prefix}/bin'
796 sbindir='${exec_prefix}/sbin'
797 libexecdir='${exec_prefix}/libexec'
798 datarootdir='${prefix}/share'
799 datadir='${datarootdir}'
800 sysconfdir='${prefix}/etc'
801 sharedstatedir='${prefix}/com'
802 localstatedir='${prefix}/var'
803 includedir='${prefix}/include'
804 oldincludedir='/usr/include'
805 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
806 infodir='${datarootdir}/info'
807 htmldir='${docdir}'
808 dvidir='${docdir}'
809 pdfdir='${docdir}'
810 psdir='${docdir}'
811 libdir='${exec_prefix}/lib'
812 localedir='${datarootdir}/locale'
813 mandir='${datarootdir}/man'
815 ac_prev=
816 ac_dashdash=
817 for ac_option
819 # If the previous option needs an argument, assign it.
820 if test -n "$ac_prev"; then
821 eval $ac_prev=\$ac_option
822 ac_prev=
823 continue
826 case $ac_option in
827 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
828 *) ac_optarg=yes ;;
829 esac
831 # Accept the important Cygnus configure options, so we can diagnose typos.
833 case $ac_dashdash$ac_option in
835 ac_dashdash=yes ;;
837 -bindir | --bindir | --bindi | --bind | --bin | --bi)
838 ac_prev=bindir ;;
839 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
840 bindir=$ac_optarg ;;
842 -build | --build | --buil | --bui | --bu)
843 ac_prev=build_alias ;;
844 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
845 build_alias=$ac_optarg ;;
847 -cache-file | --cache-file | --cache-fil | --cache-fi \
848 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
849 ac_prev=cache_file ;;
850 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
851 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
852 cache_file=$ac_optarg ;;
854 --config-cache | -C)
855 cache_file=config.cache ;;
857 -datadir | --datadir | --datadi | --datad)
858 ac_prev=datadir ;;
859 -datadir=* | --datadir=* | --datadi=* | --datad=*)
860 datadir=$ac_optarg ;;
862 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
863 | --dataroo | --dataro | --datar)
864 ac_prev=datarootdir ;;
865 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
866 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
867 datarootdir=$ac_optarg ;;
869 -disable-* | --disable-*)
870 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
871 # Reject names that are not valid shell variable names.
872 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
873 as_fn_error "invalid feature name: $ac_useropt"
874 ac_useropt_orig=$ac_useropt
875 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
876 case $ac_user_opts in
878 "enable_$ac_useropt"
879 "*) ;;
880 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
881 ac_unrecognized_sep=', ';;
882 esac
883 eval enable_$ac_useropt=no ;;
885 -docdir | --docdir | --docdi | --doc | --do)
886 ac_prev=docdir ;;
887 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
888 docdir=$ac_optarg ;;
890 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
891 ac_prev=dvidir ;;
892 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
893 dvidir=$ac_optarg ;;
895 -enable-* | --enable-*)
896 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
897 # Reject names that are not valid shell variable names.
898 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
899 as_fn_error "invalid feature name: $ac_useropt"
900 ac_useropt_orig=$ac_useropt
901 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
902 case $ac_user_opts in
904 "enable_$ac_useropt"
905 "*) ;;
906 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
907 ac_unrecognized_sep=', ';;
908 esac
909 eval enable_$ac_useropt=\$ac_optarg ;;
911 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
912 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
913 | --exec | --exe | --ex)
914 ac_prev=exec_prefix ;;
915 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
916 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
917 | --exec=* | --exe=* | --ex=*)
918 exec_prefix=$ac_optarg ;;
920 -gas | --gas | --ga | --g)
921 # Obsolete; use --with-gas.
922 with_gas=yes ;;
924 -help | --help | --hel | --he | -h)
925 ac_init_help=long ;;
926 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
927 ac_init_help=recursive ;;
928 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
929 ac_init_help=short ;;
931 -host | --host | --hos | --ho)
932 ac_prev=host_alias ;;
933 -host=* | --host=* | --hos=* | --ho=*)
934 host_alias=$ac_optarg ;;
936 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
937 ac_prev=htmldir ;;
938 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
939 | --ht=*)
940 htmldir=$ac_optarg ;;
942 -includedir | --includedir | --includedi | --included | --include \
943 | --includ | --inclu | --incl | --inc)
944 ac_prev=includedir ;;
945 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
946 | --includ=* | --inclu=* | --incl=* | --inc=*)
947 includedir=$ac_optarg ;;
949 -infodir | --infodir | --infodi | --infod | --info | --inf)
950 ac_prev=infodir ;;
951 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
952 infodir=$ac_optarg ;;
954 -libdir | --libdir | --libdi | --libd)
955 ac_prev=libdir ;;
956 -libdir=* | --libdir=* | --libdi=* | --libd=*)
957 libdir=$ac_optarg ;;
959 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
960 | --libexe | --libex | --libe)
961 ac_prev=libexecdir ;;
962 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
963 | --libexe=* | --libex=* | --libe=*)
964 libexecdir=$ac_optarg ;;
966 -localedir | --localedir | --localedi | --localed | --locale)
967 ac_prev=localedir ;;
968 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
969 localedir=$ac_optarg ;;
971 -localstatedir | --localstatedir | --localstatedi | --localstated \
972 | --localstate | --localstat | --localsta | --localst | --locals)
973 ac_prev=localstatedir ;;
974 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
975 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
976 localstatedir=$ac_optarg ;;
978 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
979 ac_prev=mandir ;;
980 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
981 mandir=$ac_optarg ;;
983 -nfp | --nfp | --nf)
984 # Obsolete; use --without-fp.
985 with_fp=no ;;
987 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
988 | --no-cr | --no-c | -n)
989 no_create=yes ;;
991 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
992 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
993 no_recursion=yes ;;
995 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
996 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
997 | --oldin | --oldi | --old | --ol | --o)
998 ac_prev=oldincludedir ;;
999 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1000 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1001 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1002 oldincludedir=$ac_optarg ;;
1004 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1005 ac_prev=prefix ;;
1006 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1007 prefix=$ac_optarg ;;
1009 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1010 | --program-pre | --program-pr | --program-p)
1011 ac_prev=program_prefix ;;
1012 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1013 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1014 program_prefix=$ac_optarg ;;
1016 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1017 | --program-suf | --program-su | --program-s)
1018 ac_prev=program_suffix ;;
1019 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1020 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1021 program_suffix=$ac_optarg ;;
1023 -program-transform-name | --program-transform-name \
1024 | --program-transform-nam | --program-transform-na \
1025 | --program-transform-n | --program-transform- \
1026 | --program-transform | --program-transfor \
1027 | --program-transfo | --program-transf \
1028 | --program-trans | --program-tran \
1029 | --progr-tra | --program-tr | --program-t)
1030 ac_prev=program_transform_name ;;
1031 -program-transform-name=* | --program-transform-name=* \
1032 | --program-transform-nam=* | --program-transform-na=* \
1033 | --program-transform-n=* | --program-transform-=* \
1034 | --program-transform=* | --program-transfor=* \
1035 | --program-transfo=* | --program-transf=* \
1036 | --program-trans=* | --program-tran=* \
1037 | --progr-tra=* | --program-tr=* | --program-t=*)
1038 program_transform_name=$ac_optarg ;;
1040 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1041 ac_prev=pdfdir ;;
1042 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1043 pdfdir=$ac_optarg ;;
1045 -psdir | --psdir | --psdi | --psd | --ps)
1046 ac_prev=psdir ;;
1047 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1048 psdir=$ac_optarg ;;
1050 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1051 | -silent | --silent | --silen | --sile | --sil)
1052 silent=yes ;;
1054 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1055 ac_prev=sbindir ;;
1056 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1057 | --sbi=* | --sb=*)
1058 sbindir=$ac_optarg ;;
1060 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1061 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1062 | --sharedst | --shareds | --shared | --share | --shar \
1063 | --sha | --sh)
1064 ac_prev=sharedstatedir ;;
1065 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1066 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1067 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1068 | --sha=* | --sh=*)
1069 sharedstatedir=$ac_optarg ;;
1071 -site | --site | --sit)
1072 ac_prev=site ;;
1073 -site=* | --site=* | --sit=*)
1074 site=$ac_optarg ;;
1076 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1077 ac_prev=srcdir ;;
1078 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1079 srcdir=$ac_optarg ;;
1081 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1082 | --syscon | --sysco | --sysc | --sys | --sy)
1083 ac_prev=sysconfdir ;;
1084 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1085 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1086 sysconfdir=$ac_optarg ;;
1088 -target | --target | --targe | --targ | --tar | --ta | --t)
1089 ac_prev=target_alias ;;
1090 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1091 target_alias=$ac_optarg ;;
1093 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1094 verbose=yes ;;
1096 -version | --version | --versio | --versi | --vers | -V)
1097 ac_init_version=: ;;
1099 -with-* | --with-*)
1100 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1101 # Reject names that are not valid shell variable names.
1102 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1103 as_fn_error "invalid package name: $ac_useropt"
1104 ac_useropt_orig=$ac_useropt
1105 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1106 case $ac_user_opts in
1108 "with_$ac_useropt"
1109 "*) ;;
1110 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1111 ac_unrecognized_sep=', ';;
1112 esac
1113 eval with_$ac_useropt=\$ac_optarg ;;
1115 -without-* | --without-*)
1116 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1117 # Reject names that are not valid shell variable names.
1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1119 as_fn_error "invalid package name: $ac_useropt"
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1124 "with_$ac_useropt"
1125 "*) ;;
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
1128 esac
1129 eval with_$ac_useropt=no ;;
1131 --x)
1132 # Obsolete; use --with-x.
1133 with_x=yes ;;
1135 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1136 | --x-incl | --x-inc | --x-in | --x-i)
1137 ac_prev=x_includes ;;
1138 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1139 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1140 x_includes=$ac_optarg ;;
1142 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1143 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1144 ac_prev=x_libraries ;;
1145 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1146 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1147 x_libraries=$ac_optarg ;;
1149 -*) as_fn_error "unrecognized option: \`$ac_option'
1150 Try \`$0 --help' for more information."
1153 *=*)
1154 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1155 # Reject names that are not valid shell variable names.
1156 case $ac_envvar in #(
1157 '' | [0-9]* | *[!_$as_cr_alnum]* )
1158 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1159 esac
1160 eval $ac_envvar=\$ac_optarg
1161 export $ac_envvar ;;
1164 # FIXME: should be removed in autoconf 3.0.
1165 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1166 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1167 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1168 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1171 esac
1172 done
1174 if test -n "$ac_prev"; then
1175 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1176 as_fn_error "missing argument to $ac_option"
1179 if test -n "$ac_unrecognized_opts"; then
1180 case $enable_option_checking in
1181 no) ;;
1182 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1183 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1184 esac
1187 # Check all directory arguments for consistency.
1188 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1189 datadir sysconfdir sharedstatedir localstatedir includedir \
1190 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1191 libdir localedir mandir
1193 eval ac_val=\$$ac_var
1194 # Remove trailing slashes.
1195 case $ac_val in
1196 */ )
1197 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1198 eval $ac_var=\$ac_val;;
1199 esac
1200 # Be sure to have absolute directory names.
1201 case $ac_val in
1202 [\\/$]* | ?:[\\/]* ) continue;;
1203 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1204 esac
1205 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 as_fn_error "working directory cannot be determined"
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 as_fn_error "pwd does not report name of working directory"
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$as_myself" ||
1245 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$as_myself" : 'X\(//\)[^/]' \| \
1247 X"$as_myself" : 'X\(//\)$' \| \
1248 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1249 $as_echo X"$as_myself" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1278 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 ac_abs_confdir=`(
1280 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1281 pwd)`
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1284 srcdir=.
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1289 case $srcdir in
1290 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1291 esac
1292 for ac_var in $ac_precious_vars; do
1293 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_${ac_var}_value=\$${ac_var}
1295 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1297 done
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1305 cat <<_ACEOF
1306 \`configure' configures Cilk Runtime Library 2.0 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1315 Configuration:
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1330 [PREFIX]
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root
1355 [DATAROOTDIR/doc/cilk-runtime-library]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1360 _ACEOF
1362 cat <<\_ACEOF
1364 Program names:
1365 --program-prefix=PREFIX prepend PREFIX to installed program names
1366 --program-suffix=SUFFIX append SUFFIX to installed program names
1367 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 --target=TARGET configure for building compilers for TARGET [HOST]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Cilk Runtime Library 2.0:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-option-checking ignore unrecognized --enable/--with options
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --enable-maintainer-mode enable make rules and dependencies not useful
1387 (and sometimes confusing) to the casual installer
1388 --disable-dependency-tracking speeds up one-time build
1389 --enable-dependency-tracking do not reject slow dependency extractors
1390 --enable-multilib build many library versions (default)
1391 --enable-version-specific-runtime-libs
1392 Specify that runtime libraries should be installed
1393 in a compi ler-specific directory
1394 --enable-shared[=PKGS] build shared libraries [default=yes]
1395 --enable-static[=PKGS] build static libraries [default=yes]
1396 --enable-fast-install[=PKGS]
1397 optimize for fast installation [default=yes]
1398 --disable-libtool-lock avoid locking (might break parallel builds)
1400 Optional Packages:
1401 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1402 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1403 --with-pic try to use only PIC/non-PIC objects [default=use
1404 both]
1405 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1407 Some influential environment variables:
1408 CXX C++ compiler command
1409 CXXFLAGS C++ compiler flags
1410 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1411 nonstandard directory <lib dir>
1412 LIBS libraries to pass to the linker, e.g. -l<library>
1413 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1414 you have headers in a nonstandard directory <include dir>
1415 CC C compiler command
1416 CFLAGS C compiler flags
1417 CPP C preprocessor
1418 CXXCPP C++ preprocessor
1420 Use these variables to override the choices made by `configure' or to help
1421 it to find libraries and programs with nonstandard names/locations.
1423 Report bugs to <cilk@intel.com>.
1424 _ACEOF
1425 ac_status=$?
1428 if test "$ac_init_help" = "recursive"; then
1429 # If there are subdirs, report their specific --help.
1430 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1431 test -d "$ac_dir" ||
1432 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1433 continue
1434 ac_builddir=.
1436 case "$ac_dir" in
1437 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1439 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1440 # A ".." for each directory in $ac_dir_suffix.
1441 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1442 case $ac_top_builddir_sub in
1443 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1445 esac ;;
1446 esac
1447 ac_abs_top_builddir=$ac_pwd
1448 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1449 # for backward compatibility:
1450 ac_top_builddir=$ac_top_build_prefix
1452 case $srcdir in
1453 .) # We are building in place.
1454 ac_srcdir=.
1455 ac_top_srcdir=$ac_top_builddir_sub
1456 ac_abs_top_srcdir=$ac_pwd ;;
1457 [\\/]* | ?:[\\/]* ) # Absolute name.
1458 ac_srcdir=$srcdir$ac_dir_suffix;
1459 ac_top_srcdir=$srcdir
1460 ac_abs_top_srcdir=$srcdir ;;
1461 *) # Relative name.
1462 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1463 ac_top_srcdir=$ac_top_build_prefix$srcdir
1464 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1465 esac
1466 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1468 cd "$ac_dir" || { ac_status=$?; continue; }
1469 # Check for guested configure.
1470 if test -f "$ac_srcdir/configure.gnu"; then
1471 echo &&
1472 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1473 elif test -f "$ac_srcdir/configure"; then
1474 echo &&
1475 $SHELL "$ac_srcdir/configure" --help=recursive
1476 else
1477 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1478 fi || ac_status=$?
1479 cd "$ac_pwd" || { ac_status=$?; break; }
1480 done
1483 test -n "$ac_init_help" && exit $ac_status
1484 if $ac_init_version; then
1485 cat <<\_ACEOF
1486 Cilk Runtime Library configure 2.0
1487 generated by GNU Autoconf 2.64
1489 Copyright (C) 2009 Free Software Foundation, Inc.
1490 This configure script is free software; the Free Software Foundation
1491 gives unlimited permission to copy, distribute and modify it.
1492 _ACEOF
1493 exit
1496 ## ------------------------ ##
1497 ## Autoconf initialization. ##
1498 ## ------------------------ ##
1500 # ac_fn_cxx_try_compile LINENO
1501 # ----------------------------
1502 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1503 ac_fn_cxx_try_compile ()
1505 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1506 rm -f conftest.$ac_objext
1507 if { { ac_try="$ac_compile"
1508 case "(($ac_try" in
1509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1510 *) ac_try_echo=$ac_try;;
1511 esac
1512 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1513 $as_echo "$ac_try_echo"; } >&5
1514 (eval "$ac_compile") 2>conftest.err
1515 ac_status=$?
1516 if test -s conftest.err; then
1517 grep -v '^ *+' conftest.err >conftest.er1
1518 cat conftest.er1 >&5
1519 mv -f conftest.er1 conftest.err
1521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1522 test $ac_status = 0; } && {
1523 test -z "$ac_cxx_werror_flag" ||
1524 test ! -s conftest.err
1525 } && test -s conftest.$ac_objext; then :
1526 ac_retval=0
1527 else
1528 $as_echo "$as_me: failed program was:" >&5
1529 sed 's/^/| /' conftest.$ac_ext >&5
1531 ac_retval=1
1533 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1534 return $ac_retval
1536 } # ac_fn_cxx_try_compile
1538 # ac_fn_c_try_compile LINENO
1539 # --------------------------
1540 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1541 ac_fn_c_try_compile ()
1543 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1544 rm -f conftest.$ac_objext
1545 if { { ac_try="$ac_compile"
1546 case "(($ac_try" in
1547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1548 *) ac_try_echo=$ac_try;;
1549 esac
1550 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1551 $as_echo "$ac_try_echo"; } >&5
1552 (eval "$ac_compile") 2>conftest.err
1553 ac_status=$?
1554 if test -s conftest.err; then
1555 grep -v '^ *+' conftest.err >conftest.er1
1556 cat conftest.er1 >&5
1557 mv -f conftest.er1 conftest.err
1559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1560 test $ac_status = 0; } && {
1561 test -z "$ac_c_werror_flag" ||
1562 test ! -s conftest.err
1563 } && test -s conftest.$ac_objext; then :
1564 ac_retval=0
1565 else
1566 $as_echo "$as_me: failed program was:" >&5
1567 sed 's/^/| /' conftest.$ac_ext >&5
1569 ac_retval=1
1571 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1572 return $ac_retval
1574 } # ac_fn_c_try_compile
1576 # ac_fn_c_try_link LINENO
1577 # -----------------------
1578 # Try to link conftest.$ac_ext, and return whether this succeeded.
1579 ac_fn_c_try_link ()
1581 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1582 rm -f conftest.$ac_objext conftest$ac_exeext
1583 if { { ac_try="$ac_link"
1584 case "(($ac_try" in
1585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1586 *) ac_try_echo=$ac_try;;
1587 esac
1588 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1589 $as_echo "$ac_try_echo"; } >&5
1590 (eval "$ac_link") 2>conftest.err
1591 ac_status=$?
1592 if test -s conftest.err; then
1593 grep -v '^ *+' conftest.err >conftest.er1
1594 cat conftest.er1 >&5
1595 mv -f conftest.er1 conftest.err
1597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1598 test $ac_status = 0; } && {
1599 test -z "$ac_c_werror_flag" ||
1600 test ! -s conftest.err
1601 } && test -s conftest$ac_exeext && {
1602 test "$cross_compiling" = yes ||
1603 $as_test_x conftest$ac_exeext
1604 }; then :
1605 ac_retval=0
1606 else
1607 $as_echo "$as_me: failed program was:" >&5
1608 sed 's/^/| /' conftest.$ac_ext >&5
1610 ac_retval=1
1612 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1613 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1614 # interfere with the next link command; also delete a directory that is
1615 # left behind by Apple's compiler. We do this before executing the actions.
1616 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1617 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1618 return $ac_retval
1620 } # ac_fn_c_try_link
1622 # ac_fn_c_try_cpp LINENO
1623 # ----------------------
1624 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1625 ac_fn_c_try_cpp ()
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1628 if { { ac_try="$ac_cpp conftest.$ac_ext"
1629 case "(($ac_try" in
1630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1631 *) ac_try_echo=$ac_try;;
1632 esac
1633 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1634 $as_echo "$ac_try_echo"; } >&5
1635 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1636 ac_status=$?
1637 if test -s conftest.err; then
1638 grep -v '^ *+' conftest.err >conftest.er1
1639 cat conftest.er1 >&5
1640 mv -f conftest.er1 conftest.err
1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1643 test $ac_status = 0; } >/dev/null && {
1644 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1645 test ! -s conftest.err
1646 }; then :
1647 ac_retval=0
1648 else
1649 $as_echo "$as_me: failed program was:" >&5
1650 sed 's/^/| /' conftest.$ac_ext >&5
1652 ac_retval=1
1654 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1655 return $ac_retval
1657 } # ac_fn_c_try_cpp
1659 # ac_fn_c_check_func LINENO FUNC VAR
1660 # ----------------------------------
1661 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1662 ac_fn_c_check_func ()
1664 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1666 $as_echo_n "checking for $2... " >&6; }
1667 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1668 $as_echo_n "(cached) " >&6
1669 else
1670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1671 /* end confdefs.h. */
1672 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1673 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1674 #define $2 innocuous_$2
1676 /* System header to define __stub macros and hopefully few prototypes,
1677 which can conflict with char $2 (); below.
1678 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1679 <limits.h> exists even on freestanding compilers. */
1681 #ifdef __STDC__
1682 # include <limits.h>
1683 #else
1684 # include <assert.h>
1685 #endif
1687 #undef $2
1689 /* Override any GCC internal prototype to avoid an error.
1690 Use char because int might match the return type of a GCC
1691 builtin and then its argument prototype would still apply. */
1692 #ifdef __cplusplus
1693 extern "C"
1694 #endif
1695 char $2 ();
1696 /* The GNU C library defines this for functions which it implements
1697 to always fail with ENOSYS. Some functions are actually named
1698 something starting with __ and the normal name is an alias. */
1699 #if defined __stub_$2 || defined __stub___$2
1700 choke me
1701 #endif
1704 main ()
1706 return $2 ();
1708 return 0;
1710 _ACEOF
1711 if ac_fn_c_try_link "$LINENO"; then :
1712 eval "$3=yes"
1713 else
1714 eval "$3=no"
1716 rm -f core conftest.err conftest.$ac_objext \
1717 conftest$ac_exeext conftest.$ac_ext
1719 eval ac_res=\$$3
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1721 $as_echo "$ac_res" >&6; }
1722 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1724 } # ac_fn_c_check_func
1726 # ac_fn_c_try_run LINENO
1727 # ----------------------
1728 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1729 # that executables *can* be run.
1730 ac_fn_c_try_run ()
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if { { ac_try="$ac_link"
1734 case "(($ac_try" in
1735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1736 *) ac_try_echo=$ac_try;;
1737 esac
1738 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1739 $as_echo "$ac_try_echo"; } >&5
1740 (eval "$ac_link") 2>&5
1741 ac_status=$?
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1744 { { case "(($ac_try" in
1745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1746 *) ac_try_echo=$ac_try;;
1747 esac
1748 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749 $as_echo "$ac_try_echo"; } >&5
1750 (eval "$ac_try") 2>&5
1751 ac_status=$?
1752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1753 test $ac_status = 0; }; }; then :
1754 ac_retval=0
1755 else
1756 $as_echo "$as_me: program exited with status $ac_status" >&5
1757 $as_echo "$as_me: failed program was:" >&5
1758 sed 's/^/| /' conftest.$ac_ext >&5
1760 ac_retval=$ac_status
1762 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1763 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1764 return $ac_retval
1766 } # ac_fn_c_try_run
1768 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1769 # -------------------------------------------------------
1770 # Tests whether HEADER exists and can be compiled using the include files in
1771 # INCLUDES, setting the cache variable VAR accordingly.
1772 ac_fn_c_check_header_compile ()
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776 $as_echo_n "checking for $2... " >&6; }
1777 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1778 $as_echo_n "(cached) " >&6
1779 else
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1783 #include <$2>
1784 _ACEOF
1785 if ac_fn_c_try_compile "$LINENO"; then :
1786 eval "$3=yes"
1787 else
1788 eval "$3=no"
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1792 eval ac_res=\$$3
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1794 $as_echo "$ac_res" >&6; }
1795 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797 } # ac_fn_c_check_header_compile
1799 # ac_fn_cxx_try_cpp LINENO
1800 # ------------------------
1801 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1802 ac_fn_cxx_try_cpp ()
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 if { { ac_try="$ac_cpp conftest.$ac_ext"
1806 case "(($ac_try" in
1807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1808 *) ac_try_echo=$ac_try;;
1809 esac
1810 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1811 $as_echo "$ac_try_echo"; } >&5
1812 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1813 ac_status=$?
1814 if test -s conftest.err; then
1815 grep -v '^ *+' conftest.err >conftest.er1
1816 cat conftest.er1 >&5
1817 mv -f conftest.er1 conftest.err
1819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1820 test $ac_status = 0; } >/dev/null && {
1821 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1822 test ! -s conftest.err
1823 }; then :
1824 ac_retval=0
1825 else
1826 $as_echo "$as_me: failed program was:" >&5
1827 sed 's/^/| /' conftest.$ac_ext >&5
1829 ac_retval=1
1831 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1832 return $ac_retval
1834 } # ac_fn_cxx_try_cpp
1836 # ac_fn_cxx_try_link LINENO
1837 # -------------------------
1838 # Try to link conftest.$ac_ext, and return whether this succeeded.
1839 ac_fn_cxx_try_link ()
1841 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1842 rm -f conftest.$ac_objext conftest$ac_exeext
1843 if { { ac_try="$ac_link"
1844 case "(($ac_try" in
1845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846 *) ac_try_echo=$ac_try;;
1847 esac
1848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849 $as_echo "$ac_try_echo"; } >&5
1850 (eval "$ac_link") 2>conftest.err
1851 ac_status=$?
1852 if test -s conftest.err; then
1853 grep -v '^ *+' conftest.err >conftest.er1
1854 cat conftest.er1 >&5
1855 mv -f conftest.er1 conftest.err
1857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1858 test $ac_status = 0; } && {
1859 test -z "$ac_cxx_werror_flag" ||
1860 test ! -s conftest.err
1861 } && test -s conftest$ac_exeext && {
1862 test "$cross_compiling" = yes ||
1863 $as_test_x conftest$ac_exeext
1864 }; then :
1865 ac_retval=0
1866 else
1867 $as_echo "$as_me: failed program was:" >&5
1868 sed 's/^/| /' conftest.$ac_ext >&5
1870 ac_retval=1
1872 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1873 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1874 # interfere with the next link command; also delete a directory that is
1875 # left behind by Apple's compiler. We do this before executing the actions.
1876 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1877 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1878 return $ac_retval
1880 } # ac_fn_cxx_try_link
1881 cat >config.log <<_ACEOF
1882 This file contains any messages produced by compilers while
1883 running configure, to aid debugging if configure makes a mistake.
1885 It was created by Cilk Runtime Library $as_me 2.0, which was
1886 generated by GNU Autoconf 2.64. Invocation command line was
1888 $ $0 $@
1890 _ACEOF
1891 exec 5>>config.log
1893 cat <<_ASUNAME
1894 ## --------- ##
1895 ## Platform. ##
1896 ## --------- ##
1898 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1899 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1900 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1901 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1902 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1904 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1905 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1907 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1908 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1909 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1910 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1911 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1912 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1913 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1915 _ASUNAME
1917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1918 for as_dir in $PATH
1920 IFS=$as_save_IFS
1921 test -z "$as_dir" && as_dir=.
1922 $as_echo "PATH: $as_dir"
1923 done
1924 IFS=$as_save_IFS
1926 } >&5
1928 cat >&5 <<_ACEOF
1931 ## ----------- ##
1932 ## Core tests. ##
1933 ## ----------- ##
1935 _ACEOF
1938 # Keep a trace of the command line.
1939 # Strip out --no-create and --no-recursion so they do not pile up.
1940 # Strip out --silent because we don't want to record it for future runs.
1941 # Also quote any args containing shell meta-characters.
1942 # Make two passes to allow for proper duplicate-argument suppression.
1943 ac_configure_args=
1944 ac_configure_args0=
1945 ac_configure_args1=
1946 ac_must_keep_next=false
1947 for ac_pass in 1 2
1949 for ac_arg
1951 case $ac_arg in
1952 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1953 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1954 | -silent | --silent | --silen | --sile | --sil)
1955 continue ;;
1956 *\'*)
1957 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1958 esac
1959 case $ac_pass in
1960 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1962 as_fn_append ac_configure_args1 " '$ac_arg'"
1963 if test $ac_must_keep_next = true; then
1964 ac_must_keep_next=false # Got value, back to normal.
1965 else
1966 case $ac_arg in
1967 *=* | --config-cache | -C | -disable-* | --disable-* \
1968 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1969 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1970 | -with-* | --with-* | -without-* | --without-* | --x)
1971 case "$ac_configure_args0 " in
1972 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1973 esac
1975 -* ) ac_must_keep_next=true ;;
1976 esac
1978 as_fn_append ac_configure_args " '$ac_arg'"
1980 esac
1981 done
1982 done
1983 { ac_configure_args0=; unset ac_configure_args0;}
1984 { ac_configure_args1=; unset ac_configure_args1;}
1986 # When interrupted or exit'd, cleanup temporary files, and complete
1987 # config.log. We remove comments because anyway the quotes in there
1988 # would cause problems or look ugly.
1989 # WARNING: Use '\'' to represent an apostrophe within the trap.
1990 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1991 trap 'exit_status=$?
1992 # Save into config.log some information that might help in debugging.
1994 echo
1996 cat <<\_ASBOX
1997 ## ---------------- ##
1998 ## Cache variables. ##
1999 ## ---------------- ##
2000 _ASBOX
2001 echo
2002 # The following way of writing the cache mishandles newlines in values,
2004 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2005 eval ac_val=\$$ac_var
2006 case $ac_val in #(
2007 *${as_nl}*)
2008 case $ac_var in #(
2009 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2010 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2011 esac
2012 case $ac_var in #(
2013 _ | IFS | as_nl) ;; #(
2014 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2015 *) { eval $ac_var=; unset $ac_var;} ;;
2016 esac ;;
2017 esac
2018 done
2019 (set) 2>&1 |
2020 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2021 *${as_nl}ac_space=\ *)
2022 sed -n \
2023 "s/'\''/'\''\\\\'\'''\''/g;
2024 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2025 ;; #(
2027 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2029 esac |
2030 sort
2032 echo
2034 cat <<\_ASBOX
2035 ## ----------------- ##
2036 ## Output variables. ##
2037 ## ----------------- ##
2038 _ASBOX
2039 echo
2040 for ac_var in $ac_subst_vars
2042 eval ac_val=\$$ac_var
2043 case $ac_val in
2044 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2045 esac
2046 $as_echo "$ac_var='\''$ac_val'\''"
2047 done | sort
2048 echo
2050 if test -n "$ac_subst_files"; then
2051 cat <<\_ASBOX
2052 ## ------------------- ##
2053 ## File substitutions. ##
2054 ## ------------------- ##
2055 _ASBOX
2056 echo
2057 for ac_var in $ac_subst_files
2059 eval ac_val=\$$ac_var
2060 case $ac_val in
2061 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2062 esac
2063 $as_echo "$ac_var='\''$ac_val'\''"
2064 done | sort
2065 echo
2068 if test -s confdefs.h; then
2069 cat <<\_ASBOX
2070 ## ----------- ##
2071 ## confdefs.h. ##
2072 ## ----------- ##
2073 _ASBOX
2074 echo
2075 cat confdefs.h
2076 echo
2078 test "$ac_signal" != 0 &&
2079 $as_echo "$as_me: caught signal $ac_signal"
2080 $as_echo "$as_me: exit $exit_status"
2081 } >&5
2082 rm -f core *.core core.conftest.* &&
2083 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2084 exit $exit_status
2086 for ac_signal in 1 2 13 15; do
2087 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2088 done
2089 ac_signal=0
2091 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2092 rm -f -r conftest* confdefs.h
2094 $as_echo "/* confdefs.h */" > confdefs.h
2096 # Predefined preprocessor variables.
2098 cat >>confdefs.h <<_ACEOF
2099 #define PACKAGE_NAME "$PACKAGE_NAME"
2100 _ACEOF
2102 cat >>confdefs.h <<_ACEOF
2103 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2104 _ACEOF
2106 cat >>confdefs.h <<_ACEOF
2107 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2108 _ACEOF
2110 cat >>confdefs.h <<_ACEOF
2111 #define PACKAGE_STRING "$PACKAGE_STRING"
2112 _ACEOF
2114 cat >>confdefs.h <<_ACEOF
2115 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2116 _ACEOF
2118 cat >>confdefs.h <<_ACEOF
2119 #define PACKAGE_URL "$PACKAGE_URL"
2120 _ACEOF
2123 # Let the site file select an alternate cache file if it wants to.
2124 # Prefer an explicitly selected file to automatically selected ones.
2125 ac_site_file1=NONE
2126 ac_site_file2=NONE
2127 if test -n "$CONFIG_SITE"; then
2128 ac_site_file1=$CONFIG_SITE
2129 elif test "x$prefix" != xNONE; then
2130 ac_site_file1=$prefix/share/config.site
2131 ac_site_file2=$prefix/etc/config.site
2132 else
2133 ac_site_file1=$ac_default_prefix/share/config.site
2134 ac_site_file2=$ac_default_prefix/etc/config.site
2136 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2138 test "x$ac_site_file" = xNONE && continue
2139 if test -r "$ac_site_file"; then
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2141 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2142 sed 's/^/| /' "$ac_site_file" >&5
2143 . "$ac_site_file"
2145 done
2147 if test -r "$cache_file"; then
2148 # Some versions of bash will fail to source /dev/null (special
2149 # files actually), so we avoid doing that.
2150 if test -f "$cache_file"; then
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2152 $as_echo "$as_me: loading cache $cache_file" >&6;}
2153 case $cache_file in
2154 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2155 *) . "./$cache_file";;
2156 esac
2158 else
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2160 $as_echo "$as_me: creating cache $cache_file" >&6;}
2161 >$cache_file
2164 # Check that the precious variables saved in the cache have kept the same
2165 # value.
2166 ac_cache_corrupted=false
2167 for ac_var in $ac_precious_vars; do
2168 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2169 eval ac_new_set=\$ac_env_${ac_var}_set
2170 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2171 eval ac_new_val=\$ac_env_${ac_var}_value
2172 case $ac_old_set,$ac_new_set in
2173 set,)
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2175 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2176 ac_cache_corrupted=: ;;
2177 ,set)
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2179 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2180 ac_cache_corrupted=: ;;
2181 ,);;
2183 if test "x$ac_old_val" != "x$ac_new_val"; then
2184 # differences in whitespace do not lead to failure.
2185 ac_old_val_w=`echo x $ac_old_val`
2186 ac_new_val_w=`echo x $ac_new_val`
2187 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2189 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2190 ac_cache_corrupted=:
2191 else
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2193 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2194 eval $ac_var=\$ac_old_val
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2197 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2199 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2200 fi;;
2201 esac
2202 # Pass precious variables to config.status.
2203 if test "$ac_new_set" = set; then
2204 case $ac_new_val in
2205 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2206 *) ac_arg=$ac_var=$ac_new_val ;;
2207 esac
2208 case " $ac_configure_args " in
2209 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2210 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2211 esac
2213 done
2214 if $ac_cache_corrupted; then
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2218 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2219 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2221 ## -------------------- ##
2222 ## Main body of script. ##
2223 ## -------------------- ##
2225 ac_ext=c
2226 ac_cpp='$CPP $CPPFLAGS'
2227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2237 # Needed to define ${target}. Needs to be very early to avoid annoying
2238 # warning about calling AC_ARG_PROGRAM before AC_CANONICAL_SYSTEM
2239 ac_aux_dir=
2240 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2241 for ac_t in install-sh install.sh shtool; do
2242 if test -f "$ac_dir/$ac_t"; then
2243 ac_aux_dir=$ac_dir
2244 ac_install_sh="$ac_aux_dir/$ac_t -c"
2245 break 2
2247 done
2248 done
2249 if test -z "$ac_aux_dir"; then
2250 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2253 # These three variables are undocumented and unsupported,
2254 # and are intended to be withdrawn in a future Autoconf release.
2255 # They can cause serious problems if a builder's source tree is in a directory
2256 # whose full name contains unusual characters.
2257 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2258 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2259 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2262 # Make sure we can run config.sub.
2263 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2264 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2267 $as_echo_n "checking build system type... " >&6; }
2268 if test "${ac_cv_build+set}" = set; then :
2269 $as_echo_n "(cached) " >&6
2270 else
2271 ac_build_alias=$build_alias
2272 test "x$ac_build_alias" = x &&
2273 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2274 test "x$ac_build_alias" = x &&
2275 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2276 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2277 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2281 $as_echo "$ac_cv_build" >&6; }
2282 case $ac_cv_build in
2283 *-*-*) ;;
2284 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2285 esac
2286 build=$ac_cv_build
2287 ac_save_IFS=$IFS; IFS='-'
2288 set x $ac_cv_build
2289 shift
2290 build_cpu=$1
2291 build_vendor=$2
2292 shift; shift
2293 # Remember, the first character of IFS is used to create $*,
2294 # except with old shells:
2295 build_os=$*
2296 IFS=$ac_save_IFS
2297 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2301 $as_echo_n "checking host system type... " >&6; }
2302 if test "${ac_cv_host+set}" = set; then :
2303 $as_echo_n "(cached) " >&6
2304 else
2305 if test "x$host_alias" = x; then
2306 ac_cv_host=$ac_cv_build
2307 else
2308 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2309 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2314 $as_echo "$ac_cv_host" >&6; }
2315 case $ac_cv_host in
2316 *-*-*) ;;
2317 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2318 esac
2319 host=$ac_cv_host
2320 ac_save_IFS=$IFS; IFS='-'
2321 set x $ac_cv_host
2322 shift
2323 host_cpu=$1
2324 host_vendor=$2
2325 shift; shift
2326 # Remember, the first character of IFS is used to create $*,
2327 # except with old shells:
2328 host_os=$*
2329 IFS=$ac_save_IFS
2330 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2334 $as_echo_n "checking target system type... " >&6; }
2335 if test "${ac_cv_target+set}" = set; then :
2336 $as_echo_n "(cached) " >&6
2337 else
2338 if test "x$target_alias" = x; then
2339 ac_cv_target=$ac_cv_host
2340 else
2341 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2342 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2347 $as_echo "$ac_cv_target" >&6; }
2348 case $ac_cv_target in
2349 *-*-*) ;;
2350 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2351 esac
2352 target=$ac_cv_target
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_target
2355 shift
2356 target_cpu=$1
2357 target_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 target_os=$*
2362 IFS=$ac_save_IFS
2363 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2366 # The aliases save the names the user supplied, while $host etc.
2367 # will get canonicalized.
2368 test -n "$target_alias" &&
2369 test "$program_prefix$program_suffix$program_transform_name" = \
2370 NONENONEs,x,x, &&
2371 program_prefix=${target_alias}-
2373 target_alias=${target_alias-$host_alias}
2375 case ${build_alias} in
2376 "") build_noncanonical=${build} ;;
2377 *) build_noncanonical=${build_alias} ;;
2378 esac
2380 case ${host_alias} in
2381 "") host_noncanonical=${build_noncanonical} ;;
2382 *) host_noncanonical=${host_alias} ;;
2383 esac
2385 case ${target_alias} in
2386 "") target_noncanonical=${host_noncanonical} ;;
2387 *) target_noncanonical=${target_alias} ;;
2388 esac
2394 LIBSTDCXX_RAW_CXX_CXXFLAGS="\
2395 -I\$(top_builddir)/../libstdc++-v3/include \
2396 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \
2397 -I\$(top_srcdir)/../libstdc++-v3/libsupc++"
2398 LIBSTDCXX_RAW_CXX_LDFLAGS="\
2399 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
2403 am__api_version='1.11'
2405 # Find a good install program. We prefer a C program (faster),
2406 # so one script is as good as another. But avoid the broken or
2407 # incompatible versions:
2408 # SysV /etc/install, /usr/sbin/install
2409 # SunOS /usr/etc/install
2410 # IRIX /sbin/install
2411 # AIX /bin/install
2412 # AmigaOS /C/install, which installs bootblocks on floppy discs
2413 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2414 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2415 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2416 # OS/2's system install, which has a completely different semantic
2417 # ./install, which can be erroneously created by make from ./install.sh.
2418 # Reject install programs that cannot install multiple files.
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2420 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2421 if test -z "$INSTALL"; then
2422 if test "${ac_cv_path_install+set}" = set; then :
2423 $as_echo_n "(cached) " >&6
2424 else
2425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2426 for as_dir in $PATH
2428 IFS=$as_save_IFS
2429 test -z "$as_dir" && as_dir=.
2430 # Account for people who put trailing slashes in PATH elements.
2431 case $as_dir/ in #((
2432 ./ | .// | /[cC]/* | \
2433 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2434 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2435 /usr/ucb/* ) ;;
2437 # OSF1 and SCO ODT 3.0 have their own names for install.
2438 # Don't use installbsd from OSF since it installs stuff as root
2439 # by default.
2440 for ac_prog in ginstall scoinst install; do
2441 for ac_exec_ext in '' $ac_executable_extensions; do
2442 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2443 if test $ac_prog = install &&
2444 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2445 # AIX install. It has an incompatible calling convention.
2447 elif test $ac_prog = install &&
2448 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2449 # program-specific install script used by HP pwplus--don't use.
2451 else
2452 rm -rf conftest.one conftest.two conftest.dir
2453 echo one > conftest.one
2454 echo two > conftest.two
2455 mkdir conftest.dir
2456 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2457 test -s conftest.one && test -s conftest.two &&
2458 test -s conftest.dir/conftest.one &&
2459 test -s conftest.dir/conftest.two
2460 then
2461 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2462 break 3
2466 done
2467 done
2469 esac
2471 done
2472 IFS=$as_save_IFS
2474 rm -rf conftest.one conftest.two conftest.dir
2477 if test "${ac_cv_path_install+set}" = set; then
2478 INSTALL=$ac_cv_path_install
2479 else
2480 # As a last resort, use the slow shell script. Don't cache a
2481 # value for INSTALL within a source directory, because that will
2482 # break other packages using the cache if that directory is
2483 # removed, or if the value is a relative name.
2484 INSTALL=$ac_install_sh
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2488 $as_echo "$INSTALL" >&6; }
2490 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2491 # It thinks the first close brace ends the variable substitution.
2492 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2494 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2496 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2499 $as_echo_n "checking whether build environment is sane... " >&6; }
2500 # Just in case
2501 sleep 1
2502 echo timestamp > conftest.file
2503 # Reject unsafe characters in $srcdir or the absolute working directory
2504 # name. Accept space and tab only in the latter.
2505 am_lf='
2507 case `pwd` in
2508 *[\\\"\#\$\&\'\`$am_lf]*)
2509 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2510 esac
2511 case $srcdir in
2512 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2513 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2514 esac
2516 # Do `set' in a subshell so we don't clobber the current shell's
2517 # arguments. Must try -L first in case configure is actually a
2518 # symlink; some systems play weird games with the mod time of symlinks
2519 # (eg FreeBSD returns the mod time of the symlink's containing
2520 # directory).
2521 if (
2522 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2523 if test "$*" = "X"; then
2524 # -L didn't work.
2525 set X `ls -t "$srcdir/configure" conftest.file`
2527 rm -f conftest.file
2528 if test "$*" != "X $srcdir/configure conftest.file" \
2529 && test "$*" != "X conftest.file $srcdir/configure"; then
2531 # If neither matched, then we have a broken ls. This can happen
2532 # if, for instance, CONFIG_SHELL is bash and it inherits a
2533 # broken ls alias from the environment. This has actually
2534 # happened. Such a system could not be considered "sane".
2535 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2536 alias in your environment" "$LINENO" 5
2539 test "$2" = conftest.file
2541 then
2542 # Ok.
2544 else
2545 as_fn_error "newly created file is older than distributed files!
2546 Check your system clock" "$LINENO" 5
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2549 $as_echo "yes" >&6; }
2550 test "$program_prefix" != NONE &&
2551 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2552 # Use a double $ so make ignores it.
2553 test "$program_suffix" != NONE &&
2554 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2555 # Double any \ or $.
2556 # By default was `s,x,x', remove it if useless.
2557 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2558 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2560 # expand $ac_aux_dir to an absolute path
2561 am_aux_dir=`cd $ac_aux_dir && pwd`
2563 if test x"${MISSING+set}" != xset; then
2564 case $am_aux_dir in
2565 *\ * | *\ *)
2566 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2568 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2569 esac
2571 # Use eval to expand $SHELL
2572 if eval "$MISSING --run true"; then
2573 am_missing_run="$MISSING --run "
2574 else
2575 am_missing_run=
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2577 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2580 if test x"${install_sh}" != xset; then
2581 case $am_aux_dir in
2582 *\ * | *\ *)
2583 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2585 install_sh="\${SHELL} $am_aux_dir/install-sh"
2586 esac
2589 # Installed binaries are usually stripped using `strip' when the user
2590 # run `make install-strip'. However `strip' might not be the right
2591 # tool to use in cross-compilation environments, therefore Automake
2592 # will honor the `STRIP' environment variable to overrule this program.
2593 if test "$cross_compiling" != no; then
2594 if test -n "$ac_tool_prefix"; then
2595 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2596 set dummy ${ac_tool_prefix}strip; ac_word=$2
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2598 $as_echo_n "checking for $ac_word... " >&6; }
2599 if test "${ac_cv_prog_STRIP+set}" = set; then :
2600 $as_echo_n "(cached) " >&6
2601 else
2602 if test -n "$STRIP"; then
2603 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2604 else
2605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2606 for as_dir in $PATH
2608 IFS=$as_save_IFS
2609 test -z "$as_dir" && as_dir=.
2610 for ac_exec_ext in '' $ac_executable_extensions; do
2611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2612 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 break 2
2616 done
2617 done
2618 IFS=$as_save_IFS
2622 STRIP=$ac_cv_prog_STRIP
2623 if test -n "$STRIP"; then
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2625 $as_echo "$STRIP" >&6; }
2626 else
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2628 $as_echo "no" >&6; }
2633 if test -z "$ac_cv_prog_STRIP"; then
2634 ac_ct_STRIP=$STRIP
2635 # Extract the first word of "strip", so it can be a program name with args.
2636 set dummy strip; ac_word=$2
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2638 $as_echo_n "checking for $ac_word... " >&6; }
2639 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2640 $as_echo_n "(cached) " >&6
2641 else
2642 if test -n "$ac_ct_STRIP"; then
2643 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2644 else
2645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2646 for as_dir in $PATH
2648 IFS=$as_save_IFS
2649 test -z "$as_dir" && as_dir=.
2650 for ac_exec_ext in '' $ac_executable_extensions; do
2651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2652 ac_cv_prog_ac_ct_STRIP="strip"
2653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2654 break 2
2656 done
2657 done
2658 IFS=$as_save_IFS
2662 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2663 if test -n "$ac_ct_STRIP"; then
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2665 $as_echo "$ac_ct_STRIP" >&6; }
2666 else
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2668 $as_echo "no" >&6; }
2671 if test "x$ac_ct_STRIP" = x; then
2672 STRIP=":"
2673 else
2674 case $cross_compiling:$ac_tool_warned in
2675 yes:)
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2677 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2678 ac_tool_warned=yes ;;
2679 esac
2680 STRIP=$ac_ct_STRIP
2682 else
2683 STRIP="$ac_cv_prog_STRIP"
2687 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2690 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2691 if test -z "$MKDIR_P"; then
2692 if test "${ac_cv_path_mkdir+set}" = set; then :
2693 $as_echo_n "(cached) " >&6
2694 else
2695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2696 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2698 IFS=$as_save_IFS
2699 test -z "$as_dir" && as_dir=.
2700 for ac_prog in mkdir gmkdir; do
2701 for ac_exec_ext in '' $ac_executable_extensions; do
2702 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2703 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2704 'mkdir (GNU coreutils) '* | \
2705 'mkdir (coreutils) '* | \
2706 'mkdir (fileutils) '4.1*)
2707 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2708 break 3;;
2709 esac
2710 done
2711 done
2712 done
2713 IFS=$as_save_IFS
2717 if test "${ac_cv_path_mkdir+set}" = set; then
2718 MKDIR_P="$ac_cv_path_mkdir -p"
2719 else
2720 # As a last resort, use the slow shell script. Don't cache a
2721 # value for MKDIR_P within a source directory, because that will
2722 # break other packages using the cache if that directory is
2723 # removed, or if the value is a relative name.
2724 test -d ./--version && rmdir ./--version
2725 MKDIR_P="$ac_install_sh -d"
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2729 $as_echo "$MKDIR_P" >&6; }
2731 mkdir_p="$MKDIR_P"
2732 case $mkdir_p in
2733 [\\/$]* | ?:[\\/]*) ;;
2734 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2735 esac
2737 for ac_prog in gawk mawk nawk awk
2739 # Extract the first word of "$ac_prog", so it can be a program name with args.
2740 set dummy $ac_prog; ac_word=$2
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2742 $as_echo_n "checking for $ac_word... " >&6; }
2743 if test "${ac_cv_prog_AWK+set}" = set; then :
2744 $as_echo_n "(cached) " >&6
2745 else
2746 if test -n "$AWK"; then
2747 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2748 else
2749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2750 for as_dir in $PATH
2752 IFS=$as_save_IFS
2753 test -z "$as_dir" && as_dir=.
2754 for ac_exec_ext in '' $ac_executable_extensions; do
2755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2756 ac_cv_prog_AWK="$ac_prog"
2757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2758 break 2
2760 done
2761 done
2762 IFS=$as_save_IFS
2766 AWK=$ac_cv_prog_AWK
2767 if test -n "$AWK"; then
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2769 $as_echo "$AWK" >&6; }
2770 else
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2772 $as_echo "no" >&6; }
2776 test -n "$AWK" && break
2777 done
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2780 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2781 set x ${MAKE-make}
2782 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2783 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2784 $as_echo_n "(cached) " >&6
2785 else
2786 cat >conftest.make <<\_ACEOF
2787 SHELL = /bin/sh
2788 all:
2789 @echo '@@@%%%=$(MAKE)=@@@%%%'
2790 _ACEOF
2791 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2792 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2793 *@@@%%%=?*=@@@%%%*)
2794 eval ac_cv_prog_make_${ac_make}_set=yes;;
2796 eval ac_cv_prog_make_${ac_make}_set=no;;
2797 esac
2798 rm -f conftest.make
2800 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2802 $as_echo "yes" >&6; }
2803 SET_MAKE=
2804 else
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2806 $as_echo "no" >&6; }
2807 SET_MAKE="MAKE=${MAKE-make}"
2810 rm -rf .tst 2>/dev/null
2811 mkdir .tst 2>/dev/null
2812 if test -d .tst; then
2813 am__leading_dot=.
2814 else
2815 am__leading_dot=_
2817 rmdir .tst 2>/dev/null
2819 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2820 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2821 # is not polluted with repeated "-I."
2822 am__isrc=' -I$(srcdir)'
2823 # test to see if srcdir already configured
2824 if test -f $srcdir/config.status; then
2825 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2829 # test whether we have cygpath
2830 if test -z "$CYGPATH_W"; then
2831 if (cygpath --version) >/dev/null 2>/dev/null; then
2832 CYGPATH_W='cygpath -w'
2833 else
2834 CYGPATH_W=echo
2839 # Define the identity of the package.
2840 PACKAGE='cilk-runtime-library'
2841 VERSION='2.0'
2844 cat >>confdefs.h <<_ACEOF
2845 #define PACKAGE "$PACKAGE"
2846 _ACEOF
2849 cat >>confdefs.h <<_ACEOF
2850 #define VERSION "$VERSION"
2851 _ACEOF
2853 # Some tools Automake needs.
2855 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2858 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2861 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2864 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2867 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2869 # We need awk for the "check" target. The system "awk" is bad on
2870 # some platforms.
2871 # Always define AMTAR for backward compatibility.
2873 AMTAR=${AMTAR-"${am_missing_run}tar"}
2875 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2884 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2885 # Check whether --enable-maintainer-mode was given.
2886 if test "${enable_maintainer_mode+set}" = set; then :
2887 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2888 else
2889 USE_MAINTAINER_MODE=no
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2893 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2894 if test $USE_MAINTAINER_MODE = yes; then
2895 MAINTAINER_MODE_TRUE=
2896 MAINTAINER_MODE_FALSE='#'
2897 else
2898 MAINTAINER_MODE_TRUE='#'
2899 MAINTAINER_MODE_FALSE=
2902 MAINT=$MAINTAINER_MODE_TRUE
2906 # Build a DLL on Windows
2907 # AC_LIBTOOL_WIN32_DLL
2908 ac_ext=cpp
2909 ac_cpp='$CXXCPP $CPPFLAGS'
2910 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2911 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2912 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2913 if test -z "$CXX"; then
2914 if test -n "$CCC"; then
2915 CXX=$CCC
2916 else
2917 if test -n "$ac_tool_prefix"; then
2918 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2920 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2921 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2923 $as_echo_n "checking for $ac_word... " >&6; }
2924 if test "${ac_cv_prog_CXX+set}" = set; then :
2925 $as_echo_n "(cached) " >&6
2926 else
2927 if test -n "$CXX"; then
2928 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2929 else
2930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2931 for as_dir in $PATH
2933 IFS=$as_save_IFS
2934 test -z "$as_dir" && as_dir=.
2935 for ac_exec_ext in '' $ac_executable_extensions; do
2936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2937 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2939 break 2
2941 done
2942 done
2943 IFS=$as_save_IFS
2947 CXX=$ac_cv_prog_CXX
2948 if test -n "$CXX"; then
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2950 $as_echo "$CXX" >&6; }
2951 else
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2953 $as_echo "no" >&6; }
2957 test -n "$CXX" && break
2958 done
2960 if test -z "$CXX"; then
2961 ac_ct_CXX=$CXX
2962 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2964 # Extract the first word of "$ac_prog", so it can be a program name with args.
2965 set dummy $ac_prog; ac_word=$2
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2967 $as_echo_n "checking for $ac_word... " >&6; }
2968 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
2969 $as_echo_n "(cached) " >&6
2970 else
2971 if test -n "$ac_ct_CXX"; then
2972 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2973 else
2974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2975 for as_dir in $PATH
2977 IFS=$as_save_IFS
2978 test -z "$as_dir" && as_dir=.
2979 for ac_exec_ext in '' $ac_executable_extensions; do
2980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2981 ac_cv_prog_ac_ct_CXX="$ac_prog"
2982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2983 break 2
2985 done
2986 done
2987 IFS=$as_save_IFS
2991 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2992 if test -n "$ac_ct_CXX"; then
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2994 $as_echo "$ac_ct_CXX" >&6; }
2995 else
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2997 $as_echo "no" >&6; }
3001 test -n "$ac_ct_CXX" && break
3002 done
3004 if test "x$ac_ct_CXX" = x; then
3005 CXX="g++"
3006 else
3007 case $cross_compiling:$ac_tool_warned in
3008 yes:)
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3010 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3011 ac_tool_warned=yes ;;
3012 esac
3013 CXX=$ac_ct_CXX
3019 # Provide some information about the compiler.
3020 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3021 set X $ac_compile
3022 ac_compiler=$2
3023 for ac_option in --version -v -V -qversion; do
3024 { { ac_try="$ac_compiler $ac_option >&5"
3025 case "(($ac_try" in
3026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3027 *) ac_try_echo=$ac_try;;
3028 esac
3029 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3030 $as_echo "$ac_try_echo"; } >&5
3031 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3032 ac_status=$?
3033 if test -s conftest.err; then
3034 sed '10a\
3035 ... rest of stderr output deleted ...
3036 10q' conftest.err >conftest.er1
3037 cat conftest.er1 >&5
3038 rm -f conftest.er1 conftest.err
3040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3041 test $ac_status = 0; }
3042 done
3044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3045 /* end confdefs.h. */
3048 main ()
3052 return 0;
3054 _ACEOF
3055 ac_clean_files_save=$ac_clean_files
3056 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3057 # Try to create an executable without -o first, disregard a.out.
3058 # It will help us diagnose broken compilers, and finding out an intuition
3059 # of exeext.
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
3061 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
3062 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3064 # The possible output files:
3065 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3067 ac_rmfiles=
3068 for ac_file in $ac_files
3070 case $ac_file in
3071 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3072 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3073 esac
3074 done
3075 rm -f $ac_rmfiles
3077 if { { ac_try="$ac_link_default"
3078 case "(($ac_try" in
3079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3080 *) ac_try_echo=$ac_try;;
3081 esac
3082 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3083 $as_echo "$ac_try_echo"; } >&5
3084 (eval "$ac_link_default") 2>&5
3085 ac_status=$?
3086 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3087 test $ac_status = 0; }; then :
3088 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3089 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3090 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3091 # so that the user can short-circuit this test for compilers unknown to
3092 # Autoconf.
3093 for ac_file in $ac_files ''
3095 test -f "$ac_file" || continue
3096 case $ac_file in
3097 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3099 [ab].out )
3100 # We found the default executable, but exeext='' is most
3101 # certainly right.
3102 break;;
3103 *.* )
3104 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3105 then :; else
3106 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3108 # We set ac_cv_exeext here because the later test for it is not
3109 # safe: cross compilers may not add the suffix if given an `-o'
3110 # argument, so we may need to know it at that point already.
3111 # Even if this section looks crufty: it has the advantage of
3112 # actually working.
3113 break;;
3115 break;;
3116 esac
3117 done
3118 test "$ac_cv_exeext" = no && ac_cv_exeext=
3120 else
3121 ac_file=''
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3124 $as_echo "$ac_file" >&6; }
3125 if test -z "$ac_file"; then :
3126 $as_echo "$as_me: failed program was:" >&5
3127 sed 's/^/| /' conftest.$ac_ext >&5
3129 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3130 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3131 { as_fn_set_status 77
3132 as_fn_error "C++ compiler cannot create executables
3133 See \`config.log' for more details." "$LINENO" 5; }; }
3135 ac_exeext=$ac_cv_exeext
3137 # Check that the compiler produces executables we can run. If not, either
3138 # the compiler is broken, or we cross compile.
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
3140 $as_echo_n "checking whether the C++ compiler works... " >&6; }
3141 # If not cross compiling, check that we can run a simple program.
3142 if test "$cross_compiling" != yes; then
3143 if { ac_try='./$ac_file'
3144 { { case "(($ac_try" in
3145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3146 *) ac_try_echo=$ac_try;;
3147 esac
3148 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3149 $as_echo "$ac_try_echo"; } >&5
3150 (eval "$ac_try") 2>&5
3151 ac_status=$?
3152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3153 test $ac_status = 0; }; }; then
3154 cross_compiling=no
3155 else
3156 if test "$cross_compiling" = maybe; then
3157 cross_compiling=yes
3158 else
3159 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3160 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3161 as_fn_error "cannot run C++ compiled programs.
3162 If you meant to cross compile, use \`--host'.
3163 See \`config.log' for more details." "$LINENO" 5; }
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3168 $as_echo "yes" >&6; }
3170 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3171 ac_clean_files=$ac_clean_files_save
3172 # Check that the compiler produces executables we can run. If not, either
3173 # the compiler is broken, or we cross compile.
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3175 $as_echo_n "checking whether we are cross compiling... " >&6; }
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3177 $as_echo "$cross_compiling" >&6; }
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3180 $as_echo_n "checking for suffix of executables... " >&6; }
3181 if { { ac_try="$ac_link"
3182 case "(($ac_try" in
3183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184 *) ac_try_echo=$ac_try;;
3185 esac
3186 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3187 $as_echo "$ac_try_echo"; } >&5
3188 (eval "$ac_link") 2>&5
3189 ac_status=$?
3190 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3191 test $ac_status = 0; }; then :
3192 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3193 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3194 # work properly (i.e., refer to `conftest.exe'), while it won't with
3195 # `rm'.
3196 for ac_file in conftest.exe conftest conftest.*; do
3197 test -f "$ac_file" || continue
3198 case $ac_file in
3199 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3200 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3201 break;;
3202 * ) break;;
3203 esac
3204 done
3205 else
3206 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3208 as_fn_error "cannot compute suffix of executables: cannot compile and link
3209 See \`config.log' for more details." "$LINENO" 5; }
3211 rm -f conftest$ac_cv_exeext
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3213 $as_echo "$ac_cv_exeext" >&6; }
3215 rm -f conftest.$ac_ext
3216 EXEEXT=$ac_cv_exeext
3217 ac_exeext=$EXEEXT
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3219 $as_echo_n "checking for suffix of object files... " >&6; }
3220 if test "${ac_cv_objext+set}" = set; then :
3221 $as_echo_n "(cached) " >&6
3222 else
3223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3224 /* end confdefs.h. */
3227 main ()
3231 return 0;
3233 _ACEOF
3234 rm -f conftest.o conftest.obj
3235 if { { ac_try="$ac_compile"
3236 case "(($ac_try" in
3237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3238 *) ac_try_echo=$ac_try;;
3239 esac
3240 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3241 $as_echo "$ac_try_echo"; } >&5
3242 (eval "$ac_compile") 2>&5
3243 ac_status=$?
3244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3245 test $ac_status = 0; }; then :
3246 for ac_file in conftest.o conftest.obj conftest.*; do
3247 test -f "$ac_file" || continue;
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3250 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3251 break;;
3252 esac
3253 done
3254 else
3255 $as_echo "$as_me: failed program was:" >&5
3256 sed 's/^/| /' conftest.$ac_ext >&5
3258 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3260 as_fn_error "cannot compute suffix of object files: cannot compile
3261 See \`config.log' for more details." "$LINENO" 5; }
3263 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3266 $as_echo "$ac_cv_objext" >&6; }
3267 OBJEXT=$ac_cv_objext
3268 ac_objext=$OBJEXT
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3270 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3271 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3272 $as_echo_n "(cached) " >&6
3273 else
3274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3275 /* end confdefs.h. */
3278 main ()
3280 #ifndef __GNUC__
3281 choke me
3282 #endif
3285 return 0;
3287 _ACEOF
3288 if ac_fn_cxx_try_compile "$LINENO"; then :
3289 ac_compiler_gnu=yes
3290 else
3291 ac_compiler_gnu=no
3293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3294 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3298 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3299 if test $ac_compiler_gnu = yes; then
3300 GXX=yes
3301 else
3302 GXX=
3304 ac_test_CXXFLAGS=${CXXFLAGS+set}
3305 ac_save_CXXFLAGS=$CXXFLAGS
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3307 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3308 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3309 $as_echo_n "(cached) " >&6
3310 else
3311 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3312 ac_cxx_werror_flag=yes
3313 ac_cv_prog_cxx_g=no
3314 CXXFLAGS="-g"
3315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3316 /* end confdefs.h. */
3319 main ()
3323 return 0;
3325 _ACEOF
3326 if ac_fn_cxx_try_compile "$LINENO"; then :
3327 ac_cv_prog_cxx_g=yes
3328 else
3329 CXXFLAGS=""
3330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3331 /* end confdefs.h. */
3334 main ()
3338 return 0;
3340 _ACEOF
3341 if ac_fn_cxx_try_compile "$LINENO"; then :
3343 else
3344 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3345 CXXFLAGS="-g"
3346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3347 /* end confdefs.h. */
3350 main ()
3354 return 0;
3356 _ACEOF
3357 if ac_fn_cxx_try_compile "$LINENO"; then :
3358 ac_cv_prog_cxx_g=yes
3360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3365 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3368 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3369 if test "$ac_test_CXXFLAGS" = set; then
3370 CXXFLAGS=$ac_save_CXXFLAGS
3371 elif test $ac_cv_prog_cxx_g = yes; then
3372 if test "$GXX" = yes; then
3373 CXXFLAGS="-g -O2"
3374 else
3375 CXXFLAGS="-g"
3377 else
3378 if test "$GXX" = yes; then
3379 CXXFLAGS="-O2"
3380 else
3381 CXXFLAGS=
3384 ac_ext=c
3385 ac_cpp='$CPP $CPPFLAGS'
3386 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3387 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3388 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3389 DEPDIR="${am__leading_dot}deps"
3391 ac_config_commands="$ac_config_commands depfiles"
3394 am_make=${MAKE-make}
3395 cat > confinc << 'END'
3396 am__doit:
3397 @echo this is the am__doit target
3398 .PHONY: am__doit
3400 # If we don't find an include directive, just comment out the code.
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3402 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3403 am__include="#"
3404 am__quote=
3405 _am_result=none
3406 # First try GNU make style include.
3407 echo "include confinc" > confmf
3408 # Ignore all kinds of additional output from `make'.
3409 case `$am_make -s -f confmf 2> /dev/null` in #(
3410 *the\ am__doit\ target*)
3411 am__include=include
3412 am__quote=
3413 _am_result=GNU
3415 esac
3416 # Now try BSD make style include.
3417 if test "$am__include" = "#"; then
3418 echo '.include "confinc"' > confmf
3419 case `$am_make -s -f confmf 2> /dev/null` in #(
3420 *the\ am__doit\ target*)
3421 am__include=.include
3422 am__quote="\""
3423 _am_result=BSD
3425 esac
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3430 $as_echo "$_am_result" >&6; }
3431 rm -f confinc confmf
3433 # Check whether --enable-dependency-tracking was given.
3434 if test "${enable_dependency_tracking+set}" = set; then :
3435 enableval=$enable_dependency_tracking;
3438 if test "x$enable_dependency_tracking" != xno; then
3439 am_depcomp="$ac_aux_dir/depcomp"
3440 AMDEPBACKSLASH='\'
3442 if test "x$enable_dependency_tracking" != xno; then
3443 AMDEP_TRUE=
3444 AMDEP_FALSE='#'
3445 else
3446 AMDEP_TRUE='#'
3447 AMDEP_FALSE=
3452 depcc="$CXX" am_compiler_list=
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3455 $as_echo_n "checking dependency style of $depcc... " >&6; }
3456 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
3457 $as_echo_n "(cached) " >&6
3458 else
3459 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3460 # We make a subdir and do the tests there. Otherwise we can end up
3461 # making bogus files that we don't know about and never remove. For
3462 # instance it was reported that on HP-UX the gcc test will end up
3463 # making a dummy file named `D' -- because `-MD' means `put the output
3464 # in D'.
3465 mkdir conftest.dir
3466 # Copy depcomp to subdir because otherwise we won't find it if we're
3467 # using a relative directory.
3468 cp "$am_depcomp" conftest.dir
3469 cd conftest.dir
3470 # We will build objects and dependencies in a subdirectory because
3471 # it helps to detect inapplicable dependency modes. For instance
3472 # both Tru64's cc and ICC support -MD to output dependencies as a
3473 # side effect of compilation, but ICC will put the dependencies in
3474 # the current directory while Tru64 will put them in the object
3475 # directory.
3476 mkdir sub
3478 am_cv_CXX_dependencies_compiler_type=none
3479 if test "$am_compiler_list" = ""; then
3480 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3482 am__universal=false
3483 case " $depcc " in #(
3484 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3485 esac
3487 for depmode in $am_compiler_list; do
3488 # Setup a source with many dependencies, because some compilers
3489 # like to wrap large dependency lists on column 80 (with \), and
3490 # we should not choose a depcomp mode which is confused by this.
3492 # We need to recreate these files for each test, as the compiler may
3493 # overwrite some of them when testing with obscure command lines.
3494 # This happens at least with the AIX C compiler.
3495 : > sub/conftest.c
3496 for i in 1 2 3 4 5 6; do
3497 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3498 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3499 # Solaris 8's {/usr,}/bin/sh.
3500 touch sub/conftst$i.h
3501 done
3502 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3504 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3505 # mode. It turns out that the SunPro C++ compiler does not properly
3506 # handle `-M -o', and we need to detect this. Also, some Intel
3507 # versions had trouble with output in subdirs
3508 am__obj=sub/conftest.${OBJEXT-o}
3509 am__minus_obj="-o $am__obj"
3510 case $depmode in
3511 gcc)
3512 # This depmode causes a compiler race in universal mode.
3513 test "$am__universal" = false || continue
3515 nosideeffect)
3516 # after this tag, mechanisms are not by side-effect, so they'll
3517 # only be used when explicitly requested
3518 if test "x$enable_dependency_tracking" = xyes; then
3519 continue
3520 else
3521 break
3524 msvisualcpp | msvcmsys)
3525 # This compiler won't grok `-c -o', but also, the minuso test has
3526 # not run yet. These depmodes are late enough in the game, and
3527 # so weak that their functioning should not be impacted.
3528 am__obj=conftest.${OBJEXT-o}
3529 am__minus_obj=
3531 none) break ;;
3532 esac
3533 if depmode=$depmode \
3534 source=sub/conftest.c object=$am__obj \
3535 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3536 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3537 >/dev/null 2>conftest.err &&
3538 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3539 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3540 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3541 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3542 # icc doesn't choke on unknown options, it will just issue warnings
3543 # or remarks (even with -Werror). So we grep stderr for any message
3544 # that says an option was ignored or not supported.
3545 # When given -MP, icc 7.0 and 7.1 complain thusly:
3546 # icc: Command line warning: ignoring option '-M'; no argument required
3547 # The diagnosis changed in icc 8.0:
3548 # icc: Command line remark: option '-MP' not supported
3549 if (grep 'ignoring option' conftest.err ||
3550 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3551 am_cv_CXX_dependencies_compiler_type=$depmode
3552 break
3555 done
3557 cd ..
3558 rm -rf conftest.dir
3559 else
3560 am_cv_CXX_dependencies_compiler_type=none
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
3565 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
3566 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3569 test "x$enable_dependency_tracking" != xno \
3570 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3571 am__fastdepCXX_TRUE=
3572 am__fastdepCXX_FALSE='#'
3573 else
3574 am__fastdepCXX_TRUE='#'
3575 am__fastdepCXX_FALSE=
3579 ac_ext=c
3580 ac_cpp='$CPP $CPPFLAGS'
3581 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3582 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3583 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3584 if test -n "$ac_tool_prefix"; then
3585 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3586 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3588 $as_echo_n "checking for $ac_word... " >&6; }
3589 if test "${ac_cv_prog_CC+set}" = set; then :
3590 $as_echo_n "(cached) " >&6
3591 else
3592 if test -n "$CC"; then
3593 ac_cv_prog_CC="$CC" # Let the user override the test.
3594 else
3595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3596 for as_dir in $PATH
3598 IFS=$as_save_IFS
3599 test -z "$as_dir" && as_dir=.
3600 for ac_exec_ext in '' $ac_executable_extensions; do
3601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3602 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3604 break 2
3606 done
3607 done
3608 IFS=$as_save_IFS
3612 CC=$ac_cv_prog_CC
3613 if test -n "$CC"; then
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3615 $as_echo "$CC" >&6; }
3616 else
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3618 $as_echo "no" >&6; }
3623 if test -z "$ac_cv_prog_CC"; then
3624 ac_ct_CC=$CC
3625 # Extract the first word of "gcc", so it can be a program name with args.
3626 set dummy gcc; ac_word=$2
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3628 $as_echo_n "checking for $ac_word... " >&6; }
3629 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3630 $as_echo_n "(cached) " >&6
3631 else
3632 if test -n "$ac_ct_CC"; then
3633 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3634 else
3635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636 for as_dir in $PATH
3638 IFS=$as_save_IFS
3639 test -z "$as_dir" && as_dir=.
3640 for ac_exec_ext in '' $ac_executable_extensions; do
3641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3642 ac_cv_prog_ac_ct_CC="gcc"
3643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3644 break 2
3646 done
3647 done
3648 IFS=$as_save_IFS
3652 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3653 if test -n "$ac_ct_CC"; then
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3655 $as_echo "$ac_ct_CC" >&6; }
3656 else
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3658 $as_echo "no" >&6; }
3661 if test "x$ac_ct_CC" = x; then
3662 CC=""
3663 else
3664 case $cross_compiling:$ac_tool_warned in
3665 yes:)
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3667 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3668 ac_tool_warned=yes ;;
3669 esac
3670 CC=$ac_ct_CC
3672 else
3673 CC="$ac_cv_prog_CC"
3676 if test -z "$CC"; then
3677 if test -n "$ac_tool_prefix"; then
3678 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3679 set dummy ${ac_tool_prefix}cc; ac_word=$2
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3681 $as_echo_n "checking for $ac_word... " >&6; }
3682 if test "${ac_cv_prog_CC+set}" = set; then :
3683 $as_echo_n "(cached) " >&6
3684 else
3685 if test -n "$CC"; then
3686 ac_cv_prog_CC="$CC" # Let the user override the test.
3687 else
3688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3689 for as_dir in $PATH
3691 IFS=$as_save_IFS
3692 test -z "$as_dir" && as_dir=.
3693 for ac_exec_ext in '' $ac_executable_extensions; do
3694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3695 ac_cv_prog_CC="${ac_tool_prefix}cc"
3696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3697 break 2
3699 done
3700 done
3701 IFS=$as_save_IFS
3705 CC=$ac_cv_prog_CC
3706 if test -n "$CC"; then
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3708 $as_echo "$CC" >&6; }
3709 else
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3711 $as_echo "no" >&6; }
3717 if test -z "$CC"; then
3718 # Extract the first word of "cc", so it can be a program name with args.
3719 set dummy cc; ac_word=$2
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3721 $as_echo_n "checking for $ac_word... " >&6; }
3722 if test "${ac_cv_prog_CC+set}" = set; then :
3723 $as_echo_n "(cached) " >&6
3724 else
3725 if test -n "$CC"; then
3726 ac_cv_prog_CC="$CC" # Let the user override the test.
3727 else
3728 ac_prog_rejected=no
3729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730 for as_dir in $PATH
3732 IFS=$as_save_IFS
3733 test -z "$as_dir" && as_dir=.
3734 for ac_exec_ext in '' $ac_executable_extensions; do
3735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3736 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3737 ac_prog_rejected=yes
3738 continue
3740 ac_cv_prog_CC="cc"
3741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3742 break 2
3744 done
3745 done
3746 IFS=$as_save_IFS
3748 if test $ac_prog_rejected = yes; then
3749 # We found a bogon in the path, so make sure we never use it.
3750 set dummy $ac_cv_prog_CC
3751 shift
3752 if test $# != 0; then
3753 # We chose a different compiler from the bogus one.
3754 # However, it has the same basename, so the bogon will be chosen
3755 # first if we set CC to just the basename; use the full file name.
3756 shift
3757 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3762 CC=$ac_cv_prog_CC
3763 if test -n "$CC"; then
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3765 $as_echo "$CC" >&6; }
3766 else
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3768 $as_echo "no" >&6; }
3773 if test -z "$CC"; then
3774 if test -n "$ac_tool_prefix"; then
3775 for ac_prog in cl.exe
3777 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3778 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3780 $as_echo_n "checking for $ac_word... " >&6; }
3781 if test "${ac_cv_prog_CC+set}" = set; then :
3782 $as_echo_n "(cached) " >&6
3783 else
3784 if test -n "$CC"; then
3785 ac_cv_prog_CC="$CC" # Let the user override the test.
3786 else
3787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3788 for as_dir in $PATH
3790 IFS=$as_save_IFS
3791 test -z "$as_dir" && as_dir=.
3792 for ac_exec_ext in '' $ac_executable_extensions; do
3793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3794 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3796 break 2
3798 done
3799 done
3800 IFS=$as_save_IFS
3804 CC=$ac_cv_prog_CC
3805 if test -n "$CC"; then
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3807 $as_echo "$CC" >&6; }
3808 else
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3810 $as_echo "no" >&6; }
3814 test -n "$CC" && break
3815 done
3817 if test -z "$CC"; then
3818 ac_ct_CC=$CC
3819 for ac_prog in cl.exe
3821 # Extract the first word of "$ac_prog", so it can be a program name with args.
3822 set dummy $ac_prog; ac_word=$2
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3824 $as_echo_n "checking for $ac_word... " >&6; }
3825 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3826 $as_echo_n "(cached) " >&6
3827 else
3828 if test -n "$ac_ct_CC"; then
3829 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3830 else
3831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3832 for as_dir in $PATH
3834 IFS=$as_save_IFS
3835 test -z "$as_dir" && as_dir=.
3836 for ac_exec_ext in '' $ac_executable_extensions; do
3837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3838 ac_cv_prog_ac_ct_CC="$ac_prog"
3839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3840 break 2
3842 done
3843 done
3844 IFS=$as_save_IFS
3848 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3849 if test -n "$ac_ct_CC"; then
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3851 $as_echo "$ac_ct_CC" >&6; }
3852 else
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3854 $as_echo "no" >&6; }
3858 test -n "$ac_ct_CC" && break
3859 done
3861 if test "x$ac_ct_CC" = x; then
3862 CC=""
3863 else
3864 case $cross_compiling:$ac_tool_warned in
3865 yes:)
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3867 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3868 ac_tool_warned=yes ;;
3869 esac
3870 CC=$ac_ct_CC
3877 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3879 as_fn_error "no acceptable C compiler found in \$PATH
3880 See \`config.log' for more details." "$LINENO" 5; }
3882 # Provide some information about the compiler.
3883 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3884 set X $ac_compile
3885 ac_compiler=$2
3886 for ac_option in --version -v -V -qversion; do
3887 { { ac_try="$ac_compiler $ac_option >&5"
3888 case "(($ac_try" in
3889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3890 *) ac_try_echo=$ac_try;;
3891 esac
3892 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3893 $as_echo "$ac_try_echo"; } >&5
3894 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3895 ac_status=$?
3896 if test -s conftest.err; then
3897 sed '10a\
3898 ... rest of stderr output deleted ...
3899 10q' conftest.err >conftest.er1
3900 cat conftest.er1 >&5
3901 rm -f conftest.er1 conftest.err
3903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3904 test $ac_status = 0; }
3905 done
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3908 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3909 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3910 $as_echo_n "(cached) " >&6
3911 else
3912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3913 /* end confdefs.h. */
3916 main ()
3918 #ifndef __GNUC__
3919 choke me
3920 #endif
3923 return 0;
3925 _ACEOF
3926 if ac_fn_c_try_compile "$LINENO"; then :
3927 ac_compiler_gnu=yes
3928 else
3929 ac_compiler_gnu=no
3931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3932 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3936 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3937 if test $ac_compiler_gnu = yes; then
3938 GCC=yes
3939 else
3940 GCC=
3942 ac_test_CFLAGS=${CFLAGS+set}
3943 ac_save_CFLAGS=$CFLAGS
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3945 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3946 if test "${ac_cv_prog_cc_g+set}" = set; then :
3947 $as_echo_n "(cached) " >&6
3948 else
3949 ac_save_c_werror_flag=$ac_c_werror_flag
3950 ac_c_werror_flag=yes
3951 ac_cv_prog_cc_g=no
3952 CFLAGS="-g"
3953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3954 /* end confdefs.h. */
3957 main ()
3961 return 0;
3963 _ACEOF
3964 if ac_fn_c_try_compile "$LINENO"; then :
3965 ac_cv_prog_cc_g=yes
3966 else
3967 CFLAGS=""
3968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3969 /* end confdefs.h. */
3972 main ()
3976 return 0;
3978 _ACEOF
3979 if ac_fn_c_try_compile "$LINENO"; then :
3981 else
3982 ac_c_werror_flag=$ac_save_c_werror_flag
3983 CFLAGS="-g"
3984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3985 /* end confdefs.h. */
3988 main ()
3992 return 0;
3994 _ACEOF
3995 if ac_fn_c_try_compile "$LINENO"; then :
3996 ac_cv_prog_cc_g=yes
3998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4003 ac_c_werror_flag=$ac_save_c_werror_flag
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4006 $as_echo "$ac_cv_prog_cc_g" >&6; }
4007 if test "$ac_test_CFLAGS" = set; then
4008 CFLAGS=$ac_save_CFLAGS
4009 elif test $ac_cv_prog_cc_g = yes; then
4010 if test "$GCC" = yes; then
4011 CFLAGS="-g -O2"
4012 else
4013 CFLAGS="-g"
4015 else
4016 if test "$GCC" = yes; then
4017 CFLAGS="-O2"
4018 else
4019 CFLAGS=
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4023 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4024 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4025 $as_echo_n "(cached) " >&6
4026 else
4027 ac_cv_prog_cc_c89=no
4028 ac_save_CC=$CC
4029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4030 /* end confdefs.h. */
4031 #include <stdarg.h>
4032 #include <stdio.h>
4033 #include <sys/types.h>
4034 #include <sys/stat.h>
4035 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4036 struct buf { int x; };
4037 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4038 static char *e (p, i)
4039 char **p;
4040 int i;
4042 return p[i];
4044 static char *f (char * (*g) (char **, int), char **p, ...)
4046 char *s;
4047 va_list v;
4048 va_start (v,p);
4049 s = g (p, va_arg (v,int));
4050 va_end (v);
4051 return s;
4054 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4055 function prototypes and stuff, but not '\xHH' hex character constants.
4056 These don't provoke an error unfortunately, instead are silently treated
4057 as 'x'. The following induces an error, until -std is added to get
4058 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4059 array size at least. It's necessary to write '\x00'==0 to get something
4060 that's true only with -std. */
4061 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4063 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4064 inside strings and character constants. */
4065 #define FOO(x) 'x'
4066 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4068 int test (int i, double x);
4069 struct s1 {int (*f) (int a);};
4070 struct s2 {int (*f) (double a);};
4071 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4072 int argc;
4073 char **argv;
4075 main ()
4077 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4079 return 0;
4081 _ACEOF
4082 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4083 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4085 CC="$ac_save_CC $ac_arg"
4086 if ac_fn_c_try_compile "$LINENO"; then :
4087 ac_cv_prog_cc_c89=$ac_arg
4089 rm -f core conftest.err conftest.$ac_objext
4090 test "x$ac_cv_prog_cc_c89" != "xno" && break
4091 done
4092 rm -f conftest.$ac_ext
4093 CC=$ac_save_CC
4096 # AC_CACHE_VAL
4097 case "x$ac_cv_prog_cc_c89" in
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4100 $as_echo "none needed" >&6; } ;;
4101 xno)
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4103 $as_echo "unsupported" >&6; } ;;
4105 CC="$CC $ac_cv_prog_cc_c89"
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4107 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4108 esac
4109 if test "x$ac_cv_prog_cc_c89" != xno; then :
4113 ac_ext=c
4114 ac_cpp='$CPP $CPPFLAGS'
4115 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4116 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4117 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4119 depcc="$CC" am_compiler_list=
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4122 $as_echo_n "checking dependency style of $depcc... " >&6; }
4123 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4124 $as_echo_n "(cached) " >&6
4125 else
4126 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4127 # We make a subdir and do the tests there. Otherwise we can end up
4128 # making bogus files that we don't know about and never remove. For
4129 # instance it was reported that on HP-UX the gcc test will end up
4130 # making a dummy file named `D' -- because `-MD' means `put the output
4131 # in D'.
4132 mkdir conftest.dir
4133 # Copy depcomp to subdir because otherwise we won't find it if we're
4134 # using a relative directory.
4135 cp "$am_depcomp" conftest.dir
4136 cd conftest.dir
4137 # We will build objects and dependencies in a subdirectory because
4138 # it helps to detect inapplicable dependency modes. For instance
4139 # both Tru64's cc and ICC support -MD to output dependencies as a
4140 # side effect of compilation, but ICC will put the dependencies in
4141 # the current directory while Tru64 will put them in the object
4142 # directory.
4143 mkdir sub
4145 am_cv_CC_dependencies_compiler_type=none
4146 if test "$am_compiler_list" = ""; then
4147 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4149 am__universal=false
4150 case " $depcc " in #(
4151 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4152 esac
4154 for depmode in $am_compiler_list; do
4155 # Setup a source with many dependencies, because some compilers
4156 # like to wrap large dependency lists on column 80 (with \), and
4157 # we should not choose a depcomp mode which is confused by this.
4159 # We need to recreate these files for each test, as the compiler may
4160 # overwrite some of them when testing with obscure command lines.
4161 # This happens at least with the AIX C compiler.
4162 : > sub/conftest.c
4163 for i in 1 2 3 4 5 6; do
4164 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4165 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4166 # Solaris 8's {/usr,}/bin/sh.
4167 touch sub/conftst$i.h
4168 done
4169 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4171 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4172 # mode. It turns out that the SunPro C++ compiler does not properly
4173 # handle `-M -o', and we need to detect this. Also, some Intel
4174 # versions had trouble with output in subdirs
4175 am__obj=sub/conftest.${OBJEXT-o}
4176 am__minus_obj="-o $am__obj"
4177 case $depmode in
4178 gcc)
4179 # This depmode causes a compiler race in universal mode.
4180 test "$am__universal" = false || continue
4182 nosideeffect)
4183 # after this tag, mechanisms are not by side-effect, so they'll
4184 # only be used when explicitly requested
4185 if test "x$enable_dependency_tracking" = xyes; then
4186 continue
4187 else
4188 break
4191 msvisualcpp | msvcmsys)
4192 # This compiler won't grok `-c -o', but also, the minuso test has
4193 # not run yet. These depmodes are late enough in the game, and
4194 # so weak that their functioning should not be impacted.
4195 am__obj=conftest.${OBJEXT-o}
4196 am__minus_obj=
4198 none) break ;;
4199 esac
4200 if depmode=$depmode \
4201 source=sub/conftest.c object=$am__obj \
4202 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4203 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4204 >/dev/null 2>conftest.err &&
4205 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4206 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4207 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4208 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4209 # icc doesn't choke on unknown options, it will just issue warnings
4210 # or remarks (even with -Werror). So we grep stderr for any message
4211 # that says an option was ignored or not supported.
4212 # When given -MP, icc 7.0 and 7.1 complain thusly:
4213 # icc: Command line warning: ignoring option '-M'; no argument required
4214 # The diagnosis changed in icc 8.0:
4215 # icc: Command line remark: option '-MP' not supported
4216 if (grep 'ignoring option' conftest.err ||
4217 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4218 am_cv_CC_dependencies_compiler_type=$depmode
4219 break
4222 done
4224 cd ..
4225 rm -rf conftest.dir
4226 else
4227 am_cv_CC_dependencies_compiler_type=none
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4232 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4233 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4236 test "x$enable_dependency_tracking" != xno \
4237 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4238 am__fastdepCC_TRUE=
4239 am__fastdepCC_FALSE='#'
4240 else
4241 am__fastdepCC_TRUE='#'
4242 am__fastdepCC_FALSE=
4246 # AC_PROG_LIBTOOL
4247 # AC_CONFIG_MACRO_DIR([..])
4248 ac_config_files="$ac_config_files Makefile"
4250 # Default to --enable-multilib
4251 # Check whether --enable-multilib was given.
4252 if test "${enable_multilib+set}" = set; then :
4253 enableval=$enable_multilib; case "$enableval" in
4254 yes) multilib=yes ;;
4255 no) multilib=no ;;
4256 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
4257 esac
4258 else
4259 multilib=yes
4263 # We may get other options which we leave undocumented:
4264 # --with-target-subdir, --with-multisrctop, --with-multisubdir
4265 # See config-ml.in if you want the gory details.
4267 if test "$srcdir" = "."; then
4268 if test "$with_target_subdir" != "."; then
4269 multi_basedir="$srcdir/$with_multisrctop../.."
4270 else
4271 multi_basedir="$srcdir/$with_multisrctop.."
4273 else
4274 multi_basedir="$srcdir/.."
4278 # Even if the default multilib is not a cross compilation,
4279 # it may be that some of the other multilibs are.
4280 if test $cross_compiling = no && test $multilib = yes \
4281 && test "x${with_multisubdir}" != x ; then
4282 cross_compiling=maybe
4285 ac_config_commands="$ac_config_commands default-1"
4288 ac_ext=c
4289 ac_cpp='$CPP $CPPFLAGS'
4290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4294 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4295 # On Suns, sometimes $CPP names a directory.
4296 if test -n "$CPP" && test -d "$CPP"; then
4297 CPP=
4299 if test -z "$CPP"; then
4300 if test "${ac_cv_prog_CPP+set}" = set; then :
4301 $as_echo_n "(cached) " >&6
4302 else
4303 # Double quotes because CPP needs to be expanded
4304 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4306 ac_preproc_ok=false
4307 for ac_c_preproc_warn_flag in '' yes
4309 # Use a header file that comes with gcc, so configuring glibc
4310 # with a fresh cross-compiler works.
4311 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4312 # <limits.h> exists even on freestanding compilers.
4313 # On the NeXT, cc -E runs the code through the compiler's parser,
4314 # not just through cpp. "Syntax error" is here to catch this case.
4315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4316 /* end confdefs.h. */
4317 #ifdef __STDC__
4318 # include <limits.h>
4319 #else
4320 # include <assert.h>
4321 #endif
4322 Syntax error
4323 _ACEOF
4324 if ac_fn_c_try_cpp "$LINENO"; then :
4326 else
4327 # Broken: fails on valid input.
4328 continue
4330 rm -f conftest.err conftest.$ac_ext
4332 # OK, works on sane cases. Now check whether nonexistent headers
4333 # can be detected and how.
4334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4335 /* end confdefs.h. */
4336 #include <ac_nonexistent.h>
4337 _ACEOF
4338 if ac_fn_c_try_cpp "$LINENO"; then :
4339 # Broken: success on invalid input.
4340 continue
4341 else
4342 # Passes both tests.
4343 ac_preproc_ok=:
4344 break
4346 rm -f conftest.err conftest.$ac_ext
4348 done
4349 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4350 rm -f conftest.err conftest.$ac_ext
4351 if $ac_preproc_ok; then :
4352 break
4355 done
4356 ac_cv_prog_CPP=$CPP
4359 CPP=$ac_cv_prog_CPP
4360 else
4361 ac_cv_prog_CPP=$CPP
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4364 $as_echo "$CPP" >&6; }
4365 ac_preproc_ok=false
4366 for ac_c_preproc_warn_flag in '' yes
4368 # Use a header file that comes with gcc, so configuring glibc
4369 # with a fresh cross-compiler works.
4370 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4371 # <limits.h> exists even on freestanding compilers.
4372 # On the NeXT, cc -E runs the code through the compiler's parser,
4373 # not just through cpp. "Syntax error" is here to catch this case.
4374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4375 /* end confdefs.h. */
4376 #ifdef __STDC__
4377 # include <limits.h>
4378 #else
4379 # include <assert.h>
4380 #endif
4381 Syntax error
4382 _ACEOF
4383 if ac_fn_c_try_cpp "$LINENO"; then :
4385 else
4386 # Broken: fails on valid input.
4387 continue
4389 rm -f conftest.err conftest.$ac_ext
4391 # OK, works on sane cases. Now check whether nonexistent headers
4392 # can be detected and how.
4393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4394 /* end confdefs.h. */
4395 #include <ac_nonexistent.h>
4396 _ACEOF
4397 if ac_fn_c_try_cpp "$LINENO"; then :
4398 # Broken: success on invalid input.
4399 continue
4400 else
4401 # Passes both tests.
4402 ac_preproc_ok=:
4403 break
4405 rm -f conftest.err conftest.$ac_ext
4407 done
4408 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4409 rm -f conftest.err conftest.$ac_ext
4410 if $ac_preproc_ok; then :
4412 else
4413 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4414 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4415 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4416 See \`config.log' for more details." "$LINENO" 5; }
4419 ac_ext=c
4420 ac_cpp='$CPP $CPPFLAGS'
4421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4427 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4428 if test "${ac_cv_path_GREP+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -z "$GREP"; then
4432 ac_path_GREP_found=false
4433 # Loop through the user's path and test for each of PROGNAME-LIST
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_prog in grep ggrep; do
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4442 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4443 # Check for GNU ac_path_GREP and select it if it is found.
4444 # Check for GNU $ac_path_GREP
4445 case `"$ac_path_GREP" --version 2>&1` in
4446 *GNU*)
4447 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4449 ac_count=0
4450 $as_echo_n 0123456789 >"conftest.in"
4451 while :
4453 cat "conftest.in" "conftest.in" >"conftest.tmp"
4454 mv "conftest.tmp" "conftest.in"
4455 cp "conftest.in" "conftest.nl"
4456 $as_echo 'GREP' >> "conftest.nl"
4457 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4458 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4459 as_fn_arith $ac_count + 1 && ac_count=$as_val
4460 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4461 # Best one so far, save it but keep looking for a better one
4462 ac_cv_path_GREP="$ac_path_GREP"
4463 ac_path_GREP_max=$ac_count
4465 # 10*(2^10) chars as input seems more than enough
4466 test $ac_count -gt 10 && break
4467 done
4468 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4469 esac
4471 $ac_path_GREP_found && break 3
4472 done
4473 done
4474 done
4475 IFS=$as_save_IFS
4476 if test -z "$ac_cv_path_GREP"; then
4477 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4479 else
4480 ac_cv_path_GREP=$GREP
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4485 $as_echo "$ac_cv_path_GREP" >&6; }
4486 GREP="$ac_cv_path_GREP"
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4490 $as_echo_n "checking for egrep... " >&6; }
4491 if test "${ac_cv_path_EGREP+set}" = set; then :
4492 $as_echo_n "(cached) " >&6
4493 else
4494 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4495 then ac_cv_path_EGREP="$GREP -E"
4496 else
4497 if test -z "$EGREP"; then
4498 ac_path_EGREP_found=false
4499 # Loop through the user's path and test for each of PROGNAME-LIST
4500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4501 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4503 IFS=$as_save_IFS
4504 test -z "$as_dir" && as_dir=.
4505 for ac_prog in egrep; do
4506 for ac_exec_ext in '' $ac_executable_extensions; do
4507 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4508 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4509 # Check for GNU ac_path_EGREP and select it if it is found.
4510 # Check for GNU $ac_path_EGREP
4511 case `"$ac_path_EGREP" --version 2>&1` in
4512 *GNU*)
4513 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4515 ac_count=0
4516 $as_echo_n 0123456789 >"conftest.in"
4517 while :
4519 cat "conftest.in" "conftest.in" >"conftest.tmp"
4520 mv "conftest.tmp" "conftest.in"
4521 cp "conftest.in" "conftest.nl"
4522 $as_echo 'EGREP' >> "conftest.nl"
4523 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4524 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4525 as_fn_arith $ac_count + 1 && ac_count=$as_val
4526 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4527 # Best one so far, save it but keep looking for a better one
4528 ac_cv_path_EGREP="$ac_path_EGREP"
4529 ac_path_EGREP_max=$ac_count
4531 # 10*(2^10) chars as input seems more than enough
4532 test $ac_count -gt 10 && break
4533 done
4534 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4535 esac
4537 $ac_path_EGREP_found && break 3
4538 done
4539 done
4540 done
4541 IFS=$as_save_IFS
4542 if test -z "$ac_cv_path_EGREP"; then
4543 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4545 else
4546 ac_cv_path_EGREP=$EGREP
4551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4552 $as_echo "$ac_cv_path_EGREP" >&6; }
4553 EGREP="$ac_cv_path_EGREP"
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4557 $as_echo_n "checking for ANSI C header files... " >&6; }
4558 if test "${ac_cv_header_stdc+set}" = set; then :
4559 $as_echo_n "(cached) " >&6
4560 else
4561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4562 /* end confdefs.h. */
4563 #include <stdlib.h>
4564 #include <stdarg.h>
4565 #include <string.h>
4566 #include <float.h>
4569 main ()
4573 return 0;
4575 _ACEOF
4576 if ac_fn_c_try_compile "$LINENO"; then :
4577 ac_cv_header_stdc=yes
4578 else
4579 ac_cv_header_stdc=no
4581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4583 if test $ac_cv_header_stdc = yes; then
4584 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4586 /* end confdefs.h. */
4587 #include <string.h>
4589 _ACEOF
4590 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4591 $EGREP "memchr" >/dev/null 2>&1; then :
4593 else
4594 ac_cv_header_stdc=no
4596 rm -f conftest*
4600 if test $ac_cv_header_stdc = yes; then
4601 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603 /* end confdefs.h. */
4604 #include <stdlib.h>
4606 _ACEOF
4607 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4608 $EGREP "free" >/dev/null 2>&1; then :
4610 else
4611 ac_cv_header_stdc=no
4613 rm -f conftest*
4617 if test $ac_cv_header_stdc = yes; then
4618 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4619 if test "$cross_compiling" = yes; then :
4621 else
4622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4623 /* end confdefs.h. */
4624 #include <ctype.h>
4625 #include <stdlib.h>
4626 #if ((' ' & 0x0FF) == 0x020)
4627 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4628 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4629 #else
4630 # define ISLOWER(c) \
4631 (('a' <= (c) && (c) <= 'i') \
4632 || ('j' <= (c) && (c) <= 'r') \
4633 || ('s' <= (c) && (c) <= 'z'))
4634 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4635 #endif
4637 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4639 main ()
4641 int i;
4642 for (i = 0; i < 256; i++)
4643 if (XOR (islower (i), ISLOWER (i))
4644 || toupper (i) != TOUPPER (i))
4645 return 2;
4646 return 0;
4648 _ACEOF
4649 if ac_fn_c_try_run "$LINENO"; then :
4651 else
4652 ac_cv_header_stdc=no
4654 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4655 conftest.$ac_objext conftest.beam conftest.$ac_ext
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4661 $as_echo "$ac_cv_header_stdc" >&6; }
4662 if test $ac_cv_header_stdc = yes; then
4664 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4668 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4669 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4670 inttypes.h stdint.h unistd.h
4671 do :
4672 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4673 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4675 eval as_val=\$$as_ac_Header
4676 if test "x$as_val" = x""yes; then :
4677 cat >>confdefs.h <<_ACEOF
4678 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4679 _ACEOF
4683 done
4686 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4687 # for constant arguments. Useless!
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
4689 $as_echo_n "checking for working alloca.h... " >&6; }
4690 if test "${ac_cv_working_alloca_h+set}" = set; then :
4691 $as_echo_n "(cached) " >&6
4692 else
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694 /* end confdefs.h. */
4695 #include <alloca.h>
4697 main ()
4699 char *p = (char *) alloca (2 * sizeof (int));
4700 if (p) return 0;
4702 return 0;
4704 _ACEOF
4705 if ac_fn_c_try_link "$LINENO"; then :
4706 ac_cv_working_alloca_h=yes
4707 else
4708 ac_cv_working_alloca_h=no
4710 rm -f core conftest.err conftest.$ac_objext \
4711 conftest$ac_exeext conftest.$ac_ext
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
4714 $as_echo "$ac_cv_working_alloca_h" >&6; }
4715 if test $ac_cv_working_alloca_h = yes; then
4717 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
4722 $as_echo_n "checking for alloca... " >&6; }
4723 if test "${ac_cv_func_alloca_works+set}" = set; then :
4724 $as_echo_n "(cached) " >&6
4725 else
4726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4727 /* end confdefs.h. */
4728 #ifdef __GNUC__
4729 # define alloca __builtin_alloca
4730 #else
4731 # ifdef _MSC_VER
4732 # include <malloc.h>
4733 # define alloca _alloca
4734 # else
4735 # ifdef HAVE_ALLOCA_H
4736 # include <alloca.h>
4737 # else
4738 # ifdef _AIX
4739 #pragma alloca
4740 # else
4741 # ifndef alloca /* predefined by HP cc +Olibcalls */
4742 char *alloca ();
4743 # endif
4744 # endif
4745 # endif
4746 # endif
4747 #endif
4750 main ()
4752 char *p = (char *) alloca (1);
4753 if (p) return 0;
4755 return 0;
4757 _ACEOF
4758 if ac_fn_c_try_link "$LINENO"; then :
4759 ac_cv_func_alloca_works=yes
4760 else
4761 ac_cv_func_alloca_works=no
4763 rm -f core conftest.err conftest.$ac_objext \
4764 conftest$ac_exeext conftest.$ac_ext
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
4767 $as_echo "$ac_cv_func_alloca_works" >&6; }
4769 if test $ac_cv_func_alloca_works = yes; then
4771 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
4773 else
4774 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4775 # that cause trouble. Some versions do not even contain alloca or
4776 # contain a buggy version. If you still want to use their alloca,
4777 # use ar to extract alloca.o from them instead of compiling alloca.c.
4779 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
4781 $as_echo "#define C_ALLOCA 1" >>confdefs.h
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
4785 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
4786 if test "${ac_cv_os_cray+set}" = set; then :
4787 $as_echo_n "(cached) " >&6
4788 else
4789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4790 /* end confdefs.h. */
4791 #if defined CRAY && ! defined CRAY2
4792 webecray
4793 #else
4794 wenotbecray
4795 #endif
4797 _ACEOF
4798 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4799 $EGREP "webecray" >/dev/null 2>&1; then :
4800 ac_cv_os_cray=yes
4801 else
4802 ac_cv_os_cray=no
4804 rm -f conftest*
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
4808 $as_echo "$ac_cv_os_cray" >&6; }
4809 if test $ac_cv_os_cray = yes; then
4810 for ac_func in _getb67 GETB67 getb67; do
4811 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4812 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4813 eval as_val=\$$as_ac_var
4814 if test "x$as_val" = x""yes; then :
4816 cat >>confdefs.h <<_ACEOF
4817 #define CRAY_STACKSEG_END $ac_func
4818 _ACEOF
4820 break
4823 done
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
4827 $as_echo_n "checking stack direction for C alloca... " >&6; }
4828 if test "${ac_cv_c_stack_direction+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4830 else
4831 if test "$cross_compiling" = yes; then :
4832 ac_cv_c_stack_direction=0
4833 else
4834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4835 /* end confdefs.h. */
4836 $ac_includes_default
4838 find_stack_direction ()
4840 static char *addr = 0;
4841 auto char dummy;
4842 if (addr == 0)
4844 addr = &dummy;
4845 return find_stack_direction ();
4847 else
4848 return (&dummy > addr) ? 1 : -1;
4852 main ()
4854 return find_stack_direction () < 0;
4856 _ACEOF
4857 if ac_fn_c_try_run "$LINENO"; then :
4858 ac_cv_c_stack_direction=1
4859 else
4860 ac_cv_c_stack_direction=-1
4862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4863 conftest.$ac_objext conftest.beam conftest.$ac_ext
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
4868 $as_echo "$ac_cv_c_stack_direction" >&6; }
4869 cat >>confdefs.h <<_ACEOF
4870 #define STACK_DIRECTION $ac_cv_c_stack_direction
4871 _ACEOF
4877 # Get target configury.
4878 . ${srcdir}/configure.tgt
4879 if test -n "$UNSUPPORTED"; then
4880 as_fn_error "Configuration ${target} is unsupported." "$LINENO" 5
4883 if test "${multilib}" = "yes"; then
4884 multilib_arg="--enable-multilib"
4885 else
4886 multilib_arg=
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
4890 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
4891 # Check whether --enable-version-specific-runtime-libs was given.
4892 if test "${enable_version_specific_runtime_libs+set}" = set; then :
4893 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
4894 yes) enable_version_specific_runtime_libs=yes ;;
4895 no) enable_version_specific_runtime_libs=no ;;
4896 *) as_fn_error "Unknown argument to enable/disable version-specific libs
4897 " "$LINENO" 5;;
4898 esac
4899 else
4900 enable_version_specific_runtime_libs=no
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
4904 $as_echo "$enable_version_specific_runtime_libs" >&6; }
4907 # Calculate toolexeclibdir
4908 # Also toolexecdir, though it's only used in toolexeclibdir
4909 case ${enable_version_specific_runtime_libs} in
4910 yes)
4911 # Need the gcc compiler version to know where to install libraries
4912 # and header files if --enable-version-specific-runtime-libs option
4913 # is selected.
4914 toolexecdir='$(libdir)/gcc/$(target_alias)'
4915 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
4918 if test -n "$with_cross_host" &&
4919 test x"$with_cross_host" != x"no"; then
4920 # Install a library built with a cross compiler in tooldir, not libdir.
4921 toolexecdir='$(exec_prefix)/$(target_alias)'
4922 toolexeclibdir='$(toolexecdir)/lib'
4923 else
4924 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
4925 toolexeclibdir='$(libdir)'
4927 multi_os_directory=`$CC -print-multi-os-directory`
4928 case $multi_os_directory in
4929 .) ;; # Avoid trailing /.
4930 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
4931 esac
4933 esac
4935 # Set config_dir based on the target. config_dir specifies where to get
4936 # target-specific files. The generic implementation is incomplete, but
4937 # contains information on what's needed
4938 case "${target}" in
4940 x86_64-*-*)
4941 config_dir="x86"
4944 i?86-*-*)
4945 config_dir="x86"
4949 config_dir="generic"
4952 esac
4955 # We have linker scripts for appropriate operating systems
4956 linux_linker_script=no
4957 case "${host}" in
4958 *-*-linux*)
4959 linux_linker_script=yes
4961 esac
4962 if test "$linux_linker_script" = "yes"; then
4963 LINUX_LINKER_SCRIPT_TRUE=
4964 LINUX_LINKER_SCRIPT_FALSE='#'
4965 else
4966 LINUX_LINKER_SCRIPT_TRUE='#'
4967 LINUX_LINKER_SCRIPT_FALSE=
4971 mac_linker_script=no
4972 case "${host}" in
4973 *-*-apple*)
4974 mac_linker_script=yes
4976 esac
4977 if test "$mac_linker_script" = "yes"; then
4978 MAC_LINKER_SCRIPT_TRUE=
4979 MAC_LINKER_SCRIPT_FALSE='#'
4980 else
4981 MAC_LINKER_SCRIPT_TRUE='#'
4982 MAC_LINKER_SCRIPT_FALSE=
4986 enable_dlopen=yes
4990 case `pwd` in
4991 *\ * | *\ *)
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4993 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4994 esac
4998 macro_version='2.2.7a'
4999 macro_revision='1.3134'
5013 ltmain="$ac_aux_dir/ltmain.sh"
5015 # Backslashify metacharacters that are still active within
5016 # double-quoted strings.
5017 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5019 # Same as above, but do not quote variable references.
5020 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5022 # Sed substitution to delay expansion of an escaped shell variable in a
5023 # double_quote_subst'ed string.
5024 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5026 # Sed substitution to delay expansion of an escaped single quote.
5027 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5029 # Sed substitution to avoid accidental globbing in evaled expressions
5030 no_glob_subst='s/\*/\\\*/g'
5032 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5033 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5034 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5037 $as_echo_n "checking how to print strings... " >&6; }
5038 # Test print first, because it will be a builtin if present.
5039 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5040 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5041 ECHO='print -r --'
5042 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5043 ECHO='printf %s\n'
5044 else
5045 # Use this function as a fallback that always works.
5046 func_fallback_echo ()
5048 eval 'cat <<_LTECHO_EOF
5050 _LTECHO_EOF'
5052 ECHO='func_fallback_echo'
5055 # func_echo_all arg...
5056 # Invoke $ECHO with all args, space-separated.
5057 func_echo_all ()
5059 $ECHO ""
5062 case "$ECHO" in
5063 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5064 $as_echo "printf" >&6; } ;;
5065 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5066 $as_echo "print -r" >&6; } ;;
5067 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5068 $as_echo "cat" >&6; } ;;
5069 esac
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5085 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5086 if test "${ac_cv_path_SED+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5088 else
5089 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5090 for ac_i in 1 2 3 4 5 6 7; do
5091 ac_script="$ac_script$as_nl$ac_script"
5092 done
5093 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5094 { ac_script=; unset ac_script;}
5095 if test -z "$SED"; then
5096 ac_path_SED_found=false
5097 # Loop through the user's path and test for each of PROGNAME-LIST
5098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099 for as_dir in $PATH
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_prog in sed gsed; do
5104 for ac_exec_ext in '' $ac_executable_extensions; do
5105 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5106 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5107 # Check for GNU ac_path_SED and select it if it is found.
5108 # Check for GNU $ac_path_SED
5109 case `"$ac_path_SED" --version 2>&1` in
5110 *GNU*)
5111 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5113 ac_count=0
5114 $as_echo_n 0123456789 >"conftest.in"
5115 while :
5117 cat "conftest.in" "conftest.in" >"conftest.tmp"
5118 mv "conftest.tmp" "conftest.in"
5119 cp "conftest.in" "conftest.nl"
5120 $as_echo '' >> "conftest.nl"
5121 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5122 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5123 as_fn_arith $ac_count + 1 && ac_count=$as_val
5124 if test $ac_count -gt ${ac_path_SED_max-0}; then
5125 # Best one so far, save it but keep looking for a better one
5126 ac_cv_path_SED="$ac_path_SED"
5127 ac_path_SED_max=$ac_count
5129 # 10*(2^10) chars as input seems more than enough
5130 test $ac_count -gt 10 && break
5131 done
5132 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5133 esac
5135 $ac_path_SED_found && break 3
5136 done
5137 done
5138 done
5139 IFS=$as_save_IFS
5140 if test -z "$ac_cv_path_SED"; then
5141 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5143 else
5144 ac_cv_path_SED=$SED
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5149 $as_echo "$ac_cv_path_SED" >&6; }
5150 SED="$ac_cv_path_SED"
5151 rm -f conftest.sed
5153 test -z "$SED" && SED=sed
5154 Xsed="$SED -e 1s/^X//"
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5167 $as_echo_n "checking for fgrep... " >&6; }
5168 if test "${ac_cv_path_FGREP+set}" = set; then :
5169 $as_echo_n "(cached) " >&6
5170 else
5171 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5172 then ac_cv_path_FGREP="$GREP -F"
5173 else
5174 if test -z "$FGREP"; then
5175 ac_path_FGREP_found=false
5176 # Loop through the user's path and test for each of PROGNAME-LIST
5177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5178 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5180 IFS=$as_save_IFS
5181 test -z "$as_dir" && as_dir=.
5182 for ac_prog in fgrep; do
5183 for ac_exec_ext in '' $ac_executable_extensions; do
5184 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5185 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5186 # Check for GNU ac_path_FGREP and select it if it is found.
5187 # Check for GNU $ac_path_FGREP
5188 case `"$ac_path_FGREP" --version 2>&1` in
5189 *GNU*)
5190 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5192 ac_count=0
5193 $as_echo_n 0123456789 >"conftest.in"
5194 while :
5196 cat "conftest.in" "conftest.in" >"conftest.tmp"
5197 mv "conftest.tmp" "conftest.in"
5198 cp "conftest.in" "conftest.nl"
5199 $as_echo 'FGREP' >> "conftest.nl"
5200 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5201 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5202 as_fn_arith $ac_count + 1 && ac_count=$as_val
5203 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5204 # Best one so far, save it but keep looking for a better one
5205 ac_cv_path_FGREP="$ac_path_FGREP"
5206 ac_path_FGREP_max=$ac_count
5208 # 10*(2^10) chars as input seems more than enough
5209 test $ac_count -gt 10 && break
5210 done
5211 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5212 esac
5214 $ac_path_FGREP_found && break 3
5215 done
5216 done
5217 done
5218 IFS=$as_save_IFS
5219 if test -z "$ac_cv_path_FGREP"; then
5220 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5222 else
5223 ac_cv_path_FGREP=$FGREP
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5229 $as_echo "$ac_cv_path_FGREP" >&6; }
5230 FGREP="$ac_cv_path_FGREP"
5233 test -z "$GREP" && GREP=grep
5253 # Check whether --with-gnu-ld was given.
5254 if test "${with_gnu_ld+set}" = set; then :
5255 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5256 else
5257 with_gnu_ld=no
5260 ac_prog=ld
5261 if test "$GCC" = yes; then
5262 # Check if gcc -print-prog-name=ld gives a path.
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5264 $as_echo_n "checking for ld used by $CC... " >&6; }
5265 case $host in
5266 *-*-mingw*)
5267 # gcc leaves a trailing carriage return which upsets mingw
5268 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5270 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5271 esac
5272 case $ac_prog in
5273 # Accept absolute paths.
5274 [\\/]* | ?:[\\/]*)
5275 re_direlt='/[^/][^/]*/\.\./'
5276 # Canonicalize the pathname of ld
5277 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5278 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5279 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5280 done
5281 test -z "$LD" && LD="$ac_prog"
5284 # If it fails, then pretend we aren't using GCC.
5285 ac_prog=ld
5288 # If it is relative, then search for the first ld in PATH.
5289 with_gnu_ld=unknown
5291 esac
5292 elif test "$with_gnu_ld" = yes; then
5293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5294 $as_echo_n "checking for GNU ld... " >&6; }
5295 else
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5297 $as_echo_n "checking for non-GNU ld... " >&6; }
5299 if test "${lt_cv_path_LD+set}" = set; then :
5300 $as_echo_n "(cached) " >&6
5301 else
5302 if test -z "$LD"; then
5303 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5304 for ac_dir in $PATH; do
5305 IFS="$lt_save_ifs"
5306 test -z "$ac_dir" && ac_dir=.
5307 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5308 lt_cv_path_LD="$ac_dir/$ac_prog"
5309 # Check to see if the program is GNU ld. I'd rather use --version,
5310 # but apparently some variants of GNU ld only accept -v.
5311 # Break only if it was the GNU/non-GNU ld that we prefer.
5312 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5313 *GNU* | *'with BFD'*)
5314 test "$with_gnu_ld" != no && break
5317 test "$with_gnu_ld" != yes && break
5319 esac
5321 done
5322 IFS="$lt_save_ifs"
5323 else
5324 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5328 LD="$lt_cv_path_LD"
5329 if test -n "$LD"; then
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5331 $as_echo "$LD" >&6; }
5332 else
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5334 $as_echo "no" >&6; }
5336 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5338 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5339 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5340 $as_echo_n "(cached) " >&6
5341 else
5342 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5343 case `$LD -v 2>&1 </dev/null` in
5344 *GNU* | *'with BFD'*)
5345 lt_cv_prog_gnu_ld=yes
5348 lt_cv_prog_gnu_ld=no
5350 esac
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5353 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5354 with_gnu_ld=$lt_cv_prog_gnu_ld
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5365 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5366 if test "${lt_cv_path_NM+set}" = set; then :
5367 $as_echo_n "(cached) " >&6
5368 else
5369 if test -n "$NM"; then
5370 # Let the user override the test.
5371 lt_cv_path_NM="$NM"
5372 else
5373 lt_nm_to_check="${ac_tool_prefix}nm"
5374 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5375 lt_nm_to_check="$lt_nm_to_check nm"
5377 for lt_tmp_nm in $lt_nm_to_check; do
5378 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5379 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5380 IFS="$lt_save_ifs"
5381 test -z "$ac_dir" && ac_dir=.
5382 tmp_nm="$ac_dir/$lt_tmp_nm"
5383 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5384 # Check to see if the nm accepts a BSD-compat flag.
5385 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5386 # nm: unknown option "B" ignored
5387 # Tru64's nm complains that /dev/null is an invalid object file
5388 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5389 */dev/null* | *'Invalid file or object type'*)
5390 lt_cv_path_NM="$tmp_nm -B"
5391 break
5394 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5395 */dev/null*)
5396 lt_cv_path_NM="$tmp_nm -p"
5397 break
5400 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5401 continue # so that we can try to find one that supports BSD flags
5403 esac
5405 esac
5407 done
5408 IFS="$lt_save_ifs"
5409 done
5410 : ${lt_cv_path_NM=no}
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5414 $as_echo "$lt_cv_path_NM" >&6; }
5415 if test "$lt_cv_path_NM" != "no"; then
5416 NM="$lt_cv_path_NM"
5417 else
5418 # Didn't find any BSD compatible name lister, look for dumpbin.
5419 if test -n "$DUMPBIN"; then :
5420 # Let the user override the test.
5421 else
5422 if test -n "$ac_tool_prefix"; then
5423 for ac_prog in dumpbin "link -dump"
5425 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5426 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5428 $as_echo_n "checking for $ac_word... " >&6; }
5429 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 if test -n "$DUMPBIN"; then
5433 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5434 else
5435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5436 for as_dir in $PATH
5438 IFS=$as_save_IFS
5439 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do
5441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5442 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5444 break 2
5446 done
5447 done
5448 IFS=$as_save_IFS
5452 DUMPBIN=$ac_cv_prog_DUMPBIN
5453 if test -n "$DUMPBIN"; then
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5455 $as_echo "$DUMPBIN" >&6; }
5456 else
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5458 $as_echo "no" >&6; }
5462 test -n "$DUMPBIN" && break
5463 done
5465 if test -z "$DUMPBIN"; then
5466 ac_ct_DUMPBIN=$DUMPBIN
5467 for ac_prog in dumpbin "link -dump"
5469 # Extract the first word of "$ac_prog", so it can be a program name with args.
5470 set dummy $ac_prog; ac_word=$2
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5472 $as_echo_n "checking for $ac_word... " >&6; }
5473 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5474 $as_echo_n "(cached) " >&6
5475 else
5476 if test -n "$ac_ct_DUMPBIN"; then
5477 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5478 else
5479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5480 for as_dir in $PATH
5482 IFS=$as_save_IFS
5483 test -z "$as_dir" && as_dir=.
5484 for ac_exec_ext in '' $ac_executable_extensions; do
5485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5486 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5488 break 2
5490 done
5491 done
5492 IFS=$as_save_IFS
5496 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5497 if test -n "$ac_ct_DUMPBIN"; then
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5499 $as_echo "$ac_ct_DUMPBIN" >&6; }
5500 else
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5502 $as_echo "no" >&6; }
5506 test -n "$ac_ct_DUMPBIN" && break
5507 done
5509 if test "x$ac_ct_DUMPBIN" = x; then
5510 DUMPBIN=":"
5511 else
5512 case $cross_compiling:$ac_tool_warned in
5513 yes:)
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5515 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5516 ac_tool_warned=yes ;;
5517 esac
5518 DUMPBIN=$ac_ct_DUMPBIN
5522 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5523 *COFF*)
5524 DUMPBIN="$DUMPBIN -symbols"
5527 DUMPBIN=:
5529 esac
5532 if test "$DUMPBIN" != ":"; then
5533 NM="$DUMPBIN"
5536 test -z "$NM" && NM=nm
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5544 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5545 if test "${lt_cv_nm_interface+set}" = set; then :
5546 $as_echo_n "(cached) " >&6
5547 else
5548 lt_cv_nm_interface="BSD nm"
5549 echo "int some_variable = 0;" > conftest.$ac_ext
5550 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5551 (eval "$ac_compile" 2>conftest.err)
5552 cat conftest.err >&5
5553 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5554 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5555 cat conftest.err >&5
5556 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5557 cat conftest.out >&5
5558 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5559 lt_cv_nm_interface="MS dumpbin"
5561 rm -f conftest*
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5564 $as_echo "$lt_cv_nm_interface" >&6; }
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5567 $as_echo_n "checking whether ln -s works... " >&6; }
5568 LN_S=$as_ln_s
5569 if test "$LN_S" = "ln -s"; then
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5571 $as_echo "yes" >&6; }
5572 else
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5574 $as_echo "no, using $LN_S" >&6; }
5577 # find the maximum length of command line arguments
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5579 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5580 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5581 $as_echo_n "(cached) " >&6
5582 else
5584 teststring="ABCD"
5586 case $build_os in
5587 msdosdjgpp*)
5588 # On DJGPP, this test can blow up pretty badly due to problems in libc
5589 # (any single argument exceeding 2000 bytes causes a buffer overrun
5590 # during glob expansion). Even if it were fixed, the result of this
5591 # check would be larger than it should be.
5592 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5595 gnu*)
5596 # Under GNU Hurd, this test is not required because there is
5597 # no limit to the length of command line arguments.
5598 # Libtool will interpret -1 as no limit whatsoever
5599 lt_cv_sys_max_cmd_len=-1;
5602 cygwin* | mingw* | cegcc*)
5603 # On Win9x/ME, this test blows up -- it succeeds, but takes
5604 # about 5 minutes as the teststring grows exponentially.
5605 # Worse, since 9x/ME are not pre-emptively multitasking,
5606 # you end up with a "frozen" computer, even though with patience
5607 # the test eventually succeeds (with a max line length of 256k).
5608 # Instead, let's just punt: use the minimum linelength reported by
5609 # all of the supported platforms: 8192 (on NT/2K/XP).
5610 lt_cv_sys_max_cmd_len=8192;
5613 mint*)
5614 # On MiNT this can take a long time and run out of memory.
5615 lt_cv_sys_max_cmd_len=8192;
5618 amigaos*)
5619 # On AmigaOS with pdksh, this test takes hours, literally.
5620 # So we just punt and use a minimum line length of 8192.
5621 lt_cv_sys_max_cmd_len=8192;
5624 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5625 # This has been around since 386BSD, at least. Likely further.
5626 if test -x /sbin/sysctl; then
5627 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5628 elif test -x /usr/sbin/sysctl; then
5629 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5630 else
5631 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5633 # And add a safety zone
5634 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5635 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5638 interix*)
5639 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5640 lt_cv_sys_max_cmd_len=196608
5643 osf*)
5644 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5645 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5646 # nice to cause kernel panics so lets avoid the loop below.
5647 # First set a reasonable default.
5648 lt_cv_sys_max_cmd_len=16384
5650 if test -x /sbin/sysconfig; then
5651 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5652 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5653 esac
5656 sco3.2v5*)
5657 lt_cv_sys_max_cmd_len=102400
5659 sysv5* | sco5v6* | sysv4.2uw2*)
5660 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5661 if test -n "$kargmax"; then
5662 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5663 else
5664 lt_cv_sys_max_cmd_len=32768
5668 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5669 if test -n "$lt_cv_sys_max_cmd_len"; then
5670 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5671 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5672 else
5673 # Make teststring a little bigger before we do anything with it.
5674 # a 1K string should be a reasonable start.
5675 for i in 1 2 3 4 5 6 7 8 ; do
5676 teststring=$teststring$teststring
5677 done
5678 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5679 # If test is not a shell built-in, we'll probably end up computing a
5680 # maximum length that is only half of the actual maximum length, but
5681 # we can't tell.
5682 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5683 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5684 test $i != 17 # 1/2 MB should be enough
5686 i=`expr $i + 1`
5687 teststring=$teststring$teststring
5688 done
5689 # Only check the string length outside the loop.
5690 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5691 teststring=
5692 # Add a significant safety factor because C++ compilers can tack on
5693 # massive amounts of additional arguments before passing them to the
5694 # linker. It appears as though 1/2 is a usable value.
5695 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5698 esac
5702 if test -n $lt_cv_sys_max_cmd_len ; then
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5704 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5705 else
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5707 $as_echo "none" >&6; }
5709 max_cmd_len=$lt_cv_sys_max_cmd_len
5716 : ${CP="cp -f"}
5717 : ${MV="mv -f"}
5718 : ${RM="rm -f"}
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5721 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5722 # Try some XSI features
5723 xsi_shell=no
5724 ( _lt_dummy="a/b/c"
5725 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5726 = c,a/b,, \
5727 && eval 'test $(( 1 + 1 )) -eq 2 \
5728 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5729 && xsi_shell=yes
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5731 $as_echo "$xsi_shell" >&6; }
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5735 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5736 lt_shell_append=no
5737 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5738 >/dev/null 2>&1 \
5739 && lt_shell_append=yes
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5741 $as_echo "$lt_shell_append" >&6; }
5744 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5745 lt_unset=unset
5746 else
5747 lt_unset=false
5754 # test EBCDIC or ASCII
5755 case `echo X|tr X '\101'` in
5756 A) # ASCII based system
5757 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5758 lt_SP2NL='tr \040 \012'
5759 lt_NL2SP='tr \015\012 \040\040'
5761 *) # EBCDIC based system
5762 lt_SP2NL='tr \100 \n'
5763 lt_NL2SP='tr \r\n \100\100'
5765 esac
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5776 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5777 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5778 $as_echo_n "(cached) " >&6
5779 else
5780 lt_cv_ld_reload_flag='-r'
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5783 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5784 reload_flag=$lt_cv_ld_reload_flag
5785 case $reload_flag in
5786 "" | " "*) ;;
5787 *) reload_flag=" $reload_flag" ;;
5788 esac
5789 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5790 case $host_os in
5791 darwin*)
5792 if test "$GCC" = yes; then
5793 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5794 else
5795 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5798 esac
5808 if test -n "$ac_tool_prefix"; then
5809 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5810 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812 $as_echo_n "checking for $ac_word... " >&6; }
5813 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5814 $as_echo_n "(cached) " >&6
5815 else
5816 if test -n "$OBJDUMP"; then
5817 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5818 else
5819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5820 for as_dir in $PATH
5822 IFS=$as_save_IFS
5823 test -z "$as_dir" && as_dir=.
5824 for ac_exec_ext in '' $ac_executable_extensions; do
5825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5826 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5828 break 2
5830 done
5831 done
5832 IFS=$as_save_IFS
5836 OBJDUMP=$ac_cv_prog_OBJDUMP
5837 if test -n "$OBJDUMP"; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5839 $as_echo "$OBJDUMP" >&6; }
5840 else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 $as_echo "no" >&6; }
5847 if test -z "$ac_cv_prog_OBJDUMP"; then
5848 ac_ct_OBJDUMP=$OBJDUMP
5849 # Extract the first word of "objdump", so it can be a program name with args.
5850 set dummy objdump; ac_word=$2
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5852 $as_echo_n "checking for $ac_word... " >&6; }
5853 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5854 $as_echo_n "(cached) " >&6
5855 else
5856 if test -n "$ac_ct_OBJDUMP"; then
5857 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5858 else
5859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5860 for as_dir in $PATH
5862 IFS=$as_save_IFS
5863 test -z "$as_dir" && as_dir=.
5864 for ac_exec_ext in '' $ac_executable_extensions; do
5865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5866 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5868 break 2
5870 done
5871 done
5872 IFS=$as_save_IFS
5876 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5877 if test -n "$ac_ct_OBJDUMP"; then
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5879 $as_echo "$ac_ct_OBJDUMP" >&6; }
5880 else
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5882 $as_echo "no" >&6; }
5885 if test "x$ac_ct_OBJDUMP" = x; then
5886 OBJDUMP="false"
5887 else
5888 case $cross_compiling:$ac_tool_warned in
5889 yes:)
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5891 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5892 ac_tool_warned=yes ;;
5893 esac
5894 OBJDUMP=$ac_ct_OBJDUMP
5896 else
5897 OBJDUMP="$ac_cv_prog_OBJDUMP"
5900 test -z "$OBJDUMP" && OBJDUMP=objdump
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5911 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5912 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5913 $as_echo_n "(cached) " >&6
5914 else
5915 lt_cv_file_magic_cmd='$MAGIC_CMD'
5916 lt_cv_file_magic_test_file=
5917 lt_cv_deplibs_check_method='unknown'
5918 # Need to set the preceding variable on all platforms that support
5919 # interlibrary dependencies.
5920 # 'none' -- dependencies not supported.
5921 # `unknown' -- same as none, but documents that we really don't know.
5922 # 'pass_all' -- all dependencies passed with no checks.
5923 # 'test_compile' -- check by making test program.
5924 # 'file_magic [[regex]]' -- check by looking for files in library path
5925 # which responds to the $file_magic_cmd with a given extended regex.
5926 # If you have `file' or equivalent on your system and you're not sure
5927 # whether `pass_all' will *always* work, you probably want this one.
5929 case $host_os in
5930 aix[4-9]*)
5931 lt_cv_deplibs_check_method=pass_all
5934 beos*)
5935 lt_cv_deplibs_check_method=pass_all
5938 bsdi[45]*)
5939 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5940 lt_cv_file_magic_cmd='/usr/bin/file -L'
5941 lt_cv_file_magic_test_file=/shlib/libc.so
5944 cygwin*)
5945 # func_win32_libid is a shell function defined in ltmain.sh
5946 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5947 lt_cv_file_magic_cmd='func_win32_libid'
5950 mingw* | pw32*)
5951 # Base MSYS/MinGW do not provide the 'file' command needed by
5952 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5953 # unless we find 'file', for example because we are cross-compiling.
5954 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5955 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5956 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5957 lt_cv_file_magic_cmd='func_win32_libid'
5958 else
5959 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5960 lt_cv_file_magic_cmd='$OBJDUMP -f'
5964 cegcc*)
5965 # use the weaker test based on 'objdump'. See mingw*.
5966 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5967 lt_cv_file_magic_cmd='$OBJDUMP -f'
5970 darwin* | rhapsody*)
5971 lt_cv_deplibs_check_method=pass_all
5974 freebsd* | dragonfly*)
5975 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5976 case $host_cpu in
5977 i*86 )
5978 # Not sure whether the presence of OpenBSD here was a mistake.
5979 # Let's accept both of them until this is cleared up.
5980 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5981 lt_cv_file_magic_cmd=/usr/bin/file
5982 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5984 esac
5985 else
5986 lt_cv_deplibs_check_method=pass_all
5990 gnu*)
5991 lt_cv_deplibs_check_method=pass_all
5994 haiku*)
5995 lt_cv_deplibs_check_method=pass_all
5998 hpux10.20* | hpux11*)
5999 lt_cv_file_magic_cmd=/usr/bin/file
6000 case $host_cpu in
6001 ia64*)
6002 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6003 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6005 hppa*64*)
6006 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]'
6007 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6010 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6011 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6013 esac
6016 interix[3-9]*)
6017 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6018 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6021 irix5* | irix6* | nonstopux*)
6022 case $LD in
6023 *-32|*"-32 ") libmagic=32-bit;;
6024 *-n32|*"-n32 ") libmagic=N32;;
6025 *-64|*"-64 ") libmagic=64-bit;;
6026 *) libmagic=never-match;;
6027 esac
6028 lt_cv_deplibs_check_method=pass_all
6031 # This must be Linux ELF.
6032 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6033 lt_cv_deplibs_check_method=pass_all
6036 netbsd*)
6037 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6038 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6039 else
6040 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6044 newos6*)
6045 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6046 lt_cv_file_magic_cmd=/usr/bin/file
6047 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6050 *nto* | *qnx*)
6051 lt_cv_deplibs_check_method=pass_all
6054 openbsd*)
6055 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6056 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6057 else
6058 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6062 osf3* | osf4* | osf5*)
6063 lt_cv_deplibs_check_method=pass_all
6066 rdos*)
6067 lt_cv_deplibs_check_method=pass_all
6070 solaris*)
6071 lt_cv_deplibs_check_method=pass_all
6074 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6075 lt_cv_deplibs_check_method=pass_all
6078 sysv4 | sysv4.3*)
6079 case $host_vendor in
6080 motorola)
6081 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]'
6082 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6084 ncr)
6085 lt_cv_deplibs_check_method=pass_all
6087 sequent)
6088 lt_cv_file_magic_cmd='/bin/file'
6089 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6091 sni)
6092 lt_cv_file_magic_cmd='/bin/file'
6093 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6094 lt_cv_file_magic_test_file=/lib/libc.so
6096 siemens)
6097 lt_cv_deplibs_check_method=pass_all
6100 lt_cv_deplibs_check_method=pass_all
6102 esac
6105 tpf*)
6106 lt_cv_deplibs_check_method=pass_all
6108 esac
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6112 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6113 file_magic_cmd=$lt_cv_file_magic_cmd
6114 deplibs_check_method=$lt_cv_deplibs_check_method
6115 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6128 if test -n "$ac_tool_prefix"; then
6129 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6130 set dummy ${ac_tool_prefix}ar; ac_word=$2
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6132 $as_echo_n "checking for $ac_word... " >&6; }
6133 if test "${ac_cv_prog_AR+set}" = set; then :
6134 $as_echo_n "(cached) " >&6
6135 else
6136 if test -n "$AR"; then
6137 ac_cv_prog_AR="$AR" # Let the user override the test.
6138 else
6139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140 for as_dir in $PATH
6142 IFS=$as_save_IFS
6143 test -z "$as_dir" && as_dir=.
6144 for ac_exec_ext in '' $ac_executable_extensions; do
6145 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6146 ac_cv_prog_AR="${ac_tool_prefix}ar"
6147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6148 break 2
6150 done
6151 done
6152 IFS=$as_save_IFS
6156 AR=$ac_cv_prog_AR
6157 if test -n "$AR"; then
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6159 $as_echo "$AR" >&6; }
6160 else
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162 $as_echo "no" >&6; }
6167 if test -z "$ac_cv_prog_AR"; then
6168 ac_ct_AR=$AR
6169 # Extract the first word of "ar", so it can be a program name with args.
6170 set dummy ar; ac_word=$2
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6172 $as_echo_n "checking for $ac_word... " >&6; }
6173 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6174 $as_echo_n "(cached) " >&6
6175 else
6176 if test -n "$ac_ct_AR"; then
6177 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6178 else
6179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6180 for as_dir in $PATH
6182 IFS=$as_save_IFS
6183 test -z "$as_dir" && as_dir=.
6184 for ac_exec_ext in '' $ac_executable_extensions; do
6185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6186 ac_cv_prog_ac_ct_AR="ar"
6187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6188 break 2
6190 done
6191 done
6192 IFS=$as_save_IFS
6196 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6197 if test -n "$ac_ct_AR"; then
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6199 $as_echo "$ac_ct_AR" >&6; }
6200 else
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6202 $as_echo "no" >&6; }
6205 if test "x$ac_ct_AR" = x; then
6206 AR="false"
6207 else
6208 case $cross_compiling:$ac_tool_warned in
6209 yes:)
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6211 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6212 ac_tool_warned=yes ;;
6213 esac
6214 AR=$ac_ct_AR
6216 else
6217 AR="$ac_cv_prog_AR"
6220 test -z "$AR" && AR=ar
6221 test -z "$AR_FLAGS" && AR_FLAGS=cru
6233 if test -n "$ac_tool_prefix"; then
6234 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6235 set dummy ${ac_tool_prefix}strip; ac_word=$2
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6237 $as_echo_n "checking for $ac_word... " >&6; }
6238 if test "${ac_cv_prog_STRIP+set}" = set; then :
6239 $as_echo_n "(cached) " >&6
6240 else
6241 if test -n "$STRIP"; then
6242 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6243 else
6244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6245 for as_dir in $PATH
6247 IFS=$as_save_IFS
6248 test -z "$as_dir" && as_dir=.
6249 for ac_exec_ext in '' $ac_executable_extensions; do
6250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6251 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6253 break 2
6255 done
6256 done
6257 IFS=$as_save_IFS
6261 STRIP=$ac_cv_prog_STRIP
6262 if test -n "$STRIP"; then
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6264 $as_echo "$STRIP" >&6; }
6265 else
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6267 $as_echo "no" >&6; }
6272 if test -z "$ac_cv_prog_STRIP"; then
6273 ac_ct_STRIP=$STRIP
6274 # Extract the first word of "strip", so it can be a program name with args.
6275 set dummy strip; ac_word=$2
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6277 $as_echo_n "checking for $ac_word... " >&6; }
6278 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6279 $as_echo_n "(cached) " >&6
6280 else
6281 if test -n "$ac_ct_STRIP"; then
6282 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6283 else
6284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6285 for as_dir in $PATH
6287 IFS=$as_save_IFS
6288 test -z "$as_dir" && as_dir=.
6289 for ac_exec_ext in '' $ac_executable_extensions; do
6290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6291 ac_cv_prog_ac_ct_STRIP="strip"
6292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6293 break 2
6295 done
6296 done
6297 IFS=$as_save_IFS
6301 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6302 if test -n "$ac_ct_STRIP"; then
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6304 $as_echo "$ac_ct_STRIP" >&6; }
6305 else
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6307 $as_echo "no" >&6; }
6310 if test "x$ac_ct_STRIP" = x; then
6311 STRIP=":"
6312 else
6313 case $cross_compiling:$ac_tool_warned in
6314 yes:)
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6316 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6317 ac_tool_warned=yes ;;
6318 esac
6319 STRIP=$ac_ct_STRIP
6321 else
6322 STRIP="$ac_cv_prog_STRIP"
6325 test -z "$STRIP" && STRIP=:
6332 if test -n "$ac_tool_prefix"; then
6333 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6334 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6336 $as_echo_n "checking for $ac_word... " >&6; }
6337 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6338 $as_echo_n "(cached) " >&6
6339 else
6340 if test -n "$RANLIB"; then
6341 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6342 else
6343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6344 for as_dir in $PATH
6346 IFS=$as_save_IFS
6347 test -z "$as_dir" && as_dir=.
6348 for ac_exec_ext in '' $ac_executable_extensions; do
6349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6352 break 2
6354 done
6355 done
6356 IFS=$as_save_IFS
6360 RANLIB=$ac_cv_prog_RANLIB
6361 if test -n "$RANLIB"; then
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6363 $as_echo "$RANLIB" >&6; }
6364 else
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6366 $as_echo "no" >&6; }
6371 if test -z "$ac_cv_prog_RANLIB"; then
6372 ac_ct_RANLIB=$RANLIB
6373 # Extract the first word of "ranlib", so it can be a program name with args.
6374 set dummy ranlib; ac_word=$2
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6376 $as_echo_n "checking for $ac_word... " >&6; }
6377 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6378 $as_echo_n "(cached) " >&6
6379 else
6380 if test -n "$ac_ct_RANLIB"; then
6381 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6382 else
6383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6384 for as_dir in $PATH
6386 IFS=$as_save_IFS
6387 test -z "$as_dir" && as_dir=.
6388 for ac_exec_ext in '' $ac_executable_extensions; do
6389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6390 ac_cv_prog_ac_ct_RANLIB="ranlib"
6391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6392 break 2
6394 done
6395 done
6396 IFS=$as_save_IFS
6400 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6401 if test -n "$ac_ct_RANLIB"; then
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6403 $as_echo "$ac_ct_RANLIB" >&6; }
6404 else
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6406 $as_echo "no" >&6; }
6409 if test "x$ac_ct_RANLIB" = x; then
6410 RANLIB=":"
6411 else
6412 case $cross_compiling:$ac_tool_warned in
6413 yes:)
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6415 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6416 ac_tool_warned=yes ;;
6417 esac
6418 RANLIB=$ac_ct_RANLIB
6420 else
6421 RANLIB="$ac_cv_prog_RANLIB"
6424 test -z "$RANLIB" && RANLIB=:
6431 # Determine commands to create old-style static archives.
6432 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6433 old_postinstall_cmds='chmod 644 $oldlib'
6434 old_postuninstall_cmds=
6436 if test -n "$RANLIB"; then
6437 case $host_os in
6438 openbsd*)
6439 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6442 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6444 esac
6445 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6448 case $host_os in
6449 darwin*)
6450 lock_old_archive_extraction=yes ;;
6452 lock_old_archive_extraction=no ;;
6453 esac
6493 # If no C compiler was specified, use CC.
6494 LTCC=${LTCC-"$CC"}
6496 # If no C compiler flags were specified, use CFLAGS.
6497 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6499 # Allow CC to be a program name with arguments.
6500 compiler=$CC
6503 # Check for command to grab the raw symbol name followed by C symbol from nm.
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6505 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6506 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6507 $as_echo_n "(cached) " >&6
6508 else
6510 # These are sane defaults that work on at least a few old systems.
6511 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6513 # Character class describing NM global symbol codes.
6514 symcode='[BCDEGRST]'
6516 # Regexp to match symbols that can be accessed directly from C.
6517 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6519 # Define system-specific variables.
6520 case $host_os in
6521 aix*)
6522 symcode='[BCDT]'
6524 cygwin* | mingw* | pw32* | cegcc*)
6525 symcode='[ABCDGISTW]'
6527 hpux*)
6528 if test "$host_cpu" = ia64; then
6529 symcode='[ABCDEGRST]'
6532 irix* | nonstopux*)
6533 symcode='[BCDEGRST]'
6535 osf*)
6536 symcode='[BCDEGQRST]'
6538 solaris*)
6539 symcode='[BDRT]'
6541 sco3.2v5*)
6542 symcode='[DT]'
6544 sysv4.2uw2*)
6545 symcode='[DT]'
6547 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6548 symcode='[ABDT]'
6550 sysv4)
6551 symcode='[DFNSTU]'
6553 esac
6555 # If we're using GNU nm, then use its standard symbol codes.
6556 case `$NM -V 2>&1` in
6557 *GNU* | *'with BFD'*)
6558 symcode='[ABCDGIRSTW]' ;;
6559 esac
6561 # Transform an extracted symbol line into a proper C declaration.
6562 # Some systems (esp. on ia64) link data and code symbols differently,
6563 # so use this general approach.
6564 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6566 # Transform an extracted symbol line into symbol name and symbol address
6567 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6568 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'"
6570 # Handle CRLF in mingw tool chain
6571 opt_cr=
6572 case $build_os in
6573 mingw*)
6574 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6576 esac
6578 # Try without a prefix underscore, then with it.
6579 for ac_symprfx in "" "_"; do
6581 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6582 symxfrm="\\1 $ac_symprfx\\2 \\2"
6584 # Write the raw and C identifiers.
6585 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6586 # Fake it for dumpbin and say T for any non-static function
6587 # and D for any global variable.
6588 # Also find C++ and __fastcall symbols from MSVC++,
6589 # which start with @ or ?.
6590 lt_cv_sys_global_symbol_pipe="$AWK '"\
6591 " {last_section=section; section=\$ 3};"\
6592 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6593 " \$ 0!~/External *\|/{next};"\
6594 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6595 " {if(hide[section]) next};"\
6596 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6597 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6598 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6599 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6600 " ' prfx=^$ac_symprfx"
6601 else
6602 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6605 # Check to see that the pipe works correctly.
6606 pipe_works=no
6608 rm -f conftest*
6609 cat > conftest.$ac_ext <<_LT_EOF
6610 #ifdef __cplusplus
6611 extern "C" {
6612 #endif
6613 char nm_test_var;
6614 void nm_test_func(void);
6615 void nm_test_func(void){}
6616 #ifdef __cplusplus
6618 #endif
6619 int main(){nm_test_var='a';nm_test_func();return(0);}
6620 _LT_EOF
6622 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6623 (eval $ac_compile) 2>&5
6624 ac_status=$?
6625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6626 test $ac_status = 0; }; then
6627 # Now try to grab the symbols.
6628 nlist=conftest.nm
6629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6630 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6631 ac_status=$?
6632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6633 test $ac_status = 0; } && test -s "$nlist"; then
6634 # Try sorting and uniquifying the output.
6635 if sort "$nlist" | uniq > "$nlist"T; then
6636 mv -f "$nlist"T "$nlist"
6637 else
6638 rm -f "$nlist"T
6641 # Make sure that we snagged all the symbols we need.
6642 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6643 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6644 cat <<_LT_EOF > conftest.$ac_ext
6645 #ifdef __cplusplus
6646 extern "C" {
6647 #endif
6649 _LT_EOF
6650 # Now generate the symbol file.
6651 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6653 cat <<_LT_EOF >> conftest.$ac_ext
6655 /* The mapping between symbol names and symbols. */
6656 const struct {
6657 const char *name;
6658 void *address;
6660 lt__PROGRAM__LTX_preloaded_symbols[] =
6662 { "@PROGRAM@", (void *) 0 },
6663 _LT_EOF
6664 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6665 cat <<\_LT_EOF >> conftest.$ac_ext
6666 {0, (void *) 0}
6669 /* This works around a problem in FreeBSD linker */
6670 #ifdef FREEBSD_WORKAROUND
6671 static const void *lt_preloaded_setup() {
6672 return lt__PROGRAM__LTX_preloaded_symbols;
6674 #endif
6676 #ifdef __cplusplus
6678 #endif
6679 _LT_EOF
6680 # Now try linking the two files.
6681 mv conftest.$ac_objext conftstm.$ac_objext
6682 lt_save_LIBS="$LIBS"
6683 lt_save_CFLAGS="$CFLAGS"
6684 LIBS="conftstm.$ac_objext"
6685 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6686 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6687 (eval $ac_link) 2>&5
6688 ac_status=$?
6689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6690 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6691 pipe_works=yes
6693 LIBS="$lt_save_LIBS"
6694 CFLAGS="$lt_save_CFLAGS"
6695 else
6696 echo "cannot find nm_test_func in $nlist" >&5
6698 else
6699 echo "cannot find nm_test_var in $nlist" >&5
6701 else
6702 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6704 else
6705 echo "$progname: failed program was:" >&5
6706 cat conftest.$ac_ext >&5
6708 rm -rf conftest* conftst*
6710 # Do not use the global_symbol_pipe unless it works.
6711 if test "$pipe_works" = yes; then
6712 break
6713 else
6714 lt_cv_sys_global_symbol_pipe=
6716 done
6720 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6721 lt_cv_sys_global_symbol_to_cdecl=
6723 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6725 $as_echo "failed" >&6; }
6726 else
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6728 $as_echo "ok" >&6; }
6752 # Check whether --enable-libtool-lock was given.
6753 if test "${enable_libtool_lock+set}" = set; then :
6754 enableval=$enable_libtool_lock;
6757 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6759 # Some flags need to be propagated to the compiler or linker for good
6760 # libtool support.
6761 case $host in
6762 ia64-*-hpux*)
6763 # Find out which ABI we are using.
6764 echo 'int i;' > conftest.$ac_ext
6765 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6766 (eval $ac_compile) 2>&5
6767 ac_status=$?
6768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6769 test $ac_status = 0; }; then
6770 case `/usr/bin/file conftest.$ac_objext` in
6771 *ELF-32*)
6772 HPUX_IA64_MODE="32"
6774 *ELF-64*)
6775 HPUX_IA64_MODE="64"
6777 esac
6779 rm -rf conftest*
6781 *-*-irix6*)
6782 # Find out which ABI we are using.
6783 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6784 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6785 (eval $ac_compile) 2>&5
6786 ac_status=$?
6787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6788 test $ac_status = 0; }; then
6789 if test "$lt_cv_prog_gnu_ld" = yes; then
6790 case `/usr/bin/file conftest.$ac_objext` in
6791 *32-bit*)
6792 LD="${LD-ld} -melf32bsmip"
6794 *N32*)
6795 LD="${LD-ld} -melf32bmipn32"
6797 *64-bit*)
6798 LD="${LD-ld} -melf64bmip"
6800 esac
6801 else
6802 case `/usr/bin/file conftest.$ac_objext` in
6803 *32-bit*)
6804 LD="${LD-ld} -32"
6806 *N32*)
6807 LD="${LD-ld} -n32"
6809 *64-bit*)
6810 LD="${LD-ld} -64"
6812 esac
6815 rm -rf conftest*
6818 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6819 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6820 # Find out which ABI we are using.
6821 echo 'int i;' > conftest.$ac_ext
6822 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6823 (eval $ac_compile) 2>&5
6824 ac_status=$?
6825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6826 test $ac_status = 0; }; then
6827 case `/usr/bin/file conftest.o` in
6828 *32-bit*)
6829 case $host in
6830 x86_64-*kfreebsd*-gnu)
6831 LD="${LD-ld} -m elf_i386_fbsd"
6833 x86_64-*linux*)
6834 case `/usr/bin/file conftest.o` in
6835 *x86-64*)
6836 LD="${LD-ld} -m elf32_x86_64"
6839 LD="${LD-ld} -m elf_i386"
6841 esac
6843 powerpc64le-*linux*)
6844 LD="${LD-ld} -m elf32lppclinux"
6846 powerpc64-*linux*)
6847 LD="${LD-ld} -m elf32ppclinux"
6849 s390x-*linux*)
6850 LD="${LD-ld} -m elf_s390"
6852 sparc64-*linux*)
6853 LD="${LD-ld} -m elf32_sparc"
6855 esac
6857 *64-bit*)
6858 case $host in
6859 x86_64-*kfreebsd*-gnu)
6860 LD="${LD-ld} -m elf_x86_64_fbsd"
6862 x86_64-*linux*)
6863 LD="${LD-ld} -m elf_x86_64"
6865 powerpcle-*linux*)
6866 LD="${LD-ld} -m elf64lppc"
6868 powerpc-*linux*)
6869 LD="${LD-ld} -m elf64ppc"
6871 s390*-*linux*|s390*-*tpf*)
6872 LD="${LD-ld} -m elf64_s390"
6874 sparc*-*linux*)
6875 LD="${LD-ld} -m elf64_sparc"
6877 esac
6879 esac
6881 rm -rf conftest*
6884 *-*-sco3.2v5*)
6885 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6886 SAVE_CFLAGS="$CFLAGS"
6887 CFLAGS="$CFLAGS -belf"
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6889 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6890 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6891 $as_echo_n "(cached) " >&6
6892 else
6893 ac_ext=c
6894 ac_cpp='$CPP $CPPFLAGS'
6895 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6896 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6897 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6900 /* end confdefs.h. */
6903 main ()
6907 return 0;
6909 _ACEOF
6910 if ac_fn_c_try_link "$LINENO"; then :
6911 lt_cv_cc_needs_belf=yes
6912 else
6913 lt_cv_cc_needs_belf=no
6915 rm -f core conftest.err conftest.$ac_objext \
6916 conftest$ac_exeext conftest.$ac_ext
6917 ac_ext=c
6918 ac_cpp='$CPP $CPPFLAGS'
6919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6925 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6926 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6927 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6928 CFLAGS="$SAVE_CFLAGS"
6931 sparc*-*solaris*)
6932 # Find out which ABI we are using.
6933 echo 'int i;' > conftest.$ac_ext
6934 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6935 (eval $ac_compile) 2>&5
6936 ac_status=$?
6937 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6938 test $ac_status = 0; }; then
6939 case `/usr/bin/file conftest.o` in
6940 *64-bit*)
6941 case $lt_cv_prog_gnu_ld in
6942 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6944 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6945 LD="${LD-ld} -64"
6948 esac
6950 esac
6952 rm -rf conftest*
6954 esac
6956 need_locks="$enable_libtool_lock"
6959 case $host_os in
6960 rhapsody* | darwin*)
6961 if test -n "$ac_tool_prefix"; then
6962 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6963 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6965 $as_echo_n "checking for $ac_word... " >&6; }
6966 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6967 $as_echo_n "(cached) " >&6
6968 else
6969 if test -n "$DSYMUTIL"; then
6970 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6971 else
6972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6973 for as_dir in $PATH
6975 IFS=$as_save_IFS
6976 test -z "$as_dir" && as_dir=.
6977 for ac_exec_ext in '' $ac_executable_extensions; do
6978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6979 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6981 break 2
6983 done
6984 done
6985 IFS=$as_save_IFS
6989 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6990 if test -n "$DSYMUTIL"; then
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6992 $as_echo "$DSYMUTIL" >&6; }
6993 else
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6995 $as_echo "no" >&6; }
7000 if test -z "$ac_cv_prog_DSYMUTIL"; then
7001 ac_ct_DSYMUTIL=$DSYMUTIL
7002 # Extract the first word of "dsymutil", so it can be a program name with args.
7003 set dummy dsymutil; ac_word=$2
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7005 $as_echo_n "checking for $ac_word... " >&6; }
7006 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7007 $as_echo_n "(cached) " >&6
7008 else
7009 if test -n "$ac_ct_DSYMUTIL"; then
7010 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7011 else
7012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7013 for as_dir in $PATH
7015 IFS=$as_save_IFS
7016 test -z "$as_dir" && as_dir=.
7017 for ac_exec_ext in '' $ac_executable_extensions; do
7018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7019 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7021 break 2
7023 done
7024 done
7025 IFS=$as_save_IFS
7029 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7030 if test -n "$ac_ct_DSYMUTIL"; then
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7032 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7033 else
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7035 $as_echo "no" >&6; }
7038 if test "x$ac_ct_DSYMUTIL" = x; then
7039 DSYMUTIL=":"
7040 else
7041 case $cross_compiling:$ac_tool_warned in
7042 yes:)
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7044 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7045 ac_tool_warned=yes ;;
7046 esac
7047 DSYMUTIL=$ac_ct_DSYMUTIL
7049 else
7050 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7053 if test -n "$ac_tool_prefix"; then
7054 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7055 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7057 $as_echo_n "checking for $ac_word... " >&6; }
7058 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7059 $as_echo_n "(cached) " >&6
7060 else
7061 if test -n "$NMEDIT"; then
7062 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7063 else
7064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7065 for as_dir in $PATH
7067 IFS=$as_save_IFS
7068 test -z "$as_dir" && as_dir=.
7069 for ac_exec_ext in '' $ac_executable_extensions; do
7070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7071 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7073 break 2
7075 done
7076 done
7077 IFS=$as_save_IFS
7081 NMEDIT=$ac_cv_prog_NMEDIT
7082 if test -n "$NMEDIT"; then
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7084 $as_echo "$NMEDIT" >&6; }
7085 else
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7087 $as_echo "no" >&6; }
7092 if test -z "$ac_cv_prog_NMEDIT"; then
7093 ac_ct_NMEDIT=$NMEDIT
7094 # Extract the first word of "nmedit", so it can be a program name with args.
7095 set dummy nmedit; ac_word=$2
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7097 $as_echo_n "checking for $ac_word... " >&6; }
7098 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7099 $as_echo_n "(cached) " >&6
7100 else
7101 if test -n "$ac_ct_NMEDIT"; then
7102 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7103 else
7104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7105 for as_dir in $PATH
7107 IFS=$as_save_IFS
7108 test -z "$as_dir" && as_dir=.
7109 for ac_exec_ext in '' $ac_executable_extensions; do
7110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7111 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7113 break 2
7115 done
7116 done
7117 IFS=$as_save_IFS
7121 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7122 if test -n "$ac_ct_NMEDIT"; then
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7124 $as_echo "$ac_ct_NMEDIT" >&6; }
7125 else
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7127 $as_echo "no" >&6; }
7130 if test "x$ac_ct_NMEDIT" = x; then
7131 NMEDIT=":"
7132 else
7133 case $cross_compiling:$ac_tool_warned in
7134 yes:)
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7137 ac_tool_warned=yes ;;
7138 esac
7139 NMEDIT=$ac_ct_NMEDIT
7141 else
7142 NMEDIT="$ac_cv_prog_NMEDIT"
7145 if test -n "$ac_tool_prefix"; then
7146 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7147 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7149 $as_echo_n "checking for $ac_word... " >&6; }
7150 if test "${ac_cv_prog_LIPO+set}" = set; then :
7151 $as_echo_n "(cached) " >&6
7152 else
7153 if test -n "$LIPO"; then
7154 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7155 else
7156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7157 for as_dir in $PATH
7159 IFS=$as_save_IFS
7160 test -z "$as_dir" && as_dir=.
7161 for ac_exec_ext in '' $ac_executable_extensions; do
7162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7163 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7165 break 2
7167 done
7168 done
7169 IFS=$as_save_IFS
7173 LIPO=$ac_cv_prog_LIPO
7174 if test -n "$LIPO"; then
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7176 $as_echo "$LIPO" >&6; }
7177 else
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7179 $as_echo "no" >&6; }
7184 if test -z "$ac_cv_prog_LIPO"; then
7185 ac_ct_LIPO=$LIPO
7186 # Extract the first word of "lipo", so it can be a program name with args.
7187 set dummy lipo; ac_word=$2
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7189 $as_echo_n "checking for $ac_word... " >&6; }
7190 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7191 $as_echo_n "(cached) " >&6
7192 else
7193 if test -n "$ac_ct_LIPO"; then
7194 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7195 else
7196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197 for as_dir in $PATH
7199 IFS=$as_save_IFS
7200 test -z "$as_dir" && as_dir=.
7201 for ac_exec_ext in '' $ac_executable_extensions; do
7202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7203 ac_cv_prog_ac_ct_LIPO="lipo"
7204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7205 break 2
7207 done
7208 done
7209 IFS=$as_save_IFS
7213 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7214 if test -n "$ac_ct_LIPO"; then
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7216 $as_echo "$ac_ct_LIPO" >&6; }
7217 else
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7219 $as_echo "no" >&6; }
7222 if test "x$ac_ct_LIPO" = x; then
7223 LIPO=":"
7224 else
7225 case $cross_compiling:$ac_tool_warned in
7226 yes:)
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7228 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7229 ac_tool_warned=yes ;;
7230 esac
7231 LIPO=$ac_ct_LIPO
7233 else
7234 LIPO="$ac_cv_prog_LIPO"
7237 if test -n "$ac_tool_prefix"; then
7238 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7239 set dummy ${ac_tool_prefix}otool; ac_word=$2
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7241 $as_echo_n "checking for $ac_word... " >&6; }
7242 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7243 $as_echo_n "(cached) " >&6
7244 else
7245 if test -n "$OTOOL"; then
7246 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7247 else
7248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7249 for as_dir in $PATH
7251 IFS=$as_save_IFS
7252 test -z "$as_dir" && as_dir=.
7253 for ac_exec_ext in '' $ac_executable_extensions; do
7254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7255 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7257 break 2
7259 done
7260 done
7261 IFS=$as_save_IFS
7265 OTOOL=$ac_cv_prog_OTOOL
7266 if test -n "$OTOOL"; then
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7268 $as_echo "$OTOOL" >&6; }
7269 else
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7271 $as_echo "no" >&6; }
7276 if test -z "$ac_cv_prog_OTOOL"; then
7277 ac_ct_OTOOL=$OTOOL
7278 # Extract the first word of "otool", so it can be a program name with args.
7279 set dummy otool; ac_word=$2
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7281 $as_echo_n "checking for $ac_word... " >&6; }
7282 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7283 $as_echo_n "(cached) " >&6
7284 else
7285 if test -n "$ac_ct_OTOOL"; then
7286 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7287 else
7288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7289 for as_dir in $PATH
7291 IFS=$as_save_IFS
7292 test -z "$as_dir" && as_dir=.
7293 for ac_exec_ext in '' $ac_executable_extensions; do
7294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7295 ac_cv_prog_ac_ct_OTOOL="otool"
7296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7297 break 2
7299 done
7300 done
7301 IFS=$as_save_IFS
7305 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7306 if test -n "$ac_ct_OTOOL"; then
7307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7308 $as_echo "$ac_ct_OTOOL" >&6; }
7309 else
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7311 $as_echo "no" >&6; }
7314 if test "x$ac_ct_OTOOL" = x; then
7315 OTOOL=":"
7316 else
7317 case $cross_compiling:$ac_tool_warned in
7318 yes:)
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7321 ac_tool_warned=yes ;;
7322 esac
7323 OTOOL=$ac_ct_OTOOL
7325 else
7326 OTOOL="$ac_cv_prog_OTOOL"
7329 if test -n "$ac_tool_prefix"; then
7330 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7331 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7333 $as_echo_n "checking for $ac_word... " >&6; }
7334 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7335 $as_echo_n "(cached) " >&6
7336 else
7337 if test -n "$OTOOL64"; then
7338 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7339 else
7340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7341 for as_dir in $PATH
7343 IFS=$as_save_IFS
7344 test -z "$as_dir" && as_dir=.
7345 for ac_exec_ext in '' $ac_executable_extensions; do
7346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7347 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7349 break 2
7351 done
7352 done
7353 IFS=$as_save_IFS
7357 OTOOL64=$ac_cv_prog_OTOOL64
7358 if test -n "$OTOOL64"; then
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7360 $as_echo "$OTOOL64" >&6; }
7361 else
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7363 $as_echo "no" >&6; }
7368 if test -z "$ac_cv_prog_OTOOL64"; then
7369 ac_ct_OTOOL64=$OTOOL64
7370 # Extract the first word of "otool64", so it can be a program name with args.
7371 set dummy otool64; ac_word=$2
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7373 $as_echo_n "checking for $ac_word... " >&6; }
7374 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7375 $as_echo_n "(cached) " >&6
7376 else
7377 if test -n "$ac_ct_OTOOL64"; then
7378 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7379 else
7380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7381 for as_dir in $PATH
7383 IFS=$as_save_IFS
7384 test -z "$as_dir" && as_dir=.
7385 for ac_exec_ext in '' $ac_executable_extensions; do
7386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7387 ac_cv_prog_ac_ct_OTOOL64="otool64"
7388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7389 break 2
7391 done
7392 done
7393 IFS=$as_save_IFS
7397 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7398 if test -n "$ac_ct_OTOOL64"; then
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7400 $as_echo "$ac_ct_OTOOL64" >&6; }
7401 else
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7403 $as_echo "no" >&6; }
7406 if test "x$ac_ct_OTOOL64" = x; then
7407 OTOOL64=":"
7408 else
7409 case $cross_compiling:$ac_tool_warned in
7410 yes:)
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7412 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7413 ac_tool_warned=yes ;;
7414 esac
7415 OTOOL64=$ac_ct_OTOOL64
7417 else
7418 OTOOL64="$ac_cv_prog_OTOOL64"
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7448 $as_echo_n "checking for -single_module linker flag... " >&6; }
7449 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7450 $as_echo_n "(cached) " >&6
7451 else
7452 lt_cv_apple_cc_single_mod=no
7453 if test -z "${LT_MULTI_MODULE}"; then
7454 # By default we will add the -single_module flag. You can override
7455 # by either setting the environment variable LT_MULTI_MODULE
7456 # non-empty at configure time, or by adding -multi_module to the
7457 # link flags.
7458 rm -rf libconftest.dylib*
7459 echo "int foo(void){return 1;}" > conftest.c
7460 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7461 -dynamiclib -Wl,-single_module conftest.c" >&5
7462 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7463 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7464 _lt_result=$?
7465 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7466 lt_cv_apple_cc_single_mod=yes
7467 else
7468 cat conftest.err >&5
7470 rm -rf libconftest.dylib*
7471 rm -f conftest.*
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7475 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7477 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7478 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7479 $as_echo_n "(cached) " >&6
7480 else
7481 lt_cv_ld_exported_symbols_list=no
7482 save_LDFLAGS=$LDFLAGS
7483 echo "_main" > conftest.sym
7484 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7486 /* end confdefs.h. */
7489 main ()
7493 return 0;
7495 _ACEOF
7496 if ac_fn_c_try_link "$LINENO"; then :
7497 lt_cv_ld_exported_symbols_list=yes
7498 else
7499 lt_cv_ld_exported_symbols_list=no
7501 rm -f core conftest.err conftest.$ac_objext \
7502 conftest$ac_exeext conftest.$ac_ext
7503 LDFLAGS="$save_LDFLAGS"
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7507 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7509 $as_echo_n "checking for -force_load linker flag... " >&6; }
7510 if test "${lt_cv_ld_force_load+set}" = set; then :
7511 $as_echo_n "(cached) " >&6
7512 else
7513 lt_cv_ld_force_load=no
7514 cat > conftest.c << _LT_EOF
7515 int forced_loaded() { return 2;}
7516 _LT_EOF
7517 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7518 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7519 echo "$AR cru libconftest.a conftest.o" >&5
7520 $AR cru libconftest.a conftest.o 2>&5
7521 cat > conftest.c << _LT_EOF
7522 int main() { return 0;}
7523 _LT_EOF
7524 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7525 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7526 _lt_result=$?
7527 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7528 lt_cv_ld_force_load=yes
7529 else
7530 cat conftest.err >&5
7532 rm -f conftest.err libconftest.a conftest conftest.c
7533 rm -rf conftest.dSYM
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7537 $as_echo "$lt_cv_ld_force_load" >&6; }
7538 case $host_os in
7539 rhapsody* | darwin1.[012])
7540 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7541 darwin1.*)
7542 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7543 darwin*) # darwin 5.x on
7544 # if running on 10.5 or later, the deployment target defaults
7545 # to the OS version, if on x86, and 10.4, the deployment
7546 # target defaults to 10.4. Don't you love it?
7547 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7548 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7549 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7550 10.[012]*)
7551 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7552 10.*)
7553 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7554 esac
7556 esac
7557 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7558 _lt_dar_single_mod='$single_module'
7560 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7561 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7562 else
7563 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7565 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7566 _lt_dsymutil='~$DSYMUTIL $lib || :'
7567 else
7568 _lt_dsymutil=
7571 esac
7573 for ac_header in dlfcn.h
7574 do :
7575 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7577 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7578 cat >>confdefs.h <<_ACEOF
7579 #define HAVE_DLFCN_H 1
7580 _ACEOF
7584 done
7591 # Set options
7596 enable_win32_dll=no
7599 # Check whether --enable-shared was given.
7600 if test "${enable_shared+set}" = set; then :
7601 enableval=$enable_shared; p=${PACKAGE-default}
7602 case $enableval in
7603 yes) enable_shared=yes ;;
7604 no) enable_shared=no ;;
7606 enable_shared=no
7607 # Look at the argument we got. We use all the common list separators.
7608 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7609 for pkg in $enableval; do
7610 IFS="$lt_save_ifs"
7611 if test "X$pkg" = "X$p"; then
7612 enable_shared=yes
7614 done
7615 IFS="$lt_save_ifs"
7617 esac
7618 else
7619 enable_shared=yes
7630 # Check whether --enable-static was given.
7631 if test "${enable_static+set}" = set; then :
7632 enableval=$enable_static; p=${PACKAGE-default}
7633 case $enableval in
7634 yes) enable_static=yes ;;
7635 no) enable_static=no ;;
7637 enable_static=no
7638 # Look at the argument we got. We use all the common list separators.
7639 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7640 for pkg in $enableval; do
7641 IFS="$lt_save_ifs"
7642 if test "X$pkg" = "X$p"; then
7643 enable_static=yes
7645 done
7646 IFS="$lt_save_ifs"
7648 esac
7649 else
7650 enable_static=yes
7662 # Check whether --with-pic was given.
7663 if test "${with_pic+set}" = set; then :
7664 withval=$with_pic; pic_mode="$withval"
7665 else
7666 pic_mode=default
7670 test -z "$pic_mode" && pic_mode=default
7678 # Check whether --enable-fast-install was given.
7679 if test "${enable_fast_install+set}" = set; then :
7680 enableval=$enable_fast_install; p=${PACKAGE-default}
7681 case $enableval in
7682 yes) enable_fast_install=yes ;;
7683 no) enable_fast_install=no ;;
7685 enable_fast_install=no
7686 # Look at the argument we got. We use all the common list separators.
7687 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7688 for pkg in $enableval; do
7689 IFS="$lt_save_ifs"
7690 if test "X$pkg" = "X$p"; then
7691 enable_fast_install=yes
7693 done
7694 IFS="$lt_save_ifs"
7696 esac
7697 else
7698 enable_fast_install=yes
7711 # This can be used to rebuild libtool when needed
7712 LIBTOOL_DEPS="$ltmain"
7714 # Always use our own libtool.
7715 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7742 test -z "$LN_S" && LN_S="ln -s"
7757 if test -n "${ZSH_VERSION+set}" ; then
7758 setopt NO_GLOB_SUBST
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7762 $as_echo_n "checking for objdir... " >&6; }
7763 if test "${lt_cv_objdir+set}" = set; then :
7764 $as_echo_n "(cached) " >&6
7765 else
7766 rm -f .libs 2>/dev/null
7767 mkdir .libs 2>/dev/null
7768 if test -d .libs; then
7769 lt_cv_objdir=.libs
7770 else
7771 # MS-DOS does not allow filenames that begin with a dot.
7772 lt_cv_objdir=_libs
7774 rmdir .libs 2>/dev/null
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7777 $as_echo "$lt_cv_objdir" >&6; }
7778 objdir=$lt_cv_objdir
7784 cat >>confdefs.h <<_ACEOF
7785 #define LT_OBJDIR "$lt_cv_objdir/"
7786 _ACEOF
7791 case $host_os in
7792 aix3*)
7793 # AIX sometimes has problems with the GCC collect2 program. For some
7794 # reason, if we set the COLLECT_NAMES environment variable, the problems
7795 # vanish in a puff of smoke.
7796 if test "X${COLLECT_NAMES+set}" != Xset; then
7797 COLLECT_NAMES=
7798 export COLLECT_NAMES
7801 esac
7803 # Global variables:
7804 ofile=libtool
7805 can_build_shared=yes
7807 # All known linkers require a `.a' archive for static linking (except MSVC,
7808 # which needs '.lib').
7809 libext=a
7811 with_gnu_ld="$lt_cv_prog_gnu_ld"
7813 old_CC="$CC"
7814 old_CFLAGS="$CFLAGS"
7816 # Set sane defaults for various variables
7817 test -z "$CC" && CC=cc
7818 test -z "$LTCC" && LTCC=$CC
7819 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7820 test -z "$LD" && LD=ld
7821 test -z "$ac_objext" && ac_objext=o
7823 for cc_temp in $compiler""; do
7824 case $cc_temp in
7825 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7826 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7827 \-*) ;;
7828 *) break;;
7829 esac
7830 done
7831 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7834 # Only perform the check for file, if the check method requires it
7835 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7836 case $deplibs_check_method in
7837 file_magic*)
7838 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7840 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7841 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7842 $as_echo_n "(cached) " >&6
7843 else
7844 case $MAGIC_CMD in
7845 [\\/*] | ?:[\\/]*)
7846 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7849 lt_save_MAGIC_CMD="$MAGIC_CMD"
7850 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7851 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7852 for ac_dir in $ac_dummy; do
7853 IFS="$lt_save_ifs"
7854 test -z "$ac_dir" && ac_dir=.
7855 if test -f $ac_dir/${ac_tool_prefix}file; then
7856 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7857 if test -n "$file_magic_test_file"; then
7858 case $deplibs_check_method in
7859 "file_magic "*)
7860 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7861 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7862 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7863 $EGREP "$file_magic_regex" > /dev/null; then
7865 else
7866 cat <<_LT_EOF 1>&2
7868 *** Warning: the command libtool uses to detect shared libraries,
7869 *** $file_magic_cmd, produces output that libtool cannot recognize.
7870 *** The result is that libtool may fail to recognize shared libraries
7871 *** as such. This will affect the creation of libtool libraries that
7872 *** depend on shared libraries, but programs linked with such libtool
7873 *** libraries will work regardless of this problem. Nevertheless, you
7874 *** may want to report the problem to your system manager and/or to
7875 *** bug-libtool@gnu.org
7877 _LT_EOF
7878 fi ;;
7879 esac
7881 break
7883 done
7884 IFS="$lt_save_ifs"
7885 MAGIC_CMD="$lt_save_MAGIC_CMD"
7887 esac
7890 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7891 if test -n "$MAGIC_CMD"; then
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7893 $as_echo "$MAGIC_CMD" >&6; }
7894 else
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7896 $as_echo "no" >&6; }
7903 if test -z "$lt_cv_path_MAGIC_CMD"; then
7904 if test -n "$ac_tool_prefix"; then
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7906 $as_echo_n "checking for file... " >&6; }
7907 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7908 $as_echo_n "(cached) " >&6
7909 else
7910 case $MAGIC_CMD in
7911 [\\/*] | ?:[\\/]*)
7912 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7915 lt_save_MAGIC_CMD="$MAGIC_CMD"
7916 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7917 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7918 for ac_dir in $ac_dummy; do
7919 IFS="$lt_save_ifs"
7920 test -z "$ac_dir" && ac_dir=.
7921 if test -f $ac_dir/file; then
7922 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7923 if test -n "$file_magic_test_file"; then
7924 case $deplibs_check_method in
7925 "file_magic "*)
7926 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7927 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7928 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7929 $EGREP "$file_magic_regex" > /dev/null; then
7931 else
7932 cat <<_LT_EOF 1>&2
7934 *** Warning: the command libtool uses to detect shared libraries,
7935 *** $file_magic_cmd, produces output that libtool cannot recognize.
7936 *** The result is that libtool may fail to recognize shared libraries
7937 *** as such. This will affect the creation of libtool libraries that
7938 *** depend on shared libraries, but programs linked with such libtool
7939 *** libraries will work regardless of this problem. Nevertheless, you
7940 *** may want to report the problem to your system manager and/or to
7941 *** bug-libtool@gnu.org
7943 _LT_EOF
7944 fi ;;
7945 esac
7947 break
7949 done
7950 IFS="$lt_save_ifs"
7951 MAGIC_CMD="$lt_save_MAGIC_CMD"
7953 esac
7956 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7957 if test -n "$MAGIC_CMD"; then
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7959 $as_echo "$MAGIC_CMD" >&6; }
7960 else
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7962 $as_echo "no" >&6; }
7966 else
7967 MAGIC_CMD=:
7973 esac
7975 # Use C for the default configuration in the libtool script
7977 lt_save_CC="$CC"
7978 ac_ext=c
7979 ac_cpp='$CPP $CPPFLAGS'
7980 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7981 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7982 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7985 # Source file extension for C test sources.
7986 ac_ext=c
7988 # Object file extension for compiled C test sources.
7989 objext=o
7990 objext=$objext
7992 # Code to be used in simple compile tests
7993 lt_simple_compile_test_code="int some_variable = 0;"
7995 # Code to be used in simple link tests
7996 lt_simple_link_test_code='int main(){return(0);}'
8004 # If no C compiler was specified, use CC.
8005 LTCC=${LTCC-"$CC"}
8007 # If no C compiler flags were specified, use CFLAGS.
8008 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8010 # Allow CC to be a program name with arguments.
8011 compiler=$CC
8013 # Save the default compiler, since it gets overwritten when the other
8014 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8015 compiler_DEFAULT=$CC
8017 # save warnings/boilerplate of simple test code
8018 ac_outfile=conftest.$ac_objext
8019 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8020 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8021 _lt_compiler_boilerplate=`cat conftest.err`
8022 $RM conftest*
8024 ac_outfile=conftest.$ac_objext
8025 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8026 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8027 _lt_linker_boilerplate=`cat conftest.err`
8028 $RM -r conftest*
8031 ## CAVEAT EMPTOR:
8032 ## There is no encapsulation within the following macros, do not change
8033 ## the running order or otherwise move them around unless you know exactly
8034 ## what you are doing...
8035 if test -n "$compiler"; then
8037 lt_prog_compiler_no_builtin_flag=
8039 if test "$GCC" = yes; then
8040 case $cc_basename in
8041 nvcc*)
8042 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8044 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8045 esac
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8048 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8049 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8050 $as_echo_n "(cached) " >&6
8051 else
8052 lt_cv_prog_compiler_rtti_exceptions=no
8053 ac_outfile=conftest.$ac_objext
8054 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8055 lt_compiler_flag="-fno-rtti -fno-exceptions"
8056 # Insert the option either (1) after the last *FLAGS variable, or
8057 # (2) before a word containing "conftest.", or (3) at the end.
8058 # Note that $ac_compile itself does not contain backslashes and begins
8059 # with a dollar sign (not a hyphen), so the echo should work correctly.
8060 # The option is referenced via a variable to avoid confusing sed.
8061 lt_compile=`echo "$ac_compile" | $SED \
8062 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8063 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8064 -e 's:$: $lt_compiler_flag:'`
8065 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8066 (eval "$lt_compile" 2>conftest.err)
8067 ac_status=$?
8068 cat conftest.err >&5
8069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070 if (exit $ac_status) && test -s "$ac_outfile"; then
8071 # The compiler can only warn and ignore the option if not recognized
8072 # So say no if there are warnings other than the usual output.
8073 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8074 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8075 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8076 lt_cv_prog_compiler_rtti_exceptions=yes
8079 $RM conftest*
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8083 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8085 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8086 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8087 else
8098 lt_prog_compiler_wl=
8099 lt_prog_compiler_pic=
8100 lt_prog_compiler_static=
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8103 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8105 if test "$GCC" = yes; then
8106 lt_prog_compiler_wl='-Wl,'
8107 lt_prog_compiler_static='-static'
8109 case $host_os in
8110 aix*)
8111 # All AIX code is PIC.
8112 if test "$host_cpu" = ia64; then
8113 # AIX 5 now supports IA64 processor
8114 lt_prog_compiler_static='-Bstatic'
8116 lt_prog_compiler_pic='-fPIC'
8119 amigaos*)
8120 case $host_cpu in
8121 powerpc)
8122 # see comment about AmigaOS4 .so support
8123 lt_prog_compiler_pic='-fPIC'
8125 m68k)
8126 # FIXME: we need at least 68020 code to build shared libraries, but
8127 # adding the `-m68020' flag to GCC prevents building anything better,
8128 # like `-m68040'.
8129 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8131 esac
8134 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8135 # PIC is the default for these OSes.
8138 mingw* | cygwin* | pw32* | os2* | cegcc*)
8139 # This hack is so that the source file can tell whether it is being
8140 # built for inclusion in a dll (and should export symbols for example).
8141 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8142 # (--disable-auto-import) libraries
8143 lt_prog_compiler_pic='-DDLL_EXPORT'
8146 darwin* | rhapsody*)
8147 # PIC is the default on this platform
8148 # Common symbols not allowed in MH_DYLIB files
8149 lt_prog_compiler_pic='-fno-common'
8152 haiku*)
8153 # PIC is the default for Haiku.
8154 # The "-static" flag exists, but is broken.
8155 lt_prog_compiler_static=
8158 hpux*)
8159 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8160 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8161 # sets the default TLS model and affects inlining.
8162 case $host_cpu in
8163 hppa*64*)
8164 # +Z the default
8167 lt_prog_compiler_pic='-fPIC'
8169 esac
8172 interix[3-9]*)
8173 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8174 # Instead, we relocate shared libraries at runtime.
8177 msdosdjgpp*)
8178 # Just because we use GCC doesn't mean we suddenly get shared libraries
8179 # on systems that don't support them.
8180 lt_prog_compiler_can_build_shared=no
8181 enable_shared=no
8184 *nto* | *qnx*)
8185 # QNX uses GNU C++, but need to define -shared option too, otherwise
8186 # it will coredump.
8187 lt_prog_compiler_pic='-fPIC -shared'
8190 sysv4*MP*)
8191 if test -d /usr/nec; then
8192 lt_prog_compiler_pic=-Kconform_pic
8197 lt_prog_compiler_pic='-fPIC'
8199 esac
8201 case $cc_basename in
8202 nvcc*) # Cuda Compiler Driver 2.2
8203 lt_prog_compiler_wl='-Xlinker '
8204 lt_prog_compiler_pic='-Xcompiler -fPIC'
8206 esac
8207 else
8208 # PORTME Check for flag to pass linker flags through the system compiler.
8209 case $host_os in
8210 aix*)
8211 lt_prog_compiler_wl='-Wl,'
8212 if test "$host_cpu" = ia64; then
8213 # AIX 5 now supports IA64 processor
8214 lt_prog_compiler_static='-Bstatic'
8215 else
8216 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8220 mingw* | cygwin* | pw32* | os2* | cegcc*)
8221 # This hack is so that the source file can tell whether it is being
8222 # built for inclusion in a dll (and should export symbols for example).
8223 lt_prog_compiler_pic='-DDLL_EXPORT'
8226 hpux9* | hpux10* | hpux11*)
8227 lt_prog_compiler_wl='-Wl,'
8228 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8229 # not for PA HP-UX.
8230 case $host_cpu in
8231 hppa*64*|ia64*)
8232 # +Z the default
8235 lt_prog_compiler_pic='+Z'
8237 esac
8238 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8239 lt_prog_compiler_static='${wl}-a ${wl}archive'
8242 irix5* | irix6* | nonstopux*)
8243 lt_prog_compiler_wl='-Wl,'
8244 # PIC (with -KPIC) is the default.
8245 lt_prog_compiler_static='-non_shared'
8248 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8249 case $cc_basename in
8250 # old Intel for x86_64 which still supported -KPIC.
8251 ecc*)
8252 lt_prog_compiler_wl='-Wl,'
8253 lt_prog_compiler_pic='-KPIC'
8254 lt_prog_compiler_static='-static'
8256 # icc used to be incompatible with GCC.
8257 # ICC 10 doesn't accept -KPIC any more.
8258 icc* | ifort*)
8259 lt_prog_compiler_wl='-Wl,'
8260 lt_prog_compiler_pic='-fPIC'
8261 lt_prog_compiler_static='-static'
8263 # Lahey Fortran 8.1.
8264 lf95*)
8265 lt_prog_compiler_wl='-Wl,'
8266 lt_prog_compiler_pic='--shared'
8267 lt_prog_compiler_static='--static'
8269 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8270 # Portland Group compilers (*not* the Pentium gcc compiler,
8271 # which looks to be a dead project)
8272 lt_prog_compiler_wl='-Wl,'
8273 lt_prog_compiler_pic='-fpic'
8274 lt_prog_compiler_static='-Bstatic'
8276 ccc*)
8277 lt_prog_compiler_wl='-Wl,'
8278 # All Alpha code is PIC.
8279 lt_prog_compiler_static='-non_shared'
8281 xl* | bgxl* | bgf* | mpixl*)
8282 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8283 lt_prog_compiler_wl='-Wl,'
8284 lt_prog_compiler_pic='-qpic'
8285 lt_prog_compiler_static='-qstaticlink'
8288 case `$CC -V 2>&1 | sed 5q` in
8289 *Sun\ F* | *Sun*Fortran*)
8290 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8291 lt_prog_compiler_pic='-KPIC'
8292 lt_prog_compiler_static='-Bstatic'
8293 lt_prog_compiler_wl=''
8295 *Sun\ C*)
8296 # Sun C 5.9
8297 lt_prog_compiler_pic='-KPIC'
8298 lt_prog_compiler_static='-Bstatic'
8299 lt_prog_compiler_wl='-Wl,'
8301 esac
8303 esac
8306 newsos6)
8307 lt_prog_compiler_pic='-KPIC'
8308 lt_prog_compiler_static='-Bstatic'
8311 *nto* | *qnx*)
8312 # QNX uses GNU C++, but need to define -shared option too, otherwise
8313 # it will coredump.
8314 lt_prog_compiler_pic='-fPIC -shared'
8317 osf3* | osf4* | osf5*)
8318 lt_prog_compiler_wl='-Wl,'
8319 # All OSF/1 code is PIC.
8320 lt_prog_compiler_static='-non_shared'
8323 rdos*)
8324 lt_prog_compiler_static='-non_shared'
8327 solaris*)
8328 lt_prog_compiler_pic='-KPIC'
8329 lt_prog_compiler_static='-Bstatic'
8330 case $cc_basename in
8331 f77* | f90* | f95*)
8332 lt_prog_compiler_wl='-Qoption ld ';;
8334 lt_prog_compiler_wl='-Wl,';;
8335 esac
8338 sunos4*)
8339 lt_prog_compiler_wl='-Qoption ld '
8340 lt_prog_compiler_pic='-PIC'
8341 lt_prog_compiler_static='-Bstatic'
8344 sysv4 | sysv4.2uw2* | sysv4.3*)
8345 lt_prog_compiler_wl='-Wl,'
8346 lt_prog_compiler_pic='-KPIC'
8347 lt_prog_compiler_static='-Bstatic'
8350 sysv4*MP*)
8351 if test -d /usr/nec ;then
8352 lt_prog_compiler_pic='-Kconform_pic'
8353 lt_prog_compiler_static='-Bstatic'
8357 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8358 lt_prog_compiler_wl='-Wl,'
8359 lt_prog_compiler_pic='-KPIC'
8360 lt_prog_compiler_static='-Bstatic'
8363 unicos*)
8364 lt_prog_compiler_wl='-Wl,'
8365 lt_prog_compiler_can_build_shared=no
8368 uts4*)
8369 lt_prog_compiler_pic='-pic'
8370 lt_prog_compiler_static='-Bstatic'
8374 lt_prog_compiler_can_build_shared=no
8376 esac
8379 case $host_os in
8380 # For platforms which do not support PIC, -DPIC is meaningless:
8381 *djgpp*)
8382 lt_prog_compiler_pic=
8385 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8387 esac
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8389 $as_echo "$lt_prog_compiler_pic" >&6; }
8397 # Check to make sure the PIC flag actually works.
8399 if test -n "$lt_prog_compiler_pic"; then
8400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8401 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8402 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8403 $as_echo_n "(cached) " >&6
8404 else
8405 lt_cv_prog_compiler_pic_works=no
8406 ac_outfile=conftest.$ac_objext
8407 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8408 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8409 # Insert the option either (1) after the last *FLAGS variable, or
8410 # (2) before a word containing "conftest.", or (3) at the end.
8411 # Note that $ac_compile itself does not contain backslashes and begins
8412 # with a dollar sign (not a hyphen), so the echo should work correctly.
8413 # The option is referenced via a variable to avoid confusing sed.
8414 lt_compile=`echo "$ac_compile" | $SED \
8415 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8416 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8417 -e 's:$: $lt_compiler_flag:'`
8418 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8419 (eval "$lt_compile" 2>conftest.err)
8420 ac_status=$?
8421 cat conftest.err >&5
8422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8423 if (exit $ac_status) && test -s "$ac_outfile"; then
8424 # The compiler can only warn and ignore the option if not recognized
8425 # So say no if there are warnings other than the usual output.
8426 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8427 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8428 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8429 lt_cv_prog_compiler_pic_works=yes
8432 $RM conftest*
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8436 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8438 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8439 case $lt_prog_compiler_pic in
8440 "" | " "*) ;;
8441 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8442 esac
8443 else
8444 lt_prog_compiler_pic=
8445 lt_prog_compiler_can_build_shared=no
8456 # Check to make sure the static flag actually works.
8458 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8460 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8461 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8462 $as_echo_n "(cached) " >&6
8463 else
8464 lt_cv_prog_compiler_static_works=no
8465 save_LDFLAGS="$LDFLAGS"
8466 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8467 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8468 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8469 # The linker can only warn and ignore the option if not recognized
8470 # So say no if there are warnings
8471 if test -s conftest.err; then
8472 # Append any errors to the config.log.
8473 cat conftest.err 1>&5
8474 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8475 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8476 if diff conftest.exp conftest.er2 >/dev/null; then
8477 lt_cv_prog_compiler_static_works=yes
8479 else
8480 lt_cv_prog_compiler_static_works=yes
8483 $RM -r conftest*
8484 LDFLAGS="$save_LDFLAGS"
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8488 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8490 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8492 else
8493 lt_prog_compiler_static=
8502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8503 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8504 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8505 $as_echo_n "(cached) " >&6
8506 else
8507 lt_cv_prog_compiler_c_o=no
8508 $RM -r conftest 2>/dev/null
8509 mkdir conftest
8510 cd conftest
8511 mkdir out
8512 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8514 lt_compiler_flag="-o out/conftest2.$ac_objext"
8515 # Insert the option either (1) after the last *FLAGS variable, or
8516 # (2) before a word containing "conftest.", or (3) at the end.
8517 # Note that $ac_compile itself does not contain backslashes and begins
8518 # with a dollar sign (not a hyphen), so the echo should work correctly.
8519 lt_compile=`echo "$ac_compile" | $SED \
8520 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8521 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8522 -e 's:$: $lt_compiler_flag:'`
8523 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8524 (eval "$lt_compile" 2>out/conftest.err)
8525 ac_status=$?
8526 cat out/conftest.err >&5
8527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8528 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8529 then
8530 # The compiler can only warn and ignore the option if not recognized
8531 # So say no if there are warnings
8532 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8533 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8534 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8535 lt_cv_prog_compiler_c_o=yes
8538 chmod u+w . 2>&5
8539 $RM conftest*
8540 # SGI C++ compiler will create directory out/ii_files/ for
8541 # template instantiation
8542 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8543 $RM out/* && rmdir out
8544 cd ..
8545 $RM -r conftest
8546 $RM conftest*
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8550 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8558 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8559 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8560 $as_echo_n "(cached) " >&6
8561 else
8562 lt_cv_prog_compiler_c_o=no
8563 $RM -r conftest 2>/dev/null
8564 mkdir conftest
8565 cd conftest
8566 mkdir out
8567 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8569 lt_compiler_flag="-o out/conftest2.$ac_objext"
8570 # Insert the option either (1) after the last *FLAGS variable, or
8571 # (2) before a word containing "conftest.", or (3) at the end.
8572 # Note that $ac_compile itself does not contain backslashes and begins
8573 # with a dollar sign (not a hyphen), so the echo should work correctly.
8574 lt_compile=`echo "$ac_compile" | $SED \
8575 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8576 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8577 -e 's:$: $lt_compiler_flag:'`
8578 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8579 (eval "$lt_compile" 2>out/conftest.err)
8580 ac_status=$?
8581 cat out/conftest.err >&5
8582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8583 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8584 then
8585 # The compiler can only warn and ignore the option if not recognized
8586 # So say no if there are warnings
8587 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8588 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8589 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8590 lt_cv_prog_compiler_c_o=yes
8593 chmod u+w . 2>&5
8594 $RM conftest*
8595 # SGI C++ compiler will create directory out/ii_files/ for
8596 # template instantiation
8597 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8598 $RM out/* && rmdir out
8599 cd ..
8600 $RM -r conftest
8601 $RM conftest*
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8605 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8610 hard_links="nottested"
8611 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8612 # do not overwrite the value of need_locks provided by the user
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8614 $as_echo_n "checking if we can lock with hard links... " >&6; }
8615 hard_links=yes
8616 $RM conftest*
8617 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8618 touch conftest.a
8619 ln conftest.a conftest.b 2>&5 || hard_links=no
8620 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8622 $as_echo "$hard_links" >&6; }
8623 if test "$hard_links" = no; then
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8625 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8626 need_locks=warn
8628 else
8629 need_locks=no
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8638 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8640 runpath_var=
8641 allow_undefined_flag=
8642 always_export_symbols=no
8643 archive_cmds=
8644 archive_expsym_cmds=
8645 compiler_needs_object=no
8646 enable_shared_with_static_runtimes=no
8647 export_dynamic_flag_spec=
8648 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8649 hardcode_automatic=no
8650 hardcode_direct=no
8651 hardcode_direct_absolute=no
8652 hardcode_libdir_flag_spec=
8653 hardcode_libdir_flag_spec_ld=
8654 hardcode_libdir_separator=
8655 hardcode_minus_L=no
8656 hardcode_shlibpath_var=unsupported
8657 inherit_rpath=no
8658 link_all_deplibs=unknown
8659 module_cmds=
8660 module_expsym_cmds=
8661 old_archive_from_new_cmds=
8662 old_archive_from_expsyms_cmds=
8663 thread_safe_flag_spec=
8664 whole_archive_flag_spec=
8665 # include_expsyms should be a list of space-separated symbols to be *always*
8666 # included in the symbol list
8667 include_expsyms=
8668 # exclude_expsyms can be an extended regexp of symbols to exclude
8669 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8670 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8671 # as well as any symbol that contains `d'.
8672 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8673 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8674 # platforms (ab)use it in PIC code, but their linkers get confused if
8675 # the symbol is explicitly referenced. Since portable code cannot
8676 # rely on this symbol name, it's probably fine to never include it in
8677 # preloaded symbol tables.
8678 # Exclude shared library initialization/finalization symbols.
8679 extract_expsyms_cmds=
8681 case $host_os in
8682 cygwin* | mingw* | pw32* | cegcc*)
8683 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8684 # When not using gcc, we currently assume that we are using
8685 # Microsoft Visual C++.
8686 if test "$GCC" != yes; then
8687 with_gnu_ld=no
8690 interix*)
8691 # we just hope/assume this is gcc and not c89 (= MSVC++)
8692 with_gnu_ld=yes
8694 openbsd*)
8695 with_gnu_ld=no
8697 esac
8699 ld_shlibs=yes
8701 # On some targets, GNU ld is compatible enough with the native linker
8702 # that we're better off using the native interface for both.
8703 lt_use_gnu_ld_interface=no
8704 if test "$with_gnu_ld" = yes; then
8705 case $host_os in
8706 aix*)
8707 # The AIX port of GNU ld has always aspired to compatibility
8708 # with the native linker. However, as the warning in the GNU ld
8709 # block says, versions before 2.19.5* couldn't really create working
8710 # shared libraries, regardless of the interface used.
8711 case `$LD -v 2>&1` in
8712 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8713 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8714 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8716 lt_use_gnu_ld_interface=yes
8718 esac
8721 lt_use_gnu_ld_interface=yes
8723 esac
8726 if test "$lt_use_gnu_ld_interface" = yes; then
8727 # If archive_cmds runs LD, not CC, wlarc should be empty
8728 wlarc='${wl}'
8730 # Set some defaults for GNU ld with shared library support. These
8731 # are reset later if shared libraries are not supported. Putting them
8732 # here allows them to be overridden if necessary.
8733 runpath_var=LD_RUN_PATH
8734 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8735 export_dynamic_flag_spec='${wl}--export-dynamic'
8736 # ancient GNU ld didn't support --whole-archive et. al.
8737 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8738 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8739 else
8740 whole_archive_flag_spec=
8742 supports_anon_versioning=no
8743 case `$LD -v 2>&1` in
8744 *GNU\ gold*) supports_anon_versioning=yes ;;
8745 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8746 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8747 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8748 *\ 2.11.*) ;; # other 2.11 versions
8749 *) supports_anon_versioning=yes ;;
8750 esac
8752 # See if GNU ld supports shared libraries.
8753 case $host_os in
8754 aix[3-9]*)
8755 # On AIX/PPC, the GNU linker is very broken
8756 if test "$host_cpu" != ia64; then
8757 ld_shlibs=no
8758 cat <<_LT_EOF 1>&2
8760 *** Warning: the GNU linker, at least up to release 2.19, is reported
8761 *** to be unable to reliably create shared libraries on AIX.
8762 *** Therefore, libtool is disabling shared libraries support. If you
8763 *** really care for shared libraries, you may want to install binutils
8764 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8765 *** You will then need to restart the configuration process.
8767 _LT_EOF
8771 amigaos*)
8772 case $host_cpu in
8773 powerpc)
8774 # see comment about AmigaOS4 .so support
8775 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8776 archive_expsym_cmds=''
8778 m68k)
8779 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)'
8780 hardcode_libdir_flag_spec='-L$libdir'
8781 hardcode_minus_L=yes
8783 esac
8786 beos*)
8787 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8788 allow_undefined_flag=unsupported
8789 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8790 # support --undefined. This deserves some investigation. FIXME
8791 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8792 else
8793 ld_shlibs=no
8797 cygwin* | mingw* | pw32* | cegcc*)
8798 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8799 # as there is no search path for DLLs.
8800 hardcode_libdir_flag_spec='-L$libdir'
8801 export_dynamic_flag_spec='${wl}--export-all-symbols'
8802 allow_undefined_flag=unsupported
8803 always_export_symbols=no
8804 enable_shared_with_static_runtimes=yes
8805 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8807 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8808 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8809 # If the export-symbols file already is a .def file (1st line
8810 # is EXPORTS), use it as is; otherwise, prepend...
8811 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8812 cp $export_symbols $output_objdir/$soname.def;
8813 else
8814 echo EXPORTS > $output_objdir/$soname.def;
8815 cat $export_symbols >> $output_objdir/$soname.def;
8817 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8818 else
8819 ld_shlibs=no
8823 haiku*)
8824 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8825 link_all_deplibs=yes
8828 interix[3-9]*)
8829 hardcode_direct=no
8830 hardcode_shlibpath_var=no
8831 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8832 export_dynamic_flag_spec='${wl}-E'
8833 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8834 # Instead, shared libraries are loaded at an image base (0x10000000 by
8835 # default) and relocated if they conflict, which is a slow very memory
8836 # consuming and fragmenting process. To avoid this, we pick a random,
8837 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8838 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8839 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8840 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'
8843 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8844 tmp_diet=no
8845 if test "$host_os" = linux-dietlibc; then
8846 case $cc_basename in
8847 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8848 esac
8850 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8851 && test "$tmp_diet" = no
8852 then
8853 tmp_addflag=
8854 tmp_sharedflag='-shared'
8855 case $cc_basename,$host_cpu in
8856 pgcc*) # Portland Group C compiler
8857 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'
8858 tmp_addflag=' $pic_flag'
8860 pgf77* | pgf90* | pgf95* | pgfortran*)
8861 # Portland Group f77 and f90 compilers
8862 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'
8863 tmp_addflag=' $pic_flag -Mnomain' ;;
8864 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8865 tmp_addflag=' -i_dynamic' ;;
8866 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8867 tmp_addflag=' -i_dynamic -nofor_main' ;;
8868 ifc* | ifort*) # Intel Fortran compiler
8869 tmp_addflag=' -nofor_main' ;;
8870 lf95*) # Lahey Fortran 8.1
8871 whole_archive_flag_spec=
8872 tmp_sharedflag='--shared' ;;
8873 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8874 tmp_sharedflag='-qmkshrobj'
8875 tmp_addflag= ;;
8876 nvcc*) # Cuda Compiler Driver 2.2
8877 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'
8878 compiler_needs_object=yes
8880 esac
8881 case `$CC -V 2>&1 | sed 5q` in
8882 *Sun\ C*) # Sun C 5.9
8883 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'
8884 compiler_needs_object=yes
8885 tmp_sharedflag='-G' ;;
8886 *Sun\ F*) # Sun Fortran 8.3
8887 tmp_sharedflag='-G' ;;
8888 esac
8889 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8891 if test "x$supports_anon_versioning" = xyes; then
8892 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8893 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8894 echo "local: *; };" >> $output_objdir/$libname.ver~
8895 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8898 case $cc_basename in
8899 xlf* | bgf* | bgxlf* | mpixlf*)
8900 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8901 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8902 hardcode_libdir_flag_spec=
8903 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8904 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8905 if test "x$supports_anon_versioning" = xyes; then
8906 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8907 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8908 echo "local: *; };" >> $output_objdir/$libname.ver~
8909 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8912 esac
8913 else
8914 ld_shlibs=no
8918 netbsd*)
8919 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8920 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8921 wlarc=
8922 else
8923 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8924 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8928 solaris*)
8929 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8930 ld_shlibs=no
8931 cat <<_LT_EOF 1>&2
8933 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8934 *** create shared libraries on Solaris systems. Therefore, libtool
8935 *** is disabling shared libraries support. We urge you to upgrade GNU
8936 *** binutils to release 2.9.1 or newer. Another option is to modify
8937 *** your PATH or compiler configuration so that the native linker is
8938 *** used, and then restart.
8940 _LT_EOF
8941 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8942 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8943 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8944 else
8945 ld_shlibs=no
8949 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8950 case `$LD -v 2>&1` in
8951 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8952 ld_shlibs=no
8953 cat <<_LT_EOF 1>&2
8955 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8956 *** reliably create shared libraries on SCO systems. Therefore, libtool
8957 *** is disabling shared libraries support. We urge you to upgrade GNU
8958 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8959 *** your PATH or compiler configuration so that the native linker is
8960 *** used, and then restart.
8962 _LT_EOF
8965 # For security reasons, it is highly recommended that you always
8966 # use absolute paths for naming shared libraries, and exclude the
8967 # DT_RUNPATH tag from executables and libraries. But doing so
8968 # requires that you compile everything twice, which is a pain.
8969 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8970 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8971 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8972 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8973 else
8974 ld_shlibs=no
8977 esac
8980 sunos4*)
8981 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8982 wlarc=
8983 hardcode_direct=yes
8984 hardcode_shlibpath_var=no
8988 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8989 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8990 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8991 else
8992 ld_shlibs=no
8995 esac
8997 if test "$ld_shlibs" = no; then
8998 runpath_var=
8999 hardcode_libdir_flag_spec=
9000 export_dynamic_flag_spec=
9001 whole_archive_flag_spec=
9003 else
9004 # PORTME fill in a description of your system's linker (not GNU ld)
9005 case $host_os in
9006 aix3*)
9007 allow_undefined_flag=unsupported
9008 always_export_symbols=yes
9009 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'
9010 # Note: this linker hardcodes the directories in LIBPATH if there
9011 # are no directories specified by -L.
9012 hardcode_minus_L=yes
9013 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9014 # Neither direct hardcoding nor static linking is supported with a
9015 # broken collect2.
9016 hardcode_direct=unsupported
9020 aix[4-9]*)
9021 if test "$host_cpu" = ia64; then
9022 # On IA64, the linker does run time linking by default, so we don't
9023 # have to do anything special.
9024 aix_use_runtimelinking=no
9025 exp_sym_flag='-Bexport'
9026 no_entry_flag=""
9027 else
9028 # If we're using GNU nm, then we don't want the "-C" option.
9029 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9030 # Also, AIX nm treats weak defined symbols like other global
9031 # defined symbols, whereas GNU nm marks them as "W".
9032 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9033 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'
9034 else
9035 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'
9037 aix_use_runtimelinking=no
9039 # Test if we are trying to use run time linking or normal
9040 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9041 # need to do runtime linking.
9042 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9043 for ld_flag in $LDFLAGS; do
9044 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9045 aix_use_runtimelinking=yes
9046 break
9048 done
9050 esac
9052 exp_sym_flag='-bexport'
9053 no_entry_flag='-bnoentry'
9056 # When large executables or shared objects are built, AIX ld can
9057 # have problems creating the table of contents. If linking a library
9058 # or program results in "error TOC overflow" add -mminimal-toc to
9059 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9060 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9062 archive_cmds=''
9063 hardcode_direct=yes
9064 hardcode_direct_absolute=yes
9065 hardcode_libdir_separator=':'
9066 link_all_deplibs=yes
9067 file_list_spec='${wl}-f,'
9069 if test "$GCC" = yes; then
9070 case $host_os in aix4.[012]|aix4.[012].*)
9071 # We only want to do this on AIX 4.2 and lower, the check
9072 # below for broken collect2 doesn't work under 4.3+
9073 collect2name=`${CC} -print-prog-name=collect2`
9074 if test -f "$collect2name" &&
9075 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9076 then
9077 # We have reworked collect2
9079 else
9080 # We have old collect2
9081 hardcode_direct=unsupported
9082 # It fails to find uninstalled libraries when the uninstalled
9083 # path is not listed in the libpath. Setting hardcode_minus_L
9084 # to unsupported forces relinking
9085 hardcode_minus_L=yes
9086 hardcode_libdir_flag_spec='-L$libdir'
9087 hardcode_libdir_separator=
9090 esac
9091 shared_flag='-shared'
9092 if test "$aix_use_runtimelinking" = yes; then
9093 shared_flag="$shared_flag "'${wl}-G'
9095 else
9096 # not using gcc
9097 if test "$host_cpu" = ia64; then
9098 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9099 # chokes on -Wl,-G. The following line is correct:
9100 shared_flag='-G'
9101 else
9102 if test "$aix_use_runtimelinking" = yes; then
9103 shared_flag='${wl}-G'
9104 else
9105 shared_flag='${wl}-bM:SRE'
9110 export_dynamic_flag_spec='${wl}-bexpall'
9111 # It seems that -bexpall does not export symbols beginning with
9112 # underscore (_), so it is better to generate a list of symbols to export.
9113 always_export_symbols=yes
9114 if test "$aix_use_runtimelinking" = yes; then
9115 # Warning - without using the other runtime loading flags (-brtl),
9116 # -berok will link without error, but may produce a broken library.
9117 allow_undefined_flag='-berok'
9118 # Determine the default libpath from the value encoded in an
9119 # empty executable.
9120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9121 /* end confdefs.h. */
9124 main ()
9128 return 0;
9130 _ACEOF
9131 if ac_fn_c_try_link "$LINENO"; then :
9133 lt_aix_libpath_sed='
9134 /Import File Strings/,/^$/ {
9135 /^0/ {
9136 s/^0 *\(.*\)$/\1/
9140 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9141 # Check for a 64-bit object if we didn't find anything.
9142 if test -z "$aix_libpath"; then
9143 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9146 rm -f core conftest.err conftest.$ac_objext \
9147 conftest$ac_exeext conftest.$ac_ext
9148 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9150 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9151 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"
9152 else
9153 if test "$host_cpu" = ia64; then
9154 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9155 allow_undefined_flag="-z nodefs"
9156 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"
9157 else
9158 # Determine the default libpath from the value encoded in an
9159 # empty executable.
9160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9161 /* end confdefs.h. */
9164 main ()
9168 return 0;
9170 _ACEOF
9171 if ac_fn_c_try_link "$LINENO"; then :
9173 lt_aix_libpath_sed='
9174 /Import File Strings/,/^$/ {
9175 /^0/ {
9176 s/^0 *\(.*\)$/\1/
9180 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9181 # Check for a 64-bit object if we didn't find anything.
9182 if test -z "$aix_libpath"; then
9183 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9186 rm -f core conftest.err conftest.$ac_objext \
9187 conftest$ac_exeext conftest.$ac_ext
9188 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9190 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9191 # Warning - without using the other run time loading flags,
9192 # -berok will link without error, but may produce a broken library.
9193 no_undefined_flag=' ${wl}-bernotok'
9194 allow_undefined_flag=' ${wl}-berok'
9195 if test "$with_gnu_ld" = yes; then
9196 # We only use this code for GNU lds that support --whole-archive.
9197 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9198 else
9199 # Exported symbols can be pulled into shared objects from archives
9200 whole_archive_flag_spec='$convenience'
9202 archive_cmds_need_lc=yes
9203 # This is similar to how AIX traditionally builds its shared libraries.
9204 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'
9209 amigaos*)
9210 case $host_cpu in
9211 powerpc)
9212 # see comment about AmigaOS4 .so support
9213 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9214 archive_expsym_cmds=''
9216 m68k)
9217 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)'
9218 hardcode_libdir_flag_spec='-L$libdir'
9219 hardcode_minus_L=yes
9221 esac
9224 bsdi[45]*)
9225 export_dynamic_flag_spec=-rdynamic
9228 cygwin* | mingw* | pw32* | cegcc*)
9229 # When not using gcc, we currently assume that we are using
9230 # Microsoft Visual C++.
9231 # hardcode_libdir_flag_spec is actually meaningless, as there is
9232 # no search path for DLLs.
9233 hardcode_libdir_flag_spec=' '
9234 allow_undefined_flag=unsupported
9235 # Tell ltmain to make .lib files, not .a files.
9236 libext=lib
9237 # Tell ltmain to make .dll files, not .so files.
9238 shrext_cmds=".dll"
9239 # FIXME: Setting linknames here is a bad hack.
9240 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9241 # The linker will automatically build a .lib file if we build a DLL.
9242 old_archive_from_new_cmds='true'
9243 # FIXME: Should let the user specify the lib program.
9244 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9245 fix_srcfile_path='`cygpath -w "$srcfile"`'
9246 enable_shared_with_static_runtimes=yes
9249 darwin* | rhapsody*)
9252 archive_cmds_need_lc=no
9253 hardcode_direct=no
9254 hardcode_automatic=yes
9255 hardcode_shlibpath_var=unsupported
9256 if test "$lt_cv_ld_force_load" = "yes"; then
9257 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\"`'
9258 else
9259 whole_archive_flag_spec=''
9261 link_all_deplibs=yes
9262 allow_undefined_flag="$_lt_dar_allow_undefined"
9263 case $cc_basename in
9264 ifort*) _lt_dar_can_shared=yes ;;
9265 *) _lt_dar_can_shared=$GCC ;;
9266 esac
9267 if test "$_lt_dar_can_shared" = "yes"; then
9268 output_verbose_link_cmd=func_echo_all
9269 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9270 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9271 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}"
9272 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}"
9274 else
9275 ld_shlibs=no
9280 dgux*)
9281 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9282 hardcode_libdir_flag_spec='-L$libdir'
9283 hardcode_shlibpath_var=no
9286 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9287 # support. Future versions do this automatically, but an explicit c++rt0.o
9288 # does not break anything, and helps significantly (at the cost of a little
9289 # extra space).
9290 freebsd2.2*)
9291 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9292 hardcode_libdir_flag_spec='-R$libdir'
9293 hardcode_direct=yes
9294 hardcode_shlibpath_var=no
9297 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9298 freebsd2.*)
9299 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9300 hardcode_direct=yes
9301 hardcode_minus_L=yes
9302 hardcode_shlibpath_var=no
9305 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9306 freebsd* | dragonfly*)
9307 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9308 hardcode_libdir_flag_spec='-R$libdir'
9309 hardcode_direct=yes
9310 hardcode_shlibpath_var=no
9313 hpux9*)
9314 if test "$GCC" = yes; then
9315 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'
9316 else
9317 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'
9319 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9320 hardcode_libdir_separator=:
9321 hardcode_direct=yes
9323 # hardcode_minus_L: Not really in the search PATH,
9324 # but as the default location of the library.
9325 hardcode_minus_L=yes
9326 export_dynamic_flag_spec='${wl}-E'
9329 hpux10*)
9330 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9331 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9332 else
9333 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9335 if test "$with_gnu_ld" = no; then
9336 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9337 hardcode_libdir_flag_spec_ld='+b $libdir'
9338 hardcode_libdir_separator=:
9339 hardcode_direct=yes
9340 hardcode_direct_absolute=yes
9341 export_dynamic_flag_spec='${wl}-E'
9342 # hardcode_minus_L: Not really in the search PATH,
9343 # but as the default location of the library.
9344 hardcode_minus_L=yes
9348 hpux11*)
9349 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9350 case $host_cpu in
9351 hppa*64*)
9352 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9354 ia64*)
9355 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9358 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9360 esac
9361 else
9362 case $host_cpu in
9363 hppa*64*)
9364 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9366 ia64*)
9367 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9371 # Older versions of the 11.00 compiler do not understand -b yet
9372 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9374 $as_echo_n "checking if $CC understands -b... " >&6; }
9375 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
9377 else
9378 lt_cv_prog_compiler__b=no
9379 save_LDFLAGS="$LDFLAGS"
9380 LDFLAGS="$LDFLAGS -b"
9381 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9382 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9383 # The linker can only warn and ignore the option if not recognized
9384 # So say no if there are warnings
9385 if test -s conftest.err; then
9386 # Append any errors to the config.log.
9387 cat conftest.err 1>&5
9388 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9389 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9390 if diff conftest.exp conftest.er2 >/dev/null; then
9391 lt_cv_prog_compiler__b=yes
9393 else
9394 lt_cv_prog_compiler__b=yes
9397 $RM -r conftest*
9398 LDFLAGS="$save_LDFLAGS"
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9402 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9404 if test x"$lt_cv_prog_compiler__b" = xyes; then
9405 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9406 else
9407 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9411 esac
9413 if test "$with_gnu_ld" = no; then
9414 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9415 hardcode_libdir_separator=:
9417 case $host_cpu in
9418 hppa*64*|ia64*)
9419 hardcode_direct=no
9420 hardcode_shlibpath_var=no
9423 hardcode_direct=yes
9424 hardcode_direct_absolute=yes
9425 export_dynamic_flag_spec='${wl}-E'
9427 # hardcode_minus_L: Not really in the search PATH,
9428 # but as the default location of the library.
9429 hardcode_minus_L=yes
9431 esac
9435 irix5* | irix6* | nonstopux*)
9436 if test "$GCC" = yes; then
9437 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'
9438 # Try to use the -exported_symbol ld option, if it does not
9439 # work, assume that -exports_file does not work either and
9440 # implicitly export all symbols.
9441 save_LDFLAGS="$LDFLAGS"
9442 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9445 int foo(void) {}
9446 _ACEOF
9447 if ac_fn_c_try_link "$LINENO"; then :
9448 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'
9451 rm -f core conftest.err conftest.$ac_objext \
9452 conftest$ac_exeext conftest.$ac_ext
9453 LDFLAGS="$save_LDFLAGS"
9454 else
9455 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'
9456 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'
9458 archive_cmds_need_lc='no'
9459 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9460 hardcode_libdir_separator=:
9461 inherit_rpath=yes
9462 link_all_deplibs=yes
9465 netbsd*)
9466 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9467 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9468 else
9469 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9471 hardcode_libdir_flag_spec='-R$libdir'
9472 hardcode_direct=yes
9473 hardcode_shlibpath_var=no
9476 newsos6)
9477 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9478 hardcode_direct=yes
9479 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9480 hardcode_libdir_separator=:
9481 hardcode_shlibpath_var=no
9484 *nto* | *qnx*)
9487 openbsd*)
9488 if test -f /usr/libexec/ld.so; then
9489 hardcode_direct=yes
9490 hardcode_shlibpath_var=no
9491 hardcode_direct_absolute=yes
9492 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9493 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9494 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9495 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9496 export_dynamic_flag_spec='${wl}-E'
9497 else
9498 case $host_os in
9499 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9500 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9501 hardcode_libdir_flag_spec='-R$libdir'
9504 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9505 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9507 esac
9509 else
9510 ld_shlibs=no
9514 os2*)
9515 hardcode_libdir_flag_spec='-L$libdir'
9516 hardcode_minus_L=yes
9517 allow_undefined_flag=unsupported
9518 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'
9519 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9522 osf3*)
9523 if test "$GCC" = yes; then
9524 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9525 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'
9526 else
9527 allow_undefined_flag=' -expect_unresolved \*'
9528 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'
9530 archive_cmds_need_lc='no'
9531 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9532 hardcode_libdir_separator=:
9535 osf4* | osf5*) # as osf3* with the addition of -msym flag
9536 if test "$GCC" = yes; then
9537 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9538 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'
9539 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9540 else
9541 allow_undefined_flag=' -expect_unresolved \*'
9542 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'
9543 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~
9544 $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'
9546 # Both c and cxx compiler support -rpath directly
9547 hardcode_libdir_flag_spec='-rpath $libdir'
9549 archive_cmds_need_lc='no'
9550 hardcode_libdir_separator=:
9553 solaris*)
9554 no_undefined_flag=' -z defs'
9555 if test "$GCC" = yes; then
9556 wlarc='${wl}'
9557 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9558 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9559 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9560 else
9561 case `$CC -V 2>&1` in
9562 *"Compilers 5.0"*)
9563 wlarc=''
9564 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9565 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9566 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9569 wlarc='${wl}'
9570 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9571 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9572 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9574 esac
9576 hardcode_libdir_flag_spec='-R$libdir'
9577 hardcode_shlibpath_var=no
9578 case $host_os in
9579 solaris2.[0-5] | solaris2.[0-5].*) ;;
9581 # The compiler driver will combine and reorder linker options,
9582 # but understands `-z linker_flag'. GCC discards it without `$wl',
9583 # but is careful enough not to reorder.
9584 # Supported since Solaris 2.6 (maybe 2.5.1?)
9585 if test "$GCC" = yes; then
9586 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9587 else
9588 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9591 esac
9592 link_all_deplibs=yes
9595 sunos4*)
9596 if test "x$host_vendor" = xsequent; then
9597 # Use $CC to link under sequent, because it throws in some extra .o
9598 # files that make .init and .fini sections work.
9599 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9600 else
9601 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9603 hardcode_libdir_flag_spec='-L$libdir'
9604 hardcode_direct=yes
9605 hardcode_minus_L=yes
9606 hardcode_shlibpath_var=no
9609 sysv4)
9610 case $host_vendor in
9611 sni)
9612 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9613 hardcode_direct=yes # is this really true???
9615 siemens)
9616 ## LD is ld it makes a PLAMLIB
9617 ## CC just makes a GrossModule.
9618 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9619 reload_cmds='$CC -r -o $output$reload_objs'
9620 hardcode_direct=no
9622 motorola)
9623 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9624 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9626 esac
9627 runpath_var='LD_RUN_PATH'
9628 hardcode_shlibpath_var=no
9631 sysv4.3*)
9632 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9633 hardcode_shlibpath_var=no
9634 export_dynamic_flag_spec='-Bexport'
9637 sysv4*MP*)
9638 if test -d /usr/nec; then
9639 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9640 hardcode_shlibpath_var=no
9641 runpath_var=LD_RUN_PATH
9642 hardcode_runpath_var=yes
9643 ld_shlibs=yes
9647 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9648 no_undefined_flag='${wl}-z,text'
9649 archive_cmds_need_lc=no
9650 hardcode_shlibpath_var=no
9651 runpath_var='LD_RUN_PATH'
9653 if test "$GCC" = yes; then
9654 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9655 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9656 else
9657 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9658 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9662 sysv5* | sco3.2v5* | sco5v6*)
9663 # Note: We can NOT use -z defs as we might desire, because we do not
9664 # link with -lc, and that would cause any symbols used from libc to
9665 # always be unresolved, which means just about no library would
9666 # ever link correctly. If we're not using GNU ld we use -z text
9667 # though, which does catch some bad symbols but isn't as heavy-handed
9668 # as -z defs.
9669 no_undefined_flag='${wl}-z,text'
9670 allow_undefined_flag='${wl}-z,nodefs'
9671 archive_cmds_need_lc=no
9672 hardcode_shlibpath_var=no
9673 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9674 hardcode_libdir_separator=':'
9675 link_all_deplibs=yes
9676 export_dynamic_flag_spec='${wl}-Bexport'
9677 runpath_var='LD_RUN_PATH'
9679 if test "$GCC" = yes; then
9680 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9681 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9682 else
9683 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9684 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9688 uts4*)
9689 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9690 hardcode_libdir_flag_spec='-L$libdir'
9691 hardcode_shlibpath_var=no
9695 ld_shlibs=no
9697 esac
9699 if test x$host_vendor = xsni; then
9700 case $host in
9701 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9702 export_dynamic_flag_spec='${wl}-Blargedynsym'
9704 esac
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9709 $as_echo "$ld_shlibs" >&6; }
9710 test "$ld_shlibs" = no && can_build_shared=no
9712 with_gnu_ld=$with_gnu_ld
9729 # Do we need to explicitly link libc?
9731 case "x$archive_cmds_need_lc" in
9732 x|xyes)
9733 # Assume -lc should be added
9734 archive_cmds_need_lc=yes
9736 if test "$enable_shared" = yes && test "$GCC" = yes; then
9737 case $archive_cmds in
9738 *'~'*)
9739 # FIXME: we may have to deal with multi-command sequences.
9741 '$CC '*)
9742 # Test whether the compiler implicitly links with -lc since on some
9743 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9744 # to ld, don't add -lc before -lgcc.
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9746 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9747 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9748 $as_echo_n "(cached) " >&6
9749 else
9750 $RM conftest*
9751 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9753 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9754 (eval $ac_compile) 2>&5
9755 ac_status=$?
9756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9757 test $ac_status = 0; } 2>conftest.err; then
9758 soname=conftest
9759 lib=conftest
9760 libobjs=conftest.$ac_objext
9761 deplibs=
9762 wl=$lt_prog_compiler_wl
9763 pic_flag=$lt_prog_compiler_pic
9764 compiler_flags=-v
9765 linker_flags=-v
9766 verstring=
9767 output_objdir=.
9768 libname=conftest
9769 lt_save_allow_undefined_flag=$allow_undefined_flag
9770 allow_undefined_flag=
9771 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9772 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9773 ac_status=$?
9774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9775 test $ac_status = 0; }
9776 then
9777 lt_cv_archive_cmds_need_lc=no
9778 else
9779 lt_cv_archive_cmds_need_lc=yes
9781 allow_undefined_flag=$lt_save_allow_undefined_flag
9782 else
9783 cat conftest.err 1>&5
9785 $RM conftest*
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9789 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9790 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9792 esac
9795 esac
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9954 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9956 if test "$GCC" = yes; then
9957 case $host_os in
9958 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9959 *) lt_awk_arg="/^libraries:/" ;;
9960 esac
9961 case $host_os in
9962 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9963 *) lt_sed_strip_eq="s,=/,/,g" ;;
9964 esac
9965 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9966 case $lt_search_path_spec in
9967 *\;*)
9968 # if the path contains ";" then we assume it to be the separator
9969 # otherwise default to the standard path separator (i.e. ":") - it is
9970 # assumed that no part of a normal pathname contains ";" but that should
9971 # okay in the real world where ";" in dirpaths is itself problematic.
9972 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9975 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9977 esac
9978 # Ok, now we have the path, separated by spaces, we can step through it
9979 # and add multilib dir if necessary.
9980 lt_tmp_lt_search_path_spec=
9981 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9982 for lt_sys_path in $lt_search_path_spec; do
9983 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9984 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9985 else
9986 test -d "$lt_sys_path" && \
9987 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9989 done
9990 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9991 BEGIN {RS=" "; FS="/|\n";} {
9992 lt_foo="";
9993 lt_count=0;
9994 for (lt_i = NF; lt_i > 0; lt_i--) {
9995 if ($lt_i != "" && $lt_i != ".") {
9996 if ($lt_i == "..") {
9997 lt_count++;
9998 } else {
9999 if (lt_count == 0) {
10000 lt_foo="/" $lt_i lt_foo;
10001 } else {
10002 lt_count--;
10007 if (lt_foo != "") { lt_freq[lt_foo]++; }
10008 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10010 # AWK program above erroneously prepends '/' to C:/dos/paths
10011 # for these hosts.
10012 case $host_os in
10013 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10014 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10015 esac
10016 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10017 else
10018 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10020 library_names_spec=
10021 libname_spec='lib$name'
10022 soname_spec=
10023 shrext_cmds=".so"
10024 postinstall_cmds=
10025 postuninstall_cmds=
10026 finish_cmds=
10027 finish_eval=
10028 shlibpath_var=
10029 shlibpath_overrides_runpath=unknown
10030 version_type=none
10031 dynamic_linker="$host_os ld.so"
10032 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10033 need_lib_prefix=unknown
10034 hardcode_into_libs=no
10036 # when you set need_version to no, make sure it does not cause -set_version
10037 # flags to be left without arguments
10038 need_version=unknown
10040 case $host_os in
10041 aix3*)
10042 version_type=linux
10043 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10044 shlibpath_var=LIBPATH
10046 # AIX 3 has no versioning support, so we append a major version to the name.
10047 soname_spec='${libname}${release}${shared_ext}$major'
10050 aix[4-9]*)
10051 version_type=linux
10052 need_lib_prefix=no
10053 need_version=no
10054 hardcode_into_libs=yes
10055 if test "$host_cpu" = ia64; then
10056 # AIX 5 supports IA64
10057 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10058 shlibpath_var=LD_LIBRARY_PATH
10059 else
10060 # With GCC up to 2.95.x, collect2 would create an import file
10061 # for dependence libraries. The import file would start with
10062 # the line `#! .'. This would cause the generated library to
10063 # depend on `.', always an invalid library. This was fixed in
10064 # development snapshots of GCC prior to 3.0.
10065 case $host_os in
10066 aix4 | aix4.[01] | aix4.[01].*)
10067 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10068 echo ' yes '
10069 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10071 else
10072 can_build_shared=no
10075 esac
10076 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10077 # soname into executable. Probably we can add versioning support to
10078 # collect2, so additional links can be useful in future.
10079 if test "$aix_use_runtimelinking" = yes; then
10080 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10081 # instead of lib<name>.a to let people know that these are not
10082 # typical AIX shared libraries.
10083 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10084 else
10085 # We preserve .a as extension for shared libraries through AIX4.2
10086 # and later when we are not doing run time linking.
10087 library_names_spec='${libname}${release}.a $libname.a'
10088 soname_spec='${libname}${release}${shared_ext}$major'
10090 shlibpath_var=LIBPATH
10094 amigaos*)
10095 case $host_cpu in
10096 powerpc)
10097 # Since July 2007 AmigaOS4 officially supports .so libraries.
10098 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10099 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10101 m68k)
10102 library_names_spec='$libname.ixlibrary $libname.a'
10103 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10104 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'
10106 esac
10109 beos*)
10110 library_names_spec='${libname}${shared_ext}'
10111 dynamic_linker="$host_os ld.so"
10112 shlibpath_var=LIBRARY_PATH
10115 bsdi[45]*)
10116 version_type=linux
10117 need_version=no
10118 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10119 soname_spec='${libname}${release}${shared_ext}$major'
10120 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10121 shlibpath_var=LD_LIBRARY_PATH
10122 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10123 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10124 # the default ld.so.conf also contains /usr/contrib/lib and
10125 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10126 # libtool to hard-code these into programs
10129 cygwin* | mingw* | pw32* | cegcc*)
10130 version_type=windows
10131 shrext_cmds=".dll"
10132 need_version=no
10133 need_lib_prefix=no
10135 case $GCC,$host_os in
10136 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10137 library_names_spec='$libname.dll.a'
10138 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10139 postinstall_cmds='base_file=`basename \${file}`~
10140 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10141 dldir=$destdir/`dirname \$dlpath`~
10142 test -d \$dldir || mkdir -p \$dldir~
10143 $install_prog $dir/$dlname \$dldir/$dlname~
10144 chmod a+x \$dldir/$dlname~
10145 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10146 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10148 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10149 dlpath=$dir/\$dldll~
10150 $RM \$dlpath'
10151 shlibpath_overrides_runpath=yes
10153 case $host_os in
10154 cygwin*)
10155 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10156 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10158 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10160 mingw* | cegcc*)
10161 # MinGW DLLs use traditional 'lib' prefix
10162 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10164 pw32*)
10165 # pw32 DLLs use 'pw' prefix rather than 'lib'
10166 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10168 esac
10172 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10174 esac
10175 dynamic_linker='Win32 ld.exe'
10176 # FIXME: first we should search . and the directory the executable is in
10177 shlibpath_var=PATH
10180 darwin* | rhapsody*)
10181 dynamic_linker="$host_os dyld"
10182 version_type=darwin
10183 need_lib_prefix=no
10184 need_version=no
10185 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10186 soname_spec='${libname}${release}${major}$shared_ext'
10187 shlibpath_overrides_runpath=yes
10188 shlibpath_var=DYLD_LIBRARY_PATH
10189 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10191 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10192 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10195 dgux*)
10196 version_type=linux
10197 need_lib_prefix=no
10198 need_version=no
10199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10200 soname_spec='${libname}${release}${shared_ext}$major'
10201 shlibpath_var=LD_LIBRARY_PATH
10204 freebsd* | dragonfly*)
10205 # DragonFly does not have aout. When/if they implement a new
10206 # versioning mechanism, adjust this.
10207 if test -x /usr/bin/objformat; then
10208 objformat=`/usr/bin/objformat`
10209 else
10210 case $host_os in
10211 freebsd[23].*) objformat=aout ;;
10212 *) objformat=elf ;;
10213 esac
10215 version_type=freebsd-$objformat
10216 case $version_type in
10217 freebsd-elf*)
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10219 need_version=no
10220 need_lib_prefix=no
10222 freebsd-*)
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10224 need_version=yes
10226 esac
10227 shlibpath_var=LD_LIBRARY_PATH
10228 case $host_os in
10229 freebsd2.*)
10230 shlibpath_overrides_runpath=yes
10232 freebsd3.[01]* | freebsdelf3.[01]*)
10233 shlibpath_overrides_runpath=yes
10234 hardcode_into_libs=yes
10236 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10237 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10238 shlibpath_overrides_runpath=no
10239 hardcode_into_libs=yes
10241 *) # from 4.6 on, and DragonFly
10242 shlibpath_overrides_runpath=yes
10243 hardcode_into_libs=yes
10245 esac
10248 gnu*)
10249 version_type=linux
10250 need_lib_prefix=no
10251 need_version=no
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10253 soname_spec='${libname}${release}${shared_ext}$major'
10254 shlibpath_var=LD_LIBRARY_PATH
10255 hardcode_into_libs=yes
10258 haiku*)
10259 version_type=linux
10260 need_lib_prefix=no
10261 need_version=no
10262 dynamic_linker="$host_os runtime_loader"
10263 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10264 soname_spec='${libname}${release}${shared_ext}$major'
10265 shlibpath_var=LIBRARY_PATH
10266 shlibpath_overrides_runpath=yes
10267 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10268 hardcode_into_libs=yes
10271 hpux9* | hpux10* | hpux11*)
10272 # Give a soname corresponding to the major version so that dld.sl refuses to
10273 # link against other versions.
10274 version_type=sunos
10275 need_lib_prefix=no
10276 need_version=no
10277 case $host_cpu in
10278 ia64*)
10279 shrext_cmds='.so'
10280 hardcode_into_libs=yes
10281 dynamic_linker="$host_os dld.so"
10282 shlibpath_var=LD_LIBRARY_PATH
10283 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10285 soname_spec='${libname}${release}${shared_ext}$major'
10286 if test "X$HPUX_IA64_MODE" = X32; then
10287 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10288 else
10289 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10291 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10293 hppa*64*)
10294 shrext_cmds='.sl'
10295 hardcode_into_libs=yes
10296 dynamic_linker="$host_os dld.sl"
10297 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10298 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300 soname_spec='${libname}${release}${shared_ext}$major'
10301 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10302 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10305 shrext_cmds='.sl'
10306 dynamic_linker="$host_os dld.sl"
10307 shlibpath_var=SHLIB_PATH
10308 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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'
10312 esac
10313 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10314 postinstall_cmds='chmod 555 $lib'
10315 # or fails outright, so override atomically:
10316 install_override_mode=555
10319 interix[3-9]*)
10320 version_type=linux
10321 need_lib_prefix=no
10322 need_version=no
10323 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10324 soname_spec='${libname}${release}${shared_ext}$major'
10325 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10326 shlibpath_var=LD_LIBRARY_PATH
10327 shlibpath_overrides_runpath=no
10328 hardcode_into_libs=yes
10331 irix5* | irix6* | nonstopux*)
10332 case $host_os in
10333 nonstopux*) version_type=nonstopux ;;
10335 if test "$lt_cv_prog_gnu_ld" = yes; then
10336 version_type=linux
10337 else
10338 version_type=irix
10339 fi ;;
10340 esac
10341 need_lib_prefix=no
10342 need_version=no
10343 soname_spec='${libname}${release}${shared_ext}$major'
10344 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10345 case $host_os in
10346 irix5* | nonstopux*)
10347 libsuff= shlibsuff=
10350 case $LD in # libtool.m4 will add one of these switches to LD
10351 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10352 libsuff= shlibsuff= libmagic=32-bit;;
10353 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10354 libsuff=32 shlibsuff=N32 libmagic=N32;;
10355 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10356 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10357 *) libsuff= shlibsuff= libmagic=never-match;;
10358 esac
10360 esac
10361 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10362 shlibpath_overrides_runpath=no
10363 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10364 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10365 hardcode_into_libs=yes
10368 # No shared lib support for Linux oldld, aout, or coff.
10369 linux*oldld* | linux*aout* | linux*coff*)
10370 dynamic_linker=no
10373 # This must be Linux ELF.
10374 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10375 version_type=linux
10376 need_lib_prefix=no
10377 need_version=no
10378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10379 soname_spec='${libname}${release}${shared_ext}$major'
10380 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10381 shlibpath_var=LD_LIBRARY_PATH
10382 shlibpath_overrides_runpath=no
10384 # Some binutils ld are patched to set DT_RUNPATH
10385 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10386 $as_echo_n "(cached) " >&6
10387 else
10388 lt_cv_shlibpath_overrides_runpath=no
10389 save_LDFLAGS=$LDFLAGS
10390 save_libdir=$libdir
10391 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10392 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10394 /* end confdefs.h. */
10397 main ()
10401 return 0;
10403 _ACEOF
10404 if ac_fn_c_try_link "$LINENO"; then :
10405 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10406 lt_cv_shlibpath_overrides_runpath=yes
10409 rm -f core conftest.err conftest.$ac_objext \
10410 conftest$ac_exeext conftest.$ac_ext
10411 LDFLAGS=$save_LDFLAGS
10412 libdir=$save_libdir
10416 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10418 # This implies no fast_install, which is unacceptable.
10419 # Some rework will be needed to allow for fast_install
10420 # before this can be enabled.
10421 hardcode_into_libs=yes
10423 # Append ld.so.conf contents to the search path
10424 if test -f /etc/ld.so.conf; then
10425 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' ' '`
10426 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10429 # We used to test for /lib/ld.so.1 and disable shared libraries on
10430 # powerpc, because MkLinux only supported shared libraries with the
10431 # GNU dynamic linker. Since this was broken with cross compilers,
10432 # most powerpc-linux boxes support dynamic linking these days and
10433 # people can always --disable-shared, the test was removed, and we
10434 # assume the GNU/Linux dynamic linker is in use.
10435 dynamic_linker='GNU/Linux ld.so'
10438 netbsd*)
10439 version_type=sunos
10440 need_lib_prefix=no
10441 need_version=no
10442 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10444 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10445 dynamic_linker='NetBSD (a.out) ld.so'
10446 else
10447 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10448 soname_spec='${libname}${release}${shared_ext}$major'
10449 dynamic_linker='NetBSD ld.elf_so'
10451 shlibpath_var=LD_LIBRARY_PATH
10452 shlibpath_overrides_runpath=yes
10453 hardcode_into_libs=yes
10456 newsos6)
10457 version_type=linux
10458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10459 shlibpath_var=LD_LIBRARY_PATH
10460 shlibpath_overrides_runpath=yes
10463 *nto* | *qnx*)
10464 version_type=qnx
10465 need_lib_prefix=no
10466 need_version=no
10467 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10468 soname_spec='${libname}${release}${shared_ext}$major'
10469 shlibpath_var=LD_LIBRARY_PATH
10470 shlibpath_overrides_runpath=no
10471 hardcode_into_libs=yes
10472 dynamic_linker='ldqnx.so'
10475 openbsd*)
10476 version_type=sunos
10477 sys_lib_dlsearch_path_spec="/usr/lib"
10478 need_lib_prefix=no
10479 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10480 case $host_os in
10481 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10482 *) need_version=no ;;
10483 esac
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10485 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10486 shlibpath_var=LD_LIBRARY_PATH
10487 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10488 case $host_os in
10489 openbsd2.[89] | openbsd2.[89].*)
10490 shlibpath_overrides_runpath=no
10493 shlibpath_overrides_runpath=yes
10495 esac
10496 else
10497 shlibpath_overrides_runpath=yes
10501 os2*)
10502 libname_spec='$name'
10503 shrext_cmds=".dll"
10504 need_lib_prefix=no
10505 library_names_spec='$libname${shared_ext} $libname.a'
10506 dynamic_linker='OS/2 ld.exe'
10507 shlibpath_var=LIBPATH
10510 osf3* | osf4* | osf5*)
10511 version_type=osf
10512 need_lib_prefix=no
10513 need_version=no
10514 soname_spec='${libname}${release}${shared_ext}$major'
10515 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10516 shlibpath_var=LD_LIBRARY_PATH
10517 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10518 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10521 rdos*)
10522 dynamic_linker=no
10525 solaris*)
10526 version_type=linux
10527 need_lib_prefix=no
10528 need_version=no
10529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10530 soname_spec='${libname}${release}${shared_ext}$major'
10531 shlibpath_var=LD_LIBRARY_PATH
10532 shlibpath_overrides_runpath=yes
10533 hardcode_into_libs=yes
10534 # ldd complains unless libraries are executable
10535 postinstall_cmds='chmod +x $lib'
10538 sunos4*)
10539 version_type=sunos
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10541 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10542 shlibpath_var=LD_LIBRARY_PATH
10543 shlibpath_overrides_runpath=yes
10544 if test "$with_gnu_ld" = yes; then
10545 need_lib_prefix=no
10547 need_version=yes
10550 sysv4 | sysv4.3*)
10551 version_type=linux
10552 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10553 soname_spec='${libname}${release}${shared_ext}$major'
10554 shlibpath_var=LD_LIBRARY_PATH
10555 case $host_vendor in
10556 sni)
10557 shlibpath_overrides_runpath=no
10558 need_lib_prefix=no
10559 runpath_var=LD_RUN_PATH
10561 siemens)
10562 need_lib_prefix=no
10564 motorola)
10565 need_lib_prefix=no
10566 need_version=no
10567 shlibpath_overrides_runpath=no
10568 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10570 esac
10573 sysv4*MP*)
10574 if test -d /usr/nec ;then
10575 version_type=linux
10576 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10577 soname_spec='$libname${shared_ext}.$major'
10578 shlibpath_var=LD_LIBRARY_PATH
10582 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10583 version_type=freebsd-elf
10584 need_lib_prefix=no
10585 need_version=no
10586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $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 if test "$with_gnu_ld" = yes; then
10592 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10593 else
10594 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10595 case $host_os in
10596 sco3.2v5*)
10597 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10599 esac
10601 sys_lib_dlsearch_path_spec='/usr/lib'
10604 tpf*)
10605 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10606 version_type=linux
10607 need_lib_prefix=no
10608 need_version=no
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=no
10612 hardcode_into_libs=yes
10615 uts4*)
10616 version_type=linux
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 shlibpath_var=LD_LIBRARY_PATH
10623 dynamic_linker=no
10625 esac
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10627 $as_echo "$dynamic_linker" >&6; }
10628 test "$dynamic_linker" = no && can_build_shared=no
10630 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10631 if test "$GCC" = yes; then
10632 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10635 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10636 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10638 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10639 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10734 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10735 hardcode_action=
10736 if test -n "$hardcode_libdir_flag_spec" ||
10737 test -n "$runpath_var" ||
10738 test "X$hardcode_automatic" = "Xyes" ; then
10740 # We can hardcode non-existent directories.
10741 if test "$hardcode_direct" != no &&
10742 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10743 # have to relink, otherwise we might link with an installed library
10744 # when we should be linking with a yet-to-be-installed one
10745 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10746 test "$hardcode_minus_L" != no; then
10747 # Linking always hardcodes the temporary library directory.
10748 hardcode_action=relink
10749 else
10750 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10751 hardcode_action=immediate
10753 else
10754 # We cannot hardcode anything, or else we can only hardcode existing
10755 # directories.
10756 hardcode_action=unsupported
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10759 $as_echo "$hardcode_action" >&6; }
10761 if test "$hardcode_action" = relink ||
10762 test "$inherit_rpath" = yes; then
10763 # Fast installation is not supported
10764 enable_fast_install=no
10765 elif test "$shlibpath_overrides_runpath" = yes ||
10766 test "$enable_shared" = no; then
10767 # Fast installation is not necessary
10768 enable_fast_install=needless
10776 if test "x$enable_dlopen" != xyes; then
10777 enable_dlopen=unknown
10778 enable_dlopen_self=unknown
10779 enable_dlopen_self_static=unknown
10780 else
10781 lt_cv_dlopen=no
10782 lt_cv_dlopen_libs=
10784 case $host_os in
10785 beos*)
10786 lt_cv_dlopen="load_add_on"
10787 lt_cv_dlopen_libs=
10788 lt_cv_dlopen_self=yes
10791 mingw* | pw32* | cegcc*)
10792 lt_cv_dlopen="LoadLibrary"
10793 lt_cv_dlopen_libs=
10796 cygwin*)
10797 lt_cv_dlopen="dlopen"
10798 lt_cv_dlopen_libs=
10801 darwin*)
10802 # if libdl is installed we need to link against it
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10804 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10805 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10806 $as_echo_n "(cached) " >&6
10807 else
10808 ac_check_lib_save_LIBS=$LIBS
10809 LIBS="-ldl $LIBS"
10810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10811 /* end confdefs.h. */
10813 /* Override any GCC internal prototype to avoid an error.
10814 Use char because int might match the return type of a GCC
10815 builtin and then its argument prototype would still apply. */
10816 #ifdef __cplusplus
10817 extern "C"
10818 #endif
10819 char dlopen ();
10821 main ()
10823 return dlopen ();
10825 return 0;
10827 _ACEOF
10828 if ac_fn_c_try_link "$LINENO"; then :
10829 ac_cv_lib_dl_dlopen=yes
10830 else
10831 ac_cv_lib_dl_dlopen=no
10833 rm -f core conftest.err conftest.$ac_objext \
10834 conftest$ac_exeext conftest.$ac_ext
10835 LIBS=$ac_check_lib_save_LIBS
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10838 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10839 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10840 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10841 else
10843 lt_cv_dlopen="dyld"
10844 lt_cv_dlopen_libs=
10845 lt_cv_dlopen_self=yes
10852 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10853 if test "x$ac_cv_func_shl_load" = x""yes; then :
10854 lt_cv_dlopen="shl_load"
10855 else
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10857 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10858 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10859 $as_echo_n "(cached) " >&6
10860 else
10861 ac_check_lib_save_LIBS=$LIBS
10862 LIBS="-ldld $LIBS"
10863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10864 /* end confdefs.h. */
10866 /* Override any GCC internal prototype to avoid an error.
10867 Use char because int might match the return type of a GCC
10868 builtin and then its argument prototype would still apply. */
10869 #ifdef __cplusplus
10870 extern "C"
10871 #endif
10872 char shl_load ();
10874 main ()
10876 return shl_load ();
10878 return 0;
10880 _ACEOF
10881 if ac_fn_c_try_link "$LINENO"; then :
10882 ac_cv_lib_dld_shl_load=yes
10883 else
10884 ac_cv_lib_dld_shl_load=no
10886 rm -f core conftest.err conftest.$ac_objext \
10887 conftest$ac_exeext conftest.$ac_ext
10888 LIBS=$ac_check_lib_save_LIBS
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10891 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10892 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10893 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10894 else
10895 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10896 if test "x$ac_cv_func_dlopen" = x""yes; then :
10897 lt_cv_dlopen="dlopen"
10898 else
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10900 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10901 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10902 $as_echo_n "(cached) " >&6
10903 else
10904 ac_check_lib_save_LIBS=$LIBS
10905 LIBS="-ldl $LIBS"
10906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10907 /* end confdefs.h. */
10909 /* Override any GCC internal prototype to avoid an error.
10910 Use char because int might match the return type of a GCC
10911 builtin and then its argument prototype would still apply. */
10912 #ifdef __cplusplus
10913 extern "C"
10914 #endif
10915 char dlopen ();
10917 main ()
10919 return dlopen ();
10921 return 0;
10923 _ACEOF
10924 if ac_fn_c_try_link "$LINENO"; then :
10925 ac_cv_lib_dl_dlopen=yes
10926 else
10927 ac_cv_lib_dl_dlopen=no
10929 rm -f core conftest.err conftest.$ac_objext \
10930 conftest$ac_exeext conftest.$ac_ext
10931 LIBS=$ac_check_lib_save_LIBS
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10934 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10935 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10936 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10937 else
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10939 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10940 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10941 $as_echo_n "(cached) " >&6
10942 else
10943 ac_check_lib_save_LIBS=$LIBS
10944 LIBS="-lsvld $LIBS"
10945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10946 /* end confdefs.h. */
10948 /* Override any GCC internal prototype to avoid an error.
10949 Use char because int might match the return type of a GCC
10950 builtin and then its argument prototype would still apply. */
10951 #ifdef __cplusplus
10952 extern "C"
10953 #endif
10954 char dlopen ();
10956 main ()
10958 return dlopen ();
10960 return 0;
10962 _ACEOF
10963 if ac_fn_c_try_link "$LINENO"; then :
10964 ac_cv_lib_svld_dlopen=yes
10965 else
10966 ac_cv_lib_svld_dlopen=no
10968 rm -f core conftest.err conftest.$ac_objext \
10969 conftest$ac_exeext conftest.$ac_ext
10970 LIBS=$ac_check_lib_save_LIBS
10972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10973 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10974 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10975 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10976 else
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10978 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10979 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10980 $as_echo_n "(cached) " >&6
10981 else
10982 ac_check_lib_save_LIBS=$LIBS
10983 LIBS="-ldld $LIBS"
10984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10985 /* end confdefs.h. */
10987 /* Override any GCC internal prototype to avoid an error.
10988 Use char because int might match the return type of a GCC
10989 builtin and then its argument prototype would still apply. */
10990 #ifdef __cplusplus
10991 extern "C"
10992 #endif
10993 char dld_link ();
10995 main ()
10997 return dld_link ();
10999 return 0;
11001 _ACEOF
11002 if ac_fn_c_try_link "$LINENO"; then :
11003 ac_cv_lib_dld_dld_link=yes
11004 else
11005 ac_cv_lib_dld_dld_link=no
11007 rm -f core conftest.err conftest.$ac_objext \
11008 conftest$ac_exeext conftest.$ac_ext
11009 LIBS=$ac_check_lib_save_LIBS
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11012 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11013 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11014 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11033 esac
11035 if test "x$lt_cv_dlopen" != xno; then
11036 enable_dlopen=yes
11037 else
11038 enable_dlopen=no
11041 case $lt_cv_dlopen in
11042 dlopen)
11043 save_CPPFLAGS="$CPPFLAGS"
11044 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11046 save_LDFLAGS="$LDFLAGS"
11047 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11049 save_LIBS="$LIBS"
11050 LIBS="$lt_cv_dlopen_libs $LIBS"
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11053 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11054 if test "${lt_cv_dlopen_self+set}" = set; then :
11055 $as_echo_n "(cached) " >&6
11056 else
11057 if test "$cross_compiling" = yes; then :
11058 lt_cv_dlopen_self=cross
11059 else
11060 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11061 lt_status=$lt_dlunknown
11062 cat > conftest.$ac_ext <<_LT_EOF
11063 #line 11063 "configure"
11064 #include "confdefs.h"
11066 #if HAVE_DLFCN_H
11067 #include <dlfcn.h>
11068 #endif
11070 #include <stdio.h>
11072 #ifdef RTLD_GLOBAL
11073 # define LT_DLGLOBAL RTLD_GLOBAL
11074 #else
11075 # ifdef DL_GLOBAL
11076 # define LT_DLGLOBAL DL_GLOBAL
11077 # else
11078 # define LT_DLGLOBAL 0
11079 # endif
11080 #endif
11082 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11083 find out it does not work in some platform. */
11084 #ifndef LT_DLLAZY_OR_NOW
11085 # ifdef RTLD_LAZY
11086 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11087 # else
11088 # ifdef DL_LAZY
11089 # define LT_DLLAZY_OR_NOW DL_LAZY
11090 # else
11091 # ifdef RTLD_NOW
11092 # define LT_DLLAZY_OR_NOW RTLD_NOW
11093 # else
11094 # ifdef DL_NOW
11095 # define LT_DLLAZY_OR_NOW DL_NOW
11096 # else
11097 # define LT_DLLAZY_OR_NOW 0
11098 # endif
11099 # endif
11100 # endif
11101 # endif
11102 #endif
11104 /* When -fvisbility=hidden is used, assume the code has been annotated
11105 correspondingly for the symbols needed. */
11106 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11107 void fnord () __attribute__((visibility("default")));
11108 #endif
11110 void fnord () { int i=42; }
11111 int main ()
11113 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11114 int status = $lt_dlunknown;
11116 if (self)
11118 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11119 else
11121 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11122 else puts (dlerror ());
11124 /* dlclose (self); */
11126 else
11127 puts (dlerror ());
11129 return status;
11131 _LT_EOF
11132 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11133 (eval $ac_link) 2>&5
11134 ac_status=$?
11135 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11136 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11137 (./conftest; exit; ) >&5 2>/dev/null
11138 lt_status=$?
11139 case x$lt_status in
11140 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11141 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11142 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11143 esac
11144 else :
11145 # compilation failed
11146 lt_cv_dlopen_self=no
11149 rm -fr conftest*
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11154 $as_echo "$lt_cv_dlopen_self" >&6; }
11156 if test "x$lt_cv_dlopen_self" = xyes; then
11157 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11159 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11160 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11161 $as_echo_n "(cached) " >&6
11162 else
11163 if test "$cross_compiling" = yes; then :
11164 lt_cv_dlopen_self_static=cross
11165 else
11166 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11167 lt_status=$lt_dlunknown
11168 cat > conftest.$ac_ext <<_LT_EOF
11169 #line 11169 "configure"
11170 #include "confdefs.h"
11172 #if HAVE_DLFCN_H
11173 #include <dlfcn.h>
11174 #endif
11176 #include <stdio.h>
11178 #ifdef RTLD_GLOBAL
11179 # define LT_DLGLOBAL RTLD_GLOBAL
11180 #else
11181 # ifdef DL_GLOBAL
11182 # define LT_DLGLOBAL DL_GLOBAL
11183 # else
11184 # define LT_DLGLOBAL 0
11185 # endif
11186 #endif
11188 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11189 find out it does not work in some platform. */
11190 #ifndef LT_DLLAZY_OR_NOW
11191 # ifdef RTLD_LAZY
11192 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11193 # else
11194 # ifdef DL_LAZY
11195 # define LT_DLLAZY_OR_NOW DL_LAZY
11196 # else
11197 # ifdef RTLD_NOW
11198 # define LT_DLLAZY_OR_NOW RTLD_NOW
11199 # else
11200 # ifdef DL_NOW
11201 # define LT_DLLAZY_OR_NOW DL_NOW
11202 # else
11203 # define LT_DLLAZY_OR_NOW 0
11204 # endif
11205 # endif
11206 # endif
11207 # endif
11208 #endif
11210 /* When -fvisbility=hidden is used, assume the code has been annotated
11211 correspondingly for the symbols needed. */
11212 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11213 void fnord () __attribute__((visibility("default")));
11214 #endif
11216 void fnord () { int i=42; }
11217 int main ()
11219 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11220 int status = $lt_dlunknown;
11222 if (self)
11224 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11225 else
11227 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11228 else puts (dlerror ());
11230 /* dlclose (self); */
11232 else
11233 puts (dlerror ());
11235 return status;
11237 _LT_EOF
11238 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11239 (eval $ac_link) 2>&5
11240 ac_status=$?
11241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11242 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11243 (./conftest; exit; ) >&5 2>/dev/null
11244 lt_status=$?
11245 case x$lt_status in
11246 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11247 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11248 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11249 esac
11250 else :
11251 # compilation failed
11252 lt_cv_dlopen_self_static=no
11255 rm -fr conftest*
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11260 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11263 CPPFLAGS="$save_CPPFLAGS"
11264 LDFLAGS="$save_LDFLAGS"
11265 LIBS="$save_LIBS"
11267 esac
11269 case $lt_cv_dlopen_self in
11270 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11271 *) enable_dlopen_self=unknown ;;
11272 esac
11274 case $lt_cv_dlopen_self_static in
11275 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11276 *) enable_dlopen_self_static=unknown ;;
11277 esac
11296 striplib=
11297 old_striplib=
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11299 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11300 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11301 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11302 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11304 $as_echo "yes" >&6; }
11305 else
11306 # FIXME - insert some real tests, host_os isn't really good enough
11307 case $host_os in
11308 darwin*)
11309 if test -n "$STRIP" ; then
11310 striplib="$STRIP -x"
11311 old_striplib="$STRIP -S"
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11313 $as_echo "yes" >&6; }
11314 else
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11316 $as_echo "no" >&6; }
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11321 $as_echo "no" >&6; }
11323 esac
11337 # Report which library types will actually be built
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11339 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11341 $as_echo "$can_build_shared" >&6; }
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11344 $as_echo_n "checking whether to build shared libraries... " >&6; }
11345 test "$can_build_shared" = "no" && enable_shared=no
11347 # On AIX, shared libraries and static libraries use the same namespace, and
11348 # are all built from PIC.
11349 case $host_os in
11350 aix3*)
11351 test "$enable_shared" = yes && enable_static=no
11352 if test -n "$RANLIB"; then
11353 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11354 postinstall_cmds='$RANLIB $lib'
11358 aix[4-9]*)
11359 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11360 test "$enable_shared" = yes && enable_static=no
11363 esac
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11365 $as_echo "$enable_shared" >&6; }
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11368 $as_echo_n "checking whether to build static libraries... " >&6; }
11369 # Make sure either enable_shared or enable_static is yes.
11370 test "$enable_shared" = yes || enable_static=yes
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11372 $as_echo "$enable_static" >&6; }
11378 ac_ext=c
11379 ac_cpp='$CPP $CPPFLAGS'
11380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11384 CC="$lt_save_CC"
11386 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11387 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11388 (test "X$CXX" != "Xg++"))) ; then
11389 ac_ext=cpp
11390 ac_cpp='$CXXCPP $CPPFLAGS'
11391 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11392 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11393 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11395 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11396 if test -z "$CXXCPP"; then
11397 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
11398 $as_echo_n "(cached) " >&6
11399 else
11400 # Double quotes because CXXCPP needs to be expanded
11401 for CXXCPP in "$CXX -E" "/lib/cpp"
11403 ac_preproc_ok=false
11404 for ac_cxx_preproc_warn_flag in '' yes
11406 # Use a header file that comes with gcc, so configuring glibc
11407 # with a fresh cross-compiler works.
11408 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11409 # <limits.h> exists even on freestanding compilers.
11410 # On the NeXT, cc -E runs the code through the compiler's parser,
11411 # not just through cpp. "Syntax error" is here to catch this case.
11412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11413 /* end confdefs.h. */
11414 #ifdef __STDC__
11415 # include <limits.h>
11416 #else
11417 # include <assert.h>
11418 #endif
11419 Syntax error
11420 _ACEOF
11421 if ac_fn_cxx_try_cpp "$LINENO"; then :
11423 else
11424 # Broken: fails on valid input.
11425 continue
11427 rm -f conftest.err conftest.$ac_ext
11429 # OK, works on sane cases. Now check whether nonexistent headers
11430 # can be detected and how.
11431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11432 /* end confdefs.h. */
11433 #include <ac_nonexistent.h>
11434 _ACEOF
11435 if ac_fn_cxx_try_cpp "$LINENO"; then :
11436 # Broken: success on invalid input.
11437 continue
11438 else
11439 # Passes both tests.
11440 ac_preproc_ok=:
11441 break
11443 rm -f conftest.err conftest.$ac_ext
11445 done
11446 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11447 rm -f conftest.err conftest.$ac_ext
11448 if $ac_preproc_ok; then :
11449 break
11452 done
11453 ac_cv_prog_CXXCPP=$CXXCPP
11456 CXXCPP=$ac_cv_prog_CXXCPP
11457 else
11458 ac_cv_prog_CXXCPP=$CXXCPP
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11461 $as_echo "$CXXCPP" >&6; }
11462 ac_preproc_ok=false
11463 for ac_cxx_preproc_warn_flag in '' yes
11465 # Use a header file that comes with gcc, so configuring glibc
11466 # with a fresh cross-compiler works.
11467 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11468 # <limits.h> exists even on freestanding compilers.
11469 # On the NeXT, cc -E runs the code through the compiler's parser,
11470 # not just through cpp. "Syntax error" is here to catch this case.
11471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11472 /* end confdefs.h. */
11473 #ifdef __STDC__
11474 # include <limits.h>
11475 #else
11476 # include <assert.h>
11477 #endif
11478 Syntax error
11479 _ACEOF
11480 if ac_fn_cxx_try_cpp "$LINENO"; then :
11482 else
11483 # Broken: fails on valid input.
11484 continue
11486 rm -f conftest.err conftest.$ac_ext
11488 # OK, works on sane cases. Now check whether nonexistent headers
11489 # can be detected and how.
11490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11491 /* end confdefs.h. */
11492 #include <ac_nonexistent.h>
11493 _ACEOF
11494 if ac_fn_cxx_try_cpp "$LINENO"; then :
11495 # Broken: success on invalid input.
11496 continue
11497 else
11498 # Passes both tests.
11499 ac_preproc_ok=:
11500 break
11502 rm -f conftest.err conftest.$ac_ext
11504 done
11505 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11506 rm -f conftest.err conftest.$ac_ext
11507 if $ac_preproc_ok; then :
11509 else
11510 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11511 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11512 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
11513 See \`config.log' for more details." "$LINENO" 5; }
11516 ac_ext=c
11517 ac_cpp='$CPP $CPPFLAGS'
11518 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11519 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11520 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11522 else
11523 _lt_caught_CXX_error=yes
11526 ac_ext=cpp
11527 ac_cpp='$CXXCPP $CPPFLAGS'
11528 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11529 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11530 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11532 archive_cmds_need_lc_CXX=no
11533 allow_undefined_flag_CXX=
11534 always_export_symbols_CXX=no
11535 archive_expsym_cmds_CXX=
11536 compiler_needs_object_CXX=no
11537 export_dynamic_flag_spec_CXX=
11538 hardcode_direct_CXX=no
11539 hardcode_direct_absolute_CXX=no
11540 hardcode_libdir_flag_spec_CXX=
11541 hardcode_libdir_flag_spec_ld_CXX=
11542 hardcode_libdir_separator_CXX=
11543 hardcode_minus_L_CXX=no
11544 hardcode_shlibpath_var_CXX=unsupported
11545 hardcode_automatic_CXX=no
11546 inherit_rpath_CXX=no
11547 module_cmds_CXX=
11548 module_expsym_cmds_CXX=
11549 link_all_deplibs_CXX=unknown
11550 old_archive_cmds_CXX=$old_archive_cmds
11551 reload_flag_CXX=$reload_flag
11552 reload_cmds_CXX=$reload_cmds
11553 no_undefined_flag_CXX=
11554 whole_archive_flag_spec_CXX=
11555 enable_shared_with_static_runtimes_CXX=no
11557 # Source file extension for C++ test sources.
11558 ac_ext=cpp
11560 # Object file extension for compiled C++ test sources.
11561 objext=o
11562 objext_CXX=$objext
11564 # No sense in running all these tests if we already determined that
11565 # the CXX compiler isn't working. Some variables (like enable_shared)
11566 # are currently assumed to apply to all compilers on this platform,
11567 # and will be corrupted by setting them based on a non-working compiler.
11568 if test "$_lt_caught_CXX_error" != yes; then
11569 # Code to be used in simple compile tests
11570 lt_simple_compile_test_code="int some_variable = 0;"
11572 # Code to be used in simple link tests
11573 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11575 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11582 # If no C compiler was specified, use CC.
11583 LTCC=${LTCC-"$CC"}
11585 # If no C compiler flags were specified, use CFLAGS.
11586 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11588 # Allow CC to be a program name with arguments.
11589 compiler=$CC
11592 # save warnings/boilerplate of simple test code
11593 ac_outfile=conftest.$ac_objext
11594 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11595 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11596 _lt_compiler_boilerplate=`cat conftest.err`
11597 $RM conftest*
11599 ac_outfile=conftest.$ac_objext
11600 echo "$lt_simple_link_test_code" >conftest.$ac_ext
11601 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11602 _lt_linker_boilerplate=`cat conftest.err`
11603 $RM -r conftest*
11606 # Allow CC to be a program name with arguments.
11607 lt_save_CC=$CC
11608 lt_save_LD=$LD
11609 lt_save_GCC=$GCC
11610 GCC=$GXX
11611 lt_save_with_gnu_ld=$with_gnu_ld
11612 lt_save_path_LD=$lt_cv_path_LD
11613 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11614 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11615 else
11616 $as_unset lt_cv_prog_gnu_ld
11618 if test -n "${lt_cv_path_LDCXX+set}"; then
11619 lt_cv_path_LD=$lt_cv_path_LDCXX
11620 else
11621 $as_unset lt_cv_path_LD
11623 test -z "${LDCXX+set}" || LD=$LDCXX
11624 CC=${CXX-"c++"}
11625 compiler=$CC
11626 compiler_CXX=$CC
11627 for cc_temp in $compiler""; do
11628 case $cc_temp in
11629 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11630 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11631 \-*) ;;
11632 *) break;;
11633 esac
11634 done
11635 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11638 if test -n "$compiler"; then
11639 # We don't want -fno-exception when compiling C++ code, so set the
11640 # no_builtin_flag separately
11641 if test "$GXX" = yes; then
11642 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11643 else
11644 lt_prog_compiler_no_builtin_flag_CXX=
11647 if test "$GXX" = yes; then
11648 # Set up default GNU C++ configuration
11652 # Check whether --with-gnu-ld was given.
11653 if test "${with_gnu_ld+set}" = set; then :
11654 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11655 else
11656 with_gnu_ld=no
11659 ac_prog=ld
11660 if test "$GCC" = yes; then
11661 # Check if gcc -print-prog-name=ld gives a path.
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11663 $as_echo_n "checking for ld used by $CC... " >&6; }
11664 case $host in
11665 *-*-mingw*)
11666 # gcc leaves a trailing carriage return which upsets mingw
11667 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11669 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11670 esac
11671 case $ac_prog in
11672 # Accept absolute paths.
11673 [\\/]* | ?:[\\/]*)
11674 re_direlt='/[^/][^/]*/\.\./'
11675 # Canonicalize the pathname of ld
11676 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
11677 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
11678 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
11679 done
11680 test -z "$LD" && LD="$ac_prog"
11683 # If it fails, then pretend we aren't using GCC.
11684 ac_prog=ld
11687 # If it is relative, then search for the first ld in PATH.
11688 with_gnu_ld=unknown
11690 esac
11691 elif test "$with_gnu_ld" = yes; then
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11693 $as_echo_n "checking for GNU ld... " >&6; }
11694 else
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11696 $as_echo_n "checking for non-GNU ld... " >&6; }
11698 if test "${lt_cv_path_LD+set}" = set; then :
11699 $as_echo_n "(cached) " >&6
11700 else
11701 if test -z "$LD"; then
11702 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11703 for ac_dir in $PATH; do
11704 IFS="$lt_save_ifs"
11705 test -z "$ac_dir" && ac_dir=.
11706 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11707 lt_cv_path_LD="$ac_dir/$ac_prog"
11708 # Check to see if the program is GNU ld. I'd rather use --version,
11709 # but apparently some variants of GNU ld only accept -v.
11710 # Break only if it was the GNU/non-GNU ld that we prefer.
11711 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11712 *GNU* | *'with BFD'*)
11713 test "$with_gnu_ld" != no && break
11716 test "$with_gnu_ld" != yes && break
11718 esac
11720 done
11721 IFS="$lt_save_ifs"
11722 else
11723 lt_cv_path_LD="$LD" # Let the user override the test with a path.
11727 LD="$lt_cv_path_LD"
11728 if test -n "$LD"; then
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11730 $as_echo "$LD" >&6; }
11731 else
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11733 $as_echo "no" >&6; }
11735 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11737 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11738 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
11739 $as_echo_n "(cached) " >&6
11740 else
11741 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11742 case `$LD -v 2>&1 </dev/null` in
11743 *GNU* | *'with BFD'*)
11744 lt_cv_prog_gnu_ld=yes
11747 lt_cv_prog_gnu_ld=no
11749 esac
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
11752 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
11753 with_gnu_ld=$lt_cv_prog_gnu_ld
11761 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11762 # archiving commands below assume that GNU ld is being used.
11763 if test "$with_gnu_ld" = yes; then
11764 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11765 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'
11767 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11768 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
11770 # If archive_cmds runs LD, not CC, wlarc should be empty
11771 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11772 # investigate it a little bit more. (MM)
11773 wlarc='${wl}'
11775 # ancient GNU ld didn't support --whole-archive et. al.
11776 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
11777 $GREP 'no-whole-archive' > /dev/null; then
11778 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11779 else
11780 whole_archive_flag_spec_CXX=
11782 else
11783 with_gnu_ld=no
11784 wlarc=
11786 # A generic and very simple default shared library creation
11787 # command for GNU C++ for the case where it uses the native
11788 # linker, instead of GNU ld. If possible, this setting should
11789 # overridden to take advantage of the native linker features on
11790 # the platform it is being used on.
11791 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11794 # Commands to make compiler produce verbose output that lists
11795 # what "hidden" libraries, object files and flags are used when
11796 # linking a shared library.
11797 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
11799 else
11800 GXX=no
11801 with_gnu_ld=no
11802 wlarc=
11805 # PORTME: fill in a description of your system's C++ link characteristics
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11807 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11808 ld_shlibs_CXX=yes
11809 case $host_os in
11810 aix3*)
11811 # FIXME: insert proper C++ library support
11812 ld_shlibs_CXX=no
11814 aix[4-9]*)
11815 if test "$host_cpu" = ia64; then
11816 # On IA64, the linker does run time linking by default, so we don't
11817 # have to do anything special.
11818 aix_use_runtimelinking=no
11819 exp_sym_flag='-Bexport'
11820 no_entry_flag=""
11821 else
11822 aix_use_runtimelinking=no
11824 # Test if we are trying to use run time linking or normal
11825 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11826 # need to do runtime linking.
11827 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11828 for ld_flag in $LDFLAGS; do
11829 case $ld_flag in
11830 *-brtl*)
11831 aix_use_runtimelinking=yes
11832 break
11834 esac
11835 done
11837 esac
11839 exp_sym_flag='-bexport'
11840 no_entry_flag='-bnoentry'
11843 # When large executables or shared objects are built, AIX ld can
11844 # have problems creating the table of contents. If linking a library
11845 # or program results in "error TOC overflow" add -mminimal-toc to
11846 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11847 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11849 archive_cmds_CXX=''
11850 hardcode_direct_CXX=yes
11851 hardcode_direct_absolute_CXX=yes
11852 hardcode_libdir_separator_CXX=':'
11853 link_all_deplibs_CXX=yes
11854 file_list_spec_CXX='${wl}-f,'
11856 if test "$GXX" = yes; then
11857 case $host_os in aix4.[012]|aix4.[012].*)
11858 # We only want to do this on AIX 4.2 and lower, the check
11859 # below for broken collect2 doesn't work under 4.3+
11860 collect2name=`${CC} -print-prog-name=collect2`
11861 if test -f "$collect2name" &&
11862 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11863 then
11864 # We have reworked collect2
11866 else
11867 # We have old collect2
11868 hardcode_direct_CXX=unsupported
11869 # It fails to find uninstalled libraries when the uninstalled
11870 # path is not listed in the libpath. Setting hardcode_minus_L
11871 # to unsupported forces relinking
11872 hardcode_minus_L_CXX=yes
11873 hardcode_libdir_flag_spec_CXX='-L$libdir'
11874 hardcode_libdir_separator_CXX=
11876 esac
11877 shared_flag='-shared'
11878 if test "$aix_use_runtimelinking" = yes; then
11879 shared_flag="$shared_flag "'${wl}-G'
11881 else
11882 # not using gcc
11883 if test "$host_cpu" = ia64; then
11884 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11885 # chokes on -Wl,-G. The following line is correct:
11886 shared_flag='-G'
11887 else
11888 if test "$aix_use_runtimelinking" = yes; then
11889 shared_flag='${wl}-G'
11890 else
11891 shared_flag='${wl}-bM:SRE'
11896 export_dynamic_flag_spec_CXX='${wl}-bexpall'
11897 # It seems that -bexpall does not export symbols beginning with
11898 # underscore (_), so it is better to generate a list of symbols to
11899 # export.
11900 always_export_symbols_CXX=yes
11901 if test "$aix_use_runtimelinking" = yes; then
11902 # Warning - without using the other runtime loading flags (-brtl),
11903 # -berok will link without error, but may produce a broken library.
11904 allow_undefined_flag_CXX='-berok'
11905 # Determine the default libpath from the value encoded in an empty
11906 # executable.
11907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11908 /* end confdefs.h. */
11911 main ()
11915 return 0;
11917 _ACEOF
11918 if ac_fn_cxx_try_link "$LINENO"; then :
11920 lt_aix_libpath_sed='
11921 /Import File Strings/,/^$/ {
11922 /^0/ {
11923 s/^0 *\(.*\)$/\1/
11927 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11928 # Check for a 64-bit object if we didn't find anything.
11929 if test -z "$aix_libpath"; then
11930 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11933 rm -f core conftest.err conftest.$ac_objext \
11934 conftest$ac_exeext conftest.$ac_ext
11935 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11937 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11939 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"
11940 else
11941 if test "$host_cpu" = ia64; then
11942 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
11943 allow_undefined_flag_CXX="-z nodefs"
11944 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"
11945 else
11946 # Determine the default libpath from the value encoded in an
11947 # empty executable.
11948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11949 /* end confdefs.h. */
11952 main ()
11956 return 0;
11958 _ACEOF
11959 if ac_fn_cxx_try_link "$LINENO"; then :
11961 lt_aix_libpath_sed='
11962 /Import File Strings/,/^$/ {
11963 /^0/ {
11964 s/^0 *\(.*\)$/\1/
11968 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11969 # Check for a 64-bit object if we didn't find anything.
11970 if test -z "$aix_libpath"; then
11971 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11974 rm -f core conftest.err conftest.$ac_objext \
11975 conftest$ac_exeext conftest.$ac_ext
11976 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11978 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11979 # Warning - without using the other run time loading flags,
11980 # -berok will link without error, but may produce a broken library.
11981 no_undefined_flag_CXX=' ${wl}-bernotok'
11982 allow_undefined_flag_CXX=' ${wl}-berok'
11983 if test "$with_gnu_ld" = yes; then
11984 # We only use this code for GNU lds that support --whole-archive.
11985 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11986 else
11987 # Exported symbols can be pulled into shared objects from archives
11988 whole_archive_flag_spec_CXX='$convenience'
11990 archive_cmds_need_lc_CXX=yes
11991 # This is similar to how AIX traditionally builds its shared
11992 # libraries.
11993 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'
11998 beos*)
11999 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12000 allow_undefined_flag_CXX=unsupported
12001 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12002 # support --undefined. This deserves some investigation. FIXME
12003 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12004 else
12005 ld_shlibs_CXX=no
12009 chorus*)
12010 case $cc_basename in
12012 # FIXME: insert proper C++ library support
12013 ld_shlibs_CXX=no
12015 esac
12018 cygwin* | mingw* | pw32* | cegcc*)
12019 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12020 # as there is no search path for DLLs.
12021 hardcode_libdir_flag_spec_CXX='-L$libdir'
12022 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12023 allow_undefined_flag_CXX=unsupported
12024 always_export_symbols_CXX=no
12025 enable_shared_with_static_runtimes_CXX=yes
12027 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12028 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'
12029 # If the export-symbols file already is a .def file (1st line
12030 # is EXPORTS), use it as is; otherwise, prepend...
12031 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12032 cp $export_symbols $output_objdir/$soname.def;
12033 else
12034 echo EXPORTS > $output_objdir/$soname.def;
12035 cat $export_symbols >> $output_objdir/$soname.def;
12037 $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'
12038 else
12039 ld_shlibs_CXX=no
12042 darwin* | rhapsody*)
12045 archive_cmds_need_lc_CXX=no
12046 hardcode_direct_CXX=no
12047 hardcode_automatic_CXX=yes
12048 hardcode_shlibpath_var_CXX=unsupported
12049 if test "$lt_cv_ld_force_load" = "yes"; then
12050 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\"`'
12051 else
12052 whole_archive_flag_spec_CXX=''
12054 link_all_deplibs_CXX=yes
12055 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12056 case $cc_basename in
12057 ifort*) _lt_dar_can_shared=yes ;;
12058 *) _lt_dar_can_shared=$GCC ;;
12059 esac
12060 if test "$_lt_dar_can_shared" = "yes"; then
12061 output_verbose_link_cmd=func_echo_all
12062 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}"
12063 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12064 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}"
12065 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}"
12066 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12067 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}"
12068 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}"
12071 else
12072 ld_shlibs_CXX=no
12077 dgux*)
12078 case $cc_basename in
12079 ec++*)
12080 # FIXME: insert proper C++ library support
12081 ld_shlibs_CXX=no
12083 ghcx*)
12084 # Green Hills C++ Compiler
12085 # FIXME: insert proper C++ library support
12086 ld_shlibs_CXX=no
12089 # FIXME: insert proper C++ library support
12090 ld_shlibs_CXX=no
12092 esac
12095 freebsd2.*)
12096 # C++ shared libraries reported to be fairly broken before
12097 # switch to ELF
12098 ld_shlibs_CXX=no
12101 freebsd-elf*)
12102 archive_cmds_need_lc_CXX=no
12105 freebsd* | dragonfly*)
12106 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12107 # conventions
12108 ld_shlibs_CXX=yes
12111 gnu*)
12114 haiku*)
12115 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12116 link_all_deplibs_CXX=yes
12119 hpux9*)
12120 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12121 hardcode_libdir_separator_CXX=:
12122 export_dynamic_flag_spec_CXX='${wl}-E'
12123 hardcode_direct_CXX=yes
12124 hardcode_minus_L_CXX=yes # Not in the search PATH,
12125 # but as the default
12126 # location of the library.
12128 case $cc_basename in
12129 CC*)
12130 # FIXME: insert proper C++ library support
12131 ld_shlibs_CXX=no
12133 aCC*)
12134 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'
12135 # Commands to make compiler produce verbose output that lists
12136 # what "hidden" libraries, object files and flags are used when
12137 # linking a shared library.
12139 # There doesn't appear to be a way to prevent this compiler from
12140 # explicitly linking system object files so we need to strip them
12141 # from the output so that they don't get included in the library
12142 # dependencies.
12143 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"'
12146 if test "$GXX" = yes; then
12147 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'
12148 else
12149 # FIXME: insert proper C++ library support
12150 ld_shlibs_CXX=no
12153 esac
12156 hpux10*|hpux11*)
12157 if test $with_gnu_ld = no; then
12158 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12159 hardcode_libdir_separator_CXX=:
12161 case $host_cpu in
12162 hppa*64*|ia64*)
12165 export_dynamic_flag_spec_CXX='${wl}-E'
12167 esac
12169 case $host_cpu in
12170 hppa*64*|ia64*)
12171 hardcode_direct_CXX=no
12172 hardcode_shlibpath_var_CXX=no
12175 hardcode_direct_CXX=yes
12176 hardcode_direct_absolute_CXX=yes
12177 hardcode_minus_L_CXX=yes # Not in the search PATH,
12178 # but as the default
12179 # location of the library.
12181 esac
12183 case $cc_basename in
12184 CC*)
12185 # FIXME: insert proper C++ library support
12186 ld_shlibs_CXX=no
12188 aCC*)
12189 case $host_cpu in
12190 hppa*64*)
12191 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12193 ia64*)
12194 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12197 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12199 esac
12200 # Commands to make compiler produce verbose output that lists
12201 # what "hidden" libraries, object files and flags are used when
12202 # linking a shared library.
12204 # There doesn't appear to be a way to prevent this compiler from
12205 # explicitly linking system object files so we need to strip them
12206 # from the output so that they don't get included in the library
12207 # dependencies.
12208 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"'
12211 if test "$GXX" = yes; then
12212 if test $with_gnu_ld = no; then
12213 case $host_cpu in
12214 hppa*64*)
12215 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12217 ia64*)
12218 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12221 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'
12223 esac
12225 else
12226 # FIXME: insert proper C++ library support
12227 ld_shlibs_CXX=no
12230 esac
12233 interix[3-9]*)
12234 hardcode_direct_CXX=no
12235 hardcode_shlibpath_var_CXX=no
12236 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12237 export_dynamic_flag_spec_CXX='${wl}-E'
12238 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12239 # Instead, shared libraries are loaded at an image base (0x10000000 by
12240 # default) and relocated if they conflict, which is a slow very memory
12241 # consuming and fragmenting process. To avoid this, we pick a random,
12242 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12243 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12244 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'
12245 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'
12247 irix5* | irix6*)
12248 case $cc_basename in
12249 CC*)
12250 # SGI C++
12251 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'
12253 # Archives containing C++ object files must be created using
12254 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12255 # necessary to make sure instantiated templates are included
12256 # in the archive.
12257 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12260 if test "$GXX" = yes; then
12261 if test "$with_gnu_ld" = no; then
12262 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'
12263 else
12264 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'
12267 link_all_deplibs_CXX=yes
12269 esac
12270 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12271 hardcode_libdir_separator_CXX=:
12272 inherit_rpath_CXX=yes
12275 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12276 case $cc_basename in
12277 KCC*)
12278 # Kuck and Associates, Inc. (KAI) C++ Compiler
12280 # KCC will only create a shared library if the output file
12281 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12282 # to its proper name (with version) after linking.
12283 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'
12284 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'
12285 # Commands to make compiler produce verbose output that lists
12286 # what "hidden" libraries, object files and flags are used when
12287 # linking a shared library.
12289 # There doesn't appear to be a way to prevent this compiler from
12290 # explicitly linking system object files so we need to strip them
12291 # from the output so that they don't get included in the library
12292 # dependencies.
12293 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"'
12295 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12296 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12298 # Archives containing C++ object files must be created using
12299 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12300 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12302 icpc* | ecpc* )
12303 # Intel C++
12304 with_gnu_ld=yes
12305 # version 8.0 and above of icpc choke on multiply defined symbols
12306 # if we add $predep_objects and $postdep_objects, however 7.1 and
12307 # earlier do not add the objects themselves.
12308 case `$CC -V 2>&1` in
12309 *"Version 7."*)
12310 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12311 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'
12313 *) # Version 8.0 or newer
12314 tmp_idyn=
12315 case $host_cpu in
12316 ia64*) tmp_idyn=' -i_dynamic';;
12317 esac
12318 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12319 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'
12321 esac
12322 archive_cmds_need_lc_CXX=no
12323 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12324 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12325 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12327 pgCC* | pgcpp*)
12328 # Portland Group C++ compiler
12329 case `$CC -V` in
12330 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12331 prelink_cmds_CXX='tpldir=Template.dir~
12332 rm -rf $tpldir~
12333 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12334 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
12335 old_archive_cmds_CXX='tpldir=Template.dir~
12336 rm -rf $tpldir~
12337 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12338 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
12339 $RANLIB $oldlib'
12340 archive_cmds_CXX='tpldir=Template.dir~
12341 rm -rf $tpldir~
12342 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12343 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12344 archive_expsym_cmds_CXX='tpldir=Template.dir~
12345 rm -rf $tpldir~
12346 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12347 $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'
12349 *) # Version 6 and above use weak symbols
12350 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12351 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'
12353 esac
12355 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12356 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12357 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'
12359 cxx*)
12360 # Compaq C++
12361 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12362 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'
12364 runpath_var=LD_RUN_PATH
12365 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12366 hardcode_libdir_separator_CXX=:
12368 # Commands to make compiler produce verbose output that lists
12369 # what "hidden" libraries, object files and flags are used when
12370 # linking a shared library.
12372 # There doesn't appear to be a way to prevent this compiler from
12373 # explicitly linking system object files so we need to strip them
12374 # from the output so that they don't get included in the library
12375 # dependencies.
12376 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'
12378 xl* | mpixl* | bgxl*)
12379 # IBM XL 8.0 on PPC, with GNU ld
12380 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12381 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12382 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12383 if test "x$supports_anon_versioning" = xyes; then
12384 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
12385 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12386 echo "local: *; };" >> $output_objdir/$libname.ver~
12387 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12391 case `$CC -V 2>&1 | sed 5q` in
12392 *Sun\ C*)
12393 # Sun C++ 5.9
12394 no_undefined_flag_CXX=' -zdefs'
12395 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12396 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'
12397 hardcode_libdir_flag_spec_CXX='-R$libdir'
12398 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'
12399 compiler_needs_object_CXX=yes
12401 # Not sure whether something based on
12402 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12403 # would be better.
12404 output_verbose_link_cmd='func_echo_all'
12406 # Archives containing C++ object files must be created using
12407 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12408 # necessary to make sure instantiated templates are included
12409 # in the archive.
12410 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12412 esac
12414 esac
12417 lynxos*)
12418 # FIXME: insert proper C++ library support
12419 ld_shlibs_CXX=no
12422 m88k*)
12423 # FIXME: insert proper C++ library support
12424 ld_shlibs_CXX=no
12427 mvs*)
12428 case $cc_basename in
12429 cxx*)
12430 # FIXME: insert proper C++ library support
12431 ld_shlibs_CXX=no
12434 # FIXME: insert proper C++ library support
12435 ld_shlibs_CXX=no
12437 esac
12440 netbsd*)
12441 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12442 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12443 wlarc=
12444 hardcode_libdir_flag_spec_CXX='-R$libdir'
12445 hardcode_direct_CXX=yes
12446 hardcode_shlibpath_var_CXX=no
12448 # Workaround some broken pre-1.5 toolchains
12449 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12452 *nto* | *qnx*)
12453 ld_shlibs_CXX=yes
12456 openbsd2*)
12457 # C++ shared libraries are fairly broken
12458 ld_shlibs_CXX=no
12461 openbsd*)
12462 if test -f /usr/libexec/ld.so; then
12463 hardcode_direct_CXX=yes
12464 hardcode_shlibpath_var_CXX=no
12465 hardcode_direct_absolute_CXX=yes
12466 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12467 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12468 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12469 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12470 export_dynamic_flag_spec_CXX='${wl}-E'
12471 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12473 output_verbose_link_cmd=func_echo_all
12474 else
12475 ld_shlibs_CXX=no
12479 osf3* | osf4* | osf5*)
12480 case $cc_basename in
12481 KCC*)
12482 # Kuck and Associates, Inc. (KAI) C++ Compiler
12484 # KCC will only create a shared library if the output file
12485 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12486 # to its proper name (with version) after linking.
12487 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'
12489 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12490 hardcode_libdir_separator_CXX=:
12492 # Archives containing C++ object files must be created using
12493 # the KAI C++ compiler.
12494 case $host in
12495 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
12496 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
12497 esac
12499 RCC*)
12500 # Rational C++ 2.4.1
12501 # FIXME: insert proper C++ library support
12502 ld_shlibs_CXX=no
12504 cxx*)
12505 case $host in
12506 osf3*)
12507 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12508 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'
12509 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12512 allow_undefined_flag_CXX=' -expect_unresolved \*'
12513 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'
12514 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12515 echo "-hidden">> $lib.exp~
12516 $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~
12517 $RM $lib.exp'
12518 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12520 esac
12522 hardcode_libdir_separator_CXX=:
12524 # Commands to make compiler produce verbose output that lists
12525 # what "hidden" libraries, object files and flags are used when
12526 # linking a shared library.
12528 # There doesn't appear to be a way to prevent this compiler from
12529 # explicitly linking system object files so we need to strip them
12530 # from the output so that they don't get included in the library
12531 # dependencies.
12532 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"'
12535 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12536 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12537 case $host in
12538 osf3*)
12539 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'
12542 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'
12544 esac
12546 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12547 hardcode_libdir_separator_CXX=:
12549 # Commands to make compiler produce verbose output that lists
12550 # what "hidden" libraries, object files and flags are used when
12551 # linking a shared library.
12552 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12554 else
12555 # FIXME: insert proper C++ library support
12556 ld_shlibs_CXX=no
12559 esac
12562 psos*)
12563 # FIXME: insert proper C++ library support
12564 ld_shlibs_CXX=no
12567 sunos4*)
12568 case $cc_basename in
12569 CC*)
12570 # Sun C++ 4.x
12571 # FIXME: insert proper C++ library support
12572 ld_shlibs_CXX=no
12574 lcc*)
12575 # Lucid
12576 # FIXME: insert proper C++ library support
12577 ld_shlibs_CXX=no
12580 # FIXME: insert proper C++ library support
12581 ld_shlibs_CXX=no
12583 esac
12586 solaris*)
12587 case $cc_basename in
12588 CC*)
12589 # Sun C++ 4.2, 5.x and Centerline C++
12590 archive_cmds_need_lc_CXX=yes
12591 no_undefined_flag_CXX=' -zdefs'
12592 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12593 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12594 $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'
12596 hardcode_libdir_flag_spec_CXX='-R$libdir'
12597 hardcode_shlibpath_var_CXX=no
12598 case $host_os in
12599 solaris2.[0-5] | solaris2.[0-5].*) ;;
12601 # The compiler driver will combine and reorder linker options,
12602 # but understands `-z linker_flag'.
12603 # Supported since Solaris 2.6 (maybe 2.5.1?)
12604 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
12606 esac
12607 link_all_deplibs_CXX=yes
12609 output_verbose_link_cmd='func_echo_all'
12611 # Archives containing C++ object files must be created using
12612 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12613 # necessary to make sure instantiated templates are included
12614 # in the archive.
12615 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12617 gcx*)
12618 # Green Hills C++ Compiler
12619 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12621 # The C++ compiler must be used to create the archive.
12622 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12625 # GNU C++ compiler with Solaris linker
12626 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12627 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
12628 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
12629 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12630 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12631 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12633 # Commands to make compiler produce verbose output that lists
12634 # what "hidden" libraries, object files and flags are used when
12635 # linking a shared library.
12636 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12637 else
12638 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12639 # platform.
12640 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12641 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12642 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12644 # Commands to make compiler produce verbose output that lists
12645 # what "hidden" libraries, object files and flags are used when
12646 # linking a shared library.
12647 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12650 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
12651 case $host_os in
12652 solaris2.[0-5] | solaris2.[0-5].*) ;;
12654 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12656 esac
12659 esac
12662 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12663 no_undefined_flag_CXX='${wl}-z,text'
12664 archive_cmds_need_lc_CXX=no
12665 hardcode_shlibpath_var_CXX=no
12666 runpath_var='LD_RUN_PATH'
12668 case $cc_basename in
12669 CC*)
12670 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12671 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12674 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12675 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12677 esac
12680 sysv5* | sco3.2v5* | sco5v6*)
12681 # Note: We can NOT use -z defs as we might desire, because we do not
12682 # link with -lc, and that would cause any symbols used from libc to
12683 # always be unresolved, which means just about no library would
12684 # ever link correctly. If we're not using GNU ld we use -z text
12685 # though, which does catch some bad symbols but isn't as heavy-handed
12686 # as -z defs.
12687 no_undefined_flag_CXX='${wl}-z,text'
12688 allow_undefined_flag_CXX='${wl}-z,nodefs'
12689 archive_cmds_need_lc_CXX=no
12690 hardcode_shlibpath_var_CXX=no
12691 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
12692 hardcode_libdir_separator_CXX=':'
12693 link_all_deplibs_CXX=yes
12694 export_dynamic_flag_spec_CXX='${wl}-Bexport'
12695 runpath_var='LD_RUN_PATH'
12697 case $cc_basename in
12698 CC*)
12699 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12700 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12701 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
12702 '"$old_archive_cmds_CXX"
12703 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
12704 '"$reload_cmds_CXX"
12707 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12708 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12710 esac
12713 tandem*)
12714 case $cc_basename in
12715 NCC*)
12716 # NonStop-UX NCC 3.20
12717 # FIXME: insert proper C++ library support
12718 ld_shlibs_CXX=no
12721 # FIXME: insert proper C++ library support
12722 ld_shlibs_CXX=no
12724 esac
12727 vxworks*)
12728 # FIXME: insert proper C++ library support
12729 ld_shlibs_CXX=no
12733 # FIXME: insert proper C++ library support
12734 ld_shlibs_CXX=no
12736 esac
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12739 $as_echo "$ld_shlibs_CXX" >&6; }
12740 test "$ld_shlibs_CXX" = no && can_build_shared=no
12742 GCC_CXX="$GXX"
12743 LD_CXX="$LD"
12745 ## CAVEAT EMPTOR:
12746 ## There is no encapsulation within the following macros, do not change
12747 ## the running order or otherwise move them around unless you know exactly
12748 ## what you are doing...
12749 # Dependencies to place before and after the object being linked:
12750 predep_objects_CXX=
12751 postdep_objects_CXX=
12752 predeps_CXX=
12753 postdeps_CXX=
12754 compiler_lib_search_path_CXX=
12756 cat > conftest.$ac_ext <<_LT_EOF
12757 class Foo
12759 public:
12760 Foo (void) { a = 0; }
12761 private:
12762 int a;
12764 _LT_EOF
12766 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12767 (eval $ac_compile) 2>&5
12768 ac_status=$?
12769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12770 test $ac_status = 0; }; then
12771 # Parse the compiler output and extract the necessary
12772 # objects, libraries and library flags.
12774 # Sentinel used to keep track of whether or not we are before
12775 # the conftest object file.
12776 pre_test_object_deps_done=no
12778 for p in `eval "$output_verbose_link_cmd"`; do
12779 case $p in
12781 -L* | -R* | -l*)
12782 # Some compilers place space between "-{L,R}" and the path.
12783 # Remove the space.
12784 if test $p = "-L" ||
12785 test $p = "-R"; then
12786 prev=$p
12787 continue
12788 else
12789 prev=
12792 if test "$pre_test_object_deps_done" = no; then
12793 case $p in
12794 -L* | -R*)
12795 # Internal compiler library paths should come after those
12796 # provided the user. The postdeps already come after the
12797 # user supplied libs so there is no need to process them.
12798 if test -z "$compiler_lib_search_path_CXX"; then
12799 compiler_lib_search_path_CXX="${prev}${p}"
12800 else
12801 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
12804 # The "-l" case would never come before the object being
12805 # linked, so don't bother handling this case.
12806 esac
12807 else
12808 if test -z "$postdeps_CXX"; then
12809 postdeps_CXX="${prev}${p}"
12810 else
12811 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
12816 *.$objext)
12817 # This assumes that the test object file only shows up
12818 # once in the compiler output.
12819 if test "$p" = "conftest.$objext"; then
12820 pre_test_object_deps_done=yes
12821 continue
12824 if test "$pre_test_object_deps_done" = no; then
12825 if test -z "$predep_objects_CXX"; then
12826 predep_objects_CXX="$p"
12827 else
12828 predep_objects_CXX="$predep_objects_CXX $p"
12830 else
12831 if test -z "$postdep_objects_CXX"; then
12832 postdep_objects_CXX="$p"
12833 else
12834 postdep_objects_CXX="$postdep_objects_CXX $p"
12839 *) ;; # Ignore the rest.
12841 esac
12842 done
12844 # Clean up.
12845 rm -f a.out a.exe
12846 else
12847 echo "libtool.m4: error: problem compiling CXX test program"
12850 $RM -f confest.$objext
12852 # PORTME: override above test on systems where it is broken
12853 case $host_os in
12854 interix[3-9]*)
12855 # Interix 3.5 installs completely hosed .la files for C++, so rather than
12856 # hack all around it, let's just trust "g++" to DTRT.
12857 predep_objects_CXX=
12858 postdep_objects_CXX=
12859 postdeps_CXX=
12862 linux*)
12863 case `$CC -V 2>&1 | sed 5q` in
12864 *Sun\ C*)
12865 # Sun C++ 5.9
12867 # The more standards-conforming stlport4 library is
12868 # incompatible with the Cstd library. Avoid specifying
12869 # it if it's in CXXFLAGS. Ignore libCrun as
12870 # -library=stlport4 depends on it.
12871 case " $CXX $CXXFLAGS " in
12872 *" -library=stlport4 "*)
12873 solaris_use_stlport4=yes
12875 esac
12877 if test "$solaris_use_stlport4" != yes; then
12878 postdeps_CXX='-library=Cstd -library=Crun'
12881 esac
12884 solaris*)
12885 case $cc_basename in
12886 CC*)
12887 # The more standards-conforming stlport4 library is
12888 # incompatible with the Cstd library. Avoid specifying
12889 # it if it's in CXXFLAGS. Ignore libCrun as
12890 # -library=stlport4 depends on it.
12891 case " $CXX $CXXFLAGS " in
12892 *" -library=stlport4 "*)
12893 solaris_use_stlport4=yes
12895 esac
12897 # Adding this requires a known-good setup of shared libraries for
12898 # Sun compiler versions before 5.6, else PIC objects from an old
12899 # archive will be linked into the output, leading to subtle bugs.
12900 if test "$solaris_use_stlport4" != yes; then
12901 postdeps_CXX='-library=Cstd -library=Crun'
12904 esac
12906 esac
12909 case " $postdeps_CXX " in
12910 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
12911 esac
12912 compiler_lib_search_dirs_CXX=
12913 if test -n "${compiler_lib_search_path_CXX}"; then
12914 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
12947 lt_prog_compiler_wl_CXX=
12948 lt_prog_compiler_pic_CXX=
12949 lt_prog_compiler_static_CXX=
12951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
12952 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12954 # C++ specific cases for pic, static, wl, etc.
12955 if test "$GXX" = yes; then
12956 lt_prog_compiler_wl_CXX='-Wl,'
12957 lt_prog_compiler_static_CXX='-static'
12959 case $host_os in
12960 aix*)
12961 # All AIX code is PIC.
12962 if test "$host_cpu" = ia64; then
12963 # AIX 5 now supports IA64 processor
12964 lt_prog_compiler_static_CXX='-Bstatic'
12966 lt_prog_compiler_pic_CXX='-fPIC'
12969 amigaos*)
12970 case $host_cpu in
12971 powerpc)
12972 # see comment about AmigaOS4 .so support
12973 lt_prog_compiler_pic_CXX='-fPIC'
12975 m68k)
12976 # FIXME: we need at least 68020 code to build shared libraries, but
12977 # adding the `-m68020' flag to GCC prevents building anything better,
12978 # like `-m68040'.
12979 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
12981 esac
12984 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
12985 # PIC is the default for these OSes.
12987 mingw* | cygwin* | os2* | pw32* | cegcc*)
12988 # This hack is so that the source file can tell whether it is being
12989 # built for inclusion in a dll (and should export symbols for example).
12990 # Although the cygwin gcc ignores -fPIC, still need this for old-style
12991 # (--disable-auto-import) libraries
12992 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
12994 darwin* | rhapsody*)
12995 # PIC is the default on this platform
12996 # Common symbols not allowed in MH_DYLIB files
12997 lt_prog_compiler_pic_CXX='-fno-common'
12999 *djgpp*)
13000 # DJGPP does not support shared libraries at all
13001 lt_prog_compiler_pic_CXX=
13003 haiku*)
13004 # PIC is the default for Haiku.
13005 # The "-static" flag exists, but is broken.
13006 lt_prog_compiler_static_CXX=
13008 interix[3-9]*)
13009 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13010 # Instead, we relocate shared libraries at runtime.
13012 sysv4*MP*)
13013 if test -d /usr/nec; then
13014 lt_prog_compiler_pic_CXX=-Kconform_pic
13017 hpux*)
13018 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13019 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13020 # sets the default TLS model and affects inlining.
13021 case $host_cpu in
13022 hppa*64*)
13025 lt_prog_compiler_pic_CXX='-fPIC'
13027 esac
13029 *qnx* | *nto*)
13030 # QNX uses GNU C++, but need to define -shared option too, otherwise
13031 # it will coredump.
13032 lt_prog_compiler_pic_CXX='-fPIC -shared'
13035 lt_prog_compiler_pic_CXX='-fPIC'
13037 esac
13038 else
13039 case $host_os in
13040 aix[4-9]*)
13041 # All AIX code is PIC.
13042 if test "$host_cpu" = ia64; then
13043 # AIX 5 now supports IA64 processor
13044 lt_prog_compiler_static_CXX='-Bstatic'
13045 else
13046 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13049 chorus*)
13050 case $cc_basename in
13051 cxch68*)
13052 # Green Hills C++ Compiler
13053 # _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"
13055 esac
13057 dgux*)
13058 case $cc_basename in
13059 ec++*)
13060 lt_prog_compiler_pic_CXX='-KPIC'
13062 ghcx*)
13063 # Green Hills C++ Compiler
13064 lt_prog_compiler_pic_CXX='-pic'
13068 esac
13070 freebsd* | dragonfly*)
13071 # FreeBSD uses GNU C++
13073 hpux9* | hpux10* | hpux11*)
13074 case $cc_basename in
13075 CC*)
13076 lt_prog_compiler_wl_CXX='-Wl,'
13077 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13078 if test "$host_cpu" != ia64; then
13079 lt_prog_compiler_pic_CXX='+Z'
13082 aCC*)
13083 lt_prog_compiler_wl_CXX='-Wl,'
13084 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13085 case $host_cpu in
13086 hppa*64*|ia64*)
13087 # +Z the default
13090 lt_prog_compiler_pic_CXX='+Z'
13092 esac
13096 esac
13098 interix*)
13099 # This is c89, which is MS Visual C++ (no shared libs)
13100 # Anyone wants to do a port?
13102 irix5* | irix6* | nonstopux*)
13103 case $cc_basename in
13104 CC*)
13105 lt_prog_compiler_wl_CXX='-Wl,'
13106 lt_prog_compiler_static_CXX='-non_shared'
13107 # CC pic flag -KPIC is the default.
13111 esac
13113 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13114 case $cc_basename in
13115 KCC*)
13116 # KAI C++ Compiler
13117 lt_prog_compiler_wl_CXX='--backend -Wl,'
13118 lt_prog_compiler_pic_CXX='-fPIC'
13120 ecpc* )
13121 # old Intel C++ for x86_64 which still supported -KPIC.
13122 lt_prog_compiler_wl_CXX='-Wl,'
13123 lt_prog_compiler_pic_CXX='-KPIC'
13124 lt_prog_compiler_static_CXX='-static'
13126 icpc* )
13127 # Intel C++, used to be incompatible with GCC.
13128 # ICC 10 doesn't accept -KPIC any more.
13129 lt_prog_compiler_wl_CXX='-Wl,'
13130 lt_prog_compiler_pic_CXX='-fPIC'
13131 lt_prog_compiler_static_CXX='-static'
13133 pgCC* | pgcpp*)
13134 # Portland Group C++ compiler
13135 lt_prog_compiler_wl_CXX='-Wl,'
13136 lt_prog_compiler_pic_CXX='-fpic'
13137 lt_prog_compiler_static_CXX='-Bstatic'
13139 cxx*)
13140 # Compaq C++
13141 # Make sure the PIC flag is empty. It appears that all Alpha
13142 # Linux and Compaq Tru64 Unix objects are PIC.
13143 lt_prog_compiler_pic_CXX=
13144 lt_prog_compiler_static_CXX='-non_shared'
13146 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13147 # IBM XL 8.0, 9.0 on PPC and BlueGene
13148 lt_prog_compiler_wl_CXX='-Wl,'
13149 lt_prog_compiler_pic_CXX='-qpic'
13150 lt_prog_compiler_static_CXX='-qstaticlink'
13153 case `$CC -V 2>&1 | sed 5q` in
13154 *Sun\ C*)
13155 # Sun C++ 5.9
13156 lt_prog_compiler_pic_CXX='-KPIC'
13157 lt_prog_compiler_static_CXX='-Bstatic'
13158 lt_prog_compiler_wl_CXX='-Qoption ld '
13160 esac
13162 esac
13164 lynxos*)
13166 m88k*)
13168 mvs*)
13169 case $cc_basename in
13170 cxx*)
13171 lt_prog_compiler_pic_CXX='-W c,exportall'
13175 esac
13177 netbsd*)
13179 *qnx* | *nto*)
13180 # QNX uses GNU C++, but need to define -shared option too, otherwise
13181 # it will coredump.
13182 lt_prog_compiler_pic_CXX='-fPIC -shared'
13184 osf3* | osf4* | osf5*)
13185 case $cc_basename in
13186 KCC*)
13187 lt_prog_compiler_wl_CXX='--backend -Wl,'
13189 RCC*)
13190 # Rational C++ 2.4.1
13191 lt_prog_compiler_pic_CXX='-pic'
13193 cxx*)
13194 # Digital/Compaq C++
13195 lt_prog_compiler_wl_CXX='-Wl,'
13196 # Make sure the PIC flag is empty. It appears that all Alpha
13197 # Linux and Compaq Tru64 Unix objects are PIC.
13198 lt_prog_compiler_pic_CXX=
13199 lt_prog_compiler_static_CXX='-non_shared'
13203 esac
13205 psos*)
13207 solaris*)
13208 case $cc_basename in
13209 CC*)
13210 # Sun C++ 4.2, 5.x and Centerline C++
13211 lt_prog_compiler_pic_CXX='-KPIC'
13212 lt_prog_compiler_static_CXX='-Bstatic'
13213 lt_prog_compiler_wl_CXX='-Qoption ld '
13215 gcx*)
13216 # Green Hills C++ Compiler
13217 lt_prog_compiler_pic_CXX='-PIC'
13221 esac
13223 sunos4*)
13224 case $cc_basename in
13225 CC*)
13226 # Sun C++ 4.x
13227 lt_prog_compiler_pic_CXX='-pic'
13228 lt_prog_compiler_static_CXX='-Bstatic'
13230 lcc*)
13231 # Lucid
13232 lt_prog_compiler_pic_CXX='-pic'
13236 esac
13238 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13239 case $cc_basename in
13240 CC*)
13241 lt_prog_compiler_wl_CXX='-Wl,'
13242 lt_prog_compiler_pic_CXX='-KPIC'
13243 lt_prog_compiler_static_CXX='-Bstatic'
13245 esac
13247 tandem*)
13248 case $cc_basename in
13249 NCC*)
13250 # NonStop-UX NCC 3.20
13251 lt_prog_compiler_pic_CXX='-KPIC'
13255 esac
13257 vxworks*)
13260 lt_prog_compiler_can_build_shared_CXX=no
13262 esac
13265 case $host_os in
13266 # For platforms which do not support PIC, -DPIC is meaningless:
13267 *djgpp*)
13268 lt_prog_compiler_pic_CXX=
13271 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13273 esac
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13275 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13280 # Check to make sure the PIC flag actually works.
13282 if test -n "$lt_prog_compiler_pic_CXX"; then
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13284 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13285 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
13286 $as_echo_n "(cached) " >&6
13287 else
13288 lt_cv_prog_compiler_pic_works_CXX=no
13289 ac_outfile=conftest.$ac_objext
13290 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13291 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13292 # Insert the option either (1) after the last *FLAGS variable, or
13293 # (2) before a word containing "conftest.", or (3) at the end.
13294 # Note that $ac_compile itself does not contain backslashes and begins
13295 # with a dollar sign (not a hyphen), so the echo should work correctly.
13296 # The option is referenced via a variable to avoid confusing sed.
13297 lt_compile=`echo "$ac_compile" | $SED \
13298 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13299 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13300 -e 's:$: $lt_compiler_flag:'`
13301 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13302 (eval "$lt_compile" 2>conftest.err)
13303 ac_status=$?
13304 cat conftest.err >&5
13305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13306 if (exit $ac_status) && test -s "$ac_outfile"; then
13307 # The compiler can only warn and ignore the option if not recognized
13308 # So say no if there are warnings other than the usual output.
13309 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13310 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13311 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13312 lt_cv_prog_compiler_pic_works_CXX=yes
13315 $RM conftest*
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13319 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13321 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13322 case $lt_prog_compiler_pic_CXX in
13323 "" | " "*) ;;
13324 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13325 esac
13326 else
13327 lt_prog_compiler_pic_CXX=
13328 lt_prog_compiler_can_build_shared_CXX=no
13336 # Check to make sure the static flag actually works.
13338 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13340 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13341 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
13342 $as_echo_n "(cached) " >&6
13343 else
13344 lt_cv_prog_compiler_static_works_CXX=no
13345 save_LDFLAGS="$LDFLAGS"
13346 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13347 echo "$lt_simple_link_test_code" > conftest.$ac_ext
13348 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13349 # The linker can only warn and ignore the option if not recognized
13350 # So say no if there are warnings
13351 if test -s conftest.err; then
13352 # Append any errors to the config.log.
13353 cat conftest.err 1>&5
13354 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
13355 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13356 if diff conftest.exp conftest.er2 >/dev/null; then
13357 lt_cv_prog_compiler_static_works_CXX=yes
13359 else
13360 lt_cv_prog_compiler_static_works_CXX=yes
13363 $RM -r conftest*
13364 LDFLAGS="$save_LDFLAGS"
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13368 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13370 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13372 else
13373 lt_prog_compiler_static_CXX=
13379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13380 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13381 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
13382 $as_echo_n "(cached) " >&6
13383 else
13384 lt_cv_prog_compiler_c_o_CXX=no
13385 $RM -r conftest 2>/dev/null
13386 mkdir conftest
13387 cd conftest
13388 mkdir out
13389 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13391 lt_compiler_flag="-o out/conftest2.$ac_objext"
13392 # Insert the option either (1) after the last *FLAGS variable, or
13393 # (2) before a word containing "conftest.", or (3) at the end.
13394 # Note that $ac_compile itself does not contain backslashes and begins
13395 # with a dollar sign (not a hyphen), so the echo should work correctly.
13396 lt_compile=`echo "$ac_compile" | $SED \
13397 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13398 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13399 -e 's:$: $lt_compiler_flag:'`
13400 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13401 (eval "$lt_compile" 2>out/conftest.err)
13402 ac_status=$?
13403 cat out/conftest.err >&5
13404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13405 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13406 then
13407 # The compiler can only warn and ignore the option if not recognized
13408 # So say no if there are warnings
13409 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13410 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13411 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13412 lt_cv_prog_compiler_c_o_CXX=yes
13415 chmod u+w . 2>&5
13416 $RM conftest*
13417 # SGI C++ compiler will create directory out/ii_files/ for
13418 # template instantiation
13419 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13420 $RM out/* && rmdir out
13421 cd ..
13422 $RM -r conftest
13423 $RM conftest*
13426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13427 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13432 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13433 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
13434 $as_echo_n "(cached) " >&6
13435 else
13436 lt_cv_prog_compiler_c_o_CXX=no
13437 $RM -r conftest 2>/dev/null
13438 mkdir conftest
13439 cd conftest
13440 mkdir out
13441 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13443 lt_compiler_flag="-o out/conftest2.$ac_objext"
13444 # Insert the option either (1) after the last *FLAGS variable, or
13445 # (2) before a word containing "conftest.", or (3) at the end.
13446 # Note that $ac_compile itself does not contain backslashes and begins
13447 # with a dollar sign (not a hyphen), so the echo should work correctly.
13448 lt_compile=`echo "$ac_compile" | $SED \
13449 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13450 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13451 -e 's:$: $lt_compiler_flag:'`
13452 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13453 (eval "$lt_compile" 2>out/conftest.err)
13454 ac_status=$?
13455 cat out/conftest.err >&5
13456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13457 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13458 then
13459 # The compiler can only warn and ignore the option if not recognized
13460 # So say no if there are warnings
13461 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13462 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13463 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13464 lt_cv_prog_compiler_c_o_CXX=yes
13467 chmod u+w . 2>&5
13468 $RM conftest*
13469 # SGI C++ compiler will create directory out/ii_files/ for
13470 # template instantiation
13471 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13472 $RM out/* && rmdir out
13473 cd ..
13474 $RM -r conftest
13475 $RM conftest*
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13479 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13484 hard_links="nottested"
13485 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13486 # do not overwrite the value of need_locks provided by the user
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13488 $as_echo_n "checking if we can lock with hard links... " >&6; }
13489 hard_links=yes
13490 $RM conftest*
13491 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13492 touch conftest.a
13493 ln conftest.a conftest.b 2>&5 || hard_links=no
13494 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13496 $as_echo "$hard_links" >&6; }
13497 if test "$hard_links" = no; then
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13499 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13500 need_locks=warn
13502 else
13503 need_locks=no
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13509 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13511 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13512 case $host_os in
13513 aix[4-9]*)
13514 # If we're using GNU nm, then we don't want the "-C" option.
13515 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13516 # Also, AIX nm treats weak defined symbols like other global defined
13517 # symbols, whereas GNU nm marks them as "W".
13518 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13519 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'
13520 else
13521 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'
13524 pw32*)
13525 export_symbols_cmds_CXX="$ltdll_cmds"
13527 cygwin* | mingw* | cegcc*)
13528 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'
13531 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13533 esac
13534 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13537 $as_echo "$ld_shlibs_CXX" >&6; }
13538 test "$ld_shlibs_CXX" = no && can_build_shared=no
13540 with_gnu_ld_CXX=$with_gnu_ld
13548 # Do we need to explicitly link libc?
13550 case "x$archive_cmds_need_lc_CXX" in
13551 x|xyes)
13552 # Assume -lc should be added
13553 archive_cmds_need_lc_CXX=yes
13555 if test "$enable_shared" = yes && test "$GCC" = yes; then
13556 case $archive_cmds_CXX in
13557 *'~'*)
13558 # FIXME: we may have to deal with multi-command sequences.
13560 '$CC '*)
13561 # Test whether the compiler implicitly links with -lc since on some
13562 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13563 # to ld, don't add -lc before -lgcc.
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13565 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13566 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
13567 $as_echo_n "(cached) " >&6
13568 else
13569 $RM conftest*
13570 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13572 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13573 (eval $ac_compile) 2>&5
13574 ac_status=$?
13575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13576 test $ac_status = 0; } 2>conftest.err; then
13577 soname=conftest
13578 lib=conftest
13579 libobjs=conftest.$ac_objext
13580 deplibs=
13581 wl=$lt_prog_compiler_wl_CXX
13582 pic_flag=$lt_prog_compiler_pic_CXX
13583 compiler_flags=-v
13584 linker_flags=-v
13585 verstring=
13586 output_objdir=.
13587 libname=conftest
13588 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
13589 allow_undefined_flag_CXX=
13590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13591 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13592 ac_status=$?
13593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13594 test $ac_status = 0; }
13595 then
13596 lt_cv_archive_cmds_need_lc_CXX=no
13597 else
13598 lt_cv_archive_cmds_need_lc_CXX=yes
13600 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
13601 else
13602 cat conftest.err 1>&5
13604 $RM conftest*
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13608 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13609 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
13611 esac
13614 esac
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13680 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13682 library_names_spec=
13683 libname_spec='lib$name'
13684 soname_spec=
13685 shrext_cmds=".so"
13686 postinstall_cmds=
13687 postuninstall_cmds=
13688 finish_cmds=
13689 finish_eval=
13690 shlibpath_var=
13691 shlibpath_overrides_runpath=unknown
13692 version_type=none
13693 dynamic_linker="$host_os ld.so"
13694 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13695 need_lib_prefix=unknown
13696 hardcode_into_libs=no
13698 # when you set need_version to no, make sure it does not cause -set_version
13699 # flags to be left without arguments
13700 need_version=unknown
13702 case $host_os in
13703 aix3*)
13704 version_type=linux
13705 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13706 shlibpath_var=LIBPATH
13708 # AIX 3 has no versioning support, so we append a major version to the name.
13709 soname_spec='${libname}${release}${shared_ext}$major'
13712 aix[4-9]*)
13713 version_type=linux
13714 need_lib_prefix=no
13715 need_version=no
13716 hardcode_into_libs=yes
13717 if test "$host_cpu" = ia64; then
13718 # AIX 5 supports IA64
13719 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13720 shlibpath_var=LD_LIBRARY_PATH
13721 else
13722 # With GCC up to 2.95.x, collect2 would create an import file
13723 # for dependence libraries. The import file would start with
13724 # the line `#! .'. This would cause the generated library to
13725 # depend on `.', always an invalid library. This was fixed in
13726 # development snapshots of GCC prior to 3.0.
13727 case $host_os in
13728 aix4 | aix4.[01] | aix4.[01].*)
13729 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13730 echo ' yes '
13731 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
13733 else
13734 can_build_shared=no
13737 esac
13738 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13739 # soname into executable. Probably we can add versioning support to
13740 # collect2, so additional links can be useful in future.
13741 if test "$aix_use_runtimelinking" = yes; then
13742 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13743 # instead of lib<name>.a to let people know that these are not
13744 # typical AIX shared libraries.
13745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13746 else
13747 # We preserve .a as extension for shared libraries through AIX4.2
13748 # and later when we are not doing run time linking.
13749 library_names_spec='${libname}${release}.a $libname.a'
13750 soname_spec='${libname}${release}${shared_ext}$major'
13752 shlibpath_var=LIBPATH
13756 amigaos*)
13757 case $host_cpu in
13758 powerpc)
13759 # Since July 2007 AmigaOS4 officially supports .so libraries.
13760 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13761 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13763 m68k)
13764 library_names_spec='$libname.ixlibrary $libname.a'
13765 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13766 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'
13768 esac
13771 beos*)
13772 library_names_spec='${libname}${shared_ext}'
13773 dynamic_linker="$host_os ld.so"
13774 shlibpath_var=LIBRARY_PATH
13777 bsdi[45]*)
13778 version_type=linux
13779 need_version=no
13780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13781 soname_spec='${libname}${release}${shared_ext}$major'
13782 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13783 shlibpath_var=LD_LIBRARY_PATH
13784 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13785 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13786 # the default ld.so.conf also contains /usr/contrib/lib and
13787 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13788 # libtool to hard-code these into programs
13791 cygwin* | mingw* | pw32* | cegcc*)
13792 version_type=windows
13793 shrext_cmds=".dll"
13794 need_version=no
13795 need_lib_prefix=no
13797 case $GCC,$host_os in
13798 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
13799 library_names_spec='$libname.dll.a'
13800 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13801 postinstall_cmds='base_file=`basename \${file}`~
13802 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13803 dldir=$destdir/`dirname \$dlpath`~
13804 test -d \$dldir || mkdir -p \$dldir~
13805 $install_prog $dir/$dlname \$dldir/$dlname~
13806 chmod a+x \$dldir/$dlname~
13807 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13808 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13810 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13811 dlpath=$dir/\$dldll~
13812 $RM \$dlpath'
13813 shlibpath_overrides_runpath=yes
13815 case $host_os in
13816 cygwin*)
13817 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13818 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13821 mingw* | cegcc*)
13822 # MinGW DLLs use traditional 'lib' prefix
13823 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13825 pw32*)
13826 # pw32 DLLs use 'pw' prefix rather than 'lib'
13827 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13829 esac
13833 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13835 esac
13836 dynamic_linker='Win32 ld.exe'
13837 # FIXME: first we should search . and the directory the executable is in
13838 shlibpath_var=PATH
13841 darwin* | rhapsody*)
13842 dynamic_linker="$host_os dyld"
13843 version_type=darwin
13844 need_lib_prefix=no
13845 need_version=no
13846 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13847 soname_spec='${libname}${release}${major}$shared_ext'
13848 shlibpath_overrides_runpath=yes
13849 shlibpath_var=DYLD_LIBRARY_PATH
13850 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13852 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13855 dgux*)
13856 version_type=linux
13857 need_lib_prefix=no
13858 need_version=no
13859 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13860 soname_spec='${libname}${release}${shared_ext}$major'
13861 shlibpath_var=LD_LIBRARY_PATH
13864 freebsd* | dragonfly*)
13865 # DragonFly does not have aout. When/if they implement a new
13866 # versioning mechanism, adjust this.
13867 if test -x /usr/bin/objformat; then
13868 objformat=`/usr/bin/objformat`
13869 else
13870 case $host_os in
13871 freebsd[23].*) objformat=aout ;;
13872 *) objformat=elf ;;
13873 esac
13875 version_type=freebsd-$objformat
13876 case $version_type in
13877 freebsd-elf*)
13878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13879 need_version=no
13880 need_lib_prefix=no
13882 freebsd-*)
13883 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13884 need_version=yes
13886 esac
13887 shlibpath_var=LD_LIBRARY_PATH
13888 case $host_os in
13889 freebsd2.*)
13890 shlibpath_overrides_runpath=yes
13892 freebsd3.[01]* | freebsdelf3.[01]*)
13893 shlibpath_overrides_runpath=yes
13894 hardcode_into_libs=yes
13896 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13897 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13898 shlibpath_overrides_runpath=no
13899 hardcode_into_libs=yes
13901 *) # from 4.6 on, and DragonFly
13902 shlibpath_overrides_runpath=yes
13903 hardcode_into_libs=yes
13905 esac
13908 gnu*)
13909 version_type=linux
13910 need_lib_prefix=no
13911 need_version=no
13912 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13913 soname_spec='${libname}${release}${shared_ext}$major'
13914 shlibpath_var=LD_LIBRARY_PATH
13915 hardcode_into_libs=yes
13918 haiku*)
13919 version_type=linux
13920 need_lib_prefix=no
13921 need_version=no
13922 dynamic_linker="$host_os runtime_loader"
13923 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13924 soname_spec='${libname}${release}${shared_ext}$major'
13925 shlibpath_var=LIBRARY_PATH
13926 shlibpath_overrides_runpath=yes
13927 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
13928 hardcode_into_libs=yes
13931 hpux9* | hpux10* | hpux11*)
13932 # Give a soname corresponding to the major version so that dld.sl refuses to
13933 # link against other versions.
13934 version_type=sunos
13935 need_lib_prefix=no
13936 need_version=no
13937 case $host_cpu in
13938 ia64*)
13939 shrext_cmds='.so'
13940 hardcode_into_libs=yes
13941 dynamic_linker="$host_os dld.so"
13942 shlibpath_var=LD_LIBRARY_PATH
13943 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13944 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13945 soname_spec='${libname}${release}${shared_ext}$major'
13946 if test "X$HPUX_IA64_MODE" = X32; then
13947 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13948 else
13949 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
13951 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13953 hppa*64*)
13954 shrext_cmds='.sl'
13955 hardcode_into_libs=yes
13956 dynamic_linker="$host_os dld.sl"
13957 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
13958 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13959 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13960 soname_spec='${libname}${release}${shared_ext}$major'
13961 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13962 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13965 shrext_cmds='.sl'
13966 dynamic_linker="$host_os dld.sl"
13967 shlibpath_var=SHLIB_PATH
13968 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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'
13972 esac
13973 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
13974 postinstall_cmds='chmod 555 $lib'
13975 # or fails outright, so override atomically:
13976 install_override_mode=555
13979 interix[3-9]*)
13980 version_type=linux
13981 need_lib_prefix=no
13982 need_version=no
13983 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13984 soname_spec='${libname}${release}${shared_ext}$major'
13985 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
13986 shlibpath_var=LD_LIBRARY_PATH
13987 shlibpath_overrides_runpath=no
13988 hardcode_into_libs=yes
13991 irix5* | irix6* | nonstopux*)
13992 case $host_os in
13993 nonstopux*) version_type=nonstopux ;;
13995 if test "$lt_cv_prog_gnu_ld" = yes; then
13996 version_type=linux
13997 else
13998 version_type=irix
13999 fi ;;
14000 esac
14001 need_lib_prefix=no
14002 need_version=no
14003 soname_spec='${libname}${release}${shared_ext}$major'
14004 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14005 case $host_os in
14006 irix5* | nonstopux*)
14007 libsuff= shlibsuff=
14010 case $LD in # libtool.m4 will add one of these switches to LD
14011 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14012 libsuff= shlibsuff= libmagic=32-bit;;
14013 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14014 libsuff=32 shlibsuff=N32 libmagic=N32;;
14015 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14016 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14017 *) libsuff= shlibsuff= libmagic=never-match;;
14018 esac
14020 esac
14021 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14022 shlibpath_overrides_runpath=no
14023 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14024 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14025 hardcode_into_libs=yes
14028 # No shared lib support for Linux oldld, aout, or coff.
14029 linux*oldld* | linux*aout* | linux*coff*)
14030 dynamic_linker=no
14033 # This must be Linux ELF.
14034 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14035 version_type=linux
14036 need_lib_prefix=no
14037 need_version=no
14038 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14039 soname_spec='${libname}${release}${shared_ext}$major'
14040 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14041 shlibpath_var=LD_LIBRARY_PATH
14042 shlibpath_overrides_runpath=no
14044 # Some binutils ld are patched to set DT_RUNPATH
14045 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
14046 $as_echo_n "(cached) " >&6
14047 else
14048 lt_cv_shlibpath_overrides_runpath=no
14049 save_LDFLAGS=$LDFLAGS
14050 save_libdir=$libdir
14051 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14052 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14054 /* end confdefs.h. */
14057 main ()
14061 return 0;
14063 _ACEOF
14064 if ac_fn_cxx_try_link "$LINENO"; then :
14065 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14066 lt_cv_shlibpath_overrides_runpath=yes
14069 rm -f core conftest.err conftest.$ac_objext \
14070 conftest$ac_exeext conftest.$ac_ext
14071 LDFLAGS=$save_LDFLAGS
14072 libdir=$save_libdir
14076 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14078 # This implies no fast_install, which is unacceptable.
14079 # Some rework will be needed to allow for fast_install
14080 # before this can be enabled.
14081 hardcode_into_libs=yes
14083 # Append ld.so.conf contents to the search path
14084 if test -f /etc/ld.so.conf; then
14085 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' ' '`
14086 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14089 # We used to test for /lib/ld.so.1 and disable shared libraries on
14090 # powerpc, because MkLinux only supported shared libraries with the
14091 # GNU dynamic linker. Since this was broken with cross compilers,
14092 # most powerpc-linux boxes support dynamic linking these days and
14093 # people can always --disable-shared, the test was removed, and we
14094 # assume the GNU/Linux dynamic linker is in use.
14095 dynamic_linker='GNU/Linux ld.so'
14098 netbsd*)
14099 version_type=sunos
14100 need_lib_prefix=no
14101 need_version=no
14102 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14103 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14104 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14105 dynamic_linker='NetBSD (a.out) ld.so'
14106 else
14107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14108 soname_spec='${libname}${release}${shared_ext}$major'
14109 dynamic_linker='NetBSD ld.elf_so'
14111 shlibpath_var=LD_LIBRARY_PATH
14112 shlibpath_overrides_runpath=yes
14113 hardcode_into_libs=yes
14116 newsos6)
14117 version_type=linux
14118 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14119 shlibpath_var=LD_LIBRARY_PATH
14120 shlibpath_overrides_runpath=yes
14123 *nto* | *qnx*)
14124 version_type=qnx
14125 need_lib_prefix=no
14126 need_version=no
14127 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14128 soname_spec='${libname}${release}${shared_ext}$major'
14129 shlibpath_var=LD_LIBRARY_PATH
14130 shlibpath_overrides_runpath=no
14131 hardcode_into_libs=yes
14132 dynamic_linker='ldqnx.so'
14135 openbsd*)
14136 version_type=sunos
14137 sys_lib_dlsearch_path_spec="/usr/lib"
14138 need_lib_prefix=no
14139 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14140 case $host_os in
14141 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14142 *) need_version=no ;;
14143 esac
14144 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14145 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14146 shlibpath_var=LD_LIBRARY_PATH
14147 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14148 case $host_os in
14149 openbsd2.[89] | openbsd2.[89].*)
14150 shlibpath_overrides_runpath=no
14153 shlibpath_overrides_runpath=yes
14155 esac
14156 else
14157 shlibpath_overrides_runpath=yes
14161 os2*)
14162 libname_spec='$name'
14163 shrext_cmds=".dll"
14164 need_lib_prefix=no
14165 library_names_spec='$libname${shared_ext} $libname.a'
14166 dynamic_linker='OS/2 ld.exe'
14167 shlibpath_var=LIBPATH
14170 osf3* | osf4* | osf5*)
14171 version_type=osf
14172 need_lib_prefix=no
14173 need_version=no
14174 soname_spec='${libname}${release}${shared_ext}$major'
14175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14176 shlibpath_var=LD_LIBRARY_PATH
14177 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14178 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14181 rdos*)
14182 dynamic_linker=no
14185 solaris*)
14186 version_type=linux
14187 need_lib_prefix=no
14188 need_version=no
14189 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14190 soname_spec='${libname}${release}${shared_ext}$major'
14191 shlibpath_var=LD_LIBRARY_PATH
14192 shlibpath_overrides_runpath=yes
14193 hardcode_into_libs=yes
14194 # ldd complains unless libraries are executable
14195 postinstall_cmds='chmod +x $lib'
14198 sunos4*)
14199 version_type=sunos
14200 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14201 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14202 shlibpath_var=LD_LIBRARY_PATH
14203 shlibpath_overrides_runpath=yes
14204 if test "$with_gnu_ld" = yes; then
14205 need_lib_prefix=no
14207 need_version=yes
14210 sysv4 | sysv4.3*)
14211 version_type=linux
14212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14213 soname_spec='${libname}${release}${shared_ext}$major'
14214 shlibpath_var=LD_LIBRARY_PATH
14215 case $host_vendor in
14216 sni)
14217 shlibpath_overrides_runpath=no
14218 need_lib_prefix=no
14219 runpath_var=LD_RUN_PATH
14221 siemens)
14222 need_lib_prefix=no
14224 motorola)
14225 need_lib_prefix=no
14226 need_version=no
14227 shlibpath_overrides_runpath=no
14228 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14230 esac
14233 sysv4*MP*)
14234 if test -d /usr/nec ;then
14235 version_type=linux
14236 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14237 soname_spec='$libname${shared_ext}.$major'
14238 shlibpath_var=LD_LIBRARY_PATH
14242 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14243 version_type=freebsd-elf
14244 need_lib_prefix=no
14245 need_version=no
14246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $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 if test "$with_gnu_ld" = yes; then
14252 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14253 else
14254 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14255 case $host_os in
14256 sco3.2v5*)
14257 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14259 esac
14261 sys_lib_dlsearch_path_spec='/usr/lib'
14264 tpf*)
14265 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14266 version_type=linux
14267 need_lib_prefix=no
14268 need_version=no
14269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14270 shlibpath_var=LD_LIBRARY_PATH
14271 shlibpath_overrides_runpath=no
14272 hardcode_into_libs=yes
14275 uts4*)
14276 version_type=linux
14277 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14278 soname_spec='${libname}${release}${shared_ext}$major'
14279 shlibpath_var=LD_LIBRARY_PATH
14283 dynamic_linker=no
14285 esac
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14287 $as_echo "$dynamic_linker" >&6; }
14288 test "$dynamic_linker" = no && can_build_shared=no
14290 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14291 if test "$GCC" = yes; then
14292 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14295 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14296 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14298 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14299 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14340 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14341 hardcode_action_CXX=
14342 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14343 test -n "$runpath_var_CXX" ||
14344 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14346 # We can hardcode non-existent directories.
14347 if test "$hardcode_direct_CXX" != no &&
14348 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14349 # have to relink, otherwise we might link with an installed library
14350 # when we should be linking with a yet-to-be-installed one
14351 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14352 test "$hardcode_minus_L_CXX" != no; then
14353 # Linking always hardcodes the temporary library directory.
14354 hardcode_action_CXX=relink
14355 else
14356 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14357 hardcode_action_CXX=immediate
14359 else
14360 # We cannot hardcode anything, or else we can only hardcode existing
14361 # directories.
14362 hardcode_action_CXX=unsupported
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14365 $as_echo "$hardcode_action_CXX" >&6; }
14367 if test "$hardcode_action_CXX" = relink ||
14368 test "$inherit_rpath_CXX" = yes; then
14369 # Fast installation is not supported
14370 enable_fast_install=no
14371 elif test "$shlibpath_overrides_runpath" = yes ||
14372 test "$enable_shared" = no; then
14373 # Fast installation is not necessary
14374 enable_fast_install=needless
14383 fi # test -n "$compiler"
14385 CC=$lt_save_CC
14386 LDCXX=$LD
14387 LD=$lt_save_LD
14388 GCC=$lt_save_GCC
14389 with_gnu_ld=$lt_save_with_gnu_ld
14390 lt_cv_path_LDCXX=$lt_cv_path_LD
14391 lt_cv_path_LD=$lt_save_path_LD
14392 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14393 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14394 fi # test "$_lt_caught_CXX_error" != yes
14396 ac_ext=c
14397 ac_cpp='$CPP $CPPFLAGS'
14398 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14399 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14400 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14414 ac_config_commands="$ac_config_commands libtool"
14419 # Only expand once:
14427 # Must be last
14428 cat >confcache <<\_ACEOF
14429 # This file is a shell script that caches the results of configure
14430 # tests run on this system so they can be shared between configure
14431 # scripts and configure runs, see configure's option --config-cache.
14432 # It is not useful on other systems. If it contains results you don't
14433 # want to keep, you may remove or edit it.
14435 # config.status only pays attention to the cache file if you give it
14436 # the --recheck option to rerun configure.
14438 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14439 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14440 # following values.
14442 _ACEOF
14444 # The following way of writing the cache mishandles newlines in values,
14445 # but we know of no workaround that is simple, portable, and efficient.
14446 # So, we kill variables containing newlines.
14447 # Ultrix sh set writes to stderr and can't be redirected directly,
14448 # and sets the high bit in the cache file unless we assign to the vars.
14450 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14451 eval ac_val=\$$ac_var
14452 case $ac_val in #(
14453 *${as_nl}*)
14454 case $ac_var in #(
14455 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14456 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14457 esac
14458 case $ac_var in #(
14459 _ | IFS | as_nl) ;; #(
14460 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14461 *) { eval $ac_var=; unset $ac_var;} ;;
14462 esac ;;
14463 esac
14464 done
14466 (set) 2>&1 |
14467 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14468 *${as_nl}ac_space=\ *)
14469 # `set' does not quote correctly, so add quotes: double-quote
14470 # substitution turns \\\\ into \\, and sed turns \\ into \.
14471 sed -n \
14472 "s/'/'\\\\''/g;
14473 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14474 ;; #(
14476 # `set' quotes correctly as required by POSIX, so do not add quotes.
14477 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14479 esac |
14480 sort
14482 sed '
14483 /^ac_cv_env_/b end
14484 t clear
14485 :clear
14486 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14487 t end
14488 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14489 :end' >>confcache
14490 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14491 if test -w "$cache_file"; then
14492 test "x$cache_file" != "x/dev/null" &&
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14494 $as_echo "$as_me: updating cache $cache_file" >&6;}
14495 cat confcache >$cache_file
14496 else
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14498 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14501 rm -f confcache
14503 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14504 # Let make expand exec_prefix.
14505 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14507 # Transform confdefs.h into DEFS.
14508 # Protect against shell expansion while executing Makefile rules.
14509 # Protect against Makefile macro expansion.
14511 # If the first sed substitution is executed (which looks for macros that
14512 # take arguments), then branch to the quote section. Otherwise,
14513 # look for a macro that doesn't take arguments.
14514 ac_script='
14515 :mline
14516 /\\$/{
14518 s,\\\n,,
14519 b mline
14521 t clear
14522 :clear
14523 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14524 t quote
14525 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14526 t quote
14527 b any
14528 :quote
14529 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14530 s/\[/\\&/g
14531 s/\]/\\&/g
14532 s/\$/$$/g
14534 :any
14537 s/^\n//
14538 s/\n/ /g
14542 DEFS=`sed -n "$ac_script" confdefs.h`
14545 ac_libobjs=
14546 ac_ltlibobjs=
14547 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14548 # 1. Remove the extension, and $U if already installed.
14549 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14550 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14551 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14552 # will be set to the directory where LIBOBJS objects are built.
14553 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14554 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14555 done
14556 LIBOBJS=$ac_libobjs
14558 LTLIBOBJS=$ac_ltlibobjs
14561 if test -n "$EXEEXT"; then
14562 am__EXEEXT_TRUE=
14563 am__EXEEXT_FALSE='#'
14564 else
14565 am__EXEEXT_TRUE='#'
14566 am__EXEEXT_FALSE=
14569 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14570 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14571 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14573 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14574 as_fn_error "conditional \"AMDEP\" was never defined.
14575 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14577 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
14578 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
14579 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14581 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14582 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14583 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14585 if test -z "${LINUX_LINKER_SCRIPT_TRUE}" && test -z "${LINUX_LINKER_SCRIPT_FALSE}"; then
14586 as_fn_error "conditional \"LINUX_LINKER_SCRIPT\" was never defined.
14587 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14589 if test -z "${MAC_LINKER_SCRIPT_TRUE}" && test -z "${MAC_LINKER_SCRIPT_FALSE}"; then
14590 as_fn_error "conditional \"MAC_LINKER_SCRIPT\" was never defined.
14591 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14594 : ${CONFIG_STATUS=./config.status}
14595 ac_write_fail=0
14596 ac_clean_files_save=$ac_clean_files
14597 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14599 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14600 as_write_fail=0
14601 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14602 #! $SHELL
14603 # Generated by $as_me.
14604 # Run this file to recreate the current configuration.
14605 # Compiler output produced by configure, useful for debugging
14606 # configure, is in config.log if it exists.
14608 debug=false
14609 ac_cs_recheck=false
14610 ac_cs_silent=false
14612 SHELL=\${CONFIG_SHELL-$SHELL}
14613 export SHELL
14614 _ASEOF
14615 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14616 ## -------------------- ##
14617 ## M4sh Initialization. ##
14618 ## -------------------- ##
14620 # Be more Bourne compatible
14621 DUALCASE=1; export DUALCASE # for MKS sh
14622 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14623 emulate sh
14624 NULLCMD=:
14625 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14626 # is contrary to our usage. Disable this feature.
14627 alias -g '${1+"$@"}'='"$@"'
14628 setopt NO_GLOB_SUBST
14629 else
14630 case `(set -o) 2>/dev/null` in #(
14631 *posix*) :
14632 set -o posix ;; #(
14633 *) :
14635 esac
14639 as_nl='
14641 export as_nl
14642 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14643 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14644 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14645 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14646 # Prefer a ksh shell builtin over an external printf program on Solaris,
14647 # but without wasting forks for bash or zsh.
14648 if test -z "$BASH_VERSION$ZSH_VERSION" \
14649 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14650 as_echo='print -r --'
14651 as_echo_n='print -rn --'
14652 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14653 as_echo='printf %s\n'
14654 as_echo_n='printf %s'
14655 else
14656 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14657 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14658 as_echo_n='/usr/ucb/echo -n'
14659 else
14660 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14661 as_echo_n_body='eval
14662 arg=$1;
14663 case $arg in #(
14664 *"$as_nl"*)
14665 expr "X$arg" : "X\\(.*\\)$as_nl";
14666 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14667 esac;
14668 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14670 export as_echo_n_body
14671 as_echo_n='sh -c $as_echo_n_body as_echo'
14673 export as_echo_body
14674 as_echo='sh -c $as_echo_body as_echo'
14677 # The user is always right.
14678 if test "${PATH_SEPARATOR+set}" != set; then
14679 PATH_SEPARATOR=:
14680 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14681 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14682 PATH_SEPARATOR=';'
14687 # IFS
14688 # We need space, tab and new line, in precisely that order. Quoting is
14689 # there to prevent editors from complaining about space-tab.
14690 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14691 # splitting by setting IFS to empty value.)
14692 IFS=" "" $as_nl"
14694 # Find who we are. Look in the path if we contain no directory separator.
14695 case $0 in #((
14696 *[\\/]* ) as_myself=$0 ;;
14697 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14698 for as_dir in $PATH
14700 IFS=$as_save_IFS
14701 test -z "$as_dir" && as_dir=.
14702 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14703 done
14704 IFS=$as_save_IFS
14707 esac
14708 # We did not find ourselves, most probably we were run as `sh COMMAND'
14709 # in which case we are not to be found in the path.
14710 if test "x$as_myself" = x; then
14711 as_myself=$0
14713 if test ! -f "$as_myself"; then
14714 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14715 exit 1
14718 # Unset variables that we do not need and which cause bugs (e.g. in
14719 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14720 # suppresses any "Segmentation fault" message there. '((' could
14721 # trigger a bug in pdksh 5.2.14.
14722 for as_var in BASH_ENV ENV MAIL MAILPATH
14723 do eval test x\${$as_var+set} = xset \
14724 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14725 done
14726 PS1='$ '
14727 PS2='> '
14728 PS4='+ '
14730 # NLS nuisances.
14731 LC_ALL=C
14732 export LC_ALL
14733 LANGUAGE=C
14734 export LANGUAGE
14736 # CDPATH.
14737 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14740 # as_fn_error ERROR [LINENO LOG_FD]
14741 # ---------------------------------
14742 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14743 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14744 # script with status $?, using 1 if that was 0.
14745 as_fn_error ()
14747 as_status=$?; test $as_status -eq 0 && as_status=1
14748 if test "$3"; then
14749 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14750 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14752 $as_echo "$as_me: error: $1" >&2
14753 as_fn_exit $as_status
14754 } # as_fn_error
14757 # as_fn_set_status STATUS
14758 # -----------------------
14759 # Set $? to STATUS, without forking.
14760 as_fn_set_status ()
14762 return $1
14763 } # as_fn_set_status
14765 # as_fn_exit STATUS
14766 # -----------------
14767 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14768 as_fn_exit ()
14770 set +e
14771 as_fn_set_status $1
14772 exit $1
14773 } # as_fn_exit
14775 # as_fn_unset VAR
14776 # ---------------
14777 # Portably unset VAR.
14778 as_fn_unset ()
14780 { eval $1=; unset $1;}
14782 as_unset=as_fn_unset
14783 # as_fn_append VAR VALUE
14784 # ----------------------
14785 # Append the text in VALUE to the end of the definition contained in VAR. Take
14786 # advantage of any shell optimizations that allow amortized linear growth over
14787 # repeated appends, instead of the typical quadratic growth present in naive
14788 # implementations.
14789 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14790 eval 'as_fn_append ()
14792 eval $1+=\$2
14794 else
14795 as_fn_append ()
14797 eval $1=\$$1\$2
14799 fi # as_fn_append
14801 # as_fn_arith ARG...
14802 # ------------------
14803 # Perform arithmetic evaluation on the ARGs, and store the result in the
14804 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14805 # must be portable across $(()) and expr.
14806 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14807 eval 'as_fn_arith ()
14809 as_val=$(( $* ))
14811 else
14812 as_fn_arith ()
14814 as_val=`expr "$@" || test $? -eq 1`
14816 fi # as_fn_arith
14819 if expr a : '\(a\)' >/dev/null 2>&1 &&
14820 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14821 as_expr=expr
14822 else
14823 as_expr=false
14826 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14827 as_basename=basename
14828 else
14829 as_basename=false
14832 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14833 as_dirname=dirname
14834 else
14835 as_dirname=false
14838 as_me=`$as_basename -- "$0" ||
14839 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14840 X"$0" : 'X\(//\)$' \| \
14841 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14842 $as_echo X/"$0" |
14843 sed '/^.*\/\([^/][^/]*\)\/*$/{
14844 s//\1/
14847 /^X\/\(\/\/\)$/{
14848 s//\1/
14851 /^X\/\(\/\).*/{
14852 s//\1/
14855 s/.*/./; q'`
14857 # Avoid depending upon Character Ranges.
14858 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14859 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14860 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14861 as_cr_digits='0123456789'
14862 as_cr_alnum=$as_cr_Letters$as_cr_digits
14864 ECHO_C= ECHO_N= ECHO_T=
14865 case `echo -n x` in #(((((
14866 -n*)
14867 case `echo 'xy\c'` in
14868 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14869 xy) ECHO_C='\c';;
14870 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14871 ECHO_T=' ';;
14872 esac;;
14874 ECHO_N='-n';;
14875 esac
14877 rm -f conf$$ conf$$.exe conf$$.file
14878 if test -d conf$$.dir; then
14879 rm -f conf$$.dir/conf$$.file
14880 else
14881 rm -f conf$$.dir
14882 mkdir conf$$.dir 2>/dev/null
14884 if (echo >conf$$.file) 2>/dev/null; then
14885 if ln -s conf$$.file conf$$ 2>/dev/null; then
14886 as_ln_s='ln -s'
14887 # ... but there are two gotchas:
14888 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14889 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14890 # In both cases, we have to default to `cp -p'.
14891 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14892 as_ln_s='cp -p'
14893 elif ln conf$$.file conf$$ 2>/dev/null; then
14894 as_ln_s=ln
14895 else
14896 as_ln_s='cp -p'
14898 else
14899 as_ln_s='cp -p'
14901 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14902 rmdir conf$$.dir 2>/dev/null
14905 # as_fn_mkdir_p
14906 # -------------
14907 # Create "$as_dir" as a directory, including parents if necessary.
14908 as_fn_mkdir_p ()
14911 case $as_dir in #(
14912 -*) as_dir=./$as_dir;;
14913 esac
14914 test -d "$as_dir" || eval $as_mkdir_p || {
14915 as_dirs=
14916 while :; do
14917 case $as_dir in #(
14918 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14919 *) as_qdir=$as_dir;;
14920 esac
14921 as_dirs="'$as_qdir' $as_dirs"
14922 as_dir=`$as_dirname -- "$as_dir" ||
14923 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14924 X"$as_dir" : 'X\(//\)[^/]' \| \
14925 X"$as_dir" : 'X\(//\)$' \| \
14926 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14927 $as_echo X"$as_dir" |
14928 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14929 s//\1/
14932 /^X\(\/\/\)[^/].*/{
14933 s//\1/
14936 /^X\(\/\/\)$/{
14937 s//\1/
14940 /^X\(\/\).*/{
14941 s//\1/
14944 s/.*/./; q'`
14945 test -d "$as_dir" && break
14946 done
14947 test -z "$as_dirs" || eval "mkdir $as_dirs"
14948 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14951 } # as_fn_mkdir_p
14952 if mkdir -p . 2>/dev/null; then
14953 as_mkdir_p='mkdir -p "$as_dir"'
14954 else
14955 test -d ./-p && rmdir ./-p
14956 as_mkdir_p=false
14959 if test -x / >/dev/null 2>&1; then
14960 as_test_x='test -x'
14961 else
14962 if ls -dL / >/dev/null 2>&1; then
14963 as_ls_L_option=L
14964 else
14965 as_ls_L_option=
14967 as_test_x='
14968 eval sh -c '\''
14969 if test -d "$1"; then
14970 test -d "$1/.";
14971 else
14972 case $1 in #(
14973 -*)set "./$1";;
14974 esac;
14975 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14976 ???[sx]*):;;*)false;;esac;fi
14977 '\'' sh
14980 as_executable_p=$as_test_x
14982 # Sed expression to map a string onto a valid CPP name.
14983 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14985 # Sed expression to map a string onto a valid variable name.
14986 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14989 exec 6>&1
14990 ## ----------------------------------- ##
14991 ## Main body of $CONFIG_STATUS script. ##
14992 ## ----------------------------------- ##
14993 _ASEOF
14994 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14997 # Save the log message, to keep $0 and so on meaningful, and to
14998 # report actual input values of CONFIG_FILES etc. instead of their
14999 # values after options handling.
15000 ac_log="
15001 This file was extended by Cilk Runtime Library $as_me 2.0, which was
15002 generated by GNU Autoconf 2.64. Invocation command line was
15004 CONFIG_FILES = $CONFIG_FILES
15005 CONFIG_HEADERS = $CONFIG_HEADERS
15006 CONFIG_LINKS = $CONFIG_LINKS
15007 CONFIG_COMMANDS = $CONFIG_COMMANDS
15008 $ $0 $@
15010 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15013 _ACEOF
15015 case $ac_config_files in *"
15016 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15017 esac
15021 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15022 # Files that config.status was made for.
15023 config_files="$ac_config_files"
15024 config_commands="$ac_config_commands"
15026 _ACEOF
15028 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15029 ac_cs_usage="\
15030 \`$as_me' instantiates files and other configuration actions
15031 from templates according to the current configuration. Unless the files
15032 and actions are specified as TAGs, all are instantiated by default.
15034 Usage: $0 [OPTION]... [TAG]...
15036 -h, --help print this help, then exit
15037 -V, --version print version number and configuration settings, then exit
15038 -q, --quiet, --silent
15039 do not print progress messages
15040 -d, --debug don't remove temporary files
15041 --recheck update $as_me by reconfiguring in the same conditions
15042 --file=FILE[:TEMPLATE]
15043 instantiate the configuration file FILE
15045 Configuration files:
15046 $config_files
15048 Configuration commands:
15049 $config_commands
15051 Report bugs to <cilk@intel.com>."
15053 _ACEOF
15054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15055 ac_cs_version="\\
15056 Cilk Runtime Library config.status 2.0
15057 configured by $0, generated by GNU Autoconf 2.64,
15058 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15060 Copyright (C) 2009 Free Software Foundation, Inc.
15061 This config.status script is free software; the Free Software Foundation
15062 gives unlimited permission to copy, distribute and modify it."
15064 ac_pwd='$ac_pwd'
15065 srcdir='$srcdir'
15066 INSTALL='$INSTALL'
15067 MKDIR_P='$MKDIR_P'
15068 AWK='$AWK'
15069 test -n "\$AWK" || AWK=awk
15070 _ACEOF
15072 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15073 # The default lists apply if the user does not specify any file.
15074 ac_need_defaults=:
15075 while test $# != 0
15077 case $1 in
15078 --*=*)
15079 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15080 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15081 ac_shift=:
15084 ac_option=$1
15085 ac_optarg=$2
15086 ac_shift=shift
15088 esac
15090 case $ac_option in
15091 # Handling of the options.
15092 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15093 ac_cs_recheck=: ;;
15094 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15095 $as_echo "$ac_cs_version"; exit ;;
15096 --debug | --debu | --deb | --de | --d | -d )
15097 debug=: ;;
15098 --file | --fil | --fi | --f )
15099 $ac_shift
15100 case $ac_optarg in
15101 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15102 esac
15103 as_fn_append CONFIG_FILES " '$ac_optarg'"
15104 ac_need_defaults=false;;
15105 --he | --h | --help | --hel | -h )
15106 $as_echo "$ac_cs_usage"; exit ;;
15107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15108 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15109 ac_cs_silent=: ;;
15111 # This is an error.
15112 -*) as_fn_error "unrecognized option: \`$1'
15113 Try \`$0 --help' for more information." ;;
15115 *) as_fn_append ac_config_targets " $1"
15116 ac_need_defaults=false ;;
15118 esac
15119 shift
15120 done
15122 ac_configure_extra_args=
15124 if $ac_cs_silent; then
15125 exec 6>/dev/null
15126 ac_configure_extra_args="$ac_configure_extra_args --silent"
15129 _ACEOF
15130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15131 if \$ac_cs_recheck; then
15132 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15133 shift
15134 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15135 CONFIG_SHELL='$SHELL'
15136 export CONFIG_SHELL
15137 exec "\$@"
15140 _ACEOF
15141 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15142 exec 5>>config.log
15144 echo
15145 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15146 ## Running $as_me. ##
15147 _ASBOX
15148 $as_echo "$ac_log"
15149 } >&5
15151 _ACEOF
15152 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15154 # INIT-COMMANDS
15156 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15158 srcdir="$srcdir"
15159 host="$host"
15160 target="$target"
15161 with_multisubdir="$with_multisubdir"
15162 with_multisrctop="$with_multisrctop"
15163 with_target_subdir="$with_target_subdir"
15164 ac_configure_args="${multilib_arg} ${ac_configure_args}"
15165 multi_basedir="$multi_basedir"
15166 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
15167 CC="$CC"
15168 CXX="$CXX"
15169 GFORTRAN="$GFORTRAN"
15170 GCJ="$GCJ"
15173 # The HP-UX ksh and POSIX shell print the target directory to stdout
15174 # if CDPATH is set.
15175 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15177 sed_quote_subst='$sed_quote_subst'
15178 double_quote_subst='$double_quote_subst'
15179 delay_variable_subst='$delay_variable_subst'
15180 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15181 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15182 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15183 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15184 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15185 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15186 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15187 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15188 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15189 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15190 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15191 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15192 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15193 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15194 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15195 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15196 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15197 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15198 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15199 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15200 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15201 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15202 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15203 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15204 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15205 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15206 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15207 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15208 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15209 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15210 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15211 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15212 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15213 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15214 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15215 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15216 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15217 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15218 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15219 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15220 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15221 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15222 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15223 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15224 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15225 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15226 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15227 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15228 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"`'
15229 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15230 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15231 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15232 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15233 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15234 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15235 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15236 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15237 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15238 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15239 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15240 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15241 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15242 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15243 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15244 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15245 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15246 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15247 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15248 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15249 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15250 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15251 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15252 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15253 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15254 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15255 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15256 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15257 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15258 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15259 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15260 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15261 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15262 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15263 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15264 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15265 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15266 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15267 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15268 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15269 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15270 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15271 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15272 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15273 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15274 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15275 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15276 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15277 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15278 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15279 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15280 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15281 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15282 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15283 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15284 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15285 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15286 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15287 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15288 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15289 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15290 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15291 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15292 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15293 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15294 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15295 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15296 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15297 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15298 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15299 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15300 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
15301 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
15302 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
15303 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
15304 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
15305 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
15306 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
15307 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
15308 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15309 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15310 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
15311 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
15312 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
15313 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
15314 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
15315 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
15316 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
15317 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
15318 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
15319 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15320 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15321 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
15322 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15323 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15324 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15325 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15326 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15327 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15328 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
15329 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15330 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15331 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15332 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
15333 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
15334 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
15335 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
15336 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
15337 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
15338 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
15339 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
15340 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
15341 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
15342 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
15343 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15344 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15345 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15346 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15347 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
15348 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
15349 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
15350 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15351 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15352 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
15353 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
15354 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15356 LTCC='$LTCC'
15357 LTCFLAGS='$LTCFLAGS'
15358 compiler='$compiler_DEFAULT'
15360 # A function that is used when there is no print builtin or printf.
15361 func_fallback_echo ()
15363 eval 'cat <<_LTECHO_EOF
15365 _LTECHO_EOF'
15368 # Quote evaled strings.
15369 for var in SHELL \
15370 ECHO \
15371 SED \
15372 GREP \
15373 EGREP \
15374 FGREP \
15375 LD \
15376 NM \
15377 LN_S \
15378 lt_SP2NL \
15379 lt_NL2SP \
15380 reload_flag \
15381 OBJDUMP \
15382 deplibs_check_method \
15383 file_magic_cmd \
15384 AR \
15385 AR_FLAGS \
15386 STRIP \
15387 RANLIB \
15388 CC \
15389 CFLAGS \
15390 compiler \
15391 lt_cv_sys_global_symbol_pipe \
15392 lt_cv_sys_global_symbol_to_cdecl \
15393 lt_cv_sys_global_symbol_to_c_name_address \
15394 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15395 lt_prog_compiler_no_builtin_flag \
15396 lt_prog_compiler_wl \
15397 lt_prog_compiler_pic \
15398 lt_prog_compiler_static \
15399 lt_cv_prog_compiler_c_o \
15400 need_locks \
15401 DSYMUTIL \
15402 NMEDIT \
15403 LIPO \
15404 OTOOL \
15405 OTOOL64 \
15406 shrext_cmds \
15407 export_dynamic_flag_spec \
15408 whole_archive_flag_spec \
15409 compiler_needs_object \
15410 with_gnu_ld \
15411 allow_undefined_flag \
15412 no_undefined_flag \
15413 hardcode_libdir_flag_spec \
15414 hardcode_libdir_flag_spec_ld \
15415 hardcode_libdir_separator \
15416 fix_srcfile_path \
15417 exclude_expsyms \
15418 include_expsyms \
15419 file_list_spec \
15420 variables_saved_for_relink \
15421 libname_spec \
15422 library_names_spec \
15423 soname_spec \
15424 install_override_mode \
15425 finish_eval \
15426 old_striplib \
15427 striplib \
15428 compiler_lib_search_dirs \
15429 predep_objects \
15430 postdep_objects \
15431 predeps \
15432 postdeps \
15433 compiler_lib_search_path \
15434 LD_CXX \
15435 reload_flag_CXX \
15436 compiler_CXX \
15437 lt_prog_compiler_no_builtin_flag_CXX \
15438 lt_prog_compiler_wl_CXX \
15439 lt_prog_compiler_pic_CXX \
15440 lt_prog_compiler_static_CXX \
15441 lt_cv_prog_compiler_c_o_CXX \
15442 export_dynamic_flag_spec_CXX \
15443 whole_archive_flag_spec_CXX \
15444 compiler_needs_object_CXX \
15445 with_gnu_ld_CXX \
15446 allow_undefined_flag_CXX \
15447 no_undefined_flag_CXX \
15448 hardcode_libdir_flag_spec_CXX \
15449 hardcode_libdir_flag_spec_ld_CXX \
15450 hardcode_libdir_separator_CXX \
15451 fix_srcfile_path_CXX \
15452 exclude_expsyms_CXX \
15453 include_expsyms_CXX \
15454 file_list_spec_CXX \
15455 compiler_lib_search_dirs_CXX \
15456 predep_objects_CXX \
15457 postdep_objects_CXX \
15458 predeps_CXX \
15459 postdeps_CXX \
15460 compiler_lib_search_path_CXX; do
15461 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15462 *[\\\\\\\`\\"\\\$]*)
15463 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15466 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15468 esac
15469 done
15471 # Double-quote double-evaled strings.
15472 for var in reload_cmds \
15473 old_postinstall_cmds \
15474 old_postuninstall_cmds \
15475 old_archive_cmds \
15476 extract_expsyms_cmds \
15477 old_archive_from_new_cmds \
15478 old_archive_from_expsyms_cmds \
15479 archive_cmds \
15480 archive_expsym_cmds \
15481 module_cmds \
15482 module_expsym_cmds \
15483 export_symbols_cmds \
15484 prelink_cmds \
15485 postinstall_cmds \
15486 postuninstall_cmds \
15487 finish_cmds \
15488 sys_lib_search_path_spec \
15489 sys_lib_dlsearch_path_spec \
15490 reload_cmds_CXX \
15491 old_archive_cmds_CXX \
15492 old_archive_from_new_cmds_CXX \
15493 old_archive_from_expsyms_cmds_CXX \
15494 archive_cmds_CXX \
15495 archive_expsym_cmds_CXX \
15496 module_cmds_CXX \
15497 module_expsym_cmds_CXX \
15498 export_symbols_cmds_CXX \
15499 prelink_cmds_CXX; do
15500 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15501 *[\\\\\\\`\\"\\\$]*)
15502 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15505 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15507 esac
15508 done
15510 ac_aux_dir='$ac_aux_dir'
15511 xsi_shell='$xsi_shell'
15512 lt_shell_append='$lt_shell_append'
15514 # See if we are running on zsh, and set the options which allow our
15515 # commands through without removal of \ escapes INIT.
15516 if test -n "\${ZSH_VERSION+set}" ; then
15517 setopt NO_GLOB_SUBST
15521 PACKAGE='$PACKAGE'
15522 VERSION='$VERSION'
15523 TIMESTAMP='$TIMESTAMP'
15524 RM='$RM'
15525 ofile='$ofile'
15532 _ACEOF
15534 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15536 # Handling of arguments.
15537 for ac_config_target in $ac_config_targets
15539 case $ac_config_target in
15540 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15541 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15542 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15543 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15545 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15546 esac
15547 done
15550 # If the user did not use the arguments to specify the items to instantiate,
15551 # then the envvar interface is used. Set only those that are not.
15552 # We use the long form for the default assignment because of an extremely
15553 # bizarre bug on SunOS 4.1.3.
15554 if $ac_need_defaults; then
15555 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15556 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15559 # Have a temporary directory for convenience. Make it in the build tree
15560 # simply because there is no reason against having it here, and in addition,
15561 # creating and moving files from /tmp can sometimes cause problems.
15562 # Hook for its removal unless debugging.
15563 # Note that there is a small window in which the directory will not be cleaned:
15564 # after its creation but before its name has been assigned to `$tmp'.
15565 $debug ||
15567 tmp=
15568 trap 'exit_status=$?
15569 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15571 trap 'as_fn_exit 1' 1 2 13 15
15573 # Create a (secure) tmp directory for tmp files.
15576 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15577 test -n "$tmp" && test -d "$tmp"
15578 } ||
15580 tmp=./conf$$-$RANDOM
15581 (umask 077 && mkdir "$tmp")
15582 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15584 # Set up the scripts for CONFIG_FILES section.
15585 # No need to generate them if there are no CONFIG_FILES.
15586 # This happens for instance with `./config.status config.h'.
15587 if test -n "$CONFIG_FILES"; then
15590 ac_cr=`echo X | tr X '\015'`
15591 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15592 # But we know of no other shell where ac_cr would be empty at this
15593 # point, so we can use a bashism as a fallback.
15594 if test "x$ac_cr" = x; then
15595 eval ac_cr=\$\'\\r\'
15597 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15598 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15599 ac_cs_awk_cr='\r'
15600 else
15601 ac_cs_awk_cr=$ac_cr
15604 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15605 _ACEOF
15609 echo "cat >conf$$subs.awk <<_ACEOF" &&
15610 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15611 echo "_ACEOF"
15612 } >conf$$subs.sh ||
15613 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15614 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15615 ac_delim='%!_!# '
15616 for ac_last_try in false false false false false :; do
15617 . ./conf$$subs.sh ||
15618 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15620 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15621 if test $ac_delim_n = $ac_delim_num; then
15622 break
15623 elif $ac_last_try; then
15624 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15625 else
15626 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15628 done
15629 rm -f conf$$subs.sh
15631 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15632 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15633 _ACEOF
15634 sed -n '
15636 s/^/S["/; s/!.*/"]=/
15639 s/^[^!]*!//
15640 :repl
15641 t repl
15642 s/'"$ac_delim"'$//
15643 t delim
15646 s/\(.\{148\}\).*/\1/
15647 t more1
15648 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15651 b repl
15652 :more1
15653 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15656 s/.\{148\}//
15657 t nl
15658 :delim
15660 s/\(.\{148\}\).*/\1/
15661 t more2
15662 s/["\\]/\\&/g; s/^/"/; s/$/"/
15665 :more2
15666 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15669 s/.\{148\}//
15670 t delim
15671 ' <conf$$subs.awk | sed '
15672 /^[^""]/{
15674 s/\n//
15676 ' >>$CONFIG_STATUS || ac_write_fail=1
15677 rm -f conf$$subs.awk
15678 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15679 _ACAWK
15680 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15681 for (key in S) S_is_set[key] = 1
15682 FS = "\a"
15686 line = $ 0
15687 nfields = split(line, field, "@")
15688 substed = 0
15689 len = length(field[1])
15690 for (i = 2; i < nfields; i++) {
15691 key = field[i]
15692 keylen = length(key)
15693 if (S_is_set[key]) {
15694 value = S[key]
15695 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15696 len += length(value) + length(field[++i])
15697 substed = 1
15698 } else
15699 len += 1 + keylen
15702 print line
15705 _ACAWK
15706 _ACEOF
15707 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15708 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15709 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15710 else
15712 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15713 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15714 _ACEOF
15716 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15717 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15718 # trailing colons and then remove the whole line if VPATH becomes empty
15719 # (actually we leave an empty line to preserve line numbers).
15720 if test "x$srcdir" = x.; then
15721 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15722 s/:*\$(srcdir):*/:/
15723 s/:*\${srcdir}:*/:/
15724 s/:*@srcdir@:*/:/
15725 s/^\([^=]*=[ ]*\):*/\1/
15726 s/:*$//
15727 s/^[^=]*=[ ]*$//
15731 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15732 fi # test -n "$CONFIG_FILES"
15735 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
15736 shift
15737 for ac_tag
15739 case $ac_tag in
15740 :[FHLC]) ac_mode=$ac_tag; continue;;
15741 esac
15742 case $ac_mode$ac_tag in
15743 :[FHL]*:*);;
15744 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15745 :[FH]-) ac_tag=-:-;;
15746 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15747 esac
15748 ac_save_IFS=$IFS
15749 IFS=:
15750 set x $ac_tag
15751 IFS=$ac_save_IFS
15752 shift
15753 ac_file=$1
15754 shift
15756 case $ac_mode in
15757 :L) ac_source=$1;;
15758 :[FH])
15759 ac_file_inputs=
15760 for ac_f
15762 case $ac_f in
15763 -) ac_f="$tmp/stdin";;
15764 *) # Look for the file first in the build tree, then in the source tree
15765 # (if the path is not absolute). The absolute path cannot be DOS-style,
15766 # because $ac_f cannot contain `:'.
15767 test -f "$ac_f" ||
15768 case $ac_f in
15769 [\\/$]*) false;;
15770 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15771 esac ||
15772 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15773 esac
15774 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15775 as_fn_append ac_file_inputs " '$ac_f'"
15776 done
15778 # Let's still pretend it is `configure' which instantiates (i.e., don't
15779 # use $as_me), people would be surprised to read:
15780 # /* config.h. Generated by config.status. */
15781 configure_input='Generated from '`
15782 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15783 `' by configure.'
15784 if test x"$ac_file" != x-; then
15785 configure_input="$ac_file. $configure_input"
15786 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15787 $as_echo "$as_me: creating $ac_file" >&6;}
15789 # Neutralize special characters interpreted by sed in replacement strings.
15790 case $configure_input in #(
15791 *\&* | *\|* | *\\* )
15792 ac_sed_conf_input=`$as_echo "$configure_input" |
15793 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15794 *) ac_sed_conf_input=$configure_input;;
15795 esac
15797 case $ac_tag in
15798 *:-:* | *:-) cat >"$tmp/stdin" \
15799 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15800 esac
15802 esac
15804 ac_dir=`$as_dirname -- "$ac_file" ||
15805 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15806 X"$ac_file" : 'X\(//\)[^/]' \| \
15807 X"$ac_file" : 'X\(//\)$' \| \
15808 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15809 $as_echo X"$ac_file" |
15810 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15811 s//\1/
15814 /^X\(\/\/\)[^/].*/{
15815 s//\1/
15818 /^X\(\/\/\)$/{
15819 s//\1/
15822 /^X\(\/\).*/{
15823 s//\1/
15826 s/.*/./; q'`
15827 as_dir="$ac_dir"; as_fn_mkdir_p
15828 ac_builddir=.
15830 case "$ac_dir" in
15831 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15833 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15834 # A ".." for each directory in $ac_dir_suffix.
15835 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15836 case $ac_top_builddir_sub in
15837 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15838 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15839 esac ;;
15840 esac
15841 ac_abs_top_builddir=$ac_pwd
15842 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15843 # for backward compatibility:
15844 ac_top_builddir=$ac_top_build_prefix
15846 case $srcdir in
15847 .) # We are building in place.
15848 ac_srcdir=.
15849 ac_top_srcdir=$ac_top_builddir_sub
15850 ac_abs_top_srcdir=$ac_pwd ;;
15851 [\\/]* | ?:[\\/]* ) # Absolute name.
15852 ac_srcdir=$srcdir$ac_dir_suffix;
15853 ac_top_srcdir=$srcdir
15854 ac_abs_top_srcdir=$srcdir ;;
15855 *) # Relative name.
15856 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15857 ac_top_srcdir=$ac_top_build_prefix$srcdir
15858 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15859 esac
15860 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15863 case $ac_mode in
15866 # CONFIG_FILE
15869 case $INSTALL in
15870 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15871 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15872 esac
15873 ac_MKDIR_P=$MKDIR_P
15874 case $MKDIR_P in
15875 [\\/$]* | ?:[\\/]* ) ;;
15876 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15877 esac
15878 _ACEOF
15880 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15881 # If the template does not know about datarootdir, expand it.
15882 # FIXME: This hack should be removed a few years after 2.60.
15883 ac_datarootdir_hack=; ac_datarootdir_seen=
15884 ac_sed_dataroot='
15885 /datarootdir/ {
15889 /@datadir@/p
15890 /@docdir@/p
15891 /@infodir@/p
15892 /@localedir@/p
15893 /@mandir@/p'
15894 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15895 *datarootdir*) ac_datarootdir_seen=yes;;
15896 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15898 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15899 _ACEOF
15900 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15901 ac_datarootdir_hack='
15902 s&@datadir@&$datadir&g
15903 s&@docdir@&$docdir&g
15904 s&@infodir@&$infodir&g
15905 s&@localedir@&$localedir&g
15906 s&@mandir@&$mandir&g
15907 s&\\\${datarootdir}&$datarootdir&g' ;;
15908 esac
15909 _ACEOF
15911 # Neutralize VPATH when `$srcdir' = `.'.
15912 # Shell code in configure.ac might set extrasub.
15913 # FIXME: do we really want to maintain this feature?
15914 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15915 ac_sed_extra="$ac_vpsub
15916 $extrasub
15917 _ACEOF
15918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15920 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15921 s|@configure_input@|$ac_sed_conf_input|;t t
15922 s&@top_builddir@&$ac_top_builddir_sub&;t t
15923 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15924 s&@srcdir@&$ac_srcdir&;t t
15925 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15926 s&@top_srcdir@&$ac_top_srcdir&;t t
15927 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15928 s&@builddir@&$ac_builddir&;t t
15929 s&@abs_builddir@&$ac_abs_builddir&;t t
15930 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15931 s&@INSTALL@&$ac_INSTALL&;t t
15932 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15933 $ac_datarootdir_hack
15935 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15936 || as_fn_error "could not create $ac_file" "$LINENO" 5
15938 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15939 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15940 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15942 which seems to be undefined. Please make sure it is defined." >&5
15943 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15944 which seems to be undefined. Please make sure it is defined." >&2;}
15946 rm -f "$tmp/stdin"
15947 case $ac_file in
15948 -) cat "$tmp/out" && rm -f "$tmp/out";;
15949 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15950 esac \
15951 || as_fn_error "could not create $ac_file" "$LINENO" 5
15955 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15956 $as_echo "$as_me: executing $ac_file commands" >&6;}
15958 esac
15961 case $ac_file$ac_mode in
15962 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15963 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15964 # are listed without --file. Let's play safe and only enable the eval
15965 # if we detect the quoting.
15966 case $CONFIG_FILES in
15967 *\'*) eval set x "$CONFIG_FILES" ;;
15968 *) set x $CONFIG_FILES ;;
15969 esac
15970 shift
15971 for mf
15973 # Strip MF so we end up with the name of the file.
15974 mf=`echo "$mf" | sed -e 's/:.*$//'`
15975 # Check whether this is an Automake generated Makefile or not.
15976 # We used to match only the files named `Makefile.in', but
15977 # some people rename them; so instead we look at the file content.
15978 # Grep'ing the first line is not enough: some people post-process
15979 # each Makefile.in and add a new line on top of each file to say so.
15980 # Grep'ing the whole file is not good either: AIX grep has a line
15981 # limit of 2048, but all sed's we know have understand at least 4000.
15982 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15983 dirpart=`$as_dirname -- "$mf" ||
15984 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15985 X"$mf" : 'X\(//\)[^/]' \| \
15986 X"$mf" : 'X\(//\)$' \| \
15987 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15988 $as_echo X"$mf" |
15989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15990 s//\1/
15993 /^X\(\/\/\)[^/].*/{
15994 s//\1/
15997 /^X\(\/\/\)$/{
15998 s//\1/
16001 /^X\(\/\).*/{
16002 s//\1/
16005 s/.*/./; q'`
16006 else
16007 continue
16009 # Extract the definition of DEPDIR, am__include, and am__quote
16010 # from the Makefile without running `make'.
16011 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16012 test -z "$DEPDIR" && continue
16013 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16014 test -z "am__include" && continue
16015 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16016 # When using ansi2knr, U may be empty or an underscore; expand it
16017 U=`sed -n 's/^U = //p' < "$mf"`
16018 # Find all dependency output files, they are included files with
16019 # $(DEPDIR) in their names. We invoke sed twice because it is the
16020 # simplest approach to changing $(DEPDIR) to its actual value in the
16021 # expansion.
16022 for file in `sed -n "
16023 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16024 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16025 # Make sure the directory exists.
16026 test -f "$dirpart/$file" && continue
16027 fdir=`$as_dirname -- "$file" ||
16028 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16029 X"$file" : 'X\(//\)[^/]' \| \
16030 X"$file" : 'X\(//\)$' \| \
16031 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16032 $as_echo X"$file" |
16033 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16034 s//\1/
16037 /^X\(\/\/\)[^/].*/{
16038 s//\1/
16041 /^X\(\/\/\)$/{
16042 s//\1/
16045 /^X\(\/\).*/{
16046 s//\1/
16049 s/.*/./; q'`
16050 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16051 # echo "creating $dirpart/$file"
16052 echo '# dummy' > "$dirpart/$file"
16053 done
16054 done
16057 "default-1":C)
16058 # Only add multilib support code if we just rebuilt the top-level
16059 # Makefile.
16060 case " $CONFIG_FILES " in
16061 *" Makefile "*)
16062 ac_file=Makefile . ${multi_basedir}/config-ml.in
16064 esac ;;
16065 "libtool":C)
16067 # See if we are running on zsh, and set the options which allow our
16068 # commands through without removal of \ escapes.
16069 if test -n "${ZSH_VERSION+set}" ; then
16070 setopt NO_GLOB_SUBST
16073 cfgfile="${ofile}T"
16074 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16075 $RM "$cfgfile"
16077 cat <<_LT_EOF >> "$cfgfile"
16078 #! $SHELL
16080 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16081 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16082 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16083 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16085 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16086 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16087 # Written by Gordon Matzigkeit, 1996
16089 # This file is part of GNU Libtool.
16091 # GNU Libtool is free software; you can redistribute it and/or
16092 # modify it under the terms of the GNU General Public License as
16093 # published by the Free Software Foundation; either version 2 of
16094 # the License, or (at your option) any later version.
16096 # As a special exception to the GNU General Public License,
16097 # if you distribute this file as part of a program or library that
16098 # is built using GNU Libtool, you may include this file under the
16099 # same distribution terms that you use for the rest of that program.
16101 # GNU Libtool is distributed in the hope that it will be useful,
16102 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16103 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16104 # GNU General Public License for more details.
16106 # You should have received a copy of the GNU General Public License
16107 # along with GNU Libtool; see the file COPYING. If not, a copy
16108 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16109 # obtained by writing to the Free Software Foundation, Inc.,
16110 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16113 # The names of the tagged configurations supported by this script.
16114 available_tags="CXX "
16116 # ### BEGIN LIBTOOL CONFIG
16118 # Which release of libtool.m4 was used?
16119 macro_version=$macro_version
16120 macro_revision=$macro_revision
16122 # Whether or not to build shared libraries.
16123 build_libtool_libs=$enable_shared
16125 # Whether or not to build static libraries.
16126 build_old_libs=$enable_static
16128 # What type of objects to build.
16129 pic_mode=$pic_mode
16131 # Whether or not to optimize for fast installation.
16132 fast_install=$enable_fast_install
16134 # Shell to use when invoking shell scripts.
16135 SHELL=$lt_SHELL
16137 # An echo program that protects backslashes.
16138 ECHO=$lt_ECHO
16140 # The host system.
16141 host_alias=$host_alias
16142 host=$host
16143 host_os=$host_os
16145 # The build system.
16146 build_alias=$build_alias
16147 build=$build
16148 build_os=$build_os
16150 # A sed program that does not truncate output.
16151 SED=$lt_SED
16153 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16154 Xsed="\$SED -e 1s/^X//"
16156 # A grep program that handles long lines.
16157 GREP=$lt_GREP
16159 # An ERE matcher.
16160 EGREP=$lt_EGREP
16162 # A literal string matcher.
16163 FGREP=$lt_FGREP
16165 # A BSD- or MS-compatible name lister.
16166 NM=$lt_NM
16168 # Whether we need soft or hard links.
16169 LN_S=$lt_LN_S
16171 # What is the maximum length of a command?
16172 max_cmd_len=$max_cmd_len
16174 # Object file suffix (normally "o").
16175 objext=$ac_objext
16177 # Executable file suffix (normally "").
16178 exeext=$exeext
16180 # whether the shell understands "unset".
16181 lt_unset=$lt_unset
16183 # turn spaces into newlines.
16184 SP2NL=$lt_lt_SP2NL
16186 # turn newlines into spaces.
16187 NL2SP=$lt_lt_NL2SP
16189 # An object symbol dumper.
16190 OBJDUMP=$lt_OBJDUMP
16192 # Method to check whether dependent libraries are shared objects.
16193 deplibs_check_method=$lt_deplibs_check_method
16195 # Command to use when deplibs_check_method == "file_magic".
16196 file_magic_cmd=$lt_file_magic_cmd
16198 # The archiver.
16199 AR=$lt_AR
16200 AR_FLAGS=$lt_AR_FLAGS
16202 # A symbol stripping program.
16203 STRIP=$lt_STRIP
16205 # Commands used to install an old-style archive.
16206 RANLIB=$lt_RANLIB
16207 old_postinstall_cmds=$lt_old_postinstall_cmds
16208 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16210 # Whether to use a lock for old archive extraction.
16211 lock_old_archive_extraction=$lock_old_archive_extraction
16213 # A C compiler.
16214 LTCC=$lt_CC
16216 # LTCC compiler flags.
16217 LTCFLAGS=$lt_CFLAGS
16219 # Take the output of nm and produce a listing of raw symbols and C names.
16220 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16222 # Transform the output of nm in a proper C declaration.
16223 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16225 # Transform the output of nm in a C name address pair.
16226 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16228 # Transform the output of nm in a C name address pair when lib prefix is needed.
16229 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16231 # The name of the directory that contains temporary libtool files.
16232 objdir=$objdir
16234 # Used to examine libraries when file_magic_cmd begins with "file".
16235 MAGIC_CMD=$MAGIC_CMD
16237 # Must we lock files when doing compilation?
16238 need_locks=$lt_need_locks
16240 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16241 DSYMUTIL=$lt_DSYMUTIL
16243 # Tool to change global to local symbols on Mac OS X.
16244 NMEDIT=$lt_NMEDIT
16246 # Tool to manipulate fat objects and archives on Mac OS X.
16247 LIPO=$lt_LIPO
16249 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16250 OTOOL=$lt_OTOOL
16252 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16253 OTOOL64=$lt_OTOOL64
16255 # Old archive suffix (normally "a").
16256 libext=$libext
16258 # Shared library suffix (normally ".so").
16259 shrext_cmds=$lt_shrext_cmds
16261 # The commands to extract the exported symbol list from a shared archive.
16262 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16264 # Variables whose values should be saved in libtool wrapper scripts and
16265 # restored at link time.
16266 variables_saved_for_relink=$lt_variables_saved_for_relink
16268 # Do we need the "lib" prefix for modules?
16269 need_lib_prefix=$need_lib_prefix
16271 # Do we need a version for libraries?
16272 need_version=$need_version
16274 # Library versioning type.
16275 version_type=$version_type
16277 # Shared library runtime path variable.
16278 runpath_var=$runpath_var
16280 # Shared library path variable.
16281 shlibpath_var=$shlibpath_var
16283 # Is shlibpath searched before the hard-coded library search path?
16284 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16286 # Format of library name prefix.
16287 libname_spec=$lt_libname_spec
16289 # List of archive names. First name is the real one, the rest are links.
16290 # The last name is the one that the linker finds with -lNAME
16291 library_names_spec=$lt_library_names_spec
16293 # The coded name of the library, if different from the real name.
16294 soname_spec=$lt_soname_spec
16296 # Permission mode override for installation of shared libraries.
16297 install_override_mode=$lt_install_override_mode
16299 # Command to use after installation of a shared archive.
16300 postinstall_cmds=$lt_postinstall_cmds
16302 # Command to use after uninstallation of a shared archive.
16303 postuninstall_cmds=$lt_postuninstall_cmds
16305 # Commands used to finish a libtool library installation in a directory.
16306 finish_cmds=$lt_finish_cmds
16308 # As "finish_cmds", except a single script fragment to be evaled but
16309 # not shown.
16310 finish_eval=$lt_finish_eval
16312 # Whether we should hardcode library paths into libraries.
16313 hardcode_into_libs=$hardcode_into_libs
16315 # Compile-time system search path for libraries.
16316 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16318 # Run-time system search path for libraries.
16319 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16321 # Whether dlopen is supported.
16322 dlopen_support=$enable_dlopen
16324 # Whether dlopen of programs is supported.
16325 dlopen_self=$enable_dlopen_self
16327 # Whether dlopen of statically linked programs is supported.
16328 dlopen_self_static=$enable_dlopen_self_static
16330 # Commands to strip libraries.
16331 old_striplib=$lt_old_striplib
16332 striplib=$lt_striplib
16335 # The linker used to build libraries.
16336 LD=$lt_LD
16338 # How to create reloadable object files.
16339 reload_flag=$lt_reload_flag
16340 reload_cmds=$lt_reload_cmds
16342 # Commands used to build an old-style archive.
16343 old_archive_cmds=$lt_old_archive_cmds
16345 # A language specific compiler.
16346 CC=$lt_compiler
16348 # Is the compiler the GNU compiler?
16349 with_gcc=$GCC
16351 # Compiler flag to turn off builtin functions.
16352 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16354 # How to pass a linker flag through the compiler.
16355 wl=$lt_lt_prog_compiler_wl
16357 # Additional compiler flags for building library objects.
16358 pic_flag=$lt_lt_prog_compiler_pic
16360 # Compiler flag to prevent dynamic linking.
16361 link_static_flag=$lt_lt_prog_compiler_static
16363 # Does compiler simultaneously support -c and -o options?
16364 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16366 # Whether or not to add -lc for building shared libraries.
16367 build_libtool_need_lc=$archive_cmds_need_lc
16369 # Whether or not to disallow shared libs when runtime libs are static.
16370 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16372 # Compiler flag to allow reflexive dlopens.
16373 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16375 # Compiler flag to generate shared objects directly from archives.
16376 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16378 # Whether the compiler copes with passing no objects directly.
16379 compiler_needs_object=$lt_compiler_needs_object
16381 # Create an old-style archive from a shared archive.
16382 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16384 # Create a temporary old-style archive to link instead of a shared archive.
16385 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16387 # Commands used to build a shared archive.
16388 archive_cmds=$lt_archive_cmds
16389 archive_expsym_cmds=$lt_archive_expsym_cmds
16391 # Commands used to build a loadable module if different from building
16392 # a shared archive.
16393 module_cmds=$lt_module_cmds
16394 module_expsym_cmds=$lt_module_expsym_cmds
16396 # Whether we are building with GNU ld or not.
16397 with_gnu_ld=$lt_with_gnu_ld
16399 # Flag that allows shared libraries with undefined symbols to be built.
16400 allow_undefined_flag=$lt_allow_undefined_flag
16402 # Flag that enforces no undefined symbols.
16403 no_undefined_flag=$lt_no_undefined_flag
16405 # Flag to hardcode \$libdir into a binary during linking.
16406 # This must work even if \$libdir does not exist
16407 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16409 # If ld is used when linking, flag to hardcode \$libdir into a binary
16410 # during linking. This must work even if \$libdir does not exist.
16411 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16413 # Whether we need a single "-rpath" flag with a separated argument.
16414 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16416 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16417 # DIR into the resulting binary.
16418 hardcode_direct=$hardcode_direct
16420 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16421 # DIR into the resulting binary and the resulting library dependency is
16422 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16423 # library is relocated.
16424 hardcode_direct_absolute=$hardcode_direct_absolute
16426 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16427 # into the resulting binary.
16428 hardcode_minus_L=$hardcode_minus_L
16430 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16431 # into the resulting binary.
16432 hardcode_shlibpath_var=$hardcode_shlibpath_var
16434 # Set to "yes" if building a shared library automatically hardcodes DIR
16435 # into the library and all subsequent libraries and executables linked
16436 # against it.
16437 hardcode_automatic=$hardcode_automatic
16439 # Set to yes if linker adds runtime paths of dependent libraries
16440 # to runtime path list.
16441 inherit_rpath=$inherit_rpath
16443 # Whether libtool must link a program against all its dependency libraries.
16444 link_all_deplibs=$link_all_deplibs
16446 # Fix the shell variable \$srcfile for the compiler.
16447 fix_srcfile_path=$lt_fix_srcfile_path
16449 # Set to "yes" if exported symbols are required.
16450 always_export_symbols=$always_export_symbols
16452 # The commands to list exported symbols.
16453 export_symbols_cmds=$lt_export_symbols_cmds
16455 # Symbols that should not be listed in the preloaded symbols.
16456 exclude_expsyms=$lt_exclude_expsyms
16458 # Symbols that must always be exported.
16459 include_expsyms=$lt_include_expsyms
16461 # Commands necessary for linking programs (against libraries) with templates.
16462 prelink_cmds=$lt_prelink_cmds
16464 # Specify filename containing input files.
16465 file_list_spec=$lt_file_list_spec
16467 # How to hardcode a shared library path into an executable.
16468 hardcode_action=$hardcode_action
16470 # The directories searched by this compiler when creating a shared library.
16471 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
16473 # Dependencies to place before and after the objects being linked to
16474 # create a shared library.
16475 predep_objects=$lt_predep_objects
16476 postdep_objects=$lt_postdep_objects
16477 predeps=$lt_predeps
16478 postdeps=$lt_postdeps
16480 # The library search path used internally by the compiler when linking
16481 # a shared library.
16482 compiler_lib_search_path=$lt_compiler_lib_search_path
16484 # ### END LIBTOOL CONFIG
16486 _LT_EOF
16488 case $host_os in
16489 aix3*)
16490 cat <<\_LT_EOF >> "$cfgfile"
16491 # AIX sometimes has problems with the GCC collect2 program. For some
16492 # reason, if we set the COLLECT_NAMES environment variable, the problems
16493 # vanish in a puff of smoke.
16494 if test "X${COLLECT_NAMES+set}" != Xset; then
16495 COLLECT_NAMES=
16496 export COLLECT_NAMES
16498 _LT_EOF
16500 esac
16503 ltmain="$ac_aux_dir/ltmain.sh"
16506 # We use sed instead of cat because bash on DJGPP gets confused if
16507 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16508 # text mode, it properly converts lines to CR/LF. This bash problem
16509 # is reportedly fixed, but why not run on old versions too?
16510 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16511 || (rm -f "$cfgfile"; exit 1)
16513 case $xsi_shell in
16514 yes)
16515 cat << \_LT_EOF >> "$cfgfile"
16517 # func_dirname file append nondir_replacement
16518 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16519 # otherwise set result to NONDIR_REPLACEMENT.
16520 func_dirname ()
16522 case ${1} in
16523 */*) func_dirname_result="${1%/*}${2}" ;;
16524 * ) func_dirname_result="${3}" ;;
16525 esac
16528 # func_basename file
16529 func_basename ()
16531 func_basename_result="${1##*/}"
16534 # func_dirname_and_basename file append nondir_replacement
16535 # perform func_basename and func_dirname in a single function
16536 # call:
16537 # dirname: Compute the dirname of FILE. If nonempty,
16538 # add APPEND to the result, otherwise set result
16539 # to NONDIR_REPLACEMENT.
16540 # value returned in "$func_dirname_result"
16541 # basename: Compute filename of FILE.
16542 # value retuned in "$func_basename_result"
16543 # Implementation must be kept synchronized with func_dirname
16544 # and func_basename. For efficiency, we do not delegate to
16545 # those functions but instead duplicate the functionality here.
16546 func_dirname_and_basename ()
16548 case ${1} in
16549 */*) func_dirname_result="${1%/*}${2}" ;;
16550 * ) func_dirname_result="${3}" ;;
16551 esac
16552 func_basename_result="${1##*/}"
16555 # func_stripname prefix suffix name
16556 # strip PREFIX and SUFFIX off of NAME.
16557 # PREFIX and SUFFIX must not contain globbing or regex special
16558 # characters, hashes, percent signs, but SUFFIX may contain a leading
16559 # dot (in which case that matches only a dot).
16560 func_stripname ()
16562 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16563 # positional parameters, so assign one to ordinary parameter first.
16564 func_stripname_result=${3}
16565 func_stripname_result=${func_stripname_result#"${1}"}
16566 func_stripname_result=${func_stripname_result%"${2}"}
16569 # func_opt_split
16570 func_opt_split ()
16572 func_opt_split_opt=${1%%=*}
16573 func_opt_split_arg=${1#*=}
16576 # func_lo2o object
16577 func_lo2o ()
16579 case ${1} in
16580 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16581 *) func_lo2o_result=${1} ;;
16582 esac
16585 # func_xform libobj-or-source
16586 func_xform ()
16588 func_xform_result=${1%.*}.lo
16591 # func_arith arithmetic-term...
16592 func_arith ()
16594 func_arith_result=$(( $* ))
16597 # func_len string
16598 # STRING may not start with a hyphen.
16599 func_len ()
16601 func_len_result=${#1}
16604 _LT_EOF
16606 *) # Bourne compatible functions.
16607 cat << \_LT_EOF >> "$cfgfile"
16609 # func_dirname file append nondir_replacement
16610 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16611 # otherwise set result to NONDIR_REPLACEMENT.
16612 func_dirname ()
16614 # Extract subdirectory from the argument.
16615 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16616 if test "X$func_dirname_result" = "X${1}"; then
16617 func_dirname_result="${3}"
16618 else
16619 func_dirname_result="$func_dirname_result${2}"
16623 # func_basename file
16624 func_basename ()
16626 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16630 # func_stripname prefix suffix name
16631 # strip PREFIX and SUFFIX off of NAME.
16632 # PREFIX and SUFFIX must not contain globbing or regex special
16633 # characters, hashes, percent signs, but SUFFIX may contain a leading
16634 # dot (in which case that matches only a dot).
16635 # func_strip_suffix prefix name
16636 func_stripname ()
16638 case ${2} in
16639 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16640 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16641 esac
16644 # sed scripts:
16645 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16646 my_sed_long_arg='1s/^-[^=]*=//'
16648 # func_opt_split
16649 func_opt_split ()
16651 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16652 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16655 # func_lo2o object
16656 func_lo2o ()
16658 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16661 # func_xform libobj-or-source
16662 func_xform ()
16664 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16667 # func_arith arithmetic-term...
16668 func_arith ()
16670 func_arith_result=`expr "$@"`
16673 # func_len string
16674 # STRING may not start with a hyphen.
16675 func_len ()
16677 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16680 _LT_EOF
16681 esac
16683 case $lt_shell_append in
16684 yes)
16685 cat << \_LT_EOF >> "$cfgfile"
16687 # func_append var value
16688 # Append VALUE to the end of shell variable VAR.
16689 func_append ()
16691 eval "$1+=\$2"
16693 _LT_EOF
16696 cat << \_LT_EOF >> "$cfgfile"
16698 # func_append var value
16699 # Append VALUE to the end of shell variable VAR.
16700 func_append ()
16702 eval "$1=\$$1\$2"
16705 _LT_EOF
16707 esac
16710 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16711 || (rm -f "$cfgfile"; exit 1)
16713 mv -f "$cfgfile" "$ofile" ||
16714 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16715 chmod +x "$ofile"
16718 cat <<_LT_EOF >> "$ofile"
16720 # ### BEGIN LIBTOOL TAG CONFIG: CXX
16722 # The linker used to build libraries.
16723 LD=$lt_LD_CXX
16725 # How to create reloadable object files.
16726 reload_flag=$lt_reload_flag_CXX
16727 reload_cmds=$lt_reload_cmds_CXX
16729 # Commands used to build an old-style archive.
16730 old_archive_cmds=$lt_old_archive_cmds_CXX
16732 # A language specific compiler.
16733 CC=$lt_compiler_CXX
16735 # Is the compiler the GNU compiler?
16736 with_gcc=$GCC_CXX
16738 # Compiler flag to turn off builtin functions.
16739 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
16741 # How to pass a linker flag through the compiler.
16742 wl=$lt_lt_prog_compiler_wl_CXX
16744 # Additional compiler flags for building library objects.
16745 pic_flag=$lt_lt_prog_compiler_pic_CXX
16747 # Compiler flag to prevent dynamic linking.
16748 link_static_flag=$lt_lt_prog_compiler_static_CXX
16750 # Does compiler simultaneously support -c and -o options?
16751 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
16753 # Whether or not to add -lc for building shared libraries.
16754 build_libtool_need_lc=$archive_cmds_need_lc_CXX
16756 # Whether or not to disallow shared libs when runtime libs are static.
16757 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
16759 # Compiler flag to allow reflexive dlopens.
16760 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
16762 # Compiler flag to generate shared objects directly from archives.
16763 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
16765 # Whether the compiler copes with passing no objects directly.
16766 compiler_needs_object=$lt_compiler_needs_object_CXX
16768 # Create an old-style archive from a shared archive.
16769 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
16771 # Create a temporary old-style archive to link instead of a shared archive.
16772 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
16774 # Commands used to build a shared archive.
16775 archive_cmds=$lt_archive_cmds_CXX
16776 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
16778 # Commands used to build a loadable module if different from building
16779 # a shared archive.
16780 module_cmds=$lt_module_cmds_CXX
16781 module_expsym_cmds=$lt_module_expsym_cmds_CXX
16783 # Whether we are building with GNU ld or not.
16784 with_gnu_ld=$lt_with_gnu_ld_CXX
16786 # Flag that allows shared libraries with undefined symbols to be built.
16787 allow_undefined_flag=$lt_allow_undefined_flag_CXX
16789 # Flag that enforces no undefined symbols.
16790 no_undefined_flag=$lt_no_undefined_flag_CXX
16792 # Flag to hardcode \$libdir into a binary during linking.
16793 # This must work even if \$libdir does not exist
16794 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
16796 # If ld is used when linking, flag to hardcode \$libdir into a binary
16797 # during linking. This must work even if \$libdir does not exist.
16798 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
16800 # Whether we need a single "-rpath" flag with a separated argument.
16801 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
16803 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16804 # DIR into the resulting binary.
16805 hardcode_direct=$hardcode_direct_CXX
16807 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16808 # DIR into the resulting binary and the resulting library dependency is
16809 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16810 # library is relocated.
16811 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
16813 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16814 # into the resulting binary.
16815 hardcode_minus_L=$hardcode_minus_L_CXX
16817 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16818 # into the resulting binary.
16819 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
16821 # Set to "yes" if building a shared library automatically hardcodes DIR
16822 # into the library and all subsequent libraries and executables linked
16823 # against it.
16824 hardcode_automatic=$hardcode_automatic_CXX
16826 # Set to yes if linker adds runtime paths of dependent libraries
16827 # to runtime path list.
16828 inherit_rpath=$inherit_rpath_CXX
16830 # Whether libtool must link a program against all its dependency libraries.
16831 link_all_deplibs=$link_all_deplibs_CXX
16833 # Fix the shell variable \$srcfile for the compiler.
16834 fix_srcfile_path=$lt_fix_srcfile_path_CXX
16836 # Set to "yes" if exported symbols are required.
16837 always_export_symbols=$always_export_symbols_CXX
16839 # The commands to list exported symbols.
16840 export_symbols_cmds=$lt_export_symbols_cmds_CXX
16842 # Symbols that should not be listed in the preloaded symbols.
16843 exclude_expsyms=$lt_exclude_expsyms_CXX
16845 # Symbols that must always be exported.
16846 include_expsyms=$lt_include_expsyms_CXX
16848 # Commands necessary for linking programs (against libraries) with templates.
16849 prelink_cmds=$lt_prelink_cmds_CXX
16851 # Specify filename containing input files.
16852 file_list_spec=$lt_file_list_spec_CXX
16854 # How to hardcode a shared library path into an executable.
16855 hardcode_action=$hardcode_action_CXX
16857 # The directories searched by this compiler when creating a shared library.
16858 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
16860 # Dependencies to place before and after the objects being linked to
16861 # create a shared library.
16862 predep_objects=$lt_predep_objects_CXX
16863 postdep_objects=$lt_postdep_objects_CXX
16864 predeps=$lt_predeps_CXX
16865 postdeps=$lt_postdeps_CXX
16867 # The library search path used internally by the compiler when linking
16868 # a shared library.
16869 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
16871 # ### END LIBTOOL TAG CONFIG: CXX
16872 _LT_EOF
16876 esac
16877 done # for ac_tag
16880 as_fn_exit 0
16881 _ACEOF
16882 ac_clean_files=$ac_clean_files_save
16884 test $ac_write_fail = 0 ||
16885 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16888 # configure is writing to config.log, and then calls config.status.
16889 # config.status does its own redirection, appending to config.log.
16890 # Unfortunately, on DOS this fails, as config.log is still kept open
16891 # by configure, so config.status won't be able to write to it; its
16892 # output is simply discarded. So we exec the FD to /dev/null,
16893 # effectively closing config.log, so it can be properly (re)opened and
16894 # appended to by config.status. When coming back to configure, we
16895 # need to make the FD available again.
16896 if test "$no_create" != yes; then
16897 ac_cs_success=:
16898 ac_config_status_args=
16899 test "$silent" = yes &&
16900 ac_config_status_args="$ac_config_status_args --quiet"
16901 exec 5>/dev/null
16902 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16903 exec 5>>config.log
16904 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16905 # would make configure fail if this is the last instruction.
16906 $ac_cs_success || as_fn_exit $?
16908 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16910 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}