]> git.ipfire.org Git - thirdparty/gcc.git/blob - liboffloadmic/plugin/configure
Generic configury support for shared libs on VxWorks
[thirdparty/gcc.git] / liboffloadmic / plugin / configure
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.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
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 ## -------------------- ##
14
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 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
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"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
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=';'
78 }
79 fi
80
81
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"
88
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
95 do
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
101
102 ;;
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
108 fi
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
112 fi
113
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='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
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
157 fi
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 *) :
173 ;;
174 esac
175 fi
176 "
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; }
182
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 :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
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
199
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
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
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
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
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
233 fi
234 fi
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
244
245
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
266 fi
267
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."
279 fi
280 exit 1
281 fi
282 fi
283 fi
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
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
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 ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
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/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
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"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
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 ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
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 ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
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 ()
417 {
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
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
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
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
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
444 fi
445
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/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
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
471
472
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 '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
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; }
495
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
506 }
507
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;;
517 *)
518 ECHO_N='-n';;
519 esac
520
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
527 fi
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'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
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
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
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'"
560
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'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
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`
574
575 #
576 # Initializations.
577 #
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=
586
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=''
594
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"
630
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
639 CPP
640 OTOOL64
641 OTOOL
642 LIPO
643 NMEDIT
644 DSYMUTIL
645 RANLIB
646 AR
647 OBJDUMP
648 LN_S
649 NM
650 ac_ct_DUMPBIN
651 DUMPBIN
652 LD
653 FGREP
654 EGREP
655 GREP
656 SED
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
668 CXX
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
685 CC
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
698 AWK
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
782 '
783 ac_precious_vars='build_alias
784 host_alias
785 target_alias
786 CC
787 CFLAGS
788 LDFLAGS
789 LIBS
790 CPPFLAGS
791 CXX
792 CXXFLAGS
793 CCC
794 CPP
795 CXXCPP'
796
797
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
819
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'
845
846 ac_prev=
847 ac_dashdash=
848 for ac_option
849 do
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
855 fi
856
857 case $ac_option in
858 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859 *=) ac_optarg= ;;
860 *) ac_optarg=yes ;;
861 esac
862
863 # Accept the important Cygnus configure options, so we can diagnose typos.
864
865 case $ac_dashdash$ac_option in
866 --)
867 ac_dashdash=yes ;;
868
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872 bindir=$ac_optarg ;;
873
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
878
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 ;;
885
886 --config-cache | -C)
887 cache_file=config.cache ;;
888
889 -datadir | --datadir | --datadi | --datad)
890 ac_prev=datadir ;;
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
893
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 ;;
900
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
909 *"
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 ;;
916
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
921
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
926
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
935 *"
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 ;;
942
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 ;;
951
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
955
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 ;;
962
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
967
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 ;;
973
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 ;;
980
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
985
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
989 libdir=$ac_optarg ;;
990
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 ;;
997
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1002
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 ;;
1009
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1014
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1018
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1021 no_create=yes ;;
1022
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 ;;
1026
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 ;;
1035
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1040
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 ;;
1047
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 ;;
1054
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 ;;
1071
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1076
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1081
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1085
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 ;;
1091
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 ;;
1102
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
1106 site=$ac_optarg ;;
1107
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1112
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 ;;
1119
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 ;;
1124
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1127
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1130
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
1139 *"
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 ;;
1146
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
1155 *"
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 ;;
1162
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1166
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 ;;
1173
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 ;;
1180
1181 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information"
1183 ;;
1184
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 ;;
1194
1195 *)
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}"
1201 ;;
1202
1203 esac
1204 done
1205
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"
1209 fi
1210
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
1217 fi
1218
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
1224 do
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
1239
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
1246
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
1253 fi
1254 fi
1255
1256 ac_tool_prefix=
1257 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1258
1259 test "$silent" = yes && exec 6>/dev/null
1260
1261
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"
1268
1269
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/
1282 q
1283 }
1284 /^X\(\/\/\)[^/].*/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\).*/{
1293 s//\1/
1294 q
1295 }
1296 s/.*/./; q'`
1297 srcdir=$ac_confdir
1298 if test ! -r "$srcdir/$ac_unique_file"; then
1299 srcdir=..
1300 fi
1301 else
1302 ac_srcdir_defaulted=no
1303 fi
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"
1307 fi
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=.
1315 fi
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
1328
1329 #
1330 # Report the --help message.
1331 #
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.
1337
1338 Usage: $0 [OPTION]... [VAR=VALUE]...
1339
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.
1342
1343 Defaults for the options are specified in brackets.
1344
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 \`..']
1355
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]
1361
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'.
1366
1367 For better control, use the options below.
1368
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
1391
1392 cat <<\_ACEOF
1393
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
1398
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
1404 fi
1405
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
1411
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)
1434
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
1440 DIR
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
1446
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
1459
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.
1462
1463 Report bugs to the package provider.
1464 _ACEOF
1465 ac_status=$?
1466 fi
1467
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=.
1475
1476 case "$ac_dir" in
1477 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1478 *)
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
1491
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
1507
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
1521 fi
1522
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
1528
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
1534 fi
1535
1536 ## ------------------------ ##
1537 ## Autoconf initialization. ##
1538 ## ------------------------ ##
1539
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 ()
1544 {
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
1560 fi
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
1570
1571 ac_retval=1
1572 fi
1573 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1574 as_fn_set_status $ac_retval
1575
1576 } # ac_fn_c_try_compile
1577
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 ()
1582 {
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
1598 fi
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
1608
1609 ac_retval=1
1610 fi
1611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1612 as_fn_set_status $ac_retval
1613
1614 } # ac_fn_cxx_try_compile
1615
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 ()
1620 {
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
1636 fi
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
1649
1650 ac_retval=1
1651 fi
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
1659
1660 } # ac_fn_c_try_link
1661
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 ()
1667 {
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. */
1676 $4
1677 #include <$2>
1678 _ACEOF
1679 if ac_fn_c_try_compile "$LINENO"; then :
1680 eval "$3=yes"
1681 else
1682 eval "$3=no"
1683 fi
1684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1685 fi
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
1690
1691 } # ac_fn_c_check_header_compile
1692
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 ()
1697 {
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
1712 fi
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
1722
1723 ac_retval=1
1724 fi
1725 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1726 as_fn_set_status $ac_retval
1727
1728 } # ac_fn_c_try_cpp
1729
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 ()
1735 {
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
1763
1764 ac_retval=$ac_status
1765 fi
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
1769
1770 } # ac_fn_c_try_run
1771
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 ()
1776 {
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
1788
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. */
1793
1794 #ifdef __STDC__
1795 # include <limits.h>
1796 #else
1797 # include <assert.h>
1798 #endif
1799
1800 #undef $2
1801
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
1815
1816 int
1817 main ()
1818 {
1819 return $2 ();
1820 ;
1821 return 0;
1822 }
1823 _ACEOF
1824 if ac_fn_c_try_link "$LINENO"; then :
1825 eval "$3=yes"
1826 else
1827 eval "$3=no"
1828 fi
1829 rm -f core conftest.err conftest.$ac_objext \
1830 conftest$ac_exeext conftest.$ac_ext
1831 fi
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
1836
1837 } # ac_fn_c_check_func
1838
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 ()
1843 {
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
1858 fi
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
1868
1869 ac_retval=1
1870 fi
1871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1872 as_fn_set_status $ac_retval
1873
1874 } # ac_fn_cxx_try_cpp
1875
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 ()
1880 {
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
1896 fi
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
1909
1910 ac_retval=1
1911 fi
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
1919
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.
1924
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
1927
1928 $ $0 $@
1929
1930 _ACEOF
1931 exec 5>>config.log
1932 {
1933 cat <<_ASUNAME
1934 ## --------- ##
1935 ## Platform. ##
1936 ## --------- ##
1937
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`
1943
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`
1946
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`
1954
1955 _ASUNAME
1956
1957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1958 for as_dir in $PATH
1959 do
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
1965
1966 } >&5
1967
1968 cat >&5 <<_ACEOF
1969
1970
1971 ## ----------- ##
1972 ## Core tests. ##
1973 ## ----------- ##
1974
1975 _ACEOF
1976
1977
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
1988 do
1989 for ac_arg
1990 do
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'" ;;
2001 2)
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
2014 ;;
2015 -* ) ac_must_keep_next=true ;;
2016 esac
2017 fi
2018 as_fn_append ac_configure_args " '$ac_arg'"
2019 ;;
2020 esac
2021 done
2022 done
2023 { ac_configure_args0=; unset ac_configure_args0;}
2024 { ac_configure_args1=; unset ac_configure_args1;}
2025
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.
2033 {
2034 echo
2035
2036 $as_echo "## ---------------- ##
2037 ## Cache variables. ##
2038 ## ---------------- ##"
2039 echo
2040 # The following way of writing the cache mishandles newlines in values,
2041 (
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 ;; #(
2064 *)
2065 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2066 ;;
2067 esac |
2068 sort
2069 )
2070 echo
2071
2072 $as_echo "## ----------------- ##
2073 ## Output variables. ##
2074 ## ----------------- ##"
2075 echo
2076 for ac_var in $ac_subst_vars
2077 do
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
2085
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
2092 do
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
2100 fi
2101
2102 if test -s confdefs.h; then
2103 $as_echo "## ----------- ##
2104 ## confdefs.h. ##
2105 ## ----------- ##"
2106 echo
2107 cat confdefs.h
2108 echo
2109 fi
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
2117 ' 0
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
2122
2123 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2124 rm -f -r conftest* confdefs.h
2125
2126 $as_echo "/* confdefs.h */" > confdefs.h
2127
2128 # Predefined preprocessor variables.
2129
2130 cat >>confdefs.h <<_ACEOF
2131 #define PACKAGE_NAME "$PACKAGE_NAME"
2132 _ACEOF
2133
2134 cat >>confdefs.h <<_ACEOF
2135 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2136 _ACEOF
2137
2138 cat >>confdefs.h <<_ACEOF
2139 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2140 _ACEOF
2141
2142 cat >>confdefs.h <<_ACEOF
2143 #define PACKAGE_STRING "$PACKAGE_STRING"
2144 _ACEOF
2145
2146 cat >>confdefs.h <<_ACEOF
2147 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2148 _ACEOF
2149
2150 cat >>confdefs.h <<_ACEOF
2151 #define PACKAGE_URL "$PACKAGE_URL"
2152 _ACEOF
2153
2154
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
2172 fi
2173 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2174 do
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; }
2185 fi
2186 done
2187
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
2198 fi
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
2203 fi
2204
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 ,);;
2223 *)
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
2236 fi
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
2253 fi
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
2261 fi
2262 ## -------------------- ##
2263 ## Main body of script. ##
2264 ## -------------------- ##
2265
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
2271
2272
2273
2274
2275
2276
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
2291 fi
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
2295 fi
2296
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.
2304
2305
2306
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
2310
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
2323
2324 fi
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
2343
2344
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
2355 fi
2356
2357 fi
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
2376
2377
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
2388 fi
2389
2390 fi
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
2409
2410
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}-
2417
2418 target_alias=${target_alias-$host_alias}
2419
2420
2421 am__api_version='1.15'
2422
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
2445 do
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/* ) ;;
2454 *)
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.
2464 :
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.
2468 :
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
2481 fi
2482 fi
2483 fi
2484 done
2485 done
2486 ;;
2487 esac
2488
2489 done
2490 IFS=$as_save_IFS
2491
2492 rm -rf conftest.one conftest.two conftest.dir
2493
2494 fi
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
2503 fi
2504 fi
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2506 $as_echo "$INSTALL" >&6; }
2507
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}'
2511
2512 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2513
2514 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2515
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='
2521 '
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
2530
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`
2544 fi
2545 if test "$*" != "X $srcdir/configure conftest.file" \
2546 && test "$*" != "X conftest.file $srcdir/configure"; then
2547
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
2554 fi
2555 if test "$2" = conftest.file || test $am_try -eq 2; then
2556 break
2557 fi
2558 # Just in case.
2559 sleep 1
2560 am_has_slept=yes
2561 done
2562 test "$2" = conftest.file
2563 )
2564 then
2565 # Ok.
2566 :
2567 else
2568 as_fn_error $? "newly created file is older than distributed files!
2569 Check your system clock" "$LINENO" 5
2570 fi
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=$!
2579 fi
2580
2581 rm -f conftest.file
2582
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"`
2592
2593 # Expand $ac_aux_dir to an absolute path.
2594 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2595
2596 if test x"${MISSING+set}" != xset; then
2597 case $am_aux_dir in
2598 *\ * | *\ *)
2599 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2600 *)
2601 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2602 esac
2603 fi
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;}
2611 fi
2612
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'" ;;
2617 *)
2618 install_sh="\${SHELL} $am_aux_dir/install-sh"
2619 esac
2620 fi
2621
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
2640 do
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
2648 fi
2649 done
2650 done
2651 IFS=$as_save_IFS
2652
2653 fi
2654 fi
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; }
2662 fi
2663
2664
2665 fi
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
2680 do
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
2688 fi
2689 done
2690 done
2691 IFS=$as_save_IFS
2692
2693 fi
2694 fi
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; }
2702 fi
2703
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
2714 fi
2715 else
2716 STRIP="$ac_cv_prog_STRIP"
2717 fi
2718
2719 fi
2720 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2721
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
2730 do
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
2747
2748 fi
2749
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"
2759 fi
2760 fi
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2762 $as_echo "$MKDIR_P" >&6; }
2763
2764 for ac_prog in gawk mawk nawk awk
2765 do
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
2778 do
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
2786 fi
2787 done
2788 done
2789 IFS=$as_save_IFS
2790
2791 fi
2792 fi
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; }
2800 fi
2801
2802
2803 test -n "$AWK" && break
2804 done
2805
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;;
2822 *)
2823 eval ac_cv_prog_make_${ac_make}_set=no;;
2824 esac
2825 rm -f conftest.make
2826 fi
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}"
2835 fi
2836
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=_
2843 fi
2844 rmdir .tst 2>/dev/null
2845
2846 # Check whether --enable-silent-rules was given.
2847 if test "${enable_silent_rules+set}" = set; then :
2848 enableval=$enable_silent_rules;
2849 fi
2850
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
2865 V=1
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
2872 fi
2873 fi
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
2882 fi
2883 AM_BACKSLASH='\'
2884
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
2892 fi
2893 fi
2894
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
2901 fi
2902 fi
2903
2904
2905 # Define the identity of the package.
2906 PACKAGE='libgomp-plugin-intelmic'
2907 VERSION='1.0'
2908
2909
2910 cat >>confdefs.h <<_ACEOF
2911 #define PACKAGE "$PACKAGE"
2912 _ACEOF
2913
2914
2915 cat >>confdefs.h <<_ACEOF
2916 #define VERSION "$VERSION"
2917 _ACEOF
2918
2919 # Some tools Automake needs.
2920
2921 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2922
2923
2924 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2925
2926
2927 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2928
2929
2930 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2931
2932
2933 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2934
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)'
2940
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}'
2946
2947
2948 # We'll loop over all known methods to create a tar archive until one works.
2949 _am_tools='gnutar pax cpio none'
2950
2951 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2952
2953
2954
2955
2956
2957
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!
2969
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>
2974
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.
2978
2979 END
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.
2987
2988 You can download and install GNU coreutils to get an 'rm' implementation
2989 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2990
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.
2994
2995 END
2996 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2997 fi
2998 fi
2999
3000
3001
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
3009 fi
3010
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=
3019 fi
3020
3021 MAINT=$MAINTAINER_MODE_TRUE
3022
3023
3024
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
3043 do
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
3051 fi
3052 done
3053 done
3054 IFS=$as_save_IFS
3055
3056 fi
3057 fi
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; }
3065 fi
3066
3067
3068 fi
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
3083 do
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
3091 fi
3092 done
3093 done
3094 IFS=$as_save_IFS
3095
3096 fi
3097 fi
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; }
3105 fi
3106
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
3117 fi
3118 else
3119 CC="$ac_cv_prog_CC"
3120 fi
3121
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
3136 do
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
3144 fi
3145 done
3146 done
3147 IFS=$as_save_IFS
3148
3149 fi
3150 fi
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; }
3158 fi
3159
3160
3161 fi
3162 fi
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
3177 do
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
3185 fi
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
3189 fi
3190 done
3191 done
3192 IFS=$as_save_IFS
3193
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+' '}$@"
3204 fi
3205 fi
3206 fi
3207 fi
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; }
3215 fi
3216
3217
3218 fi
3219 if test -z "$CC"; then
3220 if test -n "$ac_tool_prefix"; then
3221 for ac_prog in cl.exe
3222 do
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
3235 do
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
3243 fi
3244 done
3245 done
3246 IFS=$as_save_IFS
3247
3248 fi
3249 fi
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; }
3257 fi
3258
3259
3260 test -n "$CC" && break
3261 done
3262 fi
3263 if test -z "$CC"; then
3264 ac_ct_CC=$CC
3265 for ac_prog in cl.exe
3266 do
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
3279 do
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
3287 fi
3288 done
3289 done
3290 IFS=$as_save_IFS
3291
3292 fi
3293 fi
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; }
3301 fi
3302
3303
3304 test -n "$ac_ct_CC" && break
3305 done
3306
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
3317 fi
3318 fi
3319
3320 fi
3321
3322
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; }
3327
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
3347 fi
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
3352
3353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3354 /* end confdefs.h. */
3355
3356 int
3357 main ()
3358 {
3359
3360 ;
3361 return 0;
3362 }
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[^ ]*//'`
3372
3373 # The possible output files:
3374 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3375
3376 ac_rmfiles=
3377 for ac_file in $ac_files
3378 do
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
3385
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 ''
3403 do
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 )
3407 ;;
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" : '[^.]*\(\..*\)'`
3416 fi
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;;
3423 * )
3424 break;;
3425 esac
3426 done
3427 test "$ac_cv_exeext" = no && ac_cv_exeext=
3428
3429 else
3430 ac_file=''
3431 fi
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
3437
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; }
3445 fi
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
3451
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; }
3485 fi
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; }
3489
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>
3496 int
3497 main ()
3498 {
3499 FILE *f = fopen ("conftest.out", "w");
3500 return ferror (f) || fclose (f) != 0;
3501
3502 ;
3503 return 0;
3504 }
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; }
3544 fi
3545 fi
3546 fi
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3548 $as_echo "$cross_compiling" >&6; }
3549
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. */
3559
3560 int
3561 main ()
3562 {
3563
3564 ;
3565 return 0;
3566 }
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
3591
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; }
3596 fi
3597 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3598 fi
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. */
3610
3611 int
3612 main ()
3613 {
3614 #ifndef __GNUC__
3615 choke me
3616 #endif
3617
3618 ;
3619 return 0;
3620 }
3621 _ACEOF
3622 if ac_fn_c_try_compile "$LINENO"; then :
3623 ac_compiler_gnu=yes
3624 else
3625 ac_compiler_gnu=no
3626 fi
3627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3628 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3629
3630 fi
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=
3637 fi
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. */
3651
3652 int
3653 main ()
3654 {
3655
3656 ;
3657 return 0;
3658 }
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. */
3666
3667 int
3668 main ()
3669 {
3670
3671 ;
3672 return 0;
3673 }
3674 _ACEOF
3675 if ac_fn_c_try_compile "$LINENO"; then :
3676
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. */
3682
3683 int
3684 main ()
3685 {
3686
3687 ;
3688 return 0;
3689 }
3690 _ACEOF
3691 if ac_fn_c_try_compile "$LINENO"; then :
3692 ac_cv_prog_cc_g=yes
3693 fi
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 fi
3696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3697 fi
3698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3699 ac_c_werror_flag=$ac_save_c_werror_flag
3700 fi
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"
3710 fi
3711 else
3712 if test "$GCC" = yes; then
3713 CFLAGS="-O2"
3714 else
3715 CFLAGS=
3716 fi
3717 fi
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;
3736 {
3737 return p[i];
3738 }
3739 static char *f (char * (*g) (char **, int), char **p, ...)
3740 {
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;
3747 }
3748
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];
3757
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];
3762
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;
3769 int
3770 main ()
3771 {
3772 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3773 ;
3774 return 0;
3775 }
3776 _ACEOF
3777 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3778 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3779 do
3780 CC="$ac_save_CC $ac_arg"
3781 if ac_fn_c_try_compile "$LINENO"; then :
3782 ac_cv_prog_cc_c89=$ac_arg
3783 fi
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
3789
3790 fi
3791 # AC_CACHE_VAL
3792 case "x$ac_cv_prog_cc_c89" in
3793 x)
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; } ;;
3799 *)
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 :
3805
3806 fi
3807
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
3813
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. */
3826
3827 int
3828 main ()
3829 {
3830
3831 ;
3832 return 0;
3833 }
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
3851 fi
3852 done
3853 rm -f core conftest*
3854 unset am_i
3855 fi
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"
3865 fi
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
3871
3872 DEPDIR="${am__leading_dot}deps"
3873
3874 ac_config_commands="$ac_config_commands depfiles"
3875
3876
3877 am_make=${MAKE-make}
3878 cat > confinc << 'END'
3879 am__doit:
3880 @echo this is the am__doit target
3881 .PHONY: am__doit
3882 END
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
3897 ;;
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
3907 ;;
3908 esac
3909 fi
3910
3911
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3913 $as_echo "$_am_result" >&6; }
3914 rm -f confinc confmf
3915
3916 # Check whether --enable-dependency-tracking was given.
3917 if test "${enable_dependency_tracking+set}" = set; then :
3918 enableval=$enable_dependency_tracking;
3919 fi
3920
3921 if test "x$enable_dependency_tracking" != xno; then
3922 am_depcomp="$ac_aux_dir/depcomp"
3923 AMDEPBACKSLASH='\'
3924 am__nodep='_no'
3925 fi
3926 if test "x$enable_dependency_tracking" != xno; then
3927 AMDEP_TRUE=
3928 AMDEP_FALSE='#'
3929 else
3930 AMDEP_TRUE='#'
3931 AMDEP_FALSE=
3932 fi
3933
3934
3935
3936 depcc="$CC" am_compiler_list=
3937
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
3962
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`
3966 fi
3967 am__universal=false
3968 case " $depcc " in #(
3969 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3970 esac
3971
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.
3976 #
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
3988
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
3999 ;;
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
4007 fi
4008 ;;
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=
4015 ;;
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
4038 fi
4039 fi
4040 done
4041
4042 cd ..
4043 rm -rf conftest.dir
4044 else
4045 am_cv_CC_dependencies_compiler_type=none
4046 fi
4047
4048 fi
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
4052
4053 if
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=
4061 fi
4062
4063
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
4075 do
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
4088 do
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
4096 fi
4097 done
4098 done
4099 IFS=$as_save_IFS
4100
4101 fi
4102 fi
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; }
4110 fi
4111
4112
4113 test -n "$CXX" && break
4114 done
4115 fi
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
4119 do
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
4132 do
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
4140 fi
4141 done
4142 done
4143 IFS=$as_save_IFS
4144
4145 fi
4146 fi
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; }
4154 fi
4155
4156
4157 test -n "$ac_ct_CXX" && break
4158 done
4159
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
4170 fi
4171 fi
4172
4173 fi
4174 fi
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
4194 fi
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
4199
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. */
4207
4208 int
4209 main ()
4210 {
4211 #ifndef __GNUC__
4212 choke me
4213 #endif
4214
4215 ;
4216 return 0;
4217 }
4218 _ACEOF
4219 if ac_fn_cxx_try_compile "$LINENO"; then :
4220 ac_compiler_gnu=yes
4221 else
4222 ac_compiler_gnu=no
4223 fi
4224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4225 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4226
4227 fi
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=
4234 fi
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. */
4248
4249 int
4250 main ()
4251 {
4252
4253 ;
4254 return 0;
4255 }
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. */
4263
4264 int
4265 main ()
4266 {
4267
4268 ;
4269 return 0;
4270 }
4271 _ACEOF
4272 if ac_fn_cxx_try_compile "$LINENO"; then :
4273
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. */
4279
4280 int
4281 main ()
4282 {
4283
4284 ;
4285 return 0;
4286 }
4287 _ACEOF
4288 if ac_fn_cxx_try_compile "$LINENO"; then :
4289 ac_cv_prog_cxx_g=yes
4290 fi
4291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4292 fi
4293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4294 fi
4295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4296 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4297 fi
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"
4307 fi
4308 else
4309 if test "$GXX" = yes; then
4310 CXXFLAGS="-O2"
4311 else
4312 CXXFLAGS=
4313 fi
4314 fi
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
4320
4321 depcc="$CXX" am_compiler_list=
4322
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
4347
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`
4351 fi
4352 am__universal=false
4353 case " $depcc " in #(
4354 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4355 esac
4356
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.
4361 #
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
4373
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
4384 ;;
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
4392 fi
4393 ;;
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=
4400 ;;
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
4423 fi
4424 fi
4425 done
4426
4427 cd ..
4428 rm -rf conftest.dir
4429 else
4430 am_cv_CXX_dependencies_compiler_type=none
4431 fi
4432
4433 fi
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
4437
4438 if
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=
4446 fi
4447
4448
4449 ac_config_files="$ac_config_files Makefile"
4450
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
4461 fi
4462
4463
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.
4467
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../.."
4473 fi
4474 else
4475 multi_basedir="$srcdir/../.."
4476 fi
4477
4478
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
4484 fi
4485
4486 ac_config_commands="$ac_config_commands default-1"
4487
4488
4489 if test "${multilib}" = "yes"; then
4490 multilib_arg="--enable-multilib"
4491 else
4492 multilib_arg=
4493 fi
4494
4495 # Make sure liboffloadmic is enabled
4496 case "$enable_liboffloadmic" in
4497 host | target)
4498 ;;
4499 *)
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=
4508 fi
4509
4510
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
4522 ;;
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
4527 fi
4528 fi
4529
4530
4531
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
4543 fi
4544
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
4546 $as_echo "$enable_version_specific_runtime_libs" >&6; }
4547
4548
4549
4550 # Check whether --with-toolexeclibdir was given.
4551 if test "${with_toolexeclibdir+set}" = set; then :
4552 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
4553 /)
4554 ;;
4555 */)
4556 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
4557 ;;
4558 esac
4559 else
4560 with_toolexeclibdir=no
4561 fi
4562
4563
4564
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)'
4574 ;;
4575 no)
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
4581 no)
4582 toolexeclibdir='$(toolexecdir)/lib'
4583 ;;
4584 *)
4585 toolexeclibdir=${with_toolexeclibdir}
4586 ;;
4587 esac
4588 else
4589 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
4590 toolexeclibdir='$(libdir)'
4591 fi
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
4597 ;;
4598 esac
4599
4600 enable_dlopen=yes
4601
4602
4603
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
4609
4610
4611
4612 macro_version='2.2.7a'
4613 macro_revision='1.3134'
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627 ltmain="$ac_aux_dir/ltmain.sh"
4628
4629 # Backslashify metacharacters that are still active within
4630 # double-quoted strings.
4631 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4632
4633 # Same as above, but do not quote variable references.
4634 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4635
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'
4639
4640 # Sed substitution to delay expansion of an escaped single quote.
4641 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4642
4643 # Sed substitution to avoid accidental globbing in evaled expressions
4644 no_glob_subst='s/\*/\\\*/g'
4645
4646 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4647 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4648 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4649
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 ()
4661 {
4662 eval 'cat <<_LTECHO_EOF
4663 $1
4664 _LTECHO_EOF'
4665 }
4666 ECHO='func_fallback_echo'
4667 fi
4668
4669 # func_echo_all arg...
4670 # Invoke $ECHO with all args, space-separated.
4671 func_echo_all ()
4672 {
4673 $ECHO ""
4674 }
4675
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
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
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
4714 do
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=:;;
4726 *)
4727 ac_count=0
4728 $as_echo_n 0123456789 >"conftest.in"
4729 while :
4730 do
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
4742 fi
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
4748
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
4756 fi
4757 else
4758 ac_cv_path_SED=$SED
4759 fi
4760
4761 fi
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
4766
4767 test -z "$SED" && SED=sed
4768 Xsed="$SED -e 1s/^X//"
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
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
4790 do
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=:;;
4802 *)
4803 ac_count=0
4804 $as_echo_n 0123456789 >"conftest.in"
4805 while :
4806 do
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
4818 fi
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
4824
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
4832 fi
4833 else
4834 ac_cv_path_GREP=$GREP
4835 fi
4836
4837 fi
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"
4841
4842
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
4856 do
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=:;;
4868 *)
4869 ac_count=0
4870 $as_echo_n 0123456789 >"conftest.in"
4871 while :
4872 do
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
4884 fi
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
4890
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
4898 fi
4899 else
4900 ac_cv_path_EGREP=$EGREP
4901 fi
4902
4903 fi
4904 fi
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"
4908
4909
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
4923 do
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=:;;
4935 *)
4936 ac_count=0
4937 $as_echo_n 0123456789 >"conftest.in"
4938 while :
4939 do
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
4951 fi
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
4957
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
4965 fi
4966 else
4967 ac_cv_path_FGREP=$FGREP
4968 fi
4969
4970 fi
4971 fi
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"
4975
4976
4977 test -z "$GREP" && GREP=grep
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
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
5002 fi
5003
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'` ;;
5013 *)
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"
5026 ;;
5027 "")
5028 # If it fails, then pretend we aren't using GCC.
5029 ac_prog=ld
5030 ;;
5031 *)
5032 # If it is relative, then search for the first ld in PATH.
5033 with_gnu_ld=unknown
5034 ;;
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; }
5042 fi
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
5059 ;;
5060 *)
5061 test "$with_gnu_ld" != yes && break
5062 ;;
5063 esac
5064 fi
5065 done
5066 IFS="$lt_save_ifs"
5067 else
5068 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5069 fi
5070 fi
5071
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; }
5079 fi
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
5090 ;;
5091 *)
5092 lt_cv_prog_gnu_ld=no
5093 ;;
5094 esac
5095 fi
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
5099
5100
5101
5102
5103
5104
5105
5106
5107
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"
5120 fi
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
5136 ;;
5137 *)
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
5142 ;;
5143 *)
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
5146 ;;
5147 esac
5148 ;;
5149 esac
5150 fi
5151 done
5152 IFS="$lt_save_ifs"
5153 done
5154 : ${lt_cv_path_NM=no}
5155 fi
5156 fi
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"
5168 do
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
5181 do
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
5189 fi
5190 done
5191 done
5192 IFS=$as_save_IFS
5193
5194 fi
5195 fi
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; }
5203 fi
5204
5205
5206 test -n "$DUMPBIN" && break
5207 done
5208 fi
5209 if test -z "$DUMPBIN"; then
5210 ac_ct_DUMPBIN=$DUMPBIN
5211 for ac_prog in dumpbin "link -dump"
5212 do
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
5225 do
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
5233 fi
5234 done
5235 done
5236 IFS=$as_save_IFS
5237
5238 fi
5239 fi
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; }
5247 fi
5248
5249
5250 test -n "$ac_ct_DUMPBIN" && break
5251 done
5252
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
5263 fi
5264 fi
5265
5266 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5267 *COFF*)
5268 DUMPBIN="$DUMPBIN -symbols"
5269 ;;
5270 *)
5271 DUMPBIN=:
5272 ;;
5273 esac
5274 fi
5275
5276 if test "$DUMPBIN" != ":"; then
5277 NM="$DUMPBIN"
5278 fi
5279 fi
5280 test -z "$NM" && NM=nm
5281
5282
5283
5284
5285
5286
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"
5304 fi
5305 rm -f conftest*
5306 fi
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5308 $as_echo "$lt_cv_nm_interface" >&6; }
5309
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; }
5319 fi
5320
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
5327 i=0
5328 teststring="ABCD"
5329
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
5337 ;;
5338
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;
5344 ;;
5345
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;
5355 ;;
5356
5357 mint*)
5358 # On MiNT this can take a long time and run out of memory.
5359 lt_cv_sys_max_cmd_len=8192;
5360 ;;
5361
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;
5366 ;;
5367
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
5376 fi
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`
5380 ;;
5381
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
5385 ;;
5386
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
5393 #
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
5398 fi
5399 ;;
5400 sco3.2v5*)
5401 lt_cv_sys_max_cmd_len=102400
5402 ;;
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
5409 fi
5410 ;;
5411 *)
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
5429 do
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`
5440 fi
5441 ;;
5442 esac
5443
5444 fi
5445
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; }
5452 fi
5453 max_cmd_len=$lt_cv_sys_max_cmd_len
5454
5455
5456
5457
5458
5459
5460 : ${CP="cp -f"}
5461 : ${MV="mv -f"}
5462 : ${RM="rm -f"}
5463
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; }
5476
5477
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; }
5486
5487
5488 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5489 lt_unset=unset
5490 else
5491 lt_unset=false
5492 fi
5493
5494
5495
5496
5497
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'
5504 ;;
5505 *) # EBCDIC based system
5506 lt_SP2NL='tr \100 \n'
5507 lt_NL2SP='tr \r\n \100\100'
5508 ;;
5509 esac
5510
5511
5512
5513
5514
5515
5516
5517
5518
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'
5525 fi
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'
5540 fi
5541 ;;
5542 esac
5543
5544
5545
5546
5547
5548
5549
5550
5551
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
5565 do
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
5573 fi
5574 done
5575 done
5576 IFS=$as_save_IFS
5577
5578 fi
5579 fi
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; }
5587 fi
5588
5589
5590 fi
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
5605 do
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
5613 fi
5614 done
5615 done
5616 IFS=$as_save_IFS
5617
5618 fi
5619 fi
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; }
5627 fi
5628
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
5639 fi
5640 else
5641 OBJDUMP="$ac_cv_prog_OBJDUMP"
5642 fi
5643
5644 test -z "$OBJDUMP" && OBJDUMP=objdump
5645
5646
5647
5648
5649
5650
5651
5652
5653
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.
5672
5673 case $host_os in
5674 aix[4-9]*)
5675 lt_cv_deplibs_check_method=pass_all
5676 ;;
5677
5678 beos*)
5679 lt_cv_deplibs_check_method=pass_all
5680 ;;
5681
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
5686 ;;
5687
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'
5692 ;;
5693
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'
5705 fi
5706 ;;
5707
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'
5712 ;;
5713
5714 darwin* | rhapsody*)
5715 lt_cv_deplibs_check_method=pass_all
5716 ;;
5717
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.*`
5727 ;;
5728 esac
5729 else
5730 lt_cv_deplibs_check_method=pass_all
5731 fi
5732 ;;
5733
5734 gnu*)
5735 lt_cv_deplibs_check_method=pass_all
5736 ;;
5737
5738 haiku*)
5739 lt_cv_deplibs_check_method=pass_all
5740 ;;
5741
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
5748 ;;
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
5752 ;;
5753 *)
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
5756 ;;
5757 esac
5758 ;;
5759
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)$'
5763 ;;
5764
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
5773 ;;
5774
5775 # This must be Linux ELF.
5776 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
5777 lt_cv_deplibs_check_method=pass_all
5778 ;;
5779
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)$'
5785 fi
5786 ;;
5787
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
5792 ;;
5793
5794 *nto* | *qnx*)
5795 lt_cv_deplibs_check_method=pass_all
5796 ;;
5797
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)$'
5803 fi
5804 ;;
5805
5806 osf3* | osf4* | osf5*)
5807 lt_cv_deplibs_check_method=pass_all
5808 ;;
5809
5810 rdos*)
5811 lt_cv_deplibs_check_method=pass_all
5812 ;;
5813
5814 solaris*)
5815 lt_cv_deplibs_check_method=pass_all
5816 ;;
5817
5818 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5819 lt_cv_deplibs_check_method=pass_all
5820 ;;
5821
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*`
5827 ;;
5828 ncr)
5829 lt_cv_deplibs_check_method=pass_all
5830 ;;
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 )'
5834 ;;
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
5839 ;;
5840 siemens)
5841 lt_cv_deplibs_check_method=pass_all
5842 ;;
5843 pc)
5844 lt_cv_deplibs_check_method=pass_all
5845 ;;
5846 esac
5847 ;;
5848
5849 tpf*)
5850 lt_cv_deplibs_check_method=pass_all
5851 ;;
5852 vxworks*)
5853 # Assume VxWorks cross toolchains are built on Linux, possibly
5854 # as canadian for Windows hosts.
5855 lt_cv_deplibs_check_method=pass_all
5856 ;;
5857 esac
5858
5859 fi
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5861 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5862 file_magic_cmd=$lt_cv_file_magic_cmd
5863 deplibs_check_method=$lt_cv_deplibs_check_method
5864 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877 if test -n "$ac_tool_prefix"; then
5878 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5879 set dummy ${ac_tool_prefix}ar; ac_word=$2
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5881 $as_echo_n "checking for $ac_word... " >&6; }
5882 if ${ac_cv_prog_AR+:} false; then :
5883 $as_echo_n "(cached) " >&6
5884 else
5885 if test -n "$AR"; then
5886 ac_cv_prog_AR="$AR" # Let the user override the test.
5887 else
5888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5889 for as_dir in $PATH
5890 do
5891 IFS=$as_save_IFS
5892 test -z "$as_dir" && as_dir=.
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5895 ac_cv_prog_AR="${ac_tool_prefix}ar"
5896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5897 break 2
5898 fi
5899 done
5900 done
5901 IFS=$as_save_IFS
5902
5903 fi
5904 fi
5905 AR=$ac_cv_prog_AR
5906 if test -n "$AR"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5908 $as_echo "$AR" >&6; }
5909 else
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5911 $as_echo "no" >&6; }
5912 fi
5913
5914
5915 fi
5916 if test -z "$ac_cv_prog_AR"; then
5917 ac_ct_AR=$AR
5918 # Extract the first word of "ar", so it can be a program name with args.
5919 set dummy ar; ac_word=$2
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5921 $as_echo_n "checking for $ac_word... " >&6; }
5922 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5923 $as_echo_n "(cached) " >&6
5924 else
5925 if test -n "$ac_ct_AR"; then
5926 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5927 else
5928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5929 for as_dir in $PATH
5930 do
5931 IFS=$as_save_IFS
5932 test -z "$as_dir" && as_dir=.
5933 for ac_exec_ext in '' $ac_executable_extensions; do
5934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5935 ac_cv_prog_ac_ct_AR="ar"
5936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5937 break 2
5938 fi
5939 done
5940 done
5941 IFS=$as_save_IFS
5942
5943 fi
5944 fi
5945 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5946 if test -n "$ac_ct_AR"; then
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5948 $as_echo "$ac_ct_AR" >&6; }
5949 else
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5951 $as_echo "no" >&6; }
5952 fi
5953
5954 if test "x$ac_ct_AR" = x; then
5955 AR="false"
5956 else
5957 case $cross_compiling:$ac_tool_warned in
5958 yes:)
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5960 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5961 ac_tool_warned=yes ;;
5962 esac
5963 AR=$ac_ct_AR
5964 fi
5965 else
5966 AR="$ac_cv_prog_AR"
5967 fi
5968
5969 test -z "$AR" && AR=ar
5970 test -z "$AR_FLAGS" && AR_FLAGS=cru
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982 if test -n "$ac_tool_prefix"; then
5983 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5984 set dummy ${ac_tool_prefix}strip; ac_word=$2
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5986 $as_echo_n "checking for $ac_word... " >&6; }
5987 if ${ac_cv_prog_STRIP+:} false; then :
5988 $as_echo_n "(cached) " >&6
5989 else
5990 if test -n "$STRIP"; then
5991 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5992 else
5993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5994 for as_dir in $PATH
5995 do
5996 IFS=$as_save_IFS
5997 test -z "$as_dir" && as_dir=.
5998 for ac_exec_ext in '' $ac_executable_extensions; do
5999 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6000 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6002 break 2
6003 fi
6004 done
6005 done
6006 IFS=$as_save_IFS
6007
6008 fi
6009 fi
6010 STRIP=$ac_cv_prog_STRIP
6011 if test -n "$STRIP"; then
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6013 $as_echo "$STRIP" >&6; }
6014 else
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6016 $as_echo "no" >&6; }
6017 fi
6018
6019
6020 fi
6021 if test -z "$ac_cv_prog_STRIP"; then
6022 ac_ct_STRIP=$STRIP
6023 # Extract the first word of "strip", so it can be a program name with args.
6024 set dummy strip; ac_word=$2
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6026 $as_echo_n "checking for $ac_word... " >&6; }
6027 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6028 $as_echo_n "(cached) " >&6
6029 else
6030 if test -n "$ac_ct_STRIP"; then
6031 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6032 else
6033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6034 for as_dir in $PATH
6035 do
6036 IFS=$as_save_IFS
6037 test -z "$as_dir" && as_dir=.
6038 for ac_exec_ext in '' $ac_executable_extensions; do
6039 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6040 ac_cv_prog_ac_ct_STRIP="strip"
6041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6042 break 2
6043 fi
6044 done
6045 done
6046 IFS=$as_save_IFS
6047
6048 fi
6049 fi
6050 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6051 if test -n "$ac_ct_STRIP"; then
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6053 $as_echo "$ac_ct_STRIP" >&6; }
6054 else
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6056 $as_echo "no" >&6; }
6057 fi
6058
6059 if test "x$ac_ct_STRIP" = x; then
6060 STRIP=":"
6061 else
6062 case $cross_compiling:$ac_tool_warned in
6063 yes:)
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6065 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6066 ac_tool_warned=yes ;;
6067 esac
6068 STRIP=$ac_ct_STRIP
6069 fi
6070 else
6071 STRIP="$ac_cv_prog_STRIP"
6072 fi
6073
6074 test -z "$STRIP" && STRIP=:
6075
6076
6077
6078
6079
6080
6081 if test -n "$ac_tool_prefix"; then
6082 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6083 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6085 $as_echo_n "checking for $ac_word... " >&6; }
6086 if ${ac_cv_prog_RANLIB+:} false; then :
6087 $as_echo_n "(cached) " >&6
6088 else
6089 if test -n "$RANLIB"; then
6090 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6091 else
6092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093 for as_dir in $PATH
6094 do
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_exec_ext in '' $ac_executable_extensions; do
6098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6099 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6101 break 2
6102 fi
6103 done
6104 done
6105 IFS=$as_save_IFS
6106
6107 fi
6108 fi
6109 RANLIB=$ac_cv_prog_RANLIB
6110 if test -n "$RANLIB"; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6112 $as_echo "$RANLIB" >&6; }
6113 else
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6115 $as_echo "no" >&6; }
6116 fi
6117
6118
6119 fi
6120 if test -z "$ac_cv_prog_RANLIB"; then
6121 ac_ct_RANLIB=$RANLIB
6122 # Extract the first word of "ranlib", so it can be a program name with args.
6123 set dummy ranlib; ac_word=$2
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6125 $as_echo_n "checking for $ac_word... " >&6; }
6126 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6127 $as_echo_n "(cached) " >&6
6128 else
6129 if test -n "$ac_ct_RANLIB"; then
6130 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6131 else
6132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6133 for as_dir in $PATH
6134 do
6135 IFS=$as_save_IFS
6136 test -z "$as_dir" && as_dir=.
6137 for ac_exec_ext in '' $ac_executable_extensions; do
6138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6139 ac_cv_prog_ac_ct_RANLIB="ranlib"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6141 break 2
6142 fi
6143 done
6144 done
6145 IFS=$as_save_IFS
6146
6147 fi
6148 fi
6149 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6150 if test -n "$ac_ct_RANLIB"; then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6152 $as_echo "$ac_ct_RANLIB" >&6; }
6153 else
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6155 $as_echo "no" >&6; }
6156 fi
6157
6158 if test "x$ac_ct_RANLIB" = x; then
6159 RANLIB=":"
6160 else
6161 case $cross_compiling:$ac_tool_warned in
6162 yes:)
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6165 ac_tool_warned=yes ;;
6166 esac
6167 RANLIB=$ac_ct_RANLIB
6168 fi
6169 else
6170 RANLIB="$ac_cv_prog_RANLIB"
6171 fi
6172
6173 test -z "$RANLIB" && RANLIB=:
6174
6175
6176
6177
6178
6179
6180 # Determine commands to create old-style static archives.
6181 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6182 old_postinstall_cmds='chmod 644 $oldlib'
6183 old_postuninstall_cmds=
6184
6185 if test -n "$RANLIB"; then
6186 case $host_os in
6187 openbsd*)
6188 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6189 ;;
6190 *)
6191 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6192 ;;
6193 esac
6194 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6195 fi
6196
6197 case $host_os in
6198 darwin*)
6199 lock_old_archive_extraction=yes ;;
6200 *)
6201 lock_old_archive_extraction=no ;;
6202 esac
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242 # If no C compiler was specified, use CC.
6243 LTCC=${LTCC-"$CC"}
6244
6245 # If no C compiler flags were specified, use CFLAGS.
6246 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6247
6248 # Allow CC to be a program name with arguments.
6249 compiler=$CC
6250
6251
6252 # Check for command to grab the raw symbol name followed by C symbol from nm.
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6254 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6255 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258
6259 # These are sane defaults that work on at least a few old systems.
6260 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6261
6262 # Character class describing NM global symbol codes.
6263 symcode='[BCDEGRST]'
6264
6265 # Regexp to match symbols that can be accessed directly from C.
6266 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6267
6268 # Define system-specific variables.
6269 case $host_os in
6270 aix*)
6271 symcode='[BCDT]'
6272 ;;
6273 cygwin* | mingw* | pw32* | cegcc*)
6274 symcode='[ABCDGISTW]'
6275 ;;
6276 hpux*)
6277 if test "$host_cpu" = ia64; then
6278 symcode='[ABCDEGRST]'
6279 fi
6280 ;;
6281 irix* | nonstopux*)
6282 symcode='[BCDEGRST]'
6283 ;;
6284 osf*)
6285 symcode='[BCDEGQRST]'
6286 ;;
6287 solaris*)
6288 symcode='[BDRT]'
6289 ;;
6290 sco3.2v5*)
6291 symcode='[DT]'
6292 ;;
6293 sysv4.2uw2*)
6294 symcode='[DT]'
6295 ;;
6296 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6297 symcode='[ABDT]'
6298 ;;
6299 sysv4)
6300 symcode='[DFNSTU]'
6301 ;;
6302 esac
6303
6304 # If we're using GNU nm, then use its standard symbol codes.
6305 case `$NM -V 2>&1` in
6306 *GNU* | *'with BFD'*)
6307 symcode='[ABCDGIRSTW]' ;;
6308 esac
6309
6310 # Transform an extracted symbol line into a proper C declaration.
6311 # Some systems (esp. on ia64) link data and code symbols differently,
6312 # so use this general approach.
6313 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6314
6315 # Transform an extracted symbol line into symbol name and symbol address
6316 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6317 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'"
6318
6319 # Handle CRLF in mingw tool chain
6320 opt_cr=
6321 case $build_os in
6322 mingw*)
6323 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6324 ;;
6325 esac
6326
6327 # Try without a prefix underscore, then with it.
6328 for ac_symprfx in "" "_"; do
6329
6330 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6331 symxfrm="\\1 $ac_symprfx\\2 \\2"
6332
6333 # Write the raw and C identifiers.
6334 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6335 # Fake it for dumpbin and say T for any non-static function
6336 # and D for any global variable.
6337 # Also find C++ and __fastcall symbols from MSVC++,
6338 # which start with @ or ?.
6339 lt_cv_sys_global_symbol_pipe="$AWK '"\
6340 " {last_section=section; section=\$ 3};"\
6341 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6342 " \$ 0!~/External *\|/{next};"\
6343 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6344 " {if(hide[section]) next};"\
6345 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6346 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6347 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6348 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6349 " ' prfx=^$ac_symprfx"
6350 else
6351 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6352 fi
6353
6354 # Check to see that the pipe works correctly.
6355 pipe_works=no
6356
6357 rm -f conftest*
6358 cat > conftest.$ac_ext <<_LT_EOF
6359 #ifdef __cplusplus
6360 extern "C" {
6361 #endif
6362 char nm_test_var;
6363 void nm_test_func(void);
6364 void nm_test_func(void){}
6365 #ifdef __cplusplus
6366 }
6367 #endif
6368 int main(){nm_test_var='a';nm_test_func();return(0);}
6369 _LT_EOF
6370
6371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6372 (eval $ac_compile) 2>&5
6373 ac_status=$?
6374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6375 test $ac_status = 0; }; then
6376 # Now try to grab the symbols.
6377 nlist=conftest.nm
6378 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6379 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6380 ac_status=$?
6381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6382 test $ac_status = 0; } && test -s "$nlist"; then
6383 # Try sorting and uniquifying the output.
6384 if sort "$nlist" | uniq > "$nlist"T; then
6385 mv -f "$nlist"T "$nlist"
6386 else
6387 rm -f "$nlist"T
6388 fi
6389
6390 # Make sure that we snagged all the symbols we need.
6391 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6392 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6393 cat <<_LT_EOF > conftest.$ac_ext
6394 #ifdef __cplusplus
6395 extern "C" {
6396 #endif
6397
6398 _LT_EOF
6399 # Now generate the symbol file.
6400 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6401
6402 cat <<_LT_EOF >> conftest.$ac_ext
6403
6404 /* The mapping between symbol names and symbols. */
6405 const struct {
6406 const char *name;
6407 void *address;
6408 }
6409 lt__PROGRAM__LTX_preloaded_symbols[] =
6410 {
6411 { "@PROGRAM@", (void *) 0 },
6412 _LT_EOF
6413 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6414 cat <<\_LT_EOF >> conftest.$ac_ext
6415 {0, (void *) 0}
6416 };
6417
6418 /* This works around a problem in FreeBSD linker */
6419 #ifdef FREEBSD_WORKAROUND
6420 static const void *lt_preloaded_setup() {
6421 return lt__PROGRAM__LTX_preloaded_symbols;
6422 }
6423 #endif
6424
6425 #ifdef __cplusplus
6426 }
6427 #endif
6428 _LT_EOF
6429 # Now try linking the two files.
6430 mv conftest.$ac_objext conftstm.$ac_objext
6431 lt_save_LIBS="$LIBS"
6432 lt_save_CFLAGS="$CFLAGS"
6433 LIBS="conftstm.$ac_objext"
6434 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6436 (eval $ac_link) 2>&5
6437 ac_status=$?
6438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6439 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6440 pipe_works=yes
6441 fi
6442 LIBS="$lt_save_LIBS"
6443 CFLAGS="$lt_save_CFLAGS"
6444 else
6445 echo "cannot find nm_test_func in $nlist" >&5
6446 fi
6447 else
6448 echo "cannot find nm_test_var in $nlist" >&5
6449 fi
6450 else
6451 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6452 fi
6453 else
6454 echo "$progname: failed program was:" >&5
6455 cat conftest.$ac_ext >&5
6456 fi
6457 rm -rf conftest* conftst*
6458
6459 # Do not use the global_symbol_pipe unless it works.
6460 if test "$pipe_works" = yes; then
6461 break
6462 else
6463 lt_cv_sys_global_symbol_pipe=
6464 fi
6465 done
6466
6467 fi
6468
6469 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6470 lt_cv_sys_global_symbol_to_cdecl=
6471 fi
6472 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6474 $as_echo "failed" >&6; }
6475 else
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6477 $as_echo "ok" >&6; }
6478 fi
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502 # Check whether --enable-libtool-lock was given.
6503 if test "${enable_libtool_lock+set}" = set; then :
6504 enableval=$enable_libtool_lock;
6505 fi
6506
6507 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6508
6509 # Some flags need to be propagated to the compiler or linker for good
6510 # libtool support.
6511 case $host in
6512 ia64-*-hpux*)
6513 # Find out which ABI we are using.
6514 echo 'int i;' > conftest.$ac_ext
6515 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6516 (eval $ac_compile) 2>&5
6517 ac_status=$?
6518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6519 test $ac_status = 0; }; then
6520 case `/usr/bin/file conftest.$ac_objext` in
6521 *ELF-32*)
6522 HPUX_IA64_MODE="32"
6523 ;;
6524 *ELF-64*)
6525 HPUX_IA64_MODE="64"
6526 ;;
6527 esac
6528 fi
6529 rm -rf conftest*
6530 ;;
6531 *-*-irix6*)
6532 # Find out which ABI we are using.
6533 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6534 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6535 (eval $ac_compile) 2>&5
6536 ac_status=$?
6537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6538 test $ac_status = 0; }; then
6539 if test "$lt_cv_prog_gnu_ld" = yes; then
6540 case `/usr/bin/file conftest.$ac_objext` in
6541 *32-bit*)
6542 LD="${LD-ld} -melf32bsmip"
6543 ;;
6544 *N32*)
6545 LD="${LD-ld} -melf32bmipn32"
6546 ;;
6547 *64-bit*)
6548 LD="${LD-ld} -melf64bmip"
6549 ;;
6550 esac
6551 else
6552 case `/usr/bin/file conftest.$ac_objext` in
6553 *32-bit*)
6554 LD="${LD-ld} -32"
6555 ;;
6556 *N32*)
6557 LD="${LD-ld} -n32"
6558 ;;
6559 *64-bit*)
6560 LD="${LD-ld} -64"
6561 ;;
6562 esac
6563 fi
6564 fi
6565 rm -rf conftest*
6566 ;;
6567
6568 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6569 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6570 # Find out which ABI we are using.
6571 echo 'int i;' > conftest.$ac_ext
6572 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6573 (eval $ac_compile) 2>&5
6574 ac_status=$?
6575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6576 test $ac_status = 0; }; then
6577 case `/usr/bin/file conftest.o` in
6578 *32-bit*)
6579 case $host in
6580 x86_64-*kfreebsd*-gnu)
6581 LD="${LD-ld} -m elf_i386_fbsd"
6582 ;;
6583 x86_64-*linux*)
6584 case `/usr/bin/file conftest.o` in
6585 *x86-64*)
6586 LD="${LD-ld} -m elf32_x86_64"
6587 ;;
6588 *)
6589 LD="${LD-ld} -m elf_i386"
6590 ;;
6591 esac
6592 ;;
6593 powerpc64le-*linux*)
6594 LD="${LD-ld} -m elf32lppclinux"
6595 ;;
6596 powerpc64-*linux*)
6597 LD="${LD-ld} -m elf32ppclinux"
6598 ;;
6599 s390x-*linux*)
6600 LD="${LD-ld} -m elf_s390"
6601 ;;
6602 sparc64-*linux*)
6603 LD="${LD-ld} -m elf32_sparc"
6604 ;;
6605 esac
6606 ;;
6607 *64-bit*)
6608 case $host in
6609 x86_64-*kfreebsd*-gnu)
6610 LD="${LD-ld} -m elf_x86_64_fbsd"
6611 ;;
6612 x86_64-*linux*)
6613 LD="${LD-ld} -m elf_x86_64"
6614 ;;
6615 powerpcle-*linux*)
6616 LD="${LD-ld} -m elf64lppc"
6617 ;;
6618 powerpc-*linux*)
6619 LD="${LD-ld} -m elf64ppc"
6620 ;;
6621 s390*-*linux*|s390*-*tpf*)
6622 LD="${LD-ld} -m elf64_s390"
6623 ;;
6624 sparc*-*linux*)
6625 LD="${LD-ld} -m elf64_sparc"
6626 ;;
6627 esac
6628 ;;
6629 esac
6630 fi
6631 rm -rf conftest*
6632 ;;
6633
6634 *-*-sco3.2v5*)
6635 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6636 SAVE_CFLAGS="$CFLAGS"
6637 CFLAGS="$CFLAGS -belf"
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6639 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6640 if ${lt_cv_cc_needs_belf+:} false; then :
6641 $as_echo_n "(cached) " >&6
6642 else
6643 ac_ext=c
6644 ac_cpp='$CPP $CPPFLAGS'
6645 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6646 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6647 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6648
6649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6650 /* end confdefs.h. */
6651
6652 int
6653 main ()
6654 {
6655
6656 ;
6657 return 0;
6658 }
6659 _ACEOF
6660 if ac_fn_c_try_link "$LINENO"; then :
6661 lt_cv_cc_needs_belf=yes
6662 else
6663 lt_cv_cc_needs_belf=no
6664 fi
6665 rm -f core conftest.err conftest.$ac_objext \
6666 conftest$ac_exeext conftest.$ac_ext
6667 ac_ext=c
6668 ac_cpp='$CPP $CPPFLAGS'
6669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6672
6673 fi
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6675 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6676 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6677 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6678 CFLAGS="$SAVE_CFLAGS"
6679 fi
6680 ;;
6681 sparc*-*solaris*)
6682 # Find out which ABI we are using.
6683 echo 'int i;' > conftest.$ac_ext
6684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6685 (eval $ac_compile) 2>&5
6686 ac_status=$?
6687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6688 test $ac_status = 0; }; then
6689 case `/usr/bin/file conftest.o` in
6690 *64-bit*)
6691 case $lt_cv_prog_gnu_ld in
6692 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6693 *)
6694 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6695 LD="${LD-ld} -64"
6696 fi
6697 ;;
6698 esac
6699 ;;
6700 esac
6701 fi
6702 rm -rf conftest*
6703 ;;
6704 esac
6705
6706 need_locks="$enable_libtool_lock"
6707
6708
6709 case $host_os in
6710 rhapsody* | darwin*)
6711 if test -n "$ac_tool_prefix"; then
6712 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6713 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6715 $as_echo_n "checking for $ac_word... " >&6; }
6716 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6717 $as_echo_n "(cached) " >&6
6718 else
6719 if test -n "$DSYMUTIL"; then
6720 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6721 else
6722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6723 for as_dir in $PATH
6724 do
6725 IFS=$as_save_IFS
6726 test -z "$as_dir" && as_dir=.
6727 for ac_exec_ext in '' $ac_executable_extensions; do
6728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6729 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6731 break 2
6732 fi
6733 done
6734 done
6735 IFS=$as_save_IFS
6736
6737 fi
6738 fi
6739 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6740 if test -n "$DSYMUTIL"; then
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6742 $as_echo "$DSYMUTIL" >&6; }
6743 else
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6745 $as_echo "no" >&6; }
6746 fi
6747
6748
6749 fi
6750 if test -z "$ac_cv_prog_DSYMUTIL"; then
6751 ac_ct_DSYMUTIL=$DSYMUTIL
6752 # Extract the first word of "dsymutil", so it can be a program name with args.
6753 set dummy dsymutil; ac_word=$2
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6755 $as_echo_n "checking for $ac_word... " >&6; }
6756 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6757 $as_echo_n "(cached) " >&6
6758 else
6759 if test -n "$ac_ct_DSYMUTIL"; then
6760 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6761 else
6762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6763 for as_dir in $PATH
6764 do
6765 IFS=$as_save_IFS
6766 test -z "$as_dir" && as_dir=.
6767 for ac_exec_ext in '' $ac_executable_extensions; do
6768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6769 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6771 break 2
6772 fi
6773 done
6774 done
6775 IFS=$as_save_IFS
6776
6777 fi
6778 fi
6779 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6780 if test -n "$ac_ct_DSYMUTIL"; then
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6782 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6783 else
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6785 $as_echo "no" >&6; }
6786 fi
6787
6788 if test "x$ac_ct_DSYMUTIL" = x; then
6789 DSYMUTIL=":"
6790 else
6791 case $cross_compiling:$ac_tool_warned in
6792 yes:)
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6795 ac_tool_warned=yes ;;
6796 esac
6797 DSYMUTIL=$ac_ct_DSYMUTIL
6798 fi
6799 else
6800 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6801 fi
6802
6803 if test -n "$ac_tool_prefix"; then
6804 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6805 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if ${ac_cv_prog_NMEDIT+:} false; then :
6809 $as_echo_n "(cached) " >&6
6810 else
6811 if test -n "$NMEDIT"; then
6812 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6813 else
6814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815 for as_dir in $PATH
6816 do
6817 IFS=$as_save_IFS
6818 test -z "$as_dir" && as_dir=.
6819 for ac_exec_ext in '' $ac_executable_extensions; do
6820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6821 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6823 break 2
6824 fi
6825 done
6826 done
6827 IFS=$as_save_IFS
6828
6829 fi
6830 fi
6831 NMEDIT=$ac_cv_prog_NMEDIT
6832 if test -n "$NMEDIT"; then
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6834 $as_echo "$NMEDIT" >&6; }
6835 else
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6837 $as_echo "no" >&6; }
6838 fi
6839
6840
6841 fi
6842 if test -z "$ac_cv_prog_NMEDIT"; then
6843 ac_ct_NMEDIT=$NMEDIT
6844 # Extract the first word of "nmedit", so it can be a program name with args.
6845 set dummy nmedit; ac_word=$2
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6847 $as_echo_n "checking for $ac_word... " >&6; }
6848 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6849 $as_echo_n "(cached) " >&6
6850 else
6851 if test -n "$ac_ct_NMEDIT"; then
6852 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6853 else
6854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6855 for as_dir in $PATH
6856 do
6857 IFS=$as_save_IFS
6858 test -z "$as_dir" && as_dir=.
6859 for ac_exec_ext in '' $ac_executable_extensions; do
6860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6861 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6863 break 2
6864 fi
6865 done
6866 done
6867 IFS=$as_save_IFS
6868
6869 fi
6870 fi
6871 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6872 if test -n "$ac_ct_NMEDIT"; then
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6874 $as_echo "$ac_ct_NMEDIT" >&6; }
6875 else
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6877 $as_echo "no" >&6; }
6878 fi
6879
6880 if test "x$ac_ct_NMEDIT" = x; then
6881 NMEDIT=":"
6882 else
6883 case $cross_compiling:$ac_tool_warned in
6884 yes:)
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6886 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6887 ac_tool_warned=yes ;;
6888 esac
6889 NMEDIT=$ac_ct_NMEDIT
6890 fi
6891 else
6892 NMEDIT="$ac_cv_prog_NMEDIT"
6893 fi
6894
6895 if test -n "$ac_tool_prefix"; then
6896 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6897 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if ${ac_cv_prog_LIPO+:} false; then :
6901 $as_echo_n "(cached) " >&6
6902 else
6903 if test -n "$LIPO"; then
6904 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6908 do
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6913 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6916 fi
6917 done
6918 done
6919 IFS=$as_save_IFS
6920
6921 fi
6922 fi
6923 LIPO=$ac_cv_prog_LIPO
6924 if test -n "$LIPO"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6926 $as_echo "$LIPO" >&6; }
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6930 fi
6931
6932
6933 fi
6934 if test -z "$ac_cv_prog_LIPO"; then
6935 ac_ct_LIPO=$LIPO
6936 # Extract the first word of "lipo", so it can be a program name with args.
6937 set dummy lipo; ac_word=$2
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6939 $as_echo_n "checking for $ac_word... " >&6; }
6940 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6941 $as_echo_n "(cached) " >&6
6942 else
6943 if test -n "$ac_ct_LIPO"; then
6944 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6945 else
6946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947 for as_dir in $PATH
6948 do
6949 IFS=$as_save_IFS
6950 test -z "$as_dir" && as_dir=.
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6953 ac_cv_prog_ac_ct_LIPO="lipo"
6954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6955 break 2
6956 fi
6957 done
6958 done
6959 IFS=$as_save_IFS
6960
6961 fi
6962 fi
6963 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6964 if test -n "$ac_ct_LIPO"; then
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6966 $as_echo "$ac_ct_LIPO" >&6; }
6967 else
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6969 $as_echo "no" >&6; }
6970 fi
6971
6972 if test "x$ac_ct_LIPO" = x; then
6973 LIPO=":"
6974 else
6975 case $cross_compiling:$ac_tool_warned in
6976 yes:)
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6979 ac_tool_warned=yes ;;
6980 esac
6981 LIPO=$ac_ct_LIPO
6982 fi
6983 else
6984 LIPO="$ac_cv_prog_LIPO"
6985 fi
6986
6987 if test -n "$ac_tool_prefix"; then
6988 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6989 set dummy ${ac_tool_prefix}otool; ac_word=$2
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6991 $as_echo_n "checking for $ac_word... " >&6; }
6992 if ${ac_cv_prog_OTOOL+:} false; then :
6993 $as_echo_n "(cached) " >&6
6994 else
6995 if test -n "$OTOOL"; then
6996 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6997 else
6998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6999 for as_dir in $PATH
7000 do
7001 IFS=$as_save_IFS
7002 test -z "$as_dir" && as_dir=.
7003 for ac_exec_ext in '' $ac_executable_extensions; do
7004 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7005 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7007 break 2
7008 fi
7009 done
7010 done
7011 IFS=$as_save_IFS
7012
7013 fi
7014 fi
7015 OTOOL=$ac_cv_prog_OTOOL
7016 if test -n "$OTOOL"; then
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7018 $as_echo "$OTOOL" >&6; }
7019 else
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021 $as_echo "no" >&6; }
7022 fi
7023
7024
7025 fi
7026 if test -z "$ac_cv_prog_OTOOL"; then
7027 ac_ct_OTOOL=$OTOOL
7028 # Extract the first word of "otool", so it can be a program name with args.
7029 set dummy otool; ac_word=$2
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7031 $as_echo_n "checking for $ac_word... " >&6; }
7032 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7033 $as_echo_n "(cached) " >&6
7034 else
7035 if test -n "$ac_ct_OTOOL"; then
7036 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7037 else
7038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7039 for as_dir in $PATH
7040 do
7041 IFS=$as_save_IFS
7042 test -z "$as_dir" && as_dir=.
7043 for ac_exec_ext in '' $ac_executable_extensions; do
7044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7045 ac_cv_prog_ac_ct_OTOOL="otool"
7046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7047 break 2
7048 fi
7049 done
7050 done
7051 IFS=$as_save_IFS
7052
7053 fi
7054 fi
7055 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7056 if test -n "$ac_ct_OTOOL"; then
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7058 $as_echo "$ac_ct_OTOOL" >&6; }
7059 else
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7061 $as_echo "no" >&6; }
7062 fi
7063
7064 if test "x$ac_ct_OTOOL" = x; then
7065 OTOOL=":"
7066 else
7067 case $cross_compiling:$ac_tool_warned in
7068 yes:)
7069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7070 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7071 ac_tool_warned=yes ;;
7072 esac
7073 OTOOL=$ac_ct_OTOOL
7074 fi
7075 else
7076 OTOOL="$ac_cv_prog_OTOOL"
7077 fi
7078
7079 if test -n "$ac_tool_prefix"; then
7080 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7081 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7083 $as_echo_n "checking for $ac_word... " >&6; }
7084 if ${ac_cv_prog_OTOOL64+:} false; then :
7085 $as_echo_n "(cached) " >&6
7086 else
7087 if test -n "$OTOOL64"; then
7088 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7089 else
7090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7091 for as_dir in $PATH
7092 do
7093 IFS=$as_save_IFS
7094 test -z "$as_dir" && as_dir=.
7095 for ac_exec_ext in '' $ac_executable_extensions; do
7096 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7097 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7099 break 2
7100 fi
7101 done
7102 done
7103 IFS=$as_save_IFS
7104
7105 fi
7106 fi
7107 OTOOL64=$ac_cv_prog_OTOOL64
7108 if test -n "$OTOOL64"; then
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7110 $as_echo "$OTOOL64" >&6; }
7111 else
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7113 $as_echo "no" >&6; }
7114 fi
7115
7116
7117 fi
7118 if test -z "$ac_cv_prog_OTOOL64"; then
7119 ac_ct_OTOOL64=$OTOOL64
7120 # Extract the first word of "otool64", so it can be a program name with args.
7121 set dummy otool64; ac_word=$2
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7123 $as_echo_n "checking for $ac_word... " >&6; }
7124 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7125 $as_echo_n "(cached) " >&6
7126 else
7127 if test -n "$ac_ct_OTOOL64"; then
7128 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7129 else
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7131 for as_dir in $PATH
7132 do
7133 IFS=$as_save_IFS
7134 test -z "$as_dir" && as_dir=.
7135 for ac_exec_ext in '' $ac_executable_extensions; do
7136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7137 ac_cv_prog_ac_ct_OTOOL64="otool64"
7138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7139 break 2
7140 fi
7141 done
7142 done
7143 IFS=$as_save_IFS
7144
7145 fi
7146 fi
7147 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7148 if test -n "$ac_ct_OTOOL64"; then
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7150 $as_echo "$ac_ct_OTOOL64" >&6; }
7151 else
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7153 $as_echo "no" >&6; }
7154 fi
7155
7156 if test "x$ac_ct_OTOOL64" = x; then
7157 OTOOL64=":"
7158 else
7159 case $cross_compiling:$ac_tool_warned in
7160 yes:)
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7162 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7163 ac_tool_warned=yes ;;
7164 esac
7165 OTOOL64=$ac_ct_OTOOL64
7166 fi
7167 else
7168 OTOOL64="$ac_cv_prog_OTOOL64"
7169 fi
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7198 $as_echo_n "checking for -single_module linker flag... " >&6; }
7199 if ${lt_cv_apple_cc_single_mod+:} false; then :
7200 $as_echo_n "(cached) " >&6
7201 else
7202 lt_cv_apple_cc_single_mod=no
7203 if test -z "${LT_MULTI_MODULE}"; then
7204 # By default we will add the -single_module flag. You can override
7205 # by either setting the environment variable LT_MULTI_MODULE
7206 # non-empty at configure time, or by adding -multi_module to the
7207 # link flags.
7208 rm -rf libconftest.dylib*
7209 echo "int foo(void){return 1;}" > conftest.c
7210 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7211 -dynamiclib -Wl,-single_module conftest.c" >&5
7212 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7213 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7214 _lt_result=$?
7215 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7216 lt_cv_apple_cc_single_mod=yes
7217 else
7218 cat conftest.err >&5
7219 fi
7220 rm -rf libconftest.dylib*
7221 rm -f conftest.*
7222 fi
7223 fi
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7225 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7227 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7228 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7229 $as_echo_n "(cached) " >&6
7230 else
7231 lt_cv_ld_exported_symbols_list=no
7232 save_LDFLAGS=$LDFLAGS
7233 echo "_main" > conftest.sym
7234 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7236 /* end confdefs.h. */
7237
7238 int
7239 main ()
7240 {
7241
7242 ;
7243 return 0;
7244 }
7245 _ACEOF
7246 if ac_fn_c_try_link "$LINENO"; then :
7247 lt_cv_ld_exported_symbols_list=yes
7248 else
7249 lt_cv_ld_exported_symbols_list=no
7250 fi
7251 rm -f core conftest.err conftest.$ac_objext \
7252 conftest$ac_exeext conftest.$ac_ext
7253 LDFLAGS="$save_LDFLAGS"
7254
7255 fi
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7257 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7259 $as_echo_n "checking for -force_load linker flag... " >&6; }
7260 if ${lt_cv_ld_force_load+:} false; then :
7261 $as_echo_n "(cached) " >&6
7262 else
7263 lt_cv_ld_force_load=no
7264 cat > conftest.c << _LT_EOF
7265 int forced_loaded() { return 2;}
7266 _LT_EOF
7267 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7268 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7269 echo "$AR cru libconftest.a conftest.o" >&5
7270 $AR cru libconftest.a conftest.o 2>&5
7271 cat > conftest.c << _LT_EOF
7272 int main() { return 0;}
7273 _LT_EOF
7274 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7275 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7276 _lt_result=$?
7277 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7278 lt_cv_ld_force_load=yes
7279 else
7280 cat conftest.err >&5
7281 fi
7282 rm -f conftest.err libconftest.a conftest conftest.c
7283 rm -rf conftest.dSYM
7284
7285 fi
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7287 $as_echo "$lt_cv_ld_force_load" >&6; }
7288 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7289 # build without first building modern cctools / linker.
7290 case $host_cpu-$host_os in
7291 *-rhapsody* | *-darwin1.[012])
7292 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7293 *-darwin1.*)
7294 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7295 *-darwin*)
7296 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7297 # deployment target is forced to an earlier version.
7298 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7299 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7300 ;;
7301 10.[012][,.]*)
7302 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7303 ;;
7304 *)
7305 ;;
7306 esac
7307 ;;
7308 esac
7309 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7310 _lt_dar_single_mod='$single_module'
7311 fi
7312 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7313 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7314 else
7315 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7316 fi
7317 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7318 _lt_dsymutil='~$DSYMUTIL $lib || :'
7319 else
7320 _lt_dsymutil=
7321 fi
7322 ;;
7323 esac
7324
7325 ac_ext=c
7326 ac_cpp='$CPP $CPPFLAGS'
7327 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7328 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7329 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7331 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7332 # On Suns, sometimes $CPP names a directory.
7333 if test -n "$CPP" && test -d "$CPP"; then
7334 CPP=
7335 fi
7336 if test -z "$CPP"; then
7337 if ${ac_cv_prog_CPP+:} false; then :
7338 $as_echo_n "(cached) " >&6
7339 else
7340 # Double quotes because CPP needs to be expanded
7341 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7342 do
7343 ac_preproc_ok=false
7344 for ac_c_preproc_warn_flag in '' yes
7345 do
7346 # Use a header file that comes with gcc, so configuring glibc
7347 # with a fresh cross-compiler works.
7348 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7349 # <limits.h> exists even on freestanding compilers.
7350 # On the NeXT, cc -E runs the code through the compiler's parser,
7351 # not just through cpp. "Syntax error" is here to catch this case.
7352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7353 /* end confdefs.h. */
7354 #ifdef __STDC__
7355 # include <limits.h>
7356 #else
7357 # include <assert.h>
7358 #endif
7359 Syntax error
7360 _ACEOF
7361 if ac_fn_c_try_cpp "$LINENO"; then :
7362
7363 else
7364 # Broken: fails on valid input.
7365 continue
7366 fi
7367 rm -f conftest.err conftest.i conftest.$ac_ext
7368
7369 # OK, works on sane cases. Now check whether nonexistent headers
7370 # can be detected and how.
7371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7372 /* end confdefs.h. */
7373 #include <ac_nonexistent.h>
7374 _ACEOF
7375 if ac_fn_c_try_cpp "$LINENO"; then :
7376 # Broken: success on invalid input.
7377 continue
7378 else
7379 # Passes both tests.
7380 ac_preproc_ok=:
7381 break
7382 fi
7383 rm -f conftest.err conftest.i conftest.$ac_ext
7384
7385 done
7386 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7387 rm -f conftest.i conftest.err conftest.$ac_ext
7388 if $ac_preproc_ok; then :
7389 break
7390 fi
7391
7392 done
7393 ac_cv_prog_CPP=$CPP
7394
7395 fi
7396 CPP=$ac_cv_prog_CPP
7397 else
7398 ac_cv_prog_CPP=$CPP
7399 fi
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7401 $as_echo "$CPP" >&6; }
7402 ac_preproc_ok=false
7403 for ac_c_preproc_warn_flag in '' yes
7404 do
7405 # Use a header file that comes with gcc, so configuring glibc
7406 # with a fresh cross-compiler works.
7407 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7408 # <limits.h> exists even on freestanding compilers.
7409 # On the NeXT, cc -E runs the code through the compiler's parser,
7410 # not just through cpp. "Syntax error" is here to catch this case.
7411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7412 /* end confdefs.h. */
7413 #ifdef __STDC__
7414 # include <limits.h>
7415 #else
7416 # include <assert.h>
7417 #endif
7418 Syntax error
7419 _ACEOF
7420 if ac_fn_c_try_cpp "$LINENO"; then :
7421
7422 else
7423 # Broken: fails on valid input.
7424 continue
7425 fi
7426 rm -f conftest.err conftest.i conftest.$ac_ext
7427
7428 # OK, works on sane cases. Now check whether nonexistent headers
7429 # can be detected and how.
7430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7431 /* end confdefs.h. */
7432 #include <ac_nonexistent.h>
7433 _ACEOF
7434 if ac_fn_c_try_cpp "$LINENO"; then :
7435 # Broken: success on invalid input.
7436 continue
7437 else
7438 # Passes both tests.
7439 ac_preproc_ok=:
7440 break
7441 fi
7442 rm -f conftest.err conftest.i conftest.$ac_ext
7443
7444 done
7445 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7446 rm -f conftest.i conftest.err conftest.$ac_ext
7447 if $ac_preproc_ok; then :
7448
7449 else
7450 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7451 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7452 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7453 See \`config.log' for more details" "$LINENO" 5; }
7454 fi
7455
7456 ac_ext=c
7457 ac_cpp='$CPP $CPPFLAGS'
7458 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7459 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7460 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7461
7462
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7464 $as_echo_n "checking for ANSI C header files... " >&6; }
7465 if ${ac_cv_header_stdc+:} false; then :
7466 $as_echo_n "(cached) " >&6
7467 else
7468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7469 /* end confdefs.h. */
7470 #include <stdlib.h>
7471 #include <stdarg.h>
7472 #include <string.h>
7473 #include <float.h>
7474
7475 int
7476 main ()
7477 {
7478
7479 ;
7480 return 0;
7481 }
7482 _ACEOF
7483 if ac_fn_c_try_compile "$LINENO"; then :
7484 ac_cv_header_stdc=yes
7485 else
7486 ac_cv_header_stdc=no
7487 fi
7488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7489
7490 if test $ac_cv_header_stdc = yes; then
7491 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7493 /* end confdefs.h. */
7494 #include <string.h>
7495
7496 _ACEOF
7497 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7498 $EGREP "memchr" >/dev/null 2>&1; then :
7499
7500 else
7501 ac_cv_header_stdc=no
7502 fi
7503 rm -f conftest*
7504
7505 fi
7506
7507 if test $ac_cv_header_stdc = yes; then
7508 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7510 /* end confdefs.h. */
7511 #include <stdlib.h>
7512
7513 _ACEOF
7514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7515 $EGREP "free" >/dev/null 2>&1; then :
7516
7517 else
7518 ac_cv_header_stdc=no
7519 fi
7520 rm -f conftest*
7521
7522 fi
7523
7524 if test $ac_cv_header_stdc = yes; then
7525 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7526 if test "$cross_compiling" = yes; then :
7527 :
7528 else
7529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7530 /* end confdefs.h. */
7531 #include <ctype.h>
7532 #include <stdlib.h>
7533 #if ((' ' & 0x0FF) == 0x020)
7534 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7535 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7536 #else
7537 # define ISLOWER(c) \
7538 (('a' <= (c) && (c) <= 'i') \
7539 || ('j' <= (c) && (c) <= 'r') \
7540 || ('s' <= (c) && (c) <= 'z'))
7541 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7542 #endif
7543
7544 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7545 int
7546 main ()
7547 {
7548 int i;
7549 for (i = 0; i < 256; i++)
7550 if (XOR (islower (i), ISLOWER (i))
7551 || toupper (i) != TOUPPER (i))
7552 return 2;
7553 return 0;
7554 }
7555 _ACEOF
7556 if ac_fn_c_try_run "$LINENO"; then :
7557
7558 else
7559 ac_cv_header_stdc=no
7560 fi
7561 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7562 conftest.$ac_objext conftest.beam conftest.$ac_ext
7563 fi
7564
7565 fi
7566 fi
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7568 $as_echo "$ac_cv_header_stdc" >&6; }
7569 if test $ac_cv_header_stdc = yes; then
7570
7571 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7572
7573 fi
7574
7575 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7576 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7577 inttypes.h stdint.h unistd.h
7578 do :
7579 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7580 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7581 "
7582 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7583 cat >>confdefs.h <<_ACEOF
7584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7585 _ACEOF
7586
7587 fi
7588
7589 done
7590
7591
7592 for ac_header in dlfcn.h
7593 do :
7594 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7595 "
7596 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7597 cat >>confdefs.h <<_ACEOF
7598 #define HAVE_DLFCN_H 1
7599 _ACEOF
7600
7601 fi
7602
7603 done
7604
7605
7606
7607
7608
7609
7610 # Set options
7611
7612
7613
7614
7615 enable_win32_dll=no
7616
7617
7618 # Check whether --enable-shared was given.
7619 if test "${enable_shared+set}" = set; then :
7620 enableval=$enable_shared; p=${PACKAGE-default}
7621 case $enableval in
7622 yes) enable_shared=yes ;;
7623 no) enable_shared=no ;;
7624 *)
7625 enable_shared=no
7626 # Look at the argument we got. We use all the common list separators.
7627 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7628 for pkg in $enableval; do
7629 IFS="$lt_save_ifs"
7630 if test "X$pkg" = "X$p"; then
7631 enable_shared=yes
7632 fi
7633 done
7634 IFS="$lt_save_ifs"
7635 ;;
7636 esac
7637 else
7638 enable_shared=yes
7639 fi
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649 # Check whether --enable-static was given.
7650 if test "${enable_static+set}" = set; then :
7651 enableval=$enable_static; p=${PACKAGE-default}
7652 case $enableval in
7653 yes) enable_static=yes ;;
7654 no) enable_static=no ;;
7655 *)
7656 enable_static=no
7657 # Look at the argument we got. We use all the common list separators.
7658 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7659 for pkg in $enableval; do
7660 IFS="$lt_save_ifs"
7661 if test "X$pkg" = "X$p"; then
7662 enable_static=yes
7663 fi
7664 done
7665 IFS="$lt_save_ifs"
7666 ;;
7667 esac
7668 else
7669 enable_static=yes
7670 fi
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681 # Check whether --with-pic was given.
7682 if test "${with_pic+set}" = set; then :
7683 withval=$with_pic; pic_mode="$withval"
7684 else
7685 pic_mode=default
7686 fi
7687
7688
7689 test -z "$pic_mode" && pic_mode=default
7690
7691
7692
7693
7694
7695
7696
7697 # Check whether --enable-fast-install was given.
7698 if test "${enable_fast_install+set}" = set; then :
7699 enableval=$enable_fast_install; p=${PACKAGE-default}
7700 case $enableval in
7701 yes) enable_fast_install=yes ;;
7702 no) enable_fast_install=no ;;
7703 *)
7704 enable_fast_install=no
7705 # Look at the argument we got. We use all the common list separators.
7706 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7707 for pkg in $enableval; do
7708 IFS="$lt_save_ifs"
7709 if test "X$pkg" = "X$p"; then
7710 enable_fast_install=yes
7711 fi
7712 done
7713 IFS="$lt_save_ifs"
7714 ;;
7715 esac
7716 else
7717 enable_fast_install=yes
7718 fi
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730 # This can be used to rebuild libtool when needed
7731 LIBTOOL_DEPS="$ltmain"
7732
7733 # Always use our own libtool.
7734 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761 test -z "$LN_S" && LN_S="ln -s"
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776 if test -n "${ZSH_VERSION+set}" ; then
7777 setopt NO_GLOB_SUBST
7778 fi
7779
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7781 $as_echo_n "checking for objdir... " >&6; }
7782 if ${lt_cv_objdir+:} false; then :
7783 $as_echo_n "(cached) " >&6
7784 else
7785 rm -f .libs 2>/dev/null
7786 mkdir .libs 2>/dev/null
7787 if test -d .libs; then
7788 lt_cv_objdir=.libs
7789 else
7790 # MS-DOS does not allow filenames that begin with a dot.
7791 lt_cv_objdir=_libs
7792 fi
7793 rmdir .libs 2>/dev/null
7794 fi
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7796 $as_echo "$lt_cv_objdir" >&6; }
7797 objdir=$lt_cv_objdir
7798
7799
7800
7801
7802
7803 cat >>confdefs.h <<_ACEOF
7804 #define LT_OBJDIR "$lt_cv_objdir/"
7805 _ACEOF
7806
7807
7808
7809
7810 case $host_os in
7811 aix3*)
7812 # AIX sometimes has problems with the GCC collect2 program. For some
7813 # reason, if we set the COLLECT_NAMES environment variable, the problems
7814 # vanish in a puff of smoke.
7815 if test "X${COLLECT_NAMES+set}" != Xset; then
7816 COLLECT_NAMES=
7817 export COLLECT_NAMES
7818 fi
7819 ;;
7820 esac
7821
7822 # Global variables:
7823 ofile=libtool
7824 can_build_shared=yes
7825
7826 # All known linkers require a `.a' archive for static linking (except MSVC,
7827 # which needs '.lib').
7828 libext=a
7829
7830 with_gnu_ld="$lt_cv_prog_gnu_ld"
7831
7832 old_CC="$CC"
7833 old_CFLAGS="$CFLAGS"
7834
7835 # Set sane defaults for various variables
7836 test -z "$CC" && CC=cc
7837 test -z "$LTCC" && LTCC=$CC
7838 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7839 test -z "$LD" && LD=ld
7840 test -z "$ac_objext" && ac_objext=o
7841
7842 for cc_temp in $compiler""; do
7843 case $cc_temp in
7844 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7845 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7846 \-*) ;;
7847 *) break;;
7848 esac
7849 done
7850 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7851
7852
7853 # Only perform the check for file, if the check method requires it
7854 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7855 case $deplibs_check_method in
7856 file_magic*)
7857 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7859 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7860 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7861 $as_echo_n "(cached) " >&6
7862 else
7863 case $MAGIC_CMD in
7864 [\\/*] | ?:[\\/]*)
7865 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7866 ;;
7867 *)
7868 lt_save_MAGIC_CMD="$MAGIC_CMD"
7869 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7870 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7871 for ac_dir in $ac_dummy; do
7872 IFS="$lt_save_ifs"
7873 test -z "$ac_dir" && ac_dir=.
7874 if test -f $ac_dir/${ac_tool_prefix}file; then
7875 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7876 if test -n "$file_magic_test_file"; then
7877 case $deplibs_check_method in
7878 "file_magic "*)
7879 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7880 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7881 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7882 $EGREP "$file_magic_regex" > /dev/null; then
7883 :
7884 else
7885 cat <<_LT_EOF 1>&2
7886
7887 *** Warning: the command libtool uses to detect shared libraries,
7888 *** $file_magic_cmd, produces output that libtool cannot recognize.
7889 *** The result is that libtool may fail to recognize shared libraries
7890 *** as such. This will affect the creation of libtool libraries that
7891 *** depend on shared libraries, but programs linked with such libtool
7892 *** libraries will work regardless of this problem. Nevertheless, you
7893 *** may want to report the problem to your system manager and/or to
7894 *** bug-libtool@gnu.org
7895
7896 _LT_EOF
7897 fi ;;
7898 esac
7899 fi
7900 break
7901 fi
7902 done
7903 IFS="$lt_save_ifs"
7904 MAGIC_CMD="$lt_save_MAGIC_CMD"
7905 ;;
7906 esac
7907 fi
7908
7909 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7910 if test -n "$MAGIC_CMD"; then
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7912 $as_echo "$MAGIC_CMD" >&6; }
7913 else
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7915 $as_echo "no" >&6; }
7916 fi
7917
7918
7919
7920
7921
7922 if test -z "$lt_cv_path_MAGIC_CMD"; then
7923 if test -n "$ac_tool_prefix"; then
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7925 $as_echo_n "checking for file... " >&6; }
7926 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7927 $as_echo_n "(cached) " >&6
7928 else
7929 case $MAGIC_CMD in
7930 [\\/*] | ?:[\\/]*)
7931 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7932 ;;
7933 *)
7934 lt_save_MAGIC_CMD="$MAGIC_CMD"
7935 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7936 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7937 for ac_dir in $ac_dummy; do
7938 IFS="$lt_save_ifs"
7939 test -z "$ac_dir" && ac_dir=.
7940 if test -f $ac_dir/file; then
7941 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7942 if test -n "$file_magic_test_file"; then
7943 case $deplibs_check_method in
7944 "file_magic "*)
7945 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7946 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7947 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7948 $EGREP "$file_magic_regex" > /dev/null; then
7949 :
7950 else
7951 cat <<_LT_EOF 1>&2
7952
7953 *** Warning: the command libtool uses to detect shared libraries,
7954 *** $file_magic_cmd, produces output that libtool cannot recognize.
7955 *** The result is that libtool may fail to recognize shared libraries
7956 *** as such. This will affect the creation of libtool libraries that
7957 *** depend on shared libraries, but programs linked with such libtool
7958 *** libraries will work regardless of this problem. Nevertheless, you
7959 *** may want to report the problem to your system manager and/or to
7960 *** bug-libtool@gnu.org
7961
7962 _LT_EOF
7963 fi ;;
7964 esac
7965 fi
7966 break
7967 fi
7968 done
7969 IFS="$lt_save_ifs"
7970 MAGIC_CMD="$lt_save_MAGIC_CMD"
7971 ;;
7972 esac
7973 fi
7974
7975 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7976 if test -n "$MAGIC_CMD"; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7978 $as_echo "$MAGIC_CMD" >&6; }
7979 else
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981 $as_echo "no" >&6; }
7982 fi
7983
7984
7985 else
7986 MAGIC_CMD=:
7987 fi
7988 fi
7989
7990 fi
7991 ;;
7992 esac
7993
7994 # Use C for the default configuration in the libtool script
7995
7996 lt_save_CC="$CC"
7997 ac_ext=c
7998 ac_cpp='$CPP $CPPFLAGS'
7999 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8000 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8001 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8002
8003
8004 # Source file extension for C test sources.
8005 ac_ext=c
8006
8007 # Object file extension for compiled C test sources.
8008 objext=o
8009 objext=$objext
8010
8011 # Code to be used in simple compile tests
8012 lt_simple_compile_test_code="int some_variable = 0;"
8013
8014 # Code to be used in simple link tests
8015 lt_simple_link_test_code='int main(){return(0);}'
8016
8017
8018
8019
8020
8021
8022
8023 # If no C compiler was specified, use CC.
8024 LTCC=${LTCC-"$CC"}
8025
8026 # If no C compiler flags were specified, use CFLAGS.
8027 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8028
8029 # Allow CC to be a program name with arguments.
8030 compiler=$CC
8031
8032 # Save the default compiler, since it gets overwritten when the other
8033 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8034 compiler_DEFAULT=$CC
8035
8036 # save warnings/boilerplate of simple test code
8037 ac_outfile=conftest.$ac_objext
8038 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8039 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8040 _lt_compiler_boilerplate=`cat conftest.err`
8041 $RM conftest*
8042
8043 ac_outfile=conftest.$ac_objext
8044 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8045 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8046 _lt_linker_boilerplate=`cat conftest.err`
8047 $RM -r conftest*
8048
8049
8050 ## CAVEAT EMPTOR:
8051 ## There is no encapsulation within the following macros, do not change
8052 ## the running order or otherwise move them around unless you know exactly
8053 ## what you are doing...
8054 if test -n "$compiler"; then
8055
8056 lt_prog_compiler_no_builtin_flag=
8057
8058 if test "$GCC" = yes; then
8059 case $cc_basename in
8060 nvcc*)
8061 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8062 *)
8063 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8064 esac
8065
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8067 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8068 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8069 $as_echo_n "(cached) " >&6
8070 else
8071 lt_cv_prog_compiler_rtti_exceptions=no
8072 ac_outfile=conftest.$ac_objext
8073 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8074 lt_compiler_flag="-fno-rtti -fno-exceptions"
8075 # Insert the option either (1) after the last *FLAGS variable, or
8076 # (2) before a word containing "conftest.", or (3) at the end.
8077 # Note that $ac_compile itself does not contain backslashes and begins
8078 # with a dollar sign (not a hyphen), so the echo should work correctly.
8079 # The option is referenced via a variable to avoid confusing sed.
8080 lt_compile=`echo "$ac_compile" | $SED \
8081 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8082 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8083 -e 's:$: $lt_compiler_flag:'`
8084 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8085 (eval "$lt_compile" 2>conftest.err)
8086 ac_status=$?
8087 cat conftest.err >&5
8088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8089 if (exit $ac_status) && test -s "$ac_outfile"; then
8090 # The compiler can only warn and ignore the option if not recognized
8091 # So say no if there are warnings other than the usual output.
8092 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8093 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8094 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8095 lt_cv_prog_compiler_rtti_exceptions=yes
8096 fi
8097 fi
8098 $RM conftest*
8099
8100 fi
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8102 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8103
8104 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8105 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8106 else
8107 :
8108 fi
8109
8110 fi
8111
8112
8113
8114
8115
8116
8117 lt_prog_compiler_wl=
8118 lt_prog_compiler_pic=
8119 lt_prog_compiler_static=
8120
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8122 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8123
8124 if test "$GCC" = yes; then
8125 lt_prog_compiler_wl='-Wl,'
8126 lt_prog_compiler_static='-static'
8127
8128 case $host_os in
8129 aix*)
8130 # All AIX code is PIC.
8131 if test "$host_cpu" = ia64; then
8132 # AIX 5 now supports IA64 processor
8133 lt_prog_compiler_static='-Bstatic'
8134 fi
8135 lt_prog_compiler_pic='-fPIC'
8136 ;;
8137
8138 amigaos*)
8139 case $host_cpu in
8140 powerpc)
8141 # see comment about AmigaOS4 .so support
8142 lt_prog_compiler_pic='-fPIC'
8143 ;;
8144 m68k)
8145 # FIXME: we need at least 68020 code to build shared libraries, but
8146 # adding the `-m68020' flag to GCC prevents building anything better,
8147 # like `-m68040'.
8148 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8149 ;;
8150 esac
8151 ;;
8152
8153 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8154 # PIC is the default for these OSes.
8155 ;;
8156
8157 mingw* | cygwin* | pw32* | os2* | cegcc*)
8158 # This hack is so that the source file can tell whether it is being
8159 # built for inclusion in a dll (and should export symbols for example).
8160 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8161 # (--disable-auto-import) libraries
8162 lt_prog_compiler_pic='-DDLL_EXPORT'
8163 ;;
8164
8165 darwin* | rhapsody*)
8166 # PIC is the default on this platform
8167 # Common symbols not allowed in MH_DYLIB files
8168 lt_prog_compiler_pic='-fno-common'
8169 ;;
8170
8171 haiku*)
8172 # PIC is the default for Haiku.
8173 # The "-static" flag exists, but is broken.
8174 lt_prog_compiler_static=
8175 ;;
8176
8177 hpux*)
8178 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8179 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8180 # sets the default TLS model and affects inlining.
8181 case $host_cpu in
8182 hppa*64*)
8183 # +Z the default
8184 ;;
8185 *)
8186 lt_prog_compiler_pic='-fPIC'
8187 ;;
8188 esac
8189 ;;
8190
8191 interix[3-9]*)
8192 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8193 # Instead, we relocate shared libraries at runtime.
8194 ;;
8195
8196 msdosdjgpp*)
8197 # Just because we use GCC doesn't mean we suddenly get shared libraries
8198 # on systems that don't support them.
8199 lt_prog_compiler_can_build_shared=no
8200 enable_shared=no
8201 ;;
8202
8203 *nto* | *qnx*)
8204 # QNX uses GNU C++, but need to define -shared option too, otherwise
8205 # it will coredump.
8206 lt_prog_compiler_pic='-fPIC -shared'
8207 ;;
8208
8209 sysv4*MP*)
8210 if test -d /usr/nec; then
8211 lt_prog_compiler_pic=-Kconform_pic
8212 fi
8213 ;;
8214
8215 *)
8216 lt_prog_compiler_pic='-fPIC'
8217 ;;
8218 esac
8219
8220 case $cc_basename in
8221 nvcc*) # Cuda Compiler Driver 2.2
8222 lt_prog_compiler_wl='-Xlinker '
8223 lt_prog_compiler_pic='-Xcompiler -fPIC'
8224 ;;
8225 esac
8226 else
8227 # PORTME Check for flag to pass linker flags through the system compiler.
8228 case $host_os in
8229 aix*)
8230 lt_prog_compiler_wl='-Wl,'
8231 if test "$host_cpu" = ia64; then
8232 # AIX 5 now supports IA64 processor
8233 lt_prog_compiler_static='-Bstatic'
8234 else
8235 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8236 fi
8237 ;;
8238
8239 mingw* | cygwin* | pw32* | os2* | cegcc*)
8240 # This hack is so that the source file can tell whether it is being
8241 # built for inclusion in a dll (and should export symbols for example).
8242 lt_prog_compiler_pic='-DDLL_EXPORT'
8243 ;;
8244
8245 hpux9* | hpux10* | hpux11*)
8246 lt_prog_compiler_wl='-Wl,'
8247 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8248 # not for PA HP-UX.
8249 case $host_cpu in
8250 hppa*64*|ia64*)
8251 # +Z the default
8252 ;;
8253 *)
8254 lt_prog_compiler_pic='+Z'
8255 ;;
8256 esac
8257 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8258 lt_prog_compiler_static='${wl}-a ${wl}archive'
8259 ;;
8260
8261 irix5* | irix6* | nonstopux*)
8262 lt_prog_compiler_wl='-Wl,'
8263 # PIC (with -KPIC) is the default.
8264 lt_prog_compiler_static='-non_shared'
8265 ;;
8266
8267 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8268 case $cc_basename in
8269 # old Intel for x86_64 which still supported -KPIC.
8270 ecc*)
8271 lt_prog_compiler_wl='-Wl,'
8272 lt_prog_compiler_pic='-KPIC'
8273 lt_prog_compiler_static='-static'
8274 ;;
8275 # icc used to be incompatible with GCC.
8276 # ICC 10 doesn't accept -KPIC any more.
8277 icc* | ifort*)
8278 lt_prog_compiler_wl='-Wl,'
8279 lt_prog_compiler_pic='-fPIC'
8280 lt_prog_compiler_static='-static'
8281 ;;
8282 # Lahey Fortran 8.1.
8283 lf95*)
8284 lt_prog_compiler_wl='-Wl,'
8285 lt_prog_compiler_pic='--shared'
8286 lt_prog_compiler_static='--static'
8287 ;;
8288 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8289 # Portland Group compilers (*not* the Pentium gcc compiler,
8290 # which looks to be a dead project)
8291 lt_prog_compiler_wl='-Wl,'
8292 lt_prog_compiler_pic='-fpic'
8293 lt_prog_compiler_static='-Bstatic'
8294 ;;
8295 ccc*)
8296 lt_prog_compiler_wl='-Wl,'
8297 # All Alpha code is PIC.
8298 lt_prog_compiler_static='-non_shared'
8299 ;;
8300 xl* | bgxl* | bgf* | mpixl*)
8301 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8302 lt_prog_compiler_wl='-Wl,'
8303 lt_prog_compiler_pic='-qpic'
8304 lt_prog_compiler_static='-qstaticlink'
8305 ;;
8306 *)
8307 case `$CC -V 2>&1 | sed 5q` in
8308 *Sun\ F* | *Sun*Fortran*)
8309 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8310 lt_prog_compiler_pic='-KPIC'
8311 lt_prog_compiler_static='-Bstatic'
8312 lt_prog_compiler_wl=''
8313 ;;
8314 *Sun\ C*)
8315 # Sun C 5.9
8316 lt_prog_compiler_pic='-KPIC'
8317 lt_prog_compiler_static='-Bstatic'
8318 lt_prog_compiler_wl='-Wl,'
8319 ;;
8320 esac
8321 ;;
8322 esac
8323 ;;
8324
8325 newsos6)
8326 lt_prog_compiler_pic='-KPIC'
8327 lt_prog_compiler_static='-Bstatic'
8328 ;;
8329
8330 *nto* | *qnx*)
8331 # QNX uses GNU C++, but need to define -shared option too, otherwise
8332 # it will coredump.
8333 lt_prog_compiler_pic='-fPIC -shared'
8334 ;;
8335
8336 osf3* | osf4* | osf5*)
8337 lt_prog_compiler_wl='-Wl,'
8338 # All OSF/1 code is PIC.
8339 lt_prog_compiler_static='-non_shared'
8340 ;;
8341
8342 rdos*)
8343 lt_prog_compiler_static='-non_shared'
8344 ;;
8345
8346 solaris*)
8347 lt_prog_compiler_pic='-KPIC'
8348 lt_prog_compiler_static='-Bstatic'
8349 case $cc_basename in
8350 f77* | f90* | f95*)
8351 lt_prog_compiler_wl='-Qoption ld ';;
8352 *)
8353 lt_prog_compiler_wl='-Wl,';;
8354 esac
8355 ;;
8356
8357 sunos4*)
8358 lt_prog_compiler_wl='-Qoption ld '
8359 lt_prog_compiler_pic='-PIC'
8360 lt_prog_compiler_static='-Bstatic'
8361 ;;
8362
8363 sysv4 | sysv4.2uw2* | sysv4.3*)
8364 lt_prog_compiler_wl='-Wl,'
8365 lt_prog_compiler_pic='-KPIC'
8366 lt_prog_compiler_static='-Bstatic'
8367 ;;
8368
8369 sysv4*MP*)
8370 if test -d /usr/nec ;then
8371 lt_prog_compiler_pic='-Kconform_pic'
8372 lt_prog_compiler_static='-Bstatic'
8373 fi
8374 ;;
8375
8376 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8377 lt_prog_compiler_wl='-Wl,'
8378 lt_prog_compiler_pic='-KPIC'
8379 lt_prog_compiler_static='-Bstatic'
8380 ;;
8381
8382 unicos*)
8383 lt_prog_compiler_wl='-Wl,'
8384 lt_prog_compiler_can_build_shared=no
8385 ;;
8386
8387 uts4*)
8388 lt_prog_compiler_pic='-pic'
8389 lt_prog_compiler_static='-Bstatic'
8390 ;;
8391
8392 *)
8393 lt_prog_compiler_can_build_shared=no
8394 ;;
8395 esac
8396 fi
8397
8398 case $host_os in
8399 # For platforms which do not support PIC, -DPIC is meaningless:
8400 *djgpp*)
8401 lt_prog_compiler_pic=
8402 ;;
8403 *)
8404 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8405 ;;
8406 esac
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8408 $as_echo "$lt_prog_compiler_pic" >&6; }
8409
8410
8411
8412
8413
8414
8415 #
8416 # Check to make sure the PIC flag actually works.
8417 #
8418 if test -n "$lt_prog_compiler_pic"; then
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8420 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8421 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8422 $as_echo_n "(cached) " >&6
8423 else
8424 lt_cv_prog_compiler_pic_works=no
8425 ac_outfile=conftest.$ac_objext
8426 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8427 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8428 # Insert the option either (1) after the last *FLAGS variable, or
8429 # (2) before a word containing "conftest.", or (3) at the end.
8430 # Note that $ac_compile itself does not contain backslashes and begins
8431 # with a dollar sign (not a hyphen), so the echo should work correctly.
8432 # The option is referenced via a variable to avoid confusing sed.
8433 lt_compile=`echo "$ac_compile" | $SED \
8434 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8435 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8436 -e 's:$: $lt_compiler_flag:'`
8437 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8438 (eval "$lt_compile" 2>conftest.err)
8439 ac_status=$?
8440 cat conftest.err >&5
8441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8442 if (exit $ac_status) && test -s "$ac_outfile"; then
8443 # The compiler can only warn and ignore the option if not recognized
8444 # So say no if there are warnings other than the usual output.
8445 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8446 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8447 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8448 lt_cv_prog_compiler_pic_works=yes
8449 fi
8450 fi
8451 $RM conftest*
8452
8453 fi
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8455 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8456
8457 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8458 case $lt_prog_compiler_pic in
8459 "" | " "*) ;;
8460 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8461 esac
8462 else
8463 lt_prog_compiler_pic=
8464 lt_prog_compiler_can_build_shared=no
8465 fi
8466
8467 fi
8468
8469
8470
8471
8472
8473
8474 #
8475 # Check to make sure the static flag actually works.
8476 #
8477 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8479 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8480 if ${lt_cv_prog_compiler_static_works+:} false; then :
8481 $as_echo_n "(cached) " >&6
8482 else
8483 lt_cv_prog_compiler_static_works=no
8484 save_LDFLAGS="$LDFLAGS"
8485 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8486 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8487 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8488 # The linker can only warn and ignore the option if not recognized
8489 # So say no if there are warnings
8490 if test -s conftest.err; then
8491 # Append any errors to the config.log.
8492 cat conftest.err 1>&5
8493 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8494 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8495 if diff conftest.exp conftest.er2 >/dev/null; then
8496 lt_cv_prog_compiler_static_works=yes
8497 fi
8498 else
8499 lt_cv_prog_compiler_static_works=yes
8500 fi
8501 fi
8502 $RM -r conftest*
8503 LDFLAGS="$save_LDFLAGS"
8504
8505 fi
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8507 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8508
8509 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8510 :
8511 else
8512 lt_prog_compiler_static=
8513 fi
8514
8515
8516
8517
8518
8519
8520
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8522 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8523 if ${lt_cv_prog_compiler_c_o+:} false; then :
8524 $as_echo_n "(cached) " >&6
8525 else
8526 lt_cv_prog_compiler_c_o=no
8527 $RM -r conftest 2>/dev/null
8528 mkdir conftest
8529 cd conftest
8530 mkdir out
8531 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8532
8533 lt_compiler_flag="-o out/conftest2.$ac_objext"
8534 # Insert the option either (1) after the last *FLAGS variable, or
8535 # (2) before a word containing "conftest.", or (3) at the end.
8536 # Note that $ac_compile itself does not contain backslashes and begins
8537 # with a dollar sign (not a hyphen), so the echo should work correctly.
8538 lt_compile=`echo "$ac_compile" | $SED \
8539 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8540 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8541 -e 's:$: $lt_compiler_flag:'`
8542 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8543 (eval "$lt_compile" 2>out/conftest.err)
8544 ac_status=$?
8545 cat out/conftest.err >&5
8546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8547 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8548 then
8549 # The compiler can only warn and ignore the option if not recognized
8550 # So say no if there are warnings
8551 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8552 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8553 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8554 lt_cv_prog_compiler_c_o=yes
8555 fi
8556 fi
8557 chmod u+w . 2>&5
8558 $RM conftest*
8559 # SGI C++ compiler will create directory out/ii_files/ for
8560 # template instantiation
8561 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8562 $RM out/* && rmdir out
8563 cd ..
8564 $RM -r conftest
8565 $RM conftest*
8566
8567 fi
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8569 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8570
8571
8572
8573
8574
8575
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8577 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8578 if ${lt_cv_prog_compiler_c_o+:} false; then :
8579 $as_echo_n "(cached) " >&6
8580 else
8581 lt_cv_prog_compiler_c_o=no
8582 $RM -r conftest 2>/dev/null
8583 mkdir conftest
8584 cd conftest
8585 mkdir out
8586 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8587
8588 lt_compiler_flag="-o out/conftest2.$ac_objext"
8589 # Insert the option either (1) after the last *FLAGS variable, or
8590 # (2) before a word containing "conftest.", or (3) at the end.
8591 # Note that $ac_compile itself does not contain backslashes and begins
8592 # with a dollar sign (not a hyphen), so the echo should work correctly.
8593 lt_compile=`echo "$ac_compile" | $SED \
8594 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8595 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8596 -e 's:$: $lt_compiler_flag:'`
8597 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8598 (eval "$lt_compile" 2>out/conftest.err)
8599 ac_status=$?
8600 cat out/conftest.err >&5
8601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8602 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8603 then
8604 # The compiler can only warn and ignore the option if not recognized
8605 # So say no if there are warnings
8606 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8607 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8608 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8609 lt_cv_prog_compiler_c_o=yes
8610 fi
8611 fi
8612 chmod u+w . 2>&5
8613 $RM conftest*
8614 # SGI C++ compiler will create directory out/ii_files/ for
8615 # template instantiation
8616 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8617 $RM out/* && rmdir out
8618 cd ..
8619 $RM -r conftest
8620 $RM conftest*
8621
8622 fi
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8624 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8625
8626
8627
8628
8629 hard_links="nottested"
8630 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8631 # do not overwrite the value of need_locks provided by the user
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8633 $as_echo_n "checking if we can lock with hard links... " >&6; }
8634 hard_links=yes
8635 $RM conftest*
8636 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8637 touch conftest.a
8638 ln conftest.a conftest.b 2>&5 || hard_links=no
8639 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8641 $as_echo "$hard_links" >&6; }
8642 if test "$hard_links" = no; then
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8644 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8645 need_locks=warn
8646 fi
8647 else
8648 need_locks=no
8649 fi
8650
8651
8652
8653
8654
8655
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8657 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8658
8659 runpath_var=
8660 allow_undefined_flag=
8661 always_export_symbols=no
8662 archive_cmds=
8663 archive_expsym_cmds=
8664 compiler_needs_object=no
8665 enable_shared_with_static_runtimes=no
8666 export_dynamic_flag_spec=
8667 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8668 hardcode_automatic=no
8669 hardcode_direct=no
8670 hardcode_direct_absolute=no
8671 hardcode_libdir_flag_spec=
8672 hardcode_libdir_flag_spec_ld=
8673 hardcode_libdir_separator=
8674 hardcode_minus_L=no
8675 hardcode_shlibpath_var=unsupported
8676 inherit_rpath=no
8677 link_all_deplibs=unknown
8678 module_cmds=
8679 module_expsym_cmds=
8680 old_archive_from_new_cmds=
8681 old_archive_from_expsyms_cmds=
8682 thread_safe_flag_spec=
8683 whole_archive_flag_spec=
8684 # include_expsyms should be a list of space-separated symbols to be *always*
8685 # included in the symbol list
8686 include_expsyms=
8687 # exclude_expsyms can be an extended regexp of symbols to exclude
8688 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8689 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8690 # as well as any symbol that contains `d'.
8691 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8692 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8693 # platforms (ab)use it in PIC code, but their linkers get confused if
8694 # the symbol is explicitly referenced. Since portable code cannot
8695 # rely on this symbol name, it's probably fine to never include it in
8696 # preloaded symbol tables.
8697 # Exclude shared library initialization/finalization symbols.
8698 extract_expsyms_cmds=
8699
8700 case $host_os in
8701 cygwin* | mingw* | pw32* | cegcc*)
8702 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8703 # When not using gcc, we currently assume that we are using
8704 # Microsoft Visual C++.
8705 if test "$GCC" != yes; then
8706 with_gnu_ld=no
8707 fi
8708 ;;
8709 interix*)
8710 # we just hope/assume this is gcc and not c89 (= MSVC++)
8711 with_gnu_ld=yes
8712 ;;
8713 openbsd*)
8714 with_gnu_ld=no
8715 ;;
8716 esac
8717
8718 ld_shlibs=yes
8719
8720 # On some targets, GNU ld is compatible enough with the native linker
8721 # that we're better off using the native interface for both.
8722 lt_use_gnu_ld_interface=no
8723 if test "$with_gnu_ld" = yes; then
8724 case $host_os in
8725 aix*)
8726 # The AIX port of GNU ld has always aspired to compatibility
8727 # with the native linker. However, as the warning in the GNU ld
8728 # block says, versions before 2.19.5* couldn't really create working
8729 # shared libraries, regardless of the interface used.
8730 case `$LD -v 2>&1` in
8731 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8732 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8733 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8734 *)
8735 lt_use_gnu_ld_interface=yes
8736 ;;
8737 esac
8738 ;;
8739 *)
8740 lt_use_gnu_ld_interface=yes
8741 ;;
8742 esac
8743 fi
8744
8745 if test "$lt_use_gnu_ld_interface" = yes; then
8746 # If archive_cmds runs LD, not CC, wlarc should be empty
8747 wlarc='${wl}'
8748
8749 # Set some defaults for GNU ld with shared library support. These
8750 # are reset later if shared libraries are not supported. Putting them
8751 # here allows them to be overridden if necessary.
8752 runpath_var=LD_RUN_PATH
8753 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8754 export_dynamic_flag_spec='${wl}--export-dynamic'
8755 # ancient GNU ld didn't support --whole-archive et. al.
8756 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8757 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8758 else
8759 whole_archive_flag_spec=
8760 fi
8761 supports_anon_versioning=no
8762 case `$LD -v 2>&1` in
8763 *GNU\ gold*) supports_anon_versioning=yes ;;
8764 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8765 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8766 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8767 *\ 2.11.*) ;; # other 2.11 versions
8768 *) supports_anon_versioning=yes ;;
8769 esac
8770
8771 # See if GNU ld supports shared libraries.
8772 case $host_os in
8773 aix[3-9]*)
8774 # On AIX/PPC, the GNU linker is very broken
8775 if test "$host_cpu" != ia64; then
8776 ld_shlibs=no
8777 cat <<_LT_EOF 1>&2
8778
8779 *** Warning: the GNU linker, at least up to release 2.19, is reported
8780 *** to be unable to reliably create shared libraries on AIX.
8781 *** Therefore, libtool is disabling shared libraries support. If you
8782 *** really care for shared libraries, you may want to install binutils
8783 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8784 *** You will then need to restart the configuration process.
8785
8786 _LT_EOF
8787 fi
8788 ;;
8789
8790 amigaos*)
8791 case $host_cpu in
8792 powerpc)
8793 # see comment about AmigaOS4 .so support
8794 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8795 archive_expsym_cmds=''
8796 ;;
8797 m68k)
8798 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)'
8799 hardcode_libdir_flag_spec='-L$libdir'
8800 hardcode_minus_L=yes
8801 ;;
8802 esac
8803 ;;
8804
8805 beos*)
8806 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8807 allow_undefined_flag=unsupported
8808 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8809 # support --undefined. This deserves some investigation. FIXME
8810 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8811 else
8812 ld_shlibs=no
8813 fi
8814 ;;
8815
8816 cygwin* | mingw* | pw32* | cegcc*)
8817 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8818 # as there is no search path for DLLs.
8819 hardcode_libdir_flag_spec='-L$libdir'
8820 export_dynamic_flag_spec='${wl}--export-all-symbols'
8821 allow_undefined_flag=unsupported
8822 always_export_symbols=no
8823 enable_shared_with_static_runtimes=yes
8824 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8825
8826 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8827 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8828 # If the export-symbols file already is a .def file (1st line
8829 # is EXPORTS), use it as is; otherwise, prepend...
8830 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8831 cp $export_symbols $output_objdir/$soname.def;
8832 else
8833 echo EXPORTS > $output_objdir/$soname.def;
8834 cat $export_symbols >> $output_objdir/$soname.def;
8835 fi~
8836 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8837 else
8838 ld_shlibs=no
8839 fi
8840 ;;
8841
8842 haiku*)
8843 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8844 link_all_deplibs=yes
8845 ;;
8846
8847 interix[3-9]*)
8848 hardcode_direct=no
8849 hardcode_shlibpath_var=no
8850 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8851 export_dynamic_flag_spec='${wl}-E'
8852 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8853 # Instead, shared libraries are loaded at an image base (0x10000000 by
8854 # default) and relocated if they conflict, which is a slow very memory
8855 # consuming and fragmenting process. To avoid this, we pick a random,
8856 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8857 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8858 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8859 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'
8860 ;;
8861
8862 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8863 tmp_diet=no
8864 if test "$host_os" = linux-dietlibc; then
8865 case $cc_basename in
8866 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8867 esac
8868 fi
8869 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8870 && test "$tmp_diet" = no
8871 then
8872 tmp_addflag=' $pic_flag'
8873 tmp_sharedflag='-shared'
8874 case $cc_basename,$host_cpu in
8875 pgcc*) # Portland Group C compiler
8876 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'
8877 tmp_addflag=' $pic_flag'
8878 ;;
8879 pgf77* | pgf90* | pgf95* | pgfortran*)
8880 # Portland Group f77 and f90 compilers
8881 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'
8882 tmp_addflag=' $pic_flag -Mnomain' ;;
8883 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8884 tmp_addflag=' -i_dynamic' ;;
8885 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8886 tmp_addflag=' -i_dynamic -nofor_main' ;;
8887 ifc* | ifort*) # Intel Fortran compiler
8888 tmp_addflag=' -nofor_main' ;;
8889 lf95*) # Lahey Fortran 8.1
8890 whole_archive_flag_spec=
8891 tmp_sharedflag='--shared' ;;
8892 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8893 tmp_sharedflag='-qmkshrobj'
8894 tmp_addflag= ;;
8895 nvcc*) # Cuda Compiler Driver 2.2
8896 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'
8897 compiler_needs_object=yes
8898 ;;
8899 esac
8900 case `$CC -V 2>&1 | sed 5q` in
8901 *Sun\ C*) # Sun C 5.9
8902 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'
8903 compiler_needs_object=yes
8904 tmp_sharedflag='-G' ;;
8905 *Sun\ F*) # Sun Fortran 8.3
8906 tmp_sharedflag='-G' ;;
8907 esac
8908 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8909
8910 if test "x$supports_anon_versioning" = xyes; then
8911 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8912 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8913 echo "local: *; };" >> $output_objdir/$libname.ver~
8914 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8915 fi
8916
8917 case $cc_basename in
8918 xlf* | bgf* | bgxlf* | mpixlf*)
8919 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8920 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8921 hardcode_libdir_flag_spec=
8922 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8923 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8924 if test "x$supports_anon_versioning" = xyes; then
8925 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8926 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8927 echo "local: *; };" >> $output_objdir/$libname.ver~
8928 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8929 fi
8930 ;;
8931 esac
8932 else
8933 ld_shlibs=no
8934 fi
8935 ;;
8936
8937 netbsd*)
8938 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8939 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8940 wlarc=
8941 else
8942 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8943 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8944 fi
8945 ;;
8946
8947 solaris*)
8948 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8949 ld_shlibs=no
8950 cat <<_LT_EOF 1>&2
8951
8952 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8953 *** create shared libraries on Solaris systems. Therefore, libtool
8954 *** is disabling shared libraries support. We urge you to upgrade GNU
8955 *** binutils to release 2.9.1 or newer. Another option is to modify
8956 *** your PATH or compiler configuration so that the native linker is
8957 *** used, and then restart.
8958
8959 _LT_EOF
8960 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8961 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8962 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8963 else
8964 ld_shlibs=no
8965 fi
8966 ;;
8967
8968 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8969 case `$LD -v 2>&1` in
8970 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8971 ld_shlibs=no
8972 cat <<_LT_EOF 1>&2
8973
8974 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8975 *** reliably create shared libraries on SCO systems. Therefore, libtool
8976 *** is disabling shared libraries support. We urge you to upgrade GNU
8977 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8978 *** your PATH or compiler configuration so that the native linker is
8979 *** used, and then restart.
8980
8981 _LT_EOF
8982 ;;
8983 *)
8984 # For security reasons, it is highly recommended that you always
8985 # use absolute paths for naming shared libraries, and exclude the
8986 # DT_RUNPATH tag from executables and libraries. But doing so
8987 # requires that you compile everything twice, which is a pain.
8988 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8989 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8990 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8991 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8992 else
8993 ld_shlibs=no
8994 fi
8995 ;;
8996 esac
8997 ;;
8998
8999 sunos4*)
9000 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9001 wlarc=
9002 hardcode_direct=yes
9003 hardcode_shlibpath_var=no
9004 ;;
9005
9006 *)
9007 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9008 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9009 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9010 else
9011 ld_shlibs=no
9012 fi
9013 ;;
9014 esac
9015
9016 if test "$ld_shlibs" = no; then
9017 runpath_var=
9018 hardcode_libdir_flag_spec=
9019 export_dynamic_flag_spec=
9020 whole_archive_flag_spec=
9021 fi
9022 else
9023 # PORTME fill in a description of your system's linker (not GNU ld)
9024 case $host_os in
9025 aix3*)
9026 allow_undefined_flag=unsupported
9027 always_export_symbols=yes
9028 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'
9029 # Note: this linker hardcodes the directories in LIBPATH if there
9030 # are no directories specified by -L.
9031 hardcode_minus_L=yes
9032 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9033 # Neither direct hardcoding nor static linking is supported with a
9034 # broken collect2.
9035 hardcode_direct=unsupported
9036 fi
9037 ;;
9038
9039 aix[4-9]*)
9040 if test "$host_cpu" = ia64; then
9041 # On IA64, the linker does run time linking by default, so we don't
9042 # have to do anything special.
9043 aix_use_runtimelinking=no
9044 exp_sym_flag='-Bexport'
9045 no_entry_flag=""
9046 else
9047 # If we're using GNU nm, then we don't want the "-C" option.
9048 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9049 # Also, AIX nm treats weak defined symbols like other global
9050 # defined symbols, whereas GNU nm marks them as "W".
9051 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9052 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'
9053 else
9054 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'
9055 fi
9056 aix_use_runtimelinking=no
9057
9058 # Test if we are trying to use run time linking or normal
9059 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9060 # need to do runtime linking.
9061 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9062 for ld_flag in $LDFLAGS; do
9063 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9064 aix_use_runtimelinking=yes
9065 break
9066 fi
9067 done
9068 ;;
9069 esac
9070
9071 exp_sym_flag='-bexport'
9072 no_entry_flag='-bnoentry'
9073 fi
9074
9075 # When large executables or shared objects are built, AIX ld can
9076 # have problems creating the table of contents. If linking a library
9077 # or program results in "error TOC overflow" add -mminimal-toc to
9078 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9079 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9080
9081 archive_cmds=''
9082 hardcode_direct=yes
9083 hardcode_direct_absolute=yes
9084 hardcode_libdir_separator=':'
9085 link_all_deplibs=yes
9086 file_list_spec='${wl}-f,'
9087
9088 if test "$GCC" = yes; then
9089 case $host_os in aix4.[012]|aix4.[012].*)
9090 # We only want to do this on AIX 4.2 and lower, the check
9091 # below for broken collect2 doesn't work under 4.3+
9092 collect2name=`${CC} -print-prog-name=collect2`
9093 if test -f "$collect2name" &&
9094 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9095 then
9096 # We have reworked collect2
9097 :
9098 else
9099 # We have old collect2
9100 hardcode_direct=unsupported
9101 # It fails to find uninstalled libraries when the uninstalled
9102 # path is not listed in the libpath. Setting hardcode_minus_L
9103 # to unsupported forces relinking
9104 hardcode_minus_L=yes
9105 hardcode_libdir_flag_spec='-L$libdir'
9106 hardcode_libdir_separator=
9107 fi
9108 ;;
9109 esac
9110 shared_flag='-shared'
9111 if test "$aix_use_runtimelinking" = yes; then
9112 shared_flag="$shared_flag "'${wl}-G'
9113 fi
9114 else
9115 # not using gcc
9116 if test "$host_cpu" = ia64; then
9117 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9118 # chokes on -Wl,-G. The following line is correct:
9119 shared_flag='-G'
9120 else
9121 if test "$aix_use_runtimelinking" = yes; then
9122 shared_flag='${wl}-G'
9123 else
9124 shared_flag='${wl}-bM:SRE'
9125 fi
9126 fi
9127 fi
9128
9129 export_dynamic_flag_spec='${wl}-bexpall'
9130 # It seems that -bexpall does not export symbols beginning with
9131 # underscore (_), so it is better to generate a list of symbols to export.
9132 always_export_symbols=yes
9133 if test "$aix_use_runtimelinking" = yes; then
9134 # Warning - without using the other runtime loading flags (-brtl),
9135 # -berok will link without error, but may produce a broken library.
9136 allow_undefined_flag='-berok'
9137 # Determine the default libpath from the value encoded in an
9138 # empty executable.
9139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9140 /* end confdefs.h. */
9141
9142 int
9143 main ()
9144 {
9145
9146 ;
9147 return 0;
9148 }
9149 _ACEOF
9150 if ac_fn_c_try_link "$LINENO"; then :
9151
9152 lt_aix_libpath_sed='
9153 /Import File Strings/,/^$/ {
9154 /^0/ {
9155 s/^0 *\(.*\)$/\1/
9156 p
9157 }
9158 }'
9159 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9160 # Check for a 64-bit object if we didn't find anything.
9161 if test -z "$aix_libpath"; then
9162 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9163 fi
9164 fi
9165 rm -f core conftest.err conftest.$ac_objext \
9166 conftest$ac_exeext conftest.$ac_ext
9167 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9168
9169 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9170 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"
9171 else
9172 if test "$host_cpu" = ia64; then
9173 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9174 allow_undefined_flag="-z nodefs"
9175 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"
9176 else
9177 # Determine the default libpath from the value encoded in an
9178 # empty executable.
9179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9180 /* end confdefs.h. */
9181
9182 int
9183 main ()
9184 {
9185
9186 ;
9187 return 0;
9188 }
9189 _ACEOF
9190 if ac_fn_c_try_link "$LINENO"; then :
9191
9192 lt_aix_libpath_sed='
9193 /Import File Strings/,/^$/ {
9194 /^0/ {
9195 s/^0 *\(.*\)$/\1/
9196 p
9197 }
9198 }'
9199 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9200 # Check for a 64-bit object if we didn't find anything.
9201 if test -z "$aix_libpath"; then
9202 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9203 fi
9204 fi
9205 rm -f core conftest.err conftest.$ac_objext \
9206 conftest$ac_exeext conftest.$ac_ext
9207 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9208
9209 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9210 # Warning - without using the other run time loading flags,
9211 # -berok will link without error, but may produce a broken library.
9212 no_undefined_flag=' ${wl}-bernotok'
9213 allow_undefined_flag=' ${wl}-berok'
9214 if test "$with_gnu_ld" = yes; then
9215 # We only use this code for GNU lds that support --whole-archive.
9216 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9217 else
9218 # Exported symbols can be pulled into shared objects from archives
9219 whole_archive_flag_spec='$convenience'
9220 fi
9221 archive_cmds_need_lc=yes
9222 # This is similar to how AIX traditionally builds its shared libraries.
9223 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'
9224 fi
9225 fi
9226 ;;
9227
9228 amigaos*)
9229 case $host_cpu in
9230 powerpc)
9231 # see comment about AmigaOS4 .so support
9232 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9233 archive_expsym_cmds=''
9234 ;;
9235 m68k)
9236 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)'
9237 hardcode_libdir_flag_spec='-L$libdir'
9238 hardcode_minus_L=yes
9239 ;;
9240 esac
9241 ;;
9242
9243 bsdi[45]*)
9244 export_dynamic_flag_spec=-rdynamic
9245 ;;
9246
9247 cygwin* | mingw* | pw32* | cegcc*)
9248 # When not using gcc, we currently assume that we are using
9249 # Microsoft Visual C++.
9250 # hardcode_libdir_flag_spec is actually meaningless, as there is
9251 # no search path for DLLs.
9252 hardcode_libdir_flag_spec=' '
9253 allow_undefined_flag=unsupported
9254 # Tell ltmain to make .lib files, not .a files.
9255 libext=lib
9256 # Tell ltmain to make .dll files, not .so files.
9257 shrext_cmds=".dll"
9258 # FIXME: Setting linknames here is a bad hack.
9259 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9260 # The linker will automatically build a .lib file if we build a DLL.
9261 old_archive_from_new_cmds='true'
9262 # FIXME: Should let the user specify the lib program.
9263 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9264 fix_srcfile_path='`cygpath -w "$srcfile"`'
9265 enable_shared_with_static_runtimes=yes
9266 ;;
9267
9268 darwin* | rhapsody*)
9269
9270
9271 archive_cmds_need_lc=no
9272 hardcode_direct=no
9273 hardcode_automatic=yes
9274 hardcode_shlibpath_var=unsupported
9275 if test "$lt_cv_ld_force_load" = "yes"; then
9276 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\"`'
9277 else
9278 whole_archive_flag_spec=''
9279 fi
9280 link_all_deplibs=yes
9281 allow_undefined_flag="$_lt_dar_allow_undefined"
9282 case $cc_basename in
9283 ifort*) _lt_dar_can_shared=yes ;;
9284 *) _lt_dar_can_shared=$GCC ;;
9285 esac
9286 if test "$_lt_dar_can_shared" = "yes"; then
9287 output_verbose_link_cmd=func_echo_all
9288 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9289 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9290 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}"
9291 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}"
9292
9293 else
9294 ld_shlibs=no
9295 fi
9296
9297 ;;
9298
9299 dgux*)
9300 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9301 hardcode_libdir_flag_spec='-L$libdir'
9302 hardcode_shlibpath_var=no
9303 ;;
9304
9305 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9306 # support. Future versions do this automatically, but an explicit c++rt0.o
9307 # does not break anything, and helps significantly (at the cost of a little
9308 # extra space).
9309 freebsd2.2*)
9310 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9311 hardcode_libdir_flag_spec='-R$libdir'
9312 hardcode_direct=yes
9313 hardcode_shlibpath_var=no
9314 ;;
9315
9316 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9317 freebsd2.*)
9318 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9319 hardcode_direct=yes
9320 hardcode_minus_L=yes
9321 hardcode_shlibpath_var=no
9322 ;;
9323
9324 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9325 freebsd* | dragonfly*)
9326 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9327 hardcode_libdir_flag_spec='-R$libdir'
9328 hardcode_direct=yes
9329 hardcode_shlibpath_var=no
9330 ;;
9331
9332 hpux9*)
9333 if test "$GCC" = yes; then
9334 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'
9335 else
9336 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'
9337 fi
9338 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9339 hardcode_libdir_separator=:
9340 hardcode_direct=yes
9341
9342 # hardcode_minus_L: Not really in the search PATH,
9343 # but as the default location of the library.
9344 hardcode_minus_L=yes
9345 export_dynamic_flag_spec='${wl}-E'
9346 ;;
9347
9348 hpux10*)
9349 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9350 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9351 else
9352 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9353 fi
9354 if test "$with_gnu_ld" = no; then
9355 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9356 hardcode_libdir_flag_spec_ld='+b $libdir'
9357 hardcode_libdir_separator=:
9358 hardcode_direct=yes
9359 hardcode_direct_absolute=yes
9360 export_dynamic_flag_spec='${wl}-E'
9361 # hardcode_minus_L: Not really in the search PATH,
9362 # but as the default location of the library.
9363 hardcode_minus_L=yes
9364 fi
9365 ;;
9366
9367 hpux11*)
9368 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9369 case $host_cpu in
9370 hppa*64*)
9371 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9372 ;;
9373 ia64*)
9374 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9375 ;;
9376 *)
9377 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9378 ;;
9379 esac
9380 else
9381 case $host_cpu in
9382 hppa*64*)
9383 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9384 ;;
9385 ia64*)
9386 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9387 ;;
9388 *)
9389
9390 # Older versions of the 11.00 compiler do not understand -b yet
9391 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9393 $as_echo_n "checking if $CC understands -b... " >&6; }
9394 if ${lt_cv_prog_compiler__b+:} false; then :
9395 $as_echo_n "(cached) " >&6
9396 else
9397 lt_cv_prog_compiler__b=no
9398 save_LDFLAGS="$LDFLAGS"
9399 LDFLAGS="$LDFLAGS -b"
9400 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9401 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9402 # The linker can only warn and ignore the option if not recognized
9403 # So say no if there are warnings
9404 if test -s conftest.err; then
9405 # Append any errors to the config.log.
9406 cat conftest.err 1>&5
9407 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9408 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9409 if diff conftest.exp conftest.er2 >/dev/null; then
9410 lt_cv_prog_compiler__b=yes
9411 fi
9412 else
9413 lt_cv_prog_compiler__b=yes
9414 fi
9415 fi
9416 $RM -r conftest*
9417 LDFLAGS="$save_LDFLAGS"
9418
9419 fi
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9421 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9422
9423 if test x"$lt_cv_prog_compiler__b" = xyes; then
9424 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9425 else
9426 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9427 fi
9428
9429 ;;
9430 esac
9431 fi
9432 if test "$with_gnu_ld" = no; then
9433 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9434 hardcode_libdir_separator=:
9435
9436 case $host_cpu in
9437 hppa*64*|ia64*)
9438 hardcode_direct=no
9439 hardcode_shlibpath_var=no
9440 ;;
9441 *)
9442 hardcode_direct=yes
9443 hardcode_direct_absolute=yes
9444 export_dynamic_flag_spec='${wl}-E'
9445
9446 # hardcode_minus_L: Not really in the search PATH,
9447 # but as the default location of the library.
9448 hardcode_minus_L=yes
9449 ;;
9450 esac
9451 fi
9452 ;;
9453
9454 irix5* | irix6* | nonstopux*)
9455 if test "$GCC" = yes; then
9456 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'
9457 # Try to use the -exported_symbol ld option, if it does not
9458 # work, assume that -exports_file does not work either and
9459 # implicitly export all symbols.
9460 save_LDFLAGS="$LDFLAGS"
9461 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9463 /* end confdefs.h. */
9464 int foo(void) {}
9465 _ACEOF
9466 if ac_fn_c_try_link "$LINENO"; then :
9467 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'
9468
9469 fi
9470 rm -f core conftest.err conftest.$ac_objext \
9471 conftest$ac_exeext conftest.$ac_ext
9472 LDFLAGS="$save_LDFLAGS"
9473 else
9474 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'
9475 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'
9476 fi
9477 archive_cmds_need_lc='no'
9478 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9479 hardcode_libdir_separator=:
9480 inherit_rpath=yes
9481 link_all_deplibs=yes
9482 ;;
9483
9484 netbsd*)
9485 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9486 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9487 else
9488 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9489 fi
9490 hardcode_libdir_flag_spec='-R$libdir'
9491 hardcode_direct=yes
9492 hardcode_shlibpath_var=no
9493 ;;
9494
9495 newsos6)
9496 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9497 hardcode_direct=yes
9498 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9499 hardcode_libdir_separator=:
9500 hardcode_shlibpath_var=no
9501 ;;
9502
9503 *nto* | *qnx*)
9504 ;;
9505
9506 openbsd*)
9507 if test -f /usr/libexec/ld.so; then
9508 hardcode_direct=yes
9509 hardcode_shlibpath_var=no
9510 hardcode_direct_absolute=yes
9511 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9512 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9513 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9514 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9515 export_dynamic_flag_spec='${wl}-E'
9516 else
9517 case $host_os in
9518 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9519 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9520 hardcode_libdir_flag_spec='-R$libdir'
9521 ;;
9522 *)
9523 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9524 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9525 ;;
9526 esac
9527 fi
9528 else
9529 ld_shlibs=no
9530 fi
9531 ;;
9532
9533 os2*)
9534 hardcode_libdir_flag_spec='-L$libdir'
9535 hardcode_minus_L=yes
9536 allow_undefined_flag=unsupported
9537 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'
9538 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9539 ;;
9540
9541 osf3*)
9542 if test "$GCC" = yes; then
9543 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9544 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'
9545 else
9546 allow_undefined_flag=' -expect_unresolved \*'
9547 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'
9548 fi
9549 archive_cmds_need_lc='no'
9550 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9551 hardcode_libdir_separator=:
9552 ;;
9553
9554 osf4* | osf5*) # as osf3* with the addition of -msym flag
9555 if test "$GCC" = yes; then
9556 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9557 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'
9558 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9559 else
9560 allow_undefined_flag=' -expect_unresolved \*'
9561 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'
9562 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~
9563 $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'
9564
9565 # Both c and cxx compiler support -rpath directly
9566 hardcode_libdir_flag_spec='-rpath $libdir'
9567 fi
9568 archive_cmds_need_lc='no'
9569 hardcode_libdir_separator=:
9570 ;;
9571
9572 solaris*)
9573 no_undefined_flag=' -z defs'
9574 if test "$GCC" = yes; then
9575 wlarc='${wl}'
9576 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9577 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9578 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9579 else
9580 case `$CC -V 2>&1` in
9581 *"Compilers 5.0"*)
9582 wlarc=''
9583 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9584 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9585 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9586 ;;
9587 *)
9588 wlarc='${wl}'
9589 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9590 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9591 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9592 ;;
9593 esac
9594 fi
9595 hardcode_libdir_flag_spec='-R$libdir'
9596 hardcode_shlibpath_var=no
9597 case $host_os in
9598 solaris2.[0-5] | solaris2.[0-5].*) ;;
9599 *)
9600 # The compiler driver will combine and reorder linker options,
9601 # but understands `-z linker_flag'. GCC discards it without `$wl',
9602 # but is careful enough not to reorder.
9603 # Supported since Solaris 2.6 (maybe 2.5.1?)
9604 if test "$GCC" = yes; then
9605 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9606 else
9607 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9608 fi
9609 ;;
9610 esac
9611 link_all_deplibs=yes
9612 ;;
9613
9614 sunos4*)
9615 if test "x$host_vendor" = xsequent; then
9616 # Use $CC to link under sequent, because it throws in some extra .o
9617 # files that make .init and .fini sections work.
9618 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9619 else
9620 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9621 fi
9622 hardcode_libdir_flag_spec='-L$libdir'
9623 hardcode_direct=yes
9624 hardcode_minus_L=yes
9625 hardcode_shlibpath_var=no
9626 ;;
9627
9628 sysv4)
9629 case $host_vendor in
9630 sni)
9631 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9632 hardcode_direct=yes # is this really true???
9633 ;;
9634 siemens)
9635 ## LD is ld it makes a PLAMLIB
9636 ## CC just makes a GrossModule.
9637 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9638 reload_cmds='$CC -r -o $output$reload_objs'
9639 hardcode_direct=no
9640 ;;
9641 motorola)
9642 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9643 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9644 ;;
9645 esac
9646 runpath_var='LD_RUN_PATH'
9647 hardcode_shlibpath_var=no
9648 ;;
9649
9650 sysv4.3*)
9651 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9652 hardcode_shlibpath_var=no
9653 export_dynamic_flag_spec='-Bexport'
9654 ;;
9655
9656 sysv4*MP*)
9657 if test -d /usr/nec; then
9658 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9659 hardcode_shlibpath_var=no
9660 runpath_var=LD_RUN_PATH
9661 hardcode_runpath_var=yes
9662 ld_shlibs=yes
9663 fi
9664 ;;
9665
9666 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9667 no_undefined_flag='${wl}-z,text'
9668 archive_cmds_need_lc=no
9669 hardcode_shlibpath_var=no
9670 runpath_var='LD_RUN_PATH'
9671
9672 if test "$GCC" = yes; then
9673 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9674 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9675 else
9676 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9677 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9678 fi
9679 ;;
9680
9681 sysv5* | sco3.2v5* | sco5v6*)
9682 # Note: We can NOT use -z defs as we might desire, because we do not
9683 # link with -lc, and that would cause any symbols used from libc to
9684 # always be unresolved, which means just about no library would
9685 # ever link correctly. If we're not using GNU ld we use -z text
9686 # though, which does catch some bad symbols but isn't as heavy-handed
9687 # as -z defs.
9688 no_undefined_flag='${wl}-z,text'
9689 allow_undefined_flag='${wl}-z,nodefs'
9690 archive_cmds_need_lc=no
9691 hardcode_shlibpath_var=no
9692 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9693 hardcode_libdir_separator=':'
9694 link_all_deplibs=yes
9695 export_dynamic_flag_spec='${wl}-Bexport'
9696 runpath_var='LD_RUN_PATH'
9697
9698 if test "$GCC" = yes; then
9699 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9701 else
9702 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9703 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9704 fi
9705 ;;
9706
9707 uts4*)
9708 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9709 hardcode_libdir_flag_spec='-L$libdir'
9710 hardcode_shlibpath_var=no
9711 ;;
9712
9713 *)
9714 ld_shlibs=no
9715 ;;
9716 esac
9717
9718 if test x$host_vendor = xsni; then
9719 case $host in
9720 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9721 export_dynamic_flag_spec='${wl}-Blargedynsym'
9722 ;;
9723 esac
9724 fi
9725 fi
9726
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9728 $as_echo "$ld_shlibs" >&6; }
9729 test "$ld_shlibs" = no && can_build_shared=no
9730
9731 with_gnu_ld=$with_gnu_ld
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747 #
9748 # Do we need to explicitly link libc?
9749 #
9750 case "x$archive_cmds_need_lc" in
9751 x|xyes)
9752 # Assume -lc should be added
9753 archive_cmds_need_lc=yes
9754
9755 if test "$enable_shared" = yes && test "$GCC" = yes; then
9756 case $archive_cmds in
9757 *'~'*)
9758 # FIXME: we may have to deal with multi-command sequences.
9759 ;;
9760 '$CC '*)
9761 # Test whether the compiler implicitly links with -lc since on some
9762 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9763 # to ld, don't add -lc before -lgcc.
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9765 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9766 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9767 $as_echo_n "(cached) " >&6
9768 else
9769 $RM conftest*
9770 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9771
9772 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9773 (eval $ac_compile) 2>&5
9774 ac_status=$?
9775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9776 test $ac_status = 0; } 2>conftest.err; then
9777 soname=conftest
9778 lib=conftest
9779 libobjs=conftest.$ac_objext
9780 deplibs=
9781 wl=$lt_prog_compiler_wl
9782 pic_flag=$lt_prog_compiler_pic
9783 compiler_flags=-v
9784 linker_flags=-v
9785 verstring=
9786 output_objdir=.
9787 libname=conftest
9788 lt_save_allow_undefined_flag=$allow_undefined_flag
9789 allow_undefined_flag=
9790 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9791 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9792 ac_status=$?
9793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9794 test $ac_status = 0; }
9795 then
9796 lt_cv_archive_cmds_need_lc=no
9797 else
9798 lt_cv_archive_cmds_need_lc=yes
9799 fi
9800 allow_undefined_flag=$lt_save_allow_undefined_flag
9801 else
9802 cat conftest.err 1>&5
9803 fi
9804 $RM conftest*
9805
9806 fi
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9808 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9809 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9810 ;;
9811 esac
9812 fi
9813 ;;
9814 esac
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9973 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9974
9975 if test "$GCC" = yes; then
9976 case $host_os in
9977 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9978 *) lt_awk_arg="/^libraries:/" ;;
9979 esac
9980 case $host_os in
9981 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9982 *) lt_sed_strip_eq="s,=/,/,g" ;;
9983 esac
9984 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9985 case $lt_search_path_spec in
9986 *\;*)
9987 # if the path contains ";" then we assume it to be the separator
9988 # otherwise default to the standard path separator (i.e. ":") - it is
9989 # assumed that no part of a normal pathname contains ";" but that should
9990 # okay in the real world where ";" in dirpaths is itself problematic.
9991 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9992 ;;
9993 *)
9994 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9995 ;;
9996 esac
9997 # Ok, now we have the path, separated by spaces, we can step through it
9998 # and add multilib dir if necessary.
9999 lt_tmp_lt_search_path_spec=
10000 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10001 for lt_sys_path in $lt_search_path_spec; do
10002 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10003 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10004 else
10005 test -d "$lt_sys_path" && \
10006 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10007 fi
10008 done
10009 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10010 BEGIN {RS=" "; FS="/|\n";} {
10011 lt_foo="";
10012 lt_count=0;
10013 for (lt_i = NF; lt_i > 0; lt_i--) {
10014 if ($lt_i != "" && $lt_i != ".") {
10015 if ($lt_i == "..") {
10016 lt_count++;
10017 } else {
10018 if (lt_count == 0) {
10019 lt_foo="/" $lt_i lt_foo;
10020 } else {
10021 lt_count--;
10022 }
10023 }
10024 }
10025 }
10026 if (lt_foo != "") { lt_freq[lt_foo]++; }
10027 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10028 }'`
10029 # AWK program above erroneously prepends '/' to C:/dos/paths
10030 # for these hosts.
10031 case $host_os in
10032 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10033 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10034 esac
10035 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10036 else
10037 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10038 fi
10039 library_names_spec=
10040 libname_spec='lib$name'
10041 soname_spec=
10042 shrext_cmds=".so"
10043 postinstall_cmds=
10044 postuninstall_cmds=
10045 finish_cmds=
10046 finish_eval=
10047 shlibpath_var=
10048 shlibpath_overrides_runpath=unknown
10049 version_type=none
10050 dynamic_linker="$host_os ld.so"
10051 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10052 need_lib_prefix=unknown
10053 hardcode_into_libs=no
10054
10055 # when you set need_version to no, make sure it does not cause -set_version
10056 # flags to be left without arguments
10057 need_version=unknown
10058
10059 case $host_os in
10060 aix3*)
10061 version_type=linux
10062 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10063 shlibpath_var=LIBPATH
10064
10065 # AIX 3 has no versioning support, so we append a major version to the name.
10066 soname_spec='${libname}${release}${shared_ext}$major'
10067 ;;
10068
10069 aix[4-9]*)
10070 version_type=linux
10071 need_lib_prefix=no
10072 need_version=no
10073 hardcode_into_libs=yes
10074 if test "$host_cpu" = ia64; then
10075 # AIX 5 supports IA64
10076 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10077 shlibpath_var=LD_LIBRARY_PATH
10078 else
10079 # With GCC up to 2.95.x, collect2 would create an import file
10080 # for dependence libraries. The import file would start with
10081 # the line `#! .'. This would cause the generated library to
10082 # depend on `.', always an invalid library. This was fixed in
10083 # development snapshots of GCC prior to 3.0.
10084 case $host_os in
10085 aix4 | aix4.[01] | aix4.[01].*)
10086 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10087 echo ' yes '
10088 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10089 :
10090 else
10091 can_build_shared=no
10092 fi
10093 ;;
10094 esac
10095 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10096 # soname into executable. Probably we can add versioning support to
10097 # collect2, so additional links can be useful in future.
10098 if test "$aix_use_runtimelinking" = yes; then
10099 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10100 # instead of lib<name>.a to let people know that these are not
10101 # typical AIX shared libraries.
10102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10103 else
10104 # We preserve .a as extension for shared libraries through AIX4.2
10105 # and later when we are not doing run time linking.
10106 library_names_spec='${libname}${release}.a $libname.a'
10107 soname_spec='${libname}${release}${shared_ext}$major'
10108 fi
10109 shlibpath_var=LIBPATH
10110 fi
10111 ;;
10112
10113 amigaos*)
10114 case $host_cpu in
10115 powerpc)
10116 # Since July 2007 AmigaOS4 officially supports .so libraries.
10117 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10118 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10119 ;;
10120 m68k)
10121 library_names_spec='$libname.ixlibrary $libname.a'
10122 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10123 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'
10124 ;;
10125 esac
10126 ;;
10127
10128 beos*)
10129 library_names_spec='${libname}${shared_ext}'
10130 dynamic_linker="$host_os ld.so"
10131 shlibpath_var=LIBRARY_PATH
10132 ;;
10133
10134 bsdi[45]*)
10135 version_type=linux
10136 need_version=no
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10138 soname_spec='${libname}${release}${shared_ext}$major'
10139 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10140 shlibpath_var=LD_LIBRARY_PATH
10141 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10142 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10143 # the default ld.so.conf also contains /usr/contrib/lib and
10144 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10145 # libtool to hard-code these into programs
10146 ;;
10147
10148 cygwin* | mingw* | pw32* | cegcc*)
10149 version_type=windows
10150 shrext_cmds=".dll"
10151 need_version=no
10152 need_lib_prefix=no
10153
10154 case $GCC,$host_os in
10155 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10156 library_names_spec='$libname.dll.a'
10157 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10158 postinstall_cmds='base_file=`basename \${file}`~
10159 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10160 dldir=$destdir/`dirname \$dlpath`~
10161 test -d \$dldir || mkdir -p \$dldir~
10162 $install_prog $dir/$dlname \$dldir/$dlname~
10163 chmod a+x \$dldir/$dlname~
10164 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10165 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10166 fi'
10167 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10168 dlpath=$dir/\$dldll~
10169 $RM \$dlpath'
10170 shlibpath_overrides_runpath=yes
10171
10172 case $host_os in
10173 cygwin*)
10174 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10175 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10176
10177 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10178 ;;
10179 mingw* | cegcc*)
10180 # MinGW DLLs use traditional 'lib' prefix
10181 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10182 ;;
10183 pw32*)
10184 # pw32 DLLs use 'pw' prefix rather than 'lib'
10185 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10186 ;;
10187 esac
10188 ;;
10189
10190 *)
10191 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10192 ;;
10193 esac
10194 dynamic_linker='Win32 ld.exe'
10195 # FIXME: first we should search . and the directory the executable is in
10196 shlibpath_var=PATH
10197 ;;
10198
10199 darwin* | rhapsody*)
10200 dynamic_linker="$host_os dyld"
10201 version_type=darwin
10202 need_lib_prefix=no
10203 need_version=no
10204 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10205 soname_spec='${libname}${release}${major}$shared_ext'
10206 shlibpath_overrides_runpath=yes
10207 shlibpath_var=DYLD_LIBRARY_PATH
10208 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10209
10210 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10211 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10212 ;;
10213
10214 dgux*)
10215 version_type=linux
10216 need_lib_prefix=no
10217 need_version=no
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 ;;
10222
10223 freebsd* | dragonfly*)
10224 # DragonFly does not have aout. When/if they implement a new
10225 # versioning mechanism, adjust this.
10226 if test -x /usr/bin/objformat; then
10227 objformat=`/usr/bin/objformat`
10228 else
10229 case $host_os in
10230 freebsd[23].*) objformat=aout ;;
10231 *) objformat=elf ;;
10232 esac
10233 fi
10234 version_type=freebsd-$objformat
10235 case $version_type in
10236 freebsd-elf*)
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10238 need_version=no
10239 need_lib_prefix=no
10240 ;;
10241 freebsd-*)
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10243 need_version=yes
10244 ;;
10245 esac
10246 shlibpath_var=LD_LIBRARY_PATH
10247 case $host_os in
10248 freebsd2.*)
10249 shlibpath_overrides_runpath=yes
10250 ;;
10251 freebsd3.[01]* | freebsdelf3.[01]*)
10252 shlibpath_overrides_runpath=yes
10253 hardcode_into_libs=yes
10254 ;;
10255 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10256 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10257 shlibpath_overrides_runpath=no
10258 hardcode_into_libs=yes
10259 ;;
10260 *) # from 4.6 on, and DragonFly
10261 shlibpath_overrides_runpath=yes
10262 hardcode_into_libs=yes
10263 ;;
10264 esac
10265 ;;
10266
10267 haiku*)
10268 version_type=linux
10269 need_lib_prefix=no
10270 need_version=no
10271 dynamic_linker="$host_os runtime_loader"
10272 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10273 soname_spec='${libname}${release}${shared_ext}$major'
10274 shlibpath_var=LIBRARY_PATH
10275 shlibpath_overrides_runpath=yes
10276 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10277 hardcode_into_libs=yes
10278 ;;
10279
10280 hpux9* | hpux10* | hpux11*)
10281 # Give a soname corresponding to the major version so that dld.sl refuses to
10282 # link against other versions.
10283 version_type=sunos
10284 need_lib_prefix=no
10285 need_version=no
10286 case $host_cpu in
10287 ia64*)
10288 shrext_cmds='.so'
10289 hardcode_into_libs=yes
10290 dynamic_linker="$host_os dld.so"
10291 shlibpath_var=LD_LIBRARY_PATH
10292 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10294 soname_spec='${libname}${release}${shared_ext}$major'
10295 if test "X$HPUX_IA64_MODE" = X32; then
10296 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10297 else
10298 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10299 fi
10300 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10301 ;;
10302 hppa*64*)
10303 shrext_cmds='.sl'
10304 hardcode_into_libs=yes
10305 dynamic_linker="$host_os dld.sl"
10306 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10307 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10309 soname_spec='${libname}${release}${shared_ext}$major'
10310 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10311 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10312 ;;
10313 *)
10314 shrext_cmds='.sl'
10315 dynamic_linker="$host_os dld.sl"
10316 shlibpath_var=SHLIB_PATH
10317 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10319 soname_spec='${libname}${release}${shared_ext}$major'
10320 ;;
10321 esac
10322 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10323 postinstall_cmds='chmod 555 $lib'
10324 # or fails outright, so override atomically:
10325 install_override_mode=555
10326 ;;
10327
10328 interix[3-9]*)
10329 version_type=linux
10330 need_lib_prefix=no
10331 need_version=no
10332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10333 soname_spec='${libname}${release}${shared_ext}$major'
10334 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10335 shlibpath_var=LD_LIBRARY_PATH
10336 shlibpath_overrides_runpath=no
10337 hardcode_into_libs=yes
10338 ;;
10339
10340 irix5* | irix6* | nonstopux*)
10341 case $host_os in
10342 nonstopux*) version_type=nonstopux ;;
10343 *)
10344 if test "$lt_cv_prog_gnu_ld" = yes; then
10345 version_type=linux
10346 else
10347 version_type=irix
10348 fi ;;
10349 esac
10350 need_lib_prefix=no
10351 need_version=no
10352 soname_spec='${libname}${release}${shared_ext}$major'
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10354 case $host_os in
10355 irix5* | nonstopux*)
10356 libsuff= shlibsuff=
10357 ;;
10358 *)
10359 case $LD in # libtool.m4 will add one of these switches to LD
10360 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10361 libsuff= shlibsuff= libmagic=32-bit;;
10362 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10363 libsuff=32 shlibsuff=N32 libmagic=N32;;
10364 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10365 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10366 *) libsuff= shlibsuff= libmagic=never-match;;
10367 esac
10368 ;;
10369 esac
10370 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10371 shlibpath_overrides_runpath=no
10372 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10373 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10374 hardcode_into_libs=yes
10375 ;;
10376
10377 # No shared lib support for Linux oldld, aout, or coff.
10378 linux*oldld* | linux*aout* | linux*coff*)
10379 dynamic_linker=no
10380 ;;
10381
10382 # This must be Linux ELF.
10383
10384 # uclinux* changes (here and below) have been submitted to the libtool
10385 # project, but have not yet been accepted: they are GCC-local changes
10386 # for the time being. (See
10387 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10388 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10389 version_type=linux
10390 need_lib_prefix=no
10391 need_version=no
10392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10393 soname_spec='${libname}${release}${shared_ext}$major'
10394 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10395 shlibpath_var=LD_LIBRARY_PATH
10396 shlibpath_overrides_runpath=no
10397
10398 # Some binutils ld are patched to set DT_RUNPATH
10399 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10400 $as_echo_n "(cached) " >&6
10401 else
10402 lt_cv_shlibpath_overrides_runpath=no
10403 save_LDFLAGS=$LDFLAGS
10404 save_libdir=$libdir
10405 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10406 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10408 /* end confdefs.h. */
10409
10410 int
10411 main ()
10412 {
10413
10414 ;
10415 return 0;
10416 }
10417 _ACEOF
10418 if ac_fn_c_try_link "$LINENO"; then :
10419 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10420 lt_cv_shlibpath_overrides_runpath=yes
10421 fi
10422 fi
10423 rm -f core conftest.err conftest.$ac_objext \
10424 conftest$ac_exeext conftest.$ac_ext
10425 LDFLAGS=$save_LDFLAGS
10426 libdir=$save_libdir
10427
10428 fi
10429
10430 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10431
10432 # This implies no fast_install, which is unacceptable.
10433 # Some rework will be needed to allow for fast_install
10434 # before this can be enabled.
10435 hardcode_into_libs=yes
10436
10437 # Append ld.so.conf contents to the search path
10438 if test -f /etc/ld.so.conf; then
10439 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' ' '`
10440 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10441 fi
10442
10443 # We used to test for /lib/ld.so.1 and disable shared libraries on
10444 # powerpc, because MkLinux only supported shared libraries with the
10445 # GNU dynamic linker. Since this was broken with cross compilers,
10446 # most powerpc-linux boxes support dynamic linking these days and
10447 # people can always --disable-shared, the test was removed, and we
10448 # assume the GNU/Linux dynamic linker is in use.
10449 dynamic_linker='GNU/Linux ld.so'
10450 ;;
10451
10452 netbsd*)
10453 version_type=sunos
10454 need_lib_prefix=no
10455 need_version=no
10456 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10457 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10458 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10459 dynamic_linker='NetBSD (a.out) ld.so'
10460 else
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10462 soname_spec='${libname}${release}${shared_ext}$major'
10463 dynamic_linker='NetBSD ld.elf_so'
10464 fi
10465 shlibpath_var=LD_LIBRARY_PATH
10466 shlibpath_overrides_runpath=yes
10467 hardcode_into_libs=yes
10468 ;;
10469
10470 newsos6)
10471 version_type=linux
10472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10473 shlibpath_var=LD_LIBRARY_PATH
10474 shlibpath_overrides_runpath=yes
10475 ;;
10476
10477 *nto* | *qnx*)
10478 version_type=qnx
10479 need_lib_prefix=no
10480 need_version=no
10481 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10482 soname_spec='${libname}${release}${shared_ext}$major'
10483 shlibpath_var=LD_LIBRARY_PATH
10484 shlibpath_overrides_runpath=no
10485 hardcode_into_libs=yes
10486 dynamic_linker='ldqnx.so'
10487 ;;
10488
10489 openbsd*)
10490 version_type=sunos
10491 sys_lib_dlsearch_path_spec="/usr/lib"
10492 need_lib_prefix=no
10493 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10494 case $host_os in
10495 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10496 *) need_version=no ;;
10497 esac
10498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10499 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10500 shlibpath_var=LD_LIBRARY_PATH
10501 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10502 case $host_os in
10503 openbsd2.[89] | openbsd2.[89].*)
10504 shlibpath_overrides_runpath=no
10505 ;;
10506 *)
10507 shlibpath_overrides_runpath=yes
10508 ;;
10509 esac
10510 else
10511 shlibpath_overrides_runpath=yes
10512 fi
10513 ;;
10514
10515 os2*)
10516 libname_spec='$name'
10517 shrext_cmds=".dll"
10518 need_lib_prefix=no
10519 library_names_spec='$libname${shared_ext} $libname.a'
10520 dynamic_linker='OS/2 ld.exe'
10521 shlibpath_var=LIBPATH
10522 ;;
10523
10524 osf3* | osf4* | osf5*)
10525 version_type=osf
10526 need_lib_prefix=no
10527 need_version=no
10528 soname_spec='${libname}${release}${shared_ext}$major'
10529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10530 shlibpath_var=LD_LIBRARY_PATH
10531 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10532 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10533 ;;
10534
10535 rdos*)
10536 dynamic_linker=no
10537 ;;
10538
10539 solaris*)
10540 version_type=linux
10541 need_lib_prefix=no
10542 need_version=no
10543 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10544 soname_spec='${libname}${release}${shared_ext}$major'
10545 shlibpath_var=LD_LIBRARY_PATH
10546 shlibpath_overrides_runpath=yes
10547 hardcode_into_libs=yes
10548 # ldd complains unless libraries are executable
10549 postinstall_cmds='chmod +x $lib'
10550 ;;
10551
10552 sunos4*)
10553 version_type=sunos
10554 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10555 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10556 shlibpath_var=LD_LIBRARY_PATH
10557 shlibpath_overrides_runpath=yes
10558 if test "$with_gnu_ld" = yes; then
10559 need_lib_prefix=no
10560 fi
10561 need_version=yes
10562 ;;
10563
10564 sysv4 | sysv4.3*)
10565 version_type=linux
10566 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10567 soname_spec='${libname}${release}${shared_ext}$major'
10568 shlibpath_var=LD_LIBRARY_PATH
10569 case $host_vendor in
10570 sni)
10571 shlibpath_overrides_runpath=no
10572 need_lib_prefix=no
10573 runpath_var=LD_RUN_PATH
10574 ;;
10575 siemens)
10576 need_lib_prefix=no
10577 ;;
10578 motorola)
10579 need_lib_prefix=no
10580 need_version=no
10581 shlibpath_overrides_runpath=no
10582 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10583 ;;
10584 esac
10585 ;;
10586
10587 sysv4*MP*)
10588 if test -d /usr/nec ;then
10589 version_type=linux
10590 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10591 soname_spec='$libname${shared_ext}.$major'
10592 shlibpath_var=LD_LIBRARY_PATH
10593 fi
10594 ;;
10595
10596 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10597 version_type=freebsd-elf
10598 need_lib_prefix=no
10599 need_version=no
10600 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10601 soname_spec='${libname}${release}${shared_ext}$major'
10602 shlibpath_var=LD_LIBRARY_PATH
10603 shlibpath_overrides_runpath=yes
10604 hardcode_into_libs=yes
10605 if test "$with_gnu_ld" = yes; then
10606 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10607 else
10608 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10609 case $host_os in
10610 sco3.2v5*)
10611 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10612 ;;
10613 esac
10614 fi
10615 sys_lib_dlsearch_path_spec='/usr/lib'
10616 ;;
10617
10618 tpf*)
10619 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10620 version_type=linux
10621 need_lib_prefix=no
10622 need_version=no
10623 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 shlibpath_overrides_runpath=no
10626 hardcode_into_libs=yes
10627 ;;
10628
10629 uts4*)
10630 version_type=linux
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 soname_spec='${libname}${release}${shared_ext}$major'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 ;;
10635
10636 # Shared libraries for VwWorks, >= 7 only at this stage
10637 # and (fpic) still incompatible with "large" code models
10638 # in a few configurations. Only for RTP mode in any case,
10639 # and upon explicit request at configure time.
10640 vxworks7*)
10641 dynamic_linker=no
10642 case ${with_multisubdir}-${enable_shared} in
10643 *large*)
10644 ;;
10645 *mrtp*-yes)
10646 version_type=linux
10647 need_lib_prefix=no
10648 need_version=no
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 dynamic_linker="$host_os module_loader"
10652 ;;
10653 esac
10654 ;;
10655 *)
10656 dynamic_linker=no
10657 ;;
10658 esac
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10660 $as_echo "$dynamic_linker" >&6; }
10661 test "$dynamic_linker" = no && can_build_shared=no
10662
10663 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10664 if test "$GCC" = yes; then
10665 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10666 fi
10667
10668 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10669 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10670 fi
10671 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10672 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10673 fi
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10767 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10768 hardcode_action=
10769 if test -n "$hardcode_libdir_flag_spec" ||
10770 test -n "$runpath_var" ||
10771 test "X$hardcode_automatic" = "Xyes" ; then
10772
10773 # We can hardcode non-existent directories.
10774 if test "$hardcode_direct" != no &&
10775 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10776 # have to relink, otherwise we might link with an installed library
10777 # when we should be linking with a yet-to-be-installed one
10778 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10779 test "$hardcode_minus_L" != no; then
10780 # Linking always hardcodes the temporary library directory.
10781 hardcode_action=relink
10782 else
10783 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10784 hardcode_action=immediate
10785 fi
10786 else
10787 # We cannot hardcode anything, or else we can only hardcode existing
10788 # directories.
10789 hardcode_action=unsupported
10790 fi
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10792 $as_echo "$hardcode_action" >&6; }
10793
10794 if test "$hardcode_action" = relink ||
10795 test "$inherit_rpath" = yes; then
10796 # Fast installation is not supported
10797 enable_fast_install=no
10798 elif test "$shlibpath_overrides_runpath" = yes ||
10799 test "$enable_shared" = no; then
10800 # Fast installation is not necessary
10801 enable_fast_install=needless
10802 fi
10803
10804
10805
10806
10807
10808
10809 if test "x$enable_dlopen" != xyes; then
10810 enable_dlopen=unknown
10811 enable_dlopen_self=unknown
10812 enable_dlopen_self_static=unknown
10813 else
10814 lt_cv_dlopen=no
10815 lt_cv_dlopen_libs=
10816
10817 case $host_os in
10818 beos*)
10819 lt_cv_dlopen="load_add_on"
10820 lt_cv_dlopen_libs=
10821 lt_cv_dlopen_self=yes
10822 ;;
10823
10824 mingw* | pw32* | cegcc*)
10825 lt_cv_dlopen="LoadLibrary"
10826 lt_cv_dlopen_libs=
10827 ;;
10828
10829 cygwin*)
10830 lt_cv_dlopen="dlopen"
10831 lt_cv_dlopen_libs=
10832 ;;
10833
10834 darwin*)
10835 # if libdl is installed we need to link against it
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10837 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10838 if ${ac_cv_lib_dl_dlopen+:} false; then :
10839 $as_echo_n "(cached) " >&6
10840 else
10841 ac_check_lib_save_LIBS=$LIBS
10842 LIBS="-ldl $LIBS"
10843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10844 /* end confdefs.h. */
10845
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10849 #ifdef __cplusplus
10850 extern "C"
10851 #endif
10852 char dlopen ();
10853 int
10854 main ()
10855 {
10856 return dlopen ();
10857 ;
10858 return 0;
10859 }
10860 _ACEOF
10861 if ac_fn_c_try_link "$LINENO"; then :
10862 ac_cv_lib_dl_dlopen=yes
10863 else
10864 ac_cv_lib_dl_dlopen=no
10865 fi
10866 rm -f core conftest.err conftest.$ac_objext \
10867 conftest$ac_exeext conftest.$ac_ext
10868 LIBS=$ac_check_lib_save_LIBS
10869 fi
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10871 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10872 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10873 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10874 else
10875
10876 lt_cv_dlopen="dyld"
10877 lt_cv_dlopen_libs=
10878 lt_cv_dlopen_self=yes
10879
10880 fi
10881
10882 ;;
10883
10884 *)
10885 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10886 if test "x$ac_cv_func_shl_load" = xyes; then :
10887 lt_cv_dlopen="shl_load"
10888 else
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10890 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10891 if ${ac_cv_lib_dld_shl_load+:} false; then :
10892 $as_echo_n "(cached) " >&6
10893 else
10894 ac_check_lib_save_LIBS=$LIBS
10895 LIBS="-ldld $LIBS"
10896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10897 /* end confdefs.h. */
10898
10899 /* Override any GCC internal prototype to avoid an error.
10900 Use char because int might match the return type of a GCC
10901 builtin and then its argument prototype would still apply. */
10902 #ifdef __cplusplus
10903 extern "C"
10904 #endif
10905 char shl_load ();
10906 int
10907 main ()
10908 {
10909 return shl_load ();
10910 ;
10911 return 0;
10912 }
10913 _ACEOF
10914 if ac_fn_c_try_link "$LINENO"; then :
10915 ac_cv_lib_dld_shl_load=yes
10916 else
10917 ac_cv_lib_dld_shl_load=no
10918 fi
10919 rm -f core conftest.err conftest.$ac_objext \
10920 conftest$ac_exeext conftest.$ac_ext
10921 LIBS=$ac_check_lib_save_LIBS
10922 fi
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10924 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10925 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10926 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10927 else
10928 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10929 if test "x$ac_cv_func_dlopen" = xyes; then :
10930 lt_cv_dlopen="dlopen"
10931 else
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10933 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10934 if ${ac_cv_lib_dl_dlopen+:} false; then :
10935 $as_echo_n "(cached) " >&6
10936 else
10937 ac_check_lib_save_LIBS=$LIBS
10938 LIBS="-ldl $LIBS"
10939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10940 /* end confdefs.h. */
10941
10942 /* Override any GCC internal prototype to avoid an error.
10943 Use char because int might match the return type of a GCC
10944 builtin and then its argument prototype would still apply. */
10945 #ifdef __cplusplus
10946 extern "C"
10947 #endif
10948 char dlopen ();
10949 int
10950 main ()
10951 {
10952 return dlopen ();
10953 ;
10954 return 0;
10955 }
10956 _ACEOF
10957 if ac_fn_c_try_link "$LINENO"; then :
10958 ac_cv_lib_dl_dlopen=yes
10959 else
10960 ac_cv_lib_dl_dlopen=no
10961 fi
10962 rm -f core conftest.err conftest.$ac_objext \
10963 conftest$ac_exeext conftest.$ac_ext
10964 LIBS=$ac_check_lib_save_LIBS
10965 fi
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10967 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10968 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10969 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10970 else
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10972 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10973 if ${ac_cv_lib_svld_dlopen+:} false; then :
10974 $as_echo_n "(cached) " >&6
10975 else
10976 ac_check_lib_save_LIBS=$LIBS
10977 LIBS="-lsvld $LIBS"
10978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10979 /* end confdefs.h. */
10980
10981 /* Override any GCC internal prototype to avoid an error.
10982 Use char because int might match the return type of a GCC
10983 builtin and then its argument prototype would still apply. */
10984 #ifdef __cplusplus
10985 extern "C"
10986 #endif
10987 char dlopen ();
10988 int
10989 main ()
10990 {
10991 return dlopen ();
10992 ;
10993 return 0;
10994 }
10995 _ACEOF
10996 if ac_fn_c_try_link "$LINENO"; then :
10997 ac_cv_lib_svld_dlopen=yes
10998 else
10999 ac_cv_lib_svld_dlopen=no
11000 fi
11001 rm -f core conftest.err conftest.$ac_objext \
11002 conftest$ac_exeext conftest.$ac_ext
11003 LIBS=$ac_check_lib_save_LIBS
11004 fi
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11006 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11007 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11008 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11009 else
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11011 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11012 if ${ac_cv_lib_dld_dld_link+:} false; then :
11013 $as_echo_n "(cached) " >&6
11014 else
11015 ac_check_lib_save_LIBS=$LIBS
11016 LIBS="-ldld $LIBS"
11017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11018 /* end confdefs.h. */
11019
11020 /* Override any GCC internal prototype to avoid an error.
11021 Use char because int might match the return type of a GCC
11022 builtin and then its argument prototype would still apply. */
11023 #ifdef __cplusplus
11024 extern "C"
11025 #endif
11026 char dld_link ();
11027 int
11028 main ()
11029 {
11030 return dld_link ();
11031 ;
11032 return 0;
11033 }
11034 _ACEOF
11035 if ac_fn_c_try_link "$LINENO"; then :
11036 ac_cv_lib_dld_dld_link=yes
11037 else
11038 ac_cv_lib_dld_dld_link=no
11039 fi
11040 rm -f core conftest.err conftest.$ac_objext \
11041 conftest$ac_exeext conftest.$ac_ext
11042 LIBS=$ac_check_lib_save_LIBS
11043 fi
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11045 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11046 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11047 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11048 fi
11049
11050
11051 fi
11052
11053
11054 fi
11055
11056
11057 fi
11058
11059
11060 fi
11061
11062
11063 fi
11064
11065 ;;
11066 esac
11067
11068 if test "x$lt_cv_dlopen" != xno; then
11069 enable_dlopen=yes
11070 else
11071 enable_dlopen=no
11072 fi
11073
11074 case $lt_cv_dlopen in
11075 dlopen)
11076 save_CPPFLAGS="$CPPFLAGS"
11077 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11078
11079 save_LDFLAGS="$LDFLAGS"
11080 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11081
11082 save_LIBS="$LIBS"
11083 LIBS="$lt_cv_dlopen_libs $LIBS"
11084
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11086 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11087 if ${lt_cv_dlopen_self+:} false; then :
11088 $as_echo_n "(cached) " >&6
11089 else
11090 if test "$cross_compiling" = yes; then :
11091 lt_cv_dlopen_self=cross
11092 else
11093 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11094 lt_status=$lt_dlunknown
11095 cat > conftest.$ac_ext <<_LT_EOF
11096 #line 11072 "configure"
11097 #include "confdefs.h"
11098
11099 #if HAVE_DLFCN_H
11100 #include <dlfcn.h>
11101 #endif
11102
11103 #include <stdio.h>
11104
11105 #ifdef RTLD_GLOBAL
11106 # define LT_DLGLOBAL RTLD_GLOBAL
11107 #else
11108 # ifdef DL_GLOBAL
11109 # define LT_DLGLOBAL DL_GLOBAL
11110 # else
11111 # define LT_DLGLOBAL 0
11112 # endif
11113 #endif
11114
11115 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11116 find out it does not work in some platform. */
11117 #ifndef LT_DLLAZY_OR_NOW
11118 # ifdef RTLD_LAZY
11119 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11120 # else
11121 # ifdef DL_LAZY
11122 # define LT_DLLAZY_OR_NOW DL_LAZY
11123 # else
11124 # ifdef RTLD_NOW
11125 # define LT_DLLAZY_OR_NOW RTLD_NOW
11126 # else
11127 # ifdef DL_NOW
11128 # define LT_DLLAZY_OR_NOW DL_NOW
11129 # else
11130 # define LT_DLLAZY_OR_NOW 0
11131 # endif
11132 # endif
11133 # endif
11134 # endif
11135 #endif
11136
11137 /* When -fvisbility=hidden is used, assume the code has been annotated
11138 correspondingly for the symbols needed. */
11139 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11140 void fnord () __attribute__((visibility("default")));
11141 #endif
11142
11143 void fnord () { int i=42; }
11144 int main ()
11145 {
11146 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11147 int status = $lt_dlunknown;
11148
11149 if (self)
11150 {
11151 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11152 else
11153 {
11154 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11155 else puts (dlerror ());
11156 }
11157 /* dlclose (self); */
11158 }
11159 else
11160 puts (dlerror ());
11161
11162 return status;
11163 }
11164 _LT_EOF
11165 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11166 (eval $ac_link) 2>&5
11167 ac_status=$?
11168 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11169 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11170 (./conftest; exit; ) >&5 2>/dev/null
11171 lt_status=$?
11172 case x$lt_status in
11173 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11174 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11175 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11176 esac
11177 else :
11178 # compilation failed
11179 lt_cv_dlopen_self=no
11180 fi
11181 fi
11182 rm -fr conftest*
11183
11184
11185 fi
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11187 $as_echo "$lt_cv_dlopen_self" >&6; }
11188
11189 if test "x$lt_cv_dlopen_self" = xyes; then
11190 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11192 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11193 if ${lt_cv_dlopen_self_static+:} false; then :
11194 $as_echo_n "(cached) " >&6
11195 else
11196 if test "$cross_compiling" = yes; then :
11197 lt_cv_dlopen_self_static=cross
11198 else
11199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11200 lt_status=$lt_dlunknown
11201 cat > conftest.$ac_ext <<_LT_EOF
11202 #line 11178 "configure"
11203 #include "confdefs.h"
11204
11205 #if HAVE_DLFCN_H
11206 #include <dlfcn.h>
11207 #endif
11208
11209 #include <stdio.h>
11210
11211 #ifdef RTLD_GLOBAL
11212 # define LT_DLGLOBAL RTLD_GLOBAL
11213 #else
11214 # ifdef DL_GLOBAL
11215 # define LT_DLGLOBAL DL_GLOBAL
11216 # else
11217 # define LT_DLGLOBAL 0
11218 # endif
11219 #endif
11220
11221 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11222 find out it does not work in some platform. */
11223 #ifndef LT_DLLAZY_OR_NOW
11224 # ifdef RTLD_LAZY
11225 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11226 # else
11227 # ifdef DL_LAZY
11228 # define LT_DLLAZY_OR_NOW DL_LAZY
11229 # else
11230 # ifdef RTLD_NOW
11231 # define LT_DLLAZY_OR_NOW RTLD_NOW
11232 # else
11233 # ifdef DL_NOW
11234 # define LT_DLLAZY_OR_NOW DL_NOW
11235 # else
11236 # define LT_DLLAZY_OR_NOW 0
11237 # endif
11238 # endif
11239 # endif
11240 # endif
11241 #endif
11242
11243 /* When -fvisbility=hidden is used, assume the code has been annotated
11244 correspondingly for the symbols needed. */
11245 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11246 void fnord () __attribute__((visibility("default")));
11247 #endif
11248
11249 void fnord () { int i=42; }
11250 int main ()
11251 {
11252 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11253 int status = $lt_dlunknown;
11254
11255 if (self)
11256 {
11257 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11258 else
11259 {
11260 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11261 else puts (dlerror ());
11262 }
11263 /* dlclose (self); */
11264 }
11265 else
11266 puts (dlerror ());
11267
11268 return status;
11269 }
11270 _LT_EOF
11271 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11272 (eval $ac_link) 2>&5
11273 ac_status=$?
11274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11275 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11276 (./conftest; exit; ) >&5 2>/dev/null
11277 lt_status=$?
11278 case x$lt_status in
11279 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11280 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11281 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11282 esac
11283 else :
11284 # compilation failed
11285 lt_cv_dlopen_self_static=no
11286 fi
11287 fi
11288 rm -fr conftest*
11289
11290
11291 fi
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11293 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11294 fi
11295
11296 CPPFLAGS="$save_CPPFLAGS"
11297 LDFLAGS="$save_LDFLAGS"
11298 LIBS="$save_LIBS"
11299 ;;
11300 esac
11301
11302 case $lt_cv_dlopen_self in
11303 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11304 *) enable_dlopen_self=unknown ;;
11305 esac
11306
11307 case $lt_cv_dlopen_self_static in
11308 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11309 *) enable_dlopen_self_static=unknown ;;
11310 esac
11311 fi
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329 striplib=
11330 old_striplib=
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11332 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11333 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11334 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11335 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11337 $as_echo "yes" >&6; }
11338 else
11339 # FIXME - insert some real tests, host_os isn't really good enough
11340 case $host_os in
11341 darwin*)
11342 if test -n "$STRIP" ; then
11343 striplib="$STRIP -x"
11344 old_striplib="$STRIP -S"
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11346 $as_echo "yes" >&6; }
11347 else
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11349 $as_echo "no" >&6; }
11350 fi
11351 ;;
11352 *)
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11354 $as_echo "no" >&6; }
11355 ;;
11356 esac
11357 fi
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370 # Report which library types will actually be built
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11372 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11374 $as_echo "$can_build_shared" >&6; }
11375
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11377 $as_echo_n "checking whether to build shared libraries... " >&6; }
11378 test "$can_build_shared" = "no" && enable_shared=no
11379
11380 # On AIX, shared libraries and static libraries use the same namespace, and
11381 # are all built from PIC.
11382 case $host_os in
11383 aix3*)
11384 test "$enable_shared" = yes && enable_static=no
11385 if test -n "$RANLIB"; then
11386 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11387 postinstall_cmds='$RANLIB $lib'
11388 fi
11389 ;;
11390
11391 aix[4-9]*)
11392 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11393 test "$enable_shared" = yes && enable_static=no
11394 fi
11395 ;;
11396 esac
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11398 $as_echo "$enable_shared" >&6; }
11399
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11401 $as_echo_n "checking whether to build static libraries... " >&6; }
11402 # Make sure either enable_shared or enable_static is yes.
11403 test "$enable_shared" = yes || enable_static=yes
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11405 $as_echo "$enable_static" >&6; }
11406
11407
11408
11409
11410 fi
11411 ac_ext=c
11412 ac_cpp='$CPP $CPPFLAGS'
11413 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11414 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11415 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11416
11417 CC="$lt_save_CC"
11418
11419 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11420 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11421 (test "X$CXX" != "Xg++"))) ; then
11422 ac_ext=cpp
11423 ac_cpp='$CXXCPP $CPPFLAGS'
11424 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11425 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11426 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11428 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11429 if test -z "$CXXCPP"; then
11430 if ${ac_cv_prog_CXXCPP+:} false; then :
11431 $as_echo_n "(cached) " >&6
11432 else
11433 # Double quotes because CXXCPP needs to be expanded
11434 for CXXCPP in "$CXX -E" "/lib/cpp"
11435 do
11436 ac_preproc_ok=false
11437 for ac_cxx_preproc_warn_flag in '' yes
11438 do
11439 # Use a header file that comes with gcc, so configuring glibc
11440 # with a fresh cross-compiler works.
11441 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11442 # <limits.h> exists even on freestanding compilers.
11443 # On the NeXT, cc -E runs the code through the compiler's parser,
11444 # not just through cpp. "Syntax error" is here to catch this case.
11445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11446 /* end confdefs.h. */
11447 #ifdef __STDC__
11448 # include <limits.h>
11449 #else
11450 # include <assert.h>
11451 #endif
11452 Syntax error
11453 _ACEOF
11454 if ac_fn_cxx_try_cpp "$LINENO"; then :
11455
11456 else
11457 # Broken: fails on valid input.
11458 continue
11459 fi
11460 rm -f conftest.err conftest.i conftest.$ac_ext
11461
11462 # OK, works on sane cases. Now check whether nonexistent headers
11463 # can be detected and how.
11464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11465 /* end confdefs.h. */
11466 #include <ac_nonexistent.h>
11467 _ACEOF
11468 if ac_fn_cxx_try_cpp "$LINENO"; then :
11469 # Broken: success on invalid input.
11470 continue
11471 else
11472 # Passes both tests.
11473 ac_preproc_ok=:
11474 break
11475 fi
11476 rm -f conftest.err conftest.i conftest.$ac_ext
11477
11478 done
11479 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11480 rm -f conftest.i conftest.err conftest.$ac_ext
11481 if $ac_preproc_ok; then :
11482 break
11483 fi
11484
11485 done
11486 ac_cv_prog_CXXCPP=$CXXCPP
11487
11488 fi
11489 CXXCPP=$ac_cv_prog_CXXCPP
11490 else
11491 ac_cv_prog_CXXCPP=$CXXCPP
11492 fi
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11494 $as_echo "$CXXCPP" >&6; }
11495 ac_preproc_ok=false
11496 for ac_cxx_preproc_warn_flag in '' yes
11497 do
11498 # Use a header file that comes with gcc, so configuring glibc
11499 # with a fresh cross-compiler works.
11500 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11501 # <limits.h> exists even on freestanding compilers.
11502 # On the NeXT, cc -E runs the code through the compiler's parser,
11503 # not just through cpp. "Syntax error" is here to catch this case.
11504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11505 /* end confdefs.h. */
11506 #ifdef __STDC__
11507 # include <limits.h>
11508 #else
11509 # include <assert.h>
11510 #endif
11511 Syntax error
11512 _ACEOF
11513 if ac_fn_cxx_try_cpp "$LINENO"; then :
11514
11515 else
11516 # Broken: fails on valid input.
11517 continue
11518 fi
11519 rm -f conftest.err conftest.i conftest.$ac_ext
11520
11521 # OK, works on sane cases. Now check whether nonexistent headers
11522 # can be detected and how.
11523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11524 /* end confdefs.h. */
11525 #include <ac_nonexistent.h>
11526 _ACEOF
11527 if ac_fn_cxx_try_cpp "$LINENO"; then :
11528 # Broken: success on invalid input.
11529 continue
11530 else
11531 # Passes both tests.
11532 ac_preproc_ok=:
11533 break
11534 fi
11535 rm -f conftest.err conftest.i conftest.$ac_ext
11536
11537 done
11538 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11539 rm -f conftest.i conftest.err conftest.$ac_ext
11540 if $ac_preproc_ok; then :
11541
11542 else
11543 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11544 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11545 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
11546 See \`config.log' for more details" "$LINENO" 5; }
11547 fi
11548
11549 ac_ext=c
11550 ac_cpp='$CPP $CPPFLAGS'
11551 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11552 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11553 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11554
11555 else
11556 _lt_caught_CXX_error=yes
11557 fi
11558
11559 ac_ext=cpp
11560 ac_cpp='$CXXCPP $CPPFLAGS'
11561 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11562 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11563 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11564
11565 archive_cmds_need_lc_CXX=no
11566 allow_undefined_flag_CXX=
11567 always_export_symbols_CXX=no
11568 archive_expsym_cmds_CXX=
11569 compiler_needs_object_CXX=no
11570 export_dynamic_flag_spec_CXX=
11571 hardcode_direct_CXX=no
11572 hardcode_direct_absolute_CXX=no
11573 hardcode_libdir_flag_spec_CXX=
11574 hardcode_libdir_flag_spec_ld_CXX=
11575 hardcode_libdir_separator_CXX=
11576 hardcode_minus_L_CXX=no
11577 hardcode_shlibpath_var_CXX=unsupported
11578 hardcode_automatic_CXX=no
11579 inherit_rpath_CXX=no
11580 module_cmds_CXX=
11581 module_expsym_cmds_CXX=
11582 link_all_deplibs_CXX=unknown
11583 old_archive_cmds_CXX=$old_archive_cmds
11584 reload_flag_CXX=$reload_flag
11585 reload_cmds_CXX=$reload_cmds
11586 no_undefined_flag_CXX=
11587 whole_archive_flag_spec_CXX=
11588 enable_shared_with_static_runtimes_CXX=no
11589
11590 # Source file extension for C++ test sources.
11591 ac_ext=cpp
11592
11593 # Object file extension for compiled C++ test sources.
11594 objext=o
11595 objext_CXX=$objext
11596
11597 # No sense in running all these tests if we already determined that
11598 # the CXX compiler isn't working. Some variables (like enable_shared)
11599 # are currently assumed to apply to all compilers on this platform,
11600 # and will be corrupted by setting them based on a non-working compiler.
11601 if test "$_lt_caught_CXX_error" != yes; then
11602 # Code to be used in simple compile tests
11603 lt_simple_compile_test_code="int some_variable = 0;"
11604
11605 # Code to be used in simple link tests
11606 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11607
11608 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11609
11610
11611
11612
11613
11614
11615 # If no C compiler was specified, use CC.
11616 LTCC=${LTCC-"$CC"}
11617
11618 # If no C compiler flags were specified, use CFLAGS.
11619 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11620
11621 # Allow CC to be a program name with arguments.
11622 compiler=$CC
11623
11624
11625 # save warnings/boilerplate of simple test code
11626 ac_outfile=conftest.$ac_objext
11627 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11628 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11629 _lt_compiler_boilerplate=`cat conftest.err`
11630 $RM conftest*
11631
11632 ac_outfile=conftest.$ac_objext
11633 echo "$lt_simple_link_test_code" >conftest.$ac_ext
11634 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11635 _lt_linker_boilerplate=`cat conftest.err`
11636 $RM -r conftest*
11637
11638
11639 # Allow CC to be a program name with arguments.
11640 lt_save_CC=$CC
11641 lt_save_LD=$LD
11642 lt_save_GCC=$GCC
11643 GCC=$GXX
11644 lt_save_with_gnu_ld=$with_gnu_ld
11645 lt_save_path_LD=$lt_cv_path_LD
11646 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11647 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11648 else
11649 $as_unset lt_cv_prog_gnu_ld
11650 fi
11651 if test -n "${lt_cv_path_LDCXX+set}"; then
11652 lt_cv_path_LD=$lt_cv_path_LDCXX
11653 else
11654 $as_unset lt_cv_path_LD
11655 fi
11656 test -z "${LDCXX+set}" || LD=$LDCXX
11657 CC=${CXX-"c++"}
11658 compiler=$CC
11659 compiler_CXX=$CC
11660 for cc_temp in $compiler""; do
11661 case $cc_temp in
11662 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11663 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11664 \-*) ;;
11665 *) break;;
11666 esac
11667 done
11668 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11669
11670
11671 if test -n "$compiler"; then
11672 # We don't want -fno-exception when compiling C++ code, so set the
11673 # no_builtin_flag separately
11674 if test "$GXX" = yes; then
11675 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11676 else
11677 lt_prog_compiler_no_builtin_flag_CXX=
11678 fi
11679
11680 if test "$GXX" = yes; then
11681 # Set up default GNU C++ configuration
11682
11683
11684
11685 # Check whether --with-gnu-ld was given.
11686 if test "${with_gnu_ld+set}" = set; then :
11687 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11688 else
11689 with_gnu_ld=no
11690 fi
11691
11692 ac_prog=ld
11693 if test "$GCC" = yes; then
11694 # Check if gcc -print-prog-name=ld gives a path.
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11696 $as_echo_n "checking for ld used by $CC... " >&6; }
11697 case $host in
11698 *-*-mingw*)
11699 # gcc leaves a trailing carriage return which upsets mingw
11700 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11701 *)
11702 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11703 esac
11704 case $ac_prog in
11705 # Accept absolute paths.
11706 [\\/]* | ?:[\\/]*)
11707 re_direlt='/[^/][^/]*/\.\./'
11708 # Canonicalize the pathname of ld
11709 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
11710 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
11711 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
11712 done
11713 test -z "$LD" && LD="$ac_prog"
11714 ;;
11715 "")
11716 # If it fails, then pretend we aren't using GCC.
11717 ac_prog=ld
11718 ;;
11719 *)
11720 # If it is relative, then search for the first ld in PATH.
11721 with_gnu_ld=unknown
11722 ;;
11723 esac
11724 elif test "$with_gnu_ld" = yes; then
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11726 $as_echo_n "checking for GNU ld... " >&6; }
11727 else
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11729 $as_echo_n "checking for non-GNU ld... " >&6; }
11730 fi
11731 if ${lt_cv_path_LD+:} false; then :
11732 $as_echo_n "(cached) " >&6
11733 else
11734 if test -z "$LD"; then
11735 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11736 for ac_dir in $PATH; do
11737 IFS="$lt_save_ifs"
11738 test -z "$ac_dir" && ac_dir=.
11739 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11740 lt_cv_path_LD="$ac_dir/$ac_prog"
11741 # Check to see if the program is GNU ld. I'd rather use --version,
11742 # but apparently some variants of GNU ld only accept -v.
11743 # Break only if it was the GNU/non-GNU ld that we prefer.
11744 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11745 *GNU* | *'with BFD'*)
11746 test "$with_gnu_ld" != no && break
11747 ;;
11748 *)
11749 test "$with_gnu_ld" != yes && break
11750 ;;
11751 esac
11752 fi
11753 done
11754 IFS="$lt_save_ifs"
11755 else
11756 lt_cv_path_LD="$LD" # Let the user override the test with a path.
11757 fi
11758 fi
11759
11760 LD="$lt_cv_path_LD"
11761 if test -n "$LD"; then
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11763 $as_echo "$LD" >&6; }
11764 else
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11766 $as_echo "no" >&6; }
11767 fi
11768 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11770 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11771 if ${lt_cv_prog_gnu_ld+:} false; then :
11772 $as_echo_n "(cached) " >&6
11773 else
11774 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11775 case `$LD -v 2>&1 </dev/null` in
11776 *GNU* | *'with BFD'*)
11777 lt_cv_prog_gnu_ld=yes
11778 ;;
11779 *)
11780 lt_cv_prog_gnu_ld=no
11781 ;;
11782 esac
11783 fi
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
11785 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
11786 with_gnu_ld=$lt_cv_prog_gnu_ld
11787
11788
11789
11790
11791
11792
11793
11794 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11795 # archiving commands below assume that GNU ld is being used.
11796 if test "$with_gnu_ld" = yes; then
11797 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11798 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'
11799
11800 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11801 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
11802
11803 # If archive_cmds runs LD, not CC, wlarc should be empty
11804 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11805 # investigate it a little bit more. (MM)
11806 wlarc='${wl}'
11807
11808 # ancient GNU ld didn't support --whole-archive et. al.
11809 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
11810 $GREP 'no-whole-archive' > /dev/null; then
11811 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11812 else
11813 whole_archive_flag_spec_CXX=
11814 fi
11815 else
11816 with_gnu_ld=no
11817 wlarc=
11818
11819 # A generic and very simple default shared library creation
11820 # command for GNU C++ for the case where it uses the native
11821 # linker, instead of GNU ld. If possible, this setting should
11822 # overridden to take advantage of the native linker features on
11823 # the platform it is being used on.
11824 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11825 fi
11826
11827 # Commands to make compiler produce verbose output that lists
11828 # what "hidden" libraries, object files and flags are used when
11829 # linking a shared library.
11830 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
11831
11832 else
11833 GXX=no
11834 with_gnu_ld=no
11835 wlarc=
11836 fi
11837
11838 # PORTME: fill in a description of your system's C++ link characteristics
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11840 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11841 ld_shlibs_CXX=yes
11842 case $host_os in
11843 aix3*)
11844 # FIXME: insert proper C++ library support
11845 ld_shlibs_CXX=no
11846 ;;
11847 aix[4-9]*)
11848 if test "$host_cpu" = ia64; then
11849 # On IA64, the linker does run time linking by default, so we don't
11850 # have to do anything special.
11851 aix_use_runtimelinking=no
11852 exp_sym_flag='-Bexport'
11853 no_entry_flag=""
11854 else
11855 aix_use_runtimelinking=no
11856
11857 # Test if we are trying to use run time linking or normal
11858 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11859 # need to do runtime linking.
11860 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11861 for ld_flag in $LDFLAGS; do
11862 case $ld_flag in
11863 *-brtl*)
11864 aix_use_runtimelinking=yes
11865 break
11866 ;;
11867 esac
11868 done
11869 ;;
11870 esac
11871
11872 exp_sym_flag='-bexport'
11873 no_entry_flag='-bnoentry'
11874 fi
11875
11876 # When large executables or shared objects are built, AIX ld can
11877 # have problems creating the table of contents. If linking a library
11878 # or program results in "error TOC overflow" add -mminimal-toc to
11879 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11880 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11881
11882 archive_cmds_CXX=''
11883 hardcode_direct_CXX=yes
11884 hardcode_direct_absolute_CXX=yes
11885 hardcode_libdir_separator_CXX=':'
11886 link_all_deplibs_CXX=yes
11887 file_list_spec_CXX='${wl}-f,'
11888
11889 if test "$GXX" = yes; then
11890 case $host_os in aix4.[012]|aix4.[012].*)
11891 # We only want to do this on AIX 4.2 and lower, the check
11892 # below for broken collect2 doesn't work under 4.3+
11893 collect2name=`${CC} -print-prog-name=collect2`
11894 if test -f "$collect2name" &&
11895 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11896 then
11897 # We have reworked collect2
11898 :
11899 else
11900 # We have old collect2
11901 hardcode_direct_CXX=unsupported
11902 # It fails to find uninstalled libraries when the uninstalled
11903 # path is not listed in the libpath. Setting hardcode_minus_L
11904 # to unsupported forces relinking
11905 hardcode_minus_L_CXX=yes
11906 hardcode_libdir_flag_spec_CXX='-L$libdir'
11907 hardcode_libdir_separator_CXX=
11908 fi
11909 esac
11910 shared_flag='-shared'
11911 if test "$aix_use_runtimelinking" = yes; then
11912 shared_flag="$shared_flag "'${wl}-G'
11913 fi
11914 else
11915 # not using gcc
11916 if test "$host_cpu" = ia64; then
11917 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11918 # chokes on -Wl,-G. The following line is correct:
11919 shared_flag='-G'
11920 else
11921 if test "$aix_use_runtimelinking" = yes; then
11922 shared_flag='${wl}-G'
11923 else
11924 shared_flag='${wl}-bM:SRE'
11925 fi
11926 fi
11927 fi
11928
11929 export_dynamic_flag_spec_CXX='${wl}-bexpall'
11930 # It seems that -bexpall does not export symbols beginning with
11931 # underscore (_), so it is better to generate a list of symbols to
11932 # export.
11933 always_export_symbols_CXX=yes
11934 if test "$aix_use_runtimelinking" = yes; then
11935 # Warning - without using the other runtime loading flags (-brtl),
11936 # -berok will link without error, but may produce a broken library.
11937 allow_undefined_flag_CXX='-berok'
11938 # Determine the default libpath from the value encoded in an empty
11939 # executable.
11940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11941 /* end confdefs.h. */
11942
11943 int
11944 main ()
11945 {
11946
11947 ;
11948 return 0;
11949 }
11950 _ACEOF
11951 if ac_fn_cxx_try_link "$LINENO"; then :
11952
11953 lt_aix_libpath_sed='
11954 /Import File Strings/,/^$/ {
11955 /^0/ {
11956 s/^0 *\(.*\)$/\1/
11957 p
11958 }
11959 }'
11960 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11961 # Check for a 64-bit object if we didn't find anything.
11962 if test -z "$aix_libpath"; then
11963 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11964 fi
11965 fi
11966 rm -f core conftest.err conftest.$ac_objext \
11967 conftest$ac_exeext conftest.$ac_ext
11968 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11969
11970 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11971
11972 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"
11973 else
11974 if test "$host_cpu" = ia64; then
11975 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
11976 allow_undefined_flag_CXX="-z nodefs"
11977 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"
11978 else
11979 # Determine the default libpath from the value encoded in an
11980 # empty executable.
11981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11982 /* end confdefs.h. */
11983
11984 int
11985 main ()
11986 {
11987
11988 ;
11989 return 0;
11990 }
11991 _ACEOF
11992 if ac_fn_cxx_try_link "$LINENO"; then :
11993
11994 lt_aix_libpath_sed='
11995 /Import File Strings/,/^$/ {
11996 /^0/ {
11997 s/^0 *\(.*\)$/\1/
11998 p
11999 }
12000 }'
12001 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12002 # Check for a 64-bit object if we didn't find anything.
12003 if test -z "$aix_libpath"; then
12004 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12005 fi
12006 fi
12007 rm -f core conftest.err conftest.$ac_objext \
12008 conftest$ac_exeext conftest.$ac_ext
12009 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12010
12011 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12012 # Warning - without using the other run time loading flags,
12013 # -berok will link without error, but may produce a broken library.
12014 no_undefined_flag_CXX=' ${wl}-bernotok'
12015 allow_undefined_flag_CXX=' ${wl}-berok'
12016 if test "$with_gnu_ld" = yes; then
12017 # We only use this code for GNU lds that support --whole-archive.
12018 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12019 else
12020 # Exported symbols can be pulled into shared objects from archives
12021 whole_archive_flag_spec_CXX='$convenience'
12022 fi
12023 archive_cmds_need_lc_CXX=yes
12024 # This is similar to how AIX traditionally builds its shared
12025 # libraries.
12026 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'
12027 fi
12028 fi
12029 ;;
12030
12031 beos*)
12032 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12033 allow_undefined_flag_CXX=unsupported
12034 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12035 # support --undefined. This deserves some investigation. FIXME
12036 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12037 else
12038 ld_shlibs_CXX=no
12039 fi
12040 ;;
12041
12042 chorus*)
12043 case $cc_basename in
12044 *)
12045 # FIXME: insert proper C++ library support
12046 ld_shlibs_CXX=no
12047 ;;
12048 esac
12049 ;;
12050
12051 cygwin* | mingw* | pw32* | cegcc*)
12052 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12053 # as there is no search path for DLLs.
12054 hardcode_libdir_flag_spec_CXX='-L$libdir'
12055 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12056 allow_undefined_flag_CXX=unsupported
12057 always_export_symbols_CXX=no
12058 enable_shared_with_static_runtimes_CXX=yes
12059
12060 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12061 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'
12062 # If the export-symbols file already is a .def file (1st line
12063 # is EXPORTS), use it as is; otherwise, prepend...
12064 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12065 cp $export_symbols $output_objdir/$soname.def;
12066 else
12067 echo EXPORTS > $output_objdir/$soname.def;
12068 cat $export_symbols >> $output_objdir/$soname.def;
12069 fi~
12070 $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'
12071 else
12072 ld_shlibs_CXX=no
12073 fi
12074 ;;
12075 darwin* | rhapsody*)
12076
12077
12078 archive_cmds_need_lc_CXX=no
12079 hardcode_direct_CXX=no
12080 hardcode_automatic_CXX=yes
12081 hardcode_shlibpath_var_CXX=unsupported
12082 if test "$lt_cv_ld_force_load" = "yes"; then
12083 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\"`'
12084 else
12085 whole_archive_flag_spec_CXX=''
12086 fi
12087 link_all_deplibs_CXX=yes
12088 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12089 case $cc_basename in
12090 ifort*) _lt_dar_can_shared=yes ;;
12091 *) _lt_dar_can_shared=$GCC ;;
12092 esac
12093 if test "$_lt_dar_can_shared" = "yes"; then
12094 output_verbose_link_cmd=func_echo_all
12095 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}"
12096 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12097 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}"
12098 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}"
12099 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12100 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}"
12101 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}"
12102 fi
12103
12104 else
12105 ld_shlibs_CXX=no
12106 fi
12107
12108 ;;
12109
12110 dgux*)
12111 case $cc_basename in
12112 ec++*)
12113 # FIXME: insert proper C++ library support
12114 ld_shlibs_CXX=no
12115 ;;
12116 ghcx*)
12117 # Green Hills C++ Compiler
12118 # FIXME: insert proper C++ library support
12119 ld_shlibs_CXX=no
12120 ;;
12121 *)
12122 # FIXME: insert proper C++ library support
12123 ld_shlibs_CXX=no
12124 ;;
12125 esac
12126 ;;
12127
12128 freebsd2.*)
12129 # C++ shared libraries reported to be fairly broken before
12130 # switch to ELF
12131 ld_shlibs_CXX=no
12132 ;;
12133
12134 freebsd-elf*)
12135 archive_cmds_need_lc_CXX=no
12136 ;;
12137
12138 freebsd* | dragonfly*)
12139 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12140 # conventions
12141 ld_shlibs_CXX=yes
12142 ;;
12143
12144 gnu*)
12145 ;;
12146
12147 haiku*)
12148 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12149 link_all_deplibs_CXX=yes
12150 ;;
12151
12152 hpux9*)
12153 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12154 hardcode_libdir_separator_CXX=:
12155 export_dynamic_flag_spec_CXX='${wl}-E'
12156 hardcode_direct_CXX=yes
12157 hardcode_minus_L_CXX=yes # Not in the search PATH,
12158 # but as the default
12159 # location of the library.
12160
12161 case $cc_basename in
12162 CC*)
12163 # FIXME: insert proper C++ library support
12164 ld_shlibs_CXX=no
12165 ;;
12166 aCC*)
12167 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'
12168 # Commands to make compiler produce verbose output that lists
12169 # what "hidden" libraries, object files and flags are used when
12170 # linking a shared library.
12171 #
12172 # There doesn't appear to be a way to prevent this compiler from
12173 # explicitly linking system object files so we need to strip them
12174 # from the output so that they don't get included in the library
12175 # dependencies.
12176 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"'
12177 ;;
12178 *)
12179 if test "$GXX" = yes; then
12180 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'
12181 else
12182 # FIXME: insert proper C++ library support
12183 ld_shlibs_CXX=no
12184 fi
12185 ;;
12186 esac
12187 ;;
12188
12189 hpux10*|hpux11*)
12190 if test $with_gnu_ld = no; then
12191 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12192 hardcode_libdir_separator_CXX=:
12193
12194 case $host_cpu in
12195 hppa*64*|ia64*)
12196 ;;
12197 *)
12198 export_dynamic_flag_spec_CXX='${wl}-E'
12199 ;;
12200 esac
12201 fi
12202 case $host_cpu in
12203 hppa*64*|ia64*)
12204 hardcode_direct_CXX=no
12205 hardcode_shlibpath_var_CXX=no
12206 ;;
12207 *)
12208 hardcode_direct_CXX=yes
12209 hardcode_direct_absolute_CXX=yes
12210 hardcode_minus_L_CXX=yes # Not in the search PATH,
12211 # but as the default
12212 # location of the library.
12213 ;;
12214 esac
12215
12216 case $cc_basename in
12217 CC*)
12218 # FIXME: insert proper C++ library support
12219 ld_shlibs_CXX=no
12220 ;;
12221 aCC*)
12222 case $host_cpu in
12223 hppa*64*)
12224 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12225 ;;
12226 ia64*)
12227 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12228 ;;
12229 *)
12230 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12231 ;;
12232 esac
12233 # Commands to make compiler produce verbose output that lists
12234 # what "hidden" libraries, object files and flags are used when
12235 # linking a shared library.
12236 #
12237 # There doesn't appear to be a way to prevent this compiler from
12238 # explicitly linking system object files so we need to strip them
12239 # from the output so that they don't get included in the library
12240 # dependencies.
12241 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"'
12242 ;;
12243 *)
12244 if test "$GXX" = yes; then
12245 if test $with_gnu_ld = no; then
12246 case $host_cpu in
12247 hppa*64*)
12248 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12249 ;;
12250 ia64*)
12251 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12252 ;;
12253 *)
12254 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'
12255 ;;
12256 esac
12257 fi
12258 else
12259 # FIXME: insert proper C++ library support
12260 ld_shlibs_CXX=no
12261 fi
12262 ;;
12263 esac
12264 ;;
12265
12266 interix[3-9]*)
12267 hardcode_direct_CXX=no
12268 hardcode_shlibpath_var_CXX=no
12269 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12270 export_dynamic_flag_spec_CXX='${wl}-E'
12271 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12272 # Instead, shared libraries are loaded at an image base (0x10000000 by
12273 # default) and relocated if they conflict, which is a slow very memory
12274 # consuming and fragmenting process. To avoid this, we pick a random,
12275 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12276 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12277 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'
12278 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'
12279 ;;
12280 irix5* | irix6*)
12281 case $cc_basename in
12282 CC*)
12283 # SGI C++
12284 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'
12285
12286 # Archives containing C++ object files must be created using
12287 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12288 # necessary to make sure instantiated templates are included
12289 # in the archive.
12290 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12291 ;;
12292 *)
12293 if test "$GXX" = yes; then
12294 if test "$with_gnu_ld" = no; then
12295 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'
12296 else
12297 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'
12298 fi
12299 fi
12300 link_all_deplibs_CXX=yes
12301 ;;
12302 esac
12303 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12304 hardcode_libdir_separator_CXX=:
12305 inherit_rpath_CXX=yes
12306 ;;
12307
12308 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12309 case $cc_basename in
12310 KCC*)
12311 # Kuck and Associates, Inc. (KAI) C++ Compiler
12312
12313 # KCC will only create a shared library if the output file
12314 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12315 # to its proper name (with version) after linking.
12316 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'
12317 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'
12318 # Commands to make compiler produce verbose output that lists
12319 # what "hidden" libraries, object files and flags are used when
12320 # linking a shared library.
12321 #
12322 # There doesn't appear to be a way to prevent this compiler from
12323 # explicitly linking system object files so we need to strip them
12324 # from the output so that they don't get included in the library
12325 # dependencies.
12326 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"'
12327
12328 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12329 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12330
12331 # Archives containing C++ object files must be created using
12332 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12333 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12334 ;;
12335 icpc* | ecpc* )
12336 # Intel C++
12337 with_gnu_ld=yes
12338 # version 8.0 and above of icpc choke on multiply defined symbols
12339 # if we add $predep_objects and $postdep_objects, however 7.1 and
12340 # earlier do not add the objects themselves.
12341 case `$CC -V 2>&1` in
12342 *"Version 7."*)
12343 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12344 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'
12345 ;;
12346 *) # Version 8.0 or newer
12347 tmp_idyn=
12348 case $host_cpu in
12349 ia64*) tmp_idyn=' -i_dynamic';;
12350 esac
12351 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12352 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'
12353 ;;
12354 esac
12355 archive_cmds_need_lc_CXX=no
12356 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12357 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12358 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12359 ;;
12360 pgCC* | pgcpp*)
12361 # Portland Group C++ compiler
12362 case `$CC -V` in
12363 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12364 prelink_cmds_CXX='tpldir=Template.dir~
12365 rm -rf $tpldir~
12366 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12367 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
12368 old_archive_cmds_CXX='tpldir=Template.dir~
12369 rm -rf $tpldir~
12370 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12371 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
12372 $RANLIB $oldlib'
12373 archive_cmds_CXX='tpldir=Template.dir~
12374 rm -rf $tpldir~
12375 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12376 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12377 archive_expsym_cmds_CXX='tpldir=Template.dir~
12378 rm -rf $tpldir~
12379 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12380 $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'
12381 ;;
12382 *) # Version 6 and above use weak symbols
12383 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12384 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'
12385 ;;
12386 esac
12387
12388 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12389 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12390 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'
12391 ;;
12392 cxx*)
12393 # Compaq C++
12394 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12395 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'
12396
12397 runpath_var=LD_RUN_PATH
12398 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12399 hardcode_libdir_separator_CXX=:
12400
12401 # Commands to make compiler produce verbose output that lists
12402 # what "hidden" libraries, object files and flags are used when
12403 # linking a shared library.
12404 #
12405 # There doesn't appear to be a way to prevent this compiler from
12406 # explicitly linking system object files so we need to strip them
12407 # from the output so that they don't get included in the library
12408 # dependencies.
12409 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'
12410 ;;
12411 xl* | mpixl* | bgxl*)
12412 # IBM XL 8.0 on PPC, with GNU ld
12413 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12414 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12415 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12416 if test "x$supports_anon_versioning" = xyes; then
12417 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
12418 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12419 echo "local: *; };" >> $output_objdir/$libname.ver~
12420 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12421 fi
12422 ;;
12423 *)
12424 case `$CC -V 2>&1 | sed 5q` in
12425 *Sun\ C*)
12426 # Sun C++ 5.9
12427 no_undefined_flag_CXX=' -zdefs'
12428 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12429 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'
12430 hardcode_libdir_flag_spec_CXX='-R$libdir'
12431 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'
12432 compiler_needs_object_CXX=yes
12433
12434 # Not sure whether something based on
12435 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12436 # would be better.
12437 output_verbose_link_cmd='func_echo_all'
12438
12439 # Archives containing C++ object files must be created using
12440 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12441 # necessary to make sure instantiated templates are included
12442 # in the archive.
12443 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12444 ;;
12445 esac
12446 ;;
12447 esac
12448 ;;
12449
12450 lynxos*)
12451 # FIXME: insert proper C++ library support
12452 ld_shlibs_CXX=no
12453 ;;
12454
12455 m88k*)
12456 # FIXME: insert proper C++ library support
12457 ld_shlibs_CXX=no
12458 ;;
12459
12460 mvs*)
12461 case $cc_basename in
12462 cxx*)
12463 # FIXME: insert proper C++ library support
12464 ld_shlibs_CXX=no
12465 ;;
12466 *)
12467 # FIXME: insert proper C++ library support
12468 ld_shlibs_CXX=no
12469 ;;
12470 esac
12471 ;;
12472
12473 netbsd*)
12474 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12475 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12476 wlarc=
12477 hardcode_libdir_flag_spec_CXX='-R$libdir'
12478 hardcode_direct_CXX=yes
12479 hardcode_shlibpath_var_CXX=no
12480 fi
12481 # Workaround some broken pre-1.5 toolchains
12482 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12483 ;;
12484
12485 *nto* | *qnx*)
12486 ld_shlibs_CXX=yes
12487 ;;
12488
12489 openbsd2*)
12490 # C++ shared libraries are fairly broken
12491 ld_shlibs_CXX=no
12492 ;;
12493
12494 openbsd*)
12495 if test -f /usr/libexec/ld.so; then
12496 hardcode_direct_CXX=yes
12497 hardcode_shlibpath_var_CXX=no
12498 hardcode_direct_absolute_CXX=yes
12499 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12500 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12501 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12502 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12503 export_dynamic_flag_spec_CXX='${wl}-E'
12504 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12505 fi
12506 output_verbose_link_cmd=func_echo_all
12507 else
12508 ld_shlibs_CXX=no
12509 fi
12510 ;;
12511
12512 osf3* | osf4* | osf5*)
12513 case $cc_basename in
12514 KCC*)
12515 # Kuck and Associates, Inc. (KAI) C++ Compiler
12516
12517 # KCC will only create a shared library if the output file
12518 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12519 # to its proper name (with version) after linking.
12520 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'
12521
12522 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12523 hardcode_libdir_separator_CXX=:
12524
12525 # Archives containing C++ object files must be created using
12526 # the KAI C++ compiler.
12527 case $host in
12528 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
12529 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
12530 esac
12531 ;;
12532 RCC*)
12533 # Rational C++ 2.4.1
12534 # FIXME: insert proper C++ library support
12535 ld_shlibs_CXX=no
12536 ;;
12537 cxx*)
12538 case $host in
12539 osf3*)
12540 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12541 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'
12542 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12543 ;;
12544 *)
12545 allow_undefined_flag_CXX=' -expect_unresolved \*'
12546 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'
12547 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12548 echo "-hidden">> $lib.exp~
12549 $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~
12550 $RM $lib.exp'
12551 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12552 ;;
12553 esac
12554
12555 hardcode_libdir_separator_CXX=:
12556
12557 # Commands to make compiler produce verbose output that lists
12558 # what "hidden" libraries, object files and flags are used when
12559 # linking a shared library.
12560 #
12561 # There doesn't appear to be a way to prevent this compiler from
12562 # explicitly linking system object files so we need to strip them
12563 # from the output so that they don't get included in the library
12564 # dependencies.
12565 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"'
12566 ;;
12567 *)
12568 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12569 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12570 case $host in
12571 osf3*)
12572 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'
12573 ;;
12574 *)
12575 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'
12576 ;;
12577 esac
12578
12579 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12580 hardcode_libdir_separator_CXX=:
12581
12582 # Commands to make compiler produce verbose output that lists
12583 # what "hidden" libraries, object files and flags are used when
12584 # linking a shared library.
12585 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12586
12587 else
12588 # FIXME: insert proper C++ library support
12589 ld_shlibs_CXX=no
12590 fi
12591 ;;
12592 esac
12593 ;;
12594
12595 psos*)
12596 # FIXME: insert proper C++ library support
12597 ld_shlibs_CXX=no
12598 ;;
12599
12600 sunos4*)
12601 case $cc_basename in
12602 CC*)
12603 # Sun C++ 4.x
12604 # FIXME: insert proper C++ library support
12605 ld_shlibs_CXX=no
12606 ;;
12607 lcc*)
12608 # Lucid
12609 # FIXME: insert proper C++ library support
12610 ld_shlibs_CXX=no
12611 ;;
12612 *)
12613 # FIXME: insert proper C++ library support
12614 ld_shlibs_CXX=no
12615 ;;
12616 esac
12617 ;;
12618
12619 solaris*)
12620 case $cc_basename in
12621 CC*)
12622 # Sun C++ 4.2, 5.x and Centerline C++
12623 archive_cmds_need_lc_CXX=yes
12624 no_undefined_flag_CXX=' -zdefs'
12625 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12626 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12627 $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'
12628
12629 hardcode_libdir_flag_spec_CXX='-R$libdir'
12630 hardcode_shlibpath_var_CXX=no
12631 case $host_os in
12632 solaris2.[0-5] | solaris2.[0-5].*) ;;
12633 *)
12634 # The compiler driver will combine and reorder linker options,
12635 # but understands `-z linker_flag'.
12636 # Supported since Solaris 2.6 (maybe 2.5.1?)
12637 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
12638 ;;
12639 esac
12640 link_all_deplibs_CXX=yes
12641
12642 output_verbose_link_cmd='func_echo_all'
12643
12644 # Archives containing C++ object files must be created using
12645 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12646 # necessary to make sure instantiated templates are included
12647 # in the archive.
12648 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12649 ;;
12650 gcx*)
12651 # Green Hills C++ Compiler
12652 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12653
12654 # The C++ compiler must be used to create the archive.
12655 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12656 ;;
12657 *)
12658 # GNU C++ compiler with Solaris linker
12659 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12660 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
12661 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
12662 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12663 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12664 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12665
12666 # Commands to make compiler produce verbose output that lists
12667 # what "hidden" libraries, object files and flags are used when
12668 # linking a shared library.
12669 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12670 else
12671 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12672 # platform.
12673 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12674 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12675 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12676
12677 # Commands to make compiler produce verbose output that lists
12678 # what "hidden" libraries, object files and flags are used when
12679 # linking a shared library.
12680 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12681 fi
12682
12683 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
12684 case $host_os in
12685 solaris2.[0-5] | solaris2.[0-5].*) ;;
12686 *)
12687 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12688 ;;
12689 esac
12690 fi
12691 ;;
12692 esac
12693 ;;
12694
12695 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12696 no_undefined_flag_CXX='${wl}-z,text'
12697 archive_cmds_need_lc_CXX=no
12698 hardcode_shlibpath_var_CXX=no
12699 runpath_var='LD_RUN_PATH'
12700
12701 case $cc_basename in
12702 CC*)
12703 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12704 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12705 ;;
12706 *)
12707 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12708 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12709 ;;
12710 esac
12711 ;;
12712
12713 sysv5* | sco3.2v5* | sco5v6*)
12714 # Note: We can NOT use -z defs as we might desire, because we do not
12715 # link with -lc, and that would cause any symbols used from libc to
12716 # always be unresolved, which means just about no library would
12717 # ever link correctly. If we're not using GNU ld we use -z text
12718 # though, which does catch some bad symbols but isn't as heavy-handed
12719 # as -z defs.
12720 no_undefined_flag_CXX='${wl}-z,text'
12721 allow_undefined_flag_CXX='${wl}-z,nodefs'
12722 archive_cmds_need_lc_CXX=no
12723 hardcode_shlibpath_var_CXX=no
12724 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
12725 hardcode_libdir_separator_CXX=':'
12726 link_all_deplibs_CXX=yes
12727 export_dynamic_flag_spec_CXX='${wl}-Bexport'
12728 runpath_var='LD_RUN_PATH'
12729
12730 case $cc_basename in
12731 CC*)
12732 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12733 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12734 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
12735 '"$old_archive_cmds_CXX"
12736 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
12737 '"$reload_cmds_CXX"
12738 ;;
12739 *)
12740 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12741 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12742 ;;
12743 esac
12744 ;;
12745
12746 tandem*)
12747 case $cc_basename in
12748 NCC*)
12749 # NonStop-UX NCC 3.20
12750 # FIXME: insert proper C++ library support
12751 ld_shlibs_CXX=no
12752 ;;
12753 *)
12754 # FIXME: insert proper C++ library support
12755 ld_shlibs_CXX=no
12756 ;;
12757 esac
12758 ;;
12759
12760 vxworks*)
12761 # For VxWorks ports, we assume the use of a GNU linker with
12762 # standard elf conventions.
12763 ld_shlibs_CXX=yes
12764 ;;
12765
12766 *)
12767 # FIXME: insert proper C++ library support
12768 ld_shlibs_CXX=no
12769 ;;
12770 esac
12771
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12773 $as_echo "$ld_shlibs_CXX" >&6; }
12774 test "$ld_shlibs_CXX" = no && can_build_shared=no
12775
12776 GCC_CXX="$GXX"
12777 LD_CXX="$LD"
12778
12779 ## CAVEAT EMPTOR:
12780 ## There is no encapsulation within the following macros, do not change
12781 ## the running order or otherwise move them around unless you know exactly
12782 ## what you are doing...
12783 # Dependencies to place before and after the object being linked:
12784 predep_objects_CXX=
12785 postdep_objects_CXX=
12786 predeps_CXX=
12787 postdeps_CXX=
12788 compiler_lib_search_path_CXX=
12789
12790 cat > conftest.$ac_ext <<_LT_EOF
12791 class Foo
12792 {
12793 public:
12794 Foo (void) { a = 0; }
12795 private:
12796 int a;
12797 };
12798 _LT_EOF
12799
12800 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12801 (eval $ac_compile) 2>&5
12802 ac_status=$?
12803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12804 test $ac_status = 0; }; then
12805 # Parse the compiler output and extract the necessary
12806 # objects, libraries and library flags.
12807
12808 # Sentinel used to keep track of whether or not we are before
12809 # the conftest object file.
12810 pre_test_object_deps_done=no
12811
12812 for p in `eval "$output_verbose_link_cmd"`; do
12813 case $p in
12814
12815 -L* | -R* | -l*)
12816 # Some compilers place space between "-{L,R}" and the path.
12817 # Remove the space.
12818 if test $p = "-L" ||
12819 test $p = "-R"; then
12820 prev=$p
12821 continue
12822 else
12823 prev=
12824 fi
12825
12826 if test "$pre_test_object_deps_done" = no; then
12827 case $p in
12828 -L* | -R*)
12829 # Internal compiler library paths should come after those
12830 # provided the user. The postdeps already come after the
12831 # user supplied libs so there is no need to process them.
12832 if test -z "$compiler_lib_search_path_CXX"; then
12833 compiler_lib_search_path_CXX="${prev}${p}"
12834 else
12835 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
12836 fi
12837 ;;
12838 # The "-l" case would never come before the object being
12839 # linked, so don't bother handling this case.
12840 esac
12841 else
12842 if test -z "$postdeps_CXX"; then
12843 postdeps_CXX="${prev}${p}"
12844 else
12845 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
12846 fi
12847 fi
12848 ;;
12849
12850 *.$objext)
12851 # This assumes that the test object file only shows up
12852 # once in the compiler output.
12853 if test "$p" = "conftest.$objext"; then
12854 pre_test_object_deps_done=yes
12855 continue
12856 fi
12857
12858 if test "$pre_test_object_deps_done" = no; then
12859 if test -z "$predep_objects_CXX"; then
12860 predep_objects_CXX="$p"
12861 else
12862 predep_objects_CXX="$predep_objects_CXX $p"
12863 fi
12864 else
12865 if test -z "$postdep_objects_CXX"; then
12866 postdep_objects_CXX="$p"
12867 else
12868 postdep_objects_CXX="$postdep_objects_CXX $p"
12869 fi
12870 fi
12871 ;;
12872
12873 *) ;; # Ignore the rest.
12874
12875 esac
12876 done
12877
12878 # Clean up.
12879 rm -f a.out a.exe
12880 else
12881 echo "libtool.m4: error: problem compiling CXX test program"
12882 fi
12883
12884 $RM -f confest.$objext
12885
12886 # PORTME: override above test on systems where it is broken
12887 case $host_os in
12888 interix[3-9]*)
12889 # Interix 3.5 installs completely hosed .la files for C++, so rather than
12890 # hack all around it, let's just trust "g++" to DTRT.
12891 predep_objects_CXX=
12892 postdep_objects_CXX=
12893 postdeps_CXX=
12894 ;;
12895
12896 linux*)
12897 case `$CC -V 2>&1 | sed 5q` in
12898 *Sun\ C*)
12899 # Sun C++ 5.9
12900
12901 # The more standards-conforming stlport4 library is
12902 # incompatible with the Cstd library. Avoid specifying
12903 # it if it's in CXXFLAGS. Ignore libCrun as
12904 # -library=stlport4 depends on it.
12905 case " $CXX $CXXFLAGS " in
12906 *" -library=stlport4 "*)
12907 solaris_use_stlport4=yes
12908 ;;
12909 esac
12910
12911 if test "$solaris_use_stlport4" != yes; then
12912 postdeps_CXX='-library=Cstd -library=Crun'
12913 fi
12914 ;;
12915 esac
12916 ;;
12917
12918 solaris*)
12919 case $cc_basename in
12920 CC*)
12921 # The more standards-conforming stlport4 library is
12922 # incompatible with the Cstd library. Avoid specifying
12923 # it if it's in CXXFLAGS. Ignore libCrun as
12924 # -library=stlport4 depends on it.
12925 case " $CXX $CXXFLAGS " in
12926 *" -library=stlport4 "*)
12927 solaris_use_stlport4=yes
12928 ;;
12929 esac
12930
12931 # Adding this requires a known-good setup of shared libraries for
12932 # Sun compiler versions before 5.6, else PIC objects from an old
12933 # archive will be linked into the output, leading to subtle bugs.
12934 if test "$solaris_use_stlport4" != yes; then
12935 postdeps_CXX='-library=Cstd -library=Crun'
12936 fi
12937 ;;
12938 esac
12939 ;;
12940 esac
12941
12942
12943 case " $postdeps_CXX " in
12944 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
12945 esac
12946 compiler_lib_search_dirs_CXX=
12947 if test -n "${compiler_lib_search_path_CXX}"; then
12948 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
12949 fi
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981 lt_prog_compiler_wl_CXX=
12982 lt_prog_compiler_pic_CXX=
12983 lt_prog_compiler_static_CXX=
12984
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
12986 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12987
12988 # C++ specific cases for pic, static, wl, etc.
12989 if test "$GXX" = yes; then
12990 lt_prog_compiler_wl_CXX='-Wl,'
12991 lt_prog_compiler_static_CXX='-static'
12992
12993 case $host_os in
12994 aix*)
12995 # All AIX code is PIC.
12996 if test "$host_cpu" = ia64; then
12997 # AIX 5 now supports IA64 processor
12998 lt_prog_compiler_static_CXX='-Bstatic'
12999 fi
13000 lt_prog_compiler_pic_CXX='-fPIC'
13001 ;;
13002
13003 amigaos*)
13004 case $host_cpu in
13005 powerpc)
13006 # see comment about AmigaOS4 .so support
13007 lt_prog_compiler_pic_CXX='-fPIC'
13008 ;;
13009 m68k)
13010 # FIXME: we need at least 68020 code to build shared libraries, but
13011 # adding the `-m68020' flag to GCC prevents building anything better,
13012 # like `-m68040'.
13013 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13014 ;;
13015 esac
13016 ;;
13017
13018 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13019 # PIC is the default for these OSes.
13020 ;;
13021 mingw* | cygwin* | os2* | pw32* | cegcc*)
13022 # This hack is so that the source file can tell whether it is being
13023 # built for inclusion in a dll (and should export symbols for example).
13024 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13025 # (--disable-auto-import) libraries
13026 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13027 ;;
13028 darwin* | rhapsody*)
13029 # PIC is the default on this platform
13030 # Common symbols not allowed in MH_DYLIB files
13031 lt_prog_compiler_pic_CXX='-fno-common'
13032 ;;
13033 *djgpp*)
13034 # DJGPP does not support shared libraries at all
13035 lt_prog_compiler_pic_CXX=
13036 ;;
13037 haiku*)
13038 # PIC is the default for Haiku.
13039 # The "-static" flag exists, but is broken.
13040 lt_prog_compiler_static_CXX=
13041 ;;
13042 interix[3-9]*)
13043 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13044 # Instead, we relocate shared libraries at runtime.
13045 ;;
13046 sysv4*MP*)
13047 if test -d /usr/nec; then
13048 lt_prog_compiler_pic_CXX=-Kconform_pic
13049 fi
13050 ;;
13051 hpux*)
13052 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13053 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13054 # sets the default TLS model and affects inlining.
13055 case $host_cpu in
13056 hppa*64*)
13057 ;;
13058 *)
13059 lt_prog_compiler_pic_CXX='-fPIC'
13060 ;;
13061 esac
13062 ;;
13063 *qnx* | *nto*)
13064 # QNX uses GNU C++, but need to define -shared option too, otherwise
13065 # it will coredump.
13066 lt_prog_compiler_pic_CXX='-fPIC -shared'
13067 ;;
13068 *)
13069 lt_prog_compiler_pic_CXX='-fPIC'
13070 ;;
13071 esac
13072 else
13073 case $host_os in
13074 aix[4-9]*)
13075 # All AIX code is PIC.
13076 if test "$host_cpu" = ia64; then
13077 # AIX 5 now supports IA64 processor
13078 lt_prog_compiler_static_CXX='-Bstatic'
13079 else
13080 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13081 fi
13082 ;;
13083 chorus*)
13084 case $cc_basename in
13085 cxch68*)
13086 # Green Hills C++ Compiler
13087 # _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"
13088 ;;
13089 esac
13090 ;;
13091 dgux*)
13092 case $cc_basename in
13093 ec++*)
13094 lt_prog_compiler_pic_CXX='-KPIC'
13095 ;;
13096 ghcx*)
13097 # Green Hills C++ Compiler
13098 lt_prog_compiler_pic_CXX='-pic'
13099 ;;
13100 *)
13101 ;;
13102 esac
13103 ;;
13104 freebsd* | dragonfly*)
13105 # FreeBSD uses GNU C++
13106 ;;
13107 hpux9* | hpux10* | hpux11*)
13108 case $cc_basename in
13109 CC*)
13110 lt_prog_compiler_wl_CXX='-Wl,'
13111 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13112 if test "$host_cpu" != ia64; then
13113 lt_prog_compiler_pic_CXX='+Z'
13114 fi
13115 ;;
13116 aCC*)
13117 lt_prog_compiler_wl_CXX='-Wl,'
13118 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13119 case $host_cpu in
13120 hppa*64*|ia64*)
13121 # +Z the default
13122 ;;
13123 *)
13124 lt_prog_compiler_pic_CXX='+Z'
13125 ;;
13126 esac
13127 ;;
13128 *)
13129 ;;
13130 esac
13131 ;;
13132 interix*)
13133 # This is c89, which is MS Visual C++ (no shared libs)
13134 # Anyone wants to do a port?
13135 ;;
13136 irix5* | irix6* | nonstopux*)
13137 case $cc_basename in
13138 CC*)
13139 lt_prog_compiler_wl_CXX='-Wl,'
13140 lt_prog_compiler_static_CXX='-non_shared'
13141 # CC pic flag -KPIC is the default.
13142 ;;
13143 *)
13144 ;;
13145 esac
13146 ;;
13147 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13148 case $cc_basename in
13149 KCC*)
13150 # KAI C++ Compiler
13151 lt_prog_compiler_wl_CXX='--backend -Wl,'
13152 lt_prog_compiler_pic_CXX='-fPIC'
13153 ;;
13154 ecpc* )
13155 # old Intel C++ for x86_64 which still supported -KPIC.
13156 lt_prog_compiler_wl_CXX='-Wl,'
13157 lt_prog_compiler_pic_CXX='-KPIC'
13158 lt_prog_compiler_static_CXX='-static'
13159 ;;
13160 icpc* )
13161 # Intel C++, used to be incompatible with GCC.
13162 # ICC 10 doesn't accept -KPIC any more.
13163 lt_prog_compiler_wl_CXX='-Wl,'
13164 lt_prog_compiler_pic_CXX='-fPIC'
13165 lt_prog_compiler_static_CXX='-static'
13166 ;;
13167 pgCC* | pgcpp*)
13168 # Portland Group C++ compiler
13169 lt_prog_compiler_wl_CXX='-Wl,'
13170 lt_prog_compiler_pic_CXX='-fpic'
13171 lt_prog_compiler_static_CXX='-Bstatic'
13172 ;;
13173 cxx*)
13174 # Compaq C++
13175 # Make sure the PIC flag is empty. It appears that all Alpha
13176 # Linux and Compaq Tru64 Unix objects are PIC.
13177 lt_prog_compiler_pic_CXX=
13178 lt_prog_compiler_static_CXX='-non_shared'
13179 ;;
13180 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13181 # IBM XL 8.0, 9.0 on PPC and BlueGene
13182 lt_prog_compiler_wl_CXX='-Wl,'
13183 lt_prog_compiler_pic_CXX='-qpic'
13184 lt_prog_compiler_static_CXX='-qstaticlink'
13185 ;;
13186 *)
13187 case `$CC -V 2>&1 | sed 5q` in
13188 *Sun\ C*)
13189 # Sun C++ 5.9
13190 lt_prog_compiler_pic_CXX='-KPIC'
13191 lt_prog_compiler_static_CXX='-Bstatic'
13192 lt_prog_compiler_wl_CXX='-Qoption ld '
13193 ;;
13194 esac
13195 ;;
13196 esac
13197 ;;
13198 lynxos*)
13199 ;;
13200 m88k*)
13201 ;;
13202 mvs*)
13203 case $cc_basename in
13204 cxx*)
13205 lt_prog_compiler_pic_CXX='-W c,exportall'
13206 ;;
13207 *)
13208 ;;
13209 esac
13210 ;;
13211 netbsd*)
13212 ;;
13213 *qnx* | *nto*)
13214 # QNX uses GNU C++, but need to define -shared option too, otherwise
13215 # it will coredump.
13216 lt_prog_compiler_pic_CXX='-fPIC -shared'
13217 ;;
13218 osf3* | osf4* | osf5*)
13219 case $cc_basename in
13220 KCC*)
13221 lt_prog_compiler_wl_CXX='--backend -Wl,'
13222 ;;
13223 RCC*)
13224 # Rational C++ 2.4.1
13225 lt_prog_compiler_pic_CXX='-pic'
13226 ;;
13227 cxx*)
13228 # Digital/Compaq C++
13229 lt_prog_compiler_wl_CXX='-Wl,'
13230 # Make sure the PIC flag is empty. It appears that all Alpha
13231 # Linux and Compaq Tru64 Unix objects are PIC.
13232 lt_prog_compiler_pic_CXX=
13233 lt_prog_compiler_static_CXX='-non_shared'
13234 ;;
13235 *)
13236 ;;
13237 esac
13238 ;;
13239 psos*)
13240 ;;
13241 solaris*)
13242 case $cc_basename in
13243 CC*)
13244 # Sun C++ 4.2, 5.x and Centerline C++
13245 lt_prog_compiler_pic_CXX='-KPIC'
13246 lt_prog_compiler_static_CXX='-Bstatic'
13247 lt_prog_compiler_wl_CXX='-Qoption ld '
13248 ;;
13249 gcx*)
13250 # Green Hills C++ Compiler
13251 lt_prog_compiler_pic_CXX='-PIC'
13252 ;;
13253 *)
13254 ;;
13255 esac
13256 ;;
13257 sunos4*)
13258 case $cc_basename in
13259 CC*)
13260 # Sun C++ 4.x
13261 lt_prog_compiler_pic_CXX='-pic'
13262 lt_prog_compiler_static_CXX='-Bstatic'
13263 ;;
13264 lcc*)
13265 # Lucid
13266 lt_prog_compiler_pic_CXX='-pic'
13267 ;;
13268 *)
13269 ;;
13270 esac
13271 ;;
13272 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13273 case $cc_basename in
13274 CC*)
13275 lt_prog_compiler_wl_CXX='-Wl,'
13276 lt_prog_compiler_pic_CXX='-KPIC'
13277 lt_prog_compiler_static_CXX='-Bstatic'
13278 ;;
13279 esac
13280 ;;
13281 tandem*)
13282 case $cc_basename in
13283 NCC*)
13284 # NonStop-UX NCC 3.20
13285 lt_prog_compiler_pic_CXX='-KPIC'
13286 ;;
13287 *)
13288 ;;
13289 esac
13290 ;;
13291 vxworks*)
13292 ;;
13293 *)
13294 lt_prog_compiler_can_build_shared_CXX=no
13295 ;;
13296 esac
13297 fi
13298
13299 case $host_os in
13300 # For platforms which do not support PIC, -DPIC is meaningless:
13301 *djgpp*)
13302 lt_prog_compiler_pic_CXX=
13303 ;;
13304 *)
13305 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13306 ;;
13307 esac
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13309 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13310
13311
13312
13313 #
13314 # Check to make sure the PIC flag actually works.
13315 #
13316 if test -n "$lt_prog_compiler_pic_CXX"; then
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13318 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13319 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
13320 $as_echo_n "(cached) " >&6
13321 else
13322 lt_cv_prog_compiler_pic_works_CXX=no
13323 ac_outfile=conftest.$ac_objext
13324 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13325 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13326 # Insert the option either (1) after the last *FLAGS variable, or
13327 # (2) before a word containing "conftest.", or (3) at the end.
13328 # Note that $ac_compile itself does not contain backslashes and begins
13329 # with a dollar sign (not a hyphen), so the echo should work correctly.
13330 # The option is referenced via a variable to avoid confusing sed.
13331 lt_compile=`echo "$ac_compile" | $SED \
13332 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13333 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13334 -e 's:$: $lt_compiler_flag:'`
13335 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13336 (eval "$lt_compile" 2>conftest.err)
13337 ac_status=$?
13338 cat conftest.err >&5
13339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13340 if (exit $ac_status) && test -s "$ac_outfile"; then
13341 # The compiler can only warn and ignore the option if not recognized
13342 # So say no if there are warnings other than the usual output.
13343 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13344 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13345 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13346 lt_cv_prog_compiler_pic_works_CXX=yes
13347 fi
13348 fi
13349 $RM conftest*
13350
13351 fi
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13353 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13354
13355 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13356 case $lt_prog_compiler_pic_CXX in
13357 "" | " "*) ;;
13358 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13359 esac
13360 else
13361 lt_prog_compiler_pic_CXX=
13362 lt_prog_compiler_can_build_shared_CXX=no
13363 fi
13364
13365 fi
13366
13367
13368
13369 #
13370 # Check to make sure the static flag actually works.
13371 #
13372 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13374 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13375 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
13376 $as_echo_n "(cached) " >&6
13377 else
13378 lt_cv_prog_compiler_static_works_CXX=no
13379 save_LDFLAGS="$LDFLAGS"
13380 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13381 echo "$lt_simple_link_test_code" > conftest.$ac_ext
13382 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13383 # The linker can only warn and ignore the option if not recognized
13384 # So say no if there are warnings
13385 if test -s conftest.err; then
13386 # Append any errors to the config.log.
13387 cat conftest.err 1>&5
13388 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
13389 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13390 if diff conftest.exp conftest.er2 >/dev/null; then
13391 lt_cv_prog_compiler_static_works_CXX=yes
13392 fi
13393 else
13394 lt_cv_prog_compiler_static_works_CXX=yes
13395 fi
13396 fi
13397 $RM -r conftest*
13398 LDFLAGS="$save_LDFLAGS"
13399
13400 fi
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13402 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13403
13404 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13405 :
13406 else
13407 lt_prog_compiler_static_CXX=
13408 fi
13409
13410
13411
13412
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13414 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13415 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
13416 $as_echo_n "(cached) " >&6
13417 else
13418 lt_cv_prog_compiler_c_o_CXX=no
13419 $RM -r conftest 2>/dev/null
13420 mkdir conftest
13421 cd conftest
13422 mkdir out
13423 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13424
13425 lt_compiler_flag="-o out/conftest2.$ac_objext"
13426 # Insert the option either (1) after the last *FLAGS variable, or
13427 # (2) before a word containing "conftest.", or (3) at the end.
13428 # Note that $ac_compile itself does not contain backslashes and begins
13429 # with a dollar sign (not a hyphen), so the echo should work correctly.
13430 lt_compile=`echo "$ac_compile" | $SED \
13431 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13432 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13433 -e 's:$: $lt_compiler_flag:'`
13434 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13435 (eval "$lt_compile" 2>out/conftest.err)
13436 ac_status=$?
13437 cat out/conftest.err >&5
13438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13439 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13440 then
13441 # The compiler can only warn and ignore the option if not recognized
13442 # So say no if there are warnings
13443 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13444 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13445 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13446 lt_cv_prog_compiler_c_o_CXX=yes
13447 fi
13448 fi
13449 chmod u+w . 2>&5
13450 $RM conftest*
13451 # SGI C++ compiler will create directory out/ii_files/ for
13452 # template instantiation
13453 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13454 $RM out/* && rmdir out
13455 cd ..
13456 $RM -r conftest
13457 $RM conftest*
13458
13459 fi
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13461 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13462
13463
13464
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13466 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13467 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
13468 $as_echo_n "(cached) " >&6
13469 else
13470 lt_cv_prog_compiler_c_o_CXX=no
13471 $RM -r conftest 2>/dev/null
13472 mkdir conftest
13473 cd conftest
13474 mkdir out
13475 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13476
13477 lt_compiler_flag="-o out/conftest2.$ac_objext"
13478 # Insert the option either (1) after the last *FLAGS variable, or
13479 # (2) before a word containing "conftest.", or (3) at the end.
13480 # Note that $ac_compile itself does not contain backslashes and begins
13481 # with a dollar sign (not a hyphen), so the echo should work correctly.
13482 lt_compile=`echo "$ac_compile" | $SED \
13483 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13484 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13485 -e 's:$: $lt_compiler_flag:'`
13486 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13487 (eval "$lt_compile" 2>out/conftest.err)
13488 ac_status=$?
13489 cat out/conftest.err >&5
13490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13491 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13492 then
13493 # The compiler can only warn and ignore the option if not recognized
13494 # So say no if there are warnings
13495 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13496 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13497 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13498 lt_cv_prog_compiler_c_o_CXX=yes
13499 fi
13500 fi
13501 chmod u+w . 2>&5
13502 $RM conftest*
13503 # SGI C++ compiler will create directory out/ii_files/ for
13504 # template instantiation
13505 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13506 $RM out/* && rmdir out
13507 cd ..
13508 $RM -r conftest
13509 $RM conftest*
13510
13511 fi
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13513 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13514
13515
13516
13517
13518 hard_links="nottested"
13519 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13520 # do not overwrite the value of need_locks provided by the user
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13522 $as_echo_n "checking if we can lock with hard links... " >&6; }
13523 hard_links=yes
13524 $RM conftest*
13525 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13526 touch conftest.a
13527 ln conftest.a conftest.b 2>&5 || hard_links=no
13528 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13530 $as_echo "$hard_links" >&6; }
13531 if test "$hard_links" = no; then
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13533 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13534 need_locks=warn
13535 fi
13536 else
13537 need_locks=no
13538 fi
13539
13540
13541
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13543 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13544
13545 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13546 case $host_os in
13547 aix[4-9]*)
13548 # If we're using GNU nm, then we don't want the "-C" option.
13549 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13550 # Also, AIX nm treats weak defined symbols like other global defined
13551 # symbols, whereas GNU nm marks them as "W".
13552 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13553 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'
13554 else
13555 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'
13556 fi
13557 ;;
13558 pw32*)
13559 export_symbols_cmds_CXX="$ltdll_cmds"
13560 ;;
13561 cygwin* | mingw* | cegcc*)
13562 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'
13563 ;;
13564 *)
13565 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13566 ;;
13567 esac
13568 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13569
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13571 $as_echo "$ld_shlibs_CXX" >&6; }
13572 test "$ld_shlibs_CXX" = no && can_build_shared=no
13573
13574 with_gnu_ld_CXX=$with_gnu_ld
13575
13576
13577
13578
13579
13580
13581 #
13582 # Do we need to explicitly link libc?
13583 #
13584 case "x$archive_cmds_need_lc_CXX" in
13585 x|xyes)
13586 # Assume -lc should be added
13587 archive_cmds_need_lc_CXX=yes
13588
13589 if test "$enable_shared" = yes && test "$GCC" = yes; then
13590 case $archive_cmds_CXX in
13591 *'~'*)
13592 # FIXME: we may have to deal with multi-command sequences.
13593 ;;
13594 '$CC '*)
13595 # Test whether the compiler implicitly links with -lc since on some
13596 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13597 # to ld, don't add -lc before -lgcc.
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13599 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13600 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
13601 $as_echo_n "(cached) " >&6
13602 else
13603 $RM conftest*
13604 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13605
13606 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13607 (eval $ac_compile) 2>&5
13608 ac_status=$?
13609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13610 test $ac_status = 0; } 2>conftest.err; then
13611 soname=conftest
13612 lib=conftest
13613 libobjs=conftest.$ac_objext
13614 deplibs=
13615 wl=$lt_prog_compiler_wl_CXX
13616 pic_flag=$lt_prog_compiler_pic_CXX
13617 compiler_flags=-v
13618 linker_flags=-v
13619 verstring=
13620 output_objdir=.
13621 libname=conftest
13622 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
13623 allow_undefined_flag_CXX=
13624 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13625 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13626 ac_status=$?
13627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13628 test $ac_status = 0; }
13629 then
13630 lt_cv_archive_cmds_need_lc_CXX=no
13631 else
13632 lt_cv_archive_cmds_need_lc_CXX=yes
13633 fi
13634 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
13635 else
13636 cat conftest.err 1>&5
13637 fi
13638 $RM conftest*
13639
13640 fi
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13642 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13643 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
13644 ;;
13645 esac
13646 fi
13647 ;;
13648 esac
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
13660
13661
13662
13663
13664
13665
13666
13667
13668
13669
13670
13671
13672
13673
13674
13675
13676
13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
13688
13689
13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
13702
13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13714 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13715
13716 library_names_spec=
13717 libname_spec='lib$name'
13718 soname_spec=
13719 shrext_cmds=".so"
13720 postinstall_cmds=
13721 postuninstall_cmds=
13722 finish_cmds=
13723 finish_eval=
13724 shlibpath_var=
13725 shlibpath_overrides_runpath=unknown
13726 version_type=none
13727 dynamic_linker="$host_os ld.so"
13728 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13729 need_lib_prefix=unknown
13730 hardcode_into_libs=no
13731
13732 # when you set need_version to no, make sure it does not cause -set_version
13733 # flags to be left without arguments
13734 need_version=unknown
13735
13736 case $host_os in
13737 aix3*)
13738 version_type=linux
13739 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13740 shlibpath_var=LIBPATH
13741
13742 # AIX 3 has no versioning support, so we append a major version to the name.
13743 soname_spec='${libname}${release}${shared_ext}$major'
13744 ;;
13745
13746 aix[4-9]*)
13747 version_type=linux
13748 need_lib_prefix=no
13749 need_version=no
13750 hardcode_into_libs=yes
13751 if test "$host_cpu" = ia64; then
13752 # AIX 5 supports IA64
13753 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13754 shlibpath_var=LD_LIBRARY_PATH
13755 else
13756 # With GCC up to 2.95.x, collect2 would create an import file
13757 # for dependence libraries. The import file would start with
13758 # the line `#! .'. This would cause the generated library to
13759 # depend on `.', always an invalid library. This was fixed in
13760 # development snapshots of GCC prior to 3.0.
13761 case $host_os in
13762 aix4 | aix4.[01] | aix4.[01].*)
13763 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13764 echo ' yes '
13765 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
13766 :
13767 else
13768 can_build_shared=no
13769 fi
13770 ;;
13771 esac
13772 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13773 # soname into executable. Probably we can add versioning support to
13774 # collect2, so additional links can be useful in future.
13775 if test "$aix_use_runtimelinking" = yes; then
13776 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13777 # instead of lib<name>.a to let people know that these are not
13778 # typical AIX shared libraries.
13779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13780 else
13781 # We preserve .a as extension for shared libraries through AIX4.2
13782 # and later when we are not doing run time linking.
13783 library_names_spec='${libname}${release}.a $libname.a'
13784 soname_spec='${libname}${release}${shared_ext}$major'
13785 fi
13786 shlibpath_var=LIBPATH
13787 fi
13788 ;;
13789
13790 amigaos*)
13791 case $host_cpu in
13792 powerpc)
13793 # Since July 2007 AmigaOS4 officially supports .so libraries.
13794 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13796 ;;
13797 m68k)
13798 library_names_spec='$libname.ixlibrary $libname.a'
13799 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13800 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'
13801 ;;
13802 esac
13803 ;;
13804
13805 beos*)
13806 library_names_spec='${libname}${shared_ext}'
13807 dynamic_linker="$host_os ld.so"
13808 shlibpath_var=LIBRARY_PATH
13809 ;;
13810
13811 bsdi[45]*)
13812 version_type=linux
13813 need_version=no
13814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13815 soname_spec='${libname}${release}${shared_ext}$major'
13816 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13817 shlibpath_var=LD_LIBRARY_PATH
13818 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13819 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13820 # the default ld.so.conf also contains /usr/contrib/lib and
13821 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13822 # libtool to hard-code these into programs
13823 ;;
13824
13825 cygwin* | mingw* | pw32* | cegcc*)
13826 version_type=windows
13827 shrext_cmds=".dll"
13828 need_version=no
13829 need_lib_prefix=no
13830
13831 case $GCC,$host_os in
13832 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
13833 library_names_spec='$libname.dll.a'
13834 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13835 postinstall_cmds='base_file=`basename \${file}`~
13836 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13837 dldir=$destdir/`dirname \$dlpath`~
13838 test -d \$dldir || mkdir -p \$dldir~
13839 $install_prog $dir/$dlname \$dldir/$dlname~
13840 chmod a+x \$dldir/$dlname~
13841 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13842 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13843 fi'
13844 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13845 dlpath=$dir/\$dldll~
13846 $RM \$dlpath'
13847 shlibpath_overrides_runpath=yes
13848
13849 case $host_os in
13850 cygwin*)
13851 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13852 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13853
13854 ;;
13855 mingw* | cegcc*)
13856 # MinGW DLLs use traditional 'lib' prefix
13857 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13858 ;;
13859 pw32*)
13860 # pw32 DLLs use 'pw' prefix rather than 'lib'
13861 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13862 ;;
13863 esac
13864 ;;
13865
13866 *)
13867 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13868 ;;
13869 esac
13870 dynamic_linker='Win32 ld.exe'
13871 # FIXME: first we should search . and the directory the executable is in
13872 shlibpath_var=PATH
13873 ;;
13874
13875 darwin* | rhapsody*)
13876 dynamic_linker="$host_os dyld"
13877 version_type=darwin
13878 need_lib_prefix=no
13879 need_version=no
13880 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13881 soname_spec='${libname}${release}${major}$shared_ext'
13882 shlibpath_overrides_runpath=yes
13883 shlibpath_var=DYLD_LIBRARY_PATH
13884 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13885
13886 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13887 ;;
13888
13889 dgux*)
13890 version_type=linux
13891 need_lib_prefix=no
13892 need_version=no
13893 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13894 soname_spec='${libname}${release}${shared_ext}$major'
13895 shlibpath_var=LD_LIBRARY_PATH
13896 ;;
13897
13898 freebsd* | dragonfly*)
13899 # DragonFly does not have aout. When/if they implement a new
13900 # versioning mechanism, adjust this.
13901 if test -x /usr/bin/objformat; then
13902 objformat=`/usr/bin/objformat`
13903 else
13904 case $host_os in
13905 freebsd[23].*) objformat=aout ;;
13906 *) objformat=elf ;;
13907 esac
13908 fi
13909 version_type=freebsd-$objformat
13910 case $version_type in
13911 freebsd-elf*)
13912 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13913 need_version=no
13914 need_lib_prefix=no
13915 ;;
13916 freebsd-*)
13917 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13918 need_version=yes
13919 ;;
13920 esac
13921 shlibpath_var=LD_LIBRARY_PATH
13922 case $host_os in
13923 freebsd2.*)
13924 shlibpath_overrides_runpath=yes
13925 ;;
13926 freebsd3.[01]* | freebsdelf3.[01]*)
13927 shlibpath_overrides_runpath=yes
13928 hardcode_into_libs=yes
13929 ;;
13930 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13931 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13932 shlibpath_overrides_runpath=no
13933 hardcode_into_libs=yes
13934 ;;
13935 *) # from 4.6 on, and DragonFly
13936 shlibpath_overrides_runpath=yes
13937 hardcode_into_libs=yes
13938 ;;
13939 esac
13940 ;;
13941
13942 haiku*)
13943 version_type=linux
13944 need_lib_prefix=no
13945 need_version=no
13946 dynamic_linker="$host_os runtime_loader"
13947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13948 soname_spec='${libname}${release}${shared_ext}$major'
13949 shlibpath_var=LIBRARY_PATH
13950 shlibpath_overrides_runpath=yes
13951 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
13952 hardcode_into_libs=yes
13953 ;;
13954
13955 hpux9* | hpux10* | hpux11*)
13956 # Give a soname corresponding to the major version so that dld.sl refuses to
13957 # link against other versions.
13958 version_type=sunos
13959 need_lib_prefix=no
13960 need_version=no
13961 case $host_cpu in
13962 ia64*)
13963 shrext_cmds='.so'
13964 hardcode_into_libs=yes
13965 dynamic_linker="$host_os dld.so"
13966 shlibpath_var=LD_LIBRARY_PATH
13967 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13969 soname_spec='${libname}${release}${shared_ext}$major'
13970 if test "X$HPUX_IA64_MODE" = X32; then
13971 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13972 else
13973 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
13974 fi
13975 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13976 ;;
13977 hppa*64*)
13978 shrext_cmds='.sl'
13979 hardcode_into_libs=yes
13980 dynamic_linker="$host_os dld.sl"
13981 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
13982 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13983 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13984 soname_spec='${libname}${release}${shared_ext}$major'
13985 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13986 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13987 ;;
13988 *)
13989 shrext_cmds='.sl'
13990 dynamic_linker="$host_os dld.sl"
13991 shlibpath_var=SHLIB_PATH
13992 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
13993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13994 soname_spec='${libname}${release}${shared_ext}$major'
13995 ;;
13996 esac
13997 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
13998 postinstall_cmds='chmod 555 $lib'
13999 # or fails outright, so override atomically:
14000 install_override_mode=555
14001 ;;
14002
14003 interix[3-9]*)
14004 version_type=linux
14005 need_lib_prefix=no
14006 need_version=no
14007 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14008 soname_spec='${libname}${release}${shared_ext}$major'
14009 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14010 shlibpath_var=LD_LIBRARY_PATH
14011 shlibpath_overrides_runpath=no
14012 hardcode_into_libs=yes
14013 ;;
14014
14015 irix5* | irix6* | nonstopux*)
14016 case $host_os in
14017 nonstopux*) version_type=nonstopux ;;
14018 *)
14019 if test "$lt_cv_prog_gnu_ld" = yes; then
14020 version_type=linux
14021 else
14022 version_type=irix
14023 fi ;;
14024 esac
14025 need_lib_prefix=no
14026 need_version=no
14027 soname_spec='${libname}${release}${shared_ext}$major'
14028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14029 case $host_os in
14030 irix5* | nonstopux*)
14031 libsuff= shlibsuff=
14032 ;;
14033 *)
14034 case $LD in # libtool.m4 will add one of these switches to LD
14035 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14036 libsuff= shlibsuff= libmagic=32-bit;;
14037 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14038 libsuff=32 shlibsuff=N32 libmagic=N32;;
14039 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14040 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14041 *) libsuff= shlibsuff= libmagic=never-match;;
14042 esac
14043 ;;
14044 esac
14045 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14046 shlibpath_overrides_runpath=no
14047 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14048 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14049 hardcode_into_libs=yes
14050 ;;
14051
14052 # No shared lib support for Linux oldld, aout, or coff.
14053 linux*oldld* | linux*aout* | linux*coff*)
14054 dynamic_linker=no
14055 ;;
14056
14057 # This must be Linux ELF.
14058
14059 # uclinux* changes (here and below) have been submitted to the libtool
14060 # project, but have not yet been accepted: they are GCC-local changes
14061 # for the time being. (See
14062 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
14063 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
14064 version_type=linux
14065 need_lib_prefix=no
14066 need_version=no
14067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14068 soname_spec='${libname}${release}${shared_ext}$major'
14069 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14070 shlibpath_var=LD_LIBRARY_PATH
14071 shlibpath_overrides_runpath=no
14072
14073 # Some binutils ld are patched to set DT_RUNPATH
14074 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
14075 $as_echo_n "(cached) " >&6
14076 else
14077 lt_cv_shlibpath_overrides_runpath=no
14078 save_LDFLAGS=$LDFLAGS
14079 save_libdir=$libdir
14080 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14081 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14083 /* end confdefs.h. */
14084
14085 int
14086 main ()
14087 {
14088
14089 ;
14090 return 0;
14091 }
14092 _ACEOF
14093 if ac_fn_cxx_try_link "$LINENO"; then :
14094 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14095 lt_cv_shlibpath_overrides_runpath=yes
14096 fi
14097 fi
14098 rm -f core conftest.err conftest.$ac_objext \
14099 conftest$ac_exeext conftest.$ac_ext
14100 LDFLAGS=$save_LDFLAGS
14101 libdir=$save_libdir
14102
14103 fi
14104
14105 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14106
14107 # This implies no fast_install, which is unacceptable.
14108 # Some rework will be needed to allow for fast_install
14109 # before this can be enabled.
14110 hardcode_into_libs=yes
14111
14112 # Append ld.so.conf contents to the search path
14113 if test -f /etc/ld.so.conf; then
14114 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' ' '`
14115 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14116 fi
14117
14118 # We used to test for /lib/ld.so.1 and disable shared libraries on
14119 # powerpc, because MkLinux only supported shared libraries with the
14120 # GNU dynamic linker. Since this was broken with cross compilers,
14121 # most powerpc-linux boxes support dynamic linking these days and
14122 # people can always --disable-shared, the test was removed, and we
14123 # assume the GNU/Linux dynamic linker is in use.
14124 dynamic_linker='GNU/Linux ld.so'
14125 ;;
14126
14127 netbsd*)
14128 version_type=sunos
14129 need_lib_prefix=no
14130 need_version=no
14131 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14132 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14133 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14134 dynamic_linker='NetBSD (a.out) ld.so'
14135 else
14136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14137 soname_spec='${libname}${release}${shared_ext}$major'
14138 dynamic_linker='NetBSD ld.elf_so'
14139 fi
14140 shlibpath_var=LD_LIBRARY_PATH
14141 shlibpath_overrides_runpath=yes
14142 hardcode_into_libs=yes
14143 ;;
14144
14145 newsos6)
14146 version_type=linux
14147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14148 shlibpath_var=LD_LIBRARY_PATH
14149 shlibpath_overrides_runpath=yes
14150 ;;
14151
14152 *nto* | *qnx*)
14153 version_type=qnx
14154 need_lib_prefix=no
14155 need_version=no
14156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14157 soname_spec='${libname}${release}${shared_ext}$major'
14158 shlibpath_var=LD_LIBRARY_PATH
14159 shlibpath_overrides_runpath=no
14160 hardcode_into_libs=yes
14161 dynamic_linker='ldqnx.so'
14162 ;;
14163
14164 openbsd*)
14165 version_type=sunos
14166 sys_lib_dlsearch_path_spec="/usr/lib"
14167 need_lib_prefix=no
14168 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14169 case $host_os in
14170 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14171 *) need_version=no ;;
14172 esac
14173 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14174 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14175 shlibpath_var=LD_LIBRARY_PATH
14176 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14177 case $host_os in
14178 openbsd2.[89] | openbsd2.[89].*)
14179 shlibpath_overrides_runpath=no
14180 ;;
14181 *)
14182 shlibpath_overrides_runpath=yes
14183 ;;
14184 esac
14185 else
14186 shlibpath_overrides_runpath=yes
14187 fi
14188 ;;
14189
14190 os2*)
14191 libname_spec='$name'
14192 shrext_cmds=".dll"
14193 need_lib_prefix=no
14194 library_names_spec='$libname${shared_ext} $libname.a'
14195 dynamic_linker='OS/2 ld.exe'
14196 shlibpath_var=LIBPATH
14197 ;;
14198
14199 osf3* | osf4* | osf5*)
14200 version_type=osf
14201 need_lib_prefix=no
14202 need_version=no
14203 soname_spec='${libname}${release}${shared_ext}$major'
14204 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14205 shlibpath_var=LD_LIBRARY_PATH
14206 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14207 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14208 ;;
14209
14210 rdos*)
14211 dynamic_linker=no
14212 ;;
14213
14214 solaris*)
14215 version_type=linux
14216 need_lib_prefix=no
14217 need_version=no
14218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14219 soname_spec='${libname}${release}${shared_ext}$major'
14220 shlibpath_var=LD_LIBRARY_PATH
14221 shlibpath_overrides_runpath=yes
14222 hardcode_into_libs=yes
14223 # ldd complains unless libraries are executable
14224 postinstall_cmds='chmod +x $lib'
14225 ;;
14226
14227 sunos4*)
14228 version_type=sunos
14229 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14230 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14231 shlibpath_var=LD_LIBRARY_PATH
14232 shlibpath_overrides_runpath=yes
14233 if test "$with_gnu_ld" = yes; then
14234 need_lib_prefix=no
14235 fi
14236 need_version=yes
14237 ;;
14238
14239 sysv4 | sysv4.3*)
14240 version_type=linux
14241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14242 soname_spec='${libname}${release}${shared_ext}$major'
14243 shlibpath_var=LD_LIBRARY_PATH
14244 case $host_vendor in
14245 sni)
14246 shlibpath_overrides_runpath=no
14247 need_lib_prefix=no
14248 runpath_var=LD_RUN_PATH
14249 ;;
14250 siemens)
14251 need_lib_prefix=no
14252 ;;
14253 motorola)
14254 need_lib_prefix=no
14255 need_version=no
14256 shlibpath_overrides_runpath=no
14257 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14258 ;;
14259 esac
14260 ;;
14261
14262 sysv4*MP*)
14263 if test -d /usr/nec ;then
14264 version_type=linux
14265 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14266 soname_spec='$libname${shared_ext}.$major'
14267 shlibpath_var=LD_LIBRARY_PATH
14268 fi
14269 ;;
14270
14271 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14272 version_type=freebsd-elf
14273 need_lib_prefix=no
14274 need_version=no
14275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14276 soname_spec='${libname}${release}${shared_ext}$major'
14277 shlibpath_var=LD_LIBRARY_PATH
14278 shlibpath_overrides_runpath=yes
14279 hardcode_into_libs=yes
14280 if test "$with_gnu_ld" = yes; then
14281 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14282 else
14283 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14284 case $host_os in
14285 sco3.2v5*)
14286 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14287 ;;
14288 esac
14289 fi
14290 sys_lib_dlsearch_path_spec='/usr/lib'
14291 ;;
14292
14293 tpf*)
14294 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14295 version_type=linux
14296 need_lib_prefix=no
14297 need_version=no
14298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14299 shlibpath_var=LD_LIBRARY_PATH
14300 shlibpath_overrides_runpath=no
14301 hardcode_into_libs=yes
14302 ;;
14303
14304 uts4*)
14305 version_type=linux
14306 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14307 soname_spec='${libname}${release}${shared_ext}$major'
14308 shlibpath_var=LD_LIBRARY_PATH
14309 ;;
14310
14311 # Shared libraries for VwWorks, >= 7 only at this stage
14312 # and (fpic) still incompatible with "large" code models
14313 # in a few configurations. Only for RTP mode in any case,
14314 # and upon explicit request at configure time.
14315 vxworks7*)
14316 dynamic_linker=no
14317 case ${with_multisubdir}-${enable_shared} in
14318 *large*)
14319 ;;
14320 *mrtp*-yes)
14321 version_type=linux
14322 need_lib_prefix=no
14323 need_version=no
14324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14325 soname_spec='${libname}${release}${shared_ext}$major'
14326 dynamic_linker="$host_os module_loader"
14327 ;;
14328 esac
14329 ;;
14330 *)
14331 dynamic_linker=no
14332 ;;
14333 esac
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14335 $as_echo "$dynamic_linker" >&6; }
14336 test "$dynamic_linker" = no && can_build_shared=no
14337
14338 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14339 if test "$GCC" = yes; then
14340 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14341 fi
14342
14343 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14344 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14345 fi
14346 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14347 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14348 fi
14349
14350
14351
14352
14353
14354
14355
14356
14357
14358
14359
14360
14361
14362
14363
14364
14365
14366
14367
14368
14369
14370
14371
14372
14373
14374
14375
14376
14377
14378
14379
14380
14381
14382
14383
14384
14385
14386
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14388 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14389 hardcode_action_CXX=
14390 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14391 test -n "$runpath_var_CXX" ||
14392 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14393
14394 # We can hardcode non-existent directories.
14395 if test "$hardcode_direct_CXX" != no &&
14396 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14397 # have to relink, otherwise we might link with an installed library
14398 # when we should be linking with a yet-to-be-installed one
14399 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14400 test "$hardcode_minus_L_CXX" != no; then
14401 # Linking always hardcodes the temporary library directory.
14402 hardcode_action_CXX=relink
14403 else
14404 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14405 hardcode_action_CXX=immediate
14406 fi
14407 else
14408 # We cannot hardcode anything, or else we can only hardcode existing
14409 # directories.
14410 hardcode_action_CXX=unsupported
14411 fi
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14413 $as_echo "$hardcode_action_CXX" >&6; }
14414
14415 if test "$hardcode_action_CXX" = relink ||
14416 test "$inherit_rpath_CXX" = yes; then
14417 # Fast installation is not supported
14418 enable_fast_install=no
14419 elif test "$shlibpath_overrides_runpath" = yes ||
14420 test "$enable_shared" = no; then
14421 # Fast installation is not necessary
14422 enable_fast_install=needless
14423 fi
14424
14425
14426
14427
14428
14429
14430
14431 fi # test -n "$compiler"
14432
14433 CC=$lt_save_CC
14434 LDCXX=$LD
14435 LD=$lt_save_LD
14436 GCC=$lt_save_GCC
14437 with_gnu_ld=$lt_save_with_gnu_ld
14438 lt_cv_path_LDCXX=$lt_cv_path_LD
14439 lt_cv_path_LD=$lt_save_path_LD
14440 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14441 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14442 fi # test "$_lt_caught_CXX_error" != yes
14443
14444 ac_ext=c
14445 ac_cpp='$CPP $CPPFLAGS'
14446 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14447 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14448 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14449
14450
14451
14452
14453
14454
14455
14456
14457
14458
14459
14460
14461
14462 ac_config_commands="$ac_config_commands libtool"
14463
14464
14465
14466
14467 # Only expand once:
14468
14469
14470 # Forbid libtool to hardcode RPATH, because we want to be able to specify
14471 # library search directory using LD_LIBRARY_PATH
14472 hardcode_into_libs=no
14473
14474
14475
14476 # Determine what GCC version number to use in filesystem paths.
14477
14478 get_gcc_base_ver="cat"
14479
14480 # Check whether --with-gcc-major-version-only was given.
14481 if test "${with_gcc_major_version_only+set}" = set; then :
14482 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
14483 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
14484 fi
14485
14486 fi
14487
14488
14489
14490
14491 # Must be last
14492 cat >confcache <<\_ACEOF
14493 # This file is a shell script that caches the results of configure
14494 # tests run on this system so they can be shared between configure
14495 # scripts and configure runs, see configure's option --config-cache.
14496 # It is not useful on other systems. If it contains results you don't
14497 # want to keep, you may remove or edit it.
14498 #
14499 # config.status only pays attention to the cache file if you give it
14500 # the --recheck option to rerun configure.
14501 #
14502 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14503 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14504 # following values.
14505
14506 _ACEOF
14507
14508 # The following way of writing the cache mishandles newlines in values,
14509 # but we know of no workaround that is simple, portable, and efficient.
14510 # So, we kill variables containing newlines.
14511 # Ultrix sh set writes to stderr and can't be redirected directly,
14512 # and sets the high bit in the cache file unless we assign to the vars.
14513 (
14514 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14515 eval ac_val=\$$ac_var
14516 case $ac_val in #(
14517 *${as_nl}*)
14518 case $ac_var in #(
14519 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14520 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14521 esac
14522 case $ac_var in #(
14523 _ | IFS | as_nl) ;; #(
14524 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14525 *) { eval $ac_var=; unset $ac_var;} ;;
14526 esac ;;
14527 esac
14528 done
14529
14530 (set) 2>&1 |
14531 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14532 *${as_nl}ac_space=\ *)
14533 # `set' does not quote correctly, so add quotes: double-quote
14534 # substitution turns \\\\ into \\, and sed turns \\ into \.
14535 sed -n \
14536 "s/'/'\\\\''/g;
14537 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14538 ;; #(
14539 *)
14540 # `set' quotes correctly as required by POSIX, so do not add quotes.
14541 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14542 ;;
14543 esac |
14544 sort
14545 ) |
14546 sed '
14547 /^ac_cv_env_/b end
14548 t clear
14549 :clear
14550 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14551 t end
14552 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14553 :end' >>confcache
14554 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14555 if test -w "$cache_file"; then
14556 if test "x$cache_file" != "x/dev/null"; then
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14558 $as_echo "$as_me: updating cache $cache_file" >&6;}
14559 if test ! -f "$cache_file" || test -h "$cache_file"; then
14560 cat confcache >"$cache_file"
14561 else
14562 case $cache_file in #(
14563 */* | ?:*)
14564 mv -f confcache "$cache_file"$$ &&
14565 mv -f "$cache_file"$$ "$cache_file" ;; #(
14566 *)
14567 mv -f confcache "$cache_file" ;;
14568 esac
14569 fi
14570 fi
14571 else
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14573 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14574 fi
14575 fi
14576 rm -f confcache
14577
14578 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14579 # Let make expand exec_prefix.
14580 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14581
14582 # Transform confdefs.h into DEFS.
14583 # Protect against shell expansion while executing Makefile rules.
14584 # Protect against Makefile macro expansion.
14585 #
14586 # If the first sed substitution is executed (which looks for macros that
14587 # take arguments), then branch to the quote section. Otherwise,
14588 # look for a macro that doesn't take arguments.
14589 ac_script='
14590 :mline
14591 /\\$/{
14592 N
14593 s,\\\n,,
14594 b mline
14595 }
14596 t clear
14597 :clear
14598 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14599 t quote
14600 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14601 t quote
14602 b any
14603 :quote
14604 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14605 s/\[/\\&/g
14606 s/\]/\\&/g
14607 s/\$/$$/g
14608 H
14609 :any
14610 ${
14611 g
14612 s/^\n//
14613 s/\n/ /g
14614 p
14615 }
14616 '
14617 DEFS=`sed -n "$ac_script" confdefs.h`
14618
14619
14620 ac_libobjs=
14621 ac_ltlibobjs=
14622 U=
14623 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14624 # 1. Remove the extension, and $U if already installed.
14625 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14626 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14627 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14628 # will be set to the directory where LIBOBJS objects are built.
14629 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14630 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14631 done
14632 LIBOBJS=$ac_libobjs
14633
14634 LTLIBOBJS=$ac_ltlibobjs
14635
14636
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14638 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14639 if test -n "$am_sleep_pid"; then
14640 # Hide warnings about reused PIDs.
14641 wait $am_sleep_pid 2>/dev/null
14642 fi
14643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14644 $as_echo "done" >&6; }
14645 if test -n "$EXEEXT"; then
14646 am__EXEEXT_TRUE=
14647 am__EXEEXT_FALSE='#'
14648 else
14649 am__EXEEXT_TRUE='#'
14650 am__EXEEXT_FALSE=
14651 fi
14652
14653 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14654 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14655 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14656 fi
14657 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14658 as_fn_error $? "conditional \"AMDEP\" was never defined.
14659 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14660 fi
14661 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14662 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14663 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14664 fi
14665 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
14666 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
14667 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14668 fi
14669 if test -z "${PLUGIN_HOST_TRUE}" && test -z "${PLUGIN_HOST_FALSE}"; then
14670 as_fn_error $? "conditional \"PLUGIN_HOST\" was never defined.
14671 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14672 fi
14673
14674 : "${CONFIG_STATUS=./config.status}"
14675 ac_write_fail=0
14676 ac_clean_files_save=$ac_clean_files
14677 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14679 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14680 as_write_fail=0
14681 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14682 #! $SHELL
14683 # Generated by $as_me.
14684 # Run this file to recreate the current configuration.
14685 # Compiler output produced by configure, useful for debugging
14686 # configure, is in config.log if it exists.
14687
14688 debug=false
14689 ac_cs_recheck=false
14690 ac_cs_silent=false
14691
14692 SHELL=\${CONFIG_SHELL-$SHELL}
14693 export SHELL
14694 _ASEOF
14695 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14696 ## -------------------- ##
14697 ## M4sh Initialization. ##
14698 ## -------------------- ##
14699
14700 # Be more Bourne compatible
14701 DUALCASE=1; export DUALCASE # for MKS sh
14702 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14703 emulate sh
14704 NULLCMD=:
14705 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14706 # is contrary to our usage. Disable this feature.
14707 alias -g '${1+"$@"}'='"$@"'
14708 setopt NO_GLOB_SUBST
14709 else
14710 case `(set -o) 2>/dev/null` in #(
14711 *posix*) :
14712 set -o posix ;; #(
14713 *) :
14714 ;;
14715 esac
14716 fi
14717
14718
14719 as_nl='
14720 '
14721 export as_nl
14722 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14723 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14724 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14725 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14726 # Prefer a ksh shell builtin over an external printf program on Solaris,
14727 # but without wasting forks for bash or zsh.
14728 if test -z "$BASH_VERSION$ZSH_VERSION" \
14729 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14730 as_echo='print -r --'
14731 as_echo_n='print -rn --'
14732 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14733 as_echo='printf %s\n'
14734 as_echo_n='printf %s'
14735 else
14736 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14737 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14738 as_echo_n='/usr/ucb/echo -n'
14739 else
14740 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14741 as_echo_n_body='eval
14742 arg=$1;
14743 case $arg in #(
14744 *"$as_nl"*)
14745 expr "X$arg" : "X\\(.*\\)$as_nl";
14746 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14747 esac;
14748 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14749 '
14750 export as_echo_n_body
14751 as_echo_n='sh -c $as_echo_n_body as_echo'
14752 fi
14753 export as_echo_body
14754 as_echo='sh -c $as_echo_body as_echo'
14755 fi
14756
14757 # The user is always right.
14758 if test "${PATH_SEPARATOR+set}" != set; then
14759 PATH_SEPARATOR=:
14760 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14761 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14762 PATH_SEPARATOR=';'
14763 }
14764 fi
14765
14766
14767 # IFS
14768 # We need space, tab and new line, in precisely that order. Quoting is
14769 # there to prevent editors from complaining about space-tab.
14770 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14771 # splitting by setting IFS to empty value.)
14772 IFS=" "" $as_nl"
14773
14774 # Find who we are. Look in the path if we contain no directory separator.
14775 as_myself=
14776 case $0 in #((
14777 *[\\/]* ) as_myself=$0 ;;
14778 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14779 for as_dir in $PATH
14780 do
14781 IFS=$as_save_IFS
14782 test -z "$as_dir" && as_dir=.
14783 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14784 done
14785 IFS=$as_save_IFS
14786
14787 ;;
14788 esac
14789 # We did not find ourselves, most probably we were run as `sh COMMAND'
14790 # in which case we are not to be found in the path.
14791 if test "x$as_myself" = x; then
14792 as_myself=$0
14793 fi
14794 if test ! -f "$as_myself"; then
14795 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14796 exit 1
14797 fi
14798
14799 # Unset variables that we do not need and which cause bugs (e.g. in
14800 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14801 # suppresses any "Segmentation fault" message there. '((' could
14802 # trigger a bug in pdksh 5.2.14.
14803 for as_var in BASH_ENV ENV MAIL MAILPATH
14804 do eval test x\${$as_var+set} = xset \
14805 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14806 done
14807 PS1='$ '
14808 PS2='> '
14809 PS4='+ '
14810
14811 # NLS nuisances.
14812 LC_ALL=C
14813 export LC_ALL
14814 LANGUAGE=C
14815 export LANGUAGE
14816
14817 # CDPATH.
14818 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14819
14820
14821 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14822 # ----------------------------------------
14823 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14824 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14825 # script with STATUS, using 1 if that was 0.
14826 as_fn_error ()
14827 {
14828 as_status=$1; test $as_status -eq 0 && as_status=1
14829 if test "$4"; then
14830 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14831 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14832 fi
14833 $as_echo "$as_me: error: $2" >&2
14834 as_fn_exit $as_status
14835 } # as_fn_error
14836
14837
14838 # as_fn_set_status STATUS
14839 # -----------------------
14840 # Set $? to STATUS, without forking.
14841 as_fn_set_status ()
14842 {
14843 return $1
14844 } # as_fn_set_status
14845
14846 # as_fn_exit STATUS
14847 # -----------------
14848 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14849 as_fn_exit ()
14850 {
14851 set +e
14852 as_fn_set_status $1
14853 exit $1
14854 } # as_fn_exit
14855
14856 # as_fn_unset VAR
14857 # ---------------
14858 # Portably unset VAR.
14859 as_fn_unset ()
14860 {
14861 { eval $1=; unset $1;}
14862 }
14863 as_unset=as_fn_unset
14864 # as_fn_append VAR VALUE
14865 # ----------------------
14866 # Append the text in VALUE to the end of the definition contained in VAR. Take
14867 # advantage of any shell optimizations that allow amortized linear growth over
14868 # repeated appends, instead of the typical quadratic growth present in naive
14869 # implementations.
14870 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14871 eval 'as_fn_append ()
14872 {
14873 eval $1+=\$2
14874 }'
14875 else
14876 as_fn_append ()
14877 {
14878 eval $1=\$$1\$2
14879 }
14880 fi # as_fn_append
14881
14882 # as_fn_arith ARG...
14883 # ------------------
14884 # Perform arithmetic evaluation on the ARGs, and store the result in the
14885 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14886 # must be portable across $(()) and expr.
14887 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14888 eval 'as_fn_arith ()
14889 {
14890 as_val=$(( $* ))
14891 }'
14892 else
14893 as_fn_arith ()
14894 {
14895 as_val=`expr "$@" || test $? -eq 1`
14896 }
14897 fi # as_fn_arith
14898
14899
14900 if expr a : '\(a\)' >/dev/null 2>&1 &&
14901 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14902 as_expr=expr
14903 else
14904 as_expr=false
14905 fi
14906
14907 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14908 as_basename=basename
14909 else
14910 as_basename=false
14911 fi
14912
14913 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14914 as_dirname=dirname
14915 else
14916 as_dirname=false
14917 fi
14918
14919 as_me=`$as_basename -- "$0" ||
14920 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14921 X"$0" : 'X\(//\)$' \| \
14922 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14923 $as_echo X/"$0" |
14924 sed '/^.*\/\([^/][^/]*\)\/*$/{
14925 s//\1/
14926 q
14927 }
14928 /^X\/\(\/\/\)$/{
14929 s//\1/
14930 q
14931 }
14932 /^X\/\(\/\).*/{
14933 s//\1/
14934 q
14935 }
14936 s/.*/./; q'`
14937
14938 # Avoid depending upon Character Ranges.
14939 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14940 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14941 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14942 as_cr_digits='0123456789'
14943 as_cr_alnum=$as_cr_Letters$as_cr_digits
14944
14945 ECHO_C= ECHO_N= ECHO_T=
14946 case `echo -n x` in #(((((
14947 -n*)
14948 case `echo 'xy\c'` in
14949 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14950 xy) ECHO_C='\c';;
14951 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14952 ECHO_T=' ';;
14953 esac;;
14954 *)
14955 ECHO_N='-n';;
14956 esac
14957
14958 rm -f conf$$ conf$$.exe conf$$.file
14959 if test -d conf$$.dir; then
14960 rm -f conf$$.dir/conf$$.file
14961 else
14962 rm -f conf$$.dir
14963 mkdir conf$$.dir 2>/dev/null
14964 fi
14965 if (echo >conf$$.file) 2>/dev/null; then
14966 if ln -s conf$$.file conf$$ 2>/dev/null; then
14967 as_ln_s='ln -s'
14968 # ... but there are two gotchas:
14969 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14970 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14971 # In both cases, we have to default to `cp -pR'.
14972 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14973 as_ln_s='cp -pR'
14974 elif ln conf$$.file conf$$ 2>/dev/null; then
14975 as_ln_s=ln
14976 else
14977 as_ln_s='cp -pR'
14978 fi
14979 else
14980 as_ln_s='cp -pR'
14981 fi
14982 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14983 rmdir conf$$.dir 2>/dev/null
14984
14985
14986 # as_fn_mkdir_p
14987 # -------------
14988 # Create "$as_dir" as a directory, including parents if necessary.
14989 as_fn_mkdir_p ()
14990 {
14991
14992 case $as_dir in #(
14993 -*) as_dir=./$as_dir;;
14994 esac
14995 test -d "$as_dir" || eval $as_mkdir_p || {
14996 as_dirs=
14997 while :; do
14998 case $as_dir in #(
14999 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15000 *) as_qdir=$as_dir;;
15001 esac
15002 as_dirs="'$as_qdir' $as_dirs"
15003 as_dir=`$as_dirname -- "$as_dir" ||
15004 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15005 X"$as_dir" : 'X\(//\)[^/]' \| \
15006 X"$as_dir" : 'X\(//\)$' \| \
15007 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15008 $as_echo X"$as_dir" |
15009 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15010 s//\1/
15011 q
15012 }
15013 /^X\(\/\/\)[^/].*/{
15014 s//\1/
15015 q
15016 }
15017 /^X\(\/\/\)$/{
15018 s//\1/
15019 q
15020 }
15021 /^X\(\/\).*/{
15022 s//\1/
15023 q
15024 }
15025 s/.*/./; q'`
15026 test -d "$as_dir" && break
15027 done
15028 test -z "$as_dirs" || eval "mkdir $as_dirs"
15029 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15030
15031
15032 } # as_fn_mkdir_p
15033 if mkdir -p . 2>/dev/null; then
15034 as_mkdir_p='mkdir -p "$as_dir"'
15035 else
15036 test -d ./-p && rmdir ./-p
15037 as_mkdir_p=false
15038 fi
15039
15040
15041 # as_fn_executable_p FILE
15042 # -----------------------
15043 # Test if FILE is an executable regular file.
15044 as_fn_executable_p ()
15045 {
15046 test -f "$1" && test -x "$1"
15047 } # as_fn_executable_p
15048 as_test_x='test -x'
15049 as_executable_p=as_fn_executable_p
15050
15051 # Sed expression to map a string onto a valid CPP name.
15052 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15053
15054 # Sed expression to map a string onto a valid variable name.
15055 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15056
15057
15058 exec 6>&1
15059 ## ----------------------------------- ##
15060 ## Main body of $CONFIG_STATUS script. ##
15061 ## ----------------------------------- ##
15062 _ASEOF
15063 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15064
15065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15066 # Save the log message, to keep $0 and so on meaningful, and to
15067 # report actual input values of CONFIG_FILES etc. instead of their
15068 # values after options handling.
15069 ac_log="
15070 This file was extended by Intel MIC Offload Plugin $as_me 1.0, which was
15071 generated by GNU Autoconf 2.69. Invocation command line was
15072
15073 CONFIG_FILES = $CONFIG_FILES
15074 CONFIG_HEADERS = $CONFIG_HEADERS
15075 CONFIG_LINKS = $CONFIG_LINKS
15076 CONFIG_COMMANDS = $CONFIG_COMMANDS
15077 $ $0 $@
15078
15079 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15080 "
15081
15082 _ACEOF
15083
15084 case $ac_config_files in *"
15085 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15086 esac
15087
15088
15089
15090 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15091 # Files that config.status was made for.
15092 config_files="$ac_config_files"
15093 config_commands="$ac_config_commands"
15094
15095 _ACEOF
15096
15097 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15098 ac_cs_usage="\
15099 \`$as_me' instantiates files and other configuration actions
15100 from templates according to the current configuration. Unless the files
15101 and actions are specified as TAGs, all are instantiated by default.
15102
15103 Usage: $0 [OPTION]... [TAG]...
15104
15105 -h, --help print this help, then exit
15106 -V, --version print version number and configuration settings, then exit
15107 --config print configuration, then exit
15108 -q, --quiet, --silent
15109 do not print progress messages
15110 -d, --debug don't remove temporary files
15111 --recheck update $as_me by reconfiguring in the same conditions
15112 --file=FILE[:TEMPLATE]
15113 instantiate the configuration file FILE
15114
15115 Configuration files:
15116 $config_files
15117
15118 Configuration commands:
15119 $config_commands
15120
15121 Report bugs to the package provider."
15122
15123 _ACEOF
15124 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15125 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15126 ac_cs_version="\\
15127 Intel MIC Offload Plugin config.status 1.0
15128 configured by $0, generated by GNU Autoconf 2.69,
15129 with options \\"\$ac_cs_config\\"
15130
15131 Copyright (C) 2012 Free Software Foundation, Inc.
15132 This config.status script is free software; the Free Software Foundation
15133 gives unlimited permission to copy, distribute and modify it."
15134
15135 ac_pwd='$ac_pwd'
15136 srcdir='$srcdir'
15137 INSTALL='$INSTALL'
15138 MKDIR_P='$MKDIR_P'
15139 AWK='$AWK'
15140 test -n "\$AWK" || AWK=awk
15141 _ACEOF
15142
15143 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15144 # The default lists apply if the user does not specify any file.
15145 ac_need_defaults=:
15146 while test $# != 0
15147 do
15148 case $1 in
15149 --*=?*)
15150 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15151 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15152 ac_shift=:
15153 ;;
15154 --*=)
15155 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15156 ac_optarg=
15157 ac_shift=:
15158 ;;
15159 *)
15160 ac_option=$1
15161 ac_optarg=$2
15162 ac_shift=shift
15163 ;;
15164 esac
15165
15166 case $ac_option in
15167 # Handling of the options.
15168 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15169 ac_cs_recheck=: ;;
15170 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15171 $as_echo "$ac_cs_version"; exit ;;
15172 --config | --confi | --conf | --con | --co | --c )
15173 $as_echo "$ac_cs_config"; exit ;;
15174 --debug | --debu | --deb | --de | --d | -d )
15175 debug=: ;;
15176 --file | --fil | --fi | --f )
15177 $ac_shift
15178 case $ac_optarg in
15179 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15180 '') as_fn_error $? "missing file argument" ;;
15181 esac
15182 as_fn_append CONFIG_FILES " '$ac_optarg'"
15183 ac_need_defaults=false;;
15184 --he | --h | --help | --hel | -h )
15185 $as_echo "$ac_cs_usage"; exit ;;
15186 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15187 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15188 ac_cs_silent=: ;;
15189
15190 # This is an error.
15191 -*) as_fn_error $? "unrecognized option: \`$1'
15192 Try \`$0 --help' for more information." ;;
15193
15194 *) as_fn_append ac_config_targets " $1"
15195 ac_need_defaults=false ;;
15196
15197 esac
15198 shift
15199 done
15200
15201 ac_configure_extra_args=
15202
15203 if $ac_cs_silent; then
15204 exec 6>/dev/null
15205 ac_configure_extra_args="$ac_configure_extra_args --silent"
15206 fi
15207
15208 _ACEOF
15209 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15210 if \$ac_cs_recheck; then
15211 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15212 shift
15213 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15214 CONFIG_SHELL='$SHELL'
15215 export CONFIG_SHELL
15216 exec "\$@"
15217 fi
15218
15219 _ACEOF
15220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15221 exec 5>>config.log
15222 {
15223 echo
15224 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15225 ## Running $as_me. ##
15226 _ASBOX
15227 $as_echo "$ac_log"
15228 } >&5
15229
15230 _ACEOF
15231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15232 #
15233 # INIT-COMMANDS
15234 #
15235 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15236
15237 srcdir="$srcdir"
15238 host="$host"
15239 target="$target"
15240 with_multisubdir="$with_multisubdir"
15241 with_multisrctop="$with_multisrctop"
15242 with_target_subdir="$with_target_subdir"
15243 ac_configure_args="${multilib_arg} ${ac_configure_args}"
15244 multi_basedir="$multi_basedir"
15245 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
15246 CC="$CC"
15247 CXX="$CXX"
15248 GFORTRAN="$GFORTRAN"
15249 GDC="$GDC"
15250
15251
15252 # The HP-UX ksh and POSIX shell print the target directory to stdout
15253 # if CDPATH is set.
15254 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15255
15256 sed_quote_subst='$sed_quote_subst'
15257 double_quote_subst='$double_quote_subst'
15258 delay_variable_subst='$delay_variable_subst'
15259 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15260 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15261 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15262 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15263 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15264 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15265 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15266 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15267 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15268 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15269 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15270 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15271 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15272 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15273 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15274 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15275 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15276 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15277 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15278 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15279 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15280 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15281 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15282 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15283 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15284 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15285 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15286 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15287 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15288 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15289 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15290 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15291 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15292 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15293 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15294 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15295 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15296 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15297 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15298 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15299 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15300 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15301 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15302 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15303 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15304 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15305 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15306 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15307 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"`'
15308 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15309 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15310 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15311 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15312 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15313 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15314 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15315 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15316 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15317 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15318 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15319 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15320 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15321 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15322 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15323 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15324 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15325 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15326 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15327 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15328 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15329 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15330 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15331 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15332 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15333 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15334 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15335 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15336 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15337 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15338 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15339 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15340 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15341 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15342 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15343 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15344 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15345 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15346 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15347 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15348 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15349 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15350 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15351 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15352 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15353 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15354 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15355 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15356 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15357 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15358 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15359 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15360 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15361 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15362 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15363 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15364 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15365 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15366 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15367 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15368 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15369 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15370 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15371 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15372 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15373 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15374 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15375 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15376 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15377 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15378 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15379 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
15380 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
15381 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
15382 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
15383 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
15384 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
15385 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
15386 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
15387 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15388 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15389 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
15390 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
15391 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
15392 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
15393 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
15394 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
15395 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
15396 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
15397 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
15398 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15399 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15400 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
15401 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15402 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15403 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15404 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15405 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15406 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15407 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
15408 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15409 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15410 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15411 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
15412 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
15413 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
15414 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
15415 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
15416 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
15417 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
15418 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
15419 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
15420 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
15421 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
15422 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15423 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15424 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15425 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15426 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
15427 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
15428 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
15429 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15430 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15431 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
15432 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
15433 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15434
15435 LTCC='$LTCC'
15436 LTCFLAGS='$LTCFLAGS'
15437 compiler='$compiler_DEFAULT'
15438
15439 # A function that is used when there is no print builtin or printf.
15440 func_fallback_echo ()
15441 {
15442 eval 'cat <<_LTECHO_EOF
15443 \$1
15444 _LTECHO_EOF'
15445 }
15446
15447 # Quote evaled strings.
15448 for var in SHELL \
15449 ECHO \
15450 SED \
15451 GREP \
15452 EGREP \
15453 FGREP \
15454 LD \
15455 NM \
15456 LN_S \
15457 lt_SP2NL \
15458 lt_NL2SP \
15459 reload_flag \
15460 OBJDUMP \
15461 deplibs_check_method \
15462 file_magic_cmd \
15463 AR \
15464 AR_FLAGS \
15465 STRIP \
15466 RANLIB \
15467 CC \
15468 CFLAGS \
15469 compiler \
15470 lt_cv_sys_global_symbol_pipe \
15471 lt_cv_sys_global_symbol_to_cdecl \
15472 lt_cv_sys_global_symbol_to_c_name_address \
15473 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15474 lt_prog_compiler_no_builtin_flag \
15475 lt_prog_compiler_wl \
15476 lt_prog_compiler_pic \
15477 lt_prog_compiler_static \
15478 lt_cv_prog_compiler_c_o \
15479 need_locks \
15480 DSYMUTIL \
15481 NMEDIT \
15482 LIPO \
15483 OTOOL \
15484 OTOOL64 \
15485 shrext_cmds \
15486 export_dynamic_flag_spec \
15487 whole_archive_flag_spec \
15488 compiler_needs_object \
15489 with_gnu_ld \
15490 allow_undefined_flag \
15491 no_undefined_flag \
15492 hardcode_libdir_flag_spec \
15493 hardcode_libdir_flag_spec_ld \
15494 hardcode_libdir_separator \
15495 fix_srcfile_path \
15496 exclude_expsyms \
15497 include_expsyms \
15498 file_list_spec \
15499 variables_saved_for_relink \
15500 libname_spec \
15501 library_names_spec \
15502 soname_spec \
15503 install_override_mode \
15504 finish_eval \
15505 old_striplib \
15506 striplib \
15507 compiler_lib_search_dirs \
15508 predep_objects \
15509 postdep_objects \
15510 predeps \
15511 postdeps \
15512 compiler_lib_search_path \
15513 LD_CXX \
15514 reload_flag_CXX \
15515 compiler_CXX \
15516 lt_prog_compiler_no_builtin_flag_CXX \
15517 lt_prog_compiler_wl_CXX \
15518 lt_prog_compiler_pic_CXX \
15519 lt_prog_compiler_static_CXX \
15520 lt_cv_prog_compiler_c_o_CXX \
15521 export_dynamic_flag_spec_CXX \
15522 whole_archive_flag_spec_CXX \
15523 compiler_needs_object_CXX \
15524 with_gnu_ld_CXX \
15525 allow_undefined_flag_CXX \
15526 no_undefined_flag_CXX \
15527 hardcode_libdir_flag_spec_CXX \
15528 hardcode_libdir_flag_spec_ld_CXX \
15529 hardcode_libdir_separator_CXX \
15530 fix_srcfile_path_CXX \
15531 exclude_expsyms_CXX \
15532 include_expsyms_CXX \
15533 file_list_spec_CXX \
15534 compiler_lib_search_dirs_CXX \
15535 predep_objects_CXX \
15536 postdep_objects_CXX \
15537 predeps_CXX \
15538 postdeps_CXX \
15539 compiler_lib_search_path_CXX; do
15540 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15541 *[\\\\\\\`\\"\\\$]*)
15542 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15543 ;;
15544 *)
15545 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15546 ;;
15547 esac
15548 done
15549
15550 # Double-quote double-evaled strings.
15551 for var in reload_cmds \
15552 old_postinstall_cmds \
15553 old_postuninstall_cmds \
15554 old_archive_cmds \
15555 extract_expsyms_cmds \
15556 old_archive_from_new_cmds \
15557 old_archive_from_expsyms_cmds \
15558 archive_cmds \
15559 archive_expsym_cmds \
15560 module_cmds \
15561 module_expsym_cmds \
15562 export_symbols_cmds \
15563 prelink_cmds \
15564 postinstall_cmds \
15565 postuninstall_cmds \
15566 finish_cmds \
15567 sys_lib_search_path_spec \
15568 sys_lib_dlsearch_path_spec \
15569 reload_cmds_CXX \
15570 old_archive_cmds_CXX \
15571 old_archive_from_new_cmds_CXX \
15572 old_archive_from_expsyms_cmds_CXX \
15573 archive_cmds_CXX \
15574 archive_expsym_cmds_CXX \
15575 module_cmds_CXX \
15576 module_expsym_cmds_CXX \
15577 export_symbols_cmds_CXX \
15578 prelink_cmds_CXX; do
15579 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15580 *[\\\\\\\`\\"\\\$]*)
15581 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15582 ;;
15583 *)
15584 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15585 ;;
15586 esac
15587 done
15588
15589 ac_aux_dir='$ac_aux_dir'
15590 xsi_shell='$xsi_shell'
15591 lt_shell_append='$lt_shell_append'
15592
15593 # See if we are running on zsh, and set the options which allow our
15594 # commands through without removal of \ escapes INIT.
15595 if test -n "\${ZSH_VERSION+set}" ; then
15596 setopt NO_GLOB_SUBST
15597 fi
15598
15599
15600 PACKAGE='$PACKAGE'
15601 VERSION='$VERSION'
15602 TIMESTAMP='$TIMESTAMP'
15603 RM='$RM'
15604 ofile='$ofile'
15605
15606
15607
15608
15609
15610
15611 _ACEOF
15612
15613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15614
15615 # Handling of arguments.
15616 for ac_config_target in $ac_config_targets
15617 do
15618 case $ac_config_target in
15619 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15620 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15621 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15622 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15623
15624 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15625 esac
15626 done
15627
15628
15629 # If the user did not use the arguments to specify the items to instantiate,
15630 # then the envvar interface is used. Set only those that are not.
15631 # We use the long form for the default assignment because of an extremely
15632 # bizarre bug on SunOS 4.1.3.
15633 if $ac_need_defaults; then
15634 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15635 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15636 fi
15637
15638 # Have a temporary directory for convenience. Make it in the build tree
15639 # simply because there is no reason against having it here, and in addition,
15640 # creating and moving files from /tmp can sometimes cause problems.
15641 # Hook for its removal unless debugging.
15642 # Note that there is a small window in which the directory will not be cleaned:
15643 # after its creation but before its name has been assigned to `$tmp'.
15644 $debug ||
15645 {
15646 tmp= ac_tmp=
15647 trap 'exit_status=$?
15648 : "${ac_tmp:=$tmp}"
15649 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15650 ' 0
15651 trap 'as_fn_exit 1' 1 2 13 15
15652 }
15653 # Create a (secure) tmp directory for tmp files.
15654
15655 {
15656 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15657 test -d "$tmp"
15658 } ||
15659 {
15660 tmp=./conf$$-$RANDOM
15661 (umask 077 && mkdir "$tmp")
15662 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15663 ac_tmp=$tmp
15664
15665 # Set up the scripts for CONFIG_FILES section.
15666 # No need to generate them if there are no CONFIG_FILES.
15667 # This happens for instance with `./config.status config.h'.
15668 if test -n "$CONFIG_FILES"; then
15669
15670
15671 ac_cr=`echo X | tr X '\015'`
15672 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15673 # But we know of no other shell where ac_cr would be empty at this
15674 # point, so we can use a bashism as a fallback.
15675 if test "x$ac_cr" = x; then
15676 eval ac_cr=\$\'\\r\'
15677 fi
15678 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15679 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15680 ac_cs_awk_cr='\\r'
15681 else
15682 ac_cs_awk_cr=$ac_cr
15683 fi
15684
15685 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15686 _ACEOF
15687
15688
15689 {
15690 echo "cat >conf$$subs.awk <<_ACEOF" &&
15691 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15692 echo "_ACEOF"
15693 } >conf$$subs.sh ||
15694 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15695 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15696 ac_delim='%!_!# '
15697 for ac_last_try in false false false false false :; do
15698 . ./conf$$subs.sh ||
15699 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15700
15701 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15702 if test $ac_delim_n = $ac_delim_num; then
15703 break
15704 elif $ac_last_try; then
15705 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15706 else
15707 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15708 fi
15709 done
15710 rm -f conf$$subs.sh
15711
15712 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15713 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15714 _ACEOF
15715 sed -n '
15716 h
15717 s/^/S["/; s/!.*/"]=/
15718 p
15719 g
15720 s/^[^!]*!//
15721 :repl
15722 t repl
15723 s/'"$ac_delim"'$//
15724 t delim
15725 :nl
15726 h
15727 s/\(.\{148\}\)..*/\1/
15728 t more1
15729 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15730 p
15731 n
15732 b repl
15733 :more1
15734 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15735 p
15736 g
15737 s/.\{148\}//
15738 t nl
15739 :delim
15740 h
15741 s/\(.\{148\}\)..*/\1/
15742 t more2
15743 s/["\\]/\\&/g; s/^/"/; s/$/"/
15744 p
15745 b
15746 :more2
15747 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15748 p
15749 g
15750 s/.\{148\}//
15751 t delim
15752 ' <conf$$subs.awk | sed '
15753 /^[^""]/{
15754 N
15755 s/\n//
15756 }
15757 ' >>$CONFIG_STATUS || ac_write_fail=1
15758 rm -f conf$$subs.awk
15759 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15760 _ACAWK
15761 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15762 for (key in S) S_is_set[key] = 1
15763 FS = "\a"
15764
15765 }
15766 {
15767 line = $ 0
15768 nfields = split(line, field, "@")
15769 substed = 0
15770 len = length(field[1])
15771 for (i = 2; i < nfields; i++) {
15772 key = field[i]
15773 keylen = length(key)
15774 if (S_is_set[key]) {
15775 value = S[key]
15776 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15777 len += length(value) + length(field[++i])
15778 substed = 1
15779 } else
15780 len += 1 + keylen
15781 }
15782
15783 print line
15784 }
15785
15786 _ACAWK
15787 _ACEOF
15788 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15789 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15790 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15791 else
15792 cat
15793 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15794 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15795 _ACEOF
15796
15797 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15798 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15799 # trailing colons and then remove the whole line if VPATH becomes empty
15800 # (actually we leave an empty line to preserve line numbers).
15801 if test "x$srcdir" = x.; then
15802 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15803 h
15804 s///
15805 s/^/:/
15806 s/[ ]*$/:/
15807 s/:\$(srcdir):/:/g
15808 s/:\${srcdir}:/:/g
15809 s/:@srcdir@:/:/g
15810 s/^:*//
15811 s/:*$//
15812 x
15813 s/\(=[ ]*\).*/\1/
15814 G
15815 s/\n//
15816 s/^[^=]*=[ ]*$//
15817 }'
15818 fi
15819
15820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15821 fi # test -n "$CONFIG_FILES"
15822
15823
15824 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
15825 shift
15826 for ac_tag
15827 do
15828 case $ac_tag in
15829 :[FHLC]) ac_mode=$ac_tag; continue;;
15830 esac
15831 case $ac_mode$ac_tag in
15832 :[FHL]*:*);;
15833 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15834 :[FH]-) ac_tag=-:-;;
15835 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15836 esac
15837 ac_save_IFS=$IFS
15838 IFS=:
15839 set x $ac_tag
15840 IFS=$ac_save_IFS
15841 shift
15842 ac_file=$1
15843 shift
15844
15845 case $ac_mode in
15846 :L) ac_source=$1;;
15847 :[FH])
15848 ac_file_inputs=
15849 for ac_f
15850 do
15851 case $ac_f in
15852 -) ac_f="$ac_tmp/stdin";;
15853 *) # Look for the file first in the build tree, then in the source tree
15854 # (if the path is not absolute). The absolute path cannot be DOS-style,
15855 # because $ac_f cannot contain `:'.
15856 test -f "$ac_f" ||
15857 case $ac_f in
15858 [\\/$]*) false;;
15859 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15860 esac ||
15861 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15862 esac
15863 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15864 as_fn_append ac_file_inputs " '$ac_f'"
15865 done
15866
15867 # Let's still pretend it is `configure' which instantiates (i.e., don't
15868 # use $as_me), people would be surprised to read:
15869 # /* config.h. Generated by config.status. */
15870 configure_input='Generated from '`
15871 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15872 `' by configure.'
15873 if test x"$ac_file" != x-; then
15874 configure_input="$ac_file. $configure_input"
15875 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15876 $as_echo "$as_me: creating $ac_file" >&6;}
15877 fi
15878 # Neutralize special characters interpreted by sed in replacement strings.
15879 case $configure_input in #(
15880 *\&* | *\|* | *\\* )
15881 ac_sed_conf_input=`$as_echo "$configure_input" |
15882 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15883 *) ac_sed_conf_input=$configure_input;;
15884 esac
15885
15886 case $ac_tag in
15887 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15888 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15889 esac
15890 ;;
15891 esac
15892
15893 ac_dir=`$as_dirname -- "$ac_file" ||
15894 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15895 X"$ac_file" : 'X\(//\)[^/]' \| \
15896 X"$ac_file" : 'X\(//\)$' \| \
15897 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15898 $as_echo X"$ac_file" |
15899 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15900 s//\1/
15901 q
15902 }
15903 /^X\(\/\/\)[^/].*/{
15904 s//\1/
15905 q
15906 }
15907 /^X\(\/\/\)$/{
15908 s//\1/
15909 q
15910 }
15911 /^X\(\/\).*/{
15912 s//\1/
15913 q
15914 }
15915 s/.*/./; q'`
15916 as_dir="$ac_dir"; as_fn_mkdir_p
15917 ac_builddir=.
15918
15919 case "$ac_dir" in
15920 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15921 *)
15922 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15923 # A ".." for each directory in $ac_dir_suffix.
15924 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15925 case $ac_top_builddir_sub in
15926 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15927 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15928 esac ;;
15929 esac
15930 ac_abs_top_builddir=$ac_pwd
15931 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15932 # for backward compatibility:
15933 ac_top_builddir=$ac_top_build_prefix
15934
15935 case $srcdir in
15936 .) # We are building in place.
15937 ac_srcdir=.
15938 ac_top_srcdir=$ac_top_builddir_sub
15939 ac_abs_top_srcdir=$ac_pwd ;;
15940 [\\/]* | ?:[\\/]* ) # Absolute name.
15941 ac_srcdir=$srcdir$ac_dir_suffix;
15942 ac_top_srcdir=$srcdir
15943 ac_abs_top_srcdir=$srcdir ;;
15944 *) # Relative name.
15945 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15946 ac_top_srcdir=$ac_top_build_prefix$srcdir
15947 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15948 esac
15949 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15950
15951
15952 case $ac_mode in
15953 :F)
15954 #
15955 # CONFIG_FILE
15956 #
15957
15958 case $INSTALL in
15959 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15960 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15961 esac
15962 ac_MKDIR_P=$MKDIR_P
15963 case $MKDIR_P in
15964 [\\/$]* | ?:[\\/]* ) ;;
15965 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15966 esac
15967 _ACEOF
15968
15969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15970 # If the template does not know about datarootdir, expand it.
15971 # FIXME: This hack should be removed a few years after 2.60.
15972 ac_datarootdir_hack=; ac_datarootdir_seen=
15973 ac_sed_dataroot='
15974 /datarootdir/ {
15975 p
15976 q
15977 }
15978 /@datadir@/p
15979 /@docdir@/p
15980 /@infodir@/p
15981 /@localedir@/p
15982 /@mandir@/p'
15983 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15984 *datarootdir*) ac_datarootdir_seen=yes;;
15985 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15987 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15988 _ACEOF
15989 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15990 ac_datarootdir_hack='
15991 s&@datadir@&$datadir&g
15992 s&@docdir@&$docdir&g
15993 s&@infodir@&$infodir&g
15994 s&@localedir@&$localedir&g
15995 s&@mandir@&$mandir&g
15996 s&\\\${datarootdir}&$datarootdir&g' ;;
15997 esac
15998 _ACEOF
15999
16000 # Neutralize VPATH when `$srcdir' = `.'.
16001 # Shell code in configure.ac might set extrasub.
16002 # FIXME: do we really want to maintain this feature?
16003 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16004 ac_sed_extra="$ac_vpsub
16005 $extrasub
16006 _ACEOF
16007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16008 :t
16009 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16010 s|@configure_input@|$ac_sed_conf_input|;t t
16011 s&@top_builddir@&$ac_top_builddir_sub&;t t
16012 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16013 s&@srcdir@&$ac_srcdir&;t t
16014 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16015 s&@top_srcdir@&$ac_top_srcdir&;t t
16016 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16017 s&@builddir@&$ac_builddir&;t t
16018 s&@abs_builddir@&$ac_abs_builddir&;t t
16019 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16020 s&@INSTALL@&$ac_INSTALL&;t t
16021 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16022 $ac_datarootdir_hack
16023 "
16024 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16025 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16026
16027 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16028 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16029 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16030 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16032 which seems to be undefined. Please make sure it is defined" >&5
16033 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16034 which seems to be undefined. Please make sure it is defined" >&2;}
16035
16036 rm -f "$ac_tmp/stdin"
16037 case $ac_file in
16038 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16039 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16040 esac \
16041 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16042 ;;
16043
16044
16045 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16046 $as_echo "$as_me: executing $ac_file commands" >&6;}
16047 ;;
16048 esac
16049
16050
16051 case $ac_file$ac_mode in
16052 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16053 # Older Autoconf quotes --file arguments for eval, but not when files
16054 # are listed without --file. Let's play safe and only enable the eval
16055 # if we detect the quoting.
16056 case $CONFIG_FILES in
16057 *\'*) eval set x "$CONFIG_FILES" ;;
16058 *) set x $CONFIG_FILES ;;
16059 esac
16060 shift
16061 for mf
16062 do
16063 # Strip MF so we end up with the name of the file.
16064 mf=`echo "$mf" | sed -e 's/:.*$//'`
16065 # Check whether this is an Automake generated Makefile or not.
16066 # We used to match only the files named 'Makefile.in', but
16067 # some people rename them; so instead we look at the file content.
16068 # Grep'ing the first line is not enough: some people post-process
16069 # each Makefile.in and add a new line on top of each file to say so.
16070 # Grep'ing the whole file is not good either: AIX grep has a line
16071 # limit of 2048, but all sed's we know have understand at least 4000.
16072 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16073 dirpart=`$as_dirname -- "$mf" ||
16074 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16075 X"$mf" : 'X\(//\)[^/]' \| \
16076 X"$mf" : 'X\(//\)$' \| \
16077 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16078 $as_echo X"$mf" |
16079 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16080 s//\1/
16081 q
16082 }
16083 /^X\(\/\/\)[^/].*/{
16084 s//\1/
16085 q
16086 }
16087 /^X\(\/\/\)$/{
16088 s//\1/
16089 q
16090 }
16091 /^X\(\/\).*/{
16092 s//\1/
16093 q
16094 }
16095 s/.*/./; q'`
16096 else
16097 continue
16098 fi
16099 # Extract the definition of DEPDIR, am__include, and am__quote
16100 # from the Makefile without running 'make'.
16101 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16102 test -z "$DEPDIR" && continue
16103 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16104 test -z "$am__include" && continue
16105 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16106 # Find all dependency output files, they are included files with
16107 # $(DEPDIR) in their names. We invoke sed twice because it is the
16108 # simplest approach to changing $(DEPDIR) to its actual value in the
16109 # expansion.
16110 for file in `sed -n "
16111 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16112 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16113 # Make sure the directory exists.
16114 test -f "$dirpart/$file" && continue
16115 fdir=`$as_dirname -- "$file" ||
16116 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16117 X"$file" : 'X\(//\)[^/]' \| \
16118 X"$file" : 'X\(//\)$' \| \
16119 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16120 $as_echo X"$file" |
16121 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16122 s//\1/
16123 q
16124 }
16125 /^X\(\/\/\)[^/].*/{
16126 s//\1/
16127 q
16128 }
16129 /^X\(\/\/\)$/{
16130 s//\1/
16131 q
16132 }
16133 /^X\(\/\).*/{
16134 s//\1/
16135 q
16136 }
16137 s/.*/./; q'`
16138 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16139 # echo "creating $dirpart/$file"
16140 echo '# dummy' > "$dirpart/$file"
16141 done
16142 done
16143 }
16144 ;;
16145 "default-1":C)
16146 # Only add multilib support code if we just rebuilt the top-level
16147 # Makefile.
16148 case " $CONFIG_FILES " in
16149 *" Makefile "*)
16150 ac_file=Makefile . ${multi_basedir}/config-ml.in
16151 ;;
16152 esac ;;
16153 "libtool":C)
16154
16155 # See if we are running on zsh, and set the options which allow our
16156 # commands through without removal of \ escapes.
16157 if test -n "${ZSH_VERSION+set}" ; then
16158 setopt NO_GLOB_SUBST
16159 fi
16160
16161 cfgfile="${ofile}T"
16162 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16163 $RM "$cfgfile"
16164
16165 cat <<_LT_EOF >> "$cfgfile"
16166 #! $SHELL
16167
16168 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16169 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16170 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16171 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16172 #
16173 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16174 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16175 # Written by Gordon Matzigkeit, 1996
16176 #
16177 # This file is part of GNU Libtool.
16178 #
16179 # GNU Libtool is free software; you can redistribute it and/or
16180 # modify it under the terms of the GNU General Public License as
16181 # published by the Free Software Foundation; either version 2 of
16182 # the License, or (at your option) any later version.
16183 #
16184 # As a special exception to the GNU General Public License,
16185 # if you distribute this file as part of a program or library that
16186 # is built using GNU Libtool, you may include this file under the
16187 # same distribution terms that you use for the rest of that program.
16188 #
16189 # GNU Libtool is distributed in the hope that it will be useful,
16190 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16191 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16192 # GNU General Public License for more details.
16193 #
16194 # You should have received a copy of the GNU General Public License
16195 # along with GNU Libtool; see the file COPYING. If not, a copy
16196 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16197 # obtained by writing to the Free Software Foundation, Inc.,
16198 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16199
16200
16201 # The names of the tagged configurations supported by this script.
16202 available_tags="CXX "
16203
16204 # ### BEGIN LIBTOOL CONFIG
16205
16206 # Which release of libtool.m4 was used?
16207 macro_version=$macro_version
16208 macro_revision=$macro_revision
16209
16210 # Whether or not to build shared libraries.
16211 build_libtool_libs=$enable_shared
16212
16213 # Whether or not to build static libraries.
16214 build_old_libs=$enable_static
16215
16216 # What type of objects to build.
16217 pic_mode=$pic_mode
16218
16219 # Whether or not to optimize for fast installation.
16220 fast_install=$enable_fast_install
16221
16222 # Shell to use when invoking shell scripts.
16223 SHELL=$lt_SHELL
16224
16225 # An echo program that protects backslashes.
16226 ECHO=$lt_ECHO
16227
16228 # The host system.
16229 host_alias=$host_alias
16230 host=$host
16231 host_os=$host_os
16232
16233 # The build system.
16234 build_alias=$build_alias
16235 build=$build
16236 build_os=$build_os
16237
16238 # A sed program that does not truncate output.
16239 SED=$lt_SED
16240
16241 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16242 Xsed="\$SED -e 1s/^X//"
16243
16244 # A grep program that handles long lines.
16245 GREP=$lt_GREP
16246
16247 # An ERE matcher.
16248 EGREP=$lt_EGREP
16249
16250 # A literal string matcher.
16251 FGREP=$lt_FGREP
16252
16253 # A BSD- or MS-compatible name lister.
16254 NM=$lt_NM
16255
16256 # Whether we need soft or hard links.
16257 LN_S=$lt_LN_S
16258
16259 # What is the maximum length of a command?
16260 max_cmd_len=$max_cmd_len
16261
16262 # Object file suffix (normally "o").
16263 objext=$ac_objext
16264
16265 # Executable file suffix (normally "").
16266 exeext=$exeext
16267
16268 # whether the shell understands "unset".
16269 lt_unset=$lt_unset
16270
16271 # turn spaces into newlines.
16272 SP2NL=$lt_lt_SP2NL
16273
16274 # turn newlines into spaces.
16275 NL2SP=$lt_lt_NL2SP
16276
16277 # An object symbol dumper.
16278 OBJDUMP=$lt_OBJDUMP
16279
16280 # Method to check whether dependent libraries are shared objects.
16281 deplibs_check_method=$lt_deplibs_check_method
16282
16283 # Command to use when deplibs_check_method == "file_magic".
16284 file_magic_cmd=$lt_file_magic_cmd
16285
16286 # The archiver.
16287 AR=$lt_AR
16288 AR_FLAGS=$lt_AR_FLAGS
16289
16290 # A symbol stripping program.
16291 STRIP=$lt_STRIP
16292
16293 # Commands used to install an old-style archive.
16294 RANLIB=$lt_RANLIB
16295 old_postinstall_cmds=$lt_old_postinstall_cmds
16296 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16297
16298 # Whether to use a lock for old archive extraction.
16299 lock_old_archive_extraction=$lock_old_archive_extraction
16300
16301 # A C compiler.
16302 LTCC=$lt_CC
16303
16304 # LTCC compiler flags.
16305 LTCFLAGS=$lt_CFLAGS
16306
16307 # Take the output of nm and produce a listing of raw symbols and C names.
16308 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16309
16310 # Transform the output of nm in a proper C declaration.
16311 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16312
16313 # Transform the output of nm in a C name address pair.
16314 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16315
16316 # Transform the output of nm in a C name address pair when lib prefix is needed.
16317 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16318
16319 # The name of the directory that contains temporary libtool files.
16320 objdir=$objdir
16321
16322 # Used to examine libraries when file_magic_cmd begins with "file".
16323 MAGIC_CMD=$MAGIC_CMD
16324
16325 # Must we lock files when doing compilation?
16326 need_locks=$lt_need_locks
16327
16328 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16329 DSYMUTIL=$lt_DSYMUTIL
16330
16331 # Tool to change global to local symbols on Mac OS X.
16332 NMEDIT=$lt_NMEDIT
16333
16334 # Tool to manipulate fat objects and archives on Mac OS X.
16335 LIPO=$lt_LIPO
16336
16337 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16338 OTOOL=$lt_OTOOL
16339
16340 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16341 OTOOL64=$lt_OTOOL64
16342
16343 # Old archive suffix (normally "a").
16344 libext=$libext
16345
16346 # Shared library suffix (normally ".so").
16347 shrext_cmds=$lt_shrext_cmds
16348
16349 # The commands to extract the exported symbol list from a shared archive.
16350 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16351
16352 # Variables whose values should be saved in libtool wrapper scripts and
16353 # restored at link time.
16354 variables_saved_for_relink=$lt_variables_saved_for_relink
16355
16356 # Do we need the "lib" prefix for modules?
16357 need_lib_prefix=$need_lib_prefix
16358
16359 # Do we need a version for libraries?
16360 need_version=$need_version
16361
16362 # Library versioning type.
16363 version_type=$version_type
16364
16365 # Shared library runtime path variable.
16366 runpath_var=$runpath_var
16367
16368 # Shared library path variable.
16369 shlibpath_var=$shlibpath_var
16370
16371 # Is shlibpath searched before the hard-coded library search path?
16372 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16373
16374 # Format of library name prefix.
16375 libname_spec=$lt_libname_spec
16376
16377 # List of archive names. First name is the real one, the rest are links.
16378 # The last name is the one that the linker finds with -lNAME
16379 library_names_spec=$lt_library_names_spec
16380
16381 # The coded name of the library, if different from the real name.
16382 soname_spec=$lt_soname_spec
16383
16384 # Permission mode override for installation of shared libraries.
16385 install_override_mode=$lt_install_override_mode
16386
16387 # Command to use after installation of a shared archive.
16388 postinstall_cmds=$lt_postinstall_cmds
16389
16390 # Command to use after uninstallation of a shared archive.
16391 postuninstall_cmds=$lt_postuninstall_cmds
16392
16393 # Commands used to finish a libtool library installation in a directory.
16394 finish_cmds=$lt_finish_cmds
16395
16396 # As "finish_cmds", except a single script fragment to be evaled but
16397 # not shown.
16398 finish_eval=$lt_finish_eval
16399
16400 # Whether we should hardcode library paths into libraries.
16401 hardcode_into_libs=$hardcode_into_libs
16402
16403 # Compile-time system search path for libraries.
16404 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16405
16406 # Run-time system search path for libraries.
16407 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16408
16409 # Whether dlopen is supported.
16410 dlopen_support=$enable_dlopen
16411
16412 # Whether dlopen of programs is supported.
16413 dlopen_self=$enable_dlopen_self
16414
16415 # Whether dlopen of statically linked programs is supported.
16416 dlopen_self_static=$enable_dlopen_self_static
16417
16418 # Commands to strip libraries.
16419 old_striplib=$lt_old_striplib
16420 striplib=$lt_striplib
16421
16422
16423 # The linker used to build libraries.
16424 LD=$lt_LD
16425
16426 # How to create reloadable object files.
16427 reload_flag=$lt_reload_flag
16428 reload_cmds=$lt_reload_cmds
16429
16430 # Commands used to build an old-style archive.
16431 old_archive_cmds=$lt_old_archive_cmds
16432
16433 # A language specific compiler.
16434 CC=$lt_compiler
16435
16436 # Is the compiler the GNU compiler?
16437 with_gcc=$GCC
16438
16439 # Compiler flag to turn off builtin functions.
16440 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16441
16442 # How to pass a linker flag through the compiler.
16443 wl=$lt_lt_prog_compiler_wl
16444
16445 # Additional compiler flags for building library objects.
16446 pic_flag=$lt_lt_prog_compiler_pic
16447
16448 # Compiler flag to prevent dynamic linking.
16449 link_static_flag=$lt_lt_prog_compiler_static
16450
16451 # Does compiler simultaneously support -c and -o options?
16452 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16453
16454 # Whether or not to add -lc for building shared libraries.
16455 build_libtool_need_lc=$archive_cmds_need_lc
16456
16457 # Whether or not to disallow shared libs when runtime libs are static.
16458 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16459
16460 # Compiler flag to allow reflexive dlopens.
16461 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16462
16463 # Compiler flag to generate shared objects directly from archives.
16464 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16465
16466 # Whether the compiler copes with passing no objects directly.
16467 compiler_needs_object=$lt_compiler_needs_object
16468
16469 # Create an old-style archive from a shared archive.
16470 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16471
16472 # Create a temporary old-style archive to link instead of a shared archive.
16473 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16474
16475 # Commands used to build a shared archive.
16476 archive_cmds=$lt_archive_cmds
16477 archive_expsym_cmds=$lt_archive_expsym_cmds
16478
16479 # Commands used to build a loadable module if different from building
16480 # a shared archive.
16481 module_cmds=$lt_module_cmds
16482 module_expsym_cmds=$lt_module_expsym_cmds
16483
16484 # Whether we are building with GNU ld or not.
16485 with_gnu_ld=$lt_with_gnu_ld
16486
16487 # Flag that allows shared libraries with undefined symbols to be built.
16488 allow_undefined_flag=$lt_allow_undefined_flag
16489
16490 # Flag that enforces no undefined symbols.
16491 no_undefined_flag=$lt_no_undefined_flag
16492
16493 # Flag to hardcode \$libdir into a binary during linking.
16494 # This must work even if \$libdir does not exist
16495 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16496
16497 # If ld is used when linking, flag to hardcode \$libdir into a binary
16498 # during linking. This must work even if \$libdir does not exist.
16499 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16500
16501 # Whether we need a single "-rpath" flag with a separated argument.
16502 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16503
16504 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16505 # DIR into the resulting binary.
16506 hardcode_direct=$hardcode_direct
16507
16508 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16509 # DIR into the resulting binary and the resulting library dependency is
16510 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16511 # library is relocated.
16512 hardcode_direct_absolute=$hardcode_direct_absolute
16513
16514 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16515 # into the resulting binary.
16516 hardcode_minus_L=$hardcode_minus_L
16517
16518 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16519 # into the resulting binary.
16520 hardcode_shlibpath_var=$hardcode_shlibpath_var
16521
16522 # Set to "yes" if building a shared library automatically hardcodes DIR
16523 # into the library and all subsequent libraries and executables linked
16524 # against it.
16525 hardcode_automatic=$hardcode_automatic
16526
16527 # Set to yes if linker adds runtime paths of dependent libraries
16528 # to runtime path list.
16529 inherit_rpath=$inherit_rpath
16530
16531 # Whether libtool must link a program against all its dependency libraries.
16532 link_all_deplibs=$link_all_deplibs
16533
16534 # Fix the shell variable \$srcfile for the compiler.
16535 fix_srcfile_path=$lt_fix_srcfile_path
16536
16537 # Set to "yes" if exported symbols are required.
16538 always_export_symbols=$always_export_symbols
16539
16540 # The commands to list exported symbols.
16541 export_symbols_cmds=$lt_export_symbols_cmds
16542
16543 # Symbols that should not be listed in the preloaded symbols.
16544 exclude_expsyms=$lt_exclude_expsyms
16545
16546 # Symbols that must always be exported.
16547 include_expsyms=$lt_include_expsyms
16548
16549 # Commands necessary for linking programs (against libraries) with templates.
16550 prelink_cmds=$lt_prelink_cmds
16551
16552 # Specify filename containing input files.
16553 file_list_spec=$lt_file_list_spec
16554
16555 # How to hardcode a shared library path into an executable.
16556 hardcode_action=$hardcode_action
16557
16558 # The directories searched by this compiler when creating a shared library.
16559 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
16560
16561 # Dependencies to place before and after the objects being linked to
16562 # create a shared library.
16563 predep_objects=$lt_predep_objects
16564 postdep_objects=$lt_postdep_objects
16565 predeps=$lt_predeps
16566 postdeps=$lt_postdeps
16567
16568 # The library search path used internally by the compiler when linking
16569 # a shared library.
16570 compiler_lib_search_path=$lt_compiler_lib_search_path
16571
16572 # ### END LIBTOOL CONFIG
16573
16574 _LT_EOF
16575
16576 case $host_os in
16577 aix3*)
16578 cat <<\_LT_EOF >> "$cfgfile"
16579 # AIX sometimes has problems with the GCC collect2 program. For some
16580 # reason, if we set the COLLECT_NAMES environment variable, the problems
16581 # vanish in a puff of smoke.
16582 if test "X${COLLECT_NAMES+set}" != Xset; then
16583 COLLECT_NAMES=
16584 export COLLECT_NAMES
16585 fi
16586 _LT_EOF
16587 ;;
16588 esac
16589
16590
16591 ltmain="$ac_aux_dir/ltmain.sh"
16592
16593
16594 # We use sed instead of cat because bash on DJGPP gets confused if
16595 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16596 # text mode, it properly converts lines to CR/LF. This bash problem
16597 # is reportedly fixed, but why not run on old versions too?
16598 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16599 || (rm -f "$cfgfile"; exit 1)
16600
16601 case $xsi_shell in
16602 yes)
16603 cat << \_LT_EOF >> "$cfgfile"
16604
16605 # func_dirname file append nondir_replacement
16606 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16607 # otherwise set result to NONDIR_REPLACEMENT.
16608 func_dirname ()
16609 {
16610 case ${1} in
16611 */*) func_dirname_result="${1%/*}${2}" ;;
16612 * ) func_dirname_result="${3}" ;;
16613 esac
16614 }
16615
16616 # func_basename file
16617 func_basename ()
16618 {
16619 func_basename_result="${1##*/}"
16620 }
16621
16622 # func_dirname_and_basename file append nondir_replacement
16623 # perform func_basename and func_dirname in a single function
16624 # call:
16625 # dirname: Compute the dirname of FILE. If nonempty,
16626 # add APPEND to the result, otherwise set result
16627 # to NONDIR_REPLACEMENT.
16628 # value returned in "$func_dirname_result"
16629 # basename: Compute filename of FILE.
16630 # value retuned in "$func_basename_result"
16631 # Implementation must be kept synchronized with func_dirname
16632 # and func_basename. For efficiency, we do not delegate to
16633 # those functions but instead duplicate the functionality here.
16634 func_dirname_and_basename ()
16635 {
16636 case ${1} in
16637 */*) func_dirname_result="${1%/*}${2}" ;;
16638 * ) func_dirname_result="${3}" ;;
16639 esac
16640 func_basename_result="${1##*/}"
16641 }
16642
16643 # func_stripname prefix suffix name
16644 # strip PREFIX and SUFFIX off of NAME.
16645 # PREFIX and SUFFIX must not contain globbing or regex special
16646 # characters, hashes, percent signs, but SUFFIX may contain a leading
16647 # dot (in which case that matches only a dot).
16648 func_stripname ()
16649 {
16650 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16651 # positional parameters, so assign one to ordinary parameter first.
16652 func_stripname_result=${3}
16653 func_stripname_result=${func_stripname_result#"${1}"}
16654 func_stripname_result=${func_stripname_result%"${2}"}
16655 }
16656
16657 # func_opt_split
16658 func_opt_split ()
16659 {
16660 func_opt_split_opt=${1%%=*}
16661 func_opt_split_arg=${1#*=}
16662 }
16663
16664 # func_lo2o object
16665 func_lo2o ()
16666 {
16667 case ${1} in
16668 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16669 *) func_lo2o_result=${1} ;;
16670 esac
16671 }
16672
16673 # func_xform libobj-or-source
16674 func_xform ()
16675 {
16676 func_xform_result=${1%.*}.lo
16677 }
16678
16679 # func_arith arithmetic-term...
16680 func_arith ()
16681 {
16682 func_arith_result=$(( $* ))
16683 }
16684
16685 # func_len string
16686 # STRING may not start with a hyphen.
16687 func_len ()
16688 {
16689 func_len_result=${#1}
16690 }
16691
16692 _LT_EOF
16693 ;;
16694 *) # Bourne compatible functions.
16695 cat << \_LT_EOF >> "$cfgfile"
16696
16697 # func_dirname file append nondir_replacement
16698 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16699 # otherwise set result to NONDIR_REPLACEMENT.
16700 func_dirname ()
16701 {
16702 # Extract subdirectory from the argument.
16703 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16704 if test "X$func_dirname_result" = "X${1}"; then
16705 func_dirname_result="${3}"
16706 else
16707 func_dirname_result="$func_dirname_result${2}"
16708 fi
16709 }
16710
16711 # func_basename file
16712 func_basename ()
16713 {
16714 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16715 }
16716
16717
16718 # func_stripname prefix suffix name
16719 # strip PREFIX and SUFFIX off of NAME.
16720 # PREFIX and SUFFIX must not contain globbing or regex special
16721 # characters, hashes, percent signs, but SUFFIX may contain a leading
16722 # dot (in which case that matches only a dot).
16723 # func_strip_suffix prefix name
16724 func_stripname ()
16725 {
16726 case ${2} in
16727 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16728 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16729 esac
16730 }
16731
16732 # sed scripts:
16733 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16734 my_sed_long_arg='1s/^-[^=]*=//'
16735
16736 # func_opt_split
16737 func_opt_split ()
16738 {
16739 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16740 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16741 }
16742
16743 # func_lo2o object
16744 func_lo2o ()
16745 {
16746 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16747 }
16748
16749 # func_xform libobj-or-source
16750 func_xform ()
16751 {
16752 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16753 }
16754
16755 # func_arith arithmetic-term...
16756 func_arith ()
16757 {
16758 func_arith_result=`expr "$@"`
16759 }
16760
16761 # func_len string
16762 # STRING may not start with a hyphen.
16763 func_len ()
16764 {
16765 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16766 }
16767
16768 _LT_EOF
16769 esac
16770
16771 case $lt_shell_append in
16772 yes)
16773 cat << \_LT_EOF >> "$cfgfile"
16774
16775 # func_append var value
16776 # Append VALUE to the end of shell variable VAR.
16777 func_append ()
16778 {
16779 eval "$1+=\$2"
16780 }
16781 _LT_EOF
16782 ;;
16783 *)
16784 cat << \_LT_EOF >> "$cfgfile"
16785
16786 # func_append var value
16787 # Append VALUE to the end of shell variable VAR.
16788 func_append ()
16789 {
16790 eval "$1=\$$1\$2"
16791 }
16792
16793 _LT_EOF
16794 ;;
16795 esac
16796
16797
16798 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16799 || (rm -f "$cfgfile"; exit 1)
16800
16801 mv -f "$cfgfile" "$ofile" ||
16802 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16803 chmod +x "$ofile"
16804
16805
16806 cat <<_LT_EOF >> "$ofile"
16807
16808 # ### BEGIN LIBTOOL TAG CONFIG: CXX
16809
16810 # The linker used to build libraries.
16811 LD=$lt_LD_CXX
16812
16813 # How to create reloadable object files.
16814 reload_flag=$lt_reload_flag_CXX
16815 reload_cmds=$lt_reload_cmds_CXX
16816
16817 # Commands used to build an old-style archive.
16818 old_archive_cmds=$lt_old_archive_cmds_CXX
16819
16820 # A language specific compiler.
16821 CC=$lt_compiler_CXX
16822
16823 # Is the compiler the GNU compiler?
16824 with_gcc=$GCC_CXX
16825
16826 # Compiler flag to turn off builtin functions.
16827 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
16828
16829 # How to pass a linker flag through the compiler.
16830 wl=$lt_lt_prog_compiler_wl_CXX
16831
16832 # Additional compiler flags for building library objects.
16833 pic_flag=$lt_lt_prog_compiler_pic_CXX
16834
16835 # Compiler flag to prevent dynamic linking.
16836 link_static_flag=$lt_lt_prog_compiler_static_CXX
16837
16838 # Does compiler simultaneously support -c and -o options?
16839 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
16840
16841 # Whether or not to add -lc for building shared libraries.
16842 build_libtool_need_lc=$archive_cmds_need_lc_CXX
16843
16844 # Whether or not to disallow shared libs when runtime libs are static.
16845 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
16846
16847 # Compiler flag to allow reflexive dlopens.
16848 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
16849
16850 # Compiler flag to generate shared objects directly from archives.
16851 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
16852
16853 # Whether the compiler copes with passing no objects directly.
16854 compiler_needs_object=$lt_compiler_needs_object_CXX
16855
16856 # Create an old-style archive from a shared archive.
16857 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
16858
16859 # Create a temporary old-style archive to link instead of a shared archive.
16860 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
16861
16862 # Commands used to build a shared archive.
16863 archive_cmds=$lt_archive_cmds_CXX
16864 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
16865
16866 # Commands used to build a loadable module if different from building
16867 # a shared archive.
16868 module_cmds=$lt_module_cmds_CXX
16869 module_expsym_cmds=$lt_module_expsym_cmds_CXX
16870
16871 # Whether we are building with GNU ld or not.
16872 with_gnu_ld=$lt_with_gnu_ld_CXX
16873
16874 # Flag that allows shared libraries with undefined symbols to be built.
16875 allow_undefined_flag=$lt_allow_undefined_flag_CXX
16876
16877 # Flag that enforces no undefined symbols.
16878 no_undefined_flag=$lt_no_undefined_flag_CXX
16879
16880 # Flag to hardcode \$libdir into a binary during linking.
16881 # This must work even if \$libdir does not exist
16882 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
16883
16884 # If ld is used when linking, flag to hardcode \$libdir into a binary
16885 # during linking. This must work even if \$libdir does not exist.
16886 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
16887
16888 # Whether we need a single "-rpath" flag with a separated argument.
16889 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
16890
16891 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16892 # DIR into the resulting binary.
16893 hardcode_direct=$hardcode_direct_CXX
16894
16895 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16896 # DIR into the resulting binary and the resulting library dependency is
16897 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16898 # library is relocated.
16899 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
16900
16901 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16902 # into the resulting binary.
16903 hardcode_minus_L=$hardcode_minus_L_CXX
16904
16905 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16906 # into the resulting binary.
16907 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
16908
16909 # Set to "yes" if building a shared library automatically hardcodes DIR
16910 # into the library and all subsequent libraries and executables linked
16911 # against it.
16912 hardcode_automatic=$hardcode_automatic_CXX
16913
16914 # Set to yes if linker adds runtime paths of dependent libraries
16915 # to runtime path list.
16916 inherit_rpath=$inherit_rpath_CXX
16917
16918 # Whether libtool must link a program against all its dependency libraries.
16919 link_all_deplibs=$link_all_deplibs_CXX
16920
16921 # Fix the shell variable \$srcfile for the compiler.
16922 fix_srcfile_path=$lt_fix_srcfile_path_CXX
16923
16924 # Set to "yes" if exported symbols are required.
16925 always_export_symbols=$always_export_symbols_CXX
16926
16927 # The commands to list exported symbols.
16928 export_symbols_cmds=$lt_export_symbols_cmds_CXX
16929
16930 # Symbols that should not be listed in the preloaded symbols.
16931 exclude_expsyms=$lt_exclude_expsyms_CXX
16932
16933 # Symbols that must always be exported.
16934 include_expsyms=$lt_include_expsyms_CXX
16935
16936 # Commands necessary for linking programs (against libraries) with templates.
16937 prelink_cmds=$lt_prelink_cmds_CXX
16938
16939 # Specify filename containing input files.
16940 file_list_spec=$lt_file_list_spec_CXX
16941
16942 # How to hardcode a shared library path into an executable.
16943 hardcode_action=$hardcode_action_CXX
16944
16945 # The directories searched by this compiler when creating a shared library.
16946 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
16947
16948 # Dependencies to place before and after the objects being linked to
16949 # create a shared library.
16950 predep_objects=$lt_predep_objects_CXX
16951 postdep_objects=$lt_postdep_objects_CXX
16952 predeps=$lt_predeps_CXX
16953 postdeps=$lt_postdeps_CXX
16954
16955 # The library search path used internally by the compiler when linking
16956 # a shared library.
16957 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
16958
16959 # ### END LIBTOOL TAG CONFIG: CXX
16960 _LT_EOF
16961
16962 ;;
16963
16964 esac
16965 done # for ac_tag
16966
16967
16968 as_fn_exit 0
16969 _ACEOF
16970 ac_clean_files=$ac_clean_files_save
16971
16972 test $ac_write_fail = 0 ||
16973 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16974
16975
16976 # configure is writing to config.log, and then calls config.status.
16977 # config.status does its own redirection, appending to config.log.
16978 # Unfortunately, on DOS this fails, as config.log is still kept open
16979 # by configure, so config.status won't be able to write to it; its
16980 # output is simply discarded. So we exec the FD to /dev/null,
16981 # effectively closing config.log, so it can be properly (re)opened and
16982 # appended to by config.status. When coming back to configure, we
16983 # need to make the FD available again.
16984 if test "$no_create" != yes; then
16985 ac_cs_success=:
16986 ac_config_status_args=
16987 test "$silent" = yes &&
16988 ac_config_status_args="$ac_config_status_args --quiet"
16989 exec 5>/dev/null
16990 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16991 exec 5>>config.log
16992 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16993 # would make configure fail if this is the last instruction.
16994 $ac_cs_success || as_fn_exit 1
16995 fi
16996 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16998 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16999 fi
17000