Fix TARGET_SOFT_FLOAT patterns in pa.md
[official-gcc.git] / liboffloadmic / plugin / configure
blob0b21d7d4eed4e196a11c9d22fbb165db01694502
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Intel MIC Offload Plugin 1.0.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
174 esac
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
190 else
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
200 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
201 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
202 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 PATH=/empty FPATH=/empty; export PATH FPATH
205 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
206 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
207 test \$(( 1 + 1 )) = 2 || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
280 exit 1
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
298 { eval $1=; unset $1;}
300 as_unset=as_fn_unset
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
307 return $1
308 } # as_fn_set_status
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
351 /^X\(\/\/\)$/{
352 s//\1/
355 /^X\(\/\).*/{
356 s//\1/
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366 } # as_fn_mkdir_p
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
384 eval $1+=\$2
386 else
387 as_fn_append ()
389 eval $1=\$$1\$2
391 fi # as_fn_append
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
401 as_val=$(( $* ))
403 else
404 as_fn_arith ()
406 as_val=`expr "$@" || test $? -eq 1`
408 fi # as_fn_arith
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
455 /^X\/\(\/\/\)$/{
456 s//\1/
459 /^X\/\(\/\).*/{
460 s//\1/
463 s/.*/./; q'`
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
486 :lineno
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
518 ECHO_N='-n';;
519 esac
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
542 else
543 as_ln_s='cp -pR'
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
576 # Initializations.
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
587 # Identity of this package.
588 PACKAGE_NAME='Intel MIC Offload Plugin'
589 PACKAGE_TARNAME='libgomp-plugin-intelmic'
590 PACKAGE_VERSION='1.0'
591 PACKAGE_STRING='Intel MIC Offload Plugin 1.0'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
595 # Factoring default headers for most tests.
596 ac_includes_default="\
597 #include <stdio.h>
598 #ifdef HAVE_SYS_TYPES_H
599 # include <sys/types.h>
600 #endif
601 #ifdef HAVE_SYS_STAT_H
602 # include <sys/stat.h>
603 #endif
604 #ifdef STDC_HEADERS
605 # include <stdlib.h>
606 # include <stddef.h>
607 #else
608 # ifdef HAVE_STDLIB_H
609 # include <stdlib.h>
610 # endif
611 #endif
612 #ifdef HAVE_STRING_H
613 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
614 # include <memory.h>
615 # endif
616 # include <string.h>
617 #endif
618 #ifdef HAVE_STRINGS_H
619 # include <strings.h>
620 #endif
621 #ifdef HAVE_INTTYPES_H
622 # include <inttypes.h>
623 #endif
624 #ifdef HAVE_STDINT_H
625 # include <stdint.h>
626 #endif
627 #ifdef HAVE_UNISTD_H
628 # include <unistd.h>
629 #endif"
631 ac_subst_vars='am__EXEEXT_FALSE
632 am__EXEEXT_TRUE
633 LTLIBOBJS
634 LIBOBJS
635 get_gcc_base_ver
636 toolexeclibdir
637 toolexecdir
638 CXXCPP
640 OTOOL64
641 OTOOL
642 LIPO
643 NMEDIT
644 DSYMUTIL
645 RANLIB
647 OBJDUMP
648 LN_S
650 ac_ct_DUMPBIN
651 DUMPBIN
653 FGREP
654 EGREP
655 GREP
657 LIBTOOL
658 accel_target
659 accel_search_dir
660 PLUGIN_HOST_FALSE
661 PLUGIN_HOST_TRUE
662 multi_basedir
663 am__fastdepCXX_FALSE
664 am__fastdepCXX_TRUE
665 CXXDEPMODE
666 ac_ct_CXX
667 CXXFLAGS
669 am__fastdepCC_FALSE
670 am__fastdepCC_TRUE
671 CCDEPMODE
672 am__nodep
673 AMDEPBACKSLASH
674 AMDEP_FALSE
675 AMDEP_TRUE
676 am__quote
677 am__include
678 DEPDIR
679 OBJEXT
680 EXEEXT
681 ac_ct_CC
682 CPPFLAGS
683 LDFLAGS
684 CFLAGS
686 MAINT
687 MAINTAINER_MODE_FALSE
688 MAINTAINER_MODE_TRUE
689 AM_BACKSLASH
690 AM_DEFAULT_VERBOSITY
691 AM_DEFAULT_V
692 AM_V
693 am__untar
694 am__tar
695 AMTAR
696 am__leading_dot
697 SET_MAKE
699 mkdir_p
700 MKDIR_P
701 INSTALL_STRIP_PROGRAM
702 STRIP
703 install_sh
704 MAKEINFO
705 AUTOHEADER
706 AUTOMAKE
707 AUTOCONF
708 ACLOCAL
709 VERSION
710 PACKAGE
711 CYGPATH_W
712 am__isrc
713 INSTALL_DATA
714 INSTALL_SCRIPT
715 INSTALL_PROGRAM
716 target_os
717 target_vendor
718 target_cpu
719 target
720 host_os
721 host_vendor
722 host_cpu
723 host
724 build_os
725 build_vendor
726 build_cpu
727 build
728 target_alias
729 host_alias
730 build_alias
731 LIBS
732 ECHO_T
733 ECHO_N
734 ECHO_C
735 DEFS
736 mandir
737 localedir
738 libdir
739 psdir
740 pdfdir
741 dvidir
742 htmldir
743 infodir
744 docdir
745 oldincludedir
746 includedir
747 localstatedir
748 sharedstatedir
749 sysconfdir
750 datadir
751 datarootdir
752 libexecdir
753 sbindir
754 bindir
755 program_transform_name
756 prefix
757 exec_prefix
758 PACKAGE_URL
759 PACKAGE_BUGREPORT
760 PACKAGE_STRING
761 PACKAGE_VERSION
762 PACKAGE_TARNAME
763 PACKAGE_NAME
764 PATH_SEPARATOR
765 SHELL'
766 ac_subst_files=''
767 ac_user_opts='
768 enable_option_checking
769 enable_silent_rules
770 enable_maintainer_mode
771 enable_dependency_tracking
772 enable_multilib
773 enable_version_specific_runtime_libs
774 with_toolexeclibdir
775 enable_shared
776 enable_static
777 with_pic
778 enable_fast_install
779 with_gnu_ld
780 enable_libtool_lock
781 with_gcc_major_version_only
783 ac_precious_vars='build_alias
784 host_alias
785 target_alias
787 CFLAGS
788 LDFLAGS
789 LIBS
790 CPPFLAGS
792 CXXFLAGS
795 CXXCPP'
798 # Initialize some variables set by options.
799 ac_init_help=
800 ac_init_version=false
801 ac_unrecognized_opts=
802 ac_unrecognized_sep=
803 # The variables have the same names as the options, with
804 # dashes changed to underlines.
805 cache_file=/dev/null
806 exec_prefix=NONE
807 no_create=
808 no_recursion=
809 prefix=NONE
810 program_prefix=NONE
811 program_suffix=NONE
812 program_transform_name=s,x,x,
813 silent=
814 site=
815 srcdir=
816 verbose=
817 x_includes=NONE
818 x_libraries=NONE
820 # Installation directory options.
821 # These are left unexpanded so users can "make install exec_prefix=/foo"
822 # and all the variables that are supposed to be based on exec_prefix
823 # by default will actually change.
824 # Use braces instead of parens because sh, perl, etc. also accept them.
825 # (The list follows the same order as the GNU Coding Standards.)
826 bindir='${exec_prefix}/bin'
827 sbindir='${exec_prefix}/sbin'
828 libexecdir='${exec_prefix}/libexec'
829 datarootdir='${prefix}/share'
830 datadir='${datarootdir}'
831 sysconfdir='${prefix}/etc'
832 sharedstatedir='${prefix}/com'
833 localstatedir='${prefix}/var'
834 includedir='${prefix}/include'
835 oldincludedir='/usr/include'
836 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
837 infodir='${datarootdir}/info'
838 htmldir='${docdir}'
839 dvidir='${docdir}'
840 pdfdir='${docdir}'
841 psdir='${docdir}'
842 libdir='${exec_prefix}/lib'
843 localedir='${datarootdir}/locale'
844 mandir='${datarootdir}/man'
846 ac_prev=
847 ac_dashdash=
848 for ac_option
850 # If the previous option needs an argument, assign it.
851 if test -n "$ac_prev"; then
852 eval $ac_prev=\$ac_option
853 ac_prev=
854 continue
857 case $ac_option in
858 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859 *=) ac_optarg= ;;
860 *) ac_optarg=yes ;;
861 esac
863 # Accept the important Cygnus configure options, so we can diagnose typos.
865 case $ac_dashdash$ac_option in
867 ac_dashdash=yes ;;
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872 bindir=$ac_optarg ;;
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
886 --config-cache | -C)
887 cache_file=config.cache ;;
889 -datadir | --datadir | --datadi | --datad)
890 ac_prev=datadir ;;
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
901 -disable-* | --disable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error $? "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
910 "enable_$ac_useropt"
911 "*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error $? "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
936 "enable_$ac_useropt"
937 "*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
940 esac
941 eval enable_$ac_useropt=\$ac_optarg ;;
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
956 -help | --help | --hel | --he | -h)
957 ac_init_help=long ;;
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969 ac_prev=htmldir ;;
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971 | --ht=*)
972 htmldir=$ac_optarg ;;
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
989 libdir=$ac_optarg ;;
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
1004 | --localstate | --localstat | --localsta | --localst | --locals)
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008 localstatedir=$ac_optarg ;;
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1021 no_create=yes ;;
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025 no_recursion=yes ;;
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087 ac_prev=sbindir ;;
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089 | --sbi=* | --sb=*)
1090 sbindir=$ac_optarg ;;
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1095 | --sha | --sh)
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100 | --sha=* | --sh=*)
1101 sharedstatedir=$ac_optarg ;;
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
1106 site=$ac_optarg ;;
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1131 -with-* | --with-*)
1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error $? "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1140 "with_$ac_useropt"
1141 "*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=\$ac_optarg ;;
1147 -without-* | --without-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error $? "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1156 "with_$ac_useropt"
1157 "*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=no ;;
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1181 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information"
1185 *=*)
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1191 esac
1192 eval $ac_envvar=\$ac_optarg
1193 export $ac_envvar ;;
1196 # FIXME: should be removed in autoconf 3.0.
1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1203 esac
1204 done
1206 if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208 as_fn_error $? "missing argument to $ac_option"
1211 if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1213 no) ;;
1214 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1216 esac
1219 # Check all directory arguments for consistency.
1220 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1227 case $ac_val in
1228 */ )
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1231 esac
1232 # Be sure to have absolute directory names.
1233 case $ac_val in
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236 esac
1237 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1238 done
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1243 build=$build_alias
1244 host=$host_alias
1245 target=$target_alias
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
1251 elif test "x$build_alias" != "x$host_alias"; then
1252 cross_compiling=yes
1256 ac_tool_prefix=
1257 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1259 test "$silent" = yes && exec 6>/dev/null
1262 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1263 ac_ls_di=`ls -di .` &&
1264 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1265 as_fn_error $? "working directory cannot be determined"
1266 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1267 as_fn_error $? "pwd does not report name of working directory"
1270 # Find the source files, if location was not specified.
1271 if test -z "$srcdir"; then
1272 ac_srcdir_defaulted=yes
1273 # Try the directory containing this script, then the parent directory.
1274 ac_confdir=`$as_dirname -- "$as_myself" ||
1275 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1276 X"$as_myself" : 'X\(//\)[^/]' \| \
1277 X"$as_myself" : 'X\(//\)$' \| \
1278 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1279 $as_echo X"$as_myself" |
1280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1281 s//\1/
1284 /^X\(\/\/\)[^/].*/{
1285 s//\1/
1288 /^X\(\/\/\)$/{
1289 s//\1/
1292 /^X\(\/\).*/{
1293 s//\1/
1296 s/.*/./; q'`
1297 srcdir=$ac_confdir
1298 if test ! -r "$srcdir/$ac_unique_file"; then
1299 srcdir=..
1301 else
1302 ac_srcdir_defaulted=no
1304 if test ! -r "$srcdir/$ac_unique_file"; then
1305 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1306 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1308 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1309 ac_abs_confdir=`(
1310 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1311 pwd)`
1312 # When building in place, set srcdir=.
1313 if test "$ac_abs_confdir" = "$ac_pwd"; then
1314 srcdir=.
1316 # Remove unnecessary trailing slashes from srcdir.
1317 # Double slashes in file names in object file debugging info
1318 # mess up M-x gdb in Emacs.
1319 case $srcdir in
1320 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1321 esac
1322 for ac_var in $ac_precious_vars; do
1323 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_env_${ac_var}_value=\$${ac_var}
1325 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1327 done
1330 # Report the --help message.
1332 if test "$ac_init_help" = "long"; then
1333 # Omit some internal or obsolete options to make the list less imposing.
1334 # This message is too long to be a string in the A/UX 3.1 sh.
1335 cat <<_ACEOF
1336 \`configure' configures Intel MIC Offload Plugin 1.0 to adapt to many kinds of systems.
1338 Usage: $0 [OPTION]... [VAR=VALUE]...
1340 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1341 VAR=VALUE. See below for descriptions of some of the useful variables.
1343 Defaults for the options are specified in brackets.
1345 Configuration:
1346 -h, --help display this help and exit
1347 --help=short display options specific to this package
1348 --help=recursive display the short help of all the included packages
1349 -V, --version display version information and exit
1350 -q, --quiet, --silent do not print \`checking ...' messages
1351 --cache-file=FILE cache test results in FILE [disabled]
1352 -C, --config-cache alias for \`--cache-file=config.cache'
1353 -n, --no-create do not create output files
1354 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1356 Installation directories:
1357 --prefix=PREFIX install architecture-independent files in PREFIX
1358 [$ac_default_prefix]
1359 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1360 [PREFIX]
1362 By default, \`make install' will install all the files in
1363 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1364 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1365 for instance \`--prefix=\$HOME'.
1367 For better control, use the options below.
1369 Fine tuning of the installation directories:
1370 --bindir=DIR user executables [EPREFIX/bin]
1371 --sbindir=DIR system admin executables [EPREFIX/sbin]
1372 --libexecdir=DIR program executables [EPREFIX/libexec]
1373 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1374 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1375 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1376 --libdir=DIR object code libraries [EPREFIX/lib]
1377 --includedir=DIR C header files [PREFIX/include]
1378 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1379 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1380 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1381 --infodir=DIR info documentation [DATAROOTDIR/info]
1382 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1383 --mandir=DIR man documentation [DATAROOTDIR/man]
1384 --docdir=DIR documentation root
1385 [DATAROOTDIR/doc/libgomp-plugin-intelmic]
1386 --htmldir=DIR html documentation [DOCDIR]
1387 --dvidir=DIR dvi documentation [DOCDIR]
1388 --pdfdir=DIR pdf documentation [DOCDIR]
1389 --psdir=DIR ps documentation [DOCDIR]
1390 _ACEOF
1392 cat <<\_ACEOF
1394 Program names:
1395 --program-prefix=PREFIX prepend PREFIX to installed program names
1396 --program-suffix=SUFFIX append SUFFIX to installed program names
1397 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1399 System types:
1400 --build=BUILD configure for building on BUILD [guessed]
1401 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1402 --target=TARGET configure for building compilers for TARGET [HOST]
1403 _ACEOF
1406 if test -n "$ac_init_help"; then
1407 case $ac_init_help in
1408 short | recursive ) echo "Configuration of Intel MIC Offload Plugin 1.0:";;
1409 esac
1410 cat <<\_ACEOF
1412 Optional Features:
1413 --disable-option-checking ignore unrecognized --enable/--with options
1414 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1415 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1416 --enable-silent-rules less verbose build output (undo: "make V=1")
1417 --disable-silent-rules verbose build output (undo: "make V=0")
1418 --enable-maintainer-mode
1419 enable make rules and dependencies not useful (and
1420 sometimes confusing) to the casual installer
1421 --enable-dependency-tracking
1422 do not reject slow dependency extractors
1423 --disable-dependency-tracking
1424 speeds up one-time build
1425 --enable-multilib build many library versions (default)
1426 --enable-version-specific-runtime-libs
1427 Specify that runtime libraries should be installed
1428 in a compiler-specific directory
1429 --enable-shared[=PKGS] build shared libraries [default=yes]
1430 --enable-static[=PKGS] build static libraries [default=yes]
1431 --enable-fast-install[=PKGS]
1432 optimize for fast installation [default=yes]
1433 --disable-libtool-lock avoid locking (might break parallel builds)
1435 Optional Packages:
1436 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1437 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1438 --with-toolexeclibdir=DIR
1439 install libraries built with a cross compiler within
1441 --with-pic try to use only PIC/non-PIC objects [default=use
1442 both]
1443 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1444 --with-gcc-major-version-only
1445 use only GCC major number in filesystem paths
1447 Some influential environment variables:
1448 CC C compiler command
1449 CFLAGS C compiler flags
1450 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1451 nonstandard directory <lib dir>
1452 LIBS libraries to pass to the linker, e.g. -l<library>
1453 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1454 you have headers in a nonstandard directory <include dir>
1455 CXX C++ compiler command
1456 CXXFLAGS C++ compiler flags
1457 CPP C preprocessor
1458 CXXCPP C++ preprocessor
1460 Use these variables to override the choices made by `configure' or to help
1461 it to find libraries and programs with nonstandard names/locations.
1463 Report bugs to the package provider.
1464 _ACEOF
1465 ac_status=$?
1468 if test "$ac_init_help" = "recursive"; then
1469 # If there are subdirs, report their specific --help.
1470 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1471 test -d "$ac_dir" ||
1472 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1473 continue
1474 ac_builddir=.
1476 case "$ac_dir" in
1477 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1479 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1480 # A ".." for each directory in $ac_dir_suffix.
1481 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1482 case $ac_top_builddir_sub in
1483 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1484 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1485 esac ;;
1486 esac
1487 ac_abs_top_builddir=$ac_pwd
1488 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1489 # for backward compatibility:
1490 ac_top_builddir=$ac_top_build_prefix
1492 case $srcdir in
1493 .) # We are building in place.
1494 ac_srcdir=.
1495 ac_top_srcdir=$ac_top_builddir_sub
1496 ac_abs_top_srcdir=$ac_pwd ;;
1497 [\\/]* | ?:[\\/]* ) # Absolute name.
1498 ac_srcdir=$srcdir$ac_dir_suffix;
1499 ac_top_srcdir=$srcdir
1500 ac_abs_top_srcdir=$srcdir ;;
1501 *) # Relative name.
1502 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1503 ac_top_srcdir=$ac_top_build_prefix$srcdir
1504 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1505 esac
1506 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1508 cd "$ac_dir" || { ac_status=$?; continue; }
1509 # Check for guested configure.
1510 if test -f "$ac_srcdir/configure.gnu"; then
1511 echo &&
1512 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1513 elif test -f "$ac_srcdir/configure"; then
1514 echo &&
1515 $SHELL "$ac_srcdir/configure" --help=recursive
1516 else
1517 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1518 fi || ac_status=$?
1519 cd "$ac_pwd" || { ac_status=$?; break; }
1520 done
1523 test -n "$ac_init_help" && exit $ac_status
1524 if $ac_init_version; then
1525 cat <<\_ACEOF
1526 Intel MIC Offload Plugin configure 1.0
1527 generated by GNU Autoconf 2.69
1529 Copyright (C) 2012 Free Software Foundation, Inc.
1530 This configure script is free software; the Free Software Foundation
1531 gives unlimited permission to copy, distribute and modify it.
1532 _ACEOF
1533 exit
1536 ## ------------------------ ##
1537 ## Autoconf initialization. ##
1538 ## ------------------------ ##
1540 # ac_fn_c_try_compile LINENO
1541 # --------------------------
1542 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1543 ac_fn_c_try_compile ()
1545 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1546 rm -f conftest.$ac_objext
1547 if { { ac_try="$ac_compile"
1548 case "(($ac_try" in
1549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1550 *) ac_try_echo=$ac_try;;
1551 esac
1552 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1553 $as_echo "$ac_try_echo"; } >&5
1554 (eval "$ac_compile") 2>conftest.err
1555 ac_status=$?
1556 if test -s conftest.err; then
1557 grep -v '^ *+' conftest.err >conftest.er1
1558 cat conftest.er1 >&5
1559 mv -f conftest.er1 conftest.err
1561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1562 test $ac_status = 0; } && {
1563 test -z "$ac_c_werror_flag" ||
1564 test ! -s conftest.err
1565 } && test -s conftest.$ac_objext; then :
1566 ac_retval=0
1567 else
1568 $as_echo "$as_me: failed program was:" >&5
1569 sed 's/^/| /' conftest.$ac_ext >&5
1571 ac_retval=1
1573 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1574 as_fn_set_status $ac_retval
1576 } # ac_fn_c_try_compile
1578 # ac_fn_cxx_try_compile LINENO
1579 # ----------------------------
1580 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1581 ac_fn_cxx_try_compile ()
1583 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1584 rm -f conftest.$ac_objext
1585 if { { ac_try="$ac_compile"
1586 case "(($ac_try" in
1587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1588 *) ac_try_echo=$ac_try;;
1589 esac
1590 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1591 $as_echo "$ac_try_echo"; } >&5
1592 (eval "$ac_compile") 2>conftest.err
1593 ac_status=$?
1594 if test -s conftest.err; then
1595 grep -v '^ *+' conftest.err >conftest.er1
1596 cat conftest.er1 >&5
1597 mv -f conftest.er1 conftest.err
1599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1600 test $ac_status = 0; } && {
1601 test -z "$ac_cxx_werror_flag" ||
1602 test ! -s conftest.err
1603 } && test -s conftest.$ac_objext; then :
1604 ac_retval=0
1605 else
1606 $as_echo "$as_me: failed program was:" >&5
1607 sed 's/^/| /' conftest.$ac_ext >&5
1609 ac_retval=1
1611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1612 as_fn_set_status $ac_retval
1614 } # ac_fn_cxx_try_compile
1616 # ac_fn_c_try_link LINENO
1617 # -----------------------
1618 # Try to link conftest.$ac_ext, and return whether this succeeded.
1619 ac_fn_c_try_link ()
1621 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1622 rm -f conftest.$ac_objext conftest$ac_exeext
1623 if { { ac_try="$ac_link"
1624 case "(($ac_try" in
1625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1626 *) ac_try_echo=$ac_try;;
1627 esac
1628 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1629 $as_echo "$ac_try_echo"; } >&5
1630 (eval "$ac_link") 2>conftest.err
1631 ac_status=$?
1632 if test -s conftest.err; then
1633 grep -v '^ *+' conftest.err >conftest.er1
1634 cat conftest.er1 >&5
1635 mv -f conftest.er1 conftest.err
1637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1638 test $ac_status = 0; } && {
1639 test -z "$ac_c_werror_flag" ||
1640 test ! -s conftest.err
1641 } && test -s conftest$ac_exeext && {
1642 test "$cross_compiling" = yes ||
1643 test -x conftest$ac_exeext
1644 }; then :
1645 ac_retval=0
1646 else
1647 $as_echo "$as_me: failed program was:" >&5
1648 sed 's/^/| /' conftest.$ac_ext >&5
1650 ac_retval=1
1652 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1653 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1654 # interfere with the next link command; also delete a directory that is
1655 # left behind by Apple's compiler. We do this before executing the actions.
1656 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1657 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1658 as_fn_set_status $ac_retval
1660 } # ac_fn_c_try_link
1662 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1663 # -------------------------------------------------------
1664 # Tests whether HEADER exists and can be compiled using the include files in
1665 # INCLUDES, setting the cache variable VAR accordingly.
1666 ac_fn_c_check_header_compile ()
1668 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1670 $as_echo_n "checking for $2... " >&6; }
1671 if eval \${$3+:} false; then :
1672 $as_echo_n "(cached) " >&6
1673 else
1674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1675 /* end confdefs.h. */
1677 #include <$2>
1678 _ACEOF
1679 if ac_fn_c_try_compile "$LINENO"; then :
1680 eval "$3=yes"
1681 else
1682 eval "$3=no"
1684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1686 eval ac_res=\$$3
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1688 $as_echo "$ac_res" >&6; }
1689 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1691 } # ac_fn_c_check_header_compile
1693 # ac_fn_c_try_cpp LINENO
1694 # ----------------------
1695 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1696 ac_fn_c_try_cpp ()
1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699 if { { ac_try="$ac_cpp conftest.$ac_ext"
1700 case "(($ac_try" in
1701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1702 *) ac_try_echo=$ac_try;;
1703 esac
1704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705 $as_echo "$ac_try_echo"; } >&5
1706 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1707 ac_status=$?
1708 if test -s conftest.err; then
1709 grep -v '^ *+' conftest.err >conftest.er1
1710 cat conftest.er1 >&5
1711 mv -f conftest.er1 conftest.err
1713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1714 test $ac_status = 0; } > conftest.i && {
1715 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1716 test ! -s conftest.err
1717 }; then :
1718 ac_retval=0
1719 else
1720 $as_echo "$as_me: failed program was:" >&5
1721 sed 's/^/| /' conftest.$ac_ext >&5
1723 ac_retval=1
1725 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1726 as_fn_set_status $ac_retval
1728 } # ac_fn_c_try_cpp
1730 # ac_fn_c_try_run LINENO
1731 # ----------------------
1732 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1733 # that executables *can* be run.
1734 ac_fn_c_try_run ()
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 if { { ac_try="$ac_link"
1738 case "(($ac_try" in
1739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1740 *) ac_try_echo=$ac_try;;
1741 esac
1742 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743 $as_echo "$ac_try_echo"; } >&5
1744 (eval "$ac_link") 2>&5
1745 ac_status=$?
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1748 { { case "(($ac_try" in
1749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1750 *) ac_try_echo=$ac_try;;
1751 esac
1752 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1753 $as_echo "$ac_try_echo"; } >&5
1754 (eval "$ac_try") 2>&5
1755 ac_status=$?
1756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1757 test $ac_status = 0; }; }; then :
1758 ac_retval=0
1759 else
1760 $as_echo "$as_me: program exited with status $ac_status" >&5
1761 $as_echo "$as_me: failed program was:" >&5
1762 sed 's/^/| /' conftest.$ac_ext >&5
1764 ac_retval=$ac_status
1766 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1768 as_fn_set_status $ac_retval
1770 } # ac_fn_c_try_run
1772 # ac_fn_c_check_func LINENO FUNC VAR
1773 # ----------------------------------
1774 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1775 ac_fn_c_check_func ()
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1779 $as_echo_n "checking for $2... " >&6; }
1780 if eval \${$3+:} false; then :
1781 $as_echo_n "(cached) " >&6
1782 else
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1785 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1786 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1787 #define $2 innocuous_$2
1789 /* System header to define __stub macros and hopefully few prototypes,
1790 which can conflict with char $2 (); below.
1791 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1792 <limits.h> exists even on freestanding compilers. */
1794 #ifdef __STDC__
1795 # include <limits.h>
1796 #else
1797 # include <assert.h>
1798 #endif
1800 #undef $2
1802 /* Override any GCC internal prototype to avoid an error.
1803 Use char because int might match the return type of a GCC
1804 builtin and then its argument prototype would still apply. */
1805 #ifdef __cplusplus
1806 extern "C"
1807 #endif
1808 char $2 ();
1809 /* The GNU C library defines this for functions which it implements
1810 to always fail with ENOSYS. Some functions are actually named
1811 something starting with __ and the normal name is an alias. */
1812 #if defined __stub_$2 || defined __stub___$2
1813 choke me
1814 #endif
1817 main ()
1819 return $2 ();
1821 return 0;
1823 _ACEOF
1824 if ac_fn_c_try_link "$LINENO"; then :
1825 eval "$3=yes"
1826 else
1827 eval "$3=no"
1829 rm -f core conftest.err conftest.$ac_objext \
1830 conftest$ac_exeext conftest.$ac_ext
1832 eval ac_res=\$$3
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1834 $as_echo "$ac_res" >&6; }
1835 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1837 } # ac_fn_c_check_func
1839 # ac_fn_cxx_try_cpp LINENO
1840 # ------------------------
1841 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1842 ac_fn_cxx_try_cpp ()
1844 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845 if { { ac_try="$ac_cpp conftest.$ac_ext"
1846 case "(($ac_try" in
1847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1848 *) ac_try_echo=$ac_try;;
1849 esac
1850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1851 $as_echo "$ac_try_echo"; } >&5
1852 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1853 ac_status=$?
1854 if test -s conftest.err; then
1855 grep -v '^ *+' conftest.err >conftest.er1
1856 cat conftest.er1 >&5
1857 mv -f conftest.er1 conftest.err
1859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1860 test $ac_status = 0; } > conftest.i && {
1861 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1862 test ! -s conftest.err
1863 }; then :
1864 ac_retval=0
1865 else
1866 $as_echo "$as_me: failed program was:" >&5
1867 sed 's/^/| /' conftest.$ac_ext >&5
1869 ac_retval=1
1871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1872 as_fn_set_status $ac_retval
1874 } # ac_fn_cxx_try_cpp
1876 # ac_fn_cxx_try_link LINENO
1877 # -------------------------
1878 # Try to link conftest.$ac_ext, and return whether this succeeded.
1879 ac_fn_cxx_try_link ()
1881 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1882 rm -f conftest.$ac_objext conftest$ac_exeext
1883 if { { ac_try="$ac_link"
1884 case "(($ac_try" in
1885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1886 *) ac_try_echo=$ac_try;;
1887 esac
1888 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1889 $as_echo "$ac_try_echo"; } >&5
1890 (eval "$ac_link") 2>conftest.err
1891 ac_status=$?
1892 if test -s conftest.err; then
1893 grep -v '^ *+' conftest.err >conftest.er1
1894 cat conftest.er1 >&5
1895 mv -f conftest.er1 conftest.err
1897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1898 test $ac_status = 0; } && {
1899 test -z "$ac_cxx_werror_flag" ||
1900 test ! -s conftest.err
1901 } && test -s conftest$ac_exeext && {
1902 test "$cross_compiling" = yes ||
1903 test -x conftest$ac_exeext
1904 }; then :
1905 ac_retval=0
1906 else
1907 $as_echo "$as_me: failed program was:" >&5
1908 sed 's/^/| /' conftest.$ac_ext >&5
1910 ac_retval=1
1912 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1913 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1914 # interfere with the next link command; also delete a directory that is
1915 # left behind by Apple's compiler. We do this before executing the actions.
1916 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1917 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1918 as_fn_set_status $ac_retval
1920 } # ac_fn_cxx_try_link
1921 cat >config.log <<_ACEOF
1922 This file contains any messages produced by compilers while
1923 running configure, to aid debugging if configure makes a mistake.
1925 It was created by Intel MIC Offload Plugin $as_me 1.0, which was
1926 generated by GNU Autoconf 2.69. Invocation command line was
1928 $ $0 $@
1930 _ACEOF
1931 exec 5>>config.log
1933 cat <<_ASUNAME
1934 ## --------- ##
1935 ## Platform. ##
1936 ## --------- ##
1938 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1939 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1940 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1941 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1942 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1944 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1945 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1947 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1948 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1949 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1950 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1951 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1952 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1953 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1955 _ASUNAME
1957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1958 for as_dir in $PATH
1960 IFS=$as_save_IFS
1961 test -z "$as_dir" && as_dir=.
1962 $as_echo "PATH: $as_dir"
1963 done
1964 IFS=$as_save_IFS
1966 } >&5
1968 cat >&5 <<_ACEOF
1971 ## ----------- ##
1972 ## Core tests. ##
1973 ## ----------- ##
1975 _ACEOF
1978 # Keep a trace of the command line.
1979 # Strip out --no-create and --no-recursion so they do not pile up.
1980 # Strip out --silent because we don't want to record it for future runs.
1981 # Also quote any args containing shell meta-characters.
1982 # Make two passes to allow for proper duplicate-argument suppression.
1983 ac_configure_args=
1984 ac_configure_args0=
1985 ac_configure_args1=
1986 ac_must_keep_next=false
1987 for ac_pass in 1 2
1989 for ac_arg
1991 case $ac_arg in
1992 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1993 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1994 | -silent | --silent | --silen | --sile | --sil)
1995 continue ;;
1996 *\'*)
1997 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1998 esac
1999 case $ac_pass in
2000 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2002 as_fn_append ac_configure_args1 " '$ac_arg'"
2003 if test $ac_must_keep_next = true; then
2004 ac_must_keep_next=false # Got value, back to normal.
2005 else
2006 case $ac_arg in
2007 *=* | --config-cache | -C | -disable-* | --disable-* \
2008 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2009 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2010 | -with-* | --with-* | -without-* | --without-* | --x)
2011 case "$ac_configure_args0 " in
2012 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2013 esac
2015 -* ) ac_must_keep_next=true ;;
2016 esac
2018 as_fn_append ac_configure_args " '$ac_arg'"
2020 esac
2021 done
2022 done
2023 { ac_configure_args0=; unset ac_configure_args0;}
2024 { ac_configure_args1=; unset ac_configure_args1;}
2026 # When interrupted or exit'd, cleanup temporary files, and complete
2027 # config.log. We remove comments because anyway the quotes in there
2028 # would cause problems or look ugly.
2029 # WARNING: Use '\'' to represent an apostrophe within the trap.
2030 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2031 trap 'exit_status=$?
2032 # Save into config.log some information that might help in debugging.
2034 echo
2036 $as_echo "## ---------------- ##
2037 ## Cache variables. ##
2038 ## ---------------- ##"
2039 echo
2040 # The following way of writing the cache mishandles newlines in values,
2042 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2043 eval ac_val=\$$ac_var
2044 case $ac_val in #(
2045 *${as_nl}*)
2046 case $ac_var in #(
2047 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2048 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2049 esac
2050 case $ac_var in #(
2051 _ | IFS | as_nl) ;; #(
2052 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2053 *) { eval $ac_var=; unset $ac_var;} ;;
2054 esac ;;
2055 esac
2056 done
2057 (set) 2>&1 |
2058 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2059 *${as_nl}ac_space=\ *)
2060 sed -n \
2061 "s/'\''/'\''\\\\'\'''\''/g;
2062 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2063 ;; #(
2065 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2067 esac |
2068 sort
2070 echo
2072 $as_echo "## ----------------- ##
2073 ## Output variables. ##
2074 ## ----------------- ##"
2075 echo
2076 for ac_var in $ac_subst_vars
2078 eval ac_val=\$$ac_var
2079 case $ac_val in
2080 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2081 esac
2082 $as_echo "$ac_var='\''$ac_val'\''"
2083 done | sort
2084 echo
2086 if test -n "$ac_subst_files"; then
2087 $as_echo "## ------------------- ##
2088 ## File substitutions. ##
2089 ## ------------------- ##"
2090 echo
2091 for ac_var in $ac_subst_files
2093 eval ac_val=\$$ac_var
2094 case $ac_val in
2095 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2096 esac
2097 $as_echo "$ac_var='\''$ac_val'\''"
2098 done | sort
2099 echo
2102 if test -s confdefs.h; then
2103 $as_echo "## ----------- ##
2104 ## confdefs.h. ##
2105 ## ----------- ##"
2106 echo
2107 cat confdefs.h
2108 echo
2110 test "$ac_signal" != 0 &&
2111 $as_echo "$as_me: caught signal $ac_signal"
2112 $as_echo "$as_me: exit $exit_status"
2113 } >&5
2114 rm -f core *.core core.conftest.* &&
2115 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2116 exit $exit_status
2118 for ac_signal in 1 2 13 15; do
2119 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2120 done
2121 ac_signal=0
2123 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2124 rm -f -r conftest* confdefs.h
2126 $as_echo "/* confdefs.h */" > confdefs.h
2128 # Predefined preprocessor variables.
2130 cat >>confdefs.h <<_ACEOF
2131 #define PACKAGE_NAME "$PACKAGE_NAME"
2132 _ACEOF
2134 cat >>confdefs.h <<_ACEOF
2135 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2136 _ACEOF
2138 cat >>confdefs.h <<_ACEOF
2139 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2140 _ACEOF
2142 cat >>confdefs.h <<_ACEOF
2143 #define PACKAGE_STRING "$PACKAGE_STRING"
2144 _ACEOF
2146 cat >>confdefs.h <<_ACEOF
2147 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2148 _ACEOF
2150 cat >>confdefs.h <<_ACEOF
2151 #define PACKAGE_URL "$PACKAGE_URL"
2152 _ACEOF
2155 # Let the site file select an alternate cache file if it wants to.
2156 # Prefer an explicitly selected file to automatically selected ones.
2157 ac_site_file1=NONE
2158 ac_site_file2=NONE
2159 if test -n "$CONFIG_SITE"; then
2160 # We do not want a PATH search for config.site.
2161 case $CONFIG_SITE in #((
2162 -*) ac_site_file1=./$CONFIG_SITE;;
2163 */*) ac_site_file1=$CONFIG_SITE;;
2164 *) ac_site_file1=./$CONFIG_SITE;;
2165 esac
2166 elif test "x$prefix" != xNONE; then
2167 ac_site_file1=$prefix/share/config.site
2168 ac_site_file2=$prefix/etc/config.site
2169 else
2170 ac_site_file1=$ac_default_prefix/share/config.site
2171 ac_site_file2=$ac_default_prefix/etc/config.site
2173 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2175 test "x$ac_site_file" = xNONE && continue
2176 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2178 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2179 sed 's/^/| /' "$ac_site_file" >&5
2180 . "$ac_site_file" \
2181 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2182 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2183 as_fn_error $? "failed to load site script $ac_site_file
2184 See \`config.log' for more details" "$LINENO" 5; }
2186 done
2188 if test -r "$cache_file"; then
2189 # Some versions of bash will fail to source /dev/null (special files
2190 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2191 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2193 $as_echo "$as_me: loading cache $cache_file" >&6;}
2194 case $cache_file in
2195 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2196 *) . "./$cache_file";;
2197 esac
2199 else
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2201 $as_echo "$as_me: creating cache $cache_file" >&6;}
2202 >$cache_file
2205 # Check that the precious variables saved in the cache have kept the same
2206 # value.
2207 ac_cache_corrupted=false
2208 for ac_var in $ac_precious_vars; do
2209 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2210 eval ac_new_set=\$ac_env_${ac_var}_set
2211 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2212 eval ac_new_val=\$ac_env_${ac_var}_value
2213 case $ac_old_set,$ac_new_set in
2214 set,)
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2216 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2217 ac_cache_corrupted=: ;;
2218 ,set)
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2220 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2221 ac_cache_corrupted=: ;;
2222 ,);;
2224 if test "x$ac_old_val" != "x$ac_new_val"; then
2225 # differences in whitespace do not lead to failure.
2226 ac_old_val_w=`echo x $ac_old_val`
2227 ac_new_val_w=`echo x $ac_new_val`
2228 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2230 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2231 ac_cache_corrupted=:
2232 else
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2234 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2235 eval $ac_var=\$ac_old_val
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2238 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2240 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2241 fi;;
2242 esac
2243 # Pass precious variables to config.status.
2244 if test "$ac_new_set" = set; then
2245 case $ac_new_val in
2246 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2247 *) ac_arg=$ac_var=$ac_new_val ;;
2248 esac
2249 case " $ac_configure_args " in
2250 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2251 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2252 esac
2254 done
2255 if $ac_cache_corrupted; then
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2257 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2259 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2260 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2262 ## -------------------- ##
2263 ## Main body of script. ##
2264 ## -------------------- ##
2266 ac_ext=c
2267 ac_cpp='$CPP $CPPFLAGS'
2268 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2269 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2270 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2277 ac_aux_dir=
2278 for ac_dir in ../.. "$srcdir"/../..; do
2279 if test -f "$ac_dir/install-sh"; then
2280 ac_aux_dir=$ac_dir
2281 ac_install_sh="$ac_aux_dir/install-sh -c"
2282 break
2283 elif test -f "$ac_dir/install.sh"; then
2284 ac_aux_dir=$ac_dir
2285 ac_install_sh="$ac_aux_dir/install.sh -c"
2286 break
2287 elif test -f "$ac_dir/shtool"; then
2288 ac_aux_dir=$ac_dir
2289 ac_install_sh="$ac_aux_dir/shtool install -c"
2290 break
2292 done
2293 if test -z "$ac_aux_dir"; then
2294 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
2297 # These three variables are undocumented and unsupported,
2298 # and are intended to be withdrawn in a future Autoconf release.
2299 # They can cause serious problems if a builder's source tree is in a directory
2300 # whose full name contains unusual characters.
2301 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2302 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2303 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2307 # Make sure we can run config.sub.
2308 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2309 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2312 $as_echo_n "checking build system type... " >&6; }
2313 if ${ac_cv_build+:} false; then :
2314 $as_echo_n "(cached) " >&6
2315 else
2316 ac_build_alias=$build_alias
2317 test "x$ac_build_alias" = x &&
2318 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2319 test "x$ac_build_alias" = x &&
2320 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2321 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2322 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2326 $as_echo "$ac_cv_build" >&6; }
2327 case $ac_cv_build in
2328 *-*-*) ;;
2329 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2330 esac
2331 build=$ac_cv_build
2332 ac_save_IFS=$IFS; IFS='-'
2333 set x $ac_cv_build
2334 shift
2335 build_cpu=$1
2336 build_vendor=$2
2337 shift; shift
2338 # Remember, the first character of IFS is used to create $*,
2339 # except with old shells:
2340 build_os=$*
2341 IFS=$ac_save_IFS
2342 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2346 $as_echo_n "checking host system type... " >&6; }
2347 if ${ac_cv_host+:} false; then :
2348 $as_echo_n "(cached) " >&6
2349 else
2350 if test "x$host_alias" = x; then
2351 ac_cv_host=$ac_cv_build
2352 else
2353 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2354 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2359 $as_echo "$ac_cv_host" >&6; }
2360 case $ac_cv_host in
2361 *-*-*) ;;
2362 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2363 esac
2364 host=$ac_cv_host
2365 ac_save_IFS=$IFS; IFS='-'
2366 set x $ac_cv_host
2367 shift
2368 host_cpu=$1
2369 host_vendor=$2
2370 shift; shift
2371 # Remember, the first character of IFS is used to create $*,
2372 # except with old shells:
2373 host_os=$*
2374 IFS=$ac_save_IFS
2375 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2379 $as_echo_n "checking target system type... " >&6; }
2380 if ${ac_cv_target+:} false; then :
2381 $as_echo_n "(cached) " >&6
2382 else
2383 if test "x$target_alias" = x; then
2384 ac_cv_target=$ac_cv_host
2385 else
2386 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2387 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2392 $as_echo "$ac_cv_target" >&6; }
2393 case $ac_cv_target in
2394 *-*-*) ;;
2395 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2396 esac
2397 target=$ac_cv_target
2398 ac_save_IFS=$IFS; IFS='-'
2399 set x $ac_cv_target
2400 shift
2401 target_cpu=$1
2402 target_vendor=$2
2403 shift; shift
2404 # Remember, the first character of IFS is used to create $*,
2405 # except with old shells:
2406 target_os=$*
2407 IFS=$ac_save_IFS
2408 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2411 # The aliases save the names the user supplied, while $host etc.
2412 # will get canonicalized.
2413 test -n "$target_alias" &&
2414 test "$program_prefix$program_suffix$program_transform_name" = \
2415 NONENONEs,x,x, &&
2416 program_prefix=${target_alias}-
2418 target_alias=${target_alias-$host_alias}
2421 am__api_version='1.15'
2423 # Find a good install program. We prefer a C program (faster),
2424 # so one script is as good as another. But avoid the broken or
2425 # incompatible versions:
2426 # SysV /etc/install, /usr/sbin/install
2427 # SunOS /usr/etc/install
2428 # IRIX /sbin/install
2429 # AIX /bin/install
2430 # AmigaOS /C/install, which installs bootblocks on floppy discs
2431 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2432 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2433 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2434 # OS/2's system install, which has a completely different semantic
2435 # ./install, which can be erroneously created by make from ./install.sh.
2436 # Reject install programs that cannot install multiple files.
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2438 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2439 if test -z "$INSTALL"; then
2440 if ${ac_cv_path_install+:} false; then :
2441 $as_echo_n "(cached) " >&6
2442 else
2443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2444 for as_dir in $PATH
2446 IFS=$as_save_IFS
2447 test -z "$as_dir" && as_dir=.
2448 # Account for people who put trailing slashes in PATH elements.
2449 case $as_dir/ in #((
2450 ./ | .// | /[cC]/* | \
2451 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2452 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2453 /usr/ucb/* ) ;;
2455 # OSF1 and SCO ODT 3.0 have their own names for install.
2456 # Don't use installbsd from OSF since it installs stuff as root
2457 # by default.
2458 for ac_prog in ginstall scoinst install; do
2459 for ac_exec_ext in '' $ac_executable_extensions; do
2460 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2461 if test $ac_prog = install &&
2462 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2463 # AIX install. It has an incompatible calling convention.
2465 elif test $ac_prog = install &&
2466 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2467 # program-specific install script used by HP pwplus--don't use.
2469 else
2470 rm -rf conftest.one conftest.two conftest.dir
2471 echo one > conftest.one
2472 echo two > conftest.two
2473 mkdir conftest.dir
2474 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2475 test -s conftest.one && test -s conftest.two &&
2476 test -s conftest.dir/conftest.one &&
2477 test -s conftest.dir/conftest.two
2478 then
2479 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2480 break 3
2484 done
2485 done
2487 esac
2489 done
2490 IFS=$as_save_IFS
2492 rm -rf conftest.one conftest.two conftest.dir
2495 if test "${ac_cv_path_install+set}" = set; then
2496 INSTALL=$ac_cv_path_install
2497 else
2498 # As a last resort, use the slow shell script. Don't cache a
2499 # value for INSTALL within a source directory, because that will
2500 # break other packages using the cache if that directory is
2501 # removed, or if the value is a relative name.
2502 INSTALL=$ac_install_sh
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2506 $as_echo "$INSTALL" >&6; }
2508 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2509 # It thinks the first close brace ends the variable substitution.
2510 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2512 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2514 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2517 $as_echo_n "checking whether build environment is sane... " >&6; }
2518 # Reject unsafe characters in $srcdir or the absolute working directory
2519 # name. Accept space and tab only in the latter.
2520 am_lf='
2522 case `pwd` in
2523 *[\\\"\#\$\&\'\`$am_lf]*)
2524 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2525 esac
2526 case $srcdir in
2527 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2528 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2529 esac
2531 # Do 'set' in a subshell so we don't clobber the current shell's
2532 # arguments. Must try -L first in case configure is actually a
2533 # symlink; some systems play weird games with the mod time of symlinks
2534 # (eg FreeBSD returns the mod time of the symlink's containing
2535 # directory).
2536 if (
2537 am_has_slept=no
2538 for am_try in 1 2; do
2539 echo "timestamp, slept: $am_has_slept" > conftest.file
2540 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2541 if test "$*" = "X"; then
2542 # -L didn't work.
2543 set X `ls -t "$srcdir/configure" conftest.file`
2545 if test "$*" != "X $srcdir/configure conftest.file" \
2546 && test "$*" != "X conftest.file $srcdir/configure"; then
2548 # If neither matched, then we have a broken ls. This can happen
2549 # if, for instance, CONFIG_SHELL is bash and it inherits a
2550 # broken ls alias from the environment. This has actually
2551 # happened. Such a system could not be considered "sane".
2552 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2553 alias in your environment" "$LINENO" 5
2555 if test "$2" = conftest.file || test $am_try -eq 2; then
2556 break
2558 # Just in case.
2559 sleep 1
2560 am_has_slept=yes
2561 done
2562 test "$2" = conftest.file
2564 then
2565 # Ok.
2567 else
2568 as_fn_error $? "newly created file is older than distributed files!
2569 Check your system clock" "$LINENO" 5
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2572 $as_echo "yes" >&6; }
2573 # If we didn't sleep, we still need to ensure time stamps of config.status and
2574 # generated files are strictly newer.
2575 am_sleep_pid=
2576 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2577 ( sleep 1 ) &
2578 am_sleep_pid=$!
2581 rm -f conftest.file
2583 test "$program_prefix" != NONE &&
2584 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2585 # Use a double $ so make ignores it.
2586 test "$program_suffix" != NONE &&
2587 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2588 # Double any \ or $.
2589 # By default was `s,x,x', remove it if useless.
2590 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2591 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2593 # Expand $ac_aux_dir to an absolute path.
2594 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2596 if test x"${MISSING+set}" != xset; then
2597 case $am_aux_dir in
2598 *\ * | *\ *)
2599 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2601 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2602 esac
2604 # Use eval to expand $SHELL
2605 if eval "$MISSING --is-lightweight"; then
2606 am_missing_run="$MISSING "
2607 else
2608 am_missing_run=
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2610 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2613 if test x"${install_sh+set}" != xset; then
2614 case $am_aux_dir in
2615 *\ * | *\ *)
2616 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2618 install_sh="\${SHELL} $am_aux_dir/install-sh"
2619 esac
2622 # Installed binaries are usually stripped using 'strip' when the user
2623 # run "make install-strip". However 'strip' might not be the right
2624 # tool to use in cross-compilation environments, therefore Automake
2625 # will honor the 'STRIP' environment variable to overrule this program.
2626 if test "$cross_compiling" != no; then
2627 if test -n "$ac_tool_prefix"; then
2628 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2629 set dummy ${ac_tool_prefix}strip; ac_word=$2
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2631 $as_echo_n "checking for $ac_word... " >&6; }
2632 if ${ac_cv_prog_STRIP+:} false; then :
2633 $as_echo_n "(cached) " >&6
2634 else
2635 if test -n "$STRIP"; then
2636 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2637 else
2638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2639 for as_dir in $PATH
2641 IFS=$as_save_IFS
2642 test -z "$as_dir" && as_dir=.
2643 for ac_exec_ext in '' $ac_executable_extensions; do
2644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2645 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2647 break 2
2649 done
2650 done
2651 IFS=$as_save_IFS
2655 STRIP=$ac_cv_prog_STRIP
2656 if test -n "$STRIP"; then
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2658 $as_echo "$STRIP" >&6; }
2659 else
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2661 $as_echo "no" >&6; }
2666 if test -z "$ac_cv_prog_STRIP"; then
2667 ac_ct_STRIP=$STRIP
2668 # Extract the first word of "strip", so it can be a program name with args.
2669 set dummy strip; ac_word=$2
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2671 $as_echo_n "checking for $ac_word... " >&6; }
2672 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2673 $as_echo_n "(cached) " >&6
2674 else
2675 if test -n "$ac_ct_STRIP"; then
2676 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2677 else
2678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2679 for as_dir in $PATH
2681 IFS=$as_save_IFS
2682 test -z "$as_dir" && as_dir=.
2683 for ac_exec_ext in '' $ac_executable_extensions; do
2684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2685 ac_cv_prog_ac_ct_STRIP="strip"
2686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2687 break 2
2689 done
2690 done
2691 IFS=$as_save_IFS
2695 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2696 if test -n "$ac_ct_STRIP"; then
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2698 $as_echo "$ac_ct_STRIP" >&6; }
2699 else
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2701 $as_echo "no" >&6; }
2704 if test "x$ac_ct_STRIP" = x; then
2705 STRIP=":"
2706 else
2707 case $cross_compiling:$ac_tool_warned in
2708 yes:)
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2710 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2711 ac_tool_warned=yes ;;
2712 esac
2713 STRIP=$ac_ct_STRIP
2715 else
2716 STRIP="$ac_cv_prog_STRIP"
2720 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2723 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2724 if test -z "$MKDIR_P"; then
2725 if ${ac_cv_path_mkdir+:} false; then :
2726 $as_echo_n "(cached) " >&6
2727 else
2728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2729 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2731 IFS=$as_save_IFS
2732 test -z "$as_dir" && as_dir=.
2733 for ac_prog in mkdir gmkdir; do
2734 for ac_exec_ext in '' $ac_executable_extensions; do
2735 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2736 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2737 'mkdir (GNU coreutils) '* | \
2738 'mkdir (coreutils) '* | \
2739 'mkdir (fileutils) '4.1*)
2740 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2741 break 3;;
2742 esac
2743 done
2744 done
2745 done
2746 IFS=$as_save_IFS
2750 test -d ./--version && rmdir ./--version
2751 if test "${ac_cv_path_mkdir+set}" = set; then
2752 MKDIR_P="$ac_cv_path_mkdir -p"
2753 else
2754 # As a last resort, use the slow shell script. Don't cache a
2755 # value for MKDIR_P within a source directory, because that will
2756 # break other packages using the cache if that directory is
2757 # removed, or if the value is a relative name.
2758 MKDIR_P="$ac_install_sh -d"
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2762 $as_echo "$MKDIR_P" >&6; }
2764 for ac_prog in gawk mawk nawk awk
2766 # Extract the first word of "$ac_prog", so it can be a program name with args.
2767 set dummy $ac_prog; ac_word=$2
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2769 $as_echo_n "checking for $ac_word... " >&6; }
2770 if ${ac_cv_prog_AWK+:} false; then :
2771 $as_echo_n "(cached) " >&6
2772 else
2773 if test -n "$AWK"; then
2774 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2775 else
2776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2777 for as_dir in $PATH
2779 IFS=$as_save_IFS
2780 test -z "$as_dir" && as_dir=.
2781 for ac_exec_ext in '' $ac_executable_extensions; do
2782 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2783 ac_cv_prog_AWK="$ac_prog"
2784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2785 break 2
2787 done
2788 done
2789 IFS=$as_save_IFS
2793 AWK=$ac_cv_prog_AWK
2794 if test -n "$AWK"; then
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2796 $as_echo "$AWK" >&6; }
2797 else
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2799 $as_echo "no" >&6; }
2803 test -n "$AWK" && break
2804 done
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2807 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2808 set x ${MAKE-make}
2809 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2810 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2811 $as_echo_n "(cached) " >&6
2812 else
2813 cat >conftest.make <<\_ACEOF
2814 SHELL = /bin/sh
2815 all:
2816 @echo '@@@%%%=$(MAKE)=@@@%%%'
2817 _ACEOF
2818 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2819 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2820 *@@@%%%=?*=@@@%%%*)
2821 eval ac_cv_prog_make_${ac_make}_set=yes;;
2823 eval ac_cv_prog_make_${ac_make}_set=no;;
2824 esac
2825 rm -f conftest.make
2827 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2829 $as_echo "yes" >&6; }
2830 SET_MAKE=
2831 else
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2833 $as_echo "no" >&6; }
2834 SET_MAKE="MAKE=${MAKE-make}"
2837 rm -rf .tst 2>/dev/null
2838 mkdir .tst 2>/dev/null
2839 if test -d .tst; then
2840 am__leading_dot=.
2841 else
2842 am__leading_dot=_
2844 rmdir .tst 2>/dev/null
2846 # Check whether --enable-silent-rules was given.
2847 if test "${enable_silent_rules+set}" = set; then :
2848 enableval=$enable_silent_rules;
2851 case $enable_silent_rules in # (((
2852 yes) AM_DEFAULT_VERBOSITY=0;;
2853 no) AM_DEFAULT_VERBOSITY=1;;
2854 *) AM_DEFAULT_VERBOSITY=1;;
2855 esac
2856 am_make=${MAKE-make}
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2858 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2859 if ${am_cv_make_support_nested_variables+:} false; then :
2860 $as_echo_n "(cached) " >&6
2861 else
2862 if $as_echo 'TRUE=$(BAR$(V))
2863 BAR0=false
2864 BAR1=true
2866 am__doit:
2867 @$(TRUE)
2868 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2869 am_cv_make_support_nested_variables=yes
2870 else
2871 am_cv_make_support_nested_variables=no
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2875 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2876 if test $am_cv_make_support_nested_variables = yes; then
2877 AM_V='$(V)'
2878 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2879 else
2880 AM_V=$AM_DEFAULT_VERBOSITY
2881 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2883 AM_BACKSLASH='\'
2885 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2886 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2887 # is not polluted with repeated "-I."
2888 am__isrc=' -I$(srcdir)'
2889 # test to see if srcdir already configured
2890 if test -f $srcdir/config.status; then
2891 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2895 # test whether we have cygpath
2896 if test -z "$CYGPATH_W"; then
2897 if (cygpath --version) >/dev/null 2>/dev/null; then
2898 CYGPATH_W='cygpath -w'
2899 else
2900 CYGPATH_W=echo
2905 # Define the identity of the package.
2906 PACKAGE='libgomp-plugin-intelmic'
2907 VERSION='1.0'
2910 cat >>confdefs.h <<_ACEOF
2911 #define PACKAGE "$PACKAGE"
2912 _ACEOF
2915 cat >>confdefs.h <<_ACEOF
2916 #define VERSION "$VERSION"
2917 _ACEOF
2919 # Some tools Automake needs.
2921 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2924 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2927 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2930 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2933 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2935 # For better backward compatibility. To be removed once Automake 1.9.x
2936 # dies out for good. For more background, see:
2937 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2938 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2939 mkdir_p='$(MKDIR_P)'
2941 # We need awk for the "check" target (and possibly the TAP driver). The
2942 # system "awk" is bad on some platforms.
2943 # Always define AMTAR for backward compatibility. Yes, it's still used
2944 # in the wild :-( We should find a proper way to deprecate it ...
2945 AMTAR='$${TAR-tar}'
2948 # We'll loop over all known methods to create a tar archive until one works.
2949 _am_tools='gnutar pax cpio none'
2951 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2958 # POSIX will say in a future version that running "rm -f" with no argument
2959 # is OK; and we want to be able to make that assumption in our Makefile
2960 # recipes. So use an aggressive probe to check that the usage we want is
2961 # actually supported "in the wild" to an acceptable degree.
2962 # See automake bug#10828.
2963 # To make any issue more visible, cause the running configure to be aborted
2964 # by default if the 'rm' program in use doesn't match our expectations; the
2965 # user can still override this though.
2966 if rm -f && rm -fr && rm -rf; then : OK; else
2967 cat >&2 <<'END'
2968 Oops!
2970 Your 'rm' program seems unable to run without file operands specified
2971 on the command line, even when the '-f' option is present. This is contrary
2972 to the behaviour of most rm programs out there, and not conforming with
2973 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2975 Please tell bug-automake@gnu.org about your system, including the value
2976 of your $PATH and any error possibly output before this message. This
2977 can help us improve future automake versions.
2980 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2981 echo 'Configuration will proceed anyway, since you have set the' >&2
2982 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2983 echo >&2
2984 else
2985 cat >&2 <<'END'
2986 Aborting the configuration process, to ensure you take notice of the issue.
2988 You can download and install GNU coreutils to get an 'rm' implementation
2989 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2991 If you want to complete the configuration process using your problematic
2992 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2993 to "yes", and re-run configure.
2996 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3003 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3004 # Check whether --enable-maintainer-mode was given.
3005 if test "${enable_maintainer_mode+set}" = set; then :
3006 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3007 else
3008 USE_MAINTAINER_MODE=no
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3012 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3013 if test $USE_MAINTAINER_MODE = yes; then
3014 MAINTAINER_MODE_TRUE=
3015 MAINTAINER_MODE_FALSE='#'
3016 else
3017 MAINTAINER_MODE_TRUE='#'
3018 MAINTAINER_MODE_FALSE=
3021 MAINT=$MAINTAINER_MODE_TRUE
3025 ac_ext=c
3026 ac_cpp='$CPP $CPPFLAGS'
3027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3030 if test -n "$ac_tool_prefix"; then
3031 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3032 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3034 $as_echo_n "checking for $ac_word... " >&6; }
3035 if ${ac_cv_prog_CC+:} false; then :
3036 $as_echo_n "(cached) " >&6
3037 else
3038 if test -n "$CC"; then
3039 ac_cv_prog_CC="$CC" # Let the user override the test.
3040 else
3041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3042 for as_dir in $PATH
3044 IFS=$as_save_IFS
3045 test -z "$as_dir" && as_dir=.
3046 for ac_exec_ext in '' $ac_executable_extensions; do
3047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3048 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3050 break 2
3052 done
3053 done
3054 IFS=$as_save_IFS
3058 CC=$ac_cv_prog_CC
3059 if test -n "$CC"; then
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3061 $as_echo "$CC" >&6; }
3062 else
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3064 $as_echo "no" >&6; }
3069 if test -z "$ac_cv_prog_CC"; then
3070 ac_ct_CC=$CC
3071 # Extract the first word of "gcc", so it can be a program name with args.
3072 set dummy gcc; ac_word=$2
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3074 $as_echo_n "checking for $ac_word... " >&6; }
3075 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3076 $as_echo_n "(cached) " >&6
3077 else
3078 if test -n "$ac_ct_CC"; then
3079 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3080 else
3081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3082 for as_dir in $PATH
3084 IFS=$as_save_IFS
3085 test -z "$as_dir" && as_dir=.
3086 for ac_exec_ext in '' $ac_executable_extensions; do
3087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3088 ac_cv_prog_ac_ct_CC="gcc"
3089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3090 break 2
3092 done
3093 done
3094 IFS=$as_save_IFS
3098 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3099 if test -n "$ac_ct_CC"; then
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3101 $as_echo "$ac_ct_CC" >&6; }
3102 else
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3104 $as_echo "no" >&6; }
3107 if test "x$ac_ct_CC" = x; then
3108 CC=""
3109 else
3110 case $cross_compiling:$ac_tool_warned in
3111 yes:)
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3113 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3114 ac_tool_warned=yes ;;
3115 esac
3116 CC=$ac_ct_CC
3118 else
3119 CC="$ac_cv_prog_CC"
3122 if test -z "$CC"; then
3123 if test -n "$ac_tool_prefix"; then
3124 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3125 set dummy ${ac_tool_prefix}cc; ac_word=$2
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3127 $as_echo_n "checking for $ac_word... " >&6; }
3128 if ${ac_cv_prog_CC+:} false; then :
3129 $as_echo_n "(cached) " >&6
3130 else
3131 if test -n "$CC"; then
3132 ac_cv_prog_CC="$CC" # Let the user override the test.
3133 else
3134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3135 for as_dir in $PATH
3137 IFS=$as_save_IFS
3138 test -z "$as_dir" && as_dir=.
3139 for ac_exec_ext in '' $ac_executable_extensions; do
3140 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3141 ac_cv_prog_CC="${ac_tool_prefix}cc"
3142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3143 break 2
3145 done
3146 done
3147 IFS=$as_save_IFS
3151 CC=$ac_cv_prog_CC
3152 if test -n "$CC"; then
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3154 $as_echo "$CC" >&6; }
3155 else
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3157 $as_echo "no" >&6; }
3163 if test -z "$CC"; then
3164 # Extract the first word of "cc", so it can be a program name with args.
3165 set dummy cc; ac_word=$2
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3167 $as_echo_n "checking for $ac_word... " >&6; }
3168 if ${ac_cv_prog_CC+:} false; then :
3169 $as_echo_n "(cached) " >&6
3170 else
3171 if test -n "$CC"; then
3172 ac_cv_prog_CC="$CC" # Let the user override the test.
3173 else
3174 ac_prog_rejected=no
3175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3176 for as_dir in $PATH
3178 IFS=$as_save_IFS
3179 test -z "$as_dir" && as_dir=.
3180 for ac_exec_ext in '' $ac_executable_extensions; do
3181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3182 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3183 ac_prog_rejected=yes
3184 continue
3186 ac_cv_prog_CC="cc"
3187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3188 break 2
3190 done
3191 done
3192 IFS=$as_save_IFS
3194 if test $ac_prog_rejected = yes; then
3195 # We found a bogon in the path, so make sure we never use it.
3196 set dummy $ac_cv_prog_CC
3197 shift
3198 if test $# != 0; then
3199 # We chose a different compiler from the bogus one.
3200 # However, it has the same basename, so the bogon will be chosen
3201 # first if we set CC to just the basename; use the full file name.
3202 shift
3203 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3208 CC=$ac_cv_prog_CC
3209 if test -n "$CC"; then
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3211 $as_echo "$CC" >&6; }
3212 else
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3214 $as_echo "no" >&6; }
3219 if test -z "$CC"; then
3220 if test -n "$ac_tool_prefix"; then
3221 for ac_prog in cl.exe
3223 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3224 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3226 $as_echo_n "checking for $ac_word... " >&6; }
3227 if ${ac_cv_prog_CC+:} false; then :
3228 $as_echo_n "(cached) " >&6
3229 else
3230 if test -n "$CC"; then
3231 ac_cv_prog_CC="$CC" # Let the user override the test.
3232 else
3233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3234 for as_dir in $PATH
3236 IFS=$as_save_IFS
3237 test -z "$as_dir" && as_dir=.
3238 for ac_exec_ext in '' $ac_executable_extensions; do
3239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3240 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3242 break 2
3244 done
3245 done
3246 IFS=$as_save_IFS
3250 CC=$ac_cv_prog_CC
3251 if test -n "$CC"; then
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3253 $as_echo "$CC" >&6; }
3254 else
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3256 $as_echo "no" >&6; }
3260 test -n "$CC" && break
3261 done
3263 if test -z "$CC"; then
3264 ac_ct_CC=$CC
3265 for ac_prog in cl.exe
3267 # Extract the first word of "$ac_prog", so it can be a program name with args.
3268 set dummy $ac_prog; ac_word=$2
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3270 $as_echo_n "checking for $ac_word... " >&6; }
3271 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3272 $as_echo_n "(cached) " >&6
3273 else
3274 if test -n "$ac_ct_CC"; then
3275 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3276 else
3277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3278 for as_dir in $PATH
3280 IFS=$as_save_IFS
3281 test -z "$as_dir" && as_dir=.
3282 for ac_exec_ext in '' $ac_executable_extensions; do
3283 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3284 ac_cv_prog_ac_ct_CC="$ac_prog"
3285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3286 break 2
3288 done
3289 done
3290 IFS=$as_save_IFS
3294 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3295 if test -n "$ac_ct_CC"; then
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3297 $as_echo "$ac_ct_CC" >&6; }
3298 else
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3300 $as_echo "no" >&6; }
3304 test -n "$ac_ct_CC" && break
3305 done
3307 if test "x$ac_ct_CC" = x; then
3308 CC=""
3309 else
3310 case $cross_compiling:$ac_tool_warned in
3311 yes:)
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3313 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3314 ac_tool_warned=yes ;;
3315 esac
3316 CC=$ac_ct_CC
3323 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325 as_fn_error $? "no acceptable C compiler found in \$PATH
3326 See \`config.log' for more details" "$LINENO" 5; }
3328 # Provide some information about the compiler.
3329 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3330 set X $ac_compile
3331 ac_compiler=$2
3332 for ac_option in --version -v -V -qversion; do
3333 { { ac_try="$ac_compiler $ac_option >&5"
3334 case "(($ac_try" in
3335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3336 *) ac_try_echo=$ac_try;;
3337 esac
3338 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3339 $as_echo "$ac_try_echo"; } >&5
3340 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3341 ac_status=$?
3342 if test -s conftest.err; then
3343 sed '10a\
3344 ... rest of stderr output deleted ...
3345 10q' conftest.err >conftest.er1
3346 cat conftest.er1 >&5
3348 rm -f conftest.er1 conftest.err
3349 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3350 test $ac_status = 0; }
3351 done
3353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3354 /* end confdefs.h. */
3357 main ()
3361 return 0;
3363 _ACEOF
3364 ac_clean_files_save=$ac_clean_files
3365 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3366 # Try to create an executable without -o first, disregard a.out.
3367 # It will help us diagnose broken compilers, and finding out an intuition
3368 # of exeext.
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3370 $as_echo_n "checking whether the C compiler works... " >&6; }
3371 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3373 # The possible output files:
3374 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3376 ac_rmfiles=
3377 for ac_file in $ac_files
3379 case $ac_file in
3380 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3381 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3382 esac
3383 done
3384 rm -f $ac_rmfiles
3386 if { { ac_try="$ac_link_default"
3387 case "(($ac_try" in
3388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3389 *) ac_try_echo=$ac_try;;
3390 esac
3391 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3392 $as_echo "$ac_try_echo"; } >&5
3393 (eval "$ac_link_default") 2>&5
3394 ac_status=$?
3395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3396 test $ac_status = 0; }; then :
3397 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3398 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3399 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3400 # so that the user can short-circuit this test for compilers unknown to
3401 # Autoconf.
3402 for ac_file in $ac_files ''
3404 test -f "$ac_file" || continue
3405 case $ac_file in
3406 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3408 [ab].out )
3409 # We found the default executable, but exeext='' is most
3410 # certainly right.
3411 break;;
3412 *.* )
3413 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3414 then :; else
3415 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3417 # We set ac_cv_exeext here because the later test for it is not
3418 # safe: cross compilers may not add the suffix if given an `-o'
3419 # argument, so we may need to know it at that point already.
3420 # Even if this section looks crufty: it has the advantage of
3421 # actually working.
3422 break;;
3424 break;;
3425 esac
3426 done
3427 test "$ac_cv_exeext" = no && ac_cv_exeext=
3429 else
3430 ac_file=''
3432 if test -z "$ac_file"; then :
3433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3434 $as_echo "no" >&6; }
3435 $as_echo "$as_me: failed program was:" >&5
3436 sed 's/^/| /' conftest.$ac_ext >&5
3438 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3440 as_fn_error 77 "C compiler cannot create executables
3441 See \`config.log' for more details" "$LINENO" 5; }
3442 else
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3444 $as_echo "yes" >&6; }
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3447 $as_echo_n "checking for C compiler default output file name... " >&6; }
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3449 $as_echo "$ac_file" >&6; }
3450 ac_exeext=$ac_cv_exeext
3452 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3453 ac_clean_files=$ac_clean_files_save
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3455 $as_echo_n "checking for suffix of executables... " >&6; }
3456 if { { ac_try="$ac_link"
3457 case "(($ac_try" in
3458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3459 *) ac_try_echo=$ac_try;;
3460 esac
3461 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3462 $as_echo "$ac_try_echo"; } >&5
3463 (eval "$ac_link") 2>&5
3464 ac_status=$?
3465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3466 test $ac_status = 0; }; then :
3467 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3468 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3469 # work properly (i.e., refer to `conftest.exe'), while it won't with
3470 # `rm'.
3471 for ac_file in conftest.exe conftest conftest.*; do
3472 test -f "$ac_file" || continue
3473 case $ac_file in
3474 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3475 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3476 break;;
3477 * ) break;;
3478 esac
3479 done
3480 else
3481 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3482 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3483 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3484 See \`config.log' for more details" "$LINENO" 5; }
3486 rm -f conftest conftest$ac_cv_exeext
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3488 $as_echo "$ac_cv_exeext" >&6; }
3490 rm -f conftest.$ac_ext
3491 EXEEXT=$ac_cv_exeext
3492 ac_exeext=$EXEEXT
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3495 #include <stdio.h>
3497 main ()
3499 FILE *f = fopen ("conftest.out", "w");
3500 return ferror (f) || fclose (f) != 0;
3503 return 0;
3505 _ACEOF
3506 ac_clean_files="$ac_clean_files conftest.out"
3507 # Check that the compiler produces executables we can run. If not, either
3508 # the compiler is broken, or we cross compile.
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3510 $as_echo_n "checking whether we are cross compiling... " >&6; }
3511 if test "$cross_compiling" != yes; then
3512 { { ac_try="$ac_link"
3513 case "(($ac_try" in
3514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3515 *) ac_try_echo=$ac_try;;
3516 esac
3517 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3518 $as_echo "$ac_try_echo"; } >&5
3519 (eval "$ac_link") 2>&5
3520 ac_status=$?
3521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3522 test $ac_status = 0; }
3523 if { ac_try='./conftest$ac_cv_exeext'
3524 { { case "(($ac_try" in
3525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3526 *) ac_try_echo=$ac_try;;
3527 esac
3528 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3529 $as_echo "$ac_try_echo"; } >&5
3530 (eval "$ac_try") 2>&5
3531 ac_status=$?
3532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3533 test $ac_status = 0; }; }; then
3534 cross_compiling=no
3535 else
3536 if test "$cross_compiling" = maybe; then
3537 cross_compiling=yes
3538 else
3539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541 as_fn_error $? "cannot run C compiled programs.
3542 If you meant to cross compile, use \`--host'.
3543 See \`config.log' for more details" "$LINENO" 5; }
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3548 $as_echo "$cross_compiling" >&6; }
3550 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3551 ac_clean_files=$ac_clean_files_save
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3553 $as_echo_n "checking for suffix of object files... " >&6; }
3554 if ${ac_cv_objext+:} false; then :
3555 $as_echo_n "(cached) " >&6
3556 else
3557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3558 /* end confdefs.h. */
3561 main ()
3565 return 0;
3567 _ACEOF
3568 rm -f conftest.o conftest.obj
3569 if { { ac_try="$ac_compile"
3570 case "(($ac_try" in
3571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3572 *) ac_try_echo=$ac_try;;
3573 esac
3574 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3575 $as_echo "$ac_try_echo"; } >&5
3576 (eval "$ac_compile") 2>&5
3577 ac_status=$?
3578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3579 test $ac_status = 0; }; then :
3580 for ac_file in conftest.o conftest.obj conftest.*; do
3581 test -f "$ac_file" || continue;
3582 case $ac_file in
3583 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3584 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3585 break;;
3586 esac
3587 done
3588 else
3589 $as_echo "$as_me: failed program was:" >&5
3590 sed 's/^/| /' conftest.$ac_ext >&5
3592 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3593 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3594 as_fn_error $? "cannot compute suffix of object files: cannot compile
3595 See \`config.log' for more details" "$LINENO" 5; }
3597 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3600 $as_echo "$ac_cv_objext" >&6; }
3601 OBJEXT=$ac_cv_objext
3602 ac_objext=$OBJEXT
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3604 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3605 if ${ac_cv_c_compiler_gnu+:} false; then :
3606 $as_echo_n "(cached) " >&6
3607 else
3608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3609 /* end confdefs.h. */
3612 main ()
3614 #ifndef __GNUC__
3615 choke me
3616 #endif
3619 return 0;
3621 _ACEOF
3622 if ac_fn_c_try_compile "$LINENO"; then :
3623 ac_compiler_gnu=yes
3624 else
3625 ac_compiler_gnu=no
3627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3628 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3632 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3633 if test $ac_compiler_gnu = yes; then
3634 GCC=yes
3635 else
3636 GCC=
3638 ac_test_CFLAGS=${CFLAGS+set}
3639 ac_save_CFLAGS=$CFLAGS
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3641 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3642 if ${ac_cv_prog_cc_g+:} false; then :
3643 $as_echo_n "(cached) " >&6
3644 else
3645 ac_save_c_werror_flag=$ac_c_werror_flag
3646 ac_c_werror_flag=yes
3647 ac_cv_prog_cc_g=no
3648 CFLAGS="-g"
3649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3650 /* end confdefs.h. */
3653 main ()
3657 return 0;
3659 _ACEOF
3660 if ac_fn_c_try_compile "$LINENO"; then :
3661 ac_cv_prog_cc_g=yes
3662 else
3663 CFLAGS=""
3664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3665 /* end confdefs.h. */
3668 main ()
3672 return 0;
3674 _ACEOF
3675 if ac_fn_c_try_compile "$LINENO"; then :
3677 else
3678 ac_c_werror_flag=$ac_save_c_werror_flag
3679 CFLAGS="-g"
3680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3681 /* end confdefs.h. */
3684 main ()
3688 return 0;
3690 _ACEOF
3691 if ac_fn_c_try_compile "$LINENO"; then :
3692 ac_cv_prog_cc_g=yes
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3699 ac_c_werror_flag=$ac_save_c_werror_flag
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3702 $as_echo "$ac_cv_prog_cc_g" >&6; }
3703 if test "$ac_test_CFLAGS" = set; then
3704 CFLAGS=$ac_save_CFLAGS
3705 elif test $ac_cv_prog_cc_g = yes; then
3706 if test "$GCC" = yes; then
3707 CFLAGS="-g -O2"
3708 else
3709 CFLAGS="-g"
3711 else
3712 if test "$GCC" = yes; then
3713 CFLAGS="-O2"
3714 else
3715 CFLAGS=
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3719 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3720 if ${ac_cv_prog_cc_c89+:} false; then :
3721 $as_echo_n "(cached) " >&6
3722 else
3723 ac_cv_prog_cc_c89=no
3724 ac_save_CC=$CC
3725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3726 /* end confdefs.h. */
3727 #include <stdarg.h>
3728 #include <stdio.h>
3729 struct stat;
3730 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3731 struct buf { int x; };
3732 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3733 static char *e (p, i)
3734 char **p;
3735 int i;
3737 return p[i];
3739 static char *f (char * (*g) (char **, int), char **p, ...)
3741 char *s;
3742 va_list v;
3743 va_start (v,p);
3744 s = g (p, va_arg (v,int));
3745 va_end (v);
3746 return s;
3749 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3750 function prototypes and stuff, but not '\xHH' hex character constants.
3751 These don't provoke an error unfortunately, instead are silently treated
3752 as 'x'. The following induces an error, until -std is added to get
3753 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3754 array size at least. It's necessary to write '\x00'==0 to get something
3755 that's true only with -std. */
3756 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3758 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3759 inside strings and character constants. */
3760 #define FOO(x) 'x'
3761 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3763 int test (int i, double x);
3764 struct s1 {int (*f) (int a);};
3765 struct s2 {int (*f) (double a);};
3766 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3767 int argc;
3768 char **argv;
3770 main ()
3772 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3774 return 0;
3776 _ACEOF
3777 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3778 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3780 CC="$ac_save_CC $ac_arg"
3781 if ac_fn_c_try_compile "$LINENO"; then :
3782 ac_cv_prog_cc_c89=$ac_arg
3784 rm -f core conftest.err conftest.$ac_objext
3785 test "x$ac_cv_prog_cc_c89" != "xno" && break
3786 done
3787 rm -f conftest.$ac_ext
3788 CC=$ac_save_CC
3791 # AC_CACHE_VAL
3792 case "x$ac_cv_prog_cc_c89" in
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3795 $as_echo "none needed" >&6; } ;;
3796 xno)
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3798 $as_echo "unsupported" >&6; } ;;
3800 CC="$CC $ac_cv_prog_cc_c89"
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3802 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3803 esac
3804 if test "x$ac_cv_prog_cc_c89" != xno; then :
3808 ac_ext=c
3809 ac_cpp='$CPP $CPPFLAGS'
3810 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3811 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3812 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3814 ac_ext=c
3815 ac_cpp='$CPP $CPPFLAGS'
3816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3820 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3821 if ${am_cv_prog_cc_c_o+:} false; then :
3822 $as_echo_n "(cached) " >&6
3823 else
3824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3825 /* end confdefs.h. */
3828 main ()
3832 return 0;
3834 _ACEOF
3835 # Make sure it works both with $CC and with simple cc.
3836 # Following AC_PROG_CC_C_O, we do the test twice because some
3837 # compilers refuse to overwrite an existing .o file with -o,
3838 # though they will create one.
3839 am_cv_prog_cc_c_o=yes
3840 for am_i in 1 2; do
3841 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3842 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3843 ac_status=$?
3844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845 (exit $ac_status); } \
3846 && test -f conftest2.$ac_objext; then
3847 : OK
3848 else
3849 am_cv_prog_cc_c_o=no
3850 break
3852 done
3853 rm -f core conftest*
3854 unset am_i
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3857 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3858 if test "$am_cv_prog_cc_c_o" != yes; then
3859 # Losing compiler, so override with the script.
3860 # FIXME: It is wrong to rewrite CC.
3861 # But if we don't then we get into trouble of one sort or another.
3862 # A longer-term fix would be to have automake use am__CC in this case,
3863 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3864 CC="$am_aux_dir/compile $CC"
3866 ac_ext=c
3867 ac_cpp='$CPP $CPPFLAGS'
3868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3872 DEPDIR="${am__leading_dot}deps"
3874 ac_config_commands="$ac_config_commands depfiles"
3877 am_make=${MAKE-make}
3878 cat > confinc << 'END'
3879 am__doit:
3880 @echo this is the am__doit target
3881 .PHONY: am__doit
3883 # If we don't find an include directive, just comment out the code.
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3885 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3886 am__include="#"
3887 am__quote=
3888 _am_result=none
3889 # First try GNU make style include.
3890 echo "include confinc" > confmf
3891 # Ignore all kinds of additional output from 'make'.
3892 case `$am_make -s -f confmf 2> /dev/null` in #(
3893 *the\ am__doit\ target*)
3894 am__include=include
3895 am__quote=
3896 _am_result=GNU
3898 esac
3899 # Now try BSD make style include.
3900 if test "$am__include" = "#"; then
3901 echo '.include "confinc"' > confmf
3902 case `$am_make -s -f confmf 2> /dev/null` in #(
3903 *the\ am__doit\ target*)
3904 am__include=.include
3905 am__quote="\""
3906 _am_result=BSD
3908 esac
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3913 $as_echo "$_am_result" >&6; }
3914 rm -f confinc confmf
3916 # Check whether --enable-dependency-tracking was given.
3917 if test "${enable_dependency_tracking+set}" = set; then :
3918 enableval=$enable_dependency_tracking;
3921 if test "x$enable_dependency_tracking" != xno; then
3922 am_depcomp="$ac_aux_dir/depcomp"
3923 AMDEPBACKSLASH='\'
3924 am__nodep='_no'
3926 if test "x$enable_dependency_tracking" != xno; then
3927 AMDEP_TRUE=
3928 AMDEP_FALSE='#'
3929 else
3930 AMDEP_TRUE='#'
3931 AMDEP_FALSE=
3936 depcc="$CC" am_compiler_list=
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3939 $as_echo_n "checking dependency style of $depcc... " >&6; }
3940 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3941 $as_echo_n "(cached) " >&6
3942 else
3943 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3944 # We make a subdir and do the tests there. Otherwise we can end up
3945 # making bogus files that we don't know about and never remove. For
3946 # instance it was reported that on HP-UX the gcc test will end up
3947 # making a dummy file named 'D' -- because '-MD' means "put the output
3948 # in D".
3949 rm -rf conftest.dir
3950 mkdir conftest.dir
3951 # Copy depcomp to subdir because otherwise we won't find it if we're
3952 # using a relative directory.
3953 cp "$am_depcomp" conftest.dir
3954 cd conftest.dir
3955 # We will build objects and dependencies in a subdirectory because
3956 # it helps to detect inapplicable dependency modes. For instance
3957 # both Tru64's cc and ICC support -MD to output dependencies as a
3958 # side effect of compilation, but ICC will put the dependencies in
3959 # the current directory while Tru64 will put them in the object
3960 # directory.
3961 mkdir sub
3963 am_cv_CC_dependencies_compiler_type=none
3964 if test "$am_compiler_list" = ""; then
3965 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3967 am__universal=false
3968 case " $depcc " in #(
3969 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3970 esac
3972 for depmode in $am_compiler_list; do
3973 # Setup a source with many dependencies, because some compilers
3974 # like to wrap large dependency lists on column 80 (with \), and
3975 # we should not choose a depcomp mode which is confused by this.
3977 # We need to recreate these files for each test, as the compiler may
3978 # overwrite some of them when testing with obscure command lines.
3979 # This happens at least with the AIX C compiler.
3980 : > sub/conftest.c
3981 for i in 1 2 3 4 5 6; do
3982 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3983 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3984 # Solaris 10 /bin/sh.
3985 echo '/* dummy */' > sub/conftst$i.h
3986 done
3987 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3989 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3990 # mode. It turns out that the SunPro C++ compiler does not properly
3991 # handle '-M -o', and we need to detect this. Also, some Intel
3992 # versions had trouble with output in subdirs.
3993 am__obj=sub/conftest.${OBJEXT-o}
3994 am__minus_obj="-o $am__obj"
3995 case $depmode in
3996 gcc)
3997 # This depmode causes a compiler race in universal mode.
3998 test "$am__universal" = false || continue
4000 nosideeffect)
4001 # After this tag, mechanisms are not by side-effect, so they'll
4002 # only be used when explicitly requested.
4003 if test "x$enable_dependency_tracking" = xyes; then
4004 continue
4005 else
4006 break
4009 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4010 # This compiler won't grok '-c -o', but also, the minuso test has
4011 # not run yet. These depmodes are late enough in the game, and
4012 # so weak that their functioning should not be impacted.
4013 am__obj=conftest.${OBJEXT-o}
4014 am__minus_obj=
4016 none) break ;;
4017 esac
4018 if depmode=$depmode \
4019 source=sub/conftest.c object=$am__obj \
4020 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4021 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4022 >/dev/null 2>conftest.err &&
4023 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4024 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4025 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4026 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4027 # icc doesn't choke on unknown options, it will just issue warnings
4028 # or remarks (even with -Werror). So we grep stderr for any message
4029 # that says an option was ignored or not supported.
4030 # When given -MP, icc 7.0 and 7.1 complain thusly:
4031 # icc: Command line warning: ignoring option '-M'; no argument required
4032 # The diagnosis changed in icc 8.0:
4033 # icc: Command line remark: option '-MP' not supported
4034 if (grep 'ignoring option' conftest.err ||
4035 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4036 am_cv_CC_dependencies_compiler_type=$depmode
4037 break
4040 done
4042 cd ..
4043 rm -rf conftest.dir
4044 else
4045 am_cv_CC_dependencies_compiler_type=none
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4050 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4051 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4054 test "x$enable_dependency_tracking" != xno \
4055 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4056 am__fastdepCC_TRUE=
4057 am__fastdepCC_FALSE='#'
4058 else
4059 am__fastdepCC_TRUE='#'
4060 am__fastdepCC_FALSE=
4064 ac_ext=cpp
4065 ac_cpp='$CXXCPP $CPPFLAGS'
4066 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4067 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4068 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4069 if test -z "$CXX"; then
4070 if test -n "$CCC"; then
4071 CXX=$CCC
4072 else
4073 if test -n "$ac_tool_prefix"; then
4074 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4076 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4077 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4079 $as_echo_n "checking for $ac_word... " >&6; }
4080 if ${ac_cv_prog_CXX+:} false; then :
4081 $as_echo_n "(cached) " >&6
4082 else
4083 if test -n "$CXX"; then
4084 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4085 else
4086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4087 for as_dir in $PATH
4089 IFS=$as_save_IFS
4090 test -z "$as_dir" && as_dir=.
4091 for ac_exec_ext in '' $ac_executable_extensions; do
4092 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4093 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4095 break 2
4097 done
4098 done
4099 IFS=$as_save_IFS
4103 CXX=$ac_cv_prog_CXX
4104 if test -n "$CXX"; then
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4106 $as_echo "$CXX" >&6; }
4107 else
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4109 $as_echo "no" >&6; }
4113 test -n "$CXX" && break
4114 done
4116 if test -z "$CXX"; then
4117 ac_ct_CXX=$CXX
4118 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4120 # Extract the first word of "$ac_prog", so it can be a program name with args.
4121 set dummy $ac_prog; ac_word=$2
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4123 $as_echo_n "checking for $ac_word... " >&6; }
4124 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4125 $as_echo_n "(cached) " >&6
4126 else
4127 if test -n "$ac_ct_CXX"; then
4128 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4129 else
4130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4131 for as_dir in $PATH
4133 IFS=$as_save_IFS
4134 test -z "$as_dir" && as_dir=.
4135 for ac_exec_ext in '' $ac_executable_extensions; do
4136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4137 ac_cv_prog_ac_ct_CXX="$ac_prog"
4138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4139 break 2
4141 done
4142 done
4143 IFS=$as_save_IFS
4147 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4148 if test -n "$ac_ct_CXX"; then
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4150 $as_echo "$ac_ct_CXX" >&6; }
4151 else
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4153 $as_echo "no" >&6; }
4157 test -n "$ac_ct_CXX" && break
4158 done
4160 if test "x$ac_ct_CXX" = x; then
4161 CXX="g++"
4162 else
4163 case $cross_compiling:$ac_tool_warned in
4164 yes:)
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4166 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4167 ac_tool_warned=yes ;;
4168 esac
4169 CXX=$ac_ct_CXX
4175 # Provide some information about the compiler.
4176 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4177 set X $ac_compile
4178 ac_compiler=$2
4179 for ac_option in --version -v -V -qversion; do
4180 { { ac_try="$ac_compiler $ac_option >&5"
4181 case "(($ac_try" in
4182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4183 *) ac_try_echo=$ac_try;;
4184 esac
4185 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4186 $as_echo "$ac_try_echo"; } >&5
4187 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4188 ac_status=$?
4189 if test -s conftest.err; then
4190 sed '10a\
4191 ... rest of stderr output deleted ...
4192 10q' conftest.err >conftest.er1
4193 cat conftest.er1 >&5
4195 rm -f conftest.er1 conftest.err
4196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4197 test $ac_status = 0; }
4198 done
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4201 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4202 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4203 $as_echo_n "(cached) " >&6
4204 else
4205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4206 /* end confdefs.h. */
4209 main ()
4211 #ifndef __GNUC__
4212 choke me
4213 #endif
4216 return 0;
4218 _ACEOF
4219 if ac_fn_cxx_try_compile "$LINENO"; then :
4220 ac_compiler_gnu=yes
4221 else
4222 ac_compiler_gnu=no
4224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4225 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4229 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4230 if test $ac_compiler_gnu = yes; then
4231 GXX=yes
4232 else
4233 GXX=
4235 ac_test_CXXFLAGS=${CXXFLAGS+set}
4236 ac_save_CXXFLAGS=$CXXFLAGS
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4238 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4239 if ${ac_cv_prog_cxx_g+:} false; then :
4240 $as_echo_n "(cached) " >&6
4241 else
4242 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4243 ac_cxx_werror_flag=yes
4244 ac_cv_prog_cxx_g=no
4245 CXXFLAGS="-g"
4246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4247 /* end confdefs.h. */
4250 main ()
4254 return 0;
4256 _ACEOF
4257 if ac_fn_cxx_try_compile "$LINENO"; then :
4258 ac_cv_prog_cxx_g=yes
4259 else
4260 CXXFLAGS=""
4261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4262 /* end confdefs.h. */
4265 main ()
4269 return 0;
4271 _ACEOF
4272 if ac_fn_cxx_try_compile "$LINENO"; then :
4274 else
4275 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4276 CXXFLAGS="-g"
4277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4278 /* end confdefs.h. */
4281 main ()
4285 return 0;
4287 _ACEOF
4288 if ac_fn_cxx_try_compile "$LINENO"; then :
4289 ac_cv_prog_cxx_g=yes
4291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4296 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4299 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4300 if test "$ac_test_CXXFLAGS" = set; then
4301 CXXFLAGS=$ac_save_CXXFLAGS
4302 elif test $ac_cv_prog_cxx_g = yes; then
4303 if test "$GXX" = yes; then
4304 CXXFLAGS="-g -O2"
4305 else
4306 CXXFLAGS="-g"
4308 else
4309 if test "$GXX" = yes; then
4310 CXXFLAGS="-O2"
4311 else
4312 CXXFLAGS=
4315 ac_ext=c
4316 ac_cpp='$CPP $CPPFLAGS'
4317 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4318 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4319 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4321 depcc="$CXX" am_compiler_list=
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4324 $as_echo_n "checking dependency style of $depcc... " >&6; }
4325 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
4326 $as_echo_n "(cached) " >&6
4327 else
4328 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4329 # We make a subdir and do the tests there. Otherwise we can end up
4330 # making bogus files that we don't know about and never remove. For
4331 # instance it was reported that on HP-UX the gcc test will end up
4332 # making a dummy file named 'D' -- because '-MD' means "put the output
4333 # in D".
4334 rm -rf conftest.dir
4335 mkdir conftest.dir
4336 # Copy depcomp to subdir because otherwise we won't find it if we're
4337 # using a relative directory.
4338 cp "$am_depcomp" conftest.dir
4339 cd conftest.dir
4340 # We will build objects and dependencies in a subdirectory because
4341 # it helps to detect inapplicable dependency modes. For instance
4342 # both Tru64's cc and ICC support -MD to output dependencies as a
4343 # side effect of compilation, but ICC will put the dependencies in
4344 # the current directory while Tru64 will put them in the object
4345 # directory.
4346 mkdir sub
4348 am_cv_CXX_dependencies_compiler_type=none
4349 if test "$am_compiler_list" = ""; then
4350 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4352 am__universal=false
4353 case " $depcc " in #(
4354 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4355 esac
4357 for depmode in $am_compiler_list; do
4358 # Setup a source with many dependencies, because some compilers
4359 # like to wrap large dependency lists on column 80 (with \), and
4360 # we should not choose a depcomp mode which is confused by this.
4362 # We need to recreate these files for each test, as the compiler may
4363 # overwrite some of them when testing with obscure command lines.
4364 # This happens at least with the AIX C compiler.
4365 : > sub/conftest.c
4366 for i in 1 2 3 4 5 6; do
4367 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4368 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4369 # Solaris 10 /bin/sh.
4370 echo '/* dummy */' > sub/conftst$i.h
4371 done
4372 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4374 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4375 # mode. It turns out that the SunPro C++ compiler does not properly
4376 # handle '-M -o', and we need to detect this. Also, some Intel
4377 # versions had trouble with output in subdirs.
4378 am__obj=sub/conftest.${OBJEXT-o}
4379 am__minus_obj="-o $am__obj"
4380 case $depmode in
4381 gcc)
4382 # This depmode causes a compiler race in universal mode.
4383 test "$am__universal" = false || continue
4385 nosideeffect)
4386 # After this tag, mechanisms are not by side-effect, so they'll
4387 # only be used when explicitly requested.
4388 if test "x$enable_dependency_tracking" = xyes; then
4389 continue
4390 else
4391 break
4394 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4395 # This compiler won't grok '-c -o', but also, the minuso test has
4396 # not run yet. These depmodes are late enough in the game, and
4397 # so weak that their functioning should not be impacted.
4398 am__obj=conftest.${OBJEXT-o}
4399 am__minus_obj=
4401 none) break ;;
4402 esac
4403 if depmode=$depmode \
4404 source=sub/conftest.c object=$am__obj \
4405 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4406 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4407 >/dev/null 2>conftest.err &&
4408 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4409 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4410 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4411 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4412 # icc doesn't choke on unknown options, it will just issue warnings
4413 # or remarks (even with -Werror). So we grep stderr for any message
4414 # that says an option was ignored or not supported.
4415 # When given -MP, icc 7.0 and 7.1 complain thusly:
4416 # icc: Command line warning: ignoring option '-M'; no argument required
4417 # The diagnosis changed in icc 8.0:
4418 # icc: Command line remark: option '-MP' not supported
4419 if (grep 'ignoring option' conftest.err ||
4420 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4421 am_cv_CXX_dependencies_compiler_type=$depmode
4422 break
4425 done
4427 cd ..
4428 rm -rf conftest.dir
4429 else
4430 am_cv_CXX_dependencies_compiler_type=none
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4435 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4436 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4439 test "x$enable_dependency_tracking" != xno \
4440 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
4441 am__fastdepCXX_TRUE=
4442 am__fastdepCXX_FALSE='#'
4443 else
4444 am__fastdepCXX_TRUE='#'
4445 am__fastdepCXX_FALSE=
4449 ac_config_files="$ac_config_files Makefile"
4451 # Default to --enable-multilib
4452 # Check whether --enable-multilib was given.
4453 if test "${enable_multilib+set}" = set; then :
4454 enableval=$enable_multilib; case "$enableval" in
4455 yes) multilib=yes ;;
4456 no) multilib=no ;;
4457 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
4458 esac
4459 else
4460 multilib=yes
4464 # We may get other options which we leave undocumented:
4465 # --with-target-subdir, --with-multisrctop, --with-multisubdir
4466 # See config-ml.in if you want the gory details.
4468 if test "$srcdir" = "."; then
4469 if test "$with_target_subdir" != "."; then
4470 multi_basedir="$srcdir/$with_multisrctop../../.."
4471 else
4472 multi_basedir="$srcdir/$with_multisrctop../.."
4474 else
4475 multi_basedir="$srcdir/../.."
4479 # Even if the default multilib is not a cross compilation,
4480 # it may be that some of the other multilibs are.
4481 if test $cross_compiling = no && test $multilib = yes \
4482 && test "x${with_multisubdir}" != x ; then
4483 cross_compiling=maybe
4486 ac_config_commands="$ac_config_commands default-1"
4489 if test "${multilib}" = "yes"; then
4490 multilib_arg="--enable-multilib"
4491 else
4492 multilib_arg=
4495 # Make sure liboffloadmic is enabled
4496 case "$enable_liboffloadmic" in
4497 host | target)
4500 as_fn_error $? "Liboffloadmic is disabled" "$LINENO" 5 ;;
4501 esac
4502 if test x"$enable_liboffloadmic" = xhost; then
4503 PLUGIN_HOST_TRUE=
4504 PLUGIN_HOST_FALSE='#'
4505 else
4506 PLUGIN_HOST_TRUE='#'
4507 PLUGIN_HOST_FALSE=
4511 # Get accel target and path to build or install tree of accel compiler
4512 accel_search_dir=
4513 accel_target=
4514 if test x"$enable_liboffloadmic" = xhost; then
4515 for accel in `echo $enable_offload_targets | sed -e 's#,# #g'`; do
4516 accel_name=`echo $accel | sed 's/=.*//'`
4517 accel_dir=`echo $accel | grep '=' | sed 's/.*=//'`
4518 case "$accel_name" in
4519 *-intelmic-* | *-intelmicemul-*)
4520 accel_target=$accel_name
4521 accel_search_dir=$accel_dir
4523 esac
4524 done
4525 if test x"$accel_target" = x; then
4526 as_fn_error $? "--enable-offload-targets does not contain intelmic target" "$LINENO" 5
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
4533 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
4534 # Check whether --enable-version-specific-runtime-libs was given.
4535 if test "${enable_version_specific_runtime_libs+set}" = set; then :
4536 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
4537 yes) enable_version_specific_runtime_libs=yes ;;
4538 no) enable_version_specific_runtime_libs=no ;;
4539 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
4540 esac
4541 else
4542 enable_version_specific_runtime_libs=no
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
4546 $as_echo "$enable_version_specific_runtime_libs" >&6; }
4550 # Check whether --with-toolexeclibdir was given.
4551 if test "${with_toolexeclibdir+set}" = set; then :
4552 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
4556 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
4558 esac
4559 else
4560 with_toolexeclibdir=no
4565 # Calculate toolexeclibdir.
4566 # Also toolexecdir, though it's only used in toolexeclibdir.
4567 case ${enable_version_specific_runtime_libs} in
4568 yes)
4569 # Need the gcc compiler version to know where to install libraries
4570 # and header files if --enable-version-specific-runtime-libs option
4571 # is selected.
4572 toolexecdir='$(libdir)/gcc/$(target_alias)'
4573 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
4576 if test -n "$with_cross_host" &&
4577 test x"$with_cross_host" != x"no"; then
4578 # Install a library built with a cross compiler in tooldir, not libdir.
4579 toolexecdir='$(exec_prefix)/$(target_alias)'
4580 case ${with_toolexeclibdir} in
4582 toolexeclibdir='$(toolexecdir)/lib'
4585 toolexeclibdir=${with_toolexeclibdir}
4587 esac
4588 else
4589 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
4590 toolexeclibdir='$(libdir)'
4592 multi_os_directory=`$CC -print-multi-os-directory`
4593 case $multi_os_directory in
4594 .) ;; # Avoid trailing /.
4595 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
4596 esac
4598 esac
4600 enable_dlopen=yes
4604 case `pwd` in
4605 *\ * | *\ *)
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4607 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4608 esac
4612 macro_version='2.2.7a'
4613 macro_revision='1.3134'
4627 ltmain="$ac_aux_dir/ltmain.sh"
4629 # Backslashify metacharacters that are still active within
4630 # double-quoted strings.
4631 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4633 # Same as above, but do not quote variable references.
4634 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4636 # Sed substitution to delay expansion of an escaped shell variable in a
4637 # double_quote_subst'ed string.
4638 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4640 # Sed substitution to delay expansion of an escaped single quote.
4641 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4643 # Sed substitution to avoid accidental globbing in evaled expressions
4644 no_glob_subst='s/\*/\\\*/g'
4646 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4647 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4648 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4651 $as_echo_n "checking how to print strings... " >&6; }
4652 # Test print first, because it will be a builtin if present.
4653 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4654 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4655 ECHO='print -r --'
4656 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4657 ECHO='printf %s\n'
4658 else
4659 # Use this function as a fallback that always works.
4660 func_fallback_echo ()
4662 eval 'cat <<_LTECHO_EOF
4664 _LTECHO_EOF'
4666 ECHO='func_fallback_echo'
4669 # func_echo_all arg...
4670 # Invoke $ECHO with all args, space-separated.
4671 func_echo_all ()
4673 $ECHO ""
4676 case "$ECHO" in
4677 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4678 $as_echo "printf" >&6; } ;;
4679 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4680 $as_echo "print -r" >&6; } ;;
4681 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4682 $as_echo "cat" >&6; } ;;
4683 esac
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4699 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4700 if ${ac_cv_path_SED+:} false; then :
4701 $as_echo_n "(cached) " >&6
4702 else
4703 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4704 for ac_i in 1 2 3 4 5 6 7; do
4705 ac_script="$ac_script$as_nl$ac_script"
4706 done
4707 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4708 { ac_script=; unset ac_script;}
4709 if test -z "$SED"; then
4710 ac_path_SED_found=false
4711 # Loop through the user's path and test for each of PROGNAME-LIST
4712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4713 for as_dir in $PATH
4715 IFS=$as_save_IFS
4716 test -z "$as_dir" && as_dir=.
4717 for ac_prog in sed gsed; do
4718 for ac_exec_ext in '' $ac_executable_extensions; do
4719 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4720 as_fn_executable_p "$ac_path_SED" || continue
4721 # Check for GNU ac_path_SED and select it if it is found.
4722 # Check for GNU $ac_path_SED
4723 case `"$ac_path_SED" --version 2>&1` in
4724 *GNU*)
4725 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4727 ac_count=0
4728 $as_echo_n 0123456789 >"conftest.in"
4729 while :
4731 cat "conftest.in" "conftest.in" >"conftest.tmp"
4732 mv "conftest.tmp" "conftest.in"
4733 cp "conftest.in" "conftest.nl"
4734 $as_echo '' >> "conftest.nl"
4735 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4736 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4737 as_fn_arith $ac_count + 1 && ac_count=$as_val
4738 if test $ac_count -gt ${ac_path_SED_max-0}; then
4739 # Best one so far, save it but keep looking for a better one
4740 ac_cv_path_SED="$ac_path_SED"
4741 ac_path_SED_max=$ac_count
4743 # 10*(2^10) chars as input seems more than enough
4744 test $ac_count -gt 10 && break
4745 done
4746 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4747 esac
4749 $ac_path_SED_found && break 3
4750 done
4751 done
4752 done
4753 IFS=$as_save_IFS
4754 if test -z "$ac_cv_path_SED"; then
4755 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4757 else
4758 ac_cv_path_SED=$SED
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4763 $as_echo "$ac_cv_path_SED" >&6; }
4764 SED="$ac_cv_path_SED"
4765 rm -f conftest.sed
4767 test -z "$SED" && SED=sed
4768 Xsed="$SED -e 1s/^X//"
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4781 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4782 if ${ac_cv_path_GREP+:} false; then :
4783 $as_echo_n "(cached) " >&6
4784 else
4785 if test -z "$GREP"; then
4786 ac_path_GREP_found=false
4787 # Loop through the user's path and test for each of PROGNAME-LIST
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4791 IFS=$as_save_IFS
4792 test -z "$as_dir" && as_dir=.
4793 for ac_prog in grep ggrep; do
4794 for ac_exec_ext in '' $ac_executable_extensions; do
4795 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4796 as_fn_executable_p "$ac_path_GREP" || continue
4797 # Check for GNU ac_path_GREP and select it if it is found.
4798 # Check for GNU $ac_path_GREP
4799 case `"$ac_path_GREP" --version 2>&1` in
4800 *GNU*)
4801 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4803 ac_count=0
4804 $as_echo_n 0123456789 >"conftest.in"
4805 while :
4807 cat "conftest.in" "conftest.in" >"conftest.tmp"
4808 mv "conftest.tmp" "conftest.in"
4809 cp "conftest.in" "conftest.nl"
4810 $as_echo 'GREP' >> "conftest.nl"
4811 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4812 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4813 as_fn_arith $ac_count + 1 && ac_count=$as_val
4814 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4815 # Best one so far, save it but keep looking for a better one
4816 ac_cv_path_GREP="$ac_path_GREP"
4817 ac_path_GREP_max=$ac_count
4819 # 10*(2^10) chars as input seems more than enough
4820 test $ac_count -gt 10 && break
4821 done
4822 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4823 esac
4825 $ac_path_GREP_found && break 3
4826 done
4827 done
4828 done
4829 IFS=$as_save_IFS
4830 if test -z "$ac_cv_path_GREP"; then
4831 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4833 else
4834 ac_cv_path_GREP=$GREP
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4839 $as_echo "$ac_cv_path_GREP" >&6; }
4840 GREP="$ac_cv_path_GREP"
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4844 $as_echo_n "checking for egrep... " >&6; }
4845 if ${ac_cv_path_EGREP+:} false; then :
4846 $as_echo_n "(cached) " >&6
4847 else
4848 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4849 then ac_cv_path_EGREP="$GREP -E"
4850 else
4851 if test -z "$EGREP"; then
4852 ac_path_EGREP_found=false
4853 # Loop through the user's path and test for each of PROGNAME-LIST
4854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4857 IFS=$as_save_IFS
4858 test -z "$as_dir" && as_dir=.
4859 for ac_prog in egrep; do
4860 for ac_exec_ext in '' $ac_executable_extensions; do
4861 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4862 as_fn_executable_p "$ac_path_EGREP" || continue
4863 # Check for GNU ac_path_EGREP and select it if it is found.
4864 # Check for GNU $ac_path_EGREP
4865 case `"$ac_path_EGREP" --version 2>&1` in
4866 *GNU*)
4867 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4869 ac_count=0
4870 $as_echo_n 0123456789 >"conftest.in"
4871 while :
4873 cat "conftest.in" "conftest.in" >"conftest.tmp"
4874 mv "conftest.tmp" "conftest.in"
4875 cp "conftest.in" "conftest.nl"
4876 $as_echo 'EGREP' >> "conftest.nl"
4877 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4878 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4879 as_fn_arith $ac_count + 1 && ac_count=$as_val
4880 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4881 # Best one so far, save it but keep looking for a better one
4882 ac_cv_path_EGREP="$ac_path_EGREP"
4883 ac_path_EGREP_max=$ac_count
4885 # 10*(2^10) chars as input seems more than enough
4886 test $ac_count -gt 10 && break
4887 done
4888 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4889 esac
4891 $ac_path_EGREP_found && break 3
4892 done
4893 done
4894 done
4895 IFS=$as_save_IFS
4896 if test -z "$ac_cv_path_EGREP"; then
4897 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4899 else
4900 ac_cv_path_EGREP=$EGREP
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4906 $as_echo "$ac_cv_path_EGREP" >&6; }
4907 EGREP="$ac_cv_path_EGREP"
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4911 $as_echo_n "checking for fgrep... " >&6; }
4912 if ${ac_cv_path_FGREP+:} false; then :
4913 $as_echo_n "(cached) " >&6
4914 else
4915 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4916 then ac_cv_path_FGREP="$GREP -F"
4917 else
4918 if test -z "$FGREP"; then
4919 ac_path_FGREP_found=false
4920 # Loop through the user's path and test for each of PROGNAME-LIST
4921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4922 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4924 IFS=$as_save_IFS
4925 test -z "$as_dir" && as_dir=.
4926 for ac_prog in fgrep; do
4927 for ac_exec_ext in '' $ac_executable_extensions; do
4928 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4929 as_fn_executable_p "$ac_path_FGREP" || continue
4930 # Check for GNU ac_path_FGREP and select it if it is found.
4931 # Check for GNU $ac_path_FGREP
4932 case `"$ac_path_FGREP" --version 2>&1` in
4933 *GNU*)
4934 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4936 ac_count=0
4937 $as_echo_n 0123456789 >"conftest.in"
4938 while :
4940 cat "conftest.in" "conftest.in" >"conftest.tmp"
4941 mv "conftest.tmp" "conftest.in"
4942 cp "conftest.in" "conftest.nl"
4943 $as_echo 'FGREP' >> "conftest.nl"
4944 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4945 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4946 as_fn_arith $ac_count + 1 && ac_count=$as_val
4947 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4948 # Best one so far, save it but keep looking for a better one
4949 ac_cv_path_FGREP="$ac_path_FGREP"
4950 ac_path_FGREP_max=$ac_count
4952 # 10*(2^10) chars as input seems more than enough
4953 test $ac_count -gt 10 && break
4954 done
4955 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4956 esac
4958 $ac_path_FGREP_found && break 3
4959 done
4960 done
4961 done
4962 IFS=$as_save_IFS
4963 if test -z "$ac_cv_path_FGREP"; then
4964 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4966 else
4967 ac_cv_path_FGREP=$FGREP
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4973 $as_echo "$ac_cv_path_FGREP" >&6; }
4974 FGREP="$ac_cv_path_FGREP"
4977 test -z "$GREP" && GREP=grep
4997 # Check whether --with-gnu-ld was given.
4998 if test "${with_gnu_ld+set}" = set; then :
4999 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5000 else
5001 with_gnu_ld=no
5004 ac_prog=ld
5005 if test "$GCC" = yes; then
5006 # Check if gcc -print-prog-name=ld gives a path.
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5008 $as_echo_n "checking for ld used by $CC... " >&6; }
5009 case $host in
5010 *-*-mingw*)
5011 # gcc leaves a trailing carriage return which upsets mingw
5012 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5014 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5015 esac
5016 case $ac_prog in
5017 # Accept absolute paths.
5018 [\\/]* | ?:[\\/]*)
5019 re_direlt='/[^/][^/]*/\.\./'
5020 # Canonicalize the pathname of ld
5021 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5022 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5023 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5024 done
5025 test -z "$LD" && LD="$ac_prog"
5028 # If it fails, then pretend we aren't using GCC.
5029 ac_prog=ld
5032 # If it is relative, then search for the first ld in PATH.
5033 with_gnu_ld=unknown
5035 esac
5036 elif test "$with_gnu_ld" = yes; then
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5038 $as_echo_n "checking for GNU ld... " >&6; }
5039 else
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5041 $as_echo_n "checking for non-GNU ld... " >&6; }
5043 if ${lt_cv_path_LD+:} false; then :
5044 $as_echo_n "(cached) " >&6
5045 else
5046 if test -z "$LD"; then
5047 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5048 for ac_dir in $PATH; do
5049 IFS="$lt_save_ifs"
5050 test -z "$ac_dir" && ac_dir=.
5051 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5052 lt_cv_path_LD="$ac_dir/$ac_prog"
5053 # Check to see if the program is GNU ld. I'd rather use --version,
5054 # but apparently some variants of GNU ld only accept -v.
5055 # Break only if it was the GNU/non-GNU ld that we prefer.
5056 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5057 *GNU* | *'with BFD'*)
5058 test "$with_gnu_ld" != no && break
5061 test "$with_gnu_ld" != yes && break
5063 esac
5065 done
5066 IFS="$lt_save_ifs"
5067 else
5068 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5072 LD="$lt_cv_path_LD"
5073 if test -n "$LD"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5075 $as_echo "$LD" >&6; }
5076 else
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5080 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5082 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5083 if ${lt_cv_prog_gnu_ld+:} false; then :
5084 $as_echo_n "(cached) " >&6
5085 else
5086 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5087 case `$LD -v 2>&1 </dev/null` in
5088 *GNU* | *'with BFD'*)
5089 lt_cv_prog_gnu_ld=yes
5092 lt_cv_prog_gnu_ld=no
5094 esac
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5097 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5098 with_gnu_ld=$lt_cv_prog_gnu_ld
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5109 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5110 if ${lt_cv_path_NM+:} false; then :
5111 $as_echo_n "(cached) " >&6
5112 else
5113 if test -n "$NM"; then
5114 # Let the user override the test.
5115 lt_cv_path_NM="$NM"
5116 else
5117 lt_nm_to_check="${ac_tool_prefix}nm"
5118 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5119 lt_nm_to_check="$lt_nm_to_check nm"
5121 for lt_tmp_nm in $lt_nm_to_check; do
5122 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5123 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5124 IFS="$lt_save_ifs"
5125 test -z "$ac_dir" && ac_dir=.
5126 tmp_nm="$ac_dir/$lt_tmp_nm"
5127 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5128 # Check to see if the nm accepts a BSD-compat flag.
5129 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5130 # nm: unknown option "B" ignored
5131 # Tru64's nm complains that /dev/null is an invalid object file
5132 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5133 */dev/null* | *'Invalid file or object type'*)
5134 lt_cv_path_NM="$tmp_nm -B"
5135 break
5138 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5139 */dev/null*)
5140 lt_cv_path_NM="$tmp_nm -p"
5141 break
5144 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5145 continue # so that we can try to find one that supports BSD flags
5147 esac
5149 esac
5151 done
5152 IFS="$lt_save_ifs"
5153 done
5154 : ${lt_cv_path_NM=no}
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5158 $as_echo "$lt_cv_path_NM" >&6; }
5159 if test "$lt_cv_path_NM" != "no"; then
5160 NM="$lt_cv_path_NM"
5161 else
5162 # Didn't find any BSD compatible name lister, look for dumpbin.
5163 if test -n "$DUMPBIN"; then :
5164 # Let the user override the test.
5165 else
5166 if test -n "$ac_tool_prefix"; then
5167 for ac_prog in dumpbin "link -dump"
5169 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5170 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5172 $as_echo_n "checking for $ac_word... " >&6; }
5173 if ${ac_cv_prog_DUMPBIN+:} false; then :
5174 $as_echo_n "(cached) " >&6
5175 else
5176 if test -n "$DUMPBIN"; then
5177 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5178 else
5179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5180 for as_dir in $PATH
5182 IFS=$as_save_IFS
5183 test -z "$as_dir" && as_dir=.
5184 for ac_exec_ext in '' $ac_executable_extensions; do
5185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5186 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5188 break 2
5190 done
5191 done
5192 IFS=$as_save_IFS
5196 DUMPBIN=$ac_cv_prog_DUMPBIN
5197 if test -n "$DUMPBIN"; then
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5199 $as_echo "$DUMPBIN" >&6; }
5200 else
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5202 $as_echo "no" >&6; }
5206 test -n "$DUMPBIN" && break
5207 done
5209 if test -z "$DUMPBIN"; then
5210 ac_ct_DUMPBIN=$DUMPBIN
5211 for ac_prog in dumpbin "link -dump"
5213 # Extract the first word of "$ac_prog", so it can be a program name with args.
5214 set dummy $ac_prog; ac_word=$2
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5216 $as_echo_n "checking for $ac_word... " >&6; }
5217 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5218 $as_echo_n "(cached) " >&6
5219 else
5220 if test -n "$ac_ct_DUMPBIN"; then
5221 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5222 else
5223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5224 for as_dir in $PATH
5226 IFS=$as_save_IFS
5227 test -z "$as_dir" && as_dir=.
5228 for ac_exec_ext in '' $ac_executable_extensions; do
5229 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5230 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5232 break 2
5234 done
5235 done
5236 IFS=$as_save_IFS
5240 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5241 if test -n "$ac_ct_DUMPBIN"; then
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5243 $as_echo "$ac_ct_DUMPBIN" >&6; }
5244 else
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5246 $as_echo "no" >&6; }
5250 test -n "$ac_ct_DUMPBIN" && break
5251 done
5253 if test "x$ac_ct_DUMPBIN" = x; then
5254 DUMPBIN=":"
5255 else
5256 case $cross_compiling:$ac_tool_warned in
5257 yes:)
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5259 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5260 ac_tool_warned=yes ;;
5261 esac
5262 DUMPBIN=$ac_ct_DUMPBIN
5266 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5267 *COFF*)
5268 DUMPBIN="$DUMPBIN -symbols"
5271 DUMPBIN=:
5273 esac
5276 if test "$DUMPBIN" != ":"; then
5277 NM="$DUMPBIN"
5280 test -z "$NM" && NM=nm
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5288 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5289 if ${lt_cv_nm_interface+:} false; then :
5290 $as_echo_n "(cached) " >&6
5291 else
5292 lt_cv_nm_interface="BSD nm"
5293 echo "int some_variable = 0;" > conftest.$ac_ext
5294 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5295 (eval "$ac_compile" 2>conftest.err)
5296 cat conftest.err >&5
5297 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5298 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5299 cat conftest.err >&5
5300 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5301 cat conftest.out >&5
5302 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5303 lt_cv_nm_interface="MS dumpbin"
5305 rm -f conftest*
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5308 $as_echo "$lt_cv_nm_interface" >&6; }
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5311 $as_echo_n "checking whether ln -s works... " >&6; }
5312 LN_S=$as_ln_s
5313 if test "$LN_S" = "ln -s"; then
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5315 $as_echo "yes" >&6; }
5316 else
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5318 $as_echo "no, using $LN_S" >&6; }
5321 # find the maximum length of command line arguments
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5323 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5324 if ${lt_cv_sys_max_cmd_len+:} false; then :
5325 $as_echo_n "(cached) " >&6
5326 else
5328 teststring="ABCD"
5330 case $build_os in
5331 msdosdjgpp*)
5332 # On DJGPP, this test can blow up pretty badly due to problems in libc
5333 # (any single argument exceeding 2000 bytes causes a buffer overrun
5334 # during glob expansion). Even if it were fixed, the result of this
5335 # check would be larger than it should be.
5336 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5339 gnu*)
5340 # Under GNU Hurd, this test is not required because there is
5341 # no limit to the length of command line arguments.
5342 # Libtool will interpret -1 as no limit whatsoever
5343 lt_cv_sys_max_cmd_len=-1;
5346 cygwin* | mingw* | cegcc*)
5347 # On Win9x/ME, this test blows up -- it succeeds, but takes
5348 # about 5 minutes as the teststring grows exponentially.
5349 # Worse, since 9x/ME are not pre-emptively multitasking,
5350 # you end up with a "frozen" computer, even though with patience
5351 # the test eventually succeeds (with a max line length of 256k).
5352 # Instead, let's just punt: use the minimum linelength reported by
5353 # all of the supported platforms: 8192 (on NT/2K/XP).
5354 lt_cv_sys_max_cmd_len=8192;
5357 mint*)
5358 # On MiNT this can take a long time and run out of memory.
5359 lt_cv_sys_max_cmd_len=8192;
5362 amigaos*)
5363 # On AmigaOS with pdksh, this test takes hours, literally.
5364 # So we just punt and use a minimum line length of 8192.
5365 lt_cv_sys_max_cmd_len=8192;
5368 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5369 # This has been around since 386BSD, at least. Likely further.
5370 if test -x /sbin/sysctl; then
5371 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5372 elif test -x /usr/sbin/sysctl; then
5373 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5374 else
5375 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5377 # And add a safety zone
5378 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5379 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5382 interix*)
5383 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5384 lt_cv_sys_max_cmd_len=196608
5387 osf*)
5388 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5389 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5390 # nice to cause kernel panics so lets avoid the loop below.
5391 # First set a reasonable default.
5392 lt_cv_sys_max_cmd_len=16384
5394 if test -x /sbin/sysconfig; then
5395 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5396 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5397 esac
5400 sco3.2v5*)
5401 lt_cv_sys_max_cmd_len=102400
5403 sysv5* | sco5v6* | sysv4.2uw2*)
5404 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5405 if test -n "$kargmax"; then
5406 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5407 else
5408 lt_cv_sys_max_cmd_len=32768
5412 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5413 if test -n "$lt_cv_sys_max_cmd_len"; then
5414 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5415 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5416 else
5417 # Make teststring a little bigger before we do anything with it.
5418 # a 1K string should be a reasonable start.
5419 for i in 1 2 3 4 5 6 7 8 ; do
5420 teststring=$teststring$teststring
5421 done
5422 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5423 # If test is not a shell built-in, we'll probably end up computing a
5424 # maximum length that is only half of the actual maximum length, but
5425 # we can't tell.
5426 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5427 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5428 test $i != 17 # 1/2 MB should be enough
5430 i=`expr $i + 1`
5431 teststring=$teststring$teststring
5432 done
5433 # Only check the string length outside the loop.
5434 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5435 teststring=
5436 # Add a significant safety factor because C++ compilers can tack on
5437 # massive amounts of additional arguments before passing them to the
5438 # linker. It appears as though 1/2 is a usable value.
5439 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5442 esac
5446 if test -n $lt_cv_sys_max_cmd_len ; then
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5448 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5449 else
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5451 $as_echo "none" >&6; }
5453 max_cmd_len=$lt_cv_sys_max_cmd_len
5460 : ${CP="cp -f"}
5461 : ${MV="mv -f"}
5462 : ${RM="rm -f"}
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5465 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5466 # Try some XSI features
5467 xsi_shell=no
5468 ( _lt_dummy="a/b/c"
5469 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5470 = c,a/b,, \
5471 && eval 'test $(( 1 + 1 )) -eq 2 \
5472 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5473 && xsi_shell=yes
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5475 $as_echo "$xsi_shell" >&6; }
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5479 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5480 lt_shell_append=no
5481 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5482 >/dev/null 2>&1 \
5483 && lt_shell_append=yes
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5485 $as_echo "$lt_shell_append" >&6; }
5488 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5489 lt_unset=unset
5490 else
5491 lt_unset=false
5498 # test EBCDIC or ASCII
5499 case `echo X|tr X '\101'` in
5500 A) # ASCII based system
5501 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5502 lt_SP2NL='tr \040 \012'
5503 lt_NL2SP='tr \015\012 \040\040'
5505 *) # EBCDIC based system
5506 lt_SP2NL='tr \100 \n'
5507 lt_NL2SP='tr \r\n \100\100'
5509 esac
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5520 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5521 if ${lt_cv_ld_reload_flag+:} false; then :
5522 $as_echo_n "(cached) " >&6
5523 else
5524 lt_cv_ld_reload_flag='-r'
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5527 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5528 reload_flag=$lt_cv_ld_reload_flag
5529 case $reload_flag in
5530 "" | " "*) ;;
5531 *) reload_flag=" $reload_flag" ;;
5532 esac
5533 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5534 case $host_os in
5535 darwin*)
5536 if test "$GCC" = yes; then
5537 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5538 else
5539 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5542 esac
5552 if test -n "$ac_tool_prefix"; then
5553 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5554 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5556 $as_echo_n "checking for $ac_word... " >&6; }
5557 if ${ac_cv_prog_OBJDUMP+:} false; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 if test -n "$OBJDUMP"; then
5561 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5562 else
5563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564 for as_dir in $PATH
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 for ac_exec_ext in '' $ac_executable_extensions; do
5569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5570 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5572 break 2
5574 done
5575 done
5576 IFS=$as_save_IFS
5580 OBJDUMP=$ac_cv_prog_OBJDUMP
5581 if test -n "$OBJDUMP"; then
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5583 $as_echo "$OBJDUMP" >&6; }
5584 else
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5586 $as_echo "no" >&6; }
5591 if test -z "$ac_cv_prog_OBJDUMP"; then
5592 ac_ct_OBJDUMP=$OBJDUMP
5593 # Extract the first word of "objdump", so it can be a program name with args.
5594 set dummy objdump; ac_word=$2
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5596 $as_echo_n "checking for $ac_word... " >&6; }
5597 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5598 $as_echo_n "(cached) " >&6
5599 else
5600 if test -n "$ac_ct_OBJDUMP"; then
5601 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5602 else
5603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5604 for as_dir in $PATH
5606 IFS=$as_save_IFS
5607 test -z "$as_dir" && as_dir=.
5608 for ac_exec_ext in '' $ac_executable_extensions; do
5609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5610 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5612 break 2
5614 done
5615 done
5616 IFS=$as_save_IFS
5620 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5621 if test -n "$ac_ct_OBJDUMP"; then
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5623 $as_echo "$ac_ct_OBJDUMP" >&6; }
5624 else
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5626 $as_echo "no" >&6; }
5629 if test "x$ac_ct_OBJDUMP" = x; then
5630 OBJDUMP="false"
5631 else
5632 case $cross_compiling:$ac_tool_warned in
5633 yes:)
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5636 ac_tool_warned=yes ;;
5637 esac
5638 OBJDUMP=$ac_ct_OBJDUMP
5640 else
5641 OBJDUMP="$ac_cv_prog_OBJDUMP"
5644 test -z "$OBJDUMP" && OBJDUMP=objdump
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5655 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5656 if ${lt_cv_deplibs_check_method+:} false; then :
5657 $as_echo_n "(cached) " >&6
5658 else
5659 lt_cv_file_magic_cmd='$MAGIC_CMD'
5660 lt_cv_file_magic_test_file=
5661 lt_cv_deplibs_check_method='unknown'
5662 # Need to set the preceding variable on all platforms that support
5663 # interlibrary dependencies.
5664 # 'none' -- dependencies not supported.
5665 # `unknown' -- same as none, but documents that we really don't know.
5666 # 'pass_all' -- all dependencies passed with no checks.
5667 # 'test_compile' -- check by making test program.
5668 # 'file_magic [[regex]]' -- check by looking for files in library path
5669 # which responds to the $file_magic_cmd with a given extended regex.
5670 # If you have `file' or equivalent on your system and you're not sure
5671 # whether `pass_all' will *always* work, you probably want this one.
5673 case $host_os in
5674 aix[4-9]*)
5675 lt_cv_deplibs_check_method=pass_all
5678 beos*)
5679 lt_cv_deplibs_check_method=pass_all
5682 bsdi[45]*)
5683 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5684 lt_cv_file_magic_cmd='/usr/bin/file -L'
5685 lt_cv_file_magic_test_file=/shlib/libc.so
5688 cygwin*)
5689 # func_win32_libid is a shell function defined in ltmain.sh
5690 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5691 lt_cv_file_magic_cmd='func_win32_libid'
5694 mingw* | pw32*)
5695 # Base MSYS/MinGW do not provide the 'file' command needed by
5696 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5697 # unless we find 'file', for example because we are cross-compiling.
5698 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5699 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5700 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5701 lt_cv_file_magic_cmd='func_win32_libid'
5702 else
5703 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5704 lt_cv_file_magic_cmd='$OBJDUMP -f'
5708 cegcc*)
5709 # use the weaker test based on 'objdump'. See mingw*.
5710 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5711 lt_cv_file_magic_cmd='$OBJDUMP -f'
5714 darwin* | rhapsody*)
5715 lt_cv_deplibs_check_method=pass_all
5718 freebsd* | dragonfly*)
5719 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5720 case $host_cpu in
5721 i*86 )
5722 # Not sure whether the presence of OpenBSD here was a mistake.
5723 # Let's accept both of them until this is cleared up.
5724 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5725 lt_cv_file_magic_cmd=/usr/bin/file
5726 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5728 esac
5729 else
5730 lt_cv_deplibs_check_method=pass_all
5734 gnu*)
5735 lt_cv_deplibs_check_method=pass_all
5738 haiku*)
5739 lt_cv_deplibs_check_method=pass_all
5742 hpux10.20* | hpux11*)
5743 lt_cv_file_magic_cmd=/usr/bin/file
5744 case $host_cpu in
5745 ia64*)
5746 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5747 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5749 hppa*64*)
5750 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]'
5751 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5754 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5755 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5757 esac
5760 interix[3-9]*)
5761 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5762 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5765 irix5* | irix6* | nonstopux*)
5766 case $LD in
5767 *-32|*"-32 ") libmagic=32-bit;;
5768 *-n32|*"-n32 ") libmagic=N32;;
5769 *-64|*"-64 ") libmagic=64-bit;;
5770 *) libmagic=never-match;;
5771 esac
5772 lt_cv_deplibs_check_method=pass_all
5775 # This must be Linux ELF.
5776 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
5777 lt_cv_deplibs_check_method=pass_all
5780 netbsd*)
5781 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5782 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5783 else
5784 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5788 newos6*)
5789 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5790 lt_cv_file_magic_cmd=/usr/bin/file
5791 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5794 *nto* | *qnx*)
5795 lt_cv_deplibs_check_method=pass_all
5798 openbsd*)
5799 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5800 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5801 else
5802 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5806 osf3* | osf4* | osf5*)
5807 lt_cv_deplibs_check_method=pass_all
5810 rdos*)
5811 lt_cv_deplibs_check_method=pass_all
5814 solaris*)
5815 lt_cv_deplibs_check_method=pass_all
5818 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5819 lt_cv_deplibs_check_method=pass_all
5822 sysv4 | sysv4.3*)
5823 case $host_vendor in
5824 motorola)
5825 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]'
5826 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5828 ncr)
5829 lt_cv_deplibs_check_method=pass_all
5831 sequent)
5832 lt_cv_file_magic_cmd='/bin/file'
5833 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5835 sni)
5836 lt_cv_file_magic_cmd='/bin/file'
5837 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5838 lt_cv_file_magic_test_file=/lib/libc.so
5840 siemens)
5841 lt_cv_deplibs_check_method=pass_all
5844 lt_cv_deplibs_check_method=pass_all
5846 esac
5849 tpf*)
5850 lt_cv_deplibs_check_method=pass_all
5852 esac
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5856 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5857 file_magic_cmd=$lt_cv_file_magic_cmd
5858 deplibs_check_method=$lt_cv_deplibs_check_method
5859 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5872 if test -n "$ac_tool_prefix"; then
5873 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5874 set dummy ${ac_tool_prefix}ar; ac_word=$2
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5876 $as_echo_n "checking for $ac_word... " >&6; }
5877 if ${ac_cv_prog_AR+:} false; then :
5878 $as_echo_n "(cached) " >&6
5879 else
5880 if test -n "$AR"; then
5881 ac_cv_prog_AR="$AR" # Let the user override the test.
5882 else
5883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5884 for as_dir in $PATH
5886 IFS=$as_save_IFS
5887 test -z "$as_dir" && as_dir=.
5888 for ac_exec_ext in '' $ac_executable_extensions; do
5889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5890 ac_cv_prog_AR="${ac_tool_prefix}ar"
5891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5892 break 2
5894 done
5895 done
5896 IFS=$as_save_IFS
5900 AR=$ac_cv_prog_AR
5901 if test -n "$AR"; then
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5903 $as_echo "$AR" >&6; }
5904 else
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5906 $as_echo "no" >&6; }
5911 if test -z "$ac_cv_prog_AR"; then
5912 ac_ct_AR=$AR
5913 # Extract the first word of "ar", so it can be a program name with args.
5914 set dummy ar; ac_word=$2
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5916 $as_echo_n "checking for $ac_word... " >&6; }
5917 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5918 $as_echo_n "(cached) " >&6
5919 else
5920 if test -n "$ac_ct_AR"; then
5921 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5922 else
5923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5924 for as_dir in $PATH
5926 IFS=$as_save_IFS
5927 test -z "$as_dir" && as_dir=.
5928 for ac_exec_ext in '' $ac_executable_extensions; do
5929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5930 ac_cv_prog_ac_ct_AR="ar"
5931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 break 2
5934 done
5935 done
5936 IFS=$as_save_IFS
5940 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5941 if test -n "$ac_ct_AR"; then
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5943 $as_echo "$ac_ct_AR" >&6; }
5944 else
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5946 $as_echo "no" >&6; }
5949 if test "x$ac_ct_AR" = x; then
5950 AR="false"
5951 else
5952 case $cross_compiling:$ac_tool_warned in
5953 yes:)
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5956 ac_tool_warned=yes ;;
5957 esac
5958 AR=$ac_ct_AR
5960 else
5961 AR="$ac_cv_prog_AR"
5964 test -z "$AR" && AR=ar
5965 test -z "$AR_FLAGS" && AR_FLAGS=cru
5977 if test -n "$ac_tool_prefix"; then
5978 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5979 set dummy ${ac_tool_prefix}strip; ac_word=$2
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5981 $as_echo_n "checking for $ac_word... " >&6; }
5982 if ${ac_cv_prog_STRIP+:} false; then :
5983 $as_echo_n "(cached) " >&6
5984 else
5985 if test -n "$STRIP"; then
5986 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5987 else
5988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5989 for as_dir in $PATH
5991 IFS=$as_save_IFS
5992 test -z "$as_dir" && as_dir=.
5993 for ac_exec_ext in '' $ac_executable_extensions; do
5994 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5995 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5997 break 2
5999 done
6000 done
6001 IFS=$as_save_IFS
6005 STRIP=$ac_cv_prog_STRIP
6006 if test -n "$STRIP"; then
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6008 $as_echo "$STRIP" >&6; }
6009 else
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6011 $as_echo "no" >&6; }
6016 if test -z "$ac_cv_prog_STRIP"; then
6017 ac_ct_STRIP=$STRIP
6018 # Extract the first word of "strip", so it can be a program name with args.
6019 set dummy strip; ac_word=$2
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6021 $as_echo_n "checking for $ac_word... " >&6; }
6022 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6023 $as_echo_n "(cached) " >&6
6024 else
6025 if test -n "$ac_ct_STRIP"; then
6026 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6027 else
6028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6029 for as_dir in $PATH
6031 IFS=$as_save_IFS
6032 test -z "$as_dir" && as_dir=.
6033 for ac_exec_ext in '' $ac_executable_extensions; do
6034 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035 ac_cv_prog_ac_ct_STRIP="strip"
6036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037 break 2
6039 done
6040 done
6041 IFS=$as_save_IFS
6045 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6046 if test -n "$ac_ct_STRIP"; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6048 $as_echo "$ac_ct_STRIP" >&6; }
6049 else
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6051 $as_echo "no" >&6; }
6054 if test "x$ac_ct_STRIP" = x; then
6055 STRIP=":"
6056 else
6057 case $cross_compiling:$ac_tool_warned in
6058 yes:)
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6060 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6061 ac_tool_warned=yes ;;
6062 esac
6063 STRIP=$ac_ct_STRIP
6065 else
6066 STRIP="$ac_cv_prog_STRIP"
6069 test -z "$STRIP" && STRIP=:
6076 if test -n "$ac_tool_prefix"; then
6077 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6078 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6080 $as_echo_n "checking for $ac_word... " >&6; }
6081 if ${ac_cv_prog_RANLIB+:} false; then :
6082 $as_echo_n "(cached) " >&6
6083 else
6084 if test -n "$RANLIB"; then
6085 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6086 else
6087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6088 for as_dir in $PATH
6090 IFS=$as_save_IFS
6091 test -z "$as_dir" && as_dir=.
6092 for ac_exec_ext in '' $ac_executable_extensions; do
6093 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6094 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6096 break 2
6098 done
6099 done
6100 IFS=$as_save_IFS
6104 RANLIB=$ac_cv_prog_RANLIB
6105 if test -n "$RANLIB"; then
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6107 $as_echo "$RANLIB" >&6; }
6108 else
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6110 $as_echo "no" >&6; }
6115 if test -z "$ac_cv_prog_RANLIB"; then
6116 ac_ct_RANLIB=$RANLIB
6117 # Extract the first word of "ranlib", so it can be a program name with args.
6118 set dummy ranlib; ac_word=$2
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6120 $as_echo_n "checking for $ac_word... " >&6; }
6121 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6122 $as_echo_n "(cached) " >&6
6123 else
6124 if test -n "$ac_ct_RANLIB"; then
6125 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6126 else
6127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6128 for as_dir in $PATH
6130 IFS=$as_save_IFS
6131 test -z "$as_dir" && as_dir=.
6132 for ac_exec_ext in '' $ac_executable_extensions; do
6133 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6134 ac_cv_prog_ac_ct_RANLIB="ranlib"
6135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6136 break 2
6138 done
6139 done
6140 IFS=$as_save_IFS
6144 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6145 if test -n "$ac_ct_RANLIB"; then
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6147 $as_echo "$ac_ct_RANLIB" >&6; }
6148 else
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6150 $as_echo "no" >&6; }
6153 if test "x$ac_ct_RANLIB" = x; then
6154 RANLIB=":"
6155 else
6156 case $cross_compiling:$ac_tool_warned in
6157 yes:)
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6160 ac_tool_warned=yes ;;
6161 esac
6162 RANLIB=$ac_ct_RANLIB
6164 else
6165 RANLIB="$ac_cv_prog_RANLIB"
6168 test -z "$RANLIB" && RANLIB=:
6175 # Determine commands to create old-style static archives.
6176 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6177 old_postinstall_cmds='chmod 644 $oldlib'
6178 old_postuninstall_cmds=
6180 if test -n "$RANLIB"; then
6181 case $host_os in
6182 openbsd*)
6183 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6186 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6188 esac
6189 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6192 case $host_os in
6193 darwin*)
6194 lock_old_archive_extraction=yes ;;
6196 lock_old_archive_extraction=no ;;
6197 esac
6237 # If no C compiler was specified, use CC.
6238 LTCC=${LTCC-"$CC"}
6240 # If no C compiler flags were specified, use CFLAGS.
6241 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6243 # Allow CC to be a program name with arguments.
6244 compiler=$CC
6247 # Check for command to grab the raw symbol name followed by C symbol from nm.
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6249 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6250 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6251 $as_echo_n "(cached) " >&6
6252 else
6254 # These are sane defaults that work on at least a few old systems.
6255 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6257 # Character class describing NM global symbol codes.
6258 symcode='[BCDEGRST]'
6260 # Regexp to match symbols that can be accessed directly from C.
6261 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6263 # Define system-specific variables.
6264 case $host_os in
6265 aix*)
6266 symcode='[BCDT]'
6268 cygwin* | mingw* | pw32* | cegcc*)
6269 symcode='[ABCDGISTW]'
6271 hpux*)
6272 if test "$host_cpu" = ia64; then
6273 symcode='[ABCDEGRST]'
6276 irix* | nonstopux*)
6277 symcode='[BCDEGRST]'
6279 osf*)
6280 symcode='[BCDEGQRST]'
6282 solaris*)
6283 symcode='[BDRT]'
6285 sco3.2v5*)
6286 symcode='[DT]'
6288 sysv4.2uw2*)
6289 symcode='[DT]'
6291 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6292 symcode='[ABDT]'
6294 sysv4)
6295 symcode='[DFNSTU]'
6297 esac
6299 # If we're using GNU nm, then use its standard symbol codes.
6300 case `$NM -V 2>&1` in
6301 *GNU* | *'with BFD'*)
6302 symcode='[ABCDGIRSTW]' ;;
6303 esac
6305 # Transform an extracted symbol line into a proper C declaration.
6306 # Some systems (esp. on ia64) link data and code symbols differently,
6307 # so use this general approach.
6308 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6310 # Transform an extracted symbol line into symbol name and symbol address
6311 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6312 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'"
6314 # Handle CRLF in mingw tool chain
6315 opt_cr=
6316 case $build_os in
6317 mingw*)
6318 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6320 esac
6322 # Try without a prefix underscore, then with it.
6323 for ac_symprfx in "" "_"; do
6325 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6326 symxfrm="\\1 $ac_symprfx\\2 \\2"
6328 # Write the raw and C identifiers.
6329 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6330 # Fake it for dumpbin and say T for any non-static function
6331 # and D for any global variable.
6332 # Also find C++ and __fastcall symbols from MSVC++,
6333 # which start with @ or ?.
6334 lt_cv_sys_global_symbol_pipe="$AWK '"\
6335 " {last_section=section; section=\$ 3};"\
6336 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6337 " \$ 0!~/External *\|/{next};"\
6338 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6339 " {if(hide[section]) next};"\
6340 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6341 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6342 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6343 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6344 " ' prfx=^$ac_symprfx"
6345 else
6346 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6349 # Check to see that the pipe works correctly.
6350 pipe_works=no
6352 rm -f conftest*
6353 cat > conftest.$ac_ext <<_LT_EOF
6354 #ifdef __cplusplus
6355 extern "C" {
6356 #endif
6357 char nm_test_var;
6358 void nm_test_func(void);
6359 void nm_test_func(void){}
6360 #ifdef __cplusplus
6362 #endif
6363 int main(){nm_test_var='a';nm_test_func();return(0);}
6364 _LT_EOF
6366 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6367 (eval $ac_compile) 2>&5
6368 ac_status=$?
6369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6370 test $ac_status = 0; }; then
6371 # Now try to grab the symbols.
6372 nlist=conftest.nm
6373 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6374 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6375 ac_status=$?
6376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6377 test $ac_status = 0; } && test -s "$nlist"; then
6378 # Try sorting and uniquifying the output.
6379 if sort "$nlist" | uniq > "$nlist"T; then
6380 mv -f "$nlist"T "$nlist"
6381 else
6382 rm -f "$nlist"T
6385 # Make sure that we snagged all the symbols we need.
6386 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6387 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6388 cat <<_LT_EOF > conftest.$ac_ext
6389 #ifdef __cplusplus
6390 extern "C" {
6391 #endif
6393 _LT_EOF
6394 # Now generate the symbol file.
6395 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6397 cat <<_LT_EOF >> conftest.$ac_ext
6399 /* The mapping between symbol names and symbols. */
6400 const struct {
6401 const char *name;
6402 void *address;
6404 lt__PROGRAM__LTX_preloaded_symbols[] =
6406 { "@PROGRAM@", (void *) 0 },
6407 _LT_EOF
6408 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6409 cat <<\_LT_EOF >> conftest.$ac_ext
6410 {0, (void *) 0}
6413 /* This works around a problem in FreeBSD linker */
6414 #ifdef FREEBSD_WORKAROUND
6415 static const void *lt_preloaded_setup() {
6416 return lt__PROGRAM__LTX_preloaded_symbols;
6418 #endif
6420 #ifdef __cplusplus
6422 #endif
6423 _LT_EOF
6424 # Now try linking the two files.
6425 mv conftest.$ac_objext conftstm.$ac_objext
6426 lt_save_LIBS="$LIBS"
6427 lt_save_CFLAGS="$CFLAGS"
6428 LIBS="conftstm.$ac_objext"
6429 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6430 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6431 (eval $ac_link) 2>&5
6432 ac_status=$?
6433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6434 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6435 pipe_works=yes
6437 LIBS="$lt_save_LIBS"
6438 CFLAGS="$lt_save_CFLAGS"
6439 else
6440 echo "cannot find nm_test_func in $nlist" >&5
6442 else
6443 echo "cannot find nm_test_var in $nlist" >&5
6445 else
6446 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6448 else
6449 echo "$progname: failed program was:" >&5
6450 cat conftest.$ac_ext >&5
6452 rm -rf conftest* conftst*
6454 # Do not use the global_symbol_pipe unless it works.
6455 if test "$pipe_works" = yes; then
6456 break
6457 else
6458 lt_cv_sys_global_symbol_pipe=
6460 done
6464 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6465 lt_cv_sys_global_symbol_to_cdecl=
6467 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6469 $as_echo "failed" >&6; }
6470 else
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6472 $as_echo "ok" >&6; }
6497 # Check whether --enable-libtool-lock was given.
6498 if test "${enable_libtool_lock+set}" = set; then :
6499 enableval=$enable_libtool_lock;
6502 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6504 # Some flags need to be propagated to the compiler or linker for good
6505 # libtool support.
6506 case $host in
6507 ia64-*-hpux*)
6508 # Find out which ABI we are using.
6509 echo 'int i;' > conftest.$ac_ext
6510 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6511 (eval $ac_compile) 2>&5
6512 ac_status=$?
6513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6514 test $ac_status = 0; }; then
6515 case `/usr/bin/file conftest.$ac_objext` in
6516 *ELF-32*)
6517 HPUX_IA64_MODE="32"
6519 *ELF-64*)
6520 HPUX_IA64_MODE="64"
6522 esac
6524 rm -rf conftest*
6526 *-*-irix6*)
6527 # Find out which ABI we are using.
6528 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6529 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6530 (eval $ac_compile) 2>&5
6531 ac_status=$?
6532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6533 test $ac_status = 0; }; then
6534 if test "$lt_cv_prog_gnu_ld" = yes; then
6535 case `/usr/bin/file conftest.$ac_objext` in
6536 *32-bit*)
6537 LD="${LD-ld} -melf32bsmip"
6539 *N32*)
6540 LD="${LD-ld} -melf32bmipn32"
6542 *64-bit*)
6543 LD="${LD-ld} -melf64bmip"
6545 esac
6546 else
6547 case `/usr/bin/file conftest.$ac_objext` in
6548 *32-bit*)
6549 LD="${LD-ld} -32"
6551 *N32*)
6552 LD="${LD-ld} -n32"
6554 *64-bit*)
6555 LD="${LD-ld} -64"
6557 esac
6560 rm -rf conftest*
6563 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6564 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6565 # Find out which ABI we are using.
6566 echo 'int i;' > conftest.$ac_ext
6567 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6568 (eval $ac_compile) 2>&5
6569 ac_status=$?
6570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6571 test $ac_status = 0; }; then
6572 case `/usr/bin/file conftest.o` in
6573 *32-bit*)
6574 case $host in
6575 x86_64-*kfreebsd*-gnu)
6576 LD="${LD-ld} -m elf_i386_fbsd"
6578 x86_64-*linux*)
6579 case `/usr/bin/file conftest.o` in
6580 *x86-64*)
6581 LD="${LD-ld} -m elf32_x86_64"
6584 LD="${LD-ld} -m elf_i386"
6586 esac
6588 powerpc64le-*linux*)
6589 LD="${LD-ld} -m elf32lppclinux"
6591 powerpc64-*linux*)
6592 LD="${LD-ld} -m elf32ppclinux"
6594 s390x-*linux*)
6595 LD="${LD-ld} -m elf_s390"
6597 sparc64-*linux*)
6598 LD="${LD-ld} -m elf32_sparc"
6600 esac
6602 *64-bit*)
6603 case $host in
6604 x86_64-*kfreebsd*-gnu)
6605 LD="${LD-ld} -m elf_x86_64_fbsd"
6607 x86_64-*linux*)
6608 LD="${LD-ld} -m elf_x86_64"
6610 powerpcle-*linux*)
6611 LD="${LD-ld} -m elf64lppc"
6613 powerpc-*linux*)
6614 LD="${LD-ld} -m elf64ppc"
6616 s390*-*linux*|s390*-*tpf*)
6617 LD="${LD-ld} -m elf64_s390"
6619 sparc*-*linux*)
6620 LD="${LD-ld} -m elf64_sparc"
6622 esac
6624 esac
6626 rm -rf conftest*
6629 *-*-sco3.2v5*)
6630 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6631 SAVE_CFLAGS="$CFLAGS"
6632 CFLAGS="$CFLAGS -belf"
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6634 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6635 if ${lt_cv_cc_needs_belf+:} false; then :
6636 $as_echo_n "(cached) " >&6
6637 else
6638 ac_ext=c
6639 ac_cpp='$CPP $CPPFLAGS'
6640 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6641 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6642 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6645 /* end confdefs.h. */
6648 main ()
6652 return 0;
6654 _ACEOF
6655 if ac_fn_c_try_link "$LINENO"; then :
6656 lt_cv_cc_needs_belf=yes
6657 else
6658 lt_cv_cc_needs_belf=no
6660 rm -f core conftest.err conftest.$ac_objext \
6661 conftest$ac_exeext conftest.$ac_ext
6662 ac_ext=c
6663 ac_cpp='$CPP $CPPFLAGS'
6664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6670 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6671 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6672 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6673 CFLAGS="$SAVE_CFLAGS"
6676 sparc*-*solaris*)
6677 # Find out which ABI we are using.
6678 echo 'int i;' > conftest.$ac_ext
6679 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6680 (eval $ac_compile) 2>&5
6681 ac_status=$?
6682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6683 test $ac_status = 0; }; then
6684 case `/usr/bin/file conftest.o` in
6685 *64-bit*)
6686 case $lt_cv_prog_gnu_ld in
6687 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6689 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6690 LD="${LD-ld} -64"
6693 esac
6695 esac
6697 rm -rf conftest*
6699 esac
6701 need_locks="$enable_libtool_lock"
6704 case $host_os in
6705 rhapsody* | darwin*)
6706 if test -n "$ac_tool_prefix"; then
6707 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6708 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6710 $as_echo_n "checking for $ac_word... " >&6; }
6711 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6712 $as_echo_n "(cached) " >&6
6713 else
6714 if test -n "$DSYMUTIL"; then
6715 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6716 else
6717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6718 for as_dir in $PATH
6720 IFS=$as_save_IFS
6721 test -z "$as_dir" && as_dir=.
6722 for ac_exec_ext in '' $ac_executable_extensions; do
6723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6724 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6726 break 2
6728 done
6729 done
6730 IFS=$as_save_IFS
6734 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6735 if test -n "$DSYMUTIL"; then
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6737 $as_echo "$DSYMUTIL" >&6; }
6738 else
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6740 $as_echo "no" >&6; }
6745 if test -z "$ac_cv_prog_DSYMUTIL"; then
6746 ac_ct_DSYMUTIL=$DSYMUTIL
6747 # Extract the first word of "dsymutil", so it can be a program name with args.
6748 set dummy dsymutil; ac_word=$2
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6750 $as_echo_n "checking for $ac_word... " >&6; }
6751 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6752 $as_echo_n "(cached) " >&6
6753 else
6754 if test -n "$ac_ct_DSYMUTIL"; then
6755 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6756 else
6757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6758 for as_dir in $PATH
6760 IFS=$as_save_IFS
6761 test -z "$as_dir" && as_dir=.
6762 for ac_exec_ext in '' $ac_executable_extensions; do
6763 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6764 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6766 break 2
6768 done
6769 done
6770 IFS=$as_save_IFS
6774 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6775 if test -n "$ac_ct_DSYMUTIL"; then
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6777 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6778 else
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6780 $as_echo "no" >&6; }
6783 if test "x$ac_ct_DSYMUTIL" = x; then
6784 DSYMUTIL=":"
6785 else
6786 case $cross_compiling:$ac_tool_warned in
6787 yes:)
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6790 ac_tool_warned=yes ;;
6791 esac
6792 DSYMUTIL=$ac_ct_DSYMUTIL
6794 else
6795 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6798 if test -n "$ac_tool_prefix"; then
6799 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6800 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802 $as_echo_n "checking for $ac_word... " >&6; }
6803 if ${ac_cv_prog_NMEDIT+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 if test -n "$NMEDIT"; then
6807 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6808 else
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6810 for as_dir in $PATH
6812 IFS=$as_save_IFS
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6818 break 2
6820 done
6821 done
6822 IFS=$as_save_IFS
6826 NMEDIT=$ac_cv_prog_NMEDIT
6827 if test -n "$NMEDIT"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6829 $as_echo "$NMEDIT" >&6; }
6830 else
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832 $as_echo "no" >&6; }
6837 if test -z "$ac_cv_prog_NMEDIT"; then
6838 ac_ct_NMEDIT=$NMEDIT
6839 # Extract the first word of "nmedit", so it can be a program name with args.
6840 set dummy nmedit; ac_word=$2
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842 $as_echo_n "checking for $ac_word... " >&6; }
6843 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6844 $as_echo_n "(cached) " >&6
6845 else
6846 if test -n "$ac_ct_NMEDIT"; then
6847 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6848 else
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850 for as_dir in $PATH
6852 IFS=$as_save_IFS
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
6855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6856 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6858 break 2
6860 done
6861 done
6862 IFS=$as_save_IFS
6866 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6867 if test -n "$ac_ct_NMEDIT"; then
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6869 $as_echo "$ac_ct_NMEDIT" >&6; }
6870 else
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872 $as_echo "no" >&6; }
6875 if test "x$ac_ct_NMEDIT" = x; then
6876 NMEDIT=":"
6877 else
6878 case $cross_compiling:$ac_tool_warned in
6879 yes:)
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6881 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6882 ac_tool_warned=yes ;;
6883 esac
6884 NMEDIT=$ac_ct_NMEDIT
6886 else
6887 NMEDIT="$ac_cv_prog_NMEDIT"
6890 if test -n "$ac_tool_prefix"; then
6891 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6892 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6894 $as_echo_n "checking for $ac_word... " >&6; }
6895 if ${ac_cv_prog_LIPO+:} false; then :
6896 $as_echo_n "(cached) " >&6
6897 else
6898 if test -n "$LIPO"; then
6899 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6900 else
6901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902 for as_dir in $PATH
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6908 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6912 done
6913 done
6914 IFS=$as_save_IFS
6918 LIPO=$ac_cv_prog_LIPO
6919 if test -n "$LIPO"; then
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6921 $as_echo "$LIPO" >&6; }
6922 else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6924 $as_echo "no" >&6; }
6929 if test -z "$ac_cv_prog_LIPO"; then
6930 ac_ct_LIPO=$LIPO
6931 # Extract the first word of "lipo", so it can be a program name with args.
6932 set dummy lipo; ac_word=$2
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6934 $as_echo_n "checking for $ac_word... " >&6; }
6935 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6936 $as_echo_n "(cached) " >&6
6937 else
6938 if test -n "$ac_ct_LIPO"; then
6939 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6940 else
6941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6942 for as_dir in $PATH
6944 IFS=$as_save_IFS
6945 test -z "$as_dir" && as_dir=.
6946 for ac_exec_ext in '' $ac_executable_extensions; do
6947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6948 ac_cv_prog_ac_ct_LIPO="lipo"
6949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6950 break 2
6952 done
6953 done
6954 IFS=$as_save_IFS
6958 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6959 if test -n "$ac_ct_LIPO"; then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6961 $as_echo "$ac_ct_LIPO" >&6; }
6962 else
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6964 $as_echo "no" >&6; }
6967 if test "x$ac_ct_LIPO" = x; then
6968 LIPO=":"
6969 else
6970 case $cross_compiling:$ac_tool_warned in
6971 yes:)
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6973 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6974 ac_tool_warned=yes ;;
6975 esac
6976 LIPO=$ac_ct_LIPO
6978 else
6979 LIPO="$ac_cv_prog_LIPO"
6982 if test -n "$ac_tool_prefix"; then
6983 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6984 set dummy ${ac_tool_prefix}otool; ac_word=$2
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6986 $as_echo_n "checking for $ac_word... " >&6; }
6987 if ${ac_cv_prog_OTOOL+:} false; then :
6988 $as_echo_n "(cached) " >&6
6989 else
6990 if test -n "$OTOOL"; then
6991 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6992 else
6993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 for as_dir in $PATH
6996 IFS=$as_save_IFS
6997 test -z "$as_dir" && as_dir=.
6998 for ac_exec_ext in '' $ac_executable_extensions; do
6999 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7000 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7002 break 2
7004 done
7005 done
7006 IFS=$as_save_IFS
7010 OTOOL=$ac_cv_prog_OTOOL
7011 if test -n "$OTOOL"; then
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7013 $as_echo "$OTOOL" >&6; }
7014 else
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7016 $as_echo "no" >&6; }
7021 if test -z "$ac_cv_prog_OTOOL"; then
7022 ac_ct_OTOOL=$OTOOL
7023 # Extract the first word of "otool", so it can be a program name with args.
7024 set dummy otool; ac_word=$2
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7026 $as_echo_n "checking for $ac_word... " >&6; }
7027 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7028 $as_echo_n "(cached) " >&6
7029 else
7030 if test -n "$ac_ct_OTOOL"; then
7031 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7032 else
7033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7034 for as_dir in $PATH
7036 IFS=$as_save_IFS
7037 test -z "$as_dir" && as_dir=.
7038 for ac_exec_ext in '' $ac_executable_extensions; do
7039 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7040 ac_cv_prog_ac_ct_OTOOL="otool"
7041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7042 break 2
7044 done
7045 done
7046 IFS=$as_save_IFS
7050 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7051 if test -n "$ac_ct_OTOOL"; then
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7053 $as_echo "$ac_ct_OTOOL" >&6; }
7054 else
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7056 $as_echo "no" >&6; }
7059 if test "x$ac_ct_OTOOL" = x; then
7060 OTOOL=":"
7061 else
7062 case $cross_compiling:$ac_tool_warned in
7063 yes:)
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7065 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7066 ac_tool_warned=yes ;;
7067 esac
7068 OTOOL=$ac_ct_OTOOL
7070 else
7071 OTOOL="$ac_cv_prog_OTOOL"
7074 if test -n "$ac_tool_prefix"; then
7075 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7076 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if ${ac_cv_prog_OTOOL64+:} false; then :
7080 $as_echo_n "(cached) " >&6
7081 else
7082 if test -n "$OTOOL64"; then
7083 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7084 else
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 for as_dir in $PATH
7088 IFS=$as_save_IFS
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7092 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7094 break 2
7096 done
7097 done
7098 IFS=$as_save_IFS
7102 OTOOL64=$ac_cv_prog_OTOOL64
7103 if test -n "$OTOOL64"; then
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7105 $as_echo "$OTOOL64" >&6; }
7106 else
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7108 $as_echo "no" >&6; }
7113 if test -z "$ac_cv_prog_OTOOL64"; then
7114 ac_ct_OTOOL64=$OTOOL64
7115 # Extract the first word of "otool64", so it can be a program name with args.
7116 set dummy otool64; ac_word=$2
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7118 $as_echo_n "checking for $ac_word... " >&6; }
7119 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7120 $as_echo_n "(cached) " >&6
7121 else
7122 if test -n "$ac_ct_OTOOL64"; then
7123 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7124 else
7125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7126 for as_dir in $PATH
7128 IFS=$as_save_IFS
7129 test -z "$as_dir" && as_dir=.
7130 for ac_exec_ext in '' $ac_executable_extensions; do
7131 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7132 ac_cv_prog_ac_ct_OTOOL64="otool64"
7133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7134 break 2
7136 done
7137 done
7138 IFS=$as_save_IFS
7142 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7143 if test -n "$ac_ct_OTOOL64"; then
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7145 $as_echo "$ac_ct_OTOOL64" >&6; }
7146 else
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7148 $as_echo "no" >&6; }
7151 if test "x$ac_ct_OTOOL64" = x; then
7152 OTOOL64=":"
7153 else
7154 case $cross_compiling:$ac_tool_warned in
7155 yes:)
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7158 ac_tool_warned=yes ;;
7159 esac
7160 OTOOL64=$ac_ct_OTOOL64
7162 else
7163 OTOOL64="$ac_cv_prog_OTOOL64"
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7193 $as_echo_n "checking for -single_module linker flag... " >&6; }
7194 if ${lt_cv_apple_cc_single_mod+:} false; then :
7195 $as_echo_n "(cached) " >&6
7196 else
7197 lt_cv_apple_cc_single_mod=no
7198 if test -z "${LT_MULTI_MODULE}"; then
7199 # By default we will add the -single_module flag. You can override
7200 # by either setting the environment variable LT_MULTI_MODULE
7201 # non-empty at configure time, or by adding -multi_module to the
7202 # link flags.
7203 rm -rf libconftest.dylib*
7204 echo "int foo(void){return 1;}" > conftest.c
7205 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7206 -dynamiclib -Wl,-single_module conftest.c" >&5
7207 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7208 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7209 _lt_result=$?
7210 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7211 lt_cv_apple_cc_single_mod=yes
7212 else
7213 cat conftest.err >&5
7215 rm -rf libconftest.dylib*
7216 rm -f conftest.*
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7220 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7222 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7223 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7224 $as_echo_n "(cached) " >&6
7225 else
7226 lt_cv_ld_exported_symbols_list=no
7227 save_LDFLAGS=$LDFLAGS
7228 echo "_main" > conftest.sym
7229 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231 /* end confdefs.h. */
7234 main ()
7238 return 0;
7240 _ACEOF
7241 if ac_fn_c_try_link "$LINENO"; then :
7242 lt_cv_ld_exported_symbols_list=yes
7243 else
7244 lt_cv_ld_exported_symbols_list=no
7246 rm -f core conftest.err conftest.$ac_objext \
7247 conftest$ac_exeext conftest.$ac_ext
7248 LDFLAGS="$save_LDFLAGS"
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7252 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7254 $as_echo_n "checking for -force_load linker flag... " >&6; }
7255 if ${lt_cv_ld_force_load+:} false; then :
7256 $as_echo_n "(cached) " >&6
7257 else
7258 lt_cv_ld_force_load=no
7259 cat > conftest.c << _LT_EOF
7260 int forced_loaded() { return 2;}
7261 _LT_EOF
7262 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7263 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7264 echo "$AR cru libconftest.a conftest.o" >&5
7265 $AR cru libconftest.a conftest.o 2>&5
7266 cat > conftest.c << _LT_EOF
7267 int main() { return 0;}
7268 _LT_EOF
7269 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7270 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7271 _lt_result=$?
7272 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7273 lt_cv_ld_force_load=yes
7274 else
7275 cat conftest.err >&5
7277 rm -f conftest.err libconftest.a conftest conftest.c
7278 rm -rf conftest.dSYM
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7282 $as_echo "$lt_cv_ld_force_load" >&6; }
7283 case $host_os in
7284 rhapsody* | darwin1.[012])
7285 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7286 darwin1.*)
7287 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7288 darwin*) # darwin 5.x on
7289 # if running on 10.5 or later, the deployment target defaults
7290 # to the OS version, if on x86, and 10.4, the deployment
7291 # target defaults to 10.4. Don't you love it?
7292 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7293 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7294 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7295 10.[012][,.]*)
7296 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7297 10.*)
7298 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7299 esac
7301 esac
7302 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7303 _lt_dar_single_mod='$single_module'
7305 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7306 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7307 else
7308 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7310 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7311 _lt_dsymutil='~$DSYMUTIL $lib || :'
7312 else
7313 _lt_dsymutil=
7316 esac
7318 ac_ext=c
7319 ac_cpp='$CPP $CPPFLAGS'
7320 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7321 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7322 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7324 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7325 # On Suns, sometimes $CPP names a directory.
7326 if test -n "$CPP" && test -d "$CPP"; then
7327 CPP=
7329 if test -z "$CPP"; then
7330 if ${ac_cv_prog_CPP+:} false; then :
7331 $as_echo_n "(cached) " >&6
7332 else
7333 # Double quotes because CPP needs to be expanded
7334 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7336 ac_preproc_ok=false
7337 for ac_c_preproc_warn_flag in '' yes
7339 # Use a header file that comes with gcc, so configuring glibc
7340 # with a fresh cross-compiler works.
7341 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7342 # <limits.h> exists even on freestanding compilers.
7343 # On the NeXT, cc -E runs the code through the compiler's parser,
7344 # not just through cpp. "Syntax error" is here to catch this case.
7345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7346 /* end confdefs.h. */
7347 #ifdef __STDC__
7348 # include <limits.h>
7349 #else
7350 # include <assert.h>
7351 #endif
7352 Syntax error
7353 _ACEOF
7354 if ac_fn_c_try_cpp "$LINENO"; then :
7356 else
7357 # Broken: fails on valid input.
7358 continue
7360 rm -f conftest.err conftest.i conftest.$ac_ext
7362 # OK, works on sane cases. Now check whether nonexistent headers
7363 # can be detected and how.
7364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7365 /* end confdefs.h. */
7366 #include <ac_nonexistent.h>
7367 _ACEOF
7368 if ac_fn_c_try_cpp "$LINENO"; then :
7369 # Broken: success on invalid input.
7370 continue
7371 else
7372 # Passes both tests.
7373 ac_preproc_ok=:
7374 break
7376 rm -f conftest.err conftest.i conftest.$ac_ext
7378 done
7379 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7380 rm -f conftest.i conftest.err conftest.$ac_ext
7381 if $ac_preproc_ok; then :
7382 break
7385 done
7386 ac_cv_prog_CPP=$CPP
7389 CPP=$ac_cv_prog_CPP
7390 else
7391 ac_cv_prog_CPP=$CPP
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7394 $as_echo "$CPP" >&6; }
7395 ac_preproc_ok=false
7396 for ac_c_preproc_warn_flag in '' yes
7398 # Use a header file that comes with gcc, so configuring glibc
7399 # with a fresh cross-compiler works.
7400 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7401 # <limits.h> exists even on freestanding compilers.
7402 # On the NeXT, cc -E runs the code through the compiler's parser,
7403 # not just through cpp. "Syntax error" is here to catch this case.
7404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7405 /* end confdefs.h. */
7406 #ifdef __STDC__
7407 # include <limits.h>
7408 #else
7409 # include <assert.h>
7410 #endif
7411 Syntax error
7412 _ACEOF
7413 if ac_fn_c_try_cpp "$LINENO"; then :
7415 else
7416 # Broken: fails on valid input.
7417 continue
7419 rm -f conftest.err conftest.i conftest.$ac_ext
7421 # OK, works on sane cases. Now check whether nonexistent headers
7422 # can be detected and how.
7423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7424 /* end confdefs.h. */
7425 #include <ac_nonexistent.h>
7426 _ACEOF
7427 if ac_fn_c_try_cpp "$LINENO"; then :
7428 # Broken: success on invalid input.
7429 continue
7430 else
7431 # Passes both tests.
7432 ac_preproc_ok=:
7433 break
7435 rm -f conftest.err conftest.i conftest.$ac_ext
7437 done
7438 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7439 rm -f conftest.i conftest.err conftest.$ac_ext
7440 if $ac_preproc_ok; then :
7442 else
7443 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7444 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7445 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7446 See \`config.log' for more details" "$LINENO" 5; }
7449 ac_ext=c
7450 ac_cpp='$CPP $CPPFLAGS'
7451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7457 $as_echo_n "checking for ANSI C header files... " >&6; }
7458 if ${ac_cv_header_stdc+:} false; then :
7459 $as_echo_n "(cached) " >&6
7460 else
7461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7462 /* end confdefs.h. */
7463 #include <stdlib.h>
7464 #include <stdarg.h>
7465 #include <string.h>
7466 #include <float.h>
7469 main ()
7473 return 0;
7475 _ACEOF
7476 if ac_fn_c_try_compile "$LINENO"; then :
7477 ac_cv_header_stdc=yes
7478 else
7479 ac_cv_header_stdc=no
7481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7483 if test $ac_cv_header_stdc = yes; then
7484 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7486 /* end confdefs.h. */
7487 #include <string.h>
7489 _ACEOF
7490 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7491 $EGREP "memchr" >/dev/null 2>&1; then :
7493 else
7494 ac_cv_header_stdc=no
7496 rm -f conftest*
7500 if test $ac_cv_header_stdc = yes; then
7501 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7503 /* end confdefs.h. */
7504 #include <stdlib.h>
7506 _ACEOF
7507 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7508 $EGREP "free" >/dev/null 2>&1; then :
7510 else
7511 ac_cv_header_stdc=no
7513 rm -f conftest*
7517 if test $ac_cv_header_stdc = yes; then
7518 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7519 if test "$cross_compiling" = yes; then :
7521 else
7522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7523 /* end confdefs.h. */
7524 #include <ctype.h>
7525 #include <stdlib.h>
7526 #if ((' ' & 0x0FF) == 0x020)
7527 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7528 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7529 #else
7530 # define ISLOWER(c) \
7531 (('a' <= (c) && (c) <= 'i') \
7532 || ('j' <= (c) && (c) <= 'r') \
7533 || ('s' <= (c) && (c) <= 'z'))
7534 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7535 #endif
7537 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7539 main ()
7541 int i;
7542 for (i = 0; i < 256; i++)
7543 if (XOR (islower (i), ISLOWER (i))
7544 || toupper (i) != TOUPPER (i))
7545 return 2;
7546 return 0;
7548 _ACEOF
7549 if ac_fn_c_try_run "$LINENO"; then :
7551 else
7552 ac_cv_header_stdc=no
7554 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7555 conftest.$ac_objext conftest.beam conftest.$ac_ext
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7561 $as_echo "$ac_cv_header_stdc" >&6; }
7562 if test $ac_cv_header_stdc = yes; then
7564 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7568 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7569 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7570 inttypes.h stdint.h unistd.h
7571 do :
7572 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7573 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7575 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7576 cat >>confdefs.h <<_ACEOF
7577 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7578 _ACEOF
7582 done
7585 for ac_header in dlfcn.h
7586 do :
7587 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7589 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7590 cat >>confdefs.h <<_ACEOF
7591 #define HAVE_DLFCN_H 1
7592 _ACEOF
7596 done
7603 # Set options
7608 enable_win32_dll=no
7611 # Check whether --enable-shared was given.
7612 if test "${enable_shared+set}" = set; then :
7613 enableval=$enable_shared; p=${PACKAGE-default}
7614 case $enableval in
7615 yes) enable_shared=yes ;;
7616 no) enable_shared=no ;;
7618 enable_shared=no
7619 # Look at the argument we got. We use all the common list separators.
7620 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7621 for pkg in $enableval; do
7622 IFS="$lt_save_ifs"
7623 if test "X$pkg" = "X$p"; then
7624 enable_shared=yes
7626 done
7627 IFS="$lt_save_ifs"
7629 esac
7630 else
7631 enable_shared=yes
7642 # Check whether --enable-static was given.
7643 if test "${enable_static+set}" = set; then :
7644 enableval=$enable_static; p=${PACKAGE-default}
7645 case $enableval in
7646 yes) enable_static=yes ;;
7647 no) enable_static=no ;;
7649 enable_static=no
7650 # Look at the argument we got. We use all the common list separators.
7651 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7652 for pkg in $enableval; do
7653 IFS="$lt_save_ifs"
7654 if test "X$pkg" = "X$p"; then
7655 enable_static=yes
7657 done
7658 IFS="$lt_save_ifs"
7660 esac
7661 else
7662 enable_static=yes
7674 # Check whether --with-pic was given.
7675 if test "${with_pic+set}" = set; then :
7676 withval=$with_pic; pic_mode="$withval"
7677 else
7678 pic_mode=default
7682 test -z "$pic_mode" && pic_mode=default
7690 # Check whether --enable-fast-install was given.
7691 if test "${enable_fast_install+set}" = set; then :
7692 enableval=$enable_fast_install; p=${PACKAGE-default}
7693 case $enableval in
7694 yes) enable_fast_install=yes ;;
7695 no) enable_fast_install=no ;;
7697 enable_fast_install=no
7698 # Look at the argument we got. We use all the common list separators.
7699 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7700 for pkg in $enableval; do
7701 IFS="$lt_save_ifs"
7702 if test "X$pkg" = "X$p"; then
7703 enable_fast_install=yes
7705 done
7706 IFS="$lt_save_ifs"
7708 esac
7709 else
7710 enable_fast_install=yes
7723 # This can be used to rebuild libtool when needed
7724 LIBTOOL_DEPS="$ltmain"
7726 # Always use our own libtool.
7727 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7754 test -z "$LN_S" && LN_S="ln -s"
7769 if test -n "${ZSH_VERSION+set}" ; then
7770 setopt NO_GLOB_SUBST
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7774 $as_echo_n "checking for objdir... " >&6; }
7775 if ${lt_cv_objdir+:} false; then :
7776 $as_echo_n "(cached) " >&6
7777 else
7778 rm -f .libs 2>/dev/null
7779 mkdir .libs 2>/dev/null
7780 if test -d .libs; then
7781 lt_cv_objdir=.libs
7782 else
7783 # MS-DOS does not allow filenames that begin with a dot.
7784 lt_cv_objdir=_libs
7786 rmdir .libs 2>/dev/null
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7789 $as_echo "$lt_cv_objdir" >&6; }
7790 objdir=$lt_cv_objdir
7796 cat >>confdefs.h <<_ACEOF
7797 #define LT_OBJDIR "$lt_cv_objdir/"
7798 _ACEOF
7803 case $host_os in
7804 aix3*)
7805 # AIX sometimes has problems with the GCC collect2 program. For some
7806 # reason, if we set the COLLECT_NAMES environment variable, the problems
7807 # vanish in a puff of smoke.
7808 if test "X${COLLECT_NAMES+set}" != Xset; then
7809 COLLECT_NAMES=
7810 export COLLECT_NAMES
7813 esac
7815 # Global variables:
7816 ofile=libtool
7817 can_build_shared=yes
7819 # All known linkers require a `.a' archive for static linking (except MSVC,
7820 # which needs '.lib').
7821 libext=a
7823 with_gnu_ld="$lt_cv_prog_gnu_ld"
7825 old_CC="$CC"
7826 old_CFLAGS="$CFLAGS"
7828 # Set sane defaults for various variables
7829 test -z "$CC" && CC=cc
7830 test -z "$LTCC" && LTCC=$CC
7831 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7832 test -z "$LD" && LD=ld
7833 test -z "$ac_objext" && ac_objext=o
7835 for cc_temp in $compiler""; do
7836 case $cc_temp in
7837 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7838 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7839 \-*) ;;
7840 *) break;;
7841 esac
7842 done
7843 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7846 # Only perform the check for file, if the check method requires it
7847 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7848 case $deplibs_check_method in
7849 file_magic*)
7850 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7852 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7853 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7854 $as_echo_n "(cached) " >&6
7855 else
7856 case $MAGIC_CMD in
7857 [\\/*] | ?:[\\/]*)
7858 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7861 lt_save_MAGIC_CMD="$MAGIC_CMD"
7862 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7863 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7864 for ac_dir in $ac_dummy; do
7865 IFS="$lt_save_ifs"
7866 test -z "$ac_dir" && ac_dir=.
7867 if test -f $ac_dir/${ac_tool_prefix}file; then
7868 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7869 if test -n "$file_magic_test_file"; then
7870 case $deplibs_check_method in
7871 "file_magic "*)
7872 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7873 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7874 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7875 $EGREP "$file_magic_regex" > /dev/null; then
7877 else
7878 cat <<_LT_EOF 1>&2
7880 *** Warning: the command libtool uses to detect shared libraries,
7881 *** $file_magic_cmd, produces output that libtool cannot recognize.
7882 *** The result is that libtool may fail to recognize shared libraries
7883 *** as such. This will affect the creation of libtool libraries that
7884 *** depend on shared libraries, but programs linked with such libtool
7885 *** libraries will work regardless of this problem. Nevertheless, you
7886 *** may want to report the problem to your system manager and/or to
7887 *** bug-libtool@gnu.org
7889 _LT_EOF
7890 fi ;;
7891 esac
7893 break
7895 done
7896 IFS="$lt_save_ifs"
7897 MAGIC_CMD="$lt_save_MAGIC_CMD"
7899 esac
7902 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7903 if test -n "$MAGIC_CMD"; then
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7905 $as_echo "$MAGIC_CMD" >&6; }
7906 else
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7908 $as_echo "no" >&6; }
7915 if test -z "$lt_cv_path_MAGIC_CMD"; then
7916 if test -n "$ac_tool_prefix"; then
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7918 $as_echo_n "checking for file... " >&6; }
7919 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7920 $as_echo_n "(cached) " >&6
7921 else
7922 case $MAGIC_CMD in
7923 [\\/*] | ?:[\\/]*)
7924 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7927 lt_save_MAGIC_CMD="$MAGIC_CMD"
7928 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7929 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7930 for ac_dir in $ac_dummy; do
7931 IFS="$lt_save_ifs"
7932 test -z "$ac_dir" && ac_dir=.
7933 if test -f $ac_dir/file; then
7934 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7935 if test -n "$file_magic_test_file"; then
7936 case $deplibs_check_method in
7937 "file_magic "*)
7938 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7939 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7940 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7941 $EGREP "$file_magic_regex" > /dev/null; then
7943 else
7944 cat <<_LT_EOF 1>&2
7946 *** Warning: the command libtool uses to detect shared libraries,
7947 *** $file_magic_cmd, produces output that libtool cannot recognize.
7948 *** The result is that libtool may fail to recognize shared libraries
7949 *** as such. This will affect the creation of libtool libraries that
7950 *** depend on shared libraries, but programs linked with such libtool
7951 *** libraries will work regardless of this problem. Nevertheless, you
7952 *** may want to report the problem to your system manager and/or to
7953 *** bug-libtool@gnu.org
7955 _LT_EOF
7956 fi ;;
7957 esac
7959 break
7961 done
7962 IFS="$lt_save_ifs"
7963 MAGIC_CMD="$lt_save_MAGIC_CMD"
7965 esac
7968 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7969 if test -n "$MAGIC_CMD"; then
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7971 $as_echo "$MAGIC_CMD" >&6; }
7972 else
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7974 $as_echo "no" >&6; }
7978 else
7979 MAGIC_CMD=:
7985 esac
7987 # Use C for the default configuration in the libtool script
7989 lt_save_CC="$CC"
7990 ac_ext=c
7991 ac_cpp='$CPP $CPPFLAGS'
7992 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7997 # Source file extension for C test sources.
7998 ac_ext=c
8000 # Object file extension for compiled C test sources.
8001 objext=o
8002 objext=$objext
8004 # Code to be used in simple compile tests
8005 lt_simple_compile_test_code="int some_variable = 0;"
8007 # Code to be used in simple link tests
8008 lt_simple_link_test_code='int main(){return(0);}'
8016 # If no C compiler was specified, use CC.
8017 LTCC=${LTCC-"$CC"}
8019 # If no C compiler flags were specified, use CFLAGS.
8020 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8022 # Allow CC to be a program name with arguments.
8023 compiler=$CC
8025 # Save the default compiler, since it gets overwritten when the other
8026 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8027 compiler_DEFAULT=$CC
8029 # save warnings/boilerplate of simple test code
8030 ac_outfile=conftest.$ac_objext
8031 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8032 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8033 _lt_compiler_boilerplate=`cat conftest.err`
8034 $RM conftest*
8036 ac_outfile=conftest.$ac_objext
8037 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8038 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8039 _lt_linker_boilerplate=`cat conftest.err`
8040 $RM -r conftest*
8043 ## CAVEAT EMPTOR:
8044 ## There is no encapsulation within the following macros, do not change
8045 ## the running order or otherwise move them around unless you know exactly
8046 ## what you are doing...
8047 if test -n "$compiler"; then
8049 lt_prog_compiler_no_builtin_flag=
8051 if test "$GCC" = yes; then
8052 case $cc_basename in
8053 nvcc*)
8054 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8056 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8057 esac
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8060 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8061 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8062 $as_echo_n "(cached) " >&6
8063 else
8064 lt_cv_prog_compiler_rtti_exceptions=no
8065 ac_outfile=conftest.$ac_objext
8066 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8067 lt_compiler_flag="-fno-rtti -fno-exceptions"
8068 # Insert the option either (1) after the last *FLAGS variable, or
8069 # (2) before a word containing "conftest.", or (3) at the end.
8070 # Note that $ac_compile itself does not contain backslashes and begins
8071 # with a dollar sign (not a hyphen), so the echo should work correctly.
8072 # The option is referenced via a variable to avoid confusing sed.
8073 lt_compile=`echo "$ac_compile" | $SED \
8074 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8075 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8076 -e 's:$: $lt_compiler_flag:'`
8077 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8078 (eval "$lt_compile" 2>conftest.err)
8079 ac_status=$?
8080 cat conftest.err >&5
8081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8082 if (exit $ac_status) && test -s "$ac_outfile"; then
8083 # The compiler can only warn and ignore the option if not recognized
8084 # So say no if there are warnings other than the usual output.
8085 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8086 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8087 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8088 lt_cv_prog_compiler_rtti_exceptions=yes
8091 $RM conftest*
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8095 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8097 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8098 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8099 else
8110 lt_prog_compiler_wl=
8111 lt_prog_compiler_pic=
8112 lt_prog_compiler_static=
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8115 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8117 if test "$GCC" = yes; then
8118 lt_prog_compiler_wl='-Wl,'
8119 lt_prog_compiler_static='-static'
8121 case $host_os in
8122 aix*)
8123 # All AIX code is PIC.
8124 if test "$host_cpu" = ia64; then
8125 # AIX 5 now supports IA64 processor
8126 lt_prog_compiler_static='-Bstatic'
8128 lt_prog_compiler_pic='-fPIC'
8131 amigaos*)
8132 case $host_cpu in
8133 powerpc)
8134 # see comment about AmigaOS4 .so support
8135 lt_prog_compiler_pic='-fPIC'
8137 m68k)
8138 # FIXME: we need at least 68020 code to build shared libraries, but
8139 # adding the `-m68020' flag to GCC prevents building anything better,
8140 # like `-m68040'.
8141 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8143 esac
8146 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8147 # PIC is the default for these OSes.
8150 mingw* | cygwin* | pw32* | os2* | cegcc*)
8151 # This hack is so that the source file can tell whether it is being
8152 # built for inclusion in a dll (and should export symbols for example).
8153 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8154 # (--disable-auto-import) libraries
8155 lt_prog_compiler_pic='-DDLL_EXPORT'
8158 darwin* | rhapsody*)
8159 # PIC is the default on this platform
8160 # Common symbols not allowed in MH_DYLIB files
8161 lt_prog_compiler_pic='-fno-common'
8164 haiku*)
8165 # PIC is the default for Haiku.
8166 # The "-static" flag exists, but is broken.
8167 lt_prog_compiler_static=
8170 hpux*)
8171 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8172 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8173 # sets the default TLS model and affects inlining.
8174 case $host_cpu in
8175 hppa*64*)
8176 # +Z the default
8179 lt_prog_compiler_pic='-fPIC'
8181 esac
8184 interix[3-9]*)
8185 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8186 # Instead, we relocate shared libraries at runtime.
8189 msdosdjgpp*)
8190 # Just because we use GCC doesn't mean we suddenly get shared libraries
8191 # on systems that don't support them.
8192 lt_prog_compiler_can_build_shared=no
8193 enable_shared=no
8196 *nto* | *qnx*)
8197 # QNX uses GNU C++, but need to define -shared option too, otherwise
8198 # it will coredump.
8199 lt_prog_compiler_pic='-fPIC -shared'
8202 sysv4*MP*)
8203 if test -d /usr/nec; then
8204 lt_prog_compiler_pic=-Kconform_pic
8209 lt_prog_compiler_pic='-fPIC'
8211 esac
8213 case $cc_basename in
8214 nvcc*) # Cuda Compiler Driver 2.2
8215 lt_prog_compiler_wl='-Xlinker '
8216 lt_prog_compiler_pic='-Xcompiler -fPIC'
8218 esac
8219 else
8220 # PORTME Check for flag to pass linker flags through the system compiler.
8221 case $host_os in
8222 aix*)
8223 lt_prog_compiler_wl='-Wl,'
8224 if test "$host_cpu" = ia64; then
8225 # AIX 5 now supports IA64 processor
8226 lt_prog_compiler_static='-Bstatic'
8227 else
8228 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8232 mingw* | cygwin* | pw32* | os2* | cegcc*)
8233 # This hack is so that the source file can tell whether it is being
8234 # built for inclusion in a dll (and should export symbols for example).
8235 lt_prog_compiler_pic='-DDLL_EXPORT'
8238 hpux9* | hpux10* | hpux11*)
8239 lt_prog_compiler_wl='-Wl,'
8240 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8241 # not for PA HP-UX.
8242 case $host_cpu in
8243 hppa*64*|ia64*)
8244 # +Z the default
8247 lt_prog_compiler_pic='+Z'
8249 esac
8250 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8251 lt_prog_compiler_static='${wl}-a ${wl}archive'
8254 irix5* | irix6* | nonstopux*)
8255 lt_prog_compiler_wl='-Wl,'
8256 # PIC (with -KPIC) is the default.
8257 lt_prog_compiler_static='-non_shared'
8260 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8261 case $cc_basename in
8262 # old Intel for x86_64 which still supported -KPIC.
8263 ecc*)
8264 lt_prog_compiler_wl='-Wl,'
8265 lt_prog_compiler_pic='-KPIC'
8266 lt_prog_compiler_static='-static'
8268 # icc used to be incompatible with GCC.
8269 # ICC 10 doesn't accept -KPIC any more.
8270 icc* | ifort*)
8271 lt_prog_compiler_wl='-Wl,'
8272 lt_prog_compiler_pic='-fPIC'
8273 lt_prog_compiler_static='-static'
8275 # Lahey Fortran 8.1.
8276 lf95*)
8277 lt_prog_compiler_wl='-Wl,'
8278 lt_prog_compiler_pic='--shared'
8279 lt_prog_compiler_static='--static'
8281 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8282 # Portland Group compilers (*not* the Pentium gcc compiler,
8283 # which looks to be a dead project)
8284 lt_prog_compiler_wl='-Wl,'
8285 lt_prog_compiler_pic='-fpic'
8286 lt_prog_compiler_static='-Bstatic'
8288 ccc*)
8289 lt_prog_compiler_wl='-Wl,'
8290 # All Alpha code is PIC.
8291 lt_prog_compiler_static='-non_shared'
8293 xl* | bgxl* | bgf* | mpixl*)
8294 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8295 lt_prog_compiler_wl='-Wl,'
8296 lt_prog_compiler_pic='-qpic'
8297 lt_prog_compiler_static='-qstaticlink'
8300 case `$CC -V 2>&1 | sed 5q` in
8301 *Sun\ F* | *Sun*Fortran*)
8302 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8303 lt_prog_compiler_pic='-KPIC'
8304 lt_prog_compiler_static='-Bstatic'
8305 lt_prog_compiler_wl=''
8307 *Sun\ C*)
8308 # Sun C 5.9
8309 lt_prog_compiler_pic='-KPIC'
8310 lt_prog_compiler_static='-Bstatic'
8311 lt_prog_compiler_wl='-Wl,'
8313 esac
8315 esac
8318 newsos6)
8319 lt_prog_compiler_pic='-KPIC'
8320 lt_prog_compiler_static='-Bstatic'
8323 *nto* | *qnx*)
8324 # QNX uses GNU C++, but need to define -shared option too, otherwise
8325 # it will coredump.
8326 lt_prog_compiler_pic='-fPIC -shared'
8329 osf3* | osf4* | osf5*)
8330 lt_prog_compiler_wl='-Wl,'
8331 # All OSF/1 code is PIC.
8332 lt_prog_compiler_static='-non_shared'
8335 rdos*)
8336 lt_prog_compiler_static='-non_shared'
8339 solaris*)
8340 lt_prog_compiler_pic='-KPIC'
8341 lt_prog_compiler_static='-Bstatic'
8342 case $cc_basename in
8343 f77* | f90* | f95*)
8344 lt_prog_compiler_wl='-Qoption ld ';;
8346 lt_prog_compiler_wl='-Wl,';;
8347 esac
8350 sunos4*)
8351 lt_prog_compiler_wl='-Qoption ld '
8352 lt_prog_compiler_pic='-PIC'
8353 lt_prog_compiler_static='-Bstatic'
8356 sysv4 | sysv4.2uw2* | sysv4.3*)
8357 lt_prog_compiler_wl='-Wl,'
8358 lt_prog_compiler_pic='-KPIC'
8359 lt_prog_compiler_static='-Bstatic'
8362 sysv4*MP*)
8363 if test -d /usr/nec ;then
8364 lt_prog_compiler_pic='-Kconform_pic'
8365 lt_prog_compiler_static='-Bstatic'
8369 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8370 lt_prog_compiler_wl='-Wl,'
8371 lt_prog_compiler_pic='-KPIC'
8372 lt_prog_compiler_static='-Bstatic'
8375 unicos*)
8376 lt_prog_compiler_wl='-Wl,'
8377 lt_prog_compiler_can_build_shared=no
8380 uts4*)
8381 lt_prog_compiler_pic='-pic'
8382 lt_prog_compiler_static='-Bstatic'
8386 lt_prog_compiler_can_build_shared=no
8388 esac
8391 case $host_os in
8392 # For platforms which do not support PIC, -DPIC is meaningless:
8393 *djgpp*)
8394 lt_prog_compiler_pic=
8397 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8399 esac
8400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8401 $as_echo "$lt_prog_compiler_pic" >&6; }
8409 # Check to make sure the PIC flag actually works.
8411 if test -n "$lt_prog_compiler_pic"; then
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8413 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8414 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8415 $as_echo_n "(cached) " >&6
8416 else
8417 lt_cv_prog_compiler_pic_works=no
8418 ac_outfile=conftest.$ac_objext
8419 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8420 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8421 # Insert the option either (1) after the last *FLAGS variable, or
8422 # (2) before a word containing "conftest.", or (3) at the end.
8423 # Note that $ac_compile itself does not contain backslashes and begins
8424 # with a dollar sign (not a hyphen), so the echo should work correctly.
8425 # The option is referenced via a variable to avoid confusing sed.
8426 lt_compile=`echo "$ac_compile" | $SED \
8427 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8428 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8429 -e 's:$: $lt_compiler_flag:'`
8430 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8431 (eval "$lt_compile" 2>conftest.err)
8432 ac_status=$?
8433 cat conftest.err >&5
8434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8435 if (exit $ac_status) && test -s "$ac_outfile"; then
8436 # The compiler can only warn and ignore the option if not recognized
8437 # So say no if there are warnings other than the usual output.
8438 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8439 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8440 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8441 lt_cv_prog_compiler_pic_works=yes
8444 $RM conftest*
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8448 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8450 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8451 case $lt_prog_compiler_pic in
8452 "" | " "*) ;;
8453 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8454 esac
8455 else
8456 lt_prog_compiler_pic=
8457 lt_prog_compiler_can_build_shared=no
8468 # Check to make sure the static flag actually works.
8470 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8472 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8473 if ${lt_cv_prog_compiler_static_works+:} false; then :
8474 $as_echo_n "(cached) " >&6
8475 else
8476 lt_cv_prog_compiler_static_works=no
8477 save_LDFLAGS="$LDFLAGS"
8478 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8479 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8480 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8481 # The linker can only warn and ignore the option if not recognized
8482 # So say no if there are warnings
8483 if test -s conftest.err; then
8484 # Append any errors to the config.log.
8485 cat conftest.err 1>&5
8486 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8487 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8488 if diff conftest.exp conftest.er2 >/dev/null; then
8489 lt_cv_prog_compiler_static_works=yes
8491 else
8492 lt_cv_prog_compiler_static_works=yes
8495 $RM -r conftest*
8496 LDFLAGS="$save_LDFLAGS"
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8500 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8502 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8504 else
8505 lt_prog_compiler_static=
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8515 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8516 if ${lt_cv_prog_compiler_c_o+:} false; then :
8517 $as_echo_n "(cached) " >&6
8518 else
8519 lt_cv_prog_compiler_c_o=no
8520 $RM -r conftest 2>/dev/null
8521 mkdir conftest
8522 cd conftest
8523 mkdir out
8524 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8526 lt_compiler_flag="-o out/conftest2.$ac_objext"
8527 # Insert the option either (1) after the last *FLAGS variable, or
8528 # (2) before a word containing "conftest.", or (3) at the end.
8529 # Note that $ac_compile itself does not contain backslashes and begins
8530 # with a dollar sign (not a hyphen), so the echo should work correctly.
8531 lt_compile=`echo "$ac_compile" | $SED \
8532 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8533 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8534 -e 's:$: $lt_compiler_flag:'`
8535 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8536 (eval "$lt_compile" 2>out/conftest.err)
8537 ac_status=$?
8538 cat out/conftest.err >&5
8539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8540 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8541 then
8542 # The compiler can only warn and ignore the option if not recognized
8543 # So say no if there are warnings
8544 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8545 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8546 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8547 lt_cv_prog_compiler_c_o=yes
8550 chmod u+w . 2>&5
8551 $RM conftest*
8552 # SGI C++ compiler will create directory out/ii_files/ for
8553 # template instantiation
8554 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8555 $RM out/* && rmdir out
8556 cd ..
8557 $RM -r conftest
8558 $RM conftest*
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8562 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8570 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8571 if ${lt_cv_prog_compiler_c_o+:} false; then :
8572 $as_echo_n "(cached) " >&6
8573 else
8574 lt_cv_prog_compiler_c_o=no
8575 $RM -r conftest 2>/dev/null
8576 mkdir conftest
8577 cd conftest
8578 mkdir out
8579 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8581 lt_compiler_flag="-o out/conftest2.$ac_objext"
8582 # Insert the option either (1) after the last *FLAGS variable, or
8583 # (2) before a word containing "conftest.", or (3) at the end.
8584 # Note that $ac_compile itself does not contain backslashes and begins
8585 # with a dollar sign (not a hyphen), so the echo should work correctly.
8586 lt_compile=`echo "$ac_compile" | $SED \
8587 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8588 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8589 -e 's:$: $lt_compiler_flag:'`
8590 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8591 (eval "$lt_compile" 2>out/conftest.err)
8592 ac_status=$?
8593 cat out/conftest.err >&5
8594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8595 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8596 then
8597 # The compiler can only warn and ignore the option if not recognized
8598 # So say no if there are warnings
8599 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8600 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8601 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8602 lt_cv_prog_compiler_c_o=yes
8605 chmod u+w . 2>&5
8606 $RM conftest*
8607 # SGI C++ compiler will create directory out/ii_files/ for
8608 # template instantiation
8609 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8610 $RM out/* && rmdir out
8611 cd ..
8612 $RM -r conftest
8613 $RM conftest*
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8617 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8622 hard_links="nottested"
8623 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8624 # do not overwrite the value of need_locks provided by the user
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8626 $as_echo_n "checking if we can lock with hard links... " >&6; }
8627 hard_links=yes
8628 $RM conftest*
8629 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8630 touch conftest.a
8631 ln conftest.a conftest.b 2>&5 || hard_links=no
8632 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8634 $as_echo "$hard_links" >&6; }
8635 if test "$hard_links" = no; then
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8637 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8638 need_locks=warn
8640 else
8641 need_locks=no
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8650 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8652 runpath_var=
8653 allow_undefined_flag=
8654 always_export_symbols=no
8655 archive_cmds=
8656 archive_expsym_cmds=
8657 compiler_needs_object=no
8658 enable_shared_with_static_runtimes=no
8659 export_dynamic_flag_spec=
8660 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8661 hardcode_automatic=no
8662 hardcode_direct=no
8663 hardcode_direct_absolute=no
8664 hardcode_libdir_flag_spec=
8665 hardcode_libdir_flag_spec_ld=
8666 hardcode_libdir_separator=
8667 hardcode_minus_L=no
8668 hardcode_shlibpath_var=unsupported
8669 inherit_rpath=no
8670 link_all_deplibs=unknown
8671 module_cmds=
8672 module_expsym_cmds=
8673 old_archive_from_new_cmds=
8674 old_archive_from_expsyms_cmds=
8675 thread_safe_flag_spec=
8676 whole_archive_flag_spec=
8677 # include_expsyms should be a list of space-separated symbols to be *always*
8678 # included in the symbol list
8679 include_expsyms=
8680 # exclude_expsyms can be an extended regexp of symbols to exclude
8681 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8682 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8683 # as well as any symbol that contains `d'.
8684 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8685 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8686 # platforms (ab)use it in PIC code, but their linkers get confused if
8687 # the symbol is explicitly referenced. Since portable code cannot
8688 # rely on this symbol name, it's probably fine to never include it in
8689 # preloaded symbol tables.
8690 # Exclude shared library initialization/finalization symbols.
8691 extract_expsyms_cmds=
8693 case $host_os in
8694 cygwin* | mingw* | pw32* | cegcc*)
8695 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8696 # When not using gcc, we currently assume that we are using
8697 # Microsoft Visual C++.
8698 if test "$GCC" != yes; then
8699 with_gnu_ld=no
8702 interix*)
8703 # we just hope/assume this is gcc and not c89 (= MSVC++)
8704 with_gnu_ld=yes
8706 openbsd*)
8707 with_gnu_ld=no
8709 esac
8711 ld_shlibs=yes
8713 # On some targets, GNU ld is compatible enough with the native linker
8714 # that we're better off using the native interface for both.
8715 lt_use_gnu_ld_interface=no
8716 if test "$with_gnu_ld" = yes; then
8717 case $host_os in
8718 aix*)
8719 # The AIX port of GNU ld has always aspired to compatibility
8720 # with the native linker. However, as the warning in the GNU ld
8721 # block says, versions before 2.19.5* couldn't really create working
8722 # shared libraries, regardless of the interface used.
8723 case `$LD -v 2>&1` in
8724 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8725 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8726 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8728 lt_use_gnu_ld_interface=yes
8730 esac
8733 lt_use_gnu_ld_interface=yes
8735 esac
8738 if test "$lt_use_gnu_ld_interface" = yes; then
8739 # If archive_cmds runs LD, not CC, wlarc should be empty
8740 wlarc='${wl}'
8742 # Set some defaults for GNU ld with shared library support. These
8743 # are reset later if shared libraries are not supported. Putting them
8744 # here allows them to be overridden if necessary.
8745 runpath_var=LD_RUN_PATH
8746 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8747 export_dynamic_flag_spec='${wl}--export-dynamic'
8748 # ancient GNU ld didn't support --whole-archive et. al.
8749 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8750 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8751 else
8752 whole_archive_flag_spec=
8754 supports_anon_versioning=no
8755 case `$LD -v 2>&1` in
8756 *GNU\ gold*) supports_anon_versioning=yes ;;
8757 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8758 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8759 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8760 *\ 2.11.*) ;; # other 2.11 versions
8761 *) supports_anon_versioning=yes ;;
8762 esac
8764 # See if GNU ld supports shared libraries.
8765 case $host_os in
8766 aix[3-9]*)
8767 # On AIX/PPC, the GNU linker is very broken
8768 if test "$host_cpu" != ia64; then
8769 ld_shlibs=no
8770 cat <<_LT_EOF 1>&2
8772 *** Warning: the GNU linker, at least up to release 2.19, is reported
8773 *** to be unable to reliably create shared libraries on AIX.
8774 *** Therefore, libtool is disabling shared libraries support. If you
8775 *** really care for shared libraries, you may want to install binutils
8776 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8777 *** You will then need to restart the configuration process.
8779 _LT_EOF
8783 amigaos*)
8784 case $host_cpu in
8785 powerpc)
8786 # see comment about AmigaOS4 .so support
8787 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8788 archive_expsym_cmds=''
8790 m68k)
8791 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)'
8792 hardcode_libdir_flag_spec='-L$libdir'
8793 hardcode_minus_L=yes
8795 esac
8798 beos*)
8799 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8800 allow_undefined_flag=unsupported
8801 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8802 # support --undefined. This deserves some investigation. FIXME
8803 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8804 else
8805 ld_shlibs=no
8809 cygwin* | mingw* | pw32* | cegcc*)
8810 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8811 # as there is no search path for DLLs.
8812 hardcode_libdir_flag_spec='-L$libdir'
8813 export_dynamic_flag_spec='${wl}--export-all-symbols'
8814 allow_undefined_flag=unsupported
8815 always_export_symbols=no
8816 enable_shared_with_static_runtimes=yes
8817 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8819 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8820 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8821 # If the export-symbols file already is a .def file (1st line
8822 # is EXPORTS), use it as is; otherwise, prepend...
8823 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8824 cp $export_symbols $output_objdir/$soname.def;
8825 else
8826 echo EXPORTS > $output_objdir/$soname.def;
8827 cat $export_symbols >> $output_objdir/$soname.def;
8829 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8830 else
8831 ld_shlibs=no
8835 haiku*)
8836 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8837 link_all_deplibs=yes
8840 interix[3-9]*)
8841 hardcode_direct=no
8842 hardcode_shlibpath_var=no
8843 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8844 export_dynamic_flag_spec='${wl}-E'
8845 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8846 # Instead, shared libraries are loaded at an image base (0x10000000 by
8847 # default) and relocated if they conflict, which is a slow very memory
8848 # consuming and fragmenting process. To avoid this, we pick a random,
8849 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8850 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8851 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8852 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'
8855 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8856 tmp_diet=no
8857 if test "$host_os" = linux-dietlibc; then
8858 case $cc_basename in
8859 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8860 esac
8862 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8863 && test "$tmp_diet" = no
8864 then
8865 tmp_addflag=' $pic_flag'
8866 tmp_sharedflag='-shared'
8867 case $cc_basename,$host_cpu in
8868 pgcc*) # Portland Group C compiler
8869 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'
8870 tmp_addflag=' $pic_flag'
8872 pgf77* | pgf90* | pgf95* | pgfortran*)
8873 # Portland Group f77 and f90 compilers
8874 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'
8875 tmp_addflag=' $pic_flag -Mnomain' ;;
8876 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8877 tmp_addflag=' -i_dynamic' ;;
8878 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8879 tmp_addflag=' -i_dynamic -nofor_main' ;;
8880 ifc* | ifort*) # Intel Fortran compiler
8881 tmp_addflag=' -nofor_main' ;;
8882 lf95*) # Lahey Fortran 8.1
8883 whole_archive_flag_spec=
8884 tmp_sharedflag='--shared' ;;
8885 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8886 tmp_sharedflag='-qmkshrobj'
8887 tmp_addflag= ;;
8888 nvcc*) # Cuda Compiler Driver 2.2
8889 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'
8890 compiler_needs_object=yes
8892 esac
8893 case `$CC -V 2>&1 | sed 5q` in
8894 *Sun\ C*) # Sun C 5.9
8895 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'
8896 compiler_needs_object=yes
8897 tmp_sharedflag='-G' ;;
8898 *Sun\ F*) # Sun Fortran 8.3
8899 tmp_sharedflag='-G' ;;
8900 esac
8901 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8903 if test "x$supports_anon_versioning" = xyes; then
8904 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8905 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8906 echo "local: *; };" >> $output_objdir/$libname.ver~
8907 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8910 case $cc_basename in
8911 xlf* | bgf* | bgxlf* | mpixlf*)
8912 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8913 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8914 hardcode_libdir_flag_spec=
8915 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8916 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8917 if test "x$supports_anon_versioning" = xyes; then
8918 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8919 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8920 echo "local: *; };" >> $output_objdir/$libname.ver~
8921 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8924 esac
8925 else
8926 ld_shlibs=no
8930 netbsd*)
8931 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8932 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8933 wlarc=
8934 else
8935 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8936 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8940 solaris*)
8941 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8942 ld_shlibs=no
8943 cat <<_LT_EOF 1>&2
8945 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8946 *** create shared libraries on Solaris systems. Therefore, libtool
8947 *** is disabling shared libraries support. We urge you to upgrade GNU
8948 *** binutils to release 2.9.1 or newer. Another option is to modify
8949 *** your PATH or compiler configuration so that the native linker is
8950 *** used, and then restart.
8952 _LT_EOF
8953 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8954 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8955 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8956 else
8957 ld_shlibs=no
8961 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8962 case `$LD -v 2>&1` in
8963 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8964 ld_shlibs=no
8965 cat <<_LT_EOF 1>&2
8967 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8968 *** reliably create shared libraries on SCO systems. Therefore, libtool
8969 *** is disabling shared libraries support. We urge you to upgrade GNU
8970 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8971 *** your PATH or compiler configuration so that the native linker is
8972 *** used, and then restart.
8974 _LT_EOF
8977 # For security reasons, it is highly recommended that you always
8978 # use absolute paths for naming shared libraries, and exclude the
8979 # DT_RUNPATH tag from executables and libraries. But doing so
8980 # requires that you compile everything twice, which is a pain.
8981 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8982 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8983 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8984 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8985 else
8986 ld_shlibs=no
8989 esac
8992 sunos4*)
8993 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8994 wlarc=
8995 hardcode_direct=yes
8996 hardcode_shlibpath_var=no
9000 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9001 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9002 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9003 else
9004 ld_shlibs=no
9007 esac
9009 if test "$ld_shlibs" = no; then
9010 runpath_var=
9011 hardcode_libdir_flag_spec=
9012 export_dynamic_flag_spec=
9013 whole_archive_flag_spec=
9015 else
9016 # PORTME fill in a description of your system's linker (not GNU ld)
9017 case $host_os in
9018 aix3*)
9019 allow_undefined_flag=unsupported
9020 always_export_symbols=yes
9021 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'
9022 # Note: this linker hardcodes the directories in LIBPATH if there
9023 # are no directories specified by -L.
9024 hardcode_minus_L=yes
9025 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9026 # Neither direct hardcoding nor static linking is supported with a
9027 # broken collect2.
9028 hardcode_direct=unsupported
9032 aix[4-9]*)
9033 if test "$host_cpu" = ia64; then
9034 # On IA64, the linker does run time linking by default, so we don't
9035 # have to do anything special.
9036 aix_use_runtimelinking=no
9037 exp_sym_flag='-Bexport'
9038 no_entry_flag=""
9039 else
9040 # If we're using GNU nm, then we don't want the "-C" option.
9041 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9042 # Also, AIX nm treats weak defined symbols like other global
9043 # defined symbols, whereas GNU nm marks them as "W".
9044 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9045 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'
9046 else
9047 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9049 aix_use_runtimelinking=no
9051 # Test if we are trying to use run time linking or normal
9052 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9053 # need to do runtime linking.
9054 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9055 for ld_flag in $LDFLAGS; do
9056 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9057 aix_use_runtimelinking=yes
9058 break
9060 done
9062 esac
9064 exp_sym_flag='-bexport'
9065 no_entry_flag='-bnoentry'
9068 # When large executables or shared objects are built, AIX ld can
9069 # have problems creating the table of contents. If linking a library
9070 # or program results in "error TOC overflow" add -mminimal-toc to
9071 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9072 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9074 archive_cmds=''
9075 hardcode_direct=yes
9076 hardcode_direct_absolute=yes
9077 hardcode_libdir_separator=':'
9078 link_all_deplibs=yes
9079 file_list_spec='${wl}-f,'
9081 if test "$GCC" = yes; then
9082 case $host_os in aix4.[012]|aix4.[012].*)
9083 # We only want to do this on AIX 4.2 and lower, the check
9084 # below for broken collect2 doesn't work under 4.3+
9085 collect2name=`${CC} -print-prog-name=collect2`
9086 if test -f "$collect2name" &&
9087 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9088 then
9089 # We have reworked collect2
9091 else
9092 # We have old collect2
9093 hardcode_direct=unsupported
9094 # It fails to find uninstalled libraries when the uninstalled
9095 # path is not listed in the libpath. Setting hardcode_minus_L
9096 # to unsupported forces relinking
9097 hardcode_minus_L=yes
9098 hardcode_libdir_flag_spec='-L$libdir'
9099 hardcode_libdir_separator=
9102 esac
9103 shared_flag='-shared'
9104 if test "$aix_use_runtimelinking" = yes; then
9105 shared_flag="$shared_flag "'${wl}-G'
9107 else
9108 # not using gcc
9109 if test "$host_cpu" = ia64; then
9110 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9111 # chokes on -Wl,-G. The following line is correct:
9112 shared_flag='-G'
9113 else
9114 if test "$aix_use_runtimelinking" = yes; then
9115 shared_flag='${wl}-G'
9116 else
9117 shared_flag='${wl}-bM:SRE'
9122 export_dynamic_flag_spec='${wl}-bexpall'
9123 # It seems that -bexpall does not export symbols beginning with
9124 # underscore (_), so it is better to generate a list of symbols to export.
9125 always_export_symbols=yes
9126 if test "$aix_use_runtimelinking" = yes; then
9127 # Warning - without using the other runtime loading flags (-brtl),
9128 # -berok will link without error, but may produce a broken library.
9129 allow_undefined_flag='-berok'
9130 # Determine the default libpath from the value encoded in an
9131 # empty executable.
9132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9133 /* end confdefs.h. */
9136 main ()
9140 return 0;
9142 _ACEOF
9143 if ac_fn_c_try_link "$LINENO"; then :
9145 lt_aix_libpath_sed='
9146 /Import File Strings/,/^$/ {
9147 /^0/ {
9148 s/^0 *\(.*\)$/\1/
9152 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9153 # Check for a 64-bit object if we didn't find anything.
9154 if test -z "$aix_libpath"; then
9155 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9158 rm -f core conftest.err conftest.$ac_objext \
9159 conftest$ac_exeext conftest.$ac_ext
9160 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9162 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9163 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"
9164 else
9165 if test "$host_cpu" = ia64; then
9166 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9167 allow_undefined_flag="-z nodefs"
9168 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"
9169 else
9170 # Determine the default libpath from the value encoded in an
9171 # empty executable.
9172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9173 /* end confdefs.h. */
9176 main ()
9180 return 0;
9182 _ACEOF
9183 if ac_fn_c_try_link "$LINENO"; then :
9185 lt_aix_libpath_sed='
9186 /Import File Strings/,/^$/ {
9187 /^0/ {
9188 s/^0 *\(.*\)$/\1/
9192 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9193 # Check for a 64-bit object if we didn't find anything.
9194 if test -z "$aix_libpath"; then
9195 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9198 rm -f core conftest.err conftest.$ac_objext \
9199 conftest$ac_exeext conftest.$ac_ext
9200 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9202 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9203 # Warning - without using the other run time loading flags,
9204 # -berok will link without error, but may produce a broken library.
9205 no_undefined_flag=' ${wl}-bernotok'
9206 allow_undefined_flag=' ${wl}-berok'
9207 if test "$with_gnu_ld" = yes; then
9208 # We only use this code for GNU lds that support --whole-archive.
9209 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9210 else
9211 # Exported symbols can be pulled into shared objects from archives
9212 whole_archive_flag_spec='$convenience'
9214 archive_cmds_need_lc=yes
9215 # This is similar to how AIX traditionally builds its shared libraries.
9216 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'
9221 amigaos*)
9222 case $host_cpu in
9223 powerpc)
9224 # see comment about AmigaOS4 .so support
9225 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9226 archive_expsym_cmds=''
9228 m68k)
9229 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)'
9230 hardcode_libdir_flag_spec='-L$libdir'
9231 hardcode_minus_L=yes
9233 esac
9236 bsdi[45]*)
9237 export_dynamic_flag_spec=-rdynamic
9240 cygwin* | mingw* | pw32* | cegcc*)
9241 # When not using gcc, we currently assume that we are using
9242 # Microsoft Visual C++.
9243 # hardcode_libdir_flag_spec is actually meaningless, as there is
9244 # no search path for DLLs.
9245 hardcode_libdir_flag_spec=' '
9246 allow_undefined_flag=unsupported
9247 # Tell ltmain to make .lib files, not .a files.
9248 libext=lib
9249 # Tell ltmain to make .dll files, not .so files.
9250 shrext_cmds=".dll"
9251 # FIXME: Setting linknames here is a bad hack.
9252 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9253 # The linker will automatically build a .lib file if we build a DLL.
9254 old_archive_from_new_cmds='true'
9255 # FIXME: Should let the user specify the lib program.
9256 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9257 fix_srcfile_path='`cygpath -w "$srcfile"`'
9258 enable_shared_with_static_runtimes=yes
9261 darwin* | rhapsody*)
9264 archive_cmds_need_lc=no
9265 hardcode_direct=no
9266 hardcode_automatic=yes
9267 hardcode_shlibpath_var=unsupported
9268 if test "$lt_cv_ld_force_load" = "yes"; then
9269 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\"`'
9270 else
9271 whole_archive_flag_spec=''
9273 link_all_deplibs=yes
9274 allow_undefined_flag="$_lt_dar_allow_undefined"
9275 case $cc_basename in
9276 ifort*) _lt_dar_can_shared=yes ;;
9277 *) _lt_dar_can_shared=$GCC ;;
9278 esac
9279 if test "$_lt_dar_can_shared" = "yes"; then
9280 output_verbose_link_cmd=func_echo_all
9281 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9282 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9283 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}"
9284 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}"
9286 else
9287 ld_shlibs=no
9292 dgux*)
9293 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9294 hardcode_libdir_flag_spec='-L$libdir'
9295 hardcode_shlibpath_var=no
9298 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9299 # support. Future versions do this automatically, but an explicit c++rt0.o
9300 # does not break anything, and helps significantly (at the cost of a little
9301 # extra space).
9302 freebsd2.2*)
9303 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9304 hardcode_libdir_flag_spec='-R$libdir'
9305 hardcode_direct=yes
9306 hardcode_shlibpath_var=no
9309 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9310 freebsd2.*)
9311 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9312 hardcode_direct=yes
9313 hardcode_minus_L=yes
9314 hardcode_shlibpath_var=no
9317 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9318 freebsd* | dragonfly*)
9319 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9320 hardcode_libdir_flag_spec='-R$libdir'
9321 hardcode_direct=yes
9322 hardcode_shlibpath_var=no
9325 hpux9*)
9326 if test "$GCC" = yes; then
9327 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'
9328 else
9329 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'
9331 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9332 hardcode_libdir_separator=:
9333 hardcode_direct=yes
9335 # hardcode_minus_L: Not really in the search PATH,
9336 # but as the default location of the library.
9337 hardcode_minus_L=yes
9338 export_dynamic_flag_spec='${wl}-E'
9341 hpux10*)
9342 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9343 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9344 else
9345 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9347 if test "$with_gnu_ld" = no; then
9348 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9349 hardcode_libdir_flag_spec_ld='+b $libdir'
9350 hardcode_libdir_separator=:
9351 hardcode_direct=yes
9352 hardcode_direct_absolute=yes
9353 export_dynamic_flag_spec='${wl}-E'
9354 # hardcode_minus_L: Not really in the search PATH,
9355 # but as the default location of the library.
9356 hardcode_minus_L=yes
9360 hpux11*)
9361 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9362 case $host_cpu in
9363 hppa*64*)
9364 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9366 ia64*)
9367 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9370 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9372 esac
9373 else
9374 case $host_cpu in
9375 hppa*64*)
9376 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9378 ia64*)
9379 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9383 # Older versions of the 11.00 compiler do not understand -b yet
9384 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9386 $as_echo_n "checking if $CC understands -b... " >&6; }
9387 if ${lt_cv_prog_compiler__b+:} false; then :
9388 $as_echo_n "(cached) " >&6
9389 else
9390 lt_cv_prog_compiler__b=no
9391 save_LDFLAGS="$LDFLAGS"
9392 LDFLAGS="$LDFLAGS -b"
9393 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9394 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9395 # The linker can only warn and ignore the option if not recognized
9396 # So say no if there are warnings
9397 if test -s conftest.err; then
9398 # Append any errors to the config.log.
9399 cat conftest.err 1>&5
9400 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9401 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9402 if diff conftest.exp conftest.er2 >/dev/null; then
9403 lt_cv_prog_compiler__b=yes
9405 else
9406 lt_cv_prog_compiler__b=yes
9409 $RM -r conftest*
9410 LDFLAGS="$save_LDFLAGS"
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9414 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9416 if test x"$lt_cv_prog_compiler__b" = xyes; then
9417 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9418 else
9419 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9423 esac
9425 if test "$with_gnu_ld" = no; then
9426 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9427 hardcode_libdir_separator=:
9429 case $host_cpu in
9430 hppa*64*|ia64*)
9431 hardcode_direct=no
9432 hardcode_shlibpath_var=no
9435 hardcode_direct=yes
9436 hardcode_direct_absolute=yes
9437 export_dynamic_flag_spec='${wl}-E'
9439 # hardcode_minus_L: Not really in the search PATH,
9440 # but as the default location of the library.
9441 hardcode_minus_L=yes
9443 esac
9447 irix5* | irix6* | nonstopux*)
9448 if test "$GCC" = yes; then
9449 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'
9450 # Try to use the -exported_symbol ld option, if it does not
9451 # work, assume that -exports_file does not work either and
9452 # implicitly export all symbols.
9453 save_LDFLAGS="$LDFLAGS"
9454 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9456 /* end confdefs.h. */
9457 int foo(void) {}
9458 _ACEOF
9459 if ac_fn_c_try_link "$LINENO"; then :
9460 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'
9463 rm -f core conftest.err conftest.$ac_objext \
9464 conftest$ac_exeext conftest.$ac_ext
9465 LDFLAGS="$save_LDFLAGS"
9466 else
9467 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'
9468 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'
9470 archive_cmds_need_lc='no'
9471 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9472 hardcode_libdir_separator=:
9473 inherit_rpath=yes
9474 link_all_deplibs=yes
9477 netbsd*)
9478 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9479 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9480 else
9481 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9483 hardcode_libdir_flag_spec='-R$libdir'
9484 hardcode_direct=yes
9485 hardcode_shlibpath_var=no
9488 newsos6)
9489 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9490 hardcode_direct=yes
9491 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9492 hardcode_libdir_separator=:
9493 hardcode_shlibpath_var=no
9496 *nto* | *qnx*)
9499 openbsd*)
9500 if test -f /usr/libexec/ld.so; then
9501 hardcode_direct=yes
9502 hardcode_shlibpath_var=no
9503 hardcode_direct_absolute=yes
9504 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9505 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9506 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9507 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9508 export_dynamic_flag_spec='${wl}-E'
9509 else
9510 case $host_os in
9511 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9512 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9513 hardcode_libdir_flag_spec='-R$libdir'
9516 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9517 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9519 esac
9521 else
9522 ld_shlibs=no
9526 os2*)
9527 hardcode_libdir_flag_spec='-L$libdir'
9528 hardcode_minus_L=yes
9529 allow_undefined_flag=unsupported
9530 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'
9531 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9534 osf3*)
9535 if test "$GCC" = yes; then
9536 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9537 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'
9538 else
9539 allow_undefined_flag=' -expect_unresolved \*'
9540 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'
9542 archive_cmds_need_lc='no'
9543 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9544 hardcode_libdir_separator=:
9547 osf4* | osf5*) # as osf3* with the addition of -msym flag
9548 if test "$GCC" = yes; then
9549 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9550 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'
9551 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9552 else
9553 allow_undefined_flag=' -expect_unresolved \*'
9554 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'
9555 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~
9556 $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'
9558 # Both c and cxx compiler support -rpath directly
9559 hardcode_libdir_flag_spec='-rpath $libdir'
9561 archive_cmds_need_lc='no'
9562 hardcode_libdir_separator=:
9565 solaris*)
9566 no_undefined_flag=' -z defs'
9567 if test "$GCC" = yes; then
9568 wlarc='${wl}'
9569 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9570 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9571 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9572 else
9573 case `$CC -V 2>&1` in
9574 *"Compilers 5.0"*)
9575 wlarc=''
9576 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9577 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9578 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9581 wlarc='${wl}'
9582 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9583 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9584 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9586 esac
9588 hardcode_libdir_flag_spec='-R$libdir'
9589 hardcode_shlibpath_var=no
9590 case $host_os in
9591 solaris2.[0-5] | solaris2.[0-5].*) ;;
9593 # The compiler driver will combine and reorder linker options,
9594 # but understands `-z linker_flag'. GCC discards it without `$wl',
9595 # but is careful enough not to reorder.
9596 # Supported since Solaris 2.6 (maybe 2.5.1?)
9597 if test "$GCC" = yes; then
9598 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9599 else
9600 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9603 esac
9604 link_all_deplibs=yes
9607 sunos4*)
9608 if test "x$host_vendor" = xsequent; then
9609 # Use $CC to link under sequent, because it throws in some extra .o
9610 # files that make .init and .fini sections work.
9611 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9612 else
9613 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9615 hardcode_libdir_flag_spec='-L$libdir'
9616 hardcode_direct=yes
9617 hardcode_minus_L=yes
9618 hardcode_shlibpath_var=no
9621 sysv4)
9622 case $host_vendor in
9623 sni)
9624 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9625 hardcode_direct=yes # is this really true???
9627 siemens)
9628 ## LD is ld it makes a PLAMLIB
9629 ## CC just makes a GrossModule.
9630 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9631 reload_cmds='$CC -r -o $output$reload_objs'
9632 hardcode_direct=no
9634 motorola)
9635 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9636 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9638 esac
9639 runpath_var='LD_RUN_PATH'
9640 hardcode_shlibpath_var=no
9643 sysv4.3*)
9644 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9645 hardcode_shlibpath_var=no
9646 export_dynamic_flag_spec='-Bexport'
9649 sysv4*MP*)
9650 if test -d /usr/nec; then
9651 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9652 hardcode_shlibpath_var=no
9653 runpath_var=LD_RUN_PATH
9654 hardcode_runpath_var=yes
9655 ld_shlibs=yes
9659 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9660 no_undefined_flag='${wl}-z,text'
9661 archive_cmds_need_lc=no
9662 hardcode_shlibpath_var=no
9663 runpath_var='LD_RUN_PATH'
9665 if test "$GCC" = yes; then
9666 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9667 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9668 else
9669 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9670 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9674 sysv5* | sco3.2v5* | sco5v6*)
9675 # Note: We can NOT use -z defs as we might desire, because we do not
9676 # link with -lc, and that would cause any symbols used from libc to
9677 # always be unresolved, which means just about no library would
9678 # ever link correctly. If we're not using GNU ld we use -z text
9679 # though, which does catch some bad symbols but isn't as heavy-handed
9680 # as -z defs.
9681 no_undefined_flag='${wl}-z,text'
9682 allow_undefined_flag='${wl}-z,nodefs'
9683 archive_cmds_need_lc=no
9684 hardcode_shlibpath_var=no
9685 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9686 hardcode_libdir_separator=':'
9687 link_all_deplibs=yes
9688 export_dynamic_flag_spec='${wl}-Bexport'
9689 runpath_var='LD_RUN_PATH'
9691 if test "$GCC" = yes; then
9692 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9693 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9694 else
9695 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9696 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9700 uts4*)
9701 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9702 hardcode_libdir_flag_spec='-L$libdir'
9703 hardcode_shlibpath_var=no
9707 ld_shlibs=no
9709 esac
9711 if test x$host_vendor = xsni; then
9712 case $host in
9713 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9714 export_dynamic_flag_spec='${wl}-Blargedynsym'
9716 esac
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9721 $as_echo "$ld_shlibs" >&6; }
9722 test "$ld_shlibs" = no && can_build_shared=no
9724 with_gnu_ld=$with_gnu_ld
9741 # Do we need to explicitly link libc?
9743 case "x$archive_cmds_need_lc" in
9744 x|xyes)
9745 # Assume -lc should be added
9746 archive_cmds_need_lc=yes
9748 if test "$enable_shared" = yes && test "$GCC" = yes; then
9749 case $archive_cmds in
9750 *'~'*)
9751 # FIXME: we may have to deal with multi-command sequences.
9753 '$CC '*)
9754 # Test whether the compiler implicitly links with -lc since on some
9755 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9756 # to ld, don't add -lc before -lgcc.
9757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9758 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9759 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9760 $as_echo_n "(cached) " >&6
9761 else
9762 $RM conftest*
9763 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9765 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9766 (eval $ac_compile) 2>&5
9767 ac_status=$?
9768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9769 test $ac_status = 0; } 2>conftest.err; then
9770 soname=conftest
9771 lib=conftest
9772 libobjs=conftest.$ac_objext
9773 deplibs=
9774 wl=$lt_prog_compiler_wl
9775 pic_flag=$lt_prog_compiler_pic
9776 compiler_flags=-v
9777 linker_flags=-v
9778 verstring=
9779 output_objdir=.
9780 libname=conftest
9781 lt_save_allow_undefined_flag=$allow_undefined_flag
9782 allow_undefined_flag=
9783 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9784 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9785 ac_status=$?
9786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9787 test $ac_status = 0; }
9788 then
9789 lt_cv_archive_cmds_need_lc=no
9790 else
9791 lt_cv_archive_cmds_need_lc=yes
9793 allow_undefined_flag=$lt_save_allow_undefined_flag
9794 else
9795 cat conftest.err 1>&5
9797 $RM conftest*
9800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9801 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9802 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9804 esac
9807 esac
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9966 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9968 if test "$GCC" = yes; then
9969 case $host_os in
9970 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9971 *) lt_awk_arg="/^libraries:/" ;;
9972 esac
9973 case $host_os in
9974 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9975 *) lt_sed_strip_eq="s,=/,/,g" ;;
9976 esac
9977 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9978 case $lt_search_path_spec in
9979 *\;*)
9980 # if the path contains ";" then we assume it to be the separator
9981 # otherwise default to the standard path separator (i.e. ":") - it is
9982 # assumed that no part of a normal pathname contains ";" but that should
9983 # okay in the real world where ";" in dirpaths is itself problematic.
9984 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9987 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9989 esac
9990 # Ok, now we have the path, separated by spaces, we can step through it
9991 # and add multilib dir if necessary.
9992 lt_tmp_lt_search_path_spec=
9993 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9994 for lt_sys_path in $lt_search_path_spec; do
9995 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9996 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9997 else
9998 test -d "$lt_sys_path" && \
9999 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10001 done
10002 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10003 BEGIN {RS=" "; FS="/|\n";} {
10004 lt_foo="";
10005 lt_count=0;
10006 for (lt_i = NF; lt_i > 0; lt_i--) {
10007 if ($lt_i != "" && $lt_i != ".") {
10008 if ($lt_i == "..") {
10009 lt_count++;
10010 } else {
10011 if (lt_count == 0) {
10012 lt_foo="/" $lt_i lt_foo;
10013 } else {
10014 lt_count--;
10019 if (lt_foo != "") { lt_freq[lt_foo]++; }
10020 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10022 # AWK program above erroneously prepends '/' to C:/dos/paths
10023 # for these hosts.
10024 case $host_os in
10025 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10026 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10027 esac
10028 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10029 else
10030 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10032 library_names_spec=
10033 libname_spec='lib$name'
10034 soname_spec=
10035 shrext_cmds=".so"
10036 postinstall_cmds=
10037 postuninstall_cmds=
10038 finish_cmds=
10039 finish_eval=
10040 shlibpath_var=
10041 shlibpath_overrides_runpath=unknown
10042 version_type=none
10043 dynamic_linker="$host_os ld.so"
10044 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10045 need_lib_prefix=unknown
10046 hardcode_into_libs=no
10048 # when you set need_version to no, make sure it does not cause -set_version
10049 # flags to be left without arguments
10050 need_version=unknown
10052 case $host_os in
10053 aix3*)
10054 version_type=linux
10055 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10056 shlibpath_var=LIBPATH
10058 # AIX 3 has no versioning support, so we append a major version to the name.
10059 soname_spec='${libname}${release}${shared_ext}$major'
10062 aix[4-9]*)
10063 version_type=linux
10064 need_lib_prefix=no
10065 need_version=no
10066 hardcode_into_libs=yes
10067 if test "$host_cpu" = ia64; then
10068 # AIX 5 supports IA64
10069 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10070 shlibpath_var=LD_LIBRARY_PATH
10071 else
10072 # With GCC up to 2.95.x, collect2 would create an import file
10073 # for dependence libraries. The import file would start with
10074 # the line `#! .'. This would cause the generated library to
10075 # depend on `.', always an invalid library. This was fixed in
10076 # development snapshots of GCC prior to 3.0.
10077 case $host_os in
10078 aix4 | aix4.[01] | aix4.[01].*)
10079 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10080 echo ' yes '
10081 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10083 else
10084 can_build_shared=no
10087 esac
10088 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10089 # soname into executable. Probably we can add versioning support to
10090 # collect2, so additional links can be useful in future.
10091 if test "$aix_use_runtimelinking" = yes; then
10092 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10093 # instead of lib<name>.a to let people know that these are not
10094 # typical AIX shared libraries.
10095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10096 else
10097 # We preserve .a as extension for shared libraries through AIX4.2
10098 # and later when we are not doing run time linking.
10099 library_names_spec='${libname}${release}.a $libname.a'
10100 soname_spec='${libname}${release}${shared_ext}$major'
10102 shlibpath_var=LIBPATH
10106 amigaos*)
10107 case $host_cpu in
10108 powerpc)
10109 # Since July 2007 AmigaOS4 officially supports .so libraries.
10110 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10113 m68k)
10114 library_names_spec='$libname.ixlibrary $libname.a'
10115 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10116 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'
10118 esac
10121 beos*)
10122 library_names_spec='${libname}${shared_ext}'
10123 dynamic_linker="$host_os ld.so"
10124 shlibpath_var=LIBRARY_PATH
10127 bsdi[45]*)
10128 version_type=linux
10129 need_version=no
10130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10131 soname_spec='${libname}${release}${shared_ext}$major'
10132 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10133 shlibpath_var=LD_LIBRARY_PATH
10134 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10135 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10136 # the default ld.so.conf also contains /usr/contrib/lib and
10137 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10138 # libtool to hard-code these into programs
10141 cygwin* | mingw* | pw32* | cegcc*)
10142 version_type=windows
10143 shrext_cmds=".dll"
10144 need_version=no
10145 need_lib_prefix=no
10147 case $GCC,$host_os in
10148 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10149 library_names_spec='$libname.dll.a'
10150 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10151 postinstall_cmds='base_file=`basename \${file}`~
10152 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10153 dldir=$destdir/`dirname \$dlpath`~
10154 test -d \$dldir || mkdir -p \$dldir~
10155 $install_prog $dir/$dlname \$dldir/$dlname~
10156 chmod a+x \$dldir/$dlname~
10157 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10158 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10160 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10161 dlpath=$dir/\$dldll~
10162 $RM \$dlpath'
10163 shlibpath_overrides_runpath=yes
10165 case $host_os in
10166 cygwin*)
10167 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10168 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10170 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10172 mingw* | cegcc*)
10173 # MinGW DLLs use traditional 'lib' prefix
10174 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10176 pw32*)
10177 # pw32 DLLs use 'pw' prefix rather than 'lib'
10178 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10180 esac
10184 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10186 esac
10187 dynamic_linker='Win32 ld.exe'
10188 # FIXME: first we should search . and the directory the executable is in
10189 shlibpath_var=PATH
10192 darwin* | rhapsody*)
10193 dynamic_linker="$host_os dyld"
10194 version_type=darwin
10195 need_lib_prefix=no
10196 need_version=no
10197 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10198 soname_spec='${libname}${release}${major}$shared_ext'
10199 shlibpath_overrides_runpath=yes
10200 shlibpath_var=DYLD_LIBRARY_PATH
10201 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10203 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10204 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10207 dgux*)
10208 version_type=linux
10209 need_lib_prefix=no
10210 need_version=no
10211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10212 soname_spec='${libname}${release}${shared_ext}$major'
10213 shlibpath_var=LD_LIBRARY_PATH
10216 freebsd* | dragonfly*)
10217 # DragonFly does not have aout. When/if they implement a new
10218 # versioning mechanism, adjust this.
10219 if test -x /usr/bin/objformat; then
10220 objformat=`/usr/bin/objformat`
10221 else
10222 case $host_os in
10223 freebsd[23].*) objformat=aout ;;
10224 *) objformat=elf ;;
10225 esac
10227 version_type=freebsd-$objformat
10228 case $version_type in
10229 freebsd-elf*)
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10231 need_version=no
10232 need_lib_prefix=no
10234 freebsd-*)
10235 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10236 need_version=yes
10238 esac
10239 shlibpath_var=LD_LIBRARY_PATH
10240 case $host_os in
10241 freebsd2.*)
10242 shlibpath_overrides_runpath=yes
10244 freebsd3.[01]* | freebsdelf3.[01]*)
10245 shlibpath_overrides_runpath=yes
10246 hardcode_into_libs=yes
10248 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10249 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10250 shlibpath_overrides_runpath=no
10251 hardcode_into_libs=yes
10253 *) # from 4.6 on, and DragonFly
10254 shlibpath_overrides_runpath=yes
10255 hardcode_into_libs=yes
10257 esac
10260 haiku*)
10261 version_type=linux
10262 need_lib_prefix=no
10263 need_version=no
10264 dynamic_linker="$host_os runtime_loader"
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10266 soname_spec='${libname}${release}${shared_ext}$major'
10267 shlibpath_var=LIBRARY_PATH
10268 shlibpath_overrides_runpath=yes
10269 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10270 hardcode_into_libs=yes
10273 hpux9* | hpux10* | hpux11*)
10274 # Give a soname corresponding to the major version so that dld.sl refuses to
10275 # link against other versions.
10276 version_type=sunos
10277 need_lib_prefix=no
10278 need_version=no
10279 case $host_cpu in
10280 ia64*)
10281 shrext_cmds='.so'
10282 hardcode_into_libs=yes
10283 dynamic_linker="$host_os dld.so"
10284 shlibpath_var=LD_LIBRARY_PATH
10285 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10286 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10287 soname_spec='${libname}${release}${shared_ext}$major'
10288 if test "X$HPUX_IA64_MODE" = X32; then
10289 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10290 else
10291 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10293 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10295 hppa*64*)
10296 shrext_cmds='.sl'
10297 hardcode_into_libs=yes
10298 dynamic_linker="$host_os dld.sl"
10299 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10300 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10302 soname_spec='${libname}${release}${shared_ext}$major'
10303 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10304 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10307 shrext_cmds='.sl'
10308 dynamic_linker="$host_os dld.sl"
10309 shlibpath_var=SHLIB_PATH
10310 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10312 soname_spec='${libname}${release}${shared_ext}$major'
10314 esac
10315 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10316 postinstall_cmds='chmod 555 $lib'
10317 # or fails outright, so override atomically:
10318 install_override_mode=555
10321 interix[3-9]*)
10322 version_type=linux
10323 need_lib_prefix=no
10324 need_version=no
10325 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10326 soname_spec='${libname}${release}${shared_ext}$major'
10327 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10328 shlibpath_var=LD_LIBRARY_PATH
10329 shlibpath_overrides_runpath=no
10330 hardcode_into_libs=yes
10333 irix5* | irix6* | nonstopux*)
10334 case $host_os in
10335 nonstopux*) version_type=nonstopux ;;
10337 if test "$lt_cv_prog_gnu_ld" = yes; then
10338 version_type=linux
10339 else
10340 version_type=irix
10341 fi ;;
10342 esac
10343 need_lib_prefix=no
10344 need_version=no
10345 soname_spec='${libname}${release}${shared_ext}$major'
10346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10347 case $host_os in
10348 irix5* | nonstopux*)
10349 libsuff= shlibsuff=
10352 case $LD in # libtool.m4 will add one of these switches to LD
10353 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10354 libsuff= shlibsuff= libmagic=32-bit;;
10355 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10356 libsuff=32 shlibsuff=N32 libmagic=N32;;
10357 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10358 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10359 *) libsuff= shlibsuff= libmagic=never-match;;
10360 esac
10362 esac
10363 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10364 shlibpath_overrides_runpath=no
10365 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10366 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10367 hardcode_into_libs=yes
10370 # No shared lib support for Linux oldld, aout, or coff.
10371 linux*oldld* | linux*aout* | linux*coff*)
10372 dynamic_linker=no
10375 # This must be Linux ELF.
10377 # uclinux* changes (here and below) have been submitted to the libtool
10378 # project, but have not yet been accepted: they are GCC-local changes
10379 # for the time being. (See
10380 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10381 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10382 version_type=linux
10383 need_lib_prefix=no
10384 need_version=no
10385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10386 soname_spec='${libname}${release}${shared_ext}$major'
10387 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10388 shlibpath_var=LD_LIBRARY_PATH
10389 shlibpath_overrides_runpath=no
10391 # Some binutils ld are patched to set DT_RUNPATH
10392 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10393 $as_echo_n "(cached) " >&6
10394 else
10395 lt_cv_shlibpath_overrides_runpath=no
10396 save_LDFLAGS=$LDFLAGS
10397 save_libdir=$libdir
10398 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10399 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10401 /* end confdefs.h. */
10404 main ()
10408 return 0;
10410 _ACEOF
10411 if ac_fn_c_try_link "$LINENO"; then :
10412 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10413 lt_cv_shlibpath_overrides_runpath=yes
10416 rm -f core conftest.err conftest.$ac_objext \
10417 conftest$ac_exeext conftest.$ac_ext
10418 LDFLAGS=$save_LDFLAGS
10419 libdir=$save_libdir
10423 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10425 # This implies no fast_install, which is unacceptable.
10426 # Some rework will be needed to allow for fast_install
10427 # before this can be enabled.
10428 hardcode_into_libs=yes
10430 # Append ld.so.conf contents to the search path
10431 if test -f /etc/ld.so.conf; then
10432 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' ' '`
10433 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10436 # We used to test for /lib/ld.so.1 and disable shared libraries on
10437 # powerpc, because MkLinux only supported shared libraries with the
10438 # GNU dynamic linker. Since this was broken with cross compilers,
10439 # most powerpc-linux boxes support dynamic linking these days and
10440 # people can always --disable-shared, the test was removed, and we
10441 # assume the GNU/Linux dynamic linker is in use.
10442 dynamic_linker='GNU/Linux ld.so'
10445 netbsd*)
10446 version_type=sunos
10447 need_lib_prefix=no
10448 need_version=no
10449 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10451 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10452 dynamic_linker='NetBSD (a.out) ld.so'
10453 else
10454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10455 soname_spec='${libname}${release}${shared_ext}$major'
10456 dynamic_linker='NetBSD ld.elf_so'
10458 shlibpath_var=LD_LIBRARY_PATH
10459 shlibpath_overrides_runpath=yes
10460 hardcode_into_libs=yes
10463 newsos6)
10464 version_type=linux
10465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10466 shlibpath_var=LD_LIBRARY_PATH
10467 shlibpath_overrides_runpath=yes
10470 *nto* | *qnx*)
10471 version_type=qnx
10472 need_lib_prefix=no
10473 need_version=no
10474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10475 soname_spec='${libname}${release}${shared_ext}$major'
10476 shlibpath_var=LD_LIBRARY_PATH
10477 shlibpath_overrides_runpath=no
10478 hardcode_into_libs=yes
10479 dynamic_linker='ldqnx.so'
10482 openbsd*)
10483 version_type=sunos
10484 sys_lib_dlsearch_path_spec="/usr/lib"
10485 need_lib_prefix=no
10486 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10487 case $host_os in
10488 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10489 *) need_version=no ;;
10490 esac
10491 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10492 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10493 shlibpath_var=LD_LIBRARY_PATH
10494 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10495 case $host_os in
10496 openbsd2.[89] | openbsd2.[89].*)
10497 shlibpath_overrides_runpath=no
10500 shlibpath_overrides_runpath=yes
10502 esac
10503 else
10504 shlibpath_overrides_runpath=yes
10508 os2*)
10509 libname_spec='$name'
10510 shrext_cmds=".dll"
10511 need_lib_prefix=no
10512 library_names_spec='$libname${shared_ext} $libname.a'
10513 dynamic_linker='OS/2 ld.exe'
10514 shlibpath_var=LIBPATH
10517 osf3* | osf4* | osf5*)
10518 version_type=osf
10519 need_lib_prefix=no
10520 need_version=no
10521 soname_spec='${libname}${release}${shared_ext}$major'
10522 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10523 shlibpath_var=LD_LIBRARY_PATH
10524 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10525 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10528 rdos*)
10529 dynamic_linker=no
10532 solaris*)
10533 version_type=linux
10534 need_lib_prefix=no
10535 need_version=no
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10537 soname_spec='${libname}${release}${shared_ext}$major'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 shlibpath_overrides_runpath=yes
10540 hardcode_into_libs=yes
10541 # ldd complains unless libraries are executable
10542 postinstall_cmds='chmod +x $lib'
10545 sunos4*)
10546 version_type=sunos
10547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10548 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10549 shlibpath_var=LD_LIBRARY_PATH
10550 shlibpath_overrides_runpath=yes
10551 if test "$with_gnu_ld" = yes; then
10552 need_lib_prefix=no
10554 need_version=yes
10557 sysv4 | sysv4.3*)
10558 version_type=linux
10559 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10560 soname_spec='${libname}${release}${shared_ext}$major'
10561 shlibpath_var=LD_LIBRARY_PATH
10562 case $host_vendor in
10563 sni)
10564 shlibpath_overrides_runpath=no
10565 need_lib_prefix=no
10566 runpath_var=LD_RUN_PATH
10568 siemens)
10569 need_lib_prefix=no
10571 motorola)
10572 need_lib_prefix=no
10573 need_version=no
10574 shlibpath_overrides_runpath=no
10575 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10577 esac
10580 sysv4*MP*)
10581 if test -d /usr/nec ;then
10582 version_type=linux
10583 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10584 soname_spec='$libname${shared_ext}.$major'
10585 shlibpath_var=LD_LIBRARY_PATH
10589 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10590 version_type=freebsd-elf
10591 need_lib_prefix=no
10592 need_version=no
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10594 soname_spec='${libname}${release}${shared_ext}$major'
10595 shlibpath_var=LD_LIBRARY_PATH
10596 shlibpath_overrides_runpath=yes
10597 hardcode_into_libs=yes
10598 if test "$with_gnu_ld" = yes; then
10599 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10600 else
10601 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10602 case $host_os in
10603 sco3.2v5*)
10604 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10606 esac
10608 sys_lib_dlsearch_path_spec='/usr/lib'
10611 tpf*)
10612 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10613 version_type=linux
10614 need_lib_prefix=no
10615 need_version=no
10616 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10617 shlibpath_var=LD_LIBRARY_PATH
10618 shlibpath_overrides_runpath=no
10619 hardcode_into_libs=yes
10622 uts4*)
10623 version_type=linux
10624 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10625 soname_spec='${libname}${release}${shared_ext}$major'
10626 shlibpath_var=LD_LIBRARY_PATH
10630 dynamic_linker=no
10632 esac
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10634 $as_echo "$dynamic_linker" >&6; }
10635 test "$dynamic_linker" = no && can_build_shared=no
10637 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10638 if test "$GCC" = yes; then
10639 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10642 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10643 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10645 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10646 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10741 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10742 hardcode_action=
10743 if test -n "$hardcode_libdir_flag_spec" ||
10744 test -n "$runpath_var" ||
10745 test "X$hardcode_automatic" = "Xyes" ; then
10747 # We can hardcode non-existent directories.
10748 if test "$hardcode_direct" != no &&
10749 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10750 # have to relink, otherwise we might link with an installed library
10751 # when we should be linking with a yet-to-be-installed one
10752 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10753 test "$hardcode_minus_L" != no; then
10754 # Linking always hardcodes the temporary library directory.
10755 hardcode_action=relink
10756 else
10757 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10758 hardcode_action=immediate
10760 else
10761 # We cannot hardcode anything, or else we can only hardcode existing
10762 # directories.
10763 hardcode_action=unsupported
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10766 $as_echo "$hardcode_action" >&6; }
10768 if test "$hardcode_action" = relink ||
10769 test "$inherit_rpath" = yes; then
10770 # Fast installation is not supported
10771 enable_fast_install=no
10772 elif test "$shlibpath_overrides_runpath" = yes ||
10773 test "$enable_shared" = no; then
10774 # Fast installation is not necessary
10775 enable_fast_install=needless
10783 if test "x$enable_dlopen" != xyes; then
10784 enable_dlopen=unknown
10785 enable_dlopen_self=unknown
10786 enable_dlopen_self_static=unknown
10787 else
10788 lt_cv_dlopen=no
10789 lt_cv_dlopen_libs=
10791 case $host_os in
10792 beos*)
10793 lt_cv_dlopen="load_add_on"
10794 lt_cv_dlopen_libs=
10795 lt_cv_dlopen_self=yes
10798 mingw* | pw32* | cegcc*)
10799 lt_cv_dlopen="LoadLibrary"
10800 lt_cv_dlopen_libs=
10803 cygwin*)
10804 lt_cv_dlopen="dlopen"
10805 lt_cv_dlopen_libs=
10808 darwin*)
10809 # if libdl is installed we need to link against it
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10811 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10812 if ${ac_cv_lib_dl_dlopen+:} false; then :
10813 $as_echo_n "(cached) " >&6
10814 else
10815 ac_check_lib_save_LIBS=$LIBS
10816 LIBS="-ldl $LIBS"
10817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10818 /* end confdefs.h. */
10820 /* Override any GCC internal prototype to avoid an error.
10821 Use char because int might match the return type of a GCC
10822 builtin and then its argument prototype would still apply. */
10823 #ifdef __cplusplus
10824 extern "C"
10825 #endif
10826 char dlopen ();
10828 main ()
10830 return dlopen ();
10832 return 0;
10834 _ACEOF
10835 if ac_fn_c_try_link "$LINENO"; then :
10836 ac_cv_lib_dl_dlopen=yes
10837 else
10838 ac_cv_lib_dl_dlopen=no
10840 rm -f core conftest.err conftest.$ac_objext \
10841 conftest$ac_exeext conftest.$ac_ext
10842 LIBS=$ac_check_lib_save_LIBS
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10845 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10846 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10847 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10848 else
10850 lt_cv_dlopen="dyld"
10851 lt_cv_dlopen_libs=
10852 lt_cv_dlopen_self=yes
10859 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10860 if test "x$ac_cv_func_shl_load" = xyes; then :
10861 lt_cv_dlopen="shl_load"
10862 else
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10864 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10865 if ${ac_cv_lib_dld_shl_load+:} false; then :
10866 $as_echo_n "(cached) " >&6
10867 else
10868 ac_check_lib_save_LIBS=$LIBS
10869 LIBS="-ldld $LIBS"
10870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10871 /* end confdefs.h. */
10873 /* Override any GCC internal prototype to avoid an error.
10874 Use char because int might match the return type of a GCC
10875 builtin and then its argument prototype would still apply. */
10876 #ifdef __cplusplus
10877 extern "C"
10878 #endif
10879 char shl_load ();
10881 main ()
10883 return shl_load ();
10885 return 0;
10887 _ACEOF
10888 if ac_fn_c_try_link "$LINENO"; then :
10889 ac_cv_lib_dld_shl_load=yes
10890 else
10891 ac_cv_lib_dld_shl_load=no
10893 rm -f core conftest.err conftest.$ac_objext \
10894 conftest$ac_exeext conftest.$ac_ext
10895 LIBS=$ac_check_lib_save_LIBS
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10898 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10899 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10900 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10901 else
10902 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10903 if test "x$ac_cv_func_dlopen" = xyes; then :
10904 lt_cv_dlopen="dlopen"
10905 else
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10907 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10908 if ${ac_cv_lib_dl_dlopen+:} false; then :
10909 $as_echo_n "(cached) " >&6
10910 else
10911 ac_check_lib_save_LIBS=$LIBS
10912 LIBS="-ldl $LIBS"
10913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10914 /* end confdefs.h. */
10916 /* Override any GCC internal prototype to avoid an error.
10917 Use char because int might match the return type of a GCC
10918 builtin and then its argument prototype would still apply. */
10919 #ifdef __cplusplus
10920 extern "C"
10921 #endif
10922 char dlopen ();
10924 main ()
10926 return dlopen ();
10928 return 0;
10930 _ACEOF
10931 if ac_fn_c_try_link "$LINENO"; then :
10932 ac_cv_lib_dl_dlopen=yes
10933 else
10934 ac_cv_lib_dl_dlopen=no
10936 rm -f core conftest.err conftest.$ac_objext \
10937 conftest$ac_exeext conftest.$ac_ext
10938 LIBS=$ac_check_lib_save_LIBS
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10941 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10942 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10943 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10944 else
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10946 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10947 if ${ac_cv_lib_svld_dlopen+:} false; then :
10948 $as_echo_n "(cached) " >&6
10949 else
10950 ac_check_lib_save_LIBS=$LIBS
10951 LIBS="-lsvld $LIBS"
10952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h. */
10955 /* Override any GCC internal prototype to avoid an error.
10956 Use char because int might match the return type of a GCC
10957 builtin and then its argument prototype would still apply. */
10958 #ifdef __cplusplus
10959 extern "C"
10960 #endif
10961 char dlopen ();
10963 main ()
10965 return dlopen ();
10967 return 0;
10969 _ACEOF
10970 if ac_fn_c_try_link "$LINENO"; then :
10971 ac_cv_lib_svld_dlopen=yes
10972 else
10973 ac_cv_lib_svld_dlopen=no
10975 rm -f core conftest.err conftest.$ac_objext \
10976 conftest$ac_exeext conftest.$ac_ext
10977 LIBS=$ac_check_lib_save_LIBS
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10980 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10981 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10982 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10983 else
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10985 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10986 if ${ac_cv_lib_dld_dld_link+:} false; then :
10987 $as_echo_n "(cached) " >&6
10988 else
10989 ac_check_lib_save_LIBS=$LIBS
10990 LIBS="-ldld $LIBS"
10991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10992 /* end confdefs.h. */
10994 /* Override any GCC internal prototype to avoid an error.
10995 Use char because int might match the return type of a GCC
10996 builtin and then its argument prototype would still apply. */
10997 #ifdef __cplusplus
10998 extern "C"
10999 #endif
11000 char dld_link ();
11002 main ()
11004 return dld_link ();
11006 return 0;
11008 _ACEOF
11009 if ac_fn_c_try_link "$LINENO"; then :
11010 ac_cv_lib_dld_dld_link=yes
11011 else
11012 ac_cv_lib_dld_dld_link=no
11014 rm -f core conftest.err conftest.$ac_objext \
11015 conftest$ac_exeext conftest.$ac_ext
11016 LIBS=$ac_check_lib_save_LIBS
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11019 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11020 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11021 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11040 esac
11042 if test "x$lt_cv_dlopen" != xno; then
11043 enable_dlopen=yes
11044 else
11045 enable_dlopen=no
11048 case $lt_cv_dlopen in
11049 dlopen)
11050 save_CPPFLAGS="$CPPFLAGS"
11051 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11053 save_LDFLAGS="$LDFLAGS"
11054 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11056 save_LIBS="$LIBS"
11057 LIBS="$lt_cv_dlopen_libs $LIBS"
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11060 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11061 if ${lt_cv_dlopen_self+:} false; then :
11062 $as_echo_n "(cached) " >&6
11063 else
11064 if test "$cross_compiling" = yes; then :
11065 lt_cv_dlopen_self=cross
11066 else
11067 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11068 lt_status=$lt_dlunknown
11069 cat > conftest.$ac_ext <<_LT_EOF
11070 #line 11080 "configure"
11071 #include "confdefs.h"
11073 #if HAVE_DLFCN_H
11074 #include <dlfcn.h>
11075 #endif
11077 #include <stdio.h>
11079 #ifdef RTLD_GLOBAL
11080 # define LT_DLGLOBAL RTLD_GLOBAL
11081 #else
11082 # ifdef DL_GLOBAL
11083 # define LT_DLGLOBAL DL_GLOBAL
11084 # else
11085 # define LT_DLGLOBAL 0
11086 # endif
11087 #endif
11089 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11090 find out it does not work in some platform. */
11091 #ifndef LT_DLLAZY_OR_NOW
11092 # ifdef RTLD_LAZY
11093 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11094 # else
11095 # ifdef DL_LAZY
11096 # define LT_DLLAZY_OR_NOW DL_LAZY
11097 # else
11098 # ifdef RTLD_NOW
11099 # define LT_DLLAZY_OR_NOW RTLD_NOW
11100 # else
11101 # ifdef DL_NOW
11102 # define LT_DLLAZY_OR_NOW DL_NOW
11103 # else
11104 # define LT_DLLAZY_OR_NOW 0
11105 # endif
11106 # endif
11107 # endif
11108 # endif
11109 #endif
11111 /* When -fvisbility=hidden is used, assume the code has been annotated
11112 correspondingly for the symbols needed. */
11113 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11114 void fnord () __attribute__((visibility("default")));
11115 #endif
11117 void fnord () { int i=42; }
11118 int main ()
11120 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11121 int status = $lt_dlunknown;
11123 if (self)
11125 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11126 else
11128 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11129 else puts (dlerror ());
11131 /* dlclose (self); */
11133 else
11134 puts (dlerror ());
11136 return status;
11138 _LT_EOF
11139 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11140 (eval $ac_link) 2>&5
11141 ac_status=$?
11142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11143 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11144 (./conftest; exit; ) >&5 2>/dev/null
11145 lt_status=$?
11146 case x$lt_status in
11147 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11148 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11149 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11150 esac
11151 else :
11152 # compilation failed
11153 lt_cv_dlopen_self=no
11156 rm -fr conftest*
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11161 $as_echo "$lt_cv_dlopen_self" >&6; }
11163 if test "x$lt_cv_dlopen_self" = xyes; then
11164 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11166 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11167 if ${lt_cv_dlopen_self_static+:} false; then :
11168 $as_echo_n "(cached) " >&6
11169 else
11170 if test "$cross_compiling" = yes; then :
11171 lt_cv_dlopen_self_static=cross
11172 else
11173 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11174 lt_status=$lt_dlunknown
11175 cat > conftest.$ac_ext <<_LT_EOF
11176 #line 11186 "configure"
11177 #include "confdefs.h"
11179 #if HAVE_DLFCN_H
11180 #include <dlfcn.h>
11181 #endif
11183 #include <stdio.h>
11185 #ifdef RTLD_GLOBAL
11186 # define LT_DLGLOBAL RTLD_GLOBAL
11187 #else
11188 # ifdef DL_GLOBAL
11189 # define LT_DLGLOBAL DL_GLOBAL
11190 # else
11191 # define LT_DLGLOBAL 0
11192 # endif
11193 #endif
11195 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11196 find out it does not work in some platform. */
11197 #ifndef LT_DLLAZY_OR_NOW
11198 # ifdef RTLD_LAZY
11199 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11200 # else
11201 # ifdef DL_LAZY
11202 # define LT_DLLAZY_OR_NOW DL_LAZY
11203 # else
11204 # ifdef RTLD_NOW
11205 # define LT_DLLAZY_OR_NOW RTLD_NOW
11206 # else
11207 # ifdef DL_NOW
11208 # define LT_DLLAZY_OR_NOW DL_NOW
11209 # else
11210 # define LT_DLLAZY_OR_NOW 0
11211 # endif
11212 # endif
11213 # endif
11214 # endif
11215 #endif
11217 /* When -fvisbility=hidden is used, assume the code has been annotated
11218 correspondingly for the symbols needed. */
11219 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11220 void fnord () __attribute__((visibility("default")));
11221 #endif
11223 void fnord () { int i=42; }
11224 int main ()
11226 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11227 int status = $lt_dlunknown;
11229 if (self)
11231 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11232 else
11234 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11235 else puts (dlerror ());
11237 /* dlclose (self); */
11239 else
11240 puts (dlerror ());
11242 return status;
11244 _LT_EOF
11245 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11246 (eval $ac_link) 2>&5
11247 ac_status=$?
11248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11249 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11250 (./conftest; exit; ) >&5 2>/dev/null
11251 lt_status=$?
11252 case x$lt_status in
11253 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11254 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11255 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11256 esac
11257 else :
11258 # compilation failed
11259 lt_cv_dlopen_self_static=no
11262 rm -fr conftest*
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11267 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11270 CPPFLAGS="$save_CPPFLAGS"
11271 LDFLAGS="$save_LDFLAGS"
11272 LIBS="$save_LIBS"
11274 esac
11276 case $lt_cv_dlopen_self in
11277 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11278 *) enable_dlopen_self=unknown ;;
11279 esac
11281 case $lt_cv_dlopen_self_static in
11282 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11283 *) enable_dlopen_self_static=unknown ;;
11284 esac
11303 striplib=
11304 old_striplib=
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11306 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11307 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11308 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11309 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11311 $as_echo "yes" >&6; }
11312 else
11313 # FIXME - insert some real tests, host_os isn't really good enough
11314 case $host_os in
11315 darwin*)
11316 if test -n "$STRIP" ; then
11317 striplib="$STRIP -x"
11318 old_striplib="$STRIP -S"
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11320 $as_echo "yes" >&6; }
11321 else
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11323 $as_echo "no" >&6; }
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11328 $as_echo "no" >&6; }
11330 esac
11344 # Report which library types will actually be built
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11346 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11348 $as_echo "$can_build_shared" >&6; }
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11351 $as_echo_n "checking whether to build shared libraries... " >&6; }
11352 test "$can_build_shared" = "no" && enable_shared=no
11354 # On AIX, shared libraries and static libraries use the same namespace, and
11355 # are all built from PIC.
11356 case $host_os in
11357 aix3*)
11358 test "$enable_shared" = yes && enable_static=no
11359 if test -n "$RANLIB"; then
11360 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11361 postinstall_cmds='$RANLIB $lib'
11365 aix[4-9]*)
11366 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11367 test "$enable_shared" = yes && enable_static=no
11370 esac
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11372 $as_echo "$enable_shared" >&6; }
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11375 $as_echo_n "checking whether to build static libraries... " >&6; }
11376 # Make sure either enable_shared or enable_static is yes.
11377 test "$enable_shared" = yes || enable_static=yes
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11379 $as_echo "$enable_static" >&6; }
11385 ac_ext=c
11386 ac_cpp='$CPP $CPPFLAGS'
11387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11391 CC="$lt_save_CC"
11393 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11394 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11395 (test "X$CXX" != "Xg++"))) ; then
11396 ac_ext=cpp
11397 ac_cpp='$CXXCPP $CPPFLAGS'
11398 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11399 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11400 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11402 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11403 if test -z "$CXXCPP"; then
11404 if ${ac_cv_prog_CXXCPP+:} false; then :
11405 $as_echo_n "(cached) " >&6
11406 else
11407 # Double quotes because CXXCPP needs to be expanded
11408 for CXXCPP in "$CXX -E" "/lib/cpp"
11410 ac_preproc_ok=false
11411 for ac_cxx_preproc_warn_flag in '' yes
11413 # Use a header file that comes with gcc, so configuring glibc
11414 # with a fresh cross-compiler works.
11415 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11416 # <limits.h> exists even on freestanding compilers.
11417 # On the NeXT, cc -E runs the code through the compiler's parser,
11418 # not just through cpp. "Syntax error" is here to catch this case.
11419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11420 /* end confdefs.h. */
11421 #ifdef __STDC__
11422 # include <limits.h>
11423 #else
11424 # include <assert.h>
11425 #endif
11426 Syntax error
11427 _ACEOF
11428 if ac_fn_cxx_try_cpp "$LINENO"; then :
11430 else
11431 # Broken: fails on valid input.
11432 continue
11434 rm -f conftest.err conftest.i conftest.$ac_ext
11436 # OK, works on sane cases. Now check whether nonexistent headers
11437 # can be detected and how.
11438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11439 /* end confdefs.h. */
11440 #include <ac_nonexistent.h>
11441 _ACEOF
11442 if ac_fn_cxx_try_cpp "$LINENO"; then :
11443 # Broken: success on invalid input.
11444 continue
11445 else
11446 # Passes both tests.
11447 ac_preproc_ok=:
11448 break
11450 rm -f conftest.err conftest.i conftest.$ac_ext
11452 done
11453 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11454 rm -f conftest.i conftest.err conftest.$ac_ext
11455 if $ac_preproc_ok; then :
11456 break
11459 done
11460 ac_cv_prog_CXXCPP=$CXXCPP
11463 CXXCPP=$ac_cv_prog_CXXCPP
11464 else
11465 ac_cv_prog_CXXCPP=$CXXCPP
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11468 $as_echo "$CXXCPP" >&6; }
11469 ac_preproc_ok=false
11470 for ac_cxx_preproc_warn_flag in '' yes
11472 # Use a header file that comes with gcc, so configuring glibc
11473 # with a fresh cross-compiler works.
11474 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11475 # <limits.h> exists even on freestanding compilers.
11476 # On the NeXT, cc -E runs the code through the compiler's parser,
11477 # not just through cpp. "Syntax error" is here to catch this case.
11478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11479 /* end confdefs.h. */
11480 #ifdef __STDC__
11481 # include <limits.h>
11482 #else
11483 # include <assert.h>
11484 #endif
11485 Syntax error
11486 _ACEOF
11487 if ac_fn_cxx_try_cpp "$LINENO"; then :
11489 else
11490 # Broken: fails on valid input.
11491 continue
11493 rm -f conftest.err conftest.i conftest.$ac_ext
11495 # OK, works on sane cases. Now check whether nonexistent headers
11496 # can be detected and how.
11497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11498 /* end confdefs.h. */
11499 #include <ac_nonexistent.h>
11500 _ACEOF
11501 if ac_fn_cxx_try_cpp "$LINENO"; then :
11502 # Broken: success on invalid input.
11503 continue
11504 else
11505 # Passes both tests.
11506 ac_preproc_ok=:
11507 break
11509 rm -f conftest.err conftest.i conftest.$ac_ext
11511 done
11512 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11513 rm -f conftest.i conftest.err conftest.$ac_ext
11514 if $ac_preproc_ok; then :
11516 else
11517 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11518 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11519 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
11520 See \`config.log' for more details" "$LINENO" 5; }
11523 ac_ext=c
11524 ac_cpp='$CPP $CPPFLAGS'
11525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11529 else
11530 _lt_caught_CXX_error=yes
11533 ac_ext=cpp
11534 ac_cpp='$CXXCPP $CPPFLAGS'
11535 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11536 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11537 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11539 archive_cmds_need_lc_CXX=no
11540 allow_undefined_flag_CXX=
11541 always_export_symbols_CXX=no
11542 archive_expsym_cmds_CXX=
11543 compiler_needs_object_CXX=no
11544 export_dynamic_flag_spec_CXX=
11545 hardcode_direct_CXX=no
11546 hardcode_direct_absolute_CXX=no
11547 hardcode_libdir_flag_spec_CXX=
11548 hardcode_libdir_flag_spec_ld_CXX=
11549 hardcode_libdir_separator_CXX=
11550 hardcode_minus_L_CXX=no
11551 hardcode_shlibpath_var_CXX=unsupported
11552 hardcode_automatic_CXX=no
11553 inherit_rpath_CXX=no
11554 module_cmds_CXX=
11555 module_expsym_cmds_CXX=
11556 link_all_deplibs_CXX=unknown
11557 old_archive_cmds_CXX=$old_archive_cmds
11558 reload_flag_CXX=$reload_flag
11559 reload_cmds_CXX=$reload_cmds
11560 no_undefined_flag_CXX=
11561 whole_archive_flag_spec_CXX=
11562 enable_shared_with_static_runtimes_CXX=no
11564 # Source file extension for C++ test sources.
11565 ac_ext=cpp
11567 # Object file extension for compiled C++ test sources.
11568 objext=o
11569 objext_CXX=$objext
11571 # No sense in running all these tests if we already determined that
11572 # the CXX compiler isn't working. Some variables (like enable_shared)
11573 # are currently assumed to apply to all compilers on this platform,
11574 # and will be corrupted by setting them based on a non-working compiler.
11575 if test "$_lt_caught_CXX_error" != yes; then
11576 # Code to be used in simple compile tests
11577 lt_simple_compile_test_code="int some_variable = 0;"
11579 # Code to be used in simple link tests
11580 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11582 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11589 # If no C compiler was specified, use CC.
11590 LTCC=${LTCC-"$CC"}
11592 # If no C compiler flags were specified, use CFLAGS.
11593 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11595 # Allow CC to be a program name with arguments.
11596 compiler=$CC
11599 # save warnings/boilerplate of simple test code
11600 ac_outfile=conftest.$ac_objext
11601 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11602 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11603 _lt_compiler_boilerplate=`cat conftest.err`
11604 $RM conftest*
11606 ac_outfile=conftest.$ac_objext
11607 echo "$lt_simple_link_test_code" >conftest.$ac_ext
11608 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11609 _lt_linker_boilerplate=`cat conftest.err`
11610 $RM -r conftest*
11613 # Allow CC to be a program name with arguments.
11614 lt_save_CC=$CC
11615 lt_save_LD=$LD
11616 lt_save_GCC=$GCC
11617 GCC=$GXX
11618 lt_save_with_gnu_ld=$with_gnu_ld
11619 lt_save_path_LD=$lt_cv_path_LD
11620 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11621 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11622 else
11623 $as_unset lt_cv_prog_gnu_ld
11625 if test -n "${lt_cv_path_LDCXX+set}"; then
11626 lt_cv_path_LD=$lt_cv_path_LDCXX
11627 else
11628 $as_unset lt_cv_path_LD
11630 test -z "${LDCXX+set}" || LD=$LDCXX
11631 CC=${CXX-"c++"}
11632 compiler=$CC
11633 compiler_CXX=$CC
11634 for cc_temp in $compiler""; do
11635 case $cc_temp in
11636 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11637 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11638 \-*) ;;
11639 *) break;;
11640 esac
11641 done
11642 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11645 if test -n "$compiler"; then
11646 # We don't want -fno-exception when compiling C++ code, so set the
11647 # no_builtin_flag separately
11648 if test "$GXX" = yes; then
11649 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11650 else
11651 lt_prog_compiler_no_builtin_flag_CXX=
11654 if test "$GXX" = yes; then
11655 # Set up default GNU C++ configuration
11659 # Check whether --with-gnu-ld was given.
11660 if test "${with_gnu_ld+set}" = set; then :
11661 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11662 else
11663 with_gnu_ld=no
11666 ac_prog=ld
11667 if test "$GCC" = yes; then
11668 # Check if gcc -print-prog-name=ld gives a path.
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11670 $as_echo_n "checking for ld used by $CC... " >&6; }
11671 case $host in
11672 *-*-mingw*)
11673 # gcc leaves a trailing carriage return which upsets mingw
11674 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11676 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11677 esac
11678 case $ac_prog in
11679 # Accept absolute paths.
11680 [\\/]* | ?:[\\/]*)
11681 re_direlt='/[^/][^/]*/\.\./'
11682 # Canonicalize the pathname of ld
11683 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
11684 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
11685 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
11686 done
11687 test -z "$LD" && LD="$ac_prog"
11690 # If it fails, then pretend we aren't using GCC.
11691 ac_prog=ld
11694 # If it is relative, then search for the first ld in PATH.
11695 with_gnu_ld=unknown
11697 esac
11698 elif test "$with_gnu_ld" = yes; then
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11700 $as_echo_n "checking for GNU ld... " >&6; }
11701 else
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11703 $as_echo_n "checking for non-GNU ld... " >&6; }
11705 if ${lt_cv_path_LD+:} false; then :
11706 $as_echo_n "(cached) " >&6
11707 else
11708 if test -z "$LD"; then
11709 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11710 for ac_dir in $PATH; do
11711 IFS="$lt_save_ifs"
11712 test -z "$ac_dir" && ac_dir=.
11713 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11714 lt_cv_path_LD="$ac_dir/$ac_prog"
11715 # Check to see if the program is GNU ld. I'd rather use --version,
11716 # but apparently some variants of GNU ld only accept -v.
11717 # Break only if it was the GNU/non-GNU ld that we prefer.
11718 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11719 *GNU* | *'with BFD'*)
11720 test "$with_gnu_ld" != no && break
11723 test "$with_gnu_ld" != yes && break
11725 esac
11727 done
11728 IFS="$lt_save_ifs"
11729 else
11730 lt_cv_path_LD="$LD" # Let the user override the test with a path.
11734 LD="$lt_cv_path_LD"
11735 if test -n "$LD"; then
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11737 $as_echo "$LD" >&6; }
11738 else
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11740 $as_echo "no" >&6; }
11742 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11744 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11745 if ${lt_cv_prog_gnu_ld+:} false; then :
11746 $as_echo_n "(cached) " >&6
11747 else
11748 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11749 case `$LD -v 2>&1 </dev/null` in
11750 *GNU* | *'with BFD'*)
11751 lt_cv_prog_gnu_ld=yes
11754 lt_cv_prog_gnu_ld=no
11756 esac
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
11759 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
11760 with_gnu_ld=$lt_cv_prog_gnu_ld
11768 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11769 # archiving commands below assume that GNU ld is being used.
11770 if test "$with_gnu_ld" = yes; then
11771 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11772 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11774 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11775 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
11777 # If archive_cmds runs LD, not CC, wlarc should be empty
11778 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11779 # investigate it a little bit more. (MM)
11780 wlarc='${wl}'
11782 # ancient GNU ld didn't support --whole-archive et. al.
11783 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
11784 $GREP 'no-whole-archive' > /dev/null; then
11785 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11786 else
11787 whole_archive_flag_spec_CXX=
11789 else
11790 with_gnu_ld=no
11791 wlarc=
11793 # A generic and very simple default shared library creation
11794 # command for GNU C++ for the case where it uses the native
11795 # linker, instead of GNU ld. If possible, this setting should
11796 # overridden to take advantage of the native linker features on
11797 # the platform it is being used on.
11798 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11801 # Commands to make compiler produce verbose output that lists
11802 # what "hidden" libraries, object files and flags are used when
11803 # linking a shared library.
11804 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
11806 else
11807 GXX=no
11808 with_gnu_ld=no
11809 wlarc=
11812 # PORTME: fill in a description of your system's C++ link characteristics
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11814 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11815 ld_shlibs_CXX=yes
11816 case $host_os in
11817 aix3*)
11818 # FIXME: insert proper C++ library support
11819 ld_shlibs_CXX=no
11821 aix[4-9]*)
11822 if test "$host_cpu" = ia64; then
11823 # On IA64, the linker does run time linking by default, so we don't
11824 # have to do anything special.
11825 aix_use_runtimelinking=no
11826 exp_sym_flag='-Bexport'
11827 no_entry_flag=""
11828 else
11829 aix_use_runtimelinking=no
11831 # Test if we are trying to use run time linking or normal
11832 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11833 # need to do runtime linking.
11834 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11835 for ld_flag in $LDFLAGS; do
11836 case $ld_flag in
11837 *-brtl*)
11838 aix_use_runtimelinking=yes
11839 break
11841 esac
11842 done
11844 esac
11846 exp_sym_flag='-bexport'
11847 no_entry_flag='-bnoentry'
11850 # When large executables or shared objects are built, AIX ld can
11851 # have problems creating the table of contents. If linking a library
11852 # or program results in "error TOC overflow" add -mminimal-toc to
11853 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11854 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11856 archive_cmds_CXX=''
11857 hardcode_direct_CXX=yes
11858 hardcode_direct_absolute_CXX=yes
11859 hardcode_libdir_separator_CXX=':'
11860 link_all_deplibs_CXX=yes
11861 file_list_spec_CXX='${wl}-f,'
11863 if test "$GXX" = yes; then
11864 case $host_os in aix4.[012]|aix4.[012].*)
11865 # We only want to do this on AIX 4.2 and lower, the check
11866 # below for broken collect2 doesn't work under 4.3+
11867 collect2name=`${CC} -print-prog-name=collect2`
11868 if test -f "$collect2name" &&
11869 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11870 then
11871 # We have reworked collect2
11873 else
11874 # We have old collect2
11875 hardcode_direct_CXX=unsupported
11876 # It fails to find uninstalled libraries when the uninstalled
11877 # path is not listed in the libpath. Setting hardcode_minus_L
11878 # to unsupported forces relinking
11879 hardcode_minus_L_CXX=yes
11880 hardcode_libdir_flag_spec_CXX='-L$libdir'
11881 hardcode_libdir_separator_CXX=
11883 esac
11884 shared_flag='-shared'
11885 if test "$aix_use_runtimelinking" = yes; then
11886 shared_flag="$shared_flag "'${wl}-G'
11888 else
11889 # not using gcc
11890 if test "$host_cpu" = ia64; then
11891 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11892 # chokes on -Wl,-G. The following line is correct:
11893 shared_flag='-G'
11894 else
11895 if test "$aix_use_runtimelinking" = yes; then
11896 shared_flag='${wl}-G'
11897 else
11898 shared_flag='${wl}-bM:SRE'
11903 export_dynamic_flag_spec_CXX='${wl}-bexpall'
11904 # It seems that -bexpall does not export symbols beginning with
11905 # underscore (_), so it is better to generate a list of symbols to
11906 # export.
11907 always_export_symbols_CXX=yes
11908 if test "$aix_use_runtimelinking" = yes; then
11909 # Warning - without using the other runtime loading flags (-brtl),
11910 # -berok will link without error, but may produce a broken library.
11911 allow_undefined_flag_CXX='-berok'
11912 # Determine the default libpath from the value encoded in an empty
11913 # executable.
11914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11915 /* end confdefs.h. */
11918 main ()
11922 return 0;
11924 _ACEOF
11925 if ac_fn_cxx_try_link "$LINENO"; then :
11927 lt_aix_libpath_sed='
11928 /Import File Strings/,/^$/ {
11929 /^0/ {
11930 s/^0 *\(.*\)$/\1/
11934 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11935 # Check for a 64-bit object if we didn't find anything.
11936 if test -z "$aix_libpath"; then
11937 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11940 rm -f core conftest.err conftest.$ac_objext \
11941 conftest$ac_exeext conftest.$ac_ext
11942 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11944 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11946 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"
11947 else
11948 if test "$host_cpu" = ia64; then
11949 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
11950 allow_undefined_flag_CXX="-z nodefs"
11951 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"
11952 else
11953 # Determine the default libpath from the value encoded in an
11954 # empty executable.
11955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11956 /* end confdefs.h. */
11959 main ()
11963 return 0;
11965 _ACEOF
11966 if ac_fn_cxx_try_link "$LINENO"; then :
11968 lt_aix_libpath_sed='
11969 /Import File Strings/,/^$/ {
11970 /^0/ {
11971 s/^0 *\(.*\)$/\1/
11975 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11976 # Check for a 64-bit object if we didn't find anything.
11977 if test -z "$aix_libpath"; then
11978 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11981 rm -f core conftest.err conftest.$ac_objext \
11982 conftest$ac_exeext conftest.$ac_ext
11983 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11985 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11986 # Warning - without using the other run time loading flags,
11987 # -berok will link without error, but may produce a broken library.
11988 no_undefined_flag_CXX=' ${wl}-bernotok'
11989 allow_undefined_flag_CXX=' ${wl}-berok'
11990 if test "$with_gnu_ld" = yes; then
11991 # We only use this code for GNU lds that support --whole-archive.
11992 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11993 else
11994 # Exported symbols can be pulled into shared objects from archives
11995 whole_archive_flag_spec_CXX='$convenience'
11997 archive_cmds_need_lc_CXX=yes
11998 # This is similar to how AIX traditionally builds its shared
11999 # libraries.
12000 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'
12005 beos*)
12006 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12007 allow_undefined_flag_CXX=unsupported
12008 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12009 # support --undefined. This deserves some investigation. FIXME
12010 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12011 else
12012 ld_shlibs_CXX=no
12016 chorus*)
12017 case $cc_basename in
12019 # FIXME: insert proper C++ library support
12020 ld_shlibs_CXX=no
12022 esac
12025 cygwin* | mingw* | pw32* | cegcc*)
12026 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12027 # as there is no search path for DLLs.
12028 hardcode_libdir_flag_spec_CXX='-L$libdir'
12029 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12030 allow_undefined_flag_CXX=unsupported
12031 always_export_symbols_CXX=no
12032 enable_shared_with_static_runtimes_CXX=yes
12034 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12035 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'
12036 # If the export-symbols file already is a .def file (1st line
12037 # is EXPORTS), use it as is; otherwise, prepend...
12038 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12039 cp $export_symbols $output_objdir/$soname.def;
12040 else
12041 echo EXPORTS > $output_objdir/$soname.def;
12042 cat $export_symbols >> $output_objdir/$soname.def;
12044 $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'
12045 else
12046 ld_shlibs_CXX=no
12049 darwin* | rhapsody*)
12052 archive_cmds_need_lc_CXX=no
12053 hardcode_direct_CXX=no
12054 hardcode_automatic_CXX=yes
12055 hardcode_shlibpath_var_CXX=unsupported
12056 if test "$lt_cv_ld_force_load" = "yes"; then
12057 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\"`'
12058 else
12059 whole_archive_flag_spec_CXX=''
12061 link_all_deplibs_CXX=yes
12062 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12063 case $cc_basename in
12064 ifort*) _lt_dar_can_shared=yes ;;
12065 *) _lt_dar_can_shared=$GCC ;;
12066 esac
12067 if test "$_lt_dar_can_shared" = "yes"; then
12068 output_verbose_link_cmd=func_echo_all
12069 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}"
12070 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12071 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}"
12072 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}"
12073 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12074 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}"
12075 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}"
12078 else
12079 ld_shlibs_CXX=no
12084 dgux*)
12085 case $cc_basename in
12086 ec++*)
12087 # FIXME: insert proper C++ library support
12088 ld_shlibs_CXX=no
12090 ghcx*)
12091 # Green Hills C++ Compiler
12092 # FIXME: insert proper C++ library support
12093 ld_shlibs_CXX=no
12096 # FIXME: insert proper C++ library support
12097 ld_shlibs_CXX=no
12099 esac
12102 freebsd2.*)
12103 # C++ shared libraries reported to be fairly broken before
12104 # switch to ELF
12105 ld_shlibs_CXX=no
12108 freebsd-elf*)
12109 archive_cmds_need_lc_CXX=no
12112 freebsd* | dragonfly*)
12113 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12114 # conventions
12115 ld_shlibs_CXX=yes
12118 gnu*)
12121 haiku*)
12122 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12123 link_all_deplibs_CXX=yes
12126 hpux9*)
12127 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12128 hardcode_libdir_separator_CXX=:
12129 export_dynamic_flag_spec_CXX='${wl}-E'
12130 hardcode_direct_CXX=yes
12131 hardcode_minus_L_CXX=yes # Not in the search PATH,
12132 # but as the default
12133 # location of the library.
12135 case $cc_basename in
12136 CC*)
12137 # FIXME: insert proper C++ library support
12138 ld_shlibs_CXX=no
12140 aCC*)
12141 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'
12142 # Commands to make compiler produce verbose output that lists
12143 # what "hidden" libraries, object files and flags are used when
12144 # linking a shared library.
12146 # There doesn't appear to be a way to prevent this compiler from
12147 # explicitly linking system object files so we need to strip them
12148 # from the output so that they don't get included in the library
12149 # dependencies.
12150 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"'
12153 if test "$GXX" = yes; then
12154 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'
12155 else
12156 # FIXME: insert proper C++ library support
12157 ld_shlibs_CXX=no
12160 esac
12163 hpux10*|hpux11*)
12164 if test $with_gnu_ld = no; then
12165 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12166 hardcode_libdir_separator_CXX=:
12168 case $host_cpu in
12169 hppa*64*|ia64*)
12172 export_dynamic_flag_spec_CXX='${wl}-E'
12174 esac
12176 case $host_cpu in
12177 hppa*64*|ia64*)
12178 hardcode_direct_CXX=no
12179 hardcode_shlibpath_var_CXX=no
12182 hardcode_direct_CXX=yes
12183 hardcode_direct_absolute_CXX=yes
12184 hardcode_minus_L_CXX=yes # Not in the search PATH,
12185 # but as the default
12186 # location of the library.
12188 esac
12190 case $cc_basename in
12191 CC*)
12192 # FIXME: insert proper C++ library support
12193 ld_shlibs_CXX=no
12195 aCC*)
12196 case $host_cpu in
12197 hppa*64*)
12198 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12200 ia64*)
12201 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12204 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12206 esac
12207 # Commands to make compiler produce verbose output that lists
12208 # what "hidden" libraries, object files and flags are used when
12209 # linking a shared library.
12211 # There doesn't appear to be a way to prevent this compiler from
12212 # explicitly linking system object files so we need to strip them
12213 # from the output so that they don't get included in the library
12214 # dependencies.
12215 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"'
12218 if test "$GXX" = yes; then
12219 if test $with_gnu_ld = no; then
12220 case $host_cpu in
12221 hppa*64*)
12222 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12224 ia64*)
12225 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12228 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'
12230 esac
12232 else
12233 # FIXME: insert proper C++ library support
12234 ld_shlibs_CXX=no
12237 esac
12240 interix[3-9]*)
12241 hardcode_direct_CXX=no
12242 hardcode_shlibpath_var_CXX=no
12243 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12244 export_dynamic_flag_spec_CXX='${wl}-E'
12245 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12246 # Instead, shared libraries are loaded at an image base (0x10000000 by
12247 # default) and relocated if they conflict, which is a slow very memory
12248 # consuming and fragmenting process. To avoid this, we pick a random,
12249 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12250 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12251 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'
12252 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'
12254 irix5* | irix6*)
12255 case $cc_basename in
12256 CC*)
12257 # SGI C++
12258 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'
12260 # Archives containing C++ object files must be created using
12261 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12262 # necessary to make sure instantiated templates are included
12263 # in the archive.
12264 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12267 if test "$GXX" = yes; then
12268 if test "$with_gnu_ld" = no; then
12269 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'
12270 else
12271 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'
12274 link_all_deplibs_CXX=yes
12276 esac
12277 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12278 hardcode_libdir_separator_CXX=:
12279 inherit_rpath_CXX=yes
12282 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12283 case $cc_basename in
12284 KCC*)
12285 # Kuck and Associates, Inc. (KAI) C++ Compiler
12287 # KCC will only create a shared library if the output file
12288 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12289 # to its proper name (with version) after linking.
12290 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'
12291 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'
12292 # Commands to make compiler produce verbose output that lists
12293 # what "hidden" libraries, object files and flags are used when
12294 # linking a shared library.
12296 # There doesn't appear to be a way to prevent this compiler from
12297 # explicitly linking system object files so we need to strip them
12298 # from the output so that they don't get included in the library
12299 # dependencies.
12300 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"'
12302 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12303 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12305 # Archives containing C++ object files must be created using
12306 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12307 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12309 icpc* | ecpc* )
12310 # Intel C++
12311 with_gnu_ld=yes
12312 # version 8.0 and above of icpc choke on multiply defined symbols
12313 # if we add $predep_objects and $postdep_objects, however 7.1 and
12314 # earlier do not add the objects themselves.
12315 case `$CC -V 2>&1` in
12316 *"Version 7."*)
12317 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12318 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'
12320 *) # Version 8.0 or newer
12321 tmp_idyn=
12322 case $host_cpu in
12323 ia64*) tmp_idyn=' -i_dynamic';;
12324 esac
12325 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12326 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'
12328 esac
12329 archive_cmds_need_lc_CXX=no
12330 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12331 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12332 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12334 pgCC* | pgcpp*)
12335 # Portland Group C++ compiler
12336 case `$CC -V` in
12337 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12338 prelink_cmds_CXX='tpldir=Template.dir~
12339 rm -rf $tpldir~
12340 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12341 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
12342 old_archive_cmds_CXX='tpldir=Template.dir~
12343 rm -rf $tpldir~
12344 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12345 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
12346 $RANLIB $oldlib'
12347 archive_cmds_CXX='tpldir=Template.dir~
12348 rm -rf $tpldir~
12349 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12350 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12351 archive_expsym_cmds_CXX='tpldir=Template.dir~
12352 rm -rf $tpldir~
12353 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12354 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12356 *) # Version 6 and above use weak symbols
12357 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12358 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'
12360 esac
12362 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12363 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12364 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'
12366 cxx*)
12367 # Compaq C++
12368 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12369 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'
12371 runpath_var=LD_RUN_PATH
12372 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12373 hardcode_libdir_separator_CXX=:
12375 # Commands to make compiler produce verbose output that lists
12376 # what "hidden" libraries, object files and flags are used when
12377 # linking a shared library.
12379 # There doesn't appear to be a way to prevent this compiler from
12380 # explicitly linking system object files so we need to strip them
12381 # from the output so that they don't get included in the library
12382 # dependencies.
12383 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'
12385 xl* | mpixl* | bgxl*)
12386 # IBM XL 8.0 on PPC, with GNU ld
12387 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12388 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12389 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12390 if test "x$supports_anon_versioning" = xyes; then
12391 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
12392 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12393 echo "local: *; };" >> $output_objdir/$libname.ver~
12394 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12398 case `$CC -V 2>&1 | sed 5q` in
12399 *Sun\ C*)
12400 # Sun C++ 5.9
12401 no_undefined_flag_CXX=' -zdefs'
12402 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12403 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'
12404 hardcode_libdir_flag_spec_CXX='-R$libdir'
12405 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'
12406 compiler_needs_object_CXX=yes
12408 # Not sure whether something based on
12409 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12410 # would be better.
12411 output_verbose_link_cmd='func_echo_all'
12413 # Archives containing C++ object files must be created using
12414 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12415 # necessary to make sure instantiated templates are included
12416 # in the archive.
12417 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12419 esac
12421 esac
12424 lynxos*)
12425 # FIXME: insert proper C++ library support
12426 ld_shlibs_CXX=no
12429 m88k*)
12430 # FIXME: insert proper C++ library support
12431 ld_shlibs_CXX=no
12434 mvs*)
12435 case $cc_basename in
12436 cxx*)
12437 # FIXME: insert proper C++ library support
12438 ld_shlibs_CXX=no
12441 # FIXME: insert proper C++ library support
12442 ld_shlibs_CXX=no
12444 esac
12447 netbsd*)
12448 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12449 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12450 wlarc=
12451 hardcode_libdir_flag_spec_CXX='-R$libdir'
12452 hardcode_direct_CXX=yes
12453 hardcode_shlibpath_var_CXX=no
12455 # Workaround some broken pre-1.5 toolchains
12456 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12459 *nto* | *qnx*)
12460 ld_shlibs_CXX=yes
12463 openbsd2*)
12464 # C++ shared libraries are fairly broken
12465 ld_shlibs_CXX=no
12468 openbsd*)
12469 if test -f /usr/libexec/ld.so; then
12470 hardcode_direct_CXX=yes
12471 hardcode_shlibpath_var_CXX=no
12472 hardcode_direct_absolute_CXX=yes
12473 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12474 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12475 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12476 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12477 export_dynamic_flag_spec_CXX='${wl}-E'
12478 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12480 output_verbose_link_cmd=func_echo_all
12481 else
12482 ld_shlibs_CXX=no
12486 osf3* | osf4* | osf5*)
12487 case $cc_basename in
12488 KCC*)
12489 # Kuck and Associates, Inc. (KAI) C++ Compiler
12491 # KCC will only create a shared library if the output file
12492 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12493 # to its proper name (with version) after linking.
12494 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'
12496 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12497 hardcode_libdir_separator_CXX=:
12499 # Archives containing C++ object files must be created using
12500 # the KAI C++ compiler.
12501 case $host in
12502 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
12503 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
12504 esac
12506 RCC*)
12507 # Rational C++ 2.4.1
12508 # FIXME: insert proper C++ library support
12509 ld_shlibs_CXX=no
12511 cxx*)
12512 case $host in
12513 osf3*)
12514 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12515 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'
12516 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12519 allow_undefined_flag_CXX=' -expect_unresolved \*'
12520 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'
12521 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12522 echo "-hidden">> $lib.exp~
12523 $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~
12524 $RM $lib.exp'
12525 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12527 esac
12529 hardcode_libdir_separator_CXX=:
12531 # Commands to make compiler produce verbose output that lists
12532 # what "hidden" libraries, object files and flags are used when
12533 # linking a shared library.
12535 # There doesn't appear to be a way to prevent this compiler from
12536 # explicitly linking system object files so we need to strip them
12537 # from the output so that they don't get included in the library
12538 # dependencies.
12539 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"'
12542 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12543 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12544 case $host in
12545 osf3*)
12546 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'
12549 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'
12551 esac
12553 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12554 hardcode_libdir_separator_CXX=:
12556 # Commands to make compiler produce verbose output that lists
12557 # what "hidden" libraries, object files and flags are used when
12558 # linking a shared library.
12559 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12561 else
12562 # FIXME: insert proper C++ library support
12563 ld_shlibs_CXX=no
12566 esac
12569 psos*)
12570 # FIXME: insert proper C++ library support
12571 ld_shlibs_CXX=no
12574 sunos4*)
12575 case $cc_basename in
12576 CC*)
12577 # Sun C++ 4.x
12578 # FIXME: insert proper C++ library support
12579 ld_shlibs_CXX=no
12581 lcc*)
12582 # Lucid
12583 # FIXME: insert proper C++ library support
12584 ld_shlibs_CXX=no
12587 # FIXME: insert proper C++ library support
12588 ld_shlibs_CXX=no
12590 esac
12593 solaris*)
12594 case $cc_basename in
12595 CC*)
12596 # Sun C++ 4.2, 5.x and Centerline C++
12597 archive_cmds_need_lc_CXX=yes
12598 no_undefined_flag_CXX=' -zdefs'
12599 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12600 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12601 $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'
12603 hardcode_libdir_flag_spec_CXX='-R$libdir'
12604 hardcode_shlibpath_var_CXX=no
12605 case $host_os in
12606 solaris2.[0-5] | solaris2.[0-5].*) ;;
12608 # The compiler driver will combine and reorder linker options,
12609 # but understands `-z linker_flag'.
12610 # Supported since Solaris 2.6 (maybe 2.5.1?)
12611 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
12613 esac
12614 link_all_deplibs_CXX=yes
12616 output_verbose_link_cmd='func_echo_all'
12618 # Archives containing C++ object files must be created using
12619 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12620 # necessary to make sure instantiated templates are included
12621 # in the archive.
12622 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12624 gcx*)
12625 # Green Hills C++ Compiler
12626 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12628 # The C++ compiler must be used to create the archive.
12629 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12632 # GNU C++ compiler with Solaris linker
12633 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12634 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
12635 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
12636 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12637 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12638 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12640 # Commands to make compiler produce verbose output that lists
12641 # what "hidden" libraries, object files and flags are used when
12642 # linking a shared library.
12643 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12644 else
12645 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12646 # platform.
12647 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12648 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12649 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12651 # Commands to make compiler produce verbose output that lists
12652 # what "hidden" libraries, object files and flags are used when
12653 # linking a shared library.
12654 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12657 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
12658 case $host_os in
12659 solaris2.[0-5] | solaris2.[0-5].*) ;;
12661 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12663 esac
12666 esac
12669 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12670 no_undefined_flag_CXX='${wl}-z,text'
12671 archive_cmds_need_lc_CXX=no
12672 hardcode_shlibpath_var_CXX=no
12673 runpath_var='LD_RUN_PATH'
12675 case $cc_basename in
12676 CC*)
12677 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12678 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12681 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12682 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12684 esac
12687 sysv5* | sco3.2v5* | sco5v6*)
12688 # Note: We can NOT use -z defs as we might desire, because we do not
12689 # link with -lc, and that would cause any symbols used from libc to
12690 # always be unresolved, which means just about no library would
12691 # ever link correctly. If we're not using GNU ld we use -z text
12692 # though, which does catch some bad symbols but isn't as heavy-handed
12693 # as -z defs.
12694 no_undefined_flag_CXX='${wl}-z,text'
12695 allow_undefined_flag_CXX='${wl}-z,nodefs'
12696 archive_cmds_need_lc_CXX=no
12697 hardcode_shlibpath_var_CXX=no
12698 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
12699 hardcode_libdir_separator_CXX=':'
12700 link_all_deplibs_CXX=yes
12701 export_dynamic_flag_spec_CXX='${wl}-Bexport'
12702 runpath_var='LD_RUN_PATH'
12704 case $cc_basename in
12705 CC*)
12706 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12707 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12708 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
12709 '"$old_archive_cmds_CXX"
12710 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
12711 '"$reload_cmds_CXX"
12714 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12715 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12717 esac
12720 tandem*)
12721 case $cc_basename in
12722 NCC*)
12723 # NonStop-UX NCC 3.20
12724 # FIXME: insert proper C++ library support
12725 ld_shlibs_CXX=no
12728 # FIXME: insert proper C++ library support
12729 ld_shlibs_CXX=no
12731 esac
12734 vxworks*)
12735 # FIXME: insert proper C++ library support
12736 ld_shlibs_CXX=no
12740 # FIXME: insert proper C++ library support
12741 ld_shlibs_CXX=no
12743 esac
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12746 $as_echo "$ld_shlibs_CXX" >&6; }
12747 test "$ld_shlibs_CXX" = no && can_build_shared=no
12749 GCC_CXX="$GXX"
12750 LD_CXX="$LD"
12752 ## CAVEAT EMPTOR:
12753 ## There is no encapsulation within the following macros, do not change
12754 ## the running order or otherwise move them around unless you know exactly
12755 ## what you are doing...
12756 # Dependencies to place before and after the object being linked:
12757 predep_objects_CXX=
12758 postdep_objects_CXX=
12759 predeps_CXX=
12760 postdeps_CXX=
12761 compiler_lib_search_path_CXX=
12763 cat > conftest.$ac_ext <<_LT_EOF
12764 class Foo
12766 public:
12767 Foo (void) { a = 0; }
12768 private:
12769 int a;
12771 _LT_EOF
12773 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12774 (eval $ac_compile) 2>&5
12775 ac_status=$?
12776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12777 test $ac_status = 0; }; then
12778 # Parse the compiler output and extract the necessary
12779 # objects, libraries and library flags.
12781 # Sentinel used to keep track of whether or not we are before
12782 # the conftest object file.
12783 pre_test_object_deps_done=no
12785 for p in `eval "$output_verbose_link_cmd"`; do
12786 case $p in
12788 -L* | -R* | -l*)
12789 # Some compilers place space between "-{L,R}" and the path.
12790 # Remove the space.
12791 if test $p = "-L" ||
12792 test $p = "-R"; then
12793 prev=$p
12794 continue
12795 else
12796 prev=
12799 if test "$pre_test_object_deps_done" = no; then
12800 case $p in
12801 -L* | -R*)
12802 # Internal compiler library paths should come after those
12803 # provided the user. The postdeps already come after the
12804 # user supplied libs so there is no need to process them.
12805 if test -z "$compiler_lib_search_path_CXX"; then
12806 compiler_lib_search_path_CXX="${prev}${p}"
12807 else
12808 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
12811 # The "-l" case would never come before the object being
12812 # linked, so don't bother handling this case.
12813 esac
12814 else
12815 if test -z "$postdeps_CXX"; then
12816 postdeps_CXX="${prev}${p}"
12817 else
12818 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
12823 *.$objext)
12824 # This assumes that the test object file only shows up
12825 # once in the compiler output.
12826 if test "$p" = "conftest.$objext"; then
12827 pre_test_object_deps_done=yes
12828 continue
12831 if test "$pre_test_object_deps_done" = no; then
12832 if test -z "$predep_objects_CXX"; then
12833 predep_objects_CXX="$p"
12834 else
12835 predep_objects_CXX="$predep_objects_CXX $p"
12837 else
12838 if test -z "$postdep_objects_CXX"; then
12839 postdep_objects_CXX="$p"
12840 else
12841 postdep_objects_CXX="$postdep_objects_CXX $p"
12846 *) ;; # Ignore the rest.
12848 esac
12849 done
12851 # Clean up.
12852 rm -f a.out a.exe
12853 else
12854 echo "libtool.m4: error: problem compiling CXX test program"
12857 $RM -f confest.$objext
12859 # PORTME: override above test on systems where it is broken
12860 case $host_os in
12861 interix[3-9]*)
12862 # Interix 3.5 installs completely hosed .la files for C++, so rather than
12863 # hack all around it, let's just trust "g++" to DTRT.
12864 predep_objects_CXX=
12865 postdep_objects_CXX=
12866 postdeps_CXX=
12869 linux*)
12870 case `$CC -V 2>&1 | sed 5q` in
12871 *Sun\ C*)
12872 # Sun C++ 5.9
12874 # The more standards-conforming stlport4 library is
12875 # incompatible with the Cstd library. Avoid specifying
12876 # it if it's in CXXFLAGS. Ignore libCrun as
12877 # -library=stlport4 depends on it.
12878 case " $CXX $CXXFLAGS " in
12879 *" -library=stlport4 "*)
12880 solaris_use_stlport4=yes
12882 esac
12884 if test "$solaris_use_stlport4" != yes; then
12885 postdeps_CXX='-library=Cstd -library=Crun'
12888 esac
12891 solaris*)
12892 case $cc_basename in
12893 CC*)
12894 # The more standards-conforming stlport4 library is
12895 # incompatible with the Cstd library. Avoid specifying
12896 # it if it's in CXXFLAGS. Ignore libCrun as
12897 # -library=stlport4 depends on it.
12898 case " $CXX $CXXFLAGS " in
12899 *" -library=stlport4 "*)
12900 solaris_use_stlport4=yes
12902 esac
12904 # Adding this requires a known-good setup of shared libraries for
12905 # Sun compiler versions before 5.6, else PIC objects from an old
12906 # archive will be linked into the output, leading to subtle bugs.
12907 if test "$solaris_use_stlport4" != yes; then
12908 postdeps_CXX='-library=Cstd -library=Crun'
12911 esac
12913 esac
12916 case " $postdeps_CXX " in
12917 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
12918 esac
12919 compiler_lib_search_dirs_CXX=
12920 if test -n "${compiler_lib_search_path_CXX}"; then
12921 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
12954 lt_prog_compiler_wl_CXX=
12955 lt_prog_compiler_pic_CXX=
12956 lt_prog_compiler_static_CXX=
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
12959 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12961 # C++ specific cases for pic, static, wl, etc.
12962 if test "$GXX" = yes; then
12963 lt_prog_compiler_wl_CXX='-Wl,'
12964 lt_prog_compiler_static_CXX='-static'
12966 case $host_os in
12967 aix*)
12968 # All AIX code is PIC.
12969 if test "$host_cpu" = ia64; then
12970 # AIX 5 now supports IA64 processor
12971 lt_prog_compiler_static_CXX='-Bstatic'
12973 lt_prog_compiler_pic_CXX='-fPIC'
12976 amigaos*)
12977 case $host_cpu in
12978 powerpc)
12979 # see comment about AmigaOS4 .so support
12980 lt_prog_compiler_pic_CXX='-fPIC'
12982 m68k)
12983 # FIXME: we need at least 68020 code to build shared libraries, but
12984 # adding the `-m68020' flag to GCC prevents building anything better,
12985 # like `-m68040'.
12986 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
12988 esac
12991 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
12992 # PIC is the default for these OSes.
12994 mingw* | cygwin* | os2* | pw32* | cegcc*)
12995 # This hack is so that the source file can tell whether it is being
12996 # built for inclusion in a dll (and should export symbols for example).
12997 # Although the cygwin gcc ignores -fPIC, still need this for old-style
12998 # (--disable-auto-import) libraries
12999 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13001 darwin* | rhapsody*)
13002 # PIC is the default on this platform
13003 # Common symbols not allowed in MH_DYLIB files
13004 lt_prog_compiler_pic_CXX='-fno-common'
13006 *djgpp*)
13007 # DJGPP does not support shared libraries at all
13008 lt_prog_compiler_pic_CXX=
13010 haiku*)
13011 # PIC is the default for Haiku.
13012 # The "-static" flag exists, but is broken.
13013 lt_prog_compiler_static_CXX=
13015 interix[3-9]*)
13016 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13017 # Instead, we relocate shared libraries at runtime.
13019 sysv4*MP*)
13020 if test -d /usr/nec; then
13021 lt_prog_compiler_pic_CXX=-Kconform_pic
13024 hpux*)
13025 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13026 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13027 # sets the default TLS model and affects inlining.
13028 case $host_cpu in
13029 hppa*64*)
13032 lt_prog_compiler_pic_CXX='-fPIC'
13034 esac
13036 *qnx* | *nto*)
13037 # QNX uses GNU C++, but need to define -shared option too, otherwise
13038 # it will coredump.
13039 lt_prog_compiler_pic_CXX='-fPIC -shared'
13042 lt_prog_compiler_pic_CXX='-fPIC'
13044 esac
13045 else
13046 case $host_os in
13047 aix[4-9]*)
13048 # All AIX code is PIC.
13049 if test "$host_cpu" = ia64; then
13050 # AIX 5 now supports IA64 processor
13051 lt_prog_compiler_static_CXX='-Bstatic'
13052 else
13053 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13056 chorus*)
13057 case $cc_basename in
13058 cxch68*)
13059 # Green Hills C++ Compiler
13060 # _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"
13062 esac
13064 dgux*)
13065 case $cc_basename in
13066 ec++*)
13067 lt_prog_compiler_pic_CXX='-KPIC'
13069 ghcx*)
13070 # Green Hills C++ Compiler
13071 lt_prog_compiler_pic_CXX='-pic'
13075 esac
13077 freebsd* | dragonfly*)
13078 # FreeBSD uses GNU C++
13080 hpux9* | hpux10* | hpux11*)
13081 case $cc_basename in
13082 CC*)
13083 lt_prog_compiler_wl_CXX='-Wl,'
13084 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13085 if test "$host_cpu" != ia64; then
13086 lt_prog_compiler_pic_CXX='+Z'
13089 aCC*)
13090 lt_prog_compiler_wl_CXX='-Wl,'
13091 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13092 case $host_cpu in
13093 hppa*64*|ia64*)
13094 # +Z the default
13097 lt_prog_compiler_pic_CXX='+Z'
13099 esac
13103 esac
13105 interix*)
13106 # This is c89, which is MS Visual C++ (no shared libs)
13107 # Anyone wants to do a port?
13109 irix5* | irix6* | nonstopux*)
13110 case $cc_basename in
13111 CC*)
13112 lt_prog_compiler_wl_CXX='-Wl,'
13113 lt_prog_compiler_static_CXX='-non_shared'
13114 # CC pic flag -KPIC is the default.
13118 esac
13120 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13121 case $cc_basename in
13122 KCC*)
13123 # KAI C++ Compiler
13124 lt_prog_compiler_wl_CXX='--backend -Wl,'
13125 lt_prog_compiler_pic_CXX='-fPIC'
13127 ecpc* )
13128 # old Intel C++ for x86_64 which still supported -KPIC.
13129 lt_prog_compiler_wl_CXX='-Wl,'
13130 lt_prog_compiler_pic_CXX='-KPIC'
13131 lt_prog_compiler_static_CXX='-static'
13133 icpc* )
13134 # Intel C++, used to be incompatible with GCC.
13135 # ICC 10 doesn't accept -KPIC any more.
13136 lt_prog_compiler_wl_CXX='-Wl,'
13137 lt_prog_compiler_pic_CXX='-fPIC'
13138 lt_prog_compiler_static_CXX='-static'
13140 pgCC* | pgcpp*)
13141 # Portland Group C++ compiler
13142 lt_prog_compiler_wl_CXX='-Wl,'
13143 lt_prog_compiler_pic_CXX='-fpic'
13144 lt_prog_compiler_static_CXX='-Bstatic'
13146 cxx*)
13147 # Compaq C++
13148 # Make sure the PIC flag is empty. It appears that all Alpha
13149 # Linux and Compaq Tru64 Unix objects are PIC.
13150 lt_prog_compiler_pic_CXX=
13151 lt_prog_compiler_static_CXX='-non_shared'
13153 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13154 # IBM XL 8.0, 9.0 on PPC and BlueGene
13155 lt_prog_compiler_wl_CXX='-Wl,'
13156 lt_prog_compiler_pic_CXX='-qpic'
13157 lt_prog_compiler_static_CXX='-qstaticlink'
13160 case `$CC -V 2>&1 | sed 5q` in
13161 *Sun\ C*)
13162 # Sun C++ 5.9
13163 lt_prog_compiler_pic_CXX='-KPIC'
13164 lt_prog_compiler_static_CXX='-Bstatic'
13165 lt_prog_compiler_wl_CXX='-Qoption ld '
13167 esac
13169 esac
13171 lynxos*)
13173 m88k*)
13175 mvs*)
13176 case $cc_basename in
13177 cxx*)
13178 lt_prog_compiler_pic_CXX='-W c,exportall'
13182 esac
13184 netbsd*)
13186 *qnx* | *nto*)
13187 # QNX uses GNU C++, but need to define -shared option too, otherwise
13188 # it will coredump.
13189 lt_prog_compiler_pic_CXX='-fPIC -shared'
13191 osf3* | osf4* | osf5*)
13192 case $cc_basename in
13193 KCC*)
13194 lt_prog_compiler_wl_CXX='--backend -Wl,'
13196 RCC*)
13197 # Rational C++ 2.4.1
13198 lt_prog_compiler_pic_CXX='-pic'
13200 cxx*)
13201 # Digital/Compaq C++
13202 lt_prog_compiler_wl_CXX='-Wl,'
13203 # Make sure the PIC flag is empty. It appears that all Alpha
13204 # Linux and Compaq Tru64 Unix objects are PIC.
13205 lt_prog_compiler_pic_CXX=
13206 lt_prog_compiler_static_CXX='-non_shared'
13210 esac
13212 psos*)
13214 solaris*)
13215 case $cc_basename in
13216 CC*)
13217 # Sun C++ 4.2, 5.x and Centerline C++
13218 lt_prog_compiler_pic_CXX='-KPIC'
13219 lt_prog_compiler_static_CXX='-Bstatic'
13220 lt_prog_compiler_wl_CXX='-Qoption ld '
13222 gcx*)
13223 # Green Hills C++ Compiler
13224 lt_prog_compiler_pic_CXX='-PIC'
13228 esac
13230 sunos4*)
13231 case $cc_basename in
13232 CC*)
13233 # Sun C++ 4.x
13234 lt_prog_compiler_pic_CXX='-pic'
13235 lt_prog_compiler_static_CXX='-Bstatic'
13237 lcc*)
13238 # Lucid
13239 lt_prog_compiler_pic_CXX='-pic'
13243 esac
13245 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13246 case $cc_basename in
13247 CC*)
13248 lt_prog_compiler_wl_CXX='-Wl,'
13249 lt_prog_compiler_pic_CXX='-KPIC'
13250 lt_prog_compiler_static_CXX='-Bstatic'
13252 esac
13254 tandem*)
13255 case $cc_basename in
13256 NCC*)
13257 # NonStop-UX NCC 3.20
13258 lt_prog_compiler_pic_CXX='-KPIC'
13262 esac
13264 vxworks*)
13267 lt_prog_compiler_can_build_shared_CXX=no
13269 esac
13272 case $host_os in
13273 # For platforms which do not support PIC, -DPIC is meaningless:
13274 *djgpp*)
13275 lt_prog_compiler_pic_CXX=
13278 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13280 esac
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13282 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13287 # Check to make sure the PIC flag actually works.
13289 if test -n "$lt_prog_compiler_pic_CXX"; then
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13291 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13292 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
13293 $as_echo_n "(cached) " >&6
13294 else
13295 lt_cv_prog_compiler_pic_works_CXX=no
13296 ac_outfile=conftest.$ac_objext
13297 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13298 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13299 # Insert the option either (1) after the last *FLAGS variable, or
13300 # (2) before a word containing "conftest.", or (3) at the end.
13301 # Note that $ac_compile itself does not contain backslashes and begins
13302 # with a dollar sign (not a hyphen), so the echo should work correctly.
13303 # The option is referenced via a variable to avoid confusing sed.
13304 lt_compile=`echo "$ac_compile" | $SED \
13305 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13306 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13307 -e 's:$: $lt_compiler_flag:'`
13308 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13309 (eval "$lt_compile" 2>conftest.err)
13310 ac_status=$?
13311 cat conftest.err >&5
13312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 if (exit $ac_status) && test -s "$ac_outfile"; then
13314 # The compiler can only warn and ignore the option if not recognized
13315 # So say no if there are warnings other than the usual output.
13316 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13317 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13318 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13319 lt_cv_prog_compiler_pic_works_CXX=yes
13322 $RM conftest*
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13326 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13328 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13329 case $lt_prog_compiler_pic_CXX in
13330 "" | " "*) ;;
13331 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13332 esac
13333 else
13334 lt_prog_compiler_pic_CXX=
13335 lt_prog_compiler_can_build_shared_CXX=no
13343 # Check to make sure the static flag actually works.
13345 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13347 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13348 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
13349 $as_echo_n "(cached) " >&6
13350 else
13351 lt_cv_prog_compiler_static_works_CXX=no
13352 save_LDFLAGS="$LDFLAGS"
13353 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13354 echo "$lt_simple_link_test_code" > conftest.$ac_ext
13355 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13356 # The linker can only warn and ignore the option if not recognized
13357 # So say no if there are warnings
13358 if test -s conftest.err; then
13359 # Append any errors to the config.log.
13360 cat conftest.err 1>&5
13361 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
13362 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13363 if diff conftest.exp conftest.er2 >/dev/null; then
13364 lt_cv_prog_compiler_static_works_CXX=yes
13366 else
13367 lt_cv_prog_compiler_static_works_CXX=yes
13370 $RM -r conftest*
13371 LDFLAGS="$save_LDFLAGS"
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13375 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13377 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13379 else
13380 lt_prog_compiler_static_CXX=
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13387 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13388 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
13389 $as_echo_n "(cached) " >&6
13390 else
13391 lt_cv_prog_compiler_c_o_CXX=no
13392 $RM -r conftest 2>/dev/null
13393 mkdir conftest
13394 cd conftest
13395 mkdir out
13396 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13398 lt_compiler_flag="-o out/conftest2.$ac_objext"
13399 # Insert the option either (1) after the last *FLAGS variable, or
13400 # (2) before a word containing "conftest.", or (3) at the end.
13401 # Note that $ac_compile itself does not contain backslashes and begins
13402 # with a dollar sign (not a hyphen), so the echo should work correctly.
13403 lt_compile=`echo "$ac_compile" | $SED \
13404 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13405 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13406 -e 's:$: $lt_compiler_flag:'`
13407 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13408 (eval "$lt_compile" 2>out/conftest.err)
13409 ac_status=$?
13410 cat out/conftest.err >&5
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13413 then
13414 # The compiler can only warn and ignore the option if not recognized
13415 # So say no if there are warnings
13416 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13417 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13418 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13419 lt_cv_prog_compiler_c_o_CXX=yes
13422 chmod u+w . 2>&5
13423 $RM conftest*
13424 # SGI C++ compiler will create directory out/ii_files/ for
13425 # template instantiation
13426 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13427 $RM out/* && rmdir out
13428 cd ..
13429 $RM -r conftest
13430 $RM conftest*
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13434 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13439 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13440 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
13441 $as_echo_n "(cached) " >&6
13442 else
13443 lt_cv_prog_compiler_c_o_CXX=no
13444 $RM -r conftest 2>/dev/null
13445 mkdir conftest
13446 cd conftest
13447 mkdir out
13448 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13450 lt_compiler_flag="-o out/conftest2.$ac_objext"
13451 # Insert the option either (1) after the last *FLAGS variable, or
13452 # (2) before a word containing "conftest.", or (3) at the end.
13453 # Note that $ac_compile itself does not contain backslashes and begins
13454 # with a dollar sign (not a hyphen), so the echo should work correctly.
13455 lt_compile=`echo "$ac_compile" | $SED \
13456 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13457 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13458 -e 's:$: $lt_compiler_flag:'`
13459 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13460 (eval "$lt_compile" 2>out/conftest.err)
13461 ac_status=$?
13462 cat out/conftest.err >&5
13463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13464 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13465 then
13466 # The compiler can only warn and ignore the option if not recognized
13467 # So say no if there are warnings
13468 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13469 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13470 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13471 lt_cv_prog_compiler_c_o_CXX=yes
13474 chmod u+w . 2>&5
13475 $RM conftest*
13476 # SGI C++ compiler will create directory out/ii_files/ for
13477 # template instantiation
13478 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13479 $RM out/* && rmdir out
13480 cd ..
13481 $RM -r conftest
13482 $RM conftest*
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13486 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13491 hard_links="nottested"
13492 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13493 # do not overwrite the value of need_locks provided by the user
13494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13495 $as_echo_n "checking if we can lock with hard links... " >&6; }
13496 hard_links=yes
13497 $RM conftest*
13498 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13499 touch conftest.a
13500 ln conftest.a conftest.b 2>&5 || hard_links=no
13501 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13503 $as_echo "$hard_links" >&6; }
13504 if test "$hard_links" = no; then
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13506 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13507 need_locks=warn
13509 else
13510 need_locks=no
13515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13516 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13518 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13519 case $host_os in
13520 aix[4-9]*)
13521 # If we're using GNU nm, then we don't want the "-C" option.
13522 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13523 # Also, AIX nm treats weak defined symbols like other global defined
13524 # symbols, whereas GNU nm marks them as "W".
13525 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13526 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'
13527 else
13528 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13531 pw32*)
13532 export_symbols_cmds_CXX="$ltdll_cmds"
13534 cygwin* | mingw* | cegcc*)
13535 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'
13538 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13540 esac
13541 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13544 $as_echo "$ld_shlibs_CXX" >&6; }
13545 test "$ld_shlibs_CXX" = no && can_build_shared=no
13547 with_gnu_ld_CXX=$with_gnu_ld
13555 # Do we need to explicitly link libc?
13557 case "x$archive_cmds_need_lc_CXX" in
13558 x|xyes)
13559 # Assume -lc should be added
13560 archive_cmds_need_lc_CXX=yes
13562 if test "$enable_shared" = yes && test "$GCC" = yes; then
13563 case $archive_cmds_CXX in
13564 *'~'*)
13565 # FIXME: we may have to deal with multi-command sequences.
13567 '$CC '*)
13568 # Test whether the compiler implicitly links with -lc since on some
13569 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13570 # to ld, don't add -lc before -lgcc.
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13572 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13573 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
13574 $as_echo_n "(cached) " >&6
13575 else
13576 $RM conftest*
13577 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13579 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13580 (eval $ac_compile) 2>&5
13581 ac_status=$?
13582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13583 test $ac_status = 0; } 2>conftest.err; then
13584 soname=conftest
13585 lib=conftest
13586 libobjs=conftest.$ac_objext
13587 deplibs=
13588 wl=$lt_prog_compiler_wl_CXX
13589 pic_flag=$lt_prog_compiler_pic_CXX
13590 compiler_flags=-v
13591 linker_flags=-v
13592 verstring=
13593 output_objdir=.
13594 libname=conftest
13595 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
13596 allow_undefined_flag_CXX=
13597 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13598 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13599 ac_status=$?
13600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13601 test $ac_status = 0; }
13602 then
13603 lt_cv_archive_cmds_need_lc_CXX=no
13604 else
13605 lt_cv_archive_cmds_need_lc_CXX=yes
13607 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
13608 else
13609 cat conftest.err 1>&5
13611 $RM conftest*
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13615 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13616 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
13618 esac
13621 esac
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13687 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13689 library_names_spec=
13690 libname_spec='lib$name'
13691 soname_spec=
13692 shrext_cmds=".so"
13693 postinstall_cmds=
13694 postuninstall_cmds=
13695 finish_cmds=
13696 finish_eval=
13697 shlibpath_var=
13698 shlibpath_overrides_runpath=unknown
13699 version_type=none
13700 dynamic_linker="$host_os ld.so"
13701 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13702 need_lib_prefix=unknown
13703 hardcode_into_libs=no
13705 # when you set need_version to no, make sure it does not cause -set_version
13706 # flags to be left without arguments
13707 need_version=unknown
13709 case $host_os in
13710 aix3*)
13711 version_type=linux
13712 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13713 shlibpath_var=LIBPATH
13715 # AIX 3 has no versioning support, so we append a major version to the name.
13716 soname_spec='${libname}${release}${shared_ext}$major'
13719 aix[4-9]*)
13720 version_type=linux
13721 need_lib_prefix=no
13722 need_version=no
13723 hardcode_into_libs=yes
13724 if test "$host_cpu" = ia64; then
13725 # AIX 5 supports IA64
13726 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13727 shlibpath_var=LD_LIBRARY_PATH
13728 else
13729 # With GCC up to 2.95.x, collect2 would create an import file
13730 # for dependence libraries. The import file would start with
13731 # the line `#! .'. This would cause the generated library to
13732 # depend on `.', always an invalid library. This was fixed in
13733 # development snapshots of GCC prior to 3.0.
13734 case $host_os in
13735 aix4 | aix4.[01] | aix4.[01].*)
13736 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13737 echo ' yes '
13738 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
13740 else
13741 can_build_shared=no
13744 esac
13745 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13746 # soname into executable. Probably we can add versioning support to
13747 # collect2, so additional links can be useful in future.
13748 if test "$aix_use_runtimelinking" = yes; then
13749 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13750 # instead of lib<name>.a to let people know that these are not
13751 # typical AIX shared libraries.
13752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13753 else
13754 # We preserve .a as extension for shared libraries through AIX4.2
13755 # and later when we are not doing run time linking.
13756 library_names_spec='${libname}${release}.a $libname.a'
13757 soname_spec='${libname}${release}${shared_ext}$major'
13759 shlibpath_var=LIBPATH
13763 amigaos*)
13764 case $host_cpu in
13765 powerpc)
13766 # Since July 2007 AmigaOS4 officially supports .so libraries.
13767 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13768 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13770 m68k)
13771 library_names_spec='$libname.ixlibrary $libname.a'
13772 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13773 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'
13775 esac
13778 beos*)
13779 library_names_spec='${libname}${shared_ext}'
13780 dynamic_linker="$host_os ld.so"
13781 shlibpath_var=LIBRARY_PATH
13784 bsdi[45]*)
13785 version_type=linux
13786 need_version=no
13787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13788 soname_spec='${libname}${release}${shared_ext}$major'
13789 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13790 shlibpath_var=LD_LIBRARY_PATH
13791 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13792 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13793 # the default ld.so.conf also contains /usr/contrib/lib and
13794 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13795 # libtool to hard-code these into programs
13798 cygwin* | mingw* | pw32* | cegcc*)
13799 version_type=windows
13800 shrext_cmds=".dll"
13801 need_version=no
13802 need_lib_prefix=no
13804 case $GCC,$host_os in
13805 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
13806 library_names_spec='$libname.dll.a'
13807 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13808 postinstall_cmds='base_file=`basename \${file}`~
13809 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13810 dldir=$destdir/`dirname \$dlpath`~
13811 test -d \$dldir || mkdir -p \$dldir~
13812 $install_prog $dir/$dlname \$dldir/$dlname~
13813 chmod a+x \$dldir/$dlname~
13814 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13815 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13817 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13818 dlpath=$dir/\$dldll~
13819 $RM \$dlpath'
13820 shlibpath_overrides_runpath=yes
13822 case $host_os in
13823 cygwin*)
13824 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13825 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13828 mingw* | cegcc*)
13829 # MinGW DLLs use traditional 'lib' prefix
13830 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13832 pw32*)
13833 # pw32 DLLs use 'pw' prefix rather than 'lib'
13834 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13836 esac
13840 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13842 esac
13843 dynamic_linker='Win32 ld.exe'
13844 # FIXME: first we should search . and the directory the executable is in
13845 shlibpath_var=PATH
13848 darwin* | rhapsody*)
13849 dynamic_linker="$host_os dyld"
13850 version_type=darwin
13851 need_lib_prefix=no
13852 need_version=no
13853 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13854 soname_spec='${libname}${release}${major}$shared_ext'
13855 shlibpath_overrides_runpath=yes
13856 shlibpath_var=DYLD_LIBRARY_PATH
13857 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13859 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13862 dgux*)
13863 version_type=linux
13864 need_lib_prefix=no
13865 need_version=no
13866 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13867 soname_spec='${libname}${release}${shared_ext}$major'
13868 shlibpath_var=LD_LIBRARY_PATH
13871 freebsd* | dragonfly*)
13872 # DragonFly does not have aout. When/if they implement a new
13873 # versioning mechanism, adjust this.
13874 if test -x /usr/bin/objformat; then
13875 objformat=`/usr/bin/objformat`
13876 else
13877 case $host_os in
13878 freebsd[23].*) objformat=aout ;;
13879 *) objformat=elf ;;
13880 esac
13882 version_type=freebsd-$objformat
13883 case $version_type in
13884 freebsd-elf*)
13885 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13886 need_version=no
13887 need_lib_prefix=no
13889 freebsd-*)
13890 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13891 need_version=yes
13893 esac
13894 shlibpath_var=LD_LIBRARY_PATH
13895 case $host_os in
13896 freebsd2.*)
13897 shlibpath_overrides_runpath=yes
13899 freebsd3.[01]* | freebsdelf3.[01]*)
13900 shlibpath_overrides_runpath=yes
13901 hardcode_into_libs=yes
13903 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13904 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13905 shlibpath_overrides_runpath=no
13906 hardcode_into_libs=yes
13908 *) # from 4.6 on, and DragonFly
13909 shlibpath_overrides_runpath=yes
13910 hardcode_into_libs=yes
13912 esac
13915 gnu*)
13916 version_type=linux
13917 need_lib_prefix=no
13918 need_version=no
13919 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13920 soname_spec='${libname}${release}${shared_ext}$major'
13921 shlibpath_var=LD_LIBRARY_PATH
13922 hardcode_into_libs=yes
13925 haiku*)
13926 version_type=linux
13927 need_lib_prefix=no
13928 need_version=no
13929 dynamic_linker="$host_os runtime_loader"
13930 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13931 soname_spec='${libname}${release}${shared_ext}$major'
13932 shlibpath_var=LIBRARY_PATH
13933 shlibpath_overrides_runpath=yes
13934 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
13935 hardcode_into_libs=yes
13938 hpux9* | hpux10* | hpux11*)
13939 # Give a soname corresponding to the major version so that dld.sl refuses to
13940 # link against other versions.
13941 version_type=sunos
13942 need_lib_prefix=no
13943 need_version=no
13944 case $host_cpu in
13945 ia64*)
13946 shrext_cmds='.so'
13947 hardcode_into_libs=yes
13948 dynamic_linker="$host_os dld.so"
13949 shlibpath_var=LD_LIBRARY_PATH
13950 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13951 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13952 soname_spec='${libname}${release}${shared_ext}$major'
13953 if test "X$HPUX_IA64_MODE" = X32; then
13954 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13955 else
13956 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
13958 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13960 hppa*64*)
13961 shrext_cmds='.sl'
13962 hardcode_into_libs=yes
13963 dynamic_linker="$host_os dld.sl"
13964 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
13965 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13967 soname_spec='${libname}${release}${shared_ext}$major'
13968 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13969 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13972 shrext_cmds='.sl'
13973 dynamic_linker="$host_os dld.sl"
13974 shlibpath_var=SHLIB_PATH
13975 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
13976 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13977 soname_spec='${libname}${release}${shared_ext}$major'
13979 esac
13980 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
13981 postinstall_cmds='chmod 555 $lib'
13982 # or fails outright, so override atomically:
13983 install_override_mode=555
13986 interix[3-9]*)
13987 version_type=linux
13988 need_lib_prefix=no
13989 need_version=no
13990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13991 soname_spec='${libname}${release}${shared_ext}$major'
13992 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
13993 shlibpath_var=LD_LIBRARY_PATH
13994 shlibpath_overrides_runpath=no
13995 hardcode_into_libs=yes
13998 irix5* | irix6* | nonstopux*)
13999 case $host_os in
14000 nonstopux*) version_type=nonstopux ;;
14002 if test "$lt_cv_prog_gnu_ld" = yes; then
14003 version_type=linux
14004 else
14005 version_type=irix
14006 fi ;;
14007 esac
14008 need_lib_prefix=no
14009 need_version=no
14010 soname_spec='${libname}${release}${shared_ext}$major'
14011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14012 case $host_os in
14013 irix5* | nonstopux*)
14014 libsuff= shlibsuff=
14017 case $LD in # libtool.m4 will add one of these switches to LD
14018 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14019 libsuff= shlibsuff= libmagic=32-bit;;
14020 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14021 libsuff=32 shlibsuff=N32 libmagic=N32;;
14022 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14023 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14024 *) libsuff= shlibsuff= libmagic=never-match;;
14025 esac
14027 esac
14028 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14029 shlibpath_overrides_runpath=no
14030 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14031 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14032 hardcode_into_libs=yes
14035 # No shared lib support for Linux oldld, aout, or coff.
14036 linux*oldld* | linux*aout* | linux*coff*)
14037 dynamic_linker=no
14040 # This must be Linux ELF.
14042 # uclinux* changes (here and below) have been submitted to the libtool
14043 # project, but have not yet been accepted: they are GCC-local changes
14044 # for the time being. (See
14045 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
14046 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
14047 version_type=linux
14048 need_lib_prefix=no
14049 need_version=no
14050 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14051 soname_spec='${libname}${release}${shared_ext}$major'
14052 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14053 shlibpath_var=LD_LIBRARY_PATH
14054 shlibpath_overrides_runpath=no
14056 # Some binutils ld are patched to set DT_RUNPATH
14057 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
14058 $as_echo_n "(cached) " >&6
14059 else
14060 lt_cv_shlibpath_overrides_runpath=no
14061 save_LDFLAGS=$LDFLAGS
14062 save_libdir=$libdir
14063 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14064 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14066 /* end confdefs.h. */
14069 main ()
14073 return 0;
14075 _ACEOF
14076 if ac_fn_cxx_try_link "$LINENO"; then :
14077 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14078 lt_cv_shlibpath_overrides_runpath=yes
14081 rm -f core conftest.err conftest.$ac_objext \
14082 conftest$ac_exeext conftest.$ac_ext
14083 LDFLAGS=$save_LDFLAGS
14084 libdir=$save_libdir
14088 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14090 # This implies no fast_install, which is unacceptable.
14091 # Some rework will be needed to allow for fast_install
14092 # before this can be enabled.
14093 hardcode_into_libs=yes
14095 # Append ld.so.conf contents to the search path
14096 if test -f /etc/ld.so.conf; then
14097 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' ' '`
14098 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14101 # We used to test for /lib/ld.so.1 and disable shared libraries on
14102 # powerpc, because MkLinux only supported shared libraries with the
14103 # GNU dynamic linker. Since this was broken with cross compilers,
14104 # most powerpc-linux boxes support dynamic linking these days and
14105 # people can always --disable-shared, the test was removed, and we
14106 # assume the GNU/Linux dynamic linker is in use.
14107 dynamic_linker='GNU/Linux ld.so'
14110 netbsd*)
14111 version_type=sunos
14112 need_lib_prefix=no
14113 need_version=no
14114 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14116 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14117 dynamic_linker='NetBSD (a.out) ld.so'
14118 else
14119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14120 soname_spec='${libname}${release}${shared_ext}$major'
14121 dynamic_linker='NetBSD ld.elf_so'
14123 shlibpath_var=LD_LIBRARY_PATH
14124 shlibpath_overrides_runpath=yes
14125 hardcode_into_libs=yes
14128 newsos6)
14129 version_type=linux
14130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14131 shlibpath_var=LD_LIBRARY_PATH
14132 shlibpath_overrides_runpath=yes
14135 *nto* | *qnx*)
14136 version_type=qnx
14137 need_lib_prefix=no
14138 need_version=no
14139 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14140 soname_spec='${libname}${release}${shared_ext}$major'
14141 shlibpath_var=LD_LIBRARY_PATH
14142 shlibpath_overrides_runpath=no
14143 hardcode_into_libs=yes
14144 dynamic_linker='ldqnx.so'
14147 openbsd*)
14148 version_type=sunos
14149 sys_lib_dlsearch_path_spec="/usr/lib"
14150 need_lib_prefix=no
14151 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14152 case $host_os in
14153 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14154 *) need_version=no ;;
14155 esac
14156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14157 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14158 shlibpath_var=LD_LIBRARY_PATH
14159 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14160 case $host_os in
14161 openbsd2.[89] | openbsd2.[89].*)
14162 shlibpath_overrides_runpath=no
14165 shlibpath_overrides_runpath=yes
14167 esac
14168 else
14169 shlibpath_overrides_runpath=yes
14173 os2*)
14174 libname_spec='$name'
14175 shrext_cmds=".dll"
14176 need_lib_prefix=no
14177 library_names_spec='$libname${shared_ext} $libname.a'
14178 dynamic_linker='OS/2 ld.exe'
14179 shlibpath_var=LIBPATH
14182 osf3* | osf4* | osf5*)
14183 version_type=osf
14184 need_lib_prefix=no
14185 need_version=no
14186 soname_spec='${libname}${release}${shared_ext}$major'
14187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14188 shlibpath_var=LD_LIBRARY_PATH
14189 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14190 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14193 rdos*)
14194 dynamic_linker=no
14197 solaris*)
14198 version_type=linux
14199 need_lib_prefix=no
14200 need_version=no
14201 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14202 soname_spec='${libname}${release}${shared_ext}$major'
14203 shlibpath_var=LD_LIBRARY_PATH
14204 shlibpath_overrides_runpath=yes
14205 hardcode_into_libs=yes
14206 # ldd complains unless libraries are executable
14207 postinstall_cmds='chmod +x $lib'
14210 sunos4*)
14211 version_type=sunos
14212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14213 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14214 shlibpath_var=LD_LIBRARY_PATH
14215 shlibpath_overrides_runpath=yes
14216 if test "$with_gnu_ld" = yes; then
14217 need_lib_prefix=no
14219 need_version=yes
14222 sysv4 | sysv4.3*)
14223 version_type=linux
14224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14225 soname_spec='${libname}${release}${shared_ext}$major'
14226 shlibpath_var=LD_LIBRARY_PATH
14227 case $host_vendor in
14228 sni)
14229 shlibpath_overrides_runpath=no
14230 need_lib_prefix=no
14231 runpath_var=LD_RUN_PATH
14233 siemens)
14234 need_lib_prefix=no
14236 motorola)
14237 need_lib_prefix=no
14238 need_version=no
14239 shlibpath_overrides_runpath=no
14240 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14242 esac
14245 sysv4*MP*)
14246 if test -d /usr/nec ;then
14247 version_type=linux
14248 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14249 soname_spec='$libname${shared_ext}.$major'
14250 shlibpath_var=LD_LIBRARY_PATH
14254 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14255 version_type=freebsd-elf
14256 need_lib_prefix=no
14257 need_version=no
14258 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14259 soname_spec='${libname}${release}${shared_ext}$major'
14260 shlibpath_var=LD_LIBRARY_PATH
14261 shlibpath_overrides_runpath=yes
14262 hardcode_into_libs=yes
14263 if test "$with_gnu_ld" = yes; then
14264 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14265 else
14266 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14267 case $host_os in
14268 sco3.2v5*)
14269 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14271 esac
14273 sys_lib_dlsearch_path_spec='/usr/lib'
14276 tpf*)
14277 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14278 version_type=linux
14279 need_lib_prefix=no
14280 need_version=no
14281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14282 shlibpath_var=LD_LIBRARY_PATH
14283 shlibpath_overrides_runpath=no
14284 hardcode_into_libs=yes
14287 uts4*)
14288 version_type=linux
14289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14290 soname_spec='${libname}${release}${shared_ext}$major'
14291 shlibpath_var=LD_LIBRARY_PATH
14295 dynamic_linker=no
14297 esac
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14299 $as_echo "$dynamic_linker" >&6; }
14300 test "$dynamic_linker" = no && can_build_shared=no
14302 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14303 if test "$GCC" = yes; then
14304 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14307 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14308 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14310 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14311 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14352 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14353 hardcode_action_CXX=
14354 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14355 test -n "$runpath_var_CXX" ||
14356 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14358 # We can hardcode non-existent directories.
14359 if test "$hardcode_direct_CXX" != no &&
14360 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14361 # have to relink, otherwise we might link with an installed library
14362 # when we should be linking with a yet-to-be-installed one
14363 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14364 test "$hardcode_minus_L_CXX" != no; then
14365 # Linking always hardcodes the temporary library directory.
14366 hardcode_action_CXX=relink
14367 else
14368 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14369 hardcode_action_CXX=immediate
14371 else
14372 # We cannot hardcode anything, or else we can only hardcode existing
14373 # directories.
14374 hardcode_action_CXX=unsupported
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14377 $as_echo "$hardcode_action_CXX" >&6; }
14379 if test "$hardcode_action_CXX" = relink ||
14380 test "$inherit_rpath_CXX" = yes; then
14381 # Fast installation is not supported
14382 enable_fast_install=no
14383 elif test "$shlibpath_overrides_runpath" = yes ||
14384 test "$enable_shared" = no; then
14385 # Fast installation is not necessary
14386 enable_fast_install=needless
14395 fi # test -n "$compiler"
14397 CC=$lt_save_CC
14398 LDCXX=$LD
14399 LD=$lt_save_LD
14400 GCC=$lt_save_GCC
14401 with_gnu_ld=$lt_save_with_gnu_ld
14402 lt_cv_path_LDCXX=$lt_cv_path_LD
14403 lt_cv_path_LD=$lt_save_path_LD
14404 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14405 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14406 fi # test "$_lt_caught_CXX_error" != yes
14408 ac_ext=c
14409 ac_cpp='$CPP $CPPFLAGS'
14410 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14411 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14412 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14426 ac_config_commands="$ac_config_commands libtool"
14431 # Only expand once:
14434 # Forbid libtool to hardcode RPATH, because we want to be able to specify
14435 # library search directory using LD_LIBRARY_PATH
14436 hardcode_into_libs=no
14440 # Determine what GCC version number to use in filesystem paths.
14442 get_gcc_base_ver="cat"
14444 # Check whether --with-gcc-major-version-only was given.
14445 if test "${with_gcc_major_version_only+set}" = set; then :
14446 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
14447 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
14455 # Must be last
14456 cat >confcache <<\_ACEOF
14457 # This file is a shell script that caches the results of configure
14458 # tests run on this system so they can be shared between configure
14459 # scripts and configure runs, see configure's option --config-cache.
14460 # It is not useful on other systems. If it contains results you don't
14461 # want to keep, you may remove or edit it.
14463 # config.status only pays attention to the cache file if you give it
14464 # the --recheck option to rerun configure.
14466 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14467 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14468 # following values.
14470 _ACEOF
14472 # The following way of writing the cache mishandles newlines in values,
14473 # but we know of no workaround that is simple, portable, and efficient.
14474 # So, we kill variables containing newlines.
14475 # Ultrix sh set writes to stderr and can't be redirected directly,
14476 # and sets the high bit in the cache file unless we assign to the vars.
14478 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14479 eval ac_val=\$$ac_var
14480 case $ac_val in #(
14481 *${as_nl}*)
14482 case $ac_var in #(
14483 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14484 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14485 esac
14486 case $ac_var in #(
14487 _ | IFS | as_nl) ;; #(
14488 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14489 *) { eval $ac_var=; unset $ac_var;} ;;
14490 esac ;;
14491 esac
14492 done
14494 (set) 2>&1 |
14495 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14496 *${as_nl}ac_space=\ *)
14497 # `set' does not quote correctly, so add quotes: double-quote
14498 # substitution turns \\\\ into \\, and sed turns \\ into \.
14499 sed -n \
14500 "s/'/'\\\\''/g;
14501 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14502 ;; #(
14504 # `set' quotes correctly as required by POSIX, so do not add quotes.
14505 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14507 esac |
14508 sort
14510 sed '
14511 /^ac_cv_env_/b end
14512 t clear
14513 :clear
14514 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14515 t end
14516 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14517 :end' >>confcache
14518 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14519 if test -w "$cache_file"; then
14520 if test "x$cache_file" != "x/dev/null"; then
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14522 $as_echo "$as_me: updating cache $cache_file" >&6;}
14523 if test ! -f "$cache_file" || test -h "$cache_file"; then
14524 cat confcache >"$cache_file"
14525 else
14526 case $cache_file in #(
14527 */* | ?:*)
14528 mv -f confcache "$cache_file"$$ &&
14529 mv -f "$cache_file"$$ "$cache_file" ;; #(
14531 mv -f confcache "$cache_file" ;;
14532 esac
14535 else
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14537 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14540 rm -f confcache
14542 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14543 # Let make expand exec_prefix.
14544 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14546 # Transform confdefs.h into DEFS.
14547 # Protect against shell expansion while executing Makefile rules.
14548 # Protect against Makefile macro expansion.
14550 # If the first sed substitution is executed (which looks for macros that
14551 # take arguments), then branch to the quote section. Otherwise,
14552 # look for a macro that doesn't take arguments.
14553 ac_script='
14554 :mline
14555 /\\$/{
14557 s,\\\n,,
14558 b mline
14560 t clear
14561 :clear
14562 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14563 t quote
14564 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14565 t quote
14566 b any
14567 :quote
14568 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14569 s/\[/\\&/g
14570 s/\]/\\&/g
14571 s/\$/$$/g
14573 :any
14576 s/^\n//
14577 s/\n/ /g
14581 DEFS=`sed -n "$ac_script" confdefs.h`
14584 ac_libobjs=
14585 ac_ltlibobjs=
14587 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14588 # 1. Remove the extension, and $U if already installed.
14589 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14590 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14591 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14592 # will be set to the directory where LIBOBJS objects are built.
14593 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14594 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14595 done
14596 LIBOBJS=$ac_libobjs
14598 LTLIBOBJS=$ac_ltlibobjs
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14602 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14603 if test -n "$am_sleep_pid"; then
14604 # Hide warnings about reused PIDs.
14605 wait $am_sleep_pid 2>/dev/null
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14608 $as_echo "done" >&6; }
14609 if test -n "$EXEEXT"; then
14610 am__EXEEXT_TRUE=
14611 am__EXEEXT_FALSE='#'
14612 else
14613 am__EXEEXT_TRUE='#'
14614 am__EXEEXT_FALSE=
14617 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14618 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14619 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14621 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14622 as_fn_error $? "conditional \"AMDEP\" was never defined.
14623 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14625 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14626 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14627 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14629 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
14630 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
14631 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14633 if test -z "${PLUGIN_HOST_TRUE}" && test -z "${PLUGIN_HOST_FALSE}"; then
14634 as_fn_error $? "conditional \"PLUGIN_HOST\" was never defined.
14635 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14638 : "${CONFIG_STATUS=./config.status}"
14639 ac_write_fail=0
14640 ac_clean_files_save=$ac_clean_files
14641 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14643 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14644 as_write_fail=0
14645 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14646 #! $SHELL
14647 # Generated by $as_me.
14648 # Run this file to recreate the current configuration.
14649 # Compiler output produced by configure, useful for debugging
14650 # configure, is in config.log if it exists.
14652 debug=false
14653 ac_cs_recheck=false
14654 ac_cs_silent=false
14656 SHELL=\${CONFIG_SHELL-$SHELL}
14657 export SHELL
14658 _ASEOF
14659 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14660 ## -------------------- ##
14661 ## M4sh Initialization. ##
14662 ## -------------------- ##
14664 # Be more Bourne compatible
14665 DUALCASE=1; export DUALCASE # for MKS sh
14666 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14667 emulate sh
14668 NULLCMD=:
14669 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14670 # is contrary to our usage. Disable this feature.
14671 alias -g '${1+"$@"}'='"$@"'
14672 setopt NO_GLOB_SUBST
14673 else
14674 case `(set -o) 2>/dev/null` in #(
14675 *posix*) :
14676 set -o posix ;; #(
14677 *) :
14679 esac
14683 as_nl='
14685 export as_nl
14686 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14687 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14688 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14689 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14690 # Prefer a ksh shell builtin over an external printf program on Solaris,
14691 # but without wasting forks for bash or zsh.
14692 if test -z "$BASH_VERSION$ZSH_VERSION" \
14693 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14694 as_echo='print -r --'
14695 as_echo_n='print -rn --'
14696 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14697 as_echo='printf %s\n'
14698 as_echo_n='printf %s'
14699 else
14700 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14701 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14702 as_echo_n='/usr/ucb/echo -n'
14703 else
14704 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14705 as_echo_n_body='eval
14706 arg=$1;
14707 case $arg in #(
14708 *"$as_nl"*)
14709 expr "X$arg" : "X\\(.*\\)$as_nl";
14710 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14711 esac;
14712 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14714 export as_echo_n_body
14715 as_echo_n='sh -c $as_echo_n_body as_echo'
14717 export as_echo_body
14718 as_echo='sh -c $as_echo_body as_echo'
14721 # The user is always right.
14722 if test "${PATH_SEPARATOR+set}" != set; then
14723 PATH_SEPARATOR=:
14724 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14725 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14726 PATH_SEPARATOR=';'
14731 # IFS
14732 # We need space, tab and new line, in precisely that order. Quoting is
14733 # there to prevent editors from complaining about space-tab.
14734 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14735 # splitting by setting IFS to empty value.)
14736 IFS=" "" $as_nl"
14738 # Find who we are. Look in the path if we contain no directory separator.
14739 as_myself=
14740 case $0 in #((
14741 *[\\/]* ) as_myself=$0 ;;
14742 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14743 for as_dir in $PATH
14745 IFS=$as_save_IFS
14746 test -z "$as_dir" && as_dir=.
14747 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14748 done
14749 IFS=$as_save_IFS
14752 esac
14753 # We did not find ourselves, most probably we were run as `sh COMMAND'
14754 # in which case we are not to be found in the path.
14755 if test "x$as_myself" = x; then
14756 as_myself=$0
14758 if test ! -f "$as_myself"; then
14759 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14760 exit 1
14763 # Unset variables that we do not need and which cause bugs (e.g. in
14764 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14765 # suppresses any "Segmentation fault" message there. '((' could
14766 # trigger a bug in pdksh 5.2.14.
14767 for as_var in BASH_ENV ENV MAIL MAILPATH
14768 do eval test x\${$as_var+set} = xset \
14769 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14770 done
14771 PS1='$ '
14772 PS2='> '
14773 PS4='+ '
14775 # NLS nuisances.
14776 LC_ALL=C
14777 export LC_ALL
14778 LANGUAGE=C
14779 export LANGUAGE
14781 # CDPATH.
14782 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14785 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14786 # ----------------------------------------
14787 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14788 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14789 # script with STATUS, using 1 if that was 0.
14790 as_fn_error ()
14792 as_status=$1; test $as_status -eq 0 && as_status=1
14793 if test "$4"; then
14794 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14795 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14797 $as_echo "$as_me: error: $2" >&2
14798 as_fn_exit $as_status
14799 } # as_fn_error
14802 # as_fn_set_status STATUS
14803 # -----------------------
14804 # Set $? to STATUS, without forking.
14805 as_fn_set_status ()
14807 return $1
14808 } # as_fn_set_status
14810 # as_fn_exit STATUS
14811 # -----------------
14812 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14813 as_fn_exit ()
14815 set +e
14816 as_fn_set_status $1
14817 exit $1
14818 } # as_fn_exit
14820 # as_fn_unset VAR
14821 # ---------------
14822 # Portably unset VAR.
14823 as_fn_unset ()
14825 { eval $1=; unset $1;}
14827 as_unset=as_fn_unset
14828 # as_fn_append VAR VALUE
14829 # ----------------------
14830 # Append the text in VALUE to the end of the definition contained in VAR. Take
14831 # advantage of any shell optimizations that allow amortized linear growth over
14832 # repeated appends, instead of the typical quadratic growth present in naive
14833 # implementations.
14834 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14835 eval 'as_fn_append ()
14837 eval $1+=\$2
14839 else
14840 as_fn_append ()
14842 eval $1=\$$1\$2
14844 fi # as_fn_append
14846 # as_fn_arith ARG...
14847 # ------------------
14848 # Perform arithmetic evaluation on the ARGs, and store the result in the
14849 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14850 # must be portable across $(()) and expr.
14851 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14852 eval 'as_fn_arith ()
14854 as_val=$(( $* ))
14856 else
14857 as_fn_arith ()
14859 as_val=`expr "$@" || test $? -eq 1`
14861 fi # as_fn_arith
14864 if expr a : '\(a\)' >/dev/null 2>&1 &&
14865 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14866 as_expr=expr
14867 else
14868 as_expr=false
14871 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14872 as_basename=basename
14873 else
14874 as_basename=false
14877 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14878 as_dirname=dirname
14879 else
14880 as_dirname=false
14883 as_me=`$as_basename -- "$0" ||
14884 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14885 X"$0" : 'X\(//\)$' \| \
14886 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14887 $as_echo X/"$0" |
14888 sed '/^.*\/\([^/][^/]*\)\/*$/{
14889 s//\1/
14892 /^X\/\(\/\/\)$/{
14893 s//\1/
14896 /^X\/\(\/\).*/{
14897 s//\1/
14900 s/.*/./; q'`
14902 # Avoid depending upon Character Ranges.
14903 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14904 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14905 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14906 as_cr_digits='0123456789'
14907 as_cr_alnum=$as_cr_Letters$as_cr_digits
14909 ECHO_C= ECHO_N= ECHO_T=
14910 case `echo -n x` in #(((((
14911 -n*)
14912 case `echo 'xy\c'` in
14913 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14914 xy) ECHO_C='\c';;
14915 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14916 ECHO_T=' ';;
14917 esac;;
14919 ECHO_N='-n';;
14920 esac
14922 rm -f conf$$ conf$$.exe conf$$.file
14923 if test -d conf$$.dir; then
14924 rm -f conf$$.dir/conf$$.file
14925 else
14926 rm -f conf$$.dir
14927 mkdir conf$$.dir 2>/dev/null
14929 if (echo >conf$$.file) 2>/dev/null; then
14930 if ln -s conf$$.file conf$$ 2>/dev/null; then
14931 as_ln_s='ln -s'
14932 # ... but there are two gotchas:
14933 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14934 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14935 # In both cases, we have to default to `cp -pR'.
14936 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14937 as_ln_s='cp -pR'
14938 elif ln conf$$.file conf$$ 2>/dev/null; then
14939 as_ln_s=ln
14940 else
14941 as_ln_s='cp -pR'
14943 else
14944 as_ln_s='cp -pR'
14946 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14947 rmdir conf$$.dir 2>/dev/null
14950 # as_fn_mkdir_p
14951 # -------------
14952 # Create "$as_dir" as a directory, including parents if necessary.
14953 as_fn_mkdir_p ()
14956 case $as_dir in #(
14957 -*) as_dir=./$as_dir;;
14958 esac
14959 test -d "$as_dir" || eval $as_mkdir_p || {
14960 as_dirs=
14961 while :; do
14962 case $as_dir in #(
14963 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14964 *) as_qdir=$as_dir;;
14965 esac
14966 as_dirs="'$as_qdir' $as_dirs"
14967 as_dir=`$as_dirname -- "$as_dir" ||
14968 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14969 X"$as_dir" : 'X\(//\)[^/]' \| \
14970 X"$as_dir" : 'X\(//\)$' \| \
14971 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14972 $as_echo X"$as_dir" |
14973 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14974 s//\1/
14977 /^X\(\/\/\)[^/].*/{
14978 s//\1/
14981 /^X\(\/\/\)$/{
14982 s//\1/
14985 /^X\(\/\).*/{
14986 s//\1/
14989 s/.*/./; q'`
14990 test -d "$as_dir" && break
14991 done
14992 test -z "$as_dirs" || eval "mkdir $as_dirs"
14993 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14996 } # as_fn_mkdir_p
14997 if mkdir -p . 2>/dev/null; then
14998 as_mkdir_p='mkdir -p "$as_dir"'
14999 else
15000 test -d ./-p && rmdir ./-p
15001 as_mkdir_p=false
15005 # as_fn_executable_p FILE
15006 # -----------------------
15007 # Test if FILE is an executable regular file.
15008 as_fn_executable_p ()
15010 test -f "$1" && test -x "$1"
15011 } # as_fn_executable_p
15012 as_test_x='test -x'
15013 as_executable_p=as_fn_executable_p
15015 # Sed expression to map a string onto a valid CPP name.
15016 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15018 # Sed expression to map a string onto a valid variable name.
15019 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15022 exec 6>&1
15023 ## ----------------------------------- ##
15024 ## Main body of $CONFIG_STATUS script. ##
15025 ## ----------------------------------- ##
15026 _ASEOF
15027 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15029 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15030 # Save the log message, to keep $0 and so on meaningful, and to
15031 # report actual input values of CONFIG_FILES etc. instead of their
15032 # values after options handling.
15033 ac_log="
15034 This file was extended by Intel MIC Offload Plugin $as_me 1.0, which was
15035 generated by GNU Autoconf 2.69. Invocation command line was
15037 CONFIG_FILES = $CONFIG_FILES
15038 CONFIG_HEADERS = $CONFIG_HEADERS
15039 CONFIG_LINKS = $CONFIG_LINKS
15040 CONFIG_COMMANDS = $CONFIG_COMMANDS
15041 $ $0 $@
15043 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15046 _ACEOF
15048 case $ac_config_files in *"
15049 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15050 esac
15054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15055 # Files that config.status was made for.
15056 config_files="$ac_config_files"
15057 config_commands="$ac_config_commands"
15059 _ACEOF
15061 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15062 ac_cs_usage="\
15063 \`$as_me' instantiates files and other configuration actions
15064 from templates according to the current configuration. Unless the files
15065 and actions are specified as TAGs, all are instantiated by default.
15067 Usage: $0 [OPTION]... [TAG]...
15069 -h, --help print this help, then exit
15070 -V, --version print version number and configuration settings, then exit
15071 --config print configuration, then exit
15072 -q, --quiet, --silent
15073 do not print progress messages
15074 -d, --debug don't remove temporary files
15075 --recheck update $as_me by reconfiguring in the same conditions
15076 --file=FILE[:TEMPLATE]
15077 instantiate the configuration file FILE
15079 Configuration files:
15080 $config_files
15082 Configuration commands:
15083 $config_commands
15085 Report bugs to the package provider."
15087 _ACEOF
15088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15089 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15090 ac_cs_version="\\
15091 Intel MIC Offload Plugin config.status 1.0
15092 configured by $0, generated by GNU Autoconf 2.69,
15093 with options \\"\$ac_cs_config\\"
15095 Copyright (C) 2012 Free Software Foundation, Inc.
15096 This config.status script is free software; the Free Software Foundation
15097 gives unlimited permission to copy, distribute and modify it."
15099 ac_pwd='$ac_pwd'
15100 srcdir='$srcdir'
15101 INSTALL='$INSTALL'
15102 MKDIR_P='$MKDIR_P'
15103 AWK='$AWK'
15104 test -n "\$AWK" || AWK=awk
15105 _ACEOF
15107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15108 # The default lists apply if the user does not specify any file.
15109 ac_need_defaults=:
15110 while test $# != 0
15112 case $1 in
15113 --*=?*)
15114 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15115 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15116 ac_shift=:
15118 --*=)
15119 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15120 ac_optarg=
15121 ac_shift=:
15124 ac_option=$1
15125 ac_optarg=$2
15126 ac_shift=shift
15128 esac
15130 case $ac_option in
15131 # Handling of the options.
15132 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15133 ac_cs_recheck=: ;;
15134 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15135 $as_echo "$ac_cs_version"; exit ;;
15136 --config | --confi | --conf | --con | --co | --c )
15137 $as_echo "$ac_cs_config"; exit ;;
15138 --debug | --debu | --deb | --de | --d | -d )
15139 debug=: ;;
15140 --file | --fil | --fi | --f )
15141 $ac_shift
15142 case $ac_optarg in
15143 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15144 '') as_fn_error $? "missing file argument" ;;
15145 esac
15146 as_fn_append CONFIG_FILES " '$ac_optarg'"
15147 ac_need_defaults=false;;
15148 --he | --h | --help | --hel | -h )
15149 $as_echo "$ac_cs_usage"; exit ;;
15150 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15151 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15152 ac_cs_silent=: ;;
15154 # This is an error.
15155 -*) as_fn_error $? "unrecognized option: \`$1'
15156 Try \`$0 --help' for more information." ;;
15158 *) as_fn_append ac_config_targets " $1"
15159 ac_need_defaults=false ;;
15161 esac
15162 shift
15163 done
15165 ac_configure_extra_args=
15167 if $ac_cs_silent; then
15168 exec 6>/dev/null
15169 ac_configure_extra_args="$ac_configure_extra_args --silent"
15172 _ACEOF
15173 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15174 if \$ac_cs_recheck; then
15175 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15176 shift
15177 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15178 CONFIG_SHELL='$SHELL'
15179 export CONFIG_SHELL
15180 exec "\$@"
15183 _ACEOF
15184 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15185 exec 5>>config.log
15187 echo
15188 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15189 ## Running $as_me. ##
15190 _ASBOX
15191 $as_echo "$ac_log"
15192 } >&5
15194 _ACEOF
15195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15197 # INIT-COMMANDS
15199 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15201 srcdir="$srcdir"
15202 host="$host"
15203 target="$target"
15204 with_multisubdir="$with_multisubdir"
15205 with_multisrctop="$with_multisrctop"
15206 with_target_subdir="$with_target_subdir"
15207 ac_configure_args="${multilib_arg} ${ac_configure_args}"
15208 multi_basedir="$multi_basedir"
15209 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
15210 CC="$CC"
15211 CXX="$CXX"
15212 GFORTRAN="$GFORTRAN"
15213 GDC="$GDC"
15216 # The HP-UX ksh and POSIX shell print the target directory to stdout
15217 # if CDPATH is set.
15218 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15220 sed_quote_subst='$sed_quote_subst'
15221 double_quote_subst='$double_quote_subst'
15222 delay_variable_subst='$delay_variable_subst'
15223 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15224 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15225 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15226 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15227 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15228 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15229 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15230 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15231 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15232 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15233 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15234 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15235 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15236 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15237 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15238 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15239 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15240 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15241 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15242 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15243 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15244 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15245 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15246 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15247 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15248 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15249 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15250 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15251 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15252 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15253 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15254 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15255 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15256 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15257 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15258 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15259 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15260 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15261 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15262 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15263 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15264 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15265 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15266 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15267 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15268 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15269 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15270 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15271 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"`'
15272 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15273 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15274 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15275 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15276 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15277 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15278 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15279 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15280 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15281 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15282 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15283 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15284 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15285 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15286 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15287 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15288 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15289 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15290 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15291 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15292 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15293 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15294 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15295 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15296 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15297 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15298 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15299 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15300 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15301 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15302 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15303 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15304 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15305 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15306 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15307 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15308 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15309 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15310 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15311 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15312 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15313 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15314 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15315 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15316 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15317 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15318 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15319 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15320 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15321 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15322 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15323 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15324 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15325 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15326 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15327 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15328 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15329 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15330 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15331 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15332 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15333 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15334 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15335 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15336 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15337 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15338 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15339 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15340 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15341 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15342 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15343 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
15344 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
15345 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
15346 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
15347 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
15348 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
15349 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
15350 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
15351 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15352 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15353 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
15354 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
15355 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
15356 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
15357 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
15358 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
15359 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
15360 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
15361 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
15362 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15363 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15364 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
15365 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15366 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15367 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15368 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15369 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15370 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15371 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
15372 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15373 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15374 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15375 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
15376 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
15377 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
15378 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
15379 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
15380 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
15381 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
15382 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
15383 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
15384 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
15385 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
15386 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15387 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15388 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15389 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15390 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
15391 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
15392 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
15393 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15394 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15395 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
15396 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
15397 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15399 LTCC='$LTCC'
15400 LTCFLAGS='$LTCFLAGS'
15401 compiler='$compiler_DEFAULT'
15403 # A function that is used when there is no print builtin or printf.
15404 func_fallback_echo ()
15406 eval 'cat <<_LTECHO_EOF
15408 _LTECHO_EOF'
15411 # Quote evaled strings.
15412 for var in SHELL \
15413 ECHO \
15414 SED \
15415 GREP \
15416 EGREP \
15417 FGREP \
15418 LD \
15419 NM \
15420 LN_S \
15421 lt_SP2NL \
15422 lt_NL2SP \
15423 reload_flag \
15424 OBJDUMP \
15425 deplibs_check_method \
15426 file_magic_cmd \
15427 AR \
15428 AR_FLAGS \
15429 STRIP \
15430 RANLIB \
15431 CC \
15432 CFLAGS \
15433 compiler \
15434 lt_cv_sys_global_symbol_pipe \
15435 lt_cv_sys_global_symbol_to_cdecl \
15436 lt_cv_sys_global_symbol_to_c_name_address \
15437 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15438 lt_prog_compiler_no_builtin_flag \
15439 lt_prog_compiler_wl \
15440 lt_prog_compiler_pic \
15441 lt_prog_compiler_static \
15442 lt_cv_prog_compiler_c_o \
15443 need_locks \
15444 DSYMUTIL \
15445 NMEDIT \
15446 LIPO \
15447 OTOOL \
15448 OTOOL64 \
15449 shrext_cmds \
15450 export_dynamic_flag_spec \
15451 whole_archive_flag_spec \
15452 compiler_needs_object \
15453 with_gnu_ld \
15454 allow_undefined_flag \
15455 no_undefined_flag \
15456 hardcode_libdir_flag_spec \
15457 hardcode_libdir_flag_spec_ld \
15458 hardcode_libdir_separator \
15459 fix_srcfile_path \
15460 exclude_expsyms \
15461 include_expsyms \
15462 file_list_spec \
15463 variables_saved_for_relink \
15464 libname_spec \
15465 library_names_spec \
15466 soname_spec \
15467 install_override_mode \
15468 finish_eval \
15469 old_striplib \
15470 striplib \
15471 compiler_lib_search_dirs \
15472 predep_objects \
15473 postdep_objects \
15474 predeps \
15475 postdeps \
15476 compiler_lib_search_path \
15477 LD_CXX \
15478 reload_flag_CXX \
15479 compiler_CXX \
15480 lt_prog_compiler_no_builtin_flag_CXX \
15481 lt_prog_compiler_wl_CXX \
15482 lt_prog_compiler_pic_CXX \
15483 lt_prog_compiler_static_CXX \
15484 lt_cv_prog_compiler_c_o_CXX \
15485 export_dynamic_flag_spec_CXX \
15486 whole_archive_flag_spec_CXX \
15487 compiler_needs_object_CXX \
15488 with_gnu_ld_CXX \
15489 allow_undefined_flag_CXX \
15490 no_undefined_flag_CXX \
15491 hardcode_libdir_flag_spec_CXX \
15492 hardcode_libdir_flag_spec_ld_CXX \
15493 hardcode_libdir_separator_CXX \
15494 fix_srcfile_path_CXX \
15495 exclude_expsyms_CXX \
15496 include_expsyms_CXX \
15497 file_list_spec_CXX \
15498 compiler_lib_search_dirs_CXX \
15499 predep_objects_CXX \
15500 postdep_objects_CXX \
15501 predeps_CXX \
15502 postdeps_CXX \
15503 compiler_lib_search_path_CXX; do
15504 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15505 *[\\\\\\\`\\"\\\$]*)
15506 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15509 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15511 esac
15512 done
15514 # Double-quote double-evaled strings.
15515 for var in reload_cmds \
15516 old_postinstall_cmds \
15517 old_postuninstall_cmds \
15518 old_archive_cmds \
15519 extract_expsyms_cmds \
15520 old_archive_from_new_cmds \
15521 old_archive_from_expsyms_cmds \
15522 archive_cmds \
15523 archive_expsym_cmds \
15524 module_cmds \
15525 module_expsym_cmds \
15526 export_symbols_cmds \
15527 prelink_cmds \
15528 postinstall_cmds \
15529 postuninstall_cmds \
15530 finish_cmds \
15531 sys_lib_search_path_spec \
15532 sys_lib_dlsearch_path_spec \
15533 reload_cmds_CXX \
15534 old_archive_cmds_CXX \
15535 old_archive_from_new_cmds_CXX \
15536 old_archive_from_expsyms_cmds_CXX \
15537 archive_cmds_CXX \
15538 archive_expsym_cmds_CXX \
15539 module_cmds_CXX \
15540 module_expsym_cmds_CXX \
15541 export_symbols_cmds_CXX \
15542 prelink_cmds_CXX; do
15543 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15544 *[\\\\\\\`\\"\\\$]*)
15545 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15548 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15550 esac
15551 done
15553 ac_aux_dir='$ac_aux_dir'
15554 xsi_shell='$xsi_shell'
15555 lt_shell_append='$lt_shell_append'
15557 # See if we are running on zsh, and set the options which allow our
15558 # commands through without removal of \ escapes INIT.
15559 if test -n "\${ZSH_VERSION+set}" ; then
15560 setopt NO_GLOB_SUBST
15564 PACKAGE='$PACKAGE'
15565 VERSION='$VERSION'
15566 TIMESTAMP='$TIMESTAMP'
15567 RM='$RM'
15568 ofile='$ofile'
15575 _ACEOF
15577 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15579 # Handling of arguments.
15580 for ac_config_target in $ac_config_targets
15582 case $ac_config_target in
15583 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15584 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15585 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15586 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15588 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15589 esac
15590 done
15593 # If the user did not use the arguments to specify the items to instantiate,
15594 # then the envvar interface is used. Set only those that are not.
15595 # We use the long form for the default assignment because of an extremely
15596 # bizarre bug on SunOS 4.1.3.
15597 if $ac_need_defaults; then
15598 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15599 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15602 # Have a temporary directory for convenience. Make it in the build tree
15603 # simply because there is no reason against having it here, and in addition,
15604 # creating and moving files from /tmp can sometimes cause problems.
15605 # Hook for its removal unless debugging.
15606 # Note that there is a small window in which the directory will not be cleaned:
15607 # after its creation but before its name has been assigned to `$tmp'.
15608 $debug ||
15610 tmp= ac_tmp=
15611 trap 'exit_status=$?
15612 : "${ac_tmp:=$tmp}"
15613 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15615 trap 'as_fn_exit 1' 1 2 13 15
15617 # Create a (secure) tmp directory for tmp files.
15620 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15621 test -d "$tmp"
15622 } ||
15624 tmp=./conf$$-$RANDOM
15625 (umask 077 && mkdir "$tmp")
15626 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15627 ac_tmp=$tmp
15629 # Set up the scripts for CONFIG_FILES section.
15630 # No need to generate them if there are no CONFIG_FILES.
15631 # This happens for instance with `./config.status config.h'.
15632 if test -n "$CONFIG_FILES"; then
15635 ac_cr=`echo X | tr X '\015'`
15636 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15637 # But we know of no other shell where ac_cr would be empty at this
15638 # point, so we can use a bashism as a fallback.
15639 if test "x$ac_cr" = x; then
15640 eval ac_cr=\$\'\\r\'
15642 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15643 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15644 ac_cs_awk_cr='\\r'
15645 else
15646 ac_cs_awk_cr=$ac_cr
15649 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15650 _ACEOF
15654 echo "cat >conf$$subs.awk <<_ACEOF" &&
15655 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15656 echo "_ACEOF"
15657 } >conf$$subs.sh ||
15658 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15659 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15660 ac_delim='%!_!# '
15661 for ac_last_try in false false false false false :; do
15662 . ./conf$$subs.sh ||
15663 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15665 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15666 if test $ac_delim_n = $ac_delim_num; then
15667 break
15668 elif $ac_last_try; then
15669 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15670 else
15671 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15673 done
15674 rm -f conf$$subs.sh
15676 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15677 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15678 _ACEOF
15679 sed -n '
15681 s/^/S["/; s/!.*/"]=/
15684 s/^[^!]*!//
15685 :repl
15686 t repl
15687 s/'"$ac_delim"'$//
15688 t delim
15691 s/\(.\{148\}\)..*/\1/
15692 t more1
15693 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15696 b repl
15697 :more1
15698 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15701 s/.\{148\}//
15702 t nl
15703 :delim
15705 s/\(.\{148\}\)..*/\1/
15706 t more2
15707 s/["\\]/\\&/g; s/^/"/; s/$/"/
15710 :more2
15711 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15714 s/.\{148\}//
15715 t delim
15716 ' <conf$$subs.awk | sed '
15717 /^[^""]/{
15719 s/\n//
15721 ' >>$CONFIG_STATUS || ac_write_fail=1
15722 rm -f conf$$subs.awk
15723 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15724 _ACAWK
15725 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15726 for (key in S) S_is_set[key] = 1
15727 FS = "\a"
15731 line = $ 0
15732 nfields = split(line, field, "@")
15733 substed = 0
15734 len = length(field[1])
15735 for (i = 2; i < nfields; i++) {
15736 key = field[i]
15737 keylen = length(key)
15738 if (S_is_set[key]) {
15739 value = S[key]
15740 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15741 len += length(value) + length(field[++i])
15742 substed = 1
15743 } else
15744 len += 1 + keylen
15747 print line
15750 _ACAWK
15751 _ACEOF
15752 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15753 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15754 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15755 else
15757 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15758 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15759 _ACEOF
15761 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15762 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15763 # trailing colons and then remove the whole line if VPATH becomes empty
15764 # (actually we leave an empty line to preserve line numbers).
15765 if test "x$srcdir" = x.; then
15766 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15768 s///
15769 s/^/:/
15770 s/[ ]*$/:/
15771 s/:\$(srcdir):/:/g
15772 s/:\${srcdir}:/:/g
15773 s/:@srcdir@:/:/g
15774 s/^:*//
15775 s/:*$//
15777 s/\(=[ ]*\).*/\1/
15779 s/\n//
15780 s/^[^=]*=[ ]*$//
15784 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15785 fi # test -n "$CONFIG_FILES"
15788 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
15789 shift
15790 for ac_tag
15792 case $ac_tag in
15793 :[FHLC]) ac_mode=$ac_tag; continue;;
15794 esac
15795 case $ac_mode$ac_tag in
15796 :[FHL]*:*);;
15797 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15798 :[FH]-) ac_tag=-:-;;
15799 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15800 esac
15801 ac_save_IFS=$IFS
15802 IFS=:
15803 set x $ac_tag
15804 IFS=$ac_save_IFS
15805 shift
15806 ac_file=$1
15807 shift
15809 case $ac_mode in
15810 :L) ac_source=$1;;
15811 :[FH])
15812 ac_file_inputs=
15813 for ac_f
15815 case $ac_f in
15816 -) ac_f="$ac_tmp/stdin";;
15817 *) # Look for the file first in the build tree, then in the source tree
15818 # (if the path is not absolute). The absolute path cannot be DOS-style,
15819 # because $ac_f cannot contain `:'.
15820 test -f "$ac_f" ||
15821 case $ac_f in
15822 [\\/$]*) false;;
15823 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15824 esac ||
15825 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15826 esac
15827 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15828 as_fn_append ac_file_inputs " '$ac_f'"
15829 done
15831 # Let's still pretend it is `configure' which instantiates (i.e., don't
15832 # use $as_me), people would be surprised to read:
15833 # /* config.h. Generated by config.status. */
15834 configure_input='Generated from '`
15835 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15836 `' by configure.'
15837 if test x"$ac_file" != x-; then
15838 configure_input="$ac_file. $configure_input"
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15840 $as_echo "$as_me: creating $ac_file" >&6;}
15842 # Neutralize special characters interpreted by sed in replacement strings.
15843 case $configure_input in #(
15844 *\&* | *\|* | *\\* )
15845 ac_sed_conf_input=`$as_echo "$configure_input" |
15846 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15847 *) ac_sed_conf_input=$configure_input;;
15848 esac
15850 case $ac_tag in
15851 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15852 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15853 esac
15855 esac
15857 ac_dir=`$as_dirname -- "$ac_file" ||
15858 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15859 X"$ac_file" : 'X\(//\)[^/]' \| \
15860 X"$ac_file" : 'X\(//\)$' \| \
15861 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15862 $as_echo X"$ac_file" |
15863 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15864 s//\1/
15867 /^X\(\/\/\)[^/].*/{
15868 s//\1/
15871 /^X\(\/\/\)$/{
15872 s//\1/
15875 /^X\(\/\).*/{
15876 s//\1/
15879 s/.*/./; q'`
15880 as_dir="$ac_dir"; as_fn_mkdir_p
15881 ac_builddir=.
15883 case "$ac_dir" in
15884 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15886 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15887 # A ".." for each directory in $ac_dir_suffix.
15888 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15889 case $ac_top_builddir_sub in
15890 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15891 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15892 esac ;;
15893 esac
15894 ac_abs_top_builddir=$ac_pwd
15895 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15896 # for backward compatibility:
15897 ac_top_builddir=$ac_top_build_prefix
15899 case $srcdir in
15900 .) # We are building in place.
15901 ac_srcdir=.
15902 ac_top_srcdir=$ac_top_builddir_sub
15903 ac_abs_top_srcdir=$ac_pwd ;;
15904 [\\/]* | ?:[\\/]* ) # Absolute name.
15905 ac_srcdir=$srcdir$ac_dir_suffix;
15906 ac_top_srcdir=$srcdir
15907 ac_abs_top_srcdir=$srcdir ;;
15908 *) # Relative name.
15909 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15910 ac_top_srcdir=$ac_top_build_prefix$srcdir
15911 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15912 esac
15913 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15916 case $ac_mode in
15919 # CONFIG_FILE
15922 case $INSTALL in
15923 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15924 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15925 esac
15926 ac_MKDIR_P=$MKDIR_P
15927 case $MKDIR_P in
15928 [\\/$]* | ?:[\\/]* ) ;;
15929 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15930 esac
15931 _ACEOF
15933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15934 # If the template does not know about datarootdir, expand it.
15935 # FIXME: This hack should be removed a few years after 2.60.
15936 ac_datarootdir_hack=; ac_datarootdir_seen=
15937 ac_sed_dataroot='
15938 /datarootdir/ {
15942 /@datadir@/p
15943 /@docdir@/p
15944 /@infodir@/p
15945 /@localedir@/p
15946 /@mandir@/p'
15947 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15948 *datarootdir*) ac_datarootdir_seen=yes;;
15949 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15950 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15951 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15952 _ACEOF
15953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15954 ac_datarootdir_hack='
15955 s&@datadir@&$datadir&g
15956 s&@docdir@&$docdir&g
15957 s&@infodir@&$infodir&g
15958 s&@localedir@&$localedir&g
15959 s&@mandir@&$mandir&g
15960 s&\\\${datarootdir}&$datarootdir&g' ;;
15961 esac
15962 _ACEOF
15964 # Neutralize VPATH when `$srcdir' = `.'.
15965 # Shell code in configure.ac might set extrasub.
15966 # FIXME: do we really want to maintain this feature?
15967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15968 ac_sed_extra="$ac_vpsub
15969 $extrasub
15970 _ACEOF
15971 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15973 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15974 s|@configure_input@|$ac_sed_conf_input|;t t
15975 s&@top_builddir@&$ac_top_builddir_sub&;t t
15976 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15977 s&@srcdir@&$ac_srcdir&;t t
15978 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15979 s&@top_srcdir@&$ac_top_srcdir&;t t
15980 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15981 s&@builddir@&$ac_builddir&;t t
15982 s&@abs_builddir@&$ac_abs_builddir&;t t
15983 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15984 s&@INSTALL@&$ac_INSTALL&;t t
15985 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15986 $ac_datarootdir_hack
15988 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15989 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15991 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15992 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15993 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15994 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15996 which seems to be undefined. Please make sure it is defined" >&5
15997 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15998 which seems to be undefined. Please make sure it is defined" >&2;}
16000 rm -f "$ac_tmp/stdin"
16001 case $ac_file in
16002 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16003 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16004 esac \
16005 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16009 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16010 $as_echo "$as_me: executing $ac_file commands" >&6;}
16012 esac
16015 case $ac_file$ac_mode in
16016 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16017 # Older Autoconf quotes --file arguments for eval, but not when files
16018 # are listed without --file. Let's play safe and only enable the eval
16019 # if we detect the quoting.
16020 case $CONFIG_FILES in
16021 *\'*) eval set x "$CONFIG_FILES" ;;
16022 *) set x $CONFIG_FILES ;;
16023 esac
16024 shift
16025 for mf
16027 # Strip MF so we end up with the name of the file.
16028 mf=`echo "$mf" | sed -e 's/:.*$//'`
16029 # Check whether this is an Automake generated Makefile or not.
16030 # We used to match only the files named 'Makefile.in', but
16031 # some people rename them; so instead we look at the file content.
16032 # Grep'ing the first line is not enough: some people post-process
16033 # each Makefile.in and add a new line on top of each file to say so.
16034 # Grep'ing the whole file is not good either: AIX grep has a line
16035 # limit of 2048, but all sed's we know have understand at least 4000.
16036 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16037 dirpart=`$as_dirname -- "$mf" ||
16038 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16039 X"$mf" : 'X\(//\)[^/]' \| \
16040 X"$mf" : 'X\(//\)$' \| \
16041 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16042 $as_echo X"$mf" |
16043 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16044 s//\1/
16047 /^X\(\/\/\)[^/].*/{
16048 s//\1/
16051 /^X\(\/\/\)$/{
16052 s//\1/
16055 /^X\(\/\).*/{
16056 s//\1/
16059 s/.*/./; q'`
16060 else
16061 continue
16063 # Extract the definition of DEPDIR, am__include, and am__quote
16064 # from the Makefile without running 'make'.
16065 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16066 test -z "$DEPDIR" && continue
16067 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16068 test -z "$am__include" && continue
16069 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16070 # Find all dependency output files, they are included files with
16071 # $(DEPDIR) in their names. We invoke sed twice because it is the
16072 # simplest approach to changing $(DEPDIR) to its actual value in the
16073 # expansion.
16074 for file in `sed -n "
16075 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16076 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16077 # Make sure the directory exists.
16078 test -f "$dirpart/$file" && continue
16079 fdir=`$as_dirname -- "$file" ||
16080 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16081 X"$file" : 'X\(//\)[^/]' \| \
16082 X"$file" : 'X\(//\)$' \| \
16083 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16084 $as_echo X"$file" |
16085 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16086 s//\1/
16089 /^X\(\/\/\)[^/].*/{
16090 s//\1/
16093 /^X\(\/\/\)$/{
16094 s//\1/
16097 /^X\(\/\).*/{
16098 s//\1/
16101 s/.*/./; q'`
16102 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16103 # echo "creating $dirpart/$file"
16104 echo '# dummy' > "$dirpart/$file"
16105 done
16106 done
16109 "default-1":C)
16110 # Only add multilib support code if we just rebuilt the top-level
16111 # Makefile.
16112 case " $CONFIG_FILES " in
16113 *" Makefile "*)
16114 ac_file=Makefile . ${multi_basedir}/config-ml.in
16116 esac ;;
16117 "libtool":C)
16119 # See if we are running on zsh, and set the options which allow our
16120 # commands through without removal of \ escapes.
16121 if test -n "${ZSH_VERSION+set}" ; then
16122 setopt NO_GLOB_SUBST
16125 cfgfile="${ofile}T"
16126 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16127 $RM "$cfgfile"
16129 cat <<_LT_EOF >> "$cfgfile"
16130 #! $SHELL
16132 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16133 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16134 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16135 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16137 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16138 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16139 # Written by Gordon Matzigkeit, 1996
16141 # This file is part of GNU Libtool.
16143 # GNU Libtool is free software; you can redistribute it and/or
16144 # modify it under the terms of the GNU General Public License as
16145 # published by the Free Software Foundation; either version 2 of
16146 # the License, or (at your option) any later version.
16148 # As a special exception to the GNU General Public License,
16149 # if you distribute this file as part of a program or library that
16150 # is built using GNU Libtool, you may include this file under the
16151 # same distribution terms that you use for the rest of that program.
16153 # GNU Libtool is distributed in the hope that it will be useful,
16154 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16155 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16156 # GNU General Public License for more details.
16158 # You should have received a copy of the GNU General Public License
16159 # along with GNU Libtool; see the file COPYING. If not, a copy
16160 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16161 # obtained by writing to the Free Software Foundation, Inc.,
16162 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16165 # The names of the tagged configurations supported by this script.
16166 available_tags="CXX "
16168 # ### BEGIN LIBTOOL CONFIG
16170 # Which release of libtool.m4 was used?
16171 macro_version=$macro_version
16172 macro_revision=$macro_revision
16174 # Whether or not to build shared libraries.
16175 build_libtool_libs=$enable_shared
16177 # Whether or not to build static libraries.
16178 build_old_libs=$enable_static
16180 # What type of objects to build.
16181 pic_mode=$pic_mode
16183 # Whether or not to optimize for fast installation.
16184 fast_install=$enable_fast_install
16186 # Shell to use when invoking shell scripts.
16187 SHELL=$lt_SHELL
16189 # An echo program that protects backslashes.
16190 ECHO=$lt_ECHO
16192 # The host system.
16193 host_alias=$host_alias
16194 host=$host
16195 host_os=$host_os
16197 # The build system.
16198 build_alias=$build_alias
16199 build=$build
16200 build_os=$build_os
16202 # A sed program that does not truncate output.
16203 SED=$lt_SED
16205 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16206 Xsed="\$SED -e 1s/^X//"
16208 # A grep program that handles long lines.
16209 GREP=$lt_GREP
16211 # An ERE matcher.
16212 EGREP=$lt_EGREP
16214 # A literal string matcher.
16215 FGREP=$lt_FGREP
16217 # A BSD- or MS-compatible name lister.
16218 NM=$lt_NM
16220 # Whether we need soft or hard links.
16221 LN_S=$lt_LN_S
16223 # What is the maximum length of a command?
16224 max_cmd_len=$max_cmd_len
16226 # Object file suffix (normally "o").
16227 objext=$ac_objext
16229 # Executable file suffix (normally "").
16230 exeext=$exeext
16232 # whether the shell understands "unset".
16233 lt_unset=$lt_unset
16235 # turn spaces into newlines.
16236 SP2NL=$lt_lt_SP2NL
16238 # turn newlines into spaces.
16239 NL2SP=$lt_lt_NL2SP
16241 # An object symbol dumper.
16242 OBJDUMP=$lt_OBJDUMP
16244 # Method to check whether dependent libraries are shared objects.
16245 deplibs_check_method=$lt_deplibs_check_method
16247 # Command to use when deplibs_check_method == "file_magic".
16248 file_magic_cmd=$lt_file_magic_cmd
16250 # The archiver.
16251 AR=$lt_AR
16252 AR_FLAGS=$lt_AR_FLAGS
16254 # A symbol stripping program.
16255 STRIP=$lt_STRIP
16257 # Commands used to install an old-style archive.
16258 RANLIB=$lt_RANLIB
16259 old_postinstall_cmds=$lt_old_postinstall_cmds
16260 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16262 # Whether to use a lock for old archive extraction.
16263 lock_old_archive_extraction=$lock_old_archive_extraction
16265 # A C compiler.
16266 LTCC=$lt_CC
16268 # LTCC compiler flags.
16269 LTCFLAGS=$lt_CFLAGS
16271 # Take the output of nm and produce a listing of raw symbols and C names.
16272 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16274 # Transform the output of nm in a proper C declaration.
16275 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16277 # Transform the output of nm in a C name address pair.
16278 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16280 # Transform the output of nm in a C name address pair when lib prefix is needed.
16281 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16283 # The name of the directory that contains temporary libtool files.
16284 objdir=$objdir
16286 # Used to examine libraries when file_magic_cmd begins with "file".
16287 MAGIC_CMD=$MAGIC_CMD
16289 # Must we lock files when doing compilation?
16290 need_locks=$lt_need_locks
16292 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16293 DSYMUTIL=$lt_DSYMUTIL
16295 # Tool to change global to local symbols on Mac OS X.
16296 NMEDIT=$lt_NMEDIT
16298 # Tool to manipulate fat objects and archives on Mac OS X.
16299 LIPO=$lt_LIPO
16301 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16302 OTOOL=$lt_OTOOL
16304 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16305 OTOOL64=$lt_OTOOL64
16307 # Old archive suffix (normally "a").
16308 libext=$libext
16310 # Shared library suffix (normally ".so").
16311 shrext_cmds=$lt_shrext_cmds
16313 # The commands to extract the exported symbol list from a shared archive.
16314 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16316 # Variables whose values should be saved in libtool wrapper scripts and
16317 # restored at link time.
16318 variables_saved_for_relink=$lt_variables_saved_for_relink
16320 # Do we need the "lib" prefix for modules?
16321 need_lib_prefix=$need_lib_prefix
16323 # Do we need a version for libraries?
16324 need_version=$need_version
16326 # Library versioning type.
16327 version_type=$version_type
16329 # Shared library runtime path variable.
16330 runpath_var=$runpath_var
16332 # Shared library path variable.
16333 shlibpath_var=$shlibpath_var
16335 # Is shlibpath searched before the hard-coded library search path?
16336 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16338 # Format of library name prefix.
16339 libname_spec=$lt_libname_spec
16341 # List of archive names. First name is the real one, the rest are links.
16342 # The last name is the one that the linker finds with -lNAME
16343 library_names_spec=$lt_library_names_spec
16345 # The coded name of the library, if different from the real name.
16346 soname_spec=$lt_soname_spec
16348 # Permission mode override for installation of shared libraries.
16349 install_override_mode=$lt_install_override_mode
16351 # Command to use after installation of a shared archive.
16352 postinstall_cmds=$lt_postinstall_cmds
16354 # Command to use after uninstallation of a shared archive.
16355 postuninstall_cmds=$lt_postuninstall_cmds
16357 # Commands used to finish a libtool library installation in a directory.
16358 finish_cmds=$lt_finish_cmds
16360 # As "finish_cmds", except a single script fragment to be evaled but
16361 # not shown.
16362 finish_eval=$lt_finish_eval
16364 # Whether we should hardcode library paths into libraries.
16365 hardcode_into_libs=$hardcode_into_libs
16367 # Compile-time system search path for libraries.
16368 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16370 # Run-time system search path for libraries.
16371 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16373 # Whether dlopen is supported.
16374 dlopen_support=$enable_dlopen
16376 # Whether dlopen of programs is supported.
16377 dlopen_self=$enable_dlopen_self
16379 # Whether dlopen of statically linked programs is supported.
16380 dlopen_self_static=$enable_dlopen_self_static
16382 # Commands to strip libraries.
16383 old_striplib=$lt_old_striplib
16384 striplib=$lt_striplib
16387 # The linker used to build libraries.
16388 LD=$lt_LD
16390 # How to create reloadable object files.
16391 reload_flag=$lt_reload_flag
16392 reload_cmds=$lt_reload_cmds
16394 # Commands used to build an old-style archive.
16395 old_archive_cmds=$lt_old_archive_cmds
16397 # A language specific compiler.
16398 CC=$lt_compiler
16400 # Is the compiler the GNU compiler?
16401 with_gcc=$GCC
16403 # Compiler flag to turn off builtin functions.
16404 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16406 # How to pass a linker flag through the compiler.
16407 wl=$lt_lt_prog_compiler_wl
16409 # Additional compiler flags for building library objects.
16410 pic_flag=$lt_lt_prog_compiler_pic
16412 # Compiler flag to prevent dynamic linking.
16413 link_static_flag=$lt_lt_prog_compiler_static
16415 # Does compiler simultaneously support -c and -o options?
16416 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16418 # Whether or not to add -lc for building shared libraries.
16419 build_libtool_need_lc=$archive_cmds_need_lc
16421 # Whether or not to disallow shared libs when runtime libs are static.
16422 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16424 # Compiler flag to allow reflexive dlopens.
16425 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16427 # Compiler flag to generate shared objects directly from archives.
16428 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16430 # Whether the compiler copes with passing no objects directly.
16431 compiler_needs_object=$lt_compiler_needs_object
16433 # Create an old-style archive from a shared archive.
16434 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16436 # Create a temporary old-style archive to link instead of a shared archive.
16437 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16439 # Commands used to build a shared archive.
16440 archive_cmds=$lt_archive_cmds
16441 archive_expsym_cmds=$lt_archive_expsym_cmds
16443 # Commands used to build a loadable module if different from building
16444 # a shared archive.
16445 module_cmds=$lt_module_cmds
16446 module_expsym_cmds=$lt_module_expsym_cmds
16448 # Whether we are building with GNU ld or not.
16449 with_gnu_ld=$lt_with_gnu_ld
16451 # Flag that allows shared libraries with undefined symbols to be built.
16452 allow_undefined_flag=$lt_allow_undefined_flag
16454 # Flag that enforces no undefined symbols.
16455 no_undefined_flag=$lt_no_undefined_flag
16457 # Flag to hardcode \$libdir into a binary during linking.
16458 # This must work even if \$libdir does not exist
16459 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16461 # If ld is used when linking, flag to hardcode \$libdir into a binary
16462 # during linking. This must work even if \$libdir does not exist.
16463 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16465 # Whether we need a single "-rpath" flag with a separated argument.
16466 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16468 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16469 # DIR into the resulting binary.
16470 hardcode_direct=$hardcode_direct
16472 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16473 # DIR into the resulting binary and the resulting library dependency is
16474 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16475 # library is relocated.
16476 hardcode_direct_absolute=$hardcode_direct_absolute
16478 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16479 # into the resulting binary.
16480 hardcode_minus_L=$hardcode_minus_L
16482 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16483 # into the resulting binary.
16484 hardcode_shlibpath_var=$hardcode_shlibpath_var
16486 # Set to "yes" if building a shared library automatically hardcodes DIR
16487 # into the library and all subsequent libraries and executables linked
16488 # against it.
16489 hardcode_automatic=$hardcode_automatic
16491 # Set to yes if linker adds runtime paths of dependent libraries
16492 # to runtime path list.
16493 inherit_rpath=$inherit_rpath
16495 # Whether libtool must link a program against all its dependency libraries.
16496 link_all_deplibs=$link_all_deplibs
16498 # Fix the shell variable \$srcfile for the compiler.
16499 fix_srcfile_path=$lt_fix_srcfile_path
16501 # Set to "yes" if exported symbols are required.
16502 always_export_symbols=$always_export_symbols
16504 # The commands to list exported symbols.
16505 export_symbols_cmds=$lt_export_symbols_cmds
16507 # Symbols that should not be listed in the preloaded symbols.
16508 exclude_expsyms=$lt_exclude_expsyms
16510 # Symbols that must always be exported.
16511 include_expsyms=$lt_include_expsyms
16513 # Commands necessary for linking programs (against libraries) with templates.
16514 prelink_cmds=$lt_prelink_cmds
16516 # Specify filename containing input files.
16517 file_list_spec=$lt_file_list_spec
16519 # How to hardcode a shared library path into an executable.
16520 hardcode_action=$hardcode_action
16522 # The directories searched by this compiler when creating a shared library.
16523 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
16525 # Dependencies to place before and after the objects being linked to
16526 # create a shared library.
16527 predep_objects=$lt_predep_objects
16528 postdep_objects=$lt_postdep_objects
16529 predeps=$lt_predeps
16530 postdeps=$lt_postdeps
16532 # The library search path used internally by the compiler when linking
16533 # a shared library.
16534 compiler_lib_search_path=$lt_compiler_lib_search_path
16536 # ### END LIBTOOL CONFIG
16538 _LT_EOF
16540 case $host_os in
16541 aix3*)
16542 cat <<\_LT_EOF >> "$cfgfile"
16543 # AIX sometimes has problems with the GCC collect2 program. For some
16544 # reason, if we set the COLLECT_NAMES environment variable, the problems
16545 # vanish in a puff of smoke.
16546 if test "X${COLLECT_NAMES+set}" != Xset; then
16547 COLLECT_NAMES=
16548 export COLLECT_NAMES
16550 _LT_EOF
16552 esac
16555 ltmain="$ac_aux_dir/ltmain.sh"
16558 # We use sed instead of cat because bash on DJGPP gets confused if
16559 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16560 # text mode, it properly converts lines to CR/LF. This bash problem
16561 # is reportedly fixed, but why not run on old versions too?
16562 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16563 || (rm -f "$cfgfile"; exit 1)
16565 case $xsi_shell in
16566 yes)
16567 cat << \_LT_EOF >> "$cfgfile"
16569 # func_dirname file append nondir_replacement
16570 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16571 # otherwise set result to NONDIR_REPLACEMENT.
16572 func_dirname ()
16574 case ${1} in
16575 */*) func_dirname_result="${1%/*}${2}" ;;
16576 * ) func_dirname_result="${3}" ;;
16577 esac
16580 # func_basename file
16581 func_basename ()
16583 func_basename_result="${1##*/}"
16586 # func_dirname_and_basename file append nondir_replacement
16587 # perform func_basename and func_dirname in a single function
16588 # call:
16589 # dirname: Compute the dirname of FILE. If nonempty,
16590 # add APPEND to the result, otherwise set result
16591 # to NONDIR_REPLACEMENT.
16592 # value returned in "$func_dirname_result"
16593 # basename: Compute filename of FILE.
16594 # value retuned in "$func_basename_result"
16595 # Implementation must be kept synchronized with func_dirname
16596 # and func_basename. For efficiency, we do not delegate to
16597 # those functions but instead duplicate the functionality here.
16598 func_dirname_and_basename ()
16600 case ${1} in
16601 */*) func_dirname_result="${1%/*}${2}" ;;
16602 * ) func_dirname_result="${3}" ;;
16603 esac
16604 func_basename_result="${1##*/}"
16607 # func_stripname prefix suffix name
16608 # strip PREFIX and SUFFIX off of NAME.
16609 # PREFIX and SUFFIX must not contain globbing or regex special
16610 # characters, hashes, percent signs, but SUFFIX may contain a leading
16611 # dot (in which case that matches only a dot).
16612 func_stripname ()
16614 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16615 # positional parameters, so assign one to ordinary parameter first.
16616 func_stripname_result=${3}
16617 func_stripname_result=${func_stripname_result#"${1}"}
16618 func_stripname_result=${func_stripname_result%"${2}"}
16621 # func_opt_split
16622 func_opt_split ()
16624 func_opt_split_opt=${1%%=*}
16625 func_opt_split_arg=${1#*=}
16628 # func_lo2o object
16629 func_lo2o ()
16631 case ${1} in
16632 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16633 *) func_lo2o_result=${1} ;;
16634 esac
16637 # func_xform libobj-or-source
16638 func_xform ()
16640 func_xform_result=${1%.*}.lo
16643 # func_arith arithmetic-term...
16644 func_arith ()
16646 func_arith_result=$(( $* ))
16649 # func_len string
16650 # STRING may not start with a hyphen.
16651 func_len ()
16653 func_len_result=${#1}
16656 _LT_EOF
16658 *) # Bourne compatible functions.
16659 cat << \_LT_EOF >> "$cfgfile"
16661 # func_dirname file append nondir_replacement
16662 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16663 # otherwise set result to NONDIR_REPLACEMENT.
16664 func_dirname ()
16666 # Extract subdirectory from the argument.
16667 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16668 if test "X$func_dirname_result" = "X${1}"; then
16669 func_dirname_result="${3}"
16670 else
16671 func_dirname_result="$func_dirname_result${2}"
16675 # func_basename file
16676 func_basename ()
16678 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16682 # func_stripname prefix suffix name
16683 # strip PREFIX and SUFFIX off of NAME.
16684 # PREFIX and SUFFIX must not contain globbing or regex special
16685 # characters, hashes, percent signs, but SUFFIX may contain a leading
16686 # dot (in which case that matches only a dot).
16687 # func_strip_suffix prefix name
16688 func_stripname ()
16690 case ${2} in
16691 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16692 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16693 esac
16696 # sed scripts:
16697 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16698 my_sed_long_arg='1s/^-[^=]*=//'
16700 # func_opt_split
16701 func_opt_split ()
16703 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16704 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16707 # func_lo2o object
16708 func_lo2o ()
16710 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16713 # func_xform libobj-or-source
16714 func_xform ()
16716 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16719 # func_arith arithmetic-term...
16720 func_arith ()
16722 func_arith_result=`expr "$@"`
16725 # func_len string
16726 # STRING may not start with a hyphen.
16727 func_len ()
16729 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16732 _LT_EOF
16733 esac
16735 case $lt_shell_append in
16736 yes)
16737 cat << \_LT_EOF >> "$cfgfile"
16739 # func_append var value
16740 # Append VALUE to the end of shell variable VAR.
16741 func_append ()
16743 eval "$1+=\$2"
16745 _LT_EOF
16748 cat << \_LT_EOF >> "$cfgfile"
16750 # func_append var value
16751 # Append VALUE to the end of shell variable VAR.
16752 func_append ()
16754 eval "$1=\$$1\$2"
16757 _LT_EOF
16759 esac
16762 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16763 || (rm -f "$cfgfile"; exit 1)
16765 mv -f "$cfgfile" "$ofile" ||
16766 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16767 chmod +x "$ofile"
16770 cat <<_LT_EOF >> "$ofile"
16772 # ### BEGIN LIBTOOL TAG CONFIG: CXX
16774 # The linker used to build libraries.
16775 LD=$lt_LD_CXX
16777 # How to create reloadable object files.
16778 reload_flag=$lt_reload_flag_CXX
16779 reload_cmds=$lt_reload_cmds_CXX
16781 # Commands used to build an old-style archive.
16782 old_archive_cmds=$lt_old_archive_cmds_CXX
16784 # A language specific compiler.
16785 CC=$lt_compiler_CXX
16787 # Is the compiler the GNU compiler?
16788 with_gcc=$GCC_CXX
16790 # Compiler flag to turn off builtin functions.
16791 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
16793 # How to pass a linker flag through the compiler.
16794 wl=$lt_lt_prog_compiler_wl_CXX
16796 # Additional compiler flags for building library objects.
16797 pic_flag=$lt_lt_prog_compiler_pic_CXX
16799 # Compiler flag to prevent dynamic linking.
16800 link_static_flag=$lt_lt_prog_compiler_static_CXX
16802 # Does compiler simultaneously support -c and -o options?
16803 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
16805 # Whether or not to add -lc for building shared libraries.
16806 build_libtool_need_lc=$archive_cmds_need_lc_CXX
16808 # Whether or not to disallow shared libs when runtime libs are static.
16809 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
16811 # Compiler flag to allow reflexive dlopens.
16812 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
16814 # Compiler flag to generate shared objects directly from archives.
16815 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
16817 # Whether the compiler copes with passing no objects directly.
16818 compiler_needs_object=$lt_compiler_needs_object_CXX
16820 # Create an old-style archive from a shared archive.
16821 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
16823 # Create a temporary old-style archive to link instead of a shared archive.
16824 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
16826 # Commands used to build a shared archive.
16827 archive_cmds=$lt_archive_cmds_CXX
16828 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
16830 # Commands used to build a loadable module if different from building
16831 # a shared archive.
16832 module_cmds=$lt_module_cmds_CXX
16833 module_expsym_cmds=$lt_module_expsym_cmds_CXX
16835 # Whether we are building with GNU ld or not.
16836 with_gnu_ld=$lt_with_gnu_ld_CXX
16838 # Flag that allows shared libraries with undefined symbols to be built.
16839 allow_undefined_flag=$lt_allow_undefined_flag_CXX
16841 # Flag that enforces no undefined symbols.
16842 no_undefined_flag=$lt_no_undefined_flag_CXX
16844 # Flag to hardcode \$libdir into a binary during linking.
16845 # This must work even if \$libdir does not exist
16846 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
16848 # If ld is used when linking, flag to hardcode \$libdir into a binary
16849 # during linking. This must work even if \$libdir does not exist.
16850 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
16852 # Whether we need a single "-rpath" flag with a separated argument.
16853 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
16855 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16856 # DIR into the resulting binary.
16857 hardcode_direct=$hardcode_direct_CXX
16859 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16860 # DIR into the resulting binary and the resulting library dependency is
16861 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16862 # library is relocated.
16863 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
16865 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16866 # into the resulting binary.
16867 hardcode_minus_L=$hardcode_minus_L_CXX
16869 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16870 # into the resulting binary.
16871 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
16873 # Set to "yes" if building a shared library automatically hardcodes DIR
16874 # into the library and all subsequent libraries and executables linked
16875 # against it.
16876 hardcode_automatic=$hardcode_automatic_CXX
16878 # Set to yes if linker adds runtime paths of dependent libraries
16879 # to runtime path list.
16880 inherit_rpath=$inherit_rpath_CXX
16882 # Whether libtool must link a program against all its dependency libraries.
16883 link_all_deplibs=$link_all_deplibs_CXX
16885 # Fix the shell variable \$srcfile for the compiler.
16886 fix_srcfile_path=$lt_fix_srcfile_path_CXX
16888 # Set to "yes" if exported symbols are required.
16889 always_export_symbols=$always_export_symbols_CXX
16891 # The commands to list exported symbols.
16892 export_symbols_cmds=$lt_export_symbols_cmds_CXX
16894 # Symbols that should not be listed in the preloaded symbols.
16895 exclude_expsyms=$lt_exclude_expsyms_CXX
16897 # Symbols that must always be exported.
16898 include_expsyms=$lt_include_expsyms_CXX
16900 # Commands necessary for linking programs (against libraries) with templates.
16901 prelink_cmds=$lt_prelink_cmds_CXX
16903 # Specify filename containing input files.
16904 file_list_spec=$lt_file_list_spec_CXX
16906 # How to hardcode a shared library path into an executable.
16907 hardcode_action=$hardcode_action_CXX
16909 # The directories searched by this compiler when creating a shared library.
16910 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
16912 # Dependencies to place before and after the objects being linked to
16913 # create a shared library.
16914 predep_objects=$lt_predep_objects_CXX
16915 postdep_objects=$lt_postdep_objects_CXX
16916 predeps=$lt_predeps_CXX
16917 postdeps=$lt_postdeps_CXX
16919 # The library search path used internally by the compiler when linking
16920 # a shared library.
16921 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
16923 # ### END LIBTOOL TAG CONFIG: CXX
16924 _LT_EOF
16928 esac
16929 done # for ac_tag
16932 as_fn_exit 0
16933 _ACEOF
16934 ac_clean_files=$ac_clean_files_save
16936 test $ac_write_fail = 0 ||
16937 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16940 # configure is writing to config.log, and then calls config.status.
16941 # config.status does its own redirection, appending to config.log.
16942 # Unfortunately, on DOS this fails, as config.log is still kept open
16943 # by configure, so config.status won't be able to write to it; its
16944 # output is simply discarded. So we exec the FD to /dev/null,
16945 # effectively closing config.log, so it can be properly (re)opened and
16946 # appended to by config.status. When coming back to configure, we
16947 # need to make the FD available again.
16948 if test "$no_create" != yes; then
16949 ac_cs_success=:
16950 ac_config_status_args=
16951 test "$silent" = yes &&
16952 ac_config_status_args="$ac_config_status_args --quiet"
16953 exec 5>/dev/null
16954 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16955 exec 5>>config.log
16956 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16957 # would make configure fail if this is the last instruction.
16958 $ac_cs_success || as_fn_exit 1
16960 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16962 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}