Remove obsolete IRIX 6.5 support
[gcc.git] / libjava / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for libjava version-unused.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
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 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172
173 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
174 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
175 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 PATH=/empty FPATH=/empty; export PATH FPATH
178 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
179 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
180 test \$(( 1 + 1 )) = 2 || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME='libjava'
558 PACKAGE_TARNAME='libjava'
559 PACKAGE_VERSION='version-unused'
560 PACKAGE_STRING='libjava version-unused'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="java/lang/System.java"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 enable_option_checking=no
602 ac_subst_vars='am__EXEEXT_FALSE
603 am__EXEEXT_TRUE
604 LTLIBOBJS
605 LIBOBJS
606 LIBDIR
607 OS
608 CPU
609 GCJ_BIN_DIR
610 JRE_LIB_DIR
611 JRE_BIN_DIR
612 SDK_INCLUDE_DIR
613 SDK_LIB_DIR
614 SDK_BIN_DIR
615 SDK_LNK
616 JRE_LNK
617 JRE_DIR
618 JVM_JAR_DIR
619 JVM_JAR_ROOT_DIR
620 JVM_ROOT_DIR
621 BUILD_VERSION
622 JAVA_VERSION
623 gcc_suffix
624 CREATE_JAVA_HOME_FALSE
625 CREATE_JAVA_HOME_TRUE
626 INSTALL_AOT_RPM_FALSE
627 INSTALL_AOT_RPM_TRUE
628 MAKE
629 python_mod_dir_expanded
630 python_mod_dir
631 here
632 LD_FINISH_STATIC_SPEC
633 LD_START_STATIC_SPEC
634 ANONVERSCRIPT_SUN_FALSE
635 ANONVERSCRIPT_SUN_TRUE
636 ANONVERSCRIPT_GNU_FALSE
637 ANONVERSCRIPT_GNU_TRUE
638 ANONVERSCRIPT_FALSE
639 ANONVERSCRIPT_TRUE
640 SYSDEP_SOURCES
641 PERL
642 libstdcxx_incdir
643 gxx_include_dir
644 gcjsubdir
645 dbexecdir
646 GCJVERSION
647 toolexeclibdir
648 toolexecmainlibdir
649 toolexecdir
650 LIBGCC_UNWIND_INCLUDE
651 INSTALL_BINARIES_FALSE
652 INSTALL_BINARIES_TRUE
653 NEEDS_DATA_START_FALSE
654 NEEDS_DATA_START_TRUE
655 ENABLE_SHARED_FALSE
656 ENABLE_SHARED_TRUE
657 NATIVE_FALSE
658 NATIVE_TRUE
659 ATOMICSPEC
660 IEEESPEC
661 BACKTRACESPEC
662 EXCEPTIONSPEC
663 CHECKREFSPEC
664 DIVIDESPEC
665 ZINCS
666 SYS_ZLIBS
667 ZLIBS
668 CLASSPATH_SEPARATOR
669 LIBART_LIBS
670 LIBART_CFLAGS
671 GLIB_LIBS
672 GLIB_CFLAGS
673 GTK_LIBS
674 GTK_CFLAGS
675 PKG_CONFIG
676 LDLIBICONV
677 LTLIBICONV
678 LIBICONV
679 USING_GCC_FALSE
680 USING_GCC_TRUE
681 HASH_SYNC_SPEC
682 LIBGCJ_BC_SPEC
683 LIBGCJ_SPEC
684 USE_LIBGCJ_BC_FALSE
685 USE_LIBGCJ_BC_TRUE
686 USING_NO_THREADS_FALSE
687 USING_NO_THREADS_TRUE
688 USING_WIN32_THREADS_FALSE
689 USING_WIN32_THREADS_TRUE
690 USING_POSIX_THREADS_FALSE
691 USING_POSIX_THREADS_TRUE
692 THREADCXXFLAGS
693 THREADLDFLAGS
694 THREADSTARTFILESPEC
695 THREADSPEC
696 THREADDEPS
697 THREADINCS
698 THREADLIBS
699 USING_NOGC_FALSE
700 USING_NOGC_TRUE
701 USING_BOEHMGC_FALSE
702 USING_BOEHMGC_TRUE
703 GCTESTSPEC
704 JC1GCSPEC
705 GCSPEC
706 GCDEPS
707 GCINCS
708 GCLIBS
709 LIBGCJTESTSPEC
710 LIBMATHSPEC
711 LIBSTDCXXSPEC
712 extra_ldflags
713 extra_ldflags_libjava
714 X_EXTRA_LIBS
715 X_LIBS
716 X_PRE_LIBS
717 X_CFLAGS
718 XMKMF
719 ZLIBTESTSPEC
720 ZLIBSPEC
721 SYSTEMSPEC
722 USING_DARWIN_CRT_FALSE
723 USING_DARWIN_CRT_TRUE
724 USING_POSIX_PLATFORM_FALSE
725 USING_POSIX_PLATFORM_TRUE
726 USING_WIN32_PLATFORM_FALSE
727 USING_WIN32_PLATFORM_TRUE
728 PLATFORM
729 LIBFFIINCS
730 LIBFFI
731 INTERPRETER_FALSE
732 INTERPRETER_TRUE
733 INTERPRETER
734 BUILD_LIBGCJ_REDUCED_REFLECTION_FALSE
735 BUILD_LIBGCJ_REDUCED_REFLECTION_TRUE
736 SUPPRESS_LIBGCJ_BC_FALSE
737 SUPPRESS_LIBGCJ_BC_TRUE
738 JAVA_HOME
739 JAVA_HOME_SET_FALSE
740 JAVA_HOME_SET_TRUE
741 INSTALL_ECJ_JAR_FALSE
742 INSTALL_ECJ_JAR_TRUE
743 BUILD_ECJ1_FALSE
744 BUILD_ECJ1_TRUE
745 ECJ_JAR
746 ECJ_BUILD_JAR
747 TESTSUBDIR_FALSE
748 TESTSUBDIR_TRUE
749 subdirs
750 am__fastdepGCJ_FALSE
751 am__fastdepGCJ_TRUE
752 GCJDEPMODE
753 GCJFLAGS
754 ac_ct_GCJ
755 GCJ
756 lt_host_flags
757 CXXCPP
758 CPP
759 OTOOL64
760 OTOOL
761 LIPO
762 NMEDIT
763 DSYMUTIL
764 OBJDUMP
765 NM
766 ac_ct_DUMPBIN
767 DUMPBIN
768 FGREP
769 EGREP
770 GREP
771 SED
772 LIBTOOL
773 DIRLTDL
774 LIBLTDL
775 INCLTDL
776 host_exeext
777 GCJH
778 GCC_FOR_ECJX
779 GCJ_FOR_ECJX
780 X_AWT_FALSE
781 X_AWT_TRUE
782 XLIB_AWT_FALSE
783 XLIB_AWT_TRUE
784 TOOLKIT
785 LIBGCJDEBUG
786 BUILD_SUBLIBS_FALSE
787 BUILD_SUBLIBS_TRUE
788 LIBGCJ_LD_EXPORT_ALL
789 LIBGCJ_LD_SYMBOLIC_FUNCTIONS
790 LIBGCJ_LD_SYMBOLIC
791 LIBGCJ_SUBLIB_CORE_EXTRA_DEPS
792 LIBGCJ_SUBLIB_LTFLAGS
793 LIBGCJ_JAVAFLAGS
794 LIBGCJ_CXXFLAGS
795 LIBGCJ_CFLAGS
796 MAINT
797 MAINTAINER_MODE_FALSE
798 MAINTAINER_MODE_TRUE
799 UNZIP
800 ZIP
801 JAR
802 DLLTOOL
803 RANLIB
804 AR
805 LD
806 AS
807 am__fastdepCXX_FALSE
808 am__fastdepCXX_TRUE
809 CXXDEPMODE
810 am__fastdepCC_FALSE
811 am__fastdepCC_TRUE
812 CCDEPMODE
813 AMDEPBACKSLASH
814 AMDEP_FALSE
815 AMDEP_TRUE
816 am__quote
817 am__include
818 DEPDIR
819 am__untar
820 am__tar
821 AMTAR
822 am__leading_dot
823 SET_MAKE
824 AWK
825 mkdir_p
826 MKDIR_P
827 INSTALL_STRIP_PROGRAM
828 STRIP
829 install_sh
830 MAKEINFO
831 AUTOHEADER
832 AUTOMAKE
833 AUTOCONF
834 ACLOCAL
835 VERSION
836 PACKAGE
837 CYGPATH_W
838 am__isrc
839 INSTALL_DATA
840 INSTALL_SCRIPT
841 INSTALL_PROGRAM
842 ac_ct_CXX
843 CXXFLAGS
844 CXX
845 OBJEXT
846 EXEEXT
847 ac_ct_CC
848 CPPFLAGS
849 LDFLAGS
850 CFLAGS
851 CC
852 JAVA_MAINTAINER_MODE_FALSE
853 JAVA_MAINTAINER_MODE_TRUE
854 CREATE_GJDOC_FALSE
855 CREATE_GJDOC_TRUE
856 ANTLR_JAR
857 mkinstalldirs
858 LN_S
859 target_noncanonical
860 target_os
861 target_vendor
862 target_cpu
863 target
864 host_os
865 host_vendor
866 host_cpu
867 host
868 multi_basedir
869 target_subdir
870 host_subdir
871 build_subdir
872 build_libsubdir
873 build_os
874 build_vendor
875 build_cpu
876 build
877 target_alias
878 host_alias
879 build_alias
880 LIBS
881 ECHO_T
882 ECHO_N
883 ECHO_C
884 DEFS
885 mandir
886 localedir
887 libdir
888 psdir
889 pdfdir
890 dvidir
891 htmldir
892 infodir
893 docdir
894 oldincludedir
895 includedir
896 localstatedir
897 sharedstatedir
898 sysconfdir
899 datadir
900 datarootdir
901 libexecdir
902 sbindir
903 bindir
904 program_transform_name
905 prefix
906 exec_prefix
907 PACKAGE_URL
908 PACKAGE_BUGREPORT
909 PACKAGE_STRING
910 PACKAGE_VERSION
911 PACKAGE_TARNAME
912 PACKAGE_NAME
913 PATH_SEPARATOR
914 SHELL'
915 ac_subst_files=''
916 ac_user_opts='
917 enable_option_checking
918 with_build_libsubdir
919 with_target_subdir
920 enable_multilib
921 with_cross_host
922 with_newlib
923 enable_version_specific_runtime_libs
924 enable_browser_plugin
925 enable_gconf_peer
926 with_antlr_jar
927 enable_gjdoc
928 enable_java_maintainer_mode
929 enable_dependency_tracking
930 enable_maintainer_mode
931 enable_libgcj_sublibs
932 enable_libgcj_debug
933 with_escher
934 enable_java_awt
935 enable_shared
936 enable_static
937 with_pic
938 enable_fast_install
939 with_gnu_ld
940 enable_libtool_lock
941 enable_getenv_properties
942 enable_hash_synchronization
943 with_ecj_jar
944 with_java_home
945 enable_libgcj_bc
946 enable_reduced_reflection
947 with_win32_nlsapi
948 enable_gc_debug
949 enable_interpreter
950 enable_sjlj_exceptions
951 enable_java_net
952 with_libffi
953 enable_jvmpi
954 with_ecos
955 with_system_zlib
956 with_x
957 enable_java_gc
958 enable_rpath
959 with_libiconv_prefix
960 enable_tls
961 with_system_libunwind
962 enable_symvers
963 with_python_dir
964 enable_aot_compile_rpm
965 enable_java_home
966 with_gcc_suffix
967 with_arch_directory
968 with_os_directory
969 with_origin_name
970 with_arch_suffix
971 with_jvm_root_dir
972 with_jvm_jar_dir
973 '
974 ac_precious_vars='build_alias
975 host_alias
976 target_alias
977 CC
978 CFLAGS
979 LDFLAGS
980 LIBS
981 CPPFLAGS
982 CXX
983 CXXFLAGS
984 CCC
985 CPP
986 CXXCPP
987 XMKMF'
988 ac_subdirs_all='classpath libltdl'
989
990 # Initialize some variables set by options.
991 ac_init_help=
992 ac_init_version=false
993 ac_unrecognized_opts=
994 ac_unrecognized_sep=
995 # The variables have the same names as the options, with
996 # dashes changed to underlines.
997 cache_file=/dev/null
998 exec_prefix=NONE
999 no_create=
1000 no_recursion=
1001 prefix=NONE
1002 program_prefix=NONE
1003 program_suffix=NONE
1004 program_transform_name=s,x,x,
1005 silent=
1006 site=
1007 srcdir=
1008 verbose=
1009 x_includes=NONE
1010 x_libraries=NONE
1011
1012 # Installation directory options.
1013 # These are left unexpanded so users can "make install exec_prefix=/foo"
1014 # and all the variables that are supposed to be based on exec_prefix
1015 # by default will actually change.
1016 # Use braces instead of parens because sh, perl, etc. also accept them.
1017 # (The list follows the same order as the GNU Coding Standards.)
1018 bindir='${exec_prefix}/bin'
1019 sbindir='${exec_prefix}/sbin'
1020 libexecdir='${exec_prefix}/libexec'
1021 datarootdir='${prefix}/share'
1022 datadir='${datarootdir}'
1023 sysconfdir='${prefix}/etc'
1024 sharedstatedir='${prefix}/com'
1025 localstatedir='${prefix}/var'
1026 includedir='${prefix}/include'
1027 oldincludedir='/usr/include'
1028 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1029 infodir='${datarootdir}/info'
1030 htmldir='${docdir}'
1031 dvidir='${docdir}'
1032 pdfdir='${docdir}'
1033 psdir='${docdir}'
1034 libdir='${exec_prefix}/lib'
1035 localedir='${datarootdir}/locale'
1036 mandir='${datarootdir}/man'
1037
1038 ac_prev=
1039 ac_dashdash=
1040 for ac_option
1041 do
1042 # If the previous option needs an argument, assign it.
1043 if test -n "$ac_prev"; then
1044 eval $ac_prev=\$ac_option
1045 ac_prev=
1046 continue
1047 fi
1048
1049 case $ac_option in
1050 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1051 *) ac_optarg=yes ;;
1052 esac
1053
1054 # Accept the important Cygnus configure options, so we can diagnose typos.
1055
1056 case $ac_dashdash$ac_option in
1057 --)
1058 ac_dashdash=yes ;;
1059
1060 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1061 ac_prev=bindir ;;
1062 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1063 bindir=$ac_optarg ;;
1064
1065 -build | --build | --buil | --bui | --bu)
1066 ac_prev=build_alias ;;
1067 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1068 build_alias=$ac_optarg ;;
1069
1070 -cache-file | --cache-file | --cache-fil | --cache-fi \
1071 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1072 ac_prev=cache_file ;;
1073 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1074 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1075 cache_file=$ac_optarg ;;
1076
1077 --config-cache | -C)
1078 cache_file=config.cache ;;
1079
1080 -datadir | --datadir | --datadi | --datad)
1081 ac_prev=datadir ;;
1082 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1083 datadir=$ac_optarg ;;
1084
1085 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1086 | --dataroo | --dataro | --datar)
1087 ac_prev=datarootdir ;;
1088 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1089 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1090 datarootdir=$ac_optarg ;;
1091
1092 -disable-* | --disable-*)
1093 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1094 # Reject names that are not valid shell variable names.
1095 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1096 as_fn_error "invalid feature name: $ac_useropt"
1097 ac_useropt_orig=$ac_useropt
1098 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1099 case $ac_user_opts in
1100 *"
1101 "enable_$ac_useropt"
1102 "*) ;;
1103 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1104 ac_unrecognized_sep=', ';;
1105 esac
1106 eval enable_$ac_useropt=no ;;
1107
1108 -docdir | --docdir | --docdi | --doc | --do)
1109 ac_prev=docdir ;;
1110 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1111 docdir=$ac_optarg ;;
1112
1113 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1114 ac_prev=dvidir ;;
1115 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1116 dvidir=$ac_optarg ;;
1117
1118 -enable-* | --enable-*)
1119 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1120 # Reject names that are not valid shell variable names.
1121 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1122 as_fn_error "invalid feature name: $ac_useropt"
1123 ac_useropt_orig=$ac_useropt
1124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1125 case $ac_user_opts in
1126 *"
1127 "enable_$ac_useropt"
1128 "*) ;;
1129 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1130 ac_unrecognized_sep=', ';;
1131 esac
1132 eval enable_$ac_useropt=\$ac_optarg ;;
1133
1134 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1135 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1136 | --exec | --exe | --ex)
1137 ac_prev=exec_prefix ;;
1138 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1139 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1140 | --exec=* | --exe=* | --ex=*)
1141 exec_prefix=$ac_optarg ;;
1142
1143 -gas | --gas | --ga | --g)
1144 # Obsolete; use --with-gas.
1145 with_gas=yes ;;
1146
1147 -help | --help | --hel | --he | -h)
1148 ac_init_help=long ;;
1149 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1150 ac_init_help=recursive ;;
1151 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1152 ac_init_help=short ;;
1153
1154 -host | --host | --hos | --ho)
1155 ac_prev=host_alias ;;
1156 -host=* | --host=* | --hos=* | --ho=*)
1157 host_alias=$ac_optarg ;;
1158
1159 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1160 ac_prev=htmldir ;;
1161 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1162 | --ht=*)
1163 htmldir=$ac_optarg ;;
1164
1165 -includedir | --includedir | --includedi | --included | --include \
1166 | --includ | --inclu | --incl | --inc)
1167 ac_prev=includedir ;;
1168 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1169 | --includ=* | --inclu=* | --incl=* | --inc=*)
1170 includedir=$ac_optarg ;;
1171
1172 -infodir | --infodir | --infodi | --infod | --info | --inf)
1173 ac_prev=infodir ;;
1174 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1175 infodir=$ac_optarg ;;
1176
1177 -libdir | --libdir | --libdi | --libd)
1178 ac_prev=libdir ;;
1179 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1180 libdir=$ac_optarg ;;
1181
1182 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1183 | --libexe | --libex | --libe)
1184 ac_prev=libexecdir ;;
1185 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1186 | --libexe=* | --libex=* | --libe=*)
1187 libexecdir=$ac_optarg ;;
1188
1189 -localedir | --localedir | --localedi | --localed | --locale)
1190 ac_prev=localedir ;;
1191 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1192 localedir=$ac_optarg ;;
1193
1194 -localstatedir | --localstatedir | --localstatedi | --localstated \
1195 | --localstate | --localstat | --localsta | --localst | --locals)
1196 ac_prev=localstatedir ;;
1197 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1198 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1199 localstatedir=$ac_optarg ;;
1200
1201 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1202 ac_prev=mandir ;;
1203 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1204 mandir=$ac_optarg ;;
1205
1206 -nfp | --nfp | --nf)
1207 # Obsolete; use --without-fp.
1208 with_fp=no ;;
1209
1210 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1211 | --no-cr | --no-c | -n)
1212 no_create=yes ;;
1213
1214 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1215 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1216 no_recursion=yes ;;
1217
1218 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1219 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1220 | --oldin | --oldi | --old | --ol | --o)
1221 ac_prev=oldincludedir ;;
1222 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1223 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1224 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1225 oldincludedir=$ac_optarg ;;
1226
1227 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1228 ac_prev=prefix ;;
1229 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1230 prefix=$ac_optarg ;;
1231
1232 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1233 | --program-pre | --program-pr | --program-p)
1234 ac_prev=program_prefix ;;
1235 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1236 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1237 program_prefix=$ac_optarg ;;
1238
1239 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1240 | --program-suf | --program-su | --program-s)
1241 ac_prev=program_suffix ;;
1242 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1243 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1244 program_suffix=$ac_optarg ;;
1245
1246 -program-transform-name | --program-transform-name \
1247 | --program-transform-nam | --program-transform-na \
1248 | --program-transform-n | --program-transform- \
1249 | --program-transform | --program-transfor \
1250 | --program-transfo | --program-transf \
1251 | --program-trans | --program-tran \
1252 | --progr-tra | --program-tr | --program-t)
1253 ac_prev=program_transform_name ;;
1254 -program-transform-name=* | --program-transform-name=* \
1255 | --program-transform-nam=* | --program-transform-na=* \
1256 | --program-transform-n=* | --program-transform-=* \
1257 | --program-transform=* | --program-transfor=* \
1258 | --program-transfo=* | --program-transf=* \
1259 | --program-trans=* | --program-tran=* \
1260 | --progr-tra=* | --program-tr=* | --program-t=*)
1261 program_transform_name=$ac_optarg ;;
1262
1263 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1264 ac_prev=pdfdir ;;
1265 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1266 pdfdir=$ac_optarg ;;
1267
1268 -psdir | --psdir | --psdi | --psd | --ps)
1269 ac_prev=psdir ;;
1270 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1271 psdir=$ac_optarg ;;
1272
1273 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1274 | -silent | --silent | --silen | --sile | --sil)
1275 silent=yes ;;
1276
1277 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1278 ac_prev=sbindir ;;
1279 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1280 | --sbi=* | --sb=*)
1281 sbindir=$ac_optarg ;;
1282
1283 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1284 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1285 | --sharedst | --shareds | --shared | --share | --shar \
1286 | --sha | --sh)
1287 ac_prev=sharedstatedir ;;
1288 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1289 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1290 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1291 | --sha=* | --sh=*)
1292 sharedstatedir=$ac_optarg ;;
1293
1294 -site | --site | --sit)
1295 ac_prev=site ;;
1296 -site=* | --site=* | --sit=*)
1297 site=$ac_optarg ;;
1298
1299 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1300 ac_prev=srcdir ;;
1301 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1302 srcdir=$ac_optarg ;;
1303
1304 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1305 | --syscon | --sysco | --sysc | --sys | --sy)
1306 ac_prev=sysconfdir ;;
1307 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1308 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1309 sysconfdir=$ac_optarg ;;
1310
1311 -target | --target | --targe | --targ | --tar | --ta | --t)
1312 ac_prev=target_alias ;;
1313 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1314 target_alias=$ac_optarg ;;
1315
1316 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1317 verbose=yes ;;
1318
1319 -version | --version | --versio | --versi | --vers | -V)
1320 ac_init_version=: ;;
1321
1322 -with-* | --with-*)
1323 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1324 # Reject names that are not valid shell variable names.
1325 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1326 as_fn_error "invalid package name: $ac_useropt"
1327 ac_useropt_orig=$ac_useropt
1328 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1329 case $ac_user_opts in
1330 *"
1331 "with_$ac_useropt"
1332 "*) ;;
1333 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1334 ac_unrecognized_sep=', ';;
1335 esac
1336 eval with_$ac_useropt=\$ac_optarg ;;
1337
1338 -without-* | --without-*)
1339 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1340 # Reject names that are not valid shell variable names.
1341 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1342 as_fn_error "invalid package name: $ac_useropt"
1343 ac_useropt_orig=$ac_useropt
1344 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1345 case $ac_user_opts in
1346 *"
1347 "with_$ac_useropt"
1348 "*) ;;
1349 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1350 ac_unrecognized_sep=', ';;
1351 esac
1352 eval with_$ac_useropt=no ;;
1353
1354 --x)
1355 # Obsolete; use --with-x.
1356 with_x=yes ;;
1357
1358 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1359 | --x-incl | --x-inc | --x-in | --x-i)
1360 ac_prev=x_includes ;;
1361 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1362 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1363 x_includes=$ac_optarg ;;
1364
1365 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1366 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1367 ac_prev=x_libraries ;;
1368 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1369 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1370 x_libraries=$ac_optarg ;;
1371
1372 -*) as_fn_error "unrecognized option: \`$ac_option'
1373 Try \`$0 --help' for more information."
1374 ;;
1375
1376 *=*)
1377 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1378 # Reject names that are not valid shell variable names.
1379 case $ac_envvar in #(
1380 '' | [0-9]* | *[!_$as_cr_alnum]* )
1381 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1382 esac
1383 eval $ac_envvar=\$ac_optarg
1384 export $ac_envvar ;;
1385
1386 *)
1387 # FIXME: should be removed in autoconf 3.0.
1388 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1389 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1390 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1391 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1392 ;;
1393
1394 esac
1395 done
1396
1397 if test -n "$ac_prev"; then
1398 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1399 as_fn_error "missing argument to $ac_option"
1400 fi
1401
1402 if test -n "$ac_unrecognized_opts"; then
1403 case $enable_option_checking in
1404 no) ;;
1405 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1406 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1407 esac
1408 fi
1409
1410 # Check all directory arguments for consistency.
1411 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1412 datadir sysconfdir sharedstatedir localstatedir includedir \
1413 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1414 libdir localedir mandir
1415 do
1416 eval ac_val=\$$ac_var
1417 # Remove trailing slashes.
1418 case $ac_val in
1419 */ )
1420 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1421 eval $ac_var=\$ac_val;;
1422 esac
1423 # Be sure to have absolute directory names.
1424 case $ac_val in
1425 [\\/$]* | ?:[\\/]* ) continue;;
1426 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1427 esac
1428 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1429 done
1430
1431 # There might be people who depend on the old broken behavior: `$host'
1432 # used to hold the argument of --host etc.
1433 # FIXME: To remove some day.
1434 build=$build_alias
1435 host=$host_alias
1436 target=$target_alias
1437
1438 # FIXME: To remove some day.
1439 if test "x$host_alias" != x; then
1440 if test "x$build_alias" = x; then
1441 cross_compiling=maybe
1442 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1443 If a cross compiler is detected then cross compile mode will be used." >&2
1444 elif test "x$build_alias" != "x$host_alias"; then
1445 cross_compiling=yes
1446 fi
1447 fi
1448
1449 ac_tool_prefix=
1450 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1451
1452 test "$silent" = yes && exec 6>/dev/null
1453
1454
1455 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1456 ac_ls_di=`ls -di .` &&
1457 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1458 as_fn_error "working directory cannot be determined"
1459 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1460 as_fn_error "pwd does not report name of working directory"
1461
1462
1463 # Find the source files, if location was not specified.
1464 if test -z "$srcdir"; then
1465 ac_srcdir_defaulted=yes
1466 # Try the directory containing this script, then the parent directory.
1467 ac_confdir=`$as_dirname -- "$as_myself" ||
1468 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1469 X"$as_myself" : 'X\(//\)[^/]' \| \
1470 X"$as_myself" : 'X\(//\)$' \| \
1471 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1472 $as_echo X"$as_myself" |
1473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1474 s//\1/
1475 q
1476 }
1477 /^X\(\/\/\)[^/].*/{
1478 s//\1/
1479 q
1480 }
1481 /^X\(\/\/\)$/{
1482 s//\1/
1483 q
1484 }
1485 /^X\(\/\).*/{
1486 s//\1/
1487 q
1488 }
1489 s/.*/./; q'`
1490 srcdir=$ac_confdir
1491 if test ! -r "$srcdir/$ac_unique_file"; then
1492 srcdir=..
1493 fi
1494 else
1495 ac_srcdir_defaulted=no
1496 fi
1497 if test ! -r "$srcdir/$ac_unique_file"; then
1498 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1499 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1500 fi
1501 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1502 ac_abs_confdir=`(
1503 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1504 pwd)`
1505 # When building in place, set srcdir=.
1506 if test "$ac_abs_confdir" = "$ac_pwd"; then
1507 srcdir=.
1508 fi
1509 # Remove unnecessary trailing slashes from srcdir.
1510 # Double slashes in file names in object file debugging info
1511 # mess up M-x gdb in Emacs.
1512 case $srcdir in
1513 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1514 esac
1515 for ac_var in $ac_precious_vars; do
1516 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1517 eval ac_env_${ac_var}_value=\$${ac_var}
1518 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1519 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1520 done
1521
1522 #
1523 # Report the --help message.
1524 #
1525 if test "$ac_init_help" = "long"; then
1526 # Omit some internal or obsolete options to make the list less imposing.
1527 # This message is too long to be a string in the A/UX 3.1 sh.
1528 cat <<_ACEOF
1529 \`configure' configures libjava version-unused to adapt to many kinds of systems.
1530
1531 Usage: $0 [OPTION]... [VAR=VALUE]...
1532
1533 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1534 VAR=VALUE. See below for descriptions of some of the useful variables.
1535
1536 Defaults for the options are specified in brackets.
1537
1538 Configuration:
1539 -h, --help display this help and exit
1540 --help=short display options specific to this package
1541 --help=recursive display the short help of all the included packages
1542 -V, --version display version information and exit
1543 -q, --quiet, --silent do not print \`checking...' messages
1544 --cache-file=FILE cache test results in FILE [disabled]
1545 -C, --config-cache alias for \`--cache-file=config.cache'
1546 -n, --no-create do not create output files
1547 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1548
1549 Installation directories:
1550 --prefix=PREFIX install architecture-independent files in PREFIX
1551 [$ac_default_prefix]
1552 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1553 [PREFIX]
1554
1555 By default, \`make install' will install all the files in
1556 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1557 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1558 for instance \`--prefix=\$HOME'.
1559
1560 For better control, use the options below.
1561
1562 Fine tuning of the installation directories:
1563 --bindir=DIR user executables [EPREFIX/bin]
1564 --sbindir=DIR system admin executables [EPREFIX/sbin]
1565 --libexecdir=DIR program executables [EPREFIX/libexec]
1566 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1567 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1568 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1569 --libdir=DIR object code libraries [EPREFIX/lib]
1570 --includedir=DIR C header files [PREFIX/include]
1571 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1572 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1573 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1574 --infodir=DIR info documentation [DATAROOTDIR/info]
1575 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1576 --mandir=DIR man documentation [DATAROOTDIR/man]
1577 --docdir=DIR documentation root [DATAROOTDIR/doc/libjava]
1578 --htmldir=DIR html documentation [DOCDIR]
1579 --dvidir=DIR dvi documentation [DOCDIR]
1580 --pdfdir=DIR pdf documentation [DOCDIR]
1581 --psdir=DIR ps documentation [DOCDIR]
1582 _ACEOF
1583
1584 cat <<\_ACEOF
1585
1586 Program names:
1587 --program-prefix=PREFIX prepend PREFIX to installed program names
1588 --program-suffix=SUFFIX append SUFFIX to installed program names
1589 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1590
1591 X features:
1592 --x-includes=DIR X include files are in DIR
1593 --x-libraries=DIR X library files are in DIR
1594
1595 System types:
1596 --build=BUILD configure for building on BUILD [guessed]
1597 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1598 --target=TARGET configure for building compilers for TARGET [HOST]
1599 _ACEOF
1600 fi
1601
1602 if test -n "$ac_init_help"; then
1603 case $ac_init_help in
1604 short | recursive ) echo "Configuration of libjava version-unused:";;
1605 esac
1606 cat <<\_ACEOF
1607
1608 Optional Features:
1609 --disable-option-checking ignore unrecognized --enable/--with options
1610 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1611 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1612 --enable-multilib build many library versions (default)
1613 --enable-version-specific-runtime-libs
1614 specify that runtime libraries should be installed
1615 in a compiler-specific directory
1616 --enable-browser-plugin build gcjwebplugin web browser plugin
1617 --enable-gconf-peer compile GConf native peers for util.preferences
1618 --disable-gjdoc compile GJDoc (disabled by --disable-gjdoc)
1619 default=yes
1620 --enable-java-maintainer-mode
1621 allow rebuilding of .class and .h files
1622 --disable-dependency-tracking speeds up one-time build
1623 --enable-dependency-tracking do not reject slow dependency extractors
1624 --enable-maintainer-mode enable make rules and dependencies not useful
1625 (and sometimes confusing) to the casual installer
1626 --enable-libgcj-sublibs build libgcj as many sub-libraries
1627 --enable-libgcj-debug enable runtime debugging code
1628 --enable-java-awt list of AWT peer implementations to be built
1629 --enable-shared[=PKGS] build shared libraries [default=yes]
1630 --enable-static[=PKGS] build static libraries [default=yes]
1631 --enable-fast-install[=PKGS]
1632 optimize for fast installation [default=yes]
1633 --disable-libtool-lock avoid locking (might break parallel builds)
1634 --disable-getenv-properties
1635 don't set system properties from GCJ_PROPERTIES
1636 --enable-hash-synchronization
1637 use global hash table for monitor locks
1638 --enable-libgcj-bc enable(default) or disable BC ABI for portions of
1639 libgcj
1640 --enable-reduced-reflection
1641 enable or disable(default) -freduced-reflection when
1642 building portions of libgcj
1643 --enable-gc-debug include full support for pointer backtracing etc.
1644 --enable-interpreter enable interpreter
1645 --enable-sjlj-exceptions
1646 force use of builtin_setjmp for exceptions
1647 --disable-java-net disable java.net
1648 --disable-jvmpi disable JVMPI support
1649 --enable-java-gc=TYPE choose garbage collector (default is boehm)
1650 --disable-rpath do not hardcode runtime library paths
1651 --enable-tls Use thread-local storage [default=yes]
1652 --disable-symvers disable symbol versioning for libjava
1653 --enable-aot-compile-rpm
1654 enable installation of aot-compile-rpm [default=no]
1655 --enable-java-home create a standard JDK-style directory layout in the
1656 install tree [default=no]
1657
1658 Optional Packages:
1659 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1660 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1661 --with-build-libsubdir=DIR Directory where to find libraries for build system
1662 --with-target-subdir=SUBDIR
1663 configure in a subdirectory
1664 --with-cross-host=HOST configure with a cross compiler from HOST
1665 --with-newlib configure with newlib
1666 --with-antlr-jar=file Use ANTLR from the specified jar file
1667 --with-escher=ABS.PATH specify path to escher dir or JAR for X peers
1668 --with-pic try to use only PIC/non-PIC objects [default=use
1669 both]
1670 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1671 --with-ecj-jar=FILE use preinstalled ecj jar
1672 --with-java-home=DIRECTORY
1673 value of java.home system property
1674 --with-win32-nlsapi=ansi or unicows or unicode
1675 native MinGW libgcj Win32 OS API (default is ansi)
1676 --without-libffi don't use libffi
1677 --with-ecos enable runtime eCos target support
1678 --with-system-zlib use installed libz
1679 --with-x use the X Window System
1680 --with-gnu-ld assume the C compiler uses GNU ld default=no
1681 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1682 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1683 --with-system-libunwind use installed libunwind
1684 --with-python-dir the location to install Python modules. This path
1685 should NOT include the prefix.
1686 --with-gcc-suffix the GCC tool suffix (defaults to empty string)
1687 --with-arch-directory the arch directory under jre/lib (defaults to
1688 auto-detect)
1689 --with-os-directory the os directory under include (defaults to
1690 auto-detect)
1691 --with-origin-name the JPackage origin name of this package (default is
1692 gcj${gcc_suffix}
1693 --with-arch-suffix the arch directory suffix (default is the empty
1694 string
1695 --with-jvm-root-dir where to install SDK (default is ${prefix}/lib/jvm)
1696 --with-jvm-jar-dir where to install jars (default is
1697 ${prefix}/lib/jvm-exports)
1698
1699 Some influential environment variables:
1700 CC C compiler command
1701 CFLAGS C compiler flags
1702 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1703 nonstandard directory <lib dir>
1704 LIBS libraries to pass to the linker, e.g. -l<library>
1705 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1706 you have headers in a nonstandard directory <include dir>
1707 CXX C++ compiler command
1708 CXXFLAGS C++ compiler flags
1709 CPP C preprocessor
1710 CXXCPP C++ preprocessor
1711 XMKMF Path to xmkmf, Makefile generator for X Window System
1712
1713 Use these variables to override the choices made by `configure' or to help
1714 it to find libraries and programs with nonstandard names/locations.
1715
1716 Report bugs to the package provider.
1717 _ACEOF
1718 ac_status=$?
1719 fi
1720
1721 if test "$ac_init_help" = "recursive"; then
1722 # If there are subdirs, report their specific --help.
1723 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1724 test -d "$ac_dir" ||
1725 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1726 continue
1727 ac_builddir=.
1728
1729 case "$ac_dir" in
1730 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1731 *)
1732 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1733 # A ".." for each directory in $ac_dir_suffix.
1734 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1735 case $ac_top_builddir_sub in
1736 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1737 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1738 esac ;;
1739 esac
1740 ac_abs_top_builddir=$ac_pwd
1741 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1742 # for backward compatibility:
1743 ac_top_builddir=$ac_top_build_prefix
1744
1745 case $srcdir in
1746 .) # We are building in place.
1747 ac_srcdir=.
1748 ac_top_srcdir=$ac_top_builddir_sub
1749 ac_abs_top_srcdir=$ac_pwd ;;
1750 [\\/]* | ?:[\\/]* ) # Absolute name.
1751 ac_srcdir=$srcdir$ac_dir_suffix;
1752 ac_top_srcdir=$srcdir
1753 ac_abs_top_srcdir=$srcdir ;;
1754 *) # Relative name.
1755 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1756 ac_top_srcdir=$ac_top_build_prefix$srcdir
1757 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1758 esac
1759 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1760
1761 cd "$ac_dir" || { ac_status=$?; continue; }
1762 # Check for guested configure.
1763 if test -f "$ac_srcdir/configure.gnu"; then
1764 echo &&
1765 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1766 elif test -f "$ac_srcdir/configure"; then
1767 echo &&
1768 $SHELL "$ac_srcdir/configure" --help=recursive
1769 else
1770 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1771 fi || ac_status=$?
1772 cd "$ac_pwd" || { ac_status=$?; break; }
1773 done
1774 fi
1775
1776 test -n "$ac_init_help" && exit $ac_status
1777 if $ac_init_version; then
1778 cat <<\_ACEOF
1779 libjava configure version-unused
1780 generated by GNU Autoconf 2.64
1781
1782 Copyright (C) 2009 Free Software Foundation, Inc.
1783 This configure script is free software; the Free Software Foundation
1784 gives unlimited permission to copy, distribute and modify it.
1785 _ACEOF
1786 exit
1787 fi
1788
1789 ## ------------------------ ##
1790 ## Autoconf initialization. ##
1791 ## ------------------------ ##
1792
1793 # ac_fn_c_try_compile LINENO
1794 # --------------------------
1795 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1796 ac_fn_c_try_compile ()
1797 {
1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 rm -f conftest.$ac_objext
1800 if { { ac_try="$ac_compile"
1801 case "(($ac_try" in
1802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1803 *) ac_try_echo=$ac_try;;
1804 esac
1805 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1806 $as_echo "$ac_try_echo"; } >&5
1807 (eval "$ac_compile") 2>conftest.err
1808 ac_status=$?
1809 if test -s conftest.err; then
1810 grep -v '^ *+' conftest.err >conftest.er1
1811 cat conftest.er1 >&5
1812 mv -f conftest.er1 conftest.err
1813 fi
1814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1815 test $ac_status = 0; } && {
1816 test -z "$ac_c_werror_flag" ||
1817 test ! -s conftest.err
1818 } && test -s conftest.$ac_objext; then :
1819 ac_retval=0
1820 else
1821 $as_echo "$as_me: failed program was:" >&5
1822 sed 's/^/| /' conftest.$ac_ext >&5
1823
1824 ac_retval=1
1825 fi
1826 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827 return $ac_retval
1828
1829 } # ac_fn_c_try_compile
1830
1831 # ac_fn_cxx_try_compile LINENO
1832 # ----------------------------
1833 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1834 ac_fn_cxx_try_compile ()
1835 {
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 rm -f conftest.$ac_objext
1838 if { { ac_try="$ac_compile"
1839 case "(($ac_try" in
1840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1841 *) ac_try_echo=$ac_try;;
1842 esac
1843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844 $as_echo "$ac_try_echo"; } >&5
1845 (eval "$ac_compile") 2>conftest.err
1846 ac_status=$?
1847 if test -s conftest.err; then
1848 grep -v '^ *+' conftest.err >conftest.er1
1849 cat conftest.er1 >&5
1850 mv -f conftest.er1 conftest.err
1851 fi
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; } && {
1854 test -z "$ac_cxx_werror_flag" ||
1855 test ! -s conftest.err
1856 } && test -s conftest.$ac_objext; then :
1857 ac_retval=0
1858 else
1859 $as_echo "$as_me: failed program was:" >&5
1860 sed 's/^/| /' conftest.$ac_ext >&5
1861
1862 ac_retval=1
1863 fi
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1865 return $ac_retval
1866
1867 } # ac_fn_cxx_try_compile
1868
1869 # ac_fn_c_try_link LINENO
1870 # -----------------------
1871 # Try to link conftest.$ac_ext, and return whether this succeeded.
1872 ac_fn_c_try_link ()
1873 {
1874 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1875 rm -f conftest.$ac_objext conftest$ac_exeext
1876 if { { ac_try="$ac_link"
1877 case "(($ac_try" in
1878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1879 *) ac_try_echo=$ac_try;;
1880 esac
1881 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1882 $as_echo "$ac_try_echo"; } >&5
1883 (eval "$ac_link") 2>conftest.err
1884 ac_status=$?
1885 if test -s conftest.err; then
1886 grep -v '^ *+' conftest.err >conftest.er1
1887 cat conftest.er1 >&5
1888 mv -f conftest.er1 conftest.err
1889 fi
1890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1891 test $ac_status = 0; } && {
1892 test -z "$ac_c_werror_flag" ||
1893 test ! -s conftest.err
1894 } && test -s conftest$ac_exeext && {
1895 test "$cross_compiling" = yes ||
1896 $as_test_x conftest$ac_exeext
1897 }; then :
1898 ac_retval=0
1899 else
1900 $as_echo "$as_me: failed program was:" >&5
1901 sed 's/^/| /' conftest.$ac_ext >&5
1902
1903 ac_retval=1
1904 fi
1905 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1906 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1907 # interfere with the next link command; also delete a directory that is
1908 # left behind by Apple's compiler. We do this before executing the actions.
1909 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1910 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1911 return $ac_retval
1912
1913 } # ac_fn_c_try_link
1914
1915 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1916 # -------------------------------------------------------
1917 # Tests whether HEADER exists and can be compiled using the include files in
1918 # INCLUDES, setting the cache variable VAR accordingly.
1919 ac_fn_c_check_header_compile ()
1920 {
1921 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923 $as_echo_n "checking for $2... " >&6; }
1924 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1925 $as_echo_n "(cached) " >&6
1926 else
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928 /* end confdefs.h. */
1929 $4
1930 #include <$2>
1931 _ACEOF
1932 if ac_fn_c_try_compile "$LINENO"; then :
1933 eval "$3=yes"
1934 else
1935 eval "$3=no"
1936 fi
1937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1938 fi
1939 eval ac_res=\$$3
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1941 $as_echo "$ac_res" >&6; }
1942 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1943
1944 } # ac_fn_c_check_header_compile
1945
1946 # ac_fn_c_try_cpp LINENO
1947 # ----------------------
1948 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1949 ac_fn_c_try_cpp ()
1950 {
1951 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1952 if { { ac_try="$ac_cpp conftest.$ac_ext"
1953 case "(($ac_try" in
1954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1955 *) ac_try_echo=$ac_try;;
1956 esac
1957 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1958 $as_echo "$ac_try_echo"; } >&5
1959 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1960 ac_status=$?
1961 if test -s conftest.err; then
1962 grep -v '^ *+' conftest.err >conftest.er1
1963 cat conftest.er1 >&5
1964 mv -f conftest.er1 conftest.err
1965 fi
1966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1967 test $ac_status = 0; } >/dev/null && {
1968 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1969 test ! -s conftest.err
1970 }; then :
1971 ac_retval=0
1972 else
1973 $as_echo "$as_me: failed program was:" >&5
1974 sed 's/^/| /' conftest.$ac_ext >&5
1975
1976 ac_retval=1
1977 fi
1978 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1979 return $ac_retval
1980
1981 } # ac_fn_c_try_cpp
1982
1983 # ac_fn_c_try_run LINENO
1984 # ----------------------
1985 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1986 # that executables *can* be run.
1987 ac_fn_c_try_run ()
1988 {
1989 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1990 if { { ac_try="$ac_link"
1991 case "(($ac_try" in
1992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1993 *) ac_try_echo=$ac_try;;
1994 esac
1995 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1996 $as_echo "$ac_try_echo"; } >&5
1997 (eval "$ac_link") 2>&5
1998 ac_status=$?
1999 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2000 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2001 { { case "(($ac_try" in
2002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2003 *) ac_try_echo=$ac_try;;
2004 esac
2005 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2006 $as_echo "$ac_try_echo"; } >&5
2007 (eval "$ac_try") 2>&5
2008 ac_status=$?
2009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2010 test $ac_status = 0; }; }; then :
2011 ac_retval=0
2012 else
2013 $as_echo "$as_me: program exited with status $ac_status" >&5
2014 $as_echo "$as_me: failed program was:" >&5
2015 sed 's/^/| /' conftest.$ac_ext >&5
2016
2017 ac_retval=$ac_status
2018 fi
2019 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2020 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2021 return $ac_retval
2022
2023 } # ac_fn_c_try_run
2024
2025 # ac_fn_c_check_func LINENO FUNC VAR
2026 # ----------------------------------
2027 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2028 ac_fn_c_check_func ()
2029 {
2030 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2032 $as_echo_n "checking for $2... " >&6; }
2033 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2034 $as_echo_n "(cached) " >&6
2035 else
2036 if test x$gcc_no_link = xyes; then
2037 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
2038 fi
2039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2040 /* end confdefs.h. */
2041 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2043 #define $2 innocuous_$2
2044
2045 /* System header to define __stub macros and hopefully few prototypes,
2046 which can conflict with char $2 (); below.
2047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2048 <limits.h> exists even on freestanding compilers. */
2049
2050 #ifdef __STDC__
2051 # include <limits.h>
2052 #else
2053 # include <assert.h>
2054 #endif
2055
2056 #undef $2
2057
2058 /* Override any GCC internal prototype to avoid an error.
2059 Use char because int might match the return type of a GCC
2060 builtin and then its argument prototype would still apply. */
2061 #ifdef __cplusplus
2062 extern "C"
2063 #endif
2064 char $2 ();
2065 /* The GNU C library defines this for functions which it implements
2066 to always fail with ENOSYS. Some functions are actually named
2067 something starting with __ and the normal name is an alias. */
2068 #if defined __stub_$2 || defined __stub___$2
2069 choke me
2070 #endif
2071
2072 int
2073 main ()
2074 {
2075 return $2 ();
2076 ;
2077 return 0;
2078 }
2079 _ACEOF
2080 if ac_fn_c_try_link "$LINENO"; then :
2081 eval "$3=yes"
2082 else
2083 eval "$3=no"
2084 fi
2085 rm -f core conftest.err conftest.$ac_objext \
2086 conftest$ac_exeext conftest.$ac_ext
2087 fi
2088 eval ac_res=\$$3
2089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2090 $as_echo "$ac_res" >&6; }
2091 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2092
2093 } # ac_fn_c_check_func
2094
2095 # ac_fn_cxx_try_cpp LINENO
2096 # ------------------------
2097 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2098 ac_fn_cxx_try_cpp ()
2099 {
2100 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2101 if { { ac_try="$ac_cpp conftest.$ac_ext"
2102 case "(($ac_try" in
2103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2104 *) ac_try_echo=$ac_try;;
2105 esac
2106 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2107 $as_echo "$ac_try_echo"; } >&5
2108 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2109 ac_status=$?
2110 if test -s conftest.err; then
2111 grep -v '^ *+' conftest.err >conftest.er1
2112 cat conftest.er1 >&5
2113 mv -f conftest.er1 conftest.err
2114 fi
2115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2116 test $ac_status = 0; } >/dev/null && {
2117 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2118 test ! -s conftest.err
2119 }; then :
2120 ac_retval=0
2121 else
2122 $as_echo "$as_me: failed program was:" >&5
2123 sed 's/^/| /' conftest.$ac_ext >&5
2124
2125 ac_retval=1
2126 fi
2127 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2128 return $ac_retval
2129
2130 } # ac_fn_cxx_try_cpp
2131
2132 # ac_fn_cxx_try_link LINENO
2133 # -------------------------
2134 # Try to link conftest.$ac_ext, and return whether this succeeded.
2135 ac_fn_cxx_try_link ()
2136 {
2137 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2138 rm -f conftest.$ac_objext conftest$ac_exeext
2139 if { { ac_try="$ac_link"
2140 case "(($ac_try" in
2141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2142 *) ac_try_echo=$ac_try;;
2143 esac
2144 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2145 $as_echo "$ac_try_echo"; } >&5
2146 (eval "$ac_link") 2>conftest.err
2147 ac_status=$?
2148 if test -s conftest.err; then
2149 grep -v '^ *+' conftest.err >conftest.er1
2150 cat conftest.er1 >&5
2151 mv -f conftest.er1 conftest.err
2152 fi
2153 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2154 test $ac_status = 0; } && {
2155 test -z "$ac_cxx_werror_flag" ||
2156 test ! -s conftest.err
2157 } && test -s conftest$ac_exeext && {
2158 test "$cross_compiling" = yes ||
2159 $as_test_x conftest$ac_exeext
2160 }; then :
2161 ac_retval=0
2162 else
2163 $as_echo "$as_me: failed program was:" >&5
2164 sed 's/^/| /' conftest.$ac_ext >&5
2165
2166 ac_retval=1
2167 fi
2168 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2169 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2170 # interfere with the next link command; also delete a directory that is
2171 # left behind by Apple's compiler. We do this before executing the actions.
2172 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2173 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2174 return $ac_retval
2175
2176 } # ac_fn_cxx_try_link
2177
2178 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2179 # -------------------------------------------------------
2180 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2181 # the include files in INCLUDES and setting the cache variable VAR
2182 # accordingly.
2183 ac_fn_c_check_header_mongrel ()
2184 {
2185 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2186 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2188 $as_echo_n "checking for $2... " >&6; }
2189 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2190 $as_echo_n "(cached) " >&6
2191 fi
2192 eval ac_res=\$$3
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2194 $as_echo "$ac_res" >&6; }
2195 else
2196 # Is the header compilable?
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2198 $as_echo_n "checking $2 usability... " >&6; }
2199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2200 /* end confdefs.h. */
2201 $4
2202 #include <$2>
2203 _ACEOF
2204 if ac_fn_c_try_compile "$LINENO"; then :
2205 ac_header_compiler=yes
2206 else
2207 ac_header_compiler=no
2208 fi
2209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2211 $as_echo "$ac_header_compiler" >&6; }
2212
2213 # Is the header present?
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2215 $as_echo_n "checking $2 presence... " >&6; }
2216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2217 /* end confdefs.h. */
2218 #include <$2>
2219 _ACEOF
2220 if ac_fn_c_try_cpp "$LINENO"; then :
2221 ac_header_preproc=yes
2222 else
2223 ac_header_preproc=no
2224 fi
2225 rm -f conftest.err conftest.$ac_ext
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2227 $as_echo "$ac_header_preproc" >&6; }
2228
2229 # So? What about this header?
2230 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2231 yes:no: )
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2233 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2235 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2236 ;;
2237 no:yes:* )
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2239 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2241 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2243 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2245 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2247 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2248 ;;
2249 esac
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2251 $as_echo_n "checking for $2... " >&6; }
2252 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2253 $as_echo_n "(cached) " >&6
2254 else
2255 eval "$3=\$ac_header_compiler"
2256 fi
2257 eval ac_res=\$$3
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2259 $as_echo "$ac_res" >&6; }
2260 fi
2261 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2262
2263 } # ac_fn_c_check_header_mongrel
2264
2265 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2266 # ----------------------------------------------------
2267 # Tries to find if the field MEMBER exists in type AGGR, after including
2268 # INCLUDES, setting cache variable VAR accordingly.
2269 ac_fn_c_check_member ()
2270 {
2271 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2273 $as_echo_n "checking for $2.$3... " >&6; }
2274 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2275 $as_echo_n "(cached) " >&6
2276 else
2277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2278 /* end confdefs.h. */
2279 $5
2280 int
2281 main ()
2282 {
2283 static $2 ac_aggr;
2284 if (ac_aggr.$3)
2285 return 0;
2286 ;
2287 return 0;
2288 }
2289 _ACEOF
2290 if ac_fn_c_try_compile "$LINENO"; then :
2291 eval "$4=yes"
2292 else
2293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2294 /* end confdefs.h. */
2295 $5
2296 int
2297 main ()
2298 {
2299 static $2 ac_aggr;
2300 if (sizeof ac_aggr.$3)
2301 return 0;
2302 ;
2303 return 0;
2304 }
2305 _ACEOF
2306 if ac_fn_c_try_compile "$LINENO"; then :
2307 eval "$4=yes"
2308 else
2309 eval "$4=no"
2310 fi
2311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2312 fi
2313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2314 fi
2315 eval ac_res=\$$4
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2317 $as_echo "$ac_res" >&6; }
2318 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2319
2320 } # ac_fn_c_check_member
2321
2322 # ac_fn_c_check_decl LINENO SYMBOL VAR
2323 # ------------------------------------
2324 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2325 ac_fn_c_check_decl ()
2326 {
2327 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2328 as_decl_name=`echo $2|sed 's/ *(.*//'`
2329 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2331 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2332 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2333 $as_echo_n "(cached) " >&6
2334 else
2335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2336 /* end confdefs.h. */
2337 $4
2338 int
2339 main ()
2340 {
2341 #ifndef $as_decl_name
2342 #ifdef __cplusplus
2343 (void) $as_decl_use;
2344 #else
2345 (void) $as_decl_name;
2346 #endif
2347 #endif
2348
2349 ;
2350 return 0;
2351 }
2352 _ACEOF
2353 if ac_fn_c_try_compile "$LINENO"; then :
2354 eval "$3=yes"
2355 else
2356 eval "$3=no"
2357 fi
2358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2359 fi
2360 eval ac_res=\$$3
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2362 $as_echo "$ac_res" >&6; }
2363 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2364
2365 } # ac_fn_c_check_decl
2366
2367 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2368 # --------------------------------------------
2369 # Tries to find the compile-time value of EXPR in a program that includes
2370 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2371 # computed
2372 ac_fn_c_compute_int ()
2373 {
2374 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2375 if test "$cross_compiling" = yes; then
2376 # Depending upon the size, compute the lo and hi bounds.
2377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2378 /* end confdefs.h. */
2379 $4
2380 int
2381 main ()
2382 {
2383 static int test_array [1 - 2 * !(($2) >= 0)];
2384 test_array [0] = 0
2385
2386 ;
2387 return 0;
2388 }
2389 _ACEOF
2390 if ac_fn_c_try_compile "$LINENO"; then :
2391 ac_lo=0 ac_mid=0
2392 while :; do
2393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2394 /* end confdefs.h. */
2395 $4
2396 int
2397 main ()
2398 {
2399 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2400 test_array [0] = 0
2401
2402 ;
2403 return 0;
2404 }
2405 _ACEOF
2406 if ac_fn_c_try_compile "$LINENO"; then :
2407 ac_hi=$ac_mid; break
2408 else
2409 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2410 if test $ac_lo -le $ac_mid; then
2411 ac_lo= ac_hi=
2412 break
2413 fi
2414 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2415 fi
2416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2417 done
2418 else
2419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2420 /* end confdefs.h. */
2421 $4
2422 int
2423 main ()
2424 {
2425 static int test_array [1 - 2 * !(($2) < 0)];
2426 test_array [0] = 0
2427
2428 ;
2429 return 0;
2430 }
2431 _ACEOF
2432 if ac_fn_c_try_compile "$LINENO"; then :
2433 ac_hi=-1 ac_mid=-1
2434 while :; do
2435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2436 /* end confdefs.h. */
2437 $4
2438 int
2439 main ()
2440 {
2441 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2442 test_array [0] = 0
2443
2444 ;
2445 return 0;
2446 }
2447 _ACEOF
2448 if ac_fn_c_try_compile "$LINENO"; then :
2449 ac_lo=$ac_mid; break
2450 else
2451 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2452 if test $ac_mid -le $ac_hi; then
2453 ac_lo= ac_hi=
2454 break
2455 fi
2456 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2457 fi
2458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2459 done
2460 else
2461 ac_lo= ac_hi=
2462 fi
2463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2464 fi
2465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2466 # Binary search between lo and hi bounds.
2467 while test "x$ac_lo" != "x$ac_hi"; do
2468 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2470 /* end confdefs.h. */
2471 $4
2472 int
2473 main ()
2474 {
2475 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2476 test_array [0] = 0
2477
2478 ;
2479 return 0;
2480 }
2481 _ACEOF
2482 if ac_fn_c_try_compile "$LINENO"; then :
2483 ac_hi=$ac_mid
2484 else
2485 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2486 fi
2487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2488 done
2489 case $ac_lo in #((
2490 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2491 '') ac_retval=1 ;;
2492 esac
2493 else
2494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2495 /* end confdefs.h. */
2496 $4
2497 static long int longval () { return $2; }
2498 static unsigned long int ulongval () { return $2; }
2499 #include <stdio.h>
2500 #include <stdlib.h>
2501 int
2502 main ()
2503 {
2504
2505 FILE *f = fopen ("conftest.val", "w");
2506 if (! f)
2507 return 1;
2508 if (($2) < 0)
2509 {
2510 long int i = longval ();
2511 if (i != ($2))
2512 return 1;
2513 fprintf (f, "%ld", i);
2514 }
2515 else
2516 {
2517 unsigned long int i = ulongval ();
2518 if (i != ($2))
2519 return 1;
2520 fprintf (f, "%lu", i);
2521 }
2522 /* Do not output a trailing newline, as this causes \r\n confusion
2523 on some platforms. */
2524 return ferror (f) || fclose (f) != 0;
2525
2526 ;
2527 return 0;
2528 }
2529 _ACEOF
2530 if ac_fn_c_try_run "$LINENO"; then :
2531 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2532 else
2533 ac_retval=1
2534 fi
2535 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2536 conftest.$ac_objext conftest.beam conftest.$ac_ext
2537 rm -f conftest.val
2538
2539 fi
2540 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2541 return $ac_retval
2542
2543 } # ac_fn_c_compute_int
2544
2545 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2546 # -------------------------------------------
2547 # Tests whether TYPE exists after having included INCLUDES, setting cache
2548 # variable VAR accordingly.
2549 ac_fn_c_check_type ()
2550 {
2551 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2553 $as_echo_n "checking for $2... " >&6; }
2554 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2555 $as_echo_n "(cached) " >&6
2556 else
2557 eval "$3=no"
2558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2559 /* end confdefs.h. */
2560 $4
2561 int
2562 main ()
2563 {
2564 if (sizeof ($2))
2565 return 0;
2566 ;
2567 return 0;
2568 }
2569 _ACEOF
2570 if ac_fn_c_try_compile "$LINENO"; then :
2571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2572 /* end confdefs.h. */
2573 $4
2574 int
2575 main ()
2576 {
2577 if (sizeof (($2)))
2578 return 0;
2579 ;
2580 return 0;
2581 }
2582 _ACEOF
2583 if ac_fn_c_try_compile "$LINENO"; then :
2584
2585 else
2586 eval "$3=yes"
2587 fi
2588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2589 fi
2590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2591 fi
2592 eval ac_res=\$$3
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2594 $as_echo "$ac_res" >&6; }
2595 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2596
2597 } # ac_fn_c_check_type
2598 cat >config.log <<_ACEOF
2599 This file contains any messages produced by compilers while
2600 running configure, to aid debugging if configure makes a mistake.
2601
2602 It was created by libjava $as_me version-unused, which was
2603 generated by GNU Autoconf 2.64. Invocation command line was
2604
2605 $ $0 $@
2606
2607 _ACEOF
2608 exec 5>>config.log
2609 {
2610 cat <<_ASUNAME
2611 ## --------- ##
2612 ## Platform. ##
2613 ## --------- ##
2614
2615 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2616 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2617 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2618 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2619 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2620
2621 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2622 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2623
2624 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2625 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2626 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2627 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2628 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2629 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2630 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2631
2632 _ASUNAME
2633
2634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2635 for as_dir in $PATH
2636 do
2637 IFS=$as_save_IFS
2638 test -z "$as_dir" && as_dir=.
2639 $as_echo "PATH: $as_dir"
2640 done
2641 IFS=$as_save_IFS
2642
2643 } >&5
2644
2645 cat >&5 <<_ACEOF
2646
2647
2648 ## ----------- ##
2649 ## Core tests. ##
2650 ## ----------- ##
2651
2652 _ACEOF
2653
2654
2655 # Keep a trace of the command line.
2656 # Strip out --no-create and --no-recursion so they do not pile up.
2657 # Strip out --silent because we don't want to record it for future runs.
2658 # Also quote any args containing shell meta-characters.
2659 # Make two passes to allow for proper duplicate-argument suppression.
2660 ac_configure_args=
2661 ac_configure_args0=
2662 ac_configure_args1=
2663 ac_must_keep_next=false
2664 for ac_pass in 1 2
2665 do
2666 for ac_arg
2667 do
2668 case $ac_arg in
2669 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2670 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2671 | -silent | --silent | --silen | --sile | --sil)
2672 continue ;;
2673 *\'*)
2674 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2675 esac
2676 case $ac_pass in
2677 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2678 2)
2679 as_fn_append ac_configure_args1 " '$ac_arg'"
2680 if test $ac_must_keep_next = true; then
2681 ac_must_keep_next=false # Got value, back to normal.
2682 else
2683 case $ac_arg in
2684 *=* | --config-cache | -C | -disable-* | --disable-* \
2685 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2686 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2687 | -with-* | --with-* | -without-* | --without-* | --x)
2688 case "$ac_configure_args0 " in
2689 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2690 esac
2691 ;;
2692 -* ) ac_must_keep_next=true ;;
2693 esac
2694 fi
2695 as_fn_append ac_configure_args " '$ac_arg'"
2696 ;;
2697 esac
2698 done
2699 done
2700 { ac_configure_args0=; unset ac_configure_args0;}
2701 { ac_configure_args1=; unset ac_configure_args1;}
2702
2703 # When interrupted or exit'd, cleanup temporary files, and complete
2704 # config.log. We remove comments because anyway the quotes in there
2705 # would cause problems or look ugly.
2706 # WARNING: Use '\'' to represent an apostrophe within the trap.
2707 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2708 trap 'exit_status=$?
2709 # Save into config.log some information that might help in debugging.
2710 {
2711 echo
2712
2713 cat <<\_ASBOX
2714 ## ---------------- ##
2715 ## Cache variables. ##
2716 ## ---------------- ##
2717 _ASBOX
2718 echo
2719 # The following way of writing the cache mishandles newlines in values,
2720 (
2721 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2722 eval ac_val=\$$ac_var
2723 case $ac_val in #(
2724 *${as_nl}*)
2725 case $ac_var in #(
2726 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2727 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2728 esac
2729 case $ac_var in #(
2730 _ | IFS | as_nl) ;; #(
2731 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2732 *) { eval $ac_var=; unset $ac_var;} ;;
2733 esac ;;
2734 esac
2735 done
2736 (set) 2>&1 |
2737 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2738 *${as_nl}ac_space=\ *)
2739 sed -n \
2740 "s/'\''/'\''\\\\'\'''\''/g;
2741 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2742 ;; #(
2743 *)
2744 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2745 ;;
2746 esac |
2747 sort
2748 )
2749 echo
2750
2751 cat <<\_ASBOX
2752 ## ----------------- ##
2753 ## Output variables. ##
2754 ## ----------------- ##
2755 _ASBOX
2756 echo
2757 for ac_var in $ac_subst_vars
2758 do
2759 eval ac_val=\$$ac_var
2760 case $ac_val in
2761 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2762 esac
2763 $as_echo "$ac_var='\''$ac_val'\''"
2764 done | sort
2765 echo
2766
2767 if test -n "$ac_subst_files"; then
2768 cat <<\_ASBOX
2769 ## ------------------- ##
2770 ## File substitutions. ##
2771 ## ------------------- ##
2772 _ASBOX
2773 echo
2774 for ac_var in $ac_subst_files
2775 do
2776 eval ac_val=\$$ac_var
2777 case $ac_val in
2778 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2779 esac
2780 $as_echo "$ac_var='\''$ac_val'\''"
2781 done | sort
2782 echo
2783 fi
2784
2785 if test -s confdefs.h; then
2786 cat <<\_ASBOX
2787 ## ----------- ##
2788 ## confdefs.h. ##
2789 ## ----------- ##
2790 _ASBOX
2791 echo
2792 cat confdefs.h
2793 echo
2794 fi
2795 test "$ac_signal" != 0 &&
2796 $as_echo "$as_me: caught signal $ac_signal"
2797 $as_echo "$as_me: exit $exit_status"
2798 } >&5
2799 rm -f core *.core core.conftest.* &&
2800 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2801 exit $exit_status
2802 ' 0
2803 for ac_signal in 1 2 13 15; do
2804 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2805 done
2806 ac_signal=0
2807
2808 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2809 rm -f -r conftest* confdefs.h
2810
2811 $as_echo "/* confdefs.h */" > confdefs.h
2812
2813 # Predefined preprocessor variables.
2814
2815 cat >>confdefs.h <<_ACEOF
2816 #define PACKAGE_NAME "$PACKAGE_NAME"
2817 _ACEOF
2818
2819 cat >>confdefs.h <<_ACEOF
2820 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2821 _ACEOF
2822
2823 cat >>confdefs.h <<_ACEOF
2824 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2825 _ACEOF
2826
2827 cat >>confdefs.h <<_ACEOF
2828 #define PACKAGE_STRING "$PACKAGE_STRING"
2829 _ACEOF
2830
2831 cat >>confdefs.h <<_ACEOF
2832 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2833 _ACEOF
2834
2835 cat >>confdefs.h <<_ACEOF
2836 #define PACKAGE_URL "$PACKAGE_URL"
2837 _ACEOF
2838
2839
2840 # Let the site file select an alternate cache file if it wants to.
2841 # Prefer an explicitly selected file to automatically selected ones.
2842 ac_site_file1=NONE
2843 ac_site_file2=NONE
2844 if test -n "$CONFIG_SITE"; then
2845 ac_site_file1=$CONFIG_SITE
2846 elif test "x$prefix" != xNONE; then
2847 ac_site_file1=$prefix/share/config.site
2848 ac_site_file2=$prefix/etc/config.site
2849 else
2850 ac_site_file1=$ac_default_prefix/share/config.site
2851 ac_site_file2=$ac_default_prefix/etc/config.site
2852 fi
2853 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2854 do
2855 test "x$ac_site_file" = xNONE && continue
2856 if test -r "$ac_site_file"; then
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2858 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2859 sed 's/^/| /' "$ac_site_file" >&5
2860 . "$ac_site_file"
2861 fi
2862 done
2863
2864 if test -r "$cache_file"; then
2865 # Some versions of bash will fail to source /dev/null (special
2866 # files actually), so we avoid doing that.
2867 if test -f "$cache_file"; then
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2869 $as_echo "$as_me: loading cache $cache_file" >&6;}
2870 case $cache_file in
2871 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2872 *) . "./$cache_file";;
2873 esac
2874 fi
2875 else
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2877 $as_echo "$as_me: creating cache $cache_file" >&6;}
2878 >$cache_file
2879 fi
2880
2881 # Check that the precious variables saved in the cache have kept the same
2882 # value.
2883 ac_cache_corrupted=false
2884 for ac_var in $ac_precious_vars; do
2885 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2886 eval ac_new_set=\$ac_env_${ac_var}_set
2887 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2888 eval ac_new_val=\$ac_env_${ac_var}_value
2889 case $ac_old_set,$ac_new_set in
2890 set,)
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2892 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2893 ac_cache_corrupted=: ;;
2894 ,set)
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2896 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2897 ac_cache_corrupted=: ;;
2898 ,);;
2899 *)
2900 if test "x$ac_old_val" != "x$ac_new_val"; then
2901 # differences in whitespace do not lead to failure.
2902 ac_old_val_w=`echo x $ac_old_val`
2903 ac_new_val_w=`echo x $ac_new_val`
2904 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2906 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2907 ac_cache_corrupted=:
2908 else
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2910 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2911 eval $ac_var=\$ac_old_val
2912 fi
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2914 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2916 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2917 fi;;
2918 esac
2919 # Pass precious variables to config.status.
2920 if test "$ac_new_set" = set; then
2921 case $ac_new_val in
2922 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2923 *) ac_arg=$ac_var=$ac_new_val ;;
2924 esac
2925 case " $ac_configure_args " in
2926 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2927 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2928 esac
2929 fi
2930 done
2931 if $ac_cache_corrupted; then
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2933 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2935 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2936 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2937 fi
2938 ## -------------------- ##
2939 ## Main body of script. ##
2940 ## -------------------- ##
2941
2942 ac_ext=c
2943 ac_cpp='$CPP $CPPFLAGS'
2944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2947
2948
2949
2950
2951
2952
2953
2954
2955 ac_aux_dir=
2956 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2957 for ac_t in install-sh install.sh shtool; do
2958 if test -f "$ac_dir/$ac_t"; then
2959 ac_aux_dir=$ac_dir
2960 ac_install_sh="$ac_aux_dir/$ac_t -c"
2961 break 2
2962 fi
2963 done
2964 done
2965 if test -z "$ac_aux_dir"; then
2966 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2967 fi
2968
2969 # These three variables are undocumented and unsupported,
2970 # and are intended to be withdrawn in a future Autoconf release.
2971 # They can cause serious problems if a builder's source tree is in a directory
2972 # whose full name contains unusual characters.
2973 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2974 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2975 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2976
2977
2978 # Make sure we can run config.sub.
2979 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2980 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2981
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2983 $as_echo_n "checking build system type... " >&6; }
2984 if test "${ac_cv_build+set}" = set; then :
2985 $as_echo_n "(cached) " >&6
2986 else
2987 ac_build_alias=$build_alias
2988 test "x$ac_build_alias" = x &&
2989 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2990 test "x$ac_build_alias" = x &&
2991 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2992 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2993 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2994
2995 fi
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2997 $as_echo "$ac_cv_build" >&6; }
2998 case $ac_cv_build in
2999 *-*-*) ;;
3000 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3001 esac
3002 build=$ac_cv_build
3003 ac_save_IFS=$IFS; IFS='-'
3004 set x $ac_cv_build
3005 shift
3006 build_cpu=$1
3007 build_vendor=$2
3008 shift; shift
3009 # Remember, the first character of IFS is used to create $*,
3010 # except with old shells:
3011 build_os=$*
3012 IFS=$ac_save_IFS
3013 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3014
3015
3016 case ${build_alias} in
3017 "") build_noncanonical=${build} ;;
3018 *) build_noncanonical=${build_alias} ;;
3019 esac
3020
3021 case ${host_alias} in
3022 "") host_noncanonical=${build_noncanonical} ;;
3023 *) host_noncanonical=${host_alias} ;;
3024 esac
3025
3026 case ${target_alias} in
3027 "") target_noncanonical=${host_noncanonical} ;;
3028 *) target_noncanonical=${target_alias} ;;
3029 esac
3030
3031
3032 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
3033 # have matching libraries, they should use host libraries: Makefile.tpl
3034 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
3035 # However, they still use the build modules, because the corresponding
3036 # host modules (e.g. bison) are only built for the host when bootstrap
3037 # finishes. So:
3038 # - build_subdir is where we find build modules, and never changes.
3039 # - build_libsubdir is where we find build libraries, and can be overridden.
3040
3041 # Prefix 'build-' so this never conflicts with target_subdir.
3042 build_subdir="build-${build_noncanonical}"
3043
3044 # Check whether --with-build-libsubdir was given.
3045 if test "${with_build_libsubdir+set}" = set; then :
3046 withval=$with_build_libsubdir; build_libsubdir="$withval"
3047 else
3048 build_libsubdir="$build_subdir"
3049 fi
3050
3051 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
3052 if ( test $srcdir = . && test -d gcc ) \
3053 || test -d $srcdir/../host-${host_noncanonical}; then
3054 host_subdir="host-${host_noncanonical}"
3055 else
3056 host_subdir=.
3057 fi
3058 # No prefix.
3059 target_subdir=${target_noncanonical}
3060
3061
3062 # We use these options to decide which functions to include.
3063
3064 # Check whether --with-target-subdir was given.
3065 if test "${with_target_subdir+set}" = set; then :
3066 withval=$with_target_subdir;
3067 fi
3068
3069
3070 # We may get other options which we don't document:
3071 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3072
3073 # Find the rest of the source tree framework.
3074 # Default to --enable-multilib
3075 # Check whether --enable-multilib was given.
3076 if test "${enable_multilib+set}" = set; then :
3077 enableval=$enable_multilib; case "$enableval" in
3078 yes) multilib=yes ;;
3079 no) multilib=no ;;
3080 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
3081 esac
3082 else
3083 multilib=yes
3084 fi
3085
3086
3087 # We may get other options which we leave undocumented:
3088 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3089 # See config-ml.in if you want the gory details.
3090
3091 if test "$srcdir" = "."; then
3092 if test "$with_target_subdir" != "."; then
3093 multi_basedir="$srcdir/$with_multisrctop../.."
3094 else
3095 multi_basedir="$srcdir/$with_multisrctop.."
3096 fi
3097 else
3098 multi_basedir="$srcdir/.."
3099 fi
3100
3101
3102 # Even if the default multilib is not a cross compilation,
3103 # it may be that some of the other multilibs are.
3104 if test $cross_compiling = no && test $multilib = yes \
3105 && test "x${with_multisubdir}" != x ; then
3106 cross_compiling=maybe
3107 fi
3108
3109 ac_config_commands="$ac_config_commands default-1"
3110
3111
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3113 $as_echo_n "checking host system type... " >&6; }
3114 if test "${ac_cv_host+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test "x$host_alias" = x; then
3118 ac_cv_host=$ac_cv_build
3119 else
3120 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3121 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3122 fi
3123
3124 fi
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3126 $as_echo "$ac_cv_host" >&6; }
3127 case $ac_cv_host in
3128 *-*-*) ;;
3129 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3130 esac
3131 host=$ac_cv_host
3132 ac_save_IFS=$IFS; IFS='-'
3133 set x $ac_cv_host
3134 shift
3135 host_cpu=$1
3136 host_vendor=$2
3137 shift; shift
3138 # Remember, the first character of IFS is used to create $*,
3139 # except with old shells:
3140 host_os=$*
3141 IFS=$ac_save_IFS
3142 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3143
3144
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3146 $as_echo_n "checking target system type... " >&6; }
3147 if test "${ac_cv_target+set}" = set; then :
3148 $as_echo_n "(cached) " >&6
3149 else
3150 if test "x$target_alias" = x; then
3151 ac_cv_target=$ac_cv_host
3152 else
3153 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3154 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3155 fi
3156
3157 fi
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3159 $as_echo "$ac_cv_target" >&6; }
3160 case $ac_cv_target in
3161 *-*-*) ;;
3162 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
3163 esac
3164 target=$ac_cv_target
3165 ac_save_IFS=$IFS; IFS='-'
3166 set x $ac_cv_target
3167 shift
3168 target_cpu=$1
3169 target_vendor=$2
3170 shift; shift
3171 # Remember, the first character of IFS is used to create $*,
3172 # except with old shells:
3173 target_os=$*
3174 IFS=$ac_save_IFS
3175 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3176
3177
3178 # The aliases save the names the user supplied, while $host etc.
3179 # will get canonicalized.
3180 test -n "$target_alias" &&
3181 test "$program_prefix$program_suffix$program_transform_name" = \
3182 NONENONEs,x,x, &&
3183 program_prefix=${target_alias}-
3184
3185 case ${build_alias} in
3186 "") build_noncanonical=${build} ;;
3187 *) build_noncanonical=${build_alias} ;;
3188 esac
3189
3190 case ${target_alias} in
3191 "") target_noncanonical=${host_noncanonical} ;;
3192 *) target_noncanonical=${target_alias} ;;
3193 esac
3194
3195
3196
3197
3198 # This works around the fact that libtool configuration may change LD
3199 # for this particular configuration, but some shells, instead of
3200 # keeping the changes in LD private, export them just because LD is
3201 # exported.
3202 ORIGINAL_LD_FOR_MULTILIBS=$LD
3203
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
3205 $as_echo_n "checking whether ln -s works... " >&6; }
3206 LN_S=$as_ln_s
3207 if test "$LN_S" = "ln -s"; then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3209 $as_echo "yes" >&6; }
3210 else
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
3212 $as_echo "no, using $LN_S" >&6; }
3213 fi
3214
3215
3216 # This works around an automake problem.
3217 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
3218
3219
3220
3221 # Check whether --with-cross-host was given.
3222 if test "${with_cross_host+set}" = set; then :
3223 withval=$with_cross_host;
3224 fi
3225
3226
3227
3228 # Check whether --with-newlib was given.
3229 if test "${with_newlib+set}" = set; then :
3230 withval=$with_newlib;
3231 fi
3232
3233
3234 # Check whether --enable-version-specific-runtime-libs was given.
3235 if test "${enable_version_specific_runtime_libs+set}" = set; then :
3236 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
3237 yes) version_specific_libs=yes ;;
3238 no) version_specific_libs=no ;;
3239 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
3240 esac
3241 else
3242 version_specific_libs=no
3243
3244 fi
3245
3246
3247 # Check whether --enable-browser-plugin was given.
3248 if test "${enable_browser_plugin+set}" = set; then :
3249 enableval=$enable_browser_plugin; case "$enableval" in
3250 yes) browser_plugin_enabled=yes ;;
3251 no) browser_plugin_enabled=no ;;
3252 *) as_fn_error "Unknown argument to enable/disable browser plugin" "$LINENO" 5;;
3253 esac
3254 else
3255 browser_plugin_enabled=no
3256
3257 fi
3258
3259
3260 # Check whether --enable-gconf-peer was given.
3261 if test "${enable_gconf_peer+set}" = set; then :
3262 enableval=$enable_gconf_peer; case "$enableval" in
3263 yes) gconf_enabled=yes ;;
3264 no) gconf_enabled=no ;;
3265 *) as_fn_error "Unknown argument to enable/disable gconf-peer" "$LINENO" 5;;
3266 esac
3267 else
3268 gconf_enabled=no
3269
3270 fi
3271
3272
3273
3274 # Check whether --with-antlr-jar was given.
3275 if test "${with_antlr_jar+set}" = set; then :
3276 withval=$with_antlr_jar;
3277 ANTLR_JAR=$withval
3278
3279 else
3280
3281 ANTLR_JAR=
3282
3283 fi
3284
3285
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for antlr.jar" >&5
3287 $as_echo_n "checking for antlr.jar... " >&6; }
3288 if test "x$ANTLR_JAR" = x; then
3289 for antlr_lib_home in `ls -d /usr/local/share/antlr* 2> /dev/null` \
3290 /usr/share/antlr/lib /usr/share/java /usr/lib;
3291 do
3292 if test -f "$antlr_lib_home/antlr.jar"; then
3293 # FIXME: version check for antlr needed without using a VM
3294 ANTLR_JAR="$antlr_lib_home/antlr.jar"
3295 break
3296 fi
3297 done
3298 if test "x$ANTLR_JAR" = x; then
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
3300 $as_echo "not found" >&6; }
3301 else
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ANTLR_JAR" >&5
3303 $as_echo "$ANTLR_JAR" >&6; }
3304 fi
3305 else
3306 if test -f "${ANTLR_JAR}"; then
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ANTLR_JAR" >&5
3308 $as_echo "$ANTLR_JAR" >&6; }
3309 else
3310 as_fn_error "antlr jar file not found: $ANTLR_JAR" "$LINENO" 5
3311 fi
3312 fi
3313
3314
3315 # Check whether --enable-gjdoc was given.
3316 if test "${enable_gjdoc+set}" = set; then :
3317 enableval=$enable_gjdoc; case "${enableval}" in
3318 yes) BUILD_GJDOC=yes ;;
3319 no) BUILD_GJDOC=no ;;
3320 *) BUILD_GJDOC=yes ;;
3321 esac
3322 else
3323 BUILD_GJDOC=maybe
3324 fi
3325
3326
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gjdoc" >&5
3328 $as_echo_n "checking whether to build gjdoc... " >&6; }
3329 if test "x$BUILD_GJDOC" = xmaybe; then
3330 if test -f "${ANTLR_JAR}"; then
3331 BUILD_GJDOC=yes
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3333 $as_echo "yes" >&6; }
3334 else
3335 BUILD_GJDOC=no
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, antlr.jar not found" >&5
3337 $as_echo "no, antlr.jar not found" >&6; }
3338 fi
3339 else
3340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_GJDOC" >&5
3341 $as_echo "$BUILD_GJDOC" >&6; }
3342 fi
3343 if test "x${BUILD_GJDOC}" = xyes; then
3344 CREATE_GJDOC_TRUE=
3345 CREATE_GJDOC_FALSE='#'
3346 else
3347 CREATE_GJDOC_TRUE='#'
3348 CREATE_GJDOC_FALSE=
3349 fi
3350
3351
3352 # Check whether --enable-java-maintainer-mode was given.
3353 if test "${enable_java_maintainer_mode+set}" = set; then :
3354 enableval=$enable_java_maintainer_mode;
3355 fi
3356
3357 if test "$enable_java_maintainer_mode" = yes; then
3358 JAVA_MAINTAINER_MODE_TRUE=
3359 JAVA_MAINTAINER_MODE_FALSE='#'
3360 else
3361 JAVA_MAINTAINER_MODE_TRUE='#'
3362 JAVA_MAINTAINER_MODE_FALSE=
3363 fi
3364
3365
3366 # It may not be safe to run linking tests in AC_PROG_CC/AC_PROG_CXX.
3367
3368
3369 # For libstdc++-v3, -fno-builtin must be present here so that a
3370 # non-conflicting form of std::exit can be guessed by AC_PROG_CXX, and
3371 # used in later tests. This may not be necessary in libjava; I don't know.
3372 save_CXXFLAGS="$CXXFLAGS"
3373 CXXFLAGS="$CXXFLAGS -fno-builtin"
3374 ac_ext=c
3375 ac_cpp='$CPP $CPPFLAGS'
3376 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3377 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3378 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3379 if test -n "$ac_tool_prefix"; then
3380 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3381 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3383 $as_echo_n "checking for $ac_word... " >&6; }
3384 if test "${ac_cv_prog_CC+set}" = set; then :
3385 $as_echo_n "(cached) " >&6
3386 else
3387 if test -n "$CC"; then
3388 ac_cv_prog_CC="$CC" # Let the user override the test.
3389 else
3390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3391 for as_dir in $PATH
3392 do
3393 IFS=$as_save_IFS
3394 test -z "$as_dir" && as_dir=.
3395 for ac_exec_ext in '' $ac_executable_extensions; do
3396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3397 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3399 break 2
3400 fi
3401 done
3402 done
3403 IFS=$as_save_IFS
3404
3405 fi
3406 fi
3407 CC=$ac_cv_prog_CC
3408 if test -n "$CC"; then
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3410 $as_echo "$CC" >&6; }
3411 else
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3413 $as_echo "no" >&6; }
3414 fi
3415
3416
3417 fi
3418 if test -z "$ac_cv_prog_CC"; then
3419 ac_ct_CC=$CC
3420 # Extract the first word of "gcc", so it can be a program name with args.
3421 set dummy gcc; ac_word=$2
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3423 $as_echo_n "checking for $ac_word... " >&6; }
3424 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3425 $as_echo_n "(cached) " >&6
3426 else
3427 if test -n "$ac_ct_CC"; then
3428 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3429 else
3430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3431 for as_dir in $PATH
3432 do
3433 IFS=$as_save_IFS
3434 test -z "$as_dir" && as_dir=.
3435 for ac_exec_ext in '' $ac_executable_extensions; do
3436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3437 ac_cv_prog_ac_ct_CC="gcc"
3438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3439 break 2
3440 fi
3441 done
3442 done
3443 IFS=$as_save_IFS
3444
3445 fi
3446 fi
3447 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3448 if test -n "$ac_ct_CC"; then
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3450 $as_echo "$ac_ct_CC" >&6; }
3451 else
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3453 $as_echo "no" >&6; }
3454 fi
3455
3456 if test "x$ac_ct_CC" = x; then
3457 CC=""
3458 else
3459 case $cross_compiling:$ac_tool_warned in
3460 yes:)
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3462 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3463 ac_tool_warned=yes ;;
3464 esac
3465 CC=$ac_ct_CC
3466 fi
3467 else
3468 CC="$ac_cv_prog_CC"
3469 fi
3470
3471 if test -z "$CC"; then
3472 if test -n "$ac_tool_prefix"; then
3473 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3474 set dummy ${ac_tool_prefix}cc; ac_word=$2
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3476 $as_echo_n "checking for $ac_word... " >&6; }
3477 if test "${ac_cv_prog_CC+set}" = set; then :
3478 $as_echo_n "(cached) " >&6
3479 else
3480 if test -n "$CC"; then
3481 ac_cv_prog_CC="$CC" # Let the user override the test.
3482 else
3483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3484 for as_dir in $PATH
3485 do
3486 IFS=$as_save_IFS
3487 test -z "$as_dir" && as_dir=.
3488 for ac_exec_ext in '' $ac_executable_extensions; do
3489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3490 ac_cv_prog_CC="${ac_tool_prefix}cc"
3491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3492 break 2
3493 fi
3494 done
3495 done
3496 IFS=$as_save_IFS
3497
3498 fi
3499 fi
3500 CC=$ac_cv_prog_CC
3501 if test -n "$CC"; then
3502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3503 $as_echo "$CC" >&6; }
3504 else
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3506 $as_echo "no" >&6; }
3507 fi
3508
3509
3510 fi
3511 fi
3512 if test -z "$CC"; then
3513 # Extract the first word of "cc", so it can be a program name with args.
3514 set dummy cc; ac_word=$2
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3516 $as_echo_n "checking for $ac_word... " >&6; }
3517 if test "${ac_cv_prog_CC+set}" = set; then :
3518 $as_echo_n "(cached) " >&6
3519 else
3520 if test -n "$CC"; then
3521 ac_cv_prog_CC="$CC" # Let the user override the test.
3522 else
3523 ac_prog_rejected=no
3524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3525 for as_dir in $PATH
3526 do
3527 IFS=$as_save_IFS
3528 test -z "$as_dir" && as_dir=.
3529 for ac_exec_ext in '' $ac_executable_extensions; do
3530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3531 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3532 ac_prog_rejected=yes
3533 continue
3534 fi
3535 ac_cv_prog_CC="cc"
3536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3537 break 2
3538 fi
3539 done
3540 done
3541 IFS=$as_save_IFS
3542
3543 if test $ac_prog_rejected = yes; then
3544 # We found a bogon in the path, so make sure we never use it.
3545 set dummy $ac_cv_prog_CC
3546 shift
3547 if test $# != 0; then
3548 # We chose a different compiler from the bogus one.
3549 # However, it has the same basename, so the bogon will be chosen
3550 # first if we set CC to just the basename; use the full file name.
3551 shift
3552 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3553 fi
3554 fi
3555 fi
3556 fi
3557 CC=$ac_cv_prog_CC
3558 if test -n "$CC"; then
3559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3560 $as_echo "$CC" >&6; }
3561 else
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3563 $as_echo "no" >&6; }
3564 fi
3565
3566
3567 fi
3568 if test -z "$CC"; then
3569 if test -n "$ac_tool_prefix"; then
3570 for ac_prog in cl.exe
3571 do
3572 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3573 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3575 $as_echo_n "checking for $ac_word... " >&6; }
3576 if test "${ac_cv_prog_CC+set}" = set; then :
3577 $as_echo_n "(cached) " >&6
3578 else
3579 if test -n "$CC"; then
3580 ac_cv_prog_CC="$CC" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3584 do
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3592 fi
3593 done
3594 done
3595 IFS=$as_save_IFS
3596
3597 fi
3598 fi
3599 CC=$ac_cv_prog_CC
3600 if test -n "$CC"; then
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3602 $as_echo "$CC" >&6; }
3603 else
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3605 $as_echo "no" >&6; }
3606 fi
3607
3608
3609 test -n "$CC" && break
3610 done
3611 fi
3612 if test -z "$CC"; then
3613 ac_ct_CC=$CC
3614 for ac_prog in cl.exe
3615 do
3616 # Extract the first word of "$ac_prog", so it can be a program name with args.
3617 set dummy $ac_prog; ac_word=$2
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3619 $as_echo_n "checking for $ac_word... " >&6; }
3620 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3621 $as_echo_n "(cached) " >&6
3622 else
3623 if test -n "$ac_ct_CC"; then
3624 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3625 else
3626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3627 for as_dir in $PATH
3628 do
3629 IFS=$as_save_IFS
3630 test -z "$as_dir" && as_dir=.
3631 for ac_exec_ext in '' $ac_executable_extensions; do
3632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3633 ac_cv_prog_ac_ct_CC="$ac_prog"
3634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3635 break 2
3636 fi
3637 done
3638 done
3639 IFS=$as_save_IFS
3640
3641 fi
3642 fi
3643 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3644 if test -n "$ac_ct_CC"; then
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3646 $as_echo "$ac_ct_CC" >&6; }
3647 else
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3649 $as_echo "no" >&6; }
3650 fi
3651
3652
3653 test -n "$ac_ct_CC" && break
3654 done
3655
3656 if test "x$ac_ct_CC" = x; then
3657 CC=""
3658 else
3659 case $cross_compiling:$ac_tool_warned in
3660 yes:)
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3662 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3663 ac_tool_warned=yes ;;
3664 esac
3665 CC=$ac_ct_CC
3666 fi
3667 fi
3668
3669 fi
3670
3671
3672 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3673 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3674 as_fn_error "no acceptable C compiler found in \$PATH
3675 See \`config.log' for more details." "$LINENO" 5; }
3676
3677 # Provide some information about the compiler.
3678 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3679 set X $ac_compile
3680 ac_compiler=$2
3681 for ac_option in --version -v -V -qversion; do
3682 { { ac_try="$ac_compiler $ac_option >&5"
3683 case "(($ac_try" in
3684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3685 *) ac_try_echo=$ac_try;;
3686 esac
3687 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3688 $as_echo "$ac_try_echo"; } >&5
3689 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3690 ac_status=$?
3691 if test -s conftest.err; then
3692 sed '10a\
3693 ... rest of stderr output deleted ...
3694 10q' conftest.err >conftest.er1
3695 cat conftest.er1 >&5
3696 rm -f conftest.er1 conftest.err
3697 fi
3698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3699 test $ac_status = 0; }
3700 done
3701
3702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3703 /* end confdefs.h. */
3704
3705 int
3706 main ()
3707 {
3708
3709 ;
3710 return 0;
3711 }
3712 _ACEOF
3713 # FIXME: Cleanup?
3714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
3715 (eval $ac_link) 2>&5
3716 ac_status=$?
3717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3718 test $ac_status = 0; }; then :
3719 gcc_no_link=no
3720 else
3721 gcc_no_link=yes
3722 fi
3723 if test x$gcc_no_link = xyes; then
3724 # Setting cross_compile will disable run tests; it will
3725 # also disable AC_CHECK_FILE but that's generally
3726 # correct if we can't link.
3727 cross_compiling=yes
3728 EXEEXT=
3729 else
3730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3731 /* end confdefs.h. */
3732
3733 int
3734 main ()
3735 {
3736
3737 ;
3738 return 0;
3739 }
3740 _ACEOF
3741 ac_clean_files_save=$ac_clean_files
3742 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3743 # Try to create an executable without -o first, disregard a.out.
3744 # It will help us diagnose broken compilers, and finding out an intuition
3745 # of exeext.
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3747 $as_echo_n "checking for C compiler default output file name... " >&6; }
3748 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3749
3750 # The possible output files:
3751 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3752
3753 ac_rmfiles=
3754 for ac_file in $ac_files
3755 do
3756 case $ac_file in
3757 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3758 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3759 esac
3760 done
3761 rm -f $ac_rmfiles
3762
3763 if { { ac_try="$ac_link_default"
3764 case "(($ac_try" in
3765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3766 *) ac_try_echo=$ac_try;;
3767 esac
3768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3769 $as_echo "$ac_try_echo"; } >&5
3770 (eval "$ac_link_default") 2>&5
3771 ac_status=$?
3772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3773 test $ac_status = 0; }; then :
3774 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3775 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3776 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3777 # so that the user can short-circuit this test for compilers unknown to
3778 # Autoconf.
3779 for ac_file in $ac_files ''
3780 do
3781 test -f "$ac_file" || continue
3782 case $ac_file in
3783 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3784 ;;
3785 [ab].out )
3786 # We found the default executable, but exeext='' is most
3787 # certainly right.
3788 break;;
3789 *.* )
3790 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3791 then :; else
3792 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3793 fi
3794 # We set ac_cv_exeext here because the later test for it is not
3795 # safe: cross compilers may not add the suffix if given an `-o'
3796 # argument, so we may need to know it at that point already.
3797 # Even if this section looks crufty: it has the advantage of
3798 # actually working.
3799 break;;
3800 * )
3801 break;;
3802 esac
3803 done
3804 test "$ac_cv_exeext" = no && ac_cv_exeext=
3805
3806 else
3807 ac_file=''
3808 fi
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3810 $as_echo "$ac_file" >&6; }
3811 if test -z "$ac_file"; then :
3812 $as_echo "$as_me: failed program was:" >&5
3813 sed 's/^/| /' conftest.$ac_ext >&5
3814
3815 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3816 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3817 { as_fn_set_status 77
3818 as_fn_error "C compiler cannot create executables
3819 See \`config.log' for more details." "$LINENO" 5; }; }
3820 fi
3821 ac_exeext=$ac_cv_exeext
3822
3823 # Check that the compiler produces executables we can run. If not, either
3824 # the compiler is broken, or we cross compile.
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3826 $as_echo_n "checking whether the C compiler works... " >&6; }
3827 # If not cross compiling, check that we can run a simple program.
3828 if test "$cross_compiling" != yes; then
3829 if { ac_try='./$ac_file'
3830 { { case "(($ac_try" in
3831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3832 *) ac_try_echo=$ac_try;;
3833 esac
3834 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3835 $as_echo "$ac_try_echo"; } >&5
3836 (eval "$ac_try") 2>&5
3837 ac_status=$?
3838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3839 test $ac_status = 0; }; }; then
3840 cross_compiling=no
3841 else
3842 if test "$cross_compiling" = maybe; then
3843 cross_compiling=yes
3844 else
3845 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3846 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3847 as_fn_error "cannot run C compiled programs.
3848 If you meant to cross compile, use \`--host'.
3849 See \`config.log' for more details." "$LINENO" 5; }
3850 fi
3851 fi
3852 fi
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3854 $as_echo "yes" >&6; }
3855
3856 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3857 ac_clean_files=$ac_clean_files_save
3858 # Check that the compiler produces executables we can run. If not, either
3859 # the compiler is broken, or we cross compile.
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3861 $as_echo_n "checking whether we are cross compiling... " >&6; }
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3863 $as_echo "$cross_compiling" >&6; }
3864
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3866 $as_echo_n "checking for suffix of executables... " >&6; }
3867 if { { ac_try="$ac_link"
3868 case "(($ac_try" in
3869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3870 *) ac_try_echo=$ac_try;;
3871 esac
3872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3873 $as_echo "$ac_try_echo"; } >&5
3874 (eval "$ac_link") 2>&5
3875 ac_status=$?
3876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3877 test $ac_status = 0; }; then :
3878 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3879 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3880 # work properly (i.e., refer to `conftest.exe'), while it won't with
3881 # `rm'.
3882 for ac_file in conftest.exe conftest conftest.*; do
3883 test -f "$ac_file" || continue
3884 case $ac_file in
3885 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3886 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3887 break;;
3888 * ) break;;
3889 esac
3890 done
3891 else
3892 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3893 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3894 as_fn_error "cannot compute suffix of executables: cannot compile and link
3895 See \`config.log' for more details." "$LINENO" 5; }
3896 fi
3897 rm -f conftest$ac_cv_exeext
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3899 $as_echo "$ac_cv_exeext" >&6; }
3900
3901 rm -f conftest.$ac_ext
3902 EXEEXT=$ac_cv_exeext
3903 ac_exeext=$EXEEXT
3904 fi
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3906 $as_echo_n "checking for suffix of object files... " >&6; }
3907 if test "${ac_cv_objext+set}" = set; then :
3908 $as_echo_n "(cached) " >&6
3909 else
3910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3911 /* end confdefs.h. */
3912
3913 int
3914 main ()
3915 {
3916
3917 ;
3918 return 0;
3919 }
3920 _ACEOF
3921 rm -f conftest.o conftest.obj
3922 if { { ac_try="$ac_compile"
3923 case "(($ac_try" in
3924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3925 *) ac_try_echo=$ac_try;;
3926 esac
3927 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3928 $as_echo "$ac_try_echo"; } >&5
3929 (eval "$ac_compile") 2>&5
3930 ac_status=$?
3931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3932 test $ac_status = 0; }; then :
3933 for ac_file in conftest.o conftest.obj conftest.*; do
3934 test -f "$ac_file" || continue;
3935 case $ac_file in
3936 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3937 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3938 break;;
3939 esac
3940 done
3941 else
3942 $as_echo "$as_me: failed program was:" >&5
3943 sed 's/^/| /' conftest.$ac_ext >&5
3944
3945 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3946 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3947 as_fn_error "cannot compute suffix of object files: cannot compile
3948 See \`config.log' for more details." "$LINENO" 5; }
3949 fi
3950 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3951 fi
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3953 $as_echo "$ac_cv_objext" >&6; }
3954 OBJEXT=$ac_cv_objext
3955 ac_objext=$OBJEXT
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3957 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3958 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3959 $as_echo_n "(cached) " >&6
3960 else
3961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3962 /* end confdefs.h. */
3963
3964 int
3965 main ()
3966 {
3967 #ifndef __GNUC__
3968 choke me
3969 #endif
3970
3971 ;
3972 return 0;
3973 }
3974 _ACEOF
3975 if ac_fn_c_try_compile "$LINENO"; then :
3976 ac_compiler_gnu=yes
3977 else
3978 ac_compiler_gnu=no
3979 fi
3980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3981 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3982
3983 fi
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3985 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3986 if test $ac_compiler_gnu = yes; then
3987 GCC=yes
3988 else
3989 GCC=
3990 fi
3991 ac_test_CFLAGS=${CFLAGS+set}
3992 ac_save_CFLAGS=$CFLAGS
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3994 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3995 if test "${ac_cv_prog_cc_g+set}" = set; then :
3996 $as_echo_n "(cached) " >&6
3997 else
3998 ac_save_c_werror_flag=$ac_c_werror_flag
3999 ac_c_werror_flag=yes
4000 ac_cv_prog_cc_g=no
4001 CFLAGS="-g"
4002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4003 /* end confdefs.h. */
4004
4005 int
4006 main ()
4007 {
4008
4009 ;
4010 return 0;
4011 }
4012 _ACEOF
4013 if ac_fn_c_try_compile "$LINENO"; then :
4014 ac_cv_prog_cc_g=yes
4015 else
4016 CFLAGS=""
4017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4018 /* end confdefs.h. */
4019
4020 int
4021 main ()
4022 {
4023
4024 ;
4025 return 0;
4026 }
4027 _ACEOF
4028 if ac_fn_c_try_compile "$LINENO"; then :
4029
4030 else
4031 ac_c_werror_flag=$ac_save_c_werror_flag
4032 CFLAGS="-g"
4033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4034 /* end confdefs.h. */
4035
4036 int
4037 main ()
4038 {
4039
4040 ;
4041 return 0;
4042 }
4043 _ACEOF
4044 if ac_fn_c_try_compile "$LINENO"; then :
4045 ac_cv_prog_cc_g=yes
4046 fi
4047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4048 fi
4049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4050 fi
4051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4052 ac_c_werror_flag=$ac_save_c_werror_flag
4053 fi
4054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4055 $as_echo "$ac_cv_prog_cc_g" >&6; }
4056 if test "$ac_test_CFLAGS" = set; then
4057 CFLAGS=$ac_save_CFLAGS
4058 elif test $ac_cv_prog_cc_g = yes; then
4059 if test "$GCC" = yes; then
4060 CFLAGS="-g -O2"
4061 else
4062 CFLAGS="-g"
4063 fi
4064 else
4065 if test "$GCC" = yes; then
4066 CFLAGS="-O2"
4067 else
4068 CFLAGS=
4069 fi
4070 fi
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4072 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4073 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4074 $as_echo_n "(cached) " >&6
4075 else
4076 ac_cv_prog_cc_c89=no
4077 ac_save_CC=$CC
4078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079 /* end confdefs.h. */
4080 #include <stdarg.h>
4081 #include <stdio.h>
4082 #include <sys/types.h>
4083 #include <sys/stat.h>
4084 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4085 struct buf { int x; };
4086 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4087 static char *e (p, i)
4088 char **p;
4089 int i;
4090 {
4091 return p[i];
4092 }
4093 static char *f (char * (*g) (char **, int), char **p, ...)
4094 {
4095 char *s;
4096 va_list v;
4097 va_start (v,p);
4098 s = g (p, va_arg (v,int));
4099 va_end (v);
4100 return s;
4101 }
4102
4103 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4104 function prototypes and stuff, but not '\xHH' hex character constants.
4105 These don't provoke an error unfortunately, instead are silently treated
4106 as 'x'. The following induces an error, until -std is added to get
4107 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4108 array size at least. It's necessary to write '\x00'==0 to get something
4109 that's true only with -std. */
4110 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4111
4112 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4113 inside strings and character constants. */
4114 #define FOO(x) 'x'
4115 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4116
4117 int test (int i, double x);
4118 struct s1 {int (*f) (int a);};
4119 struct s2 {int (*f) (double a);};
4120 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4121 int argc;
4122 char **argv;
4123 int
4124 main ()
4125 {
4126 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4127 ;
4128 return 0;
4129 }
4130 _ACEOF
4131 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4132 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4133 do
4134 CC="$ac_save_CC $ac_arg"
4135 if ac_fn_c_try_compile "$LINENO"; then :
4136 ac_cv_prog_cc_c89=$ac_arg
4137 fi
4138 rm -f core conftest.err conftest.$ac_objext
4139 test "x$ac_cv_prog_cc_c89" != "xno" && break
4140 done
4141 rm -f conftest.$ac_ext
4142 CC=$ac_save_CC
4143
4144 fi
4145 # AC_CACHE_VAL
4146 case "x$ac_cv_prog_cc_c89" in
4147 x)
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4149 $as_echo "none needed" >&6; } ;;
4150 xno)
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4152 $as_echo "unsupported" >&6; } ;;
4153 *)
4154 CC="$CC $ac_cv_prog_cc_c89"
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4156 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4157 esac
4158 if test "x$ac_cv_prog_cc_c89" != xno; then :
4159
4160 fi
4161
4162 ac_ext=c
4163 ac_cpp='$CPP $CPPFLAGS'
4164 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4165 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4166 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4167
4168 ac_ext=cpp
4169 ac_cpp='$CXXCPP $CPPFLAGS'
4170 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4171 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4172 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4173 if test -z "$CXX"; then
4174 if test -n "$CCC"; then
4175 CXX=$CCC
4176 else
4177 if test -n "$ac_tool_prefix"; then
4178 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4179 do
4180 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4181 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4183 $as_echo_n "checking for $ac_word... " >&6; }
4184 if test "${ac_cv_prog_CXX+set}" = set; then :
4185 $as_echo_n "(cached) " >&6
4186 else
4187 if test -n "$CXX"; then
4188 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4189 else
4190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191 for as_dir in $PATH
4192 do
4193 IFS=$as_save_IFS
4194 test -z "$as_dir" && as_dir=.
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4197 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4199 break 2
4200 fi
4201 done
4202 done
4203 IFS=$as_save_IFS
4204
4205 fi
4206 fi
4207 CXX=$ac_cv_prog_CXX
4208 if test -n "$CXX"; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4210 $as_echo "$CXX" >&6; }
4211 else
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213 $as_echo "no" >&6; }
4214 fi
4215
4216
4217 test -n "$CXX" && break
4218 done
4219 fi
4220 if test -z "$CXX"; then
4221 ac_ct_CXX=$CXX
4222 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4223 do
4224 # Extract the first word of "$ac_prog", so it can be a program name with args.
4225 set dummy $ac_prog; ac_word=$2
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4227 $as_echo_n "checking for $ac_word... " >&6; }
4228 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4229 $as_echo_n "(cached) " >&6
4230 else
4231 if test -n "$ac_ct_CXX"; then
4232 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4233 else
4234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4235 for as_dir in $PATH
4236 do
4237 IFS=$as_save_IFS
4238 test -z "$as_dir" && as_dir=.
4239 for ac_exec_ext in '' $ac_executable_extensions; do
4240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4241 ac_cv_prog_ac_ct_CXX="$ac_prog"
4242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4243 break 2
4244 fi
4245 done
4246 done
4247 IFS=$as_save_IFS
4248
4249 fi
4250 fi
4251 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4252 if test -n "$ac_ct_CXX"; then
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4254 $as_echo "$ac_ct_CXX" >&6; }
4255 else
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4257 $as_echo "no" >&6; }
4258 fi
4259
4260
4261 test -n "$ac_ct_CXX" && break
4262 done
4263
4264 if test "x$ac_ct_CXX" = x; then
4265 CXX="g++"
4266 else
4267 case $cross_compiling:$ac_tool_warned in
4268 yes:)
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4271 ac_tool_warned=yes ;;
4272 esac
4273 CXX=$ac_ct_CXX
4274 fi
4275 fi
4276
4277 fi
4278 fi
4279 # Provide some information about the compiler.
4280 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4281 set X $ac_compile
4282 ac_compiler=$2
4283 for ac_option in --version -v -V -qversion; do
4284 { { ac_try="$ac_compiler $ac_option >&5"
4285 case "(($ac_try" in
4286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4287 *) ac_try_echo=$ac_try;;
4288 esac
4289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4290 $as_echo "$ac_try_echo"; } >&5
4291 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4292 ac_status=$?
4293 if test -s conftest.err; then
4294 sed '10a\
4295 ... rest of stderr output deleted ...
4296 10q' conftest.err >conftest.er1
4297 cat conftest.er1 >&5
4298 rm -f conftest.er1 conftest.err
4299 fi
4300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4301 test $ac_status = 0; }
4302 done
4303
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4305 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4306 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4307 $as_echo_n "(cached) " >&6
4308 else
4309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4310 /* end confdefs.h. */
4311
4312 int
4313 main ()
4314 {
4315 #ifndef __GNUC__
4316 choke me
4317 #endif
4318
4319 ;
4320 return 0;
4321 }
4322 _ACEOF
4323 if ac_fn_cxx_try_compile "$LINENO"; then :
4324 ac_compiler_gnu=yes
4325 else
4326 ac_compiler_gnu=no
4327 fi
4328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4329 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4330
4331 fi
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4333 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4334 if test $ac_compiler_gnu = yes; then
4335 GXX=yes
4336 else
4337 GXX=
4338 fi
4339 ac_test_CXXFLAGS=${CXXFLAGS+set}
4340 ac_save_CXXFLAGS=$CXXFLAGS
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4342 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4343 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4344 $as_echo_n "(cached) " >&6
4345 else
4346 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4347 ac_cxx_werror_flag=yes
4348 ac_cv_prog_cxx_g=no
4349 CXXFLAGS="-g"
4350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4351 /* end confdefs.h. */
4352
4353 int
4354 main ()
4355 {
4356
4357 ;
4358 return 0;
4359 }
4360 _ACEOF
4361 if ac_fn_cxx_try_compile "$LINENO"; then :
4362 ac_cv_prog_cxx_g=yes
4363 else
4364 CXXFLAGS=""
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366 /* end confdefs.h. */
4367
4368 int
4369 main ()
4370 {
4371
4372 ;
4373 return 0;
4374 }
4375 _ACEOF
4376 if ac_fn_cxx_try_compile "$LINENO"; then :
4377
4378 else
4379 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4380 CXXFLAGS="-g"
4381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4382 /* end confdefs.h. */
4383
4384 int
4385 main ()
4386 {
4387
4388 ;
4389 return 0;
4390 }
4391 _ACEOF
4392 if ac_fn_cxx_try_compile "$LINENO"; then :
4393 ac_cv_prog_cxx_g=yes
4394 fi
4395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4396 fi
4397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4398 fi
4399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4400 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4401 fi
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4403 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4404 if test "$ac_test_CXXFLAGS" = set; then
4405 CXXFLAGS=$ac_save_CXXFLAGS
4406 elif test $ac_cv_prog_cxx_g = yes; then
4407 if test "$GXX" = yes; then
4408 CXXFLAGS="-g -O2"
4409 else
4410 CXXFLAGS="-g"
4411 fi
4412 else
4413 if test "$GXX" = yes; then
4414 CXXFLAGS="-O2"
4415 else
4416 CXXFLAGS=
4417 fi
4418 fi
4419 ac_ext=c
4420 ac_cpp='$CPP $CPPFLAGS'
4421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4424
4425 CXXFLAGS="$save_CXXFLAGS"
4426
4427 am__api_version='1.11'
4428
4429 # Find a good install program. We prefer a C program (faster),
4430 # so one script is as good as another. But avoid the broken or
4431 # incompatible versions:
4432 # SysV /etc/install, /usr/sbin/install
4433 # SunOS /usr/etc/install
4434 # IRIX /sbin/install
4435 # AIX /bin/install
4436 # AmigaOS /C/install, which installs bootblocks on floppy discs
4437 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4438 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4439 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4440 # OS/2's system install, which has a completely different semantic
4441 # ./install, which can be erroneously created by make from ./install.sh.
4442 # Reject install programs that cannot install multiple files.
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4444 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4445 if test -z "$INSTALL"; then
4446 if test "${ac_cv_path_install+set}" = set; then :
4447 $as_echo_n "(cached) " >&6
4448 else
4449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4450 for as_dir in $PATH
4451 do
4452 IFS=$as_save_IFS
4453 test -z "$as_dir" && as_dir=.
4454 # Account for people who put trailing slashes in PATH elements.
4455 case $as_dir/ in #((
4456 ./ | .// | /[cC]/* | \
4457 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4458 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4459 /usr/ucb/* ) ;;
4460 *)
4461 # OSF1 and SCO ODT 3.0 have their own names for install.
4462 # Don't use installbsd from OSF since it installs stuff as root
4463 # by default.
4464 for ac_prog in ginstall scoinst install; do
4465 for ac_exec_ext in '' $ac_executable_extensions; do
4466 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4467 if test $ac_prog = install &&
4468 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4469 # AIX install. It has an incompatible calling convention.
4470 :
4471 elif test $ac_prog = install &&
4472 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4473 # program-specific install script used by HP pwplus--don't use.
4474 :
4475 else
4476 rm -rf conftest.one conftest.two conftest.dir
4477 echo one > conftest.one
4478 echo two > conftest.two
4479 mkdir conftest.dir
4480 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4481 test -s conftest.one && test -s conftest.two &&
4482 test -s conftest.dir/conftest.one &&
4483 test -s conftest.dir/conftest.two
4484 then
4485 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4486 break 3
4487 fi
4488 fi
4489 fi
4490 done
4491 done
4492 ;;
4493 esac
4494
4495 done
4496 IFS=$as_save_IFS
4497
4498 rm -rf conftest.one conftest.two conftest.dir
4499
4500 fi
4501 if test "${ac_cv_path_install+set}" = set; then
4502 INSTALL=$ac_cv_path_install
4503 else
4504 # As a last resort, use the slow shell script. Don't cache a
4505 # value for INSTALL within a source directory, because that will
4506 # break other packages using the cache if that directory is
4507 # removed, or if the value is a relative name.
4508 INSTALL=$ac_install_sh
4509 fi
4510 fi
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4512 $as_echo "$INSTALL" >&6; }
4513
4514 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4515 # It thinks the first close brace ends the variable substitution.
4516 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4517
4518 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4519
4520 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4521
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
4523 $as_echo_n "checking whether build environment is sane... " >&6; }
4524 # Just in case
4525 sleep 1
4526 echo timestamp > conftest.file
4527 # Reject unsafe characters in $srcdir or the absolute working directory
4528 # name. Accept space and tab only in the latter.
4529 am_lf='
4530 '
4531 case `pwd` in
4532 *[\\\"\#\$\&\'\`$am_lf]*)
4533 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
4534 esac
4535 case $srcdir in
4536 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
4537 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
4538 esac
4539
4540 # Do `set' in a subshell so we don't clobber the current shell's
4541 # arguments. Must try -L first in case configure is actually a
4542 # symlink; some systems play weird games with the mod time of symlinks
4543 # (eg FreeBSD returns the mod time of the symlink's containing
4544 # directory).
4545 if (
4546 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
4547 if test "$*" = "X"; then
4548 # -L didn't work.
4549 set X `ls -t "$srcdir/configure" conftest.file`
4550 fi
4551 rm -f conftest.file
4552 if test "$*" != "X $srcdir/configure conftest.file" \
4553 && test "$*" != "X conftest.file $srcdir/configure"; then
4554
4555 # If neither matched, then we have a broken ls. This can happen
4556 # if, for instance, CONFIG_SHELL is bash and it inherits a
4557 # broken ls alias from the environment. This has actually
4558 # happened. Such a system could not be considered "sane".
4559 as_fn_error "ls -t appears to fail. Make sure there is not a broken
4560 alias in your environment" "$LINENO" 5
4561 fi
4562
4563 test "$2" = conftest.file
4564 )
4565 then
4566 # Ok.
4567 :
4568 else
4569 as_fn_error "newly created file is older than distributed files!
4570 Check your system clock" "$LINENO" 5
4571 fi
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4573 $as_echo "yes" >&6; }
4574 test "$program_prefix" != NONE &&
4575 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4576 # Use a double $ so make ignores it.
4577 test "$program_suffix" != NONE &&
4578 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4579 # Double any \ or $.
4580 # By default was `s,x,x', remove it if useless.
4581 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4582 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4583
4584 # expand $ac_aux_dir to an absolute path
4585 am_aux_dir=`cd $ac_aux_dir && pwd`
4586
4587 if test x"${MISSING+set}" != xset; then
4588 case $am_aux_dir in
4589 *\ * | *\ *)
4590 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4591 *)
4592 MISSING="\${SHELL} $am_aux_dir/missing" ;;
4593 esac
4594 fi
4595 # Use eval to expand $SHELL
4596 if eval "$MISSING --run true"; then
4597 am_missing_run="$MISSING --run "
4598 else
4599 am_missing_run=
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
4601 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4602 fi
4603
4604 if test x"${install_sh}" != xset; then
4605 case $am_aux_dir in
4606 *\ * | *\ *)
4607 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4608 *)
4609 install_sh="\${SHELL} $am_aux_dir/install-sh"
4610 esac
4611 fi
4612
4613 # Installed binaries are usually stripped using `strip' when the user
4614 # run `make install-strip'. However `strip' might not be the right
4615 # tool to use in cross-compilation environments, therefore Automake
4616 # will honor the `STRIP' environment variable to overrule this program.
4617 if test "$cross_compiling" != no; then
4618 if test -n "$ac_tool_prefix"; then
4619 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4620 set dummy ${ac_tool_prefix}strip; ac_word=$2
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4622 $as_echo_n "checking for $ac_word... " >&6; }
4623 if test "${ac_cv_prog_STRIP+set}" = set; then :
4624 $as_echo_n "(cached) " >&6
4625 else
4626 if test -n "$STRIP"; then
4627 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4628 else
4629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630 for as_dir in $PATH
4631 do
4632 IFS=$as_save_IFS
4633 test -z "$as_dir" && as_dir=.
4634 for ac_exec_ext in '' $ac_executable_extensions; do
4635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4636 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4638 break 2
4639 fi
4640 done
4641 done
4642 IFS=$as_save_IFS
4643
4644 fi
4645 fi
4646 STRIP=$ac_cv_prog_STRIP
4647 if test -n "$STRIP"; then
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4649 $as_echo "$STRIP" >&6; }
4650 else
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4652 $as_echo "no" >&6; }
4653 fi
4654
4655
4656 fi
4657 if test -z "$ac_cv_prog_STRIP"; then
4658 ac_ct_STRIP=$STRIP
4659 # Extract the first word of "strip", so it can be a program name with args.
4660 set dummy strip; ac_word=$2
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4662 $as_echo_n "checking for $ac_word... " >&6; }
4663 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4664 $as_echo_n "(cached) " >&6
4665 else
4666 if test -n "$ac_ct_STRIP"; then
4667 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4668 else
4669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4670 for as_dir in $PATH
4671 do
4672 IFS=$as_save_IFS
4673 test -z "$as_dir" && as_dir=.
4674 for ac_exec_ext in '' $ac_executable_extensions; do
4675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4676 ac_cv_prog_ac_ct_STRIP="strip"
4677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4678 break 2
4679 fi
4680 done
4681 done
4682 IFS=$as_save_IFS
4683
4684 fi
4685 fi
4686 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4687 if test -n "$ac_ct_STRIP"; then
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4689 $as_echo "$ac_ct_STRIP" >&6; }
4690 else
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4692 $as_echo "no" >&6; }
4693 fi
4694
4695 if test "x$ac_ct_STRIP" = x; then
4696 STRIP=":"
4697 else
4698 case $cross_compiling:$ac_tool_warned in
4699 yes:)
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4701 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4702 ac_tool_warned=yes ;;
4703 esac
4704 STRIP=$ac_ct_STRIP
4705 fi
4706 else
4707 STRIP="$ac_cv_prog_STRIP"
4708 fi
4709
4710 fi
4711 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4712
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4714 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4715 if test -z "$MKDIR_P"; then
4716 if test "${ac_cv_path_mkdir+set}" = set; then :
4717 $as_echo_n "(cached) " >&6
4718 else
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4721 do
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
4724 for ac_prog in mkdir gmkdir; do
4725 for ac_exec_ext in '' $ac_executable_extensions; do
4726 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
4727 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4728 'mkdir (GNU coreutils) '* | \
4729 'mkdir (coreutils) '* | \
4730 'mkdir (fileutils) '4.1*)
4731 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4732 break 3;;
4733 esac
4734 done
4735 done
4736 done
4737 IFS=$as_save_IFS
4738
4739 fi
4740
4741 if test "${ac_cv_path_mkdir+set}" = set; then
4742 MKDIR_P="$ac_cv_path_mkdir -p"
4743 else
4744 # As a last resort, use the slow shell script. Don't cache a
4745 # value for MKDIR_P within a source directory, because that will
4746 # break other packages using the cache if that directory is
4747 # removed, or if the value is a relative name.
4748 test -d ./--version && rmdir ./--version
4749 MKDIR_P="$ac_install_sh -d"
4750 fi
4751 fi
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4753 $as_echo "$MKDIR_P" >&6; }
4754
4755 mkdir_p="$MKDIR_P"
4756 case $mkdir_p in
4757 [\\/$]* | ?:[\\/]*) ;;
4758 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
4759 esac
4760
4761 for ac_prog in gawk mawk nawk awk
4762 do
4763 # Extract the first word of "$ac_prog", so it can be a program name with args.
4764 set dummy $ac_prog; ac_word=$2
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4766 $as_echo_n "checking for $ac_word... " >&6; }
4767 if test "${ac_cv_prog_AWK+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769 else
4770 if test -n "$AWK"; then
4771 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4772 else
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 for as_dir in $PATH
4775 do
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4780 ac_cv_prog_AWK="$ac_prog"
4781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4782 break 2
4783 fi
4784 done
4785 done
4786 IFS=$as_save_IFS
4787
4788 fi
4789 fi
4790 AWK=$ac_cv_prog_AWK
4791 if test -n "$AWK"; then
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4793 $as_echo "$AWK" >&6; }
4794 else
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796 $as_echo "no" >&6; }
4797 fi
4798
4799
4800 test -n "$AWK" && break
4801 done
4802
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4804 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4805 set x ${MAKE-make}
4806 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4807 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4808 $as_echo_n "(cached) " >&6
4809 else
4810 cat >conftest.make <<\_ACEOF
4811 SHELL = /bin/sh
4812 all:
4813 @echo '@@@%%%=$(MAKE)=@@@%%%'
4814 _ACEOF
4815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4816 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4817 *@@@%%%=?*=@@@%%%*)
4818 eval ac_cv_prog_make_${ac_make}_set=yes;;
4819 *)
4820 eval ac_cv_prog_make_${ac_make}_set=no;;
4821 esac
4822 rm -f conftest.make
4823 fi
4824 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4826 $as_echo "yes" >&6; }
4827 SET_MAKE=
4828 else
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4831 SET_MAKE="MAKE=${MAKE-make}"
4832 fi
4833
4834 rm -rf .tst 2>/dev/null
4835 mkdir .tst 2>/dev/null
4836 if test -d .tst; then
4837 am__leading_dot=.
4838 else
4839 am__leading_dot=_
4840 fi
4841 rmdir .tst 2>/dev/null
4842
4843 DEPDIR="${am__leading_dot}deps"
4844
4845 ac_config_commands="$ac_config_commands depfiles"
4846
4847
4848 am_make=${MAKE-make}
4849 cat > confinc << 'END'
4850 am__doit:
4851 @echo this is the am__doit target
4852 .PHONY: am__doit
4853 END
4854 # If we don't find an include directive, just comment out the code.
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4856 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4857 am__include="#"
4858 am__quote=
4859 _am_result=none
4860 # First try GNU make style include.
4861 echo "include confinc" > confmf
4862 # Ignore all kinds of additional output from `make'.
4863 case `$am_make -s -f confmf 2> /dev/null` in #(
4864 *the\ am__doit\ target*)
4865 am__include=include
4866 am__quote=
4867 _am_result=GNU
4868 ;;
4869 esac
4870 # Now try BSD make style include.
4871 if test "$am__include" = "#"; then
4872 echo '.include "confinc"' > confmf
4873 case `$am_make -s -f confmf 2> /dev/null` in #(
4874 *the\ am__doit\ target*)
4875 am__include=.include
4876 am__quote="\""
4877 _am_result=BSD
4878 ;;
4879 esac
4880 fi
4881
4882
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4884 $as_echo "$_am_result" >&6; }
4885 rm -f confinc confmf
4886
4887 # Check whether --enable-dependency-tracking was given.
4888 if test "${enable_dependency_tracking+set}" = set; then :
4889 enableval=$enable_dependency_tracking;
4890 fi
4891
4892 if test "x$enable_dependency_tracking" != xno; then
4893 am_depcomp="$ac_aux_dir/depcomp"
4894 AMDEPBACKSLASH='\'
4895 fi
4896 if test "x$enable_dependency_tracking" != xno; then
4897 AMDEP_TRUE=
4898 AMDEP_FALSE='#'
4899 else
4900 AMDEP_TRUE='#'
4901 AMDEP_FALSE=
4902 fi
4903
4904
4905 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4906 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4907 # is not polluted with repeated "-I."
4908 am__isrc=' -I$(srcdir)'
4909 # test to see if srcdir already configured
4910 if test -f $srcdir/config.status; then
4911 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4912 fi
4913 fi
4914
4915 # test whether we have cygpath
4916 if test -z "$CYGPATH_W"; then
4917 if (cygpath --version) >/dev/null 2>/dev/null; then
4918 CYGPATH_W='cygpath -w'
4919 else
4920 CYGPATH_W=echo
4921 fi
4922 fi
4923
4924
4925 # Define the identity of the package.
4926 PACKAGE='libjava'
4927 VERSION='version-unused'
4928
4929
4930 cat >>confdefs.h <<_ACEOF
4931 #define PACKAGE "$PACKAGE"
4932 _ACEOF
4933
4934
4935 cat >>confdefs.h <<_ACEOF
4936 #define VERSION "$VERSION"
4937 _ACEOF
4938
4939 # Some tools Automake needs.
4940
4941 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4942
4943
4944 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4945
4946
4947 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4948
4949
4950 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4951
4952
4953 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4954
4955 # We need awk for the "check" target. The system "awk" is bad on
4956 # some platforms.
4957 # Always define AMTAR for backward compatibility.
4958
4959 AMTAR=${AMTAR-"${am_missing_run}tar"}
4960
4961 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4962
4963
4964
4965
4966 depcc="$CC" am_compiler_list=
4967
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4969 $as_echo_n "checking dependency style of $depcc... " >&6; }
4970 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4971 $as_echo_n "(cached) " >&6
4972 else
4973 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4974 # We make a subdir and do the tests there. Otherwise we can end up
4975 # making bogus files that we don't know about and never remove. For
4976 # instance it was reported that on HP-UX the gcc test will end up
4977 # making a dummy file named `D' -- because `-MD' means `put the output
4978 # in D'.
4979 mkdir conftest.dir
4980 # Copy depcomp to subdir because otherwise we won't find it if we're
4981 # using a relative directory.
4982 cp "$am_depcomp" conftest.dir
4983 cd conftest.dir
4984 # We will build objects and dependencies in a subdirectory because
4985 # it helps to detect inapplicable dependency modes. For instance
4986 # both Tru64's cc and ICC support -MD to output dependencies as a
4987 # side effect of compilation, but ICC will put the dependencies in
4988 # the current directory while Tru64 will put them in the object
4989 # directory.
4990 mkdir sub
4991
4992 am_cv_CC_dependencies_compiler_type=none
4993 if test "$am_compiler_list" = ""; then
4994 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4995 fi
4996 am__universal=false
4997 case " $depcc " in #(
4998 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4999 esac
5000
5001 for depmode in $am_compiler_list; do
5002 # Setup a source with many dependencies, because some compilers
5003 # like to wrap large dependency lists on column 80 (with \), and
5004 # we should not choose a depcomp mode which is confused by this.
5005 #
5006 # We need to recreate these files for each test, as the compiler may
5007 # overwrite some of them when testing with obscure command lines.
5008 # This happens at least with the AIX C compiler.
5009 : > sub/conftest.c
5010 for i in 1 2 3 4 5 6; do
5011 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5012 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5013 # Solaris 8's {/usr,}/bin/sh.
5014 touch sub/conftst$i.h
5015 done
5016 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5017
5018 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5019 # mode. It turns out that the SunPro C++ compiler does not properly
5020 # handle `-M -o', and we need to detect this. Also, some Intel
5021 # versions had trouble with output in subdirs
5022 am__obj=sub/conftest.${OBJEXT-o}
5023 am__minus_obj="-o $am__obj"
5024 case $depmode in
5025 gcc)
5026 # This depmode causes a compiler race in universal mode.
5027 test "$am__universal" = false || continue
5028 ;;
5029 nosideeffect)
5030 # after this tag, mechanisms are not by side-effect, so they'll
5031 # only be used when explicitly requested
5032 if test "x$enable_dependency_tracking" = xyes; then
5033 continue
5034 else
5035 break
5036 fi
5037 ;;
5038 msvisualcpp | msvcmsys)
5039 # This compiler won't grok `-c -o', but also, the minuso test has
5040 # not run yet. These depmodes are late enough in the game, and
5041 # so weak that their functioning should not be impacted.
5042 am__obj=conftest.${OBJEXT-o}
5043 am__minus_obj=
5044 ;;
5045 none) break ;;
5046 esac
5047 if depmode=$depmode \
5048 source=sub/conftest.c object=$am__obj \
5049 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5050 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5051 >/dev/null 2>conftest.err &&
5052 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5053 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5054 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5055 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5056 # icc doesn't choke on unknown options, it will just issue warnings
5057 # or remarks (even with -Werror). So we grep stderr for any message
5058 # that says an option was ignored or not supported.
5059 # When given -MP, icc 7.0 and 7.1 complain thusly:
5060 # icc: Command line warning: ignoring option '-M'; no argument required
5061 # The diagnosis changed in icc 8.0:
5062 # icc: Command line remark: option '-MP' not supported
5063 if (grep 'ignoring option' conftest.err ||
5064 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5065 am_cv_CC_dependencies_compiler_type=$depmode
5066 break
5067 fi
5068 fi
5069 done
5070
5071 cd ..
5072 rm -rf conftest.dir
5073 else
5074 am_cv_CC_dependencies_compiler_type=none
5075 fi
5076
5077 fi
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5079 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5080 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5081
5082 if
5083 test "x$enable_dependency_tracking" != xno \
5084 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5085 am__fastdepCC_TRUE=
5086 am__fastdepCC_FALSE='#'
5087 else
5088 am__fastdepCC_TRUE='#'
5089 am__fastdepCC_FALSE=
5090 fi
5091
5092
5093 depcc="$CXX" am_compiler_list=
5094
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5096 $as_echo_n "checking dependency style of $depcc... " >&6; }
5097 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
5098 $as_echo_n "(cached) " >&6
5099 else
5100 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5101 # We make a subdir and do the tests there. Otherwise we can end up
5102 # making bogus files that we don't know about and never remove. For
5103 # instance it was reported that on HP-UX the gcc test will end up
5104 # making a dummy file named `D' -- because `-MD' means `put the output
5105 # in D'.
5106 mkdir conftest.dir
5107 # Copy depcomp to subdir because otherwise we won't find it if we're
5108 # using a relative directory.
5109 cp "$am_depcomp" conftest.dir
5110 cd conftest.dir
5111 # We will build objects and dependencies in a subdirectory because
5112 # it helps to detect inapplicable dependency modes. For instance
5113 # both Tru64's cc and ICC support -MD to output dependencies as a
5114 # side effect of compilation, but ICC will put the dependencies in
5115 # the current directory while Tru64 will put them in the object
5116 # directory.
5117 mkdir sub
5118
5119 am_cv_CXX_dependencies_compiler_type=none
5120 if test "$am_compiler_list" = ""; then
5121 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5122 fi
5123 am__universal=false
5124 case " $depcc " in #(
5125 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5126 esac
5127
5128 for depmode in $am_compiler_list; do
5129 # Setup a source with many dependencies, because some compilers
5130 # like to wrap large dependency lists on column 80 (with \), and
5131 # we should not choose a depcomp mode which is confused by this.
5132 #
5133 # We need to recreate these files for each test, as the compiler may
5134 # overwrite some of them when testing with obscure command lines.
5135 # This happens at least with the AIX C compiler.
5136 : > sub/conftest.c
5137 for i in 1 2 3 4 5 6; do
5138 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5139 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5140 # Solaris 8's {/usr,}/bin/sh.
5141 touch sub/conftst$i.h
5142 done
5143 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5144
5145 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5146 # mode. It turns out that the SunPro C++ compiler does not properly
5147 # handle `-M -o', and we need to detect this. Also, some Intel
5148 # versions had trouble with output in subdirs
5149 am__obj=sub/conftest.${OBJEXT-o}
5150 am__minus_obj="-o $am__obj"
5151 case $depmode in
5152 gcc)
5153 # This depmode causes a compiler race in universal mode.
5154 test "$am__universal" = false || continue
5155 ;;
5156 nosideeffect)
5157 # after this tag, mechanisms are not by side-effect, so they'll
5158 # only be used when explicitly requested
5159 if test "x$enable_dependency_tracking" = xyes; then
5160 continue
5161 else
5162 break
5163 fi
5164 ;;
5165 msvisualcpp | msvcmsys)
5166 # This compiler won't grok `-c -o', but also, the minuso test has
5167 # not run yet. These depmodes are late enough in the game, and
5168 # so weak that their functioning should not be impacted.
5169 am__obj=conftest.${OBJEXT-o}
5170 am__minus_obj=
5171 ;;
5172 none) break ;;
5173 esac
5174 if depmode=$depmode \
5175 source=sub/conftest.c object=$am__obj \
5176 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5177 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5178 >/dev/null 2>conftest.err &&
5179 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5180 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5181 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5182 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5183 # icc doesn't choke on unknown options, it will just issue warnings
5184 # or remarks (even with -Werror). So we grep stderr for any message
5185 # that says an option was ignored or not supported.
5186 # When given -MP, icc 7.0 and 7.1 complain thusly:
5187 # icc: Command line warning: ignoring option '-M'; no argument required
5188 # The diagnosis changed in icc 8.0:
5189 # icc: Command line remark: option '-MP' not supported
5190 if (grep 'ignoring option' conftest.err ||
5191 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5192 am_cv_CXX_dependencies_compiler_type=$depmode
5193 break
5194 fi
5195 fi
5196 done
5197
5198 cd ..
5199 rm -rf conftest.dir
5200 else
5201 am_cv_CXX_dependencies_compiler_type=none
5202 fi
5203
5204 fi
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5206 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5207 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5208
5209 if
5210 test "x$enable_dependency_tracking" != xno \
5211 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5212 am__fastdepCXX_TRUE=
5213 am__fastdepCXX_FALSE='#'
5214 else
5215 am__fastdepCXX_TRUE='#'
5216 am__fastdepCXX_FALSE=
5217 fi
5218
5219
5220
5221
5222 if test -n "$ac_tool_prefix"; then
5223 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
5224 set dummy ${ac_tool_prefix}as; ac_word=$2
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5226 $as_echo_n "checking for $ac_word... " >&6; }
5227 if test "${ac_cv_prog_AS+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 if test -n "$AS"; then
5231 ac_cv_prog_AS="$AS" # Let the user override the test.
5232 else
5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5234 for as_dir in $PATH
5235 do
5236 IFS=$as_save_IFS
5237 test -z "$as_dir" && as_dir=.
5238 for ac_exec_ext in '' $ac_executable_extensions; do
5239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5240 ac_cv_prog_AS="${ac_tool_prefix}as"
5241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5242 break 2
5243 fi
5244 done
5245 done
5246 IFS=$as_save_IFS
5247
5248 fi
5249 fi
5250 AS=$ac_cv_prog_AS
5251 if test -n "$AS"; then
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
5253 $as_echo "$AS" >&6; }
5254 else
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256 $as_echo "no" >&6; }
5257 fi
5258
5259
5260 fi
5261 if test -z "$ac_cv_prog_AS"; then
5262 ac_ct_AS=$AS
5263 # Extract the first word of "as", so it can be a program name with args.
5264 set dummy as; ac_word=$2
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
5268 $as_echo_n "(cached) " >&6
5269 else
5270 if test -n "$ac_ct_AS"; then
5271 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5272 else
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5275 do
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
5278 for ac_exec_ext in '' $ac_executable_extensions; do
5279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280 ac_cv_prog_ac_ct_AS="as"
5281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5282 break 2
5283 fi
5284 done
5285 done
5286 IFS=$as_save_IFS
5287
5288 fi
5289 fi
5290 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5291 if test -n "$ac_ct_AS"; then
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
5293 $as_echo "$ac_ct_AS" >&6; }
5294 else
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; }
5297 fi
5298
5299 if test "x$ac_ct_AS" = x; then
5300 AS=""
5301 else
5302 case $cross_compiling:$ac_tool_warned in
5303 yes:)
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5305 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5306 ac_tool_warned=yes ;;
5307 esac
5308 AS=$ac_ct_AS
5309 fi
5310 else
5311 AS="$ac_cv_prog_AS"
5312 fi
5313
5314 if test -n "$ac_tool_prefix"; then
5315 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5316 set dummy ${ac_tool_prefix}ld; ac_word=$2
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5318 $as_echo_n "checking for $ac_word... " >&6; }
5319 if test "${ac_cv_prog_LD+set}" = set; then :
5320 $as_echo_n "(cached) " >&6
5321 else
5322 if test -n "$LD"; then
5323 ac_cv_prog_LD="$LD" # Let the user override the test.
5324 else
5325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5326 for as_dir in $PATH
5327 do
5328 IFS=$as_save_IFS
5329 test -z "$as_dir" && as_dir=.
5330 for ac_exec_ext in '' $ac_executable_extensions; do
5331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5332 ac_cv_prog_LD="${ac_tool_prefix}ld"
5333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5334 break 2
5335 fi
5336 done
5337 done
5338 IFS=$as_save_IFS
5339
5340 fi
5341 fi
5342 LD=$ac_cv_prog_LD
5343 if test -n "$LD"; then
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5345 $as_echo "$LD" >&6; }
5346 else
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5348 $as_echo "no" >&6; }
5349 fi
5350
5351
5352 fi
5353 if test -z "$ac_cv_prog_LD"; then
5354 ac_ct_LD=$LD
5355 # Extract the first word of "ld", so it can be a program name with args.
5356 set dummy ld; ac_word=$2
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5358 $as_echo_n "checking for $ac_word... " >&6; }
5359 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then :
5360 $as_echo_n "(cached) " >&6
5361 else
5362 if test -n "$ac_ct_LD"; then
5363 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5364 else
5365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5366 for as_dir in $PATH
5367 do
5368 IFS=$as_save_IFS
5369 test -z "$as_dir" && as_dir=.
5370 for ac_exec_ext in '' $ac_executable_extensions; do
5371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5372 ac_cv_prog_ac_ct_LD="ld"
5373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5374 break 2
5375 fi
5376 done
5377 done
5378 IFS=$as_save_IFS
5379
5380 fi
5381 fi
5382 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5383 if test -n "$ac_ct_LD"; then
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5385 $as_echo "$ac_ct_LD" >&6; }
5386 else
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5388 $as_echo "no" >&6; }
5389 fi
5390
5391 if test "x$ac_ct_LD" = x; then
5392 LD=""
5393 else
5394 case $cross_compiling:$ac_tool_warned in
5395 yes:)
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5397 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5398 ac_tool_warned=yes ;;
5399 esac
5400 LD=$ac_ct_LD
5401 fi
5402 else
5403 LD="$ac_cv_prog_LD"
5404 fi
5405
5406 if test -n "$ac_tool_prefix"; then
5407 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5408 set dummy ${ac_tool_prefix}ar; ac_word=$2
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5410 $as_echo_n "checking for $ac_word... " >&6; }
5411 if test "${ac_cv_prog_AR+set}" = set; then :
5412 $as_echo_n "(cached) " >&6
5413 else
5414 if test -n "$AR"; then
5415 ac_cv_prog_AR="$AR" # Let the user override the test.
5416 else
5417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5418 for as_dir in $PATH
5419 do
5420 IFS=$as_save_IFS
5421 test -z "$as_dir" && as_dir=.
5422 for ac_exec_ext in '' $ac_executable_extensions; do
5423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5424 ac_cv_prog_AR="${ac_tool_prefix}ar"
5425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5426 break 2
5427 fi
5428 done
5429 done
5430 IFS=$as_save_IFS
5431
5432 fi
5433 fi
5434 AR=$ac_cv_prog_AR
5435 if test -n "$AR"; then
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5437 $as_echo "$AR" >&6; }
5438 else
5439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5440 $as_echo "no" >&6; }
5441 fi
5442
5443
5444 fi
5445 if test -z "$ac_cv_prog_AR"; then
5446 ac_ct_AR=$AR
5447 # Extract the first word of "ar", so it can be a program name with args.
5448 set dummy ar; ac_word=$2
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5450 $as_echo_n "checking for $ac_word... " >&6; }
5451 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5452 $as_echo_n "(cached) " >&6
5453 else
5454 if test -n "$ac_ct_AR"; then
5455 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5456 else
5457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5458 for as_dir in $PATH
5459 do
5460 IFS=$as_save_IFS
5461 test -z "$as_dir" && as_dir=.
5462 for ac_exec_ext in '' $ac_executable_extensions; do
5463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464 ac_cv_prog_ac_ct_AR="ar"
5465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5466 break 2
5467 fi
5468 done
5469 done
5470 IFS=$as_save_IFS
5471
5472 fi
5473 fi
5474 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5475 if test -n "$ac_ct_AR"; then
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5477 $as_echo "$ac_ct_AR" >&6; }
5478 else
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5480 $as_echo "no" >&6; }
5481 fi
5482
5483 if test "x$ac_ct_AR" = x; then
5484 AR=""
5485 else
5486 case $cross_compiling:$ac_tool_warned in
5487 yes:)
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5489 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5490 ac_tool_warned=yes ;;
5491 esac
5492 AR=$ac_ct_AR
5493 fi
5494 else
5495 AR="$ac_cv_prog_AR"
5496 fi
5497
5498 if test -n "$ac_tool_prefix"; then
5499 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5500 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5502 $as_echo_n "checking for $ac_word... " >&6; }
5503 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5504 $as_echo_n "(cached) " >&6
5505 else
5506 if test -n "$RANLIB"; then
5507 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5508 else
5509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5510 for as_dir in $PATH
5511 do
5512 IFS=$as_save_IFS
5513 test -z "$as_dir" && as_dir=.
5514 for ac_exec_ext in '' $ac_executable_extensions; do
5515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5516 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5518 break 2
5519 fi
5520 done
5521 done
5522 IFS=$as_save_IFS
5523
5524 fi
5525 fi
5526 RANLIB=$ac_cv_prog_RANLIB
5527 if test -n "$RANLIB"; then
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5529 $as_echo "$RANLIB" >&6; }
5530 else
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5532 $as_echo "no" >&6; }
5533 fi
5534
5535
5536 fi
5537 if test -z "$ac_cv_prog_RANLIB"; then
5538 ac_ct_RANLIB=$RANLIB
5539 # Extract the first word of "ranlib", so it can be a program name with args.
5540 set dummy ranlib; ac_word=$2
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5542 $as_echo_n "checking for $ac_word... " >&6; }
5543 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5544 $as_echo_n "(cached) " >&6
5545 else
5546 if test -n "$ac_ct_RANLIB"; then
5547 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5548 else
5549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5550 for as_dir in $PATH
5551 do
5552 IFS=$as_save_IFS
5553 test -z "$as_dir" && as_dir=.
5554 for ac_exec_ext in '' $ac_executable_extensions; do
5555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5556 ac_cv_prog_ac_ct_RANLIB="ranlib"
5557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5558 break 2
5559 fi
5560 done
5561 done
5562 IFS=$as_save_IFS
5563
5564 fi
5565 fi
5566 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5567 if test -n "$ac_ct_RANLIB"; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5569 $as_echo "$ac_ct_RANLIB" >&6; }
5570 else
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5572 $as_echo "no" >&6; }
5573 fi
5574
5575 if test "x$ac_ct_RANLIB" = x; then
5576 RANLIB=":"
5577 else
5578 case $cross_compiling:$ac_tool_warned in
5579 yes:)
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5581 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5582 ac_tool_warned=yes ;;
5583 esac
5584 RANLIB=$ac_ct_RANLIB
5585 fi
5586 else
5587 RANLIB="$ac_cv_prog_RANLIB"
5588 fi
5589
5590 if test -n "$ac_tool_prefix"; then
5591 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5592 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5594 $as_echo_n "checking for $ac_word... " >&6; }
5595 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5596 $as_echo_n "(cached) " >&6
5597 else
5598 if test -n "$DLLTOOL"; then
5599 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5600 else
5601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5602 for as_dir in $PATH
5603 do
5604 IFS=$as_save_IFS
5605 test -z "$as_dir" && as_dir=.
5606 for ac_exec_ext in '' $ac_executable_extensions; do
5607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5608 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5610 break 2
5611 fi
5612 done
5613 done
5614 IFS=$as_save_IFS
5615
5616 fi
5617 fi
5618 DLLTOOL=$ac_cv_prog_DLLTOOL
5619 if test -n "$DLLTOOL"; then
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5621 $as_echo "$DLLTOOL" >&6; }
5622 else
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5624 $as_echo "no" >&6; }
5625 fi
5626
5627
5628 fi
5629 if test -z "$ac_cv_prog_DLLTOOL"; then
5630 ac_ct_DLLTOOL=$DLLTOOL
5631 # Extract the first word of "dlltool", so it can be a program name with args.
5632 set dummy dlltool; ac_word=$2
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5634 $as_echo_n "checking for $ac_word... " >&6; }
5635 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
5636 $as_echo_n "(cached) " >&6
5637 else
5638 if test -n "$ac_ct_DLLTOOL"; then
5639 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5640 else
5641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5642 for as_dir in $PATH
5643 do
5644 IFS=$as_save_IFS
5645 test -z "$as_dir" && as_dir=.
5646 for ac_exec_ext in '' $ac_executable_extensions; do
5647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5648 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5650 break 2
5651 fi
5652 done
5653 done
5654 IFS=$as_save_IFS
5655
5656 fi
5657 fi
5658 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5659 if test -n "$ac_ct_DLLTOOL"; then
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5661 $as_echo "$ac_ct_DLLTOOL" >&6; }
5662 else
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5664 $as_echo "no" >&6; }
5665 fi
5666
5667 if test "x$ac_ct_DLLTOOL" = x; then
5668 DLLTOOL=":"
5669 else
5670 case $cross_compiling:$ac_tool_warned in
5671 yes:)
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5673 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5674 ac_tool_warned=yes ;;
5675 esac
5676 DLLTOOL=$ac_ct_DLLTOOL
5677 fi
5678 else
5679 DLLTOOL="$ac_cv_prog_DLLTOOL"
5680 fi
5681
5682 for ac_prog in gawk mawk nawk awk
5683 do
5684 # Extract the first word of "$ac_prog", so it can be a program name with args.
5685 set dummy $ac_prog; ac_word=$2
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5687 $as_echo_n "checking for $ac_word... " >&6; }
5688 if test "${ac_cv_prog_AWK+set}" = set; then :
5689 $as_echo_n "(cached) " >&6
5690 else
5691 if test -n "$AWK"; then
5692 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5693 else
5694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5695 for as_dir in $PATH
5696 do
5697 IFS=$as_save_IFS
5698 test -z "$as_dir" && as_dir=.
5699 for ac_exec_ext in '' $ac_executable_extensions; do
5700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5701 ac_cv_prog_AWK="$ac_prog"
5702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5703 break 2
5704 fi
5705 done
5706 done
5707 IFS=$as_save_IFS
5708
5709 fi
5710 fi
5711 AWK=$ac_cv_prog_AWK
5712 if test -n "$AWK"; then
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5714 $as_echo "$AWK" >&6; }
5715 else
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5717 $as_echo "no" >&6; }
5718 fi
5719
5720
5721 test -n "$AWK" && break
5722 done
5723
5724 for ac_prog in jar fastjar gjar
5725 do
5726 # Extract the first word of "$ac_prog", so it can be a program name with args.
5727 set dummy $ac_prog; ac_word=$2
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5729 $as_echo_n "checking for $ac_word... " >&6; }
5730 if test "${ac_cv_prog_JAR+set}" = set; then :
5731 $as_echo_n "(cached) " >&6
5732 else
5733 if test -n "$JAR"; then
5734 ac_cv_prog_JAR="$JAR" # Let the user override the test.
5735 else
5736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 for as_dir in $PATH
5738 do
5739 IFS=$as_save_IFS
5740 test -z "$as_dir" && as_dir=.
5741 for ac_exec_ext in '' $ac_executable_extensions; do
5742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5743 ac_cv_prog_JAR="$ac_prog"
5744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5745 break 2
5746 fi
5747 done
5748 done
5749 IFS=$as_save_IFS
5750
5751 fi
5752 fi
5753 JAR=$ac_cv_prog_JAR
5754 if test -n "$JAR"; then
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAR" >&5
5756 $as_echo "$JAR" >&6; }
5757 else
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5759 $as_echo "no" >&6; }
5760 fi
5761
5762
5763 test -n "$JAR" && break
5764 done
5765 test -n "$JAR" || JAR="no"
5766
5767 # Extract the first word of "zip", so it can be a program name with args.
5768 set dummy zip; ac_word=$2
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5770 $as_echo_n "checking for $ac_word... " >&6; }
5771 if test "${ac_cv_path_ZIP+set}" = set; then :
5772 $as_echo_n "(cached) " >&6
5773 else
5774 case $ZIP in
5775 [\\/]* | ?:[\\/]*)
5776 ac_cv_path_ZIP="$ZIP" # Let the user override the test with a path.
5777 ;;
5778 *)
5779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5780 for as_dir in $PATH
5781 do
5782 IFS=$as_save_IFS
5783 test -z "$as_dir" && as_dir=.
5784 for ac_exec_ext in '' $ac_executable_extensions; do
5785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5786 ac_cv_path_ZIP="$as_dir/$ac_word$ac_exec_ext"
5787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5788 break 2
5789 fi
5790 done
5791 done
5792 IFS=$as_save_IFS
5793
5794 test -z "$ac_cv_path_ZIP" && ac_cv_path_ZIP="no"
5795 ;;
5796 esac
5797 fi
5798 ZIP=$ac_cv_path_ZIP
5799 if test -n "$ZIP"; then
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ZIP" >&5
5801 $as_echo "$ZIP" >&6; }
5802 else
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5804 $as_echo "no" >&6; }
5805 fi
5806
5807
5808 # Extract the first word of "unzip", so it can be a program name with args.
5809 set dummy unzip; ac_word=$2
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_path_UNZIP+set}" = set; then :
5813 $as_echo_n "(cached) " >&6
5814 else
5815 case $UNZIP in
5816 [\\/]* | ?:[\\/]*)
5817 ac_cv_path_UNZIP="$UNZIP" # Let the user override the test with a path.
5818 ;;
5819 *)
5820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5821 for as_dir in $PATH
5822 do
5823 IFS=$as_save_IFS
5824 test -z "$as_dir" && as_dir=.
5825 for ac_exec_ext in '' $ac_executable_extensions; do
5826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5827 ac_cv_path_UNZIP="$as_dir/$ac_word$ac_exec_ext"
5828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5829 break 2
5830 fi
5831 done
5832 done
5833 IFS=$as_save_IFS
5834
5835 test -z "$ac_cv_path_UNZIP" && ac_cv_path_UNZIP="unzip"
5836 ;;
5837 esac
5838 fi
5839 UNZIP=$ac_cv_path_UNZIP
5840 if test -n "$UNZIP"; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UNZIP" >&5
5842 $as_echo "$UNZIP" >&6; }
5843 else
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5845 $as_echo "no" >&6; }
5846 fi
5847
5848
5849
5850 # We need a jar that supports -@. This is a GNU extension.
5851 if test "$JAR" != no; then
5852 rm -f config-test.jar
5853 echo $srcdir/configure.ac | $JAR -cf@ config-test.jar >/dev/null 2>&1
5854 if test -f config-test.jar; then
5855 rm -f config-test.jar
5856 else
5857 JAR=no
5858 fi
5859 fi
5860
5861 # Prefer the jar we found, but fall back to our jar script.
5862 if test "$JAR" = no; then
5863 if test "$ZIP" = no; then
5864 as_fn_error "cannot find neither zip nor jar, cannot continue" "$LINENO" 5
5865 else
5866 # InfoZIP available, use the 'guaranteed' Bourne-shell JAR to build libjava
5867 JAR=`pwd`/scripts/jar
5868 fi
5869 fi
5870
5871
5872
5873
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
5875 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
5876 # Check whether --enable-maintainer-mode was given.
5877 if test "${enable_maintainer_mode+set}" = set; then :
5878 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
5879 else
5880 USE_MAINTAINER_MODE=no
5881 fi
5882
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
5884 $as_echo "$USE_MAINTAINER_MODE" >&6; }
5885 if test $USE_MAINTAINER_MODE = yes; then
5886 MAINTAINER_MODE_TRUE=
5887 MAINTAINER_MODE_FALSE='#'
5888 else
5889 MAINTAINER_MODE_TRUE='#'
5890 MAINTAINER_MODE_FALSE=
5891 fi
5892
5893 MAINT=$MAINTAINER_MODE_TRUE
5894
5895
5896
5897
5898
5899 # configure.host sets the following important variables
5900 # libgcj_cflags - host specific C compiler flags
5901 # libgcj_cxxflags - host specific C++ compiler flags
5902 # libgcj_javaflags - host specific Java compiler flags
5903 # libgcj_sublib_ltflags - host specific Libtool flags
5904 # libgcj_sublib_core_extra_deps - host specific extra
5905 # dependencies for core sublib
5906 # (these last two only used when building sublibs)
5907 # and a number of others; see the list at the start of the file.
5908
5909 libgcj_cflags=
5910 libgcj_cxxflags=
5911 libgcj_javaflags=
5912 libgcj_sublib_ltflags=
5913 libgcj_sublib_core_extra_deps=
5914
5915 . ${srcdir}/configure.host
5916
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5918 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5919 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
5923 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
5924 acl_cv_prog_gnu_ld=yes
5925 else
5926 acl_cv_prog_gnu_ld=no
5927 fi
5928 fi
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
5930 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
5931 with_gnu_ld=$acl_cv_prog_gnu_ld
5932
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the GNU linker ($LD) supports -Bsymbolic-functions" >&5
5934 $as_echo_n "checking if the GNU linker ($LD) supports -Bsymbolic-functions... " >&6; }
5935 if test "${acl_cv_prog_gnu_ld_symbolic+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
5937 else
5938
5939 acl_cv_prog_gnu_ld_symbolic=no
5940
5941 if test x"$with_gnu_ld" = x"yes"; then
5942 if $LD --help 2>&1 </dev/null | grep Bsymbolic-functions 1>&5; then
5943 acl_cv_prog_gnu_ld_symbolic=yes
5944 fi
5945 fi
5946 fi
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld_symbolic" >&5
5948 $as_echo "$acl_cv_prog_gnu_ld_symbolic" >&6; }
5949 if test x"$acl_cv_prog_gnu_ld_symbolic" = x"yes"; then
5950 SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic-functions"
5951 else
5952 SYMBOLIC_LDFLAGS=''
5953 fi
5954
5955 libgcj_ld_symbolic_functions=$SYMBOLIC_LDFLAGS
5956 if test -z "$libgcj_ld_symbolic"; then
5957 libgcj_ld_symbolic=$SYMBOLIC_LDFLAGS
5958 fi
5959
5960 # for windows native targets enforce export of all symbols for shared libgcj.
5961 libgcj_ld_export_all=
5962 case "$host" in
5963 *mingw*)
5964 libgcj_ld_export_all=-Wl,--export-all-symbols
5965 ;;
5966 *)
5967 ;;
5968 esac
5969
5970 LIBGCJ_CFLAGS="${libgcj_cflags}"
5971 LIBGCJ_CXXFLAGS="${libgcj_cxxflags}"
5972 LIBGCJ_JAVAFLAGS="${libgcj_javaflags}"
5973 LIBGCJ_SUBLIB_LTFLAGS="${libgcj_sublib_ltflags}"
5974 LIBGCJ_SUBLIB_CORE_EXTRA_DEPS="${libgcj_sublib_core_extra_deps}"
5975 LIBGCJ_LD_SYMBOLIC="${libgcj_ld_symbolic}"
5976 LIBGCJ_LD_SYMBOLIC_FUNCTIONS="${libgcj_ld_symbolic_functions}"
5977 LIBGCJ_LD_EXPORT_ALL="${libgcj_ld_export_all}"
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987 # Only use libltdl for non-newlib builds.
5988 if test "x${with_newlib}" = "x" || test "x${with_newlib}" = "xno"; then
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
5990 $as_echo_n "checking dynamic linker characteristics... " >&6; }
5991 library_names_spec=
5992 libname_spec='lib$name'
5993 soname_spec=
5994 shrext=".so"
5995 postinstall_cmds=
5996 postuninstall_cmds=
5997 finish_cmds=
5998 finish_eval=
5999 shlibpath_var=
6000 shlibpath_overrides_runpath=unknown
6001 version_type=none
6002 dynamic_linker="$host_os ld.so"
6003 sys_lib_dlsearch_path_spec="/lib /usr/lib"
6004 if test "$GCC" = yes; then
6005 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g"`
6006 if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
6007 # if the path contains ";" then we assume it to be the separator
6008 # otherwise default to the standard path separator (i.e. ":") - it is
6009 # assumed that no part of a normal pathname contains ";" but that should
6010 # okay in the real world where ";" in dirpaths is itself problematic.
6011 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
6012 else
6013 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e "s/$PATH_SEPARATOR/ /g"`
6014 fi
6015 else
6016 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6017 fi
6018 need_lib_prefix=unknown
6019 hardcode_into_libs=no
6020
6021 # when you set need_version to no, make sure it does not cause -set_version
6022 # flags to be left without arguments
6023 need_version=unknown
6024
6025 case $host_os in
6026 aix3*)
6027 version_type=linux
6028 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
6029 shlibpath_var=LIBPATH
6030
6031 # AIX 3 has no versioning support, so we append a major version to the name.
6032 soname_spec='${libname}${release}${shared_ext}$major'
6033 ;;
6034
6035 aix[4-9]*)
6036 version_type=linux
6037 need_lib_prefix=no
6038 need_version=no
6039 hardcode_into_libs=yes
6040 if test "$host_cpu" = ia64; then
6041 # AIX 5 supports IA64
6042 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
6043 shlibpath_var=LD_LIBRARY_PATH
6044 else
6045 # With GCC up to 2.95.x, collect2 would create an import file
6046 # for dependence libraries. The import file would start with
6047 # the line `#! .'. This would cause the generated library to
6048 # depend on `.', always an invalid library. This was fixed in
6049 # development snapshots of GCC prior to 3.0.
6050 case $host_os in
6051 aix4 | aix4.[01] | aix4.[01].*)
6052 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
6053 echo ' yes '
6054 echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
6055 :
6056 else
6057 can_build_shared=no
6058 fi
6059 ;;
6060 esac
6061 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
6062 # soname into executable. Probably we can add versioning support to
6063 # collect2, so additional links can be useful in future.
6064 if test "$aix_use_runtimelinking" = yes; then
6065 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
6066 # instead of lib<name>.a to let people know that these are not
6067 # typical AIX shared libraries.
6068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6069 else
6070 # We preserve .a as extension for shared libraries through AIX4.2
6071 # and later when we are not doing run time linking.
6072 library_names_spec='${libname}${release}.a $libname.a'
6073 soname_spec='${libname}${release}${shared_ext}$major'
6074 fi
6075 shlibpath_var=LIBPATH
6076 fi
6077 ;;
6078
6079 amigaos*)
6080 library_names_spec='$libname.ixlibrary $libname.a'
6081 # Create ${libname}_ixlibrary.a entries in /sys/libs.
6082 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
6083 ;;
6084
6085 beos*)
6086 library_names_spec='${libname}${shared_ext}'
6087 dynamic_linker="$host_os ld.so"
6088 shlibpath_var=LIBRARY_PATH
6089 ;;
6090
6091 bsdi4*)
6092 version_type=linux
6093 need_version=no
6094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6095 soname_spec='${libname}${release}${shared_ext}$major'
6096 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
6097 shlibpath_var=LD_LIBRARY_PATH
6098 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
6099 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
6100 # the default ld.so.conf also contains /usr/contrib/lib and
6101 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
6102 # libtool to hard-code these into programs
6103 ;;
6104
6105 cygwin* | mingw* | pw32*)
6106 version_type=windows
6107 shrext=".dll"
6108 need_version=no
6109 need_lib_prefix=no
6110
6111 case $GCC,$host_os in
6112 yes,cygwin* | yes,mingw* | yes,pw32*)
6113 library_names_spec='$libname.dll.a'
6114 # DLL is installed to $(libdir)/../bin by postinstall_cmds
6115 postinstall_cmds='base_file=`basename \${file}`~
6116 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
6117 dldir=$destdir/`dirname \$dlpath`~
6118 test -d \$dldir || mkdir -p \$dldir~
6119 $install_prog $dir/$dlname \$dldir/$dlname'
6120 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
6121 dlpath=$dir/\$dldll~
6122 $rm \$dlpath'
6123 shlibpath_overrides_runpath=yes
6124
6125 case $host_os in
6126 cygwin*)
6127 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
6128 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext}'
6129 sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
6130 ;;
6131 mingw*)
6132 # MinGW DLLs use traditional 'lib' prefix
6133 soname_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext}'
6134 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g"`
6135 if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
6136 # It is most probably a Windows format PATH printed by
6137 # mingw gcc, but we are running on Cygwin. Gcc prints its search
6138 # path with ; separators, and with drive letters. We can handle the
6139 # drive letters (cygwin fileutils understands them), so leave them,
6140 # especially as we might pass files found there to a mingw objdump,
6141 # which wouldn't understand a cygwinified path. Ahh.
6142 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
6143 else
6144 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e "s/$PATH_SEPARATOR/ /g"`
6145 fi
6146 ;;
6147 pw32*)
6148 # pw32 DLLs use 'pw' prefix rather than 'lib'
6149 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}${shared_ext}'
6150 ;;
6151 esac
6152 ;;
6153
6154 *)
6155 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
6156 ;;
6157 esac
6158 dynamic_linker='Win32 ld.exe'
6159 # FIXME: first we should search . and the directory the executable is in
6160 shlibpath_var=PATH
6161 ;;
6162
6163 darwin* | rhapsody*)
6164 dynamic_linker="$host_os dyld"
6165 version_type=darwin
6166 need_lib_prefix=no
6167 need_version=no
6168 # FIXME: Relying on posixy $() will cause problems for
6169 # cross-compilation, but unfortunately the echo tests do not
6170 # yet detect zsh echo's removal of \ escapes.
6171 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
6172 soname_spec='${libname}${release}${major}$shared_ext'
6173 shlibpath_overrides_runpath=yes
6174 shlibpath_var=DYLD_LIBRARY_PATH
6175 shrext='$(test .$module = .yes && echo .so || echo .dylib)'
6176 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
6177 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
6178 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
6179 fi
6180 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
6181 ;;
6182
6183 dgux*)
6184 version_type=linux
6185 need_lib_prefix=no
6186 need_version=no
6187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
6188 soname_spec='${libname}${release}${shared_ext}$major'
6189 shlibpath_var=LD_LIBRARY_PATH
6190 ;;
6191
6192 freebsd*)
6193 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
6194 version_type=freebsd-$objformat
6195 case $version_type in
6196 freebsd-elf*)
6197 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
6198 need_version=no
6199 need_lib_prefix=no
6200 ;;
6201 freebsd-*)
6202 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
6203 need_version=yes
6204 ;;
6205 esac
6206 shlibpath_var=LD_LIBRARY_PATH
6207 case $host_os in
6208 freebsd2*)
6209 shlibpath_overrides_runpath=yes
6210 ;;
6211 freebsd3.01* | freebsdelf3.01*)
6212 shlibpath_overrides_runpath=yes
6213 hardcode_into_libs=yes
6214 ;;
6215 *) # from 3.2 on
6216 shlibpath_overrides_runpath=no
6217 hardcode_into_libs=yes
6218 ;;
6219 esac
6220 ;;
6221
6222 gnu*)
6223 version_type=linux
6224 need_lib_prefix=no
6225 need_version=no
6226 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
6227 soname_spec='${libname}${release}${shared_ext}$major'
6228 shlibpath_var=LD_LIBRARY_PATH
6229 hardcode_into_libs=yes
6230 ;;
6231
6232 hpux9* | hpux10* | hpux11*)
6233 # Give a soname corresponding to the major version so that dld.sl refuses to
6234 # link against other versions.
6235 version_type=sunos
6236 need_lib_prefix=no
6237 need_version=no
6238 case "$host_cpu" in
6239 ia64*)
6240 shrext='.so'
6241 hardcode_into_libs=yes
6242 dynamic_linker="$host_os dld.so"
6243 shlibpath_var=LD_LIBRARY_PATH
6244 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
6245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6246 soname_spec='${libname}${release}${shared_ext}$major'
6247 if test "X$HPUX_IA64_MODE" = X32; then
6248 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
6249 else
6250 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
6251 fi
6252 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
6253 ;;
6254 hppa*64*)
6255 shrext='.sl'
6256 hardcode_into_libs=yes
6257 dynamic_linker="$host_os dld.sl"
6258 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
6259 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
6260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6261 soname_spec='${libname}${release}${shared_ext}$major'
6262 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
6263 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
6264 ;;
6265 *)
6266 shrext='.sl'
6267 dynamic_linker="$host_os dld.sl"
6268 shlibpath_var=SHLIB_PATH
6269 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
6270 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6271 soname_spec='${libname}${release}${shared_ext}$major'
6272 ;;
6273 esac
6274 # HP-UX runs *really* slowly unless shared libraries are mode 555.
6275 postinstall_cmds='chmod 555 $lib'
6276 ;;
6277
6278 irix5* | irix6* | nonstopux*)
6279 case $host_os in
6280 nonstopux*) version_type=nonstopux ;;
6281 *)
6282 if test "$lt_cv_prog_gnu_ld" = yes; then
6283 version_type=linux
6284 else
6285 version_type=irix
6286 fi ;;
6287 esac
6288 need_lib_prefix=no
6289 need_version=no
6290 soname_spec='${libname}${release}${shared_ext}$major'
6291 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
6292 case $host_os in
6293 irix5* | nonstopux*)
6294 libsuff= shlibsuff=
6295 ;;
6296 *)
6297 case $LD in # libtool.m4 will add one of these switches to LD
6298 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
6299 libsuff= shlibsuff= libmagic=32-bit;;
6300 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
6301 libsuff=32 shlibsuff=N32 libmagic=N32;;
6302 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
6303 libsuff=64 shlibsuff=64 libmagic=64-bit;;
6304 *) libsuff= shlibsuff= libmagic=never-match;;
6305 esac
6306 ;;
6307 esac
6308 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
6309 shlibpath_overrides_runpath=no
6310 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
6311 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
6312 hardcode_into_libs=yes
6313 ;;
6314
6315 # No shared lib support for Linux oldld, aout, or coff.
6316 linux*oldld* | linux*aout* | linux*coff*)
6317 dynamic_linker=no
6318 ;;
6319
6320 # This must be Linux ELF.
6321 linux*|k*bsd*-gnu)
6322 version_type=linux
6323 need_lib_prefix=no
6324 need_version=no
6325 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6326 soname_spec='${libname}${release}${shared_ext}$major'
6327 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
6328 shlibpath_var=LD_LIBRARY_PATH
6329 shlibpath_overrides_runpath=no
6330 # This implies no fast_install, which is unacceptable.
6331 # Some rework will be needed to allow for fast_install
6332 # before this can be enabled.
6333 hardcode_into_libs=yes
6334
6335 # We used to test for /lib/ld.so.1 and disable shared libraries on
6336 # powerpc, because MkLinux only supported shared libraries with the
6337 # GNU dynamic linker. Since this was broken with cross compilers,
6338 # most powerpc-linux boxes support dynamic linking these days and
6339 # people can always --disable-shared, the test was removed, and we
6340 # assume the GNU/Linux dynamic linker is in use.
6341 dynamic_linker='GNU/Linux ld.so'
6342 ;;
6343
6344 netbsd*)
6345 version_type=sunos
6346 need_lib_prefix=no
6347 need_version=no
6348 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
6350 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6351 dynamic_linker='NetBSD (a.out) ld.so'
6352 else
6353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
6354 soname_spec='${libname}${release}${shared_ext}$major'
6355 dynamic_linker='NetBSD ld.elf_so'
6356 fi
6357 shlibpath_var=LD_LIBRARY_PATH
6358 shlibpath_overrides_runpath=yes
6359 hardcode_into_libs=yes
6360 ;;
6361
6362 newsos6)
6363 version_type=linux
6364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6365 shlibpath_var=LD_LIBRARY_PATH
6366 shlibpath_overrides_runpath=yes
6367 ;;
6368
6369 nto-qnx)
6370 version_type=linux
6371 need_lib_prefix=no
6372 need_version=no
6373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6374 soname_spec='${libname}${release}${shared_ext}$major'
6375 shlibpath_var=LD_LIBRARY_PATH
6376 shlibpath_overrides_runpath=yes
6377 ;;
6378
6379 openbsd*)
6380 version_type=sunos
6381 need_lib_prefix=no
6382 need_version=no
6383 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
6384 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6385 shlibpath_var=LD_LIBRARY_PATH
6386 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6387 case $host_os in
6388 openbsd2.[89] | openbsd2.[89].*)
6389 shlibpath_overrides_runpath=no
6390 ;;
6391 *)
6392 shlibpath_overrides_runpath=yes
6393 ;;
6394 esac
6395 else
6396 shlibpath_overrides_runpath=yes
6397 fi
6398 ;;
6399
6400 os2*)
6401 libname_spec='$name'
6402 shrext=".dll"
6403 need_lib_prefix=no
6404 library_names_spec='$libname${shared_ext} $libname.a'
6405 dynamic_linker='OS/2 ld.exe'
6406 shlibpath_var=LIBPATH
6407 ;;
6408
6409 osf3* | osf4* | osf5*)
6410 version_type=osf
6411 need_lib_prefix=no
6412 need_version=no
6413 soname_spec='${libname}${release}${shared_ext}$major'
6414 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6415 shlibpath_var=LD_LIBRARY_PATH
6416 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
6417 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
6418 ;;
6419
6420 sco3.2v5*)
6421 version_type=osf
6422 soname_spec='${libname}${release}${shared_ext}$major'
6423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6424 shlibpath_var=LD_LIBRARY_PATH
6425 ;;
6426
6427 solaris*)
6428 version_type=linux
6429 need_lib_prefix=no
6430 need_version=no
6431 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6432 soname_spec='${libname}${release}${shared_ext}$major'
6433 shlibpath_var=LD_LIBRARY_PATH
6434 shlibpath_overrides_runpath=yes
6435 hardcode_into_libs=yes
6436 # ldd complains unless libraries are executable
6437 postinstall_cmds='chmod +x $lib'
6438 ;;
6439
6440 sunos4*)
6441 version_type=sunos
6442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
6443 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
6444 shlibpath_var=LD_LIBRARY_PATH
6445 shlibpath_overrides_runpath=yes
6446 if test "$with_gnu_ld" = yes; then
6447 need_lib_prefix=no
6448 fi
6449 need_version=yes
6450 ;;
6451
6452 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6453 version_type=linux
6454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6455 soname_spec='${libname}${release}${shared_ext}$major'
6456 shlibpath_var=LD_LIBRARY_PATH
6457 case $host_vendor in
6458 sni)
6459 shlibpath_overrides_runpath=no
6460 need_lib_prefix=no
6461 export_dynamic_flag_spec='${wl}-Blargedynsym'
6462 runpath_var=LD_RUN_PATH
6463 ;;
6464 siemens)
6465 need_lib_prefix=no
6466 ;;
6467 motorola)
6468 need_lib_prefix=no
6469 need_version=no
6470 shlibpath_overrides_runpath=no
6471 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
6472 ;;
6473 esac
6474 ;;
6475
6476 sysv4*MP*)
6477 if test -d /usr/nec ;then
6478 version_type=linux
6479 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
6480 soname_spec='$libname${shared_ext}.$major'
6481 shlibpath_var=LD_LIBRARY_PATH
6482 fi
6483 ;;
6484
6485 uts4*)
6486 version_type=linux
6487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6488 soname_spec='${libname}${release}${shared_ext}$major'
6489 shlibpath_var=LD_LIBRARY_PATH
6490 ;;
6491
6492 *)
6493 dynamic_linker=no
6494 ;;
6495 esac
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
6497 $as_echo "$dynamic_linker" >&6; }
6498 test "$dynamic_linker" = no && can_build_shared=no
6499
6500
6501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time library path" >&5
6502 $as_echo_n "checking which variable specifies run-time library path... " >&6; }
6503 if test "${libltdl_cv_shlibpath_var+set}" = set; then :
6504 $as_echo_n "(cached) " >&6
6505 else
6506 libltdl_cv_shlibpath_var="$shlibpath_var"
6507 fi
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibpath_var" >&5
6509 $as_echo "$libltdl_cv_shlibpath_var" >&6; }
6510 if test -n "$libltdl_cv_shlibpath_var"; then
6511
6512 cat >>confdefs.h <<_ACEOF
6513 #define LTDL_SHLIBPATH_VAR "$libltdl_cv_shlibpath_var"
6514 _ACEOF
6515
6516 fi
6517
6518 fi
6519
6520 ac_config_headers="$ac_config_headers include/config.h gcj/libgcj-config.h"
6521
6522
6523 # Possibly build libgcj as many sub-libraries.
6524 # Check whether --enable-libgcj-sublibs was given.
6525 if test "${enable_libgcj_sublibs+set}" = set; then :
6526 enableval=$enable_libgcj_sublibs;
6527 fi
6528
6529
6530 if test -z "$enable_libgcj_sublibs"; then
6531 enable_libgcj_sublibs=$enable_libgcj_sublibs_default
6532 fi
6533 if test "$enable_libgcj_sublibs" = yes; then
6534 BUILD_SUBLIBS_TRUE=
6535 BUILD_SUBLIBS_FALSE='#'
6536 else
6537 BUILD_SUBLIBS_TRUE='#'
6538 BUILD_SUBLIBS_FALSE=
6539 fi
6540
6541 if test "$enable_libgcj_sublibs" = yes ; then
6542 # In theory we could make do with only one override and simply
6543 # tag "_bc" onto the end of it when we use it to generate the
6544 # spec, but that's an ugly thing to do when there are multiple
6545 # words in the string and you're relying on the ordering to
6546 # append the correct one.
6547 libgcj_spec_lgcj_override="-lgcj-noncore -lgcj"
6548 libgcj_spec_lgcj_bc_override="-lgcj-noncore -lgcj_bc"
6549 fi
6550
6551
6552 # See if the user has requested runtime debugging.
6553 LIBGCJDEBUG="disable"
6554
6555 # Check whether --enable-libgcj-debug was given.
6556 if test "${enable_libgcj_debug+set}" = set; then :
6557 enableval=$enable_libgcj_debug; if test "$enable_libgcj_debug" = yes; then
6558
6559 $as_echo "#define __GCJ_DEBUG 1" >>confdefs.h
6560
6561 LIBGCJDEBUG="enable"
6562 fi
6563 fi
6564
6565
6566
6567 # Check whether --with-escher was given.
6568 if test "${with_escher+set}" = set; then :
6569 withval=$with_escher;
6570 fi
6571
6572 case "$with_escher" in
6573 "")
6574 use_escher=false
6575 ;;
6576 "no")
6577 use_escher=false
6578 ;;
6579 "yes")
6580 as_fn_error "Please supply an absolute path to Escher library" "$LINENO" 5
6581 ;;
6582 *)
6583 use_escher=true
6584 ;;
6585 esac
6586
6587 # Determine which AWT peer libraries to build
6588 # Check whether --enable-java-awt was given.
6589 if test "${enable_java_awt+set}" = set; then :
6590 enableval=$enable_java_awt;
6591 fi
6592
6593
6594 peerlibs="`echo ${enable_java_awt} | tr ',' ' '`"
6595 use_xlib_awt=""
6596 use_gtk_awt=""
6597 use_qt_awt=""
6598 use_x_awt=""
6599 # The default toolkit to use is the first one specified.
6600 TOOLKIT=
6601
6602
6603 for peer in $peerlibs ; do
6604 case $peer in
6605 xlib)
6606 if test "$no_x" = yes; then
6607 echo "*** xlib peers requested but no X library available" 1>&2
6608 exit 1
6609 else
6610 use_xlib_awt="yes"
6611 if test -z "$TOOLKIT"; then
6612 TOOLKIT=gnu.awt.xlib.XToolkit
6613 fi
6614 fi
6615 ;;
6616 gtk)
6617 if test "$no_x" = yes; then
6618 echo "*** gtk peers requested but no X library available" 1>&2
6619 exit 1
6620 else
6621 use_gtk_awt=yes
6622 if test -z "$TOOLKIT"; then
6623 TOOLKIT=gnu.java.awt.peer.gtk.GtkToolkit
6624 fi
6625 fi
6626 ;;
6627 qt)
6628 if test "$no_x" = yes; then
6629 # Perhaps we should admit the possibility of embedded Qt.
6630 echo "*** Qt peers requested but no X library available" 1>&2
6631 exit 1
6632 else
6633 use_qt_awt=yes
6634 if test -z "$TOOLKIT"; then
6635 TOOLKIT=gnu.java.awt.peer.qt.QtToolkit
6636 fi
6637 fi
6638 ;;
6639 x)
6640 use_x_awt=yes
6641 if test -z "$TOOLKIT"; then
6642 TOOLKIT=gnu.java.awt.peer.x.XToolkit
6643 fi
6644 ;;
6645 no)
6646 use_xlib_awt=
6647 use_gtk_awt=
6648 use_qt_awt=
6649 use_x_awt=
6650 break
6651 ;;
6652 *)
6653 echo "*** unrecognised argument \"${peer}\" for --enable-java-awt" 1>&2
6654 exit 1
6655 esac
6656 done
6657
6658 if test "$use_xlib_awt" = yes; then
6659 XLIB_AWT_TRUE=
6660 XLIB_AWT_FALSE='#'
6661 else
6662 XLIB_AWT_TRUE='#'
6663 XLIB_AWT_FALSE=
6664 fi
6665
6666 if test "$use_x_awt" = yes; then
6667 X_AWT_TRUE=
6668 X_AWT_FALSE='#'
6669 else
6670 X_AWT_TRUE='#'
6671 X_AWT_FALSE=
6672 fi
6673
6674
6675
6676 cat >>confdefs.h <<_ACEOF
6677 #define AWT_TOOLKIT "$TOOLKIT"
6678 _ACEOF
6679
6680
6681 expanded_prefix=$prefix
6682 if test "X$prefix" = XNONE; then
6683 expanded_prefix=${ac_default_prefix}
6684 fi
6685
6686
6687 cat >>confdefs.h <<_ACEOF
6688 #define LIBGCJ_PREFIX "$expanded_prefix"
6689 _ACEOF
6690
6691
6692 # Create standard.omit based on decisions we just made.
6693 cp $srcdir/standard.omit.in standard.omit
6694 if test "$use_xlib_awt" != yes; then
6695 echo gnu/awt/xlib >> standard.omit
6696 echo gnu/gcj/xlib >> standard.omit
6697 fi
6698 if test "$use_x_awt" != yes; then
6699 echo gnu/java/awt/peer/x >> standard.omit
6700 fi
6701
6702 # Tools that need to be compiled against classpath's tools classes
6703 : > vm-tools-packages
6704 for package in gnu/gcj/tools/gc_analyze ; do
6705 echo $package >> standard.omit
6706 echo $package >> vm-tools-packages
6707 done
6708
6709 if test -z "${with_multisubdir}"; then
6710 builddotdot=.
6711 else
6712 builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
6713 fi
6714
6715 NATIVE=yes
6716
6717 # Which gcj and host gcj (for ecjx) do we use?
6718 which_gcj=default
6719 host_exeext=${ac_exeext}
6720 GCJ_FOR_ECJX='$(GCJ)'
6721 GCC_FOR_ECJX='$(CXX)'
6722 built_gcc_dir="`cd ${builddotdot}/../../${host_subdir}/gcc && ${PWDCMD-pwd}`"
6723 if test -n "${with_cross_host}"; then
6724 # We are being configured with a cross compiler. We can't
6725 # use ac_exeext, because that is for the target platform.
6726 NATIVE=no
6727 cross_host_exeext=
6728 GCJ_FOR_ECJX="${with_cross_host}-gcj"
6729 GCC_FOR_ECJX="${with_cross_host}-gcc"
6730 case "${with_cross_host}" in
6731 *mingw* | *cygwin*)
6732 cross_host_exeext=.exe
6733 ;;
6734 esac
6735 host_exeext=${cross_host_exeext}
6736 if test -x "${built_gcc_dir}/gcj${cross_host_exeext}"; then
6737 if test x"$build_noncanonical" = x"$with_cross_host"; then
6738 # Ordinary cross (host!=target and host=build)
6739 which_gcj=built
6740 else
6741 # Canadian cross (host!=target and host!=build)
6742 which_gcj=cross
6743 fi
6744 else
6745 which_gcj=cross
6746 fi
6747 else
6748 # We are being configured with a native or crossed-native compiler
6749 if test -x "${built_gcc_dir}/gcj${ac_exeext}"; then
6750 if test x"$build" = x"$host"; then
6751 # True native build (host=target and host=build)
6752 which_gcj=built
6753 else
6754 # Crossed-native build (host=target and host!=build)
6755 which_gcj=cross
6756 fi
6757 else
6758 which_gcj=path
6759 fi
6760 fi
6761 libgcjdir=`${PWDCMD-pwd}`
6762 case $GCJ in
6763 *" -B"*)
6764 # Just in case there is a comma in the build dir, quote it for the
6765 # sed command below.
6766 case $libgcjdir in
6767 *[,\\]*) qlibgcjdir=`echo "$libgcjdir" | sed 's:[,\\]:\\&:g'`;;
6768 *) qlibgcjdir=$libgcjdir;;
6769 esac
6770 GCJ=`echo "$GCJ" | sed "s, -B, -B$qlibgcjdir/&,"`
6771 ;;
6772 *)
6773 GCJ=$GCJ" -B$libgcjdir/"
6774 ;;
6775 esac
6776 case "${which_gcj}" in
6777 built)
6778 GCJH='$(top_builddir)/$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
6779 ;;
6780 cross)
6781 if test "x${with_newlib}" = "xyes"; then
6782 # FIXME (comment): Why is this needed?
6783 LIBGCC_UNWIND_INCLUDE=
6784 fi
6785 GCJH='$(target_noncanonical)-gcjh'
6786 ;;
6787 path)
6788 GCJH=gcjh
6789 ;;
6790 esac
6791 JAVAC="$GCJ -C"
6792 export JAVAC
6793
6794
6795
6796
6797
6798
6799 # Create it, so that compile/link tests don't fail
6800 test -f libgcj.spec || touch libgcj.spec
6801
6802
6803
6804 # Set up to configure Classpath.
6805 # FIXME: no supported way to pass args in autoconf.
6806 # Disable tool wrappers to avoid ltdl.h configure check.
6807 ac_configure_args="$ac_configure_args --disable-tool-wrappers"
6808 ac_configure_args="$ac_configure_args --disable-load-library"
6809 ac_configure_args="$ac_configure_args --${LIBGCJDEBUG}-debug"
6810 ac_configure_args="$ac_configure_args --enable-default-toolkit=$TOOLKIT"
6811 dir1=`cd $srcdir && pwd`
6812 dir2=`pwd`
6813 ac_configure_args="$ac_configure_args --with-vm-classes=$dir1:$dir2"
6814 ac_configure_args="$ac_configure_args --disable-core-jni"
6815 ac_configure_args="$ac_configure_args --disable-examples"
6816 ac_configure_args="$ac_configure_args --with-glibj=build"
6817 if test "$browser_plugin_enabled" != yes; then
6818 ac_configure_args="$ac_configure_args --disable-plugin"
6819 else
6820 ac_configure_args="$ac_configure_args --enable-plugin"
6821 fi
6822 if test "$gconf_enabled" != yes; then
6823 ac_configure_args="$ac_configure_args --disable-gconf-peer"
6824 ac_configure_args="$ac_configure_args --enable-default-preferences-peer=gnu.java.util.prefs.FileBasedFactory"
6825 fi
6826 if test "$use_gtk_awt" != yes; then
6827 ac_configure_args="$ac_configure_args --disable-gtk-peer --disable-plugin"
6828 fi
6829 if test "$use_qt_awt" != yes; then
6830 ac_configure_args="$ac_configure_args --disable-qt-peer"
6831 else
6832 # We need this as qt is disabled by default in classpath.
6833 ac_configure_args="$ac_configure_args --enable-qt-peer"
6834 fi
6835 if test "$use_x_awt" != yes; then
6836 ac_configure_args="$ac_configure_args --without-escher"
6837 else
6838 # We need this as escher is disabled by default in classpath.
6839 if test "$use_escher" != true; then
6840 as_fn_error "Please supply an absolute path to the Escher library" "$LINENO" 5
6841 else
6842 ac_configure_args="$ac_configure_args --with-escher=$with_escher"
6843 fi
6844 fi
6845 if test "x$BUILD_GJDOC" = xno; then
6846 ac_configure_args="$ac_configure_args --disable-gjdoc"
6847 fi
6848 # -Werror causes unavoidable problems in code using alsa.
6849 ac_configure_args="$ac_configure_args --disable-regen-headers"
6850 ac_configure_args="$ac_configure_args --disable-Werror"
6851
6852 # Only use libltdl for non-newlib builds.
6853 if test "x${with_newlib}" = "x" || test "x${with_newlib}" = "xno"; then
6854 case $enable_ltdl_convenience in
6855 no) as_fn_error "this package needs a convenience libltdl" "$LINENO" 5 ;;
6856 "") enable_ltdl_convenience=yes
6857 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
6858 esac
6859 LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
6860 LTDLINCL='-I${top_srcdir}/''libltdl'
6861 # For backwards non-gettext consistent compatibility...
6862 INCLTDL="$LTDLINCL"
6863
6864 enable_dlopen=yes
6865
6866
6867
6868 DIRLTDL=libltdl
6869
6870 $as_echo "#define USE_LTDL 1" >>confdefs.h
6871
6872 # Sigh. Libtool's macro doesn't do the right thing.
6873 INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
6874 # FIXME: this is a hack.
6875 sub_auxdir="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
6876 ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
6877 fi
6878
6879
6880
6881 case `pwd` in
6882 *\ * | *\ *)
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6884 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6885 esac
6886
6887
6888
6889 macro_version='2.2.7a'
6890 macro_revision='1.3134'
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904 ltmain="$ac_aux_dir/ltmain.sh"
6905
6906 # Backslashify metacharacters that are still active within
6907 # double-quoted strings.
6908 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6909
6910 # Same as above, but do not quote variable references.
6911 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6912
6913 # Sed substitution to delay expansion of an escaped shell variable in a
6914 # double_quote_subst'ed string.
6915 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6916
6917 # Sed substitution to delay expansion of an escaped single quote.
6918 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6919
6920 # Sed substitution to avoid accidental globbing in evaled expressions
6921 no_glob_subst='s/\*/\\\*/g'
6922
6923 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6924 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6925 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6926
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6928 $as_echo_n "checking how to print strings... " >&6; }
6929 # Test print first, because it will be a builtin if present.
6930 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6931 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6932 ECHO='print -r --'
6933 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6934 ECHO='printf %s\n'
6935 else
6936 # Use this function as a fallback that always works.
6937 func_fallback_echo ()
6938 {
6939 eval 'cat <<_LTECHO_EOF
6940 $1
6941 _LTECHO_EOF'
6942 }
6943 ECHO='func_fallback_echo'
6944 fi
6945
6946 # func_echo_all arg...
6947 # Invoke $ECHO with all args, space-separated.
6948 func_echo_all ()
6949 {
6950 $ECHO ""
6951 }
6952
6953 case "$ECHO" in
6954 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6955 $as_echo "printf" >&6; } ;;
6956 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6957 $as_echo "print -r" >&6; } ;;
6958 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6959 $as_echo "cat" >&6; } ;;
6960 esac
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6976 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6977 if test "${ac_cv_path_SED+set}" = set; then :
6978 $as_echo_n "(cached) " >&6
6979 else
6980 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6981 for ac_i in 1 2 3 4 5 6 7; do
6982 ac_script="$ac_script$as_nl$ac_script"
6983 done
6984 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6985 { ac_script=; unset ac_script;}
6986 if test -z "$SED"; then
6987 ac_path_SED_found=false
6988 # Loop through the user's path and test for each of PROGNAME-LIST
6989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6990 for as_dir in $PATH
6991 do
6992 IFS=$as_save_IFS
6993 test -z "$as_dir" && as_dir=.
6994 for ac_prog in sed gsed; do
6995 for ac_exec_ext in '' $ac_executable_extensions; do
6996 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6997 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
6998 # Check for GNU ac_path_SED and select it if it is found.
6999 # Check for GNU $ac_path_SED
7000 case `"$ac_path_SED" --version 2>&1` in
7001 *GNU*)
7002 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
7003 *)
7004 ac_count=0
7005 $as_echo_n 0123456789 >"conftest.in"
7006 while :
7007 do
7008 cat "conftest.in" "conftest.in" >"conftest.tmp"
7009 mv "conftest.tmp" "conftest.in"
7010 cp "conftest.in" "conftest.nl"
7011 $as_echo '' >> "conftest.nl"
7012 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
7013 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7014 as_fn_arith $ac_count + 1 && ac_count=$as_val
7015 if test $ac_count -gt ${ac_path_SED_max-0}; then
7016 # Best one so far, save it but keep looking for a better one
7017 ac_cv_path_SED="$ac_path_SED"
7018 ac_path_SED_max=$ac_count
7019 fi
7020 # 10*(2^10) chars as input seems more than enough
7021 test $ac_count -gt 10 && break
7022 done
7023 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7024 esac
7025
7026 $ac_path_SED_found && break 3
7027 done
7028 done
7029 done
7030 IFS=$as_save_IFS
7031 if test -z "$ac_cv_path_SED"; then
7032 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7033 fi
7034 else
7035 ac_cv_path_SED=$SED
7036 fi
7037
7038 fi
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
7040 $as_echo "$ac_cv_path_SED" >&6; }
7041 SED="$ac_cv_path_SED"
7042 rm -f conftest.sed
7043
7044 test -z "$SED" && SED=sed
7045 Xsed="$SED -e 1s/^X//"
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
7058 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
7059 if test "${ac_cv_path_GREP+set}" = set; then :
7060 $as_echo_n "(cached) " >&6
7061 else
7062 if test -z "$GREP"; then
7063 ac_path_GREP_found=false
7064 # Loop through the user's path and test for each of PROGNAME-LIST
7065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7066 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7067 do
7068 IFS=$as_save_IFS
7069 test -z "$as_dir" && as_dir=.
7070 for ac_prog in grep ggrep; do
7071 for ac_exec_ext in '' $ac_executable_extensions; do
7072 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
7073 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
7074 # Check for GNU ac_path_GREP and select it if it is found.
7075 # Check for GNU $ac_path_GREP
7076 case `"$ac_path_GREP" --version 2>&1` in
7077 *GNU*)
7078 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
7079 *)
7080 ac_count=0
7081 $as_echo_n 0123456789 >"conftest.in"
7082 while :
7083 do
7084 cat "conftest.in" "conftest.in" >"conftest.tmp"
7085 mv "conftest.tmp" "conftest.in"
7086 cp "conftest.in" "conftest.nl"
7087 $as_echo 'GREP' >> "conftest.nl"
7088 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7089 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7090 as_fn_arith $ac_count + 1 && ac_count=$as_val
7091 if test $ac_count -gt ${ac_path_GREP_max-0}; then
7092 # Best one so far, save it but keep looking for a better one
7093 ac_cv_path_GREP="$ac_path_GREP"
7094 ac_path_GREP_max=$ac_count
7095 fi
7096 # 10*(2^10) chars as input seems more than enough
7097 test $ac_count -gt 10 && break
7098 done
7099 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7100 esac
7101
7102 $ac_path_GREP_found && break 3
7103 done
7104 done
7105 done
7106 IFS=$as_save_IFS
7107 if test -z "$ac_cv_path_GREP"; then
7108 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7109 fi
7110 else
7111 ac_cv_path_GREP=$GREP
7112 fi
7113
7114 fi
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
7116 $as_echo "$ac_cv_path_GREP" >&6; }
7117 GREP="$ac_cv_path_GREP"
7118
7119
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
7121 $as_echo_n "checking for egrep... " >&6; }
7122 if test "${ac_cv_path_EGREP+set}" = set; then :
7123 $as_echo_n "(cached) " >&6
7124 else
7125 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7126 then ac_cv_path_EGREP="$GREP -E"
7127 else
7128 if test -z "$EGREP"; then
7129 ac_path_EGREP_found=false
7130 # Loop through the user's path and test for each of PROGNAME-LIST
7131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7132 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7133 do
7134 IFS=$as_save_IFS
7135 test -z "$as_dir" && as_dir=.
7136 for ac_prog in egrep; do
7137 for ac_exec_ext in '' $ac_executable_extensions; do
7138 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
7139 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
7140 # Check for GNU ac_path_EGREP and select it if it is found.
7141 # Check for GNU $ac_path_EGREP
7142 case `"$ac_path_EGREP" --version 2>&1` in
7143 *GNU*)
7144 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
7145 *)
7146 ac_count=0
7147 $as_echo_n 0123456789 >"conftest.in"
7148 while :
7149 do
7150 cat "conftest.in" "conftest.in" >"conftest.tmp"
7151 mv "conftest.tmp" "conftest.in"
7152 cp "conftest.in" "conftest.nl"
7153 $as_echo 'EGREP' >> "conftest.nl"
7154 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7155 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7156 as_fn_arith $ac_count + 1 && ac_count=$as_val
7157 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7158 # Best one so far, save it but keep looking for a better one
7159 ac_cv_path_EGREP="$ac_path_EGREP"
7160 ac_path_EGREP_max=$ac_count
7161 fi
7162 # 10*(2^10) chars as input seems more than enough
7163 test $ac_count -gt 10 && break
7164 done
7165 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7166 esac
7167
7168 $ac_path_EGREP_found && break 3
7169 done
7170 done
7171 done
7172 IFS=$as_save_IFS
7173 if test -z "$ac_cv_path_EGREP"; then
7174 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7175 fi
7176 else
7177 ac_cv_path_EGREP=$EGREP
7178 fi
7179
7180 fi
7181 fi
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
7183 $as_echo "$ac_cv_path_EGREP" >&6; }
7184 EGREP="$ac_cv_path_EGREP"
7185
7186
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
7188 $as_echo_n "checking for fgrep... " >&6; }
7189 if test "${ac_cv_path_FGREP+set}" = set; then :
7190 $as_echo_n "(cached) " >&6
7191 else
7192 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
7193 then ac_cv_path_FGREP="$GREP -F"
7194 else
7195 if test -z "$FGREP"; then
7196 ac_path_FGREP_found=false
7197 # Loop through the user's path and test for each of PROGNAME-LIST
7198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7199 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7200 do
7201 IFS=$as_save_IFS
7202 test -z "$as_dir" && as_dir=.
7203 for ac_prog in fgrep; do
7204 for ac_exec_ext in '' $ac_executable_extensions; do
7205 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
7206 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
7207 # Check for GNU ac_path_FGREP and select it if it is found.
7208 # Check for GNU $ac_path_FGREP
7209 case `"$ac_path_FGREP" --version 2>&1` in
7210 *GNU*)
7211 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
7212 *)
7213 ac_count=0
7214 $as_echo_n 0123456789 >"conftest.in"
7215 while :
7216 do
7217 cat "conftest.in" "conftest.in" >"conftest.tmp"
7218 mv "conftest.tmp" "conftest.in"
7219 cp "conftest.in" "conftest.nl"
7220 $as_echo 'FGREP' >> "conftest.nl"
7221 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
7222 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7223 as_fn_arith $ac_count + 1 && ac_count=$as_val
7224 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
7225 # Best one so far, save it but keep looking for a better one
7226 ac_cv_path_FGREP="$ac_path_FGREP"
7227 ac_path_FGREP_max=$ac_count
7228 fi
7229 # 10*(2^10) chars as input seems more than enough
7230 test $ac_count -gt 10 && break
7231 done
7232 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7233 esac
7234
7235 $ac_path_FGREP_found && break 3
7236 done
7237 done
7238 done
7239 IFS=$as_save_IFS
7240 if test -z "$ac_cv_path_FGREP"; then
7241 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7242 fi
7243 else
7244 ac_cv_path_FGREP=$FGREP
7245 fi
7246
7247 fi
7248 fi
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
7250 $as_echo "$ac_cv_path_FGREP" >&6; }
7251 FGREP="$ac_cv_path_FGREP"
7252
7253
7254 test -z "$GREP" && GREP=grep
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274 # Check whether --with-gnu-ld was given.
7275 if test "${with_gnu_ld+set}" = set; then :
7276 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7277 else
7278 with_gnu_ld=no
7279 fi
7280
7281 ac_prog=ld
7282 if test "$GCC" = yes; then
7283 # Check if gcc -print-prog-name=ld gives a path.
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
7285 $as_echo_n "checking for ld used by $CC... " >&6; }
7286 case $host in
7287 *-*-mingw*)
7288 # gcc leaves a trailing carriage return which upsets mingw
7289 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7290 *)
7291 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7292 esac
7293 case $ac_prog in
7294 # Accept absolute paths.
7295 [\\/]* | ?:[\\/]*)
7296 re_direlt='/[^/][^/]*/\.\./'
7297 # Canonicalize the pathname of ld
7298 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
7299 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
7300 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
7301 done
7302 test -z "$LD" && LD="$ac_prog"
7303 ;;
7304 "")
7305 # If it fails, then pretend we aren't using GCC.
7306 ac_prog=ld
7307 ;;
7308 *)
7309 # If it is relative, then search for the first ld in PATH.
7310 with_gnu_ld=unknown
7311 ;;
7312 esac
7313 elif test "$with_gnu_ld" = yes; then
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7315 $as_echo_n "checking for GNU ld... " >&6; }
7316 else
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7318 $as_echo_n "checking for non-GNU ld... " >&6; }
7319 fi
7320 if test "${lt_cv_path_LD+set}" = set; then :
7321 $as_echo_n "(cached) " >&6
7322 else
7323 if test -z "$LD"; then
7324 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7325 for ac_dir in $PATH; do
7326 IFS="$lt_save_ifs"
7327 test -z "$ac_dir" && ac_dir=.
7328 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7329 lt_cv_path_LD="$ac_dir/$ac_prog"
7330 # Check to see if the program is GNU ld. I'd rather use --version,
7331 # but apparently some variants of GNU ld only accept -v.
7332 # Break only if it was the GNU/non-GNU ld that we prefer.
7333 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7334 *GNU* | *'with BFD'*)
7335 test "$with_gnu_ld" != no && break
7336 ;;
7337 *)
7338 test "$with_gnu_ld" != yes && break
7339 ;;
7340 esac
7341 fi
7342 done
7343 IFS="$lt_save_ifs"
7344 else
7345 lt_cv_path_LD="$LD" # Let the user override the test with a path.
7346 fi
7347 fi
7348
7349 LD="$lt_cv_path_LD"
7350 if test -n "$LD"; then
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7352 $as_echo "$LD" >&6; }
7353 else
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7355 $as_echo "no" >&6; }
7356 fi
7357 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7359 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7360 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
7361 $as_echo_n "(cached) " >&6
7362 else
7363 # I'd rather use --version here, but apparently some GNU lds only accept -v.
7364 case `$LD -v 2>&1 </dev/null` in
7365 *GNU* | *'with BFD'*)
7366 lt_cv_prog_gnu_ld=yes
7367 ;;
7368 *)
7369 lt_cv_prog_gnu_ld=no
7370 ;;
7371 esac
7372 fi
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
7374 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
7375 with_gnu_ld=$lt_cv_prog_gnu_ld
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
7386 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
7387 if test "${lt_cv_path_NM+set}" = set; then :
7388 $as_echo_n "(cached) " >&6
7389 else
7390 if test -n "$NM"; then
7391 # Let the user override the test.
7392 lt_cv_path_NM="$NM"
7393 else
7394 lt_nm_to_check="${ac_tool_prefix}nm"
7395 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
7396 lt_nm_to_check="$lt_nm_to_check nm"
7397 fi
7398 for lt_tmp_nm in $lt_nm_to_check; do
7399 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7400 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
7401 IFS="$lt_save_ifs"
7402 test -z "$ac_dir" && ac_dir=.
7403 tmp_nm="$ac_dir/$lt_tmp_nm"
7404 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
7405 # Check to see if the nm accepts a BSD-compat flag.
7406 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
7407 # nm: unknown option "B" ignored
7408 # Tru64's nm complains that /dev/null is an invalid object file
7409 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
7410 */dev/null* | *'Invalid file or object type'*)
7411 lt_cv_path_NM="$tmp_nm -B"
7412 break
7413 ;;
7414 *)
7415 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
7416 */dev/null*)
7417 lt_cv_path_NM="$tmp_nm -p"
7418 break
7419 ;;
7420 *)
7421 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
7422 continue # so that we can try to find one that supports BSD flags
7423 ;;
7424 esac
7425 ;;
7426 esac
7427 fi
7428 done
7429 IFS="$lt_save_ifs"
7430 done
7431 : ${lt_cv_path_NM=no}
7432 fi
7433 fi
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
7435 $as_echo "$lt_cv_path_NM" >&6; }
7436 if test "$lt_cv_path_NM" != "no"; then
7437 NM="$lt_cv_path_NM"
7438 else
7439 # Didn't find any BSD compatible name lister, look for dumpbin.
7440 if test -n "$DUMPBIN"; then :
7441 # Let the user override the test.
7442 else
7443 if test -n "$ac_tool_prefix"; then
7444 for ac_prog in dumpbin "link -dump"
7445 do
7446 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7447 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7449 $as_echo_n "checking for $ac_word... " >&6; }
7450 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
7451 $as_echo_n "(cached) " >&6
7452 else
7453 if test -n "$DUMPBIN"; then
7454 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
7455 else
7456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7457 for as_dir in $PATH
7458 do
7459 IFS=$as_save_IFS
7460 test -z "$as_dir" && as_dir=.
7461 for ac_exec_ext in '' $ac_executable_extensions; do
7462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7463 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
7464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7465 break 2
7466 fi
7467 done
7468 done
7469 IFS=$as_save_IFS
7470
7471 fi
7472 fi
7473 DUMPBIN=$ac_cv_prog_DUMPBIN
7474 if test -n "$DUMPBIN"; then
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
7476 $as_echo "$DUMPBIN" >&6; }
7477 else
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7479 $as_echo "no" >&6; }
7480 fi
7481
7482
7483 test -n "$DUMPBIN" && break
7484 done
7485 fi
7486 if test -z "$DUMPBIN"; then
7487 ac_ct_DUMPBIN=$DUMPBIN
7488 for ac_prog in dumpbin "link -dump"
7489 do
7490 # Extract the first word of "$ac_prog", so it can be a program name with args.
7491 set dummy $ac_prog; ac_word=$2
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7493 $as_echo_n "checking for $ac_word... " >&6; }
7494 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
7495 $as_echo_n "(cached) " >&6
7496 else
7497 if test -n "$ac_ct_DUMPBIN"; then
7498 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
7499 else
7500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7501 for as_dir in $PATH
7502 do
7503 IFS=$as_save_IFS
7504 test -z "$as_dir" && as_dir=.
7505 for ac_exec_ext in '' $ac_executable_extensions; do
7506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7507 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
7508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7509 break 2
7510 fi
7511 done
7512 done
7513 IFS=$as_save_IFS
7514
7515 fi
7516 fi
7517 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
7518 if test -n "$ac_ct_DUMPBIN"; then
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
7520 $as_echo "$ac_ct_DUMPBIN" >&6; }
7521 else
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523 $as_echo "no" >&6; }
7524 fi
7525
7526
7527 test -n "$ac_ct_DUMPBIN" && break
7528 done
7529
7530 if test "x$ac_ct_DUMPBIN" = x; then
7531 DUMPBIN=":"
7532 else
7533 case $cross_compiling:$ac_tool_warned in
7534 yes:)
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7536 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7537 ac_tool_warned=yes ;;
7538 esac
7539 DUMPBIN=$ac_ct_DUMPBIN
7540 fi
7541 fi
7542
7543 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
7544 *COFF*)
7545 DUMPBIN="$DUMPBIN -symbols"
7546 ;;
7547 *)
7548 DUMPBIN=:
7549 ;;
7550 esac
7551 fi
7552
7553 if test "$DUMPBIN" != ":"; then
7554 NM="$DUMPBIN"
7555 fi
7556 fi
7557 test -z "$NM" && NM=nm
7558
7559
7560
7561
7562
7563
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
7565 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
7566 if test "${lt_cv_nm_interface+set}" = set; then :
7567 $as_echo_n "(cached) " >&6
7568 else
7569 lt_cv_nm_interface="BSD nm"
7570 echo "int some_variable = 0;" > conftest.$ac_ext
7571 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
7572 (eval "$ac_compile" 2>conftest.err)
7573 cat conftest.err >&5
7574 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7575 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7576 cat conftest.err >&5
7577 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
7578 cat conftest.out >&5
7579 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7580 lt_cv_nm_interface="MS dumpbin"
7581 fi
7582 rm -f conftest*
7583 fi
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
7585 $as_echo "$lt_cv_nm_interface" >&6; }
7586
7587 # find the maximum length of command line arguments
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
7589 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
7590 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
7591 $as_echo_n "(cached) " >&6
7592 else
7593 i=0
7594 teststring="ABCD"
7595
7596 case $build_os in
7597 msdosdjgpp*)
7598 # On DJGPP, this test can blow up pretty badly due to problems in libc
7599 # (any single argument exceeding 2000 bytes causes a buffer overrun
7600 # during glob expansion). Even if it were fixed, the result of this
7601 # check would be larger than it should be.
7602 lt_cv_sys_max_cmd_len=12288; # 12K is about right
7603 ;;
7604
7605 gnu*)
7606 # Under GNU Hurd, this test is not required because there is
7607 # no limit to the length of command line arguments.
7608 # Libtool will interpret -1 as no limit whatsoever
7609 lt_cv_sys_max_cmd_len=-1;
7610 ;;
7611
7612 cygwin* | mingw* | cegcc*)
7613 # On Win9x/ME, this test blows up -- it succeeds, but takes
7614 # about 5 minutes as the teststring grows exponentially.
7615 # Worse, since 9x/ME are not pre-emptively multitasking,
7616 # you end up with a "frozen" computer, even though with patience
7617 # the test eventually succeeds (with a max line length of 256k).
7618 # Instead, let's just punt: use the minimum linelength reported by
7619 # all of the supported platforms: 8192 (on NT/2K/XP).
7620 lt_cv_sys_max_cmd_len=8192;
7621 ;;
7622
7623 mint*)
7624 # On MiNT this can take a long time and run out of memory.
7625 lt_cv_sys_max_cmd_len=8192;
7626 ;;
7627
7628 amigaos*)
7629 # On AmigaOS with pdksh, this test takes hours, literally.
7630 # So we just punt and use a minimum line length of 8192.
7631 lt_cv_sys_max_cmd_len=8192;
7632 ;;
7633
7634 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
7635 # This has been around since 386BSD, at least. Likely further.
7636 if test -x /sbin/sysctl; then
7637 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
7638 elif test -x /usr/sbin/sysctl; then
7639 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
7640 else
7641 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
7642 fi
7643 # And add a safety zone
7644 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7645 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7646 ;;
7647
7648 interix*)
7649 # We know the value 262144 and hardcode it with a safety zone (like BSD)
7650 lt_cv_sys_max_cmd_len=196608
7651 ;;
7652
7653 osf*)
7654 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
7655 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
7656 # nice to cause kernel panics so lets avoid the loop below.
7657 # First set a reasonable default.
7658 lt_cv_sys_max_cmd_len=16384
7659 #
7660 if test -x /sbin/sysconfig; then
7661 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
7662 *1*) lt_cv_sys_max_cmd_len=-1 ;;
7663 esac
7664 fi
7665 ;;
7666 sco3.2v5*)
7667 lt_cv_sys_max_cmd_len=102400
7668 ;;
7669 sysv5* | sco5v6* | sysv4.2uw2*)
7670 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
7671 if test -n "$kargmax"; then
7672 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
7673 else
7674 lt_cv_sys_max_cmd_len=32768
7675 fi
7676 ;;
7677 *)
7678 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
7679 if test -n "$lt_cv_sys_max_cmd_len"; then
7680 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7681 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7682 else
7683 # Make teststring a little bigger before we do anything with it.
7684 # a 1K string should be a reasonable start.
7685 for i in 1 2 3 4 5 6 7 8 ; do
7686 teststring=$teststring$teststring
7687 done
7688 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
7689 # If test is not a shell built-in, we'll probably end up computing a
7690 # maximum length that is only half of the actual maximum length, but
7691 # we can't tell.
7692 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
7693 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
7694 test $i != 17 # 1/2 MB should be enough
7695 do
7696 i=`expr $i + 1`
7697 teststring=$teststring$teststring
7698 done
7699 # Only check the string length outside the loop.
7700 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
7701 teststring=
7702 # Add a significant safety factor because C++ compilers can tack on
7703 # massive amounts of additional arguments before passing them to the
7704 # linker. It appears as though 1/2 is a usable value.
7705 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
7706 fi
7707 ;;
7708 esac
7709
7710 fi
7711
7712 if test -n $lt_cv_sys_max_cmd_len ; then
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
7714 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
7715 else
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
7717 $as_echo "none" >&6; }
7718 fi
7719 max_cmd_len=$lt_cv_sys_max_cmd_len
7720
7721
7722
7723
7724
7725
7726 : ${CP="cp -f"}
7727 : ${MV="mv -f"}
7728 : ${RM="rm -f"}
7729
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
7731 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
7732 # Try some XSI features
7733 xsi_shell=no
7734 ( _lt_dummy="a/b/c"
7735 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
7736 = c,a/b,, \
7737 && eval 'test $(( 1 + 1 )) -eq 2 \
7738 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7739 && xsi_shell=yes
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
7741 $as_echo "$xsi_shell" >&6; }
7742
7743
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
7745 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
7746 lt_shell_append=no
7747 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7748 >/dev/null 2>&1 \
7749 && lt_shell_append=yes
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
7751 $as_echo "$lt_shell_append" >&6; }
7752
7753
7754 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7755 lt_unset=unset
7756 else
7757 lt_unset=false
7758 fi
7759
7760
7761
7762
7763
7764 # test EBCDIC or ASCII
7765 case `echo X|tr X '\101'` in
7766 A) # ASCII based system
7767 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
7768 lt_SP2NL='tr \040 \012'
7769 lt_NL2SP='tr \015\012 \040\040'
7770 ;;
7771 *) # EBCDIC based system
7772 lt_SP2NL='tr \100 \n'
7773 lt_NL2SP='tr \r\n \100\100'
7774 ;;
7775 esac
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
7786 $as_echo_n "checking for $LD option to reload object files... " >&6; }
7787 if test "${lt_cv_ld_reload_flag+set}" = set; then :
7788 $as_echo_n "(cached) " >&6
7789 else
7790 lt_cv_ld_reload_flag='-r'
7791 fi
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
7793 $as_echo "$lt_cv_ld_reload_flag" >&6; }
7794 reload_flag=$lt_cv_ld_reload_flag
7795 case $reload_flag in
7796 "" | " "*) ;;
7797 *) reload_flag=" $reload_flag" ;;
7798 esac
7799 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7800 case $host_os in
7801 darwin*)
7802 if test "$GCC" = yes; then
7803 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
7804 else
7805 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7806 fi
7807 ;;
7808 esac
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818 if test -n "$ac_tool_prefix"; then
7819 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
7820 set dummy ${ac_tool_prefix}objdump; ac_word=$2
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7822 $as_echo_n "checking for $ac_word... " >&6; }
7823 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
7824 $as_echo_n "(cached) " >&6
7825 else
7826 if test -n "$OBJDUMP"; then
7827 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7828 else
7829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830 for as_dir in $PATH
7831 do
7832 IFS=$as_save_IFS
7833 test -z "$as_dir" && as_dir=.
7834 for ac_exec_ext in '' $ac_executable_extensions; do
7835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7836 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
7837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7838 break 2
7839 fi
7840 done
7841 done
7842 IFS=$as_save_IFS
7843
7844 fi
7845 fi
7846 OBJDUMP=$ac_cv_prog_OBJDUMP
7847 if test -n "$OBJDUMP"; then
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
7849 $as_echo "$OBJDUMP" >&6; }
7850 else
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7852 $as_echo "no" >&6; }
7853 fi
7854
7855
7856 fi
7857 if test -z "$ac_cv_prog_OBJDUMP"; then
7858 ac_ct_OBJDUMP=$OBJDUMP
7859 # Extract the first word of "objdump", so it can be a program name with args.
7860 set dummy objdump; ac_word=$2
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7862 $as_echo_n "checking for $ac_word... " >&6; }
7863 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
7864 $as_echo_n "(cached) " >&6
7865 else
7866 if test -n "$ac_ct_OBJDUMP"; then
7867 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7868 else
7869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7870 for as_dir in $PATH
7871 do
7872 IFS=$as_save_IFS
7873 test -z "$as_dir" && as_dir=.
7874 for ac_exec_ext in '' $ac_executable_extensions; do
7875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7876 ac_cv_prog_ac_ct_OBJDUMP="objdump"
7877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7878 break 2
7879 fi
7880 done
7881 done
7882 IFS=$as_save_IFS
7883
7884 fi
7885 fi
7886 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7887 if test -n "$ac_ct_OBJDUMP"; then
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
7889 $as_echo "$ac_ct_OBJDUMP" >&6; }
7890 else
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7892 $as_echo "no" >&6; }
7893 fi
7894
7895 if test "x$ac_ct_OBJDUMP" = x; then
7896 OBJDUMP="false"
7897 else
7898 case $cross_compiling:$ac_tool_warned in
7899 yes:)
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7901 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7902 ac_tool_warned=yes ;;
7903 esac
7904 OBJDUMP=$ac_ct_OBJDUMP
7905 fi
7906 else
7907 OBJDUMP="$ac_cv_prog_OBJDUMP"
7908 fi
7909
7910 test -z "$OBJDUMP" && OBJDUMP=objdump
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
7921 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
7922 if test "${lt_cv_deplibs_check_method+set}" = set; then :
7923 $as_echo_n "(cached) " >&6
7924 else
7925 lt_cv_file_magic_cmd='$MAGIC_CMD'
7926 lt_cv_file_magic_test_file=
7927 lt_cv_deplibs_check_method='unknown'
7928 # Need to set the preceding variable on all platforms that support
7929 # interlibrary dependencies.
7930 # 'none' -- dependencies not supported.
7931 # `unknown' -- same as none, but documents that we really don't know.
7932 # 'pass_all' -- all dependencies passed with no checks.
7933 # 'test_compile' -- check by making test program.
7934 # 'file_magic [[regex]]' -- check by looking for files in library path
7935 # which responds to the $file_magic_cmd with a given extended regex.
7936 # If you have `file' or equivalent on your system and you're not sure
7937 # whether `pass_all' will *always* work, you probably want this one.
7938
7939 case $host_os in
7940 aix[4-9]*)
7941 lt_cv_deplibs_check_method=pass_all
7942 ;;
7943
7944 beos*)
7945 lt_cv_deplibs_check_method=pass_all
7946 ;;
7947
7948 bsdi[45]*)
7949 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7950 lt_cv_file_magic_cmd='/usr/bin/file -L'
7951 lt_cv_file_magic_test_file=/shlib/libc.so
7952 ;;
7953
7954 cygwin*)
7955 # func_win32_libid is a shell function defined in ltmain.sh
7956 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7957 lt_cv_file_magic_cmd='func_win32_libid'
7958 ;;
7959
7960 mingw* | pw32*)
7961 # Base MSYS/MinGW do not provide the 'file' command needed by
7962 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7963 # unless we find 'file', for example because we are cross-compiling.
7964 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
7965 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
7966 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7967 lt_cv_file_magic_cmd='func_win32_libid'
7968 else
7969 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
7970 lt_cv_file_magic_cmd='$OBJDUMP -f'
7971 fi
7972 ;;
7973
7974 cegcc*)
7975 # use the weaker test based on 'objdump'. See mingw*.
7976 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7977 lt_cv_file_magic_cmd='$OBJDUMP -f'
7978 ;;
7979
7980 darwin* | rhapsody*)
7981 lt_cv_deplibs_check_method=pass_all
7982 ;;
7983
7984 freebsd* | dragonfly*)
7985 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7986 case $host_cpu in
7987 i*86 )
7988 # Not sure whether the presence of OpenBSD here was a mistake.
7989 # Let's accept both of them until this is cleared up.
7990 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7991 lt_cv_file_magic_cmd=/usr/bin/file
7992 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7993 ;;
7994 esac
7995 else
7996 lt_cv_deplibs_check_method=pass_all
7997 fi
7998 ;;
7999
8000 gnu*)
8001 lt_cv_deplibs_check_method=pass_all
8002 ;;
8003
8004 haiku*)
8005 lt_cv_deplibs_check_method=pass_all
8006 ;;
8007
8008 hpux10.20* | hpux11*)
8009 lt_cv_file_magic_cmd=/usr/bin/file
8010 case $host_cpu in
8011 ia64*)
8012 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
8013 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
8014 ;;
8015 hppa*64*)
8016 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]'
8017 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
8018 ;;
8019 *)
8020 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
8021 lt_cv_file_magic_test_file=/usr/lib/libc.sl
8022 ;;
8023 esac
8024 ;;
8025
8026 interix[3-9]*)
8027 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
8028 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
8029 ;;
8030
8031 irix5* | irix6* | nonstopux*)
8032 case $LD in
8033 *-32|*"-32 ") libmagic=32-bit;;
8034 *-n32|*"-n32 ") libmagic=N32;;
8035 *-64|*"-64 ") libmagic=64-bit;;
8036 *) libmagic=never-match;;
8037 esac
8038 lt_cv_deplibs_check_method=pass_all
8039 ;;
8040
8041 # This must be Linux ELF.
8042 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8043 lt_cv_deplibs_check_method=pass_all
8044 ;;
8045
8046 netbsd*)
8047 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
8048 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
8049 else
8050 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
8051 fi
8052 ;;
8053
8054 newos6*)
8055 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
8056 lt_cv_file_magic_cmd=/usr/bin/file
8057 lt_cv_file_magic_test_file=/usr/lib/libnls.so
8058 ;;
8059
8060 *nto* | *qnx*)
8061 lt_cv_deplibs_check_method=pass_all
8062 ;;
8063
8064 openbsd*)
8065 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8066 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
8067 else
8068 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
8069 fi
8070 ;;
8071
8072 osf3* | osf4* | osf5*)
8073 lt_cv_deplibs_check_method=pass_all
8074 ;;
8075
8076 rdos*)
8077 lt_cv_deplibs_check_method=pass_all
8078 ;;
8079
8080 solaris*)
8081 lt_cv_deplibs_check_method=pass_all
8082 ;;
8083
8084 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
8085 lt_cv_deplibs_check_method=pass_all
8086 ;;
8087
8088 sysv4 | sysv4.3*)
8089 case $host_vendor in
8090 motorola)
8091 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]'
8092 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
8093 ;;
8094 ncr)
8095 lt_cv_deplibs_check_method=pass_all
8096 ;;
8097 sequent)
8098 lt_cv_file_magic_cmd='/bin/file'
8099 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
8100 ;;
8101 sni)
8102 lt_cv_file_magic_cmd='/bin/file'
8103 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
8104 lt_cv_file_magic_test_file=/lib/libc.so
8105 ;;
8106 siemens)
8107 lt_cv_deplibs_check_method=pass_all
8108 ;;
8109 pc)
8110 lt_cv_deplibs_check_method=pass_all
8111 ;;
8112 esac
8113 ;;
8114
8115 tpf*)
8116 lt_cv_deplibs_check_method=pass_all
8117 ;;
8118 esac
8119
8120 fi
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
8122 $as_echo "$lt_cv_deplibs_check_method" >&6; }
8123 file_magic_cmd=$lt_cv_file_magic_cmd
8124 deplibs_check_method=$lt_cv_deplibs_check_method
8125 test -z "$deplibs_check_method" && deplibs_check_method=unknown
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138 if test -n "$ac_tool_prefix"; then
8139 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8140 set dummy ${ac_tool_prefix}ar; ac_word=$2
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8142 $as_echo_n "checking for $ac_word... " >&6; }
8143 if test "${ac_cv_prog_AR+set}" = set; then :
8144 $as_echo_n "(cached) " >&6
8145 else
8146 if test -n "$AR"; then
8147 ac_cv_prog_AR="$AR" # Let the user override the test.
8148 else
8149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8150 for as_dir in $PATH
8151 do
8152 IFS=$as_save_IFS
8153 test -z "$as_dir" && as_dir=.
8154 for ac_exec_ext in '' $ac_executable_extensions; do
8155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8156 ac_cv_prog_AR="${ac_tool_prefix}ar"
8157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8158 break 2
8159 fi
8160 done
8161 done
8162 IFS=$as_save_IFS
8163
8164 fi
8165 fi
8166 AR=$ac_cv_prog_AR
8167 if test -n "$AR"; then
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8169 $as_echo "$AR" >&6; }
8170 else
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8172 $as_echo "no" >&6; }
8173 fi
8174
8175
8176 fi
8177 if test -z "$ac_cv_prog_AR"; then
8178 ac_ct_AR=$AR
8179 # Extract the first word of "ar", so it can be a program name with args.
8180 set dummy ar; ac_word=$2
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8182 $as_echo_n "checking for $ac_word... " >&6; }
8183 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
8184 $as_echo_n "(cached) " >&6
8185 else
8186 if test -n "$ac_ct_AR"; then
8187 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
8188 else
8189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8190 for as_dir in $PATH
8191 do
8192 IFS=$as_save_IFS
8193 test -z "$as_dir" && as_dir=.
8194 for ac_exec_ext in '' $ac_executable_extensions; do
8195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8196 ac_cv_prog_ac_ct_AR="ar"
8197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8198 break 2
8199 fi
8200 done
8201 done
8202 IFS=$as_save_IFS
8203
8204 fi
8205 fi
8206 ac_ct_AR=$ac_cv_prog_ac_ct_AR
8207 if test -n "$ac_ct_AR"; then
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
8209 $as_echo "$ac_ct_AR" >&6; }
8210 else
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8212 $as_echo "no" >&6; }
8213 fi
8214
8215 if test "x$ac_ct_AR" = x; then
8216 AR="false"
8217 else
8218 case $cross_compiling:$ac_tool_warned in
8219 yes:)
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8221 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8222 ac_tool_warned=yes ;;
8223 esac
8224 AR=$ac_ct_AR
8225 fi
8226 else
8227 AR="$ac_cv_prog_AR"
8228 fi
8229
8230 test -z "$AR" && AR=ar
8231 test -z "$AR_FLAGS" && AR_FLAGS=cru
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243 if test -n "$ac_tool_prefix"; then
8244 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
8245 set dummy ${ac_tool_prefix}strip; ac_word=$2
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247 $as_echo_n "checking for $ac_word... " >&6; }
8248 if test "${ac_cv_prog_STRIP+set}" = set; then :
8249 $as_echo_n "(cached) " >&6
8250 else
8251 if test -n "$STRIP"; then
8252 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8253 else
8254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255 for as_dir in $PATH
8256 do
8257 IFS=$as_save_IFS
8258 test -z "$as_dir" && as_dir=.
8259 for ac_exec_ext in '' $ac_executable_extensions; do
8260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8261 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8263 break 2
8264 fi
8265 done
8266 done
8267 IFS=$as_save_IFS
8268
8269 fi
8270 fi
8271 STRIP=$ac_cv_prog_STRIP
8272 if test -n "$STRIP"; then
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8274 $as_echo "$STRIP" >&6; }
8275 else
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277 $as_echo "no" >&6; }
8278 fi
8279
8280
8281 fi
8282 if test -z "$ac_cv_prog_STRIP"; then
8283 ac_ct_STRIP=$STRIP
8284 # Extract the first word of "strip", so it can be a program name with args.
8285 set dummy strip; ac_word=$2
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8287 $as_echo_n "checking for $ac_word... " >&6; }
8288 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
8289 $as_echo_n "(cached) " >&6
8290 else
8291 if test -n "$ac_ct_STRIP"; then
8292 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
8293 else
8294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8295 for as_dir in $PATH
8296 do
8297 IFS=$as_save_IFS
8298 test -z "$as_dir" && as_dir=.
8299 for ac_exec_ext in '' $ac_executable_extensions; do
8300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8301 ac_cv_prog_ac_ct_STRIP="strip"
8302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8303 break 2
8304 fi
8305 done
8306 done
8307 IFS=$as_save_IFS
8308
8309 fi
8310 fi
8311 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
8312 if test -n "$ac_ct_STRIP"; then
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
8314 $as_echo "$ac_ct_STRIP" >&6; }
8315 else
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8317 $as_echo "no" >&6; }
8318 fi
8319
8320 if test "x$ac_ct_STRIP" = x; then
8321 STRIP=":"
8322 else
8323 case $cross_compiling:$ac_tool_warned in
8324 yes:)
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8326 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8327 ac_tool_warned=yes ;;
8328 esac
8329 STRIP=$ac_ct_STRIP
8330 fi
8331 else
8332 STRIP="$ac_cv_prog_STRIP"
8333 fi
8334
8335 test -z "$STRIP" && STRIP=:
8336
8337
8338
8339
8340
8341
8342 if test -n "$ac_tool_prefix"; then
8343 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8344 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8346 $as_echo_n "checking for $ac_word... " >&6; }
8347 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8348 $as_echo_n "(cached) " >&6
8349 else
8350 if test -n "$RANLIB"; then
8351 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8352 else
8353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8354 for as_dir in $PATH
8355 do
8356 IFS=$as_save_IFS
8357 test -z "$as_dir" && as_dir=.
8358 for ac_exec_ext in '' $ac_executable_extensions; do
8359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8360 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8362 break 2
8363 fi
8364 done
8365 done
8366 IFS=$as_save_IFS
8367
8368 fi
8369 fi
8370 RANLIB=$ac_cv_prog_RANLIB
8371 if test -n "$RANLIB"; then
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8373 $as_echo "$RANLIB" >&6; }
8374 else
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8376 $as_echo "no" >&6; }
8377 fi
8378
8379
8380 fi
8381 if test -z "$ac_cv_prog_RANLIB"; then
8382 ac_ct_RANLIB=$RANLIB
8383 # Extract the first word of "ranlib", so it can be a program name with args.
8384 set dummy ranlib; ac_word=$2
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8386 $as_echo_n "checking for $ac_word... " >&6; }
8387 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8388 $as_echo_n "(cached) " >&6
8389 else
8390 if test -n "$ac_ct_RANLIB"; then
8391 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8392 else
8393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8394 for as_dir in $PATH
8395 do
8396 IFS=$as_save_IFS
8397 test -z "$as_dir" && as_dir=.
8398 for ac_exec_ext in '' $ac_executable_extensions; do
8399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8400 ac_cv_prog_ac_ct_RANLIB="ranlib"
8401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8402 break 2
8403 fi
8404 done
8405 done
8406 IFS=$as_save_IFS
8407
8408 fi
8409 fi
8410 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8411 if test -n "$ac_ct_RANLIB"; then
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8413 $as_echo "$ac_ct_RANLIB" >&6; }
8414 else
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8416 $as_echo "no" >&6; }
8417 fi
8418
8419 if test "x$ac_ct_RANLIB" = x; then
8420 RANLIB=":"
8421 else
8422 case $cross_compiling:$ac_tool_warned in
8423 yes:)
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8426 ac_tool_warned=yes ;;
8427 esac
8428 RANLIB=$ac_ct_RANLIB
8429 fi
8430 else
8431 RANLIB="$ac_cv_prog_RANLIB"
8432 fi
8433
8434 test -z "$RANLIB" && RANLIB=:
8435
8436
8437
8438
8439
8440
8441 # Determine commands to create old-style static archives.
8442 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
8443 old_postinstall_cmds='chmod 644 $oldlib'
8444 old_postuninstall_cmds=
8445
8446 if test -n "$RANLIB"; then
8447 case $host_os in
8448 openbsd*)
8449 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
8450 ;;
8451 *)
8452 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
8453 ;;
8454 esac
8455 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
8456 fi
8457
8458 case $host_os in
8459 darwin*)
8460 lock_old_archive_extraction=yes ;;
8461 *)
8462 lock_old_archive_extraction=no ;;
8463 esac
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
8480
8481
8482
8483
8484
8485
8486
8487
8488
8489
8490
8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
8502
8503 # If no C compiler was specified, use CC.
8504 LTCC=${LTCC-"$CC"}
8505
8506 # If no C compiler flags were specified, use CFLAGS.
8507 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8508
8509 # Allow CC to be a program name with arguments.
8510 compiler=$CC
8511
8512
8513 # Check for command to grab the raw symbol name followed by C symbol from nm.
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
8515 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
8516 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
8517 $as_echo_n "(cached) " >&6
8518 else
8519
8520 # These are sane defaults that work on at least a few old systems.
8521 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
8522
8523 # Character class describing NM global symbol codes.
8524 symcode='[BCDEGRST]'
8525
8526 # Regexp to match symbols that can be accessed directly from C.
8527 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
8528
8529 # Define system-specific variables.
8530 case $host_os in
8531 aix*)
8532 symcode='[BCDT]'
8533 ;;
8534 cygwin* | mingw* | pw32* | cegcc*)
8535 symcode='[ABCDGISTW]'
8536 ;;
8537 hpux*)
8538 if test "$host_cpu" = ia64; then
8539 symcode='[ABCDEGRST]'
8540 fi
8541 ;;
8542 irix* | nonstopux*)
8543 symcode='[BCDEGRST]'
8544 ;;
8545 osf*)
8546 symcode='[BCDEGQRST]'
8547 ;;
8548 solaris*)
8549 symcode='[BDRT]'
8550 ;;
8551 sco3.2v5*)
8552 symcode='[DT]'
8553 ;;
8554 sysv4.2uw2*)
8555 symcode='[DT]'
8556 ;;
8557 sysv5* | sco5v6* | unixware* | OpenUNIX*)
8558 symcode='[ABDT]'
8559 ;;
8560 sysv4)
8561 symcode='[DFNSTU]'
8562 ;;
8563 esac
8564
8565 # If we're using GNU nm, then use its standard symbol codes.
8566 case `$NM -V 2>&1` in
8567 *GNU* | *'with BFD'*)
8568 symcode='[ABCDGIRSTW]' ;;
8569 esac
8570
8571 # Transform an extracted symbol line into a proper C declaration.
8572 # Some systems (esp. on ia64) link data and code symbols differently,
8573 # so use this general approach.
8574 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
8575
8576 # Transform an extracted symbol line into symbol name and symbol address
8577 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
8578 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'"
8579
8580 # Handle CRLF in mingw tool chain
8581 opt_cr=
8582 case $build_os in
8583 mingw*)
8584 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
8585 ;;
8586 esac
8587
8588 # Try without a prefix underscore, then with it.
8589 for ac_symprfx in "" "_"; do
8590
8591 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
8592 symxfrm="\\1 $ac_symprfx\\2 \\2"
8593
8594 # Write the raw and C identifiers.
8595 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
8596 # Fake it for dumpbin and say T for any non-static function
8597 # and D for any global variable.
8598 # Also find C++ and __fastcall symbols from MSVC++,
8599 # which start with @ or ?.
8600 lt_cv_sys_global_symbol_pipe="$AWK '"\
8601 " {last_section=section; section=\$ 3};"\
8602 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
8603 " \$ 0!~/External *\|/{next};"\
8604 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
8605 " {if(hide[section]) next};"\
8606 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
8607 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
8608 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
8609 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
8610 " ' prfx=^$ac_symprfx"
8611 else
8612 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
8613 fi
8614
8615 # Check to see that the pipe works correctly.
8616 pipe_works=no
8617
8618 rm -f conftest*
8619 cat > conftest.$ac_ext <<_LT_EOF
8620 #ifdef __cplusplus
8621 extern "C" {
8622 #endif
8623 char nm_test_var;
8624 void nm_test_func(void);
8625 void nm_test_func(void){}
8626 #ifdef __cplusplus
8627 }
8628 #endif
8629 int main(){nm_test_var='a';nm_test_func();return(0);}
8630 _LT_EOF
8631
8632 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8633 (eval $ac_compile) 2>&5
8634 ac_status=$?
8635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8636 test $ac_status = 0; }; then
8637 # Now try to grab the symbols.
8638 nlist=conftest.nm
8639 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
8640 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8641 ac_status=$?
8642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8643 test $ac_status = 0; } && test -s "$nlist"; then
8644 # Try sorting and uniquifying the output.
8645 if sort "$nlist" | uniq > "$nlist"T; then
8646 mv -f "$nlist"T "$nlist"
8647 else
8648 rm -f "$nlist"T
8649 fi
8650
8651 # Make sure that we snagged all the symbols we need.
8652 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
8653 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
8654 cat <<_LT_EOF > conftest.$ac_ext
8655 #ifdef __cplusplus
8656 extern "C" {
8657 #endif
8658
8659 _LT_EOF
8660 # Now generate the symbol file.
8661 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
8662
8663 cat <<_LT_EOF >> conftest.$ac_ext
8664
8665 /* The mapping between symbol names and symbols. */
8666 const struct {
8667 const char *name;
8668 void *address;
8669 }
8670 lt__PROGRAM__LTX_preloaded_symbols[] =
8671 {
8672 { "@PROGRAM@", (void *) 0 },
8673 _LT_EOF
8674 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
8675 cat <<\_LT_EOF >> conftest.$ac_ext
8676 {0, (void *) 0}
8677 };
8678
8679 /* This works around a problem in FreeBSD linker */
8680 #ifdef FREEBSD_WORKAROUND
8681 static const void *lt_preloaded_setup() {
8682 return lt__PROGRAM__LTX_preloaded_symbols;
8683 }
8684 #endif
8685
8686 #ifdef __cplusplus
8687 }
8688 #endif
8689 _LT_EOF
8690 # Now try linking the two files.
8691 mv conftest.$ac_objext conftstm.$ac_objext
8692 lt_save_LIBS="$LIBS"
8693 lt_save_CFLAGS="$CFLAGS"
8694 LIBS="conftstm.$ac_objext"
8695 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
8696 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8697 (eval $ac_link) 2>&5
8698 ac_status=$?
8699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8700 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
8701 pipe_works=yes
8702 fi
8703 LIBS="$lt_save_LIBS"
8704 CFLAGS="$lt_save_CFLAGS"
8705 else
8706 echo "cannot find nm_test_func in $nlist" >&5
8707 fi
8708 else
8709 echo "cannot find nm_test_var in $nlist" >&5
8710 fi
8711 else
8712 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
8713 fi
8714 else
8715 echo "$progname: failed program was:" >&5
8716 cat conftest.$ac_ext >&5
8717 fi
8718 rm -rf conftest* conftst*
8719
8720 # Do not use the global_symbol_pipe unless it works.
8721 if test "$pipe_works" = yes; then
8722 break
8723 else
8724 lt_cv_sys_global_symbol_pipe=
8725 fi
8726 done
8727
8728 fi
8729
8730 if test -z "$lt_cv_sys_global_symbol_pipe"; then
8731 lt_cv_sys_global_symbol_to_cdecl=
8732 fi
8733 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
8734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
8735 $as_echo "failed" >&6; }
8736 else
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8738 $as_echo "ok" >&6; }
8739 fi
8740
8741
8742
8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763 # Check whether --enable-libtool-lock was given.
8764 if test "${enable_libtool_lock+set}" = set; then :
8765 enableval=$enable_libtool_lock;
8766 fi
8767
8768 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
8769
8770 # Some flags need to be propagated to the compiler or linker for good
8771 # libtool support.
8772 case $host in
8773 ia64-*-hpux*)
8774 # Find out which ABI we are using.
8775 echo 'int i;' > conftest.$ac_ext
8776 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8777 (eval $ac_compile) 2>&5
8778 ac_status=$?
8779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8780 test $ac_status = 0; }; then
8781 case `/usr/bin/file conftest.$ac_objext` in
8782 *ELF-32*)
8783 HPUX_IA64_MODE="32"
8784 ;;
8785 *ELF-64*)
8786 HPUX_IA64_MODE="64"
8787 ;;
8788 esac
8789 fi
8790 rm -rf conftest*
8791 ;;
8792 *-*-irix6*)
8793 # Find out which ABI we are using.
8794 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
8795 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8796 (eval $ac_compile) 2>&5
8797 ac_status=$?
8798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8799 test $ac_status = 0; }; then
8800 if test "$lt_cv_prog_gnu_ld" = yes; then
8801 case `/usr/bin/file conftest.$ac_objext` in
8802 *32-bit*)
8803 LD="${LD-ld} -melf32bsmip"
8804 ;;
8805 *N32*)
8806 LD="${LD-ld} -melf32bmipn32"
8807 ;;
8808 *64-bit*)
8809 LD="${LD-ld} -melf64bmip"
8810 ;;
8811 esac
8812 else
8813 case `/usr/bin/file conftest.$ac_objext` in
8814 *32-bit*)
8815 LD="${LD-ld} -32"
8816 ;;
8817 *N32*)
8818 LD="${LD-ld} -n32"
8819 ;;
8820 *64-bit*)
8821 LD="${LD-ld} -64"
8822 ;;
8823 esac
8824 fi
8825 fi
8826 rm -rf conftest*
8827 ;;
8828
8829 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
8830 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
8831 # Find out which ABI we are using.
8832 echo 'int i;' > conftest.$ac_ext
8833 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8834 (eval $ac_compile) 2>&5
8835 ac_status=$?
8836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8837 test $ac_status = 0; }; then
8838 case `/usr/bin/file conftest.o` in
8839 *32-bit*)
8840 case $host in
8841 x86_64-*kfreebsd*-gnu)
8842 LD="${LD-ld} -m elf_i386_fbsd"
8843 ;;
8844 x86_64-*linux*)
8845 LD="${LD-ld} -m elf_i386"
8846 ;;
8847 ppc64-*linux*|powerpc64-*linux*)
8848 LD="${LD-ld} -m elf32ppclinux"
8849 ;;
8850 s390x-*linux*)
8851 LD="${LD-ld} -m elf_s390"
8852 ;;
8853 sparc64-*linux*)
8854 LD="${LD-ld} -m elf32_sparc"
8855 ;;
8856 esac
8857 ;;
8858 *64-bit*)
8859 case $host in
8860 x86_64-*kfreebsd*-gnu)
8861 LD="${LD-ld} -m elf_x86_64_fbsd"
8862 ;;
8863 x86_64-*linux*)
8864 LD="${LD-ld} -m elf_x86_64"
8865 ;;
8866 ppc*-*linux*|powerpc*-*linux*)
8867 LD="${LD-ld} -m elf64ppc"
8868 ;;
8869 s390*-*linux*|s390*-*tpf*)
8870 LD="${LD-ld} -m elf64_s390"
8871 ;;
8872 sparc*-*linux*)
8873 LD="${LD-ld} -m elf64_sparc"
8874 ;;
8875 esac
8876 ;;
8877 esac
8878 fi
8879 rm -rf conftest*
8880 ;;
8881
8882 *-*-sco3.2v5*)
8883 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8884 SAVE_CFLAGS="$CFLAGS"
8885 CFLAGS="$CFLAGS -belf"
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
8887 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
8888 if test "${lt_cv_cc_needs_belf+set}" = set; then :
8889 $as_echo_n "(cached) " >&6
8890 else
8891 ac_ext=c
8892 ac_cpp='$CPP $CPPFLAGS'
8893 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8894 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8895 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8896
8897 if test x$gcc_no_link = xyes; then
8898 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8899 fi
8900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8901 /* end confdefs.h. */
8902
8903 int
8904 main ()
8905 {
8906
8907 ;
8908 return 0;
8909 }
8910 _ACEOF
8911 if ac_fn_c_try_link "$LINENO"; then :
8912 lt_cv_cc_needs_belf=yes
8913 else
8914 lt_cv_cc_needs_belf=no
8915 fi
8916 rm -f core conftest.err conftest.$ac_objext \
8917 conftest$ac_exeext conftest.$ac_ext
8918 ac_ext=c
8919 ac_cpp='$CPP $CPPFLAGS'
8920 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8921 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8922 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8923
8924 fi
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
8926 $as_echo "$lt_cv_cc_needs_belf" >&6; }
8927 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8928 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8929 CFLAGS="$SAVE_CFLAGS"
8930 fi
8931 ;;
8932 sparc*-*solaris*)
8933 # Find out which ABI we are using.
8934 echo 'int i;' > conftest.$ac_ext
8935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8936 (eval $ac_compile) 2>&5
8937 ac_status=$?
8938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8939 test $ac_status = 0; }; then
8940 case `/usr/bin/file conftest.o` in
8941 *64-bit*)
8942 case $lt_cv_prog_gnu_ld in
8943 yes*) LD="${LD-ld} -m elf64_sparc" ;;
8944 *)
8945 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8946 LD="${LD-ld} -64"
8947 fi
8948 ;;
8949 esac
8950 ;;
8951 esac
8952 fi
8953 rm -rf conftest*
8954 ;;
8955 esac
8956
8957 need_locks="$enable_libtool_lock"
8958
8959
8960 case $host_os in
8961 rhapsody* | darwin*)
8962 if test -n "$ac_tool_prefix"; then
8963 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
8964 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
8965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8966 $as_echo_n "checking for $ac_word... " >&6; }
8967 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
8968 $as_echo_n "(cached) " >&6
8969 else
8970 if test -n "$DSYMUTIL"; then
8971 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
8972 else
8973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8974 for as_dir in $PATH
8975 do
8976 IFS=$as_save_IFS
8977 test -z "$as_dir" && as_dir=.
8978 for ac_exec_ext in '' $ac_executable_extensions; do
8979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8980 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
8981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8982 break 2
8983 fi
8984 done
8985 done
8986 IFS=$as_save_IFS
8987
8988 fi
8989 fi
8990 DSYMUTIL=$ac_cv_prog_DSYMUTIL
8991 if test -n "$DSYMUTIL"; then
8992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
8993 $as_echo "$DSYMUTIL" >&6; }
8994 else
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8996 $as_echo "no" >&6; }
8997 fi
8998
8999
9000 fi
9001 if test -z "$ac_cv_prog_DSYMUTIL"; then
9002 ac_ct_DSYMUTIL=$DSYMUTIL
9003 # Extract the first word of "dsymutil", so it can be a program name with args.
9004 set dummy dsymutil; ac_word=$2
9005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9006 $as_echo_n "checking for $ac_word... " >&6; }
9007 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
9008 $as_echo_n "(cached) " >&6
9009 else
9010 if test -n "$ac_ct_DSYMUTIL"; then
9011 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
9012 else
9013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9014 for as_dir in $PATH
9015 do
9016 IFS=$as_save_IFS
9017 test -z "$as_dir" && as_dir=.
9018 for ac_exec_ext in '' $ac_executable_extensions; do
9019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9020 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
9021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9022 break 2
9023 fi
9024 done
9025 done
9026 IFS=$as_save_IFS
9027
9028 fi
9029 fi
9030 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
9031 if test -n "$ac_ct_DSYMUTIL"; then
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
9033 $as_echo "$ac_ct_DSYMUTIL" >&6; }
9034 else
9035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9036 $as_echo "no" >&6; }
9037 fi
9038
9039 if test "x$ac_ct_DSYMUTIL" = x; then
9040 DSYMUTIL=":"
9041 else
9042 case $cross_compiling:$ac_tool_warned in
9043 yes:)
9044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9045 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9046 ac_tool_warned=yes ;;
9047 esac
9048 DSYMUTIL=$ac_ct_DSYMUTIL
9049 fi
9050 else
9051 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
9052 fi
9053
9054 if test -n "$ac_tool_prefix"; then
9055 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
9056 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9058 $as_echo_n "checking for $ac_word... " >&6; }
9059 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
9060 $as_echo_n "(cached) " >&6
9061 else
9062 if test -n "$NMEDIT"; then
9063 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
9064 else
9065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9066 for as_dir in $PATH
9067 do
9068 IFS=$as_save_IFS
9069 test -z "$as_dir" && as_dir=.
9070 for ac_exec_ext in '' $ac_executable_extensions; do
9071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9072 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
9073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9074 break 2
9075 fi
9076 done
9077 done
9078 IFS=$as_save_IFS
9079
9080 fi
9081 fi
9082 NMEDIT=$ac_cv_prog_NMEDIT
9083 if test -n "$NMEDIT"; then
9084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
9085 $as_echo "$NMEDIT" >&6; }
9086 else
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9088 $as_echo "no" >&6; }
9089 fi
9090
9091
9092 fi
9093 if test -z "$ac_cv_prog_NMEDIT"; then
9094 ac_ct_NMEDIT=$NMEDIT
9095 # Extract the first word of "nmedit", so it can be a program name with args.
9096 set dummy nmedit; ac_word=$2
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9098 $as_echo_n "checking for $ac_word... " >&6; }
9099 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
9100 $as_echo_n "(cached) " >&6
9101 else
9102 if test -n "$ac_ct_NMEDIT"; then
9103 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
9104 else
9105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9106 for as_dir in $PATH
9107 do
9108 IFS=$as_save_IFS
9109 test -z "$as_dir" && as_dir=.
9110 for ac_exec_ext in '' $ac_executable_extensions; do
9111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9112 ac_cv_prog_ac_ct_NMEDIT="nmedit"
9113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9114 break 2
9115 fi
9116 done
9117 done
9118 IFS=$as_save_IFS
9119
9120 fi
9121 fi
9122 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
9123 if test -n "$ac_ct_NMEDIT"; then
9124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
9125 $as_echo "$ac_ct_NMEDIT" >&6; }
9126 else
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9128 $as_echo "no" >&6; }
9129 fi
9130
9131 if test "x$ac_ct_NMEDIT" = x; then
9132 NMEDIT=":"
9133 else
9134 case $cross_compiling:$ac_tool_warned in
9135 yes:)
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9137 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9138 ac_tool_warned=yes ;;
9139 esac
9140 NMEDIT=$ac_ct_NMEDIT
9141 fi
9142 else
9143 NMEDIT="$ac_cv_prog_NMEDIT"
9144 fi
9145
9146 if test -n "$ac_tool_prefix"; then
9147 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
9148 set dummy ${ac_tool_prefix}lipo; ac_word=$2
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9150 $as_echo_n "checking for $ac_word... " >&6; }
9151 if test "${ac_cv_prog_LIPO+set}" = set; then :
9152 $as_echo_n "(cached) " >&6
9153 else
9154 if test -n "$LIPO"; then
9155 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
9156 else
9157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9158 for as_dir in $PATH
9159 do
9160 IFS=$as_save_IFS
9161 test -z "$as_dir" && as_dir=.
9162 for ac_exec_ext in '' $ac_executable_extensions; do
9163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9164 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
9165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9166 break 2
9167 fi
9168 done
9169 done
9170 IFS=$as_save_IFS
9171
9172 fi
9173 fi
9174 LIPO=$ac_cv_prog_LIPO
9175 if test -n "$LIPO"; then
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
9177 $as_echo "$LIPO" >&6; }
9178 else
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9180 $as_echo "no" >&6; }
9181 fi
9182
9183
9184 fi
9185 if test -z "$ac_cv_prog_LIPO"; then
9186 ac_ct_LIPO=$LIPO
9187 # Extract the first word of "lipo", so it can be a program name with args.
9188 set dummy lipo; ac_word=$2
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9190 $as_echo_n "checking for $ac_word... " >&6; }
9191 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
9192 $as_echo_n "(cached) " >&6
9193 else
9194 if test -n "$ac_ct_LIPO"; then
9195 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
9196 else
9197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9198 for as_dir in $PATH
9199 do
9200 IFS=$as_save_IFS
9201 test -z "$as_dir" && as_dir=.
9202 for ac_exec_ext in '' $ac_executable_extensions; do
9203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9204 ac_cv_prog_ac_ct_LIPO="lipo"
9205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9206 break 2
9207 fi
9208 done
9209 done
9210 IFS=$as_save_IFS
9211
9212 fi
9213 fi
9214 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
9215 if test -n "$ac_ct_LIPO"; then
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
9217 $as_echo "$ac_ct_LIPO" >&6; }
9218 else
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220 $as_echo "no" >&6; }
9221 fi
9222
9223 if test "x$ac_ct_LIPO" = x; then
9224 LIPO=":"
9225 else
9226 case $cross_compiling:$ac_tool_warned in
9227 yes:)
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9229 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9230 ac_tool_warned=yes ;;
9231 esac
9232 LIPO=$ac_ct_LIPO
9233 fi
9234 else
9235 LIPO="$ac_cv_prog_LIPO"
9236 fi
9237
9238 if test -n "$ac_tool_prefix"; then
9239 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9240 set dummy ${ac_tool_prefix}otool; ac_word=$2
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9242 $as_echo_n "checking for $ac_word... " >&6; }
9243 if test "${ac_cv_prog_OTOOL+set}" = set; then :
9244 $as_echo_n "(cached) " >&6
9245 else
9246 if test -n "$OTOOL"; then
9247 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9248 else
9249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9250 for as_dir in $PATH
9251 do
9252 IFS=$as_save_IFS
9253 test -z "$as_dir" && as_dir=.
9254 for ac_exec_ext in '' $ac_executable_extensions; do
9255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9256 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
9257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9258 break 2
9259 fi
9260 done
9261 done
9262 IFS=$as_save_IFS
9263
9264 fi
9265 fi
9266 OTOOL=$ac_cv_prog_OTOOL
9267 if test -n "$OTOOL"; then
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9269 $as_echo "$OTOOL" >&6; }
9270 else
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9272 $as_echo "no" >&6; }
9273 fi
9274
9275
9276 fi
9277 if test -z "$ac_cv_prog_OTOOL"; then
9278 ac_ct_OTOOL=$OTOOL
9279 # Extract the first word of "otool", so it can be a program name with args.
9280 set dummy otool; ac_word=$2
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9282 $as_echo_n "checking for $ac_word... " >&6; }
9283 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
9284 $as_echo_n "(cached) " >&6
9285 else
9286 if test -n "$ac_ct_OTOOL"; then
9287 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
9288 else
9289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9290 for as_dir in $PATH
9291 do
9292 IFS=$as_save_IFS
9293 test -z "$as_dir" && as_dir=.
9294 for ac_exec_ext in '' $ac_executable_extensions; do
9295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9296 ac_cv_prog_ac_ct_OTOOL="otool"
9297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9298 break 2
9299 fi
9300 done
9301 done
9302 IFS=$as_save_IFS
9303
9304 fi
9305 fi
9306 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
9307 if test -n "$ac_ct_OTOOL"; then
9308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9309 $as_echo "$ac_ct_OTOOL" >&6; }
9310 else
9311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9312 $as_echo "no" >&6; }
9313 fi
9314
9315 if test "x$ac_ct_OTOOL" = x; then
9316 OTOOL=":"
9317 else
9318 case $cross_compiling:$ac_tool_warned in
9319 yes:)
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9321 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9322 ac_tool_warned=yes ;;
9323 esac
9324 OTOOL=$ac_ct_OTOOL
9325 fi
9326 else
9327 OTOOL="$ac_cv_prog_OTOOL"
9328 fi
9329
9330 if test -n "$ac_tool_prefix"; then
9331 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
9332 set dummy ${ac_tool_prefix}otool64; ac_word=$2
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9334 $as_echo_n "checking for $ac_word... " >&6; }
9335 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
9336 $as_echo_n "(cached) " >&6
9337 else
9338 if test -n "$OTOOL64"; then
9339 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
9340 else
9341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9342 for as_dir in $PATH
9343 do
9344 IFS=$as_save_IFS
9345 test -z "$as_dir" && as_dir=.
9346 for ac_exec_ext in '' $ac_executable_extensions; do
9347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9348 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
9349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9350 break 2
9351 fi
9352 done
9353 done
9354 IFS=$as_save_IFS
9355
9356 fi
9357 fi
9358 OTOOL64=$ac_cv_prog_OTOOL64
9359 if test -n "$OTOOL64"; then
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
9361 $as_echo "$OTOOL64" >&6; }
9362 else
9363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9364 $as_echo "no" >&6; }
9365 fi
9366
9367
9368 fi
9369 if test -z "$ac_cv_prog_OTOOL64"; then
9370 ac_ct_OTOOL64=$OTOOL64
9371 # Extract the first word of "otool64", so it can be a program name with args.
9372 set dummy otool64; ac_word=$2
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9374 $as_echo_n "checking for $ac_word... " >&6; }
9375 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
9377 else
9378 if test -n "$ac_ct_OTOOL64"; then
9379 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
9380 else
9381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9382 for as_dir in $PATH
9383 do
9384 IFS=$as_save_IFS
9385 test -z "$as_dir" && as_dir=.
9386 for ac_exec_ext in '' $ac_executable_extensions; do
9387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9388 ac_cv_prog_ac_ct_OTOOL64="otool64"
9389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9390 break 2
9391 fi
9392 done
9393 done
9394 IFS=$as_save_IFS
9395
9396 fi
9397 fi
9398 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
9399 if test -n "$ac_ct_OTOOL64"; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
9401 $as_echo "$ac_ct_OTOOL64" >&6; }
9402 else
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9404 $as_echo "no" >&6; }
9405 fi
9406
9407 if test "x$ac_ct_OTOOL64" = x; then
9408 OTOOL64=":"
9409 else
9410 case $cross_compiling:$ac_tool_warned in
9411 yes:)
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9413 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9414 ac_tool_warned=yes ;;
9415 esac
9416 OTOOL64=$ac_ct_OTOOL64
9417 fi
9418 else
9419 OTOOL64="$ac_cv_prog_OTOOL64"
9420 fi
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
9449 $as_echo_n "checking for -single_module linker flag... " >&6; }
9450 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
9451 $as_echo_n "(cached) " >&6
9452 else
9453 lt_cv_apple_cc_single_mod=no
9454 if test -z "${LT_MULTI_MODULE}"; then
9455 # By default we will add the -single_module flag. You can override
9456 # by either setting the environment variable LT_MULTI_MODULE
9457 # non-empty at configure time, or by adding -multi_module to the
9458 # link flags.
9459 rm -rf libconftest.dylib*
9460 echo "int foo(void){return 1;}" > conftest.c
9461 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
9462 -dynamiclib -Wl,-single_module conftest.c" >&5
9463 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
9464 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
9465 _lt_result=$?
9466 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
9467 lt_cv_apple_cc_single_mod=yes
9468 else
9469 cat conftest.err >&5
9470 fi
9471 rm -rf libconftest.dylib*
9472 rm -f conftest.*
9473 fi
9474 fi
9475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
9476 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
9478 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
9479 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
9480 $as_echo_n "(cached) " >&6
9481 else
9482 lt_cv_ld_exported_symbols_list=no
9483 save_LDFLAGS=$LDFLAGS
9484 echo "_main" > conftest.sym
9485 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
9486 if test x$gcc_no_link = xyes; then
9487 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9488 fi
9489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9490 /* end confdefs.h. */
9491
9492 int
9493 main ()
9494 {
9495
9496 ;
9497 return 0;
9498 }
9499 _ACEOF
9500 if ac_fn_c_try_link "$LINENO"; then :
9501 lt_cv_ld_exported_symbols_list=yes
9502 else
9503 lt_cv_ld_exported_symbols_list=no
9504 fi
9505 rm -f core conftest.err conftest.$ac_objext \
9506 conftest$ac_exeext conftest.$ac_ext
9507 LDFLAGS="$save_LDFLAGS"
9508
9509 fi
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
9511 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
9513 $as_echo_n "checking for -force_load linker flag... " >&6; }
9514 if test "${lt_cv_ld_force_load+set}" = set; then :
9515 $as_echo_n "(cached) " >&6
9516 else
9517 lt_cv_ld_force_load=no
9518 cat > conftest.c << _LT_EOF
9519 int forced_loaded() { return 2;}
9520 _LT_EOF
9521 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
9522 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
9523 echo "$AR cru libconftest.a conftest.o" >&5
9524 $AR cru libconftest.a conftest.o 2>&5
9525 cat > conftest.c << _LT_EOF
9526 int main() { return 0;}
9527 _LT_EOF
9528 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
9529 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
9530 _lt_result=$?
9531 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
9532 lt_cv_ld_force_load=yes
9533 else
9534 cat conftest.err >&5
9535 fi
9536 rm -f conftest.err libconftest.a conftest conftest.c
9537 rm -rf conftest.dSYM
9538
9539 fi
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
9541 $as_echo "$lt_cv_ld_force_load" >&6; }
9542 case $host_os in
9543 rhapsody* | darwin1.[012])
9544 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
9545 darwin1.*)
9546 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
9547 darwin*) # darwin 5.x on
9548 # if running on 10.5 or later, the deployment target defaults
9549 # to the OS version, if on x86, and 10.4, the deployment
9550 # target defaults to 10.4. Don't you love it?
9551 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
9552 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
9553 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
9554 10.[012]*)
9555 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
9556 10.*)
9557 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
9558 esac
9559 ;;
9560 esac
9561 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
9562 _lt_dar_single_mod='$single_module'
9563 fi
9564 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
9565 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
9566 else
9567 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
9568 fi
9569 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
9570 _lt_dsymutil='~$DSYMUTIL $lib || :'
9571 else
9572 _lt_dsymutil=
9573 fi
9574 ;;
9575 esac
9576
9577 ac_ext=c
9578 ac_cpp='$CPP $CPPFLAGS'
9579 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9580 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9581 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
9583 $as_echo_n "checking how to run the C preprocessor... " >&6; }
9584 # On Suns, sometimes $CPP names a directory.
9585 if test -n "$CPP" && test -d "$CPP"; then
9586 CPP=
9587 fi
9588 if test -z "$CPP"; then
9589 if test "${ac_cv_prog_CPP+set}" = set; then :
9590 $as_echo_n "(cached) " >&6
9591 else
9592 # Double quotes because CPP needs to be expanded
9593 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
9594 do
9595 ac_preproc_ok=false
9596 for ac_c_preproc_warn_flag in '' yes
9597 do
9598 # Use a header file that comes with gcc, so configuring glibc
9599 # with a fresh cross-compiler works.
9600 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9601 # <limits.h> exists even on freestanding compilers.
9602 # On the NeXT, cc -E runs the code through the compiler's parser,
9603 # not just through cpp. "Syntax error" is here to catch this case.
9604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9605 /* end confdefs.h. */
9606 #ifdef __STDC__
9607 # include <limits.h>
9608 #else
9609 # include <assert.h>
9610 #endif
9611 Syntax error
9612 _ACEOF
9613 if ac_fn_c_try_cpp "$LINENO"; then :
9614
9615 else
9616 # Broken: fails on valid input.
9617 continue
9618 fi
9619 rm -f conftest.err conftest.$ac_ext
9620
9621 # OK, works on sane cases. Now check whether nonexistent headers
9622 # can be detected and how.
9623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9624 /* end confdefs.h. */
9625 #include <ac_nonexistent.h>
9626 _ACEOF
9627 if ac_fn_c_try_cpp "$LINENO"; then :
9628 # Broken: success on invalid input.
9629 continue
9630 else
9631 # Passes both tests.
9632 ac_preproc_ok=:
9633 break
9634 fi
9635 rm -f conftest.err conftest.$ac_ext
9636
9637 done
9638 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9639 rm -f conftest.err conftest.$ac_ext
9640 if $ac_preproc_ok; then :
9641 break
9642 fi
9643
9644 done
9645 ac_cv_prog_CPP=$CPP
9646
9647 fi
9648 CPP=$ac_cv_prog_CPP
9649 else
9650 ac_cv_prog_CPP=$CPP
9651 fi
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
9653 $as_echo "$CPP" >&6; }
9654 ac_preproc_ok=false
9655 for ac_c_preproc_warn_flag in '' yes
9656 do
9657 # Use a header file that comes with gcc, so configuring glibc
9658 # with a fresh cross-compiler works.
9659 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9660 # <limits.h> exists even on freestanding compilers.
9661 # On the NeXT, cc -E runs the code through the compiler's parser,
9662 # not just through cpp. "Syntax error" is here to catch this case.
9663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9664 /* end confdefs.h. */
9665 #ifdef __STDC__
9666 # include <limits.h>
9667 #else
9668 # include <assert.h>
9669 #endif
9670 Syntax error
9671 _ACEOF
9672 if ac_fn_c_try_cpp "$LINENO"; then :
9673
9674 else
9675 # Broken: fails on valid input.
9676 continue
9677 fi
9678 rm -f conftest.err conftest.$ac_ext
9679
9680 # OK, works on sane cases. Now check whether nonexistent headers
9681 # can be detected and how.
9682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9683 /* end confdefs.h. */
9684 #include <ac_nonexistent.h>
9685 _ACEOF
9686 if ac_fn_c_try_cpp "$LINENO"; then :
9687 # Broken: success on invalid input.
9688 continue
9689 else
9690 # Passes both tests.
9691 ac_preproc_ok=:
9692 break
9693 fi
9694 rm -f conftest.err conftest.$ac_ext
9695
9696 done
9697 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9698 rm -f conftest.err conftest.$ac_ext
9699 if $ac_preproc_ok; then :
9700
9701 else
9702 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9704 as_fn_error "C preprocessor \"$CPP\" fails sanity check
9705 See \`config.log' for more details." "$LINENO" 5; }
9706 fi
9707
9708 ac_ext=c
9709 ac_cpp='$CPP $CPPFLAGS'
9710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9713
9714
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
9716 $as_echo_n "checking for ANSI C header files... " >&6; }
9717 if test "${ac_cv_header_stdc+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9721 /* end confdefs.h. */
9722 #include <stdlib.h>
9723 #include <stdarg.h>
9724 #include <string.h>
9725 #include <float.h>
9726
9727 int
9728 main ()
9729 {
9730
9731 ;
9732 return 0;
9733 }
9734 _ACEOF
9735 if ac_fn_c_try_compile "$LINENO"; then :
9736 ac_cv_header_stdc=yes
9737 else
9738 ac_cv_header_stdc=no
9739 fi
9740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9741
9742 if test $ac_cv_header_stdc = yes; then
9743 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9745 /* end confdefs.h. */
9746 #include <string.h>
9747
9748 _ACEOF
9749 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9750 $EGREP "memchr" >/dev/null 2>&1; then :
9751
9752 else
9753 ac_cv_header_stdc=no
9754 fi
9755 rm -f conftest*
9756
9757 fi
9758
9759 if test $ac_cv_header_stdc = yes; then
9760 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9762 /* end confdefs.h. */
9763 #include <stdlib.h>
9764
9765 _ACEOF
9766 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9767 $EGREP "free" >/dev/null 2>&1; then :
9768
9769 else
9770 ac_cv_header_stdc=no
9771 fi
9772 rm -f conftest*
9773
9774 fi
9775
9776 if test $ac_cv_header_stdc = yes; then
9777 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9778 if test "$cross_compiling" = yes; then :
9779 :
9780 else
9781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9782 /* end confdefs.h. */
9783 #include <ctype.h>
9784 #include <stdlib.h>
9785 #if ((' ' & 0x0FF) == 0x020)
9786 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9787 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9788 #else
9789 # define ISLOWER(c) \
9790 (('a' <= (c) && (c) <= 'i') \
9791 || ('j' <= (c) && (c) <= 'r') \
9792 || ('s' <= (c) && (c) <= 'z'))
9793 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9794 #endif
9795
9796 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9797 int
9798 main ()
9799 {
9800 int i;
9801 for (i = 0; i < 256; i++)
9802 if (XOR (islower (i), ISLOWER (i))
9803 || toupper (i) != TOUPPER (i))
9804 return 2;
9805 return 0;
9806 }
9807 _ACEOF
9808 if ac_fn_c_try_run "$LINENO"; then :
9809
9810 else
9811 ac_cv_header_stdc=no
9812 fi
9813 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9814 conftest.$ac_objext conftest.beam conftest.$ac_ext
9815 fi
9816
9817 fi
9818 fi
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
9820 $as_echo "$ac_cv_header_stdc" >&6; }
9821 if test $ac_cv_header_stdc = yes; then
9822
9823 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
9824
9825 fi
9826
9827 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
9828 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
9829 inttypes.h stdint.h unistd.h
9830 do :
9831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9832 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9833 "
9834 eval as_val=\$$as_ac_Header
9835 if test "x$as_val" = x""yes; then :
9836 cat >>confdefs.h <<_ACEOF
9837 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9838 _ACEOF
9839
9840 fi
9841
9842 done
9843
9844
9845 for ac_header in dlfcn.h
9846 do :
9847 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9848 "
9849 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9850 cat >>confdefs.h <<_ACEOF
9851 #define HAVE_DLFCN_H 1
9852 _ACEOF
9853
9854 fi
9855
9856 done
9857
9858
9859
9860
9861
9862
9863 # Set options
9864
9865
9866
9867
9868 enable_win32_dll=no
9869
9870
9871 # Check whether --enable-shared was given.
9872 if test "${enable_shared+set}" = set; then :
9873 enableval=$enable_shared; p=${PACKAGE-default}
9874 case $enableval in
9875 yes) enable_shared=yes ;;
9876 no) enable_shared=no ;;
9877 *)
9878 enable_shared=no
9879 # Look at the argument we got. We use all the common list separators.
9880 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9881 for pkg in $enableval; do
9882 IFS="$lt_save_ifs"
9883 if test "X$pkg" = "X$p"; then
9884 enable_shared=yes
9885 fi
9886 done
9887 IFS="$lt_save_ifs"
9888 ;;
9889 esac
9890 else
9891 enable_shared=yes
9892 fi
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902 # Check whether --enable-static was given.
9903 if test "${enable_static+set}" = set; then :
9904 enableval=$enable_static; p=${PACKAGE-default}
9905 case $enableval in
9906 yes) enable_static=yes ;;
9907 no) enable_static=no ;;
9908 *)
9909 enable_static=no
9910 # Look at the argument we got. We use all the common list separators.
9911 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9912 for pkg in $enableval; do
9913 IFS="$lt_save_ifs"
9914 if test "X$pkg" = "X$p"; then
9915 enable_static=yes
9916 fi
9917 done
9918 IFS="$lt_save_ifs"
9919 ;;
9920 esac
9921 else
9922 enable_static=yes
9923 fi
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934 # Check whether --with-pic was given.
9935 if test "${with_pic+set}" = set; then :
9936 withval=$with_pic; pic_mode="$withval"
9937 else
9938 pic_mode=default
9939 fi
9940
9941
9942 test -z "$pic_mode" && pic_mode=default
9943
9944
9945
9946
9947
9948
9949
9950 # Check whether --enable-fast-install was given.
9951 if test "${enable_fast_install+set}" = set; then :
9952 enableval=$enable_fast_install; p=${PACKAGE-default}
9953 case $enableval in
9954 yes) enable_fast_install=yes ;;
9955 no) enable_fast_install=no ;;
9956 *)
9957 enable_fast_install=no
9958 # Look at the argument we got. We use all the common list separators.
9959 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9960 for pkg in $enableval; do
9961 IFS="$lt_save_ifs"
9962 if test "X$pkg" = "X$p"; then
9963 enable_fast_install=yes
9964 fi
9965 done
9966 IFS="$lt_save_ifs"
9967 ;;
9968 esac
9969 else
9970 enable_fast_install=yes
9971 fi
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983 # This can be used to rebuild libtool when needed
9984 LIBTOOL_DEPS="$ltmain"
9985
9986 # Always use our own libtool.
9987 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014 test -z "$LN_S" && LN_S="ln -s"
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029 if test -n "${ZSH_VERSION+set}" ; then
10030 setopt NO_GLOB_SUBST
10031 fi
10032
10033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
10034 $as_echo_n "checking for objdir... " >&6; }
10035 if test "${lt_cv_objdir+set}" = set; then :
10036 $as_echo_n "(cached) " >&6
10037 else
10038 rm -f .libs 2>/dev/null
10039 mkdir .libs 2>/dev/null
10040 if test -d .libs; then
10041 lt_cv_objdir=.libs
10042 else
10043 # MS-DOS does not allow filenames that begin with a dot.
10044 lt_cv_objdir=_libs
10045 fi
10046 rmdir .libs 2>/dev/null
10047 fi
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
10049 $as_echo "$lt_cv_objdir" >&6; }
10050 objdir=$lt_cv_objdir
10051
10052
10053
10054
10055
10056 cat >>confdefs.h <<_ACEOF
10057 #define LT_OBJDIR "$lt_cv_objdir/"
10058 _ACEOF
10059
10060
10061
10062
10063 case $host_os in
10064 aix3*)
10065 # AIX sometimes has problems with the GCC collect2 program. For some
10066 # reason, if we set the COLLECT_NAMES environment variable, the problems
10067 # vanish in a puff of smoke.
10068 if test "X${COLLECT_NAMES+set}" != Xset; then
10069 COLLECT_NAMES=
10070 export COLLECT_NAMES
10071 fi
10072 ;;
10073 esac
10074
10075 # Global variables:
10076 ofile=libtool
10077 can_build_shared=yes
10078
10079 # All known linkers require a `.a' archive for static linking (except MSVC,
10080 # which needs '.lib').
10081 libext=a
10082
10083 with_gnu_ld="$lt_cv_prog_gnu_ld"
10084
10085 old_CC="$CC"
10086 old_CFLAGS="$CFLAGS"
10087
10088 # Set sane defaults for various variables
10089 test -z "$CC" && CC=cc
10090 test -z "$LTCC" && LTCC=$CC
10091 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
10092 test -z "$LD" && LD=ld
10093 test -z "$ac_objext" && ac_objext=o
10094
10095 for cc_temp in $compiler""; do
10096 case $cc_temp in
10097 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
10098 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
10099 \-*) ;;
10100 *) break;;
10101 esac
10102 done
10103 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
10104
10105
10106 # Only perform the check for file, if the check method requires it
10107 test -z "$MAGIC_CMD" && MAGIC_CMD=file
10108 case $deplibs_check_method in
10109 file_magic*)
10110 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
10112 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
10113 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
10115 else
10116 case $MAGIC_CMD in
10117 [\\/*] | ?:[\\/]*)
10118 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
10119 ;;
10120 *)
10121 lt_save_MAGIC_CMD="$MAGIC_CMD"
10122 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
10123 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
10124 for ac_dir in $ac_dummy; do
10125 IFS="$lt_save_ifs"
10126 test -z "$ac_dir" && ac_dir=.
10127 if test -f $ac_dir/${ac_tool_prefix}file; then
10128 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
10129 if test -n "$file_magic_test_file"; then
10130 case $deplibs_check_method in
10131 "file_magic "*)
10132 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
10133 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10134 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
10135 $EGREP "$file_magic_regex" > /dev/null; then
10136 :
10137 else
10138 cat <<_LT_EOF 1>&2
10139
10140 *** Warning: the command libtool uses to detect shared libraries,
10141 *** $file_magic_cmd, produces output that libtool cannot recognize.
10142 *** The result is that libtool may fail to recognize shared libraries
10143 *** as such. This will affect the creation of libtool libraries that
10144 *** depend on shared libraries, but programs linked with such libtool
10145 *** libraries will work regardless of this problem. Nevertheless, you
10146 *** may want to report the problem to your system manager and/or to
10147 *** bug-libtool@gnu.org
10148
10149 _LT_EOF
10150 fi ;;
10151 esac
10152 fi
10153 break
10154 fi
10155 done
10156 IFS="$lt_save_ifs"
10157 MAGIC_CMD="$lt_save_MAGIC_CMD"
10158 ;;
10159 esac
10160 fi
10161
10162 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10163 if test -n "$MAGIC_CMD"; then
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
10165 $as_echo "$MAGIC_CMD" >&6; }
10166 else
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10168 $as_echo "no" >&6; }
10169 fi
10170
10171
10172
10173
10174
10175 if test -z "$lt_cv_path_MAGIC_CMD"; then
10176 if test -n "$ac_tool_prefix"; then
10177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
10178 $as_echo_n "checking for file... " >&6; }
10179 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
10180 $as_echo_n "(cached) " >&6
10181 else
10182 case $MAGIC_CMD in
10183 [\\/*] | ?:[\\/]*)
10184 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
10185 ;;
10186 *)
10187 lt_save_MAGIC_CMD="$MAGIC_CMD"
10188 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
10189 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
10190 for ac_dir in $ac_dummy; do
10191 IFS="$lt_save_ifs"
10192 test -z "$ac_dir" && ac_dir=.
10193 if test -f $ac_dir/file; then
10194 lt_cv_path_MAGIC_CMD="$ac_dir/file"
10195 if test -n "$file_magic_test_file"; then
10196 case $deplibs_check_method in
10197 "file_magic "*)
10198 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
10199 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10200 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
10201 $EGREP "$file_magic_regex" > /dev/null; then
10202 :
10203 else
10204 cat <<_LT_EOF 1>&2
10205
10206 *** Warning: the command libtool uses to detect shared libraries,
10207 *** $file_magic_cmd, produces output that libtool cannot recognize.
10208 *** The result is that libtool may fail to recognize shared libraries
10209 *** as such. This will affect the creation of libtool libraries that
10210 *** depend on shared libraries, but programs linked with such libtool
10211 *** libraries will work regardless of this problem. Nevertheless, you
10212 *** may want to report the problem to your system manager and/or to
10213 *** bug-libtool@gnu.org
10214
10215 _LT_EOF
10216 fi ;;
10217 esac
10218 fi
10219 break
10220 fi
10221 done
10222 IFS="$lt_save_ifs"
10223 MAGIC_CMD="$lt_save_MAGIC_CMD"
10224 ;;
10225 esac
10226 fi
10227
10228 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10229 if test -n "$MAGIC_CMD"; then
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
10231 $as_echo "$MAGIC_CMD" >&6; }
10232 else
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10234 $as_echo "no" >&6; }
10235 fi
10236
10237
10238 else
10239 MAGIC_CMD=:
10240 fi
10241 fi
10242
10243 fi
10244 ;;
10245 esac
10246
10247 # Use C for the default configuration in the libtool script
10248
10249 lt_save_CC="$CC"
10250 ac_ext=c
10251 ac_cpp='$CPP $CPPFLAGS'
10252 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10253 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10254 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10255
10256
10257 # Source file extension for C test sources.
10258 ac_ext=c
10259
10260 # Object file extension for compiled C test sources.
10261 objext=o
10262 objext=$objext
10263
10264 # Code to be used in simple compile tests
10265 lt_simple_compile_test_code="int some_variable = 0;"
10266
10267 # Code to be used in simple link tests
10268 lt_simple_link_test_code='int main(){return(0);}'
10269
10270
10271
10272
10273
10274
10275
10276 # If no C compiler was specified, use CC.
10277 LTCC=${LTCC-"$CC"}
10278
10279 # If no C compiler flags were specified, use CFLAGS.
10280 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
10281
10282 # Allow CC to be a program name with arguments.
10283 compiler=$CC
10284
10285 # Save the default compiler, since it gets overwritten when the other
10286 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
10287 compiler_DEFAULT=$CC
10288
10289 # save warnings/boilerplate of simple test code
10290 ac_outfile=conftest.$ac_objext
10291 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
10292 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10293 _lt_compiler_boilerplate=`cat conftest.err`
10294 $RM conftest*
10295
10296 ac_outfile=conftest.$ac_objext
10297 echo "$lt_simple_link_test_code" >conftest.$ac_ext
10298 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10299 _lt_linker_boilerplate=`cat conftest.err`
10300 $RM -r conftest*
10301
10302
10303 ## CAVEAT EMPTOR:
10304 ## There is no encapsulation within the following macros, do not change
10305 ## the running order or otherwise move them around unless you know exactly
10306 ## what you are doing...
10307 if test -n "$compiler"; then
10308
10309 lt_prog_compiler_no_builtin_flag=
10310
10311 if test "$GCC" = yes; then
10312 case $cc_basename in
10313 nvcc*)
10314 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
10315 *)
10316 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
10317 esac
10318
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10320 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
10321 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
10322 $as_echo_n "(cached) " >&6
10323 else
10324 lt_cv_prog_compiler_rtti_exceptions=no
10325 ac_outfile=conftest.$ac_objext
10326 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10327 lt_compiler_flag="-fno-rtti -fno-exceptions"
10328 # Insert the option either (1) after the last *FLAGS variable, or
10329 # (2) before a word containing "conftest.", or (3) at the end.
10330 # Note that $ac_compile itself does not contain backslashes and begins
10331 # with a dollar sign (not a hyphen), so the echo should work correctly.
10332 # The option is referenced via a variable to avoid confusing sed.
10333 lt_compile=`echo "$ac_compile" | $SED \
10334 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10335 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10336 -e 's:$: $lt_compiler_flag:'`
10337 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10338 (eval "$lt_compile" 2>conftest.err)
10339 ac_status=$?
10340 cat conftest.err >&5
10341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10342 if (exit $ac_status) && test -s "$ac_outfile"; then
10343 # The compiler can only warn and ignore the option if not recognized
10344 # So say no if there are warnings other than the usual output.
10345 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10346 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10347 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10348 lt_cv_prog_compiler_rtti_exceptions=yes
10349 fi
10350 fi
10351 $RM conftest*
10352
10353 fi
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10355 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10356
10357 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
10358 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10359 else
10360 :
10361 fi
10362
10363 fi
10364
10365
10366
10367
10368
10369
10370 lt_prog_compiler_wl=
10371 lt_prog_compiler_pic=
10372 lt_prog_compiler_static=
10373
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10375 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10376
10377 if test "$GCC" = yes; then
10378 lt_prog_compiler_wl='-Wl,'
10379 lt_prog_compiler_static='-static'
10380
10381 case $host_os in
10382 aix*)
10383 # All AIX code is PIC.
10384 if test "$host_cpu" = ia64; then
10385 # AIX 5 now supports IA64 processor
10386 lt_prog_compiler_static='-Bstatic'
10387 fi
10388 ;;
10389
10390 amigaos*)
10391 case $host_cpu in
10392 powerpc)
10393 # see comment about AmigaOS4 .so support
10394 lt_prog_compiler_pic='-fPIC'
10395 ;;
10396 m68k)
10397 # FIXME: we need at least 68020 code to build shared libraries, but
10398 # adding the `-m68020' flag to GCC prevents building anything better,
10399 # like `-m68040'.
10400 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10401 ;;
10402 esac
10403 ;;
10404
10405 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10406 # PIC is the default for these OSes.
10407 ;;
10408
10409 mingw* | cygwin* | pw32* | os2* | cegcc*)
10410 # This hack is so that the source file can tell whether it is being
10411 # built for inclusion in a dll (and should export symbols for example).
10412 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10413 # (--disable-auto-import) libraries
10414 lt_prog_compiler_pic='-DDLL_EXPORT'
10415 ;;
10416
10417 darwin* | rhapsody*)
10418 # PIC is the default on this platform
10419 # Common symbols not allowed in MH_DYLIB files
10420 lt_prog_compiler_pic='-fno-common'
10421 ;;
10422
10423 haiku*)
10424 # PIC is the default for Haiku.
10425 # The "-static" flag exists, but is broken.
10426 lt_prog_compiler_static=
10427 ;;
10428
10429 hpux*)
10430 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10431 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10432 # sets the default TLS model and affects inlining.
10433 case $host_cpu in
10434 hppa*64*)
10435 # +Z the default
10436 ;;
10437 *)
10438 lt_prog_compiler_pic='-fPIC'
10439 ;;
10440 esac
10441 ;;
10442
10443 interix[3-9]*)
10444 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10445 # Instead, we relocate shared libraries at runtime.
10446 ;;
10447
10448 msdosdjgpp*)
10449 # Just because we use GCC doesn't mean we suddenly get shared libraries
10450 # on systems that don't support them.
10451 lt_prog_compiler_can_build_shared=no
10452 enable_shared=no
10453 ;;
10454
10455 *nto* | *qnx*)
10456 # QNX uses GNU C++, but need to define -shared option too, otherwise
10457 # it will coredump.
10458 lt_prog_compiler_pic='-fPIC -shared'
10459 ;;
10460
10461 sysv4*MP*)
10462 if test -d /usr/nec; then
10463 lt_prog_compiler_pic=-Kconform_pic
10464 fi
10465 ;;
10466
10467 *)
10468 lt_prog_compiler_pic='-fPIC'
10469 ;;
10470 esac
10471
10472 case $cc_basename in
10473 nvcc*) # Cuda Compiler Driver 2.2
10474 lt_prog_compiler_wl='-Xlinker '
10475 lt_prog_compiler_pic='-Xcompiler -fPIC'
10476 ;;
10477 esac
10478 else
10479 # PORTME Check for flag to pass linker flags through the system compiler.
10480 case $host_os in
10481 aix*)
10482 lt_prog_compiler_wl='-Wl,'
10483 if test "$host_cpu" = ia64; then
10484 # AIX 5 now supports IA64 processor
10485 lt_prog_compiler_static='-Bstatic'
10486 else
10487 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10488 fi
10489 ;;
10490
10491 mingw* | cygwin* | pw32* | os2* | cegcc*)
10492 # This hack is so that the source file can tell whether it is being
10493 # built for inclusion in a dll (and should export symbols for example).
10494 lt_prog_compiler_pic='-DDLL_EXPORT'
10495 ;;
10496
10497 hpux9* | hpux10* | hpux11*)
10498 lt_prog_compiler_wl='-Wl,'
10499 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10500 # not for PA HP-UX.
10501 case $host_cpu in
10502 hppa*64*|ia64*)
10503 # +Z the default
10504 ;;
10505 *)
10506 lt_prog_compiler_pic='+Z'
10507 ;;
10508 esac
10509 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10510 lt_prog_compiler_static='${wl}-a ${wl}archive'
10511 ;;
10512
10513 irix5* | irix6* | nonstopux*)
10514 lt_prog_compiler_wl='-Wl,'
10515 # PIC (with -KPIC) is the default.
10516 lt_prog_compiler_static='-non_shared'
10517 ;;
10518
10519 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10520 case $cc_basename in
10521 # old Intel for x86_64 which still supported -KPIC.
10522 ecc*)
10523 lt_prog_compiler_wl='-Wl,'
10524 lt_prog_compiler_pic='-KPIC'
10525 lt_prog_compiler_static='-static'
10526 ;;
10527 # icc used to be incompatible with GCC.
10528 # ICC 10 doesn't accept -KPIC any more.
10529 icc* | ifort*)
10530 lt_prog_compiler_wl='-Wl,'
10531 lt_prog_compiler_pic='-fPIC'
10532 lt_prog_compiler_static='-static'
10533 ;;
10534 # Lahey Fortran 8.1.
10535 lf95*)
10536 lt_prog_compiler_wl='-Wl,'
10537 lt_prog_compiler_pic='--shared'
10538 lt_prog_compiler_static='--static'
10539 ;;
10540 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10541 # Portland Group compilers (*not* the Pentium gcc compiler,
10542 # which looks to be a dead project)
10543 lt_prog_compiler_wl='-Wl,'
10544 lt_prog_compiler_pic='-fpic'
10545 lt_prog_compiler_static='-Bstatic'
10546 ;;
10547 ccc*)
10548 lt_prog_compiler_wl='-Wl,'
10549 # All Alpha code is PIC.
10550 lt_prog_compiler_static='-non_shared'
10551 ;;
10552 xl* | bgxl* | bgf* | mpixl*)
10553 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10554 lt_prog_compiler_wl='-Wl,'
10555 lt_prog_compiler_pic='-qpic'
10556 lt_prog_compiler_static='-qstaticlink'
10557 ;;
10558 *)
10559 case `$CC -V 2>&1 | sed 5q` in
10560 *Sun\ F* | *Sun*Fortran*)
10561 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10562 lt_prog_compiler_pic='-KPIC'
10563 lt_prog_compiler_static='-Bstatic'
10564 lt_prog_compiler_wl=''
10565 ;;
10566 *Sun\ C*)
10567 # Sun C 5.9
10568 lt_prog_compiler_pic='-KPIC'
10569 lt_prog_compiler_static='-Bstatic'
10570 lt_prog_compiler_wl='-Wl,'
10571 ;;
10572 esac
10573 ;;
10574 esac
10575 ;;
10576
10577 newsos6)
10578 lt_prog_compiler_pic='-KPIC'
10579 lt_prog_compiler_static='-Bstatic'
10580 ;;
10581
10582 *nto* | *qnx*)
10583 # QNX uses GNU C++, but need to define -shared option too, otherwise
10584 # it will coredump.
10585 lt_prog_compiler_pic='-fPIC -shared'
10586 ;;
10587
10588 osf3* | osf4* | osf5*)
10589 lt_prog_compiler_wl='-Wl,'
10590 # All OSF/1 code is PIC.
10591 lt_prog_compiler_static='-non_shared'
10592 ;;
10593
10594 rdos*)
10595 lt_prog_compiler_static='-non_shared'
10596 ;;
10597
10598 solaris*)
10599 lt_prog_compiler_pic='-KPIC'
10600 lt_prog_compiler_static='-Bstatic'
10601 case $cc_basename in
10602 f77* | f90* | f95*)
10603 lt_prog_compiler_wl='-Qoption ld ';;
10604 *)
10605 lt_prog_compiler_wl='-Wl,';;
10606 esac
10607 ;;
10608
10609 sunos4*)
10610 lt_prog_compiler_wl='-Qoption ld '
10611 lt_prog_compiler_pic='-PIC'
10612 lt_prog_compiler_static='-Bstatic'
10613 ;;
10614
10615 sysv4 | sysv4.2uw2* | sysv4.3*)
10616 lt_prog_compiler_wl='-Wl,'
10617 lt_prog_compiler_pic='-KPIC'
10618 lt_prog_compiler_static='-Bstatic'
10619 ;;
10620
10621 sysv4*MP*)
10622 if test -d /usr/nec ;then
10623 lt_prog_compiler_pic='-Kconform_pic'
10624 lt_prog_compiler_static='-Bstatic'
10625 fi
10626 ;;
10627
10628 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10629 lt_prog_compiler_wl='-Wl,'
10630 lt_prog_compiler_pic='-KPIC'
10631 lt_prog_compiler_static='-Bstatic'
10632 ;;
10633
10634 unicos*)
10635 lt_prog_compiler_wl='-Wl,'
10636 lt_prog_compiler_can_build_shared=no
10637 ;;
10638
10639 uts4*)
10640 lt_prog_compiler_pic='-pic'
10641 lt_prog_compiler_static='-Bstatic'
10642 ;;
10643
10644 *)
10645 lt_prog_compiler_can_build_shared=no
10646 ;;
10647 esac
10648 fi
10649
10650 case $host_os in
10651 # For platforms which do not support PIC, -DPIC is meaningless:
10652 *djgpp*)
10653 lt_prog_compiler_pic=
10654 ;;
10655 *)
10656 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10657 ;;
10658 esac
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10660 $as_echo "$lt_prog_compiler_pic" >&6; }
10661
10662
10663
10664
10665
10666
10667 #
10668 # Check to make sure the PIC flag actually works.
10669 #
10670 if test -n "$lt_prog_compiler_pic"; then
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10672 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10673 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10674 $as_echo_n "(cached) " >&6
10675 else
10676 lt_cv_prog_compiler_pic_works=no
10677 ac_outfile=conftest.$ac_objext
10678 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10679 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10680 # Insert the option either (1) after the last *FLAGS variable, or
10681 # (2) before a word containing "conftest.", or (3) at the end.
10682 # Note that $ac_compile itself does not contain backslashes and begins
10683 # with a dollar sign (not a hyphen), so the echo should work correctly.
10684 # The option is referenced via a variable to avoid confusing sed.
10685 lt_compile=`echo "$ac_compile" | $SED \
10686 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10687 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10688 -e 's:$: $lt_compiler_flag:'`
10689 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10690 (eval "$lt_compile" 2>conftest.err)
10691 ac_status=$?
10692 cat conftest.err >&5
10693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10694 if (exit $ac_status) && test -s "$ac_outfile"; then
10695 # The compiler can only warn and ignore the option if not recognized
10696 # So say no if there are warnings other than the usual output.
10697 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10698 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10699 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10700 lt_cv_prog_compiler_pic_works=yes
10701 fi
10702 fi
10703 $RM conftest*
10704
10705 fi
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10707 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10708
10709 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10710 case $lt_prog_compiler_pic in
10711 "" | " "*) ;;
10712 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10713 esac
10714 else
10715 lt_prog_compiler_pic=
10716 lt_prog_compiler_can_build_shared=no
10717 fi
10718
10719 fi
10720
10721
10722
10723
10724
10725
10726 #
10727 # Check to make sure the static flag actually works.
10728 #
10729 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10731 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10732 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10733 $as_echo_n "(cached) " >&6
10734 else
10735 lt_cv_prog_compiler_static_works=no
10736 save_LDFLAGS="$LDFLAGS"
10737 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10738 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10739 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10740 # The linker can only warn and ignore the option if not recognized
10741 # So say no if there are warnings
10742 if test -s conftest.err; then
10743 # Append any errors to the config.log.
10744 cat conftest.err 1>&5
10745 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10746 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10747 if diff conftest.exp conftest.er2 >/dev/null; then
10748 lt_cv_prog_compiler_static_works=yes
10749 fi
10750 else
10751 lt_cv_prog_compiler_static_works=yes
10752 fi
10753 fi
10754 $RM -r conftest*
10755 LDFLAGS="$save_LDFLAGS"
10756
10757 fi
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10759 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10760
10761 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10762 :
10763 else
10764 lt_prog_compiler_static=
10765 fi
10766
10767
10768
10769
10770
10771
10772
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10774 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10775 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10776 $as_echo_n "(cached) " >&6
10777 else
10778 lt_cv_prog_compiler_c_o=no
10779 $RM -r conftest 2>/dev/null
10780 mkdir conftest
10781 cd conftest
10782 mkdir out
10783 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10784
10785 lt_compiler_flag="-o out/conftest2.$ac_objext"
10786 # Insert the option either (1) after the last *FLAGS variable, or
10787 # (2) before a word containing "conftest.", or (3) at the end.
10788 # Note that $ac_compile itself does not contain backslashes and begins
10789 # with a dollar sign (not a hyphen), so the echo should work correctly.
10790 lt_compile=`echo "$ac_compile" | $SED \
10791 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10792 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10793 -e 's:$: $lt_compiler_flag:'`
10794 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10795 (eval "$lt_compile" 2>out/conftest.err)
10796 ac_status=$?
10797 cat out/conftest.err >&5
10798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10799 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10800 then
10801 # The compiler can only warn and ignore the option if not recognized
10802 # So say no if there are warnings
10803 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10804 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10805 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10806 lt_cv_prog_compiler_c_o=yes
10807 fi
10808 fi
10809 chmod u+w . 2>&5
10810 $RM conftest*
10811 # SGI C++ compiler will create directory out/ii_files/ for
10812 # template instantiation
10813 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10814 $RM out/* && rmdir out
10815 cd ..
10816 $RM -r conftest
10817 $RM conftest*
10818
10819 fi
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10821 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10822
10823
10824
10825
10826
10827
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10829 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10830 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10831 $as_echo_n "(cached) " >&6
10832 else
10833 lt_cv_prog_compiler_c_o=no
10834 $RM -r conftest 2>/dev/null
10835 mkdir conftest
10836 cd conftest
10837 mkdir out
10838 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10839
10840 lt_compiler_flag="-o out/conftest2.$ac_objext"
10841 # Insert the option either (1) after the last *FLAGS variable, or
10842 # (2) before a word containing "conftest.", or (3) at the end.
10843 # Note that $ac_compile itself does not contain backslashes and begins
10844 # with a dollar sign (not a hyphen), so the echo should work correctly.
10845 lt_compile=`echo "$ac_compile" | $SED \
10846 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10847 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10848 -e 's:$: $lt_compiler_flag:'`
10849 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10850 (eval "$lt_compile" 2>out/conftest.err)
10851 ac_status=$?
10852 cat out/conftest.err >&5
10853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10854 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10855 then
10856 # The compiler can only warn and ignore the option if not recognized
10857 # So say no if there are warnings
10858 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10859 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10860 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10861 lt_cv_prog_compiler_c_o=yes
10862 fi
10863 fi
10864 chmod u+w . 2>&5
10865 $RM conftest*
10866 # SGI C++ compiler will create directory out/ii_files/ for
10867 # template instantiation
10868 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10869 $RM out/* && rmdir out
10870 cd ..
10871 $RM -r conftest
10872 $RM conftest*
10873
10874 fi
10875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10876 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10877
10878
10879
10880
10881 hard_links="nottested"
10882 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10883 # do not overwrite the value of need_locks provided by the user
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10885 $as_echo_n "checking if we can lock with hard links... " >&6; }
10886 hard_links=yes
10887 $RM conftest*
10888 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10889 touch conftest.a
10890 ln conftest.a conftest.b 2>&5 || hard_links=no
10891 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10893 $as_echo "$hard_links" >&6; }
10894 if test "$hard_links" = no; then
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10896 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10897 need_locks=warn
10898 fi
10899 else
10900 need_locks=no
10901 fi
10902
10903
10904
10905
10906
10907
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10909 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10910
10911 runpath_var=
10912 allow_undefined_flag=
10913 always_export_symbols=no
10914 archive_cmds=
10915 archive_expsym_cmds=
10916 compiler_needs_object=no
10917 enable_shared_with_static_runtimes=no
10918 export_dynamic_flag_spec=
10919 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10920 hardcode_automatic=no
10921 hardcode_direct=no
10922 hardcode_direct_absolute=no
10923 hardcode_libdir_flag_spec=
10924 hardcode_libdir_flag_spec_ld=
10925 hardcode_libdir_separator=
10926 hardcode_minus_L=no
10927 hardcode_shlibpath_var=unsupported
10928 inherit_rpath=no
10929 link_all_deplibs=unknown
10930 module_cmds=
10931 module_expsym_cmds=
10932 old_archive_from_new_cmds=
10933 old_archive_from_expsyms_cmds=
10934 thread_safe_flag_spec=
10935 whole_archive_flag_spec=
10936 # include_expsyms should be a list of space-separated symbols to be *always*
10937 # included in the symbol list
10938 include_expsyms=
10939 # exclude_expsyms can be an extended regexp of symbols to exclude
10940 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10941 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10942 # as well as any symbol that contains `d'.
10943 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10944 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10945 # platforms (ab)use it in PIC code, but their linkers get confused if
10946 # the symbol is explicitly referenced. Since portable code cannot
10947 # rely on this symbol name, it's probably fine to never include it in
10948 # preloaded symbol tables.
10949 # Exclude shared library initialization/finalization symbols.
10950 extract_expsyms_cmds=
10951
10952 case $host_os in
10953 cygwin* | mingw* | pw32* | cegcc*)
10954 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10955 # When not using gcc, we currently assume that we are using
10956 # Microsoft Visual C++.
10957 if test "$GCC" != yes; then
10958 with_gnu_ld=no
10959 fi
10960 ;;
10961 interix*)
10962 # we just hope/assume this is gcc and not c89 (= MSVC++)
10963 with_gnu_ld=yes
10964 ;;
10965 openbsd*)
10966 with_gnu_ld=no
10967 ;;
10968 esac
10969
10970 ld_shlibs=yes
10971
10972 # On some targets, GNU ld is compatible enough with the native linker
10973 # that we're better off using the native interface for both.
10974 lt_use_gnu_ld_interface=no
10975 if test "$with_gnu_ld" = yes; then
10976 case $host_os in
10977 aix*)
10978 # The AIX port of GNU ld has always aspired to compatibility
10979 # with the native linker. However, as the warning in the GNU ld
10980 # block says, versions before 2.19.5* couldn't really create working
10981 # shared libraries, regardless of the interface used.
10982 case `$LD -v 2>&1` in
10983 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10984 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10985 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10986 *)
10987 lt_use_gnu_ld_interface=yes
10988 ;;
10989 esac
10990 ;;
10991 *)
10992 lt_use_gnu_ld_interface=yes
10993 ;;
10994 esac
10995 fi
10996
10997 if test "$lt_use_gnu_ld_interface" = yes; then
10998 # If archive_cmds runs LD, not CC, wlarc should be empty
10999 wlarc='${wl}'
11000
11001 # Set some defaults for GNU ld with shared library support. These
11002 # are reset later if shared libraries are not supported. Putting them
11003 # here allows them to be overridden if necessary.
11004 runpath_var=LD_RUN_PATH
11005 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11006 export_dynamic_flag_spec='${wl}--export-dynamic'
11007 # ancient GNU ld didn't support --whole-archive et. al.
11008 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
11009 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11010 else
11011 whole_archive_flag_spec=
11012 fi
11013 supports_anon_versioning=no
11014 case `$LD -v 2>&1` in
11015 *GNU\ gold*) supports_anon_versioning=yes ;;
11016 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
11017 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
11018 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
11019 *\ 2.11.*) ;; # other 2.11 versions
11020 *) supports_anon_versioning=yes ;;
11021 esac
11022
11023 # See if GNU ld supports shared libraries.
11024 case $host_os in
11025 aix[3-9]*)
11026 # On AIX/PPC, the GNU linker is very broken
11027 if test "$host_cpu" != ia64; then
11028 ld_shlibs=no
11029 cat <<_LT_EOF 1>&2
11030
11031 *** Warning: the GNU linker, at least up to release 2.19, is reported
11032 *** to be unable to reliably create shared libraries on AIX.
11033 *** Therefore, libtool is disabling shared libraries support. If you
11034 *** really care for shared libraries, you may want to install binutils
11035 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
11036 *** You will then need to restart the configuration process.
11037
11038 _LT_EOF
11039 fi
11040 ;;
11041
11042 amigaos*)
11043 case $host_cpu in
11044 powerpc)
11045 # see comment about AmigaOS4 .so support
11046 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11047 archive_expsym_cmds=''
11048 ;;
11049 m68k)
11050 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)'
11051 hardcode_libdir_flag_spec='-L$libdir'
11052 hardcode_minus_L=yes
11053 ;;
11054 esac
11055 ;;
11056
11057 beos*)
11058 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11059 allow_undefined_flag=unsupported
11060 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
11061 # support --undefined. This deserves some investigation. FIXME
11062 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11063 else
11064 ld_shlibs=no
11065 fi
11066 ;;
11067
11068 cygwin* | mingw* | pw32* | cegcc*)
11069 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
11070 # as there is no search path for DLLs.
11071 hardcode_libdir_flag_spec='-L$libdir'
11072 export_dynamic_flag_spec='${wl}--export-all-symbols'
11073 allow_undefined_flag=unsupported
11074 always_export_symbols=no
11075 enable_shared_with_static_runtimes=yes
11076 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
11077
11078 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
11079 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11080 # If the export-symbols file already is a .def file (1st line
11081 # is EXPORTS), use it as is; otherwise, prepend...
11082 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
11083 cp $export_symbols $output_objdir/$soname.def;
11084 else
11085 echo EXPORTS > $output_objdir/$soname.def;
11086 cat $export_symbols >> $output_objdir/$soname.def;
11087 fi~
11088 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11089 else
11090 ld_shlibs=no
11091 fi
11092 ;;
11093
11094 haiku*)
11095 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11096 link_all_deplibs=yes
11097 ;;
11098
11099 interix[3-9]*)
11100 hardcode_direct=no
11101 hardcode_shlibpath_var=no
11102 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11103 export_dynamic_flag_spec='${wl}-E'
11104 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
11105 # Instead, shared libraries are loaded at an image base (0x10000000 by
11106 # default) and relocated if they conflict, which is a slow very memory
11107 # consuming and fragmenting process. To avoid this, we pick a random,
11108 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
11109 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
11110 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
11111 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'
11112 ;;
11113
11114 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
11115 tmp_diet=no
11116 if test "$host_os" = linux-dietlibc; then
11117 case $cc_basename in
11118 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
11119 esac
11120 fi
11121 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
11122 && test "$tmp_diet" = no
11123 then
11124 tmp_addflag=
11125 tmp_sharedflag='-shared'
11126 case $cc_basename,$host_cpu in
11127 pgcc*) # Portland Group C compiler
11128 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'
11129 tmp_addflag=' $pic_flag'
11130 ;;
11131 pgf77* | pgf90* | pgf95* | pgfortran*)
11132 # Portland Group f77 and f90 compilers
11133 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'
11134 tmp_addflag=' $pic_flag -Mnomain' ;;
11135 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
11136 tmp_addflag=' -i_dynamic' ;;
11137 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
11138 tmp_addflag=' -i_dynamic -nofor_main' ;;
11139 ifc* | ifort*) # Intel Fortran compiler
11140 tmp_addflag=' -nofor_main' ;;
11141 lf95*) # Lahey Fortran 8.1
11142 whole_archive_flag_spec=
11143 tmp_sharedflag='--shared' ;;
11144 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
11145 tmp_sharedflag='-qmkshrobj'
11146 tmp_addflag= ;;
11147 nvcc*) # Cuda Compiler Driver 2.2
11148 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'
11149 compiler_needs_object=yes
11150 ;;
11151 esac
11152 case `$CC -V 2>&1 | sed 5q` in
11153 *Sun\ C*) # Sun C 5.9
11154 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'
11155 compiler_needs_object=yes
11156 tmp_sharedflag='-G' ;;
11157 *Sun\ F*) # Sun Fortran 8.3
11158 tmp_sharedflag='-G' ;;
11159 esac
11160 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11161
11162 if test "x$supports_anon_versioning" = xyes; then
11163 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11164 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11165 echo "local: *; };" >> $output_objdir/$libname.ver~
11166 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
11167 fi
11168
11169 case $cc_basename in
11170 xlf* | bgf* | bgxlf* | mpixlf*)
11171 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
11172 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
11173 hardcode_libdir_flag_spec=
11174 hardcode_libdir_flag_spec_ld='-rpath $libdir'
11175 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
11176 if test "x$supports_anon_versioning" = xyes; then
11177 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11178 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11179 echo "local: *; };" >> $output_objdir/$libname.ver~
11180 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
11181 fi
11182 ;;
11183 esac
11184 else
11185 ld_shlibs=no
11186 fi
11187 ;;
11188
11189 netbsd*)
11190 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11191 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
11192 wlarc=
11193 else
11194 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11195 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11196 fi
11197 ;;
11198
11199 solaris*)
11200 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
11201 ld_shlibs=no
11202 cat <<_LT_EOF 1>&2
11203
11204 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
11205 *** create shared libraries on Solaris systems. Therefore, libtool
11206 *** is disabling shared libraries support. We urge you to upgrade GNU
11207 *** binutils to release 2.9.1 or newer. Another option is to modify
11208 *** your PATH or compiler configuration so that the native linker is
11209 *** used, and then restart.
11210
11211 _LT_EOF
11212 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11213 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11214 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11215 else
11216 ld_shlibs=no
11217 fi
11218 ;;
11219
11220 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
11221 case `$LD -v 2>&1` in
11222 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
11223 ld_shlibs=no
11224 cat <<_LT_EOF 1>&2
11225
11226 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
11227 *** reliably create shared libraries on SCO systems. Therefore, libtool
11228 *** is disabling shared libraries support. We urge you to upgrade GNU
11229 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
11230 *** your PATH or compiler configuration so that the native linker is
11231 *** used, and then restart.
11232
11233 _LT_EOF
11234 ;;
11235 *)
11236 # For security reasons, it is highly recommended that you always
11237 # use absolute paths for naming shared libraries, and exclude the
11238 # DT_RUNPATH tag from executables and libraries. But doing so
11239 # requires that you compile everything twice, which is a pain.
11240 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11241 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11242 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11243 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11244 else
11245 ld_shlibs=no
11246 fi
11247 ;;
11248 esac
11249 ;;
11250
11251 sunos4*)
11252 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11253 wlarc=
11254 hardcode_direct=yes
11255 hardcode_shlibpath_var=no
11256 ;;
11257
11258 *)
11259 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11260 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11261 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11262 else
11263 ld_shlibs=no
11264 fi
11265 ;;
11266 esac
11267
11268 if test "$ld_shlibs" = no; then
11269 runpath_var=
11270 hardcode_libdir_flag_spec=
11271 export_dynamic_flag_spec=
11272 whole_archive_flag_spec=
11273 fi
11274 else
11275 # PORTME fill in a description of your system's linker (not GNU ld)
11276 case $host_os in
11277 aix3*)
11278 allow_undefined_flag=unsupported
11279 always_export_symbols=yes
11280 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'
11281 # Note: this linker hardcodes the directories in LIBPATH if there
11282 # are no directories specified by -L.
11283 hardcode_minus_L=yes
11284 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
11285 # Neither direct hardcoding nor static linking is supported with a
11286 # broken collect2.
11287 hardcode_direct=unsupported
11288 fi
11289 ;;
11290
11291 aix[4-9]*)
11292 if test "$host_cpu" = ia64; then
11293 # On IA64, the linker does run time linking by default, so we don't
11294 # have to do anything special.
11295 aix_use_runtimelinking=no
11296 exp_sym_flag='-Bexport'
11297 no_entry_flag=""
11298 else
11299 # If we're using GNU nm, then we don't want the "-C" option.
11300 # -C means demangle to AIX nm, but means don't demangle with GNU nm
11301 # Also, AIX nm treats weak defined symbols like other global
11302 # defined symbols, whereas GNU nm marks them as "W".
11303 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
11304 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'
11305 else
11306 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
11307 fi
11308 aix_use_runtimelinking=no
11309
11310 # Test if we are trying to use run time linking or normal
11311 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11312 # need to do runtime linking.
11313 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11314 for ld_flag in $LDFLAGS; do
11315 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
11316 aix_use_runtimelinking=yes
11317 break
11318 fi
11319 done
11320 ;;
11321 esac
11322
11323 exp_sym_flag='-bexport'
11324 no_entry_flag='-bnoentry'
11325 fi
11326
11327 # When large executables or shared objects are built, AIX ld can
11328 # have problems creating the table of contents. If linking a library
11329 # or program results in "error TOC overflow" add -mminimal-toc to
11330 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11331 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11332
11333 archive_cmds=''
11334 hardcode_direct=yes
11335 hardcode_direct_absolute=yes
11336 hardcode_libdir_separator=':'
11337 link_all_deplibs=yes
11338 file_list_spec='${wl}-f,'
11339
11340 if test "$GCC" = yes; then
11341 case $host_os in aix4.[012]|aix4.[012].*)
11342 # We only want to do this on AIX 4.2 and lower, the check
11343 # below for broken collect2 doesn't work under 4.3+
11344 collect2name=`${CC} -print-prog-name=collect2`
11345 if test -f "$collect2name" &&
11346 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11347 then
11348 # We have reworked collect2
11349 :
11350 else
11351 # We have old collect2
11352 hardcode_direct=unsupported
11353 # It fails to find uninstalled libraries when the uninstalled
11354 # path is not listed in the libpath. Setting hardcode_minus_L
11355 # to unsupported forces relinking
11356 hardcode_minus_L=yes
11357 hardcode_libdir_flag_spec='-L$libdir'
11358 hardcode_libdir_separator=
11359 fi
11360 ;;
11361 esac
11362 shared_flag='-shared'
11363 if test "$aix_use_runtimelinking" = yes; then
11364 shared_flag="$shared_flag "'${wl}-G'
11365 fi
11366 else
11367 # not using gcc
11368 if test "$host_cpu" = ia64; then
11369 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11370 # chokes on -Wl,-G. The following line is correct:
11371 shared_flag='-G'
11372 else
11373 if test "$aix_use_runtimelinking" = yes; then
11374 shared_flag='${wl}-G'
11375 else
11376 shared_flag='${wl}-bM:SRE'
11377 fi
11378 fi
11379 fi
11380
11381 export_dynamic_flag_spec='${wl}-bexpall'
11382 # It seems that -bexpall does not export symbols beginning with
11383 # underscore (_), so it is better to generate a list of symbols to export.
11384 always_export_symbols=yes
11385 if test "$aix_use_runtimelinking" = yes; then
11386 # Warning - without using the other runtime loading flags (-brtl),
11387 # -berok will link without error, but may produce a broken library.
11388 allow_undefined_flag='-berok'
11389 # Determine the default libpath from the value encoded in an
11390 # empty executable.
11391 if test x$gcc_no_link = xyes; then
11392 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11393 fi
11394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11395 /* end confdefs.h. */
11396
11397 int
11398 main ()
11399 {
11400
11401 ;
11402 return 0;
11403 }
11404 _ACEOF
11405 if ac_fn_c_try_link "$LINENO"; then :
11406
11407 lt_aix_libpath_sed='
11408 /Import File Strings/,/^$/ {
11409 /^0/ {
11410 s/^0 *\(.*\)$/\1/
11411 p
11412 }
11413 }'
11414 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11415 # Check for a 64-bit object if we didn't find anything.
11416 if test -z "$aix_libpath"; then
11417 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11418 fi
11419 fi
11420 rm -f core conftest.err conftest.$ac_objext \
11421 conftest$ac_exeext conftest.$ac_ext
11422 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11423
11424 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11425 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"
11426 else
11427 if test "$host_cpu" = ia64; then
11428 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11429 allow_undefined_flag="-z nodefs"
11430 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"
11431 else
11432 # Determine the default libpath from the value encoded in an
11433 # empty executable.
11434 if test x$gcc_no_link = xyes; then
11435 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11436 fi
11437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11438 /* end confdefs.h. */
11439
11440 int
11441 main ()
11442 {
11443
11444 ;
11445 return 0;
11446 }
11447 _ACEOF
11448 if ac_fn_c_try_link "$LINENO"; then :
11449
11450 lt_aix_libpath_sed='
11451 /Import File Strings/,/^$/ {
11452 /^0/ {
11453 s/^0 *\(.*\)$/\1/
11454 p
11455 }
11456 }'
11457 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11458 # Check for a 64-bit object if we didn't find anything.
11459 if test -z "$aix_libpath"; then
11460 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11461 fi
11462 fi
11463 rm -f core conftest.err conftest.$ac_objext \
11464 conftest$ac_exeext conftest.$ac_ext
11465 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11466
11467 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11468 # Warning - without using the other run time loading flags,
11469 # -berok will link without error, but may produce a broken library.
11470 no_undefined_flag=' ${wl}-bernotok'
11471 allow_undefined_flag=' ${wl}-berok'
11472 if test "$with_gnu_ld" = yes; then
11473 # We only use this code for GNU lds that support --whole-archive.
11474 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11475 else
11476 # Exported symbols can be pulled into shared objects from archives
11477 whole_archive_flag_spec='$convenience'
11478 fi
11479 archive_cmds_need_lc=yes
11480 # This is similar to how AIX traditionally builds its shared libraries.
11481 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'
11482 fi
11483 fi
11484 ;;
11485
11486 amigaos*)
11487 case $host_cpu in
11488 powerpc)
11489 # see comment about AmigaOS4 .so support
11490 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11491 archive_expsym_cmds=''
11492 ;;
11493 m68k)
11494 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)'
11495 hardcode_libdir_flag_spec='-L$libdir'
11496 hardcode_minus_L=yes
11497 ;;
11498 esac
11499 ;;
11500
11501 bsdi[45]*)
11502 export_dynamic_flag_spec=-rdynamic
11503 ;;
11504
11505 cygwin* | mingw* | pw32* | cegcc*)
11506 # When not using gcc, we currently assume that we are using
11507 # Microsoft Visual C++.
11508 # hardcode_libdir_flag_spec is actually meaningless, as there is
11509 # no search path for DLLs.
11510 hardcode_libdir_flag_spec=' '
11511 allow_undefined_flag=unsupported
11512 # Tell ltmain to make .lib files, not .a files.
11513 libext=lib
11514 # Tell ltmain to make .dll files, not .so files.
11515 shrext_cmds=".dll"
11516 # FIXME: Setting linknames here is a bad hack.
11517 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11518 # The linker will automatically build a .lib file if we build a DLL.
11519 old_archive_from_new_cmds='true'
11520 # FIXME: Should let the user specify the lib program.
11521 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11522 fix_srcfile_path='`cygpath -w "$srcfile"`'
11523 enable_shared_with_static_runtimes=yes
11524 ;;
11525
11526 darwin* | rhapsody*)
11527
11528
11529 archive_cmds_need_lc=no
11530 hardcode_direct=no
11531 hardcode_automatic=yes
11532 hardcode_shlibpath_var=unsupported
11533 if test "$lt_cv_ld_force_load" = "yes"; then
11534 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\"`'
11535 else
11536 whole_archive_flag_spec=''
11537 fi
11538 link_all_deplibs=yes
11539 allow_undefined_flag="$_lt_dar_allow_undefined"
11540 case $cc_basename in
11541 ifort*) _lt_dar_can_shared=yes ;;
11542 *) _lt_dar_can_shared=$GCC ;;
11543 esac
11544 if test "$_lt_dar_can_shared" = "yes"; then
11545 output_verbose_link_cmd=func_echo_all
11546 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11547 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11548 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}"
11549 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}"
11550
11551 else
11552 ld_shlibs=no
11553 fi
11554
11555 ;;
11556
11557 dgux*)
11558 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11559 hardcode_libdir_flag_spec='-L$libdir'
11560 hardcode_shlibpath_var=no
11561 ;;
11562
11563 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11564 # support. Future versions do this automatically, but an explicit c++rt0.o
11565 # does not break anything, and helps significantly (at the cost of a little
11566 # extra space).
11567 freebsd2.2*)
11568 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11569 hardcode_libdir_flag_spec='-R$libdir'
11570 hardcode_direct=yes
11571 hardcode_shlibpath_var=no
11572 ;;
11573
11574 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11575 freebsd2.*)
11576 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11577 hardcode_direct=yes
11578 hardcode_minus_L=yes
11579 hardcode_shlibpath_var=no
11580 ;;
11581
11582 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11583 freebsd* | dragonfly*)
11584 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11585 hardcode_libdir_flag_spec='-R$libdir'
11586 hardcode_direct=yes
11587 hardcode_shlibpath_var=no
11588 ;;
11589
11590 hpux9*)
11591 if test "$GCC" = yes; then
11592 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'
11593 else
11594 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'
11595 fi
11596 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11597 hardcode_libdir_separator=:
11598 hardcode_direct=yes
11599
11600 # hardcode_minus_L: Not really in the search PATH,
11601 # but as the default location of the library.
11602 hardcode_minus_L=yes
11603 export_dynamic_flag_spec='${wl}-E'
11604 ;;
11605
11606 hpux10*)
11607 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11608 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11609 else
11610 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11611 fi
11612 if test "$with_gnu_ld" = no; then
11613 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11614 hardcode_libdir_flag_spec_ld='+b $libdir'
11615 hardcode_libdir_separator=:
11616 hardcode_direct=yes
11617 hardcode_direct_absolute=yes
11618 export_dynamic_flag_spec='${wl}-E'
11619 # hardcode_minus_L: Not really in the search PATH,
11620 # but as the default location of the library.
11621 hardcode_minus_L=yes
11622 fi
11623 ;;
11624
11625 hpux11*)
11626 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11627 case $host_cpu in
11628 hppa*64*)
11629 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11630 ;;
11631 ia64*)
11632 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11633 ;;
11634 *)
11635 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11636 ;;
11637 esac
11638 else
11639 case $host_cpu in
11640 hppa*64*)
11641 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11642 ;;
11643 ia64*)
11644 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11645 ;;
11646 *)
11647
11648 # Older versions of the 11.00 compiler do not understand -b yet
11649 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11651 $as_echo_n "checking if $CC understands -b... " >&6; }
11652 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11653 $as_echo_n "(cached) " >&6
11654 else
11655 lt_cv_prog_compiler__b=no
11656 save_LDFLAGS="$LDFLAGS"
11657 LDFLAGS="$LDFLAGS -b"
11658 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11659 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11660 # The linker can only warn and ignore the option if not recognized
11661 # So say no if there are warnings
11662 if test -s conftest.err; then
11663 # Append any errors to the config.log.
11664 cat conftest.err 1>&5
11665 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11666 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11667 if diff conftest.exp conftest.er2 >/dev/null; then
11668 lt_cv_prog_compiler__b=yes
11669 fi
11670 else
11671 lt_cv_prog_compiler__b=yes
11672 fi
11673 fi
11674 $RM -r conftest*
11675 LDFLAGS="$save_LDFLAGS"
11676
11677 fi
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11679 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11680
11681 if test x"$lt_cv_prog_compiler__b" = xyes; then
11682 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11683 else
11684 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11685 fi
11686
11687 ;;
11688 esac
11689 fi
11690 if test "$with_gnu_ld" = no; then
11691 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11692 hardcode_libdir_separator=:
11693
11694 case $host_cpu in
11695 hppa*64*|ia64*)
11696 hardcode_direct=no
11697 hardcode_shlibpath_var=no
11698 ;;
11699 *)
11700 hardcode_direct=yes
11701 hardcode_direct_absolute=yes
11702 export_dynamic_flag_spec='${wl}-E'
11703
11704 # hardcode_minus_L: Not really in the search PATH,
11705 # but as the default location of the library.
11706 hardcode_minus_L=yes
11707 ;;
11708 esac
11709 fi
11710 ;;
11711
11712 irix5* | irix6* | nonstopux*)
11713 if test "$GCC" = yes; then
11714 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'
11715 # Try to use the -exported_symbol ld option, if it does not
11716 # work, assume that -exports_file does not work either and
11717 # implicitly export all symbols.
11718 save_LDFLAGS="$LDFLAGS"
11719 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11720 if test x$gcc_no_link = xyes; then
11721 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11722 fi
11723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11724 /* end confdefs.h. */
11725 int foo(void) {}
11726 _ACEOF
11727 if ac_fn_c_try_link "$LINENO"; then :
11728 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'
11729
11730 fi
11731 rm -f core conftest.err conftest.$ac_objext \
11732 conftest$ac_exeext conftest.$ac_ext
11733 LDFLAGS="$save_LDFLAGS"
11734 else
11735 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'
11736 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'
11737 fi
11738 archive_cmds_need_lc='no'
11739 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11740 hardcode_libdir_separator=:
11741 inherit_rpath=yes
11742 link_all_deplibs=yes
11743 ;;
11744
11745 netbsd*)
11746 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11747 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11748 else
11749 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11750 fi
11751 hardcode_libdir_flag_spec='-R$libdir'
11752 hardcode_direct=yes
11753 hardcode_shlibpath_var=no
11754 ;;
11755
11756 newsos6)
11757 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11758 hardcode_direct=yes
11759 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11760 hardcode_libdir_separator=:
11761 hardcode_shlibpath_var=no
11762 ;;
11763
11764 *nto* | *qnx*)
11765 ;;
11766
11767 openbsd*)
11768 if test -f /usr/libexec/ld.so; then
11769 hardcode_direct=yes
11770 hardcode_shlibpath_var=no
11771 hardcode_direct_absolute=yes
11772 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11773 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11774 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11775 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11776 export_dynamic_flag_spec='${wl}-E'
11777 else
11778 case $host_os in
11779 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11780 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11781 hardcode_libdir_flag_spec='-R$libdir'
11782 ;;
11783 *)
11784 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11785 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11786 ;;
11787 esac
11788 fi
11789 else
11790 ld_shlibs=no
11791 fi
11792 ;;
11793
11794 os2*)
11795 hardcode_libdir_flag_spec='-L$libdir'
11796 hardcode_minus_L=yes
11797 allow_undefined_flag=unsupported
11798 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'
11799 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11800 ;;
11801
11802 osf3*)
11803 if test "$GCC" = yes; then
11804 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11805 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'
11806 else
11807 allow_undefined_flag=' -expect_unresolved \*'
11808 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'
11809 fi
11810 archive_cmds_need_lc='no'
11811 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11812 hardcode_libdir_separator=:
11813 ;;
11814
11815 osf4* | osf5*) # as osf3* with the addition of -msym flag
11816 if test "$GCC" = yes; then
11817 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11818 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'
11819 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11820 else
11821 allow_undefined_flag=' -expect_unresolved \*'
11822 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'
11823 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~
11824 $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'
11825
11826 # Both c and cxx compiler support -rpath directly
11827 hardcode_libdir_flag_spec='-rpath $libdir'
11828 fi
11829 archive_cmds_need_lc='no'
11830 hardcode_libdir_separator=:
11831 ;;
11832
11833 solaris*)
11834 no_undefined_flag=' -z defs'
11835 if test "$GCC" = yes; then
11836 wlarc='${wl}'
11837 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11838 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11839 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11840 else
11841 case `$CC -V 2>&1` in
11842 *"Compilers 5.0"*)
11843 wlarc=''
11844 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11845 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11846 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11847 ;;
11848 *)
11849 wlarc='${wl}'
11850 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11851 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11852 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11853 ;;
11854 esac
11855 fi
11856 hardcode_libdir_flag_spec='-R$libdir'
11857 hardcode_shlibpath_var=no
11858 case $host_os in
11859 solaris2.[0-5] | solaris2.[0-5].*) ;;
11860 *)
11861 # The compiler driver will combine and reorder linker options,
11862 # but understands `-z linker_flag'. GCC discards it without `$wl',
11863 # but is careful enough not to reorder.
11864 # Supported since Solaris 2.6 (maybe 2.5.1?)
11865 if test "$GCC" = yes; then
11866 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11867 else
11868 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11869 fi
11870 ;;
11871 esac
11872 link_all_deplibs=yes
11873 ;;
11874
11875 sunos4*)
11876 if test "x$host_vendor" = xsequent; then
11877 # Use $CC to link under sequent, because it throws in some extra .o
11878 # files that make .init and .fini sections work.
11879 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11880 else
11881 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11882 fi
11883 hardcode_libdir_flag_spec='-L$libdir'
11884 hardcode_direct=yes
11885 hardcode_minus_L=yes
11886 hardcode_shlibpath_var=no
11887 ;;
11888
11889 sysv4)
11890 case $host_vendor in
11891 sni)
11892 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11893 hardcode_direct=yes # is this really true???
11894 ;;
11895 siemens)
11896 ## LD is ld it makes a PLAMLIB
11897 ## CC just makes a GrossModule.
11898 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11899 reload_cmds='$CC -r -o $output$reload_objs'
11900 hardcode_direct=no
11901 ;;
11902 motorola)
11903 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11904 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11905 ;;
11906 esac
11907 runpath_var='LD_RUN_PATH'
11908 hardcode_shlibpath_var=no
11909 ;;
11910
11911 sysv4.3*)
11912 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11913 hardcode_shlibpath_var=no
11914 export_dynamic_flag_spec='-Bexport'
11915 ;;
11916
11917 sysv4*MP*)
11918 if test -d /usr/nec; then
11919 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11920 hardcode_shlibpath_var=no
11921 runpath_var=LD_RUN_PATH
11922 hardcode_runpath_var=yes
11923 ld_shlibs=yes
11924 fi
11925 ;;
11926
11927 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11928 no_undefined_flag='${wl}-z,text'
11929 archive_cmds_need_lc=no
11930 hardcode_shlibpath_var=no
11931 runpath_var='LD_RUN_PATH'
11932
11933 if test "$GCC" = yes; then
11934 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11935 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11936 else
11937 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11938 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11939 fi
11940 ;;
11941
11942 sysv5* | sco3.2v5* | sco5v6*)
11943 # Note: We can NOT use -z defs as we might desire, because we do not
11944 # link with -lc, and that would cause any symbols used from libc to
11945 # always be unresolved, which means just about no library would
11946 # ever link correctly. If we're not using GNU ld we use -z text
11947 # though, which does catch some bad symbols but isn't as heavy-handed
11948 # as -z defs.
11949 no_undefined_flag='${wl}-z,text'
11950 allow_undefined_flag='${wl}-z,nodefs'
11951 archive_cmds_need_lc=no
11952 hardcode_shlibpath_var=no
11953 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11954 hardcode_libdir_separator=':'
11955 link_all_deplibs=yes
11956 export_dynamic_flag_spec='${wl}-Bexport'
11957 runpath_var='LD_RUN_PATH'
11958
11959 if test "$GCC" = yes; then
11960 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11961 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11962 else
11963 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11964 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11965 fi
11966 ;;
11967
11968 uts4*)
11969 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11970 hardcode_libdir_flag_spec='-L$libdir'
11971 hardcode_shlibpath_var=no
11972 ;;
11973
11974 *)
11975 ld_shlibs=no
11976 ;;
11977 esac
11978
11979 if test x$host_vendor = xsni; then
11980 case $host in
11981 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11982 export_dynamic_flag_spec='${wl}-Blargedynsym'
11983 ;;
11984 esac
11985 fi
11986 fi
11987
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11989 $as_echo "$ld_shlibs" >&6; }
11990 test "$ld_shlibs" = no && can_build_shared=no
11991
11992 with_gnu_ld=$with_gnu_ld
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008 #
12009 # Do we need to explicitly link libc?
12010 #
12011 case "x$archive_cmds_need_lc" in
12012 x|xyes)
12013 # Assume -lc should be added
12014 archive_cmds_need_lc=yes
12015
12016 if test "$enable_shared" = yes && test "$GCC" = yes; then
12017 case $archive_cmds in
12018 *'~'*)
12019 # FIXME: we may have to deal with multi-command sequences.
12020 ;;
12021 '$CC '*)
12022 # Test whether the compiler implicitly links with -lc since on some
12023 # systems, -lgcc has to come before -lc. If gcc already passes -lc
12024 # to ld, don't add -lc before -lgcc.
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
12026 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
12027 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
12029 else
12030 $RM conftest*
12031 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12032
12033 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12034 (eval $ac_compile) 2>&5
12035 ac_status=$?
12036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12037 test $ac_status = 0; } 2>conftest.err; then
12038 soname=conftest
12039 lib=conftest
12040 libobjs=conftest.$ac_objext
12041 deplibs=
12042 wl=$lt_prog_compiler_wl
12043 pic_flag=$lt_prog_compiler_pic
12044 compiler_flags=-v
12045 linker_flags=-v
12046 verstring=
12047 output_objdir=.
12048 libname=conftest
12049 lt_save_allow_undefined_flag=$allow_undefined_flag
12050 allow_undefined_flag=
12051 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
12052 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
12053 ac_status=$?
12054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12055 test $ac_status = 0; }
12056 then
12057 lt_cv_archive_cmds_need_lc=no
12058 else
12059 lt_cv_archive_cmds_need_lc=yes
12060 fi
12061 allow_undefined_flag=$lt_save_allow_undefined_flag
12062 else
12063 cat conftest.err 1>&5
12064 fi
12065 $RM conftest*
12066
12067 fi
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
12069 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
12070 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
12071 ;;
12072 esac
12073 fi
12074 ;;
12075 esac
12076
12077
12078
12079
12080
12081
12082
12083
12084
12085
12086
12087
12088
12089
12090
12091
12092
12093
12094
12095
12096
12097
12098
12099
12100
12101
12102
12103
12104
12105
12106
12107
12108
12109
12110
12111
12112
12113
12114
12115
12116
12117
12118
12119
12120
12121
12122
12123
12124
12125
12126
12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
12142
12143
12144
12145
12146
12147
12148
12149
12150
12151
12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
12169
12170
12171
12172
12173
12174
12175
12176
12177
12178
12179
12180
12181
12182
12183
12184
12185
12186
12187
12188
12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208
12209
12210
12211
12212
12213
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
12225
12226
12227
12228
12229
12230
12231
12232
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
12234 $as_echo_n "checking dynamic linker characteristics... " >&6; }
12235
12236 if test "$GCC" = yes; then
12237 case $host_os in
12238 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
12239 *) lt_awk_arg="/^libraries:/" ;;
12240 esac
12241 case $host_os in
12242 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
12243 *) lt_sed_strip_eq="s,=/,/,g" ;;
12244 esac
12245 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
12246 case $lt_search_path_spec in
12247 *\;*)
12248 # if the path contains ";" then we assume it to be the separator
12249 # otherwise default to the standard path separator (i.e. ":") - it is
12250 # assumed that no part of a normal pathname contains ";" but that should
12251 # okay in the real world where ";" in dirpaths is itself problematic.
12252 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
12253 ;;
12254 *)
12255 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
12256 ;;
12257 esac
12258 # Ok, now we have the path, separated by spaces, we can step through it
12259 # and add multilib dir if necessary.
12260 lt_tmp_lt_search_path_spec=
12261 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
12262 for lt_sys_path in $lt_search_path_spec; do
12263 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
12264 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
12265 else
12266 test -d "$lt_sys_path" && \
12267 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
12268 fi
12269 done
12270 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
12271 BEGIN {RS=" "; FS="/|\n";} {
12272 lt_foo="";
12273 lt_count=0;
12274 for (lt_i = NF; lt_i > 0; lt_i--) {
12275 if ($lt_i != "" && $lt_i != ".") {
12276 if ($lt_i == "..") {
12277 lt_count++;
12278 } else {
12279 if (lt_count == 0) {
12280 lt_foo="/" $lt_i lt_foo;
12281 } else {
12282 lt_count--;
12283 }
12284 }
12285 }
12286 }
12287 if (lt_foo != "") { lt_freq[lt_foo]++; }
12288 if (lt_freq[lt_foo] == 1) { print lt_foo; }
12289 }'`
12290 # AWK program above erroneously prepends '/' to C:/dos/paths
12291 # for these hosts.
12292 case $host_os in
12293 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
12294 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
12295 esac
12296 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
12297 else
12298 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
12299 fi
12300 library_names_spec=
12301 libname_spec='lib$name'
12302 soname_spec=
12303 shrext_cmds=".so"
12304 postinstall_cmds=
12305 postuninstall_cmds=
12306 finish_cmds=
12307 finish_eval=
12308 shlibpath_var=
12309 shlibpath_overrides_runpath=unknown
12310 version_type=none
12311 dynamic_linker="$host_os ld.so"
12312 sys_lib_dlsearch_path_spec="/lib /usr/lib"
12313 need_lib_prefix=unknown
12314 hardcode_into_libs=no
12315
12316 # when you set need_version to no, make sure it does not cause -set_version
12317 # flags to be left without arguments
12318 need_version=unknown
12319
12320 case $host_os in
12321 aix3*)
12322 version_type=linux
12323 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
12324 shlibpath_var=LIBPATH
12325
12326 # AIX 3 has no versioning support, so we append a major version to the name.
12327 soname_spec='${libname}${release}${shared_ext}$major'
12328 ;;
12329
12330 aix[4-9]*)
12331 version_type=linux
12332 need_lib_prefix=no
12333 need_version=no
12334 hardcode_into_libs=yes
12335 if test "$host_cpu" = ia64; then
12336 # AIX 5 supports IA64
12337 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
12338 shlibpath_var=LD_LIBRARY_PATH
12339 else
12340 # With GCC up to 2.95.x, collect2 would create an import file
12341 # for dependence libraries. The import file would start with
12342 # the line `#! .'. This would cause the generated library to
12343 # depend on `.', always an invalid library. This was fixed in
12344 # development snapshots of GCC prior to 3.0.
12345 case $host_os in
12346 aix4 | aix4.[01] | aix4.[01].*)
12347 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
12348 echo ' yes '
12349 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
12350 :
12351 else
12352 can_build_shared=no
12353 fi
12354 ;;
12355 esac
12356 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
12357 # soname into executable. Probably we can add versioning support to
12358 # collect2, so additional links can be useful in future.
12359 if test "$aix_use_runtimelinking" = yes; then
12360 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
12361 # instead of lib<name>.a to let people know that these are not
12362 # typical AIX shared libraries.
12363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12364 else
12365 # We preserve .a as extension for shared libraries through AIX4.2
12366 # and later when we are not doing run time linking.
12367 library_names_spec='${libname}${release}.a $libname.a'
12368 soname_spec='${libname}${release}${shared_ext}$major'
12369 fi
12370 shlibpath_var=LIBPATH
12371 fi
12372 ;;
12373
12374 amigaos*)
12375 case $host_cpu in
12376 powerpc)
12377 # Since July 2007 AmigaOS4 officially supports .so libraries.
12378 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
12379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12380 ;;
12381 m68k)
12382 library_names_spec='$libname.ixlibrary $libname.a'
12383 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12384 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'
12385 ;;
12386 esac
12387 ;;
12388
12389 beos*)
12390 library_names_spec='${libname}${shared_ext}'
12391 dynamic_linker="$host_os ld.so"
12392 shlibpath_var=LIBRARY_PATH
12393 ;;
12394
12395 bsdi[45]*)
12396 version_type=linux
12397 need_version=no
12398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12399 soname_spec='${libname}${release}${shared_ext}$major'
12400 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12401 shlibpath_var=LD_LIBRARY_PATH
12402 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12403 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12404 # the default ld.so.conf also contains /usr/contrib/lib and
12405 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12406 # libtool to hard-code these into programs
12407 ;;
12408
12409 cygwin* | mingw* | pw32* | cegcc*)
12410 version_type=windows
12411 shrext_cmds=".dll"
12412 need_version=no
12413 need_lib_prefix=no
12414
12415 case $GCC,$host_os in
12416 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12417 library_names_spec='$libname.dll.a'
12418 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12419 postinstall_cmds='base_file=`basename \${file}`~
12420 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12421 dldir=$destdir/`dirname \$dlpath`~
12422 test -d \$dldir || mkdir -p \$dldir~
12423 $install_prog $dir/$dlname \$dldir/$dlname~
12424 chmod a+x \$dldir/$dlname~
12425 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12426 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12427 fi'
12428 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12429 dlpath=$dir/\$dldll~
12430 $RM \$dlpath'
12431 shlibpath_overrides_runpath=yes
12432
12433 case $host_os in
12434 cygwin*)
12435 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12436 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12437
12438 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12439 ;;
12440 mingw* | cegcc*)
12441 # MinGW DLLs use traditional 'lib' prefix
12442 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12443 ;;
12444 pw32*)
12445 # pw32 DLLs use 'pw' prefix rather than 'lib'
12446 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12447 ;;
12448 esac
12449 ;;
12450
12451 *)
12452 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12453 ;;
12454 esac
12455 dynamic_linker='Win32 ld.exe'
12456 # FIXME: first we should search . and the directory the executable is in
12457 shlibpath_var=PATH
12458 ;;
12459
12460 darwin* | rhapsody*)
12461 dynamic_linker="$host_os dyld"
12462 version_type=darwin
12463 need_lib_prefix=no
12464 need_version=no
12465 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12466 soname_spec='${libname}${release}${major}$shared_ext'
12467 shlibpath_overrides_runpath=yes
12468 shlibpath_var=DYLD_LIBRARY_PATH
12469 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12470
12471 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12472 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12473 ;;
12474
12475 dgux*)
12476 version_type=linux
12477 need_lib_prefix=no
12478 need_version=no
12479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12480 soname_spec='${libname}${release}${shared_ext}$major'
12481 shlibpath_var=LD_LIBRARY_PATH
12482 ;;
12483
12484 freebsd* | dragonfly*)
12485 # DragonFly does not have aout. When/if they implement a new
12486 # versioning mechanism, adjust this.
12487 if test -x /usr/bin/objformat; then
12488 objformat=`/usr/bin/objformat`
12489 else
12490 case $host_os in
12491 freebsd[23].*) objformat=aout ;;
12492 *) objformat=elf ;;
12493 esac
12494 fi
12495 version_type=freebsd-$objformat
12496 case $version_type in
12497 freebsd-elf*)
12498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12499 need_version=no
12500 need_lib_prefix=no
12501 ;;
12502 freebsd-*)
12503 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12504 need_version=yes
12505 ;;
12506 esac
12507 shlibpath_var=LD_LIBRARY_PATH
12508 case $host_os in
12509 freebsd2.*)
12510 shlibpath_overrides_runpath=yes
12511 ;;
12512 freebsd3.[01]* | freebsdelf3.[01]*)
12513 shlibpath_overrides_runpath=yes
12514 hardcode_into_libs=yes
12515 ;;
12516 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12517 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12518 shlibpath_overrides_runpath=no
12519 hardcode_into_libs=yes
12520 ;;
12521 *) # from 4.6 on, and DragonFly
12522 shlibpath_overrides_runpath=yes
12523 hardcode_into_libs=yes
12524 ;;
12525 esac
12526 ;;
12527
12528 gnu*)
12529 version_type=linux
12530 need_lib_prefix=no
12531 need_version=no
12532 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12533 soname_spec='${libname}${release}${shared_ext}$major'
12534 shlibpath_var=LD_LIBRARY_PATH
12535 hardcode_into_libs=yes
12536 ;;
12537
12538 haiku*)
12539 version_type=linux
12540 need_lib_prefix=no
12541 need_version=no
12542 dynamic_linker="$host_os runtime_loader"
12543 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12544 soname_spec='${libname}${release}${shared_ext}$major'
12545 shlibpath_var=LIBRARY_PATH
12546 shlibpath_overrides_runpath=yes
12547 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12548 hardcode_into_libs=yes
12549 ;;
12550
12551 hpux9* | hpux10* | hpux11*)
12552 # Give a soname corresponding to the major version so that dld.sl refuses to
12553 # link against other versions.
12554 version_type=sunos
12555 need_lib_prefix=no
12556 need_version=no
12557 case $host_cpu in
12558 ia64*)
12559 shrext_cmds='.so'
12560 hardcode_into_libs=yes
12561 dynamic_linker="$host_os dld.so"
12562 shlibpath_var=LD_LIBRARY_PATH
12563 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12565 soname_spec='${libname}${release}${shared_ext}$major'
12566 if test "X$HPUX_IA64_MODE" = X32; then
12567 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12568 else
12569 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12570 fi
12571 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12572 ;;
12573 hppa*64*)
12574 shrext_cmds='.sl'
12575 hardcode_into_libs=yes
12576 dynamic_linker="$host_os dld.sl"
12577 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12578 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12580 soname_spec='${libname}${release}${shared_ext}$major'
12581 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12582 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12583 ;;
12584 *)
12585 shrext_cmds='.sl'
12586 dynamic_linker="$host_os dld.sl"
12587 shlibpath_var=SHLIB_PATH
12588 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12590 soname_spec='${libname}${release}${shared_ext}$major'
12591 ;;
12592 esac
12593 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12594 postinstall_cmds='chmod 555 $lib'
12595 # or fails outright, so override atomically:
12596 install_override_mode=555
12597 ;;
12598
12599 interix[3-9]*)
12600 version_type=linux
12601 need_lib_prefix=no
12602 need_version=no
12603 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12604 soname_spec='${libname}${release}${shared_ext}$major'
12605 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12606 shlibpath_var=LD_LIBRARY_PATH
12607 shlibpath_overrides_runpath=no
12608 hardcode_into_libs=yes
12609 ;;
12610
12611 irix5* | irix6* | nonstopux*)
12612 case $host_os in
12613 nonstopux*) version_type=nonstopux ;;
12614 *)
12615 if test "$lt_cv_prog_gnu_ld" = yes; then
12616 version_type=linux
12617 else
12618 version_type=irix
12619 fi ;;
12620 esac
12621 need_lib_prefix=no
12622 need_version=no
12623 soname_spec='${libname}${release}${shared_ext}$major'
12624 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12625 case $host_os in
12626 irix5* | nonstopux*)
12627 libsuff= shlibsuff=
12628 ;;
12629 *)
12630 case $LD in # libtool.m4 will add one of these switches to LD
12631 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12632 libsuff= shlibsuff= libmagic=32-bit;;
12633 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12634 libsuff=32 shlibsuff=N32 libmagic=N32;;
12635 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12636 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12637 *) libsuff= shlibsuff= libmagic=never-match;;
12638 esac
12639 ;;
12640 esac
12641 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12642 shlibpath_overrides_runpath=no
12643 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12644 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12645 hardcode_into_libs=yes
12646 ;;
12647
12648 # No shared lib support for Linux oldld, aout, or coff.
12649 linux*oldld* | linux*aout* | linux*coff*)
12650 dynamic_linker=no
12651 ;;
12652
12653 # This must be Linux ELF.
12654 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12655 version_type=linux
12656 need_lib_prefix=no
12657 need_version=no
12658 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12659 soname_spec='${libname}${release}${shared_ext}$major'
12660 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12661 shlibpath_var=LD_LIBRARY_PATH
12662 shlibpath_overrides_runpath=no
12663
12664 # Some binutils ld are patched to set DT_RUNPATH
12665 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12666 $as_echo_n "(cached) " >&6
12667 else
12668 lt_cv_shlibpath_overrides_runpath=no
12669 save_LDFLAGS=$LDFLAGS
12670 save_libdir=$libdir
12671 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12672 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12673 if test x$gcc_no_link = xyes; then
12674 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12675 fi
12676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12677 /* end confdefs.h. */
12678
12679 int
12680 main ()
12681 {
12682
12683 ;
12684 return 0;
12685 }
12686 _ACEOF
12687 if ac_fn_c_try_link "$LINENO"; then :
12688 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12689 lt_cv_shlibpath_overrides_runpath=yes
12690 fi
12691 fi
12692 rm -f core conftest.err conftest.$ac_objext \
12693 conftest$ac_exeext conftest.$ac_ext
12694 LDFLAGS=$save_LDFLAGS
12695 libdir=$save_libdir
12696
12697 fi
12698
12699 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12700
12701 # This implies no fast_install, which is unacceptable.
12702 # Some rework will be needed to allow for fast_install
12703 # before this can be enabled.
12704 hardcode_into_libs=yes
12705
12706 # Append ld.so.conf contents to the search path
12707 if test -f /etc/ld.so.conf; then
12708 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' ' '`
12709 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12710 fi
12711
12712 # We used to test for /lib/ld.so.1 and disable shared libraries on
12713 # powerpc, because MkLinux only supported shared libraries with the
12714 # GNU dynamic linker. Since this was broken with cross compilers,
12715 # most powerpc-linux boxes support dynamic linking these days and
12716 # people can always --disable-shared, the test was removed, and we
12717 # assume the GNU/Linux dynamic linker is in use.
12718 dynamic_linker='GNU/Linux ld.so'
12719 ;;
12720
12721 netbsd*)
12722 version_type=sunos
12723 need_lib_prefix=no
12724 need_version=no
12725 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12727 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12728 dynamic_linker='NetBSD (a.out) ld.so'
12729 else
12730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12731 soname_spec='${libname}${release}${shared_ext}$major'
12732 dynamic_linker='NetBSD ld.elf_so'
12733 fi
12734 shlibpath_var=LD_LIBRARY_PATH
12735 shlibpath_overrides_runpath=yes
12736 hardcode_into_libs=yes
12737 ;;
12738
12739 newsos6)
12740 version_type=linux
12741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12742 shlibpath_var=LD_LIBRARY_PATH
12743 shlibpath_overrides_runpath=yes
12744 ;;
12745
12746 *nto* | *qnx*)
12747 version_type=qnx
12748 need_lib_prefix=no
12749 need_version=no
12750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12751 soname_spec='${libname}${release}${shared_ext}$major'
12752 shlibpath_var=LD_LIBRARY_PATH
12753 shlibpath_overrides_runpath=no
12754 hardcode_into_libs=yes
12755 dynamic_linker='ldqnx.so'
12756 ;;
12757
12758 openbsd*)
12759 version_type=sunos
12760 sys_lib_dlsearch_path_spec="/usr/lib"
12761 need_lib_prefix=no
12762 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12763 case $host_os in
12764 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12765 *) need_version=no ;;
12766 esac
12767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12768 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12769 shlibpath_var=LD_LIBRARY_PATH
12770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12771 case $host_os in
12772 openbsd2.[89] | openbsd2.[89].*)
12773 shlibpath_overrides_runpath=no
12774 ;;
12775 *)
12776 shlibpath_overrides_runpath=yes
12777 ;;
12778 esac
12779 else
12780 shlibpath_overrides_runpath=yes
12781 fi
12782 ;;
12783
12784 os2*)
12785 libname_spec='$name'
12786 shrext_cmds=".dll"
12787 need_lib_prefix=no
12788 library_names_spec='$libname${shared_ext} $libname.a'
12789 dynamic_linker='OS/2 ld.exe'
12790 shlibpath_var=LIBPATH
12791 ;;
12792
12793 osf3* | osf4* | osf5*)
12794 version_type=osf
12795 need_lib_prefix=no
12796 need_version=no
12797 soname_spec='${libname}${release}${shared_ext}$major'
12798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12799 shlibpath_var=LD_LIBRARY_PATH
12800 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12801 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12802 ;;
12803
12804 rdos*)
12805 dynamic_linker=no
12806 ;;
12807
12808 solaris*)
12809 version_type=linux
12810 need_lib_prefix=no
12811 need_version=no
12812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12813 soname_spec='${libname}${release}${shared_ext}$major'
12814 shlibpath_var=LD_LIBRARY_PATH
12815 shlibpath_overrides_runpath=yes
12816 hardcode_into_libs=yes
12817 # ldd complains unless libraries are executable
12818 postinstall_cmds='chmod +x $lib'
12819 ;;
12820
12821 sunos4*)
12822 version_type=sunos
12823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12824 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12825 shlibpath_var=LD_LIBRARY_PATH
12826 shlibpath_overrides_runpath=yes
12827 if test "$with_gnu_ld" = yes; then
12828 need_lib_prefix=no
12829 fi
12830 need_version=yes
12831 ;;
12832
12833 sysv4 | sysv4.3*)
12834 version_type=linux
12835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12836 soname_spec='${libname}${release}${shared_ext}$major'
12837 shlibpath_var=LD_LIBRARY_PATH
12838 case $host_vendor in
12839 sni)
12840 shlibpath_overrides_runpath=no
12841 need_lib_prefix=no
12842 runpath_var=LD_RUN_PATH
12843 ;;
12844 siemens)
12845 need_lib_prefix=no
12846 ;;
12847 motorola)
12848 need_lib_prefix=no
12849 need_version=no
12850 shlibpath_overrides_runpath=no
12851 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12852 ;;
12853 esac
12854 ;;
12855
12856 sysv4*MP*)
12857 if test -d /usr/nec ;then
12858 version_type=linux
12859 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12860 soname_spec='$libname${shared_ext}.$major'
12861 shlibpath_var=LD_LIBRARY_PATH
12862 fi
12863 ;;
12864
12865 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12866 version_type=freebsd-elf
12867 need_lib_prefix=no
12868 need_version=no
12869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12870 soname_spec='${libname}${release}${shared_ext}$major'
12871 shlibpath_var=LD_LIBRARY_PATH
12872 shlibpath_overrides_runpath=yes
12873 hardcode_into_libs=yes
12874 if test "$with_gnu_ld" = yes; then
12875 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12876 else
12877 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12878 case $host_os in
12879 sco3.2v5*)
12880 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12881 ;;
12882 esac
12883 fi
12884 sys_lib_dlsearch_path_spec='/usr/lib'
12885 ;;
12886
12887 tpf*)
12888 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12889 version_type=linux
12890 need_lib_prefix=no
12891 need_version=no
12892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12893 shlibpath_var=LD_LIBRARY_PATH
12894 shlibpath_overrides_runpath=no
12895 hardcode_into_libs=yes
12896 ;;
12897
12898 uts4*)
12899 version_type=linux
12900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12901 soname_spec='${libname}${release}${shared_ext}$major'
12902 shlibpath_var=LD_LIBRARY_PATH
12903 ;;
12904
12905 *)
12906 dynamic_linker=no
12907 ;;
12908 esac
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12910 $as_echo "$dynamic_linker" >&6; }
12911 test "$dynamic_linker" = no && can_build_shared=no
12912
12913 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12914 if test "$GCC" = yes; then
12915 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12916 fi
12917
12918 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12919 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12920 fi
12921 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12922 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12923 fi
12924
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
12957
12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
12983
12984
12985
12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
12996
12997
12998
12999
13000
13001
13002
13003
13004
13005
13006
13007
13008
13009
13010
13011
13012
13013
13014
13015
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
13017 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
13018 hardcode_action=
13019 if test -n "$hardcode_libdir_flag_spec" ||
13020 test -n "$runpath_var" ||
13021 test "X$hardcode_automatic" = "Xyes" ; then
13022
13023 # We can hardcode non-existent directories.
13024 if test "$hardcode_direct" != no &&
13025 # If the only mechanism to avoid hardcoding is shlibpath_var, we
13026 # have to relink, otherwise we might link with an installed library
13027 # when we should be linking with a yet-to-be-installed one
13028 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
13029 test "$hardcode_minus_L" != no; then
13030 # Linking always hardcodes the temporary library directory.
13031 hardcode_action=relink
13032 else
13033 # We can link without hardcoding, and we can hardcode nonexisting dirs.
13034 hardcode_action=immediate
13035 fi
13036 else
13037 # We cannot hardcode anything, or else we can only hardcode existing
13038 # directories.
13039 hardcode_action=unsupported
13040 fi
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
13042 $as_echo "$hardcode_action" >&6; }
13043
13044 if test "$hardcode_action" = relink ||
13045 test "$inherit_rpath" = yes; then
13046 # Fast installation is not supported
13047 enable_fast_install=no
13048 elif test "$shlibpath_overrides_runpath" = yes ||
13049 test "$enable_shared" = no; then
13050 # Fast installation is not necessary
13051 enable_fast_install=needless
13052 fi
13053
13054
13055
13056
13057
13058
13059 if test "x$enable_dlopen" != xyes; then
13060 enable_dlopen=unknown
13061 enable_dlopen_self=unknown
13062 enable_dlopen_self_static=unknown
13063 else
13064 lt_cv_dlopen=no
13065 lt_cv_dlopen_libs=
13066
13067 case $host_os in
13068 beos*)
13069 lt_cv_dlopen="load_add_on"
13070 lt_cv_dlopen_libs=
13071 lt_cv_dlopen_self=yes
13072 ;;
13073
13074 mingw* | pw32* | cegcc*)
13075 lt_cv_dlopen="LoadLibrary"
13076 lt_cv_dlopen_libs=
13077 ;;
13078
13079 cygwin*)
13080 lt_cv_dlopen="dlopen"
13081 lt_cv_dlopen_libs=
13082 ;;
13083
13084 darwin*)
13085 # if libdl is installed we need to link against it
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13087 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13088 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
13089 $as_echo_n "(cached) " >&6
13090 else
13091 ac_check_lib_save_LIBS=$LIBS
13092 LIBS="-ldl $LIBS"
13093 if test x$gcc_no_link = xyes; then
13094 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13095 fi
13096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13097 /* end confdefs.h. */
13098
13099 /* Override any GCC internal prototype to avoid an error.
13100 Use char because int might match the return type of a GCC
13101 builtin and then its argument prototype would still apply. */
13102 #ifdef __cplusplus
13103 extern "C"
13104 #endif
13105 char dlopen ();
13106 int
13107 main ()
13108 {
13109 return dlopen ();
13110 ;
13111 return 0;
13112 }
13113 _ACEOF
13114 if ac_fn_c_try_link "$LINENO"; then :
13115 ac_cv_lib_dl_dlopen=yes
13116 else
13117 ac_cv_lib_dl_dlopen=no
13118 fi
13119 rm -f core conftest.err conftest.$ac_objext \
13120 conftest$ac_exeext conftest.$ac_ext
13121 LIBS=$ac_check_lib_save_LIBS
13122 fi
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13124 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13125 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
13126 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
13127 else
13128
13129 lt_cv_dlopen="dyld"
13130 lt_cv_dlopen_libs=
13131 lt_cv_dlopen_self=yes
13132
13133 fi
13134
13135 ;;
13136
13137 *)
13138 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
13139 if test "x$ac_cv_func_shl_load" = x""yes; then :
13140 lt_cv_dlopen="shl_load"
13141 else
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
13143 $as_echo_n "checking for shl_load in -ldld... " >&6; }
13144 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
13145 $as_echo_n "(cached) " >&6
13146 else
13147 ac_check_lib_save_LIBS=$LIBS
13148 LIBS="-ldld $LIBS"
13149 if test x$gcc_no_link = xyes; then
13150 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13151 fi
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13154
13155 /* Override any GCC internal prototype to avoid an error.
13156 Use char because int might match the return type of a GCC
13157 builtin and then its argument prototype would still apply. */
13158 #ifdef __cplusplus
13159 extern "C"
13160 #endif
13161 char shl_load ();
13162 int
13163 main ()
13164 {
13165 return shl_load ();
13166 ;
13167 return 0;
13168 }
13169 _ACEOF
13170 if ac_fn_c_try_link "$LINENO"; then :
13171 ac_cv_lib_dld_shl_load=yes
13172 else
13173 ac_cv_lib_dld_shl_load=no
13174 fi
13175 rm -f core conftest.err conftest.$ac_objext \
13176 conftest$ac_exeext conftest.$ac_ext
13177 LIBS=$ac_check_lib_save_LIBS
13178 fi
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
13180 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
13181 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
13182 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
13183 else
13184 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
13185 if test "x$ac_cv_func_dlopen" = x""yes; then :
13186 lt_cv_dlopen="dlopen"
13187 else
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13189 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13190 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
13191 $as_echo_n "(cached) " >&6
13192 else
13193 ac_check_lib_save_LIBS=$LIBS
13194 LIBS="-ldl $LIBS"
13195 if test x$gcc_no_link = xyes; then
13196 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13197 fi
13198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13199 /* end confdefs.h. */
13200
13201 /* Override any GCC internal prototype to avoid an error.
13202 Use char because int might match the return type of a GCC
13203 builtin and then its argument prototype would still apply. */
13204 #ifdef __cplusplus
13205 extern "C"
13206 #endif
13207 char dlopen ();
13208 int
13209 main ()
13210 {
13211 return dlopen ();
13212 ;
13213 return 0;
13214 }
13215 _ACEOF
13216 if ac_fn_c_try_link "$LINENO"; then :
13217 ac_cv_lib_dl_dlopen=yes
13218 else
13219 ac_cv_lib_dl_dlopen=no
13220 fi
13221 rm -f core conftest.err conftest.$ac_objext \
13222 conftest$ac_exeext conftest.$ac_ext
13223 LIBS=$ac_check_lib_save_LIBS
13224 fi
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13226 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13227 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
13228 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
13229 else
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
13231 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
13232 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
13233 $as_echo_n "(cached) " >&6
13234 else
13235 ac_check_lib_save_LIBS=$LIBS
13236 LIBS="-lsvld $LIBS"
13237 if test x$gcc_no_link = xyes; then
13238 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13239 fi
13240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13241 /* end confdefs.h. */
13242
13243 /* Override any GCC internal prototype to avoid an error.
13244 Use char because int might match the return type of a GCC
13245 builtin and then its argument prototype would still apply. */
13246 #ifdef __cplusplus
13247 extern "C"
13248 #endif
13249 char dlopen ();
13250 int
13251 main ()
13252 {
13253 return dlopen ();
13254 ;
13255 return 0;
13256 }
13257 _ACEOF
13258 if ac_fn_c_try_link "$LINENO"; then :
13259 ac_cv_lib_svld_dlopen=yes
13260 else
13261 ac_cv_lib_svld_dlopen=no
13262 fi
13263 rm -f core conftest.err conftest.$ac_objext \
13264 conftest$ac_exeext conftest.$ac_ext
13265 LIBS=$ac_check_lib_save_LIBS
13266 fi
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
13268 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
13269 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
13270 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
13271 else
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
13273 $as_echo_n "checking for dld_link in -ldld... " >&6; }
13274 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
13275 $as_echo_n "(cached) " >&6
13276 else
13277 ac_check_lib_save_LIBS=$LIBS
13278 LIBS="-ldld $LIBS"
13279 if test x$gcc_no_link = xyes; then
13280 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13281 fi
13282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13283 /* end confdefs.h. */
13284
13285 /* Override any GCC internal prototype to avoid an error.
13286 Use char because int might match the return type of a GCC
13287 builtin and then its argument prototype would still apply. */
13288 #ifdef __cplusplus
13289 extern "C"
13290 #endif
13291 char dld_link ();
13292 int
13293 main ()
13294 {
13295 return dld_link ();
13296 ;
13297 return 0;
13298 }
13299 _ACEOF
13300 if ac_fn_c_try_link "$LINENO"; then :
13301 ac_cv_lib_dld_dld_link=yes
13302 else
13303 ac_cv_lib_dld_dld_link=no
13304 fi
13305 rm -f core conftest.err conftest.$ac_objext \
13306 conftest$ac_exeext conftest.$ac_ext
13307 LIBS=$ac_check_lib_save_LIBS
13308 fi
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
13310 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
13311 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
13312 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
13313 fi
13314
13315
13316 fi
13317
13318
13319 fi
13320
13321
13322 fi
13323
13324
13325 fi
13326
13327
13328 fi
13329
13330 ;;
13331 esac
13332
13333 if test "x$lt_cv_dlopen" != xno; then
13334 enable_dlopen=yes
13335 else
13336 enable_dlopen=no
13337 fi
13338
13339 case $lt_cv_dlopen in
13340 dlopen)
13341 save_CPPFLAGS="$CPPFLAGS"
13342 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
13343
13344 save_LDFLAGS="$LDFLAGS"
13345 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
13346
13347 save_LIBS="$LIBS"
13348 LIBS="$lt_cv_dlopen_libs $LIBS"
13349
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
13351 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
13352 if test "${lt_cv_dlopen_self+set}" = set; then :
13353 $as_echo_n "(cached) " >&6
13354 else
13355 if test "$cross_compiling" = yes; then :
13356 lt_cv_dlopen_self=cross
13357 else
13358 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13359 lt_status=$lt_dlunknown
13360 cat > conftest.$ac_ext <<_LT_EOF
13361 #line 13361 "configure"
13362 #include "confdefs.h"
13363
13364 #if HAVE_DLFCN_H
13365 #include <dlfcn.h>
13366 #endif
13367
13368 #include <stdio.h>
13369
13370 #ifdef RTLD_GLOBAL
13371 # define LT_DLGLOBAL RTLD_GLOBAL
13372 #else
13373 # ifdef DL_GLOBAL
13374 # define LT_DLGLOBAL DL_GLOBAL
13375 # else
13376 # define LT_DLGLOBAL 0
13377 # endif
13378 #endif
13379
13380 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13381 find out it does not work in some platform. */
13382 #ifndef LT_DLLAZY_OR_NOW
13383 # ifdef RTLD_LAZY
13384 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13385 # else
13386 # ifdef DL_LAZY
13387 # define LT_DLLAZY_OR_NOW DL_LAZY
13388 # else
13389 # ifdef RTLD_NOW
13390 # define LT_DLLAZY_OR_NOW RTLD_NOW
13391 # else
13392 # ifdef DL_NOW
13393 # define LT_DLLAZY_OR_NOW DL_NOW
13394 # else
13395 # define LT_DLLAZY_OR_NOW 0
13396 # endif
13397 # endif
13398 # endif
13399 # endif
13400 #endif
13401
13402 /* When -fvisbility=hidden is used, assume the code has been annotated
13403 correspondingly for the symbols needed. */
13404 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13405 void fnord () __attribute__((visibility("default")));
13406 #endif
13407
13408 void fnord () { int i=42; }
13409 int main ()
13410 {
13411 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13412 int status = $lt_dlunknown;
13413
13414 if (self)
13415 {
13416 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13417 else
13418 {
13419 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13420 else puts (dlerror ());
13421 }
13422 /* dlclose (self); */
13423 }
13424 else
13425 puts (dlerror ());
13426
13427 return status;
13428 }
13429 _LT_EOF
13430 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13431 (eval $ac_link) 2>&5
13432 ac_status=$?
13433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13434 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13435 (./conftest; exit; ) >&5 2>/dev/null
13436 lt_status=$?
13437 case x$lt_status in
13438 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13439 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13440 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13441 esac
13442 else :
13443 # compilation failed
13444 lt_cv_dlopen_self=no
13445 fi
13446 fi
13447 rm -fr conftest*
13448
13449
13450 fi
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13452 $as_echo "$lt_cv_dlopen_self" >&6; }
13453
13454 if test "x$lt_cv_dlopen_self" = xyes; then
13455 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13457 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
13458 if test "${lt_cv_dlopen_self_static+set}" = set; then :
13459 $as_echo_n "(cached) " >&6
13460 else
13461 if test "$cross_compiling" = yes; then :
13462 lt_cv_dlopen_self_static=cross
13463 else
13464 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13465 lt_status=$lt_dlunknown
13466 cat > conftest.$ac_ext <<_LT_EOF
13467 #line 13467 "configure"
13468 #include "confdefs.h"
13469
13470 #if HAVE_DLFCN_H
13471 #include <dlfcn.h>
13472 #endif
13473
13474 #include <stdio.h>
13475
13476 #ifdef RTLD_GLOBAL
13477 # define LT_DLGLOBAL RTLD_GLOBAL
13478 #else
13479 # ifdef DL_GLOBAL
13480 # define LT_DLGLOBAL DL_GLOBAL
13481 # else
13482 # define LT_DLGLOBAL 0
13483 # endif
13484 #endif
13485
13486 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13487 find out it does not work in some platform. */
13488 #ifndef LT_DLLAZY_OR_NOW
13489 # ifdef RTLD_LAZY
13490 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13491 # else
13492 # ifdef DL_LAZY
13493 # define LT_DLLAZY_OR_NOW DL_LAZY
13494 # else
13495 # ifdef RTLD_NOW
13496 # define LT_DLLAZY_OR_NOW RTLD_NOW
13497 # else
13498 # ifdef DL_NOW
13499 # define LT_DLLAZY_OR_NOW DL_NOW
13500 # else
13501 # define LT_DLLAZY_OR_NOW 0
13502 # endif
13503 # endif
13504 # endif
13505 # endif
13506 #endif
13507
13508 /* When -fvisbility=hidden is used, assume the code has been annotated
13509 correspondingly for the symbols needed. */
13510 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13511 void fnord () __attribute__((visibility("default")));
13512 #endif
13513
13514 void fnord () { int i=42; }
13515 int main ()
13516 {
13517 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13518 int status = $lt_dlunknown;
13519
13520 if (self)
13521 {
13522 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13523 else
13524 {
13525 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13526 else puts (dlerror ());
13527 }
13528 /* dlclose (self); */
13529 }
13530 else
13531 puts (dlerror ());
13532
13533 return status;
13534 }
13535 _LT_EOF
13536 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13537 (eval $ac_link) 2>&5
13538 ac_status=$?
13539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13540 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13541 (./conftest; exit; ) >&5 2>/dev/null
13542 lt_status=$?
13543 case x$lt_status in
13544 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13545 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13546 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13547 esac
13548 else :
13549 # compilation failed
13550 lt_cv_dlopen_self_static=no
13551 fi
13552 fi
13553 rm -fr conftest*
13554
13555
13556 fi
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13558 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13559 fi
13560
13561 CPPFLAGS="$save_CPPFLAGS"
13562 LDFLAGS="$save_LDFLAGS"
13563 LIBS="$save_LIBS"
13564 ;;
13565 esac
13566
13567 case $lt_cv_dlopen_self in
13568 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13569 *) enable_dlopen_self=unknown ;;
13570 esac
13571
13572 case $lt_cv_dlopen_self_static in
13573 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13574 *) enable_dlopen_self_static=unknown ;;
13575 esac
13576 fi
13577
13578
13579
13580
13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
13593
13594 striplib=
13595 old_striplib=
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13597 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13598 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13599 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13600 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13602 $as_echo "yes" >&6; }
13603 else
13604 # FIXME - insert some real tests, host_os isn't really good enough
13605 case $host_os in
13606 darwin*)
13607 if test -n "$STRIP" ; then
13608 striplib="$STRIP -x"
13609 old_striplib="$STRIP -S"
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13611 $as_echo "yes" >&6; }
13612 else
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13614 $as_echo "no" >&6; }
13615 fi
13616 ;;
13617 *)
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13619 $as_echo "no" >&6; }
13620 ;;
13621 esac
13622 fi
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635 # Report which library types will actually be built
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13637 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13639 $as_echo "$can_build_shared" >&6; }
13640
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13642 $as_echo_n "checking whether to build shared libraries... " >&6; }
13643 test "$can_build_shared" = "no" && enable_shared=no
13644
13645 # On AIX, shared libraries and static libraries use the same namespace, and
13646 # are all built from PIC.
13647 case $host_os in
13648 aix3*)
13649 test "$enable_shared" = yes && enable_static=no
13650 if test -n "$RANLIB"; then
13651 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13652 postinstall_cmds='$RANLIB $lib'
13653 fi
13654 ;;
13655
13656 aix[4-9]*)
13657 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13658 test "$enable_shared" = yes && enable_static=no
13659 fi
13660 ;;
13661 esac
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13663 $as_echo "$enable_shared" >&6; }
13664
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13666 $as_echo_n "checking whether to build static libraries... " >&6; }
13667 # Make sure either enable_shared or enable_static is yes.
13668 test "$enable_shared" = yes || enable_static=yes
13669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13670 $as_echo "$enable_static" >&6; }
13671
13672
13673
13674
13675 fi
13676 ac_ext=c
13677 ac_cpp='$CPP $CPPFLAGS'
13678 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13679 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13680 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13681
13682 CC="$lt_save_CC"
13683
13684 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
13685 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
13686 (test "X$CXX" != "Xg++"))) ; then
13687 ac_ext=cpp
13688 ac_cpp='$CXXCPP $CPPFLAGS'
13689 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13690 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13691 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
13693 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
13694 if test -z "$CXXCPP"; then
13695 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
13696 $as_echo_n "(cached) " >&6
13697 else
13698 # Double quotes because CXXCPP needs to be expanded
13699 for CXXCPP in "$CXX -E" "/lib/cpp"
13700 do
13701 ac_preproc_ok=false
13702 for ac_cxx_preproc_warn_flag in '' yes
13703 do
13704 # Use a header file that comes with gcc, so configuring glibc
13705 # with a fresh cross-compiler works.
13706 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13707 # <limits.h> exists even on freestanding compilers.
13708 # On the NeXT, cc -E runs the code through the compiler's parser,
13709 # not just through cpp. "Syntax error" is here to catch this case.
13710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13711 /* end confdefs.h. */
13712 #ifdef __STDC__
13713 # include <limits.h>
13714 #else
13715 # include <assert.h>
13716 #endif
13717 Syntax error
13718 _ACEOF
13719 if ac_fn_cxx_try_cpp "$LINENO"; then :
13720
13721 else
13722 # Broken: fails on valid input.
13723 continue
13724 fi
13725 rm -f conftest.err conftest.$ac_ext
13726
13727 # OK, works on sane cases. Now check whether nonexistent headers
13728 # can be detected and how.
13729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13730 /* end confdefs.h. */
13731 #include <ac_nonexistent.h>
13732 _ACEOF
13733 if ac_fn_cxx_try_cpp "$LINENO"; then :
13734 # Broken: success on invalid input.
13735 continue
13736 else
13737 # Passes both tests.
13738 ac_preproc_ok=:
13739 break
13740 fi
13741 rm -f conftest.err conftest.$ac_ext
13742
13743 done
13744 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13745 rm -f conftest.err conftest.$ac_ext
13746 if $ac_preproc_ok; then :
13747 break
13748 fi
13749
13750 done
13751 ac_cv_prog_CXXCPP=$CXXCPP
13752
13753 fi
13754 CXXCPP=$ac_cv_prog_CXXCPP
13755 else
13756 ac_cv_prog_CXXCPP=$CXXCPP
13757 fi
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
13759 $as_echo "$CXXCPP" >&6; }
13760 ac_preproc_ok=false
13761 for ac_cxx_preproc_warn_flag in '' yes
13762 do
13763 # Use a header file that comes with gcc, so configuring glibc
13764 # with a fresh cross-compiler works.
13765 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13766 # <limits.h> exists even on freestanding compilers.
13767 # On the NeXT, cc -E runs the code through the compiler's parser,
13768 # not just through cpp. "Syntax error" is here to catch this case.
13769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13770 /* end confdefs.h. */
13771 #ifdef __STDC__
13772 # include <limits.h>
13773 #else
13774 # include <assert.h>
13775 #endif
13776 Syntax error
13777 _ACEOF
13778 if ac_fn_cxx_try_cpp "$LINENO"; then :
13779
13780 else
13781 # Broken: fails on valid input.
13782 continue
13783 fi
13784 rm -f conftest.err conftest.$ac_ext
13785
13786 # OK, works on sane cases. Now check whether nonexistent headers
13787 # can be detected and how.
13788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13789 /* end confdefs.h. */
13790 #include <ac_nonexistent.h>
13791 _ACEOF
13792 if ac_fn_cxx_try_cpp "$LINENO"; then :
13793 # Broken: success on invalid input.
13794 continue
13795 else
13796 # Passes both tests.
13797 ac_preproc_ok=:
13798 break
13799 fi
13800 rm -f conftest.err conftest.$ac_ext
13801
13802 done
13803 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13804 rm -f conftest.err conftest.$ac_ext
13805 if $ac_preproc_ok; then :
13806
13807 else
13808 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13809 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13810 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
13811 See \`config.log' for more details." "$LINENO" 5; }
13812 fi
13813
13814 ac_ext=c
13815 ac_cpp='$CPP $CPPFLAGS'
13816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13819
13820 else
13821 _lt_caught_CXX_error=yes
13822 fi
13823
13824 ac_ext=cpp
13825 ac_cpp='$CXXCPP $CPPFLAGS'
13826 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13827 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13828 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13829
13830 archive_cmds_need_lc_CXX=no
13831 allow_undefined_flag_CXX=
13832 always_export_symbols_CXX=no
13833 archive_expsym_cmds_CXX=
13834 compiler_needs_object_CXX=no
13835 export_dynamic_flag_spec_CXX=
13836 hardcode_direct_CXX=no
13837 hardcode_direct_absolute_CXX=no
13838 hardcode_libdir_flag_spec_CXX=
13839 hardcode_libdir_flag_spec_ld_CXX=
13840 hardcode_libdir_separator_CXX=
13841 hardcode_minus_L_CXX=no
13842 hardcode_shlibpath_var_CXX=unsupported
13843 hardcode_automatic_CXX=no
13844 inherit_rpath_CXX=no
13845 module_cmds_CXX=
13846 module_expsym_cmds_CXX=
13847 link_all_deplibs_CXX=unknown
13848 old_archive_cmds_CXX=$old_archive_cmds
13849 reload_flag_CXX=$reload_flag
13850 reload_cmds_CXX=$reload_cmds
13851 no_undefined_flag_CXX=
13852 whole_archive_flag_spec_CXX=
13853 enable_shared_with_static_runtimes_CXX=no
13854
13855 # Source file extension for C++ test sources.
13856 ac_ext=cpp
13857
13858 # Object file extension for compiled C++ test sources.
13859 objext=o
13860 objext_CXX=$objext
13861
13862 # No sense in running all these tests if we already determined that
13863 # the CXX compiler isn't working. Some variables (like enable_shared)
13864 # are currently assumed to apply to all compilers on this platform,
13865 # and will be corrupted by setting them based on a non-working compiler.
13866 if test "$_lt_caught_CXX_error" != yes; then
13867 # Code to be used in simple compile tests
13868 lt_simple_compile_test_code="int some_variable = 0;"
13869
13870 # Code to be used in simple link tests
13871 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
13872
13873 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
13874
13875
13876
13877
13878
13879
13880 # If no C compiler was specified, use CC.
13881 LTCC=${LTCC-"$CC"}
13882
13883 # If no C compiler flags were specified, use CFLAGS.
13884 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13885
13886 # Allow CC to be a program name with arguments.
13887 compiler=$CC
13888
13889
13890 # save warnings/boilerplate of simple test code
13891 ac_outfile=conftest.$ac_objext
13892 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
13893 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13894 _lt_compiler_boilerplate=`cat conftest.err`
13895 $RM conftest*
13896
13897 ac_outfile=conftest.$ac_objext
13898 echo "$lt_simple_link_test_code" >conftest.$ac_ext
13899 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13900 _lt_linker_boilerplate=`cat conftest.err`
13901 $RM -r conftest*
13902
13903
13904 # Allow CC to be a program name with arguments.
13905 lt_save_CC=$CC
13906 lt_save_LD=$LD
13907 lt_save_GCC=$GCC
13908 GCC=$GXX
13909 lt_save_with_gnu_ld=$with_gnu_ld
13910 lt_save_path_LD=$lt_cv_path_LD
13911 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
13912 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
13913 else
13914 $as_unset lt_cv_prog_gnu_ld
13915 fi
13916 if test -n "${lt_cv_path_LDCXX+set}"; then
13917 lt_cv_path_LD=$lt_cv_path_LDCXX
13918 else
13919 $as_unset lt_cv_path_LD
13920 fi
13921 test -z "${LDCXX+set}" || LD=$LDCXX
13922 CC=${CXX-"c++"}
13923 compiler=$CC
13924 compiler_CXX=$CC
13925 for cc_temp in $compiler""; do
13926 case $cc_temp in
13927 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13928 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
13929 \-*) ;;
13930 *) break;;
13931 esac
13932 done
13933 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
13934
13935
13936 if test -n "$compiler"; then
13937 # We don't want -fno-exception when compiling C++ code, so set the
13938 # no_builtin_flag separately
13939 if test "$GXX" = yes; then
13940 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
13941 else
13942 lt_prog_compiler_no_builtin_flag_CXX=
13943 fi
13944
13945 if test "$GXX" = yes; then
13946 # Set up default GNU C++ configuration
13947
13948
13949
13950 # Check whether --with-gnu-ld was given.
13951 if test "${with_gnu_ld+set}" = set; then :
13952 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13953 else
13954 with_gnu_ld=no
13955 fi
13956
13957 ac_prog=ld
13958 if test "$GCC" = yes; then
13959 # Check if gcc -print-prog-name=ld gives a path.
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
13961 $as_echo_n "checking for ld used by $CC... " >&6; }
13962 case $host in
13963 *-*-mingw*)
13964 # gcc leaves a trailing carriage return which upsets mingw
13965 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13966 *)
13967 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13968 esac
13969 case $ac_prog in
13970 # Accept absolute paths.
13971 [\\/]* | ?:[\\/]*)
13972 re_direlt='/[^/][^/]*/\.\./'
13973 # Canonicalize the pathname of ld
13974 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
13975 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
13976 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
13977 done
13978 test -z "$LD" && LD="$ac_prog"
13979 ;;
13980 "")
13981 # If it fails, then pretend we aren't using GCC.
13982 ac_prog=ld
13983 ;;
13984 *)
13985 # If it is relative, then search for the first ld in PATH.
13986 with_gnu_ld=unknown
13987 ;;
13988 esac
13989 elif test "$with_gnu_ld" = yes; then
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13991 $as_echo_n "checking for GNU ld... " >&6; }
13992 else
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13994 $as_echo_n "checking for non-GNU ld... " >&6; }
13995 fi
13996 if test "${lt_cv_path_LD+set}" = set; then :
13997 $as_echo_n "(cached) " >&6
13998 else
13999 if test -z "$LD"; then
14000 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
14001 for ac_dir in $PATH; do
14002 IFS="$lt_save_ifs"
14003 test -z "$ac_dir" && ac_dir=.
14004 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14005 lt_cv_path_LD="$ac_dir/$ac_prog"
14006 # Check to see if the program is GNU ld. I'd rather use --version,
14007 # but apparently some variants of GNU ld only accept -v.
14008 # Break only if it was the GNU/non-GNU ld that we prefer.
14009 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
14010 *GNU* | *'with BFD'*)
14011 test "$with_gnu_ld" != no && break
14012 ;;
14013 *)
14014 test "$with_gnu_ld" != yes && break
14015 ;;
14016 esac
14017 fi
14018 done
14019 IFS="$lt_save_ifs"
14020 else
14021 lt_cv_path_LD="$LD" # Let the user override the test with a path.
14022 fi
14023 fi
14024
14025 LD="$lt_cv_path_LD"
14026 if test -n "$LD"; then
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14028 $as_echo "$LD" >&6; }
14029 else
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14031 $as_echo "no" >&6; }
14032 fi
14033 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14035 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14036 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
14037 $as_echo_n "(cached) " >&6
14038 else
14039 # I'd rather use --version here, but apparently some GNU lds only accept -v.
14040 case `$LD -v 2>&1 </dev/null` in
14041 *GNU* | *'with BFD'*)
14042 lt_cv_prog_gnu_ld=yes
14043 ;;
14044 *)
14045 lt_cv_prog_gnu_ld=no
14046 ;;
14047 esac
14048 fi
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
14050 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
14051 with_gnu_ld=$lt_cv_prog_gnu_ld
14052
14053
14054
14055
14056
14057
14058
14059 # Check if GNU C++ uses GNU ld as the underlying linker, since the
14060 # archiving commands below assume that GNU ld is being used.
14061 if test "$with_gnu_ld" = yes; then
14062 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
14063 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
14064
14065 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14066 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14067
14068 # If archive_cmds runs LD, not CC, wlarc should be empty
14069 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
14070 # investigate it a little bit more. (MM)
14071 wlarc='${wl}'
14072
14073 # ancient GNU ld didn't support --whole-archive et. al.
14074 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
14075 $GREP 'no-whole-archive' > /dev/null; then
14076 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
14077 else
14078 whole_archive_flag_spec_CXX=
14079 fi
14080 else
14081 with_gnu_ld=no
14082 wlarc=
14083
14084 # A generic and very simple default shared library creation
14085 # command for GNU C++ for the case where it uses the native
14086 # linker, instead of GNU ld. If possible, this setting should
14087 # overridden to take advantage of the native linker features on
14088 # the platform it is being used on.
14089 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
14090 fi
14091
14092 # Commands to make compiler produce verbose output that lists
14093 # what "hidden" libraries, object files and flags are used when
14094 # linking a shared library.
14095 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14096
14097 else
14098 GXX=no
14099 with_gnu_ld=no
14100 wlarc=
14101 fi
14102
14103 # PORTME: fill in a description of your system's C++ link characteristics
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14105 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14106 ld_shlibs_CXX=yes
14107 case $host_os in
14108 aix3*)
14109 # FIXME: insert proper C++ library support
14110 ld_shlibs_CXX=no
14111 ;;
14112 aix[4-9]*)
14113 if test "$host_cpu" = ia64; then
14114 # On IA64, the linker does run time linking by default, so we don't
14115 # have to do anything special.
14116 aix_use_runtimelinking=no
14117 exp_sym_flag='-Bexport'
14118 no_entry_flag=""
14119 else
14120 aix_use_runtimelinking=no
14121
14122 # Test if we are trying to use run time linking or normal
14123 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
14124 # need to do runtime linking.
14125 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
14126 for ld_flag in $LDFLAGS; do
14127 case $ld_flag in
14128 *-brtl*)
14129 aix_use_runtimelinking=yes
14130 break
14131 ;;
14132 esac
14133 done
14134 ;;
14135 esac
14136
14137 exp_sym_flag='-bexport'
14138 no_entry_flag='-bnoentry'
14139 fi
14140
14141 # When large executables or shared objects are built, AIX ld can
14142 # have problems creating the table of contents. If linking a library
14143 # or program results in "error TOC overflow" add -mminimal-toc to
14144 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
14145 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
14146
14147 archive_cmds_CXX=''
14148 hardcode_direct_CXX=yes
14149 hardcode_direct_absolute_CXX=yes
14150 hardcode_libdir_separator_CXX=':'
14151 link_all_deplibs_CXX=yes
14152 file_list_spec_CXX='${wl}-f,'
14153
14154 if test "$GXX" = yes; then
14155 case $host_os in aix4.[012]|aix4.[012].*)
14156 # We only want to do this on AIX 4.2 and lower, the check
14157 # below for broken collect2 doesn't work under 4.3+
14158 collect2name=`${CC} -print-prog-name=collect2`
14159 if test -f "$collect2name" &&
14160 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
14161 then
14162 # We have reworked collect2
14163 :
14164 else
14165 # We have old collect2
14166 hardcode_direct_CXX=unsupported
14167 # It fails to find uninstalled libraries when the uninstalled
14168 # path is not listed in the libpath. Setting hardcode_minus_L
14169 # to unsupported forces relinking
14170 hardcode_minus_L_CXX=yes
14171 hardcode_libdir_flag_spec_CXX='-L$libdir'
14172 hardcode_libdir_separator_CXX=
14173 fi
14174 esac
14175 shared_flag='-shared'
14176 if test "$aix_use_runtimelinking" = yes; then
14177 shared_flag="$shared_flag "'${wl}-G'
14178 fi
14179 else
14180 # not using gcc
14181 if test "$host_cpu" = ia64; then
14182 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
14183 # chokes on -Wl,-G. The following line is correct:
14184 shared_flag='-G'
14185 else
14186 if test "$aix_use_runtimelinking" = yes; then
14187 shared_flag='${wl}-G'
14188 else
14189 shared_flag='${wl}-bM:SRE'
14190 fi
14191 fi
14192 fi
14193
14194 export_dynamic_flag_spec_CXX='${wl}-bexpall'
14195 # It seems that -bexpall does not export symbols beginning with
14196 # underscore (_), so it is better to generate a list of symbols to
14197 # export.
14198 always_export_symbols_CXX=yes
14199 if test "$aix_use_runtimelinking" = yes; then
14200 # Warning - without using the other runtime loading flags (-brtl),
14201 # -berok will link without error, but may produce a broken library.
14202 allow_undefined_flag_CXX='-berok'
14203 # Determine the default libpath from the value encoded in an empty
14204 # executable.
14205 if test x$gcc_no_link = xyes; then
14206 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
14207 fi
14208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14209 /* end confdefs.h. */
14210
14211 int
14212 main ()
14213 {
14214
14215 ;
14216 return 0;
14217 }
14218 _ACEOF
14219 if ac_fn_cxx_try_link "$LINENO"; then :
14220
14221 lt_aix_libpath_sed='
14222 /Import File Strings/,/^$/ {
14223 /^0/ {
14224 s/^0 *\(.*\)$/\1/
14225 p
14226 }
14227 }'
14228 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14229 # Check for a 64-bit object if we didn't find anything.
14230 if test -z "$aix_libpath"; then
14231 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14232 fi
14233 fi
14234 rm -f core conftest.err conftest.$ac_objext \
14235 conftest$ac_exeext conftest.$ac_ext
14236 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14237
14238 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
14239
14240 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"
14241 else
14242 if test "$host_cpu" = ia64; then
14243 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
14244 allow_undefined_flag_CXX="-z nodefs"
14245 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"
14246 else
14247 # Determine the default libpath from the value encoded in an
14248 # empty executable.
14249 if test x$gcc_no_link = xyes; then
14250 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
14251 fi
14252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14253 /* end confdefs.h. */
14254
14255 int
14256 main ()
14257 {
14258
14259 ;
14260 return 0;
14261 }
14262 _ACEOF
14263 if ac_fn_cxx_try_link "$LINENO"; then :
14264
14265 lt_aix_libpath_sed='
14266 /Import File Strings/,/^$/ {
14267 /^0/ {
14268 s/^0 *\(.*\)$/\1/
14269 p
14270 }
14271 }'
14272 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14273 # Check for a 64-bit object if we didn't find anything.
14274 if test -z "$aix_libpath"; then
14275 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14276 fi
14277 fi
14278 rm -f core conftest.err conftest.$ac_objext \
14279 conftest$ac_exeext conftest.$ac_ext
14280 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14281
14282 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
14283 # Warning - without using the other run time loading flags,
14284 # -berok will link without error, but may produce a broken library.
14285 no_undefined_flag_CXX=' ${wl}-bernotok'
14286 allow_undefined_flag_CXX=' ${wl}-berok'
14287 if test "$with_gnu_ld" = yes; then
14288 # We only use this code for GNU lds that support --whole-archive.
14289 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
14290 else
14291 # Exported symbols can be pulled into shared objects from archives
14292 whole_archive_flag_spec_CXX='$convenience'
14293 fi
14294 archive_cmds_need_lc_CXX=yes
14295 # This is similar to how AIX traditionally builds its shared
14296 # libraries.
14297 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'
14298 fi
14299 fi
14300 ;;
14301
14302 beos*)
14303 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
14304 allow_undefined_flag_CXX=unsupported
14305 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
14306 # support --undefined. This deserves some investigation. FIXME
14307 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14308 else
14309 ld_shlibs_CXX=no
14310 fi
14311 ;;
14312
14313 chorus*)
14314 case $cc_basename in
14315 *)
14316 # FIXME: insert proper C++ library support
14317 ld_shlibs_CXX=no
14318 ;;
14319 esac
14320 ;;
14321
14322 cygwin* | mingw* | pw32* | cegcc*)
14323 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
14324 # as there is no search path for DLLs.
14325 hardcode_libdir_flag_spec_CXX='-L$libdir'
14326 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
14327 allow_undefined_flag_CXX=unsupported
14328 always_export_symbols_CXX=no
14329 enable_shared_with_static_runtimes_CXX=yes
14330
14331 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
14332 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'
14333 # If the export-symbols file already is a .def file (1st line
14334 # is EXPORTS), use it as is; otherwise, prepend...
14335 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
14336 cp $export_symbols $output_objdir/$soname.def;
14337 else
14338 echo EXPORTS > $output_objdir/$soname.def;
14339 cat $export_symbols >> $output_objdir/$soname.def;
14340 fi~
14341 $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'
14342 else
14343 ld_shlibs_CXX=no
14344 fi
14345 ;;
14346 darwin* | rhapsody*)
14347
14348
14349 archive_cmds_need_lc_CXX=no
14350 hardcode_direct_CXX=no
14351 hardcode_automatic_CXX=yes
14352 hardcode_shlibpath_var_CXX=unsupported
14353 if test "$lt_cv_ld_force_load" = "yes"; then
14354 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\"`'
14355 else
14356 whole_archive_flag_spec_CXX=''
14357 fi
14358 link_all_deplibs_CXX=yes
14359 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
14360 case $cc_basename in
14361 ifort*) _lt_dar_can_shared=yes ;;
14362 *) _lt_dar_can_shared=$GCC ;;
14363 esac
14364 if test "$_lt_dar_can_shared" = "yes"; then
14365 output_verbose_link_cmd=func_echo_all
14366 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}"
14367 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
14368 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}"
14369 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}"
14370 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
14371 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}"
14372 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}"
14373 fi
14374
14375 else
14376 ld_shlibs_CXX=no
14377 fi
14378
14379 ;;
14380
14381 dgux*)
14382 case $cc_basename in
14383 ec++*)
14384 # FIXME: insert proper C++ library support
14385 ld_shlibs_CXX=no
14386 ;;
14387 ghcx*)
14388 # Green Hills C++ Compiler
14389 # FIXME: insert proper C++ library support
14390 ld_shlibs_CXX=no
14391 ;;
14392 *)
14393 # FIXME: insert proper C++ library support
14394 ld_shlibs_CXX=no
14395 ;;
14396 esac
14397 ;;
14398
14399 freebsd2.*)
14400 # C++ shared libraries reported to be fairly broken before
14401 # switch to ELF
14402 ld_shlibs_CXX=no
14403 ;;
14404
14405 freebsd-elf*)
14406 archive_cmds_need_lc_CXX=no
14407 ;;
14408
14409 freebsd* | dragonfly*)
14410 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
14411 # conventions
14412 ld_shlibs_CXX=yes
14413 ;;
14414
14415 gnu*)
14416 ;;
14417
14418 haiku*)
14419 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14420 link_all_deplibs_CXX=yes
14421 ;;
14422
14423 hpux9*)
14424 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
14425 hardcode_libdir_separator_CXX=:
14426 export_dynamic_flag_spec_CXX='${wl}-E'
14427 hardcode_direct_CXX=yes
14428 hardcode_minus_L_CXX=yes # Not in the search PATH,
14429 # but as the default
14430 # location of the library.
14431
14432 case $cc_basename in
14433 CC*)
14434 # FIXME: insert proper C++ library support
14435 ld_shlibs_CXX=no
14436 ;;
14437 aCC*)
14438 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'
14439 # Commands to make compiler produce verbose output that lists
14440 # what "hidden" libraries, object files and flags are used when
14441 # linking a shared library.
14442 #
14443 # There doesn't appear to be a way to prevent this compiler from
14444 # explicitly linking system object files so we need to strip them
14445 # from the output so that they don't get included in the library
14446 # dependencies.
14447 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"'
14448 ;;
14449 *)
14450 if test "$GXX" = yes; then
14451 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'
14452 else
14453 # FIXME: insert proper C++ library support
14454 ld_shlibs_CXX=no
14455 fi
14456 ;;
14457 esac
14458 ;;
14459
14460 hpux10*|hpux11*)
14461 if test $with_gnu_ld = no; then
14462 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
14463 hardcode_libdir_separator_CXX=:
14464
14465 case $host_cpu in
14466 hppa*64*|ia64*)
14467 ;;
14468 *)
14469 export_dynamic_flag_spec_CXX='${wl}-E'
14470 ;;
14471 esac
14472 fi
14473 case $host_cpu in
14474 hppa*64*|ia64*)
14475 hardcode_direct_CXX=no
14476 hardcode_shlibpath_var_CXX=no
14477 ;;
14478 *)
14479 hardcode_direct_CXX=yes
14480 hardcode_direct_absolute_CXX=yes
14481 hardcode_minus_L_CXX=yes # Not in the search PATH,
14482 # but as the default
14483 # location of the library.
14484 ;;
14485 esac
14486
14487 case $cc_basename in
14488 CC*)
14489 # FIXME: insert proper C++ library support
14490 ld_shlibs_CXX=no
14491 ;;
14492 aCC*)
14493 case $host_cpu in
14494 hppa*64*)
14495 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14496 ;;
14497 ia64*)
14498 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14499 ;;
14500 *)
14501 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14502 ;;
14503 esac
14504 # Commands to make compiler produce verbose output that lists
14505 # what "hidden" libraries, object files and flags are used when
14506 # linking a shared library.
14507 #
14508 # There doesn't appear to be a way to prevent this compiler from
14509 # explicitly linking system object files so we need to strip them
14510 # from the output so that they don't get included in the library
14511 # dependencies.
14512 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"'
14513 ;;
14514 *)
14515 if test "$GXX" = yes; then
14516 if test $with_gnu_ld = no; then
14517 case $host_cpu in
14518 hppa*64*)
14519 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14520 ;;
14521 ia64*)
14522 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14523 ;;
14524 *)
14525 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'
14526 ;;
14527 esac
14528 fi
14529 else
14530 # FIXME: insert proper C++ library support
14531 ld_shlibs_CXX=no
14532 fi
14533 ;;
14534 esac
14535 ;;
14536
14537 interix[3-9]*)
14538 hardcode_direct_CXX=no
14539 hardcode_shlibpath_var_CXX=no
14540 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14541 export_dynamic_flag_spec_CXX='${wl}-E'
14542 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
14543 # Instead, shared libraries are loaded at an image base (0x10000000 by
14544 # default) and relocated if they conflict, which is a slow very memory
14545 # consuming and fragmenting process. To avoid this, we pick a random,
14546 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
14547 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
14548 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'
14549 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'
14550 ;;
14551 irix5* | irix6*)
14552 case $cc_basename in
14553 CC*)
14554 # SGI C++
14555 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'
14556
14557 # Archives containing C++ object files must be created using
14558 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
14559 # necessary to make sure instantiated templates are included
14560 # in the archive.
14561 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
14562 ;;
14563 *)
14564 if test "$GXX" = yes; then
14565 if test "$with_gnu_ld" = no; then
14566 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'
14567 else
14568 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'
14569 fi
14570 fi
14571 link_all_deplibs_CXX=yes
14572 ;;
14573 esac
14574 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14575 hardcode_libdir_separator_CXX=:
14576 inherit_rpath_CXX=yes
14577 ;;
14578
14579 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14580 case $cc_basename in
14581 KCC*)
14582 # Kuck and Associates, Inc. (KAI) C++ Compiler
14583
14584 # KCC will only create a shared library if the output file
14585 # ends with ".so" (or ".sl" for HP-UX), so rename the library
14586 # to its proper name (with version) after linking.
14587 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'
14588 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'
14589 # Commands to make compiler produce verbose output that lists
14590 # what "hidden" libraries, object files and flags are used when
14591 # linking a shared library.
14592 #
14593 # There doesn't appear to be a way to prevent this compiler from
14594 # explicitly linking system object files so we need to strip them
14595 # from the output so that they don't get included in the library
14596 # dependencies.
14597 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"'
14598
14599 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14600 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14601
14602 # Archives containing C++ object files must be created using
14603 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
14604 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
14605 ;;
14606 icpc* | ecpc* )
14607 # Intel C++
14608 with_gnu_ld=yes
14609 # version 8.0 and above of icpc choke on multiply defined symbols
14610 # if we add $predep_objects and $postdep_objects, however 7.1 and
14611 # earlier do not add the objects themselves.
14612 case `$CC -V 2>&1` in
14613 *"Version 7."*)
14614 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
14615 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'
14616 ;;
14617 *) # Version 8.0 or newer
14618 tmp_idyn=
14619 case $host_cpu in
14620 ia64*) tmp_idyn=' -i_dynamic';;
14621 esac
14622 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14623 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'
14624 ;;
14625 esac
14626 archive_cmds_need_lc_CXX=no
14627 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14628 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14629 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
14630 ;;
14631 pgCC* | pgcpp*)
14632 # Portland Group C++ compiler
14633 case `$CC -V` in
14634 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
14635 prelink_cmds_CXX='tpldir=Template.dir~
14636 rm -rf $tpldir~
14637 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
14638 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
14639 old_archive_cmds_CXX='tpldir=Template.dir~
14640 rm -rf $tpldir~
14641 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
14642 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
14643 $RANLIB $oldlib'
14644 archive_cmds_CXX='tpldir=Template.dir~
14645 rm -rf $tpldir~
14646 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
14647 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
14648 archive_expsym_cmds_CXX='tpldir=Template.dir~
14649 rm -rf $tpldir~
14650 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
14651 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
14652 ;;
14653 *) # Version 6 and above use weak symbols
14654 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
14655 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'
14656 ;;
14657 esac
14658
14659 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
14660 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14661 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'
14662 ;;
14663 cxx*)
14664 # Compaq C++
14665 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
14666 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'
14667
14668 runpath_var=LD_RUN_PATH
14669 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14670 hardcode_libdir_separator_CXX=:
14671
14672 # Commands to make compiler produce verbose output that lists
14673 # what "hidden" libraries, object files and flags are used when
14674 # linking a shared library.
14675 #
14676 # There doesn't appear to be a way to prevent this compiler from
14677 # explicitly linking system object files so we need to strip them
14678 # from the output so that they don't get included in the library
14679 # dependencies.
14680 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'
14681 ;;
14682 xl* | mpixl* | bgxl*)
14683 # IBM XL 8.0 on PPC, with GNU ld
14684 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14685 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14686 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14687 if test "x$supports_anon_versioning" = xyes; then
14688 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
14689 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
14690 echo "local: *; };" >> $output_objdir/$libname.ver~
14691 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
14692 fi
14693 ;;
14694 *)
14695 case `$CC -V 2>&1 | sed 5q` in
14696 *Sun\ C*)
14697 # Sun C++ 5.9
14698 no_undefined_flag_CXX=' -zdefs'
14699 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14700 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'
14701 hardcode_libdir_flag_spec_CXX='-R$libdir'
14702 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'
14703 compiler_needs_object_CXX=yes
14704
14705 # Not sure whether something based on
14706 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
14707 # would be better.
14708 output_verbose_link_cmd='func_echo_all'
14709
14710 # Archives containing C++ object files must be created using
14711 # "CC -xar", where "CC" is the Sun C++ compiler. This is
14712 # necessary to make sure instantiated templates are included
14713 # in the archive.
14714 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
14715 ;;
14716 esac
14717 ;;
14718 esac
14719 ;;
14720
14721 lynxos*)
14722 # FIXME: insert proper C++ library support
14723 ld_shlibs_CXX=no
14724 ;;
14725
14726 m88k*)
14727 # FIXME: insert proper C++ library support
14728 ld_shlibs_CXX=no
14729 ;;
14730
14731 mvs*)
14732 case $cc_basename in
14733 cxx*)
14734 # FIXME: insert proper C++ library support
14735 ld_shlibs_CXX=no
14736 ;;
14737 *)
14738 # FIXME: insert proper C++ library support
14739 ld_shlibs_CXX=no
14740 ;;
14741 esac
14742 ;;
14743
14744 netbsd*)
14745 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14746 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
14747 wlarc=
14748 hardcode_libdir_flag_spec_CXX='-R$libdir'
14749 hardcode_direct_CXX=yes
14750 hardcode_shlibpath_var_CXX=no
14751 fi
14752 # Workaround some broken pre-1.5 toolchains
14753 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
14754 ;;
14755
14756 *nto* | *qnx*)
14757 ld_shlibs_CXX=yes
14758 ;;
14759
14760 openbsd2*)
14761 # C++ shared libraries are fairly broken
14762 ld_shlibs_CXX=no
14763 ;;
14764
14765 openbsd*)
14766 if test -f /usr/libexec/ld.so; then
14767 hardcode_direct_CXX=yes
14768 hardcode_shlibpath_var_CXX=no
14769 hardcode_direct_absolute_CXX=yes
14770 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
14771 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14772 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14773 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
14774 export_dynamic_flag_spec_CXX='${wl}-E'
14775 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
14776 fi
14777 output_verbose_link_cmd=func_echo_all
14778 else
14779 ld_shlibs_CXX=no
14780 fi
14781 ;;
14782
14783 osf3* | osf4* | osf5*)
14784 case $cc_basename in
14785 KCC*)
14786 # Kuck and Associates, Inc. (KAI) C++ Compiler
14787
14788 # KCC will only create a shared library if the output file
14789 # ends with ".so" (or ".sl" for HP-UX), so rename the library
14790 # to its proper name (with version) after linking.
14791 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'
14792
14793 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14794 hardcode_libdir_separator_CXX=:
14795
14796 # Archives containing C++ object files must be created using
14797 # the KAI C++ compiler.
14798 case $host in
14799 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
14800 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
14801 esac
14802 ;;
14803 RCC*)
14804 # Rational C++ 2.4.1
14805 # FIXME: insert proper C++ library support
14806 ld_shlibs_CXX=no
14807 ;;
14808 cxx*)
14809 case $host in
14810 osf3*)
14811 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14812 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'
14813 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14814 ;;
14815 *)
14816 allow_undefined_flag_CXX=' -expect_unresolved \*'
14817 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'
14818 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
14819 echo "-hidden">> $lib.exp~
14820 $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~
14821 $RM $lib.exp'
14822 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14823 ;;
14824 esac
14825
14826 hardcode_libdir_separator_CXX=:
14827
14828 # Commands to make compiler produce verbose output that lists
14829 # what "hidden" libraries, object files and flags are used when
14830 # linking a shared library.
14831 #
14832 # There doesn't appear to be a way to prevent this compiler from
14833 # explicitly linking system object files so we need to strip them
14834 # from the output so that they don't get included in the library
14835 # dependencies.
14836 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"'
14837 ;;
14838 *)
14839 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14840 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14841 case $host in
14842 osf3*)
14843 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'
14844 ;;
14845 *)
14846 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'
14847 ;;
14848 esac
14849
14850 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14851 hardcode_libdir_separator_CXX=:
14852
14853 # Commands to make compiler produce verbose output that lists
14854 # what "hidden" libraries, object files and flags are used when
14855 # linking a shared library.
14856 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14857
14858 else
14859 # FIXME: insert proper C++ library support
14860 ld_shlibs_CXX=no
14861 fi
14862 ;;
14863 esac
14864 ;;
14865
14866 psos*)
14867 # FIXME: insert proper C++ library support
14868 ld_shlibs_CXX=no
14869 ;;
14870
14871 sunos4*)
14872 case $cc_basename in
14873 CC*)
14874 # Sun C++ 4.x
14875 # FIXME: insert proper C++ library support
14876 ld_shlibs_CXX=no
14877 ;;
14878 lcc*)
14879 # Lucid
14880 # FIXME: insert proper C++ library support
14881 ld_shlibs_CXX=no
14882 ;;
14883 *)
14884 # FIXME: insert proper C++ library support
14885 ld_shlibs_CXX=no
14886 ;;
14887 esac
14888 ;;
14889
14890 solaris*)
14891 case $cc_basename in
14892 CC*)
14893 # Sun C++ 4.2, 5.x and Centerline C++
14894 archive_cmds_need_lc_CXX=yes
14895 no_undefined_flag_CXX=' -zdefs'
14896 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14897 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14898 $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'
14899
14900 hardcode_libdir_flag_spec_CXX='-R$libdir'
14901 hardcode_shlibpath_var_CXX=no
14902 case $host_os in
14903 solaris2.[0-5] | solaris2.[0-5].*) ;;
14904 *)
14905 # The compiler driver will combine and reorder linker options,
14906 # but understands `-z linker_flag'.
14907 # Supported since Solaris 2.6 (maybe 2.5.1?)
14908 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
14909 ;;
14910 esac
14911 link_all_deplibs_CXX=yes
14912
14913 output_verbose_link_cmd='func_echo_all'
14914
14915 # Archives containing C++ object files must be created using
14916 # "CC -xar", where "CC" is the Sun C++ compiler. This is
14917 # necessary to make sure instantiated templates are included
14918 # in the archive.
14919 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
14920 ;;
14921 gcx*)
14922 # Green Hills C++ Compiler
14923 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14924
14925 # The C++ compiler must be used to create the archive.
14926 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
14927 ;;
14928 *)
14929 # GNU C++ compiler with Solaris linker
14930 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14931 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
14932 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
14933 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14934 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14935 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14936
14937 # Commands to make compiler produce verbose output that lists
14938 # what "hidden" libraries, object files and flags are used when
14939 # linking a shared library.
14940 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14941 else
14942 # g++ 2.7 appears to require `-G' NOT `-shared' on this
14943 # platform.
14944 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14945 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14946 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14947
14948 # Commands to make compiler produce verbose output that lists
14949 # what "hidden" libraries, object files and flags are used when
14950 # linking a shared library.
14951 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14952 fi
14953
14954 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
14955 case $host_os in
14956 solaris2.[0-5] | solaris2.[0-5].*) ;;
14957 *)
14958 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
14959 ;;
14960 esac
14961 fi
14962 ;;
14963 esac
14964 ;;
14965
14966 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
14967 no_undefined_flag_CXX='${wl}-z,text'
14968 archive_cmds_need_lc_CXX=no
14969 hardcode_shlibpath_var_CXX=no
14970 runpath_var='LD_RUN_PATH'
14971
14972 case $cc_basename in
14973 CC*)
14974 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14975 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14976 ;;
14977 *)
14978 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14979 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14980 ;;
14981 esac
14982 ;;
14983
14984 sysv5* | sco3.2v5* | sco5v6*)
14985 # Note: We can NOT use -z defs as we might desire, because we do not
14986 # link with -lc, and that would cause any symbols used from libc to
14987 # always be unresolved, which means just about no library would
14988 # ever link correctly. If we're not using GNU ld we use -z text
14989 # though, which does catch some bad symbols but isn't as heavy-handed
14990 # as -z defs.
14991 no_undefined_flag_CXX='${wl}-z,text'
14992 allow_undefined_flag_CXX='${wl}-z,nodefs'
14993 archive_cmds_need_lc_CXX=no
14994 hardcode_shlibpath_var_CXX=no
14995 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
14996 hardcode_libdir_separator_CXX=':'
14997 link_all_deplibs_CXX=yes
14998 export_dynamic_flag_spec_CXX='${wl}-Bexport'
14999 runpath_var='LD_RUN_PATH'
15000
15001 case $cc_basename in
15002 CC*)
15003 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15004 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15005 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
15006 '"$old_archive_cmds_CXX"
15007 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
15008 '"$reload_cmds_CXX"
15009 ;;
15010 *)
15011 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15012 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15013 ;;
15014 esac
15015 ;;
15016
15017 tandem*)
15018 case $cc_basename in
15019 NCC*)
15020 # NonStop-UX NCC 3.20
15021 # FIXME: insert proper C++ library support
15022 ld_shlibs_CXX=no
15023 ;;
15024 *)
15025 # FIXME: insert proper C++ library support
15026 ld_shlibs_CXX=no
15027 ;;
15028 esac
15029 ;;
15030
15031 vxworks*)
15032 # FIXME: insert proper C++ library support
15033 ld_shlibs_CXX=no
15034 ;;
15035
15036 *)
15037 # FIXME: insert proper C++ library support
15038 ld_shlibs_CXX=no
15039 ;;
15040 esac
15041
15042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
15043 $as_echo "$ld_shlibs_CXX" >&6; }
15044 test "$ld_shlibs_CXX" = no && can_build_shared=no
15045
15046 GCC_CXX="$GXX"
15047 LD_CXX="$LD"
15048
15049 ## CAVEAT EMPTOR:
15050 ## There is no encapsulation within the following macros, do not change
15051 ## the running order or otherwise move them around unless you know exactly
15052 ## what you are doing...
15053 # Dependencies to place before and after the object being linked:
15054 predep_objects_CXX=
15055 postdep_objects_CXX=
15056 predeps_CXX=
15057 postdeps_CXX=
15058 compiler_lib_search_path_CXX=
15059
15060 cat > conftest.$ac_ext <<_LT_EOF
15061 class Foo
15062 {
15063 public:
15064 Foo (void) { a = 0; }
15065 private:
15066 int a;
15067 };
15068 _LT_EOF
15069
15070 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
15071 (eval $ac_compile) 2>&5
15072 ac_status=$?
15073 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15074 test $ac_status = 0; }; then
15075 # Parse the compiler output and extract the necessary
15076 # objects, libraries and library flags.
15077
15078 # Sentinel used to keep track of whether or not we are before
15079 # the conftest object file.
15080 pre_test_object_deps_done=no
15081
15082 for p in `eval "$output_verbose_link_cmd"`; do
15083 case $p in
15084
15085 -L* | -R* | -l*)
15086 # Some compilers place space between "-{L,R}" and the path.
15087 # Remove the space.
15088 if test $p = "-L" ||
15089 test $p = "-R"; then
15090 prev=$p
15091 continue
15092 else
15093 prev=
15094 fi
15095
15096 if test "$pre_test_object_deps_done" = no; then
15097 case $p in
15098 -L* | -R*)
15099 # Internal compiler library paths should come after those
15100 # provided the user. The postdeps already come after the
15101 # user supplied libs so there is no need to process them.
15102 if test -z "$compiler_lib_search_path_CXX"; then
15103 compiler_lib_search_path_CXX="${prev}${p}"
15104 else
15105 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
15106 fi
15107 ;;
15108 # The "-l" case would never come before the object being
15109 # linked, so don't bother handling this case.
15110 esac
15111 else
15112 if test -z "$postdeps_CXX"; then
15113 postdeps_CXX="${prev}${p}"
15114 else
15115 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
15116 fi
15117 fi
15118 ;;
15119
15120 *.$objext)
15121 # This assumes that the test object file only shows up
15122 # once in the compiler output.
15123 if test "$p" = "conftest.$objext"; then
15124 pre_test_object_deps_done=yes
15125 continue
15126 fi
15127
15128 if test "$pre_test_object_deps_done" = no; then
15129 if test -z "$predep_objects_CXX"; then
15130 predep_objects_CXX="$p"
15131 else
15132 predep_objects_CXX="$predep_objects_CXX $p"
15133 fi
15134 else
15135 if test -z "$postdep_objects_CXX"; then
15136 postdep_objects_CXX="$p"
15137 else
15138 postdep_objects_CXX="$postdep_objects_CXX $p"
15139 fi
15140 fi
15141 ;;
15142
15143 *) ;; # Ignore the rest.
15144
15145 esac
15146 done
15147
15148 # Clean up.
15149 rm -f a.out a.exe
15150 else
15151 echo "libtool.m4: error: problem compiling CXX test program"
15152 fi
15153
15154 $RM -f confest.$objext
15155
15156 # PORTME: override above test on systems where it is broken
15157 case $host_os in
15158 interix[3-9]*)
15159 # Interix 3.5 installs completely hosed .la files for C++, so rather than
15160 # hack all around it, let's just trust "g++" to DTRT.
15161 predep_objects_CXX=
15162 postdep_objects_CXX=
15163 postdeps_CXX=
15164 ;;
15165
15166 linux*)
15167 case `$CC -V 2>&1 | sed 5q` in
15168 *Sun\ C*)
15169 # Sun C++ 5.9
15170
15171 # The more standards-conforming stlport4 library is
15172 # incompatible with the Cstd library. Avoid specifying
15173 # it if it's in CXXFLAGS. Ignore libCrun as
15174 # -library=stlport4 depends on it.
15175 case " $CXX $CXXFLAGS " in
15176 *" -library=stlport4 "*)
15177 solaris_use_stlport4=yes
15178 ;;
15179 esac
15180
15181 if test "$solaris_use_stlport4" != yes; then
15182 postdeps_CXX='-library=Cstd -library=Crun'
15183 fi
15184 ;;
15185 esac
15186 ;;
15187
15188 solaris*)
15189 case $cc_basename in
15190 CC*)
15191 # The more standards-conforming stlport4 library is
15192 # incompatible with the Cstd library. Avoid specifying
15193 # it if it's in CXXFLAGS. Ignore libCrun as
15194 # -library=stlport4 depends on it.
15195 case " $CXX $CXXFLAGS " in
15196 *" -library=stlport4 "*)
15197 solaris_use_stlport4=yes
15198 ;;
15199 esac
15200
15201 # Adding this requires a known-good setup of shared libraries for
15202 # Sun compiler versions before 5.6, else PIC objects from an old
15203 # archive will be linked into the output, leading to subtle bugs.
15204 if test "$solaris_use_stlport4" != yes; then
15205 postdeps_CXX='-library=Cstd -library=Crun'
15206 fi
15207 ;;
15208 esac
15209 ;;
15210 esac
15211
15212
15213 case " $postdeps_CXX " in
15214 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
15215 esac
15216 compiler_lib_search_dirs_CXX=
15217 if test -n "${compiler_lib_search_path_CXX}"; then
15218 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
15219 fi
15220
15221
15222
15223
15224
15225
15226
15227
15228
15229
15230
15231
15232
15233
15234
15235
15236
15237
15238
15239
15240
15241
15242
15243
15244
15245
15246
15247
15248
15249
15250
15251 lt_prog_compiler_wl_CXX=
15252 lt_prog_compiler_pic_CXX=
15253 lt_prog_compiler_static_CXX=
15254
15255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
15256 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
15257
15258 # C++ specific cases for pic, static, wl, etc.
15259 if test "$GXX" = yes; then
15260 lt_prog_compiler_wl_CXX='-Wl,'
15261 lt_prog_compiler_static_CXX='-static'
15262
15263 case $host_os in
15264 aix*)
15265 # All AIX code is PIC.
15266 if test "$host_cpu" = ia64; then
15267 # AIX 5 now supports IA64 processor
15268 lt_prog_compiler_static_CXX='-Bstatic'
15269 fi
15270 ;;
15271
15272 amigaos*)
15273 case $host_cpu in
15274 powerpc)
15275 # see comment about AmigaOS4 .so support
15276 lt_prog_compiler_pic_CXX='-fPIC'
15277 ;;
15278 m68k)
15279 # FIXME: we need at least 68020 code to build shared libraries, but
15280 # adding the `-m68020' flag to GCC prevents building anything better,
15281 # like `-m68040'.
15282 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
15283 ;;
15284 esac
15285 ;;
15286
15287 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
15288 # PIC is the default for these OSes.
15289 ;;
15290 mingw* | cygwin* | os2* | pw32* | cegcc*)
15291 # This hack is so that the source file can tell whether it is being
15292 # built for inclusion in a dll (and should export symbols for example).
15293 # Although the cygwin gcc ignores -fPIC, still need this for old-style
15294 # (--disable-auto-import) libraries
15295 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
15296 ;;
15297 darwin* | rhapsody*)
15298 # PIC is the default on this platform
15299 # Common symbols not allowed in MH_DYLIB files
15300 lt_prog_compiler_pic_CXX='-fno-common'
15301 ;;
15302 *djgpp*)
15303 # DJGPP does not support shared libraries at all
15304 lt_prog_compiler_pic_CXX=
15305 ;;
15306 haiku*)
15307 # PIC is the default for Haiku.
15308 # The "-static" flag exists, but is broken.
15309 lt_prog_compiler_static_CXX=
15310 ;;
15311 interix[3-9]*)
15312 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
15313 # Instead, we relocate shared libraries at runtime.
15314 ;;
15315 sysv4*MP*)
15316 if test -d /usr/nec; then
15317 lt_prog_compiler_pic_CXX=-Kconform_pic
15318 fi
15319 ;;
15320 hpux*)
15321 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
15322 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
15323 # sets the default TLS model and affects inlining.
15324 case $host_cpu in
15325 hppa*64*)
15326 ;;
15327 *)
15328 lt_prog_compiler_pic_CXX='-fPIC'
15329 ;;
15330 esac
15331 ;;
15332 *qnx* | *nto*)
15333 # QNX uses GNU C++, but need to define -shared option too, otherwise
15334 # it will coredump.
15335 lt_prog_compiler_pic_CXX='-fPIC -shared'
15336 ;;
15337 *)
15338 lt_prog_compiler_pic_CXX='-fPIC'
15339 ;;
15340 esac
15341 else
15342 case $host_os in
15343 aix[4-9]*)
15344 # All AIX code is PIC.
15345 if test "$host_cpu" = ia64; then
15346 # AIX 5 now supports IA64 processor
15347 lt_prog_compiler_static_CXX='-Bstatic'
15348 else
15349 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
15350 fi
15351 ;;
15352 chorus*)
15353 case $cc_basename in
15354 cxch68*)
15355 # Green Hills C++ Compiler
15356 # _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"
15357 ;;
15358 esac
15359 ;;
15360 dgux*)
15361 case $cc_basename in
15362 ec++*)
15363 lt_prog_compiler_pic_CXX='-KPIC'
15364 ;;
15365 ghcx*)
15366 # Green Hills C++ Compiler
15367 lt_prog_compiler_pic_CXX='-pic'
15368 ;;
15369 *)
15370 ;;
15371 esac
15372 ;;
15373 freebsd* | dragonfly*)
15374 # FreeBSD uses GNU C++
15375 ;;
15376 hpux9* | hpux10* | hpux11*)
15377 case $cc_basename in
15378 CC*)
15379 lt_prog_compiler_wl_CXX='-Wl,'
15380 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
15381 if test "$host_cpu" != ia64; then
15382 lt_prog_compiler_pic_CXX='+Z'
15383 fi
15384 ;;
15385 aCC*)
15386 lt_prog_compiler_wl_CXX='-Wl,'
15387 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
15388 case $host_cpu in
15389 hppa*64*|ia64*)
15390 # +Z the default
15391 ;;
15392 *)
15393 lt_prog_compiler_pic_CXX='+Z'
15394 ;;
15395 esac
15396 ;;
15397 *)
15398 ;;
15399 esac
15400 ;;
15401 interix*)
15402 # This is c89, which is MS Visual C++ (no shared libs)
15403 # Anyone wants to do a port?
15404 ;;
15405 irix5* | irix6* | nonstopux*)
15406 case $cc_basename in
15407 CC*)
15408 lt_prog_compiler_wl_CXX='-Wl,'
15409 lt_prog_compiler_static_CXX='-non_shared'
15410 # CC pic flag -KPIC is the default.
15411 ;;
15412 *)
15413 ;;
15414 esac
15415 ;;
15416 linux* | k*bsd*-gnu | kopensolaris*-gnu)
15417 case $cc_basename in
15418 KCC*)
15419 # KAI C++ Compiler
15420 lt_prog_compiler_wl_CXX='--backend -Wl,'
15421 lt_prog_compiler_pic_CXX='-fPIC'
15422 ;;
15423 ecpc* )
15424 # old Intel C++ for x86_64 which still supported -KPIC.
15425 lt_prog_compiler_wl_CXX='-Wl,'
15426 lt_prog_compiler_pic_CXX='-KPIC'
15427 lt_prog_compiler_static_CXX='-static'
15428 ;;
15429 icpc* )
15430 # Intel C++, used to be incompatible with GCC.
15431 # ICC 10 doesn't accept -KPIC any more.
15432 lt_prog_compiler_wl_CXX='-Wl,'
15433 lt_prog_compiler_pic_CXX='-fPIC'
15434 lt_prog_compiler_static_CXX='-static'
15435 ;;
15436 pgCC* | pgcpp*)
15437 # Portland Group C++ compiler
15438 lt_prog_compiler_wl_CXX='-Wl,'
15439 lt_prog_compiler_pic_CXX='-fpic'
15440 lt_prog_compiler_static_CXX='-Bstatic'
15441 ;;
15442 cxx*)
15443 # Compaq C++
15444 # Make sure the PIC flag is empty. It appears that all Alpha
15445 # Linux and Compaq Tru64 Unix objects are PIC.
15446 lt_prog_compiler_pic_CXX=
15447 lt_prog_compiler_static_CXX='-non_shared'
15448 ;;
15449 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
15450 # IBM XL 8.0, 9.0 on PPC and BlueGene
15451 lt_prog_compiler_wl_CXX='-Wl,'
15452 lt_prog_compiler_pic_CXX='-qpic'
15453 lt_prog_compiler_static_CXX='-qstaticlink'
15454 ;;
15455 *)
15456 case `$CC -V 2>&1 | sed 5q` in
15457 *Sun\ C*)
15458 # Sun C++ 5.9
15459 lt_prog_compiler_pic_CXX='-KPIC'
15460 lt_prog_compiler_static_CXX='-Bstatic'
15461 lt_prog_compiler_wl_CXX='-Qoption ld '
15462 ;;
15463 esac
15464 ;;
15465 esac
15466 ;;
15467 lynxos*)
15468 ;;
15469 m88k*)
15470 ;;
15471 mvs*)
15472 case $cc_basename in
15473 cxx*)
15474 lt_prog_compiler_pic_CXX='-W c,exportall'
15475 ;;
15476 *)
15477 ;;
15478 esac
15479 ;;
15480 netbsd*)
15481 ;;
15482 *qnx* | *nto*)
15483 # QNX uses GNU C++, but need to define -shared option too, otherwise
15484 # it will coredump.
15485 lt_prog_compiler_pic_CXX='-fPIC -shared'
15486 ;;
15487 osf3* | osf4* | osf5*)
15488 case $cc_basename in
15489 KCC*)
15490 lt_prog_compiler_wl_CXX='--backend -Wl,'
15491 ;;
15492 RCC*)
15493 # Rational C++ 2.4.1
15494 lt_prog_compiler_pic_CXX='-pic'
15495 ;;
15496 cxx*)
15497 # Digital/Compaq C++
15498 lt_prog_compiler_wl_CXX='-Wl,'
15499 # Make sure the PIC flag is empty. It appears that all Alpha
15500 # Linux and Compaq Tru64 Unix objects are PIC.
15501 lt_prog_compiler_pic_CXX=
15502 lt_prog_compiler_static_CXX='-non_shared'
15503 ;;
15504 *)
15505 ;;
15506 esac
15507 ;;
15508 psos*)
15509 ;;
15510 solaris*)
15511 case $cc_basename in
15512 CC*)
15513 # Sun C++ 4.2, 5.x and Centerline C++
15514 lt_prog_compiler_pic_CXX='-KPIC'
15515 lt_prog_compiler_static_CXX='-Bstatic'
15516 lt_prog_compiler_wl_CXX='-Qoption ld '
15517 ;;
15518 gcx*)
15519 # Green Hills C++ Compiler
15520 lt_prog_compiler_pic_CXX='-PIC'
15521 ;;
15522 *)
15523 ;;
15524 esac
15525 ;;
15526 sunos4*)
15527 case $cc_basename in
15528 CC*)
15529 # Sun C++ 4.x
15530 lt_prog_compiler_pic_CXX='-pic'
15531 lt_prog_compiler_static_CXX='-Bstatic'
15532 ;;
15533 lcc*)
15534 # Lucid
15535 lt_prog_compiler_pic_CXX='-pic'
15536 ;;
15537 *)
15538 ;;
15539 esac
15540 ;;
15541 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
15542 case $cc_basename in
15543 CC*)
15544 lt_prog_compiler_wl_CXX='-Wl,'
15545 lt_prog_compiler_pic_CXX='-KPIC'
15546 lt_prog_compiler_static_CXX='-Bstatic'
15547 ;;
15548 esac
15549 ;;
15550 tandem*)
15551 case $cc_basename in
15552 NCC*)
15553 # NonStop-UX NCC 3.20
15554 lt_prog_compiler_pic_CXX='-KPIC'
15555 ;;
15556 *)
15557 ;;
15558 esac
15559 ;;
15560 vxworks*)
15561 ;;
15562 *)
15563 lt_prog_compiler_can_build_shared_CXX=no
15564 ;;
15565 esac
15566 fi
15567
15568 case $host_os in
15569 # For platforms which do not support PIC, -DPIC is meaningless:
15570 *djgpp*)
15571 lt_prog_compiler_pic_CXX=
15572 ;;
15573 *)
15574 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
15575 ;;
15576 esac
15577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
15578 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
15579
15580
15581
15582 #
15583 # Check to make sure the PIC flag actually works.
15584 #
15585 if test -n "$lt_prog_compiler_pic_CXX"; then
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
15587 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
15588 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
15589 $as_echo_n "(cached) " >&6
15590 else
15591 lt_cv_prog_compiler_pic_works_CXX=no
15592 ac_outfile=conftest.$ac_objext
15593 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15594 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
15595 # Insert the option either (1) after the last *FLAGS variable, or
15596 # (2) before a word containing "conftest.", or (3) at the end.
15597 # Note that $ac_compile itself does not contain backslashes and begins
15598 # with a dollar sign (not a hyphen), so the echo should work correctly.
15599 # The option is referenced via a variable to avoid confusing sed.
15600 lt_compile=`echo "$ac_compile" | $SED \
15601 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15602 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15603 -e 's:$: $lt_compiler_flag:'`
15604 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
15605 (eval "$lt_compile" 2>conftest.err)
15606 ac_status=$?
15607 cat conftest.err >&5
15608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15609 if (exit $ac_status) && test -s "$ac_outfile"; then
15610 # The compiler can only warn and ignore the option if not recognized
15611 # So say no if there are warnings other than the usual output.
15612 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
15613 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15614 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15615 lt_cv_prog_compiler_pic_works_CXX=yes
15616 fi
15617 fi
15618 $RM conftest*
15619
15620 fi
15621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
15622 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
15623
15624 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
15625 case $lt_prog_compiler_pic_CXX in
15626 "" | " "*) ;;
15627 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
15628 esac
15629 else
15630 lt_prog_compiler_pic_CXX=
15631 lt_prog_compiler_can_build_shared_CXX=no
15632 fi
15633
15634 fi
15635
15636
15637
15638 #
15639 # Check to make sure the static flag actually works.
15640 #
15641 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
15642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
15643 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
15644 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
15645 $as_echo_n "(cached) " >&6
15646 else
15647 lt_cv_prog_compiler_static_works_CXX=no
15648 save_LDFLAGS="$LDFLAGS"
15649 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
15650 echo "$lt_simple_link_test_code" > conftest.$ac_ext
15651 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15652 # The linker can only warn and ignore the option if not recognized
15653 # So say no if there are warnings
15654 if test -s conftest.err; then
15655 # Append any errors to the config.log.
15656 cat conftest.err 1>&5
15657 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
15658 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15659 if diff conftest.exp conftest.er2 >/dev/null; then
15660 lt_cv_prog_compiler_static_works_CXX=yes
15661 fi
15662 else
15663 lt_cv_prog_compiler_static_works_CXX=yes
15664 fi
15665 fi
15666 $RM -r conftest*
15667 LDFLAGS="$save_LDFLAGS"
15668
15669 fi
15670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
15671 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
15672
15673 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
15674 :
15675 else
15676 lt_prog_compiler_static_CXX=
15677 fi
15678
15679
15680
15681
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
15683 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
15684 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
15685 $as_echo_n "(cached) " >&6
15686 else
15687 lt_cv_prog_compiler_c_o_CXX=no
15688 $RM -r conftest 2>/dev/null
15689 mkdir conftest
15690 cd conftest
15691 mkdir out
15692 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15693
15694 lt_compiler_flag="-o out/conftest2.$ac_objext"
15695 # Insert the option either (1) after the last *FLAGS variable, or
15696 # (2) before a word containing "conftest.", or (3) at the end.
15697 # Note that $ac_compile itself does not contain backslashes and begins
15698 # with a dollar sign (not a hyphen), so the echo should work correctly.
15699 lt_compile=`echo "$ac_compile" | $SED \
15700 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15701 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15702 -e 's:$: $lt_compiler_flag:'`
15703 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
15704 (eval "$lt_compile" 2>out/conftest.err)
15705 ac_status=$?
15706 cat out/conftest.err >&5
15707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15708 if (exit $ac_status) && test -s out/conftest2.$ac_objext
15709 then
15710 # The compiler can only warn and ignore the option if not recognized
15711 # So say no if there are warnings
15712 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
15713 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15714 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15715 lt_cv_prog_compiler_c_o_CXX=yes
15716 fi
15717 fi
15718 chmod u+w . 2>&5
15719 $RM conftest*
15720 # SGI C++ compiler will create directory out/ii_files/ for
15721 # template instantiation
15722 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
15723 $RM out/* && rmdir out
15724 cd ..
15725 $RM -r conftest
15726 $RM conftest*
15727
15728 fi
15729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
15730 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
15731
15732
15733
15734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
15735 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
15736 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
15737 $as_echo_n "(cached) " >&6
15738 else
15739 lt_cv_prog_compiler_c_o_CXX=no
15740 $RM -r conftest 2>/dev/null
15741 mkdir conftest
15742 cd conftest
15743 mkdir out
15744 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15745
15746 lt_compiler_flag="-o out/conftest2.$ac_objext"
15747 # Insert the option either (1) after the last *FLAGS variable, or
15748 # (2) before a word containing "conftest.", or (3) at the end.
15749 # Note that $ac_compile itself does not contain backslashes and begins
15750 # with a dollar sign (not a hyphen), so the echo should work correctly.
15751 lt_compile=`echo "$ac_compile" | $SED \
15752 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15753 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15754 -e 's:$: $lt_compiler_flag:'`
15755 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
15756 (eval "$lt_compile" 2>out/conftest.err)
15757 ac_status=$?
15758 cat out/conftest.err >&5
15759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15760 if (exit $ac_status) && test -s out/conftest2.$ac_objext
15761 then
15762 # The compiler can only warn and ignore the option if not recognized
15763 # So say no if there are warnings
15764 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
15765 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15766 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15767 lt_cv_prog_compiler_c_o_CXX=yes
15768 fi
15769 fi
15770 chmod u+w . 2>&5
15771 $RM conftest*
15772 # SGI C++ compiler will create directory out/ii_files/ for
15773 # template instantiation
15774 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
15775 $RM out/* && rmdir out
15776 cd ..
15777 $RM -r conftest
15778 $RM conftest*
15779
15780 fi
15781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
15782 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
15783
15784
15785
15786
15787 hard_links="nottested"
15788 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
15789 # do not overwrite the value of need_locks provided by the user
15790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
15791 $as_echo_n "checking if we can lock with hard links... " >&6; }
15792 hard_links=yes
15793 $RM conftest*
15794 ln conftest.a conftest.b 2>/dev/null && hard_links=no
15795 touch conftest.a
15796 ln conftest.a conftest.b 2>&5 || hard_links=no
15797 ln conftest.a conftest.b 2>/dev/null && hard_links=no
15798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
15799 $as_echo "$hard_links" >&6; }
15800 if test "$hard_links" = no; then
15801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15802 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15803 need_locks=warn
15804 fi
15805 else
15806 need_locks=no
15807 fi
15808
15809
15810
15811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
15812 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
15813
15814 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15815 case $host_os in
15816 aix[4-9]*)
15817 # If we're using GNU nm, then we don't want the "-C" option.
15818 # -C means demangle to AIX nm, but means don't demangle with GNU nm
15819 # Also, AIX nm treats weak defined symbols like other global defined
15820 # symbols, whereas GNU nm marks them as "W".
15821 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
15822 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'
15823 else
15824 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
15825 fi
15826 ;;
15827 pw32*)
15828 export_symbols_cmds_CXX="$ltdll_cmds"
15829 ;;
15830 cygwin* | mingw* | cegcc*)
15831 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'
15832 ;;
15833 *)
15834 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15835 ;;
15836 esac
15837 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15838
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
15840 $as_echo "$ld_shlibs_CXX" >&6; }
15841 test "$ld_shlibs_CXX" = no && can_build_shared=no
15842
15843 with_gnu_ld_CXX=$with_gnu_ld
15844
15845
15846
15847
15848
15849
15850 #
15851 # Do we need to explicitly link libc?
15852 #
15853 case "x$archive_cmds_need_lc_CXX" in
15854 x|xyes)
15855 # Assume -lc should be added
15856 archive_cmds_need_lc_CXX=yes
15857
15858 if test "$enable_shared" = yes && test "$GCC" = yes; then
15859 case $archive_cmds_CXX in
15860 *'~'*)
15861 # FIXME: we may have to deal with multi-command sequences.
15862 ;;
15863 '$CC '*)
15864 # Test whether the compiler implicitly links with -lc since on some
15865 # systems, -lgcc has to come before -lc. If gcc already passes -lc
15866 # to ld, don't add -lc before -lgcc.
15867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
15868 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
15869 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
15870 $as_echo_n "(cached) " >&6
15871 else
15872 $RM conftest*
15873 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15874
15875 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
15876 (eval $ac_compile) 2>&5
15877 ac_status=$?
15878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15879 test $ac_status = 0; } 2>conftest.err; then
15880 soname=conftest
15881 lib=conftest
15882 libobjs=conftest.$ac_objext
15883 deplibs=
15884 wl=$lt_prog_compiler_wl_CXX
15885 pic_flag=$lt_prog_compiler_pic_CXX
15886 compiler_flags=-v
15887 linker_flags=-v
15888 verstring=
15889 output_objdir=.
15890 libname=conftest
15891 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
15892 allow_undefined_flag_CXX=
15893 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
15894 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
15895 ac_status=$?
15896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15897 test $ac_status = 0; }
15898 then
15899 lt_cv_archive_cmds_need_lc_CXX=no
15900 else
15901 lt_cv_archive_cmds_need_lc_CXX=yes
15902 fi
15903 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
15904 else
15905 cat conftest.err 1>&5
15906 fi
15907 $RM conftest*
15908
15909 fi
15910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
15911 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
15912 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
15913 ;;
15914 esac
15915 fi
15916 ;;
15917 esac
15918
15919
15920
15921
15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
15932
15933
15934
15935
15936
15937
15938
15939
15940
15941
15942
15943
15944
15945
15946
15947
15948
15949
15950
15951
15952
15953
15954
15955
15956
15957
15958
15959
15960
15961
15962
15963
15964
15965
15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
15979
15980
15981
15982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
15983 $as_echo_n "checking dynamic linker characteristics... " >&6; }
15984
15985 library_names_spec=
15986 libname_spec='lib$name'
15987 soname_spec=
15988 shrext_cmds=".so"
15989 postinstall_cmds=
15990 postuninstall_cmds=
15991 finish_cmds=
15992 finish_eval=
15993 shlibpath_var=
15994 shlibpath_overrides_runpath=unknown
15995 version_type=none
15996 dynamic_linker="$host_os ld.so"
15997 sys_lib_dlsearch_path_spec="/lib /usr/lib"
15998 need_lib_prefix=unknown
15999 hardcode_into_libs=no
16000
16001 # when you set need_version to no, make sure it does not cause -set_version
16002 # flags to be left without arguments
16003 need_version=unknown
16004
16005 case $host_os in
16006 aix3*)
16007 version_type=linux
16008 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
16009 shlibpath_var=LIBPATH
16010
16011 # AIX 3 has no versioning support, so we append a major version to the name.
16012 soname_spec='${libname}${release}${shared_ext}$major'
16013 ;;
16014
16015 aix[4-9]*)
16016 version_type=linux
16017 need_lib_prefix=no
16018 need_version=no
16019 hardcode_into_libs=yes
16020 if test "$host_cpu" = ia64; then
16021 # AIX 5 supports IA64
16022 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
16023 shlibpath_var=LD_LIBRARY_PATH
16024 else
16025 # With GCC up to 2.95.x, collect2 would create an import file
16026 # for dependence libraries. The import file would start with
16027 # the line `#! .'. This would cause the generated library to
16028 # depend on `.', always an invalid library. This was fixed in
16029 # development snapshots of GCC prior to 3.0.
16030 case $host_os in
16031 aix4 | aix4.[01] | aix4.[01].*)
16032 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
16033 echo ' yes '
16034 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
16035 :
16036 else
16037 can_build_shared=no
16038 fi
16039 ;;
16040 esac
16041 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
16042 # soname into executable. Probably we can add versioning support to
16043 # collect2, so additional links can be useful in future.
16044 if test "$aix_use_runtimelinking" = yes; then
16045 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
16046 # instead of lib<name>.a to let people know that these are not
16047 # typical AIX shared libraries.
16048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16049 else
16050 # We preserve .a as extension for shared libraries through AIX4.2
16051 # and later when we are not doing run time linking.
16052 library_names_spec='${libname}${release}.a $libname.a'
16053 soname_spec='${libname}${release}${shared_ext}$major'
16054 fi
16055 shlibpath_var=LIBPATH
16056 fi
16057 ;;
16058
16059 amigaos*)
16060 case $host_cpu in
16061 powerpc)
16062 # Since July 2007 AmigaOS4 officially supports .so libraries.
16063 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
16064 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16065 ;;
16066 m68k)
16067 library_names_spec='$libname.ixlibrary $libname.a'
16068 # Create ${libname}_ixlibrary.a entries in /sys/libs.
16069 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'
16070 ;;
16071 esac
16072 ;;
16073
16074 beos*)
16075 library_names_spec='${libname}${shared_ext}'
16076 dynamic_linker="$host_os ld.so"
16077 shlibpath_var=LIBRARY_PATH
16078 ;;
16079
16080 bsdi[45]*)
16081 version_type=linux
16082 need_version=no
16083 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16084 soname_spec='${libname}${release}${shared_ext}$major'
16085 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
16086 shlibpath_var=LD_LIBRARY_PATH
16087 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
16088 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
16089 # the default ld.so.conf also contains /usr/contrib/lib and
16090 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16091 # libtool to hard-code these into programs
16092 ;;
16093
16094 cygwin* | mingw* | pw32* | cegcc*)
16095 version_type=windows
16096 shrext_cmds=".dll"
16097 need_version=no
16098 need_lib_prefix=no
16099
16100 case $GCC,$host_os in
16101 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
16102 library_names_spec='$libname.dll.a'
16103 # DLL is installed to $(libdir)/../bin by postinstall_cmds
16104 postinstall_cmds='base_file=`basename \${file}`~
16105 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
16106 dldir=$destdir/`dirname \$dlpath`~
16107 test -d \$dldir || mkdir -p \$dldir~
16108 $install_prog $dir/$dlname \$dldir/$dlname~
16109 chmod a+x \$dldir/$dlname~
16110 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
16111 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
16112 fi'
16113 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
16114 dlpath=$dir/\$dldll~
16115 $RM \$dlpath'
16116 shlibpath_overrides_runpath=yes
16117
16118 case $host_os in
16119 cygwin*)
16120 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
16121 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16122
16123 ;;
16124 mingw* | cegcc*)
16125 # MinGW DLLs use traditional 'lib' prefix
16126 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16127 ;;
16128 pw32*)
16129 # pw32 DLLs use 'pw' prefix rather than 'lib'
16130 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16131 ;;
16132 esac
16133 ;;
16134
16135 *)
16136 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
16137 ;;
16138 esac
16139 dynamic_linker='Win32 ld.exe'
16140 # FIXME: first we should search . and the directory the executable is in
16141 shlibpath_var=PATH
16142 ;;
16143
16144 darwin* | rhapsody*)
16145 dynamic_linker="$host_os dyld"
16146 version_type=darwin
16147 need_lib_prefix=no
16148 need_version=no
16149 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
16150 soname_spec='${libname}${release}${major}$shared_ext'
16151 shlibpath_overrides_runpath=yes
16152 shlibpath_var=DYLD_LIBRARY_PATH
16153 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
16154
16155 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
16156 ;;
16157
16158 dgux*)
16159 version_type=linux
16160 need_lib_prefix=no
16161 need_version=no
16162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
16163 soname_spec='${libname}${release}${shared_ext}$major'
16164 shlibpath_var=LD_LIBRARY_PATH
16165 ;;
16166
16167 freebsd* | dragonfly*)
16168 # DragonFly does not have aout. When/if they implement a new
16169 # versioning mechanism, adjust this.
16170 if test -x /usr/bin/objformat; then
16171 objformat=`/usr/bin/objformat`
16172 else
16173 case $host_os in
16174 freebsd[23].*) objformat=aout ;;
16175 *) objformat=elf ;;
16176 esac
16177 fi
16178 version_type=freebsd-$objformat
16179 case $version_type in
16180 freebsd-elf*)
16181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16182 need_version=no
16183 need_lib_prefix=no
16184 ;;
16185 freebsd-*)
16186 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
16187 need_version=yes
16188 ;;
16189 esac
16190 shlibpath_var=LD_LIBRARY_PATH
16191 case $host_os in
16192 freebsd2.*)
16193 shlibpath_overrides_runpath=yes
16194 ;;
16195 freebsd3.[01]* | freebsdelf3.[01]*)
16196 shlibpath_overrides_runpath=yes
16197 hardcode_into_libs=yes
16198 ;;
16199 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
16200 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
16201 shlibpath_overrides_runpath=no
16202 hardcode_into_libs=yes
16203 ;;
16204 *) # from 4.6 on, and DragonFly
16205 shlibpath_overrides_runpath=yes
16206 hardcode_into_libs=yes
16207 ;;
16208 esac
16209 ;;
16210
16211 gnu*)
16212 version_type=linux
16213 need_lib_prefix=no
16214 need_version=no
16215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
16216 soname_spec='${libname}${release}${shared_ext}$major'
16217 shlibpath_var=LD_LIBRARY_PATH
16218 hardcode_into_libs=yes
16219 ;;
16220
16221 haiku*)
16222 version_type=linux
16223 need_lib_prefix=no
16224 need_version=no
16225 dynamic_linker="$host_os runtime_loader"
16226 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
16227 soname_spec='${libname}${release}${shared_ext}$major'
16228 shlibpath_var=LIBRARY_PATH
16229 shlibpath_overrides_runpath=yes
16230 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
16231 hardcode_into_libs=yes
16232 ;;
16233
16234 hpux9* | hpux10* | hpux11*)
16235 # Give a soname corresponding to the major version so that dld.sl refuses to
16236 # link against other versions.
16237 version_type=sunos
16238 need_lib_prefix=no
16239 need_version=no
16240 case $host_cpu in
16241 ia64*)
16242 shrext_cmds='.so'
16243 hardcode_into_libs=yes
16244 dynamic_linker="$host_os dld.so"
16245 shlibpath_var=LD_LIBRARY_PATH
16246 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16248 soname_spec='${libname}${release}${shared_ext}$major'
16249 if test "X$HPUX_IA64_MODE" = X32; then
16250 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
16251 else
16252 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
16253 fi
16254 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16255 ;;
16256 hppa*64*)
16257 shrext_cmds='.sl'
16258 hardcode_into_libs=yes
16259 dynamic_linker="$host_os dld.sl"
16260 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
16261 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16263 soname_spec='${libname}${release}${shared_ext}$major'
16264 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
16265 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16266 ;;
16267 *)
16268 shrext_cmds='.sl'
16269 dynamic_linker="$host_os dld.sl"
16270 shlibpath_var=SHLIB_PATH
16271 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
16272 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16273 soname_spec='${libname}${release}${shared_ext}$major'
16274 ;;
16275 esac
16276 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
16277 postinstall_cmds='chmod 555 $lib'
16278 # or fails outright, so override atomically:
16279 install_override_mode=555
16280 ;;
16281
16282 interix[3-9]*)
16283 version_type=linux
16284 need_lib_prefix=no
16285 need_version=no
16286 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16287 soname_spec='${libname}${release}${shared_ext}$major'
16288 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
16289 shlibpath_var=LD_LIBRARY_PATH
16290 shlibpath_overrides_runpath=no
16291 hardcode_into_libs=yes
16292 ;;
16293
16294 irix5* | irix6* | nonstopux*)
16295 case $host_os in
16296 nonstopux*) version_type=nonstopux ;;
16297 *)
16298 if test "$lt_cv_prog_gnu_ld" = yes; then
16299 version_type=linux
16300 else
16301 version_type=irix
16302 fi ;;
16303 esac
16304 need_lib_prefix=no
16305 need_version=no
16306 soname_spec='${libname}${release}${shared_ext}$major'
16307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
16308 case $host_os in
16309 irix5* | nonstopux*)
16310 libsuff= shlibsuff=
16311 ;;
16312 *)
16313 case $LD in # libtool.m4 will add one of these switches to LD
16314 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
16315 libsuff= shlibsuff= libmagic=32-bit;;
16316 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
16317 libsuff=32 shlibsuff=N32 libmagic=N32;;
16318 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
16319 libsuff=64 shlibsuff=64 libmagic=64-bit;;
16320 *) libsuff= shlibsuff= libmagic=never-match;;
16321 esac
16322 ;;
16323 esac
16324 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
16325 shlibpath_overrides_runpath=no
16326 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
16327 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
16328 hardcode_into_libs=yes
16329 ;;
16330
16331 # No shared lib support for Linux oldld, aout, or coff.
16332 linux*oldld* | linux*aout* | linux*coff*)
16333 dynamic_linker=no
16334 ;;
16335
16336 # This must be Linux ELF.
16337 linux* | k*bsd*-gnu | kopensolaris*-gnu)
16338 version_type=linux
16339 need_lib_prefix=no
16340 need_version=no
16341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16342 soname_spec='${libname}${release}${shared_ext}$major'
16343 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
16344 shlibpath_var=LD_LIBRARY_PATH
16345 shlibpath_overrides_runpath=no
16346
16347 # Some binutils ld are patched to set DT_RUNPATH
16348 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
16349 $as_echo_n "(cached) " >&6
16350 else
16351 lt_cv_shlibpath_overrides_runpath=no
16352 save_LDFLAGS=$LDFLAGS
16353 save_libdir=$libdir
16354 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
16355 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
16356 if test x$gcc_no_link = xyes; then
16357 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16358 fi
16359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16360 /* end confdefs.h. */
16361
16362 int
16363 main ()
16364 {
16365
16366 ;
16367 return 0;
16368 }
16369 _ACEOF
16370 if ac_fn_cxx_try_link "$LINENO"; then :
16371 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
16372 lt_cv_shlibpath_overrides_runpath=yes
16373 fi
16374 fi
16375 rm -f core conftest.err conftest.$ac_objext \
16376 conftest$ac_exeext conftest.$ac_ext
16377 LDFLAGS=$save_LDFLAGS
16378 libdir=$save_libdir
16379
16380 fi
16381
16382 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
16383
16384 # This implies no fast_install, which is unacceptable.
16385 # Some rework will be needed to allow for fast_install
16386 # before this can be enabled.
16387 hardcode_into_libs=yes
16388
16389 # Append ld.so.conf contents to the search path
16390 if test -f /etc/ld.so.conf; then
16391 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' ' '`
16392 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
16393 fi
16394
16395 # We used to test for /lib/ld.so.1 and disable shared libraries on
16396 # powerpc, because MkLinux only supported shared libraries with the
16397 # GNU dynamic linker. Since this was broken with cross compilers,
16398 # most powerpc-linux boxes support dynamic linking these days and
16399 # people can always --disable-shared, the test was removed, and we
16400 # assume the GNU/Linux dynamic linker is in use.
16401 dynamic_linker='GNU/Linux ld.so'
16402 ;;
16403
16404 netbsd*)
16405 version_type=sunos
16406 need_lib_prefix=no
16407 need_version=no
16408 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
16409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16410 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16411 dynamic_linker='NetBSD (a.out) ld.so'
16412 else
16413 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16414 soname_spec='${libname}${release}${shared_ext}$major'
16415 dynamic_linker='NetBSD ld.elf_so'
16416 fi
16417 shlibpath_var=LD_LIBRARY_PATH
16418 shlibpath_overrides_runpath=yes
16419 hardcode_into_libs=yes
16420 ;;
16421
16422 newsos6)
16423 version_type=linux
16424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16425 shlibpath_var=LD_LIBRARY_PATH
16426 shlibpath_overrides_runpath=yes
16427 ;;
16428
16429 *nto* | *qnx*)
16430 version_type=qnx
16431 need_lib_prefix=no
16432 need_version=no
16433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16434 soname_spec='${libname}${release}${shared_ext}$major'
16435 shlibpath_var=LD_LIBRARY_PATH
16436 shlibpath_overrides_runpath=no
16437 hardcode_into_libs=yes
16438 dynamic_linker='ldqnx.so'
16439 ;;
16440
16441 openbsd*)
16442 version_type=sunos
16443 sys_lib_dlsearch_path_spec="/usr/lib"
16444 need_lib_prefix=no
16445 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
16446 case $host_os in
16447 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
16448 *) need_version=no ;;
16449 esac
16450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16451 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16452 shlibpath_var=LD_LIBRARY_PATH
16453 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16454 case $host_os in
16455 openbsd2.[89] | openbsd2.[89].*)
16456 shlibpath_overrides_runpath=no
16457 ;;
16458 *)
16459 shlibpath_overrides_runpath=yes
16460 ;;
16461 esac
16462 else
16463 shlibpath_overrides_runpath=yes
16464 fi
16465 ;;
16466
16467 os2*)
16468 libname_spec='$name'
16469 shrext_cmds=".dll"
16470 need_lib_prefix=no
16471 library_names_spec='$libname${shared_ext} $libname.a'
16472 dynamic_linker='OS/2 ld.exe'
16473 shlibpath_var=LIBPATH
16474 ;;
16475
16476 osf3* | osf4* | osf5*)
16477 version_type=osf
16478 need_lib_prefix=no
16479 need_version=no
16480 soname_spec='${libname}${release}${shared_ext}$major'
16481 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16482 shlibpath_var=LD_LIBRARY_PATH
16483 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
16484 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
16485 ;;
16486
16487 rdos*)
16488 dynamic_linker=no
16489 ;;
16490
16491 solaris*)
16492 version_type=linux
16493 need_lib_prefix=no
16494 need_version=no
16495 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16496 soname_spec='${libname}${release}${shared_ext}$major'
16497 shlibpath_var=LD_LIBRARY_PATH
16498 shlibpath_overrides_runpath=yes
16499 hardcode_into_libs=yes
16500 # ldd complains unless libraries are executable
16501 postinstall_cmds='chmod +x $lib'
16502 ;;
16503
16504 sunos4*)
16505 version_type=sunos
16506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16507 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
16508 shlibpath_var=LD_LIBRARY_PATH
16509 shlibpath_overrides_runpath=yes
16510 if test "$with_gnu_ld" = yes; then
16511 need_lib_prefix=no
16512 fi
16513 need_version=yes
16514 ;;
16515
16516 sysv4 | sysv4.3*)
16517 version_type=linux
16518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16519 soname_spec='${libname}${release}${shared_ext}$major'
16520 shlibpath_var=LD_LIBRARY_PATH
16521 case $host_vendor in
16522 sni)
16523 shlibpath_overrides_runpath=no
16524 need_lib_prefix=no
16525 runpath_var=LD_RUN_PATH
16526 ;;
16527 siemens)
16528 need_lib_prefix=no
16529 ;;
16530 motorola)
16531 need_lib_prefix=no
16532 need_version=no
16533 shlibpath_overrides_runpath=no
16534 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
16535 ;;
16536 esac
16537 ;;
16538
16539 sysv4*MP*)
16540 if test -d /usr/nec ;then
16541 version_type=linux
16542 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
16543 soname_spec='$libname${shared_ext}.$major'
16544 shlibpath_var=LD_LIBRARY_PATH
16545 fi
16546 ;;
16547
16548 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
16549 version_type=freebsd-elf
16550 need_lib_prefix=no
16551 need_version=no
16552 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16553 soname_spec='${libname}${release}${shared_ext}$major'
16554 shlibpath_var=LD_LIBRARY_PATH
16555 shlibpath_overrides_runpath=yes
16556 hardcode_into_libs=yes
16557 if test "$with_gnu_ld" = yes; then
16558 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
16559 else
16560 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
16561 case $host_os in
16562 sco3.2v5*)
16563 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
16564 ;;
16565 esac
16566 fi
16567 sys_lib_dlsearch_path_spec='/usr/lib'
16568 ;;
16569
16570 tpf*)
16571 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
16572 version_type=linux
16573 need_lib_prefix=no
16574 need_version=no
16575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16576 shlibpath_var=LD_LIBRARY_PATH
16577 shlibpath_overrides_runpath=no
16578 hardcode_into_libs=yes
16579 ;;
16580
16581 uts4*)
16582 version_type=linux
16583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16584 soname_spec='${libname}${release}${shared_ext}$major'
16585 shlibpath_var=LD_LIBRARY_PATH
16586 ;;
16587
16588 *)
16589 dynamic_linker=no
16590 ;;
16591 esac
16592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
16593 $as_echo "$dynamic_linker" >&6; }
16594 test "$dynamic_linker" = no && can_build_shared=no
16595
16596 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
16597 if test "$GCC" = yes; then
16598 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
16599 fi
16600
16601 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
16602 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
16603 fi
16604 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
16605 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
16606 fi
16607
16608
16609
16610
16611
16612
16613
16614
16615
16616
16617
16618
16619
16620
16621
16622
16623
16624
16625
16626
16627
16628
16629
16630
16631
16632
16633
16634
16635
16636
16637
16638
16639
16640
16641
16642
16643
16644
16645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
16646 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
16647 hardcode_action_CXX=
16648 if test -n "$hardcode_libdir_flag_spec_CXX" ||
16649 test -n "$runpath_var_CXX" ||
16650 test "X$hardcode_automatic_CXX" = "Xyes" ; then
16651
16652 # We can hardcode non-existent directories.
16653 if test "$hardcode_direct_CXX" != no &&
16654 # If the only mechanism to avoid hardcoding is shlibpath_var, we
16655 # have to relink, otherwise we might link with an installed library
16656 # when we should be linking with a yet-to-be-installed one
16657 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
16658 test "$hardcode_minus_L_CXX" != no; then
16659 # Linking always hardcodes the temporary library directory.
16660 hardcode_action_CXX=relink
16661 else
16662 # We can link without hardcoding, and we can hardcode nonexisting dirs.
16663 hardcode_action_CXX=immediate
16664 fi
16665 else
16666 # We cannot hardcode anything, or else we can only hardcode existing
16667 # directories.
16668 hardcode_action_CXX=unsupported
16669 fi
16670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
16671 $as_echo "$hardcode_action_CXX" >&6; }
16672
16673 if test "$hardcode_action_CXX" = relink ||
16674 test "$inherit_rpath_CXX" = yes; then
16675 # Fast installation is not supported
16676 enable_fast_install=no
16677 elif test "$shlibpath_overrides_runpath" = yes ||
16678 test "$enable_shared" = no; then
16679 # Fast installation is not necessary
16680 enable_fast_install=needless
16681 fi
16682
16683
16684
16685
16686
16687
16688
16689 fi # test -n "$compiler"
16690
16691 CC=$lt_save_CC
16692 LDCXX=$LD
16693 LD=$lt_save_LD
16694 GCC=$lt_save_GCC
16695 with_gnu_ld=$lt_save_with_gnu_ld
16696 lt_cv_path_LDCXX=$lt_cv_path_LD
16697 lt_cv_path_LD=$lt_save_path_LD
16698 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
16699 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
16700 fi # test "$_lt_caught_CXX_error" != yes
16701
16702 ac_ext=c
16703 ac_cpp='$CPP $CPPFLAGS'
16704 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16705 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16706 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16707
16708
16709
16710
16711
16712
16713
16714
16715
16716
16717
16718
16719
16720 ac_config_commands="$ac_config_commands libtool"
16721
16722
16723
16724
16725 # Only expand once:
16726
16727
16728
16729
16730
16731 case $host in
16732 *-cygwin* | *-mingw*)
16733 # 'host' will be top-level target in the case of a target lib,
16734 # we must compare to with_cross_host to decide if this is a native
16735 # or cross-compiler and select where to install dlls appropriately.
16736 if test -n "$with_cross_host" &&
16737 test x"$with_cross_host" != x"no"; then
16738 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
16739 else
16740 lt_host_flags='-no-undefined -bindir "$(bindir)"';
16741 fi
16742 ;;
16743 *)
16744 lt_host_flags=
16745 ;;
16746 esac
16747
16748
16749
16750
16751 if test -n "$ac_tool_prefix"; then
16752 for ac_prog in gcj
16753 do
16754 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16755 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16757 $as_echo_n "checking for $ac_word... " >&6; }
16758 if test "${ac_cv_prog_GCJ+set}" = set; then :
16759 $as_echo_n "(cached) " >&6
16760 else
16761 if test -n "$GCJ"; then
16762 ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
16763 else
16764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16765 for as_dir in $PATH
16766 do
16767 IFS=$as_save_IFS
16768 test -z "$as_dir" && as_dir=.
16769 for ac_exec_ext in '' $ac_executable_extensions; do
16770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16771 ac_cv_prog_GCJ="$ac_tool_prefix$ac_prog"
16772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16773 break 2
16774 fi
16775 done
16776 done
16777 IFS=$as_save_IFS
16778
16779 fi
16780 fi
16781 GCJ=$ac_cv_prog_GCJ
16782 if test -n "$GCJ"; then
16783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ" >&5
16784 $as_echo "$GCJ" >&6; }
16785 else
16786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16787 $as_echo "no" >&6; }
16788 fi
16789
16790
16791 test -n "$GCJ" && break
16792 done
16793 fi
16794 if test -z "$GCJ"; then
16795 ac_ct_GCJ=$GCJ
16796 for ac_prog in gcj
16797 do
16798 # Extract the first word of "$ac_prog", so it can be a program name with args.
16799 set dummy $ac_prog; ac_word=$2
16800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16801 $as_echo_n "checking for $ac_word... " >&6; }
16802 if test "${ac_cv_prog_ac_ct_GCJ+set}" = set; then :
16803 $as_echo_n "(cached) " >&6
16804 else
16805 if test -n "$ac_ct_GCJ"; then
16806 ac_cv_prog_ac_ct_GCJ="$ac_ct_GCJ" # Let the user override the test.
16807 else
16808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16809 for as_dir in $PATH
16810 do
16811 IFS=$as_save_IFS
16812 test -z "$as_dir" && as_dir=.
16813 for ac_exec_ext in '' $ac_executable_extensions; do
16814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16815 ac_cv_prog_ac_ct_GCJ="$ac_prog"
16816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16817 break 2
16818 fi
16819 done
16820 done
16821 IFS=$as_save_IFS
16822
16823 fi
16824 fi
16825 ac_ct_GCJ=$ac_cv_prog_ac_ct_GCJ
16826 if test -n "$ac_ct_GCJ"; then
16827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GCJ" >&5
16828 $as_echo "$ac_ct_GCJ" >&6; }
16829 else
16830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16831 $as_echo "no" >&6; }
16832 fi
16833
16834
16835 test -n "$ac_ct_GCJ" && break
16836 done
16837
16838 if test "x$ac_ct_GCJ" = x; then
16839 GCJ="gcj"
16840 else
16841 case $cross_compiling:$ac_tool_warned in
16842 yes:)
16843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16845 ac_tool_warned=yes ;;
16846 esac
16847 GCJ=$ac_ct_GCJ
16848 fi
16849 fi
16850
16851 test -z "$GCJ" && as_fn_error "no acceptable gcj found in \$PATH" "$LINENO" 5
16852 if test "x${GCJFLAGS-unset}" = xunset; then
16853 GCJFLAGS="-g -O2"
16854 fi
16855
16856
16857 depcc="$GCJ" am_compiler_list='gcc3 gcc'
16858
16859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
16860 $as_echo_n "checking dependency style of $depcc... " >&6; }
16861 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then :
16862 $as_echo_n "(cached) " >&6
16863 else
16864 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
16865 # We make a subdir and do the tests there. Otherwise we can end up
16866 # making bogus files that we don't know about and never remove. For
16867 # instance it was reported that on HP-UX the gcc test will end up
16868 # making a dummy file named `D' -- because `-MD' means `put the output
16869 # in D'.
16870 mkdir conftest.dir
16871 # Copy depcomp to subdir because otherwise we won't find it if we're
16872 # using a relative directory.
16873 cp "$am_depcomp" conftest.dir
16874 cd conftest.dir
16875 # We will build objects and dependencies in a subdirectory because
16876 # it helps to detect inapplicable dependency modes. For instance
16877 # both Tru64's cc and ICC support -MD to output dependencies as a
16878 # side effect of compilation, but ICC will put the dependencies in
16879 # the current directory while Tru64 will put them in the object
16880 # directory.
16881 mkdir sub
16882
16883 am_cv_GCJ_dependencies_compiler_type=none
16884 if test "$am_compiler_list" = ""; then
16885 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
16886 fi
16887 am__universal=false
16888
16889
16890 for depmode in $am_compiler_list; do
16891 # Setup a source with many dependencies, because some compilers
16892 # like to wrap large dependency lists on column 80 (with \), and
16893 # we should not choose a depcomp mode which is confused by this.
16894 #
16895 # We need to recreate these files for each test, as the compiler may
16896 # overwrite some of them when testing with obscure command lines.
16897 # This happens at least with the AIX C compiler.
16898 : > sub/conftest.c
16899 for i in 1 2 3 4 5 6; do
16900 echo '#include "conftst'$i'.h"' >> sub/conftest.c
16901 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
16902 # Solaris 8's {/usr,}/bin/sh.
16903 touch sub/conftst$i.h
16904 done
16905 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
16906
16907 # We check with `-c' and `-o' for the sake of the "dashmstdout"
16908 # mode. It turns out that the SunPro C++ compiler does not properly
16909 # handle `-M -o', and we need to detect this. Also, some Intel
16910 # versions had trouble with output in subdirs
16911 am__obj=sub/conftest.${OBJEXT-o}
16912 am__minus_obj="-o $am__obj"
16913 case $depmode in
16914 gcc)
16915 # This depmode causes a compiler race in universal mode.
16916 test "$am__universal" = false || continue
16917 ;;
16918 nosideeffect)
16919 # after this tag, mechanisms are not by side-effect, so they'll
16920 # only be used when explicitly requested
16921 if test "x$enable_dependency_tracking" = xyes; then
16922 continue
16923 else
16924 break
16925 fi
16926 ;;
16927 msvisualcpp | msvcmsys)
16928 # This compiler won't grok `-c -o', but also, the minuso test has
16929 # not run yet. These depmodes are late enough in the game, and
16930 # so weak that their functioning should not be impacted.
16931 am__obj=conftest.${OBJEXT-o}
16932 am__minus_obj=
16933 ;;
16934 none) break ;;
16935 esac
16936 if depmode=$depmode \
16937 source=sub/conftest.c object=$am__obj \
16938 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
16939 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
16940 >/dev/null 2>conftest.err &&
16941 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
16942 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
16943 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
16944 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
16945 # icc doesn't choke on unknown options, it will just issue warnings
16946 # or remarks (even with -Werror). So we grep stderr for any message
16947 # that says an option was ignored or not supported.
16948 # When given -MP, icc 7.0 and 7.1 complain thusly:
16949 # icc: Command line warning: ignoring option '-M'; no argument required
16950 # The diagnosis changed in icc 8.0:
16951 # icc: Command line remark: option '-MP' not supported
16952 if (grep 'ignoring option' conftest.err ||
16953 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
16954 am_cv_GCJ_dependencies_compiler_type=$depmode
16955 break
16956 fi
16957 fi
16958 done
16959
16960 cd ..
16961 rm -rf conftest.dir
16962 else
16963 am_cv_GCJ_dependencies_compiler_type=none
16964 fi
16965
16966 fi
16967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_GCJ_dependencies_compiler_type" >&5
16968 $as_echo "$am_cv_GCJ_dependencies_compiler_type" >&6; }
16969 GCJDEPMODE=depmode=$am_cv_GCJ_dependencies_compiler_type
16970
16971 if
16972 test "x$enable_dependency_tracking" != xno \
16973 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3; then
16974 am__fastdepGCJ_TRUE=
16975 am__fastdepGCJ_FALSE='#'
16976 else
16977 am__fastdepGCJ_TRUE='#'
16978 am__fastdepGCJ_FALSE=
16979 fi
16980
16981
16982
16983 if test -n "$ac_tool_prefix"; then
16984 for ac_prog in gcj
16985 do
16986 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16987 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16989 $as_echo_n "checking for $ac_word... " >&6; }
16990 if test "${ac_cv_prog_GCJ+set}" = set; then :
16991 $as_echo_n "(cached) " >&6
16992 else
16993 if test -n "$GCJ"; then
16994 ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
16995 else
16996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16997 for as_dir in $PATH
16998 do
16999 IFS=$as_save_IFS
17000 test -z "$as_dir" && as_dir=.
17001 for ac_exec_ext in '' $ac_executable_extensions; do
17002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17003 ac_cv_prog_GCJ="$ac_tool_prefix$ac_prog"
17004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17005 break 2
17006 fi
17007 done
17008 done
17009 IFS=$as_save_IFS
17010
17011 fi
17012 fi
17013 GCJ=$ac_cv_prog_GCJ
17014 if test -n "$GCJ"; then
17015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ" >&5
17016 $as_echo "$GCJ" >&6; }
17017 else
17018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17019 $as_echo "no" >&6; }
17020 fi
17021
17022
17023 test -n "$GCJ" && break
17024 done
17025 fi
17026 if test -z "$GCJ"; then
17027 ac_ct_GCJ=$GCJ
17028 for ac_prog in gcj
17029 do
17030 # Extract the first word of "$ac_prog", so it can be a program name with args.
17031 set dummy $ac_prog; ac_word=$2
17032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17033 $as_echo_n "checking for $ac_word... " >&6; }
17034 if test "${ac_cv_prog_ac_ct_GCJ+set}" = set; then :
17035 $as_echo_n "(cached) " >&6
17036 else
17037 if test -n "$ac_ct_GCJ"; then
17038 ac_cv_prog_ac_ct_GCJ="$ac_ct_GCJ" # Let the user override the test.
17039 else
17040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17041 for as_dir in $PATH
17042 do
17043 IFS=$as_save_IFS
17044 test -z "$as_dir" && as_dir=.
17045 for ac_exec_ext in '' $ac_executable_extensions; do
17046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17047 ac_cv_prog_ac_ct_GCJ="$ac_prog"
17048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17049 break 2
17050 fi
17051 done
17052 done
17053 IFS=$as_save_IFS
17054
17055 fi
17056 fi
17057 ac_ct_GCJ=$ac_cv_prog_ac_ct_GCJ
17058 if test -n "$ac_ct_GCJ"; then
17059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GCJ" >&5
17060 $as_echo "$ac_ct_GCJ" >&6; }
17061 else
17062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17063 $as_echo "no" >&6; }
17064 fi
17065
17066
17067 test -n "$ac_ct_GCJ" && break
17068 done
17069
17070 if test "x$ac_ct_GCJ" = x; then
17071 GCJ="gcj"
17072 else
17073 case $cross_compiling:$ac_tool_warned in
17074 yes:)
17075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
17076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
17077 ac_tool_warned=yes ;;
17078 esac
17079 GCJ=$ac_ct_GCJ
17080 fi
17081 fi
17082
17083 test -z "$GCJ" && as_fn_error "no acceptable gcj found in \$PATH" "$LINENO" 5
17084 if test "x${GCJFLAGS-unset}" = xunset; then
17085 GCJFLAGS="-g -O2"
17086 fi
17087
17088
17089 depcc="$GCJ" am_compiler_list='gcc3 gcc'
17090
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
17092 $as_echo_n "checking dependency style of $depcc... " >&6; }
17093 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then :
17094 $as_echo_n "(cached) " >&6
17095 else
17096 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
17097 # We make a subdir and do the tests there. Otherwise we can end up
17098 # making bogus files that we don't know about and never remove. For
17099 # instance it was reported that on HP-UX the gcc test will end up
17100 # making a dummy file named `D' -- because `-MD' means `put the output
17101 # in D'.
17102 mkdir conftest.dir
17103 # Copy depcomp to subdir because otherwise we won't find it if we're
17104 # using a relative directory.
17105 cp "$am_depcomp" conftest.dir
17106 cd conftest.dir
17107 # We will build objects and dependencies in a subdirectory because
17108 # it helps to detect inapplicable dependency modes. For instance
17109 # both Tru64's cc and ICC support -MD to output dependencies as a
17110 # side effect of compilation, but ICC will put the dependencies in
17111 # the current directory while Tru64 will put them in the object
17112 # directory.
17113 mkdir sub
17114
17115 am_cv_GCJ_dependencies_compiler_type=none
17116 if test "$am_compiler_list" = ""; then
17117 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
17118 fi
17119 am__universal=false
17120
17121
17122 for depmode in $am_compiler_list; do
17123 # Setup a source with many dependencies, because some compilers
17124 # like to wrap large dependency lists on column 80 (with \), and
17125 # we should not choose a depcomp mode which is confused by this.
17126 #
17127 # We need to recreate these files for each test, as the compiler may
17128 # overwrite some of them when testing with obscure command lines.
17129 # This happens at least with the AIX C compiler.
17130 : > sub/conftest.c
17131 for i in 1 2 3 4 5 6; do
17132 echo '#include "conftst'$i'.h"' >> sub/conftest.c
17133 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
17134 # Solaris 8's {/usr,}/bin/sh.
17135 touch sub/conftst$i.h
17136 done
17137 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
17138
17139 # We check with `-c' and `-o' for the sake of the "dashmstdout"
17140 # mode. It turns out that the SunPro C++ compiler does not properly
17141 # handle `-M -o', and we need to detect this. Also, some Intel
17142 # versions had trouble with output in subdirs
17143 am__obj=sub/conftest.${OBJEXT-o}
17144 am__minus_obj="-o $am__obj"
17145 case $depmode in
17146 gcc)
17147 # This depmode causes a compiler race in universal mode.
17148 test "$am__universal" = false || continue
17149 ;;
17150 nosideeffect)
17151 # after this tag, mechanisms are not by side-effect, so they'll
17152 # only be used when explicitly requested
17153 if test "x$enable_dependency_tracking" = xyes; then
17154 continue
17155 else
17156 break
17157 fi
17158 ;;
17159 msvisualcpp | msvcmsys)
17160 # This compiler won't grok `-c -o', but also, the minuso test has
17161 # not run yet. These depmodes are late enough in the game, and
17162 # so weak that their functioning should not be impacted.
17163 am__obj=conftest.${OBJEXT-o}
17164 am__minus_obj=
17165 ;;
17166 none) break ;;
17167 esac
17168 if depmode=$depmode \
17169 source=sub/conftest.c object=$am__obj \
17170 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
17171 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
17172 >/dev/null 2>conftest.err &&
17173 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
17174 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
17175 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
17176 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
17177 # icc doesn't choke on unknown options, it will just issue warnings
17178 # or remarks (even with -Werror). So we grep stderr for any message
17179 # that says an option was ignored or not supported.
17180 # When given -MP, icc 7.0 and 7.1 complain thusly:
17181 # icc: Command line warning: ignoring option '-M'; no argument required
17182 # The diagnosis changed in icc 8.0:
17183 # icc: Command line remark: option '-MP' not supported
17184 if (grep 'ignoring option' conftest.err ||
17185 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
17186 am_cv_GCJ_dependencies_compiler_type=$depmode
17187 break
17188 fi
17189 fi
17190 done
17191
17192 cd ..
17193 rm -rf conftest.dir
17194 else
17195 am_cv_GCJ_dependencies_compiler_type=none
17196 fi
17197
17198 fi
17199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_GCJ_dependencies_compiler_type" >&5
17200 $as_echo "$am_cv_GCJ_dependencies_compiler_type" >&6; }
17201 GCJDEPMODE=depmode=$am_cv_GCJ_dependencies_compiler_type
17202
17203 if
17204 test "x$enable_dependency_tracking" != xno \
17205 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3; then
17206 am__fastdepGCJ_TRUE=
17207 am__fastdepGCJ_FALSE='#'
17208 else
17209 am__fastdepGCJ_TRUE='#'
17210 am__fastdepGCJ_FALSE=
17211 fi
17212
17213
17214
17215
17216
17217 # Source file extension for Java test sources.
17218 ac_ext=c
17219
17220 # Object file extension for compiled Java test sources.
17221 objext=o
17222 objext_GCJ=$objext
17223
17224 # Code to be used in simple compile tests
17225 lt_simple_compile_test_code="int some_variable = 0;"
17226
17227 # Code to be used in simple link tests
17228 lt_simple_link_test_code='int main(){return(0);}'
17229
17230 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
17231
17232
17233
17234
17235
17236
17237 # If no C compiler was specified, use CC.
17238 LTCC=${LTCC-"$CC"}
17239
17240 # If no C compiler flags were specified, use CFLAGS.
17241 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
17242
17243 # Allow CC to be a program name with arguments.
17244 compiler=$CC
17245
17246
17247 # save warnings/boilerplate of simple test code
17248 ac_outfile=conftest.$ac_objext
17249 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
17250 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
17251 _lt_compiler_boilerplate=`cat conftest.err`
17252 $RM conftest*
17253
17254 ac_outfile=conftest.$ac_objext
17255 echo "$lt_simple_link_test_code" >conftest.$ac_ext
17256 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
17257 _lt_linker_boilerplate=`cat conftest.err`
17258 $RM -r conftest*
17259
17260
17261 # Allow CC to be a program name with arguments.
17262 GCC=yes
17263 compiler=$CC
17264 compiler_GCJ=$CC
17265 for cc_temp in $compiler""; do
17266 case $cc_temp in
17267 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
17268 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
17269 \-*) ;;
17270 *) break;;
17271 esac
17272 done
17273 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
17274
17275
17276 # GCJ did not exist at the time GCC didn't implicitly link libc in.
17277 archive_cmds_need_lc_GCJ=no
17278
17279 old_archive_cmds_GCJ=$old_archive_cmds
17280
17281 ## CAVEAT EMPTOR:
17282 ## There is no encapsulation within the following macros, do not change
17283 ## the running order or otherwise move them around unless you know exactly
17284 ## what you are doing...
17285 if test -n "$compiler"; then
17286
17287 lt_prog_compiler_no_builtin_flag_GCJ=
17288
17289 if test "$GCC" = yes; then
17290 case $cc_basename in
17291 nvcc*)
17292 lt_prog_compiler_no_builtin_flag_GCJ=' -Xcompiler -fno-builtin' ;;
17293 *)
17294 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' ;;
17295 esac
17296
17297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
17298 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
17299 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
17300 $as_echo_n "(cached) " >&6
17301 else
17302 lt_cv_prog_compiler_rtti_exceptions=no
17303 ac_outfile=conftest.$ac_objext
17304 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17305 lt_compiler_flag="-fno-rtti -fno-exceptions"
17306 # Insert the option either (1) after the last *FLAGS variable, or
17307 # (2) before a word containing "conftest.", or (3) at the end.
17308 # Note that $ac_compile itself does not contain backslashes and begins
17309 # with a dollar sign (not a hyphen), so the echo should work correctly.
17310 # The option is referenced via a variable to avoid confusing sed.
17311 lt_compile=`echo "$ac_compile" | $SED \
17312 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17313 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17314 -e 's:$: $lt_compiler_flag:'`
17315 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17316 (eval "$lt_compile" 2>conftest.err)
17317 ac_status=$?
17318 cat conftest.err >&5
17319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17320 if (exit $ac_status) && test -s "$ac_outfile"; then
17321 # The compiler can only warn and ignore the option if not recognized
17322 # So say no if there are warnings other than the usual output.
17323 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
17324 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17325 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
17326 lt_cv_prog_compiler_rtti_exceptions=yes
17327 fi
17328 fi
17329 $RM conftest*
17330
17331 fi
17332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
17333 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
17334
17335 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
17336 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
17337 else
17338 :
17339 fi
17340
17341 fi
17342
17343
17344
17345 lt_prog_compiler_wl_GCJ=
17346 lt_prog_compiler_pic_GCJ=
17347 lt_prog_compiler_static_GCJ=
17348
17349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
17350 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
17351
17352 if test "$GCC" = yes; then
17353 lt_prog_compiler_wl_GCJ='-Wl,'
17354 lt_prog_compiler_static_GCJ='-static'
17355
17356 case $host_os in
17357 aix*)
17358 # All AIX code is PIC.
17359 if test "$host_cpu" = ia64; then
17360 # AIX 5 now supports IA64 processor
17361 lt_prog_compiler_static_GCJ='-Bstatic'
17362 fi
17363 ;;
17364
17365 amigaos*)
17366 case $host_cpu in
17367 powerpc)
17368 # see comment about AmigaOS4 .so support
17369 lt_prog_compiler_pic_GCJ='-fPIC'
17370 ;;
17371 m68k)
17372 # FIXME: we need at least 68020 code to build shared libraries, but
17373 # adding the `-m68020' flag to GCC prevents building anything better,
17374 # like `-m68040'.
17375 lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
17376 ;;
17377 esac
17378 ;;
17379
17380 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
17381 # PIC is the default for these OSes.
17382 ;;
17383
17384 mingw* | cygwin* | pw32* | os2* | cegcc*)
17385 # This hack is so that the source file can tell whether it is being
17386 # built for inclusion in a dll (and should export symbols for example).
17387 # Although the cygwin gcc ignores -fPIC, still need this for old-style
17388 # (--disable-auto-import) libraries
17389
17390 ;;
17391
17392 darwin* | rhapsody*)
17393 # PIC is the default on this platform
17394 # Common symbols not allowed in MH_DYLIB files
17395 lt_prog_compiler_pic_GCJ='-fno-common'
17396 ;;
17397
17398 haiku*)
17399 # PIC is the default for Haiku.
17400 # The "-static" flag exists, but is broken.
17401 lt_prog_compiler_static_GCJ=
17402 ;;
17403
17404 hpux*)
17405 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
17406 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
17407 # sets the default TLS model and affects inlining.
17408 case $host_cpu in
17409 hppa*64*)
17410 # +Z the default
17411 ;;
17412 *)
17413 lt_prog_compiler_pic_GCJ='-fPIC'
17414 ;;
17415 esac
17416 ;;
17417
17418 interix[3-9]*)
17419 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
17420 # Instead, we relocate shared libraries at runtime.
17421 ;;
17422
17423 msdosdjgpp*)
17424 # Just because we use GCC doesn't mean we suddenly get shared libraries
17425 # on systems that don't support them.
17426 lt_prog_compiler_can_build_shared_GCJ=no
17427 enable_shared=no
17428 ;;
17429
17430 *nto* | *qnx*)
17431 # QNX uses GNU C++, but need to define -shared option too, otherwise
17432 # it will coredump.
17433 lt_prog_compiler_pic_GCJ='-fPIC -shared'
17434 ;;
17435
17436 sysv4*MP*)
17437 if test -d /usr/nec; then
17438 lt_prog_compiler_pic_GCJ=-Kconform_pic
17439 fi
17440 ;;
17441
17442 *)
17443 lt_prog_compiler_pic_GCJ='-fPIC'
17444 ;;
17445 esac
17446
17447 case $cc_basename in
17448 nvcc*) # Cuda Compiler Driver 2.2
17449 lt_prog_compiler_wl_GCJ='-Xlinker '
17450 lt_prog_compiler_pic_GCJ='-Xcompiler -fPIC'
17451 ;;
17452 esac
17453 else
17454 # PORTME Check for flag to pass linker flags through the system compiler.
17455 case $host_os in
17456 aix*)
17457 lt_prog_compiler_wl_GCJ='-Wl,'
17458 if test "$host_cpu" = ia64; then
17459 # AIX 5 now supports IA64 processor
17460 lt_prog_compiler_static_GCJ='-Bstatic'
17461 else
17462 lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
17463 fi
17464 ;;
17465
17466 mingw* | cygwin* | pw32* | os2* | cegcc*)
17467 # This hack is so that the source file can tell whether it is being
17468 # built for inclusion in a dll (and should export symbols for example).
17469
17470 ;;
17471
17472 hpux9* | hpux10* | hpux11*)
17473 lt_prog_compiler_wl_GCJ='-Wl,'
17474 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
17475 # not for PA HP-UX.
17476 case $host_cpu in
17477 hppa*64*|ia64*)
17478 # +Z the default
17479 ;;
17480 *)
17481 lt_prog_compiler_pic_GCJ='+Z'
17482 ;;
17483 esac
17484 # Is there a better lt_prog_compiler_static that works with the bundled CC?
17485 lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
17486 ;;
17487
17488 irix5* | irix6* | nonstopux*)
17489 lt_prog_compiler_wl_GCJ='-Wl,'
17490 # PIC (with -KPIC) is the default.
17491 lt_prog_compiler_static_GCJ='-non_shared'
17492 ;;
17493
17494 linux* | k*bsd*-gnu | kopensolaris*-gnu)
17495 case $cc_basename in
17496 # old Intel for x86_64 which still supported -KPIC.
17497 ecc*)
17498 lt_prog_compiler_wl_GCJ='-Wl,'
17499 lt_prog_compiler_pic_GCJ='-KPIC'
17500 lt_prog_compiler_static_GCJ='-static'
17501 ;;
17502 # icc used to be incompatible with GCC.
17503 # ICC 10 doesn't accept -KPIC any more.
17504 icc* | ifort*)
17505 lt_prog_compiler_wl_GCJ='-Wl,'
17506 lt_prog_compiler_pic_GCJ='-fPIC'
17507 lt_prog_compiler_static_GCJ='-static'
17508 ;;
17509 # Lahey Fortran 8.1.
17510 lf95*)
17511 lt_prog_compiler_wl_GCJ='-Wl,'
17512 lt_prog_compiler_pic_GCJ='--shared'
17513 lt_prog_compiler_static_GCJ='--static'
17514 ;;
17515 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
17516 # Portland Group compilers (*not* the Pentium gcc compiler,
17517 # which looks to be a dead project)
17518 lt_prog_compiler_wl_GCJ='-Wl,'
17519 lt_prog_compiler_pic_GCJ='-fpic'
17520 lt_prog_compiler_static_GCJ='-Bstatic'
17521 ;;
17522 ccc*)
17523 lt_prog_compiler_wl_GCJ='-Wl,'
17524 # All Alpha code is PIC.
17525 lt_prog_compiler_static_GCJ='-non_shared'
17526 ;;
17527 xl* | bgxl* | bgf* | mpixl*)
17528 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
17529 lt_prog_compiler_wl_GCJ='-Wl,'
17530 lt_prog_compiler_pic_GCJ='-qpic'
17531 lt_prog_compiler_static_GCJ='-qstaticlink'
17532 ;;
17533 *)
17534 case `$CC -V 2>&1 | sed 5q` in
17535 *Sun\ F* | *Sun*Fortran*)
17536 # Sun Fortran 8.3 passes all unrecognized flags to the linker
17537 lt_prog_compiler_pic_GCJ='-KPIC'
17538 lt_prog_compiler_static_GCJ='-Bstatic'
17539 lt_prog_compiler_wl_GCJ=''
17540 ;;
17541 *Sun\ C*)
17542 # Sun C 5.9
17543 lt_prog_compiler_pic_GCJ='-KPIC'
17544 lt_prog_compiler_static_GCJ='-Bstatic'
17545 lt_prog_compiler_wl_GCJ='-Wl,'
17546 ;;
17547 esac
17548 ;;
17549 esac
17550 ;;
17551
17552 newsos6)
17553 lt_prog_compiler_pic_GCJ='-KPIC'
17554 lt_prog_compiler_static_GCJ='-Bstatic'
17555 ;;
17556
17557 *nto* | *qnx*)
17558 # QNX uses GNU C++, but need to define -shared option too, otherwise
17559 # it will coredump.
17560 lt_prog_compiler_pic_GCJ='-fPIC -shared'
17561 ;;
17562
17563 osf3* | osf4* | osf5*)
17564 lt_prog_compiler_wl_GCJ='-Wl,'
17565 # All OSF/1 code is PIC.
17566 lt_prog_compiler_static_GCJ='-non_shared'
17567 ;;
17568
17569 rdos*)
17570 lt_prog_compiler_static_GCJ='-non_shared'
17571 ;;
17572
17573 solaris*)
17574 lt_prog_compiler_pic_GCJ='-KPIC'
17575 lt_prog_compiler_static_GCJ='-Bstatic'
17576 case $cc_basename in
17577 f77* | f90* | f95*)
17578 lt_prog_compiler_wl_GCJ='-Qoption ld ';;
17579 *)
17580 lt_prog_compiler_wl_GCJ='-Wl,';;
17581 esac
17582 ;;
17583
17584 sunos4*)
17585 lt_prog_compiler_wl_GCJ='-Qoption ld '
17586 lt_prog_compiler_pic_GCJ='-PIC'
17587 lt_prog_compiler_static_GCJ='-Bstatic'
17588 ;;
17589
17590 sysv4 | sysv4.2uw2* | sysv4.3*)
17591 lt_prog_compiler_wl_GCJ='-Wl,'
17592 lt_prog_compiler_pic_GCJ='-KPIC'
17593 lt_prog_compiler_static_GCJ='-Bstatic'
17594 ;;
17595
17596 sysv4*MP*)
17597 if test -d /usr/nec ;then
17598 lt_prog_compiler_pic_GCJ='-Kconform_pic'
17599 lt_prog_compiler_static_GCJ='-Bstatic'
17600 fi
17601 ;;
17602
17603 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
17604 lt_prog_compiler_wl_GCJ='-Wl,'
17605 lt_prog_compiler_pic_GCJ='-KPIC'
17606 lt_prog_compiler_static_GCJ='-Bstatic'
17607 ;;
17608
17609 unicos*)
17610 lt_prog_compiler_wl_GCJ='-Wl,'
17611 lt_prog_compiler_can_build_shared_GCJ=no
17612 ;;
17613
17614 uts4*)
17615 lt_prog_compiler_pic_GCJ='-pic'
17616 lt_prog_compiler_static_GCJ='-Bstatic'
17617 ;;
17618
17619 *)
17620 lt_prog_compiler_can_build_shared_GCJ=no
17621 ;;
17622 esac
17623 fi
17624
17625 case $host_os in
17626 # For platforms which do not support PIC, -DPIC is meaningless:
17627 *djgpp*)
17628 lt_prog_compiler_pic_GCJ=
17629 ;;
17630 *)
17631 lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
17632 ;;
17633 esac
17634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_GCJ" >&5
17635 $as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
17636
17637
17638
17639 #
17640 # Check to make sure the PIC flag actually works.
17641 #
17642 if test -n "$lt_prog_compiler_pic_GCJ"; then
17643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17644 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
17645 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then :
17646 $as_echo_n "(cached) " >&6
17647 else
17648 lt_cv_prog_compiler_pic_works_GCJ=no
17649 ac_outfile=conftest.$ac_objext
17650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17651 lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
17652 # Insert the option either (1) after the last *FLAGS variable, or
17653 # (2) before a word containing "conftest.", or (3) at the end.
17654 # Note that $ac_compile itself does not contain backslashes and begins
17655 # with a dollar sign (not a hyphen), so the echo should work correctly.
17656 # The option is referenced via a variable to avoid confusing sed.
17657 lt_compile=`echo "$ac_compile" | $SED \
17658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17660 -e 's:$: $lt_compiler_flag:'`
17661 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17662 (eval "$lt_compile" 2>conftest.err)
17663 ac_status=$?
17664 cat conftest.err >&5
17665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17666 if (exit $ac_status) && test -s "$ac_outfile"; then
17667 # The compiler can only warn and ignore the option if not recognized
17668 # So say no if there are warnings other than the usual output.
17669 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
17670 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17671 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
17672 lt_cv_prog_compiler_pic_works_GCJ=yes
17673 fi
17674 fi
17675 $RM conftest*
17676
17677 fi
17678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
17679 $as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
17680
17681 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
17682 case $lt_prog_compiler_pic_GCJ in
17683 "" | " "*) ;;
17684 *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
17685 esac
17686 else
17687 lt_prog_compiler_pic_GCJ=
17688 lt_prog_compiler_can_build_shared_GCJ=no
17689 fi
17690
17691 fi
17692
17693
17694
17695 #
17696 # Check to make sure the static flag actually works.
17697 #
17698 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
17699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17700 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
17701 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then :
17702 $as_echo_n "(cached) " >&6
17703 else
17704 lt_cv_prog_compiler_static_works_GCJ=no
17705 save_LDFLAGS="$LDFLAGS"
17706 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
17707 echo "$lt_simple_link_test_code" > conftest.$ac_ext
17708 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
17709 # The linker can only warn and ignore the option if not recognized
17710 # So say no if there are warnings
17711 if test -s conftest.err; then
17712 # Append any errors to the config.log.
17713 cat conftest.err 1>&5
17714 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
17715 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17716 if diff conftest.exp conftest.er2 >/dev/null; then
17717 lt_cv_prog_compiler_static_works_GCJ=yes
17718 fi
17719 else
17720 lt_cv_prog_compiler_static_works_GCJ=yes
17721 fi
17722 fi
17723 $RM -r conftest*
17724 LDFLAGS="$save_LDFLAGS"
17725
17726 fi
17727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
17728 $as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
17729
17730 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
17731 :
17732 else
17733 lt_prog_compiler_static_GCJ=
17734 fi
17735
17736
17737
17738
17739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
17740 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
17741 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then :
17742 $as_echo_n "(cached) " >&6
17743 else
17744 lt_cv_prog_compiler_c_o_GCJ=no
17745 $RM -r conftest 2>/dev/null
17746 mkdir conftest
17747 cd conftest
17748 mkdir out
17749 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17750
17751 lt_compiler_flag="-o out/conftest2.$ac_objext"
17752 # Insert the option either (1) after the last *FLAGS variable, or
17753 # (2) before a word containing "conftest.", or (3) at the end.
17754 # Note that $ac_compile itself does not contain backslashes and begins
17755 # with a dollar sign (not a hyphen), so the echo should work correctly.
17756 lt_compile=`echo "$ac_compile" | $SED \
17757 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17758 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17759 -e 's:$: $lt_compiler_flag:'`
17760 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17761 (eval "$lt_compile" 2>out/conftest.err)
17762 ac_status=$?
17763 cat out/conftest.err >&5
17764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17765 if (exit $ac_status) && test -s out/conftest2.$ac_objext
17766 then
17767 # The compiler can only warn and ignore the option if not recognized
17768 # So say no if there are warnings
17769 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
17770 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17771 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17772 lt_cv_prog_compiler_c_o_GCJ=yes
17773 fi
17774 fi
17775 chmod u+w . 2>&5
17776 $RM conftest*
17777 # SGI C++ compiler will create directory out/ii_files/ for
17778 # template instantiation
17779 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
17780 $RM out/* && rmdir out
17781 cd ..
17782 $RM -r conftest
17783 $RM conftest*
17784
17785 fi
17786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17787 $as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
17788
17789
17790
17791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
17792 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
17793 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then :
17794 $as_echo_n "(cached) " >&6
17795 else
17796 lt_cv_prog_compiler_c_o_GCJ=no
17797 $RM -r conftest 2>/dev/null
17798 mkdir conftest
17799 cd conftest
17800 mkdir out
17801 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17802
17803 lt_compiler_flag="-o out/conftest2.$ac_objext"
17804 # Insert the option either (1) after the last *FLAGS variable, or
17805 # (2) before a word containing "conftest.", or (3) at the end.
17806 # Note that $ac_compile itself does not contain backslashes and begins
17807 # with a dollar sign (not a hyphen), so the echo should work correctly.
17808 lt_compile=`echo "$ac_compile" | $SED \
17809 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17810 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17811 -e 's:$: $lt_compiler_flag:'`
17812 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17813 (eval "$lt_compile" 2>out/conftest.err)
17814 ac_status=$?
17815 cat out/conftest.err >&5
17816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17817 if (exit $ac_status) && test -s out/conftest2.$ac_objext
17818 then
17819 # The compiler can only warn and ignore the option if not recognized
17820 # So say no if there are warnings
17821 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
17822 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17823 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17824 lt_cv_prog_compiler_c_o_GCJ=yes
17825 fi
17826 fi
17827 chmod u+w . 2>&5
17828 $RM conftest*
17829 # SGI C++ compiler will create directory out/ii_files/ for
17830 # template instantiation
17831 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
17832 $RM out/* && rmdir out
17833 cd ..
17834 $RM -r conftest
17835 $RM conftest*
17836
17837 fi
17838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17839 $as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
17840
17841
17842
17843
17844 hard_links="nottested"
17845 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
17846 # do not overwrite the value of need_locks provided by the user
17847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
17848 $as_echo_n "checking if we can lock with hard links... " >&6; }
17849 hard_links=yes
17850 $RM conftest*
17851 ln conftest.a conftest.b 2>/dev/null && hard_links=no
17852 touch conftest.a
17853 ln conftest.a conftest.b 2>&5 || hard_links=no
17854 ln conftest.a conftest.b 2>/dev/null && hard_links=no
17855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
17856 $as_echo "$hard_links" >&6; }
17857 if test "$hard_links" = no; then
17858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17859 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17860 need_locks=warn
17861 fi
17862 else
17863 need_locks=no
17864 fi
17865
17866
17867
17868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17869 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
17870
17871 runpath_var=
17872 allow_undefined_flag_GCJ=
17873 always_export_symbols_GCJ=no
17874 archive_cmds_GCJ=
17875 archive_expsym_cmds_GCJ=
17876 compiler_needs_object_GCJ=no
17877 enable_shared_with_static_runtimes_GCJ=no
17878 export_dynamic_flag_spec_GCJ=
17879 export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
17880 hardcode_automatic_GCJ=no
17881 hardcode_direct_GCJ=no
17882 hardcode_direct_absolute_GCJ=no
17883 hardcode_libdir_flag_spec_GCJ=
17884 hardcode_libdir_flag_spec_ld_GCJ=
17885 hardcode_libdir_separator_GCJ=
17886 hardcode_minus_L_GCJ=no
17887 hardcode_shlibpath_var_GCJ=unsupported
17888 inherit_rpath_GCJ=no
17889 link_all_deplibs_GCJ=unknown
17890 module_cmds_GCJ=
17891 module_expsym_cmds_GCJ=
17892 old_archive_from_new_cmds_GCJ=
17893 old_archive_from_expsyms_cmds_GCJ=
17894 thread_safe_flag_spec_GCJ=
17895 whole_archive_flag_spec_GCJ=
17896 # include_expsyms should be a list of space-separated symbols to be *always*
17897 # included in the symbol list
17898 include_expsyms_GCJ=
17899 # exclude_expsyms can be an extended regexp of symbols to exclude
17900 # it will be wrapped by ` (' and `)$', so one must not match beginning or
17901 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
17902 # as well as any symbol that contains `d'.
17903 exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
17904 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
17905 # platforms (ab)use it in PIC code, but their linkers get confused if
17906 # the symbol is explicitly referenced. Since portable code cannot
17907 # rely on this symbol name, it's probably fine to never include it in
17908 # preloaded symbol tables.
17909 # Exclude shared library initialization/finalization symbols.
17910 extract_expsyms_cmds=
17911
17912 case $host_os in
17913 cygwin* | mingw* | pw32* | cegcc*)
17914 # FIXME: the MSVC++ port hasn't been tested in a loooong time
17915 # When not using gcc, we currently assume that we are using
17916 # Microsoft Visual C++.
17917 if test "$GCC" != yes; then
17918 with_gnu_ld=no
17919 fi
17920 ;;
17921 interix*)
17922 # we just hope/assume this is gcc and not c89 (= MSVC++)
17923 with_gnu_ld=yes
17924 ;;
17925 openbsd*)
17926 with_gnu_ld=no
17927 ;;
17928 esac
17929
17930 ld_shlibs_GCJ=yes
17931
17932 # On some targets, GNU ld is compatible enough with the native linker
17933 # that we're better off using the native interface for both.
17934 lt_use_gnu_ld_interface=no
17935 if test "$with_gnu_ld" = yes; then
17936 case $host_os in
17937 aix*)
17938 # The AIX port of GNU ld has always aspired to compatibility
17939 # with the native linker. However, as the warning in the GNU ld
17940 # block says, versions before 2.19.5* couldn't really create working
17941 # shared libraries, regardless of the interface used.
17942 case `$LD -v 2>&1` in
17943 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
17944 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
17945 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
17946 *)
17947 lt_use_gnu_ld_interface=yes
17948 ;;
17949 esac
17950 ;;
17951 *)
17952 lt_use_gnu_ld_interface=yes
17953 ;;
17954 esac
17955 fi
17956
17957 if test "$lt_use_gnu_ld_interface" = yes; then
17958 # If archive_cmds runs LD, not CC, wlarc should be empty
17959 wlarc='${wl}'
17960
17961 # Set some defaults for GNU ld with shared library support. These
17962 # are reset later if shared libraries are not supported. Putting them
17963 # here allows them to be overridden if necessary.
17964 runpath_var=LD_RUN_PATH
17965 hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
17966 export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
17967 # ancient GNU ld didn't support --whole-archive et. al.
17968 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
17969 whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
17970 else
17971 whole_archive_flag_spec_GCJ=
17972 fi
17973 supports_anon_versioning=no
17974 case `$LD -v 2>&1` in
17975 *GNU\ gold*) supports_anon_versioning=yes ;;
17976 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
17977 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
17978 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
17979 *\ 2.11.*) ;; # other 2.11 versions
17980 *) supports_anon_versioning=yes ;;
17981 esac
17982
17983 # See if GNU ld supports shared libraries.
17984 case $host_os in
17985 aix[3-9]*)
17986 # On AIX/PPC, the GNU linker is very broken
17987 if test "$host_cpu" != ia64; then
17988 ld_shlibs_GCJ=no
17989 cat <<_LT_EOF 1>&2
17990
17991 *** Warning: the GNU linker, at least up to release 2.19, is reported
17992 *** to be unable to reliably create shared libraries on AIX.
17993 *** Therefore, libtool is disabling shared libraries support. If you
17994 *** really care for shared libraries, you may want to install binutils
17995 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
17996 *** You will then need to restart the configuration process.
17997
17998 _LT_EOF
17999 fi
18000 ;;
18001
18002 amigaos*)
18003 case $host_cpu in
18004 powerpc)
18005 # see comment about AmigaOS4 .so support
18006 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18007 archive_expsym_cmds_GCJ=''
18008 ;;
18009 m68k)
18010 archive_cmds_GCJ='$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)'
18011 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18012 hardcode_minus_L_GCJ=yes
18013 ;;
18014 esac
18015 ;;
18016
18017 beos*)
18018 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18019 allow_undefined_flag_GCJ=unsupported
18020 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
18021 # support --undefined. This deserves some investigation. FIXME
18022 archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18023 else
18024 ld_shlibs_GCJ=no
18025 fi
18026 ;;
18027
18028 cygwin* | mingw* | pw32* | cegcc*)
18029 # _LT_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
18030 # as there is no search path for DLLs.
18031 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18032 export_dynamic_flag_spec_GCJ='${wl}--export-all-symbols'
18033 allow_undefined_flag_GCJ=unsupported
18034 always_export_symbols_GCJ=no
18035 enable_shared_with_static_runtimes_GCJ=yes
18036 export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
18037
18038 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
18039 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18040 # If the export-symbols file already is a .def file (1st line
18041 # is EXPORTS), use it as is; otherwise, prepend...
18042 archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
18043 cp $export_symbols $output_objdir/$soname.def;
18044 else
18045 echo EXPORTS > $output_objdir/$soname.def;
18046 cat $export_symbols >> $output_objdir/$soname.def;
18047 fi~
18048 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18049 else
18050 ld_shlibs_GCJ=no
18051 fi
18052 ;;
18053
18054 haiku*)
18055 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18056 link_all_deplibs_GCJ=yes
18057 ;;
18058
18059 interix[3-9]*)
18060 hardcode_direct_GCJ=no
18061 hardcode_shlibpath_var_GCJ=no
18062 hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
18063 export_dynamic_flag_spec_GCJ='${wl}-E'
18064 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
18065 # Instead, shared libraries are loaded at an image base (0x10000000 by
18066 # default) and relocated if they conflict, which is a slow very memory
18067 # consuming and fragmenting process. To avoid this, we pick a random,
18068 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
18069 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
18070 archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
18071 archive_expsym_cmds_GCJ='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'
18072 ;;
18073
18074 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
18075 tmp_diet=no
18076 if test "$host_os" = linux-dietlibc; then
18077 case $cc_basename in
18078 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
18079 esac
18080 fi
18081 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
18082 && test "$tmp_diet" = no
18083 then
18084 tmp_addflag=
18085 tmp_sharedflag='-shared'
18086 case $cc_basename,$host_cpu in
18087 pgcc*) # Portland Group C compiler
18088 whole_archive_flag_spec_GCJ='${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'
18089 tmp_addflag=' $pic_flag'
18090 ;;
18091 pgf77* | pgf90* | pgf95* | pgfortran*)
18092 # Portland Group f77 and f90 compilers
18093 whole_archive_flag_spec_GCJ='${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'
18094 tmp_addflag=' $pic_flag -Mnomain' ;;
18095 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
18096 tmp_addflag=' -i_dynamic' ;;
18097 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
18098 tmp_addflag=' -i_dynamic -nofor_main' ;;
18099 ifc* | ifort*) # Intel Fortran compiler
18100 tmp_addflag=' -nofor_main' ;;
18101 lf95*) # Lahey Fortran 8.1
18102 whole_archive_flag_spec_GCJ=
18103 tmp_sharedflag='--shared' ;;
18104 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
18105 tmp_sharedflag='-qmkshrobj'
18106 tmp_addflag= ;;
18107 nvcc*) # Cuda Compiler Driver 2.2
18108 whole_archive_flag_spec_GCJ='${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'
18109 compiler_needs_object_GCJ=yes
18110 ;;
18111 esac
18112 case `$CC -V 2>&1 | sed 5q` in
18113 *Sun\ C*) # Sun C 5.9
18114 whole_archive_flag_spec_GCJ='${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'
18115 compiler_needs_object_GCJ=yes
18116 tmp_sharedflag='-G' ;;
18117 *Sun\ F*) # Sun Fortran 8.3
18118 tmp_sharedflag='-G' ;;
18119 esac
18120 archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18121
18122 if test "x$supports_anon_versioning" = xyes; then
18123 archive_expsym_cmds_GCJ='echo "{ global:" > $output_objdir/$libname.ver~
18124 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
18125 echo "local: *; };" >> $output_objdir/$libname.ver~
18126 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
18127 fi
18128
18129 case $cc_basename in
18130 xlf* | bgf* | bgxlf* | mpixlf*)
18131 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
18132 whole_archive_flag_spec_GCJ='--whole-archive$convenience --no-whole-archive'
18133 hardcode_libdir_flag_spec_GCJ=
18134 hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
18135 archive_cmds_GCJ='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
18136 if test "x$supports_anon_versioning" = xyes; then
18137 archive_expsym_cmds_GCJ='echo "{ global:" > $output_objdir/$libname.ver~
18138 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
18139 echo "local: *; };" >> $output_objdir/$libname.ver~
18140 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
18141 fi
18142 ;;
18143 esac
18144 else
18145 ld_shlibs_GCJ=no
18146 fi
18147 ;;
18148
18149 netbsd*)
18150 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
18151 archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
18152 wlarc=
18153 else
18154 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18155 archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18156 fi
18157 ;;
18158
18159 solaris*)
18160 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
18161 ld_shlibs_GCJ=no
18162 cat <<_LT_EOF 1>&2
18163
18164 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
18165 *** create shared libraries on Solaris systems. Therefore, libtool
18166 *** is disabling shared libraries support. We urge you to upgrade GNU
18167 *** binutils to release 2.9.1 or newer. Another option is to modify
18168 *** your PATH or compiler configuration so that the native linker is
18169 *** used, and then restart.
18170
18171 _LT_EOF
18172 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18173 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18174 archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18175 else
18176 ld_shlibs_GCJ=no
18177 fi
18178 ;;
18179
18180 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
18181 case `$LD -v 2>&1` in
18182 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
18183 ld_shlibs_GCJ=no
18184 cat <<_LT_EOF 1>&2
18185
18186 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
18187 *** reliably create shared libraries on SCO systems. Therefore, libtool
18188 *** is disabling shared libraries support. We urge you to upgrade GNU
18189 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
18190 *** your PATH or compiler configuration so that the native linker is
18191 *** used, and then restart.
18192
18193 _LT_EOF
18194 ;;
18195 *)
18196 # For security reasons, it is highly recommended that you always
18197 # use absolute paths for naming shared libraries, and exclude the
18198 # DT_RUNPATH tag from executables and libraries. But doing so
18199 # requires that you compile everything twice, which is a pain.
18200 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18201 hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18202 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18203 archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18204 else
18205 ld_shlibs_GCJ=no
18206 fi
18207 ;;
18208 esac
18209 ;;
18210
18211 sunos4*)
18212 archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18213 wlarc=
18214 hardcode_direct_GCJ=yes
18215 hardcode_shlibpath_var_GCJ=no
18216 ;;
18217
18218 *)
18219 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18220 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18221 archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18222 else
18223 ld_shlibs_GCJ=no
18224 fi
18225 ;;
18226 esac
18227
18228 if test "$ld_shlibs_GCJ" = no; then
18229 runpath_var=
18230 hardcode_libdir_flag_spec_GCJ=
18231 export_dynamic_flag_spec_GCJ=
18232 whole_archive_flag_spec_GCJ=
18233 fi
18234 else
18235 # PORTME fill in a description of your system's linker (not GNU ld)
18236 case $host_os in
18237 aix3*)
18238 allow_undefined_flag_GCJ=unsupported
18239 always_export_symbols_GCJ=yes
18240 archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
18241 # Note: this linker hardcodes the directories in LIBPATH if there
18242 # are no directories specified by -L.
18243 hardcode_minus_L_GCJ=yes
18244 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
18245 # Neither direct hardcoding nor static linking is supported with a
18246 # broken collect2.
18247 hardcode_direct_GCJ=unsupported
18248 fi
18249 ;;
18250
18251 aix[4-9]*)
18252 if test "$host_cpu" = ia64; then
18253 # On IA64, the linker does run time linking by default, so we don't
18254 # have to do anything special.
18255 aix_use_runtimelinking=no
18256 exp_sym_flag='-Bexport'
18257 no_entry_flag=""
18258 else
18259 # If we're using GNU nm, then we don't want the "-C" option.
18260 # -C means demangle to AIX nm, but means don't demangle with GNU nm
18261 # Also, AIX nm treats weak defined symbols like other global
18262 # defined symbols, whereas GNU nm marks them as "W".
18263 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
18264 export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
18265 else
18266 export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
18267 fi
18268 aix_use_runtimelinking=no
18269
18270 # Test if we are trying to use run time linking or normal
18271 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
18272 # need to do runtime linking.
18273 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
18274 for ld_flag in $LDFLAGS; do
18275 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
18276 aix_use_runtimelinking=yes
18277 break
18278 fi
18279 done
18280 ;;
18281 esac
18282
18283 exp_sym_flag='-bexport'
18284 no_entry_flag='-bnoentry'
18285 fi
18286
18287 # When large executables or shared objects are built, AIX ld can
18288 # have problems creating the table of contents. If linking a library
18289 # or program results in "error TOC overflow" add -mminimal-toc to
18290 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
18291 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
18292
18293 archive_cmds_GCJ=''
18294 hardcode_direct_GCJ=yes
18295 hardcode_direct_absolute_GCJ=yes
18296 hardcode_libdir_separator_GCJ=':'
18297 link_all_deplibs_GCJ=yes
18298 file_list_spec_GCJ='${wl}-f,'
18299
18300 if test "$GCC" = yes; then
18301 case $host_os in aix4.[012]|aix4.[012].*)
18302 # We only want to do this on AIX 4.2 and lower, the check
18303 # below for broken collect2 doesn't work under 4.3+
18304 collect2name=`${CC} -print-prog-name=collect2`
18305 if test -f "$collect2name" &&
18306 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
18307 then
18308 # We have reworked collect2
18309 :
18310 else
18311 # We have old collect2
18312 hardcode_direct_GCJ=unsupported
18313 # It fails to find uninstalled libraries when the uninstalled
18314 # path is not listed in the libpath. Setting hardcode_minus_L
18315 # to unsupported forces relinking
18316 hardcode_minus_L_GCJ=yes
18317 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18318 hardcode_libdir_separator_GCJ=
18319 fi
18320 ;;
18321 esac
18322 shared_flag='-shared'
18323 if test "$aix_use_runtimelinking" = yes; then
18324 shared_flag="$shared_flag "'${wl}-G'
18325 fi
18326 else
18327 # not using gcc
18328 if test "$host_cpu" = ia64; then
18329 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
18330 # chokes on -Wl,-G. The following line is correct:
18331 shared_flag='-G'
18332 else
18333 if test "$aix_use_runtimelinking" = yes; then
18334 shared_flag='${wl}-G'
18335 else
18336 shared_flag='${wl}-bM:SRE'
18337 fi
18338 fi
18339 fi
18340
18341 export_dynamic_flag_spec_GCJ='${wl}-bexpall'
18342 # It seems that -bexpall does not export symbols beginning with
18343 # underscore (_), so it is better to generate a list of symbols to export.
18344 always_export_symbols_GCJ=yes
18345 if test "$aix_use_runtimelinking" = yes; then
18346 # Warning - without using the other runtime loading flags (-brtl),
18347 # -berok will link without error, but may produce a broken library.
18348 allow_undefined_flag_GCJ='-berok'
18349 # Determine the default libpath from the value encoded in an
18350 # empty executable.
18351 if test x$gcc_no_link = xyes; then
18352 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18353 fi
18354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18355 /* end confdefs.h. */
18356
18357 int
18358 main ()
18359 {
18360
18361 ;
18362 return 0;
18363 }
18364 _ACEOF
18365 if ac_fn_c_try_link "$LINENO"; then :
18366
18367 lt_aix_libpath_sed='
18368 /Import File Strings/,/^$/ {
18369 /^0/ {
18370 s/^0 *\(.*\)$/\1/
18371 p
18372 }
18373 }'
18374 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18375 # Check for a 64-bit object if we didn't find anything.
18376 if test -z "$aix_libpath"; then
18377 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18378 fi
18379 fi
18380 rm -f core conftest.err conftest.$ac_objext \
18381 conftest$ac_exeext conftest.$ac_ext
18382 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18383
18384 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
18385 archive_expsym_cmds_GCJ='$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"
18386 else
18387 if test "$host_cpu" = ia64; then
18388 hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
18389 allow_undefined_flag_GCJ="-z nodefs"
18390 archive_expsym_cmds_GCJ="\$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"
18391 else
18392 # Determine the default libpath from the value encoded in an
18393 # empty executable.
18394 if test x$gcc_no_link = xyes; then
18395 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18396 fi
18397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18398 /* end confdefs.h. */
18399
18400 int
18401 main ()
18402 {
18403
18404 ;
18405 return 0;
18406 }
18407 _ACEOF
18408 if ac_fn_c_try_link "$LINENO"; then :
18409
18410 lt_aix_libpath_sed='
18411 /Import File Strings/,/^$/ {
18412 /^0/ {
18413 s/^0 *\(.*\)$/\1/
18414 p
18415 }
18416 }'
18417 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18418 # Check for a 64-bit object if we didn't find anything.
18419 if test -z "$aix_libpath"; then
18420 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18421 fi
18422 fi
18423 rm -f core conftest.err conftest.$ac_objext \
18424 conftest$ac_exeext conftest.$ac_ext
18425 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18426
18427 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
18428 # Warning - without using the other run time loading flags,
18429 # -berok will link without error, but may produce a broken library.
18430 no_undefined_flag_GCJ=' ${wl}-bernotok'
18431 allow_undefined_flag_GCJ=' ${wl}-berok'
18432 if test "$with_gnu_ld" = yes; then
18433 # We only use this code for GNU lds that support --whole-archive.
18434 whole_archive_flag_spec_GCJ='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
18435 else
18436 # Exported symbols can be pulled into shared objects from archives
18437 whole_archive_flag_spec_GCJ='$convenience'
18438 fi
18439 archive_cmds_need_lc_GCJ=yes
18440 # This is similar to how AIX traditionally builds its shared libraries.
18441 archive_expsym_cmds_GCJ="\$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'
18442 fi
18443 fi
18444 ;;
18445
18446 amigaos*)
18447 case $host_cpu in
18448 powerpc)
18449 # see comment about AmigaOS4 .so support
18450 archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18451 archive_expsym_cmds_GCJ=''
18452 ;;
18453 m68k)
18454 archive_cmds_GCJ='$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)'
18455 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18456 hardcode_minus_L_GCJ=yes
18457 ;;
18458 esac
18459 ;;
18460
18461 bsdi[45]*)
18462 export_dynamic_flag_spec_GCJ=-rdynamic
18463 ;;
18464
18465 cygwin* | mingw* | pw32* | cegcc*)
18466 # When not using gcc, we currently assume that we are using
18467 # Microsoft Visual C++.
18468 # hardcode_libdir_flag_spec is actually meaningless, as there is
18469 # no search path for DLLs.
18470 hardcode_libdir_flag_spec_GCJ=' '
18471 allow_undefined_flag_GCJ=unsupported
18472 # Tell ltmain to make .lib files, not .a files.
18473 libext=lib
18474 # Tell ltmain to make .dll files, not .so files.
18475 shrext_cmds=".dll"
18476 # FIXME: Setting linknames here is a bad hack.
18477 archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
18478 # The linker will automatically build a .lib file if we build a DLL.
18479 old_archive_from_new_cmds_GCJ='true'
18480 # FIXME: Should let the user specify the lib program.
18481 old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
18482 fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
18483 enable_shared_with_static_runtimes_GCJ=yes
18484 ;;
18485
18486 darwin* | rhapsody*)
18487
18488
18489 archive_cmds_need_lc_GCJ=no
18490 hardcode_direct_GCJ=no
18491 hardcode_automatic_GCJ=yes
18492 hardcode_shlibpath_var_GCJ=unsupported
18493 if test "$lt_cv_ld_force_load" = "yes"; then
18494 whole_archive_flag_spec_GCJ='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
18495 else
18496 whole_archive_flag_spec_GCJ=''
18497 fi
18498 link_all_deplibs_GCJ=yes
18499 allow_undefined_flag_GCJ="$_lt_dar_allow_undefined"
18500 case $cc_basename in
18501 ifort*) _lt_dar_can_shared=yes ;;
18502 *) _lt_dar_can_shared=$GCC ;;
18503 esac
18504 if test "$_lt_dar_can_shared" = "yes"; then
18505 output_verbose_link_cmd=func_echo_all
18506 archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
18507 module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
18508 archive_expsym_cmds_GCJ="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}"
18509 module_expsym_cmds_GCJ="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}"
18510
18511 else
18512 ld_shlibs_GCJ=no
18513 fi
18514
18515 ;;
18516
18517 dgux*)
18518 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18519 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18520 hardcode_shlibpath_var_GCJ=no
18521 ;;
18522
18523 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
18524 # support. Future versions do this automatically, but an explicit c++rt0.o
18525 # does not break anything, and helps significantly (at the cost of a little
18526 # extra space).
18527 freebsd2.2*)
18528 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
18529 hardcode_libdir_flag_spec_GCJ='-R$libdir'
18530 hardcode_direct_GCJ=yes
18531 hardcode_shlibpath_var_GCJ=no
18532 ;;
18533
18534 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
18535 freebsd2.*)
18536 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18537 hardcode_direct_GCJ=yes
18538 hardcode_minus_L_GCJ=yes
18539 hardcode_shlibpath_var_GCJ=no
18540 ;;
18541
18542 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
18543 freebsd* | dragonfly*)
18544 archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
18545 hardcode_libdir_flag_spec_GCJ='-R$libdir'
18546 hardcode_direct_GCJ=yes
18547 hardcode_shlibpath_var_GCJ=no
18548 ;;
18549
18550 hpux9*)
18551 if test "$GCC" = yes; then
18552 archive_cmds_GCJ='$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'
18553 else
18554 archive_cmds_GCJ='$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'
18555 fi
18556 hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
18557 hardcode_libdir_separator_GCJ=:
18558 hardcode_direct_GCJ=yes
18559
18560 # hardcode_minus_L: Not really in the search PATH,
18561 # but as the default location of the library.
18562 hardcode_minus_L_GCJ=yes
18563 export_dynamic_flag_spec_GCJ='${wl}-E'
18564 ;;
18565
18566 hpux10*)
18567 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
18568 archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18569 else
18570 archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
18571 fi
18572 if test "$with_gnu_ld" = no; then
18573 hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
18574 hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
18575 hardcode_libdir_separator_GCJ=:
18576 hardcode_direct_GCJ=yes
18577 hardcode_direct_absolute_GCJ=yes
18578 export_dynamic_flag_spec_GCJ='${wl}-E'
18579 # hardcode_minus_L: Not really in the search PATH,
18580 # but as the default location of the library.
18581 hardcode_minus_L_GCJ=yes
18582 fi
18583 ;;
18584
18585 hpux11*)
18586 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
18587 case $host_cpu in
18588 hppa*64*)
18589 archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18590 ;;
18591 ia64*)
18592 archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
18593 ;;
18594 *)
18595 archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18596 ;;
18597 esac
18598 else
18599 case $host_cpu in
18600 hppa*64*)
18601 archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18602 ;;
18603 ia64*)
18604 archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
18605 ;;
18606 *)
18607 archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18608 ;;
18609 esac
18610 fi
18611 if test "$with_gnu_ld" = no; then
18612 hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
18613 hardcode_libdir_separator_GCJ=:
18614
18615 case $host_cpu in
18616 hppa*64*|ia64*)
18617 hardcode_direct_GCJ=no
18618 hardcode_shlibpath_var_GCJ=no
18619 ;;
18620 *)
18621 hardcode_direct_GCJ=yes
18622 hardcode_direct_absolute_GCJ=yes
18623 export_dynamic_flag_spec_GCJ='${wl}-E'
18624
18625 # hardcode_minus_L: Not really in the search PATH,
18626 # but as the default location of the library.
18627 hardcode_minus_L_GCJ=yes
18628 ;;
18629 esac
18630 fi
18631 ;;
18632
18633 irix5* | irix6* | nonstopux*)
18634 if test "$GCC" = yes; then
18635 archive_cmds_GCJ='$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'
18636 # Try to use the -exported_symbol ld option, if it does not
18637 # work, assume that -exports_file does not work either and
18638 # implicitly export all symbols.
18639 save_LDFLAGS="$LDFLAGS"
18640 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
18641 if test x$gcc_no_link = xyes; then
18642 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18643 fi
18644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18645 /* end confdefs.h. */
18646 int foo(void) {}
18647 _ACEOF
18648 if ac_fn_c_try_link "$LINENO"; then :
18649 archive_expsym_cmds_GCJ='$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'
18650
18651 fi
18652 rm -f core conftest.err conftest.$ac_objext \
18653 conftest$ac_exeext conftest.$ac_ext
18654 LDFLAGS="$save_LDFLAGS"
18655 else
18656 archive_cmds_GCJ='$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'
18657 archive_expsym_cmds_GCJ='$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'
18658 fi
18659 archive_cmds_need_lc_GCJ='no'
18660 hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18661 hardcode_libdir_separator_GCJ=:
18662 inherit_rpath_GCJ=yes
18663 link_all_deplibs_GCJ=yes
18664 ;;
18665
18666 netbsd*)
18667 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
18668 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
18669 else
18670 archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
18671 fi
18672 hardcode_libdir_flag_spec_GCJ='-R$libdir'
18673 hardcode_direct_GCJ=yes
18674 hardcode_shlibpath_var_GCJ=no
18675 ;;
18676
18677 newsos6)
18678 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18679 hardcode_direct_GCJ=yes
18680 hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18681 hardcode_libdir_separator_GCJ=:
18682 hardcode_shlibpath_var_GCJ=no
18683 ;;
18684
18685 *nto* | *qnx*)
18686 ;;
18687
18688 openbsd*)
18689 if test -f /usr/libexec/ld.so; then
18690 hardcode_direct_GCJ=yes
18691 hardcode_shlibpath_var_GCJ=no
18692 hardcode_direct_absolute_GCJ=yes
18693 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
18694 archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
18695 archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
18696 hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
18697 export_dynamic_flag_spec_GCJ='${wl}-E'
18698 else
18699 case $host_os in
18700 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
18701 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18702 hardcode_libdir_flag_spec_GCJ='-R$libdir'
18703 ;;
18704 *)
18705 archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
18706 hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
18707 ;;
18708 esac
18709 fi
18710 else
18711 ld_shlibs_GCJ=no
18712 fi
18713 ;;
18714
18715 os2*)
18716 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18717 hardcode_minus_L_GCJ=yes
18718 allow_undefined_flag_GCJ=unsupported
18719 archive_cmds_GCJ='$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'
18720 old_archive_from_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
18721 ;;
18722
18723 osf3*)
18724 if test "$GCC" = yes; then
18725 allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
18726 archive_cmds_GCJ='$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'
18727 else
18728 allow_undefined_flag_GCJ=' -expect_unresolved \*'
18729 archive_cmds_GCJ='$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'
18730 fi
18731 archive_cmds_need_lc_GCJ='no'
18732 hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18733 hardcode_libdir_separator_GCJ=:
18734 ;;
18735
18736 osf4* | osf5*) # as osf3* with the addition of -msym flag
18737 if test "$GCC" = yes; then
18738 allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
18739 archive_cmds_GCJ='$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'
18740 hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18741 else
18742 allow_undefined_flag_GCJ=' -expect_unresolved \*'
18743 archive_cmds_GCJ='$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'
18744 archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
18745 $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'
18746
18747 # Both c and cxx compiler support -rpath directly
18748 hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
18749 fi
18750 archive_cmds_need_lc_GCJ='no'
18751 hardcode_libdir_separator_GCJ=:
18752 ;;
18753
18754 solaris*)
18755 no_undefined_flag_GCJ=' -z defs'
18756 if test "$GCC" = yes; then
18757 wlarc='${wl}'
18758 archive_cmds_GCJ='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18759 archive_expsym_cmds_GCJ='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
18760 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
18761 else
18762 case `$CC -V 2>&1` in
18763 *"Compilers 5.0"*)
18764 wlarc=''
18765 archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
18766 archive_expsym_cmds_GCJ='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
18767 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
18768 ;;
18769 *)
18770 wlarc='${wl}'
18771 archive_cmds_GCJ='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
18772 archive_expsym_cmds_GCJ='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
18773 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
18774 ;;
18775 esac
18776 fi
18777 hardcode_libdir_flag_spec_GCJ='-R$libdir'
18778 hardcode_shlibpath_var_GCJ=no
18779 case $host_os in
18780 solaris2.[0-5] | solaris2.[0-5].*) ;;
18781 *)
18782 # The compiler driver will combine and reorder linker options,
18783 # but understands `-z linker_flag'. GCC discards it without `$wl',
18784 # but is careful enough not to reorder.
18785 # Supported since Solaris 2.6 (maybe 2.5.1?)
18786 if test "$GCC" = yes; then
18787 whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
18788 else
18789 whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract'
18790 fi
18791 ;;
18792 esac
18793 link_all_deplibs_GCJ=yes
18794 ;;
18795
18796 sunos4*)
18797 if test "x$host_vendor" = xsequent; then
18798 # Use $CC to link under sequent, because it throws in some extra .o
18799 # files that make .init and .fini sections work.
18800 archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
18801 else
18802 archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
18803 fi
18804 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18805 hardcode_direct_GCJ=yes
18806 hardcode_minus_L_GCJ=yes
18807 hardcode_shlibpath_var_GCJ=no
18808 ;;
18809
18810 sysv4)
18811 case $host_vendor in
18812 sni)
18813 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18814 hardcode_direct_GCJ=yes # is this really true???
18815 ;;
18816 siemens)
18817 ## LD is ld it makes a PLAMLIB
18818 ## CC just makes a GrossModule.
18819 archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
18820 reload_cmds_GCJ='$CC -r -o $output$reload_objs'
18821 hardcode_direct_GCJ=no
18822 ;;
18823 motorola)
18824 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18825 hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
18826 ;;
18827 esac
18828 runpath_var='LD_RUN_PATH'
18829 hardcode_shlibpath_var_GCJ=no
18830 ;;
18831
18832 sysv4.3*)
18833 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18834 hardcode_shlibpath_var_GCJ=no
18835 export_dynamic_flag_spec_GCJ='-Bexport'
18836 ;;
18837
18838 sysv4*MP*)
18839 if test -d /usr/nec; then
18840 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18841 hardcode_shlibpath_var_GCJ=no
18842 runpath_var=LD_RUN_PATH
18843 hardcode_runpath_var=yes
18844 ld_shlibs_GCJ=yes
18845 fi
18846 ;;
18847
18848 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
18849 no_undefined_flag_GCJ='${wl}-z,text'
18850 archive_cmds_need_lc_GCJ=no
18851 hardcode_shlibpath_var_GCJ=no
18852 runpath_var='LD_RUN_PATH'
18853
18854 if test "$GCC" = yes; then
18855 archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18856 archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18857 else
18858 archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18859 archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18860 fi
18861 ;;
18862
18863 sysv5* | sco3.2v5* | sco5v6*)
18864 # Note: We can NOT use -z defs as we might desire, because we do not
18865 # link with -lc, and that would cause any symbols used from libc to
18866 # always be unresolved, which means just about no library would
18867 # ever link correctly. If we're not using GNU ld we use -z text
18868 # though, which does catch some bad symbols but isn't as heavy-handed
18869 # as -z defs.
18870 no_undefined_flag_GCJ='${wl}-z,text'
18871 allow_undefined_flag_GCJ='${wl}-z,nodefs'
18872 archive_cmds_need_lc_GCJ=no
18873 hardcode_shlibpath_var_GCJ=no
18874 hardcode_libdir_flag_spec_GCJ='${wl}-R,$libdir'
18875 hardcode_libdir_separator_GCJ=':'
18876 link_all_deplibs_GCJ=yes
18877 export_dynamic_flag_spec_GCJ='${wl}-Bexport'
18878 runpath_var='LD_RUN_PATH'
18879
18880 if test "$GCC" = yes; then
18881 archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18882 archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18883 else
18884 archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18885 archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18886 fi
18887 ;;
18888
18889 uts4*)
18890 archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18891 hardcode_libdir_flag_spec_GCJ='-L$libdir'
18892 hardcode_shlibpath_var_GCJ=no
18893 ;;
18894
18895 *)
18896 ld_shlibs_GCJ=no
18897 ;;
18898 esac
18899
18900 if test x$host_vendor = xsni; then
18901 case $host in
18902 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
18903 export_dynamic_flag_spec_GCJ='${wl}-Blargedynsym'
18904 ;;
18905 esac
18906 fi
18907 fi
18908
18909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_GCJ" >&5
18910 $as_echo "$ld_shlibs_GCJ" >&6; }
18911 test "$ld_shlibs_GCJ" = no && can_build_shared=no
18912
18913 with_gnu_ld_GCJ=$with_gnu_ld
18914
18915
18916
18917
18918
18919
18920 #
18921 # Do we need to explicitly link libc?
18922 #
18923 case "x$archive_cmds_need_lc_GCJ" in
18924 x|xyes)
18925 # Assume -lc should be added
18926 archive_cmds_need_lc_GCJ=yes
18927
18928 if test "$enable_shared" = yes && test "$GCC" = yes; then
18929 case $archive_cmds_GCJ in
18930 *'~'*)
18931 # FIXME: we may have to deal with multi-command sequences.
18932 ;;
18933 '$CC '*)
18934 # Test whether the compiler implicitly links with -lc since on some
18935 # systems, -lgcc has to come before -lc. If gcc already passes -lc
18936 # to ld, don't add -lc before -lgcc.
18937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
18938 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
18939 if test "${lt_cv_archive_cmds_need_lc_GCJ+set}" = set; then :
18940 $as_echo_n "(cached) " >&6
18941 else
18942 $RM conftest*
18943 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
18944
18945 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18946 (eval $ac_compile) 2>&5
18947 ac_status=$?
18948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18949 test $ac_status = 0; } 2>conftest.err; then
18950 soname=conftest
18951 lib=conftest
18952 libobjs=conftest.$ac_objext
18953 deplibs=
18954 wl=$lt_prog_compiler_wl_GCJ
18955 pic_flag=$lt_prog_compiler_pic_GCJ
18956 compiler_flags=-v
18957 linker_flags=-v
18958 verstring=
18959 output_objdir=.
18960 libname=conftest
18961 lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
18962 allow_undefined_flag_GCJ=
18963 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_GCJ 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
18964 (eval $archive_cmds_GCJ 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
18965 ac_status=$?
18966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18967 test $ac_status = 0; }
18968 then
18969 lt_cv_archive_cmds_need_lc_GCJ=no
18970 else
18971 lt_cv_archive_cmds_need_lc_GCJ=yes
18972 fi
18973 allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
18974 else
18975 cat conftest.err 1>&5
18976 fi
18977 $RM conftest*
18978
18979 fi
18980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_GCJ" >&5
18981 $as_echo "$lt_cv_archive_cmds_need_lc_GCJ" >&6; }
18982 archive_cmds_need_lc_GCJ=$lt_cv_archive_cmds_need_lc_GCJ
18983 ;;
18984 esac
18985 fi
18986 ;;
18987 esac
18988
18989
18990
18991
18992
18993
18994
18995
18996
18997
18998
18999
19000
19001
19002
19003
19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
19016
19017
19018
19019
19020
19021
19022
19023
19024
19025
19026
19027
19028
19029
19030
19031
19032
19033
19034
19035
19036
19037
19038
19039
19040
19041
19042
19043
19044
19045
19046
19047
19048
19049
19050
19051
19052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
19053 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
19054 hardcode_action_GCJ=
19055 if test -n "$hardcode_libdir_flag_spec_GCJ" ||
19056 test -n "$runpath_var_GCJ" ||
19057 test "X$hardcode_automatic_GCJ" = "Xyes" ; then
19058
19059 # We can hardcode non-existent directories.
19060 if test "$hardcode_direct_GCJ" != no &&
19061 # If the only mechanism to avoid hardcoding is shlibpath_var, we
19062 # have to relink, otherwise we might link with an installed library
19063 # when we should be linking with a yet-to-be-installed one
19064 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
19065 test "$hardcode_minus_L_GCJ" != no; then
19066 # Linking always hardcodes the temporary library directory.
19067 hardcode_action_GCJ=relink
19068 else
19069 # We can link without hardcoding, and we can hardcode nonexisting dirs.
19070 hardcode_action_GCJ=immediate
19071 fi
19072 else
19073 # We cannot hardcode anything, or else we can only hardcode existing
19074 # directories.
19075 hardcode_action_GCJ=unsupported
19076 fi
19077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_GCJ" >&5
19078 $as_echo "$hardcode_action_GCJ" >&6; }
19079
19080 if test "$hardcode_action_GCJ" = relink ||
19081 test "$inherit_rpath_GCJ" = yes; then
19082 # Fast installation is not supported
19083 enable_fast_install=no
19084 elif test "$shlibpath_overrides_runpath" = yes ||
19085 test "$enable_shared" = no; then
19086 # Fast installation is not necessary
19087 enable_fast_install=needless
19088 fi
19089
19090
19091
19092
19093
19094
19095
19096 fi
19097
19098 compiler_GCJ=${GCJ-gcj}
19099 ac_ext=c
19100 ac_cpp='$CPP $CPPFLAGS'
19101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19104
19105
19106 if test "x$CC" != xcc; then
19107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
19108 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
19109 else
19110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
19111 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
19112 fi
19113 set dummy $CC; ac_cc=`$as_echo "$2" |
19114 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
19115 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
19116 $as_echo_n "(cached) " >&6
19117 else
19118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19119 /* end confdefs.h. */
19120
19121 int
19122 main ()
19123 {
19124
19125 ;
19126 return 0;
19127 }
19128 _ACEOF
19129 # Make sure it works both with $CC and with simple cc.
19130 # We do the test twice because some compilers refuse to overwrite an
19131 # existing .o file with -o, though they will create one.
19132 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
19133 rm -f conftest2.*
19134 if { { case "(($ac_try" in
19135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19136 *) ac_try_echo=$ac_try;;
19137 esac
19138 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
19139 $as_echo "$ac_try_echo"; } >&5
19140 (eval "$ac_try") 2>&5
19141 ac_status=$?
19142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19143 test $ac_status = 0; } &&
19144 test -f conftest2.$ac_objext && { { case "(($ac_try" in
19145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19146 *) ac_try_echo=$ac_try;;
19147 esac
19148 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
19149 $as_echo "$ac_try_echo"; } >&5
19150 (eval "$ac_try") 2>&5
19151 ac_status=$?
19152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19153 test $ac_status = 0; };
19154 then
19155 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
19156 if test "x$CC" != xcc; then
19157 # Test first that cc exists at all.
19158 if { ac_try='cc -c conftest.$ac_ext >&5'
19159 { { case "(($ac_try" in
19160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19161 *) ac_try_echo=$ac_try;;
19162 esac
19163 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
19164 $as_echo "$ac_try_echo"; } >&5
19165 (eval "$ac_try") 2>&5
19166 ac_status=$?
19167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19168 test $ac_status = 0; }; }; then
19169 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
19170 rm -f conftest2.*
19171 if { { case "(($ac_try" in
19172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19173 *) ac_try_echo=$ac_try;;
19174 esac
19175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
19176 $as_echo "$ac_try_echo"; } >&5
19177 (eval "$ac_try") 2>&5
19178 ac_status=$?
19179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19180 test $ac_status = 0; } &&
19181 test -f conftest2.$ac_objext && { { case "(($ac_try" in
19182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19183 *) ac_try_echo=$ac_try;;
19184 esac
19185 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
19186 $as_echo "$ac_try_echo"; } >&5
19187 (eval "$ac_try") 2>&5
19188 ac_status=$?
19189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19190 test $ac_status = 0; };
19191 then
19192 # cc works too.
19193 :
19194 else
19195 # cc exists but doesn't like -o.
19196 eval ac_cv_prog_cc_${ac_cc}_c_o=no
19197 fi
19198 fi
19199 fi
19200 else
19201 eval ac_cv_prog_cc_${ac_cc}_c_o=no
19202 fi
19203 rm -f core conftest*
19204
19205 fi
19206 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
19207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19208 $as_echo "yes" >&6; }
19209 else
19210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19211 $as_echo "no" >&6; }
19212
19213 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
19214
19215 fi
19216
19217 # FIXME: we rely on the cache variable name because
19218 # there is no other way.
19219 set dummy $CC
19220 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
19221 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
19222 if test "$am_t" != yes; then
19223 # Losing compiler, so override with the script.
19224 # FIXME: It is wrong to rewrite CC.
19225 # But if we don't then we get into trouble of one sort or another.
19226 # A longer-term fix would be to have automake use am__CC in this case,
19227 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
19228 CC="$am_aux_dir/compile $CC"
19229 fi
19230
19231
19232
19233
19234
19235 subdirs="$subdirs classpath libltdl"
19236
19237
19238 # The -no-testsuite modules omit the test subdir.
19239 if test -d $srcdir/testsuite; then
19240 TESTSUBDIR_TRUE=
19241 TESTSUBDIR_FALSE='#'
19242 else
19243 TESTSUBDIR_TRUE='#'
19244 TESTSUBDIR_FALSE=
19245 fi
19246
19247
19248 # Should the runtime set system properties by examining the
19249 # environment variable GCJ_PROPERTIES?
19250 # Check whether --enable-getenv-properties was given.
19251 if test "${enable_getenv_properties+set}" = set; then :
19252 enableval=$enable_getenv_properties;
19253 fi
19254
19255
19256 # Whether GCJ_PROPERTIES is used depends on the target.
19257 if test -z "$enable_getenv_properties"; then
19258 enable_getenv_properties=${enable_getenv_properties_default-yes}
19259 fi
19260 if test "$enable_getenv_properties" = no; then
19261
19262 $as_echo "#define DISABLE_GETENV_PROPERTIES 1" >>confdefs.h
19263
19264 fi
19265
19266 # Whether we should use arguments to main()
19267 if test -z "$enable_main_args"; then
19268 enable_main_args=${enable_main_args_default-yes}
19269 fi
19270 if test "$enable_main_args" = no; then
19271
19272 $as_echo "#define DISABLE_MAIN_ARGS 1" >>confdefs.h
19273
19274 fi
19275
19276
19277 # Should we use hashtable-based synchronization?
19278 # Currently works only for Linux X86/ia64
19279 # Typically faster and more space-efficient
19280 # Check whether --enable-hash-synchronization was given.
19281 if test "${enable_hash_synchronization+set}" = set; then :
19282 enableval=$enable_hash_synchronization;
19283 fi
19284
19285
19286 if test -z "$enable_hash_synchronization"; then
19287 enable_hash_synchronization=$enable_hash_synchronization_default
19288 fi
19289
19290
19291 install_ecj_jar=no
19292 ECJ_BUILD_JAR=
19293 ECJ_JAR=
19294
19295 # Check whether --with-ecj-jar was given.
19296 if test "${with_ecj_jar+set}" = set; then :
19297 withval=$with_ecj_jar; ECJ_JAR=$withval
19298 else
19299 if test -f $multi_basedir/ecj.jar; then
19300 ECJ_BUILD_JAR=$multi_basedir/ecj.jar
19301 ECJ_JAR='$(jardir)/ecj.jar'
19302 install_ecj_jar=yes
19303 fi
19304 fi
19305
19306
19307
19308 if test "$ECJ_JAR" != ""; then
19309 BUILD_ECJ1_TRUE=
19310 BUILD_ECJ1_FALSE='#'
19311 else
19312 BUILD_ECJ1_TRUE='#'
19313 BUILD_ECJ1_FALSE=
19314 fi
19315
19316 if test $install_ecj_jar = yes; then
19317 INSTALL_ECJ_JAR_TRUE=
19318 INSTALL_ECJ_JAR_FALSE='#'
19319 else
19320 INSTALL_ECJ_JAR_TRUE='#'
19321 INSTALL_ECJ_JAR_FALSE=
19322 fi
19323
19324
19325
19326 # Check whether --with-java-home was given.
19327 if test "${with_java_home+set}" = set; then :
19328 withval=$with_java_home; JAVA_HOME="${withval}"
19329 else
19330 JAVA_HOME=""
19331 fi
19332
19333 if test ! -z "$JAVA_HOME"; then
19334 JAVA_HOME_SET_TRUE=
19335 JAVA_HOME_SET_FALSE='#'
19336 else
19337 JAVA_HOME_SET_TRUE='#'
19338 JAVA_HOME_SET_FALSE=
19339 fi
19340
19341
19342
19343 suppress_libgcj_bc=no
19344 # Check whether --enable-libgcj-bc was given.
19345 if test "${enable_libgcj_bc+set}" = set; then :
19346 enableval=$enable_libgcj_bc; if test "$enable_libgcj_bc" = "no"; then
19347 suppress_libgcj_bc=yes
19348 fi
19349 fi
19350
19351 if test "$suppress_libgcj_bc" = "yes"; then
19352 SUPPRESS_LIBGCJ_BC_TRUE=
19353 SUPPRESS_LIBGCJ_BC_FALSE='#'
19354 else
19355 SUPPRESS_LIBGCJ_BC_TRUE='#'
19356 SUPPRESS_LIBGCJ_BC_FALSE=
19357 fi
19358
19359
19360 build_libgcj_reduced_reflection=no
19361 # Check whether --enable-reduced-reflection was given.
19362 if test "${enable_reduced_reflection+set}" = set; then :
19363 enableval=$enable_reduced_reflection; if test "$enable_reduced_reflection" = "yes"; then
19364 build_libgcj_reduced_reflection=yes
19365 fi
19366 fi
19367
19368 if test "$build_libgcj_reduced_reflection" = "yes"; then
19369 BUILD_LIBGCJ_REDUCED_REFLECTION_TRUE=
19370 BUILD_LIBGCJ_REDUCED_REFLECTION_FALSE='#'
19371 else
19372 BUILD_LIBGCJ_REDUCED_REFLECTION_TRUE='#'
19373 BUILD_LIBGCJ_REDUCED_REFLECTION_FALSE=
19374 fi
19375
19376
19377 # What is the native OS API for MinGW?
19378
19379 # Check whether --with-win32-nlsapi was given.
19380 if test "${with_win32_nlsapi+set}" = set; then :
19381 withval=$with_win32_nlsapi; case "${withval}" in
19382 ansi) with_win32_nlsapi=ansi ;;
19383 unicows) with_win32_nlsapi=unicows ;;
19384 unicode) with_win32_nlsapi=unicode ;;
19385 *) as_fn_error "Bad value ${withval} for --with-win32-nlsapi." "$LINENO" 5 ;;
19386 esac
19387 else
19388 with_win32_nlsapi=ansi
19389 fi
19390
19391
19392 case "${with_win32_nlsapi}" in
19393 unicows | unicode)
19394
19395 $as_echo "#define MINGW_LIBGCJ_UNICODE 1" >>confdefs.h
19396
19397 ;;
19398 esac
19399
19400 # configure.host sets slow_pthread_self if the synchronization code should
19401 # try to avoid pthread_self calls by caching thread IDs in a hashtable.
19402 if test "${slow_pthread_self}" = "yes"; then
19403
19404 $as_echo "#define SLOW_PTHREAD_SELF 1" >>confdefs.h
19405
19406 fi
19407
19408 # Check for gc debugging. This option is handled both here and in the GC.
19409 # Check whether --enable-gc-debug was given.
19410 if test "${enable_gc_debug+set}" = set; then :
19411 enableval=$enable_gc_debug; if test "$enable_gc_debug" = "yes"; then
19412
19413 $as_echo "#define LIBGCJ_GC_DEBUG 1" >>confdefs.h
19414
19415 fi
19416 fi
19417
19418
19419 # See if the user has the interpreter included.
19420 # Check whether --enable-interpreter was given.
19421 if test "${enable_interpreter+set}" = set; then :
19422 enableval=$enable_interpreter; if test "$enable_interpreter" = yes; then
19423 # This can also be set in configure.host.
19424 libgcj_interpreter=yes
19425 elif test "$enable_interpreter" = no; then
19426 libgcj_interpreter=no
19427 fi
19428 fi
19429
19430
19431 if test "$libgcj_interpreter" = yes; then
19432
19433 $as_echo "#define INTERPRETER 1" >>confdefs.h
19434
19435 fi
19436 INTERPRETER="$libgcj_interpreter"
19437
19438 if test "$libgcj_interpreter" = yes; then
19439 INTERPRETER_TRUE=
19440 INTERPRETER_FALSE='#'
19441 else
19442 INTERPRETER_TRUE='#'
19443 INTERPRETER_FALSE=
19444 fi
19445
19446
19447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exception model to use" >&5
19448 $as_echo_n "checking for exception model to use... " >&6; }
19449 ac_ext=cpp
19450 ac_cpp='$CXXCPP $CPPFLAGS'
19451 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19452 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19453 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19454
19455 # Check whether --enable-sjlj-exceptions was given.
19456 if test "${enable_sjlj_exceptions+set}" = set; then :
19457 enableval=$enable_sjlj_exceptions; :
19458 else
19459 cat > conftest.$ac_ext << EOF
19460 #line 19460 "configure"
19461 struct S { ~S(); };
19462 void bar();
19463 void foo()
19464 {
19465 S s;
19466 bar();
19467 }
19468 EOF
19469 old_CXXFLAGS="$CXXFLAGS"
19470 CXXFLAGS=-S
19471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
19472 (eval $ac_compile) 2>&5
19473 ac_status=$?
19474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19475 test $ac_status = 0; }; then
19476 if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
19477 enable_sjlj_exceptions=yes
19478 elif grep _Unwind_Resume conftest.s >/dev/null 2>&1 ; then
19479 enable_sjlj_exceptions=no
19480 elif grep __cxa_end_cleanup conftest.s >/dev/null 2>&1 ; then
19481 # ARM EH ABI.
19482 enable_sjlj_exceptions=no
19483 fi
19484 fi
19485 CXXFLAGS="$old_CXXFLAGS"
19486 rm -f conftest*
19487 fi
19488
19489 if test x$enable_sjlj_exceptions = xyes; then
19490
19491 $as_echo "#define SJLJ_EXCEPTIONS 1" >>confdefs.h
19492
19493 ac_exception_model_name=sjlj
19494 elif test x$enable_sjlj_exceptions = xno; then
19495 ac_exception_model_name="call frame"
19496 else
19497 as_fn_error "unable to detect exception model" "$LINENO" 5
19498 fi
19499 ac_ext=c
19500 ac_cpp='$CPP $CPPFLAGS'
19501 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19502 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19503 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19504
19505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_exception_model_name" >&5
19506 $as_echo "$ac_exception_model_name" >&6; }
19507
19508 # If we are non using SJLJ exceptions, and this host does not have support
19509 # for unwinding from a signal handler, enable checked dereferences and divides.
19510 if test $can_unwind_signal = no && test $enable_sjlj_exceptions = no; then
19511 CHECKREFSPEC=-fcheck-references
19512 DIVIDESPEC=-fuse-divide-subroutine
19513 EXCEPTIONSPEC=
19514 fi
19515
19516 # See if the user wants to disable java.net. This is the mildly
19517 # ugly way that we admit that target-side configuration sucks.
19518 # Check whether --enable-java-net was given.
19519 if test "${enable_java_net+set}" = set; then :
19520 enableval=$enable_java_net;
19521 fi
19522
19523
19524 # Whether java.net is built by default can depend on the target.
19525 if test -z "$enable_java_net"; then
19526 enable_java_net=${enable_java_net_default-yes}
19527 fi
19528 if test "$enable_java_net" = no; then
19529
19530 $as_echo "#define DISABLE_JAVA_NET 1" >>confdefs.h
19531
19532 fi
19533
19534 # See if the user wants to configure without libffi. Some
19535 # architectures don't support it, and default values are set in
19536 # configure.host.
19537
19538 # Check whether --with-libffi was given.
19539 if test "${with_libffi+set}" = set; then :
19540 withval=$with_libffi; :
19541 else
19542 with_libffi=${with_libffi_default-yes}
19543 fi
19544
19545
19546 LIBFFI=
19547 LIBFFIINCS=
19548 if test "$with_libffi" != no; then
19549
19550 $as_echo "#define USE_LIBFFI 1" >>confdefs.h
19551
19552 LIBFFI=../libffi/libffi_convenience.la
19553 LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
19554 fi
19555
19556
19557
19558 # See if the user wants to disable JVMPI support.
19559 # Check whether --enable-jvmpi was given.
19560 if test "${enable_jvmpi+set}" = set; then :
19561 enableval=$enable_jvmpi;
19562 fi
19563
19564
19565 if test "$enable_jvmpi" != no; then
19566
19567 $as_echo "#define ENABLE_JVMPI 1" >>confdefs.h
19568
19569 fi
19570
19571 # If the target is an eCos system, use the appropriate eCos
19572 # I/O routines.
19573 # FIXME: this should not be a local option but a global target
19574 # system; at present there is no eCos target.
19575 TARGET_ECOS=${PROCESS-"no"}
19576
19577 # Check whether --with-ecos was given.
19578 if test "${with_ecos+set}" = set; then :
19579 withval=$with_ecos; TARGET_ECOS="$with_ecos"
19580
19581 fi
19582
19583
19584 case "$TARGET_ECOS" in
19585 no) case "$host" in
19586 *mingw*)
19587 PLATFORM=Win32
19588 PLATFORMNET=Win32
19589 PLATFORMH=win32.h
19590
19591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 'ld' is at least 2.13" >&5
19592 $as_echo_n "checking whether 'ld' is at least 2.13... " >&6; }
19593 LD_PROG=`$CC --print-prog-name=ld`
19594 LD_VERSION=`$LD_PROG --version`
19595 LD_VERSION_MAJOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
19596 LD_VERSION_MINOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
19597 if expr "$LD_VERSION_MAJOR" \> 2 > /dev/null; then
19598 LD_OK="ok"
19599 else
19600 if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \>= 13 > /dev/null; then
19601 LD_OK="ok"
19602 fi
19603 fi
19604 if test "x$LD_OK" != x; then
19605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
19606 $as_echo "yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6; }
19607 else
19608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
19609 $as_echo "no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6; }
19610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&5
19611 $as_echo "$as_me: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&2;}
19612
19613 $as_echo "#define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1" >>confdefs.h
19614
19615 fi
19616 ;;
19617 *)
19618 PLATFORM=Posix
19619 PLATFORMNET=Posix
19620 PLATFORMH=posix.h
19621 ;;
19622 esac
19623 ;;
19624 *)
19625 PLATFORM=Ecos
19626 PLATFORMNET=NoNet
19627
19628 $as_echo "#define ECOS 1" >>confdefs.h
19629
19630 PLATFORMH=posix.h
19631 ;;
19632 esac
19633
19634 ac_config_links="$ac_config_links include/platform.h:include/$PLATFORMH"
19635
19636
19637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19638 /* end confdefs.h. */
19639 #include <stdint.h>
19640
19641 _ACEOF
19642 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19643 $EGREP "uint32_t" >/dev/null 2>&1; then :
19644
19645 $as_echo "#define HAVE_INT32_DEFINED 1" >>confdefs.h
19646
19647 fi
19648 rm -f conftest*
19649
19650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19651 /* end confdefs.h. */
19652 #include <inttypes.h>
19653
19654 _ACEOF
19655 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19656 $EGREP "uint32_t" >/dev/null 2>&1; then :
19657
19658 $as_echo "#define HAVE_INT32_DEFINED 1" >>confdefs.h
19659
19660 fi
19661 rm -f conftest*
19662
19663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19664 /* end confdefs.h. */
19665 #include <sys/types.h>
19666
19667 _ACEOF
19668 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19669 $EGREP "u_int32_t" >/dev/null 2>&1; then :
19670
19671 $as_echo "#define HAVE_BSD_INT32_DEFINED 1" >>confdefs.h
19672
19673 fi
19674 rm -f conftest*
19675
19676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19677 /* end confdefs.h. */
19678 #include <sys/config.h>
19679
19680 _ACEOF
19681 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19682 $EGREP "u_int32_t" >/dev/null 2>&1; then :
19683
19684 $as_echo "#define HAVE_BSD_INT32_DEFINED 1" >>confdefs.h
19685
19686 fi
19687 rm -f conftest*
19688
19689
19690 if test "$PLATFORM" = Win32; then
19691 USING_WIN32_PLATFORM_TRUE=
19692 USING_WIN32_PLATFORM_FALSE='#'
19693 else
19694 USING_WIN32_PLATFORM_TRUE='#'
19695 USING_WIN32_PLATFORM_FALSE=
19696 fi
19697
19698 if test "$PLATFORM" = Posix || test "$PLATFORM" = Ecos; then
19699 USING_POSIX_PLATFORM_TRUE=
19700 USING_POSIX_PLATFORM_FALSE='#'
19701 else
19702 USING_POSIX_PLATFORM_TRUE='#'
19703 USING_POSIX_PLATFORM_FALSE=
19704 fi
19705
19706
19707 case "$host" in
19708 *-darwin*) DARWIN_CRT=true ;;
19709 *) DARWIN_CRT=false ;;
19710 esac
19711 if $DARWIN_CRT; then
19712 USING_DARWIN_CRT_TRUE=
19713 USING_DARWIN_CRT_FALSE='#'
19714 else
19715 USING_DARWIN_CRT_TRUE='#'
19716 USING_DARWIN_CRT_FALSE=
19717 fi
19718
19719
19720 # This may not be defined in a non-ANS conformant embedded system.
19721 # FIXME: Should these case a runtime exception in that case?
19722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19723 /* end confdefs.h. */
19724 #include <time.h>
19725
19726 _ACEOF
19727 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19728 $EGREP "localtime" >/dev/null 2>&1; then :
19729
19730 $as_echo "#define HAVE_LOCALTIME 1" >>confdefs.h
19731
19732 fi
19733 rm -f conftest*
19734
19735
19736 # Create the subdirectory for natFile.cc, or the attempt
19737 # to create the link will fail.
19738 test -d java || mkdir java
19739 test -d java/io || mkdir java/io
19740 test -d gnu || mkdir gnu
19741 ac_config_links="$ac_config_links java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc"
19742
19743
19744 # Likewise for natConcreteProcess.cc.
19745 test -d java/lang || mkdir java/lang
19746 ac_config_links="$ac_config_links java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc"
19747
19748
19749 # Likewise for natVMInetAddress.cc and natVMNetworkInterface.cc.
19750 test -d java/net || mkdir java/net
19751 ac_config_links="$ac_config_links java/net/natVMInetAddress.cc:java/net/natVMInetAddress${PLATFORMNET}.cc"
19752
19753 ac_config_links="$ac_config_links java/net/natVMNetworkInterface.cc:java/net/natVMNetworkInterface${PLATFORMNET}.cc"
19754
19755
19756 # Likewise for natPlainSocketImpl.cc and natPlainDatagramSocketImpl.cc.
19757 test -d gnu/java || mkdir gnu/java
19758 test -d gnu/java/net || mkdir gnu/java/net
19759 ac_config_links="$ac_config_links gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc"
19760
19761 ac_config_links="$ac_config_links gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc"
19762
19763
19764 # Likewise for natVMPipe.cc and natVMSelector.cc.
19765 test -d gnu/java/nio || mkdir gnu/java/nio
19766 ac_config_links="$ac_config_links gnu/java/nio/natVMPipe.cc:gnu/java/nio/natVMPipe${PLATFORM}.cc"
19767
19768 ac_config_links="$ac_config_links gnu/java/nio/natVMSelector.cc:gnu/java/nio/natVMSelector${PLATFORM}.cc"
19769
19770
19771 # Likewise for natFileChannelImpl.cc
19772 test -d gnu/java/nio/channels || mkdir gnu/java/nio/channels
19773 ac_config_links="$ac_config_links gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc"
19774
19775
19776 # Likewise for natVMSecureRandom.cc
19777 test -d gnu/java/security || mkdir gnu/java/security
19778 test -d gnu/java/security/jce || mkdir gnu/java/security/jce
19779 test -d gnu/java/security/jce/prng || mkdir gnu/java/security/jce/prng
19780 ac_config_links="$ac_config_links gnu/java/security/jce/prng/natVMSecureRandom.cc:gnu/java/security/jce/prng/natVMSecureRandom${FILE-${PLATFORM}}.cc"
19781
19782
19783 case "${host}" in
19784 *mingw*)
19785 SYSTEMSPEC="-lgdi32 -lws2_32"
19786 if test "${with_win32_nlsapi}" = "unicows"; then
19787 SYSTEMSPEC="-lunicows $SYSTEMSPEC"
19788 fi
19789 ;;
19790 *-*-darwin[912]*)
19791 SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
19792 ;;
19793 *)
19794 SYSTEMSPEC=
19795 ;;
19796 esac
19797
19798
19799
19800 # Check whether --with-system-zlib was given.
19801 if test "${with_system_zlib+set}" = set; then :
19802 withval=$with_system_zlib;
19803 fi
19804
19805 ZLIBSPEC=
19806
19807 ZLIBTESTSPEC=
19808
19809
19810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
19811 $as_echo_n "checking for X... " >&6; }
19812
19813
19814 # Check whether --with-x was given.
19815 if test "${with_x+set}" = set; then :
19816 withval=$with_x;
19817 fi
19818
19819 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
19820 if test "x$with_x" = xno; then
19821 # The user explicitly disabled X.
19822 have_x=disabled
19823 else
19824 case $x_includes,$x_libraries in #(
19825 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
19826 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
19827 $as_echo_n "(cached) " >&6
19828 else
19829 # One or both of the vars are not set, and there is no cached value.
19830 ac_x_includes=no ac_x_libraries=no
19831 rm -f -r conftest.dir
19832 if mkdir conftest.dir; then
19833 cd conftest.dir
19834 cat >Imakefile <<'_ACEOF'
19835 incroot:
19836 @echo incroot='${INCROOT}'
19837 usrlibdir:
19838 @echo usrlibdir='${USRLIBDIR}'
19839 libdir:
19840 @echo libdir='${LIBDIR}'
19841 _ACEOF
19842 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
19843 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
19844 for ac_var in incroot usrlibdir libdir; do
19845 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
19846 done
19847 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
19848 for ac_extension in a so sl dylib la dll; do
19849 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
19850 test -f "$ac_im_libdir/libX11.$ac_extension"; then
19851 ac_im_usrlibdir=$ac_im_libdir; break
19852 fi
19853 done
19854 # Screen out bogus values from the imake configuration. They are
19855 # bogus both because they are the default anyway, and because
19856 # using them would break gcc on systems where it needs fixed includes.
19857 case $ac_im_incroot in
19858 /usr/include) ac_x_includes= ;;
19859 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
19860 esac
19861 case $ac_im_usrlibdir in
19862 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
19863 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
19864 esac
19865 fi
19866 cd ..
19867 rm -f -r conftest.dir
19868 fi
19869
19870 # Standard set of common directories for X headers.
19871 # Check X11 before X11Rn because it is often a symlink to the current release.
19872 ac_x_header_dirs='
19873 /usr/X11/include
19874 /usr/X11R7/include
19875 /usr/X11R6/include
19876 /usr/X11R5/include
19877 /usr/X11R4/include
19878
19879 /usr/include/X11
19880 /usr/include/X11R7
19881 /usr/include/X11R6
19882 /usr/include/X11R5
19883 /usr/include/X11R4
19884
19885 /usr/local/X11/include
19886 /usr/local/X11R7/include
19887 /usr/local/X11R6/include
19888 /usr/local/X11R5/include
19889 /usr/local/X11R4/include
19890
19891 /usr/local/include/X11
19892 /usr/local/include/X11R7
19893 /usr/local/include/X11R6
19894 /usr/local/include/X11R5
19895 /usr/local/include/X11R4
19896
19897 /usr/X386/include
19898 /usr/x386/include
19899 /usr/XFree86/include/X11
19900
19901 /usr/include
19902 /usr/local/include
19903 /usr/unsupported/include
19904 /usr/athena/include
19905 /usr/local/x11r5/include
19906 /usr/lpp/Xamples/include
19907
19908 /usr/openwin/include
19909 /usr/openwin/share/include'
19910
19911 if test "$ac_x_includes" = no; then
19912 # Guess where to find include files, by looking for Xlib.h.
19913 # First, try using that file with no special directory specified.
19914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19915 /* end confdefs.h. */
19916 #include <X11/Xlib.h>
19917 _ACEOF
19918 if ac_fn_c_try_cpp "$LINENO"; then :
19919 # We can compile using X headers with no special include directory.
19920 ac_x_includes=
19921 else
19922 for ac_dir in $ac_x_header_dirs; do
19923 if test -r "$ac_dir/X11/Xlib.h"; then
19924 ac_x_includes=$ac_dir
19925 break
19926 fi
19927 done
19928 fi
19929 rm -f conftest.err conftest.$ac_ext
19930 fi # $ac_x_includes = no
19931
19932 if test "$ac_x_libraries" = no; then
19933 # Check for the libraries.
19934 # See if we find them without any special options.
19935 # Don't add to $LIBS permanently.
19936 ac_save_LIBS=$LIBS
19937 LIBS="-lX11 $LIBS"
19938 if test x$gcc_no_link = xyes; then
19939 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19940 fi
19941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19942 /* end confdefs.h. */
19943 #include <X11/Xlib.h>
19944 int
19945 main ()
19946 {
19947 XrmInitialize ()
19948 ;
19949 return 0;
19950 }
19951 _ACEOF
19952 if ac_fn_c_try_link "$LINENO"; then :
19953 LIBS=$ac_save_LIBS
19954 # We can link X programs with no special library path.
19955 ac_x_libraries=
19956 else
19957 LIBS=$ac_save_LIBS
19958 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
19959 do
19960 # Don't even attempt the hair of trying to link an X program!
19961 for ac_extension in a so sl dylib la dll; do
19962 if test -r "$ac_dir/libX11.$ac_extension"; then
19963 ac_x_libraries=$ac_dir
19964 break 2
19965 fi
19966 done
19967 done
19968 fi
19969 rm -f core conftest.err conftest.$ac_objext \
19970 conftest$ac_exeext conftest.$ac_ext
19971 fi # $ac_x_libraries = no
19972
19973 case $ac_x_includes,$ac_x_libraries in #(
19974 no,* | *,no | *\'*)
19975 # Didn't find X, or a directory has "'" in its name.
19976 ac_cv_have_x="have_x=no";; #(
19977 *)
19978 # Record where we found X for the cache.
19979 ac_cv_have_x="have_x=yes\
19980 ac_x_includes='$ac_x_includes'\
19981 ac_x_libraries='$ac_x_libraries'"
19982 esac
19983 fi
19984 ;; #(
19985 *) have_x=yes;;
19986 esac
19987 eval "$ac_cv_have_x"
19988 fi # $with_x != no
19989
19990 if test "$have_x" != yes; then
19991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
19992 $as_echo "$have_x" >&6; }
19993 no_x=yes
19994 else
19995 # If each of the values was on the command line, it overrides each guess.
19996 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
19997 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
19998 # Update the cache value to reflect the command line values.
19999 ac_cv_have_x="have_x=yes\
20000 ac_x_includes='$x_includes'\
20001 ac_x_libraries='$x_libraries'"
20002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
20003 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
20004 fi
20005
20006 if test "$no_x" = yes; then
20007 # Not all programs may use this symbol, but it does not hurt to define it.
20008
20009 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
20010
20011 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
20012 else
20013 if test -n "$x_includes"; then
20014 X_CFLAGS="$X_CFLAGS -I$x_includes"
20015 fi
20016
20017 # It would also be nice to do this for all -L options, not just this one.
20018 if test -n "$x_libraries"; then
20019 X_LIBS="$X_LIBS -L$x_libraries"
20020 # For Solaris; some versions of Sun CC require a space after -R and
20021 # others require no space. Words are not sufficient . . . .
20022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
20023 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
20024 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
20025 ac_xsave_c_werror_flag=$ac_c_werror_flag
20026 ac_c_werror_flag=yes
20027 if test x$gcc_no_link = xyes; then
20028 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20029 fi
20030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20031 /* end confdefs.h. */
20032
20033 int
20034 main ()
20035 {
20036
20037 ;
20038 return 0;
20039 }
20040 _ACEOF
20041 if ac_fn_c_try_link "$LINENO"; then :
20042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20043 $as_echo "no" >&6; }
20044 X_LIBS="$X_LIBS -R$x_libraries"
20045 else
20046 LIBS="$ac_xsave_LIBS -R $x_libraries"
20047 if test x$gcc_no_link = xyes; then
20048 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20049 fi
20050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20051 /* end confdefs.h. */
20052
20053 int
20054 main ()
20055 {
20056
20057 ;
20058 return 0;
20059 }
20060 _ACEOF
20061 if ac_fn_c_try_link "$LINENO"; then :
20062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20063 $as_echo "yes" >&6; }
20064 X_LIBS="$X_LIBS -R $x_libraries"
20065 else
20066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
20067 $as_echo "neither works" >&6; }
20068 fi
20069 rm -f core conftest.err conftest.$ac_objext \
20070 conftest$ac_exeext conftest.$ac_ext
20071 fi
20072 rm -f core conftest.err conftest.$ac_objext \
20073 conftest$ac_exeext conftest.$ac_ext
20074 ac_c_werror_flag=$ac_xsave_c_werror_flag
20075 LIBS=$ac_xsave_LIBS
20076 fi
20077
20078 # Check for system-dependent libraries X programs must link with.
20079 # Do this before checking for the system-independent R6 libraries
20080 # (-lICE), since we may need -lsocket or whatever for X linking.
20081
20082 if test "$ISC" = yes; then
20083 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
20084 else
20085 # Martyn Johnson says this is needed for Ultrix, if the X
20086 # libraries were built with DECnet support. And Karl Berry says
20087 # the Alpha needs dnet_stub (dnet does not exist).
20088 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
20089 if test x$gcc_no_link = xyes; then
20090 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20091 fi
20092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20093 /* end confdefs.h. */
20094
20095 /* Override any GCC internal prototype to avoid an error.
20096 Use char because int might match the return type of a GCC
20097 builtin and then its argument prototype would still apply. */
20098 #ifdef __cplusplus
20099 extern "C"
20100 #endif
20101 char XOpenDisplay ();
20102 int
20103 main ()
20104 {
20105 return XOpenDisplay ();
20106 ;
20107 return 0;
20108 }
20109 _ACEOF
20110 if ac_fn_c_try_link "$LINENO"; then :
20111
20112 else
20113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
20114 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
20115 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
20116 $as_echo_n "(cached) " >&6
20117 else
20118 ac_check_lib_save_LIBS=$LIBS
20119 LIBS="-ldnet $LIBS"
20120 if test x$gcc_no_link = xyes; then
20121 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20122 fi
20123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20124 /* end confdefs.h. */
20125
20126 /* Override any GCC internal prototype to avoid an error.
20127 Use char because int might match the return type of a GCC
20128 builtin and then its argument prototype would still apply. */
20129 #ifdef __cplusplus
20130 extern "C"
20131 #endif
20132 char dnet_ntoa ();
20133 int
20134 main ()
20135 {
20136 return dnet_ntoa ();
20137 ;
20138 return 0;
20139 }
20140 _ACEOF
20141 if ac_fn_c_try_link "$LINENO"; then :
20142 ac_cv_lib_dnet_dnet_ntoa=yes
20143 else
20144 ac_cv_lib_dnet_dnet_ntoa=no
20145 fi
20146 rm -f core conftest.err conftest.$ac_objext \
20147 conftest$ac_exeext conftest.$ac_ext
20148 LIBS=$ac_check_lib_save_LIBS
20149 fi
20150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
20151 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
20152 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
20153 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
20154 fi
20155
20156 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
20157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
20158 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
20159 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
20160 $as_echo_n "(cached) " >&6
20161 else
20162 ac_check_lib_save_LIBS=$LIBS
20163 LIBS="-ldnet_stub $LIBS"
20164 if test x$gcc_no_link = xyes; then
20165 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20166 fi
20167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20168 /* end confdefs.h. */
20169
20170 /* Override any GCC internal prototype to avoid an error.
20171 Use char because int might match the return type of a GCC
20172 builtin and then its argument prototype would still apply. */
20173 #ifdef __cplusplus
20174 extern "C"
20175 #endif
20176 char dnet_ntoa ();
20177 int
20178 main ()
20179 {
20180 return dnet_ntoa ();
20181 ;
20182 return 0;
20183 }
20184 _ACEOF
20185 if ac_fn_c_try_link "$LINENO"; then :
20186 ac_cv_lib_dnet_stub_dnet_ntoa=yes
20187 else
20188 ac_cv_lib_dnet_stub_dnet_ntoa=no
20189 fi
20190 rm -f core conftest.err conftest.$ac_objext \
20191 conftest$ac_exeext conftest.$ac_ext
20192 LIBS=$ac_check_lib_save_LIBS
20193 fi
20194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
20195 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
20196 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
20197 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
20198 fi
20199
20200 fi
20201 fi
20202 rm -f core conftest.err conftest.$ac_objext \
20203 conftest$ac_exeext conftest.$ac_ext
20204 LIBS="$ac_xsave_LIBS"
20205
20206 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
20207 # to get the SysV transport functions.
20208 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
20209 # needs -lnsl.
20210 # The nsl library prevents programs from opening the X display
20211 # on Irix 5.2, according to T.E. Dickey.
20212 # The functions gethostbyname, getservbyname, and inet_addr are
20213 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
20214 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
20215 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
20216
20217 fi
20218
20219 if test $ac_cv_func_gethostbyname = no; then
20220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
20221 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
20222 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
20223 $as_echo_n "(cached) " >&6
20224 else
20225 ac_check_lib_save_LIBS=$LIBS
20226 LIBS="-lnsl $LIBS"
20227 if test x$gcc_no_link = xyes; then
20228 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20229 fi
20230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20231 /* end confdefs.h. */
20232
20233 /* Override any GCC internal prototype to avoid an error.
20234 Use char because int might match the return type of a GCC
20235 builtin and then its argument prototype would still apply. */
20236 #ifdef __cplusplus
20237 extern "C"
20238 #endif
20239 char gethostbyname ();
20240 int
20241 main ()
20242 {
20243 return gethostbyname ();
20244 ;
20245 return 0;
20246 }
20247 _ACEOF
20248 if ac_fn_c_try_link "$LINENO"; then :
20249 ac_cv_lib_nsl_gethostbyname=yes
20250 else
20251 ac_cv_lib_nsl_gethostbyname=no
20252 fi
20253 rm -f core conftest.err conftest.$ac_objext \
20254 conftest$ac_exeext conftest.$ac_ext
20255 LIBS=$ac_check_lib_save_LIBS
20256 fi
20257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
20258 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
20259 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
20260 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
20261 fi
20262
20263 if test $ac_cv_lib_nsl_gethostbyname = no; then
20264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
20265 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
20266 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
20267 $as_echo_n "(cached) " >&6
20268 else
20269 ac_check_lib_save_LIBS=$LIBS
20270 LIBS="-lbsd $LIBS"
20271 if test x$gcc_no_link = xyes; then
20272 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20273 fi
20274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20275 /* end confdefs.h. */
20276
20277 /* Override any GCC internal prototype to avoid an error.
20278 Use char because int might match the return type of a GCC
20279 builtin and then its argument prototype would still apply. */
20280 #ifdef __cplusplus
20281 extern "C"
20282 #endif
20283 char gethostbyname ();
20284 int
20285 main ()
20286 {
20287 return gethostbyname ();
20288 ;
20289 return 0;
20290 }
20291 _ACEOF
20292 if ac_fn_c_try_link "$LINENO"; then :
20293 ac_cv_lib_bsd_gethostbyname=yes
20294 else
20295 ac_cv_lib_bsd_gethostbyname=no
20296 fi
20297 rm -f core conftest.err conftest.$ac_objext \
20298 conftest$ac_exeext conftest.$ac_ext
20299 LIBS=$ac_check_lib_save_LIBS
20300 fi
20301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
20302 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
20303 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
20304 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
20305 fi
20306
20307 fi
20308 fi
20309
20310 # lieder@skyler.mavd.honeywell.com says without -lsocket,
20311 # socket/setsockopt and other routines are undefined under SCO ODT
20312 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
20313 # on later versions), says Simon Leinen: it contains gethostby*
20314 # variants that don't use the name server (or something). -lsocket
20315 # must be given before -lnsl if both are needed. We assume that
20316 # if connect needs -lnsl, so does gethostbyname.
20317 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
20318 if test "x$ac_cv_func_connect" = x""yes; then :
20319
20320 fi
20321
20322 if test $ac_cv_func_connect = no; then
20323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
20324 $as_echo_n "checking for connect in -lsocket... " >&6; }
20325 if test "${ac_cv_lib_socket_connect+set}" = set; then :
20326 $as_echo_n "(cached) " >&6
20327 else
20328 ac_check_lib_save_LIBS=$LIBS
20329 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
20330 if test x$gcc_no_link = xyes; then
20331 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20332 fi
20333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20334 /* end confdefs.h. */
20335
20336 /* Override any GCC internal prototype to avoid an error.
20337 Use char because int might match the return type of a GCC
20338 builtin and then its argument prototype would still apply. */
20339 #ifdef __cplusplus
20340 extern "C"
20341 #endif
20342 char connect ();
20343 int
20344 main ()
20345 {
20346 return connect ();
20347 ;
20348 return 0;
20349 }
20350 _ACEOF
20351 if ac_fn_c_try_link "$LINENO"; then :
20352 ac_cv_lib_socket_connect=yes
20353 else
20354 ac_cv_lib_socket_connect=no
20355 fi
20356 rm -f core conftest.err conftest.$ac_objext \
20357 conftest$ac_exeext conftest.$ac_ext
20358 LIBS=$ac_check_lib_save_LIBS
20359 fi
20360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
20361 $as_echo "$ac_cv_lib_socket_connect" >&6; }
20362 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
20363 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
20364 fi
20365
20366 fi
20367
20368 # Guillermo Gomez says -lposix is necessary on A/UX.
20369 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
20370 if test "x$ac_cv_func_remove" = x""yes; then :
20371
20372 fi
20373
20374 if test $ac_cv_func_remove = no; then
20375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
20376 $as_echo_n "checking for remove in -lposix... " >&6; }
20377 if test "${ac_cv_lib_posix_remove+set}" = set; then :
20378 $as_echo_n "(cached) " >&6
20379 else
20380 ac_check_lib_save_LIBS=$LIBS
20381 LIBS="-lposix $LIBS"
20382 if test x$gcc_no_link = xyes; then
20383 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20384 fi
20385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20386 /* end confdefs.h. */
20387
20388 /* Override any GCC internal prototype to avoid an error.
20389 Use char because int might match the return type of a GCC
20390 builtin and then its argument prototype would still apply. */
20391 #ifdef __cplusplus
20392 extern "C"
20393 #endif
20394 char remove ();
20395 int
20396 main ()
20397 {
20398 return remove ();
20399 ;
20400 return 0;
20401 }
20402 _ACEOF
20403 if ac_fn_c_try_link "$LINENO"; then :
20404 ac_cv_lib_posix_remove=yes
20405 else
20406 ac_cv_lib_posix_remove=no
20407 fi
20408 rm -f core conftest.err conftest.$ac_objext \
20409 conftest$ac_exeext conftest.$ac_ext
20410 LIBS=$ac_check_lib_save_LIBS
20411 fi
20412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
20413 $as_echo "$ac_cv_lib_posix_remove" >&6; }
20414 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
20415 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
20416 fi
20417
20418 fi
20419
20420 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
20421 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
20422 if test "x$ac_cv_func_shmat" = x""yes; then :
20423
20424 fi
20425
20426 if test $ac_cv_func_shmat = no; then
20427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
20428 $as_echo_n "checking for shmat in -lipc... " >&6; }
20429 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
20430 $as_echo_n "(cached) " >&6
20431 else
20432 ac_check_lib_save_LIBS=$LIBS
20433 LIBS="-lipc $LIBS"
20434 if test x$gcc_no_link = xyes; then
20435 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20436 fi
20437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20438 /* end confdefs.h. */
20439
20440 /* Override any GCC internal prototype to avoid an error.
20441 Use char because int might match the return type of a GCC
20442 builtin and then its argument prototype would still apply. */
20443 #ifdef __cplusplus
20444 extern "C"
20445 #endif
20446 char shmat ();
20447 int
20448 main ()
20449 {
20450 return shmat ();
20451 ;
20452 return 0;
20453 }
20454 _ACEOF
20455 if ac_fn_c_try_link "$LINENO"; then :
20456 ac_cv_lib_ipc_shmat=yes
20457 else
20458 ac_cv_lib_ipc_shmat=no
20459 fi
20460 rm -f core conftest.err conftest.$ac_objext \
20461 conftest$ac_exeext conftest.$ac_ext
20462 LIBS=$ac_check_lib_save_LIBS
20463 fi
20464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
20465 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
20466 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
20467 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
20468 fi
20469
20470 fi
20471 fi
20472
20473 # Check for libraries that X11R6 Xt/Xaw programs need.
20474 ac_save_LDFLAGS=$LDFLAGS
20475 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
20476 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
20477 # check for ICE first), but we must link in the order -lSM -lICE or
20478 # we get undefined symbols. So assume we have SM if we have ICE.
20479 # These have to be linked with before -lX11, unlike the other
20480 # libraries we check for below, so use a different variable.
20481 # John Interrante, Karl Berry
20482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
20483 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
20484 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
20485 $as_echo_n "(cached) " >&6
20486 else
20487 ac_check_lib_save_LIBS=$LIBS
20488 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
20489 if test x$gcc_no_link = xyes; then
20490 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20491 fi
20492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20493 /* end confdefs.h. */
20494
20495 /* Override any GCC internal prototype to avoid an error.
20496 Use char because int might match the return type of a GCC
20497 builtin and then its argument prototype would still apply. */
20498 #ifdef __cplusplus
20499 extern "C"
20500 #endif
20501 char IceConnectionNumber ();
20502 int
20503 main ()
20504 {
20505 return IceConnectionNumber ();
20506 ;
20507 return 0;
20508 }
20509 _ACEOF
20510 if ac_fn_c_try_link "$LINENO"; then :
20511 ac_cv_lib_ICE_IceConnectionNumber=yes
20512 else
20513 ac_cv_lib_ICE_IceConnectionNumber=no
20514 fi
20515 rm -f core conftest.err conftest.$ac_objext \
20516 conftest$ac_exeext conftest.$ac_ext
20517 LIBS=$ac_check_lib_save_LIBS
20518 fi
20519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
20520 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
20521 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
20522 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
20523 fi
20524
20525 LDFLAGS=$ac_save_LDFLAGS
20526
20527 fi
20528
20529
20530 # FIXME: this should be _libs on some hosts.
20531 libsubdir=.libs
20532
20533 LIBGCJTESTSPEC="-L`${PWDCMD-pwd}`/.libs -rpath `${PWDCMD-pwd}`/.libs"
20534
20535 LIBSTDCXXSPEC=
20536 # extra LD Flags which are required for targets
20537 case "${host}" in
20538 *-*-darwin[0-7].*)
20539 # For now we have to disable it on darwin[8-9] because it slows down
20540 # the linking phase. A possible bug in ld?
20541 # on Darwin -single_module speeds up loading of the dynamic libraries.
20542 extra_ldflags_libjava=-Wl,-single_module
20543 ;;
20544 arm*linux*eabi)
20545 # Some of the ARM unwinder code is actually in libstdc++. We
20546 # could in principle replicate it in libgcj, but it's better to
20547 # have a dependency on libstdc++.
20548 extra_ldflags='-L$(here)/../libstdc++-v3/src/.libs -lstdc++'
20549 LIBSTDCXXSPEC=-lstdc++
20550 LIBGCJTESTSPEC="-L`${PWDCMD-pwd}`/.libs -L`${PWDCMD-pwd}`/../libstdc++-v3/src/.libs -rpath `${PWDCMD-pwd}`/.libs:`${PWDCMD-pwd}`/../libstdc++-v3/src/.libs -lstdc++"
20551 ;;
20552 *-*-cygwin)
20553 extra_ldflags_libjava=-liconv
20554 ;;
20555 *-*-mingw*)
20556 extra_ldflags_libjava=-lws2_32
20557 ;;
20558 esac
20559
20560 LIBMATHSPEC=
20561 # extra LD Flags which are required for targets
20562 case "${host}" in
20563 *-*-darwin*)
20564 ;;
20565 *)
20566 LIBMATHSPEC=-lm
20567 ;;
20568 esac
20569
20570 # Check for --no-merge-exidx-entries, an ARM-specific linker option.
20571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --no-merge-exidx-entries" >&5
20572 $as_echo_n "checking for --no-merge-exidx-entries... " >&6; }
20573 if test "${libgcj_cv_exidx+set}" = set; then :
20574 $as_echo_n "(cached) " >&6
20575 else
20576 saved_ldflags="$LDFLAGS"
20577 LDFLAGS="${LDFLAGS} -Wl,--no-merge-exidx-entries"
20578 if test x$gcc_no_link = xyes; then
20579 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20580 fi
20581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20582 /* end confdefs.h. */
20583 int main(void){ return 0;}
20584 _ACEOF
20585 if ac_fn_c_try_link "$LINENO"; then :
20586 eval "libgcj_cv_exidx=yes"
20587 else
20588 eval "libgcj_cv_exidx=no"
20589 fi
20590 rm -f core conftest.err conftest.$ac_objext \
20591 conftest$ac_exeext conftest.$ac_ext
20592 LDFLAGS="${saved_ldflags}"
20593
20594 fi
20595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgcj_cv_exidx" >&5
20596 $as_echo "$libgcj_cv_exidx" >&6; }
20597 if test "${libgcj_cv_exidx}" = "yes"; then
20598 SYSTEMSPEC="${SYSTEMSPEC} --no-merge-exidx-entries"
20599 extra_ldflags="${extra_ldflags} -Wl,--no-merge-exidx-entries"
20600 fi
20601
20602
20603
20604
20605
20606
20607
20608
20609 # Allow the GC to be disabled. Can be useful when debugging.
20610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for garbage collector to use" >&5
20611 $as_echo_n "checking for garbage collector to use... " >&6; }
20612 # Check whether --enable-java-gc was given.
20613 if test "${enable_java_gc+set}" = set; then :
20614 enableval=$enable_java_gc; GC=$enableval
20615 else
20616 GC=boehm
20617 fi
20618
20619 GCLIBS=
20620 GCINCS=
20621 GCDEPS=
20622 GCSPEC=
20623 JC1GCSPEC=
20624 GCTESTSPEC=
20625 case "$GC" in
20626 boehm)
20627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: boehm" >&5
20628 $as_echo "boehm" >&6; }
20629 GCLIBS=../boehm-gc/libgcjgc_convenience.la
20630 JC1GCSPEC='-fuse-boehm-gc'
20631 GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
20632 GCINCS='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
20633 GCOBJS=boehm.lo
20634 GCHDR=boehm-gc.h
20635 # The POSIX thread support needs to know this.
20636
20637 $as_echo "#define HAVE_BOEHM_GC 1" >>confdefs.h
20638
20639 ;;
20640 no)
20641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
20642 $as_echo "none" >&6; }
20643 GCHDR=no-gc.h
20644 ;;
20645 *)
20646 as_fn_error "unrecognized collector \"$GC\"" "$LINENO" 5
20647 ;;
20648 esac
20649
20650
20651
20652
20653
20654
20655 ac_config_links="$ac_config_links include/java-gc.h:include/$GCHDR"
20656
20657 if test "$GC" = boehm; then
20658 USING_BOEHMGC_TRUE=
20659 USING_BOEHMGC_FALSE='#'
20660 else
20661 USING_BOEHMGC_TRUE='#'
20662 USING_BOEHMGC_FALSE=
20663 fi
20664
20665 if test "$GC" = no; then
20666 USING_NOGC_TRUE=
20667 USING_NOGC_FALSE='#'
20668 else
20669 USING_NOGC_TRUE='#'
20670 USING_NOGC_FALSE=
20671 fi
20672
20673
20674
20675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
20676 $as_echo_n "checking for thread model used by GCC... " >&6; }
20677 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
20678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THREADS" >&5
20679 $as_echo "$THREADS" >&6; }
20680
20681 case "$THREADS" in
20682 no | none | single)
20683 THREADS=none
20684 ;;
20685 aix | posix | pthreads)
20686 THREADS=posix
20687 case "$host" in
20688 *-*-linux*)
20689
20690 $as_echo "#define LINUX_THREADS 1" >>confdefs.h
20691
20692 ;;
20693 esac
20694 ;;
20695 win32)
20696 ;;
20697 dce | vxworks)
20698 as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5
20699 ;;
20700 *)
20701 as_fn_error "$THREADS is an unknown thread package" "$LINENO" 5
20702 ;;
20703 esac
20704
20705 THREADCXXFLAGS=
20706 THREADLDFLAGS=
20707 THREADLIBS=
20708 THREADINCS=
20709 THREADDEPS=
20710 THREADH=
20711 THREADSPEC=
20712 THREADSTARTFILESPEC=
20713 case "$THREADS" in
20714 posix)
20715 case "$host" in
20716 *-*-cygwin*)
20717 # Don't set THREADLIBS here. Cygwin doesn't have -lpthread.
20718 ;;
20719 *-*-freebsd[34].*)
20720 # Before FreeBSD 5, it didn't have -lpthread (or any library which
20721 # merely adds pthread_* functions) but it does have a -pthread switch
20722 # which is required at link-time to select -lc_r *instead* of -lc.
20723 THREADLDFLAGS=-pthread
20724 # Don't set THREADSPEC here as might be expected since -pthread is
20725 # not processed when found within a spec file, it must come from
20726 # the command line. For now, the user must provide the -pthread
20727 # switch to link code compiled with gcj. In future, consider adding
20728 # support for weak references to pthread_* functions ala gthr.h API.
20729 THREADSPEC='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
20730 ;;
20731 *-*-freebsd*)
20732 # FreeBSD >=5.3 implements a model much closer to other modern UNIX
20733 # systems which support threads and -lpthread.
20734 THREADLDFLAGS=-pthread
20735 THREADSPEC=-lpthread
20736 ;;
20737 hppa*-hp-hpux*)
20738 THREADCXXFLAGS=-pthread
20739 # boehm-gc needs some functions from librt, so link that too.
20740 THREADLIBS='-lpthread -lrt'
20741 THREADSPEC='-lpthread -lrt'
20742 ;;
20743 *-*-solaris2.8)
20744 # Always use alternate thread library on Solaris 8. Need libthread
20745 # for TLS support.
20746 # Need -Wl,-R to get it through libtool ...
20747 THREADLIBS='-L/usr/lib/lwp$(MULTISUBDIR) -Wl,-R -Wl,/usr/lib/lwp$(MULTISUBDIR) -lpthread -lthread'
20748 # ... while ld only accepts -R.
20749 THREADSPEC='-L/usr/lib/lwp%{m64:/64} -R/usr/lib/lwp%{m64:/64} -lpthread -lthread'
20750 ;;
20751 *-*-solaris2.9)
20752 # As on Solaris 8, need libthread for TLS support.
20753 THREADLIBS='-lpthread -lthread'
20754 THREADSPEC='-lpthread -lthread'
20755 ;;
20756 *-*-darwin*)
20757 # Don't set THREADLIBS or THREADSPEC as Darwin already
20758 # provides pthread via libSystem.
20759 ;;
20760 *)
20761 THREADLIBS=-lpthread
20762 THREADSPEC=-lpthread
20763 ;;
20764 esac
20765 THREADH=posix-threads.h
20766 # MIT pthreads doesn't seem to have the mutexattr functions.
20767 # But for now we don't check for it. We just assume you aren't
20768 # using MIT pthreads.
20769
20770 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_INIT 1" >>confdefs.h
20771
20772
20773 # If we're using the Boehm GC, then we happen to know that it
20774 # defines _REENTRANT, so we don't bother. Eww.
20775 if test "$GC" != boehm; then
20776
20777 $as_echo "#define _REENTRANT 1" >>confdefs.h
20778
20779 fi
20780
20781 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
20782
20783 ;;
20784
20785 win32)
20786 THREADH=win32-threads.h
20787 THREADCXXFLAGS=-mthreads
20788 # We need thread-safe exception handling so _CRT_MT should be set to 1.
20789 # But we do not want the executables created to be dependent on
20790 # mingwm10.dll which provides a __mingwthr_key_dtor() that cleans up
20791 # exception handling contexts. The following kludge achieves this effect
20792 # and causes a dummy __mingwthr_key_dtor() to be linked in from
20793 # libmingw32.a. This causes a memory leak of about 24 bytes per thread.
20794 # A workaround is to explicitly use -mthreads while linking Java programs.
20795 # See PR libgcj/28263.
20796 #
20797 # FIXME: In Java we are able to detect thread death at the end of
20798 # Thread.run() so we should be able to clean up the exception handling
20799 # contexts ourselves.
20800 case "$host" in
20801 *-w64-mingw*)
20802 ;;
20803 *)
20804 THREADSTARTFILESPEC='crtmt%O%s'
20805 ;;
20806 esac
20807 ;;
20808 none)
20809 THREADH=no-threads.h
20810 ;;
20811 esac
20812 ac_config_links="$ac_config_links include/java-threads.h:include/$THREADH"
20813
20814
20815
20816
20817
20818
20819
20820
20821 if test "$THREADS" = posix; then
20822 USING_POSIX_THREADS_TRUE=
20823 USING_POSIX_THREADS_FALSE='#'
20824 else
20825 USING_POSIX_THREADS_TRUE='#'
20826 USING_POSIX_THREADS_FALSE=
20827 fi
20828
20829 if test "$THREADS" = win32; then
20830 USING_WIN32_THREADS_TRUE=
20831 USING_WIN32_THREADS_FALSE='#'
20832 else
20833 USING_WIN32_THREADS_TRUE='#'
20834 USING_WIN32_THREADS_FALSE=
20835 fi
20836
20837 if test "$THREADS" = none; then
20838 USING_NO_THREADS_TRUE=
20839 USING_NO_THREADS_FALSE='#'
20840 else
20841 USING_NO_THREADS_TRUE='#'
20842 USING_NO_THREADS_FALSE=
20843 fi
20844
20845 if test "$enable_shared" != yes; then
20846 use_libgcj_bc=no
20847 fi
20848 if test "$use_libgcj_bc" = yes; then
20849 USE_LIBGCJ_BC_TRUE=
20850 USE_LIBGCJ_BC_FALSE='#'
20851 else
20852 USE_LIBGCJ_BC_TRUE='#'
20853 USE_LIBGCJ_BC_FALSE=
20854 fi
20855
20856
20857 if test -d sysdep; then true; else mkdir sysdep; fi
20858 ac_config_links="$ac_config_links sysdep/locks.h:sysdep/$sysdeps_dir/locks.h"
20859
20860 ac_config_links="$ac_config_links sysdep/backtrace.h:$fallback_backtrace_h"
20861
20862 ac_config_links="$ac_config_links sysdep/descriptor.h:$descriptor_h"
20863
20864
20865 LIBGCJ_SPEC_LGCJ=-lgcj
20866 LIBGCJ_SPEC_LGCJ_BC=-lgcj_bc
20867 if test x"$libgcj_spec_lgcj_override" != x ; then
20868 LIBGCJ_SPEC_LGCJ=$libgcj_spec_lgcj_override
20869 fi
20870 if test x"$libgcj_spec_lgcj_bc_override" != x ; then
20871 LIBGCJ_SPEC_LGCJ_BC=$libgcj_spec_lgcj_bc_override
20872 fi
20873 LIBGCJ_SPEC="%{s-bc-abi:} $LIBGCJ_SPEC_LGCJ"
20874 if test "$use_libgcj_bc" = yes; then
20875 LIBGCJ_SPEC="%{static|static-libgcj|!s-bc-abi:$LIBGCJ_SPEC_LGCJ;:$LIBGCJ_SPEC_LGCJ_BC}"
20876 LIBGCJ_BC_SPEC="%{findirect-dispatch:-fPIC}"
20877 fi
20878
20879
20880
20881 HASH_SYNC_SPEC=
20882 # Hash synchronization is only useful with posix threads right now.
20883 if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then
20884 HASH_SYNC_SPEC=-fhash-synchronization
20885
20886 $as_echo "#define JV_HASH_SYNCHRONIZATION 1" >>confdefs.h
20887
20888 fi
20889
20890
20891 if test "$GCC" = yes; then
20892 USING_GCC_TRUE=
20893 USING_GCC_FALSE='#'
20894 else
20895 USING_GCC_TRUE='#'
20896 USING_GCC_FALSE=
20897 fi
20898
20899
20900 # We're in the tree with libgcc, and need to include some of its headers.
20901 LIBGCC_UNWIND_INCLUDE='-I$(multi_basedir)/./libjava/../libgcc'
20902
20903 if test "x${with_newlib}" = "xyes"; then
20904 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
20905 # may not work correctly, because the compiler may not be able to
20906 # link executables.
20907
20908 # We assume newlib. This lets us hard-code the functions we know
20909 # we'll have.
20910
20911 $as_echo "#define HAVE_MEMMOVE 1" >>confdefs.h
20912
20913
20914 $as_echo "#define HAVE_MEMCPY 1" >>confdefs.h
20915
20916
20917 $as_echo "#define HAVE_TIME 1" >>confdefs.h
20918
20919
20920 $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
20921
20922
20923 $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
20924
20925
20926 $as_echo "#define HAVE_USLEEP_DECL 1" >>confdefs.h
20927
20928 # This is only for POSIX threads.
20929
20930 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_INIT 1" >>confdefs.h
20931
20932
20933 # Assume we do not have getuid and friends.
20934
20935 $as_echo "#define NO_GETUID 1" >>confdefs.h
20936
20937 PLATFORMNET=NoNet
20938 else
20939 for ac_func in strerror_r select fstat open fsync sleep opendir \
20940 localtime_r getpwuid_r getcwd \
20941 access stat lstat mkdir rename rmdir unlink utime chmod readlink \
20942 nl_langinfo setlocale \
20943 inet_pton uname inet_ntoa \
20944 getrlimit sigaction ftruncate mmap \
20945 getifaddrs
20946 do :
20947 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
20948 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
20949 eval as_val=\$$as_ac_var
20950 if test "x$as_val" = x""yes; then :
20951 cat >>confdefs.h <<_ACEOF
20952 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
20953 _ACEOF
20954
20955 fi
20956 done
20957
20958 for ac_func in inet_aton inet_addr
20959 do :
20960 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
20961 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
20962 eval as_val=\$$as_ac_var
20963 if test "x$as_val" = x""yes; then :
20964 cat >>confdefs.h <<_ACEOF
20965 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
20966 _ACEOF
20967 break
20968 fi
20969 done
20970
20971 for ac_header in unistd.h dlfcn.h sys/resource.h
20972 do :
20973 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20974 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
20975 eval as_val=\$$as_ac_Header
20976 if test "x$as_val" = x""yes; then :
20977 cat >>confdefs.h <<_ACEOF
20978 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20979 _ACEOF
20980
20981 fi
20982
20983 done
20984
20985 # Do an additional check on dld, HP-UX for example has dladdr in libdld.sl
20986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dladdr in -ldl" >&5
20987 $as_echo_n "checking for dladdr in -ldl... " >&6; }
20988 if test "${ac_cv_lib_dl_dladdr+set}" = set; then :
20989 $as_echo_n "(cached) " >&6
20990 else
20991 ac_check_lib_save_LIBS=$LIBS
20992 LIBS="-ldl $LIBS"
20993 if test x$gcc_no_link = xyes; then
20994 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20995 fi
20996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20997 /* end confdefs.h. */
20998
20999 /* Override any GCC internal prototype to avoid an error.
21000 Use char because int might match the return type of a GCC
21001 builtin and then its argument prototype would still apply. */
21002 #ifdef __cplusplus
21003 extern "C"
21004 #endif
21005 char dladdr ();
21006 int
21007 main ()
21008 {
21009 return dladdr ();
21010 ;
21011 return 0;
21012 }
21013 _ACEOF
21014 if ac_fn_c_try_link "$LINENO"; then :
21015 ac_cv_lib_dl_dladdr=yes
21016 else
21017 ac_cv_lib_dl_dladdr=no
21018 fi
21019 rm -f core conftest.err conftest.$ac_objext \
21020 conftest$ac_exeext conftest.$ac_ext
21021 LIBS=$ac_check_lib_save_LIBS
21022 fi
21023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dladdr" >&5
21024 $as_echo "$ac_cv_lib_dl_dladdr" >&6; }
21025 if test "x$ac_cv_lib_dl_dladdr" = x""yes; then :
21026
21027
21028 $as_echo "#define HAVE_DLADDR 1" >>confdefs.h
21029
21030 else
21031
21032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dladdr in -ldld" >&5
21033 $as_echo_n "checking for dladdr in -ldld... " >&6; }
21034 if test "${ac_cv_lib_dld_dladdr+set}" = set; then :
21035 $as_echo_n "(cached) " >&6
21036 else
21037 ac_check_lib_save_LIBS=$LIBS
21038 LIBS="-ldld $LIBS"
21039 if test x$gcc_no_link = xyes; then
21040 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21041 fi
21042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21043 /* end confdefs.h. */
21044
21045 /* Override any GCC internal prototype to avoid an error.
21046 Use char because int might match the return type of a GCC
21047 builtin and then its argument prototype would still apply. */
21048 #ifdef __cplusplus
21049 extern "C"
21050 #endif
21051 char dladdr ();
21052 int
21053 main ()
21054 {
21055 return dladdr ();
21056 ;
21057 return 0;
21058 }
21059 _ACEOF
21060 if ac_fn_c_try_link "$LINENO"; then :
21061 ac_cv_lib_dld_dladdr=yes
21062 else
21063 ac_cv_lib_dld_dladdr=no
21064 fi
21065 rm -f core conftest.err conftest.$ac_objext \
21066 conftest$ac_exeext conftest.$ac_ext
21067 LIBS=$ac_check_lib_save_LIBS
21068 fi
21069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dladdr" >&5
21070 $as_echo "$ac_cv_lib_dld_dladdr" >&6; }
21071 if test "x$ac_cv_lib_dld_dladdr" = x""yes; then :
21072
21073
21074 $as_echo "#define HAVE_DLADDR 1" >>confdefs.h
21075
21076 fi
21077
21078 fi
21079
21080
21081 if test x"$cross_compiling" = x"no"; then
21082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /proc/self/exe" >&5
21083 $as_echo_n "checking for /proc/self/exe... " >&6; }
21084 if test "${ac_cv_file__proc_self_exe+set}" = set; then :
21085 $as_echo_n "(cached) " >&6
21086 else
21087 test "$cross_compiling" = yes &&
21088 as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
21089 if test -r "/proc/self/exe"; then
21090 ac_cv_file__proc_self_exe=yes
21091 else
21092 ac_cv_file__proc_self_exe=no
21093 fi
21094 fi
21095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__proc_self_exe" >&5
21096 $as_echo "$ac_cv_file__proc_self_exe" >&6; }
21097 if test "x$ac_cv_file__proc_self_exe" = x""yes; then :
21098
21099 cat >>confdefs.h <<_ACEOF
21100 #define HAVE__PROC_SELF_EXE 1
21101 _ACEOF
21102
21103
21104 $as_echo "#define HAVE_PROC_SELF_EXE 1" >>confdefs.h
21105
21106 fi
21107
21108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /proc/self/maps" >&5
21109 $as_echo_n "checking for /proc/self/maps... " >&6; }
21110 if test "${ac_cv_file__proc_self_maps+set}" = set; then :
21111 $as_echo_n "(cached) " >&6
21112 else
21113 test "$cross_compiling" = yes &&
21114 as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
21115 if test -r "/proc/self/maps"; then
21116 ac_cv_file__proc_self_maps=yes
21117 else
21118 ac_cv_file__proc_self_maps=no
21119 fi
21120 fi
21121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__proc_self_maps" >&5
21122 $as_echo "$ac_cv_file__proc_self_maps" >&6; }
21123 if test "x$ac_cv_file__proc_self_maps" = x""yes; then :
21124
21125 cat >>confdefs.h <<_ACEOF
21126 #define HAVE__PROC_SELF_MAPS 1
21127 _ACEOF
21128
21129
21130 $as_echo "#define HAVE_PROC_SELF_MAPS 1" >>confdefs.h
21131
21132 fi
21133
21134 else
21135 case $host in
21136 *-linux*)
21137
21138 $as_echo "#define HAVE_PROC_SELF_EXE 1" >>confdefs.h
21139
21140
21141 $as_echo "#define HAVE_PROC_SELF_MAPS 1" >>confdefs.h
21142
21143 ;;
21144 esac
21145 fi
21146
21147
21148 if test "X$prefix" = "XNONE"; then
21149 acl_final_prefix="$ac_default_prefix"
21150 else
21151 acl_final_prefix="$prefix"
21152 fi
21153 if test "X$exec_prefix" = "XNONE"; then
21154 acl_final_exec_prefix='${prefix}'
21155 else
21156 acl_final_exec_prefix="$exec_prefix"
21157 fi
21158 acl_save_prefix="$prefix"
21159 prefix="$acl_final_prefix"
21160 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
21161 prefix="$acl_save_prefix"
21162
21163
21164 # Check whether --with-gnu-ld was given.
21165 if test "${with_gnu_ld+set}" = set; then :
21166 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
21167 else
21168 with_gnu_ld=no
21169 fi
21170
21171 # Prepare PATH_SEPARATOR.
21172 # The user is always right.
21173 if test "${PATH_SEPARATOR+set}" != set; then
21174 echo "#! /bin/sh" >conf$$.sh
21175 echo "exit 0" >>conf$$.sh
21176 chmod +x conf$$.sh
21177 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21178 PATH_SEPARATOR=';'
21179 else
21180 PATH_SEPARATOR=:
21181 fi
21182 rm -f conf$$.sh
21183 fi
21184 ac_prog=ld
21185 if test "$GCC" = yes; then
21186 # Check if gcc -print-prog-name=ld gives a path.
21187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
21188 $as_echo_n "checking for ld used by GCC... " >&6; }
21189 case $host in
21190 *-*-mingw*)
21191 # gcc leaves a trailing carriage return which upsets mingw
21192 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
21193 *)
21194 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
21195 esac
21196 case $ac_prog in
21197 # Accept absolute paths.
21198 [\\/]* | [A-Za-z]:[\\/]*)
21199 re_direlt='/[^/][^/]*/\.\./'
21200 # Canonicalize the path of ld
21201 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
21202 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
21203 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
21204 done
21205 test -z "$LD" && LD="$ac_prog"
21206 ;;
21207 "")
21208 # If it fails, then pretend we aren't using GCC.
21209 ac_prog=ld
21210 ;;
21211 *)
21212 # If it is relative, then search for the first ld in PATH.
21213 with_gnu_ld=unknown
21214 ;;
21215 esac
21216 elif test "$with_gnu_ld" = yes; then
21217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
21218 $as_echo_n "checking for GNU ld... " >&6; }
21219 else
21220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
21221 $as_echo_n "checking for non-GNU ld... " >&6; }
21222 fi
21223 if test "${acl_cv_path_LD+set}" = set; then :
21224 $as_echo_n "(cached) " >&6
21225 else
21226 if test -z "$LD"; then
21227 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
21228 for ac_dir in $PATH; do
21229 test -z "$ac_dir" && ac_dir=.
21230 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
21231 acl_cv_path_LD="$ac_dir/$ac_prog"
21232 # Check to see if the program is GNU ld. I'd rather use --version,
21233 # but apparently some GNU ld's only accept -v.
21234 # Break only if it was the GNU/non-GNU ld that we prefer.
21235 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
21236 test "$with_gnu_ld" != no && break
21237 else
21238 test "$with_gnu_ld" != yes && break
21239 fi
21240 fi
21241 done
21242 IFS="$ac_save_ifs"
21243 else
21244 acl_cv_path_LD="$LD" # Let the user override the test with a path.
21245 fi
21246 fi
21247
21248 LD="$acl_cv_path_LD"
21249 if test -n "$LD"; then
21250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
21251 $as_echo "$LD" >&6; }
21252 else
21253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21254 $as_echo "no" >&6; }
21255 fi
21256 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
21257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
21258 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
21259 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
21260 $as_echo_n "(cached) " >&6
21261 else
21262 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
21263 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
21264 acl_cv_prog_gnu_ld=yes
21265 else
21266 acl_cv_prog_gnu_ld=no
21267 fi
21268 fi
21269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
21270 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
21271 with_gnu_ld=$acl_cv_prog_gnu_ld
21272
21273
21274
21275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
21276 $as_echo_n "checking for shared library run path origin... " >&6; }
21277 if test "${acl_cv_rpath+set}" = set; then :
21278 $as_echo_n "(cached) " >&6
21279 else
21280
21281 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
21282 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
21283 . ./conftest.sh
21284 rm -f ./conftest.sh
21285 acl_cv_rpath=done
21286
21287 fi
21288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
21289 $as_echo "$acl_cv_rpath" >&6; }
21290 wl="$acl_cv_wl"
21291 libext="$acl_cv_libext"
21292 shlibext="$acl_cv_shlibext"
21293 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
21294 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
21295 hardcode_direct="$acl_cv_hardcode_direct"
21296 hardcode_minus_L="$acl_cv_hardcode_minus_L"
21297 # Check whether --enable-rpath was given.
21298 if test "${enable_rpath+set}" = set; then :
21299 enableval=$enable_rpath; :
21300 else
21301 enable_rpath=yes
21302 fi
21303
21304
21305
21306
21307
21308
21309
21310
21311 use_additional=yes
21312
21313 acl_save_prefix="$prefix"
21314 prefix="$acl_final_prefix"
21315 acl_save_exec_prefix="$exec_prefix"
21316 exec_prefix="$acl_final_exec_prefix"
21317
21318 eval additional_includedir=\"$includedir\"
21319 eval additional_libdir=\"$libdir\"
21320
21321 exec_prefix="$acl_save_exec_prefix"
21322 prefix="$acl_save_prefix"
21323
21324
21325 # Check whether --with-libiconv-prefix was given.
21326 if test "${with_libiconv_prefix+set}" = set; then :
21327 withval=$with_libiconv_prefix;
21328 if test "X$withval" = "Xno"; then
21329 use_additional=no
21330 else
21331 if test "X$withval" = "X"; then
21332
21333 acl_save_prefix="$prefix"
21334 prefix="$acl_final_prefix"
21335 acl_save_exec_prefix="$exec_prefix"
21336 exec_prefix="$acl_final_exec_prefix"
21337
21338 eval additional_includedir=\"$includedir\"
21339 eval additional_libdir=\"$libdir\"
21340
21341 exec_prefix="$acl_save_exec_prefix"
21342 prefix="$acl_save_prefix"
21343
21344 else
21345 additional_includedir="$withval/include"
21346 additional_libdir="$withval/lib"
21347 fi
21348 fi
21349
21350 fi
21351
21352 LIBICONV=
21353 LTLIBICONV=
21354 INCICONV=
21355 rpathdirs=
21356 ltrpathdirs=
21357 names_already_handled=
21358 names_next_round='iconv '
21359 while test -n "$names_next_round"; do
21360 names_this_round="$names_next_round"
21361 names_next_round=
21362 for name in $names_this_round; do
21363 already_handled=
21364 for n in $names_already_handled; do
21365 if test "$n" = "$name"; then
21366 already_handled=yes
21367 break
21368 fi
21369 done
21370 if test -z "$already_handled"; then
21371 names_already_handled="$names_already_handled $name"
21372 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
21373 eval value=\"\$HAVE_LIB$uppername\"
21374 if test -n "$value"; then
21375 if test "$value" = yes; then
21376 eval value=\"\$LIB$uppername\"
21377 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
21378 eval value=\"\$LTLIB$uppername\"
21379 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
21380 else
21381 :
21382 fi
21383 else
21384 found_dir=
21385 found_la=
21386 found_so=
21387 found_a=
21388 if test $use_additional = yes; then
21389 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
21390 found_dir="$additional_libdir"
21391 found_so="$additional_libdir/lib$name.$shlibext"
21392 if test -f "$additional_libdir/lib$name.la"; then
21393 found_la="$additional_libdir/lib$name.la"
21394 fi
21395 else
21396 if test -f "$additional_libdir/lib$name.$libext"; then
21397 found_dir="$additional_libdir"
21398 found_a="$additional_libdir/lib$name.$libext"
21399 if test -f "$additional_libdir/lib$name.la"; then
21400 found_la="$additional_libdir/lib$name.la"
21401 fi
21402 fi
21403 fi
21404 fi
21405 if test "X$found_dir" = "X"; then
21406 for x in $LDFLAGS $LTLIBICONV; do
21407
21408 acl_save_prefix="$prefix"
21409 prefix="$acl_final_prefix"
21410 acl_save_exec_prefix="$exec_prefix"
21411 exec_prefix="$acl_final_exec_prefix"
21412 eval x=\"$x\"
21413 exec_prefix="$acl_save_exec_prefix"
21414 prefix="$acl_save_prefix"
21415
21416 case "$x" in
21417 -L*)
21418 dir=`echo "X$x" | sed -e 's/^X-L//'`
21419 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
21420 found_dir="$dir"
21421 found_so="$dir/lib$name.$shlibext"
21422 if test -f "$dir/lib$name.la"; then
21423 found_la="$dir/lib$name.la"
21424 fi
21425 else
21426 if test -f "$dir/lib$name.$libext"; then
21427 found_dir="$dir"
21428 found_a="$dir/lib$name.$libext"
21429 if test -f "$dir/lib$name.la"; then
21430 found_la="$dir/lib$name.la"
21431 fi
21432 fi
21433 fi
21434 ;;
21435 esac
21436 if test "X$found_dir" != "X"; then
21437 break
21438 fi
21439 done
21440 fi
21441 if test "X$found_dir" != "X"; then
21442 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
21443 if test "X$found_so" != "X"; then
21444 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
21445 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
21446 else
21447 haveit=
21448 for x in $ltrpathdirs; do
21449 if test "X$x" = "X$found_dir"; then
21450 haveit=yes
21451 break
21452 fi
21453 done
21454 if test -z "$haveit"; then
21455 ltrpathdirs="$ltrpathdirs $found_dir"
21456 fi
21457 if test "$hardcode_direct" = yes; then
21458 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
21459 else
21460 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
21461 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
21462 haveit=
21463 for x in $rpathdirs; do
21464 if test "X$x" = "X$found_dir"; then
21465 haveit=yes
21466 break
21467 fi
21468 done
21469 if test -z "$haveit"; then
21470 rpathdirs="$rpathdirs $found_dir"
21471 fi
21472 else
21473 haveit=
21474 for x in $LDFLAGS $LIBICONV; do
21475
21476 acl_save_prefix="$prefix"
21477 prefix="$acl_final_prefix"
21478 acl_save_exec_prefix="$exec_prefix"
21479 exec_prefix="$acl_final_exec_prefix"
21480 eval x=\"$x\"
21481 exec_prefix="$acl_save_exec_prefix"
21482 prefix="$acl_save_prefix"
21483
21484 if test "X$x" = "X-L$found_dir"; then
21485 haveit=yes
21486 break
21487 fi
21488 done
21489 if test -z "$haveit"; then
21490 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
21491 fi
21492 if test "$hardcode_minus_L" != no; then
21493 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
21494 else
21495 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
21496 fi
21497 fi
21498 fi
21499 fi
21500 else
21501 if test "X$found_a" != "X"; then
21502 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
21503 else
21504 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
21505 fi
21506 fi
21507 additional_includedir=
21508 case "$found_dir" in
21509 */lib | */lib/)
21510 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
21511 additional_includedir="$basedir/include"
21512 ;;
21513 esac
21514 if test "X$additional_includedir" != "X"; then
21515 if test "X$additional_includedir" != "X/usr/include"; then
21516 haveit=
21517 if test "X$additional_includedir" = "X/usr/local/include"; then
21518 if test -n "$GCC"; then
21519 case $host_os in
21520 linux*) haveit=yes;;
21521 esac
21522 fi
21523 fi
21524 if test -z "$haveit"; then
21525 for x in $CPPFLAGS $INCICONV; do
21526
21527 acl_save_prefix="$prefix"
21528 prefix="$acl_final_prefix"
21529 acl_save_exec_prefix="$exec_prefix"
21530 exec_prefix="$acl_final_exec_prefix"
21531 eval x=\"$x\"
21532 exec_prefix="$acl_save_exec_prefix"
21533 prefix="$acl_save_prefix"
21534
21535 if test "X$x" = "X-I$additional_includedir"; then
21536 haveit=yes
21537 break
21538 fi
21539 done
21540 if test -z "$haveit"; then
21541 if test -d "$additional_includedir"; then
21542 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
21543 fi
21544 fi
21545 fi
21546 fi
21547 fi
21548 if test -n "$found_la"; then
21549 save_libdir="$libdir"
21550 case "$found_la" in
21551 */* | *\\*) . "$found_la" ;;
21552 *) . "./$found_la" ;;
21553 esac
21554 libdir="$save_libdir"
21555 for dep in $dependency_libs; do
21556 case "$dep" in
21557 -L*)
21558 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
21559 if test "X$additional_libdir" != "X/usr/lib"; then
21560 haveit=
21561 if test "X$additional_libdir" = "X/usr/local/lib"; then
21562 if test -n "$GCC"; then
21563 case $host_os in
21564 linux*) haveit=yes;;
21565 esac
21566 fi
21567 fi
21568 if test -z "$haveit"; then
21569 haveit=
21570 for x in $LDFLAGS $LIBICONV; do
21571
21572 acl_save_prefix="$prefix"
21573 prefix="$acl_final_prefix"
21574 acl_save_exec_prefix="$exec_prefix"
21575 exec_prefix="$acl_final_exec_prefix"
21576 eval x=\"$x\"
21577 exec_prefix="$acl_save_exec_prefix"
21578 prefix="$acl_save_prefix"
21579
21580 if test "X$x" = "X-L$additional_libdir"; then
21581 haveit=yes
21582 break
21583 fi
21584 done
21585 if test -z "$haveit"; then
21586 if test -d "$additional_libdir"; then
21587 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
21588 fi
21589 fi
21590 haveit=
21591 for x in $LDFLAGS $LTLIBICONV; do
21592
21593 acl_save_prefix="$prefix"
21594 prefix="$acl_final_prefix"
21595 acl_save_exec_prefix="$exec_prefix"
21596 exec_prefix="$acl_final_exec_prefix"
21597 eval x=\"$x\"
21598 exec_prefix="$acl_save_exec_prefix"
21599 prefix="$acl_save_prefix"
21600
21601 if test "X$x" = "X-L$additional_libdir"; then
21602 haveit=yes
21603 break
21604 fi
21605 done
21606 if test -z "$haveit"; then
21607 if test -d "$additional_libdir"; then
21608 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
21609 fi
21610 fi
21611 fi
21612 fi
21613 ;;
21614 -R*)
21615 dir=`echo "X$dep" | sed -e 's/^X-R//'`
21616 if test "$enable_rpath" != no; then
21617 haveit=
21618 for x in $rpathdirs; do
21619 if test "X$x" = "X$dir"; then
21620 haveit=yes
21621 break
21622 fi
21623 done
21624 if test -z "$haveit"; then
21625 rpathdirs="$rpathdirs $dir"
21626 fi
21627 haveit=
21628 for x in $ltrpathdirs; do
21629 if test "X$x" = "X$dir"; then
21630 haveit=yes
21631 break
21632 fi
21633 done
21634 if test -z "$haveit"; then
21635 ltrpathdirs="$ltrpathdirs $dir"
21636 fi
21637 fi
21638 ;;
21639 -l*)
21640 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
21641 ;;
21642 *.la)
21643 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
21644 ;;
21645 *)
21646 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
21647 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
21648 ;;
21649 esac
21650 done
21651 fi
21652 else
21653 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
21654 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
21655 fi
21656 fi
21657 fi
21658 done
21659 done
21660 if test "X$rpathdirs" != "X"; then
21661 if test -n "$hardcode_libdir_separator"; then
21662 alldirs=
21663 for found_dir in $rpathdirs; do
21664 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
21665 done
21666 acl_save_libdir="$libdir"
21667 libdir="$alldirs"
21668 eval flag=\"$hardcode_libdir_flag_spec\"
21669 libdir="$acl_save_libdir"
21670 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
21671 else
21672 for found_dir in $rpathdirs; do
21673 acl_save_libdir="$libdir"
21674 libdir="$found_dir"
21675 eval flag=\"$hardcode_libdir_flag_spec\"
21676 libdir="$acl_save_libdir"
21677 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
21678 done
21679 fi
21680 fi
21681 if test "X$ltrpathdirs" != "X"; then
21682 for found_dir in $ltrpathdirs; do
21683 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
21684 done
21685 fi
21686
21687
21688
21689
21690
21691
21692
21693 am_save_CPPFLAGS="$CPPFLAGS"
21694
21695 for element in $INCICONV; do
21696 haveit=
21697 for x in $CPPFLAGS; do
21698
21699 acl_save_prefix="$prefix"
21700 prefix="$acl_final_prefix"
21701 acl_save_exec_prefix="$exec_prefix"
21702 exec_prefix="$acl_final_exec_prefix"
21703 eval x=\"$x\"
21704 exec_prefix="$acl_save_exec_prefix"
21705 prefix="$acl_save_prefix"
21706
21707 if test "X$x" = "X$element"; then
21708 haveit=yes
21709 break
21710 fi
21711 done
21712 if test -z "$haveit"; then
21713 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
21714 fi
21715 done
21716
21717
21718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
21719 $as_echo_n "checking for iconv... " >&6; }
21720 if test "${am_cv_func_iconv+set}" = set; then :
21721 $as_echo_n "(cached) " >&6
21722 else
21723
21724 am_cv_func_iconv="no, consider installing GNU libiconv"
21725 am_cv_lib_iconv=no
21726 if test x$gcc_no_link = xyes; then
21727 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21728 fi
21729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21730 /* end confdefs.h. */
21731 #include <stdlib.h>
21732 #include <iconv.h>
21733 int
21734 main ()
21735 {
21736 iconv_t cd = iconv_open("","");
21737 iconv(cd,NULL,NULL,NULL,NULL);
21738 iconv_close(cd);
21739 ;
21740 return 0;
21741 }
21742 _ACEOF
21743 if ac_fn_c_try_link "$LINENO"; then :
21744 am_cv_func_iconv=yes
21745 fi
21746 rm -f core conftest.err conftest.$ac_objext \
21747 conftest$ac_exeext conftest.$ac_ext
21748 if test "$am_cv_func_iconv" != yes; then
21749 am_save_LIBS="$LIBS"
21750 LIBS="$LIBS $LIBICONV"
21751 if test x$gcc_no_link = xyes; then
21752 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21753 fi
21754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21755 /* end confdefs.h. */
21756 #include <stdlib.h>
21757 #include <iconv.h>
21758 int
21759 main ()
21760 {
21761 iconv_t cd = iconv_open("","");
21762 iconv(cd,NULL,NULL,NULL,NULL);
21763 iconv_close(cd);
21764 ;
21765 return 0;
21766 }
21767 _ACEOF
21768 if ac_fn_c_try_link "$LINENO"; then :
21769 am_cv_lib_iconv=yes
21770 am_cv_func_iconv=yes
21771 fi
21772 rm -f core conftest.err conftest.$ac_objext \
21773 conftest$ac_exeext conftest.$ac_ext
21774 LIBS="$am_save_LIBS"
21775 fi
21776
21777 fi
21778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
21779 $as_echo "$am_cv_func_iconv" >&6; }
21780 if test "$am_cv_func_iconv" = yes; then
21781
21782 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
21783
21784 fi
21785 if test "$am_cv_lib_iconv" = yes; then
21786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
21787 $as_echo_n "checking how to link with libiconv... " >&6; }
21788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
21789 $as_echo "$LIBICONV" >&6; }
21790 else
21791 CPPFLAGS="$am_save_CPPFLAGS"
21792 LIBICONV=
21793 LTLIBICONV=
21794 fi
21795
21796
21797
21798 if test "$am_cv_func_iconv" = yes; then
21799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
21800 $as_echo_n "checking for iconv declaration... " >&6; }
21801 if test "${am_cv_proto_iconv+set}" = set; then :
21802 $as_echo_n "(cached) " >&6
21803 else
21804
21805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21806 /* end confdefs.h. */
21807
21808 #include <stdlib.h>
21809 #include <iconv.h>
21810 extern
21811 #ifdef __cplusplus
21812 "C"
21813 #endif
21814 #if defined(__STDC__) || defined(__cplusplus)
21815 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
21816 #else
21817 size_t iconv();
21818 #endif
21819
21820 int
21821 main ()
21822 {
21823
21824 ;
21825 return 0;
21826 }
21827 _ACEOF
21828 if ac_fn_c_try_compile "$LINENO"; then :
21829 am_cv_proto_iconv_arg1=""
21830 else
21831 am_cv_proto_iconv_arg1="const"
21832 fi
21833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21834 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
21835 fi
21836
21837 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
21838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
21839 }$am_cv_proto_iconv" >&5
21840 $as_echo "${ac_t:-
21841 }$am_cv_proto_iconv" >&6; }
21842
21843 cat >>confdefs.h <<_ACEOF
21844 #define ICONV_CONST $am_cv_proto_iconv_arg1
21845 _ACEOF
21846
21847 fi
21848
21849
21850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
21851 $as_echo_n "checking for LC_MESSAGES... " >&6; }
21852 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
21853 $as_echo_n "(cached) " >&6
21854 else
21855 if test x$gcc_no_link = xyes; then
21856 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21857 fi
21858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21859 /* end confdefs.h. */
21860 #include <locale.h>
21861 int
21862 main ()
21863 {
21864 return LC_MESSAGES
21865 ;
21866 return 0;
21867 }
21868 _ACEOF
21869 if ac_fn_c_try_link "$LINENO"; then :
21870 am_cv_val_LC_MESSAGES=yes
21871 else
21872 am_cv_val_LC_MESSAGES=no
21873 fi
21874 rm -f core conftest.err conftest.$ac_objext \
21875 conftest$ac_exeext conftest.$ac_ext
21876 fi
21877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
21878 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
21879 if test $am_cv_val_LC_MESSAGES = yes; then
21880
21881 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
21882
21883 fi
21884
21885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
21886 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
21887 if test "${ac_cv_struct_tm+set}" = set; then :
21888 $as_echo_n "(cached) " >&6
21889 else
21890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21891 /* end confdefs.h. */
21892 #include <sys/types.h>
21893 #include <time.h>
21894
21895 int
21896 main ()
21897 {
21898 struct tm tm;
21899 int *p = &tm.tm_sec;
21900 return !p;
21901 ;
21902 return 0;
21903 }
21904 _ACEOF
21905 if ac_fn_c_try_compile "$LINENO"; then :
21906 ac_cv_struct_tm=time.h
21907 else
21908 ac_cv_struct_tm=sys/time.h
21909 fi
21910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21911 fi
21912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
21913 $as_echo "$ac_cv_struct_tm" >&6; }
21914 if test $ac_cv_struct_tm = sys/time.h; then
21915
21916 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
21917
21918 fi
21919
21920 ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
21921 #include <$ac_cv_struct_tm>
21922
21923 "
21924 if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
21925
21926 cat >>confdefs.h <<_ACEOF
21927 #define HAVE_STRUCT_TM_TM_ZONE 1
21928 _ACEOF
21929
21930
21931 fi
21932
21933 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
21934
21935 $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
21936
21937 else
21938 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
21939 "
21940 if test "x$ac_cv_have_decl_tzname" = x""yes; then :
21941 ac_have_decl=1
21942 else
21943 ac_have_decl=0
21944 fi
21945
21946 cat >>confdefs.h <<_ACEOF
21947 #define HAVE_DECL_TZNAME $ac_have_decl
21948 _ACEOF
21949
21950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
21951 $as_echo_n "checking for tzname... " >&6; }
21952 if test "${ac_cv_var_tzname+set}" = set; then :
21953 $as_echo_n "(cached) " >&6
21954 else
21955 if test x$gcc_no_link = xyes; then
21956 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21957 fi
21958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21959 /* end confdefs.h. */
21960 #include <time.h>
21961 #if !HAVE_DECL_TZNAME
21962 extern char *tzname[];
21963 #endif
21964
21965 int
21966 main ()
21967 {
21968 return tzname[0][0];
21969 ;
21970 return 0;
21971 }
21972 _ACEOF
21973 if ac_fn_c_try_link "$LINENO"; then :
21974 ac_cv_var_tzname=yes
21975 else
21976 ac_cv_var_tzname=no
21977 fi
21978 rm -f core conftest.err conftest.$ac_objext \
21979 conftest$ac_exeext conftest.$ac_ext
21980 fi
21981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5
21982 $as_echo "$ac_cv_var_tzname" >&6; }
21983 if test $ac_cv_var_tzname = yes; then
21984
21985 $as_echo "#define HAVE_TZNAME 1" >>confdefs.h
21986
21987 fi
21988 fi
21989
21990 LDLIBICONV=`echo " $LIBICONV " | sed "s/${acl_cv_wl--Wl,}/ /g; s/,/ /g"`
21991
21992
21993 for ac_func in gethostbyname_r
21994 do :
21995 ac_fn_c_check_func "$LINENO" "gethostbyname_r" "ac_cv_func_gethostbyname_r"
21996 if test "x$ac_cv_func_gethostbyname_r" = x""yes; then :
21997 cat >>confdefs.h <<_ACEOF
21998 #define HAVE_GETHOSTBYNAME_R 1
21999 _ACEOF
22000
22001
22002 $as_echo "#define HAVE_GETHOSTBYNAME_R 1" >>confdefs.h
22003
22004 # There are two different kinds of gethostbyname_r.
22005 # We look for the one that returns `int'.
22006 # Hopefully this check is robust enough.
22007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22008 /* end confdefs.h. */
22009 #include <netdb.h>
22010
22011 _ACEOF
22012 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22013 $EGREP "int.*gethostbyname_r" >/dev/null 2>&1; then :
22014
22015
22016 $as_echo "#define GETHOSTBYNAME_R_RETURNS_INT 1" >>confdefs.h
22017
22018 fi
22019 rm -f conftest*
22020
22021
22022 case " $GCINCS " in
22023 *" -D_REENTRANT "*) ;;
22024 *)
22025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
22026 $as_echo_n "checking whether gethostbyname_r declaration requires -D_REENTRANT... " >&6; }
22027 if test "${libjava_cv_gethostbyname_r_needs_reentrant+set}" = set; then :
22028 $as_echo_n "(cached) " >&6
22029 else
22030 ac_ext=cpp
22031 ac_cpp='$CXXCPP $CPPFLAGS'
22032 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22033 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22034 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22035
22036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22037 /* end confdefs.h. */
22038 #include <netdb.h>
22039 int
22040 main ()
22041 {
22042 gethostbyname_r("", 0, 0);
22043 ;
22044 return 0;
22045 }
22046 _ACEOF
22047 if ac_fn_cxx_try_compile "$LINENO"; then :
22048 libjava_cv_gethostbyname_r_needs_reentrant=no
22049 else
22050 CPPFLAGS_SAVE="$CPPFLAGS"
22051 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
22052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22053 /* end confdefs.h. */
22054 #include <netdb.h>
22055 int
22056 main ()
22057 {
22058 gethostbyname_r("", 0, 0);
22059 ;
22060 return 0;
22061 }
22062 _ACEOF
22063 if ac_fn_cxx_try_compile "$LINENO"; then :
22064 libjava_cv_gethostbyname_r_needs_reentrant=yes
22065 else
22066 libjava_cv_gethostbyname_r_needs_reentrant=fail
22067 fi
22068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22069 CPPFLAGS="$CPPFLAGS_SAVE"
22070
22071 fi
22072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22073 ac_ext=c
22074 ac_cpp='$CPP $CPPFLAGS'
22075 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22076 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22077 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22078
22079
22080 fi
22081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libjava_cv_gethostbyname_r_needs_reentrant" >&5
22082 $as_echo "$libjava_cv_gethostbyname_r_needs_reentrant" >&6; }
22083 if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes; then
22084
22085 $as_echo "#define _REENTRANT 1" >>confdefs.h
22086
22087 fi
22088 ;;
22089 esac
22090
22091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct hostent_data" >&5
22092 $as_echo_n "checking for struct hostent_data... " >&6; }
22093 if test "${libjava_cv_struct_hostent_data+set}" = set; then :
22094 $as_echo_n "(cached) " >&6
22095 else
22096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22097 /* end confdefs.h. */
22098
22099 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
22100 # define _REENTRANT 1
22101 #endif
22102 #include <netdb.h>
22103 int
22104 main ()
22105 {
22106 struct hostent_data data;
22107 ;
22108 return 0;
22109 }
22110 _ACEOF
22111 if ac_fn_c_try_compile "$LINENO"; then :
22112 libjava_cv_struct_hostent_data=yes
22113 else
22114 libjava_cv_struct_hostent_data=no
22115 fi
22116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22117 fi
22118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libjava_cv_struct_hostent_data" >&5
22119 $as_echo "$libjava_cv_struct_hostent_data" >&6; }
22120 if test "x$libjava_cv_struct_hostent_data" = xyes; then
22121
22122 $as_echo "#define HAVE_STRUCT_HOSTENT_DATA 1" >>confdefs.h
22123
22124 fi
22125
22126 fi
22127 done
22128
22129
22130 # FIXME: libjava source code expects to find a prototype for
22131 # gethostbyaddr_r in netdb.h. The outer check ensures that
22132 # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
22133 # to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
22134 # linkage check is enough, yet C++ code requires proper prototypes.)
22135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22136 /* end confdefs.h. */
22137 #include <netdb.h>
22138
22139 _ACEOF
22140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22141 $EGREP "gethostbyaddr_r" >/dev/null 2>&1; then :
22142
22143 for ac_func in gethostbyaddr_r
22144 do :
22145 ac_fn_c_check_func "$LINENO" "gethostbyaddr_r" "ac_cv_func_gethostbyaddr_r"
22146 if test "x$ac_cv_func_gethostbyaddr_r" = x""yes; then :
22147 cat >>confdefs.h <<_ACEOF
22148 #define HAVE_GETHOSTBYADDR_R 1
22149 _ACEOF
22150
22151
22152 $as_echo "#define HAVE_GETHOSTBYADDR_R 1" >>confdefs.h
22153
22154 # There are two different kinds of gethostbyaddr_r.
22155 # We look for the one that returns `int'.
22156 # Hopefully this check is robust enough.
22157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22158 /* end confdefs.h. */
22159 #include <netdb.h>
22160
22161 _ACEOF
22162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22163 $EGREP "int.*gethostbyaddr_r" >/dev/null 2>&1; then :
22164
22165
22166 $as_echo "#define GETHOSTBYADDR_R_RETURNS_INT 1" >>confdefs.h
22167
22168 fi
22169 rm -f conftest*
22170
22171 fi
22172 done
22173
22174 fi
22175 rm -f conftest*
22176
22177
22178 for ac_func in gethostname
22179 do :
22180 ac_fn_c_check_func "$LINENO" "gethostname" "ac_cv_func_gethostname"
22181 if test "x$ac_cv_func_gethostname" = x""yes; then :
22182 cat >>confdefs.h <<_ACEOF
22183 #define HAVE_GETHOSTNAME 1
22184 _ACEOF
22185
22186
22187 $as_echo "#define HAVE_GETHOSTNAME 1" >>confdefs.h
22188
22189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22190 /* end confdefs.h. */
22191 #include <unistd.h>
22192
22193 _ACEOF
22194 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22195 $EGREP "gethostname" >/dev/null 2>&1; then :
22196
22197
22198 $as_echo "#define HAVE_GETHOSTNAME_DECL 1" >>confdefs.h
22199
22200 fi
22201 rm -f conftest*
22202
22203 fi
22204 done
22205
22206
22207 for ac_func in usleep
22208 do :
22209 ac_fn_c_check_func "$LINENO" "usleep" "ac_cv_func_usleep"
22210 if test "x$ac_cv_func_usleep" = x""yes; then :
22211 cat >>confdefs.h <<_ACEOF
22212 #define HAVE_USLEEP 1
22213 _ACEOF
22214
22215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22216 /* end confdefs.h. */
22217 #include <unistd.h>
22218
22219 _ACEOF
22220 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22221 $EGREP "usleep" >/dev/null 2>&1; then :
22222
22223
22224 $as_echo "#define HAVE_USLEEP_DECL 1" >>confdefs.h
22225
22226 fi
22227 rm -f conftest*
22228
22229 fi
22230 done
22231
22232
22233 # Look for these functions in the thread library, but only bother
22234 # if using POSIX threads.
22235 if test "$THREADS" = posix; then
22236 save_LIBS="$LIBS"
22237 LIBS="$LIBS $THREADLIBS"
22238
22239 # Look for sched_yield. Up to Solaris 2.6, it is in libposix4, since
22240 # Solaris 7 the name librt is preferred.
22241 for ac_func in sched_yield
22242 do :
22243 ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
22244 if test "x$ac_cv_func_sched_yield" = x""yes; then :
22245 cat >>confdefs.h <<_ACEOF
22246 #define HAVE_SCHED_YIELD 1
22247 _ACEOF
22248
22249 else
22250
22251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5
22252 $as_echo_n "checking for sched_yield in -lrt... " >&6; }
22253 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then :
22254 $as_echo_n "(cached) " >&6
22255 else
22256 ac_check_lib_save_LIBS=$LIBS
22257 LIBS="-lrt $LIBS"
22258 if test x$gcc_no_link = xyes; then
22259 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22260 fi
22261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22262 /* end confdefs.h. */
22263
22264 /* Override any GCC internal prototype to avoid an error.
22265 Use char because int might match the return type of a GCC
22266 builtin and then its argument prototype would still apply. */
22267 #ifdef __cplusplus
22268 extern "C"
22269 #endif
22270 char sched_yield ();
22271 int
22272 main ()
22273 {
22274 return sched_yield ();
22275 ;
22276 return 0;
22277 }
22278 _ACEOF
22279 if ac_fn_c_try_link "$LINENO"; then :
22280 ac_cv_lib_rt_sched_yield=yes
22281 else
22282 ac_cv_lib_rt_sched_yield=no
22283 fi
22284 rm -f core conftest.err conftest.$ac_objext \
22285 conftest$ac_exeext conftest.$ac_ext
22286 LIBS=$ac_check_lib_save_LIBS
22287 fi
22288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5
22289 $as_echo "$ac_cv_lib_rt_sched_yield" >&6; }
22290 if test "x$ac_cv_lib_rt_sched_yield" = x""yes; then :
22291
22292 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
22293
22294 THREADLIBS="$THREADLIBS -lrt"
22295 THREADSPEC="$THREADSPEC -lrt"
22296 else
22297
22298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
22299 $as_echo_n "checking for sched_yield in -lposix4... " >&6; }
22300 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then :
22301 $as_echo_n "(cached) " >&6
22302 else
22303 ac_check_lib_save_LIBS=$LIBS
22304 LIBS="-lposix4 $LIBS"
22305 if test x$gcc_no_link = xyes; then
22306 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22307 fi
22308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22309 /* end confdefs.h. */
22310
22311 /* Override any GCC internal prototype to avoid an error.
22312 Use char because int might match the return type of a GCC
22313 builtin and then its argument prototype would still apply. */
22314 #ifdef __cplusplus
22315 extern "C"
22316 #endif
22317 char sched_yield ();
22318 int
22319 main ()
22320 {
22321 return sched_yield ();
22322 ;
22323 return 0;
22324 }
22325 _ACEOF
22326 if ac_fn_c_try_link "$LINENO"; then :
22327 ac_cv_lib_posix4_sched_yield=yes
22328 else
22329 ac_cv_lib_posix4_sched_yield=no
22330 fi
22331 rm -f core conftest.err conftest.$ac_objext \
22332 conftest$ac_exeext conftest.$ac_ext
22333 LIBS=$ac_check_lib_save_LIBS
22334 fi
22335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
22336 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
22337 if test "x$ac_cv_lib_posix4_sched_yield" = x""yes; then :
22338
22339 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
22340
22341 THREADLIBS="$THREADLIBS -lposix4"
22342 THREADSPEC="$THREADSPEC -lposix4"
22343 fi
22344
22345 fi
22346
22347 fi
22348 done
22349
22350
22351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
22352 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
22353 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
22354 $as_echo_n "(cached) " >&6
22355 else
22356 ac_check_lib_save_LIBS=$LIBS
22357 LIBS="-lrt $LIBS"
22358 if test x$gcc_no_link = xyes; then
22359 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22360 fi
22361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22362 /* end confdefs.h. */
22363
22364 /* Override any GCC internal prototype to avoid an error.
22365 Use char because int might match the return type of a GCC
22366 builtin and then its argument prototype would still apply. */
22367 #ifdef __cplusplus
22368 extern "C"
22369 #endif
22370 char clock_gettime ();
22371 int
22372 main ()
22373 {
22374 return clock_gettime ();
22375 ;
22376 return 0;
22377 }
22378 _ACEOF
22379 if ac_fn_c_try_link "$LINENO"; then :
22380 ac_cv_lib_rt_clock_gettime=yes
22381 else
22382 ac_cv_lib_rt_clock_gettime=no
22383 fi
22384 rm -f core conftest.err conftest.$ac_objext \
22385 conftest$ac_exeext conftest.$ac_ext
22386 LIBS=$ac_check_lib_save_LIBS
22387 fi
22388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
22389 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
22390 if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
22391
22392
22393 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
22394
22395 case "$THREADSPEC" in
22396 *-lrt*) ;;
22397 *)
22398 THREADSPEC="$THREADSPEC -lrt"
22399 THREADLIBS="$THREADLIBS -lrt"
22400 ;;
22401 esac
22402 fi
22403
22404
22405 LIBS="$save_LIBS"
22406
22407 # We can save a little space at runtime if the mutex has m_count
22408 # or __m_count. This is a nice hack for Linux.
22409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22410 /* end confdefs.h. */
22411 #include <pthread.h>
22412 int
22413 main ()
22414 {
22415
22416 extern pthread_mutex_t *mutex; int q = mutex->m_count;
22417
22418 ;
22419 return 0;
22420 }
22421 _ACEOF
22422 if ac_fn_c_try_compile "$LINENO"; then :
22423
22424 $as_echo "#define PTHREAD_MUTEX_HAVE_M_COUNT 1" >>confdefs.h
22425
22426 else
22427
22428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22429 /* end confdefs.h. */
22430 #include <pthread.h>
22431 int
22432 main ()
22433 {
22434
22435 extern pthread_mutex_t *mutex; int q = mutex->__m_count;
22436
22437 ;
22438 return 0;
22439 }
22440 _ACEOF
22441 if ac_fn_c_try_compile "$LINENO"; then :
22442
22443 $as_echo "#define PTHREAD_MUTEX_HAVE___M_COUNT 1" >>confdefs.h
22444
22445 fi
22446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22447 fi
22448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22449 fi
22450
22451 # We require a way to get the time.
22452 time_found=no
22453 for ac_func in gettimeofday time ftime
22454 do :
22455 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22456 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22457 eval as_val=\$$as_ac_var
22458 if test "x$as_val" = x""yes; then :
22459 cat >>confdefs.h <<_ACEOF
22460 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22461 _ACEOF
22462 time_found=yes
22463 fi
22464 done
22465
22466 if test "$time_found" = no; then
22467 as_fn_error "no function found to get the time" "$LINENO" 5
22468 fi
22469
22470 for ac_func in memmove
22471 do :
22472 ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove"
22473 if test "x$ac_cv_func_memmove" = x""yes; then :
22474 cat >>confdefs.h <<_ACEOF
22475 #define HAVE_MEMMOVE 1
22476 _ACEOF
22477
22478 fi
22479 done
22480
22481
22482 # We require memcpy.
22483 memcpy_found=no
22484 for ac_func in memcpy
22485 do :
22486 ac_fn_c_check_func "$LINENO" "memcpy" "ac_cv_func_memcpy"
22487 if test "x$ac_cv_func_memcpy" = x""yes; then :
22488 cat >>confdefs.h <<_ACEOF
22489 #define HAVE_MEMCPY 1
22490 _ACEOF
22491 memcpy_found=yes
22492 fi
22493 done
22494
22495 if test "$memcpy_found" = no; then
22496 as_fn_error "memcpy is required" "$LINENO" 5
22497 fi
22498 # Do an additional check on dld, HP-UX for example has dlopen in libdld.sl
22499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
22500 $as_echo_n "checking for dlopen in -ldl... " >&6; }
22501 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
22502 $as_echo_n "(cached) " >&6
22503 else
22504 ac_check_lib_save_LIBS=$LIBS
22505 LIBS="-ldl $LIBS"
22506 if test x$gcc_no_link = xyes; then
22507 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22508 fi
22509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22510 /* end confdefs.h. */
22511
22512 /* Override any GCC internal prototype to avoid an error.
22513 Use char because int might match the return type of a GCC
22514 builtin and then its argument prototype would still apply. */
22515 #ifdef __cplusplus
22516 extern "C"
22517 #endif
22518 char dlopen ();
22519 int
22520 main ()
22521 {
22522 return dlopen ();
22523 ;
22524 return 0;
22525 }
22526 _ACEOF
22527 if ac_fn_c_try_link "$LINENO"; then :
22528 ac_cv_lib_dl_dlopen=yes
22529 else
22530 ac_cv_lib_dl_dlopen=no
22531 fi
22532 rm -f core conftest.err conftest.$ac_objext \
22533 conftest$ac_exeext conftest.$ac_ext
22534 LIBS=$ac_check_lib_save_LIBS
22535 fi
22536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
22537 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
22538 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
22539
22540
22541 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
22542
22543 else
22544
22545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldld" >&5
22546 $as_echo_n "checking for dlopen in -ldld... " >&6; }
22547 if test "${ac_cv_lib_dld_dlopen+set}" = set; then :
22548 $as_echo_n "(cached) " >&6
22549 else
22550 ac_check_lib_save_LIBS=$LIBS
22551 LIBS="-ldld $LIBS"
22552 if test x$gcc_no_link = xyes; then
22553 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22554 fi
22555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22556 /* end confdefs.h. */
22557
22558 /* Override any GCC internal prototype to avoid an error.
22559 Use char because int might match the return type of a GCC
22560 builtin and then its argument prototype would still apply. */
22561 #ifdef __cplusplus
22562 extern "C"
22563 #endif
22564 char dlopen ();
22565 int
22566 main ()
22567 {
22568 return dlopen ();
22569 ;
22570 return 0;
22571 }
22572 _ACEOF
22573 if ac_fn_c_try_link "$LINENO"; then :
22574 ac_cv_lib_dld_dlopen=yes
22575 else
22576 ac_cv_lib_dld_dlopen=no
22577 fi
22578 rm -f core conftest.err conftest.$ac_objext \
22579 conftest$ac_exeext conftest.$ac_ext
22580 LIBS=$ac_check_lib_save_LIBS
22581 fi
22582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dlopen" >&5
22583 $as_echo "$ac_cv_lib_dld_dlopen" >&6; }
22584 if test "x$ac_cv_lib_dld_dlopen" = x""yes; then :
22585
22586
22587 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
22588
22589 fi
22590
22591 fi
22592
22593
22594 # Some library-finding code we stole from Tcl.
22595 #--------------------------------------------------------------------
22596 # Check for the existence of the -lsocket and -lnsl libraries.
22597 # The order here is important, so that they end up in the right
22598 # order in the command line generated by make. Here are some
22599 # special considerations:
22600 # 1. Use "connect" and "accept" to check for -lsocket, and
22601 # "gethostbyname" to check for -lnsl.
22602 # 2. Use each function name only once: can't redo a check because
22603 # autoconf caches the results of the last check and won't redo it.
22604 # 3. Use -lnsl and -lsocket only if they supply procedures that
22605 # aren't already present in the normal libraries. This is because
22606 # IRIX 5.2 has libraries, but they aren't needed and they're
22607 # bogus: they goof up name resolution if used.
22608 # 4. On some SVR4 systems, can't use -lsocket without -lnsl too.
22609 # To get around this problem, check for both libraries together
22610 # if -lsocket doesn't work by itself.
22611 #--------------------------------------------------------------------
22612
22613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5
22614 $as_echo_n "checking for socket libraries... " >&6; }
22615 if test "${gcj_cv_lib_sockets+set}" = set; then :
22616 $as_echo_n "(cached) " >&6
22617 else
22618 gcj_cv_lib_sockets=
22619 gcj_checkBoth=0
22620 unset ac_cv_func_connect
22621 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
22622 if test "x$ac_cv_func_connect" = x""yes; then :
22623 gcj_checkSocket=0
22624 else
22625 gcj_checkSocket=1
22626 fi
22627
22628 if test "$gcj_checkSocket" = 1; then
22629 unset ac_cv_func_connect
22630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsocket" >&5
22631 $as_echo_n "checking for main in -lsocket... " >&6; }
22632 if test "${ac_cv_lib_socket_main+set}" = set; then :
22633 $as_echo_n "(cached) " >&6
22634 else
22635 ac_check_lib_save_LIBS=$LIBS
22636 LIBS="-lsocket $LIBS"
22637 if test x$gcc_no_link = xyes; then
22638 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22639 fi
22640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22641 /* end confdefs.h. */
22642
22643
22644 int
22645 main ()
22646 {
22647 return main ();
22648 ;
22649 return 0;
22650 }
22651 _ACEOF
22652 if ac_fn_c_try_link "$LINENO"; then :
22653 ac_cv_lib_socket_main=yes
22654 else
22655 ac_cv_lib_socket_main=no
22656 fi
22657 rm -f core conftest.err conftest.$ac_objext \
22658 conftest$ac_exeext conftest.$ac_ext
22659 LIBS=$ac_check_lib_save_LIBS
22660 fi
22661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_main" >&5
22662 $as_echo "$ac_cv_lib_socket_main" >&6; }
22663 if test "x$ac_cv_lib_socket_main" = x""yes; then :
22664 gcj_cv_lib_sockets="-lsocket"
22665 else
22666 gcj_checkBoth=1
22667 fi
22668
22669 fi
22670 if test "$gcj_checkBoth" = 1; then
22671 gcj_oldLibs=$LIBS
22672 LIBS="$LIBS -lsocket -lnsl"
22673 unset ac_cv_func_accept
22674 ac_fn_c_check_func "$LINENO" "accept" "ac_cv_func_accept"
22675 if test "x$ac_cv_func_accept" = x""yes; then :
22676 gcj_checkNsl=0
22677 gcj_cv_lib_sockets="-lsocket -lnsl"
22678 fi
22679
22680 unset ac_cv_func_accept
22681 LIBS=$gcj_oldLibs
22682 fi
22683 unset ac_cv_func_gethostbyname
22684 gcj_oldLibs=$LIBS
22685 LIBS="$LIBS $gcj_cv_lib_sockets"
22686 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
22687 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
22688
22689 else
22690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnsl" >&5
22691 $as_echo_n "checking for main in -lnsl... " >&6; }
22692 if test "${ac_cv_lib_nsl_main+set}" = set; then :
22693 $as_echo_n "(cached) " >&6
22694 else
22695 ac_check_lib_save_LIBS=$LIBS
22696 LIBS="-lnsl $LIBS"
22697 if test x$gcc_no_link = xyes; then
22698 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22699 fi
22700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22701 /* end confdefs.h. */
22702
22703
22704 int
22705 main ()
22706 {
22707 return main ();
22708 ;
22709 return 0;
22710 }
22711 _ACEOF
22712 if ac_fn_c_try_link "$LINENO"; then :
22713 ac_cv_lib_nsl_main=yes
22714 else
22715 ac_cv_lib_nsl_main=no
22716 fi
22717 rm -f core conftest.err conftest.$ac_objext \
22718 conftest$ac_exeext conftest.$ac_ext
22719 LIBS=$ac_check_lib_save_LIBS
22720 fi
22721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_main" >&5
22722 $as_echo "$ac_cv_lib_nsl_main" >&6; }
22723 if test "x$ac_cv_lib_nsl_main" = x""yes; then :
22724 gcj_cv_lib_sockets="$gcj_cv_lib_sockets -lnsl"
22725 fi
22726
22727 fi
22728
22729 unset ac_cv_func_gethostbyname
22730 LIBS=$gcj_oldLIBS
22731
22732 fi
22733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcj_cv_lib_sockets" >&5
22734 $as_echo "$gcj_cv_lib_sockets" >&6; }
22735 SYSTEMSPEC="$SYSTEMSPEC $gcj_cv_lib_sockets"
22736
22737 if test "$with_system_zlib" = yes; then
22738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
22739 $as_echo_n "checking for deflate in -lz... " >&6; }
22740 if test "${ac_cv_lib_z_deflate+set}" = set; then :
22741 $as_echo_n "(cached) " >&6
22742 else
22743 ac_check_lib_save_LIBS=$LIBS
22744 LIBS="-lz $LIBS"
22745 if test x$gcc_no_link = xyes; then
22746 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22747 fi
22748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22749 /* end confdefs.h. */
22750
22751 /* Override any GCC internal prototype to avoid an error.
22752 Use char because int might match the return type of a GCC
22753 builtin and then its argument prototype would still apply. */
22754 #ifdef __cplusplus
22755 extern "C"
22756 #endif
22757 char deflate ();
22758 int
22759 main ()
22760 {
22761 return deflate ();
22762 ;
22763 return 0;
22764 }
22765 _ACEOF
22766 if ac_fn_c_try_link "$LINENO"; then :
22767 ac_cv_lib_z_deflate=yes
22768 else
22769 ac_cv_lib_z_deflate=no
22770 fi
22771 rm -f core conftest.err conftest.$ac_objext \
22772 conftest$ac_exeext conftest.$ac_ext
22773 LIBS=$ac_check_lib_save_LIBS
22774 fi
22775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
22776 $as_echo "$ac_cv_lib_z_deflate" >&6; }
22777 if test "x$ac_cv_lib_z_deflate" = x""yes; then :
22778 ZLIBSPEC=-lz
22779 else
22780 ZLIBSPEC=
22781 fi
22782
22783 fi
22784
22785 # Test for Gtk stuff, if asked for.
22786 if test "$use_gtk_awt" = yes; then
22787
22788 succeeded=no
22789
22790 if test -z "$PKG_CONFIG"; then
22791 # Extract the first word of "pkg-config", so it can be a program name with args.
22792 set dummy pkg-config; ac_word=$2
22793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22794 $as_echo_n "checking for $ac_word... " >&6; }
22795 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
22796 $as_echo_n "(cached) " >&6
22797 else
22798 case $PKG_CONFIG in
22799 [\\/]* | ?:[\\/]*)
22800 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22801 ;;
22802 *)
22803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22804 for as_dir in $PATH
22805 do
22806 IFS=$as_save_IFS
22807 test -z "$as_dir" && as_dir=.
22808 for ac_exec_ext in '' $ac_executable_extensions; do
22809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22810 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22812 break 2
22813 fi
22814 done
22815 done
22816 IFS=$as_save_IFS
22817
22818 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22819 ;;
22820 esac
22821 fi
22822 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22823 if test -n "$PKG_CONFIG"; then
22824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
22825 $as_echo "$PKG_CONFIG" >&6; }
22826 else
22827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22828 $as_echo "no" >&6; }
22829 fi
22830
22831
22832 fi
22833
22834 if test "$PKG_CONFIG" = "no" ; then
22835 echo "*** The pkg-config script could not be found. Make sure it is"
22836 echo "*** in your path, or set the PKG_CONFIG environment variable"
22837 echo "*** to the full path to pkg-config."
22838 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22839 else
22840 PKG_CONFIG_MIN_VERSION=0.9.0
22841 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.4" >&5
22843 $as_echo_n "checking for gtk+-2.0 >= 2.4... " >&6; }
22844
22845 if $PKG_CONFIG --exists "gtk+-2.0 >= 2.4" ; then
22846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22847 $as_echo "yes" >&6; }
22848 succeeded=yes
22849
22850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
22851 $as_echo_n "checking GTK_CFLAGS... " >&6; }
22852 GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4"`
22853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
22854 $as_echo "$GTK_CFLAGS" >&6; }
22855
22856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
22857 $as_echo_n "checking GTK_LIBS... " >&6; }
22858 GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4"`
22859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
22860 $as_echo "$GTK_LIBS" >&6; }
22861 else
22862 GTK_CFLAGS=""
22863 GTK_LIBS=""
22864 ## If we have a custom action on failure, don't print errors, but
22865 ## do set a variable so people can do so.
22866 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4"`
22867 echo $GTK_PKG_ERRORS
22868 fi
22869
22870
22871
22872 else
22873 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22874 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22875 fi
22876 fi
22877
22878 if test $succeeded = yes; then
22879 :
22880 else
22881 as_fn_error "Library requirements (gtk+-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5
22882 fi
22883
22884
22885
22886
22887
22888 succeeded=no
22889
22890 if test -z "$PKG_CONFIG"; then
22891 # Extract the first word of "pkg-config", so it can be a program name with args.
22892 set dummy pkg-config; ac_word=$2
22893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22894 $as_echo_n "checking for $ac_word... " >&6; }
22895 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
22896 $as_echo_n "(cached) " >&6
22897 else
22898 case $PKG_CONFIG in
22899 [\\/]* | ?:[\\/]*)
22900 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22901 ;;
22902 *)
22903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22904 for as_dir in $PATH
22905 do
22906 IFS=$as_save_IFS
22907 test -z "$as_dir" && as_dir=.
22908 for ac_exec_ext in '' $ac_executable_extensions; do
22909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22910 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22912 break 2
22913 fi
22914 done
22915 done
22916 IFS=$as_save_IFS
22917
22918 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22919 ;;
22920 esac
22921 fi
22922 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22923 if test -n "$PKG_CONFIG"; then
22924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
22925 $as_echo "$PKG_CONFIG" >&6; }
22926 else
22927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22928 $as_echo "no" >&6; }
22929 fi
22930
22931
22932 fi
22933
22934 if test "$PKG_CONFIG" = "no" ; then
22935 echo "*** The pkg-config script could not be found. Make sure it is"
22936 echo "*** in your path, or set the PKG_CONFIG environment variable"
22937 echo "*** to the full path to pkg-config."
22938 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22939 else
22940 PKG_CONFIG_MIN_VERSION=0.9.0
22941 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4" >&5
22943 $as_echo_n "checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4... " >&6; }
22944
22945 if $PKG_CONFIG --exists "glib-2.0 >= 2.4 gthread-2.0 >= 2.4" ; then
22946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22947 $as_echo "yes" >&6; }
22948 succeeded=yes
22949
22950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GLIB_CFLAGS" >&5
22951 $as_echo_n "checking GLIB_CFLAGS... " >&6; }
22952 GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
22953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_CFLAGS" >&5
22954 $as_echo "$GLIB_CFLAGS" >&6; }
22955
22956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GLIB_LIBS" >&5
22957 $as_echo_n "checking GLIB_LIBS... " >&6; }
22958 GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
22959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_LIBS" >&5
22960 $as_echo "$GLIB_LIBS" >&6; }
22961 else
22962 GLIB_CFLAGS=""
22963 GLIB_LIBS=""
22964 ## If we have a custom action on failure, don't print errors, but
22965 ## do set a variable so people can do so.
22966 GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
22967 echo $GLIB_PKG_ERRORS
22968 fi
22969
22970
22971
22972 else
22973 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22974 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22975 fi
22976 fi
22977
22978 if test $succeeded = yes; then
22979 :
22980 else
22981 as_fn_error "Library requirements (glib-2.0 >= 2.4 gthread-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5
22982 fi
22983
22984
22985
22986
22987
22988 succeeded=no
22989
22990 if test -z "$PKG_CONFIG"; then
22991 # Extract the first word of "pkg-config", so it can be a program name with args.
22992 set dummy pkg-config; ac_word=$2
22993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22994 $as_echo_n "checking for $ac_word... " >&6; }
22995 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
22996 $as_echo_n "(cached) " >&6
22997 else
22998 case $PKG_CONFIG in
22999 [\\/]* | ?:[\\/]*)
23000 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
23001 ;;
23002 *)
23003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23004 for as_dir in $PATH
23005 do
23006 IFS=$as_save_IFS
23007 test -z "$as_dir" && as_dir=.
23008 for ac_exec_ext in '' $ac_executable_extensions; do
23009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23010 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23012 break 2
23013 fi
23014 done
23015 done
23016 IFS=$as_save_IFS
23017
23018 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
23019 ;;
23020 esac
23021 fi
23022 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
23023 if test -n "$PKG_CONFIG"; then
23024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23025 $as_echo "$PKG_CONFIG" >&6; }
23026 else
23027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23028 $as_echo "no" >&6; }
23029 fi
23030
23031
23032 fi
23033
23034 if test "$PKG_CONFIG" = "no" ; then
23035 echo "*** The pkg-config script could not be found. Make sure it is"
23036 echo "*** in your path, or set the PKG_CONFIG environment variable"
23037 echo "*** to the full path to pkg-config."
23038 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
23039 else
23040 PKG_CONFIG_MIN_VERSION=0.9.0
23041 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
23042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libart-2.0 >= 2.1" >&5
23043 $as_echo_n "checking for libart-2.0 >= 2.1... " >&6; }
23044
23045 if $PKG_CONFIG --exists "libart-2.0 >= 2.1" ; then
23046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23047 $as_echo "yes" >&6; }
23048 succeeded=yes
23049
23050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBART_CFLAGS" >&5
23051 $as_echo_n "checking LIBART_CFLAGS... " >&6; }
23052 LIBART_CFLAGS=`$PKG_CONFIG --cflags "libart-2.0 >= 2.1"`
23053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBART_CFLAGS" >&5
23054 $as_echo "$LIBART_CFLAGS" >&6; }
23055
23056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBART_LIBS" >&5
23057 $as_echo_n "checking LIBART_LIBS... " >&6; }
23058 LIBART_LIBS=`$PKG_CONFIG --libs "libart-2.0 >= 2.1"`
23059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBART_LIBS" >&5
23060 $as_echo "$LIBART_LIBS" >&6; }
23061 else
23062 LIBART_CFLAGS=""
23063 LIBART_LIBS=""
23064 ## If we have a custom action on failure, don't print errors, but
23065 ## do set a variable so people can do so.
23066 LIBART_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libart-2.0 >= 2.1"`
23067 echo $LIBART_PKG_ERRORS
23068 fi
23069
23070
23071
23072 else
23073 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
23074 echo "*** See http://www.freedesktop.org/software/pkgconfig"
23075 fi
23076 fi
23077
23078 if test $succeeded = yes; then
23079 :
23080 else
23081 as_fn_error "Library requirements (libart-2.0 >= 2.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5
23082 fi
23083
23084
23085
23086
23087 # We require the XTest Extension to support java.awt.Robot.
23088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XTestQueryExtension in -lXtst" >&5
23089 $as_echo_n "checking for XTestQueryExtension in -lXtst... " >&6; }
23090 if test "${ac_cv_lib_Xtst_XTestQueryExtension+set}" = set; then :
23091 $as_echo_n "(cached) " >&6
23092 else
23093 ac_check_lib_save_LIBS=$LIBS
23094 LIBS="-lXtst ${X_LIBS} $LIBS"
23095 if test x$gcc_no_link = xyes; then
23096 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23097 fi
23098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23099 /* end confdefs.h. */
23100
23101 /* Override any GCC internal prototype to avoid an error.
23102 Use char because int might match the return type of a GCC
23103 builtin and then its argument prototype would still apply. */
23104 #ifdef __cplusplus
23105 extern "C"
23106 #endif
23107 char XTestQueryExtension ();
23108 int
23109 main ()
23110 {
23111 return XTestQueryExtension ();
23112 ;
23113 return 0;
23114 }
23115 _ACEOF
23116 if ac_fn_c_try_link "$LINENO"; then :
23117 ac_cv_lib_Xtst_XTestQueryExtension=yes
23118 else
23119 ac_cv_lib_Xtst_XTestQueryExtension=no
23120 fi
23121 rm -f core conftest.err conftest.$ac_objext \
23122 conftest$ac_exeext conftest.$ac_ext
23123 LIBS=$ac_check_lib_save_LIBS
23124 fi
23125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xtst_XTestQueryExtension" >&5
23126 $as_echo "$ac_cv_lib_Xtst_XTestQueryExtension" >&6; }
23127 if test "x$ac_cv_lib_Xtst_XTestQueryExtension" = x""yes; then :
23128 true
23129 else
23130 as_fn_error "libXtst not found, required by java.awt.Robot" "$LINENO" 5
23131 fi
23132
23133 fi
23134
23135 # On Solaris, and maybe other architectures, the Boehm collector
23136 # requires -ldl.
23137 if test "$GC" = boehm; then
23138 case "${host}" in
23139 *-*-darwin*)
23140 ;;
23141 *)
23142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5
23143 $as_echo_n "checking for main in -ldl... " >&6; }
23144 if test "${ac_cv_lib_dl_main+set}" = set; then :
23145 $as_echo_n "(cached) " >&6
23146 else
23147 ac_check_lib_save_LIBS=$LIBS
23148 LIBS="-ldl $LIBS"
23149 if test x$gcc_no_link = xyes; then
23150 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23151 fi
23152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23153 /* end confdefs.h. */
23154
23155
23156 int
23157 main ()
23158 {
23159 return main ();
23160 ;
23161 return 0;
23162 }
23163 _ACEOF
23164 if ac_fn_c_try_link "$LINENO"; then :
23165 ac_cv_lib_dl_main=yes
23166 else
23167 ac_cv_lib_dl_main=no
23168 fi
23169 rm -f core conftest.err conftest.$ac_objext \
23170 conftest$ac_exeext conftest.$ac_ext
23171 LIBS=$ac_check_lib_save_LIBS
23172 fi
23173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_main" >&5
23174 $as_echo "$ac_cv_lib_dl_main" >&6; }
23175 if test "x$ac_cv_lib_dl_main" = x""yes; then :
23176 SYSTEMSPEC="$SYSTEMSPEC -ldl"
23177 fi
23178
23179 ;;
23180 esac
23181 fi
23182 fi
23183
23184 # Use a semicolon as CLASSPATH separator for MinGW, otherwise a colon.
23185 case $build in
23186 *-mingw32) CLASSPATH_SEPARATOR=';' ;;
23187 *) CLASSPATH_SEPARATOR=':' ;;
23188 esac
23189
23190
23191 # We must search the source tree for java.lang, since we still don't
23192 # have libgcj.jar nor java/lang/*.class
23193 GCJ_SAVE_CPPFLAGS=$CPPFLAGS
23194 CPPFLAGS="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
23195
23196 # Since some classes depend on this one, we need its source available
23197 # before we can do any GCJ compilation test :-(
23198 if test ! -f gnu/classpath/Configuration.java; then
23199 test -d gnu || mkdir gnu
23200 test -d gnu/classpath || mkdir gnu/classpath
23201 # Note that it is not crucial that all the values here be correct.
23202 sed -e "s,@prefix@,$expanded_prefix," \
23203 -e "s,@VERSION@,$VERSION," \
23204 -e "s,@LIBDEBUG@,false," \
23205 -e "s,@INIT_LOAD_LIBRARY@,false," \
23206 -e "s,@@,$LIBGCJDEBUG," \
23207 -e "s,@default_toolkit@,$TOOLKIT," \
23208 -e "s,@JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@,false," \
23209 -e "s,@GTK_CAIRO_ENABLED@,false," \
23210 -e "s,@ECJ_JAR@,," \
23211 -e "s,@WANT_NATIVE_BIG_INTEGER@,false," \
23212 < $srcdir/classpath/gnu/classpath/Configuration.java.in \
23213 > gnu/classpath/Configuration.java
23214 # We do not want to redirect the output of the grep below to /dev/null,
23215 # but we add /dev/null to the input list so that grep will print the
23216 # filename of Configuration.java in case it finds any matches.
23217 if grep '@.*@' gnu/classpath/Configuration.java /dev/null; then
23218 as_fn_error "configure.ac is missing the substitutions above" "$LINENO" 5
23219 fi
23220 fi
23221
23222
23223 if test -n "$ac_tool_prefix"; then
23224 for ac_prog in gcj
23225 do
23226 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
23227 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
23228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23229 $as_echo_n "checking for $ac_word... " >&6; }
23230 if test "${ac_cv_prog_GCJ+set}" = set; then :
23231 $as_echo_n "(cached) " >&6
23232 else
23233 if test -n "$GCJ"; then
23234 ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
23235 else
23236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23237 for as_dir in $PATH
23238 do
23239 IFS=$as_save_IFS
23240 test -z "$as_dir" && as_dir=.
23241 for ac_exec_ext in '' $ac_executable_extensions; do
23242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23243 ac_cv_prog_GCJ="$ac_tool_prefix$ac_prog"
23244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23245 break 2
23246 fi
23247 done
23248 done
23249 IFS=$as_save_IFS
23250
23251 fi
23252 fi
23253 GCJ=$ac_cv_prog_GCJ
23254 if test -n "$GCJ"; then
23255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ" >&5
23256 $as_echo "$GCJ" >&6; }
23257 else
23258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23259 $as_echo "no" >&6; }
23260 fi
23261
23262
23263 test -n "$GCJ" && break
23264 done
23265 fi
23266 if test -z "$GCJ"; then
23267 ac_ct_GCJ=$GCJ
23268 for ac_prog in gcj
23269 do
23270 # Extract the first word of "$ac_prog", so it can be a program name with args.
23271 set dummy $ac_prog; ac_word=$2
23272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23273 $as_echo_n "checking for $ac_word... " >&6; }
23274 if test "${ac_cv_prog_ac_ct_GCJ+set}" = set; then :
23275 $as_echo_n "(cached) " >&6
23276 else
23277 if test -n "$ac_ct_GCJ"; then
23278 ac_cv_prog_ac_ct_GCJ="$ac_ct_GCJ" # Let the user override the test.
23279 else
23280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23281 for as_dir in $PATH
23282 do
23283 IFS=$as_save_IFS
23284 test -z "$as_dir" && as_dir=.
23285 for ac_exec_ext in '' $ac_executable_extensions; do
23286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23287 ac_cv_prog_ac_ct_GCJ="$ac_prog"
23288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23289 break 2
23290 fi
23291 done
23292 done
23293 IFS=$as_save_IFS
23294
23295 fi
23296 fi
23297 ac_ct_GCJ=$ac_cv_prog_ac_ct_GCJ
23298 if test -n "$ac_ct_GCJ"; then
23299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GCJ" >&5
23300 $as_echo "$ac_ct_GCJ" >&6; }
23301 else
23302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23303 $as_echo "no" >&6; }
23304 fi
23305
23306
23307 test -n "$ac_ct_GCJ" && break
23308 done
23309
23310 if test "x$ac_ct_GCJ" = x; then
23311 GCJ="gcj"
23312 else
23313 case $cross_compiling:$ac_tool_warned in
23314 yes:)
23315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
23316 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23317 ac_tool_warned=yes ;;
23318 esac
23319 GCJ=$ac_ct_GCJ
23320 fi
23321 fi
23322
23323 test -z "$GCJ" && as_fn_error "no acceptable gcj found in \$PATH" "$LINENO" 5
23324 if test "x${GCJFLAGS-unset}" = xunset; then
23325 GCJFLAGS="-g -O2"
23326 fi
23327
23328
23329 depcc="$GCJ" am_compiler_list='gcc3 gcc'
23330
23331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
23332 $as_echo_n "checking dependency style of $depcc... " >&6; }
23333 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then :
23334 $as_echo_n "(cached) " >&6
23335 else
23336 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
23337 # We make a subdir and do the tests there. Otherwise we can end up
23338 # making bogus files that we don't know about and never remove. For
23339 # instance it was reported that on HP-UX the gcc test will end up
23340 # making a dummy file named `D' -- because `-MD' means `put the output
23341 # in D'.
23342 mkdir conftest.dir
23343 # Copy depcomp to subdir because otherwise we won't find it if we're
23344 # using a relative directory.
23345 cp "$am_depcomp" conftest.dir
23346 cd conftest.dir
23347 # We will build objects and dependencies in a subdirectory because
23348 # it helps to detect inapplicable dependency modes. For instance
23349 # both Tru64's cc and ICC support -MD to output dependencies as a
23350 # side effect of compilation, but ICC will put the dependencies in
23351 # the current directory while Tru64 will put them in the object
23352 # directory.
23353 mkdir sub
23354
23355 am_cv_GCJ_dependencies_compiler_type=none
23356 if test "$am_compiler_list" = ""; then
23357 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
23358 fi
23359 am__universal=false
23360
23361
23362 for depmode in $am_compiler_list; do
23363 # Setup a source with many dependencies, because some compilers
23364 # like to wrap large dependency lists on column 80 (with \), and
23365 # we should not choose a depcomp mode which is confused by this.
23366 #
23367 # We need to recreate these files for each test, as the compiler may
23368 # overwrite some of them when testing with obscure command lines.
23369 # This happens at least with the AIX C compiler.
23370 : > sub/conftest.c
23371 for i in 1 2 3 4 5 6; do
23372 echo '#include "conftst'$i'.h"' >> sub/conftest.c
23373 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
23374 # Solaris 8's {/usr,}/bin/sh.
23375 touch sub/conftst$i.h
23376 done
23377 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
23378
23379 # We check with `-c' and `-o' for the sake of the "dashmstdout"
23380 # mode. It turns out that the SunPro C++ compiler does not properly
23381 # handle `-M -o', and we need to detect this. Also, some Intel
23382 # versions had trouble with output in subdirs
23383 am__obj=sub/conftest.${OBJEXT-o}
23384 am__minus_obj="-o $am__obj"
23385 case $depmode in
23386 gcc)
23387 # This depmode causes a compiler race in universal mode.
23388 test "$am__universal" = false || continue
23389 ;;
23390 nosideeffect)
23391 # after this tag, mechanisms are not by side-effect, so they'll
23392 # only be used when explicitly requested
23393 if test "x$enable_dependency_tracking" = xyes; then
23394 continue
23395 else
23396 break
23397 fi
23398 ;;
23399 msvisualcpp | msvcmsys)
23400 # This compiler won't grok `-c -o', but also, the minuso test has
23401 # not run yet. These depmodes are late enough in the game, and
23402 # so weak that their functioning should not be impacted.
23403 am__obj=conftest.${OBJEXT-o}
23404 am__minus_obj=
23405 ;;
23406 none) break ;;
23407 esac
23408 if depmode=$depmode \
23409 source=sub/conftest.c object=$am__obj \
23410 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
23411 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
23412 >/dev/null 2>conftest.err &&
23413 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
23414 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
23415 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
23416 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
23417 # icc doesn't choke on unknown options, it will just issue warnings
23418 # or remarks (even with -Werror). So we grep stderr for any message
23419 # that says an option was ignored or not supported.
23420 # When given -MP, icc 7.0 and 7.1 complain thusly:
23421 # icc: Command line warning: ignoring option '-M'; no argument required
23422 # The diagnosis changed in icc 8.0:
23423 # icc: Command line remark: option '-MP' not supported
23424 if (grep 'ignoring option' conftest.err ||
23425 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
23426 am_cv_GCJ_dependencies_compiler_type=$depmode
23427 break
23428 fi
23429 fi
23430 done
23431
23432 cd ..
23433 rm -rf conftest.dir
23434 else
23435 am_cv_GCJ_dependencies_compiler_type=none
23436 fi
23437
23438 fi
23439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_GCJ_dependencies_compiler_type" >&5
23440 $as_echo "$am_cv_GCJ_dependencies_compiler_type" >&6; }
23441 GCJDEPMODE=depmode=$am_cv_GCJ_dependencies_compiler_type
23442
23443 if
23444 test "x$enable_dependency_tracking" != xno \
23445 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3; then
23446 am__fastdepGCJ_TRUE=
23447 am__fastdepGCJ_FALSE='#'
23448 else
23449 am__fastdepGCJ_TRUE='#'
23450 am__fastdepGCJ_FALSE=
23451 fi
23452
23453
23454
23455
23456 # Now remove it.
23457 rm -f gnu/classpath/Configuration.java
23458
23459 CPPFLAGS=$GCJ_SAVE_CPPFLAGS
23460
23461 # The cast to long int works around a bug in the HP C Compiler
23462 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23463 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23464 # This bug is HP SR number 8606223364.
23465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
23466 $as_echo_n "checking size of void *... " >&6; }
23467 if test "${ac_cv_sizeof_void_p+set}" = set; then :
23468 $as_echo_n "(cached) " >&6
23469 else
23470 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
23471
23472 else
23473 if test "$ac_cv_type_void_p" = yes; then
23474 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
23475 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
23476 { as_fn_set_status 77
23477 as_fn_error "cannot compute sizeof (void *)
23478 See \`config.log' for more details." "$LINENO" 5; }; }
23479 else
23480 ac_cv_sizeof_void_p=0
23481 fi
23482 fi
23483
23484 fi
23485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
23486 $as_echo "$ac_cv_sizeof_void_p" >&6; }
23487
23488
23489
23490 cat >>confdefs.h <<_ACEOF
23491 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
23492 _ACEOF
23493
23494
23495
23496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
23497 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
23498 if test "${ac_cv_c_bigendian+set}" = set; then :
23499 $as_echo_n "(cached) " >&6
23500 else
23501 ac_cv_c_bigendian=unknown
23502 # See if we're dealing with a universal compiler.
23503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23504 /* end confdefs.h. */
23505 #ifndef __APPLE_CC__
23506 not a universal capable compiler
23507 #endif
23508 typedef int dummy;
23509
23510 _ACEOF
23511 if ac_fn_c_try_compile "$LINENO"; then :
23512
23513 # Check for potential -arch flags. It is not universal unless
23514 # there are at least two -arch flags with different values.
23515 ac_arch=
23516 ac_prev=
23517 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
23518 if test -n "$ac_prev"; then
23519 case $ac_word in
23520 i?86 | x86_64 | ppc | ppc64)
23521 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
23522 ac_arch=$ac_word
23523 else
23524 ac_cv_c_bigendian=universal
23525 break
23526 fi
23527 ;;
23528 esac
23529 ac_prev=
23530 elif test "x$ac_word" = "x-arch"; then
23531 ac_prev=arch
23532 fi
23533 done
23534 fi
23535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23536 if test $ac_cv_c_bigendian = unknown; then
23537 # See if sys/param.h defines the BYTE_ORDER macro.
23538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23539 /* end confdefs.h. */
23540 #include <sys/types.h>
23541 #include <sys/param.h>
23542
23543 int
23544 main ()
23545 {
23546 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
23547 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
23548 && LITTLE_ENDIAN)
23549 bogus endian macros
23550 #endif
23551
23552 ;
23553 return 0;
23554 }
23555 _ACEOF
23556 if ac_fn_c_try_compile "$LINENO"; then :
23557 # It does; now see whether it defined to BIG_ENDIAN or not.
23558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23559 /* end confdefs.h. */
23560 #include <sys/types.h>
23561 #include <sys/param.h>
23562
23563 int
23564 main ()
23565 {
23566 #if BYTE_ORDER != BIG_ENDIAN
23567 not big endian
23568 #endif
23569
23570 ;
23571 return 0;
23572 }
23573 _ACEOF
23574 if ac_fn_c_try_compile "$LINENO"; then :
23575 ac_cv_c_bigendian=yes
23576 else
23577 ac_cv_c_bigendian=no
23578 fi
23579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23580 fi
23581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23582 fi
23583 if test $ac_cv_c_bigendian = unknown; then
23584 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
23585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23586 /* end confdefs.h. */
23587 #include <limits.h>
23588
23589 int
23590 main ()
23591 {
23592 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
23593 bogus endian macros
23594 #endif
23595
23596 ;
23597 return 0;
23598 }
23599 _ACEOF
23600 if ac_fn_c_try_compile "$LINENO"; then :
23601 # It does; now see whether it defined to _BIG_ENDIAN or not.
23602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23603 /* end confdefs.h. */
23604 #include <limits.h>
23605
23606 int
23607 main ()
23608 {
23609 #ifndef _BIG_ENDIAN
23610 not big endian
23611 #endif
23612
23613 ;
23614 return 0;
23615 }
23616 _ACEOF
23617 if ac_fn_c_try_compile "$LINENO"; then :
23618 ac_cv_c_bigendian=yes
23619 else
23620 ac_cv_c_bigendian=no
23621 fi
23622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23623 fi
23624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23625 fi
23626 if test $ac_cv_c_bigendian = unknown; then
23627 # Compile a test program.
23628 if test "$cross_compiling" = yes; then :
23629 # Try to guess by grepping values from an object file.
23630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23631 /* end confdefs.h. */
23632 short int ascii_mm[] =
23633 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
23634 short int ascii_ii[] =
23635 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
23636 int use_ascii (int i) {
23637 return ascii_mm[i] + ascii_ii[i];
23638 }
23639 short int ebcdic_ii[] =
23640 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
23641 short int ebcdic_mm[] =
23642 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
23643 int use_ebcdic (int i) {
23644 return ebcdic_mm[i] + ebcdic_ii[i];
23645 }
23646 extern int foo;
23647
23648 int
23649 main ()
23650 {
23651 return use_ascii (foo) == use_ebcdic (foo);
23652 ;
23653 return 0;
23654 }
23655 _ACEOF
23656 if ac_fn_c_try_compile "$LINENO"; then :
23657 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
23658 ac_cv_c_bigendian=yes
23659 fi
23660 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
23661 if test "$ac_cv_c_bigendian" = unknown; then
23662 ac_cv_c_bigendian=no
23663 else
23664 # finding both strings is unlikely to happen, but who knows?
23665 ac_cv_c_bigendian=unknown
23666 fi
23667 fi
23668 fi
23669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23670 else
23671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23672 /* end confdefs.h. */
23673 $ac_includes_default
23674 int
23675 main ()
23676 {
23677
23678 /* Are we little or big endian? From Harbison&Steele. */
23679 union
23680 {
23681 long int l;
23682 char c[sizeof (long int)];
23683 } u;
23684 u.l = 1;
23685 return u.c[sizeof (long int) - 1] == 1;
23686
23687 ;
23688 return 0;
23689 }
23690 _ACEOF
23691 if ac_fn_c_try_run "$LINENO"; then :
23692 ac_cv_c_bigendian=no
23693 else
23694 ac_cv_c_bigendian=yes
23695 fi
23696 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23697 conftest.$ac_objext conftest.beam conftest.$ac_ext
23698 fi
23699
23700 fi
23701 fi
23702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
23703 $as_echo "$ac_cv_c_bigendian" >&6; }
23704 case $ac_cv_c_bigendian in #(
23705 yes)
23706 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
23707 ;; #(
23708 no)
23709 ;; #(
23710 universal)
23711
23712 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
23713
23714 ;; #(
23715 *)
23716 as_fn_error "unknown endianness
23717 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
23718 esac
23719
23720
23721 ZLIBS=
23722 SYS_ZLIBS=
23723 ZINCS=
23724
23725 if test -z "$ZLIBSPEC"; then
23726 # Use zlib from the GCC tree.
23727 ZINCS='-I$(top_srcdir)/../zlib'
23728 ZLIBS=../zlib/libzgcj_convenience.la
23729 else
23730 # System's zlib.
23731 SYS_ZLIBS="$ZLIBSPEC"
23732 fi
23733
23734
23735
23736
23737
23738
23739
23740
23741
23742
23743 if test "$NATIVE" = yes; then
23744 NATIVE_TRUE=
23745 NATIVE_FALSE='#'
23746 else
23747 NATIVE_TRUE='#'
23748 NATIVE_FALSE=
23749 fi
23750
23751 if test "$enable_shared" = yes; then
23752 ENABLE_SHARED_TRUE=
23753 ENABLE_SHARED_FALSE='#'
23754 else
23755 ENABLE_SHARED_TRUE='#'
23756 ENABLE_SHARED_FALSE=
23757 fi
23758
23759 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
23760 NEEDS_DATA_START_TRUE=
23761 NEEDS_DATA_START_FALSE='#'
23762 else
23763 NEEDS_DATA_START_TRUE='#'
23764 NEEDS_DATA_START_FALSE=
23765 fi
23766
23767 if test -z "${with_multisubdir}"; then
23768 INSTALL_BINARIES_TRUE=
23769 INSTALL_BINARIES_FALSE='#'
23770 else
23771 INSTALL_BINARIES_TRUE='#'
23772 INSTALL_BINARIES_FALSE=
23773 fi
23774
23775
23776
23777 # Process the option "--enable-version-specific-runtime-libs"
23778 # Calculate toolexeclibdir
23779 case ${version_specific_libs} in
23780 yes)
23781 # Need the gcc compiler version to know where to install libraries
23782 # and header files if --enable-version-specific-runtime-libs option
23783 # is selected.
23784 includedir='$(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include/'
23785 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
23786 toolexecmainlibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
23787 toolexeclibdir=$toolexecmainlibdir
23788 ;;
23789 no)
23790 if test -n "$with_cross_host" &&
23791 test x"$with_cross_host" != x"no"; then
23792 # Install a library built with a cross compiler in tooldir, not libdir.
23793 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
23794 toolexecmainlibdir='$(toolexecdir)/lib'
23795 else
23796 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
23797 toolexecmainlibdir='$(libdir)'
23798 fi
23799 multi_os_directory=`$CC -print-multi-os-directory`
23800 case $multi_os_directory in
23801 .) toolexeclibdir=$toolexecmainlibdir ;; # Avoid trailing /.
23802 *) toolexeclibdir=$toolexecmainlibdir/$multi_os_directory ;;
23803 esac
23804 ;;
23805 esac
23806
23807
23808
23809
23810 # Determine gcj and libgcj version number.
23811 gcjversion=`cat "$srcdir/../gcc/BASE-VER"`
23812 libgcj_soversion=`awk -F: '/^[^#].*:/ { print $1 }' $srcdir/libtool-version`
23813 GCJVERSION=$gcjversion
23814
23815
23816 cat >>confdefs.h <<_ACEOF
23817 #define GCJVERSION "$GCJVERSION"
23818 _ACEOF
23819
23820
23821 # Determine where the standard .db file and GNU Classpath JNI
23822 # libraries are found.
23823 gcjsubdir=gcj-$gcjversion-$libgcj_soversion
23824 multi_os_directory=`$CC -print-multi-os-directory`
23825 case $multi_os_directory in
23826 .)
23827 dbexecdir='$(libdir)/'$gcjsubdir # Avoid /.
23828 ;;
23829 *)
23830 dbexecdir='$(libdir)/'$multi_os_directory/$gcjsubdir
23831 ;;
23832 esac
23833
23834
23835
23836
23837 $as_echo "#define JV_VERSION \"1.5.0\"" >>confdefs.h
23838
23839
23840 $as_echo "#define JV_API_VERSION \"1.5\"" >>confdefs.h
23841
23842
23843
23844 case "${with_gxx_include_dir}" in
23845 yes)
23846 as_fn_error "--with-gxx-include-dir=[dir] requires a directory" "$LINENO" 5
23847 ;;
23848 no | "")
23849 case "${enable_version_specific_runtime_libs}" in
23850 yes) gxx_include_dir='$(libsubdir)/include/c++' ;;
23851 *)
23852 libstdcxx_incdir='c++/$(gcc_version)'
23853 gxx_include_dir='include/$(libstdcxx_incdir)'
23854 if test -n "$with_cross_host" &&
23855 test x"$with_cross_host" != x"no"; then
23856 gxx_include_dir='${prefix}/${target_alias}/'"$gxx_include_dir"
23857 else
23858 gxx_include_dir='${prefix}/'"$gxx_include_dir"
23859 fi;;
23860 esac ;;
23861 *) gxx_include_dir=${with_gxx_include_dir} ;;
23862 esac
23863
23864
23865
23866
23867 # We check for sys/filio.h because Solaris 2.5 defines FIONREAD there.
23868 # On that system, sys/ioctl.h will not include sys/filio.h unless
23869 # BSD_COMP is defined; just including sys/filio.h is simpler.
23870 # We avoid AC_HEADER_DIRENT since we really only care about dirent.h
23871 # for now. If you change this, you also must update natFile.cc.
23872 for ac_header in unistd.h sys/time.h sys/types.h fcntl.h \
23873 sys/ioctl.h sys/filio.h sys/stat.h sys/select.h \
23874 sys/socket.h netinet/in.h arpa/inet.h netdb.h \
23875 pwd.h sys/config.h stdint.h langinfo.h locale.h \
23876 dirent.h sys/rw_lock.h magic.h ifaddrs.h
23877 do :
23878 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
23879 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
23880 eval as_val=\$$as_ac_Header
23881 if test "x$as_val" = x""yes; then :
23882 cat >>confdefs.h <<_ACEOF
23883 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
23884 _ACEOF
23885
23886 fi
23887
23888 done
23889
23890
23891 # sys/socket.h is a prerequisite for net/if.h on Solaris.
23892 for ac_header in net/if.h
23893 do :
23894 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "
23895 #ifdef HAVE_SYS_SOCKET_H
23896 #include <sys/socket.h>
23897 #endif
23898
23899 "
23900 if test "x$ac_cv_header_net_if_h" = x""yes; then :
23901 cat >>confdefs.h <<_ACEOF
23902 #define HAVE_NET_IF_H 1
23903 _ACEOF
23904
23905 fi
23906
23907 done
23908
23909
23910 for ac_header in inttypes.h
23911 do :
23912 ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
23913 if test "x$ac_cv_header_inttypes_h" = x""yes; then :
23914 cat >>confdefs.h <<_ACEOF
23915 #define HAVE_INTTYPES_H 1
23916 _ACEOF
23917
23918
23919 $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h
23920
23921
23922 $as_echo "#define JV_HAVE_INTTYPES_H 1" >>confdefs.h
23923
23924
23925 fi
23926
23927 done
23928
23929
23930 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
23931 if test "x$ac_cv_type_ssize_t" = x""yes; then :
23932
23933 else
23934
23935 cat >>confdefs.h <<_ACEOF
23936 #define ssize_t int
23937 _ACEOF
23938
23939 fi
23940
23941 ac_fn_c_check_type "$LINENO" "magic_t" "ac_cv_type_magic_t" "
23942 #ifdef HAVE_MAGIC_H
23943 #include <magic.h>
23944 #endif
23945 "
23946 if test "x$ac_cv_type_magic_t" = x""yes; then :
23947
23948
23949 $as_echo "#define HAVE_MAGIC_T 1" >>confdefs.h
23950
23951 fi
23952
23953
23954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for in_addr_t" >&5
23955 $as_echo_n "checking for in_addr_t... " >&6; }
23956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23957 /* end confdefs.h. */
23958 #include <sys/types.h>
23959 #if STDC_HEADERS
23960 #include <stdlib.h>
23961 #include <stddef.h>
23962 #endif
23963 #if HAVE_NETINET_IN_H
23964 #include <netinet/in.h>
23965 #endif
23966 int
23967 main ()
23968 {
23969 in_addr_t foo;
23970 ;
23971 return 0;
23972 }
23973 _ACEOF
23974 if ac_fn_c_try_compile "$LINENO"; then :
23975
23976 $as_echo "#define HAVE_IN_ADDR_T 1" >>confdefs.h
23977
23978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23979 $as_echo "yes" >&6; }
23980 else
23981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23982 $as_echo "no" >&6; }
23983 fi
23984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23985
23986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct ip_mreq is in netinet/in.h" >&5
23987 $as_echo_n "checking whether struct ip_mreq is in netinet/in.h... " >&6; }
23988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23989 /* end confdefs.h. */
23990 #include <netinet/in.h>
23991 int
23992 main ()
23993 {
23994 struct ip_mreq mreq;
23995 ;
23996 return 0;
23997 }
23998 _ACEOF
23999 if ac_fn_c_try_compile "$LINENO"; then :
24000
24001 $as_echo "#define HAVE_STRUCT_IP_MREQ 1" >>confdefs.h
24002
24003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24004 $as_echo "yes" >&6; }
24005 else
24006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24007 $as_echo "no" >&6; }
24008 fi
24009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24010
24011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct ipv6_mreq is in netinet/in.h" >&5
24012 $as_echo_n "checking whether struct ipv6_mreq is in netinet/in.h... " >&6; }
24013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24014 /* end confdefs.h. */
24015 #include <netinet/in.h>
24016 int
24017 main ()
24018 {
24019 struct ipv6_mreq mreq6;
24020 ;
24021 return 0;
24022 }
24023 _ACEOF
24024 if ac_fn_c_try_compile "$LINENO"; then :
24025
24026 $as_echo "#define HAVE_STRUCT_IPV6_MREQ 1" >>confdefs.h
24027
24028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24029 $as_echo "yes" >&6; }
24030 else
24031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24032 $as_echo "no" >&6; }
24033 fi
24034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24035
24036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
24037 $as_echo_n "checking whether struct sockaddr_in6 is in netinet/in.h... " >&6; }
24038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24039 /* end confdefs.h. */
24040 #include <netinet/in.h>
24041 int
24042 main ()
24043 {
24044 struct sockaddr_in6 addr6;
24045 ;
24046 return 0;
24047 }
24048 _ACEOF
24049 if ac_fn_c_try_compile "$LINENO"; then :
24050
24051 $as_echo "#define HAVE_INET6 1" >>confdefs.h
24052
24053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24054 $as_echo "yes" >&6; }
24055 else
24056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24057 $as_echo "no" >&6; }
24058 fi
24059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24060
24061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t in sys/socket.h" >&5
24062 $as_echo_n "checking for socklen_t in sys/socket.h... " >&6; }
24063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24064 /* end confdefs.h. */
24065 #define _POSIX_PII_SOCKET
24066 #include <sys/types.h>
24067 #include <sys/socket.h>
24068 int
24069 main ()
24070 {
24071 socklen_t x = 5;
24072 ;
24073 return 0;
24074 }
24075 _ACEOF
24076 if ac_fn_c_try_compile "$LINENO"; then :
24077
24078 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
24079
24080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24081 $as_echo "yes" >&6; }
24082 else
24083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24084 $as_echo "no" >&6; }
24085 fi
24086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24087
24088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
24089 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
24090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24091 /* end confdefs.h. */
24092 #include <time.h>
24093 int
24094 main ()
24095 {
24096 struct tm tim; tim.tm_gmtoff = 0;
24097 ;
24098 return 0;
24099 }
24100 _ACEOF
24101 if ac_fn_c_try_compile "$LINENO"; then :
24102
24103 $as_echo "#define STRUCT_TM_HAS_GMTOFF 1" >>confdefs.h
24104
24105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24106 $as_echo "yes" >&6; }
24107 else
24108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24109 $as_echo "no" >&6; }
24110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for global timezone variable" >&5
24111 $as_echo_n "checking for global timezone variable... " >&6; }
24112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24113 /* end confdefs.h. */
24114 #include <time.h>
24115 int
24116 main ()
24117 {
24118 void i(){long z2 = 2*timezone;}
24119 ;
24120 return 0;
24121 }
24122 _ACEOF
24123 if ac_fn_c_try_compile "$LINENO"; then :
24124
24125 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
24126
24127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24128 $as_echo "yes" >&6; }
24129 else
24130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24131 $as_echo "no" >&6; }
24132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for global _timezone variable" >&5
24133 $as_echo_n "checking for global _timezone variable... " >&6; }
24134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24135 /* end confdefs.h. */
24136 #include <time.h>
24137 int
24138 main ()
24139 {
24140 long z2 = _timezone;
24141 ;
24142 return 0;
24143 }
24144 _ACEOF
24145 if ac_fn_c_try_compile "$LINENO"; then :
24146
24147 $as_echo "#define HAVE_UNDERSCORE_TIMEZONE 1" >>confdefs.h
24148
24149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24150 $as_echo "yes" >&6; }
24151 else
24152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24153 $as_echo "no" >&6; }
24154 fi
24155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24156 fi
24157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24158 fi
24159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24160
24161 for ac_prog in perl
24162 do
24163 # Extract the first word of "$ac_prog", so it can be a program name with args.
24164 set dummy $ac_prog; ac_word=$2
24165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24166 $as_echo_n "checking for $ac_word... " >&6; }
24167 if test "${ac_cv_prog_PERL+set}" = set; then :
24168 $as_echo_n "(cached) " >&6
24169 else
24170 if test -n "$PERL"; then
24171 ac_cv_prog_PERL="$PERL" # Let the user override the test.
24172 else
24173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24174 for as_dir in $PATH
24175 do
24176 IFS=$as_save_IFS
24177 test -z "$as_dir" && as_dir=.
24178 for ac_exec_ext in '' $ac_executable_extensions; do
24179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24180 ac_cv_prog_PERL="$ac_prog"
24181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24182 break 2
24183 fi
24184 done
24185 done
24186 IFS=$as_save_IFS
24187
24188 fi
24189 fi
24190 PERL=$ac_cv_prog_PERL
24191 if test -n "$PERL"; then
24192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
24193 $as_echo "$PERL" >&6; }
24194 else
24195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24196 $as_echo "no" >&6; }
24197 fi
24198
24199
24200 test -n "$PERL" && break
24201 done
24202 test -n "$PERL" || PERL="false"
24203
24204
24205 SYSDEP_SOURCES=
24206 SIGNAL_HANDLER_AUX=
24207
24208 case "${host}" in
24209 *-*-solaris2*)
24210 SIGNAL_HANDLER=include/posix-signal.h
24211 ;;
24212 i?86-*-linux*)
24213 SIGNAL_HANDLER=include/i386-signal.h
24214 SIGNAL_HANDLER_AUX=include/x86_64-signal.h
24215 ;;
24216 # ia64-*)
24217 # SYSDEP_SOURCES=sysdep/ia64.c
24218 # test -d sysdep || mkdir sysdep
24219 # ;;
24220 hppa*-*-linux*)
24221 SIGNAL_HANDLER=include/pa-signal.h
24222 ;;
24223 hppa*-hp-hpux*)
24224 SIGNAL_HANDLER=include/hppa-signal.h
24225 ;;
24226 ia64-*-linux*)
24227 SIGNAL_HANDLER=include/dwarf2-signal.h
24228 ;;
24229 powerpc*-*-linux*)
24230 SIGNAL_HANDLER=include/powerpc-signal.h
24231 ;;
24232 alpha*-*-linux*)
24233 SIGNAL_HANDLER=include/dwarf2-signal.h
24234 ;;
24235 s390*-*-linux*)
24236 SIGNAL_HANDLER=include/s390-signal.h
24237 ;;
24238 x86_64*-*-linux*)
24239 SIGNAL_HANDLER=include/x86_64-signal.h
24240 SIGNAL_HANDLER_AUX=include/i386-signal.h
24241 ;;
24242 sparc*-*-linux*)
24243 SIGNAL_HANDLER=include/dwarf2-signal.h
24244 ;;
24245 sh*-*-linux*)
24246 SIGNAL_HANDLER=include/sh-signal.h
24247 ;;
24248 *mingw*)
24249 SIGNAL_HANDLER=include/win32-signal.h
24250 ;;
24251 mips*-*-linux*)
24252 SIGNAL_HANDLER=include/mips-signal.h
24253 ;;
24254 m68*-*-linux*)
24255 SIGNAL_HANDLER=include/dwarf2-signal.h
24256 ;;
24257 powerpc*-*-darwin* | i?86-*-darwin[912]* | x86_64-*-darwin[912]*)
24258 SIGNAL_HANDLER=include/darwin-signal.h
24259 ;;
24260 powerpc*-*-aix*)
24261 SIGNAL_HANDLER=include/aix-signal.h
24262 ;;
24263 *)
24264 SIGNAL_HANDLER=include/default-signal.h
24265 ;;
24266 esac
24267
24268 # If we're using sjlj exceptions, forget what we just learned.
24269 if test "$enable_sjlj_exceptions" = yes; then
24270 SIGNAL_HANDLER=include/default-signal.h
24271 SIGNAL_HANDLER_AUX=
24272 fi
24273
24274
24275
24276 if test -z "$SIGNAL_HANDLER_AUX"; then
24277 SIGNAL_HANDLER_AUX=$SIGNAL_HANDLER
24278 fi
24279
24280 ac_config_links="$ac_config_links include/java-signal.h:$SIGNAL_HANDLER include/java-signal-aux.h:$SIGNAL_HANDLER_AUX"
24281
24282
24283 if test "${multilib}" = "yes"; then
24284 multilib_arg="--enable-multilib"
24285 else
24286 multilib_arg=
24287 fi
24288
24289 # See if we support thread-local storage.
24290
24291
24292 # Check whether --enable-tls was given.
24293 if test "${enable_tls+set}" = set; then :
24294 enableval=$enable_tls;
24295 case "$enableval" in
24296 yes|no) ;;
24297 *) as_fn_error "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
24298 esac
24299
24300 else
24301 enable_tls=yes
24302 fi
24303
24304
24305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
24306 $as_echo_n "checking whether the target supports thread-local storage... " >&6; }
24307 if test "${gcc_cv_have_tls+set}" = set; then :
24308 $as_echo_n "(cached) " >&6
24309 else
24310
24311 if test "$cross_compiling" = yes; then :
24312 if test x$gcc_no_link = xyes; then
24313 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24314 fi
24315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24316 /* end confdefs.h. */
24317 __thread int a; int b; int main() { return a = b; }
24318 _ACEOF
24319 if ac_fn_c_try_link "$LINENO"; then :
24320 chktls_save_LDFLAGS="$LDFLAGS"
24321 case $host in
24322 *-*-linux*)
24323 LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
24324 ;;
24325 esac
24326 chktls_save_CFLAGS="$CFLAGS"
24327 CFLAGS="-fPIC $CFLAGS"
24328 if test x$gcc_no_link = xyes; then
24329 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24330 fi
24331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24332 /* end confdefs.h. */
24333 int f() { return 0; }
24334 _ACEOF
24335 if ac_fn_c_try_link "$LINENO"; then :
24336 if test x$gcc_no_link = xyes; then
24337 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24338 fi
24339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24340 /* end confdefs.h. */
24341 __thread int a; int b; int f() { return a = b; }
24342 _ACEOF
24343 if ac_fn_c_try_link "$LINENO"; then :
24344 gcc_cv_have_tls=yes
24345 else
24346 gcc_cv_have_tls=no
24347 fi
24348 rm -f core conftest.err conftest.$ac_objext \
24349 conftest$ac_exeext conftest.$ac_ext
24350 else
24351 gcc_cv_have_tls=yes
24352 fi
24353 rm -f core conftest.err conftest.$ac_objext \
24354 conftest$ac_exeext conftest.$ac_ext
24355 CFLAGS="$chktls_save_CFLAGS"
24356 LDFLAGS="$chktls_save_LDFLAGS"
24357 else
24358 gcc_cv_have_tls=no
24359 fi
24360 rm -f core conftest.err conftest.$ac_objext \
24361 conftest$ac_exeext conftest.$ac_ext
24362
24363
24364 else
24365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24366 /* end confdefs.h. */
24367 __thread int a; int b; int main() { return a = b; }
24368 _ACEOF
24369 if ac_fn_c_try_run "$LINENO"; then :
24370 chktls_save_LDFLAGS="$LDFLAGS"
24371 LDFLAGS="-static $LDFLAGS"
24372 if test x$gcc_no_link = xyes; then
24373 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24374 fi
24375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24376 /* end confdefs.h. */
24377 int main() { return 0; }
24378 _ACEOF
24379 if ac_fn_c_try_link "$LINENO"; then :
24380 if test "$cross_compiling" = yes; then :
24381 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
24382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24383 as_fn_error "cannot run test program while cross compiling
24384 See \`config.log' for more details." "$LINENO" 5; }
24385 else
24386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24387 /* end confdefs.h. */
24388 __thread int a; int b; int main() { return a = b; }
24389 _ACEOF
24390 if ac_fn_c_try_run "$LINENO"; then :
24391 gcc_cv_have_tls=yes
24392 else
24393 gcc_cv_have_tls=no
24394 fi
24395 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24396 conftest.$ac_objext conftest.beam conftest.$ac_ext
24397 fi
24398
24399 else
24400 gcc_cv_have_tls=yes
24401 fi
24402 rm -f core conftest.err conftest.$ac_objext \
24403 conftest$ac_exeext conftest.$ac_ext
24404 LDFLAGS="$chktls_save_LDFLAGS"
24405 if test $gcc_cv_have_tls = yes; then
24406 chktls_save_CFLAGS="$CFLAGS"
24407 thread_CFLAGS=failed
24408 for flag in '' '-pthread' '-lpthread'; do
24409 CFLAGS="$flag $chktls_save_CFLAGS"
24410 if test x$gcc_no_link = xyes; then
24411 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24412 fi
24413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24414 /* end confdefs.h. */
24415 #include <pthread.h>
24416 void *g(void *d) { return NULL; }
24417 int
24418 main ()
24419 {
24420 pthread_t t; pthread_create(&t,NULL,g,NULL);
24421 ;
24422 return 0;
24423 }
24424 _ACEOF
24425 if ac_fn_c_try_link "$LINENO"; then :
24426 thread_CFLAGS="$flag"
24427 fi
24428 rm -f core conftest.err conftest.$ac_objext \
24429 conftest$ac_exeext conftest.$ac_ext
24430 if test "X$thread_CFLAGS" != Xfailed; then
24431 break
24432 fi
24433 done
24434 CFLAGS="$chktls_save_CFLAGS"
24435 if test "X$thread_CFLAGS" != Xfailed; then
24436 CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
24437 if test "$cross_compiling" = yes; then :
24438 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
24439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24440 as_fn_error "cannot run test program while cross compiling
24441 See \`config.log' for more details." "$LINENO" 5; }
24442 else
24443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24444 /* end confdefs.h. */
24445 #include <pthread.h>
24446 __thread int a;
24447 static int *volatile a_in_other_thread;
24448 static void *
24449 thread_func (void *arg)
24450 {
24451 a_in_other_thread = &a;
24452 return (void *)0;
24453 }
24454 int
24455 main ()
24456 {
24457 pthread_t thread;
24458 void *thread_retval;
24459 int *volatile a_in_main_thread;
24460 a_in_main_thread = &a;
24461 if (pthread_create (&thread, (pthread_attr_t *)0,
24462 thread_func, (void *)0))
24463 return 0;
24464 if (pthread_join (thread, &thread_retval))
24465 return 0;
24466 return (a_in_other_thread == a_in_main_thread);
24467 ;
24468 return 0;
24469 }
24470 _ACEOF
24471 if ac_fn_c_try_run "$LINENO"; then :
24472 gcc_cv_have_tls=yes
24473 else
24474 gcc_cv_have_tls=no
24475 fi
24476 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24477 conftest.$ac_objext conftest.beam conftest.$ac_ext
24478 fi
24479
24480 CFLAGS="$chktls_save_CFLAGS"
24481 fi
24482 fi
24483 else
24484 gcc_cv_have_tls=no
24485 fi
24486 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24487 conftest.$ac_objext conftest.beam conftest.$ac_ext
24488 fi
24489
24490 fi
24491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
24492 $as_echo "$gcc_cv_have_tls" >&6; }
24493 if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
24494
24495 $as_echo "#define HAVE_TLS 1" >>confdefs.h
24496
24497 fi
24498
24499 # For _Unwind_GetIPInfo.
24500
24501
24502 # Check whether --with-system-libunwind was given.
24503 if test "${with_system_libunwind+set}" = set; then :
24504 withval=$with_system_libunwind;
24505 fi
24506
24507 # If system-libunwind was not specifically set, pick a default setting.
24508 if test x$with_system_libunwind = x; then
24509 case ${target} in
24510 ia64-*-hpux*) with_system_libunwind=yes ;;
24511 *) with_system_libunwind=no ;;
24512 esac
24513 fi
24514 # Based on system-libunwind and target, do we have ipinfo?
24515 if test x$with_system_libunwind = xyes; then
24516 case ${target} in
24517 ia64-*-*) have_unwind_getipinfo=no ;;
24518 *) have_unwind_getipinfo=yes ;;
24519 esac
24520 else
24521 # Darwin before version 9 does not have _Unwind_GetIPInfo.
24522
24523 case ${target} in
24524 *-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;;
24525 *) have_unwind_getipinfo=yes ;;
24526 esac
24527
24528 fi
24529
24530 if test x$have_unwind_getipinfo = xyes; then
24531
24532 $as_echo "#define HAVE_GETIPINFO 1" >>confdefs.h
24533
24534 fi
24535
24536
24537 # See if linker supports anonymous version scripts.
24538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ld supports anonymous version scripts" >&5
24539 $as_echo_n "checking whether ld supports anonymous version scripts... " >&6; }
24540 if test "${libjava_cv_anon_version_script+set}" = set; then :
24541 $as_echo_n "(cached) " >&6
24542 else
24543 # Check whether --enable-symvers was given.
24544 if test "${enable_symvers+set}" = set; then :
24545 enableval=$enable_symvers; case "$enableval" in
24546 yes) libjava_cv_anon_version_script=yes ;;
24547 no) libjava_cv_anon_version_script=no ;;
24548 *) as_fn_error "Unknown argument to enable/disable symvers" "$LINENO" 5;;
24549 esac
24550 else
24551 libjava_cv_anon_version_script=yes
24552
24553 fi
24554
24555 if test x$libjava_cv_anon_version_script = xyes; then
24556 save_CFLAGS="$CFLAGS"; save_LDFLAGS="$LDFLAGS"
24557 CFLAGS="$CFLAGS -fPIC";
24558 LDFLAGS="$LDFLAGS -shared -Wl,--version-script,conftest.map"
24559 echo '{ global: globalsymb*; local: *; };' > conftest.map
24560 if test x$gcc_no_link = xyes; then
24561 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24562 fi
24563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24564 /* end confdefs.h. */
24565 void globalsymbol (void) {} void localsymbol (void) {}
24566 int
24567 main ()
24568 {
24569
24570 ;
24571 return 0;
24572 }
24573 _ACEOF
24574 if ac_fn_c_try_link "$LINENO"; then :
24575 libjava_cv_anon_version_script=gnu
24576 else
24577 libjava_cv_anon_version_script=no
24578 fi
24579 rm -f core conftest.err conftest.$ac_objext \
24580 conftest$ac_exeext conftest.$ac_ext
24581 if test x$libjava_cv_anon_version_script = xno; then
24582 case "$target_os" in
24583 solaris2*)
24584 LDFLAGS="$save_LDFLAGS"
24585 LDFLAGS="$LDFLAGS -shared -Wl,-M,conftest.map"
24586 # Sun ld doesn't understand wildcards here.
24587 echo '{ global: globalsymbol; local: *; };' > conftest.map
24588 if test x$gcc_no_link = xyes; then
24589 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24590 fi
24591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24592 /* end confdefs.h. */
24593 void globalsymbol (void) {} void localsymbol (void) {}
24594 int
24595 main ()
24596 {
24597
24598 ;
24599 return 0;
24600 }
24601 _ACEOF
24602 if ac_fn_c_try_link "$LINENO"; then :
24603 libjava_cv_anon_version_script=sun
24604 fi
24605 rm -f core conftest.err conftest.$ac_objext \
24606 conftest$ac_exeext conftest.$ac_ext
24607 ;;
24608 esac
24609 fi
24610 CFLAGS="$save_CFLAGS"; LDFLAGS="$save_LDFLAGS"
24611 fi
24612
24613 fi
24614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libjava_cv_anon_version_script" >&5
24615 $as_echo "$libjava_cv_anon_version_script" >&6; }
24616 if test "$libjava_cv_anon_version_script" != no; then
24617 ANONVERSCRIPT_TRUE=
24618 ANONVERSCRIPT_FALSE='#'
24619 else
24620 ANONVERSCRIPT_TRUE='#'
24621 ANONVERSCRIPT_FALSE=
24622 fi
24623
24624 if test "$libjava_cv_anon_version_script" = gnu; then
24625 ANONVERSCRIPT_GNU_TRUE=
24626 ANONVERSCRIPT_GNU_FALSE='#'
24627 else
24628 ANONVERSCRIPT_GNU_TRUE='#'
24629 ANONVERSCRIPT_GNU_FALSE=
24630 fi
24631
24632 if test "$libjava_cv_anon_version_script" = sun; then
24633 ANONVERSCRIPT_SUN_TRUE=
24634 ANONVERSCRIPT_SUN_FALSE='#'
24635 else
24636 ANONVERSCRIPT_SUN_TRUE='#'
24637 ANONVERSCRIPT_SUN_FALSE=
24638 fi
24639
24640
24641 # Check if linker supports static linking on a per library basis
24642 LD_START_STATIC_SPEC=
24643 LD_FINISH_STATIC_SPEC=
24644 if $LD --help 2>&1 | grep -- -call_shared >/dev/null 2>&1; then
24645 if $LD --help 2>&1 | grep -- -non_shared >/dev/null 2>&1; then
24646 LD_START_STATIC_SPEC='%{static-libgcj:-non_shared}'
24647 LD_FINISH_STATIC_SPEC='%{static-libgcj:-call_shared}'
24648 fi
24649 fi
24650
24651
24652
24653 here=`${PWDCMD-pwd}`
24654
24655
24656 # We get this from the environment.
24657
24658
24659 default_python_dir="/share/gcc-`cat ${srcdir}/../gcc/BASE-VER`/python/libjava"
24660
24661 # Check whether --with-python-dir was given.
24662 if test "${with_python_dir+set}" = set; then :
24663 withval=$with_python_dir; with_python_dir=$withval
24664 else
24665 with_python_dir="${default_python_dir}"
24666 fi
24667
24668
24669 # Needed for installing Python modules during make install.
24670 python_mod_dir="\${prefix}${with_python_dir}"
24671
24672 # Needed for substituting into aot-compile*
24673 python_mod_dir_expanded="${expanded_prefix}${with_python_dir}"
24674
24675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Python modules dir: ${python_mod_dir_expanded}" >&5
24676 $as_echo "Python modules dir: ${python_mod_dir_expanded}" >&6; };
24677
24678
24679
24680 # needed for aot-compile-rpm
24681 MAKE=`which make`
24682
24683
24684 # Check whether --enable-aot-compile-rpm was given.
24685 if test "${enable_aot_compile_rpm+set}" = set; then :
24686 enableval=$enable_aot_compile_rpm; case "${enableval}" in
24687 yes) AOT_RPM_ENABLED=yes ;;
24688 no) AOT_RPM_ENABLED=no ;;
24689 *) as_fn_error "Unknown argument to enable/disable aot-compile-rpm" "$LINENO" 5 ;;
24690 esac
24691 else
24692 AOT_RPM_ENABLED=no
24693
24694 fi
24695
24696 if test "x${AOT_RPM_ENABLED}" = xyes; then
24697 INSTALL_AOT_RPM_TRUE=
24698 INSTALL_AOT_RPM_FALSE='#'
24699 else
24700 INSTALL_AOT_RPM_TRUE='#'
24701 INSTALL_AOT_RPM_FALSE=
24702 fi
24703
24704
24705 # Check whether --enable-java-home was given.
24706 if test "${enable_java_home+set}" = set; then :
24707 enableval=$enable_java_home; case "${enableval}" in
24708 yes) JAVA_HOME_ENABLED=yes ;;
24709 no) JAVA_HOME_ENABLED=no ;;
24710 *) as_fn_error "Unknown argument to enable/disable java-home" "$LINENO" 5 ;;
24711 esac
24712 else
24713 JAVA_HOME_ENABLED=no
24714
24715 fi
24716
24717 if test "x${JAVA_HOME_ENABLED}" = xyes; then
24718 CREATE_JAVA_HOME_TRUE=
24719 CREATE_JAVA_HOME_FALSE='#'
24720 else
24721 CREATE_JAVA_HOME_TRUE='#'
24722 CREATE_JAVA_HOME_FALSE=
24723 fi
24724
24725
24726 # Only do these checks if java-home above is enabled.
24727 if test "x${JAVA_HOME_ENABLED}" = xyes
24728 then
24729
24730
24731 # Check whether --with-gcc-suffix was given.
24732 if test "${with_gcc_suffix+set}" = set; then :
24733 withval=$with_gcc_suffix; gcc_suffix=$withval
24734 else
24735 gcc_suffix=""
24736 fi
24737
24738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: GCC suffix: ${gcc_suffix}" >&5
24739 $as_echo "GCC suffix: ${gcc_suffix}" >&6; }
24740
24741
24742
24743 # Check whether --with-arch-directory was given.
24744 if test "${with_arch_directory+set}" = set; then :
24745 withval=$with_arch_directory; host_cpu=$withval
24746 else
24747 host_cpu=""
24748 fi
24749
24750
24751
24752 # Check whether --with-os-directory was given.
24753 if test "${with_os_directory+set}" = set; then :
24754 withval=$with_os_directory; host_os=$withval
24755 else
24756 host_os=""
24757 fi
24758
24759
24760
24761 # Check whether --with-origin-name was given.
24762 if test "${with_origin_name+set}" = set; then :
24763 withval=$with_origin_name; origin_name=$withval
24764 else
24765 origin_name=gcj${gcc_suffix}
24766 fi
24767
24768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JPackage origin name: ${origin_name}" >&5
24769 $as_echo "JPackage origin name: ${origin_name}" >&6; }
24770
24771
24772 # Check whether --with-arch-suffix was given.
24773 if test "${with_arch_suffix+set}" = set; then :
24774 withval=$with_arch_suffix; arch_suffix=$withval
24775 else
24776 arch_suffix=""
24777 fi
24778
24779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: arch suffix: ${arch_suffix}" >&5
24780 $as_echo "arch suffix: ${arch_suffix}" >&6; }
24781
24782
24783 # Check whether --with-jvm-root-dir was given.
24784 if test "${with_jvm_root_dir+set}" = set; then :
24785 withval=$with_jvm_root_dir; jvm_root_dir=$withval
24786 else
24787 jvm_root_dir="\${prefix}/lib/jvm"
24788 fi
24789
24790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JVM root installation directory: ${jvm_root_dir}" >&5
24791 $as_echo "JVM root installation directory: ${jvm_root_dir}" >&6; }
24792
24793
24794 # Check whether --with-jvm-jar-dir was given.
24795 if test "${with_jvm_jar_dir+set}" = set; then :
24796 withval=$with_jvm_jar_dir; jvm_jar_dir=$withval
24797 else
24798 jvm_jar_dir=\${prefix}/lib/jvm-exports
24799 fi
24800
24801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JAR root installation directory: ${jvm_jar_dir}" >&5
24802 $as_echo "JAR root installation directory: ${jvm_jar_dir}" >&6; }
24803
24804 JAVA_VERSION=1.5.0
24805 BUILD_VERSION=0
24806
24807
24808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Java version: ${JAVA_VERSION}" >&5
24809 $as_echo "Java version: ${JAVA_VERSION}" >&6; }
24810
24811 jre_dir=jre
24812 jre_lnk=jre-${JAVA_VERSION}-${origin_name}
24813 sdk_lnk=java-${JAVA_VERSION}-${origin_name}
24814
24815 JVM_ROOT_DIR=${jvm_root_dir}
24816
24817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JVM ROOT directory: ${JVM_ROOT_DIR}" >&5
24818 $as_echo "JVM ROOT directory: ${JVM_ROOT_DIR}" >&6; }
24819
24820 JVM_JAR_ROOT_DIR=${jvm_jar_dir}
24821
24822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JVM JAR ROOT directory: ${JVM_JAR_ROOT_DIR}" >&5
24823 $as_echo "JVM JAR ROOT directory: ${JVM_JAR_ROOT_DIR}" >&6; }
24824
24825 JVM_JAR_DIR=${jvm_jar_dir}
24826
24827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JVM JAR directory: ${JVM_JAR_DIR}" >&5
24828 $as_echo "JVM JAR directory: ${JVM_JAR_DIR}" >&6; }
24829
24830 JRE_DIR=${jre_dir}
24831
24832
24833 JRE_LNK=${jre_lnk}
24834
24835
24836 SDK_LNK=${sdk_lnk}
24837
24838
24839 SDK_BIN_DIR=${jvm_root_dir}/bin
24840
24841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SDK tools directory: ${SDK_BIN_DIR}" >&5
24842 $as_echo "SDK tools directory: ${SDK_BIN_DIR}" >&6; }
24843
24844 SDK_LIB_DIR=${jvm_root_dir}/lib
24845
24846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SDK jar directory: ${SDK_LIB_DIR}" >&5
24847 $as_echo "SDK jar directory: ${SDK_LIB_DIR}" >&6; }
24848
24849 SDK_INCLUDE_DIR=${jvm_root_dir}/include
24850
24851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SDK include directory: ${SDK_INCLUDE_DIR}" >&5
24852 $as_echo "SDK include directory: ${SDK_INCLUDE_DIR}" >&6; }
24853
24854 JRE_BIN_DIR=${jvm_root_dir}/${jre_dir}/bin
24855
24856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JRE tools directory: ${JRE_BIN_DIR}" >&5
24857 $as_echo "JRE tools directory: ${JRE_BIN_DIR}" >&6; }
24858
24859 JRE_LIB_DIR=${jvm_root_dir}/${jre_dir}/lib
24860
24861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: JRE lib directory: ${JRE_LIB_DIR}" >&5
24862 $as_echo "JRE lib directory: ${JRE_LIB_DIR}" >&6; }
24863
24864 # Find gcj prefix using gcj found in PATH.
24865 gcj_prefix=`which gcj${gcc_suffix} | sed "s%/bin/gcj${gcc_suffix}%%"`
24866
24867 # Where do the gcj binaries live?
24868 # For jhbuild based builds, they all live in a sibling of bin called
24869 # gcj-bin. Check for gcj-bin first, and use bin otherwise.
24870 GCJ_BIN_DIR=`if test -d ${gcj_prefix}/gcj-bin; then echo ${gcj_prefix}/gcj-bin; else echo ${gcj_prefix}/bin; fi`
24871
24872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: GCJ tools directory: ${GCJ_BIN_DIR}" >&5
24873 $as_echo "GCJ tools directory: ${GCJ_BIN_DIR}" >&6; }
24874
24875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host is ${host}" >&5
24876 $as_echo "host is ${host}" >&6; }
24877 if test "x${host_cpu}" = "x"
24878 then
24879 case ${host} in
24880 *-mingw* | *-cygwin*)
24881 host_cpu=x86;;
24882 i486-* | i586-* | i686-*)
24883 host_cpu=i386;;
24884 x86_64-*)
24885 host_cpu=amd64;;
24886 *)
24887 host_cpu=${host_cpu};;
24888 esac
24889 fi
24890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: arch directory: ${host_cpu}" >&5
24891 $as_echo "arch directory: ${host_cpu}" >&6; }
24892 CPU=${host_cpu}
24893
24894
24895 if test "x${host_os}" = "x"
24896 then
24897 case ${host} in
24898 *-mingw* | *-cygwin*)
24899 host_os=win32;;
24900 *-linux*)
24901 host_os=linux;;
24902 *)
24903 host_os=${host_os};;
24904 esac
24905 fi
24906 echo os directory: ${host_os}
24907 OS=${host_os}
24908
24909
24910 # make an expanded $libdir, for substituting into
24911 # scripts (and other non-Makefile things).
24912 LIBDIR=$libdir
24913 if test "x${exec_prefix}" = "xNONE"
24914 then
24915 lib_exec_prefix=$expanded_prefix
24916 else
24917 lib_exec_prefix=$exec_prefix
24918 fi
24919 LIBDIR=`echo $libdir | sed "s:\\\${exec_prefix}:$lib_exec_prefix:g"`
24920
24921 fi
24922
24923 ac_config_files="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile contrib/aotcompile.py contrib/aot-compile contrib/aot-compile-rpm contrib/generate-cacerts.pl contrib/rebuild-gcj-db"
24924
24925
24926 if test ${multilib} = yes; then
24927 multilib_arg="--enable-multilib"
24928 else
24929 multilib_arg=
24930 fi
24931
24932 ac_config_files="$ac_config_files scripts/jar"
24933
24934 cat >confcache <<\_ACEOF
24935 # This file is a shell script that caches the results of configure
24936 # tests run on this system so they can be shared between configure
24937 # scripts and configure runs, see configure's option --config-cache.
24938 # It is not useful on other systems. If it contains results you don't
24939 # want to keep, you may remove or edit it.
24940 #
24941 # config.status only pays attention to the cache file if you give it
24942 # the --recheck option to rerun configure.
24943 #
24944 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24945 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24946 # following values.
24947
24948 _ACEOF
24949
24950 # The following way of writing the cache mishandles newlines in values,
24951 # but we know of no workaround that is simple, portable, and efficient.
24952 # So, we kill variables containing newlines.
24953 # Ultrix sh set writes to stderr and can't be redirected directly,
24954 # and sets the high bit in the cache file unless we assign to the vars.
24955 (
24956 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24957 eval ac_val=\$$ac_var
24958 case $ac_val in #(
24959 *${as_nl}*)
24960 case $ac_var in #(
24961 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
24962 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
24963 esac
24964 case $ac_var in #(
24965 _ | IFS | as_nl) ;; #(
24966 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
24967 *) { eval $ac_var=; unset $ac_var;} ;;
24968 esac ;;
24969 esac
24970 done
24971
24972 (set) 2>&1 |
24973 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24974 *${as_nl}ac_space=\ *)
24975 # `set' does not quote correctly, so add quotes: double-quote
24976 # substitution turns \\\\ into \\, and sed turns \\ into \.
24977 sed -n \
24978 "s/'/'\\\\''/g;
24979 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24980 ;; #(
24981 *)
24982 # `set' quotes correctly as required by POSIX, so do not add quotes.
24983 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24984 ;;
24985 esac |
24986 sort
24987 ) |
24988 sed '
24989 /^ac_cv_env_/b end
24990 t clear
24991 :clear
24992 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24993 t end
24994 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24995 :end' >>confcache
24996 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24997 if test -w "$cache_file"; then
24998 test "x$cache_file" != "x/dev/null" &&
24999 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
25000 $as_echo "$as_me: updating cache $cache_file" >&6;}
25001 cat confcache >$cache_file
25002 else
25003 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
25004 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25005 fi
25006 fi
25007 rm -f confcache
25008
25009 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25010 # Let make expand exec_prefix.
25011 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25012
25013 DEFS=-DHAVE_CONFIG_H
25014
25015 ac_libobjs=
25016 ac_ltlibobjs=
25017 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25018 # 1. Remove the extension, and $U if already installed.
25019 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25020 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
25021 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25022 # will be set to the directory where LIBOBJS objects are built.
25023 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25024 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
25025 done
25026 LIBOBJS=$ac_libobjs
25027
25028 LTLIBOBJS=$ac_ltlibobjs
25029
25030
25031 if test -z "${CREATE_GJDOC_TRUE}" && test -z "${CREATE_GJDOC_FALSE}"; then
25032 as_fn_error "conditional \"CREATE_GJDOC\" was never defined.
25033 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25034 fi
25035 if test -z "${JAVA_MAINTAINER_MODE_TRUE}" && test -z "${JAVA_MAINTAINER_MODE_FALSE}"; then
25036 as_fn_error "conditional \"JAVA_MAINTAINER_MODE\" was never defined.
25037 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25038 fi
25039 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
25040 as_fn_error "conditional \"AMDEP\" was never defined.
25041 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25042 fi
25043 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
25044 as_fn_error "conditional \"am__fastdepCC\" was never defined.
25045 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25046 fi
25047 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
25048 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
25049 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25050 fi
25051 if test -n "$EXEEXT"; then
25052 am__EXEEXT_TRUE=
25053 am__EXEEXT_FALSE='#'
25054 else
25055 am__EXEEXT_TRUE='#'
25056 am__EXEEXT_FALSE=
25057 fi
25058
25059 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
25060 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
25061 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25062 fi
25063 if test -z "${BUILD_SUBLIBS_TRUE}" && test -z "${BUILD_SUBLIBS_FALSE}"; then
25064 as_fn_error "conditional \"BUILD_SUBLIBS\" was never defined.
25065 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25066 fi
25067 if test -z "${XLIB_AWT_TRUE}" && test -z "${XLIB_AWT_FALSE}"; then
25068 as_fn_error "conditional \"XLIB_AWT\" was never defined.
25069 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25070 fi
25071 if test -z "${X_AWT_TRUE}" && test -z "${X_AWT_FALSE}"; then
25072 as_fn_error "conditional \"X_AWT\" was never defined.
25073 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25074 fi
25075 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
25076 as_fn_error "conditional \"am__fastdepGCJ\" was never defined.
25077 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25078 fi
25079 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
25080 as_fn_error "conditional \"am__fastdepGCJ\" was never defined.
25081 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25082 fi
25083 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
25084 as_fn_error "conditional \"TESTSUBDIR\" was never defined.
25085 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25086 fi
25087 if test -z "${BUILD_ECJ1_TRUE}" && test -z "${BUILD_ECJ1_FALSE}"; then
25088 as_fn_error "conditional \"BUILD_ECJ1\" was never defined.
25089 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25090 fi
25091 if test -z "${INSTALL_ECJ_JAR_TRUE}" && test -z "${INSTALL_ECJ_JAR_FALSE}"; then
25092 as_fn_error "conditional \"INSTALL_ECJ_JAR\" was never defined.
25093 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25094 fi
25095 if test -z "${JAVA_HOME_SET_TRUE}" && test -z "${JAVA_HOME_SET_FALSE}"; then
25096 as_fn_error "conditional \"JAVA_HOME_SET\" was never defined.
25097 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25098 fi
25099 if test -z "${SUPPRESS_LIBGCJ_BC_TRUE}" && test -z "${SUPPRESS_LIBGCJ_BC_FALSE}"; then
25100 as_fn_error "conditional \"SUPPRESS_LIBGCJ_BC\" was never defined.
25101 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25102 fi
25103 if test -z "${BUILD_LIBGCJ_REDUCED_REFLECTION_TRUE}" && test -z "${BUILD_LIBGCJ_REDUCED_REFLECTION_FALSE}"; then
25104 as_fn_error "conditional \"BUILD_LIBGCJ_REDUCED_REFLECTION\" was never defined.
25105 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25106 fi
25107 if test -z "${INTERPRETER_TRUE}" && test -z "${INTERPRETER_FALSE}"; then
25108 as_fn_error "conditional \"INTERPRETER\" was never defined.
25109 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25110 fi
25111 if test -z "${USING_WIN32_PLATFORM_TRUE}" && test -z "${USING_WIN32_PLATFORM_FALSE}"; then
25112 as_fn_error "conditional \"USING_WIN32_PLATFORM\" was never defined.
25113 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25114 fi
25115 if test -z "${USING_POSIX_PLATFORM_TRUE}" && test -z "${USING_POSIX_PLATFORM_FALSE}"; then
25116 as_fn_error "conditional \"USING_POSIX_PLATFORM\" was never defined.
25117 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25118 fi
25119 if test -z "${USING_DARWIN_CRT_TRUE}" && test -z "${USING_DARWIN_CRT_FALSE}"; then
25120 as_fn_error "conditional \"USING_DARWIN_CRT\" was never defined.
25121 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25122 fi
25123 if test -z "${USING_BOEHMGC_TRUE}" && test -z "${USING_BOEHMGC_FALSE}"; then
25124 as_fn_error "conditional \"USING_BOEHMGC\" was never defined.
25125 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25126 fi
25127 if test -z "${USING_NOGC_TRUE}" && test -z "${USING_NOGC_FALSE}"; then
25128 as_fn_error "conditional \"USING_NOGC\" was never defined.
25129 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25130 fi
25131 if test -z "${USING_POSIX_THREADS_TRUE}" && test -z "${USING_POSIX_THREADS_FALSE}"; then
25132 as_fn_error "conditional \"USING_POSIX_THREADS\" was never defined.
25133 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25134 fi
25135 if test -z "${USING_WIN32_THREADS_TRUE}" && test -z "${USING_WIN32_THREADS_FALSE}"; then
25136 as_fn_error "conditional \"USING_WIN32_THREADS\" was never defined.
25137 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25138 fi
25139 if test -z "${USING_NO_THREADS_TRUE}" && test -z "${USING_NO_THREADS_FALSE}"; then
25140 as_fn_error "conditional \"USING_NO_THREADS\" was never defined.
25141 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25142 fi
25143 if test -z "${USE_LIBGCJ_BC_TRUE}" && test -z "${USE_LIBGCJ_BC_FALSE}"; then
25144 as_fn_error "conditional \"USE_LIBGCJ_BC\" was never defined.
25145 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25146 fi
25147 if test -z "${USING_GCC_TRUE}" && test -z "${USING_GCC_FALSE}"; then
25148 as_fn_error "conditional \"USING_GCC\" was never defined.
25149 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25150 fi
25151 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
25152 as_fn_error "conditional \"am__fastdepGCJ\" was never defined.
25153 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25154 fi
25155
25156 if test -z "${NATIVE_TRUE}" && test -z "${NATIVE_FALSE}"; then
25157 as_fn_error "conditional \"NATIVE\" was never defined.
25158 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25159 fi
25160 if test -z "${ENABLE_SHARED_TRUE}" && test -z "${ENABLE_SHARED_FALSE}"; then
25161 as_fn_error "conditional \"ENABLE_SHARED\" was never defined.
25162 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25163 fi
25164 if test -z "${NEEDS_DATA_START_TRUE}" && test -z "${NEEDS_DATA_START_FALSE}"; then
25165 as_fn_error "conditional \"NEEDS_DATA_START\" was never defined.
25166 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25167 fi
25168 if test -z "${INSTALL_BINARIES_TRUE}" && test -z "${INSTALL_BINARIES_FALSE}"; then
25169 as_fn_error "conditional \"INSTALL_BINARIES\" was never defined.
25170 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25171 fi
25172 if test -z "${ANONVERSCRIPT_TRUE}" && test -z "${ANONVERSCRIPT_FALSE}"; then
25173 as_fn_error "conditional \"ANONVERSCRIPT\" was never defined.
25174 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25175 fi
25176 if test -z "${ANONVERSCRIPT_GNU_TRUE}" && test -z "${ANONVERSCRIPT_GNU_FALSE}"; then
25177 as_fn_error "conditional \"ANONVERSCRIPT_GNU\" was never defined.
25178 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25179 fi
25180 if test -z "${ANONVERSCRIPT_SUN_TRUE}" && test -z "${ANONVERSCRIPT_SUN_FALSE}"; then
25181 as_fn_error "conditional \"ANONVERSCRIPT_SUN\" was never defined.
25182 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25183 fi
25184 if test -z "${INSTALL_AOT_RPM_TRUE}" && test -z "${INSTALL_AOT_RPM_FALSE}"; then
25185 as_fn_error "conditional \"INSTALL_AOT_RPM\" was never defined.
25186 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25187 fi
25188 if test -z "${CREATE_JAVA_HOME_TRUE}" && test -z "${CREATE_JAVA_HOME_FALSE}"; then
25189 as_fn_error "conditional \"CREATE_JAVA_HOME\" was never defined.
25190 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25191 fi
25192
25193 : ${CONFIG_STATUS=./config.status}
25194 ac_write_fail=0
25195 ac_clean_files_save=$ac_clean_files
25196 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25197 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
25198 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
25199 as_write_fail=0
25200 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
25201 #! $SHELL
25202 # Generated by $as_me.
25203 # Run this file to recreate the current configuration.
25204 # Compiler output produced by configure, useful for debugging
25205 # configure, is in config.log if it exists.
25206
25207 debug=false
25208 ac_cs_recheck=false
25209 ac_cs_silent=false
25210
25211 SHELL=\${CONFIG_SHELL-$SHELL}
25212 export SHELL
25213 _ASEOF
25214 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
25215 ## -------------------- ##
25216 ## M4sh Initialization. ##
25217 ## -------------------- ##
25218
25219 # Be more Bourne compatible
25220 DUALCASE=1; export DUALCASE # for MKS sh
25221 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
25222 emulate sh
25223 NULLCMD=:
25224 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25225 # is contrary to our usage. Disable this feature.
25226 alias -g '${1+"$@"}'='"$@"'
25227 setopt NO_GLOB_SUBST
25228 else
25229 case `(set -o) 2>/dev/null` in #(
25230 *posix*) :
25231 set -o posix ;; #(
25232 *) :
25233 ;;
25234 esac
25235 fi
25236
25237
25238 as_nl='
25239 '
25240 export as_nl
25241 # Printing a long string crashes Solaris 7 /usr/bin/printf.
25242 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
25243 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
25244 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
25245 # Prefer a ksh shell builtin over an external printf program on Solaris,
25246 # but without wasting forks for bash or zsh.
25247 if test -z "$BASH_VERSION$ZSH_VERSION" \
25248 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
25249 as_echo='print -r --'
25250 as_echo_n='print -rn --'
25251 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
25252 as_echo='printf %s\n'
25253 as_echo_n='printf %s'
25254 else
25255 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
25256 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
25257 as_echo_n='/usr/ucb/echo -n'
25258 else
25259 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
25260 as_echo_n_body='eval
25261 arg=$1;
25262 case $arg in #(
25263 *"$as_nl"*)
25264 expr "X$arg" : "X\\(.*\\)$as_nl";
25265 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
25266 esac;
25267 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
25268 '
25269 export as_echo_n_body
25270 as_echo_n='sh -c $as_echo_n_body as_echo'
25271 fi
25272 export as_echo_body
25273 as_echo='sh -c $as_echo_body as_echo'
25274 fi
25275
25276 # The user is always right.
25277 if test "${PATH_SEPARATOR+set}" != set; then
25278 PATH_SEPARATOR=:
25279 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
25280 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
25281 PATH_SEPARATOR=';'
25282 }
25283 fi
25284
25285
25286 # IFS
25287 # We need space, tab and new line, in precisely that order. Quoting is
25288 # there to prevent editors from complaining about space-tab.
25289 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25290 # splitting by setting IFS to empty value.)
25291 IFS=" "" $as_nl"
25292
25293 # Find who we are. Look in the path if we contain no directory separator.
25294 case $0 in #((
25295 *[\\/]* ) as_myself=$0 ;;
25296 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25297 for as_dir in $PATH
25298 do
25299 IFS=$as_save_IFS
25300 test -z "$as_dir" && as_dir=.
25301 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25302 done
25303 IFS=$as_save_IFS
25304
25305 ;;
25306 esac
25307 # We did not find ourselves, most probably we were run as `sh COMMAND'
25308 # in which case we are not to be found in the path.
25309 if test "x$as_myself" = x; then
25310 as_myself=$0
25311 fi
25312 if test ! -f "$as_myself"; then
25313 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25314 exit 1
25315 fi
25316
25317 # Unset variables that we do not need and which cause bugs (e.g. in
25318 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
25319 # suppresses any "Segmentation fault" message there. '((' could
25320 # trigger a bug in pdksh 5.2.14.
25321 for as_var in BASH_ENV ENV MAIL MAILPATH
25322 do eval test x\${$as_var+set} = xset \
25323 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
25324 done
25325 PS1='$ '
25326 PS2='> '
25327 PS4='+ '
25328
25329 # NLS nuisances.
25330 LC_ALL=C
25331 export LC_ALL
25332 LANGUAGE=C
25333 export LANGUAGE
25334
25335 # CDPATH.
25336 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
25337
25338
25339 # as_fn_error ERROR [LINENO LOG_FD]
25340 # ---------------------------------
25341 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
25342 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
25343 # script with status $?, using 1 if that was 0.
25344 as_fn_error ()
25345 {
25346 as_status=$?; test $as_status -eq 0 && as_status=1
25347 if test "$3"; then
25348 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
25349 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
25350 fi
25351 $as_echo "$as_me: error: $1" >&2
25352 as_fn_exit $as_status
25353 } # as_fn_error
25354
25355
25356 # as_fn_set_status STATUS
25357 # -----------------------
25358 # Set $? to STATUS, without forking.
25359 as_fn_set_status ()
25360 {
25361 return $1
25362 } # as_fn_set_status
25363
25364 # as_fn_exit STATUS
25365 # -----------------
25366 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
25367 as_fn_exit ()
25368 {
25369 set +e
25370 as_fn_set_status $1
25371 exit $1
25372 } # as_fn_exit
25373
25374 # as_fn_unset VAR
25375 # ---------------
25376 # Portably unset VAR.
25377 as_fn_unset ()
25378 {
25379 { eval $1=; unset $1;}
25380 }
25381 as_unset=as_fn_unset
25382 # as_fn_append VAR VALUE
25383 # ----------------------
25384 # Append the text in VALUE to the end of the definition contained in VAR. Take
25385 # advantage of any shell optimizations that allow amortized linear growth over
25386 # repeated appends, instead of the typical quadratic growth present in naive
25387 # implementations.
25388 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
25389 eval 'as_fn_append ()
25390 {
25391 eval $1+=\$2
25392 }'
25393 else
25394 as_fn_append ()
25395 {
25396 eval $1=\$$1\$2
25397 }
25398 fi # as_fn_append
25399
25400 # as_fn_arith ARG...
25401 # ------------------
25402 # Perform arithmetic evaluation on the ARGs, and store the result in the
25403 # global $as_val. Take advantage of shells that can avoid forks. The arguments
25404 # must be portable across $(()) and expr.
25405 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
25406 eval 'as_fn_arith ()
25407 {
25408 as_val=$(( $* ))
25409 }'
25410 else
25411 as_fn_arith ()
25412 {
25413 as_val=`expr "$@" || test $? -eq 1`
25414 }
25415 fi # as_fn_arith
25416
25417
25418 if expr a : '\(a\)' >/dev/null 2>&1 &&
25419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25420 as_expr=expr
25421 else
25422 as_expr=false
25423 fi
25424
25425 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25426 as_basename=basename
25427 else
25428 as_basename=false
25429 fi
25430
25431 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25432 as_dirname=dirname
25433 else
25434 as_dirname=false
25435 fi
25436
25437 as_me=`$as_basename -- "$0" ||
25438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25439 X"$0" : 'X\(//\)$' \| \
25440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25441 $as_echo X/"$0" |
25442 sed '/^.*\/\([^/][^/]*\)\/*$/{
25443 s//\1/
25444 q
25445 }
25446 /^X\/\(\/\/\)$/{
25447 s//\1/
25448 q
25449 }
25450 /^X\/\(\/\).*/{
25451 s//\1/
25452 q
25453 }
25454 s/.*/./; q'`
25455
25456 # Avoid depending upon Character Ranges.
25457 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25458 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25459 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25460 as_cr_digits='0123456789'
25461 as_cr_alnum=$as_cr_Letters$as_cr_digits
25462
25463 ECHO_C= ECHO_N= ECHO_T=
25464 case `echo -n x` in #(((((
25465 -n*)
25466 case `echo 'xy\c'` in
25467 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25468 xy) ECHO_C='\c';;
25469 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
25470 ECHO_T=' ';;
25471 esac;;
25472 *)
25473 ECHO_N='-n';;
25474 esac
25475
25476 rm -f conf$$ conf$$.exe conf$$.file
25477 if test -d conf$$.dir; then
25478 rm -f conf$$.dir/conf$$.file
25479 else
25480 rm -f conf$$.dir
25481 mkdir conf$$.dir 2>/dev/null
25482 fi
25483 if (echo >conf$$.file) 2>/dev/null; then
25484 if ln -s conf$$.file conf$$ 2>/dev/null; then
25485 as_ln_s='ln -s'
25486 # ... but there are two gotchas:
25487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25489 # In both cases, we have to default to `cp -p'.
25490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25491 as_ln_s='cp -p'
25492 elif ln conf$$.file conf$$ 2>/dev/null; then
25493 as_ln_s=ln
25494 else
25495 as_ln_s='cp -p'
25496 fi
25497 else
25498 as_ln_s='cp -p'
25499 fi
25500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25501 rmdir conf$$.dir 2>/dev/null
25502
25503
25504 # as_fn_mkdir_p
25505 # -------------
25506 # Create "$as_dir" as a directory, including parents if necessary.
25507 as_fn_mkdir_p ()
25508 {
25509
25510 case $as_dir in #(
25511 -*) as_dir=./$as_dir;;
25512 esac
25513 test -d "$as_dir" || eval $as_mkdir_p || {
25514 as_dirs=
25515 while :; do
25516 case $as_dir in #(
25517 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
25518 *) as_qdir=$as_dir;;
25519 esac
25520 as_dirs="'$as_qdir' $as_dirs"
25521 as_dir=`$as_dirname -- "$as_dir" ||
25522 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25523 X"$as_dir" : 'X\(//\)[^/]' \| \
25524 X"$as_dir" : 'X\(//\)$' \| \
25525 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25526 $as_echo X"$as_dir" |
25527 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25528 s//\1/
25529 q
25530 }
25531 /^X\(\/\/\)[^/].*/{
25532 s//\1/
25533 q
25534 }
25535 /^X\(\/\/\)$/{
25536 s//\1/
25537 q
25538 }
25539 /^X\(\/\).*/{
25540 s//\1/
25541 q
25542 }
25543 s/.*/./; q'`
25544 test -d "$as_dir" && break
25545 done
25546 test -z "$as_dirs" || eval "mkdir $as_dirs"
25547 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
25548
25549
25550 } # as_fn_mkdir_p
25551 if mkdir -p . 2>/dev/null; then
25552 as_mkdir_p='mkdir -p "$as_dir"'
25553 else
25554 test -d ./-p && rmdir ./-p
25555 as_mkdir_p=false
25556 fi
25557
25558 if test -x / >/dev/null 2>&1; then
25559 as_test_x='test -x'
25560 else
25561 if ls -dL / >/dev/null 2>&1; then
25562 as_ls_L_option=L
25563 else
25564 as_ls_L_option=
25565 fi
25566 as_test_x='
25567 eval sh -c '\''
25568 if test -d "$1"; then
25569 test -d "$1/.";
25570 else
25571 case $1 in #(
25572 -*)set "./$1";;
25573 esac;
25574 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
25575 ???[sx]*):;;*)false;;esac;fi
25576 '\'' sh
25577 '
25578 fi
25579 as_executable_p=$as_test_x
25580
25581 # Sed expression to map a string onto a valid CPP name.
25582 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25583
25584 # Sed expression to map a string onto a valid variable name.
25585 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25586
25587
25588 exec 6>&1
25589 ## ----------------------------------- ##
25590 ## Main body of $CONFIG_STATUS script. ##
25591 ## ----------------------------------- ##
25592 _ASEOF
25593 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
25594
25595 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25596 # Save the log message, to keep $0 and so on meaningful, and to
25597 # report actual input values of CONFIG_FILES etc. instead of their
25598 # values after options handling.
25599 ac_log="
25600 This file was extended by libjava $as_me version-unused, which was
25601 generated by GNU Autoconf 2.64. Invocation command line was
25602
25603 CONFIG_FILES = $CONFIG_FILES
25604 CONFIG_HEADERS = $CONFIG_HEADERS
25605 CONFIG_LINKS = $CONFIG_LINKS
25606 CONFIG_COMMANDS = $CONFIG_COMMANDS
25607 $ $0 $@
25608
25609 on `(hostname || uname -n) 2>/dev/null | sed 1q`
25610 "
25611
25612 _ACEOF
25613
25614 case $ac_config_files in *"
25615 "*) set x $ac_config_files; shift; ac_config_files=$*;;
25616 esac
25617
25618 case $ac_config_headers in *"
25619 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
25620 esac
25621
25622
25623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25624 # Files that config.status was made for.
25625 config_files="$ac_config_files"
25626 config_headers="$ac_config_headers"
25627 config_links="$ac_config_links"
25628 config_commands="$ac_config_commands"
25629
25630 _ACEOF
25631
25632 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25633 ac_cs_usage="\
25634 \`$as_me' instantiates files and other configuration actions
25635 from templates according to the current configuration. Unless the files
25636 and actions are specified as TAGs, all are instantiated by default.
25637
25638 Usage: $0 [OPTION]... [TAG]...
25639
25640 -h, --help print this help, then exit
25641 -V, --version print version number and configuration settings, then exit
25642 -q, --quiet, --silent
25643 do not print progress messages
25644 -d, --debug don't remove temporary files
25645 --recheck update $as_me by reconfiguring in the same conditions
25646 --file=FILE[:TEMPLATE]
25647 instantiate the configuration file FILE
25648 --header=FILE[:TEMPLATE]
25649 instantiate the configuration header FILE
25650
25651 Configuration files:
25652 $config_files
25653
25654 Configuration headers:
25655 $config_headers
25656
25657 Configuration links:
25658 $config_links
25659
25660 Configuration commands:
25661 $config_commands
25662
25663 Report bugs to the package provider."
25664
25665 _ACEOF
25666 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25667 ac_cs_version="\\
25668 libjava config.status version-unused
25669 configured by $0, generated by GNU Autoconf 2.64,
25670 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25671
25672 Copyright (C) 2009 Free Software Foundation, Inc.
25673 This config.status script is free software; the Free Software Foundation
25674 gives unlimited permission to copy, distribute and modify it."
25675
25676 ac_pwd='$ac_pwd'
25677 srcdir='$srcdir'
25678 INSTALL='$INSTALL'
25679 MKDIR_P='$MKDIR_P'
25680 AWK='$AWK'
25681 test -n "\$AWK" || AWK=awk
25682 _ACEOF
25683
25684 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25685 # The default lists apply if the user does not specify any file.
25686 ac_need_defaults=:
25687 while test $# != 0
25688 do
25689 case $1 in
25690 --*=*)
25691 ac_option=`expr "X$1" : 'X\([^=]*\)='`
25692 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
25693 ac_shift=:
25694 ;;
25695 *)
25696 ac_option=$1
25697 ac_optarg=$2
25698 ac_shift=shift
25699 ;;
25700 esac
25701
25702 case $ac_option in
25703 # Handling of the options.
25704 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
25705 ac_cs_recheck=: ;;
25706 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
25707 $as_echo "$ac_cs_version"; exit ;;
25708 --debug | --debu | --deb | --de | --d | -d )
25709 debug=: ;;
25710 --file | --fil | --fi | --f )
25711 $ac_shift
25712 case $ac_optarg in
25713 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
25714 esac
25715 as_fn_append CONFIG_FILES " '$ac_optarg'"
25716 ac_need_defaults=false;;
25717 --header | --heade | --head | --hea )
25718 $ac_shift
25719 case $ac_optarg in
25720 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
25721 esac
25722 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
25723 ac_need_defaults=false;;
25724 --he | --h)
25725 # Conflict between --help and --header
25726 as_fn_error "ambiguous option: \`$1'
25727 Try \`$0 --help' for more information.";;
25728 --help | --hel | -h )
25729 $as_echo "$ac_cs_usage"; exit ;;
25730 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
25731 | -silent | --silent | --silen | --sile | --sil | --si | --s)
25732 ac_cs_silent=: ;;
25733
25734 # This is an error.
25735 -*) as_fn_error "unrecognized option: \`$1'
25736 Try \`$0 --help' for more information." ;;
25737
25738 *) as_fn_append ac_config_targets " $1"
25739 ac_need_defaults=false ;;
25740
25741 esac
25742 shift
25743 done
25744
25745 ac_configure_extra_args=
25746
25747 if $ac_cs_silent; then
25748 exec 6>/dev/null
25749 ac_configure_extra_args="$ac_configure_extra_args --silent"
25750 fi
25751
25752 _ACEOF
25753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25754 if \$ac_cs_recheck; then
25755 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
25756 shift
25757 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
25758 CONFIG_SHELL='$SHELL'
25759 export CONFIG_SHELL
25760 exec "\$@"
25761 fi
25762
25763 _ACEOF
25764 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25765 exec 5>>config.log
25766 {
25767 echo
25768 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
25769 ## Running $as_me. ##
25770 _ASBOX
25771 $as_echo "$ac_log"
25772 } >&5
25773
25774 _ACEOF
25775 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25776 #
25777 # INIT-COMMANDS
25778 #
25779
25780 srcdir="$srcdir"
25781 host="$host"
25782 target="$target"
25783 with_multisubdir="$with_multisubdir"
25784 with_multisrctop="$with_multisrctop"
25785 with_target_subdir="$with_target_subdir"
25786 ac_configure_args="${multilib_arg} ${ac_configure_args}"
25787 multi_basedir="$multi_basedir"
25788 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
25789 CC="$CC"
25790 CXX="$CXX"
25791 GFORTRAN="$GFORTRAN"
25792 GCJ="$GCJ"
25793 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
25794
25795
25796 # The HP-UX ksh and POSIX shell print the target directory to stdout
25797 # if CDPATH is set.
25798 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
25799
25800 sed_quote_subst='$sed_quote_subst'
25801 double_quote_subst='$double_quote_subst'
25802 delay_variable_subst='$delay_variable_subst'
25803 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
25804 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
25805 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
25806 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
25807 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
25808 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
25809 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
25810 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
25811 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
25812 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
25813 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
25814 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
25815 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
25816 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
25817 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
25818 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
25819 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
25820 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
25821 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
25822 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
25823 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
25824 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
25825 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
25826 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
25827 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
25828 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
25829 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
25830 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
25831 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
25832 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
25833 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
25834 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
25835 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
25836 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
25837 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
25838 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
25839 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
25840 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
25841 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
25842 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
25843 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
25844 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
25845 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
25846 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
25847 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
25848 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
25849 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
25850 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
25851 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"`'
25852 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
25853 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
25854 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
25855 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
25856 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
25857 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
25858 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
25859 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
25860 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
25861 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
25862 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
25863 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
25864 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
25865 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
25866 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
25867 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
25868 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
25869 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
25870 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
25871 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
25872 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
25873 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
25874 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
25875 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
25876 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
25877 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
25878 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
25879 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
25880 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
25881 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
25882 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
25883 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
25884 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
25885 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
25886 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
25887 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
25888 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
25889 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
25890 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
25891 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
25892 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
25893 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
25894 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
25895 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
25896 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
25897 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
25898 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
25899 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
25900 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
25901 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
25902 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
25903 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
25904 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
25905 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
25906 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
25907 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
25908 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
25909 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
25910 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
25911 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
25912 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
25913 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
25914 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
25915 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
25916 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
25917 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
25918 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
25919 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
25920 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
25921 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
25922 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
25923 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
25924 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
25925 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
25926 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
25927 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
25928 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
25929 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
25930 LD_GCJ='`$ECHO "$LD_GCJ" | $SED "$delay_single_quote_subst"`'
25931 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
25932 reload_flag_GCJ='`$ECHO "$reload_flag_GCJ" | $SED "$delay_single_quote_subst"`'
25933 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25934 reload_cmds_GCJ='`$ECHO "$reload_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25935 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25936 old_archive_cmds_GCJ='`$ECHO "$old_archive_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25937 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
25938 compiler_GCJ='`$ECHO "$compiler_GCJ" | $SED "$delay_single_quote_subst"`'
25939 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
25940 GCC_GCJ='`$ECHO "$GCC_GCJ" | $SED "$delay_single_quote_subst"`'
25941 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
25942 lt_prog_compiler_no_builtin_flag_GCJ='`$ECHO "$lt_prog_compiler_no_builtin_flag_GCJ" | $SED "$delay_single_quote_subst"`'
25943 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
25944 lt_prog_compiler_wl_GCJ='`$ECHO "$lt_prog_compiler_wl_GCJ" | $SED "$delay_single_quote_subst"`'
25945 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
25946 lt_prog_compiler_pic_GCJ='`$ECHO "$lt_prog_compiler_pic_GCJ" | $SED "$delay_single_quote_subst"`'
25947 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
25948 lt_prog_compiler_static_GCJ='`$ECHO "$lt_prog_compiler_static_GCJ" | $SED "$delay_single_quote_subst"`'
25949 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
25950 lt_cv_prog_compiler_c_o_GCJ='`$ECHO "$lt_cv_prog_compiler_c_o_GCJ" | $SED "$delay_single_quote_subst"`'
25951 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
25952 archive_cmds_need_lc_GCJ='`$ECHO "$archive_cmds_need_lc_GCJ" | $SED "$delay_single_quote_subst"`'
25953 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
25954 enable_shared_with_static_runtimes_GCJ='`$ECHO "$enable_shared_with_static_runtimes_GCJ" | $SED "$delay_single_quote_subst"`'
25955 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
25956 export_dynamic_flag_spec_GCJ='`$ECHO "$export_dynamic_flag_spec_GCJ" | $SED "$delay_single_quote_subst"`'
25957 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
25958 whole_archive_flag_spec_GCJ='`$ECHO "$whole_archive_flag_spec_GCJ" | $SED "$delay_single_quote_subst"`'
25959 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
25960 compiler_needs_object_GCJ='`$ECHO "$compiler_needs_object_GCJ" | $SED "$delay_single_quote_subst"`'
25961 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25962 old_archive_from_new_cmds_GCJ='`$ECHO "$old_archive_from_new_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25963 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25964 old_archive_from_expsyms_cmds_GCJ='`$ECHO "$old_archive_from_expsyms_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25965 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25966 archive_cmds_GCJ='`$ECHO "$archive_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25967 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25968 archive_expsym_cmds_GCJ='`$ECHO "$archive_expsym_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25969 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25970 module_cmds_GCJ='`$ECHO "$module_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25971 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
25972 module_expsym_cmds_GCJ='`$ECHO "$module_expsym_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
25973 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
25974 with_gnu_ld_GCJ='`$ECHO "$with_gnu_ld_GCJ" | $SED "$delay_single_quote_subst"`'
25975 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
25976 allow_undefined_flag_GCJ='`$ECHO "$allow_undefined_flag_GCJ" | $SED "$delay_single_quote_subst"`'
25977 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
25978 no_undefined_flag_GCJ='`$ECHO "$no_undefined_flag_GCJ" | $SED "$delay_single_quote_subst"`'
25979 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
25980 hardcode_libdir_flag_spec_GCJ='`$ECHO "$hardcode_libdir_flag_spec_GCJ" | $SED "$delay_single_quote_subst"`'
25981 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
25982 hardcode_libdir_flag_spec_ld_GCJ='`$ECHO "$hardcode_libdir_flag_spec_ld_GCJ" | $SED "$delay_single_quote_subst"`'
25983 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
25984 hardcode_libdir_separator_GCJ='`$ECHO "$hardcode_libdir_separator_GCJ" | $SED "$delay_single_quote_subst"`'
25985 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
25986 hardcode_direct_GCJ='`$ECHO "$hardcode_direct_GCJ" | $SED "$delay_single_quote_subst"`'
25987 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
25988 hardcode_direct_absolute_GCJ='`$ECHO "$hardcode_direct_absolute_GCJ" | $SED "$delay_single_quote_subst"`'
25989 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
25990 hardcode_minus_L_GCJ='`$ECHO "$hardcode_minus_L_GCJ" | $SED "$delay_single_quote_subst"`'
25991 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
25992 hardcode_shlibpath_var_GCJ='`$ECHO "$hardcode_shlibpath_var_GCJ" | $SED "$delay_single_quote_subst"`'
25993 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
25994 hardcode_automatic_GCJ='`$ECHO "$hardcode_automatic_GCJ" | $SED "$delay_single_quote_subst"`'
25995 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
25996 inherit_rpath_GCJ='`$ECHO "$inherit_rpath_GCJ" | $SED "$delay_single_quote_subst"`'
25997 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
25998 link_all_deplibs_GCJ='`$ECHO "$link_all_deplibs_GCJ" | $SED "$delay_single_quote_subst"`'
25999 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
26000 fix_srcfile_path_GCJ='`$ECHO "$fix_srcfile_path_GCJ" | $SED "$delay_single_quote_subst"`'
26001 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
26002 always_export_symbols_GCJ='`$ECHO "$always_export_symbols_GCJ" | $SED "$delay_single_quote_subst"`'
26003 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26004 export_symbols_cmds_GCJ='`$ECHO "$export_symbols_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
26005 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
26006 exclude_expsyms_GCJ='`$ECHO "$exclude_expsyms_GCJ" | $SED "$delay_single_quote_subst"`'
26007 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
26008 include_expsyms_GCJ='`$ECHO "$include_expsyms_GCJ" | $SED "$delay_single_quote_subst"`'
26009 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26010 prelink_cmds_GCJ='`$ECHO "$prelink_cmds_GCJ" | $SED "$delay_single_quote_subst"`'
26011 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
26012 file_list_spec_GCJ='`$ECHO "$file_list_spec_GCJ" | $SED "$delay_single_quote_subst"`'
26013 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
26014 hardcode_action_GCJ='`$ECHO "$hardcode_action_GCJ" | $SED "$delay_single_quote_subst"`'
26015 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
26016 compiler_lib_search_dirs_GCJ='`$ECHO "$compiler_lib_search_dirs_GCJ" | $SED "$delay_single_quote_subst"`'
26017 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
26018 predep_objects_GCJ='`$ECHO "$predep_objects_GCJ" | $SED "$delay_single_quote_subst"`'
26019 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
26020 postdep_objects_GCJ='`$ECHO "$postdep_objects_GCJ" | $SED "$delay_single_quote_subst"`'
26021 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
26022 predeps_GCJ='`$ECHO "$predeps_GCJ" | $SED "$delay_single_quote_subst"`'
26023 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
26024 postdeps_GCJ='`$ECHO "$postdeps_GCJ" | $SED "$delay_single_quote_subst"`'
26025 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
26026 compiler_lib_search_path_GCJ='`$ECHO "$compiler_lib_search_path_GCJ" | $SED "$delay_single_quote_subst"`'
26027
26028 LTCC='$LTCC'
26029 LTCFLAGS='$LTCFLAGS'
26030 compiler='$compiler_DEFAULT'
26031
26032 # A function that is used when there is no print builtin or printf.
26033 func_fallback_echo ()
26034 {
26035 eval 'cat <<_LTECHO_EOF
26036 \$1
26037 _LTECHO_EOF'
26038 }
26039
26040 # Quote evaled strings.
26041 for var in SHELL \
26042 ECHO \
26043 SED \
26044 GREP \
26045 EGREP \
26046 FGREP \
26047 LD \
26048 NM \
26049 LN_S \
26050 lt_SP2NL \
26051 lt_NL2SP \
26052 reload_flag \
26053 OBJDUMP \
26054 deplibs_check_method \
26055 file_magic_cmd \
26056 AR \
26057 AR_FLAGS \
26058 STRIP \
26059 RANLIB \
26060 CC \
26061 CFLAGS \
26062 compiler \
26063 lt_cv_sys_global_symbol_pipe \
26064 lt_cv_sys_global_symbol_to_cdecl \
26065 lt_cv_sys_global_symbol_to_c_name_address \
26066 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
26067 lt_prog_compiler_no_builtin_flag \
26068 lt_prog_compiler_wl \
26069 lt_prog_compiler_pic \
26070 lt_prog_compiler_static \
26071 lt_cv_prog_compiler_c_o \
26072 need_locks \
26073 DSYMUTIL \
26074 NMEDIT \
26075 LIPO \
26076 OTOOL \
26077 OTOOL64 \
26078 shrext_cmds \
26079 export_dynamic_flag_spec \
26080 whole_archive_flag_spec \
26081 compiler_needs_object \
26082 with_gnu_ld \
26083 allow_undefined_flag \
26084 no_undefined_flag \
26085 hardcode_libdir_flag_spec \
26086 hardcode_libdir_flag_spec_ld \
26087 hardcode_libdir_separator \
26088 fix_srcfile_path \
26089 exclude_expsyms \
26090 include_expsyms \
26091 file_list_spec \
26092 variables_saved_for_relink \
26093 libname_spec \
26094 library_names_spec \
26095 soname_spec \
26096 install_override_mode \
26097 finish_eval \
26098 old_striplib \
26099 striplib \
26100 compiler_lib_search_dirs \
26101 predep_objects \
26102 postdep_objects \
26103 predeps \
26104 postdeps \
26105 compiler_lib_search_path \
26106 LD_CXX \
26107 LD_GCJ \
26108 reload_flag_CXX \
26109 reload_flag_GCJ \
26110 compiler_CXX \
26111 compiler_GCJ \
26112 lt_prog_compiler_no_builtin_flag_CXX \
26113 lt_prog_compiler_no_builtin_flag_GCJ \
26114 lt_prog_compiler_wl_CXX \
26115 lt_prog_compiler_wl_GCJ \
26116 lt_prog_compiler_pic_CXX \
26117 lt_prog_compiler_pic_GCJ \
26118 lt_prog_compiler_static_CXX \
26119 lt_prog_compiler_static_GCJ \
26120 lt_cv_prog_compiler_c_o_CXX \
26121 lt_cv_prog_compiler_c_o_GCJ \
26122 export_dynamic_flag_spec_CXX \
26123 export_dynamic_flag_spec_GCJ \
26124 whole_archive_flag_spec_CXX \
26125 whole_archive_flag_spec_GCJ \
26126 compiler_needs_object_CXX \
26127 compiler_needs_object_GCJ \
26128 with_gnu_ld_CXX \
26129 with_gnu_ld_GCJ \
26130 allow_undefined_flag_CXX \
26131 allow_undefined_flag_GCJ \
26132 no_undefined_flag_CXX \
26133 no_undefined_flag_GCJ \
26134 hardcode_libdir_flag_spec_CXX \
26135 hardcode_libdir_flag_spec_GCJ \
26136 hardcode_libdir_flag_spec_ld_CXX \
26137 hardcode_libdir_flag_spec_ld_GCJ \
26138 hardcode_libdir_separator_CXX \
26139 hardcode_libdir_separator_GCJ \
26140 fix_srcfile_path_CXX \
26141 fix_srcfile_path_GCJ \
26142 exclude_expsyms_CXX \
26143 exclude_expsyms_GCJ \
26144 include_expsyms_CXX \
26145 include_expsyms_GCJ \
26146 file_list_spec_CXX \
26147 file_list_spec_GCJ \
26148 compiler_lib_search_dirs_CXX \
26149 compiler_lib_search_dirs_GCJ \
26150 predep_objects_CXX \
26151 predep_objects_GCJ \
26152 postdep_objects_CXX \
26153 postdep_objects_GCJ \
26154 predeps_CXX \
26155 predeps_GCJ \
26156 postdeps_CXX \
26157 postdeps_GCJ \
26158 compiler_lib_search_path_CXX \
26159 compiler_lib_search_path_GCJ; do
26160 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
26161 *[\\\\\\\`\\"\\\$]*)
26162 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
26163 ;;
26164 *)
26165 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
26166 ;;
26167 esac
26168 done
26169
26170 # Double-quote double-evaled strings.
26171 for var in reload_cmds \
26172 old_postinstall_cmds \
26173 old_postuninstall_cmds \
26174 old_archive_cmds \
26175 extract_expsyms_cmds \
26176 old_archive_from_new_cmds \
26177 old_archive_from_expsyms_cmds \
26178 archive_cmds \
26179 archive_expsym_cmds \
26180 module_cmds \
26181 module_expsym_cmds \
26182 export_symbols_cmds \
26183 prelink_cmds \
26184 postinstall_cmds \
26185 postuninstall_cmds \
26186 finish_cmds \
26187 sys_lib_search_path_spec \
26188 sys_lib_dlsearch_path_spec \
26189 reload_cmds_CXX \
26190 reload_cmds_GCJ \
26191 old_archive_cmds_CXX \
26192 old_archive_cmds_GCJ \
26193 old_archive_from_new_cmds_CXX \
26194 old_archive_from_new_cmds_GCJ \
26195 old_archive_from_expsyms_cmds_CXX \
26196 old_archive_from_expsyms_cmds_GCJ \
26197 archive_cmds_CXX \
26198 archive_cmds_GCJ \
26199 archive_expsym_cmds_CXX \
26200 archive_expsym_cmds_GCJ \
26201 module_cmds_CXX \
26202 module_cmds_GCJ \
26203 module_expsym_cmds_CXX \
26204 module_expsym_cmds_GCJ \
26205 export_symbols_cmds_CXX \
26206 export_symbols_cmds_GCJ \
26207 prelink_cmds_CXX \
26208 prelink_cmds_GCJ; do
26209 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
26210 *[\\\\\\\`\\"\\\$]*)
26211 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
26212 ;;
26213 *)
26214 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
26215 ;;
26216 esac
26217 done
26218
26219 ac_aux_dir='$ac_aux_dir'
26220 xsi_shell='$xsi_shell'
26221 lt_shell_append='$lt_shell_append'
26222
26223 # See if we are running on zsh, and set the options which allow our
26224 # commands through without removal of \ escapes INIT.
26225 if test -n "\${ZSH_VERSION+set}" ; then
26226 setopt NO_GLOB_SUBST
26227 fi
26228
26229
26230 PACKAGE='$PACKAGE'
26231 VERSION='$VERSION'
26232 TIMESTAMP='$TIMESTAMP'
26233 RM='$RM'
26234 ofile='$ofile'
26235
26236
26237
26238
26239
26240
26241
26242
26243 _ACEOF
26244
26245 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26246
26247 # Handling of arguments.
26248 for ac_config_target in $ac_config_targets
26249 do
26250 case $ac_config_target in
26251 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
26252 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
26253 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26254 "gcj/libgcj-config.h") CONFIG_HEADERS="$CONFIG_HEADERS gcj/libgcj-config.h" ;;
26255 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
26256 "include/platform.h") CONFIG_LINKS="$CONFIG_LINKS include/platform.h:include/$PLATFORMH" ;;
26257 "java/io/natFile.cc") CONFIG_LINKS="$CONFIG_LINKS java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc" ;;
26258 "java/lang/natConcreteProcess.cc") CONFIG_LINKS="$CONFIG_LINKS java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc" ;;
26259 "java/net/natVMInetAddress.cc") CONFIG_LINKS="$CONFIG_LINKS java/net/natVMInetAddress.cc:java/net/natVMInetAddress${PLATFORMNET}.cc" ;;
26260 "java/net/natVMNetworkInterface.cc") CONFIG_LINKS="$CONFIG_LINKS java/net/natVMNetworkInterface.cc:java/net/natVMNetworkInterface${PLATFORMNET}.cc" ;;
26261 "gnu/java/net/natPlainSocketImpl.cc") CONFIG_LINKS="$CONFIG_LINKS gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc" ;;
26262 "gnu/java/net/natPlainDatagramSocketImpl.cc") CONFIG_LINKS="$CONFIG_LINKS gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc" ;;
26263 "gnu/java/nio/natVMPipe.cc") CONFIG_LINKS="$CONFIG_LINKS gnu/java/nio/natVMPipe.cc:gnu/java/nio/natVMPipe${PLATFORM}.cc" ;;
26264 "gnu/java/nio/natVMSelector.cc") CONFIG_LINKS="$CONFIG_LINKS gnu/java/nio/natVMSelector.cc:gnu/java/nio/natVMSelector${PLATFORM}.cc" ;;
26265 "gnu/java/nio/channels/natFileChannelImpl.cc") CONFIG_LINKS="$CONFIG_LINKS gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc" ;;
26266 "gnu/java/security/jce/prng/natVMSecureRandom.cc") CONFIG_LINKS="$CONFIG_LINKS gnu/java/security/jce/prng/natVMSecureRandom.cc:gnu/java/security/jce/prng/natVMSecureRandom${FILE-${PLATFORM}}.cc" ;;
26267 "include/java-gc.h") CONFIG_LINKS="$CONFIG_LINKS include/java-gc.h:include/$GCHDR" ;;
26268 "include/java-threads.h") CONFIG_LINKS="$CONFIG_LINKS include/java-threads.h:include/$THREADH" ;;
26269 "sysdep/locks.h") CONFIG_LINKS="$CONFIG_LINKS sysdep/locks.h:sysdep/$sysdeps_dir/locks.h" ;;
26270 "sysdep/backtrace.h") CONFIG_LINKS="$CONFIG_LINKS sysdep/backtrace.h:$fallback_backtrace_h" ;;
26271 "sysdep/descriptor.h") CONFIG_LINKS="$CONFIG_LINKS sysdep/descriptor.h:$descriptor_h" ;;
26272 "include/java-signal.h") CONFIG_LINKS="$CONFIG_LINKS include/java-signal.h:$SIGNAL_HANDLER" ;;
26273 "include/java-signal-aux.h") CONFIG_LINKS="$CONFIG_LINKS include/java-signal-aux.h:$SIGNAL_HANDLER_AUX" ;;
26274 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26275 "libgcj.pc") CONFIG_FILES="$CONFIG_FILES libgcj.pc" ;;
26276 "libgcj.spec") CONFIG_FILES="$CONFIG_FILES libgcj.spec" ;;
26277 "libgcj-test.spec") CONFIG_FILES="$CONFIG_FILES libgcj-test.spec" ;;
26278 "gcj/Makefile") CONFIG_FILES="$CONFIG_FILES gcj/Makefile" ;;
26279 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26280 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
26281 "contrib/aotcompile.py") CONFIG_FILES="$CONFIG_FILES contrib/aotcompile.py" ;;
26282 "contrib/aot-compile") CONFIG_FILES="$CONFIG_FILES contrib/aot-compile" ;;
26283 "contrib/aot-compile-rpm") CONFIG_FILES="$CONFIG_FILES contrib/aot-compile-rpm" ;;
26284 "contrib/generate-cacerts.pl") CONFIG_FILES="$CONFIG_FILES contrib/generate-cacerts.pl" ;;
26285 "contrib/rebuild-gcj-db") CONFIG_FILES="$CONFIG_FILES contrib/rebuild-gcj-db" ;;
26286 "scripts/jar") CONFIG_FILES="$CONFIG_FILES scripts/jar" ;;
26287
26288 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
26289 esac
26290 done
26291
26292
26293 # If the user did not use the arguments to specify the items to instantiate,
26294 # then the envvar interface is used. Set only those that are not.
26295 # We use the long form for the default assignment because of an extremely
26296 # bizarre bug on SunOS 4.1.3.
26297 if $ac_need_defaults; then
26298 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26299 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26300 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
26301 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26302 fi
26303
26304 # Have a temporary directory for convenience. Make it in the build tree
26305 # simply because there is no reason against having it here, and in addition,
26306 # creating and moving files from /tmp can sometimes cause problems.
26307 # Hook for its removal unless debugging.
26308 # Note that there is a small window in which the directory will not be cleaned:
26309 # after its creation but before its name has been assigned to `$tmp'.
26310 $debug ||
26311 {
26312 tmp=
26313 trap 'exit_status=$?
26314 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26315 ' 0
26316 trap 'as_fn_exit 1' 1 2 13 15
26317 }
26318 # Create a (secure) tmp directory for tmp files.
26319
26320 {
26321 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26322 test -n "$tmp" && test -d "$tmp"
26323 } ||
26324 {
26325 tmp=./conf$$-$RANDOM
26326 (umask 077 && mkdir "$tmp")
26327 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
26328
26329 # Set up the scripts for CONFIG_FILES section.
26330 # No need to generate them if there are no CONFIG_FILES.
26331 # This happens for instance with `./config.status config.h'.
26332 if test -n "$CONFIG_FILES"; then
26333
26334
26335 ac_cr=`echo X | tr X '\015'`
26336 # On cygwin, bash can eat \r inside `` if the user requested igncr.
26337 # But we know of no other shell where ac_cr would be empty at this
26338 # point, so we can use a bashism as a fallback.
26339 if test "x$ac_cr" = x; then
26340 eval ac_cr=\$\'\\r\'
26341 fi
26342 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
26343 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
26344 ac_cs_awk_cr='\r'
26345 else
26346 ac_cs_awk_cr=$ac_cr
26347 fi
26348
26349 echo 'BEGIN {' >"$tmp/subs1.awk" &&
26350 _ACEOF
26351
26352
26353 {
26354 echo "cat >conf$$subs.awk <<_ACEOF" &&
26355 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
26356 echo "_ACEOF"
26357 } >conf$$subs.sh ||
26358 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
26359 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
26360 ac_delim='%!_!# '
26361 for ac_last_try in false false false false false :; do
26362 . ./conf$$subs.sh ||
26363 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
26364
26365 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
26366 if test $ac_delim_n = $ac_delim_num; then
26367 break
26368 elif $ac_last_try; then
26369 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
26370 else
26371 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26372 fi
26373 done
26374 rm -f conf$$subs.sh
26375
26376 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26377 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
26378 _ACEOF
26379 sed -n '
26380 h
26381 s/^/S["/; s/!.*/"]=/
26382 p
26383 g
26384 s/^[^!]*!//
26385 :repl
26386 t repl
26387 s/'"$ac_delim"'$//
26388 t delim
26389 :nl
26390 h
26391 s/\(.\{148\}\).*/\1/
26392 t more1
26393 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
26394 p
26395 n
26396 b repl
26397 :more1
26398 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
26399 p
26400 g
26401 s/.\{148\}//
26402 t nl
26403 :delim
26404 h
26405 s/\(.\{148\}\).*/\1/
26406 t more2
26407 s/["\\]/\\&/g; s/^/"/; s/$/"/
26408 p
26409 b
26410 :more2
26411 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
26412 p
26413 g
26414 s/.\{148\}//
26415 t delim
26416 ' <conf$$subs.awk | sed '
26417 /^[^""]/{
26418 N
26419 s/\n//
26420 }
26421 ' >>$CONFIG_STATUS || ac_write_fail=1
26422 rm -f conf$$subs.awk
26423 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26424 _ACAWK
26425 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
26426 for (key in S) S_is_set[key] = 1
26427 FS = "\a"
26428
26429 }
26430 {
26431 line = $ 0
26432 nfields = split(line, field, "@")
26433 substed = 0
26434 len = length(field[1])
26435 for (i = 2; i < nfields; i++) {
26436 key = field[i]
26437 keylen = length(key)
26438 if (S_is_set[key]) {
26439 value = S[key]
26440 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
26441 len += length(value) + length(field[++i])
26442 substed = 1
26443 } else
26444 len += 1 + keylen
26445 }
26446
26447 print line
26448 }
26449
26450 _ACAWK
26451 _ACEOF
26452 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26453 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
26454 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
26455 else
26456 cat
26457 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
26458 || as_fn_error "could not setup config files machinery" "$LINENO" 5
26459 _ACEOF
26460
26461 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26462 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26463 # trailing colons and then remove the whole line if VPATH becomes empty
26464 # (actually we leave an empty line to preserve line numbers).
26465 if test "x$srcdir" = x.; then
26466 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26467 s/:*\$(srcdir):*/:/
26468 s/:*\${srcdir}:*/:/
26469 s/:*@srcdir@:*/:/
26470 s/^\([^=]*=[ ]*\):*/\1/
26471 s/:*$//
26472 s/^[^=]*=[ ]*$//
26473 }'
26474 fi
26475
26476 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26477 fi # test -n "$CONFIG_FILES"
26478
26479 # Set up the scripts for CONFIG_HEADERS section.
26480 # No need to generate them if there are no CONFIG_HEADERS.
26481 # This happens for instance with `./config.status Makefile'.
26482 if test -n "$CONFIG_HEADERS"; then
26483 cat >"$tmp/defines.awk" <<\_ACAWK ||
26484 BEGIN {
26485 _ACEOF
26486
26487 # Transform confdefs.h into an awk script `defines.awk', embedded as
26488 # here-document in config.status, that substitutes the proper values into
26489 # config.h.in to produce config.h.
26490
26491 # Create a delimiter string that does not exist in confdefs.h, to ease
26492 # handling of long lines.
26493 ac_delim='%!_!# '
26494 for ac_last_try in false false :; do
26495 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
26496 if test -z "$ac_t"; then
26497 break
26498 elif $ac_last_try; then
26499 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
26500 else
26501 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26502 fi
26503 done
26504
26505 # For the awk script, D is an array of macro values keyed by name,
26506 # likewise P contains macro parameters if any. Preserve backslash
26507 # newline sequences.
26508
26509 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
26510 sed -n '
26511 s/.\{148\}/&'"$ac_delim"'/g
26512 t rset
26513 :rset
26514 s/^[ ]*#[ ]*define[ ][ ]*/ /
26515 t def
26516 d
26517 :def
26518 s/\\$//
26519 t bsnl
26520 s/["\\]/\\&/g
26521 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
26522 D["\1"]=" \3"/p
26523 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
26524 d
26525 :bsnl
26526 s/["\\]/\\&/g
26527 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
26528 D["\1"]=" \3\\\\\\n"\\/p
26529 t cont
26530 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
26531 t cont
26532 d
26533 :cont
26534 n
26535 s/.\{148\}/&'"$ac_delim"'/g
26536 t clear
26537 :clear
26538 s/\\$//
26539 t bsnlc
26540 s/["\\]/\\&/g; s/^/"/; s/$/"/p
26541 d
26542 :bsnlc
26543 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
26544 b cont
26545 ' <confdefs.h | sed '
26546 s/'"$ac_delim"'/"\\\
26547 "/g' >>$CONFIG_STATUS || ac_write_fail=1
26548
26549 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26550 for (key in D) D_is_set[key] = 1
26551 FS = "\a"
26552 }
26553 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
26554 line = \$ 0
26555 split(line, arg, " ")
26556 if (arg[1] == "#") {
26557 defundef = arg[2]
26558 mac1 = arg[3]
26559 } else {
26560 defundef = substr(arg[1], 2)
26561 mac1 = arg[2]
26562 }
26563 split(mac1, mac2, "(") #)
26564 macro = mac2[1]
26565 prefix = substr(line, 1, index(line, defundef) - 1)
26566 if (D_is_set[macro]) {
26567 # Preserve the white space surrounding the "#".
26568 print prefix "define", macro P[macro] D[macro]
26569 next
26570 } else {
26571 # Replace #undef with comments. This is necessary, for example,
26572 # in the case of _POSIX_SOURCE, which is predefined and required
26573 # on some systems where configure will not decide to define it.
26574 if (defundef == "undef") {
26575 print "/*", prefix defundef, macro, "*/"
26576 next
26577 }
26578 }
26579 }
26580 { print }
26581 _ACAWK
26582 _ACEOF
26583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26584 as_fn_error "could not setup config headers machinery" "$LINENO" 5
26585 fi # test -n "$CONFIG_HEADERS"
26586
26587
26588 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
26589 shift
26590 for ac_tag
26591 do
26592 case $ac_tag in
26593 :[FHLC]) ac_mode=$ac_tag; continue;;
26594 esac
26595 case $ac_mode$ac_tag in
26596 :[FHL]*:*);;
26597 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
26598 :[FH]-) ac_tag=-:-;;
26599 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26600 esac
26601 ac_save_IFS=$IFS
26602 IFS=:
26603 set x $ac_tag
26604 IFS=$ac_save_IFS
26605 shift
26606 ac_file=$1
26607 shift
26608
26609 case $ac_mode in
26610 :L) ac_source=$1;;
26611 :[FH])
26612 ac_file_inputs=
26613 for ac_f
26614 do
26615 case $ac_f in
26616 -) ac_f="$tmp/stdin";;
26617 *) # Look for the file first in the build tree, then in the source tree
26618 # (if the path is not absolute). The absolute path cannot be DOS-style,
26619 # because $ac_f cannot contain `:'.
26620 test -f "$ac_f" ||
26621 case $ac_f in
26622 [\\/$]*) false;;
26623 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
26624 esac ||
26625 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
26626 esac
26627 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
26628 as_fn_append ac_file_inputs " '$ac_f'"
26629 done
26630
26631 # Let's still pretend it is `configure' which instantiates (i.e., don't
26632 # use $as_me), people would be surprised to read:
26633 # /* config.h. Generated by config.status. */
26634 configure_input='Generated from '`
26635 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
26636 `' by configure.'
26637 if test x"$ac_file" != x-; then
26638 configure_input="$ac_file. $configure_input"
26639 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
26640 $as_echo "$as_me: creating $ac_file" >&6;}
26641 fi
26642 # Neutralize special characters interpreted by sed in replacement strings.
26643 case $configure_input in #(
26644 *\&* | *\|* | *\\* )
26645 ac_sed_conf_input=`$as_echo "$configure_input" |
26646 sed 's/[\\\\&|]/\\\\&/g'`;; #(
26647 *) ac_sed_conf_input=$configure_input;;
26648 esac
26649
26650 case $ac_tag in
26651 *:-:* | *:-) cat >"$tmp/stdin" \
26652 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
26653 esac
26654 ;;
26655 esac
26656
26657 ac_dir=`$as_dirname -- "$ac_file" ||
26658 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26659 X"$ac_file" : 'X\(//\)[^/]' \| \
26660 X"$ac_file" : 'X\(//\)$' \| \
26661 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
26662 $as_echo X"$ac_file" |
26663 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26664 s//\1/
26665 q
26666 }
26667 /^X\(\/\/\)[^/].*/{
26668 s//\1/
26669 q
26670 }
26671 /^X\(\/\/\)$/{
26672 s//\1/
26673 q
26674 }
26675 /^X\(\/\).*/{
26676 s//\1/
26677 q
26678 }
26679 s/.*/./; q'`
26680 as_dir="$ac_dir"; as_fn_mkdir_p
26681 ac_builddir=.
26682
26683 case "$ac_dir" in
26684 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
26685 *)
26686 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
26687 # A ".." for each directory in $ac_dir_suffix.
26688 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
26689 case $ac_top_builddir_sub in
26690 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
26691 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
26692 esac ;;
26693 esac
26694 ac_abs_top_builddir=$ac_pwd
26695 ac_abs_builddir=$ac_pwd$ac_dir_suffix
26696 # for backward compatibility:
26697 ac_top_builddir=$ac_top_build_prefix
26698
26699 case $srcdir in
26700 .) # We are building in place.
26701 ac_srcdir=.
26702 ac_top_srcdir=$ac_top_builddir_sub
26703 ac_abs_top_srcdir=$ac_pwd ;;
26704 [\\/]* | ?:[\\/]* ) # Absolute name.
26705 ac_srcdir=$srcdir$ac_dir_suffix;
26706 ac_top_srcdir=$srcdir
26707 ac_abs_top_srcdir=$srcdir ;;
26708 *) # Relative name.
26709 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
26710 ac_top_srcdir=$ac_top_build_prefix$srcdir
26711 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
26712 esac
26713 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
26714
26715
26716 case $ac_mode in
26717 :F)
26718 #
26719 # CONFIG_FILE
26720 #
26721
26722 case $INSTALL in
26723 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
26724 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
26725 esac
26726 ac_MKDIR_P=$MKDIR_P
26727 case $MKDIR_P in
26728 [\\/$]* | ?:[\\/]* ) ;;
26729 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
26730 esac
26731 _ACEOF
26732
26733 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26734 # If the template does not know about datarootdir, expand it.
26735 # FIXME: This hack should be removed a few years after 2.60.
26736 ac_datarootdir_hack=; ac_datarootdir_seen=
26737 ac_sed_dataroot='
26738 /datarootdir/ {
26739 p
26740 q
26741 }
26742 /@datadir@/p
26743 /@docdir@/p
26744 /@infodir@/p
26745 /@localedir@/p
26746 /@mandir@/p'
26747 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
26748 *datarootdir*) ac_datarootdir_seen=yes;;
26749 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
26750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
26751 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
26752 _ACEOF
26753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26754 ac_datarootdir_hack='
26755 s&@datadir@&$datadir&g
26756 s&@docdir@&$docdir&g
26757 s&@infodir@&$infodir&g
26758 s&@localedir@&$localedir&g
26759 s&@mandir@&$mandir&g
26760 s&\\\${datarootdir}&$datarootdir&g' ;;
26761 esac
26762 _ACEOF
26763
26764 # Neutralize VPATH when `$srcdir' = `.'.
26765 # Shell code in configure.ac might set extrasub.
26766 # FIXME: do we really want to maintain this feature?
26767 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26768 ac_sed_extra="$ac_vpsub
26769 $extrasub
26770 _ACEOF
26771 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26772 :t
26773 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26774 s|@configure_input@|$ac_sed_conf_input|;t t
26775 s&@top_builddir@&$ac_top_builddir_sub&;t t
26776 s&@top_build_prefix@&$ac_top_build_prefix&;t t
26777 s&@srcdir@&$ac_srcdir&;t t
26778 s&@abs_srcdir@&$ac_abs_srcdir&;t t
26779 s&@top_srcdir@&$ac_top_srcdir&;t t
26780 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
26781 s&@builddir@&$ac_builddir&;t t
26782 s&@abs_builddir@&$ac_abs_builddir&;t t
26783 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
26784 s&@INSTALL@&$ac_INSTALL&;t t
26785 s&@MKDIR_P@&$ac_MKDIR_P&;t t
26786 $ac_datarootdir_hack
26787 "
26788 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
26789 || as_fn_error "could not create $ac_file" "$LINENO" 5
26790
26791 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
26792 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
26793 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
26794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26795 which seems to be undefined. Please make sure it is defined." >&5
26796 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26797 which seems to be undefined. Please make sure it is defined." >&2;}
26798
26799 rm -f "$tmp/stdin"
26800 case $ac_file in
26801 -) cat "$tmp/out" && rm -f "$tmp/out";;
26802 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
26803 esac \
26804 || as_fn_error "could not create $ac_file" "$LINENO" 5
26805 ;;
26806 :H)
26807 #
26808 # CONFIG_HEADER
26809 #
26810 if test x"$ac_file" != x-; then
26811 {
26812 $as_echo "/* $configure_input */" \
26813 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
26814 } >"$tmp/config.h" \
26815 || as_fn_error "could not create $ac_file" "$LINENO" 5
26816 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
26817 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
26818 $as_echo "$as_me: $ac_file is unchanged" >&6;}
26819 else
26820 rm -f "$ac_file"
26821 mv "$tmp/config.h" "$ac_file" \
26822 || as_fn_error "could not create $ac_file" "$LINENO" 5
26823 fi
26824 else
26825 $as_echo "/* $configure_input */" \
26826 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
26827 || as_fn_error "could not create -" "$LINENO" 5
26828 fi
26829 # Compute "$ac_file"'s index in $config_headers.
26830 _am_arg="$ac_file"
26831 _am_stamp_count=1
26832 for _am_header in $config_headers :; do
26833 case $_am_header in
26834 $_am_arg | $_am_arg:* )
26835 break ;;
26836 * )
26837 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
26838 esac
26839 done
26840 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
26841 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26842 X"$_am_arg" : 'X\(//\)[^/]' \| \
26843 X"$_am_arg" : 'X\(//\)$' \| \
26844 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
26845 $as_echo X"$_am_arg" |
26846 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26847 s//\1/
26848 q
26849 }
26850 /^X\(\/\/\)[^/].*/{
26851 s//\1/
26852 q
26853 }
26854 /^X\(\/\/\)$/{
26855 s//\1/
26856 q
26857 }
26858 /^X\(\/\).*/{
26859 s//\1/
26860 q
26861 }
26862 s/.*/./; q'`/stamp-h$_am_stamp_count
26863 ;;
26864 :L)
26865 #
26866 # CONFIG_LINK
26867 #
26868
26869 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
26870 :
26871 else
26872 # Prefer the file from the source tree if names are identical.
26873 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
26874 ac_source=$srcdir/$ac_source
26875 fi
26876
26877 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
26878 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
26879
26880 if test ! -r "$ac_source"; then
26881 as_fn_error "$ac_source: file not found" "$LINENO" 5
26882 fi
26883 rm -f "$ac_file"
26884
26885 # Try a relative symlink, then a hard link, then a copy.
26886 case $srcdir in
26887 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
26888 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
26889 esac
26890 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
26891 ln "$ac_source" "$ac_file" 2>/dev/null ||
26892 cp -p "$ac_source" "$ac_file" ||
26893 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
26894 fi
26895 ;;
26896 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
26897 $as_echo "$as_me: executing $ac_file commands" >&6;}
26898 ;;
26899 esac
26900
26901
26902 case $ac_file$ac_mode in
26903 "default-1":C)
26904 # Only add multilib support code if we just rebuilt the top-level
26905 # Makefile.
26906 case " $CONFIG_FILES " in
26907 *" Makefile "*)
26908 ac_file=Makefile . ${multi_basedir}/config-ml.in
26909 ;;
26910 esac ;;
26911 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
26912 # Autoconf 2.62 quotes --file arguments for eval, but not when files
26913 # are listed without --file. Let's play safe and only enable the eval
26914 # if we detect the quoting.
26915 case $CONFIG_FILES in
26916 *\'*) eval set x "$CONFIG_FILES" ;;
26917 *) set x $CONFIG_FILES ;;
26918 esac
26919 shift
26920 for mf
26921 do
26922 # Strip MF so we end up with the name of the file.
26923 mf=`echo "$mf" | sed -e 's/:.*$//'`
26924 # Check whether this is an Automake generated Makefile or not.
26925 # We used to match only the files named `Makefile.in', but
26926 # some people rename them; so instead we look at the file content.
26927 # Grep'ing the first line is not enough: some people post-process
26928 # each Makefile.in and add a new line on top of each file to say so.
26929 # Grep'ing the whole file is not good either: AIX grep has a line
26930 # limit of 2048, but all sed's we know have understand at least 4000.
26931 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
26932 dirpart=`$as_dirname -- "$mf" ||
26933 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26934 X"$mf" : 'X\(//\)[^/]' \| \
26935 X"$mf" : 'X\(//\)$' \| \
26936 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
26937 $as_echo X"$mf" |
26938 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26939 s//\1/
26940 q
26941 }
26942 /^X\(\/\/\)[^/].*/{
26943 s//\1/
26944 q
26945 }
26946 /^X\(\/\/\)$/{
26947 s//\1/
26948 q
26949 }
26950 /^X\(\/\).*/{
26951 s//\1/
26952 q
26953 }
26954 s/.*/./; q'`
26955 else
26956 continue
26957 fi
26958 # Extract the definition of DEPDIR, am__include, and am__quote
26959 # from the Makefile without running `make'.
26960 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
26961 test -z "$DEPDIR" && continue
26962 am__include=`sed -n 's/^am__include = //p' < "$mf"`
26963 test -z "am__include" && continue
26964 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
26965 # When using ansi2knr, U may be empty or an underscore; expand it
26966 U=`sed -n 's/^U = //p' < "$mf"`
26967 # Find all dependency output files, they are included files with
26968 # $(DEPDIR) in their names. We invoke sed twice because it is the
26969 # simplest approach to changing $(DEPDIR) to its actual value in the
26970 # expansion.
26971 for file in `sed -n "
26972 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
26973 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
26974 # Make sure the directory exists.
26975 test -f "$dirpart/$file" && continue
26976 fdir=`$as_dirname -- "$file" ||
26977 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26978 X"$file" : 'X\(//\)[^/]' \| \
26979 X"$file" : 'X\(//\)$' \| \
26980 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
26981 $as_echo X"$file" |
26982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26983 s//\1/
26984 q
26985 }
26986 /^X\(\/\/\)[^/].*/{
26987 s//\1/
26988 q
26989 }
26990 /^X\(\/\/\)$/{
26991 s//\1/
26992 q
26993 }
26994 /^X\(\/\).*/{
26995 s//\1/
26996 q
26997 }
26998 s/.*/./; q'`
26999 as_dir=$dirpart/$fdir; as_fn_mkdir_p
27000 # echo "creating $dirpart/$file"
27001 echo '# dummy' > "$dirpart/$file"
27002 done
27003 done
27004 }
27005 ;;
27006 "libtool":C)
27007
27008 # See if we are running on zsh, and set the options which allow our
27009 # commands through without removal of \ escapes.
27010 if test -n "${ZSH_VERSION+set}" ; then
27011 setopt NO_GLOB_SUBST
27012 fi
27013
27014 cfgfile="${ofile}T"
27015 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
27016 $RM "$cfgfile"
27017
27018 cat <<_LT_EOF >> "$cfgfile"
27019 #! $SHELL
27020
27021 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
27022 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
27023 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
27024 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
27025 #
27026 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
27027 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
27028 # Written by Gordon Matzigkeit, 1996
27029 #
27030 # This file is part of GNU Libtool.
27031 #
27032 # GNU Libtool is free software; you can redistribute it and/or
27033 # modify it under the terms of the GNU General Public License as
27034 # published by the Free Software Foundation; either version 2 of
27035 # the License, or (at your option) any later version.
27036 #
27037 # As a special exception to the GNU General Public License,
27038 # if you distribute this file as part of a program or library that
27039 # is built using GNU Libtool, you may include this file under the
27040 # same distribution terms that you use for the rest of that program.
27041 #
27042 # GNU Libtool is distributed in the hope that it will be useful,
27043 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27044 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27045 # GNU General Public License for more details.
27046 #
27047 # You should have received a copy of the GNU General Public License
27048 # along with GNU Libtool; see the file COPYING. If not, a copy
27049 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
27050 # obtained by writing to the Free Software Foundation, Inc.,
27051 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
27052
27053
27054 # The names of the tagged configurations supported by this script.
27055 available_tags="CXX GCJ "
27056
27057 # ### BEGIN LIBTOOL CONFIG
27058
27059 # Which release of libtool.m4 was used?
27060 macro_version=$macro_version
27061 macro_revision=$macro_revision
27062
27063 # Whether or not to build shared libraries.
27064 build_libtool_libs=$enable_shared
27065
27066 # Whether or not to build static libraries.
27067 build_old_libs=$enable_static
27068
27069 # What type of objects to build.
27070 pic_mode=$pic_mode
27071
27072 # Whether or not to optimize for fast installation.
27073 fast_install=$enable_fast_install
27074
27075 # Shell to use when invoking shell scripts.
27076 SHELL=$lt_SHELL
27077
27078 # An echo program that protects backslashes.
27079 ECHO=$lt_ECHO
27080
27081 # The host system.
27082 host_alias=$host_alias
27083 host=$host
27084 host_os=$host_os
27085
27086 # The build system.
27087 build_alias=$build_alias
27088 build=$build
27089 build_os=$build_os
27090
27091 # A sed program that does not truncate output.
27092 SED=$lt_SED
27093
27094 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
27095 Xsed="\$SED -e 1s/^X//"
27096
27097 # A grep program that handles long lines.
27098 GREP=$lt_GREP
27099
27100 # An ERE matcher.
27101 EGREP=$lt_EGREP
27102
27103 # A literal string matcher.
27104 FGREP=$lt_FGREP
27105
27106 # A BSD- or MS-compatible name lister.
27107 NM=$lt_NM
27108
27109 # Whether we need soft or hard links.
27110 LN_S=$lt_LN_S
27111
27112 # What is the maximum length of a command?
27113 max_cmd_len=$max_cmd_len
27114
27115 # Object file suffix (normally "o").
27116 objext=$ac_objext
27117
27118 # Executable file suffix (normally "").
27119 exeext=$exeext
27120
27121 # whether the shell understands "unset".
27122 lt_unset=$lt_unset
27123
27124 # turn spaces into newlines.
27125 SP2NL=$lt_lt_SP2NL
27126
27127 # turn newlines into spaces.
27128 NL2SP=$lt_lt_NL2SP
27129
27130 # An object symbol dumper.
27131 OBJDUMP=$lt_OBJDUMP
27132
27133 # Method to check whether dependent libraries are shared objects.
27134 deplibs_check_method=$lt_deplibs_check_method
27135
27136 # Command to use when deplibs_check_method == "file_magic".
27137 file_magic_cmd=$lt_file_magic_cmd
27138
27139 # The archiver.
27140 AR=$lt_AR
27141 AR_FLAGS=$lt_AR_FLAGS
27142
27143 # A symbol stripping program.
27144 STRIP=$lt_STRIP
27145
27146 # Commands used to install an old-style archive.
27147 RANLIB=$lt_RANLIB
27148 old_postinstall_cmds=$lt_old_postinstall_cmds
27149 old_postuninstall_cmds=$lt_old_postuninstall_cmds
27150
27151 # Whether to use a lock for old archive extraction.
27152 lock_old_archive_extraction=$lock_old_archive_extraction
27153
27154 # A C compiler.
27155 LTCC=$lt_CC
27156
27157 # LTCC compiler flags.
27158 LTCFLAGS=$lt_CFLAGS
27159
27160 # Take the output of nm and produce a listing of raw symbols and C names.
27161 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
27162
27163 # Transform the output of nm in a proper C declaration.
27164 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
27165
27166 # Transform the output of nm in a C name address pair.
27167 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
27168
27169 # Transform the output of nm in a C name address pair when lib prefix is needed.
27170 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
27171
27172 # The name of the directory that contains temporary libtool files.
27173 objdir=$objdir
27174
27175 # Used to examine libraries when file_magic_cmd begins with "file".
27176 MAGIC_CMD=$MAGIC_CMD
27177
27178 # Must we lock files when doing compilation?
27179 need_locks=$lt_need_locks
27180
27181 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
27182 DSYMUTIL=$lt_DSYMUTIL
27183
27184 # Tool to change global to local symbols on Mac OS X.
27185 NMEDIT=$lt_NMEDIT
27186
27187 # Tool to manipulate fat objects and archives on Mac OS X.
27188 LIPO=$lt_LIPO
27189
27190 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
27191 OTOOL=$lt_OTOOL
27192
27193 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
27194 OTOOL64=$lt_OTOOL64
27195
27196 # Old archive suffix (normally "a").
27197 libext=$libext
27198
27199 # Shared library suffix (normally ".so").
27200 shrext_cmds=$lt_shrext_cmds
27201
27202 # The commands to extract the exported symbol list from a shared archive.
27203 extract_expsyms_cmds=$lt_extract_expsyms_cmds
27204
27205 # Variables whose values should be saved in libtool wrapper scripts and
27206 # restored at link time.
27207 variables_saved_for_relink=$lt_variables_saved_for_relink
27208
27209 # Do we need the "lib" prefix for modules?
27210 need_lib_prefix=$need_lib_prefix
27211
27212 # Do we need a version for libraries?
27213 need_version=$need_version
27214
27215 # Library versioning type.
27216 version_type=$version_type
27217
27218 # Shared library runtime path variable.
27219 runpath_var=$runpath_var
27220
27221 # Shared library path variable.
27222 shlibpath_var=$shlibpath_var
27223
27224 # Is shlibpath searched before the hard-coded library search path?
27225 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
27226
27227 # Format of library name prefix.
27228 libname_spec=$lt_libname_spec
27229
27230 # List of archive names. First name is the real one, the rest are links.
27231 # The last name is the one that the linker finds with -lNAME
27232 library_names_spec=$lt_library_names_spec
27233
27234 # The coded name of the library, if different from the real name.
27235 soname_spec=$lt_soname_spec
27236
27237 # Permission mode override for installation of shared libraries.
27238 install_override_mode=$lt_install_override_mode
27239
27240 # Command to use after installation of a shared archive.
27241 postinstall_cmds=$lt_postinstall_cmds
27242
27243 # Command to use after uninstallation of a shared archive.
27244 postuninstall_cmds=$lt_postuninstall_cmds
27245
27246 # Commands used to finish a libtool library installation in a directory.
27247 finish_cmds=$lt_finish_cmds
27248
27249 # As "finish_cmds", except a single script fragment to be evaled but
27250 # not shown.
27251 finish_eval=$lt_finish_eval
27252
27253 # Whether we should hardcode library paths into libraries.
27254 hardcode_into_libs=$hardcode_into_libs
27255
27256 # Compile-time system search path for libraries.
27257 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
27258
27259 # Run-time system search path for libraries.
27260 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
27261
27262 # Whether dlopen is supported.
27263 dlopen_support=$enable_dlopen
27264
27265 # Whether dlopen of programs is supported.
27266 dlopen_self=$enable_dlopen_self
27267
27268 # Whether dlopen of statically linked programs is supported.
27269 dlopen_self_static=$enable_dlopen_self_static
27270
27271 # Commands to strip libraries.
27272 old_striplib=$lt_old_striplib
27273 striplib=$lt_striplib
27274
27275
27276 # The linker used to build libraries.
27277 LD=$lt_LD
27278
27279 # How to create reloadable object files.
27280 reload_flag=$lt_reload_flag
27281 reload_cmds=$lt_reload_cmds
27282
27283 # Commands used to build an old-style archive.
27284 old_archive_cmds=$lt_old_archive_cmds
27285
27286 # A language specific compiler.
27287 CC=$lt_compiler
27288
27289 # Is the compiler the GNU compiler?
27290 with_gcc=$GCC
27291
27292 # Compiler flag to turn off builtin functions.
27293 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
27294
27295 # How to pass a linker flag through the compiler.
27296 wl=$lt_lt_prog_compiler_wl
27297
27298 # Additional compiler flags for building library objects.
27299 pic_flag=$lt_lt_prog_compiler_pic
27300
27301 # Compiler flag to prevent dynamic linking.
27302 link_static_flag=$lt_lt_prog_compiler_static
27303
27304 # Does compiler simultaneously support -c and -o options?
27305 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
27306
27307 # Whether or not to add -lc for building shared libraries.
27308 build_libtool_need_lc=$archive_cmds_need_lc
27309
27310 # Whether or not to disallow shared libs when runtime libs are static.
27311 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
27312
27313 # Compiler flag to allow reflexive dlopens.
27314 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
27315
27316 # Compiler flag to generate shared objects directly from archives.
27317 whole_archive_flag_spec=$lt_whole_archive_flag_spec
27318
27319 # Whether the compiler copes with passing no objects directly.
27320 compiler_needs_object=$lt_compiler_needs_object
27321
27322 # Create an old-style archive from a shared archive.
27323 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
27324
27325 # Create a temporary old-style archive to link instead of a shared archive.
27326 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
27327
27328 # Commands used to build a shared archive.
27329 archive_cmds=$lt_archive_cmds
27330 archive_expsym_cmds=$lt_archive_expsym_cmds
27331
27332 # Commands used to build a loadable module if different from building
27333 # a shared archive.
27334 module_cmds=$lt_module_cmds
27335 module_expsym_cmds=$lt_module_expsym_cmds
27336
27337 # Whether we are building with GNU ld or not.
27338 with_gnu_ld=$lt_with_gnu_ld
27339
27340 # Flag that allows shared libraries with undefined symbols to be built.
27341 allow_undefined_flag=$lt_allow_undefined_flag
27342
27343 # Flag that enforces no undefined symbols.
27344 no_undefined_flag=$lt_no_undefined_flag
27345
27346 # Flag to hardcode \$libdir into a binary during linking.
27347 # This must work even if \$libdir does not exist
27348 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
27349
27350 # If ld is used when linking, flag to hardcode \$libdir into a binary
27351 # during linking. This must work even if \$libdir does not exist.
27352 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
27353
27354 # Whether we need a single "-rpath" flag with a separated argument.
27355 hardcode_libdir_separator=$lt_hardcode_libdir_separator
27356
27357 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27358 # DIR into the resulting binary.
27359 hardcode_direct=$hardcode_direct
27360
27361 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27362 # DIR into the resulting binary and the resulting library dependency is
27363 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
27364 # library is relocated.
27365 hardcode_direct_absolute=$hardcode_direct_absolute
27366
27367 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
27368 # into the resulting binary.
27369 hardcode_minus_L=$hardcode_minus_L
27370
27371 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
27372 # into the resulting binary.
27373 hardcode_shlibpath_var=$hardcode_shlibpath_var
27374
27375 # Set to "yes" if building a shared library automatically hardcodes DIR
27376 # into the library and all subsequent libraries and executables linked
27377 # against it.
27378 hardcode_automatic=$hardcode_automatic
27379
27380 # Set to yes if linker adds runtime paths of dependent libraries
27381 # to runtime path list.
27382 inherit_rpath=$inherit_rpath
27383
27384 # Whether libtool must link a program against all its dependency libraries.
27385 link_all_deplibs=$link_all_deplibs
27386
27387 # Fix the shell variable \$srcfile for the compiler.
27388 fix_srcfile_path=$lt_fix_srcfile_path
27389
27390 # Set to "yes" if exported symbols are required.
27391 always_export_symbols=$always_export_symbols
27392
27393 # The commands to list exported symbols.
27394 export_symbols_cmds=$lt_export_symbols_cmds
27395
27396 # Symbols that should not be listed in the preloaded symbols.
27397 exclude_expsyms=$lt_exclude_expsyms
27398
27399 # Symbols that must always be exported.
27400 include_expsyms=$lt_include_expsyms
27401
27402 # Commands necessary for linking programs (against libraries) with templates.
27403 prelink_cmds=$lt_prelink_cmds
27404
27405 # Specify filename containing input files.
27406 file_list_spec=$lt_file_list_spec
27407
27408 # How to hardcode a shared library path into an executable.
27409 hardcode_action=$hardcode_action
27410
27411 # The directories searched by this compiler when creating a shared library.
27412 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
27413
27414 # Dependencies to place before and after the objects being linked to
27415 # create a shared library.
27416 predep_objects=$lt_predep_objects
27417 postdep_objects=$lt_postdep_objects
27418 predeps=$lt_predeps
27419 postdeps=$lt_postdeps
27420
27421 # The library search path used internally by the compiler when linking
27422 # a shared library.
27423 compiler_lib_search_path=$lt_compiler_lib_search_path
27424
27425 # ### END LIBTOOL CONFIG
27426
27427 _LT_EOF
27428
27429 case $host_os in
27430 aix3*)
27431 cat <<\_LT_EOF >> "$cfgfile"
27432 # AIX sometimes has problems with the GCC collect2 program. For some
27433 # reason, if we set the COLLECT_NAMES environment variable, the problems
27434 # vanish in a puff of smoke.
27435 if test "X${COLLECT_NAMES+set}" != Xset; then
27436 COLLECT_NAMES=
27437 export COLLECT_NAMES
27438 fi
27439 _LT_EOF
27440 ;;
27441 esac
27442
27443
27444 ltmain="$ac_aux_dir/ltmain.sh"
27445
27446
27447 # We use sed instead of cat because bash on DJGPP gets confused if
27448 # if finds mixed CR/LF and LF-only lines. Since sed operates in
27449 # text mode, it properly converts lines to CR/LF. This bash problem
27450 # is reportedly fixed, but why not run on old versions too?
27451 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
27452 || (rm -f "$cfgfile"; exit 1)
27453
27454 case $xsi_shell in
27455 yes)
27456 cat << \_LT_EOF >> "$cfgfile"
27457
27458 # func_dirname file append nondir_replacement
27459 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
27460 # otherwise set result to NONDIR_REPLACEMENT.
27461 func_dirname ()
27462 {
27463 case ${1} in
27464 */*) func_dirname_result="${1%/*}${2}" ;;
27465 * ) func_dirname_result="${3}" ;;
27466 esac
27467 }
27468
27469 # func_basename file
27470 func_basename ()
27471 {
27472 func_basename_result="${1##*/}"
27473 }
27474
27475 # func_dirname_and_basename file append nondir_replacement
27476 # perform func_basename and func_dirname in a single function
27477 # call:
27478 # dirname: Compute the dirname of FILE. If nonempty,
27479 # add APPEND to the result, otherwise set result
27480 # to NONDIR_REPLACEMENT.
27481 # value returned in "$func_dirname_result"
27482 # basename: Compute filename of FILE.
27483 # value retuned in "$func_basename_result"
27484 # Implementation must be kept synchronized with func_dirname
27485 # and func_basename. For efficiency, we do not delegate to
27486 # those functions but instead duplicate the functionality here.
27487 func_dirname_and_basename ()
27488 {
27489 case ${1} in
27490 */*) func_dirname_result="${1%/*}${2}" ;;
27491 * ) func_dirname_result="${3}" ;;
27492 esac
27493 func_basename_result="${1##*/}"
27494 }
27495
27496 # func_stripname prefix suffix name
27497 # strip PREFIX and SUFFIX off of NAME.
27498 # PREFIX and SUFFIX must not contain globbing or regex special
27499 # characters, hashes, percent signs, but SUFFIX may contain a leading
27500 # dot (in which case that matches only a dot).
27501 func_stripname ()
27502 {
27503 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
27504 # positional parameters, so assign one to ordinary parameter first.
27505 func_stripname_result=${3}
27506 func_stripname_result=${func_stripname_result#"${1}"}
27507 func_stripname_result=${func_stripname_result%"${2}"}
27508 }
27509
27510 # func_opt_split
27511 func_opt_split ()
27512 {
27513 func_opt_split_opt=${1%%=*}
27514 func_opt_split_arg=${1#*=}
27515 }
27516
27517 # func_lo2o object
27518 func_lo2o ()
27519 {
27520 case ${1} in
27521 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
27522 *) func_lo2o_result=${1} ;;
27523 esac
27524 }
27525
27526 # func_xform libobj-or-source
27527 func_xform ()
27528 {
27529 func_xform_result=${1%.*}.lo
27530 }
27531
27532 # func_arith arithmetic-term...
27533 func_arith ()
27534 {
27535 func_arith_result=$(( $* ))
27536 }
27537
27538 # func_len string
27539 # STRING may not start with a hyphen.
27540 func_len ()
27541 {
27542 func_len_result=${#1}
27543 }
27544
27545 _LT_EOF
27546 ;;
27547 *) # Bourne compatible functions.
27548 cat << \_LT_EOF >> "$cfgfile"
27549
27550 # func_dirname file append nondir_replacement
27551 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
27552 # otherwise set result to NONDIR_REPLACEMENT.
27553 func_dirname ()
27554 {
27555 # Extract subdirectory from the argument.
27556 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
27557 if test "X$func_dirname_result" = "X${1}"; then
27558 func_dirname_result="${3}"
27559 else
27560 func_dirname_result="$func_dirname_result${2}"
27561 fi
27562 }
27563
27564 # func_basename file
27565 func_basename ()
27566 {
27567 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
27568 }
27569
27570
27571 # func_stripname prefix suffix name
27572 # strip PREFIX and SUFFIX off of NAME.
27573 # PREFIX and SUFFIX must not contain globbing or regex special
27574 # characters, hashes, percent signs, but SUFFIX may contain a leading
27575 # dot (in which case that matches only a dot).
27576 # func_strip_suffix prefix name
27577 func_stripname ()
27578 {
27579 case ${2} in
27580 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
27581 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
27582 esac
27583 }
27584
27585 # sed scripts:
27586 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
27587 my_sed_long_arg='1s/^-[^=]*=//'
27588
27589 # func_opt_split
27590 func_opt_split ()
27591 {
27592 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
27593 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
27594 }
27595
27596 # func_lo2o object
27597 func_lo2o ()
27598 {
27599 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
27600 }
27601
27602 # func_xform libobj-or-source
27603 func_xform ()
27604 {
27605 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
27606 }
27607
27608 # func_arith arithmetic-term...
27609 func_arith ()
27610 {
27611 func_arith_result=`expr "$@"`
27612 }
27613
27614 # func_len string
27615 # STRING may not start with a hyphen.
27616 func_len ()
27617 {
27618 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
27619 }
27620
27621 _LT_EOF
27622 esac
27623
27624 case $lt_shell_append in
27625 yes)
27626 cat << \_LT_EOF >> "$cfgfile"
27627
27628 # func_append var value
27629 # Append VALUE to the end of shell variable VAR.
27630 func_append ()
27631 {
27632 eval "$1+=\$2"
27633 }
27634 _LT_EOF
27635 ;;
27636 *)
27637 cat << \_LT_EOF >> "$cfgfile"
27638
27639 # func_append var value
27640 # Append VALUE to the end of shell variable VAR.
27641 func_append ()
27642 {
27643 eval "$1=\$$1\$2"
27644 }
27645
27646 _LT_EOF
27647 ;;
27648 esac
27649
27650
27651 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
27652 || (rm -f "$cfgfile"; exit 1)
27653
27654 mv -f "$cfgfile" "$ofile" ||
27655 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
27656 chmod +x "$ofile"
27657
27658
27659 cat <<_LT_EOF >> "$ofile"
27660
27661 # ### BEGIN LIBTOOL TAG CONFIG: CXX
27662
27663 # The linker used to build libraries.
27664 LD=$lt_LD_CXX
27665
27666 # How to create reloadable object files.
27667 reload_flag=$lt_reload_flag_CXX
27668 reload_cmds=$lt_reload_cmds_CXX
27669
27670 # Commands used to build an old-style archive.
27671 old_archive_cmds=$lt_old_archive_cmds_CXX
27672
27673 # A language specific compiler.
27674 CC=$lt_compiler_CXX
27675
27676 # Is the compiler the GNU compiler?
27677 with_gcc=$GCC_CXX
27678
27679 # Compiler flag to turn off builtin functions.
27680 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
27681
27682 # How to pass a linker flag through the compiler.
27683 wl=$lt_lt_prog_compiler_wl_CXX
27684
27685 # Additional compiler flags for building library objects.
27686 pic_flag=$lt_lt_prog_compiler_pic_CXX
27687
27688 # Compiler flag to prevent dynamic linking.
27689 link_static_flag=$lt_lt_prog_compiler_static_CXX
27690
27691 # Does compiler simultaneously support -c and -o options?
27692 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
27693
27694 # Whether or not to add -lc for building shared libraries.
27695 build_libtool_need_lc=$archive_cmds_need_lc_CXX
27696
27697 # Whether or not to disallow shared libs when runtime libs are static.
27698 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
27699
27700 # Compiler flag to allow reflexive dlopens.
27701 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
27702
27703 # Compiler flag to generate shared objects directly from archives.
27704 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
27705
27706 # Whether the compiler copes with passing no objects directly.
27707 compiler_needs_object=$lt_compiler_needs_object_CXX
27708
27709 # Create an old-style archive from a shared archive.
27710 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
27711
27712 # Create a temporary old-style archive to link instead of a shared archive.
27713 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
27714
27715 # Commands used to build a shared archive.
27716 archive_cmds=$lt_archive_cmds_CXX
27717 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
27718
27719 # Commands used to build a loadable module if different from building
27720 # a shared archive.
27721 module_cmds=$lt_module_cmds_CXX
27722 module_expsym_cmds=$lt_module_expsym_cmds_CXX
27723
27724 # Whether we are building with GNU ld or not.
27725 with_gnu_ld=$lt_with_gnu_ld_CXX
27726
27727 # Flag that allows shared libraries with undefined symbols to be built.
27728 allow_undefined_flag=$lt_allow_undefined_flag_CXX
27729
27730 # Flag that enforces no undefined symbols.
27731 no_undefined_flag=$lt_no_undefined_flag_CXX
27732
27733 # Flag to hardcode \$libdir into a binary during linking.
27734 # This must work even if \$libdir does not exist
27735 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
27736
27737 # If ld is used when linking, flag to hardcode \$libdir into a binary
27738 # during linking. This must work even if \$libdir does not exist.
27739 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
27740
27741 # Whether we need a single "-rpath" flag with a separated argument.
27742 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
27743
27744 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27745 # DIR into the resulting binary.
27746 hardcode_direct=$hardcode_direct_CXX
27747
27748 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27749 # DIR into the resulting binary and the resulting library dependency is
27750 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
27751 # library is relocated.
27752 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
27753
27754 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
27755 # into the resulting binary.
27756 hardcode_minus_L=$hardcode_minus_L_CXX
27757
27758 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
27759 # into the resulting binary.
27760 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
27761
27762 # Set to "yes" if building a shared library automatically hardcodes DIR
27763 # into the library and all subsequent libraries and executables linked
27764 # against it.
27765 hardcode_automatic=$hardcode_automatic_CXX
27766
27767 # Set to yes if linker adds runtime paths of dependent libraries
27768 # to runtime path list.
27769 inherit_rpath=$inherit_rpath_CXX
27770
27771 # Whether libtool must link a program against all its dependency libraries.
27772 link_all_deplibs=$link_all_deplibs_CXX
27773
27774 # Fix the shell variable \$srcfile for the compiler.
27775 fix_srcfile_path=$lt_fix_srcfile_path_CXX
27776
27777 # Set to "yes" if exported symbols are required.
27778 always_export_symbols=$always_export_symbols_CXX
27779
27780 # The commands to list exported symbols.
27781 export_symbols_cmds=$lt_export_symbols_cmds_CXX
27782
27783 # Symbols that should not be listed in the preloaded symbols.
27784 exclude_expsyms=$lt_exclude_expsyms_CXX
27785
27786 # Symbols that must always be exported.
27787 include_expsyms=$lt_include_expsyms_CXX
27788
27789 # Commands necessary for linking programs (against libraries) with templates.
27790 prelink_cmds=$lt_prelink_cmds_CXX
27791
27792 # Specify filename containing input files.
27793 file_list_spec=$lt_file_list_spec_CXX
27794
27795 # How to hardcode a shared library path into an executable.
27796 hardcode_action=$hardcode_action_CXX
27797
27798 # The directories searched by this compiler when creating a shared library.
27799 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
27800
27801 # Dependencies to place before and after the objects being linked to
27802 # create a shared library.
27803 predep_objects=$lt_predep_objects_CXX
27804 postdep_objects=$lt_postdep_objects_CXX
27805 predeps=$lt_predeps_CXX
27806 postdeps=$lt_postdeps_CXX
27807
27808 # The library search path used internally by the compiler when linking
27809 # a shared library.
27810 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
27811
27812 # ### END LIBTOOL TAG CONFIG: CXX
27813 _LT_EOF
27814
27815
27816 cat <<_LT_EOF >> "$ofile"
27817
27818 # ### BEGIN LIBTOOL TAG CONFIG: GCJ
27819
27820 # The linker used to build libraries.
27821 LD=$lt_LD_GCJ
27822
27823 # How to create reloadable object files.
27824 reload_flag=$lt_reload_flag_GCJ
27825 reload_cmds=$lt_reload_cmds_GCJ
27826
27827 # Commands used to build an old-style archive.
27828 old_archive_cmds=$lt_old_archive_cmds_GCJ
27829
27830 # A language specific compiler.
27831 CC=$lt_compiler_GCJ
27832
27833 # Is the compiler the GNU compiler?
27834 with_gcc=$GCC_GCJ
27835
27836 # Compiler flag to turn off builtin functions.
27837 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
27838
27839 # How to pass a linker flag through the compiler.
27840 wl=$lt_lt_prog_compiler_wl_GCJ
27841
27842 # Additional compiler flags for building library objects.
27843 pic_flag=$lt_lt_prog_compiler_pic_GCJ
27844
27845 # Compiler flag to prevent dynamic linking.
27846 link_static_flag=$lt_lt_prog_compiler_static_GCJ
27847
27848 # Does compiler simultaneously support -c and -o options?
27849 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
27850
27851 # Whether or not to add -lc for building shared libraries.
27852 build_libtool_need_lc=$archive_cmds_need_lc_GCJ
27853
27854 # Whether or not to disallow shared libs when runtime libs are static.
27855 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
27856
27857 # Compiler flag to allow reflexive dlopens.
27858 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
27859
27860 # Compiler flag to generate shared objects directly from archives.
27861 whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
27862
27863 # Whether the compiler copes with passing no objects directly.
27864 compiler_needs_object=$lt_compiler_needs_object_GCJ
27865
27866 # Create an old-style archive from a shared archive.
27867 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
27868
27869 # Create a temporary old-style archive to link instead of a shared archive.
27870 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
27871
27872 # Commands used to build a shared archive.
27873 archive_cmds=$lt_archive_cmds_GCJ
27874 archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
27875
27876 # Commands used to build a loadable module if different from building
27877 # a shared archive.
27878 module_cmds=$lt_module_cmds_GCJ
27879 module_expsym_cmds=$lt_module_expsym_cmds_GCJ
27880
27881 # Whether we are building with GNU ld or not.
27882 with_gnu_ld=$lt_with_gnu_ld_GCJ
27883
27884 # Flag that allows shared libraries with undefined symbols to be built.
27885 allow_undefined_flag=$lt_allow_undefined_flag_GCJ
27886
27887 # Flag that enforces no undefined symbols.
27888 no_undefined_flag=$lt_no_undefined_flag_GCJ
27889
27890 # Flag to hardcode \$libdir into a binary during linking.
27891 # This must work even if \$libdir does not exist
27892 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
27893
27894 # If ld is used when linking, flag to hardcode \$libdir into a binary
27895 # during linking. This must work even if \$libdir does not exist.
27896 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
27897
27898 # Whether we need a single "-rpath" flag with a separated argument.
27899 hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
27900
27901 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27902 # DIR into the resulting binary.
27903 hardcode_direct=$hardcode_direct_GCJ
27904
27905 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27906 # DIR into the resulting binary and the resulting library dependency is
27907 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
27908 # library is relocated.
27909 hardcode_direct_absolute=$hardcode_direct_absolute_GCJ
27910
27911 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
27912 # into the resulting binary.
27913 hardcode_minus_L=$hardcode_minus_L_GCJ
27914
27915 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
27916 # into the resulting binary.
27917 hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
27918
27919 # Set to "yes" if building a shared library automatically hardcodes DIR
27920 # into the library and all subsequent libraries and executables linked
27921 # against it.
27922 hardcode_automatic=$hardcode_automatic_GCJ
27923
27924 # Set to yes if linker adds runtime paths of dependent libraries
27925 # to runtime path list.
27926 inherit_rpath=$inherit_rpath_GCJ
27927
27928 # Whether libtool must link a program against all its dependency libraries.
27929 link_all_deplibs=$link_all_deplibs_GCJ
27930
27931 # Fix the shell variable \$srcfile for the compiler.
27932 fix_srcfile_path=$lt_fix_srcfile_path_GCJ
27933
27934 # Set to "yes" if exported symbols are required.
27935 always_export_symbols=$always_export_symbols_GCJ
27936
27937 # The commands to list exported symbols.
27938 export_symbols_cmds=$lt_export_symbols_cmds_GCJ
27939
27940 # Symbols that should not be listed in the preloaded symbols.
27941 exclude_expsyms=$lt_exclude_expsyms_GCJ
27942
27943 # Symbols that must always be exported.
27944 include_expsyms=$lt_include_expsyms_GCJ
27945
27946 # Commands necessary for linking programs (against libraries) with templates.
27947 prelink_cmds=$lt_prelink_cmds_GCJ
27948
27949 # Specify filename containing input files.
27950 file_list_spec=$lt_file_list_spec_GCJ
27951
27952 # How to hardcode a shared library path into an executable.
27953 hardcode_action=$hardcode_action_GCJ
27954
27955 # The directories searched by this compiler when creating a shared library.
27956 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ
27957
27958 # Dependencies to place before and after the objects being linked to
27959 # create a shared library.
27960 predep_objects=$lt_predep_objects_GCJ
27961 postdep_objects=$lt_postdep_objects_GCJ
27962 predeps=$lt_predeps_GCJ
27963 postdeps=$lt_postdeps_GCJ
27964
27965 # The library search path used internally by the compiler when linking
27966 # a shared library.
27967 compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
27968
27969 # ### END LIBTOOL TAG CONFIG: GCJ
27970 _LT_EOF
27971
27972 ;;
27973 "scripts/jar":F) chmod +x scripts/jar ;;
27974
27975 esac
27976 done # for ac_tag
27977
27978
27979 as_fn_exit 0
27980 _ACEOF
27981 ac_clean_files=$ac_clean_files_save
27982
27983 test $ac_write_fail = 0 ||
27984 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
27985
27986
27987 # configure is writing to config.log, and then calls config.status.
27988 # config.status does its own redirection, appending to config.log.
27989 # Unfortunately, on DOS this fails, as config.log is still kept open
27990 # by configure, so config.status won't be able to write to it; its
27991 # output is simply discarded. So we exec the FD to /dev/null,
27992 # effectively closing config.log, so it can be properly (re)opened and
27993 # appended to by config.status. When coming back to configure, we
27994 # need to make the FD available again.
27995 if test "$no_create" != yes; then
27996 ac_cs_success=:
27997 ac_config_status_args=
27998 test "$silent" = yes &&
27999 ac_config_status_args="$ac_config_status_args --quiet"
28000 exec 5>/dev/null
28001 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28002 exec 5>>config.log
28003 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28004 # would make configure fail if this is the last instruction.
28005 $ac_cs_success || as_fn_exit $?
28006 fi
28007
28008 #
28009 # CONFIG_SUBDIRS section.
28010 #
28011 if test "$no_recursion" != yes; then
28012
28013 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
28014 # so they do not pile up.
28015 ac_sub_configure_args=
28016 ac_prev=
28017 eval "set x $ac_configure_args"
28018 shift
28019 for ac_arg
28020 do
28021 if test -n "$ac_prev"; then
28022 ac_prev=
28023 continue
28024 fi
28025 case $ac_arg in
28026 -cache-file | --cache-file | --cache-fil | --cache-fi \
28027 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
28028 ac_prev=cache_file ;;
28029 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
28030 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
28031 | --c=*)
28032 ;;
28033 --config-cache | -C)
28034 ;;
28035 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
28036 ac_prev=srcdir ;;
28037 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
28038 ;;
28039 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
28040 ac_prev=prefix ;;
28041 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
28042 ;;
28043 --disable-option-checking)
28044 ;;
28045 *)
28046 case $ac_arg in
28047 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
28048 esac
28049 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
28050 esac
28051 done
28052
28053 # Always prepend --prefix to ensure using the same prefix
28054 # in subdir configurations.
28055 ac_arg="--prefix=$prefix"
28056 case $ac_arg in
28057 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
28058 esac
28059 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
28060
28061 # Pass --silent
28062 if test "$silent" = yes; then
28063 ac_sub_configure_args="--silent $ac_sub_configure_args"
28064 fi
28065
28066 # Always prepend --disable-option-checking to silence warnings, since
28067 # different subdirs can have different --enable and --with options.
28068 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
28069
28070 ac_popdir=`pwd`
28071 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
28072
28073 # Do not complain, so a configure script can configure whichever
28074 # parts of a large source tree are present.
28075 test -d "$srcdir/$ac_dir" || continue
28076
28077 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
28078 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
28079 $as_echo "$ac_msg" >&6
28080 as_dir="$ac_dir"; as_fn_mkdir_p
28081 ac_builddir=.
28082
28083 case "$ac_dir" in
28084 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28085 *)
28086 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28087 # A ".." for each directory in $ac_dir_suffix.
28088 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28089 case $ac_top_builddir_sub in
28090 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28091 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28092 esac ;;
28093 esac
28094 ac_abs_top_builddir=$ac_pwd
28095 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28096 # for backward compatibility:
28097 ac_top_builddir=$ac_top_build_prefix
28098
28099 case $srcdir in
28100 .) # We are building in place.
28101 ac_srcdir=.
28102 ac_top_srcdir=$ac_top_builddir_sub
28103 ac_abs_top_srcdir=$ac_pwd ;;
28104 [\\/]* | ?:[\\/]* ) # Absolute name.
28105 ac_srcdir=$srcdir$ac_dir_suffix;
28106 ac_top_srcdir=$srcdir
28107 ac_abs_top_srcdir=$srcdir ;;
28108 *) # Relative name.
28109 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28110 ac_top_srcdir=$ac_top_build_prefix$srcdir
28111 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28112 esac
28113 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28114
28115
28116 cd "$ac_dir"
28117
28118 # Check for guested configure; otherwise get Cygnus style configure.
28119 if test -f "$ac_srcdir/configure.gnu"; then
28120 ac_sub_configure=$ac_srcdir/configure.gnu
28121 elif test -f "$ac_srcdir/configure"; then
28122 ac_sub_configure=$ac_srcdir/configure
28123 elif test -f "$ac_srcdir/configure.in"; then
28124 # This should be Cygnus configure.
28125 ac_sub_configure=$ac_aux_dir/configure
28126 else
28127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
28128 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
28129 ac_sub_configure=
28130 fi
28131
28132 # The recursion is here.
28133 if test -n "$ac_sub_configure"; then
28134 # Make the cache file name correct relative to the subdirectory.
28135 case $cache_file in
28136 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
28137 *) # Relative name.
28138 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
28139 esac
28140
28141 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
28142 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
28143 # The eval makes quoting arguments work.
28144 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
28145 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
28146 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
28147 fi
28148
28149 cd "$ac_popdir"
28150 done
28151 fi
28152 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
28153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
28154 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
28155 fi
28156