]> git.ipfire.org Git - thirdparty/gcc.git/blob - liboffloadmic/plugin/configure
regenerate configure files and config.h.in files
[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 esac
5853
5854 fi
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5856 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5857 file_magic_cmd=$lt_cv_file_magic_cmd
5858 deplibs_check_method=$lt_cv_deplibs_check_method
5859 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872 if test -n "$ac_tool_prefix"; then
5873 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5874 set dummy ${ac_tool_prefix}ar; ac_word=$2
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5876 $as_echo_n "checking for $ac_word... " >&6; }
5877 if ${ac_cv_prog_AR+:} false; then :
5878 $as_echo_n "(cached) " >&6
5879 else
5880 if test -n "$AR"; then
5881 ac_cv_prog_AR="$AR" # Let the user override the test.
5882 else
5883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5884 for as_dir in $PATH
5885 do
5886 IFS=$as_save_IFS
5887 test -z "$as_dir" && as_dir=.
5888 for ac_exec_ext in '' $ac_executable_extensions; do
5889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5890 ac_cv_prog_AR="${ac_tool_prefix}ar"
5891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5892 break 2
5893 fi
5894 done
5895 done
5896 IFS=$as_save_IFS
5897
5898 fi
5899 fi
5900 AR=$ac_cv_prog_AR
5901 if test -n "$AR"; then
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5903 $as_echo "$AR" >&6; }
5904 else
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5906 $as_echo "no" >&6; }
5907 fi
5908
5909
5910 fi
5911 if test -z "$ac_cv_prog_AR"; then
5912 ac_ct_AR=$AR
5913 # Extract the first word of "ar", so it can be a program name with args.
5914 set dummy ar; ac_word=$2
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5916 $as_echo_n "checking for $ac_word... " >&6; }
5917 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5918 $as_echo_n "(cached) " >&6
5919 else
5920 if test -n "$ac_ct_AR"; then
5921 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5922 else
5923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5924 for as_dir in $PATH
5925 do
5926 IFS=$as_save_IFS
5927 test -z "$as_dir" && as_dir=.
5928 for ac_exec_ext in '' $ac_executable_extensions; do
5929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5930 ac_cv_prog_ac_ct_AR="ar"
5931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 break 2
5933 fi
5934 done
5935 done
5936 IFS=$as_save_IFS
5937
5938 fi
5939 fi
5940 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5941 if test -n "$ac_ct_AR"; then
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5943 $as_echo "$ac_ct_AR" >&6; }
5944 else
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5946 $as_echo "no" >&6; }
5947 fi
5948
5949 if test "x$ac_ct_AR" = x; then
5950 AR="false"
5951 else
5952 case $cross_compiling:$ac_tool_warned in
5953 yes:)
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5956 ac_tool_warned=yes ;;
5957 esac
5958 AR=$ac_ct_AR
5959 fi
5960 else
5961 AR="$ac_cv_prog_AR"
5962 fi
5963
5964 test -z "$AR" && AR=ar
5965 test -z "$AR_FLAGS" && AR_FLAGS=cru
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977 if test -n "$ac_tool_prefix"; then
5978 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5979 set dummy ${ac_tool_prefix}strip; ac_word=$2
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5981 $as_echo_n "checking for $ac_word... " >&6; }
5982 if ${ac_cv_prog_STRIP+:} false; then :
5983 $as_echo_n "(cached) " >&6
5984 else
5985 if test -n "$STRIP"; then
5986 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5987 else
5988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5989 for as_dir in $PATH
5990 do
5991 IFS=$as_save_IFS
5992 test -z "$as_dir" && as_dir=.
5993 for ac_exec_ext in '' $ac_executable_extensions; do
5994 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5995 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5997 break 2
5998 fi
5999 done
6000 done
6001 IFS=$as_save_IFS
6002
6003 fi
6004 fi
6005 STRIP=$ac_cv_prog_STRIP
6006 if test -n "$STRIP"; then
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6008 $as_echo "$STRIP" >&6; }
6009 else
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6011 $as_echo "no" >&6; }
6012 fi
6013
6014
6015 fi
6016 if test -z "$ac_cv_prog_STRIP"; then
6017 ac_ct_STRIP=$STRIP
6018 # Extract the first word of "strip", so it can be a program name with args.
6019 set dummy strip; ac_word=$2
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6021 $as_echo_n "checking for $ac_word... " >&6; }
6022 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6023 $as_echo_n "(cached) " >&6
6024 else
6025 if test -n "$ac_ct_STRIP"; then
6026 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6027 else
6028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6029 for as_dir in $PATH
6030 do
6031 IFS=$as_save_IFS
6032 test -z "$as_dir" && as_dir=.
6033 for ac_exec_ext in '' $ac_executable_extensions; do
6034 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035 ac_cv_prog_ac_ct_STRIP="strip"
6036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037 break 2
6038 fi
6039 done
6040 done
6041 IFS=$as_save_IFS
6042
6043 fi
6044 fi
6045 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6046 if test -n "$ac_ct_STRIP"; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6048 $as_echo "$ac_ct_STRIP" >&6; }
6049 else
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6051 $as_echo "no" >&6; }
6052 fi
6053
6054 if test "x$ac_ct_STRIP" = x; then
6055 STRIP=":"
6056 else
6057 case $cross_compiling:$ac_tool_warned in
6058 yes:)
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6060 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6061 ac_tool_warned=yes ;;
6062 esac
6063 STRIP=$ac_ct_STRIP
6064 fi
6065 else
6066 STRIP="$ac_cv_prog_STRIP"
6067 fi
6068
6069 test -z "$STRIP" && STRIP=:
6070
6071
6072
6073
6074
6075
6076 if test -n "$ac_tool_prefix"; then
6077 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6078 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6080 $as_echo_n "checking for $ac_word... " >&6; }
6081 if ${ac_cv_prog_RANLIB+:} false; then :
6082 $as_echo_n "(cached) " >&6
6083 else
6084 if test -n "$RANLIB"; then
6085 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6086 else
6087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6088 for as_dir in $PATH
6089 do
6090 IFS=$as_save_IFS
6091 test -z "$as_dir" && as_dir=.
6092 for ac_exec_ext in '' $ac_executable_extensions; do
6093 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6094 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6096 break 2
6097 fi
6098 done
6099 done
6100 IFS=$as_save_IFS
6101
6102 fi
6103 fi
6104 RANLIB=$ac_cv_prog_RANLIB
6105 if test -n "$RANLIB"; then
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6107 $as_echo "$RANLIB" >&6; }
6108 else
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6110 $as_echo "no" >&6; }
6111 fi
6112
6113
6114 fi
6115 if test -z "$ac_cv_prog_RANLIB"; then
6116 ac_ct_RANLIB=$RANLIB
6117 # Extract the first word of "ranlib", so it can be a program name with args.
6118 set dummy ranlib; ac_word=$2
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6120 $as_echo_n "checking for $ac_word... " >&6; }
6121 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6122 $as_echo_n "(cached) " >&6
6123 else
6124 if test -n "$ac_ct_RANLIB"; then
6125 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6126 else
6127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6128 for as_dir in $PATH
6129 do
6130 IFS=$as_save_IFS
6131 test -z "$as_dir" && as_dir=.
6132 for ac_exec_ext in '' $ac_executable_extensions; do
6133 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6134 ac_cv_prog_ac_ct_RANLIB="ranlib"
6135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6136 break 2
6137 fi
6138 done
6139 done
6140 IFS=$as_save_IFS
6141
6142 fi
6143 fi
6144 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6145 if test -n "$ac_ct_RANLIB"; then
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6147 $as_echo "$ac_ct_RANLIB" >&6; }
6148 else
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6150 $as_echo "no" >&6; }
6151 fi
6152
6153 if test "x$ac_ct_RANLIB" = x; then
6154 RANLIB=":"
6155 else
6156 case $cross_compiling:$ac_tool_warned in
6157 yes:)
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6160 ac_tool_warned=yes ;;
6161 esac
6162 RANLIB=$ac_ct_RANLIB
6163 fi
6164 else
6165 RANLIB="$ac_cv_prog_RANLIB"
6166 fi
6167
6168 test -z "$RANLIB" && RANLIB=:
6169
6170
6171
6172
6173
6174
6175 # Determine commands to create old-style static archives.
6176 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6177 old_postinstall_cmds='chmod 644 $oldlib'
6178 old_postuninstall_cmds=
6179
6180 if test -n "$RANLIB"; then
6181 case $host_os in
6182 openbsd*)
6183 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6184 ;;
6185 *)
6186 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6187 ;;
6188 esac
6189 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6190 fi
6191
6192 case $host_os in
6193 darwin*)
6194 lock_old_archive_extraction=yes ;;
6195 *)
6196 lock_old_archive_extraction=no ;;
6197 esac
6198
6199
6200
6201
6202
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 # If no C compiler was specified, use CC.
6238 LTCC=${LTCC-"$CC"}
6239
6240 # If no C compiler flags were specified, use CFLAGS.
6241 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6242
6243 # Allow CC to be a program name with arguments.
6244 compiler=$CC
6245
6246
6247 # Check for command to grab the raw symbol name followed by C symbol from nm.
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6249 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6250 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6251 $as_echo_n "(cached) " >&6
6252 else
6253
6254 # These are sane defaults that work on at least a few old systems.
6255 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6256
6257 # Character class describing NM global symbol codes.
6258 symcode='[BCDEGRST]'
6259
6260 # Regexp to match symbols that can be accessed directly from C.
6261 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6262
6263 # Define system-specific variables.
6264 case $host_os in
6265 aix*)
6266 symcode='[BCDT]'
6267 ;;
6268 cygwin* | mingw* | pw32* | cegcc*)
6269 symcode='[ABCDGISTW]'
6270 ;;
6271 hpux*)
6272 if test "$host_cpu" = ia64; then
6273 symcode='[ABCDEGRST]'
6274 fi
6275 ;;
6276 irix* | nonstopux*)
6277 symcode='[BCDEGRST]'
6278 ;;
6279 osf*)
6280 symcode='[BCDEGQRST]'
6281 ;;
6282 solaris*)
6283 symcode='[BDRT]'
6284 ;;
6285 sco3.2v5*)
6286 symcode='[DT]'
6287 ;;
6288 sysv4.2uw2*)
6289 symcode='[DT]'
6290 ;;
6291 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6292 symcode='[ABDT]'
6293 ;;
6294 sysv4)
6295 symcode='[DFNSTU]'
6296 ;;
6297 esac
6298
6299 # If we're using GNU nm, then use its standard symbol codes.
6300 case `$NM -V 2>&1` in
6301 *GNU* | *'with BFD'*)
6302 symcode='[ABCDGIRSTW]' ;;
6303 esac
6304
6305 # Transform an extracted symbol line into a proper C declaration.
6306 # Some systems (esp. on ia64) link data and code symbols differently,
6307 # so use this general approach.
6308 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6309
6310 # Transform an extracted symbol line into symbol name and symbol address
6311 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6312 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6313
6314 # Handle CRLF in mingw tool chain
6315 opt_cr=
6316 case $build_os in
6317 mingw*)
6318 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6319 ;;
6320 esac
6321
6322 # Try without a prefix underscore, then with it.
6323 for ac_symprfx in "" "_"; do
6324
6325 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6326 symxfrm="\\1 $ac_symprfx\\2 \\2"
6327
6328 # Write the raw and C identifiers.
6329 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6330 # Fake it for dumpbin and say T for any non-static function
6331 # and D for any global variable.
6332 # Also find C++ and __fastcall symbols from MSVC++,
6333 # which start with @ or ?.
6334 lt_cv_sys_global_symbol_pipe="$AWK '"\
6335 " {last_section=section; section=\$ 3};"\
6336 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6337 " \$ 0!~/External *\|/{next};"\
6338 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6339 " {if(hide[section]) next};"\
6340 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6341 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6342 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6343 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6344 " ' prfx=^$ac_symprfx"
6345 else
6346 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6347 fi
6348
6349 # Check to see that the pipe works correctly.
6350 pipe_works=no
6351
6352 rm -f conftest*
6353 cat > conftest.$ac_ext <<_LT_EOF
6354 #ifdef __cplusplus
6355 extern "C" {
6356 #endif
6357 char nm_test_var;
6358 void nm_test_func(void);
6359 void nm_test_func(void){}
6360 #ifdef __cplusplus
6361 }
6362 #endif
6363 int main(){nm_test_var='a';nm_test_func();return(0);}
6364 _LT_EOF
6365
6366 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6367 (eval $ac_compile) 2>&5
6368 ac_status=$?
6369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6370 test $ac_status = 0; }; then
6371 # Now try to grab the symbols.
6372 nlist=conftest.nm
6373 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6374 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6375 ac_status=$?
6376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6377 test $ac_status = 0; } && test -s "$nlist"; then
6378 # Try sorting and uniquifying the output.
6379 if sort "$nlist" | uniq > "$nlist"T; then
6380 mv -f "$nlist"T "$nlist"
6381 else
6382 rm -f "$nlist"T
6383 fi
6384
6385 # Make sure that we snagged all the symbols we need.
6386 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6387 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6388 cat <<_LT_EOF > conftest.$ac_ext
6389 #ifdef __cplusplus
6390 extern "C" {
6391 #endif
6392
6393 _LT_EOF
6394 # Now generate the symbol file.
6395 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6396
6397 cat <<_LT_EOF >> conftest.$ac_ext
6398
6399 /* The mapping between symbol names and symbols. */
6400 const struct {
6401 const char *name;
6402 void *address;
6403 }
6404 lt__PROGRAM__LTX_preloaded_symbols[] =
6405 {
6406 { "@PROGRAM@", (void *) 0 },
6407 _LT_EOF
6408 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6409 cat <<\_LT_EOF >> conftest.$ac_ext
6410 {0, (void *) 0}
6411 };
6412
6413 /* This works around a problem in FreeBSD linker */
6414 #ifdef FREEBSD_WORKAROUND
6415 static const void *lt_preloaded_setup() {
6416 return lt__PROGRAM__LTX_preloaded_symbols;
6417 }
6418 #endif
6419
6420 #ifdef __cplusplus
6421 }
6422 #endif
6423 _LT_EOF
6424 # Now try linking the two files.
6425 mv conftest.$ac_objext conftstm.$ac_objext
6426 lt_save_LIBS="$LIBS"
6427 lt_save_CFLAGS="$CFLAGS"
6428 LIBS="conftstm.$ac_objext"
6429 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6430 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6431 (eval $ac_link) 2>&5
6432 ac_status=$?
6433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6434 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6435 pipe_works=yes
6436 fi
6437 LIBS="$lt_save_LIBS"
6438 CFLAGS="$lt_save_CFLAGS"
6439 else
6440 echo "cannot find nm_test_func in $nlist" >&5
6441 fi
6442 else
6443 echo "cannot find nm_test_var in $nlist" >&5
6444 fi
6445 else
6446 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6447 fi
6448 else
6449 echo "$progname: failed program was:" >&5
6450 cat conftest.$ac_ext >&5
6451 fi
6452 rm -rf conftest* conftst*
6453
6454 # Do not use the global_symbol_pipe unless it works.
6455 if test "$pipe_works" = yes; then
6456 break
6457 else
6458 lt_cv_sys_global_symbol_pipe=
6459 fi
6460 done
6461
6462 fi
6463
6464 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6465 lt_cv_sys_global_symbol_to_cdecl=
6466 fi
6467 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6469 $as_echo "failed" >&6; }
6470 else
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6472 $as_echo "ok" >&6; }
6473 fi
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497 # Check whether --enable-libtool-lock was given.
6498 if test "${enable_libtool_lock+set}" = set; then :
6499 enableval=$enable_libtool_lock;
6500 fi
6501
6502 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6503
6504 # Some flags need to be propagated to the compiler or linker for good
6505 # libtool support.
6506 case $host in
6507 ia64-*-hpux*)
6508 # Find out which ABI we are using.
6509 echo 'int i;' > conftest.$ac_ext
6510 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6511 (eval $ac_compile) 2>&5
6512 ac_status=$?
6513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6514 test $ac_status = 0; }; then
6515 case `/usr/bin/file conftest.$ac_objext` in
6516 *ELF-32*)
6517 HPUX_IA64_MODE="32"
6518 ;;
6519 *ELF-64*)
6520 HPUX_IA64_MODE="64"
6521 ;;
6522 esac
6523 fi
6524 rm -rf conftest*
6525 ;;
6526 *-*-irix6*)
6527 # Find out which ABI we are using.
6528 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6529 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6530 (eval $ac_compile) 2>&5
6531 ac_status=$?
6532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6533 test $ac_status = 0; }; then
6534 if test "$lt_cv_prog_gnu_ld" = yes; then
6535 case `/usr/bin/file conftest.$ac_objext` in
6536 *32-bit*)
6537 LD="${LD-ld} -melf32bsmip"
6538 ;;
6539 *N32*)
6540 LD="${LD-ld} -melf32bmipn32"
6541 ;;
6542 *64-bit*)
6543 LD="${LD-ld} -melf64bmip"
6544 ;;
6545 esac
6546 else
6547 case `/usr/bin/file conftest.$ac_objext` in
6548 *32-bit*)
6549 LD="${LD-ld} -32"
6550 ;;
6551 *N32*)
6552 LD="${LD-ld} -n32"
6553 ;;
6554 *64-bit*)
6555 LD="${LD-ld} -64"
6556 ;;
6557 esac
6558 fi
6559 fi
6560 rm -rf conftest*
6561 ;;
6562
6563 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6564 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6565 # Find out which ABI we are using.
6566 echo 'int i;' > conftest.$ac_ext
6567 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6568 (eval $ac_compile) 2>&5
6569 ac_status=$?
6570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6571 test $ac_status = 0; }; then
6572 case `/usr/bin/file conftest.o` in
6573 *32-bit*)
6574 case $host in
6575 x86_64-*kfreebsd*-gnu)
6576 LD="${LD-ld} -m elf_i386_fbsd"
6577 ;;
6578 x86_64-*linux*)
6579 case `/usr/bin/file conftest.o` in
6580 *x86-64*)
6581 LD="${LD-ld} -m elf32_x86_64"
6582 ;;
6583 *)
6584 LD="${LD-ld} -m elf_i386"
6585 ;;
6586 esac
6587 ;;
6588 powerpc64le-*linux*)
6589 LD="${LD-ld} -m elf32lppclinux"
6590 ;;
6591 powerpc64-*linux*)
6592 LD="${LD-ld} -m elf32ppclinux"
6593 ;;
6594 s390x-*linux*)
6595 LD="${LD-ld} -m elf_s390"
6596 ;;
6597 sparc64-*linux*)
6598 LD="${LD-ld} -m elf32_sparc"
6599 ;;
6600 esac
6601 ;;
6602 *64-bit*)
6603 case $host in
6604 x86_64-*kfreebsd*-gnu)
6605 LD="${LD-ld} -m elf_x86_64_fbsd"
6606 ;;
6607 x86_64-*linux*)
6608 LD="${LD-ld} -m elf_x86_64"
6609 ;;
6610 powerpcle-*linux*)
6611 LD="${LD-ld} -m elf64lppc"
6612 ;;
6613 powerpc-*linux*)
6614 LD="${LD-ld} -m elf64ppc"
6615 ;;
6616 s390*-*linux*|s390*-*tpf*)
6617 LD="${LD-ld} -m elf64_s390"
6618 ;;
6619 sparc*-*linux*)
6620 LD="${LD-ld} -m elf64_sparc"
6621 ;;
6622 esac
6623 ;;
6624 esac
6625 fi
6626 rm -rf conftest*
6627 ;;
6628
6629 *-*-sco3.2v5*)
6630 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6631 SAVE_CFLAGS="$CFLAGS"
6632 CFLAGS="$CFLAGS -belf"
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6634 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6635 if ${lt_cv_cc_needs_belf+:} false; then :
6636 $as_echo_n "(cached) " >&6
6637 else
6638 ac_ext=c
6639 ac_cpp='$CPP $CPPFLAGS'
6640 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6641 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6642 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6643
6644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6645 /* end confdefs.h. */
6646
6647 int
6648 main ()
6649 {
6650
6651 ;
6652 return 0;
6653 }
6654 _ACEOF
6655 if ac_fn_c_try_link "$LINENO"; then :
6656 lt_cv_cc_needs_belf=yes
6657 else
6658 lt_cv_cc_needs_belf=no
6659 fi
6660 rm -f core conftest.err conftest.$ac_objext \
6661 conftest$ac_exeext conftest.$ac_ext
6662 ac_ext=c
6663 ac_cpp='$CPP $CPPFLAGS'
6664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6667
6668 fi
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6670 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6671 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6672 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6673 CFLAGS="$SAVE_CFLAGS"
6674 fi
6675 ;;
6676 sparc*-*solaris*)
6677 # Find out which ABI we are using.
6678 echo 'int i;' > conftest.$ac_ext
6679 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6680 (eval $ac_compile) 2>&5
6681 ac_status=$?
6682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6683 test $ac_status = 0; }; then
6684 case `/usr/bin/file conftest.o` in
6685 *64-bit*)
6686 case $lt_cv_prog_gnu_ld in
6687 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6688 *)
6689 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6690 LD="${LD-ld} -64"
6691 fi
6692 ;;
6693 esac
6694 ;;
6695 esac
6696 fi
6697 rm -rf conftest*
6698 ;;
6699 esac
6700
6701 need_locks="$enable_libtool_lock"
6702
6703
6704 case $host_os in
6705 rhapsody* | darwin*)
6706 if test -n "$ac_tool_prefix"; then
6707 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6708 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6710 $as_echo_n "checking for $ac_word... " >&6; }
6711 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6712 $as_echo_n "(cached) " >&6
6713 else
6714 if test -n "$DSYMUTIL"; then
6715 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6716 else
6717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6718 for as_dir in $PATH
6719 do
6720 IFS=$as_save_IFS
6721 test -z "$as_dir" && as_dir=.
6722 for ac_exec_ext in '' $ac_executable_extensions; do
6723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6724 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6726 break 2
6727 fi
6728 done
6729 done
6730 IFS=$as_save_IFS
6731
6732 fi
6733 fi
6734 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6735 if test -n "$DSYMUTIL"; then
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6737 $as_echo "$DSYMUTIL" >&6; }
6738 else
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6740 $as_echo "no" >&6; }
6741 fi
6742
6743
6744 fi
6745 if test -z "$ac_cv_prog_DSYMUTIL"; then
6746 ac_ct_DSYMUTIL=$DSYMUTIL
6747 # Extract the first word of "dsymutil", so it can be a program name with args.
6748 set dummy dsymutil; ac_word=$2
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6750 $as_echo_n "checking for $ac_word... " >&6; }
6751 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6752 $as_echo_n "(cached) " >&6
6753 else
6754 if test -n "$ac_ct_DSYMUTIL"; then
6755 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6756 else
6757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6758 for as_dir in $PATH
6759 do
6760 IFS=$as_save_IFS
6761 test -z "$as_dir" && as_dir=.
6762 for ac_exec_ext in '' $ac_executable_extensions; do
6763 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6764 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6766 break 2
6767 fi
6768 done
6769 done
6770 IFS=$as_save_IFS
6771
6772 fi
6773 fi
6774 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6775 if test -n "$ac_ct_DSYMUTIL"; then
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6777 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6778 else
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6780 $as_echo "no" >&6; }
6781 fi
6782
6783 if test "x$ac_ct_DSYMUTIL" = x; then
6784 DSYMUTIL=":"
6785 else
6786 case $cross_compiling:$ac_tool_warned in
6787 yes:)
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6790 ac_tool_warned=yes ;;
6791 esac
6792 DSYMUTIL=$ac_ct_DSYMUTIL
6793 fi
6794 else
6795 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6796 fi
6797
6798 if test -n "$ac_tool_prefix"; then
6799 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6800 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802 $as_echo_n "checking for $ac_word... " >&6; }
6803 if ${ac_cv_prog_NMEDIT+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 if test -n "$NMEDIT"; then
6807 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6808 else
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6810 for as_dir in $PATH
6811 do
6812 IFS=$as_save_IFS
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6818 break 2
6819 fi
6820 done
6821 done
6822 IFS=$as_save_IFS
6823
6824 fi
6825 fi
6826 NMEDIT=$ac_cv_prog_NMEDIT
6827 if test -n "$NMEDIT"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6829 $as_echo "$NMEDIT" >&6; }
6830 else
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832 $as_echo "no" >&6; }
6833 fi
6834
6835
6836 fi
6837 if test -z "$ac_cv_prog_NMEDIT"; then
6838 ac_ct_NMEDIT=$NMEDIT
6839 # Extract the first word of "nmedit", so it can be a program name with args.
6840 set dummy nmedit; ac_word=$2
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842 $as_echo_n "checking for $ac_word... " >&6; }
6843 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6844 $as_echo_n "(cached) " >&6
6845 else
6846 if test -n "$ac_ct_NMEDIT"; then
6847 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6848 else
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850 for as_dir in $PATH
6851 do
6852 IFS=$as_save_IFS
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
6855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6856 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6858 break 2
6859 fi
6860 done
6861 done
6862 IFS=$as_save_IFS
6863
6864 fi
6865 fi
6866 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6867 if test -n "$ac_ct_NMEDIT"; then
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6869 $as_echo "$ac_ct_NMEDIT" >&6; }
6870 else
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872 $as_echo "no" >&6; }
6873 fi
6874
6875 if test "x$ac_ct_NMEDIT" = x; then
6876 NMEDIT=":"
6877 else
6878 case $cross_compiling:$ac_tool_warned in
6879 yes:)
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6881 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6882 ac_tool_warned=yes ;;
6883 esac
6884 NMEDIT=$ac_ct_NMEDIT
6885 fi
6886 else
6887 NMEDIT="$ac_cv_prog_NMEDIT"
6888 fi
6889
6890 if test -n "$ac_tool_prefix"; then
6891 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6892 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6894 $as_echo_n "checking for $ac_word... " >&6; }
6895 if ${ac_cv_prog_LIPO+:} false; then :
6896 $as_echo_n "(cached) " >&6
6897 else
6898 if test -n "$LIPO"; then
6899 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6900 else
6901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902 for as_dir in $PATH
6903 do
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6908 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6911 fi
6912 done
6913 done
6914 IFS=$as_save_IFS
6915
6916 fi
6917 fi
6918 LIPO=$ac_cv_prog_LIPO
6919 if test -n "$LIPO"; then
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6921 $as_echo "$LIPO" >&6; }
6922 else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6924 $as_echo "no" >&6; }
6925 fi
6926
6927
6928 fi
6929 if test -z "$ac_cv_prog_LIPO"; then
6930 ac_ct_LIPO=$LIPO
6931 # Extract the first word of "lipo", so it can be a program name with args.
6932 set dummy lipo; ac_word=$2
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6934 $as_echo_n "checking for $ac_word... " >&6; }
6935 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6936 $as_echo_n "(cached) " >&6
6937 else
6938 if test -n "$ac_ct_LIPO"; then
6939 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6940 else
6941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6942 for as_dir in $PATH
6943 do
6944 IFS=$as_save_IFS
6945 test -z "$as_dir" && as_dir=.
6946 for ac_exec_ext in '' $ac_executable_extensions; do
6947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6948 ac_cv_prog_ac_ct_LIPO="lipo"
6949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6950 break 2
6951 fi
6952 done
6953 done
6954 IFS=$as_save_IFS
6955
6956 fi
6957 fi
6958 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6959 if test -n "$ac_ct_LIPO"; then
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6961 $as_echo "$ac_ct_LIPO" >&6; }
6962 else
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6964 $as_echo "no" >&6; }
6965 fi
6966
6967 if test "x$ac_ct_LIPO" = x; then
6968 LIPO=":"
6969 else
6970 case $cross_compiling:$ac_tool_warned in
6971 yes:)
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6973 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6974 ac_tool_warned=yes ;;
6975 esac
6976 LIPO=$ac_ct_LIPO
6977 fi
6978 else
6979 LIPO="$ac_cv_prog_LIPO"
6980 fi
6981
6982 if test -n "$ac_tool_prefix"; then
6983 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6984 set dummy ${ac_tool_prefix}otool; ac_word=$2
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6986 $as_echo_n "checking for $ac_word... " >&6; }
6987 if ${ac_cv_prog_OTOOL+:} false; then :
6988 $as_echo_n "(cached) " >&6
6989 else
6990 if test -n "$OTOOL"; then
6991 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6992 else
6993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 for as_dir in $PATH
6995 do
6996 IFS=$as_save_IFS
6997 test -z "$as_dir" && as_dir=.
6998 for ac_exec_ext in '' $ac_executable_extensions; do
6999 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7000 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7002 break 2
7003 fi
7004 done
7005 done
7006 IFS=$as_save_IFS
7007
7008 fi
7009 fi
7010 OTOOL=$ac_cv_prog_OTOOL
7011 if test -n "$OTOOL"; then
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7013 $as_echo "$OTOOL" >&6; }
7014 else
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7016 $as_echo "no" >&6; }
7017 fi
7018
7019
7020 fi
7021 if test -z "$ac_cv_prog_OTOOL"; then
7022 ac_ct_OTOOL=$OTOOL
7023 # Extract the first word of "otool", so it can be a program name with args.
7024 set dummy otool; ac_word=$2
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7026 $as_echo_n "checking for $ac_word... " >&6; }
7027 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7028 $as_echo_n "(cached) " >&6
7029 else
7030 if test -n "$ac_ct_OTOOL"; then
7031 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7032 else
7033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7034 for as_dir in $PATH
7035 do
7036 IFS=$as_save_IFS
7037 test -z "$as_dir" && as_dir=.
7038 for ac_exec_ext in '' $ac_executable_extensions; do
7039 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7040 ac_cv_prog_ac_ct_OTOOL="otool"
7041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7042 break 2
7043 fi
7044 done
7045 done
7046 IFS=$as_save_IFS
7047
7048 fi
7049 fi
7050 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7051 if test -n "$ac_ct_OTOOL"; then
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7053 $as_echo "$ac_ct_OTOOL" >&6; }
7054 else
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7056 $as_echo "no" >&6; }
7057 fi
7058
7059 if test "x$ac_ct_OTOOL" = x; then
7060 OTOOL=":"
7061 else
7062 case $cross_compiling:$ac_tool_warned in
7063 yes:)
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7065 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7066 ac_tool_warned=yes ;;
7067 esac
7068 OTOOL=$ac_ct_OTOOL
7069 fi
7070 else
7071 OTOOL="$ac_cv_prog_OTOOL"
7072 fi
7073
7074 if test -n "$ac_tool_prefix"; then
7075 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7076 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if ${ac_cv_prog_OTOOL64+:} false; then :
7080 $as_echo_n "(cached) " >&6
7081 else
7082 if test -n "$OTOOL64"; then
7083 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7084 else
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 for as_dir in $PATH
7087 do
7088 IFS=$as_save_IFS
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7092 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7094 break 2
7095 fi
7096 done
7097 done
7098 IFS=$as_save_IFS
7099
7100 fi
7101 fi
7102 OTOOL64=$ac_cv_prog_OTOOL64
7103 if test -n "$OTOOL64"; then
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7105 $as_echo "$OTOOL64" >&6; }
7106 else
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7108 $as_echo "no" >&6; }
7109 fi
7110
7111
7112 fi
7113 if test -z "$ac_cv_prog_OTOOL64"; then
7114 ac_ct_OTOOL64=$OTOOL64
7115 # Extract the first word of "otool64", so it can be a program name with args.
7116 set dummy otool64; ac_word=$2
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7118 $as_echo_n "checking for $ac_word... " >&6; }
7119 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7120 $as_echo_n "(cached) " >&6
7121 else
7122 if test -n "$ac_ct_OTOOL64"; then
7123 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7124 else
7125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7126 for as_dir in $PATH
7127 do
7128 IFS=$as_save_IFS
7129 test -z "$as_dir" && as_dir=.
7130 for ac_exec_ext in '' $ac_executable_extensions; do
7131 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7132 ac_cv_prog_ac_ct_OTOOL64="otool64"
7133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7134 break 2
7135 fi
7136 done
7137 done
7138 IFS=$as_save_IFS
7139
7140 fi
7141 fi
7142 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7143 if test -n "$ac_ct_OTOOL64"; then
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7145 $as_echo "$ac_ct_OTOOL64" >&6; }
7146 else
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7148 $as_echo "no" >&6; }
7149 fi
7150
7151 if test "x$ac_ct_OTOOL64" = x; then
7152 OTOOL64=":"
7153 else
7154 case $cross_compiling:$ac_tool_warned in
7155 yes:)
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7158 ac_tool_warned=yes ;;
7159 esac
7160 OTOOL64=$ac_ct_OTOOL64
7161 fi
7162 else
7163 OTOOL64="$ac_cv_prog_OTOOL64"
7164 fi
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7193 $as_echo_n "checking for -single_module linker flag... " >&6; }
7194 if ${lt_cv_apple_cc_single_mod+:} false; then :
7195 $as_echo_n "(cached) " >&6
7196 else
7197 lt_cv_apple_cc_single_mod=no
7198 if test -z "${LT_MULTI_MODULE}"; then
7199 # By default we will add the -single_module flag. You can override
7200 # by either setting the environment variable LT_MULTI_MODULE
7201 # non-empty at configure time, or by adding -multi_module to the
7202 # link flags.
7203 rm -rf libconftest.dylib*
7204 echo "int foo(void){return 1;}" > conftest.c
7205 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7206 -dynamiclib -Wl,-single_module conftest.c" >&5
7207 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7208 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7209 _lt_result=$?
7210 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7211 lt_cv_apple_cc_single_mod=yes
7212 else
7213 cat conftest.err >&5
7214 fi
7215 rm -rf libconftest.dylib*
7216 rm -f conftest.*
7217 fi
7218 fi
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7220 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7222 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7223 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7224 $as_echo_n "(cached) " >&6
7225 else
7226 lt_cv_ld_exported_symbols_list=no
7227 save_LDFLAGS=$LDFLAGS
7228 echo "_main" > conftest.sym
7229 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231 /* end confdefs.h. */
7232
7233 int
7234 main ()
7235 {
7236
7237 ;
7238 return 0;
7239 }
7240 _ACEOF
7241 if ac_fn_c_try_link "$LINENO"; then :
7242 lt_cv_ld_exported_symbols_list=yes
7243 else
7244 lt_cv_ld_exported_symbols_list=no
7245 fi
7246 rm -f core conftest.err conftest.$ac_objext \
7247 conftest$ac_exeext conftest.$ac_ext
7248 LDFLAGS="$save_LDFLAGS"
7249
7250 fi
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7252 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7254 $as_echo_n "checking for -force_load linker flag... " >&6; }
7255 if ${lt_cv_ld_force_load+:} false; then :
7256 $as_echo_n "(cached) " >&6
7257 else
7258 lt_cv_ld_force_load=no
7259 cat > conftest.c << _LT_EOF
7260 int forced_loaded() { return 2;}
7261 _LT_EOF
7262 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7263 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7264 echo "$AR cru libconftest.a conftest.o" >&5
7265 $AR cru libconftest.a conftest.o 2>&5
7266 cat > conftest.c << _LT_EOF
7267 int main() { return 0;}
7268 _LT_EOF
7269 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7270 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7271 _lt_result=$?
7272 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7273 lt_cv_ld_force_load=yes
7274 else
7275 cat conftest.err >&5
7276 fi
7277 rm -f conftest.err libconftest.a conftest conftest.c
7278 rm -rf conftest.dSYM
7279
7280 fi
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7282 $as_echo "$lt_cv_ld_force_load" >&6; }
7283 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7284 # build without first building modern cctools / linker.
7285 case $host_cpu-$host_os in
7286 *-rhapsody* | *-darwin1.[012])
7287 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7288 *-darwin1.*)
7289 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7290 *-darwin*)
7291 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7292 # deployment target is forced to an earlier version.
7293 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7294 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7295 ;;
7296 10.[012][,.]*)
7297 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7298 ;;
7299 *)
7300 ;;
7301 esac
7302 ;;
7303 esac
7304 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7305 _lt_dar_single_mod='$single_module'
7306 fi
7307 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7308 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7309 else
7310 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7311 fi
7312 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7313 _lt_dsymutil='~$DSYMUTIL $lib || :'
7314 else
7315 _lt_dsymutil=
7316 fi
7317 ;;
7318 esac
7319
7320 ac_ext=c
7321 ac_cpp='$CPP $CPPFLAGS'
7322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7326 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7327 # On Suns, sometimes $CPP names a directory.
7328 if test -n "$CPP" && test -d "$CPP"; then
7329 CPP=
7330 fi
7331 if test -z "$CPP"; then
7332 if ${ac_cv_prog_CPP+:} false; then :
7333 $as_echo_n "(cached) " >&6
7334 else
7335 # Double quotes because CPP needs to be expanded
7336 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7337 do
7338 ac_preproc_ok=false
7339 for ac_c_preproc_warn_flag in '' yes
7340 do
7341 # Use a header file that comes with gcc, so configuring glibc
7342 # with a fresh cross-compiler works.
7343 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7344 # <limits.h> exists even on freestanding compilers.
7345 # On the NeXT, cc -E runs the code through the compiler's parser,
7346 # not just through cpp. "Syntax error" is here to catch this case.
7347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7348 /* end confdefs.h. */
7349 #ifdef __STDC__
7350 # include <limits.h>
7351 #else
7352 # include <assert.h>
7353 #endif
7354 Syntax error
7355 _ACEOF
7356 if ac_fn_c_try_cpp "$LINENO"; then :
7357
7358 else
7359 # Broken: fails on valid input.
7360 continue
7361 fi
7362 rm -f conftest.err conftest.i conftest.$ac_ext
7363
7364 # OK, works on sane cases. Now check whether nonexistent headers
7365 # can be detected and how.
7366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7367 /* end confdefs.h. */
7368 #include <ac_nonexistent.h>
7369 _ACEOF
7370 if ac_fn_c_try_cpp "$LINENO"; then :
7371 # Broken: success on invalid input.
7372 continue
7373 else
7374 # Passes both tests.
7375 ac_preproc_ok=:
7376 break
7377 fi
7378 rm -f conftest.err conftest.i conftest.$ac_ext
7379
7380 done
7381 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7382 rm -f conftest.i conftest.err conftest.$ac_ext
7383 if $ac_preproc_ok; then :
7384 break
7385 fi
7386
7387 done
7388 ac_cv_prog_CPP=$CPP
7389
7390 fi
7391 CPP=$ac_cv_prog_CPP
7392 else
7393 ac_cv_prog_CPP=$CPP
7394 fi
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7396 $as_echo "$CPP" >&6; }
7397 ac_preproc_ok=false
7398 for ac_c_preproc_warn_flag in '' yes
7399 do
7400 # Use a header file that comes with gcc, so configuring glibc
7401 # with a fresh cross-compiler works.
7402 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7403 # <limits.h> exists even on freestanding compilers.
7404 # On the NeXT, cc -E runs the code through the compiler's parser,
7405 # not just through cpp. "Syntax error" is here to catch this case.
7406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7407 /* end confdefs.h. */
7408 #ifdef __STDC__
7409 # include <limits.h>
7410 #else
7411 # include <assert.h>
7412 #endif
7413 Syntax error
7414 _ACEOF
7415 if ac_fn_c_try_cpp "$LINENO"; then :
7416
7417 else
7418 # Broken: fails on valid input.
7419 continue
7420 fi
7421 rm -f conftest.err conftest.i conftest.$ac_ext
7422
7423 # OK, works on sane cases. Now check whether nonexistent headers
7424 # can be detected and how.
7425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7426 /* end confdefs.h. */
7427 #include <ac_nonexistent.h>
7428 _ACEOF
7429 if ac_fn_c_try_cpp "$LINENO"; then :
7430 # Broken: success on invalid input.
7431 continue
7432 else
7433 # Passes both tests.
7434 ac_preproc_ok=:
7435 break
7436 fi
7437 rm -f conftest.err conftest.i conftest.$ac_ext
7438
7439 done
7440 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7441 rm -f conftest.i conftest.err conftest.$ac_ext
7442 if $ac_preproc_ok; then :
7443
7444 else
7445 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7447 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7448 See \`config.log' for more details" "$LINENO" 5; }
7449 fi
7450
7451 ac_ext=c
7452 ac_cpp='$CPP $CPPFLAGS'
7453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7456
7457
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7459 $as_echo_n "checking for ANSI C header files... " >&6; }
7460 if ${ac_cv_header_stdc+:} false; then :
7461 $as_echo_n "(cached) " >&6
7462 else
7463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7464 /* end confdefs.h. */
7465 #include <stdlib.h>
7466 #include <stdarg.h>
7467 #include <string.h>
7468 #include <float.h>
7469
7470 int
7471 main ()
7472 {
7473
7474 ;
7475 return 0;
7476 }
7477 _ACEOF
7478 if ac_fn_c_try_compile "$LINENO"; then :
7479 ac_cv_header_stdc=yes
7480 else
7481 ac_cv_header_stdc=no
7482 fi
7483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7484
7485 if test $ac_cv_header_stdc = yes; then
7486 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7488 /* end confdefs.h. */
7489 #include <string.h>
7490
7491 _ACEOF
7492 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7493 $EGREP "memchr" >/dev/null 2>&1; then :
7494
7495 else
7496 ac_cv_header_stdc=no
7497 fi
7498 rm -f conftest*
7499
7500 fi
7501
7502 if test $ac_cv_header_stdc = yes; then
7503 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7505 /* end confdefs.h. */
7506 #include <stdlib.h>
7507
7508 _ACEOF
7509 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7510 $EGREP "free" >/dev/null 2>&1; then :
7511
7512 else
7513 ac_cv_header_stdc=no
7514 fi
7515 rm -f conftest*
7516
7517 fi
7518
7519 if test $ac_cv_header_stdc = yes; then
7520 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7521 if test "$cross_compiling" = yes; then :
7522 :
7523 else
7524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7525 /* end confdefs.h. */
7526 #include <ctype.h>
7527 #include <stdlib.h>
7528 #if ((' ' & 0x0FF) == 0x020)
7529 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7530 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7531 #else
7532 # define ISLOWER(c) \
7533 (('a' <= (c) && (c) <= 'i') \
7534 || ('j' <= (c) && (c) <= 'r') \
7535 || ('s' <= (c) && (c) <= 'z'))
7536 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7537 #endif
7538
7539 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7540 int
7541 main ()
7542 {
7543 int i;
7544 for (i = 0; i < 256; i++)
7545 if (XOR (islower (i), ISLOWER (i))
7546 || toupper (i) != TOUPPER (i))
7547 return 2;
7548 return 0;
7549 }
7550 _ACEOF
7551 if ac_fn_c_try_run "$LINENO"; then :
7552
7553 else
7554 ac_cv_header_stdc=no
7555 fi
7556 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7557 conftest.$ac_objext conftest.beam conftest.$ac_ext
7558 fi
7559
7560 fi
7561 fi
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7563 $as_echo "$ac_cv_header_stdc" >&6; }
7564 if test $ac_cv_header_stdc = yes; then
7565
7566 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7567
7568 fi
7569
7570 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7571 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7572 inttypes.h stdint.h unistd.h
7573 do :
7574 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7575 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7576 "
7577 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7578 cat >>confdefs.h <<_ACEOF
7579 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7580 _ACEOF
7581
7582 fi
7583
7584 done
7585
7586
7587 for ac_header in dlfcn.h
7588 do :
7589 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7590 "
7591 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7592 cat >>confdefs.h <<_ACEOF
7593 #define HAVE_DLFCN_H 1
7594 _ACEOF
7595
7596 fi
7597
7598 done
7599
7600
7601
7602
7603
7604
7605 # Set options
7606
7607
7608
7609
7610 enable_win32_dll=no
7611
7612
7613 # Check whether --enable-shared was given.
7614 if test "${enable_shared+set}" = set; then :
7615 enableval=$enable_shared; p=${PACKAGE-default}
7616 case $enableval in
7617 yes) enable_shared=yes ;;
7618 no) enable_shared=no ;;
7619 *)
7620 enable_shared=no
7621 # Look at the argument we got. We use all the common list separators.
7622 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7623 for pkg in $enableval; do
7624 IFS="$lt_save_ifs"
7625 if test "X$pkg" = "X$p"; then
7626 enable_shared=yes
7627 fi
7628 done
7629 IFS="$lt_save_ifs"
7630 ;;
7631 esac
7632 else
7633 enable_shared=yes
7634 fi
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644 # Check whether --enable-static was given.
7645 if test "${enable_static+set}" = set; then :
7646 enableval=$enable_static; p=${PACKAGE-default}
7647 case $enableval in
7648 yes) enable_static=yes ;;
7649 no) enable_static=no ;;
7650 *)
7651 enable_static=no
7652 # Look at the argument we got. We use all the common list separators.
7653 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7654 for pkg in $enableval; do
7655 IFS="$lt_save_ifs"
7656 if test "X$pkg" = "X$p"; then
7657 enable_static=yes
7658 fi
7659 done
7660 IFS="$lt_save_ifs"
7661 ;;
7662 esac
7663 else
7664 enable_static=yes
7665 fi
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676 # Check whether --with-pic was given.
7677 if test "${with_pic+set}" = set; then :
7678 withval=$with_pic; pic_mode="$withval"
7679 else
7680 pic_mode=default
7681 fi
7682
7683
7684 test -z "$pic_mode" && pic_mode=default
7685
7686
7687
7688
7689
7690
7691
7692 # Check whether --enable-fast-install was given.
7693 if test "${enable_fast_install+set}" = set; then :
7694 enableval=$enable_fast_install; p=${PACKAGE-default}
7695 case $enableval in
7696 yes) enable_fast_install=yes ;;
7697 no) enable_fast_install=no ;;
7698 *)
7699 enable_fast_install=no
7700 # Look at the argument we got. We use all the common list separators.
7701 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7702 for pkg in $enableval; do
7703 IFS="$lt_save_ifs"
7704 if test "X$pkg" = "X$p"; then
7705 enable_fast_install=yes
7706 fi
7707 done
7708 IFS="$lt_save_ifs"
7709 ;;
7710 esac
7711 else
7712 enable_fast_install=yes
7713 fi
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725 # This can be used to rebuild libtool when needed
7726 LIBTOOL_DEPS="$ltmain"
7727
7728 # Always use our own libtool.
7729 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756 test -z "$LN_S" && LN_S="ln -s"
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771 if test -n "${ZSH_VERSION+set}" ; then
7772 setopt NO_GLOB_SUBST
7773 fi
7774
7775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7776 $as_echo_n "checking for objdir... " >&6; }
7777 if ${lt_cv_objdir+:} false; then :
7778 $as_echo_n "(cached) " >&6
7779 else
7780 rm -f .libs 2>/dev/null
7781 mkdir .libs 2>/dev/null
7782 if test -d .libs; then
7783 lt_cv_objdir=.libs
7784 else
7785 # MS-DOS does not allow filenames that begin with a dot.
7786 lt_cv_objdir=_libs
7787 fi
7788 rmdir .libs 2>/dev/null
7789 fi
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7791 $as_echo "$lt_cv_objdir" >&6; }
7792 objdir=$lt_cv_objdir
7793
7794
7795
7796
7797
7798 cat >>confdefs.h <<_ACEOF
7799 #define LT_OBJDIR "$lt_cv_objdir/"
7800 _ACEOF
7801
7802
7803
7804
7805 case $host_os in
7806 aix3*)
7807 # AIX sometimes has problems with the GCC collect2 program. For some
7808 # reason, if we set the COLLECT_NAMES environment variable, the problems
7809 # vanish in a puff of smoke.
7810 if test "X${COLLECT_NAMES+set}" != Xset; then
7811 COLLECT_NAMES=
7812 export COLLECT_NAMES
7813 fi
7814 ;;
7815 esac
7816
7817 # Global variables:
7818 ofile=libtool
7819 can_build_shared=yes
7820
7821 # All known linkers require a `.a' archive for static linking (except MSVC,
7822 # which needs '.lib').
7823 libext=a
7824
7825 with_gnu_ld="$lt_cv_prog_gnu_ld"
7826
7827 old_CC="$CC"
7828 old_CFLAGS="$CFLAGS"
7829
7830 # Set sane defaults for various variables
7831 test -z "$CC" && CC=cc
7832 test -z "$LTCC" && LTCC=$CC
7833 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7834 test -z "$LD" && LD=ld
7835 test -z "$ac_objext" && ac_objext=o
7836
7837 for cc_temp in $compiler""; do
7838 case $cc_temp in
7839 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7840 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7841 \-*) ;;
7842 *) break;;
7843 esac
7844 done
7845 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7846
7847
7848 # Only perform the check for file, if the check method requires it
7849 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7850 case $deplibs_check_method in
7851 file_magic*)
7852 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7854 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7855 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7856 $as_echo_n "(cached) " >&6
7857 else
7858 case $MAGIC_CMD in
7859 [\\/*] | ?:[\\/]*)
7860 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7861 ;;
7862 *)
7863 lt_save_MAGIC_CMD="$MAGIC_CMD"
7864 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7865 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7866 for ac_dir in $ac_dummy; do
7867 IFS="$lt_save_ifs"
7868 test -z "$ac_dir" && ac_dir=.
7869 if test -f $ac_dir/${ac_tool_prefix}file; then
7870 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7871 if test -n "$file_magic_test_file"; then
7872 case $deplibs_check_method in
7873 "file_magic "*)
7874 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7875 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7876 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7877 $EGREP "$file_magic_regex" > /dev/null; then
7878 :
7879 else
7880 cat <<_LT_EOF 1>&2
7881
7882 *** Warning: the command libtool uses to detect shared libraries,
7883 *** $file_magic_cmd, produces output that libtool cannot recognize.
7884 *** The result is that libtool may fail to recognize shared libraries
7885 *** as such. This will affect the creation of libtool libraries that
7886 *** depend on shared libraries, but programs linked with such libtool
7887 *** libraries will work regardless of this problem. Nevertheless, you
7888 *** may want to report the problem to your system manager and/or to
7889 *** bug-libtool@gnu.org
7890
7891 _LT_EOF
7892 fi ;;
7893 esac
7894 fi
7895 break
7896 fi
7897 done
7898 IFS="$lt_save_ifs"
7899 MAGIC_CMD="$lt_save_MAGIC_CMD"
7900 ;;
7901 esac
7902 fi
7903
7904 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7905 if test -n "$MAGIC_CMD"; then
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7907 $as_echo "$MAGIC_CMD" >&6; }
7908 else
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7910 $as_echo "no" >&6; }
7911 fi
7912
7913
7914
7915
7916
7917 if test -z "$lt_cv_path_MAGIC_CMD"; then
7918 if test -n "$ac_tool_prefix"; then
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7920 $as_echo_n "checking for file... " >&6; }
7921 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7922 $as_echo_n "(cached) " >&6
7923 else
7924 case $MAGIC_CMD in
7925 [\\/*] | ?:[\\/]*)
7926 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7927 ;;
7928 *)
7929 lt_save_MAGIC_CMD="$MAGIC_CMD"
7930 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7931 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7932 for ac_dir in $ac_dummy; do
7933 IFS="$lt_save_ifs"
7934 test -z "$ac_dir" && ac_dir=.
7935 if test -f $ac_dir/file; then
7936 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7937 if test -n "$file_magic_test_file"; then
7938 case $deplibs_check_method in
7939 "file_magic "*)
7940 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7941 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7942 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7943 $EGREP "$file_magic_regex" > /dev/null; then
7944 :
7945 else
7946 cat <<_LT_EOF 1>&2
7947
7948 *** Warning: the command libtool uses to detect shared libraries,
7949 *** $file_magic_cmd, produces output that libtool cannot recognize.
7950 *** The result is that libtool may fail to recognize shared libraries
7951 *** as such. This will affect the creation of libtool libraries that
7952 *** depend on shared libraries, but programs linked with such libtool
7953 *** libraries will work regardless of this problem. Nevertheless, you
7954 *** may want to report the problem to your system manager and/or to
7955 *** bug-libtool@gnu.org
7956
7957 _LT_EOF
7958 fi ;;
7959 esac
7960 fi
7961 break
7962 fi
7963 done
7964 IFS="$lt_save_ifs"
7965 MAGIC_CMD="$lt_save_MAGIC_CMD"
7966 ;;
7967 esac
7968 fi
7969
7970 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7971 if test -n "$MAGIC_CMD"; then
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7973 $as_echo "$MAGIC_CMD" >&6; }
7974 else
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7976 $as_echo "no" >&6; }
7977 fi
7978
7979
7980 else
7981 MAGIC_CMD=:
7982 fi
7983 fi
7984
7985 fi
7986 ;;
7987 esac
7988
7989 # Use C for the default configuration in the libtool script
7990
7991 lt_save_CC="$CC"
7992 ac_ext=c
7993 ac_cpp='$CPP $CPPFLAGS'
7994 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7995 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7996 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7997
7998
7999 # Source file extension for C test sources.
8000 ac_ext=c
8001
8002 # Object file extension for compiled C test sources.
8003 objext=o
8004 objext=$objext
8005
8006 # Code to be used in simple compile tests
8007 lt_simple_compile_test_code="int some_variable = 0;"
8008
8009 # Code to be used in simple link tests
8010 lt_simple_link_test_code='int main(){return(0);}'
8011
8012
8013
8014
8015
8016
8017
8018 # If no C compiler was specified, use CC.
8019 LTCC=${LTCC-"$CC"}
8020
8021 # If no C compiler flags were specified, use CFLAGS.
8022 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8023
8024 # Allow CC to be a program name with arguments.
8025 compiler=$CC
8026
8027 # Save the default compiler, since it gets overwritten when the other
8028 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8029 compiler_DEFAULT=$CC
8030
8031 # save warnings/boilerplate of simple test code
8032 ac_outfile=conftest.$ac_objext
8033 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8034 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8035 _lt_compiler_boilerplate=`cat conftest.err`
8036 $RM conftest*
8037
8038 ac_outfile=conftest.$ac_objext
8039 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8040 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8041 _lt_linker_boilerplate=`cat conftest.err`
8042 $RM -r conftest*
8043
8044
8045 ## CAVEAT EMPTOR:
8046 ## There is no encapsulation within the following macros, do not change
8047 ## the running order or otherwise move them around unless you know exactly
8048 ## what you are doing...
8049 if test -n "$compiler"; then
8050
8051 lt_prog_compiler_no_builtin_flag=
8052
8053 if test "$GCC" = yes; then
8054 case $cc_basename in
8055 nvcc*)
8056 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8057 *)
8058 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8059 esac
8060
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8062 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8063 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8064 $as_echo_n "(cached) " >&6
8065 else
8066 lt_cv_prog_compiler_rtti_exceptions=no
8067 ac_outfile=conftest.$ac_objext
8068 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8069 lt_compiler_flag="-fno-rtti -fno-exceptions"
8070 # Insert the option either (1) after the last *FLAGS variable, or
8071 # (2) before a word containing "conftest.", or (3) at the end.
8072 # Note that $ac_compile itself does not contain backslashes and begins
8073 # with a dollar sign (not a hyphen), so the echo should work correctly.
8074 # The option is referenced via a variable to avoid confusing sed.
8075 lt_compile=`echo "$ac_compile" | $SED \
8076 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8077 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8078 -e 's:$: $lt_compiler_flag:'`
8079 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8080 (eval "$lt_compile" 2>conftest.err)
8081 ac_status=$?
8082 cat conftest.err >&5
8083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8084 if (exit $ac_status) && test -s "$ac_outfile"; then
8085 # The compiler can only warn and ignore the option if not recognized
8086 # So say no if there are warnings other than the usual output.
8087 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8088 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8089 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8090 lt_cv_prog_compiler_rtti_exceptions=yes
8091 fi
8092 fi
8093 $RM conftest*
8094
8095 fi
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8097 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8098
8099 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8100 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8101 else
8102 :
8103 fi
8104
8105 fi
8106
8107
8108
8109
8110
8111
8112 lt_prog_compiler_wl=
8113 lt_prog_compiler_pic=
8114 lt_prog_compiler_static=
8115
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8117 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8118
8119 if test "$GCC" = yes; then
8120 lt_prog_compiler_wl='-Wl,'
8121 lt_prog_compiler_static='-static'
8122
8123 case $host_os in
8124 aix*)
8125 # All AIX code is PIC.
8126 if test "$host_cpu" = ia64; then
8127 # AIX 5 now supports IA64 processor
8128 lt_prog_compiler_static='-Bstatic'
8129 fi
8130 lt_prog_compiler_pic='-fPIC'
8131 ;;
8132
8133 amigaos*)
8134 case $host_cpu in
8135 powerpc)
8136 # see comment about AmigaOS4 .so support
8137 lt_prog_compiler_pic='-fPIC'
8138 ;;
8139 m68k)
8140 # FIXME: we need at least 68020 code to build shared libraries, but
8141 # adding the `-m68020' flag to GCC prevents building anything better,
8142 # like `-m68040'.
8143 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8144 ;;
8145 esac
8146 ;;
8147
8148 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8149 # PIC is the default for these OSes.
8150 ;;
8151
8152 mingw* | cygwin* | pw32* | os2* | cegcc*)
8153 # This hack is so that the source file can tell whether it is being
8154 # built for inclusion in a dll (and should export symbols for example).
8155 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8156 # (--disable-auto-import) libraries
8157 lt_prog_compiler_pic='-DDLL_EXPORT'
8158 ;;
8159
8160 darwin* | rhapsody*)
8161 # PIC is the default on this platform
8162 # Common symbols not allowed in MH_DYLIB files
8163 lt_prog_compiler_pic='-fno-common'
8164 ;;
8165
8166 haiku*)
8167 # PIC is the default for Haiku.
8168 # The "-static" flag exists, but is broken.
8169 lt_prog_compiler_static=
8170 ;;
8171
8172 hpux*)
8173 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8174 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8175 # sets the default TLS model and affects inlining.
8176 case $host_cpu in
8177 hppa*64*)
8178 # +Z the default
8179 ;;
8180 *)
8181 lt_prog_compiler_pic='-fPIC'
8182 ;;
8183 esac
8184 ;;
8185
8186 interix[3-9]*)
8187 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8188 # Instead, we relocate shared libraries at runtime.
8189 ;;
8190
8191 msdosdjgpp*)
8192 # Just because we use GCC doesn't mean we suddenly get shared libraries
8193 # on systems that don't support them.
8194 lt_prog_compiler_can_build_shared=no
8195 enable_shared=no
8196 ;;
8197
8198 *nto* | *qnx*)
8199 # QNX uses GNU C++, but need to define -shared option too, otherwise
8200 # it will coredump.
8201 lt_prog_compiler_pic='-fPIC -shared'
8202 ;;
8203
8204 sysv4*MP*)
8205 if test -d /usr/nec; then
8206 lt_prog_compiler_pic=-Kconform_pic
8207 fi
8208 ;;
8209
8210 *)
8211 lt_prog_compiler_pic='-fPIC'
8212 ;;
8213 esac
8214
8215 case $cc_basename in
8216 nvcc*) # Cuda Compiler Driver 2.2
8217 lt_prog_compiler_wl='-Xlinker '
8218 lt_prog_compiler_pic='-Xcompiler -fPIC'
8219 ;;
8220 esac
8221 else
8222 # PORTME Check for flag to pass linker flags through the system compiler.
8223 case $host_os in
8224 aix*)
8225 lt_prog_compiler_wl='-Wl,'
8226 if test "$host_cpu" = ia64; then
8227 # AIX 5 now supports IA64 processor
8228 lt_prog_compiler_static='-Bstatic'
8229 else
8230 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8231 fi
8232 ;;
8233
8234 mingw* | cygwin* | pw32* | os2* | cegcc*)
8235 # This hack is so that the source file can tell whether it is being
8236 # built for inclusion in a dll (and should export symbols for example).
8237 lt_prog_compiler_pic='-DDLL_EXPORT'
8238 ;;
8239
8240 hpux9* | hpux10* | hpux11*)
8241 lt_prog_compiler_wl='-Wl,'
8242 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8243 # not for PA HP-UX.
8244 case $host_cpu in
8245 hppa*64*|ia64*)
8246 # +Z the default
8247 ;;
8248 *)
8249 lt_prog_compiler_pic='+Z'
8250 ;;
8251 esac
8252 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8253 lt_prog_compiler_static='${wl}-a ${wl}archive'
8254 ;;
8255
8256 irix5* | irix6* | nonstopux*)
8257 lt_prog_compiler_wl='-Wl,'
8258 # PIC (with -KPIC) is the default.
8259 lt_prog_compiler_static='-non_shared'
8260 ;;
8261
8262 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8263 case $cc_basename in
8264 # old Intel for x86_64 which still supported -KPIC.
8265 ecc*)
8266 lt_prog_compiler_wl='-Wl,'
8267 lt_prog_compiler_pic='-KPIC'
8268 lt_prog_compiler_static='-static'
8269 ;;
8270 # icc used to be incompatible with GCC.
8271 # ICC 10 doesn't accept -KPIC any more.
8272 icc* | ifort*)
8273 lt_prog_compiler_wl='-Wl,'
8274 lt_prog_compiler_pic='-fPIC'
8275 lt_prog_compiler_static='-static'
8276 ;;
8277 # Lahey Fortran 8.1.
8278 lf95*)
8279 lt_prog_compiler_wl='-Wl,'
8280 lt_prog_compiler_pic='--shared'
8281 lt_prog_compiler_static='--static'
8282 ;;
8283 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8284 # Portland Group compilers (*not* the Pentium gcc compiler,
8285 # which looks to be a dead project)
8286 lt_prog_compiler_wl='-Wl,'
8287 lt_prog_compiler_pic='-fpic'
8288 lt_prog_compiler_static='-Bstatic'
8289 ;;
8290 ccc*)
8291 lt_prog_compiler_wl='-Wl,'
8292 # All Alpha code is PIC.
8293 lt_prog_compiler_static='-non_shared'
8294 ;;
8295 xl* | bgxl* | bgf* | mpixl*)
8296 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8297 lt_prog_compiler_wl='-Wl,'
8298 lt_prog_compiler_pic='-qpic'
8299 lt_prog_compiler_static='-qstaticlink'
8300 ;;
8301 *)
8302 case `$CC -V 2>&1 | sed 5q` in
8303 *Sun\ F* | *Sun*Fortran*)
8304 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8305 lt_prog_compiler_pic='-KPIC'
8306 lt_prog_compiler_static='-Bstatic'
8307 lt_prog_compiler_wl=''
8308 ;;
8309 *Sun\ C*)
8310 # Sun C 5.9
8311 lt_prog_compiler_pic='-KPIC'
8312 lt_prog_compiler_static='-Bstatic'
8313 lt_prog_compiler_wl='-Wl,'
8314 ;;
8315 esac
8316 ;;
8317 esac
8318 ;;
8319
8320 newsos6)
8321 lt_prog_compiler_pic='-KPIC'
8322 lt_prog_compiler_static='-Bstatic'
8323 ;;
8324
8325 *nto* | *qnx*)
8326 # QNX uses GNU C++, but need to define -shared option too, otherwise
8327 # it will coredump.
8328 lt_prog_compiler_pic='-fPIC -shared'
8329 ;;
8330
8331 osf3* | osf4* | osf5*)
8332 lt_prog_compiler_wl='-Wl,'
8333 # All OSF/1 code is PIC.
8334 lt_prog_compiler_static='-non_shared'
8335 ;;
8336
8337 rdos*)
8338 lt_prog_compiler_static='-non_shared'
8339 ;;
8340
8341 solaris*)
8342 lt_prog_compiler_pic='-KPIC'
8343 lt_prog_compiler_static='-Bstatic'
8344 case $cc_basename in
8345 f77* | f90* | f95*)
8346 lt_prog_compiler_wl='-Qoption ld ';;
8347 *)
8348 lt_prog_compiler_wl='-Wl,';;
8349 esac
8350 ;;
8351
8352 sunos4*)
8353 lt_prog_compiler_wl='-Qoption ld '
8354 lt_prog_compiler_pic='-PIC'
8355 lt_prog_compiler_static='-Bstatic'
8356 ;;
8357
8358 sysv4 | sysv4.2uw2* | sysv4.3*)
8359 lt_prog_compiler_wl='-Wl,'
8360 lt_prog_compiler_pic='-KPIC'
8361 lt_prog_compiler_static='-Bstatic'
8362 ;;
8363
8364 sysv4*MP*)
8365 if test -d /usr/nec ;then
8366 lt_prog_compiler_pic='-Kconform_pic'
8367 lt_prog_compiler_static='-Bstatic'
8368 fi
8369 ;;
8370
8371 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8372 lt_prog_compiler_wl='-Wl,'
8373 lt_prog_compiler_pic='-KPIC'
8374 lt_prog_compiler_static='-Bstatic'
8375 ;;
8376
8377 unicos*)
8378 lt_prog_compiler_wl='-Wl,'
8379 lt_prog_compiler_can_build_shared=no
8380 ;;
8381
8382 uts4*)
8383 lt_prog_compiler_pic='-pic'
8384 lt_prog_compiler_static='-Bstatic'
8385 ;;
8386
8387 *)
8388 lt_prog_compiler_can_build_shared=no
8389 ;;
8390 esac
8391 fi
8392
8393 case $host_os in
8394 # For platforms which do not support PIC, -DPIC is meaningless:
8395 *djgpp*)
8396 lt_prog_compiler_pic=
8397 ;;
8398 *)
8399 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8400 ;;
8401 esac
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8403 $as_echo "$lt_prog_compiler_pic" >&6; }
8404
8405
8406
8407
8408
8409
8410 #
8411 # Check to make sure the PIC flag actually works.
8412 #
8413 if test -n "$lt_prog_compiler_pic"; then
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8415 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8416 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8417 $as_echo_n "(cached) " >&6
8418 else
8419 lt_cv_prog_compiler_pic_works=no
8420 ac_outfile=conftest.$ac_objext
8421 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8422 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8423 # Insert the option either (1) after the last *FLAGS variable, or
8424 # (2) before a word containing "conftest.", or (3) at the end.
8425 # Note that $ac_compile itself does not contain backslashes and begins
8426 # with a dollar sign (not a hyphen), so the echo should work correctly.
8427 # The option is referenced via a variable to avoid confusing sed.
8428 lt_compile=`echo "$ac_compile" | $SED \
8429 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8430 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8431 -e 's:$: $lt_compiler_flag:'`
8432 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8433 (eval "$lt_compile" 2>conftest.err)
8434 ac_status=$?
8435 cat conftest.err >&5
8436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437 if (exit $ac_status) && test -s "$ac_outfile"; then
8438 # The compiler can only warn and ignore the option if not recognized
8439 # So say no if there are warnings other than the usual output.
8440 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8441 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8442 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8443 lt_cv_prog_compiler_pic_works=yes
8444 fi
8445 fi
8446 $RM conftest*
8447
8448 fi
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8450 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8451
8452 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8453 case $lt_prog_compiler_pic in
8454 "" | " "*) ;;
8455 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8456 esac
8457 else
8458 lt_prog_compiler_pic=
8459 lt_prog_compiler_can_build_shared=no
8460 fi
8461
8462 fi
8463
8464
8465
8466
8467
8468
8469 #
8470 # Check to make sure the static flag actually works.
8471 #
8472 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8474 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8475 if ${lt_cv_prog_compiler_static_works+:} false; then :
8476 $as_echo_n "(cached) " >&6
8477 else
8478 lt_cv_prog_compiler_static_works=no
8479 save_LDFLAGS="$LDFLAGS"
8480 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8481 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8482 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8483 # The linker can only warn and ignore the option if not recognized
8484 # So say no if there are warnings
8485 if test -s conftest.err; then
8486 # Append any errors to the config.log.
8487 cat conftest.err 1>&5
8488 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8489 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8490 if diff conftest.exp conftest.er2 >/dev/null; then
8491 lt_cv_prog_compiler_static_works=yes
8492 fi
8493 else
8494 lt_cv_prog_compiler_static_works=yes
8495 fi
8496 fi
8497 $RM -r conftest*
8498 LDFLAGS="$save_LDFLAGS"
8499
8500 fi
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8502 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8503
8504 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8505 :
8506 else
8507 lt_prog_compiler_static=
8508 fi
8509
8510
8511
8512
8513
8514
8515
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8517 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8518 if ${lt_cv_prog_compiler_c_o+:} false; then :
8519 $as_echo_n "(cached) " >&6
8520 else
8521 lt_cv_prog_compiler_c_o=no
8522 $RM -r conftest 2>/dev/null
8523 mkdir conftest
8524 cd conftest
8525 mkdir out
8526 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8527
8528 lt_compiler_flag="-o out/conftest2.$ac_objext"
8529 # Insert the option either (1) after the last *FLAGS variable, or
8530 # (2) before a word containing "conftest.", or (3) at the end.
8531 # Note that $ac_compile itself does not contain backslashes and begins
8532 # with a dollar sign (not a hyphen), so the echo should work correctly.
8533 lt_compile=`echo "$ac_compile" | $SED \
8534 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8535 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8536 -e 's:$: $lt_compiler_flag:'`
8537 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8538 (eval "$lt_compile" 2>out/conftest.err)
8539 ac_status=$?
8540 cat out/conftest.err >&5
8541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8542 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8543 then
8544 # The compiler can only warn and ignore the option if not recognized
8545 # So say no if there are warnings
8546 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8547 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8548 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8549 lt_cv_prog_compiler_c_o=yes
8550 fi
8551 fi
8552 chmod u+w . 2>&5
8553 $RM conftest*
8554 # SGI C++ compiler will create directory out/ii_files/ for
8555 # template instantiation
8556 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8557 $RM out/* && rmdir out
8558 cd ..
8559 $RM -r conftest
8560 $RM conftest*
8561
8562 fi
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8564 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8565
8566
8567
8568
8569
8570
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8572 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8573 if ${lt_cv_prog_compiler_c_o+:} false; then :
8574 $as_echo_n "(cached) " >&6
8575 else
8576 lt_cv_prog_compiler_c_o=no
8577 $RM -r conftest 2>/dev/null
8578 mkdir conftest
8579 cd conftest
8580 mkdir out
8581 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8582
8583 lt_compiler_flag="-o out/conftest2.$ac_objext"
8584 # Insert the option either (1) after the last *FLAGS variable, or
8585 # (2) before a word containing "conftest.", or (3) at the end.
8586 # Note that $ac_compile itself does not contain backslashes and begins
8587 # with a dollar sign (not a hyphen), so the echo should work correctly.
8588 lt_compile=`echo "$ac_compile" | $SED \
8589 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8590 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8591 -e 's:$: $lt_compiler_flag:'`
8592 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8593 (eval "$lt_compile" 2>out/conftest.err)
8594 ac_status=$?
8595 cat out/conftest.err >&5
8596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8597 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8598 then
8599 # The compiler can only warn and ignore the option if not recognized
8600 # So say no if there are warnings
8601 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8602 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8603 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8604 lt_cv_prog_compiler_c_o=yes
8605 fi
8606 fi
8607 chmod u+w . 2>&5
8608 $RM conftest*
8609 # SGI C++ compiler will create directory out/ii_files/ for
8610 # template instantiation
8611 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8612 $RM out/* && rmdir out
8613 cd ..
8614 $RM -r conftest
8615 $RM conftest*
8616
8617 fi
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8619 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8620
8621
8622
8623
8624 hard_links="nottested"
8625 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8626 # do not overwrite the value of need_locks provided by the user
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8628 $as_echo_n "checking if we can lock with hard links... " >&6; }
8629 hard_links=yes
8630 $RM conftest*
8631 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8632 touch conftest.a
8633 ln conftest.a conftest.b 2>&5 || hard_links=no
8634 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8636 $as_echo "$hard_links" >&6; }
8637 if test "$hard_links" = no; then
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8639 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8640 need_locks=warn
8641 fi
8642 else
8643 need_locks=no
8644 fi
8645
8646
8647
8648
8649
8650
8651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8652 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8653
8654 runpath_var=
8655 allow_undefined_flag=
8656 always_export_symbols=no
8657 archive_cmds=
8658 archive_expsym_cmds=
8659 compiler_needs_object=no
8660 enable_shared_with_static_runtimes=no
8661 export_dynamic_flag_spec=
8662 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8663 hardcode_automatic=no
8664 hardcode_direct=no
8665 hardcode_direct_absolute=no
8666 hardcode_libdir_flag_spec=
8667 hardcode_libdir_flag_spec_ld=
8668 hardcode_libdir_separator=
8669 hardcode_minus_L=no
8670 hardcode_shlibpath_var=unsupported
8671 inherit_rpath=no
8672 link_all_deplibs=unknown
8673 module_cmds=
8674 module_expsym_cmds=
8675 old_archive_from_new_cmds=
8676 old_archive_from_expsyms_cmds=
8677 thread_safe_flag_spec=
8678 whole_archive_flag_spec=
8679 # include_expsyms should be a list of space-separated symbols to be *always*
8680 # included in the symbol list
8681 include_expsyms=
8682 # exclude_expsyms can be an extended regexp of symbols to exclude
8683 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8684 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8685 # as well as any symbol that contains `d'.
8686 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8687 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8688 # platforms (ab)use it in PIC code, but their linkers get confused if
8689 # the symbol is explicitly referenced. Since portable code cannot
8690 # rely on this symbol name, it's probably fine to never include it in
8691 # preloaded symbol tables.
8692 # Exclude shared library initialization/finalization symbols.
8693 extract_expsyms_cmds=
8694
8695 case $host_os in
8696 cygwin* | mingw* | pw32* | cegcc*)
8697 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8698 # When not using gcc, we currently assume that we are using
8699 # Microsoft Visual C++.
8700 if test "$GCC" != yes; then
8701 with_gnu_ld=no
8702 fi
8703 ;;
8704 interix*)
8705 # we just hope/assume this is gcc and not c89 (= MSVC++)
8706 with_gnu_ld=yes
8707 ;;
8708 openbsd*)
8709 with_gnu_ld=no
8710 ;;
8711 esac
8712
8713 ld_shlibs=yes
8714
8715 # On some targets, GNU ld is compatible enough with the native linker
8716 # that we're better off using the native interface for both.
8717 lt_use_gnu_ld_interface=no
8718 if test "$with_gnu_ld" = yes; then
8719 case $host_os in
8720 aix*)
8721 # The AIX port of GNU ld has always aspired to compatibility
8722 # with the native linker. However, as the warning in the GNU ld
8723 # block says, versions before 2.19.5* couldn't really create working
8724 # shared libraries, regardless of the interface used.
8725 case `$LD -v 2>&1` in
8726 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8727 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8728 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8729 *)
8730 lt_use_gnu_ld_interface=yes
8731 ;;
8732 esac
8733 ;;
8734 *)
8735 lt_use_gnu_ld_interface=yes
8736 ;;
8737 esac
8738 fi
8739
8740 if test "$lt_use_gnu_ld_interface" = yes; then
8741 # If archive_cmds runs LD, not CC, wlarc should be empty
8742 wlarc='${wl}'
8743
8744 # Set some defaults for GNU ld with shared library support. These
8745 # are reset later if shared libraries are not supported. Putting them
8746 # here allows them to be overridden if necessary.
8747 runpath_var=LD_RUN_PATH
8748 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8749 export_dynamic_flag_spec='${wl}--export-dynamic'
8750 # ancient GNU ld didn't support --whole-archive et. al.
8751 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8752 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8753 else
8754 whole_archive_flag_spec=
8755 fi
8756 supports_anon_versioning=no
8757 case `$LD -v 2>&1` in
8758 *GNU\ gold*) supports_anon_versioning=yes ;;
8759 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8760 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8761 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8762 *\ 2.11.*) ;; # other 2.11 versions
8763 *) supports_anon_versioning=yes ;;
8764 esac
8765
8766 # See if GNU ld supports shared libraries.
8767 case $host_os in
8768 aix[3-9]*)
8769 # On AIX/PPC, the GNU linker is very broken
8770 if test "$host_cpu" != ia64; then
8771 ld_shlibs=no
8772 cat <<_LT_EOF 1>&2
8773
8774 *** Warning: the GNU linker, at least up to release 2.19, is reported
8775 *** to be unable to reliably create shared libraries on AIX.
8776 *** Therefore, libtool is disabling shared libraries support. If you
8777 *** really care for shared libraries, you may want to install binutils
8778 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8779 *** You will then need to restart the configuration process.
8780
8781 _LT_EOF
8782 fi
8783 ;;
8784
8785 amigaos*)
8786 case $host_cpu in
8787 powerpc)
8788 # see comment about AmigaOS4 .so support
8789 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8790 archive_expsym_cmds=''
8791 ;;
8792 m68k)
8793 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)'
8794 hardcode_libdir_flag_spec='-L$libdir'
8795 hardcode_minus_L=yes
8796 ;;
8797 esac
8798 ;;
8799
8800 beos*)
8801 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8802 allow_undefined_flag=unsupported
8803 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8804 # support --undefined. This deserves some investigation. FIXME
8805 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8806 else
8807 ld_shlibs=no
8808 fi
8809 ;;
8810
8811 cygwin* | mingw* | pw32* | cegcc*)
8812 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8813 # as there is no search path for DLLs.
8814 hardcode_libdir_flag_spec='-L$libdir'
8815 export_dynamic_flag_spec='${wl}--export-all-symbols'
8816 allow_undefined_flag=unsupported
8817 always_export_symbols=no
8818 enable_shared_with_static_runtimes=yes
8819 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8820
8821 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8822 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8823 # If the export-symbols file already is a .def file (1st line
8824 # is EXPORTS), use it as is; otherwise, prepend...
8825 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8826 cp $export_symbols $output_objdir/$soname.def;
8827 else
8828 echo EXPORTS > $output_objdir/$soname.def;
8829 cat $export_symbols >> $output_objdir/$soname.def;
8830 fi~
8831 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8832 else
8833 ld_shlibs=no
8834 fi
8835 ;;
8836
8837 haiku*)
8838 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8839 link_all_deplibs=yes
8840 ;;
8841
8842 interix[3-9]*)
8843 hardcode_direct=no
8844 hardcode_shlibpath_var=no
8845 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8846 export_dynamic_flag_spec='${wl}-E'
8847 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8848 # Instead, shared libraries are loaded at an image base (0x10000000 by
8849 # default) and relocated if they conflict, which is a slow very memory
8850 # consuming and fragmenting process. To avoid this, we pick a random,
8851 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8852 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8853 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8854 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8855 ;;
8856
8857 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8858 tmp_diet=no
8859 if test "$host_os" = linux-dietlibc; then
8860 case $cc_basename in
8861 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8862 esac
8863 fi
8864 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8865 && test "$tmp_diet" = no
8866 then
8867 tmp_addflag=' $pic_flag'
8868 tmp_sharedflag='-shared'
8869 case $cc_basename,$host_cpu in
8870 pgcc*) # Portland Group C compiler
8871 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'
8872 tmp_addflag=' $pic_flag'
8873 ;;
8874 pgf77* | pgf90* | pgf95* | pgfortran*)
8875 # Portland Group f77 and f90 compilers
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 -Mnomain' ;;
8878 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8879 tmp_addflag=' -i_dynamic' ;;
8880 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8881 tmp_addflag=' -i_dynamic -nofor_main' ;;
8882 ifc* | ifort*) # Intel Fortran compiler
8883 tmp_addflag=' -nofor_main' ;;
8884 lf95*) # Lahey Fortran 8.1
8885 whole_archive_flag_spec=
8886 tmp_sharedflag='--shared' ;;
8887 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8888 tmp_sharedflag='-qmkshrobj'
8889 tmp_addflag= ;;
8890 nvcc*) # Cuda Compiler Driver 2.2
8891 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'
8892 compiler_needs_object=yes
8893 ;;
8894 esac
8895 case `$CC -V 2>&1 | sed 5q` in
8896 *Sun\ C*) # Sun C 5.9
8897 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'
8898 compiler_needs_object=yes
8899 tmp_sharedflag='-G' ;;
8900 *Sun\ F*) # Sun Fortran 8.3
8901 tmp_sharedflag='-G' ;;
8902 esac
8903 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8904
8905 if test "x$supports_anon_versioning" = xyes; then
8906 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8907 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8908 echo "local: *; };" >> $output_objdir/$libname.ver~
8909 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8910 fi
8911
8912 case $cc_basename in
8913 xlf* | bgf* | bgxlf* | mpixlf*)
8914 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8915 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8916 hardcode_libdir_flag_spec=
8917 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8918 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8919 if test "x$supports_anon_versioning" = xyes; then
8920 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8921 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8922 echo "local: *; };" >> $output_objdir/$libname.ver~
8923 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8924 fi
8925 ;;
8926 esac
8927 else
8928 ld_shlibs=no
8929 fi
8930 ;;
8931
8932 netbsd*)
8933 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8934 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8935 wlarc=
8936 else
8937 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8939 fi
8940 ;;
8941
8942 solaris*)
8943 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8944 ld_shlibs=no
8945 cat <<_LT_EOF 1>&2
8946
8947 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8948 *** create shared libraries on Solaris systems. Therefore, libtool
8949 *** is disabling shared libraries support. We urge you to upgrade GNU
8950 *** binutils to release 2.9.1 or newer. Another option is to modify
8951 *** your PATH or compiler configuration so that the native linker is
8952 *** used, and then restart.
8953
8954 _LT_EOF
8955 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8956 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8957 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8958 else
8959 ld_shlibs=no
8960 fi
8961 ;;
8962
8963 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8964 case `$LD -v 2>&1` in
8965 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8966 ld_shlibs=no
8967 cat <<_LT_EOF 1>&2
8968
8969 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8970 *** reliably create shared libraries on SCO systems. Therefore, libtool
8971 *** is disabling shared libraries support. We urge you to upgrade GNU
8972 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8973 *** your PATH or compiler configuration so that the native linker is
8974 *** used, and then restart.
8975
8976 _LT_EOF
8977 ;;
8978 *)
8979 # For security reasons, it is highly recommended that you always
8980 # use absolute paths for naming shared libraries, and exclude the
8981 # DT_RUNPATH tag from executables and libraries. But doing so
8982 # requires that you compile everything twice, which is a pain.
8983 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8984 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8987 else
8988 ld_shlibs=no
8989 fi
8990 ;;
8991 esac
8992 ;;
8993
8994 sunos4*)
8995 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8996 wlarc=
8997 hardcode_direct=yes
8998 hardcode_shlibpath_var=no
8999 ;;
9000
9001 *)
9002 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9003 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9004 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9005 else
9006 ld_shlibs=no
9007 fi
9008 ;;
9009 esac
9010
9011 if test "$ld_shlibs" = no; then
9012 runpath_var=
9013 hardcode_libdir_flag_spec=
9014 export_dynamic_flag_spec=
9015 whole_archive_flag_spec=
9016 fi
9017 else
9018 # PORTME fill in a description of your system's linker (not GNU ld)
9019 case $host_os in
9020 aix3*)
9021 allow_undefined_flag=unsupported
9022 always_export_symbols=yes
9023 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'
9024 # Note: this linker hardcodes the directories in LIBPATH if there
9025 # are no directories specified by -L.
9026 hardcode_minus_L=yes
9027 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9028 # Neither direct hardcoding nor static linking is supported with a
9029 # broken collect2.
9030 hardcode_direct=unsupported
9031 fi
9032 ;;
9033
9034 aix[4-9]*)
9035 if test "$host_cpu" = ia64; then
9036 # On IA64, the linker does run time linking by default, so we don't
9037 # have to do anything special.
9038 aix_use_runtimelinking=no
9039 exp_sym_flag='-Bexport'
9040 no_entry_flag=""
9041 else
9042 # If we're using GNU nm, then we don't want the "-C" option.
9043 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9044 # Also, AIX nm treats weak defined symbols like other global
9045 # defined symbols, whereas GNU nm marks them as "W".
9046 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9047 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'
9048 else
9049 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'
9050 fi
9051 aix_use_runtimelinking=no
9052
9053 # Test if we are trying to use run time linking or normal
9054 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9055 # need to do runtime linking.
9056 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9057 for ld_flag in $LDFLAGS; do
9058 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9059 aix_use_runtimelinking=yes
9060 break
9061 fi
9062 done
9063 ;;
9064 esac
9065
9066 exp_sym_flag='-bexport'
9067 no_entry_flag='-bnoentry'
9068 fi
9069
9070 # When large executables or shared objects are built, AIX ld can
9071 # have problems creating the table of contents. If linking a library
9072 # or program results in "error TOC overflow" add -mminimal-toc to
9073 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9074 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9075
9076 archive_cmds=''
9077 hardcode_direct=yes
9078 hardcode_direct_absolute=yes
9079 hardcode_libdir_separator=':'
9080 link_all_deplibs=yes
9081 file_list_spec='${wl}-f,'
9082
9083 if test "$GCC" = yes; then
9084 case $host_os in aix4.[012]|aix4.[012].*)
9085 # We only want to do this on AIX 4.2 and lower, the check
9086 # below for broken collect2 doesn't work under 4.3+
9087 collect2name=`${CC} -print-prog-name=collect2`
9088 if test -f "$collect2name" &&
9089 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9090 then
9091 # We have reworked collect2
9092 :
9093 else
9094 # We have old collect2
9095 hardcode_direct=unsupported
9096 # It fails to find uninstalled libraries when the uninstalled
9097 # path is not listed in the libpath. Setting hardcode_minus_L
9098 # to unsupported forces relinking
9099 hardcode_minus_L=yes
9100 hardcode_libdir_flag_spec='-L$libdir'
9101 hardcode_libdir_separator=
9102 fi
9103 ;;
9104 esac
9105 shared_flag='-shared'
9106 if test "$aix_use_runtimelinking" = yes; then
9107 shared_flag="$shared_flag "'${wl}-G'
9108 fi
9109 else
9110 # not using gcc
9111 if test "$host_cpu" = ia64; then
9112 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9113 # chokes on -Wl,-G. The following line is correct:
9114 shared_flag='-G'
9115 else
9116 if test "$aix_use_runtimelinking" = yes; then
9117 shared_flag='${wl}-G'
9118 else
9119 shared_flag='${wl}-bM:SRE'
9120 fi
9121 fi
9122 fi
9123
9124 export_dynamic_flag_spec='${wl}-bexpall'
9125 # It seems that -bexpall does not export symbols beginning with
9126 # underscore (_), so it is better to generate a list of symbols to export.
9127 always_export_symbols=yes
9128 if test "$aix_use_runtimelinking" = yes; then
9129 # Warning - without using the other runtime loading flags (-brtl),
9130 # -berok will link without error, but may produce a broken library.
9131 allow_undefined_flag='-berok'
9132 # Determine the default libpath from the value encoded in an
9133 # empty executable.
9134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9135 /* end confdefs.h. */
9136
9137 int
9138 main ()
9139 {
9140
9141 ;
9142 return 0;
9143 }
9144 _ACEOF
9145 if ac_fn_c_try_link "$LINENO"; then :
9146
9147 lt_aix_libpath_sed='
9148 /Import File Strings/,/^$/ {
9149 /^0/ {
9150 s/^0 *\(.*\)$/\1/
9151 p
9152 }
9153 }'
9154 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9155 # Check for a 64-bit object if we didn't find anything.
9156 if test -z "$aix_libpath"; then
9157 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9158 fi
9159 fi
9160 rm -f core conftest.err conftest.$ac_objext \
9161 conftest$ac_exeext conftest.$ac_ext
9162 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9163
9164 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9165 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"
9166 else
9167 if test "$host_cpu" = ia64; then
9168 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9169 allow_undefined_flag="-z nodefs"
9170 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"
9171 else
9172 # Determine the default libpath from the value encoded in an
9173 # empty executable.
9174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9175 /* end confdefs.h. */
9176
9177 int
9178 main ()
9179 {
9180
9181 ;
9182 return 0;
9183 }
9184 _ACEOF
9185 if ac_fn_c_try_link "$LINENO"; then :
9186
9187 lt_aix_libpath_sed='
9188 /Import File Strings/,/^$/ {
9189 /^0/ {
9190 s/^0 *\(.*\)$/\1/
9191 p
9192 }
9193 }'
9194 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9195 # Check for a 64-bit object if we didn't find anything.
9196 if test -z "$aix_libpath"; then
9197 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9198 fi
9199 fi
9200 rm -f core conftest.err conftest.$ac_objext \
9201 conftest$ac_exeext conftest.$ac_ext
9202 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9203
9204 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9205 # Warning - without using the other run time loading flags,
9206 # -berok will link without error, but may produce a broken library.
9207 no_undefined_flag=' ${wl}-bernotok'
9208 allow_undefined_flag=' ${wl}-berok'
9209 if test "$with_gnu_ld" = yes; then
9210 # We only use this code for GNU lds that support --whole-archive.
9211 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9212 else
9213 # Exported symbols can be pulled into shared objects from archives
9214 whole_archive_flag_spec='$convenience'
9215 fi
9216 archive_cmds_need_lc=yes
9217 # This is similar to how AIX traditionally builds its shared libraries.
9218 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'
9219 fi
9220 fi
9221 ;;
9222
9223 amigaos*)
9224 case $host_cpu in
9225 powerpc)
9226 # see comment about AmigaOS4 .so support
9227 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9228 archive_expsym_cmds=''
9229 ;;
9230 m68k)
9231 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)'
9232 hardcode_libdir_flag_spec='-L$libdir'
9233 hardcode_minus_L=yes
9234 ;;
9235 esac
9236 ;;
9237
9238 bsdi[45]*)
9239 export_dynamic_flag_spec=-rdynamic
9240 ;;
9241
9242 cygwin* | mingw* | pw32* | cegcc*)
9243 # When not using gcc, we currently assume that we are using
9244 # Microsoft Visual C++.
9245 # hardcode_libdir_flag_spec is actually meaningless, as there is
9246 # no search path for DLLs.
9247 hardcode_libdir_flag_spec=' '
9248 allow_undefined_flag=unsupported
9249 # Tell ltmain to make .lib files, not .a files.
9250 libext=lib
9251 # Tell ltmain to make .dll files, not .so files.
9252 shrext_cmds=".dll"
9253 # FIXME: Setting linknames here is a bad hack.
9254 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9255 # The linker will automatically build a .lib file if we build a DLL.
9256 old_archive_from_new_cmds='true'
9257 # FIXME: Should let the user specify the lib program.
9258 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9259 fix_srcfile_path='`cygpath -w "$srcfile"`'
9260 enable_shared_with_static_runtimes=yes
9261 ;;
9262
9263 darwin* | rhapsody*)
9264
9265
9266 archive_cmds_need_lc=no
9267 hardcode_direct=no
9268 hardcode_automatic=yes
9269 hardcode_shlibpath_var=unsupported
9270 if test "$lt_cv_ld_force_load" = "yes"; then
9271 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\"`'
9272 else
9273 whole_archive_flag_spec=''
9274 fi
9275 link_all_deplibs=yes
9276 allow_undefined_flag="$_lt_dar_allow_undefined"
9277 case $cc_basename in
9278 ifort*) _lt_dar_can_shared=yes ;;
9279 *) _lt_dar_can_shared=$GCC ;;
9280 esac
9281 if test "$_lt_dar_can_shared" = "yes"; then
9282 output_verbose_link_cmd=func_echo_all
9283 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9284 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9285 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}"
9286 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}"
9287
9288 else
9289 ld_shlibs=no
9290 fi
9291
9292 ;;
9293
9294 dgux*)
9295 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9296 hardcode_libdir_flag_spec='-L$libdir'
9297 hardcode_shlibpath_var=no
9298 ;;
9299
9300 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9301 # support. Future versions do this automatically, but an explicit c++rt0.o
9302 # does not break anything, and helps significantly (at the cost of a little
9303 # extra space).
9304 freebsd2.2*)
9305 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9306 hardcode_libdir_flag_spec='-R$libdir'
9307 hardcode_direct=yes
9308 hardcode_shlibpath_var=no
9309 ;;
9310
9311 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9312 freebsd2.*)
9313 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9314 hardcode_direct=yes
9315 hardcode_minus_L=yes
9316 hardcode_shlibpath_var=no
9317 ;;
9318
9319 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9320 freebsd* | dragonfly*)
9321 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9322 hardcode_libdir_flag_spec='-R$libdir'
9323 hardcode_direct=yes
9324 hardcode_shlibpath_var=no
9325 ;;
9326
9327 hpux9*)
9328 if test "$GCC" = yes; then
9329 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'
9330 else
9331 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'
9332 fi
9333 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9334 hardcode_libdir_separator=:
9335 hardcode_direct=yes
9336
9337 # hardcode_minus_L: Not really in the search PATH,
9338 # but as the default location of the library.
9339 hardcode_minus_L=yes
9340 export_dynamic_flag_spec='${wl}-E'
9341 ;;
9342
9343 hpux10*)
9344 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9345 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9346 else
9347 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9348 fi
9349 if test "$with_gnu_ld" = no; then
9350 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9351 hardcode_libdir_flag_spec_ld='+b $libdir'
9352 hardcode_libdir_separator=:
9353 hardcode_direct=yes
9354 hardcode_direct_absolute=yes
9355 export_dynamic_flag_spec='${wl}-E'
9356 # hardcode_minus_L: Not really in the search PATH,
9357 # but as the default location of the library.
9358 hardcode_minus_L=yes
9359 fi
9360 ;;
9361
9362 hpux11*)
9363 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9364 case $host_cpu in
9365 hppa*64*)
9366 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9367 ;;
9368 ia64*)
9369 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9370 ;;
9371 *)
9372 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9373 ;;
9374 esac
9375 else
9376 case $host_cpu in
9377 hppa*64*)
9378 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9379 ;;
9380 ia64*)
9381 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9382 ;;
9383 *)
9384
9385 # Older versions of the 11.00 compiler do not understand -b yet
9386 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9388 $as_echo_n "checking if $CC understands -b... " >&6; }
9389 if ${lt_cv_prog_compiler__b+:} false; then :
9390 $as_echo_n "(cached) " >&6
9391 else
9392 lt_cv_prog_compiler__b=no
9393 save_LDFLAGS="$LDFLAGS"
9394 LDFLAGS="$LDFLAGS -b"
9395 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9396 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9397 # The linker can only warn and ignore the option if not recognized
9398 # So say no if there are warnings
9399 if test -s conftest.err; then
9400 # Append any errors to the config.log.
9401 cat conftest.err 1>&5
9402 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9403 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9404 if diff conftest.exp conftest.er2 >/dev/null; then
9405 lt_cv_prog_compiler__b=yes
9406 fi
9407 else
9408 lt_cv_prog_compiler__b=yes
9409 fi
9410 fi
9411 $RM -r conftest*
9412 LDFLAGS="$save_LDFLAGS"
9413
9414 fi
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9416 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9417
9418 if test x"$lt_cv_prog_compiler__b" = xyes; then
9419 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9420 else
9421 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9422 fi
9423
9424 ;;
9425 esac
9426 fi
9427 if test "$with_gnu_ld" = no; then
9428 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9429 hardcode_libdir_separator=:
9430
9431 case $host_cpu in
9432 hppa*64*|ia64*)
9433 hardcode_direct=no
9434 hardcode_shlibpath_var=no
9435 ;;
9436 *)
9437 hardcode_direct=yes
9438 hardcode_direct_absolute=yes
9439 export_dynamic_flag_spec='${wl}-E'
9440
9441 # hardcode_minus_L: Not really in the search PATH,
9442 # but as the default location of the library.
9443 hardcode_minus_L=yes
9444 ;;
9445 esac
9446 fi
9447 ;;
9448
9449 irix5* | irix6* | nonstopux*)
9450 if test "$GCC" = yes; then
9451 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'
9452 # Try to use the -exported_symbol ld option, if it does not
9453 # work, assume that -exports_file does not work either and
9454 # implicitly export all symbols.
9455 save_LDFLAGS="$LDFLAGS"
9456 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9458 /* end confdefs.h. */
9459 int foo(void) {}
9460 _ACEOF
9461 if ac_fn_c_try_link "$LINENO"; then :
9462 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9463
9464 fi
9465 rm -f core conftest.err conftest.$ac_objext \
9466 conftest$ac_exeext conftest.$ac_ext
9467 LDFLAGS="$save_LDFLAGS"
9468 else
9469 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'
9470 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'
9471 fi
9472 archive_cmds_need_lc='no'
9473 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9474 hardcode_libdir_separator=:
9475 inherit_rpath=yes
9476 link_all_deplibs=yes
9477 ;;
9478
9479 netbsd*)
9480 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9481 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9482 else
9483 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9484 fi
9485 hardcode_libdir_flag_spec='-R$libdir'
9486 hardcode_direct=yes
9487 hardcode_shlibpath_var=no
9488 ;;
9489
9490 newsos6)
9491 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9492 hardcode_direct=yes
9493 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9494 hardcode_libdir_separator=:
9495 hardcode_shlibpath_var=no
9496 ;;
9497
9498 *nto* | *qnx*)
9499 ;;
9500
9501 openbsd*)
9502 if test -f /usr/libexec/ld.so; then
9503 hardcode_direct=yes
9504 hardcode_shlibpath_var=no
9505 hardcode_direct_absolute=yes
9506 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9507 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9508 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9509 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9510 export_dynamic_flag_spec='${wl}-E'
9511 else
9512 case $host_os in
9513 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9514 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9515 hardcode_libdir_flag_spec='-R$libdir'
9516 ;;
9517 *)
9518 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9519 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9520 ;;
9521 esac
9522 fi
9523 else
9524 ld_shlibs=no
9525 fi
9526 ;;
9527
9528 os2*)
9529 hardcode_libdir_flag_spec='-L$libdir'
9530 hardcode_minus_L=yes
9531 allow_undefined_flag=unsupported
9532 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'
9533 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9534 ;;
9535
9536 osf3*)
9537 if test "$GCC" = yes; then
9538 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9539 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'
9540 else
9541 allow_undefined_flag=' -expect_unresolved \*'
9542 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'
9543 fi
9544 archive_cmds_need_lc='no'
9545 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9546 hardcode_libdir_separator=:
9547 ;;
9548
9549 osf4* | osf5*) # as osf3* with the addition of -msym flag
9550 if test "$GCC" = yes; then
9551 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9552 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'
9553 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9554 else
9555 allow_undefined_flag=' -expect_unresolved \*'
9556 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'
9557 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~
9558 $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'
9559
9560 # Both c and cxx compiler support -rpath directly
9561 hardcode_libdir_flag_spec='-rpath $libdir'
9562 fi
9563 archive_cmds_need_lc='no'
9564 hardcode_libdir_separator=:
9565 ;;
9566
9567 solaris*)
9568 no_undefined_flag=' -z defs'
9569 if test "$GCC" = yes; then
9570 wlarc='${wl}'
9571 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9572 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9573 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9574 else
9575 case `$CC -V 2>&1` in
9576 *"Compilers 5.0"*)
9577 wlarc=''
9578 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9579 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9580 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9581 ;;
9582 *)
9583 wlarc='${wl}'
9584 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9585 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9586 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9587 ;;
9588 esac
9589 fi
9590 hardcode_libdir_flag_spec='-R$libdir'
9591 hardcode_shlibpath_var=no
9592 case $host_os in
9593 solaris2.[0-5] | solaris2.[0-5].*) ;;
9594 *)
9595 # The compiler driver will combine and reorder linker options,
9596 # but understands `-z linker_flag'. GCC discards it without `$wl',
9597 # but is careful enough not to reorder.
9598 # Supported since Solaris 2.6 (maybe 2.5.1?)
9599 if test "$GCC" = yes; then
9600 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9601 else
9602 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9603 fi
9604 ;;
9605 esac
9606 link_all_deplibs=yes
9607 ;;
9608
9609 sunos4*)
9610 if test "x$host_vendor" = xsequent; then
9611 # Use $CC to link under sequent, because it throws in some extra .o
9612 # files that make .init and .fini sections work.
9613 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9614 else
9615 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9616 fi
9617 hardcode_libdir_flag_spec='-L$libdir'
9618 hardcode_direct=yes
9619 hardcode_minus_L=yes
9620 hardcode_shlibpath_var=no
9621 ;;
9622
9623 sysv4)
9624 case $host_vendor in
9625 sni)
9626 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9627 hardcode_direct=yes # is this really true???
9628 ;;
9629 siemens)
9630 ## LD is ld it makes a PLAMLIB
9631 ## CC just makes a GrossModule.
9632 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9633 reload_cmds='$CC -r -o $output$reload_objs'
9634 hardcode_direct=no
9635 ;;
9636 motorola)
9637 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9638 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9639 ;;
9640 esac
9641 runpath_var='LD_RUN_PATH'
9642 hardcode_shlibpath_var=no
9643 ;;
9644
9645 sysv4.3*)
9646 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9647 hardcode_shlibpath_var=no
9648 export_dynamic_flag_spec='-Bexport'
9649 ;;
9650
9651 sysv4*MP*)
9652 if test -d /usr/nec; then
9653 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9654 hardcode_shlibpath_var=no
9655 runpath_var=LD_RUN_PATH
9656 hardcode_runpath_var=yes
9657 ld_shlibs=yes
9658 fi
9659 ;;
9660
9661 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9662 no_undefined_flag='${wl}-z,text'
9663 archive_cmds_need_lc=no
9664 hardcode_shlibpath_var=no
9665 runpath_var='LD_RUN_PATH'
9666
9667 if test "$GCC" = yes; then
9668 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9669 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9670 else
9671 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9672 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9673 fi
9674 ;;
9675
9676 sysv5* | sco3.2v5* | sco5v6*)
9677 # Note: We can NOT use -z defs as we might desire, because we do not
9678 # link with -lc, and that would cause any symbols used from libc to
9679 # always be unresolved, which means just about no library would
9680 # ever link correctly. If we're not using GNU ld we use -z text
9681 # though, which does catch some bad symbols but isn't as heavy-handed
9682 # as -z defs.
9683 no_undefined_flag='${wl}-z,text'
9684 allow_undefined_flag='${wl}-z,nodefs'
9685 archive_cmds_need_lc=no
9686 hardcode_shlibpath_var=no
9687 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9688 hardcode_libdir_separator=':'
9689 link_all_deplibs=yes
9690 export_dynamic_flag_spec='${wl}-Bexport'
9691 runpath_var='LD_RUN_PATH'
9692
9693 if test "$GCC" = yes; then
9694 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9695 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9696 else
9697 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9698 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9699 fi
9700 ;;
9701
9702 uts4*)
9703 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9704 hardcode_libdir_flag_spec='-L$libdir'
9705 hardcode_shlibpath_var=no
9706 ;;
9707
9708 *)
9709 ld_shlibs=no
9710 ;;
9711 esac
9712
9713 if test x$host_vendor = xsni; then
9714 case $host in
9715 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9716 export_dynamic_flag_spec='${wl}-Blargedynsym'
9717 ;;
9718 esac
9719 fi
9720 fi
9721
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9723 $as_echo "$ld_shlibs" >&6; }
9724 test "$ld_shlibs" = no && can_build_shared=no
9725
9726 with_gnu_ld=$with_gnu_ld
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742 #
9743 # Do we need to explicitly link libc?
9744 #
9745 case "x$archive_cmds_need_lc" in
9746 x|xyes)
9747 # Assume -lc should be added
9748 archive_cmds_need_lc=yes
9749
9750 if test "$enable_shared" = yes && test "$GCC" = yes; then
9751 case $archive_cmds in
9752 *'~'*)
9753 # FIXME: we may have to deal with multi-command sequences.
9754 ;;
9755 '$CC '*)
9756 # Test whether the compiler implicitly links with -lc since on some
9757 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9758 # to ld, don't add -lc before -lgcc.
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9760 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9761 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9762 $as_echo_n "(cached) " >&6
9763 else
9764 $RM conftest*
9765 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9766
9767 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9768 (eval $ac_compile) 2>&5
9769 ac_status=$?
9770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9771 test $ac_status = 0; } 2>conftest.err; then
9772 soname=conftest
9773 lib=conftest
9774 libobjs=conftest.$ac_objext
9775 deplibs=
9776 wl=$lt_prog_compiler_wl
9777 pic_flag=$lt_prog_compiler_pic
9778 compiler_flags=-v
9779 linker_flags=-v
9780 verstring=
9781 output_objdir=.
9782 libname=conftest
9783 lt_save_allow_undefined_flag=$allow_undefined_flag
9784 allow_undefined_flag=
9785 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9786 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9787 ac_status=$?
9788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9789 test $ac_status = 0; }
9790 then
9791 lt_cv_archive_cmds_need_lc=no
9792 else
9793 lt_cv_archive_cmds_need_lc=yes
9794 fi
9795 allow_undefined_flag=$lt_save_allow_undefined_flag
9796 else
9797 cat conftest.err 1>&5
9798 fi
9799 $RM conftest*
9800
9801 fi
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9803 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9804 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9805 ;;
9806 esac
9807 fi
9808 ;;
9809 esac
9810
9811
9812
9813
9814
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9968 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9969
9970 if test "$GCC" = yes; then
9971 case $host_os in
9972 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9973 *) lt_awk_arg="/^libraries:/" ;;
9974 esac
9975 case $host_os in
9976 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9977 *) lt_sed_strip_eq="s,=/,/,g" ;;
9978 esac
9979 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9980 case $lt_search_path_spec in
9981 *\;*)
9982 # if the path contains ";" then we assume it to be the separator
9983 # otherwise default to the standard path separator (i.e. ":") - it is
9984 # assumed that no part of a normal pathname contains ";" but that should
9985 # okay in the real world where ";" in dirpaths is itself problematic.
9986 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9987 ;;
9988 *)
9989 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9990 ;;
9991 esac
9992 # Ok, now we have the path, separated by spaces, we can step through it
9993 # and add multilib dir if necessary.
9994 lt_tmp_lt_search_path_spec=
9995 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9996 for lt_sys_path in $lt_search_path_spec; do
9997 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9998 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9999 else
10000 test -d "$lt_sys_path" && \
10001 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10002 fi
10003 done
10004 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10005 BEGIN {RS=" "; FS="/|\n";} {
10006 lt_foo="";
10007 lt_count=0;
10008 for (lt_i = NF; lt_i > 0; lt_i--) {
10009 if ($lt_i != "" && $lt_i != ".") {
10010 if ($lt_i == "..") {
10011 lt_count++;
10012 } else {
10013 if (lt_count == 0) {
10014 lt_foo="/" $lt_i lt_foo;
10015 } else {
10016 lt_count--;
10017 }
10018 }
10019 }
10020 }
10021 if (lt_foo != "") { lt_freq[lt_foo]++; }
10022 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10023 }'`
10024 # AWK program above erroneously prepends '/' to C:/dos/paths
10025 # for these hosts.
10026 case $host_os in
10027 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10028 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10029 esac
10030 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10031 else
10032 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10033 fi
10034 library_names_spec=
10035 libname_spec='lib$name'
10036 soname_spec=
10037 shrext_cmds=".so"
10038 postinstall_cmds=
10039 postuninstall_cmds=
10040 finish_cmds=
10041 finish_eval=
10042 shlibpath_var=
10043 shlibpath_overrides_runpath=unknown
10044 version_type=none
10045 dynamic_linker="$host_os ld.so"
10046 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10047 need_lib_prefix=unknown
10048 hardcode_into_libs=no
10049
10050 # when you set need_version to no, make sure it does not cause -set_version
10051 # flags to be left without arguments
10052 need_version=unknown
10053
10054 case $host_os in
10055 aix3*)
10056 version_type=linux
10057 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10058 shlibpath_var=LIBPATH
10059
10060 # AIX 3 has no versioning support, so we append a major version to the name.
10061 soname_spec='${libname}${release}${shared_ext}$major'
10062 ;;
10063
10064 aix[4-9]*)
10065 version_type=linux
10066 need_lib_prefix=no
10067 need_version=no
10068 hardcode_into_libs=yes
10069 if test "$host_cpu" = ia64; then
10070 # AIX 5 supports IA64
10071 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10072 shlibpath_var=LD_LIBRARY_PATH
10073 else
10074 # With GCC up to 2.95.x, collect2 would create an import file
10075 # for dependence libraries. The import file would start with
10076 # the line `#! .'. This would cause the generated library to
10077 # depend on `.', always an invalid library. This was fixed in
10078 # development snapshots of GCC prior to 3.0.
10079 case $host_os in
10080 aix4 | aix4.[01] | aix4.[01].*)
10081 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10082 echo ' yes '
10083 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10084 :
10085 else
10086 can_build_shared=no
10087 fi
10088 ;;
10089 esac
10090 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10091 # soname into executable. Probably we can add versioning support to
10092 # collect2, so additional links can be useful in future.
10093 if test "$aix_use_runtimelinking" = yes; then
10094 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10095 # instead of lib<name>.a to let people know that these are not
10096 # typical AIX shared libraries.
10097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10098 else
10099 # We preserve .a as extension for shared libraries through AIX4.2
10100 # and later when we are not doing run time linking.
10101 library_names_spec='${libname}${release}.a $libname.a'
10102 soname_spec='${libname}${release}${shared_ext}$major'
10103 fi
10104 shlibpath_var=LIBPATH
10105 fi
10106 ;;
10107
10108 amigaos*)
10109 case $host_cpu in
10110 powerpc)
10111 # Since July 2007 AmigaOS4 officially supports .so libraries.
10112 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10114 ;;
10115 m68k)
10116 library_names_spec='$libname.ixlibrary $libname.a'
10117 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10118 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'
10119 ;;
10120 esac
10121 ;;
10122
10123 beos*)
10124 library_names_spec='${libname}${shared_ext}'
10125 dynamic_linker="$host_os ld.so"
10126 shlibpath_var=LIBRARY_PATH
10127 ;;
10128
10129 bsdi[45]*)
10130 version_type=linux
10131 need_version=no
10132 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10133 soname_spec='${libname}${release}${shared_ext}$major'
10134 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10135 shlibpath_var=LD_LIBRARY_PATH
10136 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10137 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10138 # the default ld.so.conf also contains /usr/contrib/lib and
10139 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10140 # libtool to hard-code these into programs
10141 ;;
10142
10143 cygwin* | mingw* | pw32* | cegcc*)
10144 version_type=windows
10145 shrext_cmds=".dll"
10146 need_version=no
10147 need_lib_prefix=no
10148
10149 case $GCC,$host_os in
10150 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10151 library_names_spec='$libname.dll.a'
10152 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10153 postinstall_cmds='base_file=`basename \${file}`~
10154 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10155 dldir=$destdir/`dirname \$dlpath`~
10156 test -d \$dldir || mkdir -p \$dldir~
10157 $install_prog $dir/$dlname \$dldir/$dlname~
10158 chmod a+x \$dldir/$dlname~
10159 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10160 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10161 fi'
10162 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10163 dlpath=$dir/\$dldll~
10164 $RM \$dlpath'
10165 shlibpath_overrides_runpath=yes
10166
10167 case $host_os in
10168 cygwin*)
10169 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10170 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10171
10172 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10173 ;;
10174 mingw* | cegcc*)
10175 # MinGW DLLs use traditional 'lib' prefix
10176 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10177 ;;
10178 pw32*)
10179 # pw32 DLLs use 'pw' prefix rather than 'lib'
10180 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10181 ;;
10182 esac
10183 ;;
10184
10185 *)
10186 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10187 ;;
10188 esac
10189 dynamic_linker='Win32 ld.exe'
10190 # FIXME: first we should search . and the directory the executable is in
10191 shlibpath_var=PATH
10192 ;;
10193
10194 darwin* | rhapsody*)
10195 dynamic_linker="$host_os dyld"
10196 version_type=darwin
10197 need_lib_prefix=no
10198 need_version=no
10199 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10200 soname_spec='${libname}${release}${major}$shared_ext'
10201 shlibpath_overrides_runpath=yes
10202 shlibpath_var=DYLD_LIBRARY_PATH
10203 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10204
10205 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10206 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10207 ;;
10208
10209 dgux*)
10210 version_type=linux
10211 need_lib_prefix=no
10212 need_version=no
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10214 soname_spec='${libname}${release}${shared_ext}$major'
10215 shlibpath_var=LD_LIBRARY_PATH
10216 ;;
10217
10218 freebsd* | dragonfly*)
10219 # DragonFly does not have aout. When/if they implement a new
10220 # versioning mechanism, adjust this.
10221 if test -x /usr/bin/objformat; then
10222 objformat=`/usr/bin/objformat`
10223 else
10224 case $host_os in
10225 freebsd[23].*) objformat=aout ;;
10226 *) objformat=elf ;;
10227 esac
10228 fi
10229 version_type=freebsd-$objformat
10230 case $version_type in
10231 freebsd-elf*)
10232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10233 need_version=no
10234 need_lib_prefix=no
10235 ;;
10236 freebsd-*)
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10238 need_version=yes
10239 ;;
10240 esac
10241 shlibpath_var=LD_LIBRARY_PATH
10242 case $host_os in
10243 freebsd2.*)
10244 shlibpath_overrides_runpath=yes
10245 ;;
10246 freebsd3.[01]* | freebsdelf3.[01]*)
10247 shlibpath_overrides_runpath=yes
10248 hardcode_into_libs=yes
10249 ;;
10250 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10251 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10252 shlibpath_overrides_runpath=no
10253 hardcode_into_libs=yes
10254 ;;
10255 *) # from 4.6 on, and DragonFly
10256 shlibpath_overrides_runpath=yes
10257 hardcode_into_libs=yes
10258 ;;
10259 esac
10260 ;;
10261
10262 haiku*)
10263 version_type=linux
10264 need_lib_prefix=no
10265 need_version=no
10266 dynamic_linker="$host_os runtime_loader"
10267 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10268 soname_spec='${libname}${release}${shared_ext}$major'
10269 shlibpath_var=LIBRARY_PATH
10270 shlibpath_overrides_runpath=yes
10271 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10272 hardcode_into_libs=yes
10273 ;;
10274
10275 hpux9* | hpux10* | hpux11*)
10276 # Give a soname corresponding to the major version so that dld.sl refuses to
10277 # link against other versions.
10278 version_type=sunos
10279 need_lib_prefix=no
10280 need_version=no
10281 case $host_cpu in
10282 ia64*)
10283 shrext_cmds='.so'
10284 hardcode_into_libs=yes
10285 dynamic_linker="$host_os dld.so"
10286 shlibpath_var=LD_LIBRARY_PATH
10287 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 if test "X$HPUX_IA64_MODE" = X32; then
10291 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10292 else
10293 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10294 fi
10295 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10296 ;;
10297 hppa*64*)
10298 shrext_cmds='.sl'
10299 hardcode_into_libs=yes
10300 dynamic_linker="$host_os dld.sl"
10301 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10302 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10303 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10304 soname_spec='${libname}${release}${shared_ext}$major'
10305 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10306 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10307 ;;
10308 *)
10309 shrext_cmds='.sl'
10310 dynamic_linker="$host_os dld.sl"
10311 shlibpath_var=SHLIB_PATH
10312 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10314 soname_spec='${libname}${release}${shared_ext}$major'
10315 ;;
10316 esac
10317 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10318 postinstall_cmds='chmod 555 $lib'
10319 # or fails outright, so override atomically:
10320 install_override_mode=555
10321 ;;
10322
10323 interix[3-9]*)
10324 version_type=linux
10325 need_lib_prefix=no
10326 need_version=no
10327 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10328 soname_spec='${libname}${release}${shared_ext}$major'
10329 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10330 shlibpath_var=LD_LIBRARY_PATH
10331 shlibpath_overrides_runpath=no
10332 hardcode_into_libs=yes
10333 ;;
10334
10335 irix5* | irix6* | nonstopux*)
10336 case $host_os in
10337 nonstopux*) version_type=nonstopux ;;
10338 *)
10339 if test "$lt_cv_prog_gnu_ld" = yes; then
10340 version_type=linux
10341 else
10342 version_type=irix
10343 fi ;;
10344 esac
10345 need_lib_prefix=no
10346 need_version=no
10347 soname_spec='${libname}${release}${shared_ext}$major'
10348 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10349 case $host_os in
10350 irix5* | nonstopux*)
10351 libsuff= shlibsuff=
10352 ;;
10353 *)
10354 case $LD in # libtool.m4 will add one of these switches to LD
10355 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10356 libsuff= shlibsuff= libmagic=32-bit;;
10357 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10358 libsuff=32 shlibsuff=N32 libmagic=N32;;
10359 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10360 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10361 *) libsuff= shlibsuff= libmagic=never-match;;
10362 esac
10363 ;;
10364 esac
10365 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10366 shlibpath_overrides_runpath=no
10367 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10368 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10369 hardcode_into_libs=yes
10370 ;;
10371
10372 # No shared lib support for Linux oldld, aout, or coff.
10373 linux*oldld* | linux*aout* | linux*coff*)
10374 dynamic_linker=no
10375 ;;
10376
10377 # This must be Linux ELF.
10378
10379 # uclinux* changes (here and below) have been submitted to the libtool
10380 # project, but have not yet been accepted: they are GCC-local changes
10381 # for the time being. (See
10382 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10383 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10384 version_type=linux
10385 need_lib_prefix=no
10386 need_version=no
10387 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10388 soname_spec='${libname}${release}${shared_ext}$major'
10389 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10390 shlibpath_var=LD_LIBRARY_PATH
10391 shlibpath_overrides_runpath=no
10392
10393 # Some binutils ld are patched to set DT_RUNPATH
10394 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10395 $as_echo_n "(cached) " >&6
10396 else
10397 lt_cv_shlibpath_overrides_runpath=no
10398 save_LDFLAGS=$LDFLAGS
10399 save_libdir=$libdir
10400 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10401 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10403 /* end confdefs.h. */
10404
10405 int
10406 main ()
10407 {
10408
10409 ;
10410 return 0;
10411 }
10412 _ACEOF
10413 if ac_fn_c_try_link "$LINENO"; then :
10414 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10415 lt_cv_shlibpath_overrides_runpath=yes
10416 fi
10417 fi
10418 rm -f core conftest.err conftest.$ac_objext \
10419 conftest$ac_exeext conftest.$ac_ext
10420 LDFLAGS=$save_LDFLAGS
10421 libdir=$save_libdir
10422
10423 fi
10424
10425 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10426
10427 # This implies no fast_install, which is unacceptable.
10428 # Some rework will be needed to allow for fast_install
10429 # before this can be enabled.
10430 hardcode_into_libs=yes
10431
10432 # Append ld.so.conf contents to the search path
10433 if test -f /etc/ld.so.conf; then
10434 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' ' '`
10435 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10436 fi
10437
10438 # We used to test for /lib/ld.so.1 and disable shared libraries on
10439 # powerpc, because MkLinux only supported shared libraries with the
10440 # GNU dynamic linker. Since this was broken with cross compilers,
10441 # most powerpc-linux boxes support dynamic linking these days and
10442 # people can always --disable-shared, the test was removed, and we
10443 # assume the GNU/Linux dynamic linker is in use.
10444 dynamic_linker='GNU/Linux ld.so'
10445 ;;
10446
10447 netbsd*)
10448 version_type=sunos
10449 need_lib_prefix=no
10450 need_version=no
10451 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10452 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10453 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10454 dynamic_linker='NetBSD (a.out) ld.so'
10455 else
10456 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10457 soname_spec='${libname}${release}${shared_ext}$major'
10458 dynamic_linker='NetBSD ld.elf_so'
10459 fi
10460 shlibpath_var=LD_LIBRARY_PATH
10461 shlibpath_overrides_runpath=yes
10462 hardcode_into_libs=yes
10463 ;;
10464
10465 newsos6)
10466 version_type=linux
10467 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10468 shlibpath_var=LD_LIBRARY_PATH
10469 shlibpath_overrides_runpath=yes
10470 ;;
10471
10472 *nto* | *qnx*)
10473 version_type=qnx
10474 need_lib_prefix=no
10475 need_version=no
10476 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10477 soname_spec='${libname}${release}${shared_ext}$major'
10478 shlibpath_var=LD_LIBRARY_PATH
10479 shlibpath_overrides_runpath=no
10480 hardcode_into_libs=yes
10481 dynamic_linker='ldqnx.so'
10482 ;;
10483
10484 openbsd*)
10485 version_type=sunos
10486 sys_lib_dlsearch_path_spec="/usr/lib"
10487 need_lib_prefix=no
10488 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10489 case $host_os in
10490 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10491 *) need_version=no ;;
10492 esac
10493 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10494 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10495 shlibpath_var=LD_LIBRARY_PATH
10496 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10497 case $host_os in
10498 openbsd2.[89] | openbsd2.[89].*)
10499 shlibpath_overrides_runpath=no
10500 ;;
10501 *)
10502 shlibpath_overrides_runpath=yes
10503 ;;
10504 esac
10505 else
10506 shlibpath_overrides_runpath=yes
10507 fi
10508 ;;
10509
10510 os2*)
10511 libname_spec='$name'
10512 shrext_cmds=".dll"
10513 need_lib_prefix=no
10514 library_names_spec='$libname${shared_ext} $libname.a'
10515 dynamic_linker='OS/2 ld.exe'
10516 shlibpath_var=LIBPATH
10517 ;;
10518
10519 osf3* | osf4* | osf5*)
10520 version_type=osf
10521 need_lib_prefix=no
10522 need_version=no
10523 soname_spec='${libname}${release}${shared_ext}$major'
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10525 shlibpath_var=LD_LIBRARY_PATH
10526 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10527 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10528 ;;
10529
10530 rdos*)
10531 dynamic_linker=no
10532 ;;
10533
10534 solaris*)
10535 version_type=linux
10536 need_lib_prefix=no
10537 need_version=no
10538 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10539 soname_spec='${libname}${release}${shared_ext}$major'
10540 shlibpath_var=LD_LIBRARY_PATH
10541 shlibpath_overrides_runpath=yes
10542 hardcode_into_libs=yes
10543 # ldd complains unless libraries are executable
10544 postinstall_cmds='chmod +x $lib'
10545 ;;
10546
10547 sunos4*)
10548 version_type=sunos
10549 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10550 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10551 shlibpath_var=LD_LIBRARY_PATH
10552 shlibpath_overrides_runpath=yes
10553 if test "$with_gnu_ld" = yes; then
10554 need_lib_prefix=no
10555 fi
10556 need_version=yes
10557 ;;
10558
10559 sysv4 | sysv4.3*)
10560 version_type=linux
10561 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10562 soname_spec='${libname}${release}${shared_ext}$major'
10563 shlibpath_var=LD_LIBRARY_PATH
10564 case $host_vendor in
10565 sni)
10566 shlibpath_overrides_runpath=no
10567 need_lib_prefix=no
10568 runpath_var=LD_RUN_PATH
10569 ;;
10570 siemens)
10571 need_lib_prefix=no
10572 ;;
10573 motorola)
10574 need_lib_prefix=no
10575 need_version=no
10576 shlibpath_overrides_runpath=no
10577 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10578 ;;
10579 esac
10580 ;;
10581
10582 sysv4*MP*)
10583 if test -d /usr/nec ;then
10584 version_type=linux
10585 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10586 soname_spec='$libname${shared_ext}.$major'
10587 shlibpath_var=LD_LIBRARY_PATH
10588 fi
10589 ;;
10590
10591 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10592 version_type=freebsd-elf
10593 need_lib_prefix=no
10594 need_version=no
10595 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10596 soname_spec='${libname}${release}${shared_ext}$major'
10597 shlibpath_var=LD_LIBRARY_PATH
10598 shlibpath_overrides_runpath=yes
10599 hardcode_into_libs=yes
10600 if test "$with_gnu_ld" = yes; then
10601 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10602 else
10603 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10604 case $host_os in
10605 sco3.2v5*)
10606 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10607 ;;
10608 esac
10609 fi
10610 sys_lib_dlsearch_path_spec='/usr/lib'
10611 ;;
10612
10613 tpf*)
10614 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10615 version_type=linux
10616 need_lib_prefix=no
10617 need_version=no
10618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10619 shlibpath_var=LD_LIBRARY_PATH
10620 shlibpath_overrides_runpath=no
10621 hardcode_into_libs=yes
10622 ;;
10623
10624 uts4*)
10625 version_type=linux
10626 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10627 soname_spec='${libname}${release}${shared_ext}$major'
10628 shlibpath_var=LD_LIBRARY_PATH
10629 ;;
10630
10631 *)
10632 dynamic_linker=no
10633 ;;
10634 esac
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10636 $as_echo "$dynamic_linker" >&6; }
10637 test "$dynamic_linker" = no && can_build_shared=no
10638
10639 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10640 if test "$GCC" = yes; then
10641 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10642 fi
10643
10644 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10645 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10646 fi
10647 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10648 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10649 fi
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10743 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10744 hardcode_action=
10745 if test -n "$hardcode_libdir_flag_spec" ||
10746 test -n "$runpath_var" ||
10747 test "X$hardcode_automatic" = "Xyes" ; then
10748
10749 # We can hardcode non-existent directories.
10750 if test "$hardcode_direct" != no &&
10751 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10752 # have to relink, otherwise we might link with an installed library
10753 # when we should be linking with a yet-to-be-installed one
10754 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10755 test "$hardcode_minus_L" != no; then
10756 # Linking always hardcodes the temporary library directory.
10757 hardcode_action=relink
10758 else
10759 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10760 hardcode_action=immediate
10761 fi
10762 else
10763 # We cannot hardcode anything, or else we can only hardcode existing
10764 # directories.
10765 hardcode_action=unsupported
10766 fi
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10768 $as_echo "$hardcode_action" >&6; }
10769
10770 if test "$hardcode_action" = relink ||
10771 test "$inherit_rpath" = yes; then
10772 # Fast installation is not supported
10773 enable_fast_install=no
10774 elif test "$shlibpath_overrides_runpath" = yes ||
10775 test "$enable_shared" = no; then
10776 # Fast installation is not necessary
10777 enable_fast_install=needless
10778 fi
10779
10780
10781
10782
10783
10784
10785 if test "x$enable_dlopen" != xyes; then
10786 enable_dlopen=unknown
10787 enable_dlopen_self=unknown
10788 enable_dlopen_self_static=unknown
10789 else
10790 lt_cv_dlopen=no
10791 lt_cv_dlopen_libs=
10792
10793 case $host_os in
10794 beos*)
10795 lt_cv_dlopen="load_add_on"
10796 lt_cv_dlopen_libs=
10797 lt_cv_dlopen_self=yes
10798 ;;
10799
10800 mingw* | pw32* | cegcc*)
10801 lt_cv_dlopen="LoadLibrary"
10802 lt_cv_dlopen_libs=
10803 ;;
10804
10805 cygwin*)
10806 lt_cv_dlopen="dlopen"
10807 lt_cv_dlopen_libs=
10808 ;;
10809
10810 darwin*)
10811 # if libdl is installed we need to link against it
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10813 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10814 if ${ac_cv_lib_dl_dlopen+:} false; then :
10815 $as_echo_n "(cached) " >&6
10816 else
10817 ac_check_lib_save_LIBS=$LIBS
10818 LIBS="-ldl $LIBS"
10819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10820 /* end confdefs.h. */
10821
10822 /* Override any GCC internal prototype to avoid an error.
10823 Use char because int might match the return type of a GCC
10824 builtin and then its argument prototype would still apply. */
10825 #ifdef __cplusplus
10826 extern "C"
10827 #endif
10828 char dlopen ();
10829 int
10830 main ()
10831 {
10832 return dlopen ();
10833 ;
10834 return 0;
10835 }
10836 _ACEOF
10837 if ac_fn_c_try_link "$LINENO"; then :
10838 ac_cv_lib_dl_dlopen=yes
10839 else
10840 ac_cv_lib_dl_dlopen=no
10841 fi
10842 rm -f core conftest.err conftest.$ac_objext \
10843 conftest$ac_exeext conftest.$ac_ext
10844 LIBS=$ac_check_lib_save_LIBS
10845 fi
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10847 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10848 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10849 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10850 else
10851
10852 lt_cv_dlopen="dyld"
10853 lt_cv_dlopen_libs=
10854 lt_cv_dlopen_self=yes
10855
10856 fi
10857
10858 ;;
10859
10860 *)
10861 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10862 if test "x$ac_cv_func_shl_load" = xyes; then :
10863 lt_cv_dlopen="shl_load"
10864 else
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10866 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10867 if ${ac_cv_lib_dld_shl_load+:} false; then :
10868 $as_echo_n "(cached) " >&6
10869 else
10870 ac_check_lib_save_LIBS=$LIBS
10871 LIBS="-ldld $LIBS"
10872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10873 /* end confdefs.h. */
10874
10875 /* Override any GCC internal prototype to avoid an error.
10876 Use char because int might match the return type of a GCC
10877 builtin and then its argument prototype would still apply. */
10878 #ifdef __cplusplus
10879 extern "C"
10880 #endif
10881 char shl_load ();
10882 int
10883 main ()
10884 {
10885 return shl_load ();
10886 ;
10887 return 0;
10888 }
10889 _ACEOF
10890 if ac_fn_c_try_link "$LINENO"; then :
10891 ac_cv_lib_dld_shl_load=yes
10892 else
10893 ac_cv_lib_dld_shl_load=no
10894 fi
10895 rm -f core conftest.err conftest.$ac_objext \
10896 conftest$ac_exeext conftest.$ac_ext
10897 LIBS=$ac_check_lib_save_LIBS
10898 fi
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10900 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10901 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10902 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10903 else
10904 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10905 if test "x$ac_cv_func_dlopen" = xyes; then :
10906 lt_cv_dlopen="dlopen"
10907 else
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10909 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10910 if ${ac_cv_lib_dl_dlopen+:} false; then :
10911 $as_echo_n "(cached) " >&6
10912 else
10913 ac_check_lib_save_LIBS=$LIBS
10914 LIBS="-ldl $LIBS"
10915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10916 /* end confdefs.h. */
10917
10918 /* Override any GCC internal prototype to avoid an error.
10919 Use char because int might match the return type of a GCC
10920 builtin and then its argument prototype would still apply. */
10921 #ifdef __cplusplus
10922 extern "C"
10923 #endif
10924 char dlopen ();
10925 int
10926 main ()
10927 {
10928 return dlopen ();
10929 ;
10930 return 0;
10931 }
10932 _ACEOF
10933 if ac_fn_c_try_link "$LINENO"; then :
10934 ac_cv_lib_dl_dlopen=yes
10935 else
10936 ac_cv_lib_dl_dlopen=no
10937 fi
10938 rm -f core conftest.err conftest.$ac_objext \
10939 conftest$ac_exeext conftest.$ac_ext
10940 LIBS=$ac_check_lib_save_LIBS
10941 fi
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10943 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10944 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10945 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10946 else
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10948 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10949 if ${ac_cv_lib_svld_dlopen+:} false; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 ac_check_lib_save_LIBS=$LIBS
10953 LIBS="-lsvld $LIBS"
10954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10955 /* end confdefs.h. */
10956
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10960 #ifdef __cplusplus
10961 extern "C"
10962 #endif
10963 char dlopen ();
10964 int
10965 main ()
10966 {
10967 return dlopen ();
10968 ;
10969 return 0;
10970 }
10971 _ACEOF
10972 if ac_fn_c_try_link "$LINENO"; then :
10973 ac_cv_lib_svld_dlopen=yes
10974 else
10975 ac_cv_lib_svld_dlopen=no
10976 fi
10977 rm -f core conftest.err conftest.$ac_objext \
10978 conftest$ac_exeext conftest.$ac_ext
10979 LIBS=$ac_check_lib_save_LIBS
10980 fi
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10982 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10983 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10984 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10985 else
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10987 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10988 if ${ac_cv_lib_dld_dld_link+:} false; then :
10989 $as_echo_n "(cached) " >&6
10990 else
10991 ac_check_lib_save_LIBS=$LIBS
10992 LIBS="-ldld $LIBS"
10993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10994 /* end confdefs.h. */
10995
10996 /* Override any GCC internal prototype to avoid an error.
10997 Use char because int might match the return type of a GCC
10998 builtin and then its argument prototype would still apply. */
10999 #ifdef __cplusplus
11000 extern "C"
11001 #endif
11002 char dld_link ();
11003 int
11004 main ()
11005 {
11006 return dld_link ();
11007 ;
11008 return 0;
11009 }
11010 _ACEOF
11011 if ac_fn_c_try_link "$LINENO"; then :
11012 ac_cv_lib_dld_dld_link=yes
11013 else
11014 ac_cv_lib_dld_dld_link=no
11015 fi
11016 rm -f core conftest.err conftest.$ac_objext \
11017 conftest$ac_exeext conftest.$ac_ext
11018 LIBS=$ac_check_lib_save_LIBS
11019 fi
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11021 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11022 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11023 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11024 fi
11025
11026
11027 fi
11028
11029
11030 fi
11031
11032
11033 fi
11034
11035
11036 fi
11037
11038
11039 fi
11040
11041 ;;
11042 esac
11043
11044 if test "x$lt_cv_dlopen" != xno; then
11045 enable_dlopen=yes
11046 else
11047 enable_dlopen=no
11048 fi
11049
11050 case $lt_cv_dlopen in
11051 dlopen)
11052 save_CPPFLAGS="$CPPFLAGS"
11053 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11054
11055 save_LDFLAGS="$LDFLAGS"
11056 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11057
11058 save_LIBS="$LIBS"
11059 LIBS="$lt_cv_dlopen_libs $LIBS"
11060
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11062 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11063 if ${lt_cv_dlopen_self+:} false; then :
11064 $as_echo_n "(cached) " >&6
11065 else
11066 if test "$cross_compiling" = yes; then :
11067 lt_cv_dlopen_self=cross
11068 else
11069 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11070 lt_status=$lt_dlunknown
11071 cat > conftest.$ac_ext <<_LT_EOF
11072 #line 11072 "configure"
11073 #include "confdefs.h"
11074
11075 #if HAVE_DLFCN_H
11076 #include <dlfcn.h>
11077 #endif
11078
11079 #include <stdio.h>
11080
11081 #ifdef RTLD_GLOBAL
11082 # define LT_DLGLOBAL RTLD_GLOBAL
11083 #else
11084 # ifdef DL_GLOBAL
11085 # define LT_DLGLOBAL DL_GLOBAL
11086 # else
11087 # define LT_DLGLOBAL 0
11088 # endif
11089 #endif
11090
11091 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11092 find out it does not work in some platform. */
11093 #ifndef LT_DLLAZY_OR_NOW
11094 # ifdef RTLD_LAZY
11095 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11096 # else
11097 # ifdef DL_LAZY
11098 # define LT_DLLAZY_OR_NOW DL_LAZY
11099 # else
11100 # ifdef RTLD_NOW
11101 # define LT_DLLAZY_OR_NOW RTLD_NOW
11102 # else
11103 # ifdef DL_NOW
11104 # define LT_DLLAZY_OR_NOW DL_NOW
11105 # else
11106 # define LT_DLLAZY_OR_NOW 0
11107 # endif
11108 # endif
11109 # endif
11110 # endif
11111 #endif
11112
11113 /* When -fvisbility=hidden is used, assume the code has been annotated
11114 correspondingly for the symbols needed. */
11115 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11116 void fnord () __attribute__((visibility("default")));
11117 #endif
11118
11119 void fnord () { int i=42; }
11120 int main ()
11121 {
11122 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11123 int status = $lt_dlunknown;
11124
11125 if (self)
11126 {
11127 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11128 else
11129 {
11130 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11131 else puts (dlerror ());
11132 }
11133 /* dlclose (self); */
11134 }
11135 else
11136 puts (dlerror ());
11137
11138 return status;
11139 }
11140 _LT_EOF
11141 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11142 (eval $ac_link) 2>&5
11143 ac_status=$?
11144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11145 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11146 (./conftest; exit; ) >&5 2>/dev/null
11147 lt_status=$?
11148 case x$lt_status in
11149 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11150 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11151 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11152 esac
11153 else :
11154 # compilation failed
11155 lt_cv_dlopen_self=no
11156 fi
11157 fi
11158 rm -fr conftest*
11159
11160
11161 fi
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11163 $as_echo "$lt_cv_dlopen_self" >&6; }
11164
11165 if test "x$lt_cv_dlopen_self" = xyes; then
11166 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11168 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11169 if ${lt_cv_dlopen_self_static+:} false; then :
11170 $as_echo_n "(cached) " >&6
11171 else
11172 if test "$cross_compiling" = yes; then :
11173 lt_cv_dlopen_self_static=cross
11174 else
11175 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11176 lt_status=$lt_dlunknown
11177 cat > conftest.$ac_ext <<_LT_EOF
11178 #line 11178 "configure"
11179 #include "confdefs.h"
11180
11181 #if HAVE_DLFCN_H
11182 #include <dlfcn.h>
11183 #endif
11184
11185 #include <stdio.h>
11186
11187 #ifdef RTLD_GLOBAL
11188 # define LT_DLGLOBAL RTLD_GLOBAL
11189 #else
11190 # ifdef DL_GLOBAL
11191 # define LT_DLGLOBAL DL_GLOBAL
11192 # else
11193 # define LT_DLGLOBAL 0
11194 # endif
11195 #endif
11196
11197 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11198 find out it does not work in some platform. */
11199 #ifndef LT_DLLAZY_OR_NOW
11200 # ifdef RTLD_LAZY
11201 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11202 # else
11203 # ifdef DL_LAZY
11204 # define LT_DLLAZY_OR_NOW DL_LAZY
11205 # else
11206 # ifdef RTLD_NOW
11207 # define LT_DLLAZY_OR_NOW RTLD_NOW
11208 # else
11209 # ifdef DL_NOW
11210 # define LT_DLLAZY_OR_NOW DL_NOW
11211 # else
11212 # define LT_DLLAZY_OR_NOW 0
11213 # endif
11214 # endif
11215 # endif
11216 # endif
11217 #endif
11218
11219 /* When -fvisbility=hidden is used, assume the code has been annotated
11220 correspondingly for the symbols needed. */
11221 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11222 void fnord () __attribute__((visibility("default")));
11223 #endif
11224
11225 void fnord () { int i=42; }
11226 int main ()
11227 {
11228 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11229 int status = $lt_dlunknown;
11230
11231 if (self)
11232 {
11233 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11234 else
11235 {
11236 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11237 else puts (dlerror ());
11238 }
11239 /* dlclose (self); */
11240 }
11241 else
11242 puts (dlerror ());
11243
11244 return status;
11245 }
11246 _LT_EOF
11247 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11248 (eval $ac_link) 2>&5
11249 ac_status=$?
11250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11251 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11252 (./conftest; exit; ) >&5 2>/dev/null
11253 lt_status=$?
11254 case x$lt_status in
11255 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11256 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11257 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11258 esac
11259 else :
11260 # compilation failed
11261 lt_cv_dlopen_self_static=no
11262 fi
11263 fi
11264 rm -fr conftest*
11265
11266
11267 fi
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11269 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11270 fi
11271
11272 CPPFLAGS="$save_CPPFLAGS"
11273 LDFLAGS="$save_LDFLAGS"
11274 LIBS="$save_LIBS"
11275 ;;
11276 esac
11277
11278 case $lt_cv_dlopen_self in
11279 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11280 *) enable_dlopen_self=unknown ;;
11281 esac
11282
11283 case $lt_cv_dlopen_self_static in
11284 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11285 *) enable_dlopen_self_static=unknown ;;
11286 esac
11287 fi
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305 striplib=
11306 old_striplib=
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11308 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11309 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11310 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11311 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11313 $as_echo "yes" >&6; }
11314 else
11315 # FIXME - insert some real tests, host_os isn't really good enough
11316 case $host_os in
11317 darwin*)
11318 if test -n "$STRIP" ; then
11319 striplib="$STRIP -x"
11320 old_striplib="$STRIP -S"
11321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11322 $as_echo "yes" >&6; }
11323 else
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11325 $as_echo "no" >&6; }
11326 fi
11327 ;;
11328 *)
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11330 $as_echo "no" >&6; }
11331 ;;
11332 esac
11333 fi
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346 # Report which library types will actually be built
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11348 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11350 $as_echo "$can_build_shared" >&6; }
11351
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11353 $as_echo_n "checking whether to build shared libraries... " >&6; }
11354 test "$can_build_shared" = "no" && enable_shared=no
11355
11356 # On AIX, shared libraries and static libraries use the same namespace, and
11357 # are all built from PIC.
11358 case $host_os in
11359 aix3*)
11360 test "$enable_shared" = yes && enable_static=no
11361 if test -n "$RANLIB"; then
11362 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11363 postinstall_cmds='$RANLIB $lib'
11364 fi
11365 ;;
11366
11367 aix[4-9]*)
11368 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11369 test "$enable_shared" = yes && enable_static=no
11370 fi
11371 ;;
11372 esac
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11374 $as_echo "$enable_shared" >&6; }
11375
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11377 $as_echo_n "checking whether to build static libraries... " >&6; }
11378 # Make sure either enable_shared or enable_static is yes.
11379 test "$enable_shared" = yes || enable_static=yes
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11381 $as_echo "$enable_static" >&6; }
11382
11383
11384
11385
11386 fi
11387 ac_ext=c
11388 ac_cpp='$CPP $CPPFLAGS'
11389 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11390 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11391 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11392
11393 CC="$lt_save_CC"
11394
11395 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11396 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11397 (test "X$CXX" != "Xg++"))) ; then
11398 ac_ext=cpp
11399 ac_cpp='$CXXCPP $CPPFLAGS'
11400 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11401 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11402 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11404 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11405 if test -z "$CXXCPP"; then
11406 if ${ac_cv_prog_CXXCPP+:} false; then :
11407 $as_echo_n "(cached) " >&6
11408 else
11409 # Double quotes because CXXCPP needs to be expanded
11410 for CXXCPP in "$CXX -E" "/lib/cpp"
11411 do
11412 ac_preproc_ok=false
11413 for ac_cxx_preproc_warn_flag in '' yes
11414 do
11415 # Use a header file that comes with gcc, so configuring glibc
11416 # with a fresh cross-compiler works.
11417 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11418 # <limits.h> exists even on freestanding compilers.
11419 # On the NeXT, cc -E runs the code through the compiler's parser,
11420 # not just through cpp. "Syntax error" is here to catch this case.
11421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11422 /* end confdefs.h. */
11423 #ifdef __STDC__
11424 # include <limits.h>
11425 #else
11426 # include <assert.h>
11427 #endif
11428 Syntax error
11429 _ACEOF
11430 if ac_fn_cxx_try_cpp "$LINENO"; then :
11431
11432 else
11433 # Broken: fails on valid input.
11434 continue
11435 fi
11436 rm -f conftest.err conftest.i conftest.$ac_ext
11437
11438 # OK, works on sane cases. Now check whether nonexistent headers
11439 # can be detected and how.
11440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11441 /* end confdefs.h. */
11442 #include <ac_nonexistent.h>
11443 _ACEOF
11444 if ac_fn_cxx_try_cpp "$LINENO"; then :
11445 # Broken: success on invalid input.
11446 continue
11447 else
11448 # Passes both tests.
11449 ac_preproc_ok=:
11450 break
11451 fi
11452 rm -f conftest.err conftest.i conftest.$ac_ext
11453
11454 done
11455 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11456 rm -f conftest.i conftest.err conftest.$ac_ext
11457 if $ac_preproc_ok; then :
11458 break
11459 fi
11460
11461 done
11462 ac_cv_prog_CXXCPP=$CXXCPP
11463
11464 fi
11465 CXXCPP=$ac_cv_prog_CXXCPP
11466 else
11467 ac_cv_prog_CXXCPP=$CXXCPP
11468 fi
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11470 $as_echo "$CXXCPP" >&6; }
11471 ac_preproc_ok=false
11472 for ac_cxx_preproc_warn_flag in '' yes
11473 do
11474 # Use a header file that comes with gcc, so configuring glibc
11475 # with a fresh cross-compiler works.
11476 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11477 # <limits.h> exists even on freestanding compilers.
11478 # On the NeXT, cc -E runs the code through the compiler's parser,
11479 # not just through cpp. "Syntax error" is here to catch this case.
11480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11481 /* end confdefs.h. */
11482 #ifdef __STDC__
11483 # include <limits.h>
11484 #else
11485 # include <assert.h>
11486 #endif
11487 Syntax error
11488 _ACEOF
11489 if ac_fn_cxx_try_cpp "$LINENO"; then :
11490
11491 else
11492 # Broken: fails on valid input.
11493 continue
11494 fi
11495 rm -f conftest.err conftest.i conftest.$ac_ext
11496
11497 # OK, works on sane cases. Now check whether nonexistent headers
11498 # can be detected and how.
11499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11500 /* end confdefs.h. */
11501 #include <ac_nonexistent.h>
11502 _ACEOF
11503 if ac_fn_cxx_try_cpp "$LINENO"; then :
11504 # Broken: success on invalid input.
11505 continue
11506 else
11507 # Passes both tests.
11508 ac_preproc_ok=:
11509 break
11510 fi
11511 rm -f conftest.err conftest.i conftest.$ac_ext
11512
11513 done
11514 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11515 rm -f conftest.i conftest.err conftest.$ac_ext
11516 if $ac_preproc_ok; then :
11517
11518 else
11519 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11520 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11521 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
11522 See \`config.log' for more details" "$LINENO" 5; }
11523 fi
11524
11525 ac_ext=c
11526 ac_cpp='$CPP $CPPFLAGS'
11527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11530
11531 else
11532 _lt_caught_CXX_error=yes
11533 fi
11534
11535 ac_ext=cpp
11536 ac_cpp='$CXXCPP $CPPFLAGS'
11537 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11538 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11539 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11540
11541 archive_cmds_need_lc_CXX=no
11542 allow_undefined_flag_CXX=
11543 always_export_symbols_CXX=no
11544 archive_expsym_cmds_CXX=
11545 compiler_needs_object_CXX=no
11546 export_dynamic_flag_spec_CXX=
11547 hardcode_direct_CXX=no
11548 hardcode_direct_absolute_CXX=no
11549 hardcode_libdir_flag_spec_CXX=
11550 hardcode_libdir_flag_spec_ld_CXX=
11551 hardcode_libdir_separator_CXX=
11552 hardcode_minus_L_CXX=no
11553 hardcode_shlibpath_var_CXX=unsupported
11554 hardcode_automatic_CXX=no
11555 inherit_rpath_CXX=no
11556 module_cmds_CXX=
11557 module_expsym_cmds_CXX=
11558 link_all_deplibs_CXX=unknown
11559 old_archive_cmds_CXX=$old_archive_cmds
11560 reload_flag_CXX=$reload_flag
11561 reload_cmds_CXX=$reload_cmds
11562 no_undefined_flag_CXX=
11563 whole_archive_flag_spec_CXX=
11564 enable_shared_with_static_runtimes_CXX=no
11565
11566 # Source file extension for C++ test sources.
11567 ac_ext=cpp
11568
11569 # Object file extension for compiled C++ test sources.
11570 objext=o
11571 objext_CXX=$objext
11572
11573 # No sense in running all these tests if we already determined that
11574 # the CXX compiler isn't working. Some variables (like enable_shared)
11575 # are currently assumed to apply to all compilers on this platform,
11576 # and will be corrupted by setting them based on a non-working compiler.
11577 if test "$_lt_caught_CXX_error" != yes; then
11578 # Code to be used in simple compile tests
11579 lt_simple_compile_test_code="int some_variable = 0;"
11580
11581 # Code to be used in simple link tests
11582 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11583
11584 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11585
11586
11587
11588
11589
11590
11591 # If no C compiler was specified, use CC.
11592 LTCC=${LTCC-"$CC"}
11593
11594 # If no C compiler flags were specified, use CFLAGS.
11595 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11596
11597 # Allow CC to be a program name with arguments.
11598 compiler=$CC
11599
11600
11601 # save warnings/boilerplate of simple test code
11602 ac_outfile=conftest.$ac_objext
11603 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11604 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11605 _lt_compiler_boilerplate=`cat conftest.err`
11606 $RM conftest*
11607
11608 ac_outfile=conftest.$ac_objext
11609 echo "$lt_simple_link_test_code" >conftest.$ac_ext
11610 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11611 _lt_linker_boilerplate=`cat conftest.err`
11612 $RM -r conftest*
11613
11614
11615 # Allow CC to be a program name with arguments.
11616 lt_save_CC=$CC
11617 lt_save_LD=$LD
11618 lt_save_GCC=$GCC
11619 GCC=$GXX
11620 lt_save_with_gnu_ld=$with_gnu_ld
11621 lt_save_path_LD=$lt_cv_path_LD
11622 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11623 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11624 else
11625 $as_unset lt_cv_prog_gnu_ld
11626 fi
11627 if test -n "${lt_cv_path_LDCXX+set}"; then
11628 lt_cv_path_LD=$lt_cv_path_LDCXX
11629 else
11630 $as_unset lt_cv_path_LD
11631 fi
11632 test -z "${LDCXX+set}" || LD=$LDCXX
11633 CC=${CXX-"c++"}
11634 compiler=$CC
11635 compiler_CXX=$CC
11636 for cc_temp in $compiler""; do
11637 case $cc_temp in
11638 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11639 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11640 \-*) ;;
11641 *) break;;
11642 esac
11643 done
11644 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11645
11646
11647 if test -n "$compiler"; then
11648 # We don't want -fno-exception when compiling C++ code, so set the
11649 # no_builtin_flag separately
11650 if test "$GXX" = yes; then
11651 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11652 else
11653 lt_prog_compiler_no_builtin_flag_CXX=
11654 fi
11655
11656 if test "$GXX" = yes; then
11657 # Set up default GNU C++ configuration
11658
11659
11660
11661 # Check whether --with-gnu-ld was given.
11662 if test "${with_gnu_ld+set}" = set; then :
11663 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11664 else
11665 with_gnu_ld=no
11666 fi
11667
11668 ac_prog=ld
11669 if test "$GCC" = yes; then
11670 # Check if gcc -print-prog-name=ld gives a path.
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11672 $as_echo_n "checking for ld used by $CC... " >&6; }
11673 case $host in
11674 *-*-mingw*)
11675 # gcc leaves a trailing carriage return which upsets mingw
11676 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11677 *)
11678 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11679 esac
11680 case $ac_prog in
11681 # Accept absolute paths.
11682 [\\/]* | ?:[\\/]*)
11683 re_direlt='/[^/][^/]*/\.\./'
11684 # Canonicalize the pathname of ld
11685 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
11686 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
11687 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
11688 done
11689 test -z "$LD" && LD="$ac_prog"
11690 ;;
11691 "")
11692 # If it fails, then pretend we aren't using GCC.
11693 ac_prog=ld
11694 ;;
11695 *)
11696 # If it is relative, then search for the first ld in PATH.
11697 with_gnu_ld=unknown
11698 ;;
11699 esac
11700 elif test "$with_gnu_ld" = yes; then
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11702 $as_echo_n "checking for GNU ld... " >&6; }
11703 else
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11705 $as_echo_n "checking for non-GNU ld... " >&6; }
11706 fi
11707 if ${lt_cv_path_LD+:} false; then :
11708 $as_echo_n "(cached) " >&6
11709 else
11710 if test -z "$LD"; then
11711 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11712 for ac_dir in $PATH; do
11713 IFS="$lt_save_ifs"
11714 test -z "$ac_dir" && ac_dir=.
11715 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11716 lt_cv_path_LD="$ac_dir/$ac_prog"
11717 # Check to see if the program is GNU ld. I'd rather use --version,
11718 # but apparently some variants of GNU ld only accept -v.
11719 # Break only if it was the GNU/non-GNU ld that we prefer.
11720 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11721 *GNU* | *'with BFD'*)
11722 test "$with_gnu_ld" != no && break
11723 ;;
11724 *)
11725 test "$with_gnu_ld" != yes && break
11726 ;;
11727 esac
11728 fi
11729 done
11730 IFS="$lt_save_ifs"
11731 else
11732 lt_cv_path_LD="$LD" # Let the user override the test with a path.
11733 fi
11734 fi
11735
11736 LD="$lt_cv_path_LD"
11737 if test -n "$LD"; then
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11739 $as_echo "$LD" >&6; }
11740 else
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11742 $as_echo "no" >&6; }
11743 fi
11744 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11746 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11747 if ${lt_cv_prog_gnu_ld+:} false; then :
11748 $as_echo_n "(cached) " >&6
11749 else
11750 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11751 case `$LD -v 2>&1 </dev/null` in
11752 *GNU* | *'with BFD'*)
11753 lt_cv_prog_gnu_ld=yes
11754 ;;
11755 *)
11756 lt_cv_prog_gnu_ld=no
11757 ;;
11758 esac
11759 fi
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
11761 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
11762 with_gnu_ld=$lt_cv_prog_gnu_ld
11763
11764
11765
11766
11767
11768
11769
11770 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11771 # archiving commands below assume that GNU ld is being used.
11772 if test "$with_gnu_ld" = yes; then
11773 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11774 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'
11775
11776 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11777 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
11778
11779 # If archive_cmds runs LD, not CC, wlarc should be empty
11780 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11781 # investigate it a little bit more. (MM)
11782 wlarc='${wl}'
11783
11784 # ancient GNU ld didn't support --whole-archive et. al.
11785 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
11786 $GREP 'no-whole-archive' > /dev/null; then
11787 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11788 else
11789 whole_archive_flag_spec_CXX=
11790 fi
11791 else
11792 with_gnu_ld=no
11793 wlarc=
11794
11795 # A generic and very simple default shared library creation
11796 # command for GNU C++ for the case where it uses the native
11797 # linker, instead of GNU ld. If possible, this setting should
11798 # overridden to take advantage of the native linker features on
11799 # the platform it is being used on.
11800 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11801 fi
11802
11803 # Commands to make compiler produce verbose output that lists
11804 # what "hidden" libraries, object files and flags are used when
11805 # linking a shared library.
11806 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
11807
11808 else
11809 GXX=no
11810 with_gnu_ld=no
11811 wlarc=
11812 fi
11813
11814 # PORTME: fill in a description of your system's C++ link characteristics
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11816 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11817 ld_shlibs_CXX=yes
11818 case $host_os in
11819 aix3*)
11820 # FIXME: insert proper C++ library support
11821 ld_shlibs_CXX=no
11822 ;;
11823 aix[4-9]*)
11824 if test "$host_cpu" = ia64; then
11825 # On IA64, the linker does run time linking by default, so we don't
11826 # have to do anything special.
11827 aix_use_runtimelinking=no
11828 exp_sym_flag='-Bexport'
11829 no_entry_flag=""
11830 else
11831 aix_use_runtimelinking=no
11832
11833 # Test if we are trying to use run time linking or normal
11834 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11835 # need to do runtime linking.
11836 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11837 for ld_flag in $LDFLAGS; do
11838 case $ld_flag in
11839 *-brtl*)
11840 aix_use_runtimelinking=yes
11841 break
11842 ;;
11843 esac
11844 done
11845 ;;
11846 esac
11847
11848 exp_sym_flag='-bexport'
11849 no_entry_flag='-bnoentry'
11850 fi
11851
11852 # When large executables or shared objects are built, AIX ld can
11853 # have problems creating the table of contents. If linking a library
11854 # or program results in "error TOC overflow" add -mminimal-toc to
11855 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11856 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11857
11858 archive_cmds_CXX=''
11859 hardcode_direct_CXX=yes
11860 hardcode_direct_absolute_CXX=yes
11861 hardcode_libdir_separator_CXX=':'
11862 link_all_deplibs_CXX=yes
11863 file_list_spec_CXX='${wl}-f,'
11864
11865 if test "$GXX" = yes; then
11866 case $host_os in aix4.[012]|aix4.[012].*)
11867 # We only want to do this on AIX 4.2 and lower, the check
11868 # below for broken collect2 doesn't work under 4.3+
11869 collect2name=`${CC} -print-prog-name=collect2`
11870 if test -f "$collect2name" &&
11871 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11872 then
11873 # We have reworked collect2
11874 :
11875 else
11876 # We have old collect2
11877 hardcode_direct_CXX=unsupported
11878 # It fails to find uninstalled libraries when the uninstalled
11879 # path is not listed in the libpath. Setting hardcode_minus_L
11880 # to unsupported forces relinking
11881 hardcode_minus_L_CXX=yes
11882 hardcode_libdir_flag_spec_CXX='-L$libdir'
11883 hardcode_libdir_separator_CXX=
11884 fi
11885 esac
11886 shared_flag='-shared'
11887 if test "$aix_use_runtimelinking" = yes; then
11888 shared_flag="$shared_flag "'${wl}-G'
11889 fi
11890 else
11891 # not using gcc
11892 if test "$host_cpu" = ia64; then
11893 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11894 # chokes on -Wl,-G. The following line is correct:
11895 shared_flag='-G'
11896 else
11897 if test "$aix_use_runtimelinking" = yes; then
11898 shared_flag='${wl}-G'
11899 else
11900 shared_flag='${wl}-bM:SRE'
11901 fi
11902 fi
11903 fi
11904
11905 export_dynamic_flag_spec_CXX='${wl}-bexpall'
11906 # It seems that -bexpall does not export symbols beginning with
11907 # underscore (_), so it is better to generate a list of symbols to
11908 # export.
11909 always_export_symbols_CXX=yes
11910 if test "$aix_use_runtimelinking" = yes; then
11911 # Warning - without using the other runtime loading flags (-brtl),
11912 # -berok will link without error, but may produce a broken library.
11913 allow_undefined_flag_CXX='-berok'
11914 # Determine the default libpath from the value encoded in an empty
11915 # executable.
11916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11917 /* end confdefs.h. */
11918
11919 int
11920 main ()
11921 {
11922
11923 ;
11924 return 0;
11925 }
11926 _ACEOF
11927 if ac_fn_cxx_try_link "$LINENO"; then :
11928
11929 lt_aix_libpath_sed='
11930 /Import File Strings/,/^$/ {
11931 /^0/ {
11932 s/^0 *\(.*\)$/\1/
11933 p
11934 }
11935 }'
11936 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11937 # Check for a 64-bit object if we didn't find anything.
11938 if test -z "$aix_libpath"; then
11939 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11940 fi
11941 fi
11942 rm -f core conftest.err conftest.$ac_objext \
11943 conftest$ac_exeext conftest.$ac_ext
11944 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11945
11946 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11947
11948 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"
11949 else
11950 if test "$host_cpu" = ia64; then
11951 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
11952 allow_undefined_flag_CXX="-z nodefs"
11953 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"
11954 else
11955 # Determine the default libpath from the value encoded in an
11956 # empty executable.
11957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11958 /* end confdefs.h. */
11959
11960 int
11961 main ()
11962 {
11963
11964 ;
11965 return 0;
11966 }
11967 _ACEOF
11968 if ac_fn_cxx_try_link "$LINENO"; then :
11969
11970 lt_aix_libpath_sed='
11971 /Import File Strings/,/^$/ {
11972 /^0/ {
11973 s/^0 *\(.*\)$/\1/
11974 p
11975 }
11976 }'
11977 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11978 # Check for a 64-bit object if we didn't find anything.
11979 if test -z "$aix_libpath"; then
11980 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11981 fi
11982 fi
11983 rm -f core conftest.err conftest.$ac_objext \
11984 conftest$ac_exeext conftest.$ac_ext
11985 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11986
11987 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11988 # Warning - without using the other run time loading flags,
11989 # -berok will link without error, but may produce a broken library.
11990 no_undefined_flag_CXX=' ${wl}-bernotok'
11991 allow_undefined_flag_CXX=' ${wl}-berok'
11992 if test "$with_gnu_ld" = yes; then
11993 # We only use this code for GNU lds that support --whole-archive.
11994 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11995 else
11996 # Exported symbols can be pulled into shared objects from archives
11997 whole_archive_flag_spec_CXX='$convenience'
11998 fi
11999 archive_cmds_need_lc_CXX=yes
12000 # This is similar to how AIX traditionally builds its shared
12001 # libraries.
12002 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'
12003 fi
12004 fi
12005 ;;
12006
12007 beos*)
12008 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12009 allow_undefined_flag_CXX=unsupported
12010 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12011 # support --undefined. This deserves some investigation. FIXME
12012 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12013 else
12014 ld_shlibs_CXX=no
12015 fi
12016 ;;
12017
12018 chorus*)
12019 case $cc_basename in
12020 *)
12021 # FIXME: insert proper C++ library support
12022 ld_shlibs_CXX=no
12023 ;;
12024 esac
12025 ;;
12026
12027 cygwin* | mingw* | pw32* | cegcc*)
12028 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12029 # as there is no search path for DLLs.
12030 hardcode_libdir_flag_spec_CXX='-L$libdir'
12031 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12032 allow_undefined_flag_CXX=unsupported
12033 always_export_symbols_CXX=no
12034 enable_shared_with_static_runtimes_CXX=yes
12035
12036 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12037 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'
12038 # If the export-symbols file already is a .def file (1st line
12039 # is EXPORTS), use it as is; otherwise, prepend...
12040 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12041 cp $export_symbols $output_objdir/$soname.def;
12042 else
12043 echo EXPORTS > $output_objdir/$soname.def;
12044 cat $export_symbols >> $output_objdir/$soname.def;
12045 fi~
12046 $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'
12047 else
12048 ld_shlibs_CXX=no
12049 fi
12050 ;;
12051 darwin* | rhapsody*)
12052
12053
12054 archive_cmds_need_lc_CXX=no
12055 hardcode_direct_CXX=no
12056 hardcode_automatic_CXX=yes
12057 hardcode_shlibpath_var_CXX=unsupported
12058 if test "$lt_cv_ld_force_load" = "yes"; then
12059 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\"`'
12060 else
12061 whole_archive_flag_spec_CXX=''
12062 fi
12063 link_all_deplibs_CXX=yes
12064 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12065 case $cc_basename in
12066 ifort*) _lt_dar_can_shared=yes ;;
12067 *) _lt_dar_can_shared=$GCC ;;
12068 esac
12069 if test "$_lt_dar_can_shared" = "yes"; then
12070 output_verbose_link_cmd=func_echo_all
12071 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}"
12072 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12073 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}"
12074 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}"
12075 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12076 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}"
12077 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12078 fi
12079
12080 else
12081 ld_shlibs_CXX=no
12082 fi
12083
12084 ;;
12085
12086 dgux*)
12087 case $cc_basename in
12088 ec++*)
12089 # FIXME: insert proper C++ library support
12090 ld_shlibs_CXX=no
12091 ;;
12092 ghcx*)
12093 # Green Hills C++ Compiler
12094 # FIXME: insert proper C++ library support
12095 ld_shlibs_CXX=no
12096 ;;
12097 *)
12098 # FIXME: insert proper C++ library support
12099 ld_shlibs_CXX=no
12100 ;;
12101 esac
12102 ;;
12103
12104 freebsd2.*)
12105 # C++ shared libraries reported to be fairly broken before
12106 # switch to ELF
12107 ld_shlibs_CXX=no
12108 ;;
12109
12110 freebsd-elf*)
12111 archive_cmds_need_lc_CXX=no
12112 ;;
12113
12114 freebsd* | dragonfly*)
12115 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12116 # conventions
12117 ld_shlibs_CXX=yes
12118 ;;
12119
12120 gnu*)
12121 ;;
12122
12123 haiku*)
12124 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12125 link_all_deplibs_CXX=yes
12126 ;;
12127
12128 hpux9*)
12129 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12130 hardcode_libdir_separator_CXX=:
12131 export_dynamic_flag_spec_CXX='${wl}-E'
12132 hardcode_direct_CXX=yes
12133 hardcode_minus_L_CXX=yes # Not in the search PATH,
12134 # but as the default
12135 # location of the library.
12136
12137 case $cc_basename in
12138 CC*)
12139 # FIXME: insert proper C++ library support
12140 ld_shlibs_CXX=no
12141 ;;
12142 aCC*)
12143 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'
12144 # Commands to make compiler produce verbose output that lists
12145 # what "hidden" libraries, object files and flags are used when
12146 # linking a shared library.
12147 #
12148 # There doesn't appear to be a way to prevent this compiler from
12149 # explicitly linking system object files so we need to strip them
12150 # from the output so that they don't get included in the library
12151 # dependencies.
12152 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12153 ;;
12154 *)
12155 if test "$GXX" = yes; then
12156 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'
12157 else
12158 # FIXME: insert proper C++ library support
12159 ld_shlibs_CXX=no
12160 fi
12161 ;;
12162 esac
12163 ;;
12164
12165 hpux10*|hpux11*)
12166 if test $with_gnu_ld = no; then
12167 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12168 hardcode_libdir_separator_CXX=:
12169
12170 case $host_cpu in
12171 hppa*64*|ia64*)
12172 ;;
12173 *)
12174 export_dynamic_flag_spec_CXX='${wl}-E'
12175 ;;
12176 esac
12177 fi
12178 case $host_cpu in
12179 hppa*64*|ia64*)
12180 hardcode_direct_CXX=no
12181 hardcode_shlibpath_var_CXX=no
12182 ;;
12183 *)
12184 hardcode_direct_CXX=yes
12185 hardcode_direct_absolute_CXX=yes
12186 hardcode_minus_L_CXX=yes # Not in the search PATH,
12187 # but as the default
12188 # location of the library.
12189 ;;
12190 esac
12191
12192 case $cc_basename in
12193 CC*)
12194 # FIXME: insert proper C++ library support
12195 ld_shlibs_CXX=no
12196 ;;
12197 aCC*)
12198 case $host_cpu in
12199 hppa*64*)
12200 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12201 ;;
12202 ia64*)
12203 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12204 ;;
12205 *)
12206 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12207 ;;
12208 esac
12209 # Commands to make compiler produce verbose output that lists
12210 # what "hidden" libraries, object files and flags are used when
12211 # linking a shared library.
12212 #
12213 # There doesn't appear to be a way to prevent this compiler from
12214 # explicitly linking system object files so we need to strip them
12215 # from the output so that they don't get included in the library
12216 # dependencies.
12217 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12218 ;;
12219 *)
12220 if test "$GXX" = yes; then
12221 if test $with_gnu_ld = no; then
12222 case $host_cpu in
12223 hppa*64*)
12224 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12225 ;;
12226 ia64*)
12227 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12228 ;;
12229 *)
12230 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'
12231 ;;
12232 esac
12233 fi
12234 else
12235 # FIXME: insert proper C++ library support
12236 ld_shlibs_CXX=no
12237 fi
12238 ;;
12239 esac
12240 ;;
12241
12242 interix[3-9]*)
12243 hardcode_direct_CXX=no
12244 hardcode_shlibpath_var_CXX=no
12245 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12246 export_dynamic_flag_spec_CXX='${wl}-E'
12247 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12248 # Instead, shared libraries are loaded at an image base (0x10000000 by
12249 # default) and relocated if they conflict, which is a slow very memory
12250 # consuming and fragmenting process. To avoid this, we pick a random,
12251 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12252 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12253 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'
12254 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'
12255 ;;
12256 irix5* | irix6*)
12257 case $cc_basename in
12258 CC*)
12259 # SGI C++
12260 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'
12261
12262 # Archives containing C++ object files must be created using
12263 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12264 # necessary to make sure instantiated templates are included
12265 # in the archive.
12266 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12267 ;;
12268 *)
12269 if test "$GXX" = yes; then
12270 if test "$with_gnu_ld" = no; then
12271 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12272 else
12273 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
12274 fi
12275 fi
12276 link_all_deplibs_CXX=yes
12277 ;;
12278 esac
12279 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12280 hardcode_libdir_separator_CXX=:
12281 inherit_rpath_CXX=yes
12282 ;;
12283
12284 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12285 case $cc_basename in
12286 KCC*)
12287 # Kuck and Associates, Inc. (KAI) C++ Compiler
12288
12289 # KCC will only create a shared library if the output file
12290 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12291 # to its proper name (with version) after linking.
12292 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'
12293 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'
12294 # Commands to make compiler produce verbose output that lists
12295 # what "hidden" libraries, object files and flags are used when
12296 # linking a shared library.
12297 #
12298 # There doesn't appear to be a way to prevent this compiler from
12299 # explicitly linking system object files so we need to strip them
12300 # from the output so that they don't get included in the library
12301 # dependencies.
12302 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"'
12303
12304 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12305 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12306
12307 # Archives containing C++ object files must be created using
12308 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12309 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12310 ;;
12311 icpc* | ecpc* )
12312 # Intel C++
12313 with_gnu_ld=yes
12314 # version 8.0 and above of icpc choke on multiply defined symbols
12315 # if we add $predep_objects and $postdep_objects, however 7.1 and
12316 # earlier do not add the objects themselves.
12317 case `$CC -V 2>&1` in
12318 *"Version 7."*)
12319 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12320 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'
12321 ;;
12322 *) # Version 8.0 or newer
12323 tmp_idyn=
12324 case $host_cpu in
12325 ia64*) tmp_idyn=' -i_dynamic';;
12326 esac
12327 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12328 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'
12329 ;;
12330 esac
12331 archive_cmds_need_lc_CXX=no
12332 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12333 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12334 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12335 ;;
12336 pgCC* | pgcpp*)
12337 # Portland Group C++ compiler
12338 case `$CC -V` in
12339 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12340 prelink_cmds_CXX='tpldir=Template.dir~
12341 rm -rf $tpldir~
12342 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12343 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
12344 old_archive_cmds_CXX='tpldir=Template.dir~
12345 rm -rf $tpldir~
12346 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12347 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
12348 $RANLIB $oldlib'
12349 archive_cmds_CXX='tpldir=Template.dir~
12350 rm -rf $tpldir~
12351 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12352 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12353 archive_expsym_cmds_CXX='tpldir=Template.dir~
12354 rm -rf $tpldir~
12355 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12356 $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'
12357 ;;
12358 *) # Version 6 and above use weak symbols
12359 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12360 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'
12361 ;;
12362 esac
12363
12364 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12365 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12366 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'
12367 ;;
12368 cxx*)
12369 # Compaq C++
12370 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12371 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'
12372
12373 runpath_var=LD_RUN_PATH
12374 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12375 hardcode_libdir_separator_CXX=:
12376
12377 # Commands to make compiler produce verbose output that lists
12378 # what "hidden" libraries, object files and flags are used when
12379 # linking a shared library.
12380 #
12381 # There doesn't appear to be a way to prevent this compiler from
12382 # explicitly linking system object files so we need to strip them
12383 # from the output so that they don't get included in the library
12384 # dependencies.
12385 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'
12386 ;;
12387 xl* | mpixl* | bgxl*)
12388 # IBM XL 8.0 on PPC, with GNU ld
12389 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12390 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12391 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12392 if test "x$supports_anon_versioning" = xyes; then
12393 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
12394 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12395 echo "local: *; };" >> $output_objdir/$libname.ver~
12396 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12397 fi
12398 ;;
12399 *)
12400 case `$CC -V 2>&1 | sed 5q` in
12401 *Sun\ C*)
12402 # Sun C++ 5.9
12403 no_undefined_flag_CXX=' -zdefs'
12404 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12405 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'
12406 hardcode_libdir_flag_spec_CXX='-R$libdir'
12407 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'
12408 compiler_needs_object_CXX=yes
12409
12410 # Not sure whether something based on
12411 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12412 # would be better.
12413 output_verbose_link_cmd='func_echo_all'
12414
12415 # Archives containing C++ object files must be created using
12416 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12417 # necessary to make sure instantiated templates are included
12418 # in the archive.
12419 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12420 ;;
12421 esac
12422 ;;
12423 esac
12424 ;;
12425
12426 lynxos*)
12427 # FIXME: insert proper C++ library support
12428 ld_shlibs_CXX=no
12429 ;;
12430
12431 m88k*)
12432 # FIXME: insert proper C++ library support
12433 ld_shlibs_CXX=no
12434 ;;
12435
12436 mvs*)
12437 case $cc_basename in
12438 cxx*)
12439 # FIXME: insert proper C++ library support
12440 ld_shlibs_CXX=no
12441 ;;
12442 *)
12443 # FIXME: insert proper C++ library support
12444 ld_shlibs_CXX=no
12445 ;;
12446 esac
12447 ;;
12448
12449 netbsd*)
12450 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12451 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12452 wlarc=
12453 hardcode_libdir_flag_spec_CXX='-R$libdir'
12454 hardcode_direct_CXX=yes
12455 hardcode_shlibpath_var_CXX=no
12456 fi
12457 # Workaround some broken pre-1.5 toolchains
12458 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12459 ;;
12460
12461 *nto* | *qnx*)
12462 ld_shlibs_CXX=yes
12463 ;;
12464
12465 openbsd2*)
12466 # C++ shared libraries are fairly broken
12467 ld_shlibs_CXX=no
12468 ;;
12469
12470 openbsd*)
12471 if test -f /usr/libexec/ld.so; then
12472 hardcode_direct_CXX=yes
12473 hardcode_shlibpath_var_CXX=no
12474 hardcode_direct_absolute_CXX=yes
12475 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12476 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12477 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12478 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12479 export_dynamic_flag_spec_CXX='${wl}-E'
12480 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12481 fi
12482 output_verbose_link_cmd=func_echo_all
12483 else
12484 ld_shlibs_CXX=no
12485 fi
12486 ;;
12487
12488 osf3* | osf4* | osf5*)
12489 case $cc_basename in
12490 KCC*)
12491 # Kuck and Associates, Inc. (KAI) C++ Compiler
12492
12493 # KCC will only create a shared library if the output file
12494 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12495 # to its proper name (with version) after linking.
12496 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'
12497
12498 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12499 hardcode_libdir_separator_CXX=:
12500
12501 # Archives containing C++ object files must be created using
12502 # the KAI C++ compiler.
12503 case $host in
12504 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
12505 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
12506 esac
12507 ;;
12508 RCC*)
12509 # Rational C++ 2.4.1
12510 # FIXME: insert proper C++ library support
12511 ld_shlibs_CXX=no
12512 ;;
12513 cxx*)
12514 case $host in
12515 osf3*)
12516 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12517 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'
12518 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12519 ;;
12520 *)
12521 allow_undefined_flag_CXX=' -expect_unresolved \*'
12522 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'
12523 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12524 echo "-hidden">> $lib.exp~
12525 $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~
12526 $RM $lib.exp'
12527 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12528 ;;
12529 esac
12530
12531 hardcode_libdir_separator_CXX=:
12532
12533 # Commands to make compiler produce verbose output that lists
12534 # what "hidden" libraries, object files and flags are used when
12535 # linking a shared library.
12536 #
12537 # There doesn't appear to be a way to prevent this compiler from
12538 # explicitly linking system object files so we need to strip them
12539 # from the output so that they don't get included in the library
12540 # dependencies.
12541 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12542 ;;
12543 *)
12544 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12545 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12546 case $host in
12547 osf3*)
12548 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12549 ;;
12550 *)
12551 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'
12552 ;;
12553 esac
12554
12555 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12556 hardcode_libdir_separator_CXX=:
12557
12558 # Commands to make compiler produce verbose output that lists
12559 # what "hidden" libraries, object files and flags are used when
12560 # linking a shared library.
12561 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12562
12563 else
12564 # FIXME: insert proper C++ library support
12565 ld_shlibs_CXX=no
12566 fi
12567 ;;
12568 esac
12569 ;;
12570
12571 psos*)
12572 # FIXME: insert proper C++ library support
12573 ld_shlibs_CXX=no
12574 ;;
12575
12576 sunos4*)
12577 case $cc_basename in
12578 CC*)
12579 # Sun C++ 4.x
12580 # FIXME: insert proper C++ library support
12581 ld_shlibs_CXX=no
12582 ;;
12583 lcc*)
12584 # Lucid
12585 # FIXME: insert proper C++ library support
12586 ld_shlibs_CXX=no
12587 ;;
12588 *)
12589 # FIXME: insert proper C++ library support
12590 ld_shlibs_CXX=no
12591 ;;
12592 esac
12593 ;;
12594
12595 solaris*)
12596 case $cc_basename in
12597 CC*)
12598 # Sun C++ 4.2, 5.x and Centerline C++
12599 archive_cmds_need_lc_CXX=yes
12600 no_undefined_flag_CXX=' -zdefs'
12601 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12602 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12603 $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'
12604
12605 hardcode_libdir_flag_spec_CXX='-R$libdir'
12606 hardcode_shlibpath_var_CXX=no
12607 case $host_os in
12608 solaris2.[0-5] | solaris2.[0-5].*) ;;
12609 *)
12610 # The compiler driver will combine and reorder linker options,
12611 # but understands `-z linker_flag'.
12612 # Supported since Solaris 2.6 (maybe 2.5.1?)
12613 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
12614 ;;
12615 esac
12616 link_all_deplibs_CXX=yes
12617
12618 output_verbose_link_cmd='func_echo_all'
12619
12620 # Archives containing C++ object files must be created using
12621 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12622 # necessary to make sure instantiated templates are included
12623 # in the archive.
12624 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12625 ;;
12626 gcx*)
12627 # Green Hills C++ Compiler
12628 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12629
12630 # The C++ compiler must be used to create the archive.
12631 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12632 ;;
12633 *)
12634 # GNU C++ compiler with Solaris linker
12635 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12636 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
12637 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
12638 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12639 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12640 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12641
12642 # Commands to make compiler produce verbose output that lists
12643 # what "hidden" libraries, object files and flags are used when
12644 # linking a shared library.
12645 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12646 else
12647 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12648 # platform.
12649 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12650 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12651 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12652
12653 # Commands to make compiler produce verbose output that lists
12654 # what "hidden" libraries, object files and flags are used when
12655 # linking a shared library.
12656 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12657 fi
12658
12659 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
12660 case $host_os in
12661 solaris2.[0-5] | solaris2.[0-5].*) ;;
12662 *)
12663 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12664 ;;
12665 esac
12666 fi
12667 ;;
12668 esac
12669 ;;
12670
12671 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12672 no_undefined_flag_CXX='${wl}-z,text'
12673 archive_cmds_need_lc_CXX=no
12674 hardcode_shlibpath_var_CXX=no
12675 runpath_var='LD_RUN_PATH'
12676
12677 case $cc_basename in
12678 CC*)
12679 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12680 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12681 ;;
12682 *)
12683 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12684 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12685 ;;
12686 esac
12687 ;;
12688
12689 sysv5* | sco3.2v5* | sco5v6*)
12690 # Note: We can NOT use -z defs as we might desire, because we do not
12691 # link with -lc, and that would cause any symbols used from libc to
12692 # always be unresolved, which means just about no library would
12693 # ever link correctly. If we're not using GNU ld we use -z text
12694 # though, which does catch some bad symbols but isn't as heavy-handed
12695 # as -z defs.
12696 no_undefined_flag_CXX='${wl}-z,text'
12697 allow_undefined_flag_CXX='${wl}-z,nodefs'
12698 archive_cmds_need_lc_CXX=no
12699 hardcode_shlibpath_var_CXX=no
12700 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
12701 hardcode_libdir_separator_CXX=':'
12702 link_all_deplibs_CXX=yes
12703 export_dynamic_flag_spec_CXX='${wl}-Bexport'
12704 runpath_var='LD_RUN_PATH'
12705
12706 case $cc_basename in
12707 CC*)
12708 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12709 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12710 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
12711 '"$old_archive_cmds_CXX"
12712 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
12713 '"$reload_cmds_CXX"
12714 ;;
12715 *)
12716 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12717 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12718 ;;
12719 esac
12720 ;;
12721
12722 tandem*)
12723 case $cc_basename in
12724 NCC*)
12725 # NonStop-UX NCC 3.20
12726 # FIXME: insert proper C++ library support
12727 ld_shlibs_CXX=no
12728 ;;
12729 *)
12730 # FIXME: insert proper C++ library support
12731 ld_shlibs_CXX=no
12732 ;;
12733 esac
12734 ;;
12735
12736 vxworks*)
12737 # FIXME: insert proper C++ library support
12738 ld_shlibs_CXX=no
12739 ;;
12740
12741 *)
12742 # FIXME: insert proper C++ library support
12743 ld_shlibs_CXX=no
12744 ;;
12745 esac
12746
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12748 $as_echo "$ld_shlibs_CXX" >&6; }
12749 test "$ld_shlibs_CXX" = no && can_build_shared=no
12750
12751 GCC_CXX="$GXX"
12752 LD_CXX="$LD"
12753
12754 ## CAVEAT EMPTOR:
12755 ## There is no encapsulation within the following macros, do not change
12756 ## the running order or otherwise move them around unless you know exactly
12757 ## what you are doing...
12758 # Dependencies to place before and after the object being linked:
12759 predep_objects_CXX=
12760 postdep_objects_CXX=
12761 predeps_CXX=
12762 postdeps_CXX=
12763 compiler_lib_search_path_CXX=
12764
12765 cat > conftest.$ac_ext <<_LT_EOF
12766 class Foo
12767 {
12768 public:
12769 Foo (void) { a = 0; }
12770 private:
12771 int a;
12772 };
12773 _LT_EOF
12774
12775 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12776 (eval $ac_compile) 2>&5
12777 ac_status=$?
12778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12779 test $ac_status = 0; }; then
12780 # Parse the compiler output and extract the necessary
12781 # objects, libraries and library flags.
12782
12783 # Sentinel used to keep track of whether or not we are before
12784 # the conftest object file.
12785 pre_test_object_deps_done=no
12786
12787 for p in `eval "$output_verbose_link_cmd"`; do
12788 case $p in
12789
12790 -L* | -R* | -l*)
12791 # Some compilers place space between "-{L,R}" and the path.
12792 # Remove the space.
12793 if test $p = "-L" ||
12794 test $p = "-R"; then
12795 prev=$p
12796 continue
12797 else
12798 prev=
12799 fi
12800
12801 if test "$pre_test_object_deps_done" = no; then
12802 case $p in
12803 -L* | -R*)
12804 # Internal compiler library paths should come after those
12805 # provided the user. The postdeps already come after the
12806 # user supplied libs so there is no need to process them.
12807 if test -z "$compiler_lib_search_path_CXX"; then
12808 compiler_lib_search_path_CXX="${prev}${p}"
12809 else
12810 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
12811 fi
12812 ;;
12813 # The "-l" case would never come before the object being
12814 # linked, so don't bother handling this case.
12815 esac
12816 else
12817 if test -z "$postdeps_CXX"; then
12818 postdeps_CXX="${prev}${p}"
12819 else
12820 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
12821 fi
12822 fi
12823 ;;
12824
12825 *.$objext)
12826 # This assumes that the test object file only shows up
12827 # once in the compiler output.
12828 if test "$p" = "conftest.$objext"; then
12829 pre_test_object_deps_done=yes
12830 continue
12831 fi
12832
12833 if test "$pre_test_object_deps_done" = no; then
12834 if test -z "$predep_objects_CXX"; then
12835 predep_objects_CXX="$p"
12836 else
12837 predep_objects_CXX="$predep_objects_CXX $p"
12838 fi
12839 else
12840 if test -z "$postdep_objects_CXX"; then
12841 postdep_objects_CXX="$p"
12842 else
12843 postdep_objects_CXX="$postdep_objects_CXX $p"
12844 fi
12845 fi
12846 ;;
12847
12848 *) ;; # Ignore the rest.
12849
12850 esac
12851 done
12852
12853 # Clean up.
12854 rm -f a.out a.exe
12855 else
12856 echo "libtool.m4: error: problem compiling CXX test program"
12857 fi
12858
12859 $RM -f confest.$objext
12860
12861 # PORTME: override above test on systems where it is broken
12862 case $host_os in
12863 interix[3-9]*)
12864 # Interix 3.5 installs completely hosed .la files for C++, so rather than
12865 # hack all around it, let's just trust "g++" to DTRT.
12866 predep_objects_CXX=
12867 postdep_objects_CXX=
12868 postdeps_CXX=
12869 ;;
12870
12871 linux*)
12872 case `$CC -V 2>&1 | sed 5q` in
12873 *Sun\ C*)
12874 # Sun C++ 5.9
12875
12876 # The more standards-conforming stlport4 library is
12877 # incompatible with the Cstd library. Avoid specifying
12878 # it if it's in CXXFLAGS. Ignore libCrun as
12879 # -library=stlport4 depends on it.
12880 case " $CXX $CXXFLAGS " in
12881 *" -library=stlport4 "*)
12882 solaris_use_stlport4=yes
12883 ;;
12884 esac
12885
12886 if test "$solaris_use_stlport4" != yes; then
12887 postdeps_CXX='-library=Cstd -library=Crun'
12888 fi
12889 ;;
12890 esac
12891 ;;
12892
12893 solaris*)
12894 case $cc_basename in
12895 CC*)
12896 # The more standards-conforming stlport4 library is
12897 # incompatible with the Cstd library. Avoid specifying
12898 # it if it's in CXXFLAGS. Ignore libCrun as
12899 # -library=stlport4 depends on it.
12900 case " $CXX $CXXFLAGS " in
12901 *" -library=stlport4 "*)
12902 solaris_use_stlport4=yes
12903 ;;
12904 esac
12905
12906 # Adding this requires a known-good setup of shared libraries for
12907 # Sun compiler versions before 5.6, else PIC objects from an old
12908 # archive will be linked into the output, leading to subtle bugs.
12909 if test "$solaris_use_stlport4" != yes; then
12910 postdeps_CXX='-library=Cstd -library=Crun'
12911 fi
12912 ;;
12913 esac
12914 ;;
12915 esac
12916
12917
12918 case " $postdeps_CXX " in
12919 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
12920 esac
12921 compiler_lib_search_dirs_CXX=
12922 if test -n "${compiler_lib_search_path_CXX}"; then
12923 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
12924 fi
12925
12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
12943
12944
12945
12946
12947
12948
12949
12950
12951
12952
12953
12954
12955
12956 lt_prog_compiler_wl_CXX=
12957 lt_prog_compiler_pic_CXX=
12958 lt_prog_compiler_static_CXX=
12959
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
12961 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12962
12963 # C++ specific cases for pic, static, wl, etc.
12964 if test "$GXX" = yes; then
12965 lt_prog_compiler_wl_CXX='-Wl,'
12966 lt_prog_compiler_static_CXX='-static'
12967
12968 case $host_os in
12969 aix*)
12970 # All AIX code is PIC.
12971 if test "$host_cpu" = ia64; then
12972 # AIX 5 now supports IA64 processor
12973 lt_prog_compiler_static_CXX='-Bstatic'
12974 fi
12975 lt_prog_compiler_pic_CXX='-fPIC'
12976 ;;
12977
12978 amigaos*)
12979 case $host_cpu in
12980 powerpc)
12981 # see comment about AmigaOS4 .so support
12982 lt_prog_compiler_pic_CXX='-fPIC'
12983 ;;
12984 m68k)
12985 # FIXME: we need at least 68020 code to build shared libraries, but
12986 # adding the `-m68020' flag to GCC prevents building anything better,
12987 # like `-m68040'.
12988 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
12989 ;;
12990 esac
12991 ;;
12992
12993 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
12994 # PIC is the default for these OSes.
12995 ;;
12996 mingw* | cygwin* | os2* | pw32* | cegcc*)
12997 # This hack is so that the source file can tell whether it is being
12998 # built for inclusion in a dll (and should export symbols for example).
12999 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13000 # (--disable-auto-import) libraries
13001 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13002 ;;
13003 darwin* | rhapsody*)
13004 # PIC is the default on this platform
13005 # Common symbols not allowed in MH_DYLIB files
13006 lt_prog_compiler_pic_CXX='-fno-common'
13007 ;;
13008 *djgpp*)
13009 # DJGPP does not support shared libraries at all
13010 lt_prog_compiler_pic_CXX=
13011 ;;
13012 haiku*)
13013 # PIC is the default for Haiku.
13014 # The "-static" flag exists, but is broken.
13015 lt_prog_compiler_static_CXX=
13016 ;;
13017 interix[3-9]*)
13018 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13019 # Instead, we relocate shared libraries at runtime.
13020 ;;
13021 sysv4*MP*)
13022 if test -d /usr/nec; then
13023 lt_prog_compiler_pic_CXX=-Kconform_pic
13024 fi
13025 ;;
13026 hpux*)
13027 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13028 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13029 # sets the default TLS model and affects inlining.
13030 case $host_cpu in
13031 hppa*64*)
13032 ;;
13033 *)
13034 lt_prog_compiler_pic_CXX='-fPIC'
13035 ;;
13036 esac
13037 ;;
13038 *qnx* | *nto*)
13039 # QNX uses GNU C++, but need to define -shared option too, otherwise
13040 # it will coredump.
13041 lt_prog_compiler_pic_CXX='-fPIC -shared'
13042 ;;
13043 *)
13044 lt_prog_compiler_pic_CXX='-fPIC'
13045 ;;
13046 esac
13047 else
13048 case $host_os in
13049 aix[4-9]*)
13050 # All AIX code is PIC.
13051 if test "$host_cpu" = ia64; then
13052 # AIX 5 now supports IA64 processor
13053 lt_prog_compiler_static_CXX='-Bstatic'
13054 else
13055 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13056 fi
13057 ;;
13058 chorus*)
13059 case $cc_basename in
13060 cxch68*)
13061 # Green Hills C++ Compiler
13062 # _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"
13063 ;;
13064 esac
13065 ;;
13066 dgux*)
13067 case $cc_basename in
13068 ec++*)
13069 lt_prog_compiler_pic_CXX='-KPIC'
13070 ;;
13071 ghcx*)
13072 # Green Hills C++ Compiler
13073 lt_prog_compiler_pic_CXX='-pic'
13074 ;;
13075 *)
13076 ;;
13077 esac
13078 ;;
13079 freebsd* | dragonfly*)
13080 # FreeBSD uses GNU C++
13081 ;;
13082 hpux9* | hpux10* | hpux11*)
13083 case $cc_basename in
13084 CC*)
13085 lt_prog_compiler_wl_CXX='-Wl,'
13086 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13087 if test "$host_cpu" != ia64; then
13088 lt_prog_compiler_pic_CXX='+Z'
13089 fi
13090 ;;
13091 aCC*)
13092 lt_prog_compiler_wl_CXX='-Wl,'
13093 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13094 case $host_cpu in
13095 hppa*64*|ia64*)
13096 # +Z the default
13097 ;;
13098 *)
13099 lt_prog_compiler_pic_CXX='+Z'
13100 ;;
13101 esac
13102 ;;
13103 *)
13104 ;;
13105 esac
13106 ;;
13107 interix*)
13108 # This is c89, which is MS Visual C++ (no shared libs)
13109 # Anyone wants to do a port?
13110 ;;
13111 irix5* | irix6* | nonstopux*)
13112 case $cc_basename in
13113 CC*)
13114 lt_prog_compiler_wl_CXX='-Wl,'
13115 lt_prog_compiler_static_CXX='-non_shared'
13116 # CC pic flag -KPIC is the default.
13117 ;;
13118 *)
13119 ;;
13120 esac
13121 ;;
13122 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13123 case $cc_basename in
13124 KCC*)
13125 # KAI C++ Compiler
13126 lt_prog_compiler_wl_CXX='--backend -Wl,'
13127 lt_prog_compiler_pic_CXX='-fPIC'
13128 ;;
13129 ecpc* )
13130 # old Intel C++ for x86_64 which still supported -KPIC.
13131 lt_prog_compiler_wl_CXX='-Wl,'
13132 lt_prog_compiler_pic_CXX='-KPIC'
13133 lt_prog_compiler_static_CXX='-static'
13134 ;;
13135 icpc* )
13136 # Intel C++, used to be incompatible with GCC.
13137 # ICC 10 doesn't accept -KPIC any more.
13138 lt_prog_compiler_wl_CXX='-Wl,'
13139 lt_prog_compiler_pic_CXX='-fPIC'
13140 lt_prog_compiler_static_CXX='-static'
13141 ;;
13142 pgCC* | pgcpp*)
13143 # Portland Group C++ compiler
13144 lt_prog_compiler_wl_CXX='-Wl,'
13145 lt_prog_compiler_pic_CXX='-fpic'
13146 lt_prog_compiler_static_CXX='-Bstatic'
13147 ;;
13148 cxx*)
13149 # Compaq C++
13150 # Make sure the PIC flag is empty. It appears that all Alpha
13151 # Linux and Compaq Tru64 Unix objects are PIC.
13152 lt_prog_compiler_pic_CXX=
13153 lt_prog_compiler_static_CXX='-non_shared'
13154 ;;
13155 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13156 # IBM XL 8.0, 9.0 on PPC and BlueGene
13157 lt_prog_compiler_wl_CXX='-Wl,'
13158 lt_prog_compiler_pic_CXX='-qpic'
13159 lt_prog_compiler_static_CXX='-qstaticlink'
13160 ;;
13161 *)
13162 case `$CC -V 2>&1 | sed 5q` in
13163 *Sun\ C*)
13164 # Sun C++ 5.9
13165 lt_prog_compiler_pic_CXX='-KPIC'
13166 lt_prog_compiler_static_CXX='-Bstatic'
13167 lt_prog_compiler_wl_CXX='-Qoption ld '
13168 ;;
13169 esac
13170 ;;
13171 esac
13172 ;;
13173 lynxos*)
13174 ;;
13175 m88k*)
13176 ;;
13177 mvs*)
13178 case $cc_basename in
13179 cxx*)
13180 lt_prog_compiler_pic_CXX='-W c,exportall'
13181 ;;
13182 *)
13183 ;;
13184 esac
13185 ;;
13186 netbsd*)
13187 ;;
13188 *qnx* | *nto*)
13189 # QNX uses GNU C++, but need to define -shared option too, otherwise
13190 # it will coredump.
13191 lt_prog_compiler_pic_CXX='-fPIC -shared'
13192 ;;
13193 osf3* | osf4* | osf5*)
13194 case $cc_basename in
13195 KCC*)
13196 lt_prog_compiler_wl_CXX='--backend -Wl,'
13197 ;;
13198 RCC*)
13199 # Rational C++ 2.4.1
13200 lt_prog_compiler_pic_CXX='-pic'
13201 ;;
13202 cxx*)
13203 # Digital/Compaq C++
13204 lt_prog_compiler_wl_CXX='-Wl,'
13205 # Make sure the PIC flag is empty. It appears that all Alpha
13206 # Linux and Compaq Tru64 Unix objects are PIC.
13207 lt_prog_compiler_pic_CXX=
13208 lt_prog_compiler_static_CXX='-non_shared'
13209 ;;
13210 *)
13211 ;;
13212 esac
13213 ;;
13214 psos*)
13215 ;;
13216 solaris*)
13217 case $cc_basename in
13218 CC*)
13219 # Sun C++ 4.2, 5.x and Centerline C++
13220 lt_prog_compiler_pic_CXX='-KPIC'
13221 lt_prog_compiler_static_CXX='-Bstatic'
13222 lt_prog_compiler_wl_CXX='-Qoption ld '
13223 ;;
13224 gcx*)
13225 # Green Hills C++ Compiler
13226 lt_prog_compiler_pic_CXX='-PIC'
13227 ;;
13228 *)
13229 ;;
13230 esac
13231 ;;
13232 sunos4*)
13233 case $cc_basename in
13234 CC*)
13235 # Sun C++ 4.x
13236 lt_prog_compiler_pic_CXX='-pic'
13237 lt_prog_compiler_static_CXX='-Bstatic'
13238 ;;
13239 lcc*)
13240 # Lucid
13241 lt_prog_compiler_pic_CXX='-pic'
13242 ;;
13243 *)
13244 ;;
13245 esac
13246 ;;
13247 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13248 case $cc_basename in
13249 CC*)
13250 lt_prog_compiler_wl_CXX='-Wl,'
13251 lt_prog_compiler_pic_CXX='-KPIC'
13252 lt_prog_compiler_static_CXX='-Bstatic'
13253 ;;
13254 esac
13255 ;;
13256 tandem*)
13257 case $cc_basename in
13258 NCC*)
13259 # NonStop-UX NCC 3.20
13260 lt_prog_compiler_pic_CXX='-KPIC'
13261 ;;
13262 *)
13263 ;;
13264 esac
13265 ;;
13266 vxworks*)
13267 ;;
13268 *)
13269 lt_prog_compiler_can_build_shared_CXX=no
13270 ;;
13271 esac
13272 fi
13273
13274 case $host_os in
13275 # For platforms which do not support PIC, -DPIC is meaningless:
13276 *djgpp*)
13277 lt_prog_compiler_pic_CXX=
13278 ;;
13279 *)
13280 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13281 ;;
13282 esac
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13284 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13285
13286
13287
13288 #
13289 # Check to make sure the PIC flag actually works.
13290 #
13291 if test -n "$lt_prog_compiler_pic_CXX"; then
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13293 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13294 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
13295 $as_echo_n "(cached) " >&6
13296 else
13297 lt_cv_prog_compiler_pic_works_CXX=no
13298 ac_outfile=conftest.$ac_objext
13299 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13300 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13301 # Insert the option either (1) after the last *FLAGS variable, or
13302 # (2) before a word containing "conftest.", or (3) at the end.
13303 # Note that $ac_compile itself does not contain backslashes and begins
13304 # with a dollar sign (not a hyphen), so the echo should work correctly.
13305 # The option is referenced via a variable to avoid confusing sed.
13306 lt_compile=`echo "$ac_compile" | $SED \
13307 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13308 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13309 -e 's:$: $lt_compiler_flag:'`
13310 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13311 (eval "$lt_compile" 2>conftest.err)
13312 ac_status=$?
13313 cat conftest.err >&5
13314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13315 if (exit $ac_status) && test -s "$ac_outfile"; then
13316 # The compiler can only warn and ignore the option if not recognized
13317 # So say no if there are warnings other than the usual output.
13318 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13319 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13320 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13321 lt_cv_prog_compiler_pic_works_CXX=yes
13322 fi
13323 fi
13324 $RM conftest*
13325
13326 fi
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13328 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13329
13330 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13331 case $lt_prog_compiler_pic_CXX in
13332 "" | " "*) ;;
13333 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13334 esac
13335 else
13336 lt_prog_compiler_pic_CXX=
13337 lt_prog_compiler_can_build_shared_CXX=no
13338 fi
13339
13340 fi
13341
13342
13343
13344 #
13345 # Check to make sure the static flag actually works.
13346 #
13347 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13349 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13350 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
13351 $as_echo_n "(cached) " >&6
13352 else
13353 lt_cv_prog_compiler_static_works_CXX=no
13354 save_LDFLAGS="$LDFLAGS"
13355 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13356 echo "$lt_simple_link_test_code" > conftest.$ac_ext
13357 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13358 # The linker can only warn and ignore the option if not recognized
13359 # So say no if there are warnings
13360 if test -s conftest.err; then
13361 # Append any errors to the config.log.
13362 cat conftest.err 1>&5
13363 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
13364 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13365 if diff conftest.exp conftest.er2 >/dev/null; then
13366 lt_cv_prog_compiler_static_works_CXX=yes
13367 fi
13368 else
13369 lt_cv_prog_compiler_static_works_CXX=yes
13370 fi
13371 fi
13372 $RM -r conftest*
13373 LDFLAGS="$save_LDFLAGS"
13374
13375 fi
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13377 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13378
13379 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13380 :
13381 else
13382 lt_prog_compiler_static_CXX=
13383 fi
13384
13385
13386
13387
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13389 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13390 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
13391 $as_echo_n "(cached) " >&6
13392 else
13393 lt_cv_prog_compiler_c_o_CXX=no
13394 $RM -r conftest 2>/dev/null
13395 mkdir conftest
13396 cd conftest
13397 mkdir out
13398 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13399
13400 lt_compiler_flag="-o out/conftest2.$ac_objext"
13401 # Insert the option either (1) after the last *FLAGS variable, or
13402 # (2) before a word containing "conftest.", or (3) at the end.
13403 # Note that $ac_compile itself does not contain backslashes and begins
13404 # with a dollar sign (not a hyphen), so the echo should work correctly.
13405 lt_compile=`echo "$ac_compile" | $SED \
13406 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13407 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13408 -e 's:$: $lt_compiler_flag:'`
13409 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13410 (eval "$lt_compile" 2>out/conftest.err)
13411 ac_status=$?
13412 cat out/conftest.err >&5
13413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13414 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13415 then
13416 # The compiler can only warn and ignore the option if not recognized
13417 # So say no if there are warnings
13418 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13419 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13420 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13421 lt_cv_prog_compiler_c_o_CXX=yes
13422 fi
13423 fi
13424 chmod u+w . 2>&5
13425 $RM conftest*
13426 # SGI C++ compiler will create directory out/ii_files/ for
13427 # template instantiation
13428 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13429 $RM out/* && rmdir out
13430 cd ..
13431 $RM -r conftest
13432 $RM conftest*
13433
13434 fi
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13436 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13437
13438
13439
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13441 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13442 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
13443 $as_echo_n "(cached) " >&6
13444 else
13445 lt_cv_prog_compiler_c_o_CXX=no
13446 $RM -r conftest 2>/dev/null
13447 mkdir conftest
13448 cd conftest
13449 mkdir out
13450 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13451
13452 lt_compiler_flag="-o out/conftest2.$ac_objext"
13453 # Insert the option either (1) after the last *FLAGS variable, or
13454 # (2) before a word containing "conftest.", or (3) at the end.
13455 # Note that $ac_compile itself does not contain backslashes and begins
13456 # with a dollar sign (not a hyphen), so the echo should work correctly.
13457 lt_compile=`echo "$ac_compile" | $SED \
13458 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13459 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13460 -e 's:$: $lt_compiler_flag:'`
13461 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13462 (eval "$lt_compile" 2>out/conftest.err)
13463 ac_status=$?
13464 cat out/conftest.err >&5
13465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13466 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13467 then
13468 # The compiler can only warn and ignore the option if not recognized
13469 # So say no if there are warnings
13470 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13471 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13472 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13473 lt_cv_prog_compiler_c_o_CXX=yes
13474 fi
13475 fi
13476 chmod u+w . 2>&5
13477 $RM conftest*
13478 # SGI C++ compiler will create directory out/ii_files/ for
13479 # template instantiation
13480 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13481 $RM out/* && rmdir out
13482 cd ..
13483 $RM -r conftest
13484 $RM conftest*
13485
13486 fi
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13488 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13489
13490
13491
13492
13493 hard_links="nottested"
13494 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13495 # do not overwrite the value of need_locks provided by the user
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13497 $as_echo_n "checking if we can lock with hard links... " >&6; }
13498 hard_links=yes
13499 $RM conftest*
13500 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13501 touch conftest.a
13502 ln conftest.a conftest.b 2>&5 || hard_links=no
13503 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13505 $as_echo "$hard_links" >&6; }
13506 if test "$hard_links" = no; then
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13508 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13509 need_locks=warn
13510 fi
13511 else
13512 need_locks=no
13513 fi
13514
13515
13516
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13518 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13519
13520 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13521 case $host_os in
13522 aix[4-9]*)
13523 # If we're using GNU nm, then we don't want the "-C" option.
13524 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13525 # Also, AIX nm treats weak defined symbols like other global defined
13526 # symbols, whereas GNU nm marks them as "W".
13527 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13528 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'
13529 else
13530 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13531 fi
13532 ;;
13533 pw32*)
13534 export_symbols_cmds_CXX="$ltdll_cmds"
13535 ;;
13536 cygwin* | mingw* | cegcc*)
13537 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
13538 ;;
13539 *)
13540 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13541 ;;
13542 esac
13543 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13544
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13546 $as_echo "$ld_shlibs_CXX" >&6; }
13547 test "$ld_shlibs_CXX" = no && can_build_shared=no
13548
13549 with_gnu_ld_CXX=$with_gnu_ld
13550
13551
13552
13553
13554
13555
13556 #
13557 # Do we need to explicitly link libc?
13558 #
13559 case "x$archive_cmds_need_lc_CXX" in
13560 x|xyes)
13561 # Assume -lc should be added
13562 archive_cmds_need_lc_CXX=yes
13563
13564 if test "$enable_shared" = yes && test "$GCC" = yes; then
13565 case $archive_cmds_CXX in
13566 *'~'*)
13567 # FIXME: we may have to deal with multi-command sequences.
13568 ;;
13569 '$CC '*)
13570 # Test whether the compiler implicitly links with -lc since on some
13571 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13572 # to ld, don't add -lc before -lgcc.
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13574 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13575 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
13576 $as_echo_n "(cached) " >&6
13577 else
13578 $RM conftest*
13579 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13580
13581 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13582 (eval $ac_compile) 2>&5
13583 ac_status=$?
13584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13585 test $ac_status = 0; } 2>conftest.err; then
13586 soname=conftest
13587 lib=conftest
13588 libobjs=conftest.$ac_objext
13589 deplibs=
13590 wl=$lt_prog_compiler_wl_CXX
13591 pic_flag=$lt_prog_compiler_pic_CXX
13592 compiler_flags=-v
13593 linker_flags=-v
13594 verstring=
13595 output_objdir=.
13596 libname=conftest
13597 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
13598 allow_undefined_flag_CXX=
13599 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13600 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13601 ac_status=$?
13602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13603 test $ac_status = 0; }
13604 then
13605 lt_cv_archive_cmds_need_lc_CXX=no
13606 else
13607 lt_cv_archive_cmds_need_lc_CXX=yes
13608 fi
13609 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
13610 else
13611 cat conftest.err 1>&5
13612 fi
13613 $RM conftest*
13614
13615 fi
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13617 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13618 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
13619 ;;
13620 esac
13621 fi
13622 ;;
13623 esac
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635
13636
13637
13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13689 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13690
13691 library_names_spec=
13692 libname_spec='lib$name'
13693 soname_spec=
13694 shrext_cmds=".so"
13695 postinstall_cmds=
13696 postuninstall_cmds=
13697 finish_cmds=
13698 finish_eval=
13699 shlibpath_var=
13700 shlibpath_overrides_runpath=unknown
13701 version_type=none
13702 dynamic_linker="$host_os ld.so"
13703 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13704 need_lib_prefix=unknown
13705 hardcode_into_libs=no
13706
13707 # when you set need_version to no, make sure it does not cause -set_version
13708 # flags to be left without arguments
13709 need_version=unknown
13710
13711 case $host_os in
13712 aix3*)
13713 version_type=linux
13714 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13715 shlibpath_var=LIBPATH
13716
13717 # AIX 3 has no versioning support, so we append a major version to the name.
13718 soname_spec='${libname}${release}${shared_ext}$major'
13719 ;;
13720
13721 aix[4-9]*)
13722 version_type=linux
13723 need_lib_prefix=no
13724 need_version=no
13725 hardcode_into_libs=yes
13726 if test "$host_cpu" = ia64; then
13727 # AIX 5 supports IA64
13728 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13729 shlibpath_var=LD_LIBRARY_PATH
13730 else
13731 # With GCC up to 2.95.x, collect2 would create an import file
13732 # for dependence libraries. The import file would start with
13733 # the line `#! .'. This would cause the generated library to
13734 # depend on `.', always an invalid library. This was fixed in
13735 # development snapshots of GCC prior to 3.0.
13736 case $host_os in
13737 aix4 | aix4.[01] | aix4.[01].*)
13738 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13739 echo ' yes '
13740 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
13741 :
13742 else
13743 can_build_shared=no
13744 fi
13745 ;;
13746 esac
13747 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13748 # soname into executable. Probably we can add versioning support to
13749 # collect2, so additional links can be useful in future.
13750 if test "$aix_use_runtimelinking" = yes; then
13751 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13752 # instead of lib<name>.a to let people know that these are not
13753 # typical AIX shared libraries.
13754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13755 else
13756 # We preserve .a as extension for shared libraries through AIX4.2
13757 # and later when we are not doing run time linking.
13758 library_names_spec='${libname}${release}.a $libname.a'
13759 soname_spec='${libname}${release}${shared_ext}$major'
13760 fi
13761 shlibpath_var=LIBPATH
13762 fi
13763 ;;
13764
13765 amigaos*)
13766 case $host_cpu in
13767 powerpc)
13768 # Since July 2007 AmigaOS4 officially supports .so libraries.
13769 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13771 ;;
13772 m68k)
13773 library_names_spec='$libname.ixlibrary $libname.a'
13774 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13775 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'
13776 ;;
13777 esac
13778 ;;
13779
13780 beos*)
13781 library_names_spec='${libname}${shared_ext}'
13782 dynamic_linker="$host_os ld.so"
13783 shlibpath_var=LIBRARY_PATH
13784 ;;
13785
13786 bsdi[45]*)
13787 version_type=linux
13788 need_version=no
13789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13790 soname_spec='${libname}${release}${shared_ext}$major'
13791 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13792 shlibpath_var=LD_LIBRARY_PATH
13793 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13794 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13795 # the default ld.so.conf also contains /usr/contrib/lib and
13796 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13797 # libtool to hard-code these into programs
13798 ;;
13799
13800 cygwin* | mingw* | pw32* | cegcc*)
13801 version_type=windows
13802 shrext_cmds=".dll"
13803 need_version=no
13804 need_lib_prefix=no
13805
13806 case $GCC,$host_os in
13807 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
13808 library_names_spec='$libname.dll.a'
13809 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13810 postinstall_cmds='base_file=`basename \${file}`~
13811 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13812 dldir=$destdir/`dirname \$dlpath`~
13813 test -d \$dldir || mkdir -p \$dldir~
13814 $install_prog $dir/$dlname \$dldir/$dlname~
13815 chmod a+x \$dldir/$dlname~
13816 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13817 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13818 fi'
13819 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13820 dlpath=$dir/\$dldll~
13821 $RM \$dlpath'
13822 shlibpath_overrides_runpath=yes
13823
13824 case $host_os in
13825 cygwin*)
13826 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13827 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13828
13829 ;;
13830 mingw* | cegcc*)
13831 # MinGW DLLs use traditional 'lib' prefix
13832 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13833 ;;
13834 pw32*)
13835 # pw32 DLLs use 'pw' prefix rather than 'lib'
13836 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13837 ;;
13838 esac
13839 ;;
13840
13841 *)
13842 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13843 ;;
13844 esac
13845 dynamic_linker='Win32 ld.exe'
13846 # FIXME: first we should search . and the directory the executable is in
13847 shlibpath_var=PATH
13848 ;;
13849
13850 darwin* | rhapsody*)
13851 dynamic_linker="$host_os dyld"
13852 version_type=darwin
13853 need_lib_prefix=no
13854 need_version=no
13855 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13856 soname_spec='${libname}${release}${major}$shared_ext'
13857 shlibpath_overrides_runpath=yes
13858 shlibpath_var=DYLD_LIBRARY_PATH
13859 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13860
13861 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13862 ;;
13863
13864 dgux*)
13865 version_type=linux
13866 need_lib_prefix=no
13867 need_version=no
13868 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13869 soname_spec='${libname}${release}${shared_ext}$major'
13870 shlibpath_var=LD_LIBRARY_PATH
13871 ;;
13872
13873 freebsd* | dragonfly*)
13874 # DragonFly does not have aout. When/if they implement a new
13875 # versioning mechanism, adjust this.
13876 if test -x /usr/bin/objformat; then
13877 objformat=`/usr/bin/objformat`
13878 else
13879 case $host_os in
13880 freebsd[23].*) objformat=aout ;;
13881 *) objformat=elf ;;
13882 esac
13883 fi
13884 version_type=freebsd-$objformat
13885 case $version_type in
13886 freebsd-elf*)
13887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13888 need_version=no
13889 need_lib_prefix=no
13890 ;;
13891 freebsd-*)
13892 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13893 need_version=yes
13894 ;;
13895 esac
13896 shlibpath_var=LD_LIBRARY_PATH
13897 case $host_os in
13898 freebsd2.*)
13899 shlibpath_overrides_runpath=yes
13900 ;;
13901 freebsd3.[01]* | freebsdelf3.[01]*)
13902 shlibpath_overrides_runpath=yes
13903 hardcode_into_libs=yes
13904 ;;
13905 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13906 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13907 shlibpath_overrides_runpath=no
13908 hardcode_into_libs=yes
13909 ;;
13910 *) # from 4.6 on, and DragonFly
13911 shlibpath_overrides_runpath=yes
13912 hardcode_into_libs=yes
13913 ;;
13914 esac
13915 ;;
13916
13917 haiku*)
13918 version_type=linux
13919 need_lib_prefix=no
13920 need_version=no
13921 dynamic_linker="$host_os runtime_loader"
13922 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13923 soname_spec='${libname}${release}${shared_ext}$major'
13924 shlibpath_var=LIBRARY_PATH
13925 shlibpath_overrides_runpath=yes
13926 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
13927 hardcode_into_libs=yes
13928 ;;
13929
13930 hpux9* | hpux10* | hpux11*)
13931 # Give a soname corresponding to the major version so that dld.sl refuses to
13932 # link against other versions.
13933 version_type=sunos
13934 need_lib_prefix=no
13935 need_version=no
13936 case $host_cpu in
13937 ia64*)
13938 shrext_cmds='.so'
13939 hardcode_into_libs=yes
13940 dynamic_linker="$host_os dld.so"
13941 shlibpath_var=LD_LIBRARY_PATH
13942 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13944 soname_spec='${libname}${release}${shared_ext}$major'
13945 if test "X$HPUX_IA64_MODE" = X32; then
13946 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13947 else
13948 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
13949 fi
13950 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13951 ;;
13952 hppa*64*)
13953 shrext_cmds='.sl'
13954 hardcode_into_libs=yes
13955 dynamic_linker="$host_os dld.sl"
13956 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
13957 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13958 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13959 soname_spec='${libname}${release}${shared_ext}$major'
13960 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13961 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13962 ;;
13963 *)
13964 shrext_cmds='.sl'
13965 dynamic_linker="$host_os dld.sl"
13966 shlibpath_var=SHLIB_PATH
13967 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
13971 esac
13972 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
13973 postinstall_cmds='chmod 555 $lib'
13974 # or fails outright, so override atomically:
13975 install_override_mode=555
13976 ;;
13977
13978 interix[3-9]*)
13979 version_type=linux
13980 need_lib_prefix=no
13981 need_version=no
13982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13983 soname_spec='${libname}${release}${shared_ext}$major'
13984 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
13985 shlibpath_var=LD_LIBRARY_PATH
13986 shlibpath_overrides_runpath=no
13987 hardcode_into_libs=yes
13988 ;;
13989
13990 irix5* | irix6* | nonstopux*)
13991 case $host_os in
13992 nonstopux*) version_type=nonstopux ;;
13993 *)
13994 if test "$lt_cv_prog_gnu_ld" = yes; then
13995 version_type=linux
13996 else
13997 version_type=irix
13998 fi ;;
13999 esac
14000 need_lib_prefix=no
14001 need_version=no
14002 soname_spec='${libname}${release}${shared_ext}$major'
14003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14004 case $host_os in
14005 irix5* | nonstopux*)
14006 libsuff= shlibsuff=
14007 ;;
14008 *)
14009 case $LD in # libtool.m4 will add one of these switches to LD
14010 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14011 libsuff= shlibsuff= libmagic=32-bit;;
14012 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14013 libsuff=32 shlibsuff=N32 libmagic=N32;;
14014 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14015 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14016 *) libsuff= shlibsuff= libmagic=never-match;;
14017 esac
14018 ;;
14019 esac
14020 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14021 shlibpath_overrides_runpath=no
14022 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14023 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14024 hardcode_into_libs=yes
14025 ;;
14026
14027 # No shared lib support for Linux oldld, aout, or coff.
14028 linux*oldld* | linux*aout* | linux*coff*)
14029 dynamic_linker=no
14030 ;;
14031
14032 # This must be Linux ELF.
14033
14034 # uclinux* changes (here and below) have been submitted to the libtool
14035 # project, but have not yet been accepted: they are GCC-local changes
14036 # for the time being. (See
14037 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
14038 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
14039 version_type=linux
14040 need_lib_prefix=no
14041 need_version=no
14042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14043 soname_spec='${libname}${release}${shared_ext}$major'
14044 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14045 shlibpath_var=LD_LIBRARY_PATH
14046 shlibpath_overrides_runpath=no
14047
14048 # Some binutils ld are patched to set DT_RUNPATH
14049 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
14050 $as_echo_n "(cached) " >&6
14051 else
14052 lt_cv_shlibpath_overrides_runpath=no
14053 save_LDFLAGS=$LDFLAGS
14054 save_libdir=$libdir
14055 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14056 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058 /* end confdefs.h. */
14059
14060 int
14061 main ()
14062 {
14063
14064 ;
14065 return 0;
14066 }
14067 _ACEOF
14068 if ac_fn_cxx_try_link "$LINENO"; then :
14069 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14070 lt_cv_shlibpath_overrides_runpath=yes
14071 fi
14072 fi
14073 rm -f core conftest.err conftest.$ac_objext \
14074 conftest$ac_exeext conftest.$ac_ext
14075 LDFLAGS=$save_LDFLAGS
14076 libdir=$save_libdir
14077
14078 fi
14079
14080 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14081
14082 # This implies no fast_install, which is unacceptable.
14083 # Some rework will be needed to allow for fast_install
14084 # before this can be enabled.
14085 hardcode_into_libs=yes
14086
14087 # Append ld.so.conf contents to the search path
14088 if test -f /etc/ld.so.conf; then
14089 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' ' '`
14090 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14091 fi
14092
14093 # We used to test for /lib/ld.so.1 and disable shared libraries on
14094 # powerpc, because MkLinux only supported shared libraries with the
14095 # GNU dynamic linker. Since this was broken with cross compilers,
14096 # most powerpc-linux boxes support dynamic linking these days and
14097 # people can always --disable-shared, the test was removed, and we
14098 # assume the GNU/Linux dynamic linker is in use.
14099 dynamic_linker='GNU/Linux ld.so'
14100 ;;
14101
14102 netbsd*)
14103 version_type=sunos
14104 need_lib_prefix=no
14105 need_version=no
14106 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14108 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14109 dynamic_linker='NetBSD (a.out) ld.so'
14110 else
14111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14112 soname_spec='${libname}${release}${shared_ext}$major'
14113 dynamic_linker='NetBSD ld.elf_so'
14114 fi
14115 shlibpath_var=LD_LIBRARY_PATH
14116 shlibpath_overrides_runpath=yes
14117 hardcode_into_libs=yes
14118 ;;
14119
14120 newsos6)
14121 version_type=linux
14122 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14123 shlibpath_var=LD_LIBRARY_PATH
14124 shlibpath_overrides_runpath=yes
14125 ;;
14126
14127 *nto* | *qnx*)
14128 version_type=qnx
14129 need_lib_prefix=no
14130 need_version=no
14131 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14132 soname_spec='${libname}${release}${shared_ext}$major'
14133 shlibpath_var=LD_LIBRARY_PATH
14134 shlibpath_overrides_runpath=no
14135 hardcode_into_libs=yes
14136 dynamic_linker='ldqnx.so'
14137 ;;
14138
14139 openbsd*)
14140 version_type=sunos
14141 sys_lib_dlsearch_path_spec="/usr/lib"
14142 need_lib_prefix=no
14143 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14144 case $host_os in
14145 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14146 *) need_version=no ;;
14147 esac
14148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14149 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14150 shlibpath_var=LD_LIBRARY_PATH
14151 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14152 case $host_os in
14153 openbsd2.[89] | openbsd2.[89].*)
14154 shlibpath_overrides_runpath=no
14155 ;;
14156 *)
14157 shlibpath_overrides_runpath=yes
14158 ;;
14159 esac
14160 else
14161 shlibpath_overrides_runpath=yes
14162 fi
14163 ;;
14164
14165 os2*)
14166 libname_spec='$name'
14167 shrext_cmds=".dll"
14168 need_lib_prefix=no
14169 library_names_spec='$libname${shared_ext} $libname.a'
14170 dynamic_linker='OS/2 ld.exe'
14171 shlibpath_var=LIBPATH
14172 ;;
14173
14174 osf3* | osf4* | osf5*)
14175 version_type=osf
14176 need_lib_prefix=no
14177 need_version=no
14178 soname_spec='${libname}${release}${shared_ext}$major'
14179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14180 shlibpath_var=LD_LIBRARY_PATH
14181 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14182 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14183 ;;
14184
14185 rdos*)
14186 dynamic_linker=no
14187 ;;
14188
14189 solaris*)
14190 version_type=linux
14191 need_lib_prefix=no
14192 need_version=no
14193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14194 soname_spec='${libname}${release}${shared_ext}$major'
14195 shlibpath_var=LD_LIBRARY_PATH
14196 shlibpath_overrides_runpath=yes
14197 hardcode_into_libs=yes
14198 # ldd complains unless libraries are executable
14199 postinstall_cmds='chmod +x $lib'
14200 ;;
14201
14202 sunos4*)
14203 version_type=sunos
14204 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14205 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14206 shlibpath_var=LD_LIBRARY_PATH
14207 shlibpath_overrides_runpath=yes
14208 if test "$with_gnu_ld" = yes; then
14209 need_lib_prefix=no
14210 fi
14211 need_version=yes
14212 ;;
14213
14214 sysv4 | sysv4.3*)
14215 version_type=linux
14216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14217 soname_spec='${libname}${release}${shared_ext}$major'
14218 shlibpath_var=LD_LIBRARY_PATH
14219 case $host_vendor in
14220 sni)
14221 shlibpath_overrides_runpath=no
14222 need_lib_prefix=no
14223 runpath_var=LD_RUN_PATH
14224 ;;
14225 siemens)
14226 need_lib_prefix=no
14227 ;;
14228 motorola)
14229 need_lib_prefix=no
14230 need_version=no
14231 shlibpath_overrides_runpath=no
14232 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14233 ;;
14234 esac
14235 ;;
14236
14237 sysv4*MP*)
14238 if test -d /usr/nec ;then
14239 version_type=linux
14240 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14241 soname_spec='$libname${shared_ext}.$major'
14242 shlibpath_var=LD_LIBRARY_PATH
14243 fi
14244 ;;
14245
14246 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14247 version_type=freebsd-elf
14248 need_lib_prefix=no
14249 need_version=no
14250 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14251 soname_spec='${libname}${release}${shared_ext}$major'
14252 shlibpath_var=LD_LIBRARY_PATH
14253 shlibpath_overrides_runpath=yes
14254 hardcode_into_libs=yes
14255 if test "$with_gnu_ld" = yes; then
14256 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14257 else
14258 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14259 case $host_os in
14260 sco3.2v5*)
14261 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14262 ;;
14263 esac
14264 fi
14265 sys_lib_dlsearch_path_spec='/usr/lib'
14266 ;;
14267
14268 tpf*)
14269 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14270 version_type=linux
14271 need_lib_prefix=no
14272 need_version=no
14273 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14274 shlibpath_var=LD_LIBRARY_PATH
14275 shlibpath_overrides_runpath=no
14276 hardcode_into_libs=yes
14277 ;;
14278
14279 uts4*)
14280 version_type=linux
14281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14282 soname_spec='${libname}${release}${shared_ext}$major'
14283 shlibpath_var=LD_LIBRARY_PATH
14284 ;;
14285
14286 *)
14287 dynamic_linker=no
14288 ;;
14289 esac
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14291 $as_echo "$dynamic_linker" >&6; }
14292 test "$dynamic_linker" = no && can_build_shared=no
14293
14294 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14295 if test "$GCC" = yes; then
14296 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14297 fi
14298
14299 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14300 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14301 fi
14302 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14303 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14304 fi
14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
14329
14330
14331
14332
14333
14334
14335
14336
14337
14338
14339
14340
14341
14342
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14344 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14345 hardcode_action_CXX=
14346 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14347 test -n "$runpath_var_CXX" ||
14348 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14349
14350 # We can hardcode non-existent directories.
14351 if test "$hardcode_direct_CXX" != no &&
14352 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14353 # have to relink, otherwise we might link with an installed library
14354 # when we should be linking with a yet-to-be-installed one
14355 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14356 test "$hardcode_minus_L_CXX" != no; then
14357 # Linking always hardcodes the temporary library directory.
14358 hardcode_action_CXX=relink
14359 else
14360 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14361 hardcode_action_CXX=immediate
14362 fi
14363 else
14364 # We cannot hardcode anything, or else we can only hardcode existing
14365 # directories.
14366 hardcode_action_CXX=unsupported
14367 fi
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14369 $as_echo "$hardcode_action_CXX" >&6; }
14370
14371 if test "$hardcode_action_CXX" = relink ||
14372 test "$inherit_rpath_CXX" = yes; then
14373 # Fast installation is not supported
14374 enable_fast_install=no
14375 elif test "$shlibpath_overrides_runpath" = yes ||
14376 test "$enable_shared" = no; then
14377 # Fast installation is not necessary
14378 enable_fast_install=needless
14379 fi
14380
14381
14382
14383
14384
14385
14386
14387 fi # test -n "$compiler"
14388
14389 CC=$lt_save_CC
14390 LDCXX=$LD
14391 LD=$lt_save_LD
14392 GCC=$lt_save_GCC
14393 with_gnu_ld=$lt_save_with_gnu_ld
14394 lt_cv_path_LDCXX=$lt_cv_path_LD
14395 lt_cv_path_LD=$lt_save_path_LD
14396 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14397 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14398 fi # test "$_lt_caught_CXX_error" != yes
14399
14400 ac_ext=c
14401 ac_cpp='$CPP $CPPFLAGS'
14402 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14403 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14404 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14405
14406
14407
14408
14409
14410
14411
14412
14413
14414
14415
14416
14417
14418 ac_config_commands="$ac_config_commands libtool"
14419
14420
14421
14422
14423 # Only expand once:
14424
14425
14426 # Forbid libtool to hardcode RPATH, because we want to be able to specify
14427 # library search directory using LD_LIBRARY_PATH
14428 hardcode_into_libs=no
14429
14430
14431
14432 # Determine what GCC version number to use in filesystem paths.
14433
14434 get_gcc_base_ver="cat"
14435
14436 # Check whether --with-gcc-major-version-only was given.
14437 if test "${with_gcc_major_version_only+set}" = set; then :
14438 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
14439 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
14440 fi
14441
14442 fi
14443
14444
14445
14446
14447 # Must be last
14448 cat >confcache <<\_ACEOF
14449 # This file is a shell script that caches the results of configure
14450 # tests run on this system so they can be shared between configure
14451 # scripts and configure runs, see configure's option --config-cache.
14452 # It is not useful on other systems. If it contains results you don't
14453 # want to keep, you may remove or edit it.
14454 #
14455 # config.status only pays attention to the cache file if you give it
14456 # the --recheck option to rerun configure.
14457 #
14458 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14459 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14460 # following values.
14461
14462 _ACEOF
14463
14464 # The following way of writing the cache mishandles newlines in values,
14465 # but we know of no workaround that is simple, portable, and efficient.
14466 # So, we kill variables containing newlines.
14467 # Ultrix sh set writes to stderr and can't be redirected directly,
14468 # and sets the high bit in the cache file unless we assign to the vars.
14469 (
14470 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14471 eval ac_val=\$$ac_var
14472 case $ac_val in #(
14473 *${as_nl}*)
14474 case $ac_var in #(
14475 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14476 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14477 esac
14478 case $ac_var in #(
14479 _ | IFS | as_nl) ;; #(
14480 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14481 *) { eval $ac_var=; unset $ac_var;} ;;
14482 esac ;;
14483 esac
14484 done
14485
14486 (set) 2>&1 |
14487 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14488 *${as_nl}ac_space=\ *)
14489 # `set' does not quote correctly, so add quotes: double-quote
14490 # substitution turns \\\\ into \\, and sed turns \\ into \.
14491 sed -n \
14492 "s/'/'\\\\''/g;
14493 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14494 ;; #(
14495 *)
14496 # `set' quotes correctly as required by POSIX, so do not add quotes.
14497 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14498 ;;
14499 esac |
14500 sort
14501 ) |
14502 sed '
14503 /^ac_cv_env_/b end
14504 t clear
14505 :clear
14506 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14507 t end
14508 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14509 :end' >>confcache
14510 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14511 if test -w "$cache_file"; then
14512 if test "x$cache_file" != "x/dev/null"; then
14513 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14514 $as_echo "$as_me: updating cache $cache_file" >&6;}
14515 if test ! -f "$cache_file" || test -h "$cache_file"; then
14516 cat confcache >"$cache_file"
14517 else
14518 case $cache_file in #(
14519 */* | ?:*)
14520 mv -f confcache "$cache_file"$$ &&
14521 mv -f "$cache_file"$$ "$cache_file" ;; #(
14522 *)
14523 mv -f confcache "$cache_file" ;;
14524 esac
14525 fi
14526 fi
14527 else
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14529 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14530 fi
14531 fi
14532 rm -f confcache
14533
14534 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14535 # Let make expand exec_prefix.
14536 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14537
14538 # Transform confdefs.h into DEFS.
14539 # Protect against shell expansion while executing Makefile rules.
14540 # Protect against Makefile macro expansion.
14541 #
14542 # If the first sed substitution is executed (which looks for macros that
14543 # take arguments), then branch to the quote section. Otherwise,
14544 # look for a macro that doesn't take arguments.
14545 ac_script='
14546 :mline
14547 /\\$/{
14548 N
14549 s,\\\n,,
14550 b mline
14551 }
14552 t clear
14553 :clear
14554 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14555 t quote
14556 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14557 t quote
14558 b any
14559 :quote
14560 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14561 s/\[/\\&/g
14562 s/\]/\\&/g
14563 s/\$/$$/g
14564 H
14565 :any
14566 ${
14567 g
14568 s/^\n//
14569 s/\n/ /g
14570 p
14571 }
14572 '
14573 DEFS=`sed -n "$ac_script" confdefs.h`
14574
14575
14576 ac_libobjs=
14577 ac_ltlibobjs=
14578 U=
14579 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14580 # 1. Remove the extension, and $U if already installed.
14581 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14582 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14583 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14584 # will be set to the directory where LIBOBJS objects are built.
14585 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14586 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14587 done
14588 LIBOBJS=$ac_libobjs
14589
14590 LTLIBOBJS=$ac_ltlibobjs
14591
14592
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14594 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14595 if test -n "$am_sleep_pid"; then
14596 # Hide warnings about reused PIDs.
14597 wait $am_sleep_pid 2>/dev/null
14598 fi
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14600 $as_echo "done" >&6; }
14601 if test -n "$EXEEXT"; then
14602 am__EXEEXT_TRUE=
14603 am__EXEEXT_FALSE='#'
14604 else
14605 am__EXEEXT_TRUE='#'
14606 am__EXEEXT_FALSE=
14607 fi
14608
14609 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14610 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14611 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14612 fi
14613 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14614 as_fn_error $? "conditional \"AMDEP\" was never defined.
14615 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14616 fi
14617 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14618 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14619 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14620 fi
14621 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
14622 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
14623 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14624 fi
14625 if test -z "${PLUGIN_HOST_TRUE}" && test -z "${PLUGIN_HOST_FALSE}"; then
14626 as_fn_error $? "conditional \"PLUGIN_HOST\" was never defined.
14627 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14628 fi
14629
14630 : "${CONFIG_STATUS=./config.status}"
14631 ac_write_fail=0
14632 ac_clean_files_save=$ac_clean_files
14633 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14635 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14636 as_write_fail=0
14637 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14638 #! $SHELL
14639 # Generated by $as_me.
14640 # Run this file to recreate the current configuration.
14641 # Compiler output produced by configure, useful for debugging
14642 # configure, is in config.log if it exists.
14643
14644 debug=false
14645 ac_cs_recheck=false
14646 ac_cs_silent=false
14647
14648 SHELL=\${CONFIG_SHELL-$SHELL}
14649 export SHELL
14650 _ASEOF
14651 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14652 ## -------------------- ##
14653 ## M4sh Initialization. ##
14654 ## -------------------- ##
14655
14656 # Be more Bourne compatible
14657 DUALCASE=1; export DUALCASE # for MKS sh
14658 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14659 emulate sh
14660 NULLCMD=:
14661 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14662 # is contrary to our usage. Disable this feature.
14663 alias -g '${1+"$@"}'='"$@"'
14664 setopt NO_GLOB_SUBST
14665 else
14666 case `(set -o) 2>/dev/null` in #(
14667 *posix*) :
14668 set -o posix ;; #(
14669 *) :
14670 ;;
14671 esac
14672 fi
14673
14674
14675 as_nl='
14676 '
14677 export as_nl
14678 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14679 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14680 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14681 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14682 # Prefer a ksh shell builtin over an external printf program on Solaris,
14683 # but without wasting forks for bash or zsh.
14684 if test -z "$BASH_VERSION$ZSH_VERSION" \
14685 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14686 as_echo='print -r --'
14687 as_echo_n='print -rn --'
14688 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14689 as_echo='printf %s\n'
14690 as_echo_n='printf %s'
14691 else
14692 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14693 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14694 as_echo_n='/usr/ucb/echo -n'
14695 else
14696 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14697 as_echo_n_body='eval
14698 arg=$1;
14699 case $arg in #(
14700 *"$as_nl"*)
14701 expr "X$arg" : "X\\(.*\\)$as_nl";
14702 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14703 esac;
14704 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14705 '
14706 export as_echo_n_body
14707 as_echo_n='sh -c $as_echo_n_body as_echo'
14708 fi
14709 export as_echo_body
14710 as_echo='sh -c $as_echo_body as_echo'
14711 fi
14712
14713 # The user is always right.
14714 if test "${PATH_SEPARATOR+set}" != set; then
14715 PATH_SEPARATOR=:
14716 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14717 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14718 PATH_SEPARATOR=';'
14719 }
14720 fi
14721
14722
14723 # IFS
14724 # We need space, tab and new line, in precisely that order. Quoting is
14725 # there to prevent editors from complaining about space-tab.
14726 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14727 # splitting by setting IFS to empty value.)
14728 IFS=" "" $as_nl"
14729
14730 # Find who we are. Look in the path if we contain no directory separator.
14731 as_myself=
14732 case $0 in #((
14733 *[\\/]* ) as_myself=$0 ;;
14734 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14735 for as_dir in $PATH
14736 do
14737 IFS=$as_save_IFS
14738 test -z "$as_dir" && as_dir=.
14739 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14740 done
14741 IFS=$as_save_IFS
14742
14743 ;;
14744 esac
14745 # We did not find ourselves, most probably we were run as `sh COMMAND'
14746 # in which case we are not to be found in the path.
14747 if test "x$as_myself" = x; then
14748 as_myself=$0
14749 fi
14750 if test ! -f "$as_myself"; then
14751 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14752 exit 1
14753 fi
14754
14755 # Unset variables that we do not need and which cause bugs (e.g. in
14756 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14757 # suppresses any "Segmentation fault" message there. '((' could
14758 # trigger a bug in pdksh 5.2.14.
14759 for as_var in BASH_ENV ENV MAIL MAILPATH
14760 do eval test x\${$as_var+set} = xset \
14761 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14762 done
14763 PS1='$ '
14764 PS2='> '
14765 PS4='+ '
14766
14767 # NLS nuisances.
14768 LC_ALL=C
14769 export LC_ALL
14770 LANGUAGE=C
14771 export LANGUAGE
14772
14773 # CDPATH.
14774 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14775
14776
14777 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14778 # ----------------------------------------
14779 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14780 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14781 # script with STATUS, using 1 if that was 0.
14782 as_fn_error ()
14783 {
14784 as_status=$1; test $as_status -eq 0 && as_status=1
14785 if test "$4"; then
14786 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14787 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14788 fi
14789 $as_echo "$as_me: error: $2" >&2
14790 as_fn_exit $as_status
14791 } # as_fn_error
14792
14793
14794 # as_fn_set_status STATUS
14795 # -----------------------
14796 # Set $? to STATUS, without forking.
14797 as_fn_set_status ()
14798 {
14799 return $1
14800 } # as_fn_set_status
14801
14802 # as_fn_exit STATUS
14803 # -----------------
14804 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14805 as_fn_exit ()
14806 {
14807 set +e
14808 as_fn_set_status $1
14809 exit $1
14810 } # as_fn_exit
14811
14812 # as_fn_unset VAR
14813 # ---------------
14814 # Portably unset VAR.
14815 as_fn_unset ()
14816 {
14817 { eval $1=; unset $1;}
14818 }
14819 as_unset=as_fn_unset
14820 # as_fn_append VAR VALUE
14821 # ----------------------
14822 # Append the text in VALUE to the end of the definition contained in VAR. Take
14823 # advantage of any shell optimizations that allow amortized linear growth over
14824 # repeated appends, instead of the typical quadratic growth present in naive
14825 # implementations.
14826 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14827 eval 'as_fn_append ()
14828 {
14829 eval $1+=\$2
14830 }'
14831 else
14832 as_fn_append ()
14833 {
14834 eval $1=\$$1\$2
14835 }
14836 fi # as_fn_append
14837
14838 # as_fn_arith ARG...
14839 # ------------------
14840 # Perform arithmetic evaluation on the ARGs, and store the result in the
14841 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14842 # must be portable across $(()) and expr.
14843 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14844 eval 'as_fn_arith ()
14845 {
14846 as_val=$(( $* ))
14847 }'
14848 else
14849 as_fn_arith ()
14850 {
14851 as_val=`expr "$@" || test $? -eq 1`
14852 }
14853 fi # as_fn_arith
14854
14855
14856 if expr a : '\(a\)' >/dev/null 2>&1 &&
14857 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14858 as_expr=expr
14859 else
14860 as_expr=false
14861 fi
14862
14863 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14864 as_basename=basename
14865 else
14866 as_basename=false
14867 fi
14868
14869 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14870 as_dirname=dirname
14871 else
14872 as_dirname=false
14873 fi
14874
14875 as_me=`$as_basename -- "$0" ||
14876 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14877 X"$0" : 'X\(//\)$' \| \
14878 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14879 $as_echo X/"$0" |
14880 sed '/^.*\/\([^/][^/]*\)\/*$/{
14881 s//\1/
14882 q
14883 }
14884 /^X\/\(\/\/\)$/{
14885 s//\1/
14886 q
14887 }
14888 /^X\/\(\/\).*/{
14889 s//\1/
14890 q
14891 }
14892 s/.*/./; q'`
14893
14894 # Avoid depending upon Character Ranges.
14895 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14896 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14897 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14898 as_cr_digits='0123456789'
14899 as_cr_alnum=$as_cr_Letters$as_cr_digits
14900
14901 ECHO_C= ECHO_N= ECHO_T=
14902 case `echo -n x` in #(((((
14903 -n*)
14904 case `echo 'xy\c'` in
14905 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14906 xy) ECHO_C='\c';;
14907 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14908 ECHO_T=' ';;
14909 esac;;
14910 *)
14911 ECHO_N='-n';;
14912 esac
14913
14914 rm -f conf$$ conf$$.exe conf$$.file
14915 if test -d conf$$.dir; then
14916 rm -f conf$$.dir/conf$$.file
14917 else
14918 rm -f conf$$.dir
14919 mkdir conf$$.dir 2>/dev/null
14920 fi
14921 if (echo >conf$$.file) 2>/dev/null; then
14922 if ln -s conf$$.file conf$$ 2>/dev/null; then
14923 as_ln_s='ln -s'
14924 # ... but there are two gotchas:
14925 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14926 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14927 # In both cases, we have to default to `cp -pR'.
14928 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14929 as_ln_s='cp -pR'
14930 elif ln conf$$.file conf$$ 2>/dev/null; then
14931 as_ln_s=ln
14932 else
14933 as_ln_s='cp -pR'
14934 fi
14935 else
14936 as_ln_s='cp -pR'
14937 fi
14938 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14939 rmdir conf$$.dir 2>/dev/null
14940
14941
14942 # as_fn_mkdir_p
14943 # -------------
14944 # Create "$as_dir" as a directory, including parents if necessary.
14945 as_fn_mkdir_p ()
14946 {
14947
14948 case $as_dir in #(
14949 -*) as_dir=./$as_dir;;
14950 esac
14951 test -d "$as_dir" || eval $as_mkdir_p || {
14952 as_dirs=
14953 while :; do
14954 case $as_dir in #(
14955 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14956 *) as_qdir=$as_dir;;
14957 esac
14958 as_dirs="'$as_qdir' $as_dirs"
14959 as_dir=`$as_dirname -- "$as_dir" ||
14960 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14961 X"$as_dir" : 'X\(//\)[^/]' \| \
14962 X"$as_dir" : 'X\(//\)$' \| \
14963 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14964 $as_echo X"$as_dir" |
14965 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14966 s//\1/
14967 q
14968 }
14969 /^X\(\/\/\)[^/].*/{
14970 s//\1/
14971 q
14972 }
14973 /^X\(\/\/\)$/{
14974 s//\1/
14975 q
14976 }
14977 /^X\(\/\).*/{
14978 s//\1/
14979 q
14980 }
14981 s/.*/./; q'`
14982 test -d "$as_dir" && break
14983 done
14984 test -z "$as_dirs" || eval "mkdir $as_dirs"
14985 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14986
14987
14988 } # as_fn_mkdir_p
14989 if mkdir -p . 2>/dev/null; then
14990 as_mkdir_p='mkdir -p "$as_dir"'
14991 else
14992 test -d ./-p && rmdir ./-p
14993 as_mkdir_p=false
14994 fi
14995
14996
14997 # as_fn_executable_p FILE
14998 # -----------------------
14999 # Test if FILE is an executable regular file.
15000 as_fn_executable_p ()
15001 {
15002 test -f "$1" && test -x "$1"
15003 } # as_fn_executable_p
15004 as_test_x='test -x'
15005 as_executable_p=as_fn_executable_p
15006
15007 # Sed expression to map a string onto a valid CPP name.
15008 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15009
15010 # Sed expression to map a string onto a valid variable name.
15011 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15012
15013
15014 exec 6>&1
15015 ## ----------------------------------- ##
15016 ## Main body of $CONFIG_STATUS script. ##
15017 ## ----------------------------------- ##
15018 _ASEOF
15019 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15020
15021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15022 # Save the log message, to keep $0 and so on meaningful, and to
15023 # report actual input values of CONFIG_FILES etc. instead of their
15024 # values after options handling.
15025 ac_log="
15026 This file was extended by Intel MIC Offload Plugin $as_me 1.0, which was
15027 generated by GNU Autoconf 2.69. Invocation command line was
15028
15029 CONFIG_FILES = $CONFIG_FILES
15030 CONFIG_HEADERS = $CONFIG_HEADERS
15031 CONFIG_LINKS = $CONFIG_LINKS
15032 CONFIG_COMMANDS = $CONFIG_COMMANDS
15033 $ $0 $@
15034
15035 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15036 "
15037
15038 _ACEOF
15039
15040 case $ac_config_files in *"
15041 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15042 esac
15043
15044
15045
15046 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15047 # Files that config.status was made for.
15048 config_files="$ac_config_files"
15049 config_commands="$ac_config_commands"
15050
15051 _ACEOF
15052
15053 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15054 ac_cs_usage="\
15055 \`$as_me' instantiates files and other configuration actions
15056 from templates according to the current configuration. Unless the files
15057 and actions are specified as TAGs, all are instantiated by default.
15058
15059 Usage: $0 [OPTION]... [TAG]...
15060
15061 -h, --help print this help, then exit
15062 -V, --version print version number and configuration settings, then exit
15063 --config print configuration, then exit
15064 -q, --quiet, --silent
15065 do not print progress messages
15066 -d, --debug don't remove temporary files
15067 --recheck update $as_me by reconfiguring in the same conditions
15068 --file=FILE[:TEMPLATE]
15069 instantiate the configuration file FILE
15070
15071 Configuration files:
15072 $config_files
15073
15074 Configuration commands:
15075 $config_commands
15076
15077 Report bugs to the package provider."
15078
15079 _ACEOF
15080 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15081 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15082 ac_cs_version="\\
15083 Intel MIC Offload Plugin config.status 1.0
15084 configured by $0, generated by GNU Autoconf 2.69,
15085 with options \\"\$ac_cs_config\\"
15086
15087 Copyright (C) 2012 Free Software Foundation, Inc.
15088 This config.status script is free software; the Free Software Foundation
15089 gives unlimited permission to copy, distribute and modify it."
15090
15091 ac_pwd='$ac_pwd'
15092 srcdir='$srcdir'
15093 INSTALL='$INSTALL'
15094 MKDIR_P='$MKDIR_P'
15095 AWK='$AWK'
15096 test -n "\$AWK" || AWK=awk
15097 _ACEOF
15098
15099 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15100 # The default lists apply if the user does not specify any file.
15101 ac_need_defaults=:
15102 while test $# != 0
15103 do
15104 case $1 in
15105 --*=?*)
15106 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15107 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15108 ac_shift=:
15109 ;;
15110 --*=)
15111 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15112 ac_optarg=
15113 ac_shift=:
15114 ;;
15115 *)
15116 ac_option=$1
15117 ac_optarg=$2
15118 ac_shift=shift
15119 ;;
15120 esac
15121
15122 case $ac_option in
15123 # Handling of the options.
15124 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15125 ac_cs_recheck=: ;;
15126 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15127 $as_echo "$ac_cs_version"; exit ;;
15128 --config | --confi | --conf | --con | --co | --c )
15129 $as_echo "$ac_cs_config"; exit ;;
15130 --debug | --debu | --deb | --de | --d | -d )
15131 debug=: ;;
15132 --file | --fil | --fi | --f )
15133 $ac_shift
15134 case $ac_optarg in
15135 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15136 '') as_fn_error $? "missing file argument" ;;
15137 esac
15138 as_fn_append CONFIG_FILES " '$ac_optarg'"
15139 ac_need_defaults=false;;
15140 --he | --h | --help | --hel | -h )
15141 $as_echo "$ac_cs_usage"; exit ;;
15142 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15143 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15144 ac_cs_silent=: ;;
15145
15146 # This is an error.
15147 -*) as_fn_error $? "unrecognized option: \`$1'
15148 Try \`$0 --help' for more information." ;;
15149
15150 *) as_fn_append ac_config_targets " $1"
15151 ac_need_defaults=false ;;
15152
15153 esac
15154 shift
15155 done
15156
15157 ac_configure_extra_args=
15158
15159 if $ac_cs_silent; then
15160 exec 6>/dev/null
15161 ac_configure_extra_args="$ac_configure_extra_args --silent"
15162 fi
15163
15164 _ACEOF
15165 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15166 if \$ac_cs_recheck; then
15167 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15168 shift
15169 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15170 CONFIG_SHELL='$SHELL'
15171 export CONFIG_SHELL
15172 exec "\$@"
15173 fi
15174
15175 _ACEOF
15176 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15177 exec 5>>config.log
15178 {
15179 echo
15180 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15181 ## Running $as_me. ##
15182 _ASBOX
15183 $as_echo "$ac_log"
15184 } >&5
15185
15186 _ACEOF
15187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15188 #
15189 # INIT-COMMANDS
15190 #
15191 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15192
15193 srcdir="$srcdir"
15194 host="$host"
15195 target="$target"
15196 with_multisubdir="$with_multisubdir"
15197 with_multisrctop="$with_multisrctop"
15198 with_target_subdir="$with_target_subdir"
15199 ac_configure_args="${multilib_arg} ${ac_configure_args}"
15200 multi_basedir="$multi_basedir"
15201 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
15202 CC="$CC"
15203 CXX="$CXX"
15204 GFORTRAN="$GFORTRAN"
15205 GDC="$GDC"
15206
15207
15208 # The HP-UX ksh and POSIX shell print the target directory to stdout
15209 # if CDPATH is set.
15210 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15211
15212 sed_quote_subst='$sed_quote_subst'
15213 double_quote_subst='$double_quote_subst'
15214 delay_variable_subst='$delay_variable_subst'
15215 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15216 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15217 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15218 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15219 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15220 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15221 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15222 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15223 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15224 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15225 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15226 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15227 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15228 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15229 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15230 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15231 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15232 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15233 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15234 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15235 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15236 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15237 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15238 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15239 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15240 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15241 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15242 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15243 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15244 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15245 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15246 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15247 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15248 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15249 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15250 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15251 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15252 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15253 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15254 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15255 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15256 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15257 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15258 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15259 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15260 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15261 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15262 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15263 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"`'
15264 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15265 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15266 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15267 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15268 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15269 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15270 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15271 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15272 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15273 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15274 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15275 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15276 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15277 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15278 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15279 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15280 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15281 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15282 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15283 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15284 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15285 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15286 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15287 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15288 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15289 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15290 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15291 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15292 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15293 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15294 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15295 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15296 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15297 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15298 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15299 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15300 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15301 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15302 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15303 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15304 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15305 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15306 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15307 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15308 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15309 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15310 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15311 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15312 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15313 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15314 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15315 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15316 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15317 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15318 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15319 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15320 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15321 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15322 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15323 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15324 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15325 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15326 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15327 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15328 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15329 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15330 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15331 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15332 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15333 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15334 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15335 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
15336 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
15337 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
15338 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
15339 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
15340 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
15341 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
15342 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
15343 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15344 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15345 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
15346 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
15347 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
15348 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
15349 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
15350 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
15351 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
15352 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
15353 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
15354 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15355 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15356 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
15357 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15358 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15359 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15360 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15361 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15362 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15363 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
15364 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15365 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15366 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15367 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
15368 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
15369 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
15370 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
15371 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
15372 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
15373 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
15374 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
15375 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
15376 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
15377 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
15378 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15379 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15380 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15381 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15382 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
15383 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
15384 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
15385 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15386 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15387 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
15388 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
15389 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15390
15391 LTCC='$LTCC'
15392 LTCFLAGS='$LTCFLAGS'
15393 compiler='$compiler_DEFAULT'
15394
15395 # A function that is used when there is no print builtin or printf.
15396 func_fallback_echo ()
15397 {
15398 eval 'cat <<_LTECHO_EOF
15399 \$1
15400 _LTECHO_EOF'
15401 }
15402
15403 # Quote evaled strings.
15404 for var in SHELL \
15405 ECHO \
15406 SED \
15407 GREP \
15408 EGREP \
15409 FGREP \
15410 LD \
15411 NM \
15412 LN_S \
15413 lt_SP2NL \
15414 lt_NL2SP \
15415 reload_flag \
15416 OBJDUMP \
15417 deplibs_check_method \
15418 file_magic_cmd \
15419 AR \
15420 AR_FLAGS \
15421 STRIP \
15422 RANLIB \
15423 CC \
15424 CFLAGS \
15425 compiler \
15426 lt_cv_sys_global_symbol_pipe \
15427 lt_cv_sys_global_symbol_to_cdecl \
15428 lt_cv_sys_global_symbol_to_c_name_address \
15429 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15430 lt_prog_compiler_no_builtin_flag \
15431 lt_prog_compiler_wl \
15432 lt_prog_compiler_pic \
15433 lt_prog_compiler_static \
15434 lt_cv_prog_compiler_c_o \
15435 need_locks \
15436 DSYMUTIL \
15437 NMEDIT \
15438 LIPO \
15439 OTOOL \
15440 OTOOL64 \
15441 shrext_cmds \
15442 export_dynamic_flag_spec \
15443 whole_archive_flag_spec \
15444 compiler_needs_object \
15445 with_gnu_ld \
15446 allow_undefined_flag \
15447 no_undefined_flag \
15448 hardcode_libdir_flag_spec \
15449 hardcode_libdir_flag_spec_ld \
15450 hardcode_libdir_separator \
15451 fix_srcfile_path \
15452 exclude_expsyms \
15453 include_expsyms \
15454 file_list_spec \
15455 variables_saved_for_relink \
15456 libname_spec \
15457 library_names_spec \
15458 soname_spec \
15459 install_override_mode \
15460 finish_eval \
15461 old_striplib \
15462 striplib \
15463 compiler_lib_search_dirs \
15464 predep_objects \
15465 postdep_objects \
15466 predeps \
15467 postdeps \
15468 compiler_lib_search_path \
15469 LD_CXX \
15470 reload_flag_CXX \
15471 compiler_CXX \
15472 lt_prog_compiler_no_builtin_flag_CXX \
15473 lt_prog_compiler_wl_CXX \
15474 lt_prog_compiler_pic_CXX \
15475 lt_prog_compiler_static_CXX \
15476 lt_cv_prog_compiler_c_o_CXX \
15477 export_dynamic_flag_spec_CXX \
15478 whole_archive_flag_spec_CXX \
15479 compiler_needs_object_CXX \
15480 with_gnu_ld_CXX \
15481 allow_undefined_flag_CXX \
15482 no_undefined_flag_CXX \
15483 hardcode_libdir_flag_spec_CXX \
15484 hardcode_libdir_flag_spec_ld_CXX \
15485 hardcode_libdir_separator_CXX \
15486 fix_srcfile_path_CXX \
15487 exclude_expsyms_CXX \
15488 include_expsyms_CXX \
15489 file_list_spec_CXX \
15490 compiler_lib_search_dirs_CXX \
15491 predep_objects_CXX \
15492 postdep_objects_CXX \
15493 predeps_CXX \
15494 postdeps_CXX \
15495 compiler_lib_search_path_CXX; do
15496 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15497 *[\\\\\\\`\\"\\\$]*)
15498 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15499 ;;
15500 *)
15501 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15502 ;;
15503 esac
15504 done
15505
15506 # Double-quote double-evaled strings.
15507 for var in reload_cmds \
15508 old_postinstall_cmds \
15509 old_postuninstall_cmds \
15510 old_archive_cmds \
15511 extract_expsyms_cmds \
15512 old_archive_from_new_cmds \
15513 old_archive_from_expsyms_cmds \
15514 archive_cmds \
15515 archive_expsym_cmds \
15516 module_cmds \
15517 module_expsym_cmds \
15518 export_symbols_cmds \
15519 prelink_cmds \
15520 postinstall_cmds \
15521 postuninstall_cmds \
15522 finish_cmds \
15523 sys_lib_search_path_spec \
15524 sys_lib_dlsearch_path_spec \
15525 reload_cmds_CXX \
15526 old_archive_cmds_CXX \
15527 old_archive_from_new_cmds_CXX \
15528 old_archive_from_expsyms_cmds_CXX \
15529 archive_cmds_CXX \
15530 archive_expsym_cmds_CXX \
15531 module_cmds_CXX \
15532 module_expsym_cmds_CXX \
15533 export_symbols_cmds_CXX \
15534 prelink_cmds_CXX; do
15535 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15536 *[\\\\\\\`\\"\\\$]*)
15537 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15538 ;;
15539 *)
15540 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15541 ;;
15542 esac
15543 done
15544
15545 ac_aux_dir='$ac_aux_dir'
15546 xsi_shell='$xsi_shell'
15547 lt_shell_append='$lt_shell_append'
15548
15549 # See if we are running on zsh, and set the options which allow our
15550 # commands through without removal of \ escapes INIT.
15551 if test -n "\${ZSH_VERSION+set}" ; then
15552 setopt NO_GLOB_SUBST
15553 fi
15554
15555
15556 PACKAGE='$PACKAGE'
15557 VERSION='$VERSION'
15558 TIMESTAMP='$TIMESTAMP'
15559 RM='$RM'
15560 ofile='$ofile'
15561
15562
15563
15564
15565
15566
15567 _ACEOF
15568
15569 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15570
15571 # Handling of arguments.
15572 for ac_config_target in $ac_config_targets
15573 do
15574 case $ac_config_target in
15575 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15576 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15577 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15578 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15579
15580 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15581 esac
15582 done
15583
15584
15585 # If the user did not use the arguments to specify the items to instantiate,
15586 # then the envvar interface is used. Set only those that are not.
15587 # We use the long form for the default assignment because of an extremely
15588 # bizarre bug on SunOS 4.1.3.
15589 if $ac_need_defaults; then
15590 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15591 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15592 fi
15593
15594 # Have a temporary directory for convenience. Make it in the build tree
15595 # simply because there is no reason against having it here, and in addition,
15596 # creating and moving files from /tmp can sometimes cause problems.
15597 # Hook for its removal unless debugging.
15598 # Note that there is a small window in which the directory will not be cleaned:
15599 # after its creation but before its name has been assigned to `$tmp'.
15600 $debug ||
15601 {
15602 tmp= ac_tmp=
15603 trap 'exit_status=$?
15604 : "${ac_tmp:=$tmp}"
15605 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15606 ' 0
15607 trap 'as_fn_exit 1' 1 2 13 15
15608 }
15609 # Create a (secure) tmp directory for tmp files.
15610
15611 {
15612 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15613 test -d "$tmp"
15614 } ||
15615 {
15616 tmp=./conf$$-$RANDOM
15617 (umask 077 && mkdir "$tmp")
15618 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15619 ac_tmp=$tmp
15620
15621 # Set up the scripts for CONFIG_FILES section.
15622 # No need to generate them if there are no CONFIG_FILES.
15623 # This happens for instance with `./config.status config.h'.
15624 if test -n "$CONFIG_FILES"; then
15625
15626
15627 ac_cr=`echo X | tr X '\015'`
15628 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15629 # But we know of no other shell where ac_cr would be empty at this
15630 # point, so we can use a bashism as a fallback.
15631 if test "x$ac_cr" = x; then
15632 eval ac_cr=\$\'\\r\'
15633 fi
15634 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15635 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15636 ac_cs_awk_cr='\\r'
15637 else
15638 ac_cs_awk_cr=$ac_cr
15639 fi
15640
15641 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15642 _ACEOF
15643
15644
15645 {
15646 echo "cat >conf$$subs.awk <<_ACEOF" &&
15647 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15648 echo "_ACEOF"
15649 } >conf$$subs.sh ||
15650 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15651 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15652 ac_delim='%!_!# '
15653 for ac_last_try in false false false false false :; do
15654 . ./conf$$subs.sh ||
15655 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15656
15657 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15658 if test $ac_delim_n = $ac_delim_num; then
15659 break
15660 elif $ac_last_try; then
15661 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15662 else
15663 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15664 fi
15665 done
15666 rm -f conf$$subs.sh
15667
15668 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15669 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15670 _ACEOF
15671 sed -n '
15672 h
15673 s/^/S["/; s/!.*/"]=/
15674 p
15675 g
15676 s/^[^!]*!//
15677 :repl
15678 t repl
15679 s/'"$ac_delim"'$//
15680 t delim
15681 :nl
15682 h
15683 s/\(.\{148\}\)..*/\1/
15684 t more1
15685 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15686 p
15687 n
15688 b repl
15689 :more1
15690 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15691 p
15692 g
15693 s/.\{148\}//
15694 t nl
15695 :delim
15696 h
15697 s/\(.\{148\}\)..*/\1/
15698 t more2
15699 s/["\\]/\\&/g; s/^/"/; s/$/"/
15700 p
15701 b
15702 :more2
15703 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15704 p
15705 g
15706 s/.\{148\}//
15707 t delim
15708 ' <conf$$subs.awk | sed '
15709 /^[^""]/{
15710 N
15711 s/\n//
15712 }
15713 ' >>$CONFIG_STATUS || ac_write_fail=1
15714 rm -f conf$$subs.awk
15715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15716 _ACAWK
15717 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15718 for (key in S) S_is_set[key] = 1
15719 FS = "\a"
15720
15721 }
15722 {
15723 line = $ 0
15724 nfields = split(line, field, "@")
15725 substed = 0
15726 len = length(field[1])
15727 for (i = 2; i < nfields; i++) {
15728 key = field[i]
15729 keylen = length(key)
15730 if (S_is_set[key]) {
15731 value = S[key]
15732 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15733 len += length(value) + length(field[++i])
15734 substed = 1
15735 } else
15736 len += 1 + keylen
15737 }
15738
15739 print line
15740 }
15741
15742 _ACAWK
15743 _ACEOF
15744 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15745 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15746 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15747 else
15748 cat
15749 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15750 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15751 _ACEOF
15752
15753 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15754 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15755 # trailing colons and then remove the whole line if VPATH becomes empty
15756 # (actually we leave an empty line to preserve line numbers).
15757 if test "x$srcdir" = x.; then
15758 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15759 h
15760 s///
15761 s/^/:/
15762 s/[ ]*$/:/
15763 s/:\$(srcdir):/:/g
15764 s/:\${srcdir}:/:/g
15765 s/:@srcdir@:/:/g
15766 s/^:*//
15767 s/:*$//
15768 x
15769 s/\(=[ ]*\).*/\1/
15770 G
15771 s/\n//
15772 s/^[^=]*=[ ]*$//
15773 }'
15774 fi
15775
15776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15777 fi # test -n "$CONFIG_FILES"
15778
15779
15780 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
15781 shift
15782 for ac_tag
15783 do
15784 case $ac_tag in
15785 :[FHLC]) ac_mode=$ac_tag; continue;;
15786 esac
15787 case $ac_mode$ac_tag in
15788 :[FHL]*:*);;
15789 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15790 :[FH]-) ac_tag=-:-;;
15791 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15792 esac
15793 ac_save_IFS=$IFS
15794 IFS=:
15795 set x $ac_tag
15796 IFS=$ac_save_IFS
15797 shift
15798 ac_file=$1
15799 shift
15800
15801 case $ac_mode in
15802 :L) ac_source=$1;;
15803 :[FH])
15804 ac_file_inputs=
15805 for ac_f
15806 do
15807 case $ac_f in
15808 -) ac_f="$ac_tmp/stdin";;
15809 *) # Look for the file first in the build tree, then in the source tree
15810 # (if the path is not absolute). The absolute path cannot be DOS-style,
15811 # because $ac_f cannot contain `:'.
15812 test -f "$ac_f" ||
15813 case $ac_f in
15814 [\\/$]*) false;;
15815 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15816 esac ||
15817 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15818 esac
15819 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15820 as_fn_append ac_file_inputs " '$ac_f'"
15821 done
15822
15823 # Let's still pretend it is `configure' which instantiates (i.e., don't
15824 # use $as_me), people would be surprised to read:
15825 # /* config.h. Generated by config.status. */
15826 configure_input='Generated from '`
15827 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15828 `' by configure.'
15829 if test x"$ac_file" != x-; then
15830 configure_input="$ac_file. $configure_input"
15831 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15832 $as_echo "$as_me: creating $ac_file" >&6;}
15833 fi
15834 # Neutralize special characters interpreted by sed in replacement strings.
15835 case $configure_input in #(
15836 *\&* | *\|* | *\\* )
15837 ac_sed_conf_input=`$as_echo "$configure_input" |
15838 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15839 *) ac_sed_conf_input=$configure_input;;
15840 esac
15841
15842 case $ac_tag in
15843 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15844 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15845 esac
15846 ;;
15847 esac
15848
15849 ac_dir=`$as_dirname -- "$ac_file" ||
15850 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15851 X"$ac_file" : 'X\(//\)[^/]' \| \
15852 X"$ac_file" : 'X\(//\)$' \| \
15853 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15854 $as_echo X"$ac_file" |
15855 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15856 s//\1/
15857 q
15858 }
15859 /^X\(\/\/\)[^/].*/{
15860 s//\1/
15861 q
15862 }
15863 /^X\(\/\/\)$/{
15864 s//\1/
15865 q
15866 }
15867 /^X\(\/\).*/{
15868 s//\1/
15869 q
15870 }
15871 s/.*/./; q'`
15872 as_dir="$ac_dir"; as_fn_mkdir_p
15873 ac_builddir=.
15874
15875 case "$ac_dir" in
15876 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15877 *)
15878 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15879 # A ".." for each directory in $ac_dir_suffix.
15880 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15881 case $ac_top_builddir_sub in
15882 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15883 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15884 esac ;;
15885 esac
15886 ac_abs_top_builddir=$ac_pwd
15887 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15888 # for backward compatibility:
15889 ac_top_builddir=$ac_top_build_prefix
15890
15891 case $srcdir in
15892 .) # We are building in place.
15893 ac_srcdir=.
15894 ac_top_srcdir=$ac_top_builddir_sub
15895 ac_abs_top_srcdir=$ac_pwd ;;
15896 [\\/]* | ?:[\\/]* ) # Absolute name.
15897 ac_srcdir=$srcdir$ac_dir_suffix;
15898 ac_top_srcdir=$srcdir
15899 ac_abs_top_srcdir=$srcdir ;;
15900 *) # Relative name.
15901 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15902 ac_top_srcdir=$ac_top_build_prefix$srcdir
15903 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15904 esac
15905 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15906
15907
15908 case $ac_mode in
15909 :F)
15910 #
15911 # CONFIG_FILE
15912 #
15913
15914 case $INSTALL in
15915 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15916 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15917 esac
15918 ac_MKDIR_P=$MKDIR_P
15919 case $MKDIR_P in
15920 [\\/$]* | ?:[\\/]* ) ;;
15921 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15922 esac
15923 _ACEOF
15924
15925 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15926 # If the template does not know about datarootdir, expand it.
15927 # FIXME: This hack should be removed a few years after 2.60.
15928 ac_datarootdir_hack=; ac_datarootdir_seen=
15929 ac_sed_dataroot='
15930 /datarootdir/ {
15931 p
15932 q
15933 }
15934 /@datadir@/p
15935 /@docdir@/p
15936 /@infodir@/p
15937 /@localedir@/p
15938 /@mandir@/p'
15939 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15940 *datarootdir*) ac_datarootdir_seen=yes;;
15941 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15943 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15944 _ACEOF
15945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15946 ac_datarootdir_hack='
15947 s&@datadir@&$datadir&g
15948 s&@docdir@&$docdir&g
15949 s&@infodir@&$infodir&g
15950 s&@localedir@&$localedir&g
15951 s&@mandir@&$mandir&g
15952 s&\\\${datarootdir}&$datarootdir&g' ;;
15953 esac
15954 _ACEOF
15955
15956 # Neutralize VPATH when `$srcdir' = `.'.
15957 # Shell code in configure.ac might set extrasub.
15958 # FIXME: do we really want to maintain this feature?
15959 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15960 ac_sed_extra="$ac_vpsub
15961 $extrasub
15962 _ACEOF
15963 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15964 :t
15965 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15966 s|@configure_input@|$ac_sed_conf_input|;t t
15967 s&@top_builddir@&$ac_top_builddir_sub&;t t
15968 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15969 s&@srcdir@&$ac_srcdir&;t t
15970 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15971 s&@top_srcdir@&$ac_top_srcdir&;t t
15972 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15973 s&@builddir@&$ac_builddir&;t t
15974 s&@abs_builddir@&$ac_abs_builddir&;t t
15975 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15976 s&@INSTALL@&$ac_INSTALL&;t t
15977 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15978 $ac_datarootdir_hack
15979 "
15980 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15981 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15982
15983 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15984 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15985 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15986 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15988 which seems to be undefined. Please make sure it is defined" >&5
15989 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15990 which seems to be undefined. Please make sure it is defined" >&2;}
15991
15992 rm -f "$ac_tmp/stdin"
15993 case $ac_file in
15994 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15995 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15996 esac \
15997 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15998 ;;
15999
16000
16001 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16002 $as_echo "$as_me: executing $ac_file commands" >&6;}
16003 ;;
16004 esac
16005
16006
16007 case $ac_file$ac_mode in
16008 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16009 # Older Autoconf quotes --file arguments for eval, but not when files
16010 # are listed without --file. Let's play safe and only enable the eval
16011 # if we detect the quoting.
16012 case $CONFIG_FILES in
16013 *\'*) eval set x "$CONFIG_FILES" ;;
16014 *) set x $CONFIG_FILES ;;
16015 esac
16016 shift
16017 for mf
16018 do
16019 # Strip MF so we end up with the name of the file.
16020 mf=`echo "$mf" | sed -e 's/:.*$//'`
16021 # Check whether this is an Automake generated Makefile or not.
16022 # We used to match only the files named 'Makefile.in', but
16023 # some people rename them; so instead we look at the file content.
16024 # Grep'ing the first line is not enough: some people post-process
16025 # each Makefile.in and add a new line on top of each file to say so.
16026 # Grep'ing the whole file is not good either: AIX grep has a line
16027 # limit of 2048, but all sed's we know have understand at least 4000.
16028 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16029 dirpart=`$as_dirname -- "$mf" ||
16030 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16031 X"$mf" : 'X\(//\)[^/]' \| \
16032 X"$mf" : 'X\(//\)$' \| \
16033 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16034 $as_echo X"$mf" |
16035 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16036 s//\1/
16037 q
16038 }
16039 /^X\(\/\/\)[^/].*/{
16040 s//\1/
16041 q
16042 }
16043 /^X\(\/\/\)$/{
16044 s//\1/
16045 q
16046 }
16047 /^X\(\/\).*/{
16048 s//\1/
16049 q
16050 }
16051 s/.*/./; q'`
16052 else
16053 continue
16054 fi
16055 # Extract the definition of DEPDIR, am__include, and am__quote
16056 # from the Makefile without running 'make'.
16057 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16058 test -z "$DEPDIR" && continue
16059 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16060 test -z "$am__include" && continue
16061 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16062 # Find all dependency output files, they are included files with
16063 # $(DEPDIR) in their names. We invoke sed twice because it is the
16064 # simplest approach to changing $(DEPDIR) to its actual value in the
16065 # expansion.
16066 for file in `sed -n "
16067 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16068 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16069 # Make sure the directory exists.
16070 test -f "$dirpart/$file" && continue
16071 fdir=`$as_dirname -- "$file" ||
16072 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16073 X"$file" : 'X\(//\)[^/]' \| \
16074 X"$file" : 'X\(//\)$' \| \
16075 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16076 $as_echo X"$file" |
16077 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16078 s//\1/
16079 q
16080 }
16081 /^X\(\/\/\)[^/].*/{
16082 s//\1/
16083 q
16084 }
16085 /^X\(\/\/\)$/{
16086 s//\1/
16087 q
16088 }
16089 /^X\(\/\).*/{
16090 s//\1/
16091 q
16092 }
16093 s/.*/./; q'`
16094 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16095 # echo "creating $dirpart/$file"
16096 echo '# dummy' > "$dirpart/$file"
16097 done
16098 done
16099 }
16100 ;;
16101 "default-1":C)
16102 # Only add multilib support code if we just rebuilt the top-level
16103 # Makefile.
16104 case " $CONFIG_FILES " in
16105 *" Makefile "*)
16106 ac_file=Makefile . ${multi_basedir}/config-ml.in
16107 ;;
16108 esac ;;
16109 "libtool":C)
16110
16111 # See if we are running on zsh, and set the options which allow our
16112 # commands through without removal of \ escapes.
16113 if test -n "${ZSH_VERSION+set}" ; then
16114 setopt NO_GLOB_SUBST
16115 fi
16116
16117 cfgfile="${ofile}T"
16118 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16119 $RM "$cfgfile"
16120
16121 cat <<_LT_EOF >> "$cfgfile"
16122 #! $SHELL
16123
16124 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16125 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16126 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16127 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16128 #
16129 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16130 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16131 # Written by Gordon Matzigkeit, 1996
16132 #
16133 # This file is part of GNU Libtool.
16134 #
16135 # GNU Libtool is free software; you can redistribute it and/or
16136 # modify it under the terms of the GNU General Public License as
16137 # published by the Free Software Foundation; either version 2 of
16138 # the License, or (at your option) any later version.
16139 #
16140 # As a special exception to the GNU General Public License,
16141 # if you distribute this file as part of a program or library that
16142 # is built using GNU Libtool, you may include this file under the
16143 # same distribution terms that you use for the rest of that program.
16144 #
16145 # GNU Libtool is distributed in the hope that it will be useful,
16146 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16147 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16148 # GNU General Public License for more details.
16149 #
16150 # You should have received a copy of the GNU General Public License
16151 # along with GNU Libtool; see the file COPYING. If not, a copy
16152 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16153 # obtained by writing to the Free Software Foundation, Inc.,
16154 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16155
16156
16157 # The names of the tagged configurations supported by this script.
16158 available_tags="CXX "
16159
16160 # ### BEGIN LIBTOOL CONFIG
16161
16162 # Which release of libtool.m4 was used?
16163 macro_version=$macro_version
16164 macro_revision=$macro_revision
16165
16166 # Whether or not to build shared libraries.
16167 build_libtool_libs=$enable_shared
16168
16169 # Whether or not to build static libraries.
16170 build_old_libs=$enable_static
16171
16172 # What type of objects to build.
16173 pic_mode=$pic_mode
16174
16175 # Whether or not to optimize for fast installation.
16176 fast_install=$enable_fast_install
16177
16178 # Shell to use when invoking shell scripts.
16179 SHELL=$lt_SHELL
16180
16181 # An echo program that protects backslashes.
16182 ECHO=$lt_ECHO
16183
16184 # The host system.
16185 host_alias=$host_alias
16186 host=$host
16187 host_os=$host_os
16188
16189 # The build system.
16190 build_alias=$build_alias
16191 build=$build
16192 build_os=$build_os
16193
16194 # A sed program that does not truncate output.
16195 SED=$lt_SED
16196
16197 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16198 Xsed="\$SED -e 1s/^X//"
16199
16200 # A grep program that handles long lines.
16201 GREP=$lt_GREP
16202
16203 # An ERE matcher.
16204 EGREP=$lt_EGREP
16205
16206 # A literal string matcher.
16207 FGREP=$lt_FGREP
16208
16209 # A BSD- or MS-compatible name lister.
16210 NM=$lt_NM
16211
16212 # Whether we need soft or hard links.
16213 LN_S=$lt_LN_S
16214
16215 # What is the maximum length of a command?
16216 max_cmd_len=$max_cmd_len
16217
16218 # Object file suffix (normally "o").
16219 objext=$ac_objext
16220
16221 # Executable file suffix (normally "").
16222 exeext=$exeext
16223
16224 # whether the shell understands "unset".
16225 lt_unset=$lt_unset
16226
16227 # turn spaces into newlines.
16228 SP2NL=$lt_lt_SP2NL
16229
16230 # turn newlines into spaces.
16231 NL2SP=$lt_lt_NL2SP
16232
16233 # An object symbol dumper.
16234 OBJDUMP=$lt_OBJDUMP
16235
16236 # Method to check whether dependent libraries are shared objects.
16237 deplibs_check_method=$lt_deplibs_check_method
16238
16239 # Command to use when deplibs_check_method == "file_magic".
16240 file_magic_cmd=$lt_file_magic_cmd
16241
16242 # The archiver.
16243 AR=$lt_AR
16244 AR_FLAGS=$lt_AR_FLAGS
16245
16246 # A symbol stripping program.
16247 STRIP=$lt_STRIP
16248
16249 # Commands used to install an old-style archive.
16250 RANLIB=$lt_RANLIB
16251 old_postinstall_cmds=$lt_old_postinstall_cmds
16252 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16253
16254 # Whether to use a lock for old archive extraction.
16255 lock_old_archive_extraction=$lock_old_archive_extraction
16256
16257 # A C compiler.
16258 LTCC=$lt_CC
16259
16260 # LTCC compiler flags.
16261 LTCFLAGS=$lt_CFLAGS
16262
16263 # Take the output of nm and produce a listing of raw symbols and C names.
16264 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16265
16266 # Transform the output of nm in a proper C declaration.
16267 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16268
16269 # Transform the output of nm in a C name address pair.
16270 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16271
16272 # Transform the output of nm in a C name address pair when lib prefix is needed.
16273 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16274
16275 # The name of the directory that contains temporary libtool files.
16276 objdir=$objdir
16277
16278 # Used to examine libraries when file_magic_cmd begins with "file".
16279 MAGIC_CMD=$MAGIC_CMD
16280
16281 # Must we lock files when doing compilation?
16282 need_locks=$lt_need_locks
16283
16284 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16285 DSYMUTIL=$lt_DSYMUTIL
16286
16287 # Tool to change global to local symbols on Mac OS X.
16288 NMEDIT=$lt_NMEDIT
16289
16290 # Tool to manipulate fat objects and archives on Mac OS X.
16291 LIPO=$lt_LIPO
16292
16293 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16294 OTOOL=$lt_OTOOL
16295
16296 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16297 OTOOL64=$lt_OTOOL64
16298
16299 # Old archive suffix (normally "a").
16300 libext=$libext
16301
16302 # Shared library suffix (normally ".so").
16303 shrext_cmds=$lt_shrext_cmds
16304
16305 # The commands to extract the exported symbol list from a shared archive.
16306 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16307
16308 # Variables whose values should be saved in libtool wrapper scripts and
16309 # restored at link time.
16310 variables_saved_for_relink=$lt_variables_saved_for_relink
16311
16312 # Do we need the "lib" prefix for modules?
16313 need_lib_prefix=$need_lib_prefix
16314
16315 # Do we need a version for libraries?
16316 need_version=$need_version
16317
16318 # Library versioning type.
16319 version_type=$version_type
16320
16321 # Shared library runtime path variable.
16322 runpath_var=$runpath_var
16323
16324 # Shared library path variable.
16325 shlibpath_var=$shlibpath_var
16326
16327 # Is shlibpath searched before the hard-coded library search path?
16328 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16329
16330 # Format of library name prefix.
16331 libname_spec=$lt_libname_spec
16332
16333 # List of archive names. First name is the real one, the rest are links.
16334 # The last name is the one that the linker finds with -lNAME
16335 library_names_spec=$lt_library_names_spec
16336
16337 # The coded name of the library, if different from the real name.
16338 soname_spec=$lt_soname_spec
16339
16340 # Permission mode override for installation of shared libraries.
16341 install_override_mode=$lt_install_override_mode
16342
16343 # Command to use after installation of a shared archive.
16344 postinstall_cmds=$lt_postinstall_cmds
16345
16346 # Command to use after uninstallation of a shared archive.
16347 postuninstall_cmds=$lt_postuninstall_cmds
16348
16349 # Commands used to finish a libtool library installation in a directory.
16350 finish_cmds=$lt_finish_cmds
16351
16352 # As "finish_cmds", except a single script fragment to be evaled but
16353 # not shown.
16354 finish_eval=$lt_finish_eval
16355
16356 # Whether we should hardcode library paths into libraries.
16357 hardcode_into_libs=$hardcode_into_libs
16358
16359 # Compile-time system search path for libraries.
16360 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16361
16362 # Run-time system search path for libraries.
16363 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16364
16365 # Whether dlopen is supported.
16366 dlopen_support=$enable_dlopen
16367
16368 # Whether dlopen of programs is supported.
16369 dlopen_self=$enable_dlopen_self
16370
16371 # Whether dlopen of statically linked programs is supported.
16372 dlopen_self_static=$enable_dlopen_self_static
16373
16374 # Commands to strip libraries.
16375 old_striplib=$lt_old_striplib
16376 striplib=$lt_striplib
16377
16378
16379 # The linker used to build libraries.
16380 LD=$lt_LD
16381
16382 # How to create reloadable object files.
16383 reload_flag=$lt_reload_flag
16384 reload_cmds=$lt_reload_cmds
16385
16386 # Commands used to build an old-style archive.
16387 old_archive_cmds=$lt_old_archive_cmds
16388
16389 # A language specific compiler.
16390 CC=$lt_compiler
16391
16392 # Is the compiler the GNU compiler?
16393 with_gcc=$GCC
16394
16395 # Compiler flag to turn off builtin functions.
16396 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16397
16398 # How to pass a linker flag through the compiler.
16399 wl=$lt_lt_prog_compiler_wl
16400
16401 # Additional compiler flags for building library objects.
16402 pic_flag=$lt_lt_prog_compiler_pic
16403
16404 # Compiler flag to prevent dynamic linking.
16405 link_static_flag=$lt_lt_prog_compiler_static
16406
16407 # Does compiler simultaneously support -c and -o options?
16408 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16409
16410 # Whether or not to add -lc for building shared libraries.
16411 build_libtool_need_lc=$archive_cmds_need_lc
16412
16413 # Whether or not to disallow shared libs when runtime libs are static.
16414 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16415
16416 # Compiler flag to allow reflexive dlopens.
16417 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16418
16419 # Compiler flag to generate shared objects directly from archives.
16420 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16421
16422 # Whether the compiler copes with passing no objects directly.
16423 compiler_needs_object=$lt_compiler_needs_object
16424
16425 # Create an old-style archive from a shared archive.
16426 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16427
16428 # Create a temporary old-style archive to link instead of a shared archive.
16429 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16430
16431 # Commands used to build a shared archive.
16432 archive_cmds=$lt_archive_cmds
16433 archive_expsym_cmds=$lt_archive_expsym_cmds
16434
16435 # Commands used to build a loadable module if different from building
16436 # a shared archive.
16437 module_cmds=$lt_module_cmds
16438 module_expsym_cmds=$lt_module_expsym_cmds
16439
16440 # Whether we are building with GNU ld or not.
16441 with_gnu_ld=$lt_with_gnu_ld
16442
16443 # Flag that allows shared libraries with undefined symbols to be built.
16444 allow_undefined_flag=$lt_allow_undefined_flag
16445
16446 # Flag that enforces no undefined symbols.
16447 no_undefined_flag=$lt_no_undefined_flag
16448
16449 # Flag to hardcode \$libdir into a binary during linking.
16450 # This must work even if \$libdir does not exist
16451 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16452
16453 # If ld is used when linking, flag to hardcode \$libdir into a binary
16454 # during linking. This must work even if \$libdir does not exist.
16455 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16456
16457 # Whether we need a single "-rpath" flag with a separated argument.
16458 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16459
16460 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16461 # DIR into the resulting binary.
16462 hardcode_direct=$hardcode_direct
16463
16464 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16465 # DIR into the resulting binary and the resulting library dependency is
16466 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16467 # library is relocated.
16468 hardcode_direct_absolute=$hardcode_direct_absolute
16469
16470 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16471 # into the resulting binary.
16472 hardcode_minus_L=$hardcode_minus_L
16473
16474 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16475 # into the resulting binary.
16476 hardcode_shlibpath_var=$hardcode_shlibpath_var
16477
16478 # Set to "yes" if building a shared library automatically hardcodes DIR
16479 # into the library and all subsequent libraries and executables linked
16480 # against it.
16481 hardcode_automatic=$hardcode_automatic
16482
16483 # Set to yes if linker adds runtime paths of dependent libraries
16484 # to runtime path list.
16485 inherit_rpath=$inherit_rpath
16486
16487 # Whether libtool must link a program against all its dependency libraries.
16488 link_all_deplibs=$link_all_deplibs
16489
16490 # Fix the shell variable \$srcfile for the compiler.
16491 fix_srcfile_path=$lt_fix_srcfile_path
16492
16493 # Set to "yes" if exported symbols are required.
16494 always_export_symbols=$always_export_symbols
16495
16496 # The commands to list exported symbols.
16497 export_symbols_cmds=$lt_export_symbols_cmds
16498
16499 # Symbols that should not be listed in the preloaded symbols.
16500 exclude_expsyms=$lt_exclude_expsyms
16501
16502 # Symbols that must always be exported.
16503 include_expsyms=$lt_include_expsyms
16504
16505 # Commands necessary for linking programs (against libraries) with templates.
16506 prelink_cmds=$lt_prelink_cmds
16507
16508 # Specify filename containing input files.
16509 file_list_spec=$lt_file_list_spec
16510
16511 # How to hardcode a shared library path into an executable.
16512 hardcode_action=$hardcode_action
16513
16514 # The directories searched by this compiler when creating a shared library.
16515 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
16516
16517 # Dependencies to place before and after the objects being linked to
16518 # create a shared library.
16519 predep_objects=$lt_predep_objects
16520 postdep_objects=$lt_postdep_objects
16521 predeps=$lt_predeps
16522 postdeps=$lt_postdeps
16523
16524 # The library search path used internally by the compiler when linking
16525 # a shared library.
16526 compiler_lib_search_path=$lt_compiler_lib_search_path
16527
16528 # ### END LIBTOOL CONFIG
16529
16530 _LT_EOF
16531
16532 case $host_os in
16533 aix3*)
16534 cat <<\_LT_EOF >> "$cfgfile"
16535 # AIX sometimes has problems with the GCC collect2 program. For some
16536 # reason, if we set the COLLECT_NAMES environment variable, the problems
16537 # vanish in a puff of smoke.
16538 if test "X${COLLECT_NAMES+set}" != Xset; then
16539 COLLECT_NAMES=
16540 export COLLECT_NAMES
16541 fi
16542 _LT_EOF
16543 ;;
16544 esac
16545
16546
16547 ltmain="$ac_aux_dir/ltmain.sh"
16548
16549
16550 # We use sed instead of cat because bash on DJGPP gets confused if
16551 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16552 # text mode, it properly converts lines to CR/LF. This bash problem
16553 # is reportedly fixed, but why not run on old versions too?
16554 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16555 || (rm -f "$cfgfile"; exit 1)
16556
16557 case $xsi_shell in
16558 yes)
16559 cat << \_LT_EOF >> "$cfgfile"
16560
16561 # func_dirname file append nondir_replacement
16562 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16563 # otherwise set result to NONDIR_REPLACEMENT.
16564 func_dirname ()
16565 {
16566 case ${1} in
16567 */*) func_dirname_result="${1%/*}${2}" ;;
16568 * ) func_dirname_result="${3}" ;;
16569 esac
16570 }
16571
16572 # func_basename file
16573 func_basename ()
16574 {
16575 func_basename_result="${1##*/}"
16576 }
16577
16578 # func_dirname_and_basename file append nondir_replacement
16579 # perform func_basename and func_dirname in a single function
16580 # call:
16581 # dirname: Compute the dirname of FILE. If nonempty,
16582 # add APPEND to the result, otherwise set result
16583 # to NONDIR_REPLACEMENT.
16584 # value returned in "$func_dirname_result"
16585 # basename: Compute filename of FILE.
16586 # value retuned in "$func_basename_result"
16587 # Implementation must be kept synchronized with func_dirname
16588 # and func_basename. For efficiency, we do not delegate to
16589 # those functions but instead duplicate the functionality here.
16590 func_dirname_and_basename ()
16591 {
16592 case ${1} in
16593 */*) func_dirname_result="${1%/*}${2}" ;;
16594 * ) func_dirname_result="${3}" ;;
16595 esac
16596 func_basename_result="${1##*/}"
16597 }
16598
16599 # func_stripname prefix suffix name
16600 # strip PREFIX and SUFFIX off of NAME.
16601 # PREFIX and SUFFIX must not contain globbing or regex special
16602 # characters, hashes, percent signs, but SUFFIX may contain a leading
16603 # dot (in which case that matches only a dot).
16604 func_stripname ()
16605 {
16606 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16607 # positional parameters, so assign one to ordinary parameter first.
16608 func_stripname_result=${3}
16609 func_stripname_result=${func_stripname_result#"${1}"}
16610 func_stripname_result=${func_stripname_result%"${2}"}
16611 }
16612
16613 # func_opt_split
16614 func_opt_split ()
16615 {
16616 func_opt_split_opt=${1%%=*}
16617 func_opt_split_arg=${1#*=}
16618 }
16619
16620 # func_lo2o object
16621 func_lo2o ()
16622 {
16623 case ${1} in
16624 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16625 *) func_lo2o_result=${1} ;;
16626 esac
16627 }
16628
16629 # func_xform libobj-or-source
16630 func_xform ()
16631 {
16632 func_xform_result=${1%.*}.lo
16633 }
16634
16635 # func_arith arithmetic-term...
16636 func_arith ()
16637 {
16638 func_arith_result=$(( $* ))
16639 }
16640
16641 # func_len string
16642 # STRING may not start with a hyphen.
16643 func_len ()
16644 {
16645 func_len_result=${#1}
16646 }
16647
16648 _LT_EOF
16649 ;;
16650 *) # Bourne compatible functions.
16651 cat << \_LT_EOF >> "$cfgfile"
16652
16653 # func_dirname file append nondir_replacement
16654 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16655 # otherwise set result to NONDIR_REPLACEMENT.
16656 func_dirname ()
16657 {
16658 # Extract subdirectory from the argument.
16659 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16660 if test "X$func_dirname_result" = "X${1}"; then
16661 func_dirname_result="${3}"
16662 else
16663 func_dirname_result="$func_dirname_result${2}"
16664 fi
16665 }
16666
16667 # func_basename file
16668 func_basename ()
16669 {
16670 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16671 }
16672
16673
16674 # func_stripname prefix suffix name
16675 # strip PREFIX and SUFFIX off of NAME.
16676 # PREFIX and SUFFIX must not contain globbing or regex special
16677 # characters, hashes, percent signs, but SUFFIX may contain a leading
16678 # dot (in which case that matches only a dot).
16679 # func_strip_suffix prefix name
16680 func_stripname ()
16681 {
16682 case ${2} in
16683 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16684 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16685 esac
16686 }
16687
16688 # sed scripts:
16689 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16690 my_sed_long_arg='1s/^-[^=]*=//'
16691
16692 # func_opt_split
16693 func_opt_split ()
16694 {
16695 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16696 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16697 }
16698
16699 # func_lo2o object
16700 func_lo2o ()
16701 {
16702 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16703 }
16704
16705 # func_xform libobj-or-source
16706 func_xform ()
16707 {
16708 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16709 }
16710
16711 # func_arith arithmetic-term...
16712 func_arith ()
16713 {
16714 func_arith_result=`expr "$@"`
16715 }
16716
16717 # func_len string
16718 # STRING may not start with a hyphen.
16719 func_len ()
16720 {
16721 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16722 }
16723
16724 _LT_EOF
16725 esac
16726
16727 case $lt_shell_append in
16728 yes)
16729 cat << \_LT_EOF >> "$cfgfile"
16730
16731 # func_append var value
16732 # Append VALUE to the end of shell variable VAR.
16733 func_append ()
16734 {
16735 eval "$1+=\$2"
16736 }
16737 _LT_EOF
16738 ;;
16739 *)
16740 cat << \_LT_EOF >> "$cfgfile"
16741
16742 # func_append var value
16743 # Append VALUE to the end of shell variable VAR.
16744 func_append ()
16745 {
16746 eval "$1=\$$1\$2"
16747 }
16748
16749 _LT_EOF
16750 ;;
16751 esac
16752
16753
16754 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16755 || (rm -f "$cfgfile"; exit 1)
16756
16757 mv -f "$cfgfile" "$ofile" ||
16758 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16759 chmod +x "$ofile"
16760
16761
16762 cat <<_LT_EOF >> "$ofile"
16763
16764 # ### BEGIN LIBTOOL TAG CONFIG: CXX
16765
16766 # The linker used to build libraries.
16767 LD=$lt_LD_CXX
16768
16769 # How to create reloadable object files.
16770 reload_flag=$lt_reload_flag_CXX
16771 reload_cmds=$lt_reload_cmds_CXX
16772
16773 # Commands used to build an old-style archive.
16774 old_archive_cmds=$lt_old_archive_cmds_CXX
16775
16776 # A language specific compiler.
16777 CC=$lt_compiler_CXX
16778
16779 # Is the compiler the GNU compiler?
16780 with_gcc=$GCC_CXX
16781
16782 # Compiler flag to turn off builtin functions.
16783 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
16784
16785 # How to pass a linker flag through the compiler.
16786 wl=$lt_lt_prog_compiler_wl_CXX
16787
16788 # Additional compiler flags for building library objects.
16789 pic_flag=$lt_lt_prog_compiler_pic_CXX
16790
16791 # Compiler flag to prevent dynamic linking.
16792 link_static_flag=$lt_lt_prog_compiler_static_CXX
16793
16794 # Does compiler simultaneously support -c and -o options?
16795 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
16796
16797 # Whether or not to add -lc for building shared libraries.
16798 build_libtool_need_lc=$archive_cmds_need_lc_CXX
16799
16800 # Whether or not to disallow shared libs when runtime libs are static.
16801 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
16802
16803 # Compiler flag to allow reflexive dlopens.
16804 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
16805
16806 # Compiler flag to generate shared objects directly from archives.
16807 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
16808
16809 # Whether the compiler copes with passing no objects directly.
16810 compiler_needs_object=$lt_compiler_needs_object_CXX
16811
16812 # Create an old-style archive from a shared archive.
16813 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
16814
16815 # Create a temporary old-style archive to link instead of a shared archive.
16816 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
16817
16818 # Commands used to build a shared archive.
16819 archive_cmds=$lt_archive_cmds_CXX
16820 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
16821
16822 # Commands used to build a loadable module if different from building
16823 # a shared archive.
16824 module_cmds=$lt_module_cmds_CXX
16825 module_expsym_cmds=$lt_module_expsym_cmds_CXX
16826
16827 # Whether we are building with GNU ld or not.
16828 with_gnu_ld=$lt_with_gnu_ld_CXX
16829
16830 # Flag that allows shared libraries with undefined symbols to be built.
16831 allow_undefined_flag=$lt_allow_undefined_flag_CXX
16832
16833 # Flag that enforces no undefined symbols.
16834 no_undefined_flag=$lt_no_undefined_flag_CXX
16835
16836 # Flag to hardcode \$libdir into a binary during linking.
16837 # This must work even if \$libdir does not exist
16838 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
16839
16840 # If ld is used when linking, flag to hardcode \$libdir into a binary
16841 # during linking. This must work even if \$libdir does not exist.
16842 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
16843
16844 # Whether we need a single "-rpath" flag with a separated argument.
16845 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
16846
16847 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16848 # DIR into the resulting binary.
16849 hardcode_direct=$hardcode_direct_CXX
16850
16851 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16852 # DIR into the resulting binary and the resulting library dependency is
16853 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16854 # library is relocated.
16855 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
16856
16857 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16858 # into the resulting binary.
16859 hardcode_minus_L=$hardcode_minus_L_CXX
16860
16861 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16862 # into the resulting binary.
16863 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
16864
16865 # Set to "yes" if building a shared library automatically hardcodes DIR
16866 # into the library and all subsequent libraries and executables linked
16867 # against it.
16868 hardcode_automatic=$hardcode_automatic_CXX
16869
16870 # Set to yes if linker adds runtime paths of dependent libraries
16871 # to runtime path list.
16872 inherit_rpath=$inherit_rpath_CXX
16873
16874 # Whether libtool must link a program against all its dependency libraries.
16875 link_all_deplibs=$link_all_deplibs_CXX
16876
16877 # Fix the shell variable \$srcfile for the compiler.
16878 fix_srcfile_path=$lt_fix_srcfile_path_CXX
16879
16880 # Set to "yes" if exported symbols are required.
16881 always_export_symbols=$always_export_symbols_CXX
16882
16883 # The commands to list exported symbols.
16884 export_symbols_cmds=$lt_export_symbols_cmds_CXX
16885
16886 # Symbols that should not be listed in the preloaded symbols.
16887 exclude_expsyms=$lt_exclude_expsyms_CXX
16888
16889 # Symbols that must always be exported.
16890 include_expsyms=$lt_include_expsyms_CXX
16891
16892 # Commands necessary for linking programs (against libraries) with templates.
16893 prelink_cmds=$lt_prelink_cmds_CXX
16894
16895 # Specify filename containing input files.
16896 file_list_spec=$lt_file_list_spec_CXX
16897
16898 # How to hardcode a shared library path into an executable.
16899 hardcode_action=$hardcode_action_CXX
16900
16901 # The directories searched by this compiler when creating a shared library.
16902 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
16903
16904 # Dependencies to place before and after the objects being linked to
16905 # create a shared library.
16906 predep_objects=$lt_predep_objects_CXX
16907 postdep_objects=$lt_postdep_objects_CXX
16908 predeps=$lt_predeps_CXX
16909 postdeps=$lt_postdeps_CXX
16910
16911 # The library search path used internally by the compiler when linking
16912 # a shared library.
16913 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
16914
16915 # ### END LIBTOOL TAG CONFIG: CXX
16916 _LT_EOF
16917
16918 ;;
16919
16920 esac
16921 done # for ac_tag
16922
16923
16924 as_fn_exit 0
16925 _ACEOF
16926 ac_clean_files=$ac_clean_files_save
16927
16928 test $ac_write_fail = 0 ||
16929 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16930
16931
16932 # configure is writing to config.log, and then calls config.status.
16933 # config.status does its own redirection, appending to config.log.
16934 # Unfortunately, on DOS this fails, as config.log is still kept open
16935 # by configure, so config.status won't be able to write to it; its
16936 # output is simply discarded. So we exec the FD to /dev/null,
16937 # effectively closing config.log, so it can be properly (re)opened and
16938 # appended to by config.status. When coming back to configure, we
16939 # need to make the FD available again.
16940 if test "$no_create" != yes; then
16941 ac_cs_success=:
16942 ac_config_status_args=
16943 test "$silent" = yes &&
16944 ac_config_status_args="$ac_config_status_args --quiet"
16945 exec 5>/dev/null
16946 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16947 exec 5>>config.log
16948 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16949 # would make configure fail if this is the last instruction.
16950 $ac_cs_success || as_fn_exit 1
16951 fi
16952 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16954 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16955 fi
16956