Regenerate configure
[deliverable/binutils-gdb.git] / bfd / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for bfd 2.26.51.
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 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || 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='bfd'
558 PACKAGE_TARNAME='bfd'
559 PACKAGE_VERSION='2.26.51'
560 PACKAGE_STRING='bfd 2.26.51'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="libbfd.c"
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 ac_subst_vars='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 bfd_ufile_ptr
606 bfd_file_ptr
607 lt_cv_dlopen_libs
608 supports_plugins
609 COREFLAG
610 COREFILE
611 havevecs
612 tdefaults
613 bfd_default_target_size
614 bfd_machines
615 bfd_backends
616 all_backends
617 bfd64_libs
618 wordsize
619 TDEFINES
620 SHARED_LIBADD
621 SHARED_LDFLAGS
622 LIBM
623 zlibinc
624 zlibdir
625 EXEEXT_FOR_BUILD
626 CC_FOR_BUILD
627 BFD_HOSTPTR_T
628 BFD_HOST_U_64_BIT
629 BFD_HOST_64_BIT
630 BFD_HOST_64_BIT_DEFINED
631 BFD_HOST_64BIT_LONG_LONG
632 BFD_HOST_64BIT_LONG
633 HDEFINES
634 MSGMERGE
635 MSGFMT
636 MKINSTALLDIRS
637 CATOBJEXT
638 GENCAT
639 INSTOBJEXT
640 DATADIRNAME
641 CATALOGS
642 POSUB
643 GMSGFMT
644 XGETTEXT
645 INCINTL
646 LIBINTL_DEP
647 LIBINTL
648 USE_NLS
649 bfdincludedir
650 bfdlibdir
651 target_noncanonical
652 host_noncanonical
653 INSTALL_LIBBFD_FALSE
654 INSTALL_LIBBFD_TRUE
655 GENINSRC_NEVER_FALSE
656 GENINSRC_NEVER_TRUE
657 MAINT
658 MAINTAINER_MODE_FALSE
659 MAINTAINER_MODE_TRUE
660 WARN_WRITE_STRINGS
661 NO_WERROR
662 WARN_CFLAGS
663 REPORT_BUGS_TEXI
664 REPORT_BUGS_TO
665 PKGVERSION
666 DEBUGDIR
667 PLUGINS_FALSE
668 PLUGINS_TRUE
669 OTOOL64
670 OTOOL
671 LIPO
672 NMEDIT
673 DSYMUTIL
674 OBJDUMP
675 LN_S
676 NM
677 ac_ct_DUMPBIN
678 DUMPBIN
679 LD
680 FGREP
681 SED
682 LIBTOOL
683 EGREP
684 GREP
685 CPP
686 RANLIB
687 AR
688 am__fastdepCC_FALSE
689 am__fastdepCC_TRUE
690 CCDEPMODE
691 am__nodep
692 AMDEPBACKSLASH
693 AMDEP_FALSE
694 AMDEP_TRUE
695 am__quote
696 am__include
697 DEPDIR
698 am__untar
699 am__tar
700 AMTAR
701 am__leading_dot
702 SET_MAKE
703 AWK
704 mkdir_p
705 MKDIR_P
706 INSTALL_STRIP_PROGRAM
707 STRIP
708 install_sh
709 MAKEINFO
710 AUTOHEADER
711 AUTOMAKE
712 AUTOCONF
713 ACLOCAL
714 VERSION
715 PACKAGE
716 CYGPATH_W
717 am__isrc
718 INSTALL_DATA
719 INSTALL_SCRIPT
720 INSTALL_PROGRAM
721 OBJEXT
722 EXEEXT
723 ac_ct_CC
724 CPPFLAGS
725 LDFLAGS
726 CFLAGS
727 CC
728 target_os
729 target_vendor
730 target_cpu
731 target
732 host_os
733 host_vendor
734 host_cpu
735 host
736 build_os
737 build_vendor
738 build_cpu
739 build
740 target_alias
741 host_alias
742 build_alias
743 LIBS
744 ECHO_T
745 ECHO_N
746 ECHO_C
747 DEFS
748 mandir
749 localedir
750 libdir
751 psdir
752 pdfdir
753 dvidir
754 htmldir
755 infodir
756 docdir
757 oldincludedir
758 includedir
759 localstatedir
760 sharedstatedir
761 sysconfdir
762 datadir
763 datarootdir
764 libexecdir
765 sbindir
766 bindir
767 program_transform_name
768 prefix
769 exec_prefix
770 PACKAGE_URL
771 PACKAGE_BUGREPORT
772 PACKAGE_STRING
773 PACKAGE_VERSION
774 PACKAGE_TARNAME
775 PACKAGE_NAME
776 PATH_SEPARATOR
777 SHELL'
778 ac_subst_files=''
779 ac_user_opts='
780 enable_option_checking
781 enable_dependency_tracking
782 enable_shared
783 enable_static
784 with_pic
785 enable_fast_install
786 with_gnu_ld
787 enable_libtool_lock
788 enable_plugins
789 enable_largefile
790 enable_64_bit_bfd
791 enable_targets
792 with_mmap
793 enable_secureplt
794 enable_leading_mingw64_underscores
795 with_separate_debug_dir
796 with_pkgversion
797 with_bugurl
798 enable_werror
799 enable_build_warnings
800 enable_maintainer_mode
801 enable_install_libbfd
802 enable_nls
803 with_system_zlib
804 '
805 ac_precious_vars='build_alias
806 host_alias
807 target_alias
808 CC
809 CFLAGS
810 LDFLAGS
811 LIBS
812 CPPFLAGS
813 CPP'
814
815
816 # Initialize some variables set by options.
817 ac_init_help=
818 ac_init_version=false
819 ac_unrecognized_opts=
820 ac_unrecognized_sep=
821 # The variables have the same names as the options, with
822 # dashes changed to underlines.
823 cache_file=/dev/null
824 exec_prefix=NONE
825 no_create=
826 no_recursion=
827 prefix=NONE
828 program_prefix=NONE
829 program_suffix=NONE
830 program_transform_name=s,x,x,
831 silent=
832 site=
833 srcdir=
834 verbose=
835 x_includes=NONE
836 x_libraries=NONE
837
838 # Installation directory options.
839 # These are left unexpanded so users can "make install exec_prefix=/foo"
840 # and all the variables that are supposed to be based on exec_prefix
841 # by default will actually change.
842 # Use braces instead of parens because sh, perl, etc. also accept them.
843 # (The list follows the same order as the GNU Coding Standards.)
844 bindir='${exec_prefix}/bin'
845 sbindir='${exec_prefix}/sbin'
846 libexecdir='${exec_prefix}/libexec'
847 datarootdir='${prefix}/share'
848 datadir='${datarootdir}'
849 sysconfdir='${prefix}/etc'
850 sharedstatedir='${prefix}/com'
851 localstatedir='${prefix}/var'
852 includedir='${prefix}/include'
853 oldincludedir='/usr/include'
854 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
855 infodir='${datarootdir}/info'
856 htmldir='${docdir}'
857 dvidir='${docdir}'
858 pdfdir='${docdir}'
859 psdir='${docdir}'
860 libdir='${exec_prefix}/lib'
861 localedir='${datarootdir}/locale'
862 mandir='${datarootdir}/man'
863
864 ac_prev=
865 ac_dashdash=
866 for ac_option
867 do
868 # If the previous option needs an argument, assign it.
869 if test -n "$ac_prev"; then
870 eval $ac_prev=\$ac_option
871 ac_prev=
872 continue
873 fi
874
875 case $ac_option in
876 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
877 *) ac_optarg=yes ;;
878 esac
879
880 # Accept the important Cygnus configure options, so we can diagnose typos.
881
882 case $ac_dashdash$ac_option in
883 --)
884 ac_dashdash=yes ;;
885
886 -bindir | --bindir | --bindi | --bind | --bin | --bi)
887 ac_prev=bindir ;;
888 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
889 bindir=$ac_optarg ;;
890
891 -build | --build | --buil | --bui | --bu)
892 ac_prev=build_alias ;;
893 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
894 build_alias=$ac_optarg ;;
895
896 -cache-file | --cache-file | --cache-fil | --cache-fi \
897 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
898 ac_prev=cache_file ;;
899 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
900 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
901 cache_file=$ac_optarg ;;
902
903 --config-cache | -C)
904 cache_file=config.cache ;;
905
906 -datadir | --datadir | --datadi | --datad)
907 ac_prev=datadir ;;
908 -datadir=* | --datadir=* | --datadi=* | --datad=*)
909 datadir=$ac_optarg ;;
910
911 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
912 | --dataroo | --dataro | --datar)
913 ac_prev=datarootdir ;;
914 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
915 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
916 datarootdir=$ac_optarg ;;
917
918 -disable-* | --disable-*)
919 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
920 # Reject names that are not valid shell variable names.
921 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
922 as_fn_error "invalid feature name: $ac_useropt"
923 ac_useropt_orig=$ac_useropt
924 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
925 case $ac_user_opts in
926 *"
927 "enable_$ac_useropt"
928 "*) ;;
929 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
930 ac_unrecognized_sep=', ';;
931 esac
932 eval enable_$ac_useropt=no ;;
933
934 -docdir | --docdir | --docdi | --doc | --do)
935 ac_prev=docdir ;;
936 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
937 docdir=$ac_optarg ;;
938
939 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
940 ac_prev=dvidir ;;
941 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
942 dvidir=$ac_optarg ;;
943
944 -enable-* | --enable-*)
945 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
946 # Reject names that are not valid shell variable names.
947 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
948 as_fn_error "invalid feature name: $ac_useropt"
949 ac_useropt_orig=$ac_useropt
950 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
951 case $ac_user_opts in
952 *"
953 "enable_$ac_useropt"
954 "*) ;;
955 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
956 ac_unrecognized_sep=', ';;
957 esac
958 eval enable_$ac_useropt=\$ac_optarg ;;
959
960 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
961 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
962 | --exec | --exe | --ex)
963 ac_prev=exec_prefix ;;
964 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
965 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
966 | --exec=* | --exe=* | --ex=*)
967 exec_prefix=$ac_optarg ;;
968
969 -gas | --gas | --ga | --g)
970 # Obsolete; use --with-gas.
971 with_gas=yes ;;
972
973 -help | --help | --hel | --he | -h)
974 ac_init_help=long ;;
975 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
976 ac_init_help=recursive ;;
977 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
978 ac_init_help=short ;;
979
980 -host | --host | --hos | --ho)
981 ac_prev=host_alias ;;
982 -host=* | --host=* | --hos=* | --ho=*)
983 host_alias=$ac_optarg ;;
984
985 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
986 ac_prev=htmldir ;;
987 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
988 | --ht=*)
989 htmldir=$ac_optarg ;;
990
991 -includedir | --includedir | --includedi | --included | --include \
992 | --includ | --inclu | --incl | --inc)
993 ac_prev=includedir ;;
994 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
995 | --includ=* | --inclu=* | --incl=* | --inc=*)
996 includedir=$ac_optarg ;;
997
998 -infodir | --infodir | --infodi | --infod | --info | --inf)
999 ac_prev=infodir ;;
1000 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1001 infodir=$ac_optarg ;;
1002
1003 -libdir | --libdir | --libdi | --libd)
1004 ac_prev=libdir ;;
1005 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1006 libdir=$ac_optarg ;;
1007
1008 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1009 | --libexe | --libex | --libe)
1010 ac_prev=libexecdir ;;
1011 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1012 | --libexe=* | --libex=* | --libe=*)
1013 libexecdir=$ac_optarg ;;
1014
1015 -localedir | --localedir | --localedi | --localed | --locale)
1016 ac_prev=localedir ;;
1017 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1018 localedir=$ac_optarg ;;
1019
1020 -localstatedir | --localstatedir | --localstatedi | --localstated \
1021 | --localstate | --localstat | --localsta | --localst | --locals)
1022 ac_prev=localstatedir ;;
1023 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1024 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1025 localstatedir=$ac_optarg ;;
1026
1027 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1028 ac_prev=mandir ;;
1029 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1030 mandir=$ac_optarg ;;
1031
1032 -nfp | --nfp | --nf)
1033 # Obsolete; use --without-fp.
1034 with_fp=no ;;
1035
1036 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1037 | --no-cr | --no-c | -n)
1038 no_create=yes ;;
1039
1040 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1041 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1042 no_recursion=yes ;;
1043
1044 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1045 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1046 | --oldin | --oldi | --old | --ol | --o)
1047 ac_prev=oldincludedir ;;
1048 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1049 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1050 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1051 oldincludedir=$ac_optarg ;;
1052
1053 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1054 ac_prev=prefix ;;
1055 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1056 prefix=$ac_optarg ;;
1057
1058 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1059 | --program-pre | --program-pr | --program-p)
1060 ac_prev=program_prefix ;;
1061 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1062 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1063 program_prefix=$ac_optarg ;;
1064
1065 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1066 | --program-suf | --program-su | --program-s)
1067 ac_prev=program_suffix ;;
1068 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1069 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1070 program_suffix=$ac_optarg ;;
1071
1072 -program-transform-name | --program-transform-name \
1073 | --program-transform-nam | --program-transform-na \
1074 | --program-transform-n | --program-transform- \
1075 | --program-transform | --program-transfor \
1076 | --program-transfo | --program-transf \
1077 | --program-trans | --program-tran \
1078 | --progr-tra | --program-tr | --program-t)
1079 ac_prev=program_transform_name ;;
1080 -program-transform-name=* | --program-transform-name=* \
1081 | --program-transform-nam=* | --program-transform-na=* \
1082 | --program-transform-n=* | --program-transform-=* \
1083 | --program-transform=* | --program-transfor=* \
1084 | --program-transfo=* | --program-transf=* \
1085 | --program-trans=* | --program-tran=* \
1086 | --progr-tra=* | --program-tr=* | --program-t=*)
1087 program_transform_name=$ac_optarg ;;
1088
1089 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1090 ac_prev=pdfdir ;;
1091 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1092 pdfdir=$ac_optarg ;;
1093
1094 -psdir | --psdir | --psdi | --psd | --ps)
1095 ac_prev=psdir ;;
1096 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1097 psdir=$ac_optarg ;;
1098
1099 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1100 | -silent | --silent | --silen | --sile | --sil)
1101 silent=yes ;;
1102
1103 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1104 ac_prev=sbindir ;;
1105 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1106 | --sbi=* | --sb=*)
1107 sbindir=$ac_optarg ;;
1108
1109 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1110 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1111 | --sharedst | --shareds | --shared | --share | --shar \
1112 | --sha | --sh)
1113 ac_prev=sharedstatedir ;;
1114 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1115 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1116 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1117 | --sha=* | --sh=*)
1118 sharedstatedir=$ac_optarg ;;
1119
1120 -site | --site | --sit)
1121 ac_prev=site ;;
1122 -site=* | --site=* | --sit=*)
1123 site=$ac_optarg ;;
1124
1125 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1126 ac_prev=srcdir ;;
1127 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1128 srcdir=$ac_optarg ;;
1129
1130 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1131 | --syscon | --sysco | --sysc | --sys | --sy)
1132 ac_prev=sysconfdir ;;
1133 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1134 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1135 sysconfdir=$ac_optarg ;;
1136
1137 -target | --target | --targe | --targ | --tar | --ta | --t)
1138 ac_prev=target_alias ;;
1139 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1140 target_alias=$ac_optarg ;;
1141
1142 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1143 verbose=yes ;;
1144
1145 -version | --version | --versio | --versi | --vers | -V)
1146 ac_init_version=: ;;
1147
1148 -with-* | --with-*)
1149 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1150 # Reject names that are not valid shell variable names.
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 as_fn_error "invalid package name: $ac_useropt"
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157 "with_$ac_useropt"
1158 "*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=\$ac_optarg ;;
1163
1164 -without-* | --without-*)
1165 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1168 as_fn_error "invalid package name: $ac_useropt"
1169 ac_useropt_orig=$ac_useropt
1170 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1171 case $ac_user_opts in
1172 *"
1173 "with_$ac_useropt"
1174 "*) ;;
1175 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1176 ac_unrecognized_sep=', ';;
1177 esac
1178 eval with_$ac_useropt=no ;;
1179
1180 --x)
1181 # Obsolete; use --with-x.
1182 with_x=yes ;;
1183
1184 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1185 | --x-incl | --x-inc | --x-in | --x-i)
1186 ac_prev=x_includes ;;
1187 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1188 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1189 x_includes=$ac_optarg ;;
1190
1191 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1192 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1193 ac_prev=x_libraries ;;
1194 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1195 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1196 x_libraries=$ac_optarg ;;
1197
1198 -*) as_fn_error "unrecognized option: \`$ac_option'
1199 Try \`$0 --help' for more information."
1200 ;;
1201
1202 *=*)
1203 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1204 # Reject names that are not valid shell variable names.
1205 case $ac_envvar in #(
1206 '' | [0-9]* | *[!_$as_cr_alnum]* )
1207 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1208 esac
1209 eval $ac_envvar=\$ac_optarg
1210 export $ac_envvar ;;
1211
1212 *)
1213 # FIXME: should be removed in autoconf 3.0.
1214 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1215 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1216 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1217 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1218 ;;
1219
1220 esac
1221 done
1222
1223 if test -n "$ac_prev"; then
1224 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1225 as_fn_error "missing argument to $ac_option"
1226 fi
1227
1228 if test -n "$ac_unrecognized_opts"; then
1229 case $enable_option_checking in
1230 no) ;;
1231 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1232 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1233 esac
1234 fi
1235
1236 # Check all directory arguments for consistency.
1237 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1238 datadir sysconfdir sharedstatedir localstatedir includedir \
1239 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1240 libdir localedir mandir
1241 do
1242 eval ac_val=\$$ac_var
1243 # Remove trailing slashes.
1244 case $ac_val in
1245 */ )
1246 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1247 eval $ac_var=\$ac_val;;
1248 esac
1249 # Be sure to have absolute directory names.
1250 case $ac_val in
1251 [\\/$]* | ?:[\\/]* ) continue;;
1252 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1253 esac
1254 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1255 done
1256
1257 # There might be people who depend on the old broken behavior: `$host'
1258 # used to hold the argument of --host etc.
1259 # FIXME: To remove some day.
1260 build=$build_alias
1261 host=$host_alias
1262 target=$target_alias
1263
1264 # FIXME: To remove some day.
1265 if test "x$host_alias" != x; then
1266 if test "x$build_alias" = x; then
1267 cross_compiling=maybe
1268 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1269 If a cross compiler is detected then cross compile mode will be used." >&2
1270 elif test "x$build_alias" != "x$host_alias"; then
1271 cross_compiling=yes
1272 fi
1273 fi
1274
1275 ac_tool_prefix=
1276 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1277
1278 test "$silent" = yes && exec 6>/dev/null
1279
1280
1281 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1282 ac_ls_di=`ls -di .` &&
1283 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1284 as_fn_error "working directory cannot be determined"
1285 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1286 as_fn_error "pwd does not report name of working directory"
1287
1288
1289 # Find the source files, if location was not specified.
1290 if test -z "$srcdir"; then
1291 ac_srcdir_defaulted=yes
1292 # Try the directory containing this script, then the parent directory.
1293 ac_confdir=`$as_dirname -- "$as_myself" ||
1294 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1295 X"$as_myself" : 'X\(//\)[^/]' \| \
1296 X"$as_myself" : 'X\(//\)$' \| \
1297 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1298 $as_echo X"$as_myself" |
1299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\/\)[^/].*/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)$/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\).*/{
1312 s//\1/
1313 q
1314 }
1315 s/.*/./; q'`
1316 srcdir=$ac_confdir
1317 if test ! -r "$srcdir/$ac_unique_file"; then
1318 srcdir=..
1319 fi
1320 else
1321 ac_srcdir_defaulted=no
1322 fi
1323 if test ! -r "$srcdir/$ac_unique_file"; then
1324 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1325 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1326 fi
1327 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1328 ac_abs_confdir=`(
1329 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1330 pwd)`
1331 # When building in place, set srcdir=.
1332 if test "$ac_abs_confdir" = "$ac_pwd"; then
1333 srcdir=.
1334 fi
1335 # Remove unnecessary trailing slashes from srcdir.
1336 # Double slashes in file names in object file debugging info
1337 # mess up M-x gdb in Emacs.
1338 case $srcdir in
1339 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1340 esac
1341 for ac_var in $ac_precious_vars; do
1342 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1343 eval ac_env_${ac_var}_value=\$${ac_var}
1344 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1345 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1346 done
1347
1348 #
1349 # Report the --help message.
1350 #
1351 if test "$ac_init_help" = "long"; then
1352 # Omit some internal or obsolete options to make the list less imposing.
1353 # This message is too long to be a string in the A/UX 3.1 sh.
1354 cat <<_ACEOF
1355 \`configure' configures bfd 2.26.51 to adapt to many kinds of systems.
1356
1357 Usage: $0 [OPTION]... [VAR=VALUE]...
1358
1359 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1360 VAR=VALUE. See below for descriptions of some of the useful variables.
1361
1362 Defaults for the options are specified in brackets.
1363
1364 Configuration:
1365 -h, --help display this help and exit
1366 --help=short display options specific to this package
1367 --help=recursive display the short help of all the included packages
1368 -V, --version display version information and exit
1369 -q, --quiet, --silent do not print \`checking...' messages
1370 --cache-file=FILE cache test results in FILE [disabled]
1371 -C, --config-cache alias for \`--cache-file=config.cache'
1372 -n, --no-create do not create output files
1373 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1374
1375 Installation directories:
1376 --prefix=PREFIX install architecture-independent files in PREFIX
1377 [$ac_default_prefix]
1378 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1379 [PREFIX]
1380
1381 By default, \`make install' will install all the files in
1382 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1383 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1384 for instance \`--prefix=\$HOME'.
1385
1386 For better control, use the options below.
1387
1388 Fine tuning of the installation directories:
1389 --bindir=DIR user executables [EPREFIX/bin]
1390 --sbindir=DIR system admin executables [EPREFIX/sbin]
1391 --libexecdir=DIR program executables [EPREFIX/libexec]
1392 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1393 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1394 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1395 --libdir=DIR object code libraries [EPREFIX/lib]
1396 --includedir=DIR C header files [PREFIX/include]
1397 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1398 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1399 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1400 --infodir=DIR info documentation [DATAROOTDIR/info]
1401 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1402 --mandir=DIR man documentation [DATAROOTDIR/man]
1403 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1404 --htmldir=DIR html documentation [DOCDIR]
1405 --dvidir=DIR dvi documentation [DOCDIR]
1406 --pdfdir=DIR pdf documentation [DOCDIR]
1407 --psdir=DIR ps documentation [DOCDIR]
1408 _ACEOF
1409
1410 cat <<\_ACEOF
1411
1412 Program names:
1413 --program-prefix=PREFIX prepend PREFIX to installed program names
1414 --program-suffix=SUFFIX append SUFFIX to installed program names
1415 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1416
1417 System types:
1418 --build=BUILD configure for building on BUILD [guessed]
1419 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1420 --target=TARGET configure for building compilers for TARGET [HOST]
1421 _ACEOF
1422 fi
1423
1424 if test -n "$ac_init_help"; then
1425 case $ac_init_help in
1426 short | recursive ) echo "Configuration of bfd 2.26.51:";;
1427 esac
1428 cat <<\_ACEOF
1429
1430 Optional Features:
1431 --disable-option-checking ignore unrecognized --enable/--with options
1432 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1433 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1434 --disable-dependency-tracking speeds up one-time build
1435 --enable-dependency-tracking do not reject slow dependency extractors
1436 --enable-shared[=PKGS] build shared libraries [default=no]
1437 --enable-static[=PKGS] build static libraries [default=yes]
1438 --enable-fast-install[=PKGS]
1439 optimize for fast installation [default=yes]
1440 --disable-libtool-lock avoid locking (might break parallel builds)
1441 --enable-plugins Enable support for plugins
1442 --disable-largefile omit support for large files
1443 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1444 --enable-targets alternative target configurations
1445 --enable-secureplt Default to creating read-only plt entries
1446 --enable-leading-mingw64-underscores
1447 Enable leading underscores on 64 bit mingw targets
1448 --enable-werror treat compile warnings as errors
1449 --enable-build-warnings enable build-time compiler warnings
1450 --enable-maintainer-mode enable make rules and dependencies not useful
1451 (and sometimes confusing) to the casual installer
1452 --enable-install-libbfd controls installation of libbfd and related headers
1453 --disable-nls do not use Native Language Support
1454
1455 Optional Packages:
1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1458 --with-pic try to use only PIC/non-PIC objects [default=use
1459 both]
1460 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1461 --with-mmap try using mmap for BFD input files if available
1462 --with-separate-debug-dir=DIR
1463 Look for global separate debug info in DIR
1464 [default=LIBDIR/debug]
1465 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1466 Binutils"
1467 --with-bugurl=URL Direct users to URL to report a bug
1468 --with-system-zlib use installed libz
1469
1470 Some influential environment variables:
1471 CC C compiler command
1472 CFLAGS C compiler flags
1473 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1474 nonstandard directory <lib dir>
1475 LIBS libraries to pass to the linker, e.g. -l<library>
1476 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1477 you have headers in a nonstandard directory <include dir>
1478 CPP C preprocessor
1479
1480 Use these variables to override the choices made by `configure' or to help
1481 it to find libraries and programs with nonstandard names/locations.
1482
1483 Report bugs to the package provider.
1484 _ACEOF
1485 ac_status=$?
1486 fi
1487
1488 if test "$ac_init_help" = "recursive"; then
1489 # If there are subdirs, report their specific --help.
1490 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1491 test -d "$ac_dir" ||
1492 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 continue
1494 ac_builddir=.
1495
1496 case "$ac_dir" in
1497 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498 *)
1499 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1500 # A ".." for each directory in $ac_dir_suffix.
1501 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1502 case $ac_top_builddir_sub in
1503 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1505 esac ;;
1506 esac
1507 ac_abs_top_builddir=$ac_pwd
1508 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1509 # for backward compatibility:
1510 ac_top_builddir=$ac_top_build_prefix
1511
1512 case $srcdir in
1513 .) # We are building in place.
1514 ac_srcdir=.
1515 ac_top_srcdir=$ac_top_builddir_sub
1516 ac_abs_top_srcdir=$ac_pwd ;;
1517 [\\/]* | ?:[\\/]* ) # Absolute name.
1518 ac_srcdir=$srcdir$ac_dir_suffix;
1519 ac_top_srcdir=$srcdir
1520 ac_abs_top_srcdir=$srcdir ;;
1521 *) # Relative name.
1522 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1523 ac_top_srcdir=$ac_top_build_prefix$srcdir
1524 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1525 esac
1526 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1527
1528 cd "$ac_dir" || { ac_status=$?; continue; }
1529 # Check for guested configure.
1530 if test -f "$ac_srcdir/configure.gnu"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1533 elif test -f "$ac_srcdir/configure"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure" --help=recursive
1536 else
1537 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1538 fi || ac_status=$?
1539 cd "$ac_pwd" || { ac_status=$?; break; }
1540 done
1541 fi
1542
1543 test -n "$ac_init_help" && exit $ac_status
1544 if $ac_init_version; then
1545 cat <<\_ACEOF
1546 bfd configure 2.26.51
1547 generated by GNU Autoconf 2.64
1548
1549 Copyright (C) 2009 Free Software Foundation, Inc.
1550 This configure script is free software; the Free Software Foundation
1551 gives unlimited permission to copy, distribute and modify it.
1552 _ACEOF
1553 exit
1554 fi
1555
1556 ## ------------------------ ##
1557 ## Autoconf initialization. ##
1558 ## ------------------------ ##
1559
1560 # ac_fn_c_try_compile LINENO
1561 # --------------------------
1562 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1563 ac_fn_c_try_compile ()
1564 {
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 rm -f conftest.$ac_objext
1567 if { { ac_try="$ac_compile"
1568 case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571 esac
1572 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573 $as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_compile") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1580 fi
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1582 test $ac_status = 0; } && {
1583 test -z "$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 } && test -s conftest.$ac_objext; then :
1586 ac_retval=0
1587 else
1588 $as_echo "$as_me: failed program was:" >&5
1589 sed 's/^/| /' conftest.$ac_ext >&5
1590
1591 ac_retval=1
1592 fi
1593 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1594 return $ac_retval
1595
1596 } # ac_fn_c_try_compile
1597
1598 # ac_fn_c_try_link LINENO
1599 # -----------------------
1600 # Try to link conftest.$ac_ext, and return whether this succeeded.
1601 ac_fn_c_try_link ()
1602 {
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604 rm -f conftest.$ac_objext conftest$ac_exeext
1605 if { { ac_try="$ac_link"
1606 case "(($ac_try" in
1607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1608 *) ac_try_echo=$ac_try;;
1609 esac
1610 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1611 $as_echo "$ac_try_echo"; } >&5
1612 (eval "$ac_link") 2>conftest.err
1613 ac_status=$?
1614 if test -s conftest.err; then
1615 grep -v '^ *+' conftest.err >conftest.er1
1616 cat conftest.er1 >&5
1617 mv -f conftest.er1 conftest.err
1618 fi
1619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1620 test $ac_status = 0; } && {
1621 test -z "$ac_c_werror_flag" ||
1622 test ! -s conftest.err
1623 } && test -s conftest$ac_exeext && {
1624 test "$cross_compiling" = yes ||
1625 $as_test_x conftest$ac_exeext
1626 }; then :
1627 ac_retval=0
1628 else
1629 $as_echo "$as_me: failed program was:" >&5
1630 sed 's/^/| /' conftest.$ac_ext >&5
1631
1632 ac_retval=1
1633 fi
1634 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1635 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1636 # interfere with the next link command; also delete a directory that is
1637 # left behind by Apple's compiler. We do this before executing the actions.
1638 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1639 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1640 return $ac_retval
1641
1642 } # ac_fn_c_try_link
1643
1644 # ac_fn_c_try_cpp LINENO
1645 # ----------------------
1646 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1647 ac_fn_c_try_cpp ()
1648 {
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 if { { ac_try="$ac_cpp conftest.$ac_ext"
1651 case "(($ac_try" in
1652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1653 *) ac_try_echo=$ac_try;;
1654 esac
1655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1656 $as_echo "$ac_try_echo"; } >&5
1657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1658 ac_status=$?
1659 if test -s conftest.err; then
1660 grep -v '^ *+' conftest.err >conftest.er1
1661 cat conftest.er1 >&5
1662 mv -f conftest.er1 conftest.err
1663 fi
1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1665 test $ac_status = 0; } >/dev/null && {
1666 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1667 test ! -s conftest.err
1668 }; then :
1669 ac_retval=0
1670 else
1671 $as_echo "$as_me: failed program was:" >&5
1672 sed 's/^/| /' conftest.$ac_ext >&5
1673
1674 ac_retval=1
1675 fi
1676 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677 return $ac_retval
1678
1679 } # ac_fn_c_try_cpp
1680
1681 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1682 # -------------------------------------------------------
1683 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1684 # the include files in INCLUDES and setting the cache variable VAR
1685 # accordingly.
1686 ac_fn_c_check_header_mongrel ()
1687 {
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1691 $as_echo_n "checking for $2... " >&6; }
1692 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1693 $as_echo_n "(cached) " >&6
1694 fi
1695 eval ac_res=\$$3
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1697 $as_echo "$ac_res" >&6; }
1698 else
1699 # Is the header compilable?
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1701 $as_echo_n "checking $2 usability... " >&6; }
1702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1703 /* end confdefs.h. */
1704 $4
1705 #include <$2>
1706 _ACEOF
1707 if ac_fn_c_try_compile "$LINENO"; then :
1708 ac_header_compiler=yes
1709 else
1710 ac_header_compiler=no
1711 fi
1712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1714 $as_echo "$ac_header_compiler" >&6; }
1715
1716 # Is the header present?
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1718 $as_echo_n "checking $2 presence... " >&6; }
1719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1720 /* end confdefs.h. */
1721 #include <$2>
1722 _ACEOF
1723 if ac_fn_c_try_cpp "$LINENO"; then :
1724 ac_header_preproc=yes
1725 else
1726 ac_header_preproc=no
1727 fi
1728 rm -f conftest.err conftest.$ac_ext
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1730 $as_echo "$ac_header_preproc" >&6; }
1731
1732 # So? What about this header?
1733 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1734 yes:no: )
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1736 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1738 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1739 ;;
1740 no:yes:* )
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1742 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1744 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1746 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1748 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1750 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1751 ;;
1752 esac
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754 $as_echo_n "checking for $2... " >&6; }
1755 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1756 $as_echo_n "(cached) " >&6
1757 else
1758 eval "$3=\$ac_header_compiler"
1759 fi
1760 eval ac_res=\$$3
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762 $as_echo "$ac_res" >&6; }
1763 fi
1764 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1765
1766 } # ac_fn_c_check_header_mongrel
1767
1768 # ac_fn_c_try_run LINENO
1769 # ----------------------
1770 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1771 # that executables *can* be run.
1772 ac_fn_c_try_run ()
1773 {
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 if { { ac_try="$ac_link"
1776 case "(($ac_try" in
1777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1778 *) ac_try_echo=$ac_try;;
1779 esac
1780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1781 $as_echo "$ac_try_echo"; } >&5
1782 (eval "$ac_link") 2>&5
1783 ac_status=$?
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1786 { { case "(($ac_try" in
1787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1788 *) ac_try_echo=$ac_try;;
1789 esac
1790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791 $as_echo "$ac_try_echo"; } >&5
1792 (eval "$ac_try") 2>&5
1793 ac_status=$?
1794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1795 test $ac_status = 0; }; }; then :
1796 ac_retval=0
1797 else
1798 $as_echo "$as_me: program exited with status $ac_status" >&5
1799 $as_echo "$as_me: failed program was:" >&5
1800 sed 's/^/| /' conftest.$ac_ext >&5
1801
1802 ac_retval=$ac_status
1803 fi
1804 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1806 return $ac_retval
1807
1808 } # ac_fn_c_try_run
1809
1810 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1811 # -------------------------------------------------------
1812 # Tests whether HEADER exists and can be compiled using the include files in
1813 # INCLUDES, setting the cache variable VAR accordingly.
1814 ac_fn_c_check_header_compile ()
1815 {
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818 $as_echo_n "checking for $2... " >&6; }
1819 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1820 $as_echo_n "(cached) " >&6
1821 else
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823 /* end confdefs.h. */
1824 $4
1825 #include <$2>
1826 _ACEOF
1827 if ac_fn_c_try_compile "$LINENO"; then :
1828 eval "$3=yes"
1829 else
1830 eval "$3=no"
1831 fi
1832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1833 fi
1834 eval ac_res=\$$3
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1836 $as_echo "$ac_res" >&6; }
1837 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1838
1839 } # ac_fn_c_check_header_compile
1840
1841 # ac_fn_c_check_func LINENO FUNC VAR
1842 # ----------------------------------
1843 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1844 ac_fn_c_check_func ()
1845 {
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1848 $as_echo_n "checking for $2... " >&6; }
1849 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1850 $as_echo_n "(cached) " >&6
1851 else
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853 /* end confdefs.h. */
1854 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1855 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1856 #define $2 innocuous_$2
1857
1858 /* System header to define __stub macros and hopefully few prototypes,
1859 which can conflict with char $2 (); below.
1860 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1861 <limits.h> exists even on freestanding compilers. */
1862
1863 #ifdef __STDC__
1864 # include <limits.h>
1865 #else
1866 # include <assert.h>
1867 #endif
1868
1869 #undef $2
1870
1871 /* Override any GCC internal prototype to avoid an error.
1872 Use char because int might match the return type of a GCC
1873 builtin and then its argument prototype would still apply. */
1874 #ifdef __cplusplus
1875 extern "C"
1876 #endif
1877 char $2 ();
1878 /* The GNU C library defines this for functions which it implements
1879 to always fail with ENOSYS. Some functions are actually named
1880 something starting with __ and the normal name is an alias. */
1881 #if defined __stub_$2 || defined __stub___$2
1882 choke me
1883 #endif
1884
1885 int
1886 main ()
1887 {
1888 return $2 ();
1889 ;
1890 return 0;
1891 }
1892 _ACEOF
1893 if ac_fn_c_try_link "$LINENO"; then :
1894 eval "$3=yes"
1895 else
1896 eval "$3=no"
1897 fi
1898 rm -f core conftest.err conftest.$ac_objext \
1899 conftest$ac_exeext conftest.$ac_ext
1900 fi
1901 eval ac_res=\$$3
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1903 $as_echo "$ac_res" >&6; }
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1905
1906 } # ac_fn_c_check_func
1907
1908 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1909 # --------------------------------------------
1910 # Tries to find the compile-time value of EXPR in a program that includes
1911 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1912 # computed
1913 ac_fn_c_compute_int ()
1914 {
1915 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1916 if test "$cross_compiling" = yes; then
1917 # Depending upon the size, compute the lo and hi bounds.
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h. */
1920 $4
1921 int
1922 main ()
1923 {
1924 static int test_array [1 - 2 * !(($2) >= 0)];
1925 test_array [0] = 0
1926
1927 ;
1928 return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932 ac_lo=0 ac_mid=0
1933 while :; do
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935 /* end confdefs.h. */
1936 $4
1937 int
1938 main ()
1939 {
1940 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1941 test_array [0] = 0
1942
1943 ;
1944 return 0;
1945 }
1946 _ACEOF
1947 if ac_fn_c_try_compile "$LINENO"; then :
1948 ac_hi=$ac_mid; break
1949 else
1950 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1951 if test $ac_lo -le $ac_mid; then
1952 ac_lo= ac_hi=
1953 break
1954 fi
1955 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1956 fi
1957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958 done
1959 else
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961 /* end confdefs.h. */
1962 $4
1963 int
1964 main ()
1965 {
1966 static int test_array [1 - 2 * !(($2) < 0)];
1967 test_array [0] = 0
1968
1969 ;
1970 return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974 ac_hi=-1 ac_mid=-1
1975 while :; do
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977 /* end confdefs.h. */
1978 $4
1979 int
1980 main ()
1981 {
1982 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1983 test_array [0] = 0
1984
1985 ;
1986 return 0;
1987 }
1988 _ACEOF
1989 if ac_fn_c_try_compile "$LINENO"; then :
1990 ac_lo=$ac_mid; break
1991 else
1992 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1993 if test $ac_mid -le $ac_hi; then
1994 ac_lo= ac_hi=
1995 break
1996 fi
1997 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1998 fi
1999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2000 done
2001 else
2002 ac_lo= ac_hi=
2003 fi
2004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005 fi
2006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007 # Binary search between lo and hi bounds.
2008 while test "x$ac_lo" != "x$ac_hi"; do
2009 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h. */
2012 $4
2013 int
2014 main ()
2015 {
2016 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2017 test_array [0] = 0
2018
2019 ;
2020 return 0;
2021 }
2022 _ACEOF
2023 if ac_fn_c_try_compile "$LINENO"; then :
2024 ac_hi=$ac_mid
2025 else
2026 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2027 fi
2028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029 done
2030 case $ac_lo in #((
2031 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2032 '') ac_retval=1 ;;
2033 esac
2034 else
2035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2036 /* end confdefs.h. */
2037 $4
2038 static long int longval () { return $2; }
2039 static unsigned long int ulongval () { return $2; }
2040 #include <stdio.h>
2041 #include <stdlib.h>
2042 int
2043 main ()
2044 {
2045
2046 FILE *f = fopen ("conftest.val", "w");
2047 if (! f)
2048 return 1;
2049 if (($2) < 0)
2050 {
2051 long int i = longval ();
2052 if (i != ($2))
2053 return 1;
2054 fprintf (f, "%ld", i);
2055 }
2056 else
2057 {
2058 unsigned long int i = ulongval ();
2059 if (i != ($2))
2060 return 1;
2061 fprintf (f, "%lu", i);
2062 }
2063 /* Do not output a trailing newline, as this causes \r\n confusion
2064 on some platforms. */
2065 return ferror (f) || fclose (f) != 0;
2066
2067 ;
2068 return 0;
2069 }
2070 _ACEOF
2071 if ac_fn_c_try_run "$LINENO"; then :
2072 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2073 else
2074 ac_retval=1
2075 fi
2076 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2077 conftest.$ac_objext conftest.beam conftest.$ac_ext
2078 rm -f conftest.val
2079
2080 fi
2081 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2082 return $ac_retval
2083
2084 } # ac_fn_c_compute_int
2085
2086 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2087 # -------------------------------------------
2088 # Tests whether TYPE exists after having included INCLUDES, setting cache
2089 # variable VAR accordingly.
2090 ac_fn_c_check_type ()
2091 {
2092 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2094 $as_echo_n "checking for $2... " >&6; }
2095 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2096 $as_echo_n "(cached) " >&6
2097 else
2098 eval "$3=no"
2099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2100 /* end confdefs.h. */
2101 $4
2102 int
2103 main ()
2104 {
2105 if (sizeof ($2))
2106 return 0;
2107 ;
2108 return 0;
2109 }
2110 _ACEOF
2111 if ac_fn_c_try_compile "$LINENO"; then :
2112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2113 /* end confdefs.h. */
2114 $4
2115 int
2116 main ()
2117 {
2118 if (sizeof (($2)))
2119 return 0;
2120 ;
2121 return 0;
2122 }
2123 _ACEOF
2124 if ac_fn_c_try_compile "$LINENO"; then :
2125
2126 else
2127 eval "$3=yes"
2128 fi
2129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2130 fi
2131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2132 fi
2133 eval ac_res=\$$3
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2135 $as_echo "$ac_res" >&6; }
2136 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2137
2138 } # ac_fn_c_check_type
2139
2140 # ac_fn_c_check_decl LINENO SYMBOL VAR
2141 # ------------------------------------
2142 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2143 ac_fn_c_check_decl ()
2144 {
2145 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2146 as_decl_name=`echo $2|sed 's/ *(.*//'`
2147 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2149 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2150 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2151 $as_echo_n "(cached) " >&6
2152 else
2153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2154 /* end confdefs.h. */
2155 $4
2156 int
2157 main ()
2158 {
2159 #ifndef $as_decl_name
2160 #ifdef __cplusplus
2161 (void) $as_decl_use;
2162 #else
2163 (void) $as_decl_name;
2164 #endif
2165 #endif
2166
2167 ;
2168 return 0;
2169 }
2170 _ACEOF
2171 if ac_fn_c_try_compile "$LINENO"; then :
2172 eval "$3=yes"
2173 else
2174 eval "$3=no"
2175 fi
2176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2177 fi
2178 eval ac_res=\$$3
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2180 $as_echo "$ac_res" >&6; }
2181 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2182
2183 } # ac_fn_c_check_decl
2184 cat >config.log <<_ACEOF
2185 This file contains any messages produced by compilers while
2186 running configure, to aid debugging if configure makes a mistake.
2187
2188 It was created by bfd $as_me 2.26.51, which was
2189 generated by GNU Autoconf 2.64. Invocation command line was
2190
2191 $ $0 $@
2192
2193 _ACEOF
2194 exec 5>>config.log
2195 {
2196 cat <<_ASUNAME
2197 ## --------- ##
2198 ## Platform. ##
2199 ## --------- ##
2200
2201 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2202 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2203 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2204 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2205 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2206
2207 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2208 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2209
2210 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2211 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2212 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2213 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2214 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2215 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2216 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2217
2218 _ASUNAME
2219
2220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2221 for as_dir in $PATH
2222 do
2223 IFS=$as_save_IFS
2224 test -z "$as_dir" && as_dir=.
2225 $as_echo "PATH: $as_dir"
2226 done
2227 IFS=$as_save_IFS
2228
2229 } >&5
2230
2231 cat >&5 <<_ACEOF
2232
2233
2234 ## ----------- ##
2235 ## Core tests. ##
2236 ## ----------- ##
2237
2238 _ACEOF
2239
2240
2241 # Keep a trace of the command line.
2242 # Strip out --no-create and --no-recursion so they do not pile up.
2243 # Strip out --silent because we don't want to record it for future runs.
2244 # Also quote any args containing shell meta-characters.
2245 # Make two passes to allow for proper duplicate-argument suppression.
2246 ac_configure_args=
2247 ac_configure_args0=
2248 ac_configure_args1=
2249 ac_must_keep_next=false
2250 for ac_pass in 1 2
2251 do
2252 for ac_arg
2253 do
2254 case $ac_arg in
2255 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2256 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2257 | -silent | --silent | --silen | --sile | --sil)
2258 continue ;;
2259 *\'*)
2260 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2261 esac
2262 case $ac_pass in
2263 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2264 2)
2265 as_fn_append ac_configure_args1 " '$ac_arg'"
2266 if test $ac_must_keep_next = true; then
2267 ac_must_keep_next=false # Got value, back to normal.
2268 else
2269 case $ac_arg in
2270 *=* | --config-cache | -C | -disable-* | --disable-* \
2271 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2272 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2273 | -with-* | --with-* | -without-* | --without-* | --x)
2274 case "$ac_configure_args0 " in
2275 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2276 esac
2277 ;;
2278 -* ) ac_must_keep_next=true ;;
2279 esac
2280 fi
2281 as_fn_append ac_configure_args " '$ac_arg'"
2282 ;;
2283 esac
2284 done
2285 done
2286 { ac_configure_args0=; unset ac_configure_args0;}
2287 { ac_configure_args1=; unset ac_configure_args1;}
2288
2289 # When interrupted or exit'd, cleanup temporary files, and complete
2290 # config.log. We remove comments because anyway the quotes in there
2291 # would cause problems or look ugly.
2292 # WARNING: Use '\'' to represent an apostrophe within the trap.
2293 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2294 trap 'exit_status=$?
2295 # Save into config.log some information that might help in debugging.
2296 {
2297 echo
2298
2299 cat <<\_ASBOX
2300 ## ---------------- ##
2301 ## Cache variables. ##
2302 ## ---------------- ##
2303 _ASBOX
2304 echo
2305 # The following way of writing the cache mishandles newlines in values,
2306 (
2307 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2308 eval ac_val=\$$ac_var
2309 case $ac_val in #(
2310 *${as_nl}*)
2311 case $ac_var in #(
2312 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2313 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2314 esac
2315 case $ac_var in #(
2316 _ | IFS | as_nl) ;; #(
2317 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2318 *) { eval $ac_var=; unset $ac_var;} ;;
2319 esac ;;
2320 esac
2321 done
2322 (set) 2>&1 |
2323 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2324 *${as_nl}ac_space=\ *)
2325 sed -n \
2326 "s/'\''/'\''\\\\'\'''\''/g;
2327 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2328 ;; #(
2329 *)
2330 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2331 ;;
2332 esac |
2333 sort
2334 )
2335 echo
2336
2337 cat <<\_ASBOX
2338 ## ----------------- ##
2339 ## Output variables. ##
2340 ## ----------------- ##
2341 _ASBOX
2342 echo
2343 for ac_var in $ac_subst_vars
2344 do
2345 eval ac_val=\$$ac_var
2346 case $ac_val in
2347 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2348 esac
2349 $as_echo "$ac_var='\''$ac_val'\''"
2350 done | sort
2351 echo
2352
2353 if test -n "$ac_subst_files"; then
2354 cat <<\_ASBOX
2355 ## ------------------- ##
2356 ## File substitutions. ##
2357 ## ------------------- ##
2358 _ASBOX
2359 echo
2360 for ac_var in $ac_subst_files
2361 do
2362 eval ac_val=\$$ac_var
2363 case $ac_val in
2364 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2365 esac
2366 $as_echo "$ac_var='\''$ac_val'\''"
2367 done | sort
2368 echo
2369 fi
2370
2371 if test -s confdefs.h; then
2372 cat <<\_ASBOX
2373 ## ----------- ##
2374 ## confdefs.h. ##
2375 ## ----------- ##
2376 _ASBOX
2377 echo
2378 cat confdefs.h
2379 echo
2380 fi
2381 test "$ac_signal" != 0 &&
2382 $as_echo "$as_me: caught signal $ac_signal"
2383 $as_echo "$as_me: exit $exit_status"
2384 } >&5
2385 rm -f core *.core core.conftest.* &&
2386 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2387 exit $exit_status
2388 ' 0
2389 for ac_signal in 1 2 13 15; do
2390 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2391 done
2392 ac_signal=0
2393
2394 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2395 rm -f -r conftest* confdefs.h
2396
2397 $as_echo "/* confdefs.h */" > confdefs.h
2398
2399 # Predefined preprocessor variables.
2400
2401 cat >>confdefs.h <<_ACEOF
2402 #define PACKAGE_NAME "$PACKAGE_NAME"
2403 _ACEOF
2404
2405 cat >>confdefs.h <<_ACEOF
2406 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2407 _ACEOF
2408
2409 cat >>confdefs.h <<_ACEOF
2410 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2411 _ACEOF
2412
2413 cat >>confdefs.h <<_ACEOF
2414 #define PACKAGE_STRING "$PACKAGE_STRING"
2415 _ACEOF
2416
2417 cat >>confdefs.h <<_ACEOF
2418 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2419 _ACEOF
2420
2421 cat >>confdefs.h <<_ACEOF
2422 #define PACKAGE_URL "$PACKAGE_URL"
2423 _ACEOF
2424
2425
2426 # Let the site file select an alternate cache file if it wants to.
2427 # Prefer an explicitly selected file to automatically selected ones.
2428 ac_site_file1=NONE
2429 ac_site_file2=NONE
2430 if test -n "$CONFIG_SITE"; then
2431 ac_site_file1=$CONFIG_SITE
2432 elif test "x$prefix" != xNONE; then
2433 ac_site_file1=$prefix/share/config.site
2434 ac_site_file2=$prefix/etc/config.site
2435 else
2436 ac_site_file1=$ac_default_prefix/share/config.site
2437 ac_site_file2=$ac_default_prefix/etc/config.site
2438 fi
2439 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2440 do
2441 test "x$ac_site_file" = xNONE && continue
2442 if test -r "$ac_site_file"; then
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2444 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2445 sed 's/^/| /' "$ac_site_file" >&5
2446 . "$ac_site_file"
2447 fi
2448 done
2449
2450 if test -r "$cache_file"; then
2451 # Some versions of bash will fail to source /dev/null (special
2452 # files actually), so we avoid doing that.
2453 if test -f "$cache_file"; then
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2455 $as_echo "$as_me: loading cache $cache_file" >&6;}
2456 case $cache_file in
2457 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2458 *) . "./$cache_file";;
2459 esac
2460 fi
2461 else
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2463 $as_echo "$as_me: creating cache $cache_file" >&6;}
2464 >$cache_file
2465 fi
2466
2467 # Check that the precious variables saved in the cache have kept the same
2468 # value.
2469 ac_cache_corrupted=false
2470 for ac_var in $ac_precious_vars; do
2471 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2472 eval ac_new_set=\$ac_env_${ac_var}_set
2473 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2474 eval ac_new_val=\$ac_env_${ac_var}_value
2475 case $ac_old_set,$ac_new_set in
2476 set,)
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2478 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2479 ac_cache_corrupted=: ;;
2480 ,set)
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2482 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2483 ac_cache_corrupted=: ;;
2484 ,);;
2485 *)
2486 if test "x$ac_old_val" != "x$ac_new_val"; then
2487 # differences in whitespace do not lead to failure.
2488 ac_old_val_w=`echo x $ac_old_val`
2489 ac_new_val_w=`echo x $ac_new_val`
2490 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2492 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2493 ac_cache_corrupted=:
2494 else
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2496 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2497 eval $ac_var=\$ac_old_val
2498 fi
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2500 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2502 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2503 fi;;
2504 esac
2505 # Pass precious variables to config.status.
2506 if test "$ac_new_set" = set; then
2507 case $ac_new_val in
2508 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2509 *) ac_arg=$ac_var=$ac_new_val ;;
2510 esac
2511 case " $ac_configure_args " in
2512 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2513 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2514 esac
2515 fi
2516 done
2517 if $ac_cache_corrupted; then
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2519 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2521 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2522 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2523 fi
2524 ## -------------------- ##
2525 ## Main body of script. ##
2526 ## -------------------- ##
2527
2528 ac_ext=c
2529 ac_cpp='$CPP $CPPFLAGS'
2530 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2531 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2532 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2533
2534
2535
2536
2537
2538
2539
2540 ac_aux_dir=
2541 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2542 for ac_t in install-sh install.sh shtool; do
2543 if test -f "$ac_dir/$ac_t"; then
2544 ac_aux_dir=$ac_dir
2545 ac_install_sh="$ac_aux_dir/$ac_t -c"
2546 break 2
2547 fi
2548 done
2549 done
2550 if test -z "$ac_aux_dir"; then
2551 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2552 fi
2553
2554 # These three variables are undocumented and unsupported,
2555 # and are intended to be withdrawn in a future Autoconf release.
2556 # They can cause serious problems if a builder's source tree is in a directory
2557 # whose full name contains unusual characters.
2558 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2559 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2560 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2561
2562
2563 # Make sure we can run config.sub.
2564 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2565 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2566
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2568 $as_echo_n "checking build system type... " >&6; }
2569 if test "${ac_cv_build+set}" = set; then :
2570 $as_echo_n "(cached) " >&6
2571 else
2572 ac_build_alias=$build_alias
2573 test "x$ac_build_alias" = x &&
2574 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2575 test "x$ac_build_alias" = x &&
2576 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2577 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2578 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2579
2580 fi
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2582 $as_echo "$ac_cv_build" >&6; }
2583 case $ac_cv_build in
2584 *-*-*) ;;
2585 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2586 esac
2587 build=$ac_cv_build
2588 ac_save_IFS=$IFS; IFS='-'
2589 set x $ac_cv_build
2590 shift
2591 build_cpu=$1
2592 build_vendor=$2
2593 shift; shift
2594 # Remember, the first character of IFS is used to create $*,
2595 # except with old shells:
2596 build_os=$*
2597 IFS=$ac_save_IFS
2598 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2599
2600
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2602 $as_echo_n "checking host system type... " >&6; }
2603 if test "${ac_cv_host+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
2605 else
2606 if test "x$host_alias" = x; then
2607 ac_cv_host=$ac_cv_build
2608 else
2609 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2610 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2611 fi
2612
2613 fi
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2615 $as_echo "$ac_cv_host" >&6; }
2616 case $ac_cv_host in
2617 *-*-*) ;;
2618 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2619 esac
2620 host=$ac_cv_host
2621 ac_save_IFS=$IFS; IFS='-'
2622 set x $ac_cv_host
2623 shift
2624 host_cpu=$1
2625 host_vendor=$2
2626 shift; shift
2627 # Remember, the first character of IFS is used to create $*,
2628 # except with old shells:
2629 host_os=$*
2630 IFS=$ac_save_IFS
2631 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2632
2633
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2635 $as_echo_n "checking target system type... " >&6; }
2636 if test "${ac_cv_target+set}" = set; then :
2637 $as_echo_n "(cached) " >&6
2638 else
2639 if test "x$target_alias" = x; then
2640 ac_cv_target=$ac_cv_host
2641 else
2642 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2643 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2644 fi
2645
2646 fi
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2648 $as_echo "$ac_cv_target" >&6; }
2649 case $ac_cv_target in
2650 *-*-*) ;;
2651 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2652 esac
2653 target=$ac_cv_target
2654 ac_save_IFS=$IFS; IFS='-'
2655 set x $ac_cv_target
2656 shift
2657 target_cpu=$1
2658 target_vendor=$2
2659 shift; shift
2660 # Remember, the first character of IFS is used to create $*,
2661 # except with old shells:
2662 target_os=$*
2663 IFS=$ac_save_IFS
2664 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2665
2666
2667 # The aliases save the names the user supplied, while $host etc.
2668 # will get canonicalized.
2669 test -n "$target_alias" &&
2670 test "$program_prefix$program_suffix$program_transform_name" = \
2671 NONENONEs,x,x, &&
2672 program_prefix=${target_alias}-
2673 ac_ext=c
2674 ac_cpp='$CPP $CPPFLAGS'
2675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2678 if test -n "$ac_tool_prefix"; then
2679 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2680 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682 $as_echo_n "checking for $ac_word... " >&6; }
2683 if test "${ac_cv_prog_CC+set}" = set; then :
2684 $as_echo_n "(cached) " >&6
2685 else
2686 if test -n "$CC"; then
2687 ac_cv_prog_CC="$CC" # Let the user override the test.
2688 else
2689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690 for as_dir in $PATH
2691 do
2692 IFS=$as_save_IFS
2693 test -z "$as_dir" && as_dir=.
2694 for ac_exec_ext in '' $ac_executable_extensions; do
2695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2696 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2698 break 2
2699 fi
2700 done
2701 done
2702 IFS=$as_save_IFS
2703
2704 fi
2705 fi
2706 CC=$ac_cv_prog_CC
2707 if test -n "$CC"; then
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2709 $as_echo "$CC" >&6; }
2710 else
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2712 $as_echo "no" >&6; }
2713 fi
2714
2715
2716 fi
2717 if test -z "$ac_cv_prog_CC"; then
2718 ac_ct_CC=$CC
2719 # Extract the first word of "gcc", so it can be a program name with args.
2720 set dummy gcc; ac_word=$2
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2722 $as_echo_n "checking for $ac_word... " >&6; }
2723 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2724 $as_echo_n "(cached) " >&6
2725 else
2726 if test -n "$ac_ct_CC"; then
2727 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2728 else
2729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2730 for as_dir in $PATH
2731 do
2732 IFS=$as_save_IFS
2733 test -z "$as_dir" && as_dir=.
2734 for ac_exec_ext in '' $ac_executable_extensions; do
2735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2736 ac_cv_prog_ac_ct_CC="gcc"
2737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2738 break 2
2739 fi
2740 done
2741 done
2742 IFS=$as_save_IFS
2743
2744 fi
2745 fi
2746 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2747 if test -n "$ac_ct_CC"; then
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2749 $as_echo "$ac_ct_CC" >&6; }
2750 else
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2752 $as_echo "no" >&6; }
2753 fi
2754
2755 if test "x$ac_ct_CC" = x; then
2756 CC=""
2757 else
2758 case $cross_compiling:$ac_tool_warned in
2759 yes:)
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2762 ac_tool_warned=yes ;;
2763 esac
2764 CC=$ac_ct_CC
2765 fi
2766 else
2767 CC="$ac_cv_prog_CC"
2768 fi
2769
2770 if test -z "$CC"; then
2771 if test -n "$ac_tool_prefix"; then
2772 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2773 set dummy ${ac_tool_prefix}cc; ac_word=$2
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2775 $as_echo_n "checking for $ac_word... " >&6; }
2776 if test "${ac_cv_prog_CC+set}" = set; then :
2777 $as_echo_n "(cached) " >&6
2778 else
2779 if test -n "$CC"; then
2780 ac_cv_prog_CC="$CC" # Let the user override the test.
2781 else
2782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2783 for as_dir in $PATH
2784 do
2785 IFS=$as_save_IFS
2786 test -z "$as_dir" && as_dir=.
2787 for ac_exec_ext in '' $ac_executable_extensions; do
2788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2789 ac_cv_prog_CC="${ac_tool_prefix}cc"
2790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2791 break 2
2792 fi
2793 done
2794 done
2795 IFS=$as_save_IFS
2796
2797 fi
2798 fi
2799 CC=$ac_cv_prog_CC
2800 if test -n "$CC"; then
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2802 $as_echo "$CC" >&6; }
2803 else
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2805 $as_echo "no" >&6; }
2806 fi
2807
2808
2809 fi
2810 fi
2811 if test -z "$CC"; then
2812 # Extract the first word of "cc", so it can be a program name with args.
2813 set dummy cc; ac_word=$2
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2815 $as_echo_n "checking for $ac_word... " >&6; }
2816 if test "${ac_cv_prog_CC+set}" = set; then :
2817 $as_echo_n "(cached) " >&6
2818 else
2819 if test -n "$CC"; then
2820 ac_cv_prog_CC="$CC" # Let the user override the test.
2821 else
2822 ac_prog_rejected=no
2823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2824 for as_dir in $PATH
2825 do
2826 IFS=$as_save_IFS
2827 test -z "$as_dir" && as_dir=.
2828 for ac_exec_ext in '' $ac_executable_extensions; do
2829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2830 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2831 ac_prog_rejected=yes
2832 continue
2833 fi
2834 ac_cv_prog_CC="cc"
2835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2836 break 2
2837 fi
2838 done
2839 done
2840 IFS=$as_save_IFS
2841
2842 if test $ac_prog_rejected = yes; then
2843 # We found a bogon in the path, so make sure we never use it.
2844 set dummy $ac_cv_prog_CC
2845 shift
2846 if test $# != 0; then
2847 # We chose a different compiler from the bogus one.
2848 # However, it has the same basename, so the bogon will be chosen
2849 # first if we set CC to just the basename; use the full file name.
2850 shift
2851 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2852 fi
2853 fi
2854 fi
2855 fi
2856 CC=$ac_cv_prog_CC
2857 if test -n "$CC"; then
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2859 $as_echo "$CC" >&6; }
2860 else
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2862 $as_echo "no" >&6; }
2863 fi
2864
2865
2866 fi
2867 if test -z "$CC"; then
2868 if test -n "$ac_tool_prefix"; then
2869 for ac_prog in cl.exe
2870 do
2871 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2872 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874 $as_echo_n "checking for $ac_word... " >&6; }
2875 if test "${ac_cv_prog_CC+set}" = set; then :
2876 $as_echo_n "(cached) " >&6
2877 else
2878 if test -n "$CC"; then
2879 ac_cv_prog_CC="$CC" # Let the user override the test.
2880 else
2881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882 for as_dir in $PATH
2883 do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2888 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 break 2
2891 fi
2892 done
2893 done
2894 IFS=$as_save_IFS
2895
2896 fi
2897 fi
2898 CC=$ac_cv_prog_CC
2899 if test -n "$CC"; then
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2901 $as_echo "$CC" >&6; }
2902 else
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2904 $as_echo "no" >&6; }
2905 fi
2906
2907
2908 test -n "$CC" && break
2909 done
2910 fi
2911 if test -z "$CC"; then
2912 ac_ct_CC=$CC
2913 for ac_prog in cl.exe
2914 do
2915 # Extract the first word of "$ac_prog", so it can be a program name with args.
2916 set dummy $ac_prog; ac_word=$2
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918 $as_echo_n "checking for $ac_word... " >&6; }
2919 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
2921 else
2922 if test -n "$ac_ct_CC"; then
2923 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2924 else
2925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926 for as_dir in $PATH
2927 do
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
2930 for ac_exec_ext in '' $ac_executable_extensions; do
2931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2932 ac_cv_prog_ac_ct_CC="$ac_prog"
2933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934 break 2
2935 fi
2936 done
2937 done
2938 IFS=$as_save_IFS
2939
2940 fi
2941 fi
2942 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2943 if test -n "$ac_ct_CC"; then
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2945 $as_echo "$ac_ct_CC" >&6; }
2946 else
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948 $as_echo "no" >&6; }
2949 fi
2950
2951
2952 test -n "$ac_ct_CC" && break
2953 done
2954
2955 if test "x$ac_ct_CC" = x; then
2956 CC=""
2957 else
2958 case $cross_compiling:$ac_tool_warned in
2959 yes:)
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2961 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2962 ac_tool_warned=yes ;;
2963 esac
2964 CC=$ac_ct_CC
2965 fi
2966 fi
2967
2968 fi
2969
2970
2971 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2972 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2973 as_fn_error "no acceptable C compiler found in \$PATH
2974 See \`config.log' for more details." "$LINENO" 5; }
2975
2976 # Provide some information about the compiler.
2977 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2978 set X $ac_compile
2979 ac_compiler=$2
2980 for ac_option in --version -v -V -qversion; do
2981 { { ac_try="$ac_compiler $ac_option >&5"
2982 case "(($ac_try" in
2983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2984 *) ac_try_echo=$ac_try;;
2985 esac
2986 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2987 $as_echo "$ac_try_echo"; } >&5
2988 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2989 ac_status=$?
2990 if test -s conftest.err; then
2991 sed '10a\
2992 ... rest of stderr output deleted ...
2993 10q' conftest.err >conftest.er1
2994 cat conftest.er1 >&5
2995 rm -f conftest.er1 conftest.err
2996 fi
2997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2998 test $ac_status = 0; }
2999 done
3000
3001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3002 /* end confdefs.h. */
3003
3004 int
3005 main ()
3006 {
3007
3008 ;
3009 return 0;
3010 }
3011 _ACEOF
3012 ac_clean_files_save=$ac_clean_files
3013 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3014 # Try to create an executable without -o first, disregard a.out.
3015 # It will help us diagnose broken compilers, and finding out an intuition
3016 # of exeext.
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3018 $as_echo_n "checking for C compiler default output file name... " >&6; }
3019 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3020
3021 # The possible output files:
3022 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3023
3024 ac_rmfiles=
3025 for ac_file in $ac_files
3026 do
3027 case $ac_file in
3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3029 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3030 esac
3031 done
3032 rm -f $ac_rmfiles
3033
3034 if { { ac_try="$ac_link_default"
3035 case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038 esac
3039 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3040 $as_echo "$ac_try_echo"; } >&5
3041 (eval "$ac_link_default") 2>&5
3042 ac_status=$?
3043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3044 test $ac_status = 0; }; then :
3045 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3046 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3047 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3048 # so that the user can short-circuit this test for compilers unknown to
3049 # Autoconf.
3050 for ac_file in $ac_files ''
3051 do
3052 test -f "$ac_file" || continue
3053 case $ac_file in
3054 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3055 ;;
3056 [ab].out )
3057 # We found the default executable, but exeext='' is most
3058 # certainly right.
3059 break;;
3060 *.* )
3061 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3062 then :; else
3063 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3064 fi
3065 # We set ac_cv_exeext here because the later test for it is not
3066 # safe: cross compilers may not add the suffix if given an `-o'
3067 # argument, so we may need to know it at that point already.
3068 # Even if this section looks crufty: it has the advantage of
3069 # actually working.
3070 break;;
3071 * )
3072 break;;
3073 esac
3074 done
3075 test "$ac_cv_exeext" = no && ac_cv_exeext=
3076
3077 else
3078 ac_file=''
3079 fi
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3081 $as_echo "$ac_file" >&6; }
3082 if test -z "$ac_file"; then :
3083 $as_echo "$as_me: failed program was:" >&5
3084 sed 's/^/| /' conftest.$ac_ext >&5
3085
3086 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3088 { as_fn_set_status 77
3089 as_fn_error "C compiler cannot create executables
3090 See \`config.log' for more details." "$LINENO" 5; }; }
3091 fi
3092 ac_exeext=$ac_cv_exeext
3093
3094 # Check that the compiler produces executables we can run. If not, either
3095 # the compiler is broken, or we cross compile.
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3097 $as_echo_n "checking whether the C compiler works... " >&6; }
3098 # If not cross compiling, check that we can run a simple program.
3099 if test "$cross_compiling" != yes; then
3100 if { ac_try='./$ac_file'
3101 { { case "(($ac_try" in
3102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3103 *) ac_try_echo=$ac_try;;
3104 esac
3105 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3106 $as_echo "$ac_try_echo"; } >&5
3107 (eval "$ac_try") 2>&5
3108 ac_status=$?
3109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3110 test $ac_status = 0; }; }; then
3111 cross_compiling=no
3112 else
3113 if test "$cross_compiling" = maybe; then
3114 cross_compiling=yes
3115 else
3116 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3117 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3118 as_fn_error "cannot run C compiled programs.
3119 If you meant to cross compile, use \`--host'.
3120 See \`config.log' for more details." "$LINENO" 5; }
3121 fi
3122 fi
3123 fi
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3125 $as_echo "yes" >&6; }
3126
3127 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3128 ac_clean_files=$ac_clean_files_save
3129 # Check that the compiler produces executables we can run. If not, either
3130 # the compiler is broken, or we cross compile.
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3132 $as_echo_n "checking whether we are cross compiling... " >&6; }
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3134 $as_echo "$cross_compiling" >&6; }
3135
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3137 $as_echo_n "checking for suffix of executables... " >&6; }
3138 if { { ac_try="$ac_link"
3139 case "(($ac_try" in
3140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3141 *) ac_try_echo=$ac_try;;
3142 esac
3143 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3144 $as_echo "$ac_try_echo"; } >&5
3145 (eval "$ac_link") 2>&5
3146 ac_status=$?
3147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3148 test $ac_status = 0; }; then :
3149 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3150 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3151 # work properly (i.e., refer to `conftest.exe'), while it won't with
3152 # `rm'.
3153 for ac_file in conftest.exe conftest conftest.*; do
3154 test -f "$ac_file" || continue
3155 case $ac_file in
3156 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3157 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3158 break;;
3159 * ) break;;
3160 esac
3161 done
3162 else
3163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3165 as_fn_error "cannot compute suffix of executables: cannot compile and link
3166 See \`config.log' for more details." "$LINENO" 5; }
3167 fi
3168 rm -f conftest$ac_cv_exeext
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3170 $as_echo "$ac_cv_exeext" >&6; }
3171
3172 rm -f conftest.$ac_ext
3173 EXEEXT=$ac_cv_exeext
3174 ac_exeext=$EXEEXT
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3176 $as_echo_n "checking for suffix of object files... " >&6; }
3177 if test "${ac_cv_objext+set}" = set; then :
3178 $as_echo_n "(cached) " >&6
3179 else
3180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3181 /* end confdefs.h. */
3182
3183 int
3184 main ()
3185 {
3186
3187 ;
3188 return 0;
3189 }
3190 _ACEOF
3191 rm -f conftest.o conftest.obj
3192 if { { ac_try="$ac_compile"
3193 case "(($ac_try" in
3194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195 *) ac_try_echo=$ac_try;;
3196 esac
3197 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3198 $as_echo "$ac_try_echo"; } >&5
3199 (eval "$ac_compile") 2>&5
3200 ac_status=$?
3201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3202 test $ac_status = 0; }; then :
3203 for ac_file in conftest.o conftest.obj conftest.*; do
3204 test -f "$ac_file" || continue;
3205 case $ac_file in
3206 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3207 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3208 break;;
3209 esac
3210 done
3211 else
3212 $as_echo "$as_me: failed program was:" >&5
3213 sed 's/^/| /' conftest.$ac_ext >&5
3214
3215 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3217 as_fn_error "cannot compute suffix of object files: cannot compile
3218 See \`config.log' for more details." "$LINENO" 5; }
3219 fi
3220 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3221 fi
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3223 $as_echo "$ac_cv_objext" >&6; }
3224 OBJEXT=$ac_cv_objext
3225 ac_objext=$OBJEXT
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3227 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3228 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3229 $as_echo_n "(cached) " >&6
3230 else
3231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3232 /* end confdefs.h. */
3233
3234 int
3235 main ()
3236 {
3237 #ifndef __GNUC__
3238 choke me
3239 #endif
3240
3241 ;
3242 return 0;
3243 }
3244 _ACEOF
3245 if ac_fn_c_try_compile "$LINENO"; then :
3246 ac_compiler_gnu=yes
3247 else
3248 ac_compiler_gnu=no
3249 fi
3250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3251 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3252
3253 fi
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3255 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3256 if test $ac_compiler_gnu = yes; then
3257 GCC=yes
3258 else
3259 GCC=
3260 fi
3261 ac_test_CFLAGS=${CFLAGS+set}
3262 ac_save_CFLAGS=$CFLAGS
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3264 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3265 if test "${ac_cv_prog_cc_g+set}" = set; then :
3266 $as_echo_n "(cached) " >&6
3267 else
3268 ac_save_c_werror_flag=$ac_c_werror_flag
3269 ac_c_werror_flag=yes
3270 ac_cv_prog_cc_g=no
3271 CFLAGS="-g"
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273 /* end confdefs.h. */
3274
3275 int
3276 main ()
3277 {
3278
3279 ;
3280 return 0;
3281 }
3282 _ACEOF
3283 if ac_fn_c_try_compile "$LINENO"; then :
3284 ac_cv_prog_cc_g=yes
3285 else
3286 CFLAGS=""
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288 /* end confdefs.h. */
3289
3290 int
3291 main ()
3292 {
3293
3294 ;
3295 return 0;
3296 }
3297 _ACEOF
3298 if ac_fn_c_try_compile "$LINENO"; then :
3299
3300 else
3301 ac_c_werror_flag=$ac_save_c_werror_flag
3302 CFLAGS="-g"
3303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3304 /* end confdefs.h. */
3305
3306 int
3307 main ()
3308 {
3309
3310 ;
3311 return 0;
3312 }
3313 _ACEOF
3314 if ac_fn_c_try_compile "$LINENO"; then :
3315 ac_cv_prog_cc_g=yes
3316 fi
3317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3318 fi
3319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3320 fi
3321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3322 ac_c_werror_flag=$ac_save_c_werror_flag
3323 fi
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3325 $as_echo "$ac_cv_prog_cc_g" >&6; }
3326 if test "$ac_test_CFLAGS" = set; then
3327 CFLAGS=$ac_save_CFLAGS
3328 elif test $ac_cv_prog_cc_g = yes; then
3329 if test "$GCC" = yes; then
3330 CFLAGS="-g -O2"
3331 else
3332 CFLAGS="-g"
3333 fi
3334 else
3335 if test "$GCC" = yes; then
3336 CFLAGS="-O2"
3337 else
3338 CFLAGS=
3339 fi
3340 fi
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3342 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3343 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3344 $as_echo_n "(cached) " >&6
3345 else
3346 ac_cv_prog_cc_c89=no
3347 ac_save_CC=$CC
3348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3349 /* end confdefs.h. */
3350 #include <stdarg.h>
3351 #include <stdio.h>
3352 #include <sys/types.h>
3353 #include <sys/stat.h>
3354 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3355 struct buf { int x; };
3356 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3357 static char *e (p, i)
3358 char **p;
3359 int i;
3360 {
3361 return p[i];
3362 }
3363 static char *f (char * (*g) (char **, int), char **p, ...)
3364 {
3365 char *s;
3366 va_list v;
3367 va_start (v,p);
3368 s = g (p, va_arg (v,int));
3369 va_end (v);
3370 return s;
3371 }
3372
3373 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3374 function prototypes and stuff, but not '\xHH' hex character constants.
3375 These don't provoke an error unfortunately, instead are silently treated
3376 as 'x'. The following induces an error, until -std is added to get
3377 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3378 array size at least. It's necessary to write '\x00'==0 to get something
3379 that's true only with -std. */
3380 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3381
3382 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3383 inside strings and character constants. */
3384 #define FOO(x) 'x'
3385 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3386
3387 int test (int i, double x);
3388 struct s1 {int (*f) (int a);};
3389 struct s2 {int (*f) (double a);};
3390 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3391 int argc;
3392 char **argv;
3393 int
3394 main ()
3395 {
3396 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3397 ;
3398 return 0;
3399 }
3400 _ACEOF
3401 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3402 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3403 do
3404 CC="$ac_save_CC $ac_arg"
3405 if ac_fn_c_try_compile "$LINENO"; then :
3406 ac_cv_prog_cc_c89=$ac_arg
3407 fi
3408 rm -f core conftest.err conftest.$ac_objext
3409 test "x$ac_cv_prog_cc_c89" != "xno" && break
3410 done
3411 rm -f conftest.$ac_ext
3412 CC=$ac_save_CC
3413
3414 fi
3415 # AC_CACHE_VAL
3416 case "x$ac_cv_prog_cc_c89" in
3417 x)
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3419 $as_echo "none needed" >&6; } ;;
3420 xno)
3421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3422 $as_echo "unsupported" >&6; } ;;
3423 *)
3424 CC="$CC $ac_cv_prog_cc_c89"
3425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3426 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3427 esac
3428 if test "x$ac_cv_prog_cc_c89" != xno; then :
3429
3430 fi
3431
3432 ac_ext=c
3433 ac_cpp='$CPP $CPPFLAGS'
3434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3437
3438
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3440 $as_echo_n "checking for library containing strerror... " >&6; }
3441 if test "${ac_cv_search_strerror+set}" = set; then :
3442 $as_echo_n "(cached) " >&6
3443 else
3444 ac_func_search_save_LIBS=$LIBS
3445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3446 /* end confdefs.h. */
3447
3448 /* Override any GCC internal prototype to avoid an error.
3449 Use char because int might match the return type of a GCC
3450 builtin and then its argument prototype would still apply. */
3451 #ifdef __cplusplus
3452 extern "C"
3453 #endif
3454 char strerror ();
3455 int
3456 main ()
3457 {
3458 return strerror ();
3459 ;
3460 return 0;
3461 }
3462 _ACEOF
3463 for ac_lib in '' cposix; do
3464 if test -z "$ac_lib"; then
3465 ac_res="none required"
3466 else
3467 ac_res=-l$ac_lib
3468 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3469 fi
3470 if ac_fn_c_try_link "$LINENO"; then :
3471 ac_cv_search_strerror=$ac_res
3472 fi
3473 rm -f core conftest.err conftest.$ac_objext \
3474 conftest$ac_exeext
3475 if test "${ac_cv_search_strerror+set}" = set; then :
3476 break
3477 fi
3478 done
3479 if test "${ac_cv_search_strerror+set}" = set; then :
3480
3481 else
3482 ac_cv_search_strerror=no
3483 fi
3484 rm conftest.$ac_ext
3485 LIBS=$ac_func_search_save_LIBS
3486 fi
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3488 $as_echo "$ac_cv_search_strerror" >&6; }
3489 ac_res=$ac_cv_search_strerror
3490 if test "$ac_res" != no; then :
3491 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3492
3493 fi
3494
3495
3496 am__api_version='1.11'
3497
3498 # Find a good install program. We prefer a C program (faster),
3499 # so one script is as good as another. But avoid the broken or
3500 # incompatible versions:
3501 # SysV /etc/install, /usr/sbin/install
3502 # SunOS /usr/etc/install
3503 # IRIX /sbin/install
3504 # AIX /bin/install
3505 # AmigaOS /C/install, which installs bootblocks on floppy discs
3506 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3507 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3508 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3509 # OS/2's system install, which has a completely different semantic
3510 # ./install, which can be erroneously created by make from ./install.sh.
3511 # Reject install programs that cannot install multiple files.
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3513 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3514 if test -z "$INSTALL"; then
3515 if test "${ac_cv_path_install+set}" = set; then :
3516 $as_echo_n "(cached) " >&6
3517 else
3518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3519 for as_dir in $PATH
3520 do
3521 IFS=$as_save_IFS
3522 test -z "$as_dir" && as_dir=.
3523 # Account for people who put trailing slashes in PATH elements.
3524 case $as_dir/ in #((
3525 ./ | .// | /[cC]/* | \
3526 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3527 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3528 /usr/ucb/* ) ;;
3529 *)
3530 # OSF1 and SCO ODT 3.0 have their own names for install.
3531 # Don't use installbsd from OSF since it installs stuff as root
3532 # by default.
3533 for ac_prog in ginstall scoinst install; do
3534 for ac_exec_ext in '' $ac_executable_extensions; do
3535 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3536 if test $ac_prog = install &&
3537 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3538 # AIX install. It has an incompatible calling convention.
3539 :
3540 elif test $ac_prog = install &&
3541 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3542 # program-specific install script used by HP pwplus--don't use.
3543 :
3544 else
3545 rm -rf conftest.one conftest.two conftest.dir
3546 echo one > conftest.one
3547 echo two > conftest.two
3548 mkdir conftest.dir
3549 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3550 test -s conftest.one && test -s conftest.two &&
3551 test -s conftest.dir/conftest.one &&
3552 test -s conftest.dir/conftest.two
3553 then
3554 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3555 break 3
3556 fi
3557 fi
3558 fi
3559 done
3560 done
3561 ;;
3562 esac
3563
3564 done
3565 IFS=$as_save_IFS
3566
3567 rm -rf conftest.one conftest.two conftest.dir
3568
3569 fi
3570 if test "${ac_cv_path_install+set}" = set; then
3571 INSTALL=$ac_cv_path_install
3572 else
3573 # As a last resort, use the slow shell script. Don't cache a
3574 # value for INSTALL within a source directory, because that will
3575 # break other packages using the cache if that directory is
3576 # removed, or if the value is a relative name.
3577 INSTALL=$ac_install_sh
3578 fi
3579 fi
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3581 $as_echo "$INSTALL" >&6; }
3582
3583 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3584 # It thinks the first close brace ends the variable substitution.
3585 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3586
3587 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3588
3589 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3590
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3592 $as_echo_n "checking whether build environment is sane... " >&6; }
3593 # Just in case
3594 sleep 1
3595 echo timestamp > conftest.file
3596 # Reject unsafe characters in $srcdir or the absolute working directory
3597 # name. Accept space and tab only in the latter.
3598 am_lf='
3599 '
3600 case `pwd` in
3601 *[\\\"\#\$\&\'\`$am_lf]*)
3602 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3603 esac
3604 case $srcdir in
3605 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3606 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3607 esac
3608
3609 # Do `set' in a subshell so we don't clobber the current shell's
3610 # arguments. Must try -L first in case configure is actually a
3611 # symlink; some systems play weird games with the mod time of symlinks
3612 # (eg FreeBSD returns the mod time of the symlink's containing
3613 # directory).
3614 if (
3615 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3616 if test "$*" = "X"; then
3617 # -L didn't work.
3618 set X `ls -t "$srcdir/configure" conftest.file`
3619 fi
3620 rm -f conftest.file
3621 if test "$*" != "X $srcdir/configure conftest.file" \
3622 && test "$*" != "X conftest.file $srcdir/configure"; then
3623
3624 # If neither matched, then we have a broken ls. This can happen
3625 # if, for instance, CONFIG_SHELL is bash and it inherits a
3626 # broken ls alias from the environment. This has actually
3627 # happened. Such a system could not be considered "sane".
3628 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3629 alias in your environment" "$LINENO" 5
3630 fi
3631
3632 test "$2" = conftest.file
3633 )
3634 then
3635 # Ok.
3636 :
3637 else
3638 as_fn_error "newly created file is older than distributed files!
3639 Check your system clock" "$LINENO" 5
3640 fi
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3642 $as_echo "yes" >&6; }
3643 test "$program_prefix" != NONE &&
3644 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3645 # Use a double $ so make ignores it.
3646 test "$program_suffix" != NONE &&
3647 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3648 # Double any \ or $.
3649 # By default was `s,x,x', remove it if useless.
3650 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3651 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3652
3653 # expand $ac_aux_dir to an absolute path
3654 am_aux_dir=`cd $ac_aux_dir && pwd`
3655
3656 if test x"${MISSING+set}" != xset; then
3657 case $am_aux_dir in
3658 *\ * | *\ *)
3659 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3660 *)
3661 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3662 esac
3663 fi
3664 # Use eval to expand $SHELL
3665 if eval "$MISSING --run true"; then
3666 am_missing_run="$MISSING --run "
3667 else
3668 am_missing_run=
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3670 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3671 fi
3672
3673 if test x"${install_sh}" != xset; then
3674 case $am_aux_dir in
3675 *\ * | *\ *)
3676 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3677 *)
3678 install_sh="\${SHELL} $am_aux_dir/install-sh"
3679 esac
3680 fi
3681
3682 # Installed binaries are usually stripped using `strip' when the user
3683 # run `make install-strip'. However `strip' might not be the right
3684 # tool to use in cross-compilation environments, therefore Automake
3685 # will honor the `STRIP' environment variable to overrule this program.
3686 if test "$cross_compiling" != no; then
3687 if test -n "$ac_tool_prefix"; then
3688 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3689 set dummy ${ac_tool_prefix}strip; ac_word=$2
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 $as_echo_n "checking for $ac_word... " >&6; }
3692 if test "${ac_cv_prog_STRIP+set}" = set; then :
3693 $as_echo_n "(cached) " >&6
3694 else
3695 if test -n "$STRIP"; then
3696 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3697 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH
3700 do
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3705 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3708 fi
3709 done
3710 done
3711 IFS=$as_save_IFS
3712
3713 fi
3714 fi
3715 STRIP=$ac_cv_prog_STRIP
3716 if test -n "$STRIP"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3718 $as_echo "$STRIP" >&6; }
3719 else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721 $as_echo "no" >&6; }
3722 fi
3723
3724
3725 fi
3726 if test -z "$ac_cv_prog_STRIP"; then
3727 ac_ct_STRIP=$STRIP
3728 # Extract the first word of "strip", so it can be a program name with args.
3729 set dummy strip; ac_word=$2
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731 $as_echo_n "checking for $ac_word... " >&6; }
3732 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3733 $as_echo_n "(cached) " >&6
3734 else
3735 if test -n "$ac_ct_STRIP"; then
3736 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3737 else
3738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739 for as_dir in $PATH
3740 do
3741 IFS=$as_save_IFS
3742 test -z "$as_dir" && as_dir=.
3743 for ac_exec_ext in '' $ac_executable_extensions; do
3744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3745 ac_cv_prog_ac_ct_STRIP="strip"
3746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3747 break 2
3748 fi
3749 done
3750 done
3751 IFS=$as_save_IFS
3752
3753 fi
3754 fi
3755 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3756 if test -n "$ac_ct_STRIP"; then
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3758 $as_echo "$ac_ct_STRIP" >&6; }
3759 else
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3761 $as_echo "no" >&6; }
3762 fi
3763
3764 if test "x$ac_ct_STRIP" = x; then
3765 STRIP=":"
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768 yes:)
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771 ac_tool_warned=yes ;;
3772 esac
3773 STRIP=$ac_ct_STRIP
3774 fi
3775 else
3776 STRIP="$ac_cv_prog_STRIP"
3777 fi
3778
3779 fi
3780 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3781
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3783 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3784 if test -z "$MKDIR_P"; then
3785 if test "${ac_cv_path_mkdir+set}" = set; then :
3786 $as_echo_n "(cached) " >&6
3787 else
3788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3789 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3790 do
3791 IFS=$as_save_IFS
3792 test -z "$as_dir" && as_dir=.
3793 for ac_prog in mkdir gmkdir; do
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3796 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3797 'mkdir (GNU coreutils) '* | \
3798 'mkdir (coreutils) '* | \
3799 'mkdir (fileutils) '4.1*)
3800 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3801 break 3;;
3802 esac
3803 done
3804 done
3805 done
3806 IFS=$as_save_IFS
3807
3808 fi
3809
3810 if test "${ac_cv_path_mkdir+set}" = set; then
3811 MKDIR_P="$ac_cv_path_mkdir -p"
3812 else
3813 # As a last resort, use the slow shell script. Don't cache a
3814 # value for MKDIR_P within a source directory, because that will
3815 # break other packages using the cache if that directory is
3816 # removed, or if the value is a relative name.
3817 test -d ./--version && rmdir ./--version
3818 MKDIR_P="$ac_install_sh -d"
3819 fi
3820 fi
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3822 $as_echo "$MKDIR_P" >&6; }
3823
3824 mkdir_p="$MKDIR_P"
3825 case $mkdir_p in
3826 [\\/$]* | ?:[\\/]*) ;;
3827 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3828 esac
3829
3830 for ac_prog in gawk mawk nawk awk
3831 do
3832 # Extract the first word of "$ac_prog", so it can be a program name with args.
3833 set dummy $ac_prog; ac_word=$2
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3835 $as_echo_n "checking for $ac_word... " >&6; }
3836 if test "${ac_cv_prog_AWK+set}" = set; then :
3837 $as_echo_n "(cached) " >&6
3838 else
3839 if test -n "$AWK"; then
3840 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3841 else
3842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3843 for as_dir in $PATH
3844 do
3845 IFS=$as_save_IFS
3846 test -z "$as_dir" && as_dir=.
3847 for ac_exec_ext in '' $ac_executable_extensions; do
3848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3849 ac_cv_prog_AWK="$ac_prog"
3850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3851 break 2
3852 fi
3853 done
3854 done
3855 IFS=$as_save_IFS
3856
3857 fi
3858 fi
3859 AWK=$ac_cv_prog_AWK
3860 if test -n "$AWK"; then
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3862 $as_echo "$AWK" >&6; }
3863 else
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3865 $as_echo "no" >&6; }
3866 fi
3867
3868
3869 test -n "$AWK" && break
3870 done
3871
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3873 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3874 set x ${MAKE-make}
3875 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3876 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3877 $as_echo_n "(cached) " >&6
3878 else
3879 cat >conftest.make <<\_ACEOF
3880 SHELL = /bin/sh
3881 all:
3882 @echo '@@@%%%=$(MAKE)=@@@%%%'
3883 _ACEOF
3884 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3885 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3886 *@@@%%%=?*=@@@%%%*)
3887 eval ac_cv_prog_make_${ac_make}_set=yes;;
3888 *)
3889 eval ac_cv_prog_make_${ac_make}_set=no;;
3890 esac
3891 rm -f conftest.make
3892 fi
3893 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3895 $as_echo "yes" >&6; }
3896 SET_MAKE=
3897 else
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899 $as_echo "no" >&6; }
3900 SET_MAKE="MAKE=${MAKE-make}"
3901 fi
3902
3903 rm -rf .tst 2>/dev/null
3904 mkdir .tst 2>/dev/null
3905 if test -d .tst; then
3906 am__leading_dot=.
3907 else
3908 am__leading_dot=_
3909 fi
3910 rmdir .tst 2>/dev/null
3911
3912 DEPDIR="${am__leading_dot}deps"
3913
3914 ac_config_commands="$ac_config_commands depfiles"
3915
3916
3917 am_make=${MAKE-make}
3918 cat > confinc << 'END'
3919 am__doit:
3920 @echo this is the am__doit target
3921 .PHONY: am__doit
3922 END
3923 # If we don't find an include directive, just comment out the code.
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3925 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3926 am__include="#"
3927 am__quote=
3928 _am_result=none
3929 # First try GNU make style include.
3930 echo "include confinc" > confmf
3931 # Ignore all kinds of additional output from `make'.
3932 case `$am_make -s -f confmf 2> /dev/null` in #(
3933 *the\ am__doit\ target*)
3934 am__include=include
3935 am__quote=
3936 _am_result=GNU
3937 ;;
3938 esac
3939 # Now try BSD make style include.
3940 if test "$am__include" = "#"; then
3941 echo '.include "confinc"' > confmf
3942 case `$am_make -s -f confmf 2> /dev/null` in #(
3943 *the\ am__doit\ target*)
3944 am__include=.include
3945 am__quote="\""
3946 _am_result=BSD
3947 ;;
3948 esac
3949 fi
3950
3951
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3953 $as_echo "$_am_result" >&6; }
3954 rm -f confinc confmf
3955
3956 # Check whether --enable-dependency-tracking was given.
3957 if test "${enable_dependency_tracking+set}" = set; then :
3958 enableval=$enable_dependency_tracking;
3959 fi
3960
3961 if test "x$enable_dependency_tracking" != xno; then
3962 am_depcomp="$ac_aux_dir/depcomp"
3963 AMDEPBACKSLASH='\'
3964 am__nodep='_no'
3965 fi
3966 if test "x$enable_dependency_tracking" != xno; then
3967 AMDEP_TRUE=
3968 AMDEP_FALSE='#'
3969 else
3970 AMDEP_TRUE='#'
3971 AMDEP_FALSE=
3972 fi
3973
3974
3975 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3976 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3977 # is not polluted with repeated "-I."
3978 am__isrc=' -I$(srcdir)'
3979 # test to see if srcdir already configured
3980 if test -f $srcdir/config.status; then
3981 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3982 fi
3983 fi
3984
3985 # test whether we have cygpath
3986 if test -z "$CYGPATH_W"; then
3987 if (cygpath --version) >/dev/null 2>/dev/null; then
3988 CYGPATH_W='cygpath -w'
3989 else
3990 CYGPATH_W=echo
3991 fi
3992 fi
3993
3994
3995 # Define the identity of the package.
3996 PACKAGE='bfd'
3997 VERSION='2.26.51'
3998
3999
4000 cat >>confdefs.h <<_ACEOF
4001 #define PACKAGE "$PACKAGE"
4002 _ACEOF
4003
4004
4005 cat >>confdefs.h <<_ACEOF
4006 #define VERSION "$VERSION"
4007 _ACEOF
4008
4009 # Some tools Automake needs.
4010
4011 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4012
4013
4014 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4015
4016
4017 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4018
4019
4020 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4021
4022
4023 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4024
4025 # We need awk for the "check" target. The system "awk" is bad on
4026 # some platforms.
4027 # Always define AMTAR for backward compatibility. Yes, it's still used
4028 # in the wild :-( We should find a proper way to deprecate it ...
4029 AMTAR='$${TAR-tar}'
4030
4031 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4032
4033
4034
4035
4036 depcc="$CC" am_compiler_list=
4037
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4039 $as_echo_n "checking dependency style of $depcc... " >&6; }
4040 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4041 $as_echo_n "(cached) " >&6
4042 else
4043 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4044 # We make a subdir and do the tests there. Otherwise we can end up
4045 # making bogus files that we don't know about and never remove. For
4046 # instance it was reported that on HP-UX the gcc test will end up
4047 # making a dummy file named `D' -- because `-MD' means `put the output
4048 # in D'.
4049 rm -rf conftest.dir
4050 mkdir conftest.dir
4051 # Copy depcomp to subdir because otherwise we won't find it if we're
4052 # using a relative directory.
4053 cp "$am_depcomp" conftest.dir
4054 cd conftest.dir
4055 # We will build objects and dependencies in a subdirectory because
4056 # it helps to detect inapplicable dependency modes. For instance
4057 # both Tru64's cc and ICC support -MD to output dependencies as a
4058 # side effect of compilation, but ICC will put the dependencies in
4059 # the current directory while Tru64 will put them in the object
4060 # directory.
4061 mkdir sub
4062
4063 am_cv_CC_dependencies_compiler_type=none
4064 if test "$am_compiler_list" = ""; then
4065 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4066 fi
4067 am__universal=false
4068 case " $depcc " in #(
4069 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4070 esac
4071
4072 for depmode in $am_compiler_list; do
4073 # Setup a source with many dependencies, because some compilers
4074 # like to wrap large dependency lists on column 80 (with \), and
4075 # we should not choose a depcomp mode which is confused by this.
4076 #
4077 # We need to recreate these files for each test, as the compiler may
4078 # overwrite some of them when testing with obscure command lines.
4079 # This happens at least with the AIX C compiler.
4080 : > sub/conftest.c
4081 for i in 1 2 3 4 5 6; do
4082 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4083 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4084 # Solaris 8's {/usr,}/bin/sh.
4085 touch sub/conftst$i.h
4086 done
4087 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4088
4089 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4090 # mode. It turns out that the SunPro C++ compiler does not properly
4091 # handle `-M -o', and we need to detect this. Also, some Intel
4092 # versions had trouble with output in subdirs
4093 am__obj=sub/conftest.${OBJEXT-o}
4094 am__minus_obj="-o $am__obj"
4095 case $depmode in
4096 gcc)
4097 # This depmode causes a compiler race in universal mode.
4098 test "$am__universal" = false || continue
4099 ;;
4100 nosideeffect)
4101 # after this tag, mechanisms are not by side-effect, so they'll
4102 # only be used when explicitly requested
4103 if test "x$enable_dependency_tracking" = xyes; then
4104 continue
4105 else
4106 break
4107 fi
4108 ;;
4109 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4110 # This compiler won't grok `-c -o', but also, the minuso test has
4111 # not run yet. These depmodes are late enough in the game, and
4112 # so weak that their functioning should not be impacted.
4113 am__obj=conftest.${OBJEXT-o}
4114 am__minus_obj=
4115 ;;
4116 none) break ;;
4117 esac
4118 if depmode=$depmode \
4119 source=sub/conftest.c object=$am__obj \
4120 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4121 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4122 >/dev/null 2>conftest.err &&
4123 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4124 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4125 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4126 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4127 # icc doesn't choke on unknown options, it will just issue warnings
4128 # or remarks (even with -Werror). So we grep stderr for any message
4129 # that says an option was ignored or not supported.
4130 # When given -MP, icc 7.0 and 7.1 complain thusly:
4131 # icc: Command line warning: ignoring option '-M'; no argument required
4132 # The diagnosis changed in icc 8.0:
4133 # icc: Command line remark: option '-MP' not supported
4134 if (grep 'ignoring option' conftest.err ||
4135 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4136 am_cv_CC_dependencies_compiler_type=$depmode
4137 break
4138 fi
4139 fi
4140 done
4141
4142 cd ..
4143 rm -rf conftest.dir
4144 else
4145 am_cv_CC_dependencies_compiler_type=none
4146 fi
4147
4148 fi
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4150 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4151 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4152
4153 if
4154 test "x$enable_dependency_tracking" != xno \
4155 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4156 am__fastdepCC_TRUE=
4157 am__fastdepCC_FALSE='#'
4158 else
4159 am__fastdepCC_TRUE='#'
4160 am__fastdepCC_FALSE=
4161 fi
4162
4163
4164
4165
4166 if test -n "$ac_tool_prefix"; then
4167 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4168 set dummy ${ac_tool_prefix}ar; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_AR+set}" = set; then :
4172 $as_echo_n "(cached) " >&6
4173 else
4174 if test -n "$AR"; then
4175 ac_cv_prog_AR="$AR" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4179 do
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 ac_cv_prog_AR="${ac_tool_prefix}ar"
4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186 break 2
4187 fi
4188 done
4189 done
4190 IFS=$as_save_IFS
4191
4192 fi
4193 fi
4194 AR=$ac_cv_prog_AR
4195 if test -n "$AR"; then
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4197 $as_echo "$AR" >&6; }
4198 else
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4201 fi
4202
4203
4204 fi
4205 if test -z "$ac_cv_prog_AR"; then
4206 ac_ct_AR=$AR
4207 # Extract the first word of "ar", so it can be a program name with args.
4208 set dummy ar; ac_word=$2
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4210 $as_echo_n "checking for $ac_word... " >&6; }
4211 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4212 $as_echo_n "(cached) " >&6
4213 else
4214 if test -n "$ac_ct_AR"; then
4215 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4216 else
4217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218 for as_dir in $PATH
4219 do
4220 IFS=$as_save_IFS
4221 test -z "$as_dir" && as_dir=.
4222 for ac_exec_ext in '' $ac_executable_extensions; do
4223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4224 ac_cv_prog_ac_ct_AR="ar"
4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4227 fi
4228 done
4229 done
4230 IFS=$as_save_IFS
4231
4232 fi
4233 fi
4234 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4235 if test -n "$ac_ct_AR"; then
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4237 $as_echo "$ac_ct_AR" >&6; }
4238 else
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240 $as_echo "no" >&6; }
4241 fi
4242
4243 if test "x$ac_ct_AR" = x; then
4244 AR=""
4245 else
4246 case $cross_compiling:$ac_tool_warned in
4247 yes:)
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4250 ac_tool_warned=yes ;;
4251 esac
4252 AR=$ac_ct_AR
4253 fi
4254 else
4255 AR="$ac_cv_prog_AR"
4256 fi
4257
4258 if test -n "$ac_tool_prefix"; then
4259 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4260 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262 $as_echo_n "checking for $ac_word... " >&6; }
4263 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4264 $as_echo_n "(cached) " >&6
4265 else
4266 if test -n "$RANLIB"; then
4267 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4268 else
4269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4270 for as_dir in $PATH
4271 do
4272 IFS=$as_save_IFS
4273 test -z "$as_dir" && as_dir=.
4274 for ac_exec_ext in '' $ac_executable_extensions; do
4275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4276 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4278 break 2
4279 fi
4280 done
4281 done
4282 IFS=$as_save_IFS
4283
4284 fi
4285 fi
4286 RANLIB=$ac_cv_prog_RANLIB
4287 if test -n "$RANLIB"; then
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4289 $as_echo "$RANLIB" >&6; }
4290 else
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4292 $as_echo "no" >&6; }
4293 fi
4294
4295
4296 fi
4297 if test -z "$ac_cv_prog_RANLIB"; then
4298 ac_ct_RANLIB=$RANLIB
4299 # Extract the first word of "ranlib", so it can be a program name with args.
4300 set dummy ranlib; ac_word=$2
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4302 $as_echo_n "checking for $ac_word... " >&6; }
4303 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4304 $as_echo_n "(cached) " >&6
4305 else
4306 if test -n "$ac_ct_RANLIB"; then
4307 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4308 else
4309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4310 for as_dir in $PATH
4311 do
4312 IFS=$as_save_IFS
4313 test -z "$as_dir" && as_dir=.
4314 for ac_exec_ext in '' $ac_executable_extensions; do
4315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4316 ac_cv_prog_ac_ct_RANLIB="ranlib"
4317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4318 break 2
4319 fi
4320 done
4321 done
4322 IFS=$as_save_IFS
4323
4324 fi
4325 fi
4326 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4327 if test -n "$ac_ct_RANLIB"; then
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4329 $as_echo "$ac_ct_RANLIB" >&6; }
4330 else
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4332 $as_echo "no" >&6; }
4333 fi
4334
4335 if test "x$ac_ct_RANLIB" = x; then
4336 RANLIB=":"
4337 else
4338 case $cross_compiling:$ac_tool_warned in
4339 yes:)
4340 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4341 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4342 ac_tool_warned=yes ;;
4343 esac
4344 RANLIB=$ac_ct_RANLIB
4345 fi
4346 else
4347 RANLIB="$ac_cv_prog_RANLIB"
4348 fi
4349
4350
4351 # Check whether --enable-shared was given.
4352 if test "${enable_shared+set}" = set; then :
4353 enableval=$enable_shared; p=${PACKAGE-default}
4354 case $enableval in
4355 yes) enable_shared=yes ;;
4356 no) enable_shared=no ;;
4357 *)
4358 enable_shared=no
4359 # Look at the argument we got. We use all the common list separators.
4360 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4361 for pkg in $enableval; do
4362 IFS="$lt_save_ifs"
4363 if test "X$pkg" = "X$p"; then
4364 enable_shared=yes
4365 fi
4366 done
4367 IFS="$lt_save_ifs"
4368 ;;
4369 esac
4370 else
4371 enable_shared=no
4372 fi
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383 ac_ext=c
4384 ac_cpp='$CPP $CPPFLAGS'
4385 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4386 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4387 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4388 if test -n "$ac_tool_prefix"; then
4389 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4390 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4392 $as_echo_n "checking for $ac_word... " >&6; }
4393 if test "${ac_cv_prog_CC+set}" = set; then :
4394 $as_echo_n "(cached) " >&6
4395 else
4396 if test -n "$CC"; then
4397 ac_cv_prog_CC="$CC" # Let the user override the test.
4398 else
4399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400 for as_dir in $PATH
4401 do
4402 IFS=$as_save_IFS
4403 test -z "$as_dir" && as_dir=.
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4406 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 break 2
4409 fi
4410 done
4411 done
4412 IFS=$as_save_IFS
4413
4414 fi
4415 fi
4416 CC=$ac_cv_prog_CC
4417 if test -n "$CC"; then
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4419 $as_echo "$CC" >&6; }
4420 else
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4422 $as_echo "no" >&6; }
4423 fi
4424
4425
4426 fi
4427 if test -z "$ac_cv_prog_CC"; then
4428 ac_ct_CC=$CC
4429 # Extract the first word of "gcc", so it can be a program name with args.
4430 set dummy gcc; ac_word=$2
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4432 $as_echo_n "checking for $ac_word... " >&6; }
4433 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4434 $as_echo_n "(cached) " >&6
4435 else
4436 if test -n "$ac_ct_CC"; then
4437 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4438 else
4439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4440 for as_dir in $PATH
4441 do
4442 IFS=$as_save_IFS
4443 test -z "$as_dir" && as_dir=.
4444 for ac_exec_ext in '' $ac_executable_extensions; do
4445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4446 ac_cv_prog_ac_ct_CC="gcc"
4447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4448 break 2
4449 fi
4450 done
4451 done
4452 IFS=$as_save_IFS
4453
4454 fi
4455 fi
4456 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4457 if test -n "$ac_ct_CC"; then
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4459 $as_echo "$ac_ct_CC" >&6; }
4460 else
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4462 $as_echo "no" >&6; }
4463 fi
4464
4465 if test "x$ac_ct_CC" = x; then
4466 CC=""
4467 else
4468 case $cross_compiling:$ac_tool_warned in
4469 yes:)
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4471 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4472 ac_tool_warned=yes ;;
4473 esac
4474 CC=$ac_ct_CC
4475 fi
4476 else
4477 CC="$ac_cv_prog_CC"
4478 fi
4479
4480 if test -z "$CC"; then
4481 if test -n "$ac_tool_prefix"; then
4482 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4483 set dummy ${ac_tool_prefix}cc; ac_word=$2
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4485 $as_echo_n "checking for $ac_word... " >&6; }
4486 if test "${ac_cv_prog_CC+set}" = set; then :
4487 $as_echo_n "(cached) " >&6
4488 else
4489 if test -n "$CC"; then
4490 ac_cv_prog_CC="$CC" # Let the user override the test.
4491 else
4492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4493 for as_dir in $PATH
4494 do
4495 IFS=$as_save_IFS
4496 test -z "$as_dir" && as_dir=.
4497 for ac_exec_ext in '' $ac_executable_extensions; do
4498 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4499 ac_cv_prog_CC="${ac_tool_prefix}cc"
4500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4501 break 2
4502 fi
4503 done
4504 done
4505 IFS=$as_save_IFS
4506
4507 fi
4508 fi
4509 CC=$ac_cv_prog_CC
4510 if test -n "$CC"; then
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4512 $as_echo "$CC" >&6; }
4513 else
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4515 $as_echo "no" >&6; }
4516 fi
4517
4518
4519 fi
4520 fi
4521 if test -z "$CC"; then
4522 # Extract the first word of "cc", so it can be a program name with args.
4523 set dummy cc; ac_word=$2
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4525 $as_echo_n "checking for $ac_word... " >&6; }
4526 if test "${ac_cv_prog_CC+set}" = set; then :
4527 $as_echo_n "(cached) " >&6
4528 else
4529 if test -n "$CC"; then
4530 ac_cv_prog_CC="$CC" # Let the user override the test.
4531 else
4532 ac_prog_rejected=no
4533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534 for as_dir in $PATH
4535 do
4536 IFS=$as_save_IFS
4537 test -z "$as_dir" && as_dir=.
4538 for ac_exec_ext in '' $ac_executable_extensions; do
4539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4540 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4541 ac_prog_rejected=yes
4542 continue
4543 fi
4544 ac_cv_prog_CC="cc"
4545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4546 break 2
4547 fi
4548 done
4549 done
4550 IFS=$as_save_IFS
4551
4552 if test $ac_prog_rejected = yes; then
4553 # We found a bogon in the path, so make sure we never use it.
4554 set dummy $ac_cv_prog_CC
4555 shift
4556 if test $# != 0; then
4557 # We chose a different compiler from the bogus one.
4558 # However, it has the same basename, so the bogon will be chosen
4559 # first if we set CC to just the basename; use the full file name.
4560 shift
4561 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4562 fi
4563 fi
4564 fi
4565 fi
4566 CC=$ac_cv_prog_CC
4567 if test -n "$CC"; then
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4569 $as_echo "$CC" >&6; }
4570 else
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4572 $as_echo "no" >&6; }
4573 fi
4574
4575
4576 fi
4577 if test -z "$CC"; then
4578 if test -n "$ac_tool_prefix"; then
4579 for ac_prog in cl.exe
4580 do
4581 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4582 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4584 $as_echo_n "checking for $ac_word... " >&6; }
4585 if test "${ac_cv_prog_CC+set}" = set; then :
4586 $as_echo_n "(cached) " >&6
4587 else
4588 if test -n "$CC"; then
4589 ac_cv_prog_CC="$CC" # Let the user override the test.
4590 else
4591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4592 for as_dir in $PATH
4593 do
4594 IFS=$as_save_IFS
4595 test -z "$as_dir" && as_dir=.
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4598 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4600 break 2
4601 fi
4602 done
4603 done
4604 IFS=$as_save_IFS
4605
4606 fi
4607 fi
4608 CC=$ac_cv_prog_CC
4609 if test -n "$CC"; then
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4611 $as_echo "$CC" >&6; }
4612 else
4613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4614 $as_echo "no" >&6; }
4615 fi
4616
4617
4618 test -n "$CC" && break
4619 done
4620 fi
4621 if test -z "$CC"; then
4622 ac_ct_CC=$CC
4623 for ac_prog in cl.exe
4624 do
4625 # Extract the first word of "$ac_prog", so it can be a program name with args.
4626 set dummy $ac_prog; ac_word=$2
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4628 $as_echo_n "checking for $ac_word... " >&6; }
4629 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4630 $as_echo_n "(cached) " >&6
4631 else
4632 if test -n "$ac_ct_CC"; then
4633 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4634 else
4635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4636 for as_dir in $PATH
4637 do
4638 IFS=$as_save_IFS
4639 test -z "$as_dir" && as_dir=.
4640 for ac_exec_ext in '' $ac_executable_extensions; do
4641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4642 ac_cv_prog_ac_ct_CC="$ac_prog"
4643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4644 break 2
4645 fi
4646 done
4647 done
4648 IFS=$as_save_IFS
4649
4650 fi
4651 fi
4652 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4653 if test -n "$ac_ct_CC"; then
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4655 $as_echo "$ac_ct_CC" >&6; }
4656 else
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4658 $as_echo "no" >&6; }
4659 fi
4660
4661
4662 test -n "$ac_ct_CC" && break
4663 done
4664
4665 if test "x$ac_ct_CC" = x; then
4666 CC=""
4667 else
4668 case $cross_compiling:$ac_tool_warned in
4669 yes:)
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4671 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4672 ac_tool_warned=yes ;;
4673 esac
4674 CC=$ac_ct_CC
4675 fi
4676 fi
4677
4678 fi
4679
4680
4681 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4683 as_fn_error "no acceptable C compiler found in \$PATH
4684 See \`config.log' for more details." "$LINENO" 5; }
4685
4686 # Provide some information about the compiler.
4687 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4688 set X $ac_compile
4689 ac_compiler=$2
4690 for ac_option in --version -v -V -qversion; do
4691 { { ac_try="$ac_compiler $ac_option >&5"
4692 case "(($ac_try" in
4693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4694 *) ac_try_echo=$ac_try;;
4695 esac
4696 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4697 $as_echo "$ac_try_echo"; } >&5
4698 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4699 ac_status=$?
4700 if test -s conftest.err; then
4701 sed '10a\
4702 ... rest of stderr output deleted ...
4703 10q' conftest.err >conftest.er1
4704 cat conftest.er1 >&5
4705 rm -f conftest.er1 conftest.err
4706 fi
4707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4708 test $ac_status = 0; }
4709 done
4710
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4712 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4713 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
4715 else
4716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4717 /* end confdefs.h. */
4718
4719 int
4720 main ()
4721 {
4722 #ifndef __GNUC__
4723 choke me
4724 #endif
4725
4726 ;
4727 return 0;
4728 }
4729 _ACEOF
4730 if ac_fn_c_try_compile "$LINENO"; then :
4731 ac_compiler_gnu=yes
4732 else
4733 ac_compiler_gnu=no
4734 fi
4735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4736 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4737
4738 fi
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4740 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4741 if test $ac_compiler_gnu = yes; then
4742 GCC=yes
4743 else
4744 GCC=
4745 fi
4746 ac_test_CFLAGS=${CFLAGS+set}
4747 ac_save_CFLAGS=$CFLAGS
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4749 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4750 if test "${ac_cv_prog_cc_g+set}" = set; then :
4751 $as_echo_n "(cached) " >&6
4752 else
4753 ac_save_c_werror_flag=$ac_c_werror_flag
4754 ac_c_werror_flag=yes
4755 ac_cv_prog_cc_g=no
4756 CFLAGS="-g"
4757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4758 /* end confdefs.h. */
4759
4760 int
4761 main ()
4762 {
4763
4764 ;
4765 return 0;
4766 }
4767 _ACEOF
4768 if ac_fn_c_try_compile "$LINENO"; then :
4769 ac_cv_prog_cc_g=yes
4770 else
4771 CFLAGS=""
4772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4773 /* end confdefs.h. */
4774
4775 int
4776 main ()
4777 {
4778
4779 ;
4780 return 0;
4781 }
4782 _ACEOF
4783 if ac_fn_c_try_compile "$LINENO"; then :
4784
4785 else
4786 ac_c_werror_flag=$ac_save_c_werror_flag
4787 CFLAGS="-g"
4788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4789 /* end confdefs.h. */
4790
4791 int
4792 main ()
4793 {
4794
4795 ;
4796 return 0;
4797 }
4798 _ACEOF
4799 if ac_fn_c_try_compile "$LINENO"; then :
4800 ac_cv_prog_cc_g=yes
4801 fi
4802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4803 fi
4804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4805 fi
4806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4807 ac_c_werror_flag=$ac_save_c_werror_flag
4808 fi
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4810 $as_echo "$ac_cv_prog_cc_g" >&6; }
4811 if test "$ac_test_CFLAGS" = set; then
4812 CFLAGS=$ac_save_CFLAGS
4813 elif test $ac_cv_prog_cc_g = yes; then
4814 if test "$GCC" = yes; then
4815 CFLAGS="-g -O2"
4816 else
4817 CFLAGS="-g"
4818 fi
4819 else
4820 if test "$GCC" = yes; then
4821 CFLAGS="-O2"
4822 else
4823 CFLAGS=
4824 fi
4825 fi
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4827 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4828 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4830 else
4831 ac_cv_prog_cc_c89=no
4832 ac_save_CC=$CC
4833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4834 /* end confdefs.h. */
4835 #include <stdarg.h>
4836 #include <stdio.h>
4837 #include <sys/types.h>
4838 #include <sys/stat.h>
4839 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4840 struct buf { int x; };
4841 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4842 static char *e (p, i)
4843 char **p;
4844 int i;
4845 {
4846 return p[i];
4847 }
4848 static char *f (char * (*g) (char **, int), char **p, ...)
4849 {
4850 char *s;
4851 va_list v;
4852 va_start (v,p);
4853 s = g (p, va_arg (v,int));
4854 va_end (v);
4855 return s;
4856 }
4857
4858 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4859 function prototypes and stuff, but not '\xHH' hex character constants.
4860 These don't provoke an error unfortunately, instead are silently treated
4861 as 'x'. The following induces an error, until -std is added to get
4862 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4863 array size at least. It's necessary to write '\x00'==0 to get something
4864 that's true only with -std. */
4865 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4866
4867 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4868 inside strings and character constants. */
4869 #define FOO(x) 'x'
4870 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4871
4872 int test (int i, double x);
4873 struct s1 {int (*f) (int a);};
4874 struct s2 {int (*f) (double a);};
4875 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4876 int argc;
4877 char **argv;
4878 int
4879 main ()
4880 {
4881 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4882 ;
4883 return 0;
4884 }
4885 _ACEOF
4886 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4887 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4888 do
4889 CC="$ac_save_CC $ac_arg"
4890 if ac_fn_c_try_compile "$LINENO"; then :
4891 ac_cv_prog_cc_c89=$ac_arg
4892 fi
4893 rm -f core conftest.err conftest.$ac_objext
4894 test "x$ac_cv_prog_cc_c89" != "xno" && break
4895 done
4896 rm -f conftest.$ac_ext
4897 CC=$ac_save_CC
4898
4899 fi
4900 # AC_CACHE_VAL
4901 case "x$ac_cv_prog_cc_c89" in
4902 x)
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4904 $as_echo "none needed" >&6; } ;;
4905 xno)
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4907 $as_echo "unsupported" >&6; } ;;
4908 *)
4909 CC="$CC $ac_cv_prog_cc_c89"
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4911 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4912 esac
4913 if test "x$ac_cv_prog_cc_c89" != xno; then :
4914
4915 fi
4916
4917 ac_ext=c
4918 ac_cpp='$CPP $CPPFLAGS'
4919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4922
4923 ac_ext=c
4924 ac_cpp='$CPP $CPPFLAGS'
4925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4926 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4929 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4930 # On Suns, sometimes $CPP names a directory.
4931 if test -n "$CPP" && test -d "$CPP"; then
4932 CPP=
4933 fi
4934 if test -z "$CPP"; then
4935 if test "${ac_cv_prog_CPP+set}" = set; then :
4936 $as_echo_n "(cached) " >&6
4937 else
4938 # Double quotes because CPP needs to be expanded
4939 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4940 do
4941 ac_preproc_ok=false
4942 for ac_c_preproc_warn_flag in '' yes
4943 do
4944 # Use a header file that comes with gcc, so configuring glibc
4945 # with a fresh cross-compiler works.
4946 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4947 # <limits.h> exists even on freestanding compilers.
4948 # On the NeXT, cc -E runs the code through the compiler's parser,
4949 # not just through cpp. "Syntax error" is here to catch this case.
4950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4951 /* end confdefs.h. */
4952 #ifdef __STDC__
4953 # include <limits.h>
4954 #else
4955 # include <assert.h>
4956 #endif
4957 Syntax error
4958 _ACEOF
4959 if ac_fn_c_try_cpp "$LINENO"; then :
4960
4961 else
4962 # Broken: fails on valid input.
4963 continue
4964 fi
4965 rm -f conftest.err conftest.$ac_ext
4966
4967 # OK, works on sane cases. Now check whether nonexistent headers
4968 # can be detected and how.
4969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4970 /* end confdefs.h. */
4971 #include <ac_nonexistent.h>
4972 _ACEOF
4973 if ac_fn_c_try_cpp "$LINENO"; then :
4974 # Broken: success on invalid input.
4975 continue
4976 else
4977 # Passes both tests.
4978 ac_preproc_ok=:
4979 break
4980 fi
4981 rm -f conftest.err conftest.$ac_ext
4982
4983 done
4984 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4985 rm -f conftest.err conftest.$ac_ext
4986 if $ac_preproc_ok; then :
4987 break
4988 fi
4989
4990 done
4991 ac_cv_prog_CPP=$CPP
4992
4993 fi
4994 CPP=$ac_cv_prog_CPP
4995 else
4996 ac_cv_prog_CPP=$CPP
4997 fi
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4999 $as_echo "$CPP" >&6; }
5000 ac_preproc_ok=false
5001 for ac_c_preproc_warn_flag in '' yes
5002 do
5003 # Use a header file that comes with gcc, so configuring glibc
5004 # with a fresh cross-compiler works.
5005 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5006 # <limits.h> exists even on freestanding compilers.
5007 # On the NeXT, cc -E runs the code through the compiler's parser,
5008 # not just through cpp. "Syntax error" is here to catch this case.
5009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5010 /* end confdefs.h. */
5011 #ifdef __STDC__
5012 # include <limits.h>
5013 #else
5014 # include <assert.h>
5015 #endif
5016 Syntax error
5017 _ACEOF
5018 if ac_fn_c_try_cpp "$LINENO"; then :
5019
5020 else
5021 # Broken: fails on valid input.
5022 continue
5023 fi
5024 rm -f conftest.err conftest.$ac_ext
5025
5026 # OK, works on sane cases. Now check whether nonexistent headers
5027 # can be detected and how.
5028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5029 /* end confdefs.h. */
5030 #include <ac_nonexistent.h>
5031 _ACEOF
5032 if ac_fn_c_try_cpp "$LINENO"; then :
5033 # Broken: success on invalid input.
5034 continue
5035 else
5036 # Passes both tests.
5037 ac_preproc_ok=:
5038 break
5039 fi
5040 rm -f conftest.err conftest.$ac_ext
5041
5042 done
5043 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5044 rm -f conftest.err conftest.$ac_ext
5045 if $ac_preproc_ok; then :
5046
5047 else
5048 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5049 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5050 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5051 See \`config.log' for more details." "$LINENO" 5; }
5052 fi
5053
5054 ac_ext=c
5055 ac_cpp='$CPP $CPPFLAGS'
5056 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5057 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5058 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5059
5060
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5062 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5063 if test "${ac_cv_path_GREP+set}" = set; then :
5064 $as_echo_n "(cached) " >&6
5065 else
5066 if test -z "$GREP"; then
5067 ac_path_GREP_found=false
5068 # Loop through the user's path and test for each of PROGNAME-LIST
5069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5070 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5071 do
5072 IFS=$as_save_IFS
5073 test -z "$as_dir" && as_dir=.
5074 for ac_prog in grep ggrep; do
5075 for ac_exec_ext in '' $ac_executable_extensions; do
5076 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5077 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5078 # Check for GNU ac_path_GREP and select it if it is found.
5079 # Check for GNU $ac_path_GREP
5080 case `"$ac_path_GREP" --version 2>&1` in
5081 *GNU*)
5082 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5083 *)
5084 ac_count=0
5085 $as_echo_n 0123456789 >"conftest.in"
5086 while :
5087 do
5088 cat "conftest.in" "conftest.in" >"conftest.tmp"
5089 mv "conftest.tmp" "conftest.in"
5090 cp "conftest.in" "conftest.nl"
5091 $as_echo 'GREP' >> "conftest.nl"
5092 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5093 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5094 as_fn_arith $ac_count + 1 && ac_count=$as_val
5095 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5096 # Best one so far, save it but keep looking for a better one
5097 ac_cv_path_GREP="$ac_path_GREP"
5098 ac_path_GREP_max=$ac_count
5099 fi
5100 # 10*(2^10) chars as input seems more than enough
5101 test $ac_count -gt 10 && break
5102 done
5103 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5104 esac
5105
5106 $ac_path_GREP_found && break 3
5107 done
5108 done
5109 done
5110 IFS=$as_save_IFS
5111 if test -z "$ac_cv_path_GREP"; then
5112 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5113 fi
5114 else
5115 ac_cv_path_GREP=$GREP
5116 fi
5117
5118 fi
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5120 $as_echo "$ac_cv_path_GREP" >&6; }
5121 GREP="$ac_cv_path_GREP"
5122
5123
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5125 $as_echo_n "checking for egrep... " >&6; }
5126 if test "${ac_cv_path_EGREP+set}" = set; then :
5127 $as_echo_n "(cached) " >&6
5128 else
5129 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5130 then ac_cv_path_EGREP="$GREP -E"
5131 else
5132 if test -z "$EGREP"; then
5133 ac_path_EGREP_found=false
5134 # Loop through the user's path and test for each of PROGNAME-LIST
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5136 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5137 do
5138 IFS=$as_save_IFS
5139 test -z "$as_dir" && as_dir=.
5140 for ac_prog in egrep; do
5141 for ac_exec_ext in '' $ac_executable_extensions; do
5142 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5143 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5144 # Check for GNU ac_path_EGREP and select it if it is found.
5145 # Check for GNU $ac_path_EGREP
5146 case `"$ac_path_EGREP" --version 2>&1` in
5147 *GNU*)
5148 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5149 *)
5150 ac_count=0
5151 $as_echo_n 0123456789 >"conftest.in"
5152 while :
5153 do
5154 cat "conftest.in" "conftest.in" >"conftest.tmp"
5155 mv "conftest.tmp" "conftest.in"
5156 cp "conftest.in" "conftest.nl"
5157 $as_echo 'EGREP' >> "conftest.nl"
5158 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5159 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5160 as_fn_arith $ac_count + 1 && ac_count=$as_val
5161 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5162 # Best one so far, save it but keep looking for a better one
5163 ac_cv_path_EGREP="$ac_path_EGREP"
5164 ac_path_EGREP_max=$ac_count
5165 fi
5166 # 10*(2^10) chars as input seems more than enough
5167 test $ac_count -gt 10 && break
5168 done
5169 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5170 esac
5171
5172 $ac_path_EGREP_found && break 3
5173 done
5174 done
5175 done
5176 IFS=$as_save_IFS
5177 if test -z "$ac_cv_path_EGREP"; then
5178 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5179 fi
5180 else
5181 ac_cv_path_EGREP=$EGREP
5182 fi
5183
5184 fi
5185 fi
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5187 $as_echo "$ac_cv_path_EGREP" >&6; }
5188 EGREP="$ac_cv_path_EGREP"
5189
5190
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5192 $as_echo_n "checking for ANSI C header files... " >&6; }
5193 if test "${ac_cv_header_stdc+set}" = set; then :
5194 $as_echo_n "(cached) " >&6
5195 else
5196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5197 /* end confdefs.h. */
5198 #include <stdlib.h>
5199 #include <stdarg.h>
5200 #include <string.h>
5201 #include <float.h>
5202
5203 int
5204 main ()
5205 {
5206
5207 ;
5208 return 0;
5209 }
5210 _ACEOF
5211 if ac_fn_c_try_compile "$LINENO"; then :
5212 ac_cv_header_stdc=yes
5213 else
5214 ac_cv_header_stdc=no
5215 fi
5216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5217
5218 if test $ac_cv_header_stdc = yes; then
5219 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5221 /* end confdefs.h. */
5222 #include <string.h>
5223
5224 _ACEOF
5225 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5226 $EGREP "memchr" >/dev/null 2>&1; then :
5227
5228 else
5229 ac_cv_header_stdc=no
5230 fi
5231 rm -f conftest*
5232
5233 fi
5234
5235 if test $ac_cv_header_stdc = yes; then
5236 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5238 /* end confdefs.h. */
5239 #include <stdlib.h>
5240
5241 _ACEOF
5242 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5243 $EGREP "free" >/dev/null 2>&1; then :
5244
5245 else
5246 ac_cv_header_stdc=no
5247 fi
5248 rm -f conftest*
5249
5250 fi
5251
5252 if test $ac_cv_header_stdc = yes; then
5253 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5254 if test "$cross_compiling" = yes; then :
5255 :
5256 else
5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5258 /* end confdefs.h. */
5259 #include <ctype.h>
5260 #include <stdlib.h>
5261 #if ((' ' & 0x0FF) == 0x020)
5262 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5263 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5264 #else
5265 # define ISLOWER(c) \
5266 (('a' <= (c) && (c) <= 'i') \
5267 || ('j' <= (c) && (c) <= 'r') \
5268 || ('s' <= (c) && (c) <= 'z'))
5269 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5270 #endif
5271
5272 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5273 int
5274 main ()
5275 {
5276 int i;
5277 for (i = 0; i < 256; i++)
5278 if (XOR (islower (i), ISLOWER (i))
5279 || toupper (i) != TOUPPER (i))
5280 return 2;
5281 return 0;
5282 }
5283 _ACEOF
5284 if ac_fn_c_try_run "$LINENO"; then :
5285
5286 else
5287 ac_cv_header_stdc=no
5288 fi
5289 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5290 conftest.$ac_objext conftest.beam conftest.$ac_ext
5291 fi
5292
5293 fi
5294 fi
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5296 $as_echo "$ac_cv_header_stdc" >&6; }
5297 if test $ac_cv_header_stdc = yes; then
5298
5299 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5300
5301 fi
5302
5303 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5304 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5305 inttypes.h stdint.h unistd.h
5306 do :
5307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5308 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5309 "
5310 eval as_val=\$$as_ac_Header
5311 if test "x$as_val" = x""yes; then :
5312 cat >>confdefs.h <<_ACEOF
5313 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5314 _ACEOF
5315
5316 fi
5317
5318 done
5319
5320
5321
5322 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5323 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5324 MINIX=yes
5325 else
5326 MINIX=
5327 fi
5328
5329
5330 if test "$MINIX" = yes; then
5331
5332 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5333
5334
5335 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5336
5337
5338 $as_echo "#define _MINIX 1" >>confdefs.h
5339
5340 fi
5341
5342
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5344 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5345 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5346 $as_echo_n "(cached) " >&6
5347 else
5348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5349 /* end confdefs.h. */
5350
5351 # define __EXTENSIONS__ 1
5352 $ac_includes_default
5353 int
5354 main ()
5355 {
5356
5357 ;
5358 return 0;
5359 }
5360 _ACEOF
5361 if ac_fn_c_try_compile "$LINENO"; then :
5362 ac_cv_safe_to_define___extensions__=yes
5363 else
5364 ac_cv_safe_to_define___extensions__=no
5365 fi
5366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5367 fi
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5369 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5370 test $ac_cv_safe_to_define___extensions__ = yes &&
5371 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5372
5373 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5374
5375 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5376
5377 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5378
5379 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5380
5381
5382
5383
5384
5385 case `pwd` in
5386 *\ * | *\ *)
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5388 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5389 esac
5390
5391
5392
5393 macro_version='2.2.7a'
5394 macro_revision='1.3134'
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408 ltmain="$ac_aux_dir/ltmain.sh"
5409
5410 # Backslashify metacharacters that are still active within
5411 # double-quoted strings.
5412 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5413
5414 # Same as above, but do not quote variable references.
5415 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5416
5417 # Sed substitution to delay expansion of an escaped shell variable in a
5418 # double_quote_subst'ed string.
5419 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5420
5421 # Sed substitution to delay expansion of an escaped single quote.
5422 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5423
5424 # Sed substitution to avoid accidental globbing in evaled expressions
5425 no_glob_subst='s/\*/\\\*/g'
5426
5427 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5428 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5429 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5430
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5432 $as_echo_n "checking how to print strings... " >&6; }
5433 # Test print first, because it will be a builtin if present.
5434 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5435 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5436 ECHO='print -r --'
5437 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5438 ECHO='printf %s\n'
5439 else
5440 # Use this function as a fallback that always works.
5441 func_fallback_echo ()
5442 {
5443 eval 'cat <<_LTECHO_EOF
5444 $1
5445 _LTECHO_EOF'
5446 }
5447 ECHO='func_fallback_echo'
5448 fi
5449
5450 # func_echo_all arg...
5451 # Invoke $ECHO with all args, space-separated.
5452 func_echo_all ()
5453 {
5454 $ECHO ""
5455 }
5456
5457 case "$ECHO" in
5458 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5459 $as_echo "printf" >&6; } ;;
5460 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5461 $as_echo "print -r" >&6; } ;;
5462 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5463 $as_echo "cat" >&6; } ;;
5464 esac
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5480 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5481 if test "${ac_cv_path_SED+set}" = set; then :
5482 $as_echo_n "(cached) " >&6
5483 else
5484 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5485 for ac_i in 1 2 3 4 5 6 7; do
5486 ac_script="$ac_script$as_nl$ac_script"
5487 done
5488 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5489 { ac_script=; unset ac_script;}
5490 if test -z "$SED"; then
5491 ac_path_SED_found=false
5492 # Loop through the user's path and test for each of PROGNAME-LIST
5493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5494 for as_dir in $PATH
5495 do
5496 IFS=$as_save_IFS
5497 test -z "$as_dir" && as_dir=.
5498 for ac_prog in sed gsed; do
5499 for ac_exec_ext in '' $ac_executable_extensions; do
5500 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5501 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5502 # Check for GNU ac_path_SED and select it if it is found.
5503 # Check for GNU $ac_path_SED
5504 case `"$ac_path_SED" --version 2>&1` in
5505 *GNU*)
5506 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5507 *)
5508 ac_count=0
5509 $as_echo_n 0123456789 >"conftest.in"
5510 while :
5511 do
5512 cat "conftest.in" "conftest.in" >"conftest.tmp"
5513 mv "conftest.tmp" "conftest.in"
5514 cp "conftest.in" "conftest.nl"
5515 $as_echo '' >> "conftest.nl"
5516 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5517 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5518 as_fn_arith $ac_count + 1 && ac_count=$as_val
5519 if test $ac_count -gt ${ac_path_SED_max-0}; then
5520 # Best one so far, save it but keep looking for a better one
5521 ac_cv_path_SED="$ac_path_SED"
5522 ac_path_SED_max=$ac_count
5523 fi
5524 # 10*(2^10) chars as input seems more than enough
5525 test $ac_count -gt 10 && break
5526 done
5527 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5528 esac
5529
5530 $ac_path_SED_found && break 3
5531 done
5532 done
5533 done
5534 IFS=$as_save_IFS
5535 if test -z "$ac_cv_path_SED"; then
5536 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5537 fi
5538 else
5539 ac_cv_path_SED=$SED
5540 fi
5541
5542 fi
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5544 $as_echo "$ac_cv_path_SED" >&6; }
5545 SED="$ac_cv_path_SED"
5546 rm -f conftest.sed
5547
5548 test -z "$SED" && SED=sed
5549 Xsed="$SED -e 1s/^X//"
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5562 $as_echo_n "checking for fgrep... " >&6; }
5563 if test "${ac_cv_path_FGREP+set}" = set; then :
5564 $as_echo_n "(cached) " >&6
5565 else
5566 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5567 then ac_cv_path_FGREP="$GREP -F"
5568 else
5569 if test -z "$FGREP"; then
5570 ac_path_FGREP_found=false
5571 # Loop through the user's path and test for each of PROGNAME-LIST
5572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5573 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5574 do
5575 IFS=$as_save_IFS
5576 test -z "$as_dir" && as_dir=.
5577 for ac_prog in fgrep; do
5578 for ac_exec_ext in '' $ac_executable_extensions; do
5579 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5580 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5581 # Check for GNU ac_path_FGREP and select it if it is found.
5582 # Check for GNU $ac_path_FGREP
5583 case `"$ac_path_FGREP" --version 2>&1` in
5584 *GNU*)
5585 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5586 *)
5587 ac_count=0
5588 $as_echo_n 0123456789 >"conftest.in"
5589 while :
5590 do
5591 cat "conftest.in" "conftest.in" >"conftest.tmp"
5592 mv "conftest.tmp" "conftest.in"
5593 cp "conftest.in" "conftest.nl"
5594 $as_echo 'FGREP' >> "conftest.nl"
5595 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5596 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5597 as_fn_arith $ac_count + 1 && ac_count=$as_val
5598 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5599 # Best one so far, save it but keep looking for a better one
5600 ac_cv_path_FGREP="$ac_path_FGREP"
5601 ac_path_FGREP_max=$ac_count
5602 fi
5603 # 10*(2^10) chars as input seems more than enough
5604 test $ac_count -gt 10 && break
5605 done
5606 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5607 esac
5608
5609 $ac_path_FGREP_found && break 3
5610 done
5611 done
5612 done
5613 IFS=$as_save_IFS
5614 if test -z "$ac_cv_path_FGREP"; then
5615 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5616 fi
5617 else
5618 ac_cv_path_FGREP=$FGREP
5619 fi
5620
5621 fi
5622 fi
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5624 $as_echo "$ac_cv_path_FGREP" >&6; }
5625 FGREP="$ac_cv_path_FGREP"
5626
5627
5628 test -z "$GREP" && GREP=grep
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648 # Check whether --with-gnu-ld was given.
5649 if test "${with_gnu_ld+set}" = set; then :
5650 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5651 else
5652 with_gnu_ld=no
5653 fi
5654
5655 ac_prog=ld
5656 if test "$GCC" = yes; then
5657 # Check if gcc -print-prog-name=ld gives a path.
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5659 $as_echo_n "checking for ld used by $CC... " >&6; }
5660 case $host in
5661 *-*-mingw*)
5662 # gcc leaves a trailing carriage return which upsets mingw
5663 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5664 *)
5665 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5666 esac
5667 case $ac_prog in
5668 # Accept absolute paths.
5669 [\\/]* | ?:[\\/]*)
5670 re_direlt='/[^/][^/]*/\.\./'
5671 # Canonicalize the pathname of ld
5672 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5673 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5674 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5675 done
5676 test -z "$LD" && LD="$ac_prog"
5677 ;;
5678 "")
5679 # If it fails, then pretend we aren't using GCC.
5680 ac_prog=ld
5681 ;;
5682 *)
5683 # If it is relative, then search for the first ld in PATH.
5684 with_gnu_ld=unknown
5685 ;;
5686 esac
5687 elif test "$with_gnu_ld" = yes; then
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5689 $as_echo_n "checking for GNU ld... " >&6; }
5690 else
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5692 $as_echo_n "checking for non-GNU ld... " >&6; }
5693 fi
5694 if test "${lt_cv_path_LD+set}" = set; then :
5695 $as_echo_n "(cached) " >&6
5696 else
5697 if test -z "$LD"; then
5698 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5699 for ac_dir in $PATH; do
5700 IFS="$lt_save_ifs"
5701 test -z "$ac_dir" && ac_dir=.
5702 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5703 lt_cv_path_LD="$ac_dir/$ac_prog"
5704 # Check to see if the program is GNU ld. I'd rather use --version,
5705 # but apparently some variants of GNU ld only accept -v.
5706 # Break only if it was the GNU/non-GNU ld that we prefer.
5707 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5708 *GNU* | *'with BFD'*)
5709 test "$with_gnu_ld" != no && break
5710 ;;
5711 *)
5712 test "$with_gnu_ld" != yes && break
5713 ;;
5714 esac
5715 fi
5716 done
5717 IFS="$lt_save_ifs"
5718 else
5719 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5720 fi
5721 fi
5722
5723 LD="$lt_cv_path_LD"
5724 if test -n "$LD"; then
5725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5726 $as_echo "$LD" >&6; }
5727 else
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5729 $as_echo "no" >&6; }
5730 fi
5731 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5733 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5734 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5735 $as_echo_n "(cached) " >&6
5736 else
5737 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5738 case `$LD -v 2>&1 </dev/null` in
5739 *GNU* | *'with BFD'*)
5740 lt_cv_prog_gnu_ld=yes
5741 ;;
5742 *)
5743 lt_cv_prog_gnu_ld=no
5744 ;;
5745 esac
5746 fi
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5748 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5749 with_gnu_ld=$lt_cv_prog_gnu_ld
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5760 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5761 if test "${lt_cv_path_NM+set}" = set; then :
5762 $as_echo_n "(cached) " >&6
5763 else
5764 if test -n "$NM"; then
5765 # Let the user override the test.
5766 lt_cv_path_NM="$NM"
5767 else
5768 lt_nm_to_check="${ac_tool_prefix}nm"
5769 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5770 lt_nm_to_check="$lt_nm_to_check nm"
5771 fi
5772 for lt_tmp_nm in $lt_nm_to_check; do
5773 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5774 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5775 IFS="$lt_save_ifs"
5776 test -z "$ac_dir" && ac_dir=.
5777 tmp_nm="$ac_dir/$lt_tmp_nm"
5778 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5779 # Check to see if the nm accepts a BSD-compat flag.
5780 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5781 # nm: unknown option "B" ignored
5782 # Tru64's nm complains that /dev/null is an invalid object file
5783 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5784 */dev/null* | *'Invalid file or object type'*)
5785 lt_cv_path_NM="$tmp_nm -B"
5786 break
5787 ;;
5788 *)
5789 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5790 */dev/null*)
5791 lt_cv_path_NM="$tmp_nm -p"
5792 break
5793 ;;
5794 *)
5795 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5796 continue # so that we can try to find one that supports BSD flags
5797 ;;
5798 esac
5799 ;;
5800 esac
5801 fi
5802 done
5803 IFS="$lt_save_ifs"
5804 done
5805 : ${lt_cv_path_NM=no}
5806 fi
5807 fi
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5809 $as_echo "$lt_cv_path_NM" >&6; }
5810 if test "$lt_cv_path_NM" != "no"; then
5811 NM="$lt_cv_path_NM"
5812 else
5813 # Didn't find any BSD compatible name lister, look for dumpbin.
5814 if test -n "$DUMPBIN"; then :
5815 # Let the user override the test.
5816 else
5817 if test -n "$ac_tool_prefix"; then
5818 for ac_prog in dumpbin "link -dump"
5819 do
5820 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5821 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823 $as_echo_n "checking for $ac_word... " >&6; }
5824 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5825 $as_echo_n "(cached) " >&6
5826 else
5827 if test -n "$DUMPBIN"; then
5828 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5829 else
5830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831 for as_dir in $PATH
5832 do
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5837 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5840 fi
5841 done
5842 done
5843 IFS=$as_save_IFS
5844
5845 fi
5846 fi
5847 DUMPBIN=$ac_cv_prog_DUMPBIN
5848 if test -n "$DUMPBIN"; then
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5850 $as_echo "$DUMPBIN" >&6; }
5851 else
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853 $as_echo "no" >&6; }
5854 fi
5855
5856
5857 test -n "$DUMPBIN" && break
5858 done
5859 fi
5860 if test -z "$DUMPBIN"; then
5861 ac_ct_DUMPBIN=$DUMPBIN
5862 for ac_prog in dumpbin "link -dump"
5863 do
5864 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865 set dummy $ac_prog; ac_word=$2
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$ac_ct_DUMPBIN"; then
5872 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5884 fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5892 if test -n "$ac_ct_DUMPBIN"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5894 $as_echo "$ac_ct_DUMPBIN" >&6; }
5895 else
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897 $as_echo "no" >&6; }
5898 fi
5899
5900
5901 test -n "$ac_ct_DUMPBIN" && break
5902 done
5903
5904 if test "x$ac_ct_DUMPBIN" = x; then
5905 DUMPBIN=":"
5906 else
5907 case $cross_compiling:$ac_tool_warned in
5908 yes:)
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5910 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5911 ac_tool_warned=yes ;;
5912 esac
5913 DUMPBIN=$ac_ct_DUMPBIN
5914 fi
5915 fi
5916
5917 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5918 *COFF*)
5919 DUMPBIN="$DUMPBIN -symbols"
5920 ;;
5921 *)
5922 DUMPBIN=:
5923 ;;
5924 esac
5925 fi
5926
5927 if test "$DUMPBIN" != ":"; then
5928 NM="$DUMPBIN"
5929 fi
5930 fi
5931 test -z "$NM" && NM=nm
5932
5933
5934
5935
5936
5937
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5939 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5940 if test "${lt_cv_nm_interface+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
5942 else
5943 lt_cv_nm_interface="BSD nm"
5944 echo "int some_variable = 0;" > conftest.$ac_ext
5945 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5946 (eval "$ac_compile" 2>conftest.err)
5947 cat conftest.err >&5
5948 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5949 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5950 cat conftest.err >&5
5951 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5952 cat conftest.out >&5
5953 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5954 lt_cv_nm_interface="MS dumpbin"
5955 fi
5956 rm -f conftest*
5957 fi
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5959 $as_echo "$lt_cv_nm_interface" >&6; }
5960
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5962 $as_echo_n "checking whether ln -s works... " >&6; }
5963 LN_S=$as_ln_s
5964 if test "$LN_S" = "ln -s"; then
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5966 $as_echo "yes" >&6; }
5967 else
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5969 $as_echo "no, using $LN_S" >&6; }
5970 fi
5971
5972 # find the maximum length of command line arguments
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5974 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5975 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5976 $as_echo_n "(cached) " >&6
5977 else
5978 i=0
5979 teststring="ABCD"
5980
5981 case $build_os in
5982 msdosdjgpp*)
5983 # On DJGPP, this test can blow up pretty badly due to problems in libc
5984 # (any single argument exceeding 2000 bytes causes a buffer overrun
5985 # during glob expansion). Even if it were fixed, the result of this
5986 # check would be larger than it should be.
5987 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5988 ;;
5989
5990 gnu*)
5991 # Under GNU Hurd, this test is not required because there is
5992 # no limit to the length of command line arguments.
5993 # Libtool will interpret -1 as no limit whatsoever
5994 lt_cv_sys_max_cmd_len=-1;
5995 ;;
5996
5997 cygwin* | mingw* | cegcc*)
5998 # On Win9x/ME, this test blows up -- it succeeds, but takes
5999 # about 5 minutes as the teststring grows exponentially.
6000 # Worse, since 9x/ME are not pre-emptively multitasking,
6001 # you end up with a "frozen" computer, even though with patience
6002 # the test eventually succeeds (with a max line length of 256k).
6003 # Instead, let's just punt: use the minimum linelength reported by
6004 # all of the supported platforms: 8192 (on NT/2K/XP).
6005 lt_cv_sys_max_cmd_len=8192;
6006 ;;
6007
6008 mint*)
6009 # On MiNT this can take a long time and run out of memory.
6010 lt_cv_sys_max_cmd_len=8192;
6011 ;;
6012
6013 amigaos*)
6014 # On AmigaOS with pdksh, this test takes hours, literally.
6015 # So we just punt and use a minimum line length of 8192.
6016 lt_cv_sys_max_cmd_len=8192;
6017 ;;
6018
6019 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6020 # This has been around since 386BSD, at least. Likely further.
6021 if test -x /sbin/sysctl; then
6022 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6023 elif test -x /usr/sbin/sysctl; then
6024 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6025 else
6026 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6027 fi
6028 # And add a safety zone
6029 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6030 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6031 ;;
6032
6033 interix*)
6034 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6035 lt_cv_sys_max_cmd_len=196608
6036 ;;
6037
6038 osf*)
6039 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6040 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6041 # nice to cause kernel panics so lets avoid the loop below.
6042 # First set a reasonable default.
6043 lt_cv_sys_max_cmd_len=16384
6044 #
6045 if test -x /sbin/sysconfig; then
6046 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6047 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6048 esac
6049 fi
6050 ;;
6051 sco3.2v5*)
6052 lt_cv_sys_max_cmd_len=102400
6053 ;;
6054 sysv5* | sco5v6* | sysv4.2uw2*)
6055 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6056 if test -n "$kargmax"; then
6057 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6058 else
6059 lt_cv_sys_max_cmd_len=32768
6060 fi
6061 ;;
6062 *)
6063 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6064 if test -n "$lt_cv_sys_max_cmd_len"; then
6065 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6066 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6067 else
6068 # Make teststring a little bigger before we do anything with it.
6069 # a 1K string should be a reasonable start.
6070 for i in 1 2 3 4 5 6 7 8 ; do
6071 teststring=$teststring$teststring
6072 done
6073 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6074 # If test is not a shell built-in, we'll probably end up computing a
6075 # maximum length that is only half of the actual maximum length, but
6076 # we can't tell.
6077 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6078 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6079 test $i != 17 # 1/2 MB should be enough
6080 do
6081 i=`expr $i + 1`
6082 teststring=$teststring$teststring
6083 done
6084 # Only check the string length outside the loop.
6085 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6086 teststring=
6087 # Add a significant safety factor because C++ compilers can tack on
6088 # massive amounts of additional arguments before passing them to the
6089 # linker. It appears as though 1/2 is a usable value.
6090 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6091 fi
6092 ;;
6093 esac
6094
6095 fi
6096
6097 if test -n $lt_cv_sys_max_cmd_len ; then
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6099 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6100 else
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6102 $as_echo "none" >&6; }
6103 fi
6104 max_cmd_len=$lt_cv_sys_max_cmd_len
6105
6106
6107
6108
6109
6110
6111 : ${CP="cp -f"}
6112 : ${MV="mv -f"}
6113 : ${RM="rm -f"}
6114
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6116 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6117 # Try some XSI features
6118 xsi_shell=no
6119 ( _lt_dummy="a/b/c"
6120 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6121 = c,a/b,, \
6122 && eval 'test $(( 1 + 1 )) -eq 2 \
6123 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6124 && xsi_shell=yes
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6126 $as_echo "$xsi_shell" >&6; }
6127
6128
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6130 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6131 lt_shell_append=no
6132 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6133 >/dev/null 2>&1 \
6134 && lt_shell_append=yes
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6136 $as_echo "$lt_shell_append" >&6; }
6137
6138
6139 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6140 lt_unset=unset
6141 else
6142 lt_unset=false
6143 fi
6144
6145
6146
6147
6148
6149 # test EBCDIC or ASCII
6150 case `echo X|tr X '\101'` in
6151 A) # ASCII based system
6152 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6153 lt_SP2NL='tr \040 \012'
6154 lt_NL2SP='tr \015\012 \040\040'
6155 ;;
6156 *) # EBCDIC based system
6157 lt_SP2NL='tr \100 \n'
6158 lt_NL2SP='tr \r\n \100\100'
6159 ;;
6160 esac
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6171 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6172 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6173 $as_echo_n "(cached) " >&6
6174 else
6175 lt_cv_ld_reload_flag='-r'
6176 fi
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6178 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6179 reload_flag=$lt_cv_ld_reload_flag
6180 case $reload_flag in
6181 "" | " "*) ;;
6182 *) reload_flag=" $reload_flag" ;;
6183 esac
6184 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6185 case $host_os in
6186 darwin*)
6187 if test "$GCC" = yes; then
6188 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6189 else
6190 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6191 fi
6192 ;;
6193 esac
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203 if test -n "$ac_tool_prefix"; then
6204 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6205 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6207 $as_echo_n "checking for $ac_word... " >&6; }
6208 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6209 $as_echo_n "(cached) " >&6
6210 else
6211 if test -n "$OBJDUMP"; then
6212 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6213 else
6214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215 for as_dir in $PATH
6216 do
6217 IFS=$as_save_IFS
6218 test -z "$as_dir" && as_dir=.
6219 for ac_exec_ext in '' $ac_executable_extensions; do
6220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6221 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6223 break 2
6224 fi
6225 done
6226 done
6227 IFS=$as_save_IFS
6228
6229 fi
6230 fi
6231 OBJDUMP=$ac_cv_prog_OBJDUMP
6232 if test -n "$OBJDUMP"; then
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6234 $as_echo "$OBJDUMP" >&6; }
6235 else
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6237 $as_echo "no" >&6; }
6238 fi
6239
6240
6241 fi
6242 if test -z "$ac_cv_prog_OBJDUMP"; then
6243 ac_ct_OBJDUMP=$OBJDUMP
6244 # Extract the first word of "objdump", so it can be a program name with args.
6245 set dummy objdump; ac_word=$2
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6247 $as_echo_n "checking for $ac_word... " >&6; }
6248 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6249 $as_echo_n "(cached) " >&6
6250 else
6251 if test -n "$ac_ct_OBJDUMP"; then
6252 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6253 else
6254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6255 for as_dir in $PATH
6256 do
6257 IFS=$as_save_IFS
6258 test -z "$as_dir" && as_dir=.
6259 for ac_exec_ext in '' $ac_executable_extensions; do
6260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6261 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6263 break 2
6264 fi
6265 done
6266 done
6267 IFS=$as_save_IFS
6268
6269 fi
6270 fi
6271 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6272 if test -n "$ac_ct_OBJDUMP"; then
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6274 $as_echo "$ac_ct_OBJDUMP" >&6; }
6275 else
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6277 $as_echo "no" >&6; }
6278 fi
6279
6280 if test "x$ac_ct_OBJDUMP" = x; then
6281 OBJDUMP="false"
6282 else
6283 case $cross_compiling:$ac_tool_warned in
6284 yes:)
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6286 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6287 ac_tool_warned=yes ;;
6288 esac
6289 OBJDUMP=$ac_ct_OBJDUMP
6290 fi
6291 else
6292 OBJDUMP="$ac_cv_prog_OBJDUMP"
6293 fi
6294
6295 test -z "$OBJDUMP" && OBJDUMP=objdump
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6306 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6307 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
6309 else
6310 lt_cv_file_magic_cmd='$MAGIC_CMD'
6311 lt_cv_file_magic_test_file=
6312 lt_cv_deplibs_check_method='unknown'
6313 # Need to set the preceding variable on all platforms that support
6314 # interlibrary dependencies.
6315 # 'none' -- dependencies not supported.
6316 # `unknown' -- same as none, but documents that we really don't know.
6317 # 'pass_all' -- all dependencies passed with no checks.
6318 # 'test_compile' -- check by making test program.
6319 # 'file_magic [[regex]]' -- check by looking for files in library path
6320 # which responds to the $file_magic_cmd with a given extended regex.
6321 # If you have `file' or equivalent on your system and you're not sure
6322 # whether `pass_all' will *always* work, you probably want this one.
6323
6324 case $host_os in
6325 aix[4-9]*)
6326 lt_cv_deplibs_check_method=pass_all
6327 ;;
6328
6329 beos*)
6330 lt_cv_deplibs_check_method=pass_all
6331 ;;
6332
6333 bsdi[45]*)
6334 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6335 lt_cv_file_magic_cmd='/usr/bin/file -L'
6336 lt_cv_file_magic_test_file=/shlib/libc.so
6337 ;;
6338
6339 cygwin*)
6340 # func_win32_libid is a shell function defined in ltmain.sh
6341 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6342 lt_cv_file_magic_cmd='func_win32_libid'
6343 ;;
6344
6345 mingw* | pw32*)
6346 # Base MSYS/MinGW do not provide the 'file' command needed by
6347 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6348 # unless we find 'file', for example because we are cross-compiling.
6349 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6350 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6351 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6352 lt_cv_file_magic_cmd='func_win32_libid'
6353 else
6354 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6355 lt_cv_file_magic_cmd='$OBJDUMP -f'
6356 fi
6357 ;;
6358
6359 cegcc*)
6360 # use the weaker test based on 'objdump'. See mingw*.
6361 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6362 lt_cv_file_magic_cmd='$OBJDUMP -f'
6363 ;;
6364
6365 darwin* | rhapsody*)
6366 lt_cv_deplibs_check_method=pass_all
6367 ;;
6368
6369 freebsd* | dragonfly*)
6370 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6371 case $host_cpu in
6372 i*86 )
6373 # Not sure whether the presence of OpenBSD here was a mistake.
6374 # Let's accept both of them until this is cleared up.
6375 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6376 lt_cv_file_magic_cmd=/usr/bin/file
6377 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6378 ;;
6379 esac
6380 else
6381 lt_cv_deplibs_check_method=pass_all
6382 fi
6383 ;;
6384
6385 gnu*)
6386 lt_cv_deplibs_check_method=pass_all
6387 ;;
6388
6389 haiku*)
6390 lt_cv_deplibs_check_method=pass_all
6391 ;;
6392
6393 hpux10.20* | hpux11*)
6394 lt_cv_file_magic_cmd=/usr/bin/file
6395 case $host_cpu in
6396 ia64*)
6397 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6398 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6399 ;;
6400 hppa*64*)
6401 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]'
6402 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6403 ;;
6404 *)
6405 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6406 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6407 ;;
6408 esac
6409 ;;
6410
6411 interix[3-9]*)
6412 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6413 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6414 ;;
6415
6416 irix5* | irix6* | nonstopux*)
6417 case $LD in
6418 *-32|*"-32 ") libmagic=32-bit;;
6419 *-n32|*"-n32 ") libmagic=N32;;
6420 *-64|*"-64 ") libmagic=64-bit;;
6421 *) libmagic=never-match;;
6422 esac
6423 lt_cv_deplibs_check_method=pass_all
6424 ;;
6425
6426 # This must be Linux ELF.
6427 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6428 lt_cv_deplibs_check_method=pass_all
6429 ;;
6430
6431 netbsd*)
6432 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6433 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6434 else
6435 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6436 fi
6437 ;;
6438
6439 newos6*)
6440 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6441 lt_cv_file_magic_cmd=/usr/bin/file
6442 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6443 ;;
6444
6445 *nto* | *qnx*)
6446 lt_cv_deplibs_check_method=pass_all
6447 ;;
6448
6449 openbsd*)
6450 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6451 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6452 else
6453 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6454 fi
6455 ;;
6456
6457 osf3* | osf4* | osf5*)
6458 lt_cv_deplibs_check_method=pass_all
6459 ;;
6460
6461 rdos*)
6462 lt_cv_deplibs_check_method=pass_all
6463 ;;
6464
6465 solaris*)
6466 lt_cv_deplibs_check_method=pass_all
6467 ;;
6468
6469 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6470 lt_cv_deplibs_check_method=pass_all
6471 ;;
6472
6473 sysv4 | sysv4.3*)
6474 case $host_vendor in
6475 motorola)
6476 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]'
6477 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6478 ;;
6479 ncr)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482 sequent)
6483 lt_cv_file_magic_cmd='/bin/file'
6484 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6485 ;;
6486 sni)
6487 lt_cv_file_magic_cmd='/bin/file'
6488 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6489 lt_cv_file_magic_test_file=/lib/libc.so
6490 ;;
6491 siemens)
6492 lt_cv_deplibs_check_method=pass_all
6493 ;;
6494 pc)
6495 lt_cv_deplibs_check_method=pass_all
6496 ;;
6497 esac
6498 ;;
6499
6500 tpf*)
6501 lt_cv_deplibs_check_method=pass_all
6502 ;;
6503 esac
6504
6505 fi
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6507 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6508 file_magic_cmd=$lt_cv_file_magic_cmd
6509 deplibs_check_method=$lt_cv_deplibs_check_method
6510 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523 if test -n "$ac_tool_prefix"; then
6524 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6525 set dummy ${ac_tool_prefix}ar; ac_word=$2
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527 $as_echo_n "checking for $ac_word... " >&6; }
6528 if test "${ac_cv_prog_AR+set}" = set; then :
6529 $as_echo_n "(cached) " >&6
6530 else
6531 if test -n "$AR"; then
6532 ac_cv_prog_AR="$AR" # Let the user override the test.
6533 else
6534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535 for as_dir in $PATH
6536 do
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6541 ac_cv_prog_AR="${ac_tool_prefix}ar"
6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6543 break 2
6544 fi
6545 done
6546 done
6547 IFS=$as_save_IFS
6548
6549 fi
6550 fi
6551 AR=$ac_cv_prog_AR
6552 if test -n "$AR"; then
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6554 $as_echo "$AR" >&6; }
6555 else
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557 $as_echo "no" >&6; }
6558 fi
6559
6560
6561 fi
6562 if test -z "$ac_cv_prog_AR"; then
6563 ac_ct_AR=$AR
6564 # Extract the first word of "ar", so it can be a program name with args.
6565 set dummy ar; ac_word=$2
6566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6567 $as_echo_n "checking for $ac_word... " >&6; }
6568 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6569 $as_echo_n "(cached) " >&6
6570 else
6571 if test -n "$ac_ct_AR"; then
6572 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6573 else
6574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6575 for as_dir in $PATH
6576 do
6577 IFS=$as_save_IFS
6578 test -z "$as_dir" && as_dir=.
6579 for ac_exec_ext in '' $ac_executable_extensions; do
6580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6581 ac_cv_prog_ac_ct_AR="ar"
6582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6583 break 2
6584 fi
6585 done
6586 done
6587 IFS=$as_save_IFS
6588
6589 fi
6590 fi
6591 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6592 if test -n "$ac_ct_AR"; then
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6594 $as_echo "$ac_ct_AR" >&6; }
6595 else
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6597 $as_echo "no" >&6; }
6598 fi
6599
6600 if test "x$ac_ct_AR" = x; then
6601 AR="false"
6602 else
6603 case $cross_compiling:$ac_tool_warned in
6604 yes:)
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6606 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6607 ac_tool_warned=yes ;;
6608 esac
6609 AR=$ac_ct_AR
6610 fi
6611 else
6612 AR="$ac_cv_prog_AR"
6613 fi
6614
6615 test -z "$AR" && AR=ar
6616 test -z "$AR_FLAGS" && AR_FLAGS=cru
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628 if test -n "$ac_tool_prefix"; then
6629 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6630 set dummy ${ac_tool_prefix}strip; ac_word=$2
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6632 $as_echo_n "checking for $ac_word... " >&6; }
6633 if test "${ac_cv_prog_STRIP+set}" = set; then :
6634 $as_echo_n "(cached) " >&6
6635 else
6636 if test -n "$STRIP"; then
6637 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6638 else
6639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6640 for as_dir in $PATH
6641 do
6642 IFS=$as_save_IFS
6643 test -z "$as_dir" && as_dir=.
6644 for ac_exec_ext in '' $ac_executable_extensions; do
6645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6646 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6648 break 2
6649 fi
6650 done
6651 done
6652 IFS=$as_save_IFS
6653
6654 fi
6655 fi
6656 STRIP=$ac_cv_prog_STRIP
6657 if test -n "$STRIP"; then
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6659 $as_echo "$STRIP" >&6; }
6660 else
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6662 $as_echo "no" >&6; }
6663 fi
6664
6665
6666 fi
6667 if test -z "$ac_cv_prog_STRIP"; then
6668 ac_ct_STRIP=$STRIP
6669 # Extract the first word of "strip", so it can be a program name with args.
6670 set dummy strip; ac_word=$2
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6672 $as_echo_n "checking for $ac_word... " >&6; }
6673 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6674 $as_echo_n "(cached) " >&6
6675 else
6676 if test -n "$ac_ct_STRIP"; then
6677 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6678 else
6679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6680 for as_dir in $PATH
6681 do
6682 IFS=$as_save_IFS
6683 test -z "$as_dir" && as_dir=.
6684 for ac_exec_ext in '' $ac_executable_extensions; do
6685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6686 ac_cv_prog_ac_ct_STRIP="strip"
6687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6688 break 2
6689 fi
6690 done
6691 done
6692 IFS=$as_save_IFS
6693
6694 fi
6695 fi
6696 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6697 if test -n "$ac_ct_STRIP"; then
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6699 $as_echo "$ac_ct_STRIP" >&6; }
6700 else
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6702 $as_echo "no" >&6; }
6703 fi
6704
6705 if test "x$ac_ct_STRIP" = x; then
6706 STRIP=":"
6707 else
6708 case $cross_compiling:$ac_tool_warned in
6709 yes:)
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6711 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6712 ac_tool_warned=yes ;;
6713 esac
6714 STRIP=$ac_ct_STRIP
6715 fi
6716 else
6717 STRIP="$ac_cv_prog_STRIP"
6718 fi
6719
6720 test -z "$STRIP" && STRIP=:
6721
6722
6723
6724
6725
6726
6727 if test -n "$ac_tool_prefix"; then
6728 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6729 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6731 $as_echo_n "checking for $ac_word... " >&6; }
6732 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6733 $as_echo_n "(cached) " >&6
6734 else
6735 if test -n "$RANLIB"; then
6736 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6737 else
6738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6739 for as_dir in $PATH
6740 do
6741 IFS=$as_save_IFS
6742 test -z "$as_dir" && as_dir=.
6743 for ac_exec_ext in '' $ac_executable_extensions; do
6744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6745 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6747 break 2
6748 fi
6749 done
6750 done
6751 IFS=$as_save_IFS
6752
6753 fi
6754 fi
6755 RANLIB=$ac_cv_prog_RANLIB
6756 if test -n "$RANLIB"; then
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6758 $as_echo "$RANLIB" >&6; }
6759 else
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6761 $as_echo "no" >&6; }
6762 fi
6763
6764
6765 fi
6766 if test -z "$ac_cv_prog_RANLIB"; then
6767 ac_ct_RANLIB=$RANLIB
6768 # Extract the first word of "ranlib", so it can be a program name with args.
6769 set dummy ranlib; ac_word=$2
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6771 $as_echo_n "checking for $ac_word... " >&6; }
6772 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6773 $as_echo_n "(cached) " >&6
6774 else
6775 if test -n "$ac_ct_RANLIB"; then
6776 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6777 else
6778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6779 for as_dir in $PATH
6780 do
6781 IFS=$as_save_IFS
6782 test -z "$as_dir" && as_dir=.
6783 for ac_exec_ext in '' $ac_executable_extensions; do
6784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6785 ac_cv_prog_ac_ct_RANLIB="ranlib"
6786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6787 break 2
6788 fi
6789 done
6790 done
6791 IFS=$as_save_IFS
6792
6793 fi
6794 fi
6795 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6796 if test -n "$ac_ct_RANLIB"; then
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6798 $as_echo "$ac_ct_RANLIB" >&6; }
6799 else
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6801 $as_echo "no" >&6; }
6802 fi
6803
6804 if test "x$ac_ct_RANLIB" = x; then
6805 RANLIB=":"
6806 else
6807 case $cross_compiling:$ac_tool_warned in
6808 yes:)
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6810 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6811 ac_tool_warned=yes ;;
6812 esac
6813 RANLIB=$ac_ct_RANLIB
6814 fi
6815 else
6816 RANLIB="$ac_cv_prog_RANLIB"
6817 fi
6818
6819 test -z "$RANLIB" && RANLIB=:
6820
6821
6822
6823
6824
6825
6826 # Determine commands to create old-style static archives.
6827 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6828 old_postinstall_cmds='chmod 644 $oldlib'
6829 old_postuninstall_cmds=
6830
6831 if test -n "$RANLIB"; then
6832 case $host_os in
6833 openbsd*)
6834 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6835 ;;
6836 *)
6837 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6838 ;;
6839 esac
6840 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6841 fi
6842
6843 case $host_os in
6844 darwin*)
6845 lock_old_archive_extraction=yes ;;
6846 *)
6847 lock_old_archive_extraction=no ;;
6848 esac
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888 # If no C compiler was specified, use CC.
6889 LTCC=${LTCC-"$CC"}
6890
6891 # If no C compiler flags were specified, use CFLAGS.
6892 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6893
6894 # Allow CC to be a program name with arguments.
6895 compiler=$CC
6896
6897
6898 # Check for command to grab the raw symbol name followed by C symbol from nm.
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6900 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6901 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6902 $as_echo_n "(cached) " >&6
6903 else
6904
6905 # These are sane defaults that work on at least a few old systems.
6906 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6907
6908 # Character class describing NM global symbol codes.
6909 symcode='[BCDEGRST]'
6910
6911 # Regexp to match symbols that can be accessed directly from C.
6912 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6913
6914 # Define system-specific variables.
6915 case $host_os in
6916 aix*)
6917 symcode='[BCDT]'
6918 ;;
6919 cygwin* | mingw* | pw32* | cegcc*)
6920 symcode='[ABCDGISTW]'
6921 ;;
6922 hpux*)
6923 if test "$host_cpu" = ia64; then
6924 symcode='[ABCDEGRST]'
6925 fi
6926 ;;
6927 irix* | nonstopux*)
6928 symcode='[BCDEGRST]'
6929 ;;
6930 osf*)
6931 symcode='[BCDEGQRST]'
6932 ;;
6933 solaris*)
6934 symcode='[BDRT]'
6935 ;;
6936 sco3.2v5*)
6937 symcode='[DT]'
6938 ;;
6939 sysv4.2uw2*)
6940 symcode='[DT]'
6941 ;;
6942 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6943 symcode='[ABDT]'
6944 ;;
6945 sysv4)
6946 symcode='[DFNSTU]'
6947 ;;
6948 esac
6949
6950 # If we're using GNU nm, then use its standard symbol codes.
6951 case `$NM -V 2>&1` in
6952 *GNU* | *'with BFD'*)
6953 symcode='[ABCDGIRSTW]' ;;
6954 esac
6955
6956 # Transform an extracted symbol line into a proper C declaration.
6957 # Some systems (esp. on ia64) link data and code symbols differently,
6958 # so use this general approach.
6959 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6960
6961 # Transform an extracted symbol line into symbol name and symbol address
6962 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6963 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'"
6964
6965 # Handle CRLF in mingw tool chain
6966 opt_cr=
6967 case $build_os in
6968 mingw*)
6969 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6970 ;;
6971 esac
6972
6973 # Try without a prefix underscore, then with it.
6974 for ac_symprfx in "" "_"; do
6975
6976 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6977 symxfrm="\\1 $ac_symprfx\\2 \\2"
6978
6979 # Write the raw and C identifiers.
6980 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6981 # Fake it for dumpbin and say T for any non-static function
6982 # and D for any global variable.
6983 # Also find C++ and __fastcall symbols from MSVC++,
6984 # which start with @ or ?.
6985 lt_cv_sys_global_symbol_pipe="$AWK '"\
6986 " {last_section=section; section=\$ 3};"\
6987 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6988 " \$ 0!~/External *\|/{next};"\
6989 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6990 " {if(hide[section]) next};"\
6991 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6992 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6993 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6994 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6995 " ' prfx=^$ac_symprfx"
6996 else
6997 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6998 fi
6999
7000 # Check to see that the pipe works correctly.
7001 pipe_works=no
7002
7003 rm -f conftest*
7004 cat > conftest.$ac_ext <<_LT_EOF
7005 #ifdef __cplusplus
7006 extern "C" {
7007 #endif
7008 char nm_test_var;
7009 void nm_test_func(void);
7010 void nm_test_func(void){}
7011 #ifdef __cplusplus
7012 }
7013 #endif
7014 int main(){nm_test_var='a';nm_test_func();return(0);}
7015 _LT_EOF
7016
7017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7018 (eval $ac_compile) 2>&5
7019 ac_status=$?
7020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7021 test $ac_status = 0; }; then
7022 # Now try to grab the symbols.
7023 nlist=conftest.nm
7024 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7025 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7026 ac_status=$?
7027 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7028 test $ac_status = 0; } && test -s "$nlist"; then
7029 # Try sorting and uniquifying the output.
7030 if sort "$nlist" | uniq > "$nlist"T; then
7031 mv -f "$nlist"T "$nlist"
7032 else
7033 rm -f "$nlist"T
7034 fi
7035
7036 # Make sure that we snagged all the symbols we need.
7037 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7038 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7039 cat <<_LT_EOF > conftest.$ac_ext
7040 #ifdef __cplusplus
7041 extern "C" {
7042 #endif
7043
7044 _LT_EOF
7045 # Now generate the symbol file.
7046 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7047
7048 cat <<_LT_EOF >> conftest.$ac_ext
7049
7050 /* The mapping between symbol names and symbols. */
7051 const struct {
7052 const char *name;
7053 void *address;
7054 }
7055 lt__PROGRAM__LTX_preloaded_symbols[] =
7056 {
7057 { "@PROGRAM@", (void *) 0 },
7058 _LT_EOF
7059 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7060 cat <<\_LT_EOF >> conftest.$ac_ext
7061 {0, (void *) 0}
7062 };
7063
7064 /* This works around a problem in FreeBSD linker */
7065 #ifdef FREEBSD_WORKAROUND
7066 static const void *lt_preloaded_setup() {
7067 return lt__PROGRAM__LTX_preloaded_symbols;
7068 }
7069 #endif
7070
7071 #ifdef __cplusplus
7072 }
7073 #endif
7074 _LT_EOF
7075 # Now try linking the two files.
7076 mv conftest.$ac_objext conftstm.$ac_objext
7077 lt_save_LIBS="$LIBS"
7078 lt_save_CFLAGS="$CFLAGS"
7079 LIBS="conftstm.$ac_objext"
7080 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7081 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7082 (eval $ac_link) 2>&5
7083 ac_status=$?
7084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7085 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7086 pipe_works=yes
7087 fi
7088 LIBS="$lt_save_LIBS"
7089 CFLAGS="$lt_save_CFLAGS"
7090 else
7091 echo "cannot find nm_test_func in $nlist" >&5
7092 fi
7093 else
7094 echo "cannot find nm_test_var in $nlist" >&5
7095 fi
7096 else
7097 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7098 fi
7099 else
7100 echo "$progname: failed program was:" >&5
7101 cat conftest.$ac_ext >&5
7102 fi
7103 rm -rf conftest* conftst*
7104
7105 # Do not use the global_symbol_pipe unless it works.
7106 if test "$pipe_works" = yes; then
7107 break
7108 else
7109 lt_cv_sys_global_symbol_pipe=
7110 fi
7111 done
7112
7113 fi
7114
7115 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7116 lt_cv_sys_global_symbol_to_cdecl=
7117 fi
7118 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7120 $as_echo "failed" >&6; }
7121 else
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7123 $as_echo "ok" >&6; }
7124 fi
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147 # Check whether --enable-libtool-lock was given.
7148 if test "${enable_libtool_lock+set}" = set; then :
7149 enableval=$enable_libtool_lock;
7150 fi
7151
7152 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7153
7154 # Some flags need to be propagated to the compiler or linker for good
7155 # libtool support.
7156 case $host in
7157 ia64-*-hpux*)
7158 # Find out which ABI we are using.
7159 echo 'int i;' > conftest.$ac_ext
7160 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7161 (eval $ac_compile) 2>&5
7162 ac_status=$?
7163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7164 test $ac_status = 0; }; then
7165 case `/usr/bin/file conftest.$ac_objext` in
7166 *ELF-32*)
7167 HPUX_IA64_MODE="32"
7168 ;;
7169 *ELF-64*)
7170 HPUX_IA64_MODE="64"
7171 ;;
7172 esac
7173 fi
7174 rm -rf conftest*
7175 ;;
7176 *-*-irix6*)
7177 # Find out which ABI we are using.
7178 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7179 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7180 (eval $ac_compile) 2>&5
7181 ac_status=$?
7182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7183 test $ac_status = 0; }; then
7184 if test "$lt_cv_prog_gnu_ld" = yes; then
7185 case `/usr/bin/file conftest.$ac_objext` in
7186 *32-bit*)
7187 LD="${LD-ld} -melf32bsmip"
7188 ;;
7189 *N32*)
7190 LD="${LD-ld} -melf32bmipn32"
7191 ;;
7192 *64-bit*)
7193 LD="${LD-ld} -melf64bmip"
7194 ;;
7195 esac
7196 else
7197 case `/usr/bin/file conftest.$ac_objext` in
7198 *32-bit*)
7199 LD="${LD-ld} -32"
7200 ;;
7201 *N32*)
7202 LD="${LD-ld} -n32"
7203 ;;
7204 *64-bit*)
7205 LD="${LD-ld} -64"
7206 ;;
7207 esac
7208 fi
7209 fi
7210 rm -rf conftest*
7211 ;;
7212
7213 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7214 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7215 # Find out which ABI we are using.
7216 echo 'int i;' > conftest.$ac_ext
7217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7218 (eval $ac_compile) 2>&5
7219 ac_status=$?
7220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7221 test $ac_status = 0; }; then
7222 case `/usr/bin/file conftest.o` in
7223 *32-bit*)
7224 case $host in
7225 x86_64-*kfreebsd*-gnu)
7226 LD="${LD-ld} -m elf_i386_fbsd"
7227 ;;
7228 x86_64-*linux*)
7229 case `/usr/bin/file conftest.o` in
7230 *x86-64*)
7231 LD="${LD-ld} -m elf32_x86_64"
7232 ;;
7233 *)
7234 LD="${LD-ld} -m elf_i386"
7235 ;;
7236 esac
7237 ;;
7238 powerpc64le-*linux*)
7239 LD="${LD-ld} -m elf32lppclinux"
7240 ;;
7241 powerpc64-*linux*)
7242 LD="${LD-ld} -m elf32ppclinux"
7243 ;;
7244 s390x-*linux*)
7245 LD="${LD-ld} -m elf_s390"
7246 ;;
7247 sparc64-*linux*)
7248 LD="${LD-ld} -m elf32_sparc"
7249 ;;
7250 esac
7251 ;;
7252 *64-bit*)
7253 case $host in
7254 x86_64-*kfreebsd*-gnu)
7255 LD="${LD-ld} -m elf_x86_64_fbsd"
7256 ;;
7257 x86_64-*linux*)
7258 LD="${LD-ld} -m elf_x86_64"
7259 ;;
7260 powerpcle-*linux*)
7261 LD="${LD-ld} -m elf64lppc"
7262 ;;
7263 powerpc-*linux*)
7264 LD="${LD-ld} -m elf64ppc"
7265 ;;
7266 s390*-*linux*|s390*-*tpf*)
7267 LD="${LD-ld} -m elf64_s390"
7268 ;;
7269 sparc*-*linux*)
7270 LD="${LD-ld} -m elf64_sparc"
7271 ;;
7272 esac
7273 ;;
7274 esac
7275 fi
7276 rm -rf conftest*
7277 ;;
7278
7279 *-*-sco3.2v5*)
7280 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7281 SAVE_CFLAGS="$CFLAGS"
7282 CFLAGS="$CFLAGS -belf"
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7284 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7285 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7286 $as_echo_n "(cached) " >&6
7287 else
7288 ac_ext=c
7289 ac_cpp='$CPP $CPPFLAGS'
7290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7293
7294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7295 /* end confdefs.h. */
7296
7297 int
7298 main ()
7299 {
7300
7301 ;
7302 return 0;
7303 }
7304 _ACEOF
7305 if ac_fn_c_try_link "$LINENO"; then :
7306 lt_cv_cc_needs_belf=yes
7307 else
7308 lt_cv_cc_needs_belf=no
7309 fi
7310 rm -f core conftest.err conftest.$ac_objext \
7311 conftest$ac_exeext conftest.$ac_ext
7312 ac_ext=c
7313 ac_cpp='$CPP $CPPFLAGS'
7314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7317
7318 fi
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7320 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7321 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7322 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7323 CFLAGS="$SAVE_CFLAGS"
7324 fi
7325 ;;
7326 sparc*-*solaris*)
7327 # Find out which ABI we are using.
7328 echo 'int i;' > conftest.$ac_ext
7329 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7330 (eval $ac_compile) 2>&5
7331 ac_status=$?
7332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7333 test $ac_status = 0; }; then
7334 case `/usr/bin/file conftest.o` in
7335 *64-bit*)
7336 case $lt_cv_prog_gnu_ld in
7337 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7338 *)
7339 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7340 LD="${LD-ld} -64"
7341 fi
7342 ;;
7343 esac
7344 ;;
7345 esac
7346 fi
7347 rm -rf conftest*
7348 ;;
7349 esac
7350
7351 need_locks="$enable_libtool_lock"
7352
7353
7354 case $host_os in
7355 rhapsody* | darwin*)
7356 if test -n "$ac_tool_prefix"; then
7357 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7358 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7360 $as_echo_n "checking for $ac_word... " >&6; }
7361 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7362 $as_echo_n "(cached) " >&6
7363 else
7364 if test -n "$DSYMUTIL"; then
7365 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7366 else
7367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7368 for as_dir in $PATH
7369 do
7370 IFS=$as_save_IFS
7371 test -z "$as_dir" && as_dir=.
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7374 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7376 break 2
7377 fi
7378 done
7379 done
7380 IFS=$as_save_IFS
7381
7382 fi
7383 fi
7384 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7385 if test -n "$DSYMUTIL"; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7387 $as_echo "$DSYMUTIL" >&6; }
7388 else
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7390 $as_echo "no" >&6; }
7391 fi
7392
7393
7394 fi
7395 if test -z "$ac_cv_prog_DSYMUTIL"; then
7396 ac_ct_DSYMUTIL=$DSYMUTIL
7397 # Extract the first word of "dsymutil", so it can be a program name with args.
7398 set dummy dsymutil; ac_word=$2
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7400 $as_echo_n "checking for $ac_word... " >&6; }
7401 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7402 $as_echo_n "(cached) " >&6
7403 else
7404 if test -n "$ac_ct_DSYMUTIL"; then
7405 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7406 else
7407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7408 for as_dir in $PATH
7409 do
7410 IFS=$as_save_IFS
7411 test -z "$as_dir" && as_dir=.
7412 for ac_exec_ext in '' $ac_executable_extensions; do
7413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7414 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7416 break 2
7417 fi
7418 done
7419 done
7420 IFS=$as_save_IFS
7421
7422 fi
7423 fi
7424 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7425 if test -n "$ac_ct_DSYMUTIL"; then
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7427 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7428 else
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7430 $as_echo "no" >&6; }
7431 fi
7432
7433 if test "x$ac_ct_DSYMUTIL" = x; then
7434 DSYMUTIL=":"
7435 else
7436 case $cross_compiling:$ac_tool_warned in
7437 yes:)
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7439 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7440 ac_tool_warned=yes ;;
7441 esac
7442 DSYMUTIL=$ac_ct_DSYMUTIL
7443 fi
7444 else
7445 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7446 fi
7447
7448 if test -n "$ac_tool_prefix"; then
7449 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7450 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7452 $as_echo_n "checking for $ac_word... " >&6; }
7453 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7454 $as_echo_n "(cached) " >&6
7455 else
7456 if test -n "$NMEDIT"; then
7457 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7458 else
7459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7460 for as_dir in $PATH
7461 do
7462 IFS=$as_save_IFS
7463 test -z "$as_dir" && as_dir=.
7464 for ac_exec_ext in '' $ac_executable_extensions; do
7465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7466 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7468 break 2
7469 fi
7470 done
7471 done
7472 IFS=$as_save_IFS
7473
7474 fi
7475 fi
7476 NMEDIT=$ac_cv_prog_NMEDIT
7477 if test -n "$NMEDIT"; then
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7479 $as_echo "$NMEDIT" >&6; }
7480 else
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7482 $as_echo "no" >&6; }
7483 fi
7484
7485
7486 fi
7487 if test -z "$ac_cv_prog_NMEDIT"; then
7488 ac_ct_NMEDIT=$NMEDIT
7489 # Extract the first word of "nmedit", so it can be a program name with args.
7490 set dummy nmedit; ac_word=$2
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7492 $as_echo_n "checking for $ac_word... " >&6; }
7493 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7494 $as_echo_n "(cached) " >&6
7495 else
7496 if test -n "$ac_ct_NMEDIT"; then
7497 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7498 else
7499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7500 for as_dir in $PATH
7501 do
7502 IFS=$as_save_IFS
7503 test -z "$as_dir" && as_dir=.
7504 for ac_exec_ext in '' $ac_executable_extensions; do
7505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7506 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7508 break 2
7509 fi
7510 done
7511 done
7512 IFS=$as_save_IFS
7513
7514 fi
7515 fi
7516 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7517 if test -n "$ac_ct_NMEDIT"; then
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7519 $as_echo "$ac_ct_NMEDIT" >&6; }
7520 else
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7522 $as_echo "no" >&6; }
7523 fi
7524
7525 if test "x$ac_ct_NMEDIT" = x; then
7526 NMEDIT=":"
7527 else
7528 case $cross_compiling:$ac_tool_warned in
7529 yes:)
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7531 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7532 ac_tool_warned=yes ;;
7533 esac
7534 NMEDIT=$ac_ct_NMEDIT
7535 fi
7536 else
7537 NMEDIT="$ac_cv_prog_NMEDIT"
7538 fi
7539
7540 if test -n "$ac_tool_prefix"; then
7541 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7542 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544 $as_echo_n "checking for $ac_word... " >&6; }
7545 if test "${ac_cv_prog_LIPO+set}" = set; then :
7546 $as_echo_n "(cached) " >&6
7547 else
7548 if test -n "$LIPO"; then
7549 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7550 else
7551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7552 for as_dir in $PATH
7553 do
7554 IFS=$as_save_IFS
7555 test -z "$as_dir" && as_dir=.
7556 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7558 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7560 break 2
7561 fi
7562 done
7563 done
7564 IFS=$as_save_IFS
7565
7566 fi
7567 fi
7568 LIPO=$ac_cv_prog_LIPO
7569 if test -n "$LIPO"; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7571 $as_echo "$LIPO" >&6; }
7572 else
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7574 $as_echo "no" >&6; }
7575 fi
7576
7577
7578 fi
7579 if test -z "$ac_cv_prog_LIPO"; then
7580 ac_ct_LIPO=$LIPO
7581 # Extract the first word of "lipo", so it can be a program name with args.
7582 set dummy lipo; ac_word=$2
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584 $as_echo_n "checking for $ac_word... " >&6; }
7585 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
7587 else
7588 if test -n "$ac_ct_LIPO"; then
7589 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7590 else
7591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7592 for as_dir in $PATH
7593 do
7594 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=.
7596 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7598 ac_cv_prog_ac_ct_LIPO="lipo"
7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7600 break 2
7601 fi
7602 done
7603 done
7604 IFS=$as_save_IFS
7605
7606 fi
7607 fi
7608 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7609 if test -n "$ac_ct_LIPO"; then
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7611 $as_echo "$ac_ct_LIPO" >&6; }
7612 else
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614 $as_echo "no" >&6; }
7615 fi
7616
7617 if test "x$ac_ct_LIPO" = x; then
7618 LIPO=":"
7619 else
7620 case $cross_compiling:$ac_tool_warned in
7621 yes:)
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7623 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7624 ac_tool_warned=yes ;;
7625 esac
7626 LIPO=$ac_ct_LIPO
7627 fi
7628 else
7629 LIPO="$ac_cv_prog_LIPO"
7630 fi
7631
7632 if test -n "$ac_tool_prefix"; then
7633 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7634 set dummy ${ac_tool_prefix}otool; ac_word=$2
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7636 $as_echo_n "checking for $ac_word... " >&6; }
7637 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
7639 else
7640 if test -n "$OTOOL"; then
7641 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7642 else
7643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644 for as_dir in $PATH
7645 do
7646 IFS=$as_save_IFS
7647 test -z "$as_dir" && as_dir=.
7648 for ac_exec_ext in '' $ac_executable_extensions; do
7649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7650 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7652 break 2
7653 fi
7654 done
7655 done
7656 IFS=$as_save_IFS
7657
7658 fi
7659 fi
7660 OTOOL=$ac_cv_prog_OTOOL
7661 if test -n "$OTOOL"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7663 $as_echo "$OTOOL" >&6; }
7664 else
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7666 $as_echo "no" >&6; }
7667 fi
7668
7669
7670 fi
7671 if test -z "$ac_cv_prog_OTOOL"; then
7672 ac_ct_OTOOL=$OTOOL
7673 # Extract the first word of "otool", so it can be a program name with args.
7674 set dummy otool; ac_word=$2
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7676 $as_echo_n "checking for $ac_word... " >&6; }
7677 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7678 $as_echo_n "(cached) " >&6
7679 else
7680 if test -n "$ac_ct_OTOOL"; then
7681 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7682 else
7683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684 for as_dir in $PATH
7685 do
7686 IFS=$as_save_IFS
7687 test -z "$as_dir" && as_dir=.
7688 for ac_exec_ext in '' $ac_executable_extensions; do
7689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7690 ac_cv_prog_ac_ct_OTOOL="otool"
7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7692 break 2
7693 fi
7694 done
7695 done
7696 IFS=$as_save_IFS
7697
7698 fi
7699 fi
7700 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7701 if test -n "$ac_ct_OTOOL"; then
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7703 $as_echo "$ac_ct_OTOOL" >&6; }
7704 else
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7706 $as_echo "no" >&6; }
7707 fi
7708
7709 if test "x$ac_ct_OTOOL" = x; then
7710 OTOOL=":"
7711 else
7712 case $cross_compiling:$ac_tool_warned in
7713 yes:)
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7716 ac_tool_warned=yes ;;
7717 esac
7718 OTOOL=$ac_ct_OTOOL
7719 fi
7720 else
7721 OTOOL="$ac_cv_prog_OTOOL"
7722 fi
7723
7724 if test -n "$ac_tool_prefix"; then
7725 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7726 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728 $as_echo_n "checking for $ac_word... " >&6; }
7729 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7730 $as_echo_n "(cached) " >&6
7731 else
7732 if test -n "$OTOOL64"; then
7733 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7734 else
7735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736 for as_dir in $PATH
7737 do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7742 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7744 break 2
7745 fi
7746 done
7747 done
7748 IFS=$as_save_IFS
7749
7750 fi
7751 fi
7752 OTOOL64=$ac_cv_prog_OTOOL64
7753 if test -n "$OTOOL64"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7755 $as_echo "$OTOOL64" >&6; }
7756 else
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758 $as_echo "no" >&6; }
7759 fi
7760
7761
7762 fi
7763 if test -z "$ac_cv_prog_OTOOL64"; then
7764 ac_ct_OTOOL64=$OTOOL64
7765 # Extract the first word of "otool64", so it can be a program name with args.
7766 set dummy otool64; ac_word=$2
7767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7768 $as_echo_n "checking for $ac_word... " >&6; }
7769 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
7771 else
7772 if test -n "$ac_ct_OTOOL64"; then
7773 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7774 else
7775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7776 for as_dir in $PATH
7777 do
7778 IFS=$as_save_IFS
7779 test -z "$as_dir" && as_dir=.
7780 for ac_exec_ext in '' $ac_executable_extensions; do
7781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7782 ac_cv_prog_ac_ct_OTOOL64="otool64"
7783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7784 break 2
7785 fi
7786 done
7787 done
7788 IFS=$as_save_IFS
7789
7790 fi
7791 fi
7792 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7793 if test -n "$ac_ct_OTOOL64"; then
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7795 $as_echo "$ac_ct_OTOOL64" >&6; }
7796 else
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7798 $as_echo "no" >&6; }
7799 fi
7800
7801 if test "x$ac_ct_OTOOL64" = x; then
7802 OTOOL64=":"
7803 else
7804 case $cross_compiling:$ac_tool_warned in
7805 yes:)
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7807 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7808 ac_tool_warned=yes ;;
7809 esac
7810 OTOOL64=$ac_ct_OTOOL64
7811 fi
7812 else
7813 OTOOL64="$ac_cv_prog_OTOOL64"
7814 fi
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7843 $as_echo_n "checking for -single_module linker flag... " >&6; }
7844 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7845 $as_echo_n "(cached) " >&6
7846 else
7847 lt_cv_apple_cc_single_mod=no
7848 if test -z "${LT_MULTI_MODULE}"; then
7849 # By default we will add the -single_module flag. You can override
7850 # by either setting the environment variable LT_MULTI_MODULE
7851 # non-empty at configure time, or by adding -multi_module to the
7852 # link flags.
7853 rm -rf libconftest.dylib*
7854 echo "int foo(void){return 1;}" > conftest.c
7855 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7856 -dynamiclib -Wl,-single_module conftest.c" >&5
7857 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7858 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7859 _lt_result=$?
7860 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7861 lt_cv_apple_cc_single_mod=yes
7862 else
7863 cat conftest.err >&5
7864 fi
7865 rm -rf libconftest.dylib*
7866 rm -f conftest.*
7867 fi
7868 fi
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7870 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7872 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7873 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7874 $as_echo_n "(cached) " >&6
7875 else
7876 lt_cv_ld_exported_symbols_list=no
7877 save_LDFLAGS=$LDFLAGS
7878 echo "_main" > conftest.sym
7879 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7881 /* end confdefs.h. */
7882
7883 int
7884 main ()
7885 {
7886
7887 ;
7888 return 0;
7889 }
7890 _ACEOF
7891 if ac_fn_c_try_link "$LINENO"; then :
7892 lt_cv_ld_exported_symbols_list=yes
7893 else
7894 lt_cv_ld_exported_symbols_list=no
7895 fi
7896 rm -f core conftest.err conftest.$ac_objext \
7897 conftest$ac_exeext conftest.$ac_ext
7898 LDFLAGS="$save_LDFLAGS"
7899
7900 fi
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7902 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7904 $as_echo_n "checking for -force_load linker flag... " >&6; }
7905 if test "${lt_cv_ld_force_load+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
7907 else
7908 lt_cv_ld_force_load=no
7909 cat > conftest.c << _LT_EOF
7910 int forced_loaded() { return 2;}
7911 _LT_EOF
7912 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7913 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7914 echo "$AR cru libconftest.a conftest.o" >&5
7915 $AR cru libconftest.a conftest.o 2>&5
7916 cat > conftest.c << _LT_EOF
7917 int main() { return 0;}
7918 _LT_EOF
7919 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7920 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7921 _lt_result=$?
7922 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7923 lt_cv_ld_force_load=yes
7924 else
7925 cat conftest.err >&5
7926 fi
7927 rm -f conftest.err libconftest.a conftest conftest.c
7928 rm -rf conftest.dSYM
7929
7930 fi
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7932 $as_echo "$lt_cv_ld_force_load" >&6; }
7933 case $host_os in
7934 rhapsody* | darwin1.[012])
7935 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7936 darwin1.*)
7937 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7938 darwin*) # darwin 5.x on
7939 # if running on 10.5 or later, the deployment target defaults
7940 # to the OS version, if on x86, and 10.4, the deployment
7941 # target defaults to 10.4. Don't you love it?
7942 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7943 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7944 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7945 10.[012][,.]*)
7946 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7947 10.*)
7948 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7949 esac
7950 ;;
7951 esac
7952 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7953 _lt_dar_single_mod='$single_module'
7954 fi
7955 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7956 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7957 else
7958 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7959 fi
7960 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7961 _lt_dsymutil='~$DSYMUTIL $lib || :'
7962 else
7963 _lt_dsymutil=
7964 fi
7965 ;;
7966 esac
7967
7968 for ac_header in dlfcn.h
7969 do :
7970 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7971 "
7972 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7973 cat >>confdefs.h <<_ACEOF
7974 #define HAVE_DLFCN_H 1
7975 _ACEOF
7976
7977 fi
7978
7979 done
7980
7981
7982
7983
7984
7985 # Set options
7986 enable_dlopen=yes
7987
7988
7989
7990
7991 enable_win32_dll=no
7992
7993
7994
7995 # Check whether --enable-static was given.
7996 if test "${enable_static+set}" = set; then :
7997 enableval=$enable_static; p=${PACKAGE-default}
7998 case $enableval in
7999 yes) enable_static=yes ;;
8000 no) enable_static=no ;;
8001 *)
8002 enable_static=no
8003 # Look at the argument we got. We use all the common list separators.
8004 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8005 for pkg in $enableval; do
8006 IFS="$lt_save_ifs"
8007 if test "X$pkg" = "X$p"; then
8008 enable_static=yes
8009 fi
8010 done
8011 IFS="$lt_save_ifs"
8012 ;;
8013 esac
8014 else
8015 enable_static=yes
8016 fi
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027 # Check whether --with-pic was given.
8028 if test "${with_pic+set}" = set; then :
8029 withval=$with_pic; pic_mode="$withval"
8030 else
8031 pic_mode=default
8032 fi
8033
8034
8035 test -z "$pic_mode" && pic_mode=default
8036
8037
8038
8039
8040
8041
8042
8043 # Check whether --enable-fast-install was given.
8044 if test "${enable_fast_install+set}" = set; then :
8045 enableval=$enable_fast_install; p=${PACKAGE-default}
8046 case $enableval in
8047 yes) enable_fast_install=yes ;;
8048 no) enable_fast_install=no ;;
8049 *)
8050 enable_fast_install=no
8051 # Look at the argument we got. We use all the common list separators.
8052 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8053 for pkg in $enableval; do
8054 IFS="$lt_save_ifs"
8055 if test "X$pkg" = "X$p"; then
8056 enable_fast_install=yes
8057 fi
8058 done
8059 IFS="$lt_save_ifs"
8060 ;;
8061 esac
8062 else
8063 enable_fast_install=yes
8064 fi
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076 # This can be used to rebuild libtool when needed
8077 LIBTOOL_DEPS="$ltmain"
8078
8079 # Always use our own libtool.
8080 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107 test -z "$LN_S" && LN_S="ln -s"
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122 if test -n "${ZSH_VERSION+set}" ; then
8123 setopt NO_GLOB_SUBST
8124 fi
8125
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8127 $as_echo_n "checking for objdir... " >&6; }
8128 if test "${lt_cv_objdir+set}" = set; then :
8129 $as_echo_n "(cached) " >&6
8130 else
8131 rm -f .libs 2>/dev/null
8132 mkdir .libs 2>/dev/null
8133 if test -d .libs; then
8134 lt_cv_objdir=.libs
8135 else
8136 # MS-DOS does not allow filenames that begin with a dot.
8137 lt_cv_objdir=_libs
8138 fi
8139 rmdir .libs 2>/dev/null
8140 fi
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8142 $as_echo "$lt_cv_objdir" >&6; }
8143 objdir=$lt_cv_objdir
8144
8145
8146
8147
8148
8149 cat >>confdefs.h <<_ACEOF
8150 #define LT_OBJDIR "$lt_cv_objdir/"
8151 _ACEOF
8152
8153
8154
8155
8156 case $host_os in
8157 aix3*)
8158 # AIX sometimes has problems with the GCC collect2 program. For some
8159 # reason, if we set the COLLECT_NAMES environment variable, the problems
8160 # vanish in a puff of smoke.
8161 if test "X${COLLECT_NAMES+set}" != Xset; then
8162 COLLECT_NAMES=
8163 export COLLECT_NAMES
8164 fi
8165 ;;
8166 esac
8167
8168 # Global variables:
8169 ofile=libtool
8170 can_build_shared=yes
8171
8172 # All known linkers require a `.a' archive for static linking (except MSVC,
8173 # which needs '.lib').
8174 libext=a
8175
8176 with_gnu_ld="$lt_cv_prog_gnu_ld"
8177
8178 old_CC="$CC"
8179 old_CFLAGS="$CFLAGS"
8180
8181 # Set sane defaults for various variables
8182 test -z "$CC" && CC=cc
8183 test -z "$LTCC" && LTCC=$CC
8184 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8185 test -z "$LD" && LD=ld
8186 test -z "$ac_objext" && ac_objext=o
8187
8188 for cc_temp in $compiler""; do
8189 case $cc_temp in
8190 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8191 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8192 \-*) ;;
8193 *) break;;
8194 esac
8195 done
8196 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8197
8198
8199 # Only perform the check for file, if the check method requires it
8200 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8201 case $deplibs_check_method in
8202 file_magic*)
8203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8205 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8206 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8207 $as_echo_n "(cached) " >&6
8208 else
8209 case $MAGIC_CMD in
8210 [\\/*] | ?:[\\/]*)
8211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8212 ;;
8213 *)
8214 lt_save_MAGIC_CMD="$MAGIC_CMD"
8215 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8216 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8217 for ac_dir in $ac_dummy; do
8218 IFS="$lt_save_ifs"
8219 test -z "$ac_dir" && ac_dir=.
8220 if test -f $ac_dir/${ac_tool_prefix}file; then
8221 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8222 if test -n "$file_magic_test_file"; then
8223 case $deplibs_check_method in
8224 "file_magic "*)
8225 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8226 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8227 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8228 $EGREP "$file_magic_regex" > /dev/null; then
8229 :
8230 else
8231 cat <<_LT_EOF 1>&2
8232
8233 *** Warning: the command libtool uses to detect shared libraries,
8234 *** $file_magic_cmd, produces output that libtool cannot recognize.
8235 *** The result is that libtool may fail to recognize shared libraries
8236 *** as such. This will affect the creation of libtool libraries that
8237 *** depend on shared libraries, but programs linked with such libtool
8238 *** libraries will work regardless of this problem. Nevertheless, you
8239 *** may want to report the problem to your system manager and/or to
8240 *** bug-libtool@gnu.org
8241
8242 _LT_EOF
8243 fi ;;
8244 esac
8245 fi
8246 break
8247 fi
8248 done
8249 IFS="$lt_save_ifs"
8250 MAGIC_CMD="$lt_save_MAGIC_CMD"
8251 ;;
8252 esac
8253 fi
8254
8255 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8256 if test -n "$MAGIC_CMD"; then
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8258 $as_echo "$MAGIC_CMD" >&6; }
8259 else
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8261 $as_echo "no" >&6; }
8262 fi
8263
8264
8265
8266
8267
8268 if test -z "$lt_cv_path_MAGIC_CMD"; then
8269 if test -n "$ac_tool_prefix"; then
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8271 $as_echo_n "checking for file... " >&6; }
8272 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8273 $as_echo_n "(cached) " >&6
8274 else
8275 case $MAGIC_CMD in
8276 [\\/*] | ?:[\\/]*)
8277 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8278 ;;
8279 *)
8280 lt_save_MAGIC_CMD="$MAGIC_CMD"
8281 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8282 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8283 for ac_dir in $ac_dummy; do
8284 IFS="$lt_save_ifs"
8285 test -z "$ac_dir" && ac_dir=.
8286 if test -f $ac_dir/file; then
8287 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8288 if test -n "$file_magic_test_file"; then
8289 case $deplibs_check_method in
8290 "file_magic "*)
8291 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8292 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8293 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8294 $EGREP "$file_magic_regex" > /dev/null; then
8295 :
8296 else
8297 cat <<_LT_EOF 1>&2
8298
8299 *** Warning: the command libtool uses to detect shared libraries,
8300 *** $file_magic_cmd, produces output that libtool cannot recognize.
8301 *** The result is that libtool may fail to recognize shared libraries
8302 *** as such. This will affect the creation of libtool libraries that
8303 *** depend on shared libraries, but programs linked with such libtool
8304 *** libraries will work regardless of this problem. Nevertheless, you
8305 *** may want to report the problem to your system manager and/or to
8306 *** bug-libtool@gnu.org
8307
8308 _LT_EOF
8309 fi ;;
8310 esac
8311 fi
8312 break
8313 fi
8314 done
8315 IFS="$lt_save_ifs"
8316 MAGIC_CMD="$lt_save_MAGIC_CMD"
8317 ;;
8318 esac
8319 fi
8320
8321 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8322 if test -n "$MAGIC_CMD"; then
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8324 $as_echo "$MAGIC_CMD" >&6; }
8325 else
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8327 $as_echo "no" >&6; }
8328 fi
8329
8330
8331 else
8332 MAGIC_CMD=:
8333 fi
8334 fi
8335
8336 fi
8337 ;;
8338 esac
8339
8340 # Use C for the default configuration in the libtool script
8341
8342 lt_save_CC="$CC"
8343 ac_ext=c
8344 ac_cpp='$CPP $CPPFLAGS'
8345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8348
8349
8350 # Source file extension for C test sources.
8351 ac_ext=c
8352
8353 # Object file extension for compiled C test sources.
8354 objext=o
8355 objext=$objext
8356
8357 # Code to be used in simple compile tests
8358 lt_simple_compile_test_code="int some_variable = 0;"
8359
8360 # Code to be used in simple link tests
8361 lt_simple_link_test_code='int main(){return(0);}'
8362
8363
8364
8365
8366
8367
8368
8369 # If no C compiler was specified, use CC.
8370 LTCC=${LTCC-"$CC"}
8371
8372 # If no C compiler flags were specified, use CFLAGS.
8373 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8374
8375 # Allow CC to be a program name with arguments.
8376 compiler=$CC
8377
8378 # Save the default compiler, since it gets overwritten when the other
8379 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8380 compiler_DEFAULT=$CC
8381
8382 # save warnings/boilerplate of simple test code
8383 ac_outfile=conftest.$ac_objext
8384 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8385 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8386 _lt_compiler_boilerplate=`cat conftest.err`
8387 $RM conftest*
8388
8389 ac_outfile=conftest.$ac_objext
8390 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8391 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8392 _lt_linker_boilerplate=`cat conftest.err`
8393 $RM -r conftest*
8394
8395
8396 ## CAVEAT EMPTOR:
8397 ## There is no encapsulation within the following macros, do not change
8398 ## the running order or otherwise move them around unless you know exactly
8399 ## what you are doing...
8400 if test -n "$compiler"; then
8401
8402 lt_prog_compiler_no_builtin_flag=
8403
8404 if test "$GCC" = yes; then
8405 case $cc_basename in
8406 nvcc*)
8407 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8408 *)
8409 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8410 esac
8411
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8413 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8414 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8415 $as_echo_n "(cached) " >&6
8416 else
8417 lt_cv_prog_compiler_rtti_exceptions=no
8418 ac_outfile=conftest.$ac_objext
8419 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8420 lt_compiler_flag="-fno-rtti -fno-exceptions"
8421 # Insert the option either (1) after the last *FLAGS variable, or
8422 # (2) before a word containing "conftest.", or (3) at the end.
8423 # Note that $ac_compile itself does not contain backslashes and begins
8424 # with a dollar sign (not a hyphen), so the echo should work correctly.
8425 # The option is referenced via a variable to avoid confusing sed.
8426 lt_compile=`echo "$ac_compile" | $SED \
8427 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8428 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8429 -e 's:$: $lt_compiler_flag:'`
8430 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8431 (eval "$lt_compile" 2>conftest.err)
8432 ac_status=$?
8433 cat conftest.err >&5
8434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8435 if (exit $ac_status) && test -s "$ac_outfile"; then
8436 # The compiler can only warn and ignore the option if not recognized
8437 # So say no if there are warnings other than the usual output.
8438 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8439 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8440 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8441 lt_cv_prog_compiler_rtti_exceptions=yes
8442 fi
8443 fi
8444 $RM conftest*
8445
8446 fi
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8448 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8449
8450 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8451 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8452 else
8453 :
8454 fi
8455
8456 fi
8457
8458
8459
8460
8461
8462
8463 lt_prog_compiler_wl=
8464 lt_prog_compiler_pic=
8465 lt_prog_compiler_static=
8466
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8468 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8469
8470 if test "$GCC" = yes; then
8471 lt_prog_compiler_wl='-Wl,'
8472 lt_prog_compiler_static='-static'
8473
8474 case $host_os in
8475 aix*)
8476 # All AIX code is PIC.
8477 if test "$host_cpu" = ia64; then
8478 # AIX 5 now supports IA64 processor
8479 lt_prog_compiler_static='-Bstatic'
8480 fi
8481 lt_prog_compiler_pic='-fPIC'
8482 ;;
8483
8484 amigaos*)
8485 case $host_cpu in
8486 powerpc)
8487 # see comment about AmigaOS4 .so support
8488 lt_prog_compiler_pic='-fPIC'
8489 ;;
8490 m68k)
8491 # FIXME: we need at least 68020 code to build shared libraries, but
8492 # adding the `-m68020' flag to GCC prevents building anything better,
8493 # like `-m68040'.
8494 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8495 ;;
8496 esac
8497 ;;
8498
8499 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8500 # PIC is the default for these OSes.
8501 ;;
8502
8503 mingw* | cygwin* | pw32* | os2* | cegcc*)
8504 # This hack is so that the source file can tell whether it is being
8505 # built for inclusion in a dll (and should export symbols for example).
8506 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8507 # (--disable-auto-import) libraries
8508 lt_prog_compiler_pic='-DDLL_EXPORT'
8509 ;;
8510
8511 darwin* | rhapsody*)
8512 # PIC is the default on this platform
8513 # Common symbols not allowed in MH_DYLIB files
8514 lt_prog_compiler_pic='-fno-common'
8515 ;;
8516
8517 haiku*)
8518 # PIC is the default for Haiku.
8519 # The "-static" flag exists, but is broken.
8520 lt_prog_compiler_static=
8521 ;;
8522
8523 hpux*)
8524 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8525 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8526 # sets the default TLS model and affects inlining.
8527 case $host_cpu in
8528 hppa*64*)
8529 # +Z the default
8530 ;;
8531 *)
8532 lt_prog_compiler_pic='-fPIC'
8533 ;;
8534 esac
8535 ;;
8536
8537 interix[3-9]*)
8538 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8539 # Instead, we relocate shared libraries at runtime.
8540 ;;
8541
8542 msdosdjgpp*)
8543 # Just because we use GCC doesn't mean we suddenly get shared libraries
8544 # on systems that don't support them.
8545 lt_prog_compiler_can_build_shared=no
8546 enable_shared=no
8547 ;;
8548
8549 *nto* | *qnx*)
8550 # QNX uses GNU C++, but need to define -shared option too, otherwise
8551 # it will coredump.
8552 lt_prog_compiler_pic='-fPIC -shared'
8553 ;;
8554
8555 sysv4*MP*)
8556 if test -d /usr/nec; then
8557 lt_prog_compiler_pic=-Kconform_pic
8558 fi
8559 ;;
8560
8561 *)
8562 lt_prog_compiler_pic='-fPIC'
8563 ;;
8564 esac
8565
8566 case $cc_basename in
8567 nvcc*) # Cuda Compiler Driver 2.2
8568 lt_prog_compiler_wl='-Xlinker '
8569 lt_prog_compiler_pic='-Xcompiler -fPIC'
8570 ;;
8571 esac
8572 else
8573 # PORTME Check for flag to pass linker flags through the system compiler.
8574 case $host_os in
8575 aix*)
8576 lt_prog_compiler_wl='-Wl,'
8577 if test "$host_cpu" = ia64; then
8578 # AIX 5 now supports IA64 processor
8579 lt_prog_compiler_static='-Bstatic'
8580 else
8581 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8582 fi
8583 ;;
8584
8585 mingw* | cygwin* | pw32* | os2* | cegcc*)
8586 # This hack is so that the source file can tell whether it is being
8587 # built for inclusion in a dll (and should export symbols for example).
8588 lt_prog_compiler_pic='-DDLL_EXPORT'
8589 ;;
8590
8591 hpux9* | hpux10* | hpux11*)
8592 lt_prog_compiler_wl='-Wl,'
8593 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8594 # not for PA HP-UX.
8595 case $host_cpu in
8596 hppa*64*|ia64*)
8597 # +Z the default
8598 ;;
8599 *)
8600 lt_prog_compiler_pic='+Z'
8601 ;;
8602 esac
8603 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8604 lt_prog_compiler_static='${wl}-a ${wl}archive'
8605 ;;
8606
8607 irix5* | irix6* | nonstopux*)
8608 lt_prog_compiler_wl='-Wl,'
8609 # PIC (with -KPIC) is the default.
8610 lt_prog_compiler_static='-non_shared'
8611 ;;
8612
8613 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8614 case $cc_basename in
8615 # old Intel for x86_64 which still supported -KPIC.
8616 ecc*)
8617 lt_prog_compiler_wl='-Wl,'
8618 lt_prog_compiler_pic='-KPIC'
8619 lt_prog_compiler_static='-static'
8620 ;;
8621 # icc used to be incompatible with GCC.
8622 # ICC 10 doesn't accept -KPIC any more.
8623 icc* | ifort*)
8624 lt_prog_compiler_wl='-Wl,'
8625 lt_prog_compiler_pic='-fPIC'
8626 lt_prog_compiler_static='-static'
8627 ;;
8628 # Lahey Fortran 8.1.
8629 lf95*)
8630 lt_prog_compiler_wl='-Wl,'
8631 lt_prog_compiler_pic='--shared'
8632 lt_prog_compiler_static='--static'
8633 ;;
8634 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8635 # Portland Group compilers (*not* the Pentium gcc compiler,
8636 # which looks to be a dead project)
8637 lt_prog_compiler_wl='-Wl,'
8638 lt_prog_compiler_pic='-fpic'
8639 lt_prog_compiler_static='-Bstatic'
8640 ;;
8641 ccc*)
8642 lt_prog_compiler_wl='-Wl,'
8643 # All Alpha code is PIC.
8644 lt_prog_compiler_static='-non_shared'
8645 ;;
8646 xl* | bgxl* | bgf* | mpixl*)
8647 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8648 lt_prog_compiler_wl='-Wl,'
8649 lt_prog_compiler_pic='-qpic'
8650 lt_prog_compiler_static='-qstaticlink'
8651 ;;
8652 *)
8653 case `$CC -V 2>&1 | sed 5q` in
8654 *Sun\ F* | *Sun*Fortran*)
8655 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8656 lt_prog_compiler_pic='-KPIC'
8657 lt_prog_compiler_static='-Bstatic'
8658 lt_prog_compiler_wl=''
8659 ;;
8660 *Sun\ C*)
8661 # Sun C 5.9
8662 lt_prog_compiler_pic='-KPIC'
8663 lt_prog_compiler_static='-Bstatic'
8664 lt_prog_compiler_wl='-Wl,'
8665 ;;
8666 esac
8667 ;;
8668 esac
8669 ;;
8670
8671 newsos6)
8672 lt_prog_compiler_pic='-KPIC'
8673 lt_prog_compiler_static='-Bstatic'
8674 ;;
8675
8676 *nto* | *qnx*)
8677 # QNX uses GNU C++, but need to define -shared option too, otherwise
8678 # it will coredump.
8679 lt_prog_compiler_pic='-fPIC -shared'
8680 ;;
8681
8682 osf3* | osf4* | osf5*)
8683 lt_prog_compiler_wl='-Wl,'
8684 # All OSF/1 code is PIC.
8685 lt_prog_compiler_static='-non_shared'
8686 ;;
8687
8688 rdos*)
8689 lt_prog_compiler_static='-non_shared'
8690 ;;
8691
8692 solaris*)
8693 lt_prog_compiler_pic='-KPIC'
8694 lt_prog_compiler_static='-Bstatic'
8695 case $cc_basename in
8696 f77* | f90* | f95*)
8697 lt_prog_compiler_wl='-Qoption ld ';;
8698 *)
8699 lt_prog_compiler_wl='-Wl,';;
8700 esac
8701 ;;
8702
8703 sunos4*)
8704 lt_prog_compiler_wl='-Qoption ld '
8705 lt_prog_compiler_pic='-PIC'
8706 lt_prog_compiler_static='-Bstatic'
8707 ;;
8708
8709 sysv4 | sysv4.2uw2* | sysv4.3*)
8710 lt_prog_compiler_wl='-Wl,'
8711 lt_prog_compiler_pic='-KPIC'
8712 lt_prog_compiler_static='-Bstatic'
8713 ;;
8714
8715 sysv4*MP*)
8716 if test -d /usr/nec ;then
8717 lt_prog_compiler_pic='-Kconform_pic'
8718 lt_prog_compiler_static='-Bstatic'
8719 fi
8720 ;;
8721
8722 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8723 lt_prog_compiler_wl='-Wl,'
8724 lt_prog_compiler_pic='-KPIC'
8725 lt_prog_compiler_static='-Bstatic'
8726 ;;
8727
8728 unicos*)
8729 lt_prog_compiler_wl='-Wl,'
8730 lt_prog_compiler_can_build_shared=no
8731 ;;
8732
8733 uts4*)
8734 lt_prog_compiler_pic='-pic'
8735 lt_prog_compiler_static='-Bstatic'
8736 ;;
8737
8738 *)
8739 lt_prog_compiler_can_build_shared=no
8740 ;;
8741 esac
8742 fi
8743
8744 case $host_os in
8745 # For platforms which do not support PIC, -DPIC is meaningless:
8746 *djgpp*)
8747 lt_prog_compiler_pic=
8748 ;;
8749 *)
8750 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8751 ;;
8752 esac
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8754 $as_echo "$lt_prog_compiler_pic" >&6; }
8755
8756
8757
8758
8759
8760
8761 #
8762 # Check to make sure the PIC flag actually works.
8763 #
8764 if test -n "$lt_prog_compiler_pic"; then
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8766 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8767 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8768 $as_echo_n "(cached) " >&6
8769 else
8770 lt_cv_prog_compiler_pic_works=no
8771 ac_outfile=conftest.$ac_objext
8772 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8773 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8774 # Insert the option either (1) after the last *FLAGS variable, or
8775 # (2) before a word containing "conftest.", or (3) at the end.
8776 # Note that $ac_compile itself does not contain backslashes and begins
8777 # with a dollar sign (not a hyphen), so the echo should work correctly.
8778 # The option is referenced via a variable to avoid confusing sed.
8779 lt_compile=`echo "$ac_compile" | $SED \
8780 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8781 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8782 -e 's:$: $lt_compiler_flag:'`
8783 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8784 (eval "$lt_compile" 2>conftest.err)
8785 ac_status=$?
8786 cat conftest.err >&5
8787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8788 if (exit $ac_status) && test -s "$ac_outfile"; then
8789 # The compiler can only warn and ignore the option if not recognized
8790 # So say no if there are warnings other than the usual output.
8791 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8792 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8793 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8794 lt_cv_prog_compiler_pic_works=yes
8795 fi
8796 fi
8797 $RM conftest*
8798
8799 fi
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8801 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8802
8803 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8804 case $lt_prog_compiler_pic in
8805 "" | " "*) ;;
8806 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8807 esac
8808 else
8809 lt_prog_compiler_pic=
8810 lt_prog_compiler_can_build_shared=no
8811 fi
8812
8813 fi
8814
8815
8816
8817
8818
8819
8820 #
8821 # Check to make sure the static flag actually works.
8822 #
8823 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8825 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8826 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8827 $as_echo_n "(cached) " >&6
8828 else
8829 lt_cv_prog_compiler_static_works=no
8830 save_LDFLAGS="$LDFLAGS"
8831 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8832 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8833 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8834 # The linker can only warn and ignore the option if not recognized
8835 # So say no if there are warnings
8836 if test -s conftest.err; then
8837 # Append any errors to the config.log.
8838 cat conftest.err 1>&5
8839 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8840 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8841 if diff conftest.exp conftest.er2 >/dev/null; then
8842 lt_cv_prog_compiler_static_works=yes
8843 fi
8844 else
8845 lt_cv_prog_compiler_static_works=yes
8846 fi
8847 fi
8848 $RM -r conftest*
8849 LDFLAGS="$save_LDFLAGS"
8850
8851 fi
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8853 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8854
8855 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8856 :
8857 else
8858 lt_prog_compiler_static=
8859 fi
8860
8861
8862
8863
8864
8865
8866
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8868 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8869 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8870 $as_echo_n "(cached) " >&6
8871 else
8872 lt_cv_prog_compiler_c_o=no
8873 $RM -r conftest 2>/dev/null
8874 mkdir conftest
8875 cd conftest
8876 mkdir out
8877 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8878
8879 lt_compiler_flag="-o out/conftest2.$ac_objext"
8880 # Insert the option either (1) after the last *FLAGS variable, or
8881 # (2) before a word containing "conftest.", or (3) at the end.
8882 # Note that $ac_compile itself does not contain backslashes and begins
8883 # with a dollar sign (not a hyphen), so the echo should work correctly.
8884 lt_compile=`echo "$ac_compile" | $SED \
8885 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8886 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8887 -e 's:$: $lt_compiler_flag:'`
8888 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8889 (eval "$lt_compile" 2>out/conftest.err)
8890 ac_status=$?
8891 cat out/conftest.err >&5
8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8894 then
8895 # The compiler can only warn and ignore the option if not recognized
8896 # So say no if there are warnings
8897 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8898 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8899 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8900 lt_cv_prog_compiler_c_o=yes
8901 fi
8902 fi
8903 chmod u+w . 2>&5
8904 $RM conftest*
8905 # SGI C++ compiler will create directory out/ii_files/ for
8906 # template instantiation
8907 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8908 $RM out/* && rmdir out
8909 cd ..
8910 $RM -r conftest
8911 $RM conftest*
8912
8913 fi
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8915 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8916
8917
8918
8919
8920
8921
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8923 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8924 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8925 $as_echo_n "(cached) " >&6
8926 else
8927 lt_cv_prog_compiler_c_o=no
8928 $RM -r conftest 2>/dev/null
8929 mkdir conftest
8930 cd conftest
8931 mkdir out
8932 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8933
8934 lt_compiler_flag="-o out/conftest2.$ac_objext"
8935 # Insert the option either (1) after the last *FLAGS variable, or
8936 # (2) before a word containing "conftest.", or (3) at the end.
8937 # Note that $ac_compile itself does not contain backslashes and begins
8938 # with a dollar sign (not a hyphen), so the echo should work correctly.
8939 lt_compile=`echo "$ac_compile" | $SED \
8940 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8941 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8942 -e 's:$: $lt_compiler_flag:'`
8943 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8944 (eval "$lt_compile" 2>out/conftest.err)
8945 ac_status=$?
8946 cat out/conftest.err >&5
8947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8948 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8949 then
8950 # The compiler can only warn and ignore the option if not recognized
8951 # So say no if there are warnings
8952 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8953 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8954 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8955 lt_cv_prog_compiler_c_o=yes
8956 fi
8957 fi
8958 chmod u+w . 2>&5
8959 $RM conftest*
8960 # SGI C++ compiler will create directory out/ii_files/ for
8961 # template instantiation
8962 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8963 $RM out/* && rmdir out
8964 cd ..
8965 $RM -r conftest
8966 $RM conftest*
8967
8968 fi
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8970 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8971
8972
8973
8974
8975 hard_links="nottested"
8976 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8977 # do not overwrite the value of need_locks provided by the user
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8979 $as_echo_n "checking if we can lock with hard links... " >&6; }
8980 hard_links=yes
8981 $RM conftest*
8982 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8983 touch conftest.a
8984 ln conftest.a conftest.b 2>&5 || hard_links=no
8985 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8987 $as_echo "$hard_links" >&6; }
8988 if test "$hard_links" = no; then
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8990 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8991 need_locks=warn
8992 fi
8993 else
8994 need_locks=no
8995 fi
8996
8997
8998
8999
9000
9001
9002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9003 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9004
9005 runpath_var=
9006 allow_undefined_flag=
9007 always_export_symbols=no
9008 archive_cmds=
9009 archive_expsym_cmds=
9010 compiler_needs_object=no
9011 enable_shared_with_static_runtimes=no
9012 export_dynamic_flag_spec=
9013 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9014 hardcode_automatic=no
9015 hardcode_direct=no
9016 hardcode_direct_absolute=no
9017 hardcode_libdir_flag_spec=
9018 hardcode_libdir_flag_spec_ld=
9019 hardcode_libdir_separator=
9020 hardcode_minus_L=no
9021 hardcode_shlibpath_var=unsupported
9022 inherit_rpath=no
9023 link_all_deplibs=unknown
9024 module_cmds=
9025 module_expsym_cmds=
9026 old_archive_from_new_cmds=
9027 old_archive_from_expsyms_cmds=
9028 thread_safe_flag_spec=
9029 whole_archive_flag_spec=
9030 # include_expsyms should be a list of space-separated symbols to be *always*
9031 # included in the symbol list
9032 include_expsyms=
9033 # exclude_expsyms can be an extended regexp of symbols to exclude
9034 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9035 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9036 # as well as any symbol that contains `d'.
9037 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9038 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9039 # platforms (ab)use it in PIC code, but their linkers get confused if
9040 # the symbol is explicitly referenced. Since portable code cannot
9041 # rely on this symbol name, it's probably fine to never include it in
9042 # preloaded symbol tables.
9043 # Exclude shared library initialization/finalization symbols.
9044 extract_expsyms_cmds=
9045
9046 case $host_os in
9047 cygwin* | mingw* | pw32* | cegcc*)
9048 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9049 # When not using gcc, we currently assume that we are using
9050 # Microsoft Visual C++.
9051 if test "$GCC" != yes; then
9052 with_gnu_ld=no
9053 fi
9054 ;;
9055 interix*)
9056 # we just hope/assume this is gcc and not c89 (= MSVC++)
9057 with_gnu_ld=yes
9058 ;;
9059 openbsd*)
9060 with_gnu_ld=no
9061 ;;
9062 esac
9063
9064 ld_shlibs=yes
9065
9066 # On some targets, GNU ld is compatible enough with the native linker
9067 # that we're better off using the native interface for both.
9068 lt_use_gnu_ld_interface=no
9069 if test "$with_gnu_ld" = yes; then
9070 case $host_os in
9071 aix*)
9072 # The AIX port of GNU ld has always aspired to compatibility
9073 # with the native linker. However, as the warning in the GNU ld
9074 # block says, versions before 2.19.5* couldn't really create working
9075 # shared libraries, regardless of the interface used.
9076 case `$LD -v 2>&1` in
9077 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9078 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9079 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9080 *)
9081 lt_use_gnu_ld_interface=yes
9082 ;;
9083 esac
9084 ;;
9085 *)
9086 lt_use_gnu_ld_interface=yes
9087 ;;
9088 esac
9089 fi
9090
9091 if test "$lt_use_gnu_ld_interface" = yes; then
9092 # If archive_cmds runs LD, not CC, wlarc should be empty
9093 wlarc='${wl}'
9094
9095 # Set some defaults for GNU ld with shared library support. These
9096 # are reset later if shared libraries are not supported. Putting them
9097 # here allows them to be overridden if necessary.
9098 runpath_var=LD_RUN_PATH
9099 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9100 export_dynamic_flag_spec='${wl}--export-dynamic'
9101 # ancient GNU ld didn't support --whole-archive et. al.
9102 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9103 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9104 else
9105 whole_archive_flag_spec=
9106 fi
9107 supports_anon_versioning=no
9108 case `$LD -v 2>&1` in
9109 *GNU\ gold*) supports_anon_versioning=yes ;;
9110 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9111 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9112 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9113 *\ 2.11.*) ;; # other 2.11 versions
9114 *) supports_anon_versioning=yes ;;
9115 esac
9116
9117 # See if GNU ld supports shared libraries.
9118 case $host_os in
9119 aix[3-9]*)
9120 # On AIX/PPC, the GNU linker is very broken
9121 if test "$host_cpu" != ia64; then
9122 ld_shlibs=no
9123 cat <<_LT_EOF 1>&2
9124
9125 *** Warning: the GNU linker, at least up to release 2.19, is reported
9126 *** to be unable to reliably create shared libraries on AIX.
9127 *** Therefore, libtool is disabling shared libraries support. If you
9128 *** really care for shared libraries, you may want to install binutils
9129 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9130 *** You will then need to restart the configuration process.
9131
9132 _LT_EOF
9133 fi
9134 ;;
9135
9136 amigaos*)
9137 case $host_cpu in
9138 powerpc)
9139 # see comment about AmigaOS4 .so support
9140 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9141 archive_expsym_cmds=''
9142 ;;
9143 m68k)
9144 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)'
9145 hardcode_libdir_flag_spec='-L$libdir'
9146 hardcode_minus_L=yes
9147 ;;
9148 esac
9149 ;;
9150
9151 beos*)
9152 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9153 allow_undefined_flag=unsupported
9154 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9155 # support --undefined. This deserves some investigation. FIXME
9156 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9157 else
9158 ld_shlibs=no
9159 fi
9160 ;;
9161
9162 cygwin* | mingw* | pw32* | cegcc*)
9163 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9164 # as there is no search path for DLLs.
9165 hardcode_libdir_flag_spec='-L$libdir'
9166 export_dynamic_flag_spec='${wl}--export-all-symbols'
9167 allow_undefined_flag=unsupported
9168 always_export_symbols=no
9169 enable_shared_with_static_runtimes=yes
9170 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9171
9172 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9173 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9174 # If the export-symbols file already is a .def file (1st line
9175 # is EXPORTS), use it as is; otherwise, prepend...
9176 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9177 cp $export_symbols $output_objdir/$soname.def;
9178 else
9179 echo EXPORTS > $output_objdir/$soname.def;
9180 cat $export_symbols >> $output_objdir/$soname.def;
9181 fi~
9182 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9183 else
9184 ld_shlibs=no
9185 fi
9186 ;;
9187
9188 haiku*)
9189 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9190 link_all_deplibs=yes
9191 ;;
9192
9193 interix[3-9]*)
9194 hardcode_direct=no
9195 hardcode_shlibpath_var=no
9196 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9197 export_dynamic_flag_spec='${wl}-E'
9198 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9199 # Instead, shared libraries are loaded at an image base (0x10000000 by
9200 # default) and relocated if they conflict, which is a slow very memory
9201 # consuming and fragmenting process. To avoid this, we pick a random,
9202 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9203 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9204 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9205 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'
9206 ;;
9207
9208 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9209 tmp_diet=no
9210 if test "$host_os" = linux-dietlibc; then
9211 case $cc_basename in
9212 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9213 esac
9214 fi
9215 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9216 && test "$tmp_diet" = no
9217 then
9218 tmp_addflag=' $pic_flag'
9219 tmp_sharedflag='-shared'
9220 case $cc_basename,$host_cpu in
9221 pgcc*) # Portland Group C compiler
9222 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'
9223 tmp_addflag=' $pic_flag'
9224 ;;
9225 pgf77* | pgf90* | pgf95* | pgfortran*)
9226 # Portland Group f77 and f90 compilers
9227 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'
9228 tmp_addflag=' $pic_flag -Mnomain' ;;
9229 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9230 tmp_addflag=' -i_dynamic' ;;
9231 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9232 tmp_addflag=' -i_dynamic -nofor_main' ;;
9233 ifc* | ifort*) # Intel Fortran compiler
9234 tmp_addflag=' -nofor_main' ;;
9235 lf95*) # Lahey Fortran 8.1
9236 whole_archive_flag_spec=
9237 tmp_sharedflag='--shared' ;;
9238 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9239 tmp_sharedflag='-qmkshrobj'
9240 tmp_addflag= ;;
9241 nvcc*) # Cuda Compiler Driver 2.2
9242 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'
9243 compiler_needs_object=yes
9244 ;;
9245 esac
9246 case `$CC -V 2>&1 | sed 5q` in
9247 *Sun\ C*) # Sun C 5.9
9248 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'
9249 compiler_needs_object=yes
9250 tmp_sharedflag='-G' ;;
9251 *Sun\ F*) # Sun Fortran 8.3
9252 tmp_sharedflag='-G' ;;
9253 esac
9254 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9255
9256 if test "x$supports_anon_versioning" = xyes; then
9257 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9258 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9259 echo "local: *; };" >> $output_objdir/$libname.ver~
9260 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9261 fi
9262
9263 case $cc_basename in
9264 xlf* | bgf* | bgxlf* | mpixlf*)
9265 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9266 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9267 hardcode_libdir_flag_spec=
9268 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9269 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9270 if test "x$supports_anon_versioning" = xyes; then
9271 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9272 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9273 echo "local: *; };" >> $output_objdir/$libname.ver~
9274 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9275 fi
9276 ;;
9277 esac
9278 else
9279 ld_shlibs=no
9280 fi
9281 ;;
9282
9283 netbsd*)
9284 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9285 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9286 wlarc=
9287 else
9288 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9289 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9290 fi
9291 ;;
9292
9293 solaris*)
9294 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9295 ld_shlibs=no
9296 cat <<_LT_EOF 1>&2
9297
9298 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9299 *** create shared libraries on Solaris systems. Therefore, libtool
9300 *** is disabling shared libraries support. We urge you to upgrade GNU
9301 *** binutils to release 2.9.1 or newer. Another option is to modify
9302 *** your PATH or compiler configuration so that the native linker is
9303 *** used, and then restart.
9304
9305 _LT_EOF
9306 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9307 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9308 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9309 else
9310 ld_shlibs=no
9311 fi
9312 ;;
9313
9314 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9315 case `$LD -v 2>&1` in
9316 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9317 ld_shlibs=no
9318 cat <<_LT_EOF 1>&2
9319
9320 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9321 *** reliably create shared libraries on SCO systems. Therefore, libtool
9322 *** is disabling shared libraries support. We urge you to upgrade GNU
9323 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9324 *** your PATH or compiler configuration so that the native linker is
9325 *** used, and then restart.
9326
9327 _LT_EOF
9328 ;;
9329 *)
9330 # For security reasons, it is highly recommended that you always
9331 # use absolute paths for naming shared libraries, and exclude the
9332 # DT_RUNPATH tag from executables and libraries. But doing so
9333 # requires that you compile everything twice, which is a pain.
9334 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9335 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9336 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9337 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9338 else
9339 ld_shlibs=no
9340 fi
9341 ;;
9342 esac
9343 ;;
9344
9345 sunos4*)
9346 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9347 wlarc=
9348 hardcode_direct=yes
9349 hardcode_shlibpath_var=no
9350 ;;
9351
9352 *)
9353 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9354 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9355 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9356 else
9357 ld_shlibs=no
9358 fi
9359 ;;
9360 esac
9361
9362 if test "$ld_shlibs" = no; then
9363 runpath_var=
9364 hardcode_libdir_flag_spec=
9365 export_dynamic_flag_spec=
9366 whole_archive_flag_spec=
9367 fi
9368 else
9369 # PORTME fill in a description of your system's linker (not GNU ld)
9370 case $host_os in
9371 aix3*)
9372 allow_undefined_flag=unsupported
9373 always_export_symbols=yes
9374 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'
9375 # Note: this linker hardcodes the directories in LIBPATH if there
9376 # are no directories specified by -L.
9377 hardcode_minus_L=yes
9378 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9379 # Neither direct hardcoding nor static linking is supported with a
9380 # broken collect2.
9381 hardcode_direct=unsupported
9382 fi
9383 ;;
9384
9385 aix[4-9]*)
9386 if test "$host_cpu" = ia64; then
9387 # On IA64, the linker does run time linking by default, so we don't
9388 # have to do anything special.
9389 aix_use_runtimelinking=no
9390 exp_sym_flag='-Bexport'
9391 no_entry_flag=""
9392 else
9393 # If we're using GNU nm, then we don't want the "-C" option.
9394 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9395 # Also, AIX nm treats weak defined symbols like other global
9396 # defined symbols, whereas GNU nm marks them as "W".
9397 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9398 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'
9399 else
9400 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9401 fi
9402 aix_use_runtimelinking=no
9403
9404 # Test if we are trying to use run time linking or normal
9405 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9406 # need to do runtime linking.
9407 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9408 for ld_flag in $LDFLAGS; do
9409 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9410 aix_use_runtimelinking=yes
9411 break
9412 fi
9413 done
9414 ;;
9415 esac
9416
9417 exp_sym_flag='-bexport'
9418 no_entry_flag='-bnoentry'
9419 fi
9420
9421 # When large executables or shared objects are built, AIX ld can
9422 # have problems creating the table of contents. If linking a library
9423 # or program results in "error TOC overflow" add -mminimal-toc to
9424 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9425 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9426
9427 archive_cmds=''
9428 hardcode_direct=yes
9429 hardcode_direct_absolute=yes
9430 hardcode_libdir_separator=':'
9431 link_all_deplibs=yes
9432 file_list_spec='${wl}-f,'
9433
9434 if test "$GCC" = yes; then
9435 case $host_os in aix4.[012]|aix4.[012].*)
9436 # We only want to do this on AIX 4.2 and lower, the check
9437 # below for broken collect2 doesn't work under 4.3+
9438 collect2name=`${CC} -print-prog-name=collect2`
9439 if test -f "$collect2name" &&
9440 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9441 then
9442 # We have reworked collect2
9443 :
9444 else
9445 # We have old collect2
9446 hardcode_direct=unsupported
9447 # It fails to find uninstalled libraries when the uninstalled
9448 # path is not listed in the libpath. Setting hardcode_minus_L
9449 # to unsupported forces relinking
9450 hardcode_minus_L=yes
9451 hardcode_libdir_flag_spec='-L$libdir'
9452 hardcode_libdir_separator=
9453 fi
9454 ;;
9455 esac
9456 shared_flag='-shared'
9457 if test "$aix_use_runtimelinking" = yes; then
9458 shared_flag="$shared_flag "'${wl}-G'
9459 fi
9460 else
9461 # not using gcc
9462 if test "$host_cpu" = ia64; then
9463 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9464 # chokes on -Wl,-G. The following line is correct:
9465 shared_flag='-G'
9466 else
9467 if test "$aix_use_runtimelinking" = yes; then
9468 shared_flag='${wl}-G'
9469 else
9470 shared_flag='${wl}-bM:SRE'
9471 fi
9472 fi
9473 fi
9474
9475 export_dynamic_flag_spec='${wl}-bexpall'
9476 # It seems that -bexpall does not export symbols beginning with
9477 # underscore (_), so it is better to generate a list of symbols to export.
9478 always_export_symbols=yes
9479 if test "$aix_use_runtimelinking" = yes; then
9480 # Warning - without using the other runtime loading flags (-brtl),
9481 # -berok will link without error, but may produce a broken library.
9482 allow_undefined_flag='-berok'
9483 # Determine the default libpath from the value encoded in an
9484 # empty executable.
9485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9486 /* end confdefs.h. */
9487
9488 int
9489 main ()
9490 {
9491
9492 ;
9493 return 0;
9494 }
9495 _ACEOF
9496 if ac_fn_c_try_link "$LINENO"; then :
9497
9498 lt_aix_libpath_sed='
9499 /Import File Strings/,/^$/ {
9500 /^0/ {
9501 s/^0 *\(.*\)$/\1/
9502 p
9503 }
9504 }'
9505 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9506 # Check for a 64-bit object if we didn't find anything.
9507 if test -z "$aix_libpath"; then
9508 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9509 fi
9510 fi
9511 rm -f core conftest.err conftest.$ac_objext \
9512 conftest$ac_exeext conftest.$ac_ext
9513 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9514
9515 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9516 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"
9517 else
9518 if test "$host_cpu" = ia64; then
9519 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9520 allow_undefined_flag="-z nodefs"
9521 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"
9522 else
9523 # Determine the default libpath from the value encoded in an
9524 # empty executable.
9525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9526 /* end confdefs.h. */
9527
9528 int
9529 main ()
9530 {
9531
9532 ;
9533 return 0;
9534 }
9535 _ACEOF
9536 if ac_fn_c_try_link "$LINENO"; then :
9537
9538 lt_aix_libpath_sed='
9539 /Import File Strings/,/^$/ {
9540 /^0/ {
9541 s/^0 *\(.*\)$/\1/
9542 p
9543 }
9544 }'
9545 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9546 # Check for a 64-bit object if we didn't find anything.
9547 if test -z "$aix_libpath"; then
9548 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9549 fi
9550 fi
9551 rm -f core conftest.err conftest.$ac_objext \
9552 conftest$ac_exeext conftest.$ac_ext
9553 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9554
9555 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9556 # Warning - without using the other run time loading flags,
9557 # -berok will link without error, but may produce a broken library.
9558 no_undefined_flag=' ${wl}-bernotok'
9559 allow_undefined_flag=' ${wl}-berok'
9560 if test "$with_gnu_ld" = yes; then
9561 # We only use this code for GNU lds that support --whole-archive.
9562 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9563 else
9564 # Exported symbols can be pulled into shared objects from archives
9565 whole_archive_flag_spec='$convenience'
9566 fi
9567 archive_cmds_need_lc=yes
9568 # This is similar to how AIX traditionally builds its shared libraries.
9569 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'
9570 fi
9571 fi
9572 ;;
9573
9574 amigaos*)
9575 case $host_cpu in
9576 powerpc)
9577 # see comment about AmigaOS4 .so support
9578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9579 archive_expsym_cmds=''
9580 ;;
9581 m68k)
9582 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)'
9583 hardcode_libdir_flag_spec='-L$libdir'
9584 hardcode_minus_L=yes
9585 ;;
9586 esac
9587 ;;
9588
9589 bsdi[45]*)
9590 export_dynamic_flag_spec=-rdynamic
9591 ;;
9592
9593 cygwin* | mingw* | pw32* | cegcc*)
9594 # When not using gcc, we currently assume that we are using
9595 # Microsoft Visual C++.
9596 # hardcode_libdir_flag_spec is actually meaningless, as there is
9597 # no search path for DLLs.
9598 hardcode_libdir_flag_spec=' '
9599 allow_undefined_flag=unsupported
9600 # Tell ltmain to make .lib files, not .a files.
9601 libext=lib
9602 # Tell ltmain to make .dll files, not .so files.
9603 shrext_cmds=".dll"
9604 # FIXME: Setting linknames here is a bad hack.
9605 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9606 # The linker will automatically build a .lib file if we build a DLL.
9607 old_archive_from_new_cmds='true'
9608 # FIXME: Should let the user specify the lib program.
9609 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9610 fix_srcfile_path='`cygpath -w "$srcfile"`'
9611 enable_shared_with_static_runtimes=yes
9612 ;;
9613
9614 darwin* | rhapsody*)
9615
9616
9617 archive_cmds_need_lc=no
9618 hardcode_direct=no
9619 hardcode_automatic=yes
9620 hardcode_shlibpath_var=unsupported
9621 if test "$lt_cv_ld_force_load" = "yes"; then
9622 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\"`'
9623 else
9624 whole_archive_flag_spec=''
9625 fi
9626 link_all_deplibs=yes
9627 allow_undefined_flag="$_lt_dar_allow_undefined"
9628 case $cc_basename in
9629 ifort*) _lt_dar_can_shared=yes ;;
9630 *) _lt_dar_can_shared=$GCC ;;
9631 esac
9632 if test "$_lt_dar_can_shared" = "yes"; then
9633 output_verbose_link_cmd=func_echo_all
9634 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9635 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9636 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}"
9637 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}"
9638
9639 else
9640 ld_shlibs=no
9641 fi
9642
9643 ;;
9644
9645 dgux*)
9646 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9647 hardcode_libdir_flag_spec='-L$libdir'
9648 hardcode_shlibpath_var=no
9649 ;;
9650
9651 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9652 # support. Future versions do this automatically, but an explicit c++rt0.o
9653 # does not break anything, and helps significantly (at the cost of a little
9654 # extra space).
9655 freebsd2.2*)
9656 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9657 hardcode_libdir_flag_spec='-R$libdir'
9658 hardcode_direct=yes
9659 hardcode_shlibpath_var=no
9660 ;;
9661
9662 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9663 freebsd2.*)
9664 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9665 hardcode_direct=yes
9666 hardcode_minus_L=yes
9667 hardcode_shlibpath_var=no
9668 ;;
9669
9670 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9671 freebsd* | dragonfly*)
9672 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9673 hardcode_libdir_flag_spec='-R$libdir'
9674 hardcode_direct=yes
9675 hardcode_shlibpath_var=no
9676 ;;
9677
9678 hpux9*)
9679 if test "$GCC" = yes; then
9680 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'
9681 else
9682 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'
9683 fi
9684 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9685 hardcode_libdir_separator=:
9686 hardcode_direct=yes
9687
9688 # hardcode_minus_L: Not really in the search PATH,
9689 # but as the default location of the library.
9690 hardcode_minus_L=yes
9691 export_dynamic_flag_spec='${wl}-E'
9692 ;;
9693
9694 hpux10*)
9695 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9696 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9697 else
9698 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9699 fi
9700 if test "$with_gnu_ld" = no; then
9701 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9702 hardcode_libdir_flag_spec_ld='+b $libdir'
9703 hardcode_libdir_separator=:
9704 hardcode_direct=yes
9705 hardcode_direct_absolute=yes
9706 export_dynamic_flag_spec='${wl}-E'
9707 # hardcode_minus_L: Not really in the search PATH,
9708 # but as the default location of the library.
9709 hardcode_minus_L=yes
9710 fi
9711 ;;
9712
9713 hpux11*)
9714 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9715 case $host_cpu in
9716 hppa*64*)
9717 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 ;;
9719 ia64*)
9720 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9721 ;;
9722 *)
9723 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9724 ;;
9725 esac
9726 else
9727 case $host_cpu in
9728 hppa*64*)
9729 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9730 ;;
9731 ia64*)
9732 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9733 ;;
9734 *)
9735
9736 # Older versions of the 11.00 compiler do not understand -b yet
9737 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9739 $as_echo_n "checking if $CC understands -b... " >&6; }
9740 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9741 $as_echo_n "(cached) " >&6
9742 else
9743 lt_cv_prog_compiler__b=no
9744 save_LDFLAGS="$LDFLAGS"
9745 LDFLAGS="$LDFLAGS -b"
9746 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9747 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9748 # The linker can only warn and ignore the option if not recognized
9749 # So say no if there are warnings
9750 if test -s conftest.err; then
9751 # Append any errors to the config.log.
9752 cat conftest.err 1>&5
9753 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9754 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9755 if diff conftest.exp conftest.er2 >/dev/null; then
9756 lt_cv_prog_compiler__b=yes
9757 fi
9758 else
9759 lt_cv_prog_compiler__b=yes
9760 fi
9761 fi
9762 $RM -r conftest*
9763 LDFLAGS="$save_LDFLAGS"
9764
9765 fi
9766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9767 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9768
9769 if test x"$lt_cv_prog_compiler__b" = xyes; then
9770 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9771 else
9772 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9773 fi
9774
9775 ;;
9776 esac
9777 fi
9778 if test "$with_gnu_ld" = no; then
9779 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9780 hardcode_libdir_separator=:
9781
9782 case $host_cpu in
9783 hppa*64*|ia64*)
9784 hardcode_direct=no
9785 hardcode_shlibpath_var=no
9786 ;;
9787 *)
9788 hardcode_direct=yes
9789 hardcode_direct_absolute=yes
9790 export_dynamic_flag_spec='${wl}-E'
9791
9792 # hardcode_minus_L: Not really in the search PATH,
9793 # but as the default location of the library.
9794 hardcode_minus_L=yes
9795 ;;
9796 esac
9797 fi
9798 ;;
9799
9800 irix5* | irix6* | nonstopux*)
9801 if test "$GCC" = yes; then
9802 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'
9803 # Try to use the -exported_symbol ld option, if it does not
9804 # work, assume that -exports_file does not work either and
9805 # implicitly export all symbols.
9806 save_LDFLAGS="$LDFLAGS"
9807 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9809 /* end confdefs.h. */
9810 int foo(void) {}
9811 _ACEOF
9812 if ac_fn_c_try_link "$LINENO"; then :
9813 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'
9814
9815 fi
9816 rm -f core conftest.err conftest.$ac_objext \
9817 conftest$ac_exeext conftest.$ac_ext
9818 LDFLAGS="$save_LDFLAGS"
9819 else
9820 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'
9821 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'
9822 fi
9823 archive_cmds_need_lc='no'
9824 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9825 hardcode_libdir_separator=:
9826 inherit_rpath=yes
9827 link_all_deplibs=yes
9828 ;;
9829
9830 netbsd*)
9831 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9832 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9833 else
9834 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9835 fi
9836 hardcode_libdir_flag_spec='-R$libdir'
9837 hardcode_direct=yes
9838 hardcode_shlibpath_var=no
9839 ;;
9840
9841 newsos6)
9842 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9843 hardcode_direct=yes
9844 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9845 hardcode_libdir_separator=:
9846 hardcode_shlibpath_var=no
9847 ;;
9848
9849 *nto* | *qnx*)
9850 ;;
9851
9852 openbsd*)
9853 if test -f /usr/libexec/ld.so; then
9854 hardcode_direct=yes
9855 hardcode_shlibpath_var=no
9856 hardcode_direct_absolute=yes
9857 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9858 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9859 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9860 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9861 export_dynamic_flag_spec='${wl}-E'
9862 else
9863 case $host_os in
9864 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9865 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9866 hardcode_libdir_flag_spec='-R$libdir'
9867 ;;
9868 *)
9869 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9870 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9871 ;;
9872 esac
9873 fi
9874 else
9875 ld_shlibs=no
9876 fi
9877 ;;
9878
9879 os2*)
9880 hardcode_libdir_flag_spec='-L$libdir'
9881 hardcode_minus_L=yes
9882 allow_undefined_flag=unsupported
9883 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'
9884 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9885 ;;
9886
9887 osf3*)
9888 if test "$GCC" = yes; then
9889 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9890 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'
9891 else
9892 allow_undefined_flag=' -expect_unresolved \*'
9893 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'
9894 fi
9895 archive_cmds_need_lc='no'
9896 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9897 hardcode_libdir_separator=:
9898 ;;
9899
9900 osf4* | osf5*) # as osf3* with the addition of -msym flag
9901 if test "$GCC" = yes; then
9902 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9903 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'
9904 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9905 else
9906 allow_undefined_flag=' -expect_unresolved \*'
9907 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'
9908 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~
9909 $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'
9910
9911 # Both c and cxx compiler support -rpath directly
9912 hardcode_libdir_flag_spec='-rpath $libdir'
9913 fi
9914 archive_cmds_need_lc='no'
9915 hardcode_libdir_separator=:
9916 ;;
9917
9918 solaris*)
9919 no_undefined_flag=' -z defs'
9920 if test "$GCC" = yes; then
9921 wlarc='${wl}'
9922 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9923 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9924 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9925 else
9926 case `$CC -V 2>&1` in
9927 *"Compilers 5.0"*)
9928 wlarc=''
9929 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9930 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9931 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9932 ;;
9933 *)
9934 wlarc='${wl}'
9935 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9936 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9937 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9938 ;;
9939 esac
9940 fi
9941 hardcode_libdir_flag_spec='-R$libdir'
9942 hardcode_shlibpath_var=no
9943 case $host_os in
9944 solaris2.[0-5] | solaris2.[0-5].*) ;;
9945 *)
9946 # The compiler driver will combine and reorder linker options,
9947 # but understands `-z linker_flag'. GCC discards it without `$wl',
9948 # but is careful enough not to reorder.
9949 # Supported since Solaris 2.6 (maybe 2.5.1?)
9950 if test "$GCC" = yes; then
9951 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9952 else
9953 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9954 fi
9955 ;;
9956 esac
9957 link_all_deplibs=yes
9958 ;;
9959
9960 sunos4*)
9961 if test "x$host_vendor" = xsequent; then
9962 # Use $CC to link under sequent, because it throws in some extra .o
9963 # files that make .init and .fini sections work.
9964 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9965 else
9966 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9967 fi
9968 hardcode_libdir_flag_spec='-L$libdir'
9969 hardcode_direct=yes
9970 hardcode_minus_L=yes
9971 hardcode_shlibpath_var=no
9972 ;;
9973
9974 sysv4)
9975 case $host_vendor in
9976 sni)
9977 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9978 hardcode_direct=yes # is this really true???
9979 ;;
9980 siemens)
9981 ## LD is ld it makes a PLAMLIB
9982 ## CC just makes a GrossModule.
9983 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9984 reload_cmds='$CC -r -o $output$reload_objs'
9985 hardcode_direct=no
9986 ;;
9987 motorola)
9988 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9989 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9990 ;;
9991 esac
9992 runpath_var='LD_RUN_PATH'
9993 hardcode_shlibpath_var=no
9994 ;;
9995
9996 sysv4.3*)
9997 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9998 hardcode_shlibpath_var=no
9999 export_dynamic_flag_spec='-Bexport'
10000 ;;
10001
10002 sysv4*MP*)
10003 if test -d /usr/nec; then
10004 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10005 hardcode_shlibpath_var=no
10006 runpath_var=LD_RUN_PATH
10007 hardcode_runpath_var=yes
10008 ld_shlibs=yes
10009 fi
10010 ;;
10011
10012 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10013 no_undefined_flag='${wl}-z,text'
10014 archive_cmds_need_lc=no
10015 hardcode_shlibpath_var=no
10016 runpath_var='LD_RUN_PATH'
10017
10018 if test "$GCC" = yes; then
10019 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10020 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10021 else
10022 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10023 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10024 fi
10025 ;;
10026
10027 sysv5* | sco3.2v5* | sco5v6*)
10028 # Note: We can NOT use -z defs as we might desire, because we do not
10029 # link with -lc, and that would cause any symbols used from libc to
10030 # always be unresolved, which means just about no library would
10031 # ever link correctly. If we're not using GNU ld we use -z text
10032 # though, which does catch some bad symbols but isn't as heavy-handed
10033 # as -z defs.
10034 no_undefined_flag='${wl}-z,text'
10035 allow_undefined_flag='${wl}-z,nodefs'
10036 archive_cmds_need_lc=no
10037 hardcode_shlibpath_var=no
10038 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10039 hardcode_libdir_separator=':'
10040 link_all_deplibs=yes
10041 export_dynamic_flag_spec='${wl}-Bexport'
10042 runpath_var='LD_RUN_PATH'
10043
10044 if test "$GCC" = yes; then
10045 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10047 else
10048 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10049 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10050 fi
10051 ;;
10052
10053 uts4*)
10054 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10055 hardcode_libdir_flag_spec='-L$libdir'
10056 hardcode_shlibpath_var=no
10057 ;;
10058
10059 *)
10060 ld_shlibs=no
10061 ;;
10062 esac
10063
10064 if test x$host_vendor = xsni; then
10065 case $host in
10066 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10067 export_dynamic_flag_spec='${wl}-Blargedynsym'
10068 ;;
10069 esac
10070 fi
10071 fi
10072
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10074 $as_echo "$ld_shlibs" >&6; }
10075 test "$ld_shlibs" = no && can_build_shared=no
10076
10077 with_gnu_ld=$with_gnu_ld
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093 #
10094 # Do we need to explicitly link libc?
10095 #
10096 case "x$archive_cmds_need_lc" in
10097 x|xyes)
10098 # Assume -lc should be added
10099 archive_cmds_need_lc=yes
10100
10101 if test "$enable_shared" = yes && test "$GCC" = yes; then
10102 case $archive_cmds in
10103 *'~'*)
10104 # FIXME: we may have to deal with multi-command sequences.
10105 ;;
10106 '$CC '*)
10107 # Test whether the compiler implicitly links with -lc since on some
10108 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10109 # to ld, don't add -lc before -lgcc.
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10111 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10112 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10113 $as_echo_n "(cached) " >&6
10114 else
10115 $RM conftest*
10116 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10117
10118 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10119 (eval $ac_compile) 2>&5
10120 ac_status=$?
10121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10122 test $ac_status = 0; } 2>conftest.err; then
10123 soname=conftest
10124 lib=conftest
10125 libobjs=conftest.$ac_objext
10126 deplibs=
10127 wl=$lt_prog_compiler_wl
10128 pic_flag=$lt_prog_compiler_pic
10129 compiler_flags=-v
10130 linker_flags=-v
10131 verstring=
10132 output_objdir=.
10133 libname=conftest
10134 lt_save_allow_undefined_flag=$allow_undefined_flag
10135 allow_undefined_flag=
10136 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10137 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10138 ac_status=$?
10139 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10140 test $ac_status = 0; }
10141 then
10142 lt_cv_archive_cmds_need_lc=no
10143 else
10144 lt_cv_archive_cmds_need_lc=yes
10145 fi
10146 allow_undefined_flag=$lt_save_allow_undefined_flag
10147 else
10148 cat conftest.err 1>&5
10149 fi
10150 $RM conftest*
10151
10152 fi
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10154 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10155 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10156 ;;
10157 esac
10158 fi
10159 ;;
10160 esac
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10319 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10320
10321 if test "$GCC" = yes; then
10322 case $host_os in
10323 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10324 *) lt_awk_arg="/^libraries:/" ;;
10325 esac
10326 case $host_os in
10327 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10328 *) lt_sed_strip_eq="s,=/,/,g" ;;
10329 esac
10330 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10331 case $lt_search_path_spec in
10332 *\;*)
10333 # if the path contains ";" then we assume it to be the separator
10334 # otherwise default to the standard path separator (i.e. ":") - it is
10335 # assumed that no part of a normal pathname contains ";" but that should
10336 # okay in the real world where ";" in dirpaths is itself problematic.
10337 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10338 ;;
10339 *)
10340 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10341 ;;
10342 esac
10343 # Ok, now we have the path, separated by spaces, we can step through it
10344 # and add multilib dir if necessary.
10345 lt_tmp_lt_search_path_spec=
10346 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10347 for lt_sys_path in $lt_search_path_spec; do
10348 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10349 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10350 else
10351 test -d "$lt_sys_path" && \
10352 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10353 fi
10354 done
10355 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10356 BEGIN {RS=" "; FS="/|\n";} {
10357 lt_foo="";
10358 lt_count=0;
10359 for (lt_i = NF; lt_i > 0; lt_i--) {
10360 if ($lt_i != "" && $lt_i != ".") {
10361 if ($lt_i == "..") {
10362 lt_count++;
10363 } else {
10364 if (lt_count == 0) {
10365 lt_foo="/" $lt_i lt_foo;
10366 } else {
10367 lt_count--;
10368 }
10369 }
10370 }
10371 }
10372 if (lt_foo != "") { lt_freq[lt_foo]++; }
10373 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10374 }'`
10375 # AWK program above erroneously prepends '/' to C:/dos/paths
10376 # for these hosts.
10377 case $host_os in
10378 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10379 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10380 esac
10381 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10382 else
10383 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10384 fi
10385 library_names_spec=
10386 libname_spec='lib$name'
10387 soname_spec=
10388 shrext_cmds=".so"
10389 postinstall_cmds=
10390 postuninstall_cmds=
10391 finish_cmds=
10392 finish_eval=
10393 shlibpath_var=
10394 shlibpath_overrides_runpath=unknown
10395 version_type=none
10396 dynamic_linker="$host_os ld.so"
10397 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10398 need_lib_prefix=unknown
10399 hardcode_into_libs=no
10400
10401 # when you set need_version to no, make sure it does not cause -set_version
10402 # flags to be left without arguments
10403 need_version=unknown
10404
10405 case $host_os in
10406 aix3*)
10407 version_type=linux
10408 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10409 shlibpath_var=LIBPATH
10410
10411 # AIX 3 has no versioning support, so we append a major version to the name.
10412 soname_spec='${libname}${release}${shared_ext}$major'
10413 ;;
10414
10415 aix[4-9]*)
10416 version_type=linux
10417 need_lib_prefix=no
10418 need_version=no
10419 hardcode_into_libs=yes
10420 if test "$host_cpu" = ia64; then
10421 # AIX 5 supports IA64
10422 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10423 shlibpath_var=LD_LIBRARY_PATH
10424 else
10425 # With GCC up to 2.95.x, collect2 would create an import file
10426 # for dependence libraries. The import file would start with
10427 # the line `#! .'. This would cause the generated library to
10428 # depend on `.', always an invalid library. This was fixed in
10429 # development snapshots of GCC prior to 3.0.
10430 case $host_os in
10431 aix4 | aix4.[01] | aix4.[01].*)
10432 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10433 echo ' yes '
10434 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10435 :
10436 else
10437 can_build_shared=no
10438 fi
10439 ;;
10440 esac
10441 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10442 # soname into executable. Probably we can add versioning support to
10443 # collect2, so additional links can be useful in future.
10444 if test "$aix_use_runtimelinking" = yes; then
10445 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10446 # instead of lib<name>.a to let people know that these are not
10447 # typical AIX shared libraries.
10448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10449 else
10450 # We preserve .a as extension for shared libraries through AIX4.2
10451 # and later when we are not doing run time linking.
10452 library_names_spec='${libname}${release}.a $libname.a'
10453 soname_spec='${libname}${release}${shared_ext}$major'
10454 fi
10455 shlibpath_var=LIBPATH
10456 fi
10457 ;;
10458
10459 amigaos*)
10460 case $host_cpu in
10461 powerpc)
10462 # Since July 2007 AmigaOS4 officially supports .so libraries.
10463 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10465 ;;
10466 m68k)
10467 library_names_spec='$libname.ixlibrary $libname.a'
10468 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10469 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'
10470 ;;
10471 esac
10472 ;;
10473
10474 beos*)
10475 library_names_spec='${libname}${shared_ext}'
10476 dynamic_linker="$host_os ld.so"
10477 shlibpath_var=LIBRARY_PATH
10478 ;;
10479
10480 bsdi[45]*)
10481 version_type=linux
10482 need_version=no
10483 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10484 soname_spec='${libname}${release}${shared_ext}$major'
10485 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10486 shlibpath_var=LD_LIBRARY_PATH
10487 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10488 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10489 # the default ld.so.conf also contains /usr/contrib/lib and
10490 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10491 # libtool to hard-code these into programs
10492 ;;
10493
10494 cygwin* | mingw* | pw32* | cegcc*)
10495 version_type=windows
10496 shrext_cmds=".dll"
10497 need_version=no
10498 need_lib_prefix=no
10499
10500 case $GCC,$host_os in
10501 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10502 library_names_spec='$libname.dll.a'
10503 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10504 postinstall_cmds='base_file=`basename \${file}`~
10505 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10506 dldir=$destdir/`dirname \$dlpath`~
10507 test -d \$dldir || mkdir -p \$dldir~
10508 $install_prog $dir/$dlname \$dldir/$dlname~
10509 chmod a+x \$dldir/$dlname~
10510 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10511 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10512 fi'
10513 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10514 dlpath=$dir/\$dldll~
10515 $RM \$dlpath'
10516 shlibpath_overrides_runpath=yes
10517
10518 case $host_os in
10519 cygwin*)
10520 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10521 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10522
10523 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10524 ;;
10525 mingw* | cegcc*)
10526 # MinGW DLLs use traditional 'lib' prefix
10527 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10528 ;;
10529 pw32*)
10530 # pw32 DLLs use 'pw' prefix rather than 'lib'
10531 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10532 ;;
10533 esac
10534 ;;
10535
10536 *)
10537 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10538 ;;
10539 esac
10540 dynamic_linker='Win32 ld.exe'
10541 # FIXME: first we should search . and the directory the executable is in
10542 shlibpath_var=PATH
10543 ;;
10544
10545 darwin* | rhapsody*)
10546 dynamic_linker="$host_os dyld"
10547 version_type=darwin
10548 need_lib_prefix=no
10549 need_version=no
10550 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10551 soname_spec='${libname}${release}${major}$shared_ext'
10552 shlibpath_overrides_runpath=yes
10553 shlibpath_var=DYLD_LIBRARY_PATH
10554 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10555
10556 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10557 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10558 ;;
10559
10560 dgux*)
10561 version_type=linux
10562 need_lib_prefix=no
10563 need_version=no
10564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10565 soname_spec='${libname}${release}${shared_ext}$major'
10566 shlibpath_var=LD_LIBRARY_PATH
10567 ;;
10568
10569 freebsd* | dragonfly*)
10570 # DragonFly does not have aout. When/if they implement a new
10571 # versioning mechanism, adjust this.
10572 if test -x /usr/bin/objformat; then
10573 objformat=`/usr/bin/objformat`
10574 else
10575 case $host_os in
10576 freebsd[23].*) objformat=aout ;;
10577 *) objformat=elf ;;
10578 esac
10579 fi
10580 version_type=freebsd-$objformat
10581 case $version_type in
10582 freebsd-elf*)
10583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10584 need_version=no
10585 need_lib_prefix=no
10586 ;;
10587 freebsd-*)
10588 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10589 need_version=yes
10590 ;;
10591 esac
10592 shlibpath_var=LD_LIBRARY_PATH
10593 case $host_os in
10594 freebsd2.*)
10595 shlibpath_overrides_runpath=yes
10596 ;;
10597 freebsd3.[01]* | freebsdelf3.[01]*)
10598 shlibpath_overrides_runpath=yes
10599 hardcode_into_libs=yes
10600 ;;
10601 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10602 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10603 shlibpath_overrides_runpath=no
10604 hardcode_into_libs=yes
10605 ;;
10606 *) # from 4.6 on, and DragonFly
10607 shlibpath_overrides_runpath=yes
10608 hardcode_into_libs=yes
10609 ;;
10610 esac
10611 ;;
10612
10613 gnu*)
10614 version_type=linux
10615 need_lib_prefix=no
10616 need_version=no
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 shlibpath_var=LD_LIBRARY_PATH
10620 hardcode_into_libs=yes
10621 ;;
10622
10623 haiku*)
10624 version_type=linux
10625 need_lib_prefix=no
10626 need_version=no
10627 dynamic_linker="$host_os runtime_loader"
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 shlibpath_var=LIBRARY_PATH
10631 shlibpath_overrides_runpath=yes
10632 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10633 hardcode_into_libs=yes
10634 ;;
10635
10636 hpux9* | hpux10* | hpux11*)
10637 # Give a soname corresponding to the major version so that dld.sl refuses to
10638 # link against other versions.
10639 version_type=sunos
10640 need_lib_prefix=no
10641 need_version=no
10642 case $host_cpu in
10643 ia64*)
10644 shrext_cmds='.so'
10645 hardcode_into_libs=yes
10646 dynamic_linker="$host_os dld.so"
10647 shlibpath_var=LD_LIBRARY_PATH
10648 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 if test "X$HPUX_IA64_MODE" = X32; then
10652 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10653 else
10654 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10655 fi
10656 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10657 ;;
10658 hppa*64*)
10659 shrext_cmds='.sl'
10660 hardcode_into_libs=yes
10661 dynamic_linker="$host_os dld.sl"
10662 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10663 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10664 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10665 soname_spec='${libname}${release}${shared_ext}$major'
10666 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10667 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10668 ;;
10669 *)
10670 shrext_cmds='.sl'
10671 dynamic_linker="$host_os dld.sl"
10672 shlibpath_var=SHLIB_PATH
10673 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 ;;
10677 esac
10678 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10679 postinstall_cmds='chmod 555 $lib'
10680 # or fails outright, so override atomically:
10681 install_override_mode=555
10682 ;;
10683
10684 interix[3-9]*)
10685 version_type=linux
10686 need_lib_prefix=no
10687 need_version=no
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10689 soname_spec='${libname}${release}${shared_ext}$major'
10690 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10691 shlibpath_var=LD_LIBRARY_PATH
10692 shlibpath_overrides_runpath=no
10693 hardcode_into_libs=yes
10694 ;;
10695
10696 irix5* | irix6* | nonstopux*)
10697 case $host_os in
10698 nonstopux*) version_type=nonstopux ;;
10699 *)
10700 if test "$lt_cv_prog_gnu_ld" = yes; then
10701 version_type=linux
10702 else
10703 version_type=irix
10704 fi ;;
10705 esac
10706 need_lib_prefix=no
10707 need_version=no
10708 soname_spec='${libname}${release}${shared_ext}$major'
10709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10710 case $host_os in
10711 irix5* | nonstopux*)
10712 libsuff= shlibsuff=
10713 ;;
10714 *)
10715 case $LD in # libtool.m4 will add one of these switches to LD
10716 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10717 libsuff= shlibsuff= libmagic=32-bit;;
10718 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10719 libsuff=32 shlibsuff=N32 libmagic=N32;;
10720 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10721 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10722 *) libsuff= shlibsuff= libmagic=never-match;;
10723 esac
10724 ;;
10725 esac
10726 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10727 shlibpath_overrides_runpath=no
10728 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10729 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10730 hardcode_into_libs=yes
10731 ;;
10732
10733 # No shared lib support for Linux oldld, aout, or coff.
10734 linux*oldld* | linux*aout* | linux*coff*)
10735 dynamic_linker=no
10736 ;;
10737
10738 # This must be Linux ELF.
10739 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10740 version_type=linux
10741 need_lib_prefix=no
10742 need_version=no
10743 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10744 soname_spec='${libname}${release}${shared_ext}$major'
10745 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10746 shlibpath_var=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath=no
10748
10749 # Some binutils ld are patched to set DT_RUNPATH
10750 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10751 $as_echo_n "(cached) " >&6
10752 else
10753 lt_cv_shlibpath_overrides_runpath=no
10754 save_LDFLAGS=$LDFLAGS
10755 save_libdir=$libdir
10756 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10757 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10759 /* end confdefs.h. */
10760
10761 int
10762 main ()
10763 {
10764
10765 ;
10766 return 0;
10767 }
10768 _ACEOF
10769 if ac_fn_c_try_link "$LINENO"; then :
10770 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10771 lt_cv_shlibpath_overrides_runpath=yes
10772 fi
10773 fi
10774 rm -f core conftest.err conftest.$ac_objext \
10775 conftest$ac_exeext conftest.$ac_ext
10776 LDFLAGS=$save_LDFLAGS
10777 libdir=$save_libdir
10778
10779 fi
10780
10781 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10782
10783 # This implies no fast_install, which is unacceptable.
10784 # Some rework will be needed to allow for fast_install
10785 # before this can be enabled.
10786 hardcode_into_libs=yes
10787
10788 # Append ld.so.conf contents to the search path
10789 if test -f /etc/ld.so.conf; then
10790 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' ' '`
10791 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10792 fi
10793
10794 # We used to test for /lib/ld.so.1 and disable shared libraries on
10795 # powerpc, because MkLinux only supported shared libraries with the
10796 # GNU dynamic linker. Since this was broken with cross compilers,
10797 # most powerpc-linux boxes support dynamic linking these days and
10798 # people can always --disable-shared, the test was removed, and we
10799 # assume the GNU/Linux dynamic linker is in use.
10800 dynamic_linker='GNU/Linux ld.so'
10801 ;;
10802
10803 netbsd*)
10804 version_type=sunos
10805 need_lib_prefix=no
10806 need_version=no
10807 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10808 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10809 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10810 dynamic_linker='NetBSD (a.out) ld.so'
10811 else
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10813 soname_spec='${libname}${release}${shared_ext}$major'
10814 dynamic_linker='NetBSD ld.elf_so'
10815 fi
10816 shlibpath_var=LD_LIBRARY_PATH
10817 shlibpath_overrides_runpath=yes
10818 hardcode_into_libs=yes
10819 ;;
10820
10821 newsos6)
10822 version_type=linux
10823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10824 shlibpath_var=LD_LIBRARY_PATH
10825 shlibpath_overrides_runpath=yes
10826 ;;
10827
10828 *nto* | *qnx*)
10829 version_type=qnx
10830 need_lib_prefix=no
10831 need_version=no
10832 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10833 soname_spec='${libname}${release}${shared_ext}$major'
10834 shlibpath_var=LD_LIBRARY_PATH
10835 shlibpath_overrides_runpath=no
10836 hardcode_into_libs=yes
10837 dynamic_linker='ldqnx.so'
10838 ;;
10839
10840 openbsd*)
10841 version_type=sunos
10842 sys_lib_dlsearch_path_spec="/usr/lib"
10843 need_lib_prefix=no
10844 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10845 case $host_os in
10846 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10847 *) need_version=no ;;
10848 esac
10849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10850 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10851 shlibpath_var=LD_LIBRARY_PATH
10852 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10853 case $host_os in
10854 openbsd2.[89] | openbsd2.[89].*)
10855 shlibpath_overrides_runpath=no
10856 ;;
10857 *)
10858 shlibpath_overrides_runpath=yes
10859 ;;
10860 esac
10861 else
10862 shlibpath_overrides_runpath=yes
10863 fi
10864 ;;
10865
10866 os2*)
10867 libname_spec='$name'
10868 shrext_cmds=".dll"
10869 need_lib_prefix=no
10870 library_names_spec='$libname${shared_ext} $libname.a'
10871 dynamic_linker='OS/2 ld.exe'
10872 shlibpath_var=LIBPATH
10873 ;;
10874
10875 osf3* | osf4* | osf5*)
10876 version_type=osf
10877 need_lib_prefix=no
10878 need_version=no
10879 soname_spec='${libname}${release}${shared_ext}$major'
10880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10881 shlibpath_var=LD_LIBRARY_PATH
10882 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10883 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10884 ;;
10885
10886 rdos*)
10887 dynamic_linker=no
10888 ;;
10889
10890 solaris*)
10891 version_type=linux
10892 need_lib_prefix=no
10893 need_version=no
10894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10895 soname_spec='${libname}${release}${shared_ext}$major'
10896 shlibpath_var=LD_LIBRARY_PATH
10897 shlibpath_overrides_runpath=yes
10898 hardcode_into_libs=yes
10899 # ldd complains unless libraries are executable
10900 postinstall_cmds='chmod +x $lib'
10901 ;;
10902
10903 sunos4*)
10904 version_type=sunos
10905 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10906 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10907 shlibpath_var=LD_LIBRARY_PATH
10908 shlibpath_overrides_runpath=yes
10909 if test "$with_gnu_ld" = yes; then
10910 need_lib_prefix=no
10911 fi
10912 need_version=yes
10913 ;;
10914
10915 sysv4 | sysv4.3*)
10916 version_type=linux
10917 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10918 soname_spec='${libname}${release}${shared_ext}$major'
10919 shlibpath_var=LD_LIBRARY_PATH
10920 case $host_vendor in
10921 sni)
10922 shlibpath_overrides_runpath=no
10923 need_lib_prefix=no
10924 runpath_var=LD_RUN_PATH
10925 ;;
10926 siemens)
10927 need_lib_prefix=no
10928 ;;
10929 motorola)
10930 need_lib_prefix=no
10931 need_version=no
10932 shlibpath_overrides_runpath=no
10933 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10934 ;;
10935 esac
10936 ;;
10937
10938 sysv4*MP*)
10939 if test -d /usr/nec ;then
10940 version_type=linux
10941 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10942 soname_spec='$libname${shared_ext}.$major'
10943 shlibpath_var=LD_LIBRARY_PATH
10944 fi
10945 ;;
10946
10947 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10948 version_type=freebsd-elf
10949 need_lib_prefix=no
10950 need_version=no
10951 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10952 soname_spec='${libname}${release}${shared_ext}$major'
10953 shlibpath_var=LD_LIBRARY_PATH
10954 shlibpath_overrides_runpath=yes
10955 hardcode_into_libs=yes
10956 if test "$with_gnu_ld" = yes; then
10957 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10958 else
10959 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10960 case $host_os in
10961 sco3.2v5*)
10962 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10963 ;;
10964 esac
10965 fi
10966 sys_lib_dlsearch_path_spec='/usr/lib'
10967 ;;
10968
10969 tpf*)
10970 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10971 version_type=linux
10972 need_lib_prefix=no
10973 need_version=no
10974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10975 shlibpath_var=LD_LIBRARY_PATH
10976 shlibpath_overrides_runpath=no
10977 hardcode_into_libs=yes
10978 ;;
10979
10980 uts4*)
10981 version_type=linux
10982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10983 soname_spec='${libname}${release}${shared_ext}$major'
10984 shlibpath_var=LD_LIBRARY_PATH
10985 ;;
10986
10987 *)
10988 dynamic_linker=no
10989 ;;
10990 esac
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10992 $as_echo "$dynamic_linker" >&6; }
10993 test "$dynamic_linker" = no && can_build_shared=no
10994
10995 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10996 if test "$GCC" = yes; then
10997 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10998 fi
10999
11000 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11001 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11002 fi
11003 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11004 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11005 fi
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11099 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11100 hardcode_action=
11101 if test -n "$hardcode_libdir_flag_spec" ||
11102 test -n "$runpath_var" ||
11103 test "X$hardcode_automatic" = "Xyes" ; then
11104
11105 # We can hardcode non-existent directories.
11106 if test "$hardcode_direct" != no &&
11107 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11108 # have to relink, otherwise we might link with an installed library
11109 # when we should be linking with a yet-to-be-installed one
11110 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11111 test "$hardcode_minus_L" != no; then
11112 # Linking always hardcodes the temporary library directory.
11113 hardcode_action=relink
11114 else
11115 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11116 hardcode_action=immediate
11117 fi
11118 else
11119 # We cannot hardcode anything, or else we can only hardcode existing
11120 # directories.
11121 hardcode_action=unsupported
11122 fi
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11124 $as_echo "$hardcode_action" >&6; }
11125
11126 if test "$hardcode_action" = relink ||
11127 test "$inherit_rpath" = yes; then
11128 # Fast installation is not supported
11129 enable_fast_install=no
11130 elif test "$shlibpath_overrides_runpath" = yes ||
11131 test "$enable_shared" = no; then
11132 # Fast installation is not necessary
11133 enable_fast_install=needless
11134 fi
11135
11136
11137
11138
11139
11140
11141 if test "x$enable_dlopen" != xyes; then
11142 enable_dlopen=unknown
11143 enable_dlopen_self=unknown
11144 enable_dlopen_self_static=unknown
11145 else
11146 lt_cv_dlopen=no
11147 lt_cv_dlopen_libs=
11148
11149 case $host_os in
11150 beos*)
11151 lt_cv_dlopen="load_add_on"
11152 lt_cv_dlopen_libs=
11153 lt_cv_dlopen_self=yes
11154 ;;
11155
11156 mingw* | pw32* | cegcc*)
11157 lt_cv_dlopen="LoadLibrary"
11158 lt_cv_dlopen_libs=
11159 ;;
11160
11161 cygwin*)
11162 lt_cv_dlopen="dlopen"
11163 lt_cv_dlopen_libs=
11164 ;;
11165
11166 darwin*)
11167 # if libdl is installed we need to link against it
11168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11169 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11170 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11171 $as_echo_n "(cached) " >&6
11172 else
11173 ac_check_lib_save_LIBS=$LIBS
11174 LIBS="-ldl $LIBS"
11175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11176 /* end confdefs.h. */
11177
11178 /* Override any GCC internal prototype to avoid an error.
11179 Use char because int might match the return type of a GCC
11180 builtin and then its argument prototype would still apply. */
11181 #ifdef __cplusplus
11182 extern "C"
11183 #endif
11184 char dlopen ();
11185 int
11186 main ()
11187 {
11188 return dlopen ();
11189 ;
11190 return 0;
11191 }
11192 _ACEOF
11193 if ac_fn_c_try_link "$LINENO"; then :
11194 ac_cv_lib_dl_dlopen=yes
11195 else
11196 ac_cv_lib_dl_dlopen=no
11197 fi
11198 rm -f core conftest.err conftest.$ac_objext \
11199 conftest$ac_exeext conftest.$ac_ext
11200 LIBS=$ac_check_lib_save_LIBS
11201 fi
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11203 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11204 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11205 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11206 else
11207
11208 lt_cv_dlopen="dyld"
11209 lt_cv_dlopen_libs=
11210 lt_cv_dlopen_self=yes
11211
11212 fi
11213
11214 ;;
11215
11216 *)
11217 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11218 if test "x$ac_cv_func_shl_load" = x""yes; then :
11219 lt_cv_dlopen="shl_load"
11220 else
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11222 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11223 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11224 $as_echo_n "(cached) " >&6
11225 else
11226 ac_check_lib_save_LIBS=$LIBS
11227 LIBS="-ldld $LIBS"
11228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11229 /* end confdefs.h. */
11230
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11234 #ifdef __cplusplus
11235 extern "C"
11236 #endif
11237 char shl_load ();
11238 int
11239 main ()
11240 {
11241 return shl_load ();
11242 ;
11243 return 0;
11244 }
11245 _ACEOF
11246 if ac_fn_c_try_link "$LINENO"; then :
11247 ac_cv_lib_dld_shl_load=yes
11248 else
11249 ac_cv_lib_dld_shl_load=no
11250 fi
11251 rm -f core conftest.err conftest.$ac_objext \
11252 conftest$ac_exeext conftest.$ac_ext
11253 LIBS=$ac_check_lib_save_LIBS
11254 fi
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11256 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11257 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11258 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11259 else
11260 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11261 if test "x$ac_cv_func_dlopen" = x""yes; then :
11262 lt_cv_dlopen="dlopen"
11263 else
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11265 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11266 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11267 $as_echo_n "(cached) " >&6
11268 else
11269 ac_check_lib_save_LIBS=$LIBS
11270 LIBS="-ldl $LIBS"
11271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11273
11274 /* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
11277 #ifdef __cplusplus
11278 extern "C"
11279 #endif
11280 char dlopen ();
11281 int
11282 main ()
11283 {
11284 return dlopen ();
11285 ;
11286 return 0;
11287 }
11288 _ACEOF
11289 if ac_fn_c_try_link "$LINENO"; then :
11290 ac_cv_lib_dl_dlopen=yes
11291 else
11292 ac_cv_lib_dl_dlopen=no
11293 fi
11294 rm -f core conftest.err conftest.$ac_objext \
11295 conftest$ac_exeext conftest.$ac_ext
11296 LIBS=$ac_check_lib_save_LIBS
11297 fi
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11299 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11300 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11301 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11302 else
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11304 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11305 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11306 $as_echo_n "(cached) " >&6
11307 else
11308 ac_check_lib_save_LIBS=$LIBS
11309 LIBS="-lsvld $LIBS"
11310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11311 /* end confdefs.h. */
11312
11313 /* Override any GCC internal prototype to avoid an error.
11314 Use char because int might match the return type of a GCC
11315 builtin and then its argument prototype would still apply. */
11316 #ifdef __cplusplus
11317 extern "C"
11318 #endif
11319 char dlopen ();
11320 int
11321 main ()
11322 {
11323 return dlopen ();
11324 ;
11325 return 0;
11326 }
11327 _ACEOF
11328 if ac_fn_c_try_link "$LINENO"; then :
11329 ac_cv_lib_svld_dlopen=yes
11330 else
11331 ac_cv_lib_svld_dlopen=no
11332 fi
11333 rm -f core conftest.err conftest.$ac_objext \
11334 conftest$ac_exeext conftest.$ac_ext
11335 LIBS=$ac_check_lib_save_LIBS
11336 fi
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11338 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11339 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11340 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11341 else
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11343 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11344 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11345 $as_echo_n "(cached) " >&6
11346 else
11347 ac_check_lib_save_LIBS=$LIBS
11348 LIBS="-ldld $LIBS"
11349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11350 /* end confdefs.h. */
11351
11352 /* Override any GCC internal prototype to avoid an error.
11353 Use char because int might match the return type of a GCC
11354 builtin and then its argument prototype would still apply. */
11355 #ifdef __cplusplus
11356 extern "C"
11357 #endif
11358 char dld_link ();
11359 int
11360 main ()
11361 {
11362 return dld_link ();
11363 ;
11364 return 0;
11365 }
11366 _ACEOF
11367 if ac_fn_c_try_link "$LINENO"; then :
11368 ac_cv_lib_dld_dld_link=yes
11369 else
11370 ac_cv_lib_dld_dld_link=no
11371 fi
11372 rm -f core conftest.err conftest.$ac_objext \
11373 conftest$ac_exeext conftest.$ac_ext
11374 LIBS=$ac_check_lib_save_LIBS
11375 fi
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11377 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11378 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11379 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11380 fi
11381
11382
11383 fi
11384
11385
11386 fi
11387
11388
11389 fi
11390
11391
11392 fi
11393
11394
11395 fi
11396
11397 ;;
11398 esac
11399
11400 if test "x$lt_cv_dlopen" != xno; then
11401 enable_dlopen=yes
11402 else
11403 enable_dlopen=no
11404 fi
11405
11406 case $lt_cv_dlopen in
11407 dlopen)
11408 save_CPPFLAGS="$CPPFLAGS"
11409 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11410
11411 save_LDFLAGS="$LDFLAGS"
11412 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11413
11414 save_LIBS="$LIBS"
11415 LIBS="$lt_cv_dlopen_libs $LIBS"
11416
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11418 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11419 if test "${lt_cv_dlopen_self+set}" = set; then :
11420 $as_echo_n "(cached) " >&6
11421 else
11422 if test "$cross_compiling" = yes; then :
11423 lt_cv_dlopen_self=cross
11424 else
11425 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11426 lt_status=$lt_dlunknown
11427 cat > conftest.$ac_ext <<_LT_EOF
11428 #line 11428 "configure"
11429 #include "confdefs.h"
11430
11431 #if HAVE_DLFCN_H
11432 #include <dlfcn.h>
11433 #endif
11434
11435 #include <stdio.h>
11436
11437 #ifdef RTLD_GLOBAL
11438 # define LT_DLGLOBAL RTLD_GLOBAL
11439 #else
11440 # ifdef DL_GLOBAL
11441 # define LT_DLGLOBAL DL_GLOBAL
11442 # else
11443 # define LT_DLGLOBAL 0
11444 # endif
11445 #endif
11446
11447 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11448 find out it does not work in some platform. */
11449 #ifndef LT_DLLAZY_OR_NOW
11450 # ifdef RTLD_LAZY
11451 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11452 # else
11453 # ifdef DL_LAZY
11454 # define LT_DLLAZY_OR_NOW DL_LAZY
11455 # else
11456 # ifdef RTLD_NOW
11457 # define LT_DLLAZY_OR_NOW RTLD_NOW
11458 # else
11459 # ifdef DL_NOW
11460 # define LT_DLLAZY_OR_NOW DL_NOW
11461 # else
11462 # define LT_DLLAZY_OR_NOW 0
11463 # endif
11464 # endif
11465 # endif
11466 # endif
11467 #endif
11468
11469 /* When -fvisbility=hidden is used, assume the code has been annotated
11470 correspondingly for the symbols needed. */
11471 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11472 void fnord () __attribute__((visibility("default")));
11473 #endif
11474
11475 void fnord () { int i=42; }
11476 int main ()
11477 {
11478 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11479 int status = $lt_dlunknown;
11480
11481 if (self)
11482 {
11483 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11484 else
11485 {
11486 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11487 else puts (dlerror ());
11488 }
11489 /* dlclose (self); */
11490 }
11491 else
11492 puts (dlerror ());
11493
11494 return status;
11495 }
11496 _LT_EOF
11497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11498 (eval $ac_link) 2>&5
11499 ac_status=$?
11500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11501 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11502 (./conftest; exit; ) >&5 2>/dev/null
11503 lt_status=$?
11504 case x$lt_status in
11505 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11506 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11507 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11508 esac
11509 else :
11510 # compilation failed
11511 lt_cv_dlopen_self=no
11512 fi
11513 fi
11514 rm -fr conftest*
11515
11516
11517 fi
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11519 $as_echo "$lt_cv_dlopen_self" >&6; }
11520
11521 if test "x$lt_cv_dlopen_self" = xyes; then
11522 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11524 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11525 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11526 $as_echo_n "(cached) " >&6
11527 else
11528 if test "$cross_compiling" = yes; then :
11529 lt_cv_dlopen_self_static=cross
11530 else
11531 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11532 lt_status=$lt_dlunknown
11533 cat > conftest.$ac_ext <<_LT_EOF
11534 #line 11534 "configure"
11535 #include "confdefs.h"
11536
11537 #if HAVE_DLFCN_H
11538 #include <dlfcn.h>
11539 #endif
11540
11541 #include <stdio.h>
11542
11543 #ifdef RTLD_GLOBAL
11544 # define LT_DLGLOBAL RTLD_GLOBAL
11545 #else
11546 # ifdef DL_GLOBAL
11547 # define LT_DLGLOBAL DL_GLOBAL
11548 # else
11549 # define LT_DLGLOBAL 0
11550 # endif
11551 #endif
11552
11553 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11554 find out it does not work in some platform. */
11555 #ifndef LT_DLLAZY_OR_NOW
11556 # ifdef RTLD_LAZY
11557 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11558 # else
11559 # ifdef DL_LAZY
11560 # define LT_DLLAZY_OR_NOW DL_LAZY
11561 # else
11562 # ifdef RTLD_NOW
11563 # define LT_DLLAZY_OR_NOW RTLD_NOW
11564 # else
11565 # ifdef DL_NOW
11566 # define LT_DLLAZY_OR_NOW DL_NOW
11567 # else
11568 # define LT_DLLAZY_OR_NOW 0
11569 # endif
11570 # endif
11571 # endif
11572 # endif
11573 #endif
11574
11575 /* When -fvisbility=hidden is used, assume the code has been annotated
11576 correspondingly for the symbols needed. */
11577 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11578 void fnord () __attribute__((visibility("default")));
11579 #endif
11580
11581 void fnord () { int i=42; }
11582 int main ()
11583 {
11584 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11585 int status = $lt_dlunknown;
11586
11587 if (self)
11588 {
11589 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11590 else
11591 {
11592 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11593 else puts (dlerror ());
11594 }
11595 /* dlclose (self); */
11596 }
11597 else
11598 puts (dlerror ());
11599
11600 return status;
11601 }
11602 _LT_EOF
11603 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11604 (eval $ac_link) 2>&5
11605 ac_status=$?
11606 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11607 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11608 (./conftest; exit; ) >&5 2>/dev/null
11609 lt_status=$?
11610 case x$lt_status in
11611 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11612 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11613 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11614 esac
11615 else :
11616 # compilation failed
11617 lt_cv_dlopen_self_static=no
11618 fi
11619 fi
11620 rm -fr conftest*
11621
11622
11623 fi
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11625 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11626 fi
11627
11628 CPPFLAGS="$save_CPPFLAGS"
11629 LDFLAGS="$save_LDFLAGS"
11630 LIBS="$save_LIBS"
11631 ;;
11632 esac
11633
11634 case $lt_cv_dlopen_self in
11635 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11636 *) enable_dlopen_self=unknown ;;
11637 esac
11638
11639 case $lt_cv_dlopen_self_static in
11640 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11641 *) enable_dlopen_self_static=unknown ;;
11642 esac
11643 fi
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661 striplib=
11662 old_striplib=
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11664 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11665 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11666 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11667 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11669 $as_echo "yes" >&6; }
11670 else
11671 # FIXME - insert some real tests, host_os isn't really good enough
11672 case $host_os in
11673 darwin*)
11674 if test -n "$STRIP" ; then
11675 striplib="$STRIP -x"
11676 old_striplib="$STRIP -S"
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11678 $as_echo "yes" >&6; }
11679 else
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11681 $as_echo "no" >&6; }
11682 fi
11683 ;;
11684 *)
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11686 $as_echo "no" >&6; }
11687 ;;
11688 esac
11689 fi
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702 # Report which library types will actually be built
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11704 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11706 $as_echo "$can_build_shared" >&6; }
11707
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11709 $as_echo_n "checking whether to build shared libraries... " >&6; }
11710 test "$can_build_shared" = "no" && enable_shared=no
11711
11712 # On AIX, shared libraries and static libraries use the same namespace, and
11713 # are all built from PIC.
11714 case $host_os in
11715 aix3*)
11716 test "$enable_shared" = yes && enable_static=no
11717 if test -n "$RANLIB"; then
11718 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11719 postinstall_cmds='$RANLIB $lib'
11720 fi
11721 ;;
11722
11723 aix[4-9]*)
11724 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11725 test "$enable_shared" = yes && enable_static=no
11726 fi
11727 ;;
11728 esac
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11730 $as_echo "$enable_shared" >&6; }
11731
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11733 $as_echo_n "checking whether to build static libraries... " >&6; }
11734 # Make sure either enable_shared or enable_static is yes.
11735 test "$enable_shared" = yes || enable_static=yes
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11737 $as_echo "$enable_static" >&6; }
11738
11739
11740
11741
11742 fi
11743 ac_ext=c
11744 ac_cpp='$CPP $CPPFLAGS'
11745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11748
11749 CC="$lt_save_CC"
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763 ac_config_commands="$ac_config_commands libtool"
11764
11765
11766
11767
11768 # Only expand once:
11769
11770
11771
11772 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11773
11774 # The tests for host and target for $enable_largefile require
11775 # canonical names.
11776
11777
11778
11779 # As the $enable_largefile decision depends on --enable-plugins we must set it
11780 # even in directories otherwise not depending on the $plugins option.
11781
11782
11783 maybe_plugins=no
11784 for ac_header in dlfcn.h
11785 do :
11786 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11787 "
11788 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11789 cat >>confdefs.h <<_ACEOF
11790 #define HAVE_DLFCN_H 1
11791 _ACEOF
11792 maybe_plugins=yes
11793 fi
11794
11795 done
11796
11797 for ac_header in windows.h
11798 do :
11799 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11800 "
11801 if test "x$ac_cv_header_windows_h" = x""yes; then :
11802 cat >>confdefs.h <<_ACEOF
11803 #define HAVE_WINDOWS_H 1
11804 _ACEOF
11805 maybe_plugins=yes
11806 fi
11807
11808 done
11809
11810
11811 # Check whether --enable-plugins was given.
11812 if test "${enable_plugins+set}" = set; then :
11813 enableval=$enable_plugins; case "${enableval}" in
11814 no) plugins=no ;;
11815 *) plugins=yes
11816 if test "$maybe_plugins" != "yes" ; then
11817 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11818 fi ;;
11819 esac
11820 else
11821 plugins=$maybe_plugins
11822
11823 fi
11824
11825 if test "$plugins" = "yes"; then
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11827 $as_echo_n "checking for library containing dlopen... " >&6; }
11828 if test "${ac_cv_search_dlopen+set}" = set; then :
11829 $as_echo_n "(cached) " >&6
11830 else
11831 ac_func_search_save_LIBS=$LIBS
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834
11835 /* Override any GCC internal prototype to avoid an error.
11836 Use char because int might match the return type of a GCC
11837 builtin and then its argument prototype would still apply. */
11838 #ifdef __cplusplus
11839 extern "C"
11840 #endif
11841 char dlopen ();
11842 int
11843 main ()
11844 {
11845 return dlopen ();
11846 ;
11847 return 0;
11848 }
11849 _ACEOF
11850 for ac_lib in '' dl; do
11851 if test -z "$ac_lib"; then
11852 ac_res="none required"
11853 else
11854 ac_res=-l$ac_lib
11855 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11856 fi
11857 if ac_fn_c_try_link "$LINENO"; then :
11858 ac_cv_search_dlopen=$ac_res
11859 fi
11860 rm -f core conftest.err conftest.$ac_objext \
11861 conftest$ac_exeext
11862 if test "${ac_cv_search_dlopen+set}" = set; then :
11863 break
11864 fi
11865 done
11866 if test "${ac_cv_search_dlopen+set}" = set; then :
11867
11868 else
11869 ac_cv_search_dlopen=no
11870 fi
11871 rm conftest.$ac_ext
11872 LIBS=$ac_func_search_save_LIBS
11873 fi
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11875 $as_echo "$ac_cv_search_dlopen" >&6; }
11876 ac_res=$ac_cv_search_dlopen
11877 if test "$ac_res" != no; then :
11878 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11879
11880 fi
11881
11882 fi
11883
11884
11885 case "${host}" in
11886 sparc-*-solaris*|i[3-7]86-*-solaris*)
11887 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11888 # are mutually exclusive; and without procfs support, the bfd/ elf module
11889 # cannot provide certain routines such as elfcore_write_prpsinfo
11890 # or elfcore_write_prstatus. So unless the user explicitly requested
11891 # large-file support through the --enable-largefile switch, disable
11892 # large-file support in favor of procfs support.
11893 test "${target}" = "${host}" -a "x$plugins" = xno \
11894 && : ${enable_largefile="no"}
11895 ;;
11896 esac
11897
11898 # Check whether --enable-largefile was given.
11899 if test "${enable_largefile+set}" = set; then :
11900 enableval=$enable_largefile;
11901 fi
11902
11903 if test "$enable_largefile" != no; then
11904
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11906 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11907 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11908 $as_echo_n "(cached) " >&6
11909 else
11910 ac_cv_sys_largefile_CC=no
11911 if test "$GCC" != yes; then
11912 ac_save_CC=$CC
11913 while :; do
11914 # IRIX 6.2 and later do not support large files by default,
11915 # so use the C compiler's -n32 option if that helps.
11916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11917 /* end confdefs.h. */
11918 #include <sys/types.h>
11919 /* Check that off_t can represent 2**63 - 1 correctly.
11920 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11921 since some C++ compilers masquerading as C compilers
11922 incorrectly reject 9223372036854775807. */
11923 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11924 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11925 && LARGE_OFF_T % 2147483647 == 1)
11926 ? 1 : -1];
11927 int
11928 main ()
11929 {
11930
11931 ;
11932 return 0;
11933 }
11934 _ACEOF
11935 if ac_fn_c_try_compile "$LINENO"; then :
11936 break
11937 fi
11938 rm -f core conftest.err conftest.$ac_objext
11939 CC="$CC -n32"
11940 if ac_fn_c_try_compile "$LINENO"; then :
11941 ac_cv_sys_largefile_CC=' -n32'; break
11942 fi
11943 rm -f core conftest.err conftest.$ac_objext
11944 break
11945 done
11946 CC=$ac_save_CC
11947 rm -f conftest.$ac_ext
11948 fi
11949 fi
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11951 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11952 if test "$ac_cv_sys_largefile_CC" != no; then
11953 CC=$CC$ac_cv_sys_largefile_CC
11954 fi
11955
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11957 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11958 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11959 $as_echo_n "(cached) " >&6
11960 else
11961 while :; do
11962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11963 /* end confdefs.h. */
11964 #include <sys/types.h>
11965 /* Check that off_t can represent 2**63 - 1 correctly.
11966 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11967 since some C++ compilers masquerading as C compilers
11968 incorrectly reject 9223372036854775807. */
11969 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11970 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11971 && LARGE_OFF_T % 2147483647 == 1)
11972 ? 1 : -1];
11973 int
11974 main ()
11975 {
11976
11977 ;
11978 return 0;
11979 }
11980 _ACEOF
11981 if ac_fn_c_try_compile "$LINENO"; then :
11982 ac_cv_sys_file_offset_bits=no; break
11983 fi
11984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11986 /* end confdefs.h. */
11987 #define _FILE_OFFSET_BITS 64
11988 #include <sys/types.h>
11989 /* Check that off_t can represent 2**63 - 1 correctly.
11990 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11991 since some C++ compilers masquerading as C compilers
11992 incorrectly reject 9223372036854775807. */
11993 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11994 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11995 && LARGE_OFF_T % 2147483647 == 1)
11996 ? 1 : -1];
11997 int
11998 main ()
11999 {
12000
12001 ;
12002 return 0;
12003 }
12004 _ACEOF
12005 if ac_fn_c_try_compile "$LINENO"; then :
12006 ac_cv_sys_file_offset_bits=64; break
12007 fi
12008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12009 ac_cv_sys_file_offset_bits=unknown
12010 break
12011 done
12012 fi
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12014 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12015 case $ac_cv_sys_file_offset_bits in #(
12016 no | unknown) ;;
12017 *)
12018 cat >>confdefs.h <<_ACEOF
12019 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12020 _ACEOF
12021 ;;
12022 esac
12023 rm -rf conftest*
12024 if test $ac_cv_sys_file_offset_bits = unknown; then
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12026 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12027 if test "${ac_cv_sys_large_files+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
12029 else
12030 while :; do
12031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12032 /* end confdefs.h. */
12033 #include <sys/types.h>
12034 /* Check that off_t can represent 2**63 - 1 correctly.
12035 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12036 since some C++ compilers masquerading as C compilers
12037 incorrectly reject 9223372036854775807. */
12038 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12039 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12040 && LARGE_OFF_T % 2147483647 == 1)
12041 ? 1 : -1];
12042 int
12043 main ()
12044 {
12045
12046 ;
12047 return 0;
12048 }
12049 _ACEOF
12050 if ac_fn_c_try_compile "$LINENO"; then :
12051 ac_cv_sys_large_files=no; break
12052 fi
12053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12055 /* end confdefs.h. */
12056 #define _LARGE_FILES 1
12057 #include <sys/types.h>
12058 /* Check that off_t can represent 2**63 - 1 correctly.
12059 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12060 since some C++ compilers masquerading as C compilers
12061 incorrectly reject 9223372036854775807. */
12062 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12063 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12064 && LARGE_OFF_T % 2147483647 == 1)
12065 ? 1 : -1];
12066 int
12067 main ()
12068 {
12069
12070 ;
12071 return 0;
12072 }
12073 _ACEOF
12074 if ac_fn_c_try_compile "$LINENO"; then :
12075 ac_cv_sys_large_files=1; break
12076 fi
12077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12078 ac_cv_sys_large_files=unknown
12079 break
12080 done
12081 fi
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12083 $as_echo "$ac_cv_sys_large_files" >&6; }
12084 case $ac_cv_sys_large_files in #(
12085 no | unknown) ;;
12086 *)
12087 cat >>confdefs.h <<_ACEOF
12088 #define _LARGE_FILES $ac_cv_sys_large_files
12089 _ACEOF
12090 ;;
12091 esac
12092 rm -rf conftest*
12093 fi
12094 fi
12095
12096
12097
12098 if test "$plugins" = "yes"; then
12099 PLUGINS_TRUE=
12100 PLUGINS_FALSE='#'
12101 else
12102 PLUGINS_TRUE='#'
12103 PLUGINS_FALSE=
12104 fi
12105
12106
12107 if test "$plugins" = "yes"; then
12108 enable_targets="$enable_targets plugin"
12109 fi
12110
12111 # Check whether --enable-64-bit-bfd was given.
12112 if test "${enable_64_bit_bfd+set}" = set; then :
12113 enableval=$enable_64_bit_bfd; case "${enableval}" in
12114 yes) want64=true ;;
12115 no) want64=false ;;
12116 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
12117 esac
12118 else
12119 want64=false
12120 fi
12121
12122 # Check whether --enable-targets was given.
12123 if test "${enable_targets+set}" = set; then :
12124 enableval=$enable_targets; case "${enableval}" in
12125 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
12126 ;;
12127 no) enable_targets= ;;
12128 *) enable_targets=$enableval ;;
12129 esac
12130 fi
12131
12132
12133 # Check whether --with-mmap was given.
12134 if test "${with_mmap+set}" = set; then :
12135 withval=$with_mmap; case "${withval}" in
12136 yes) want_mmap=true ;;
12137 no) want_mmap=false ;;
12138 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12139 esac
12140 else
12141 want_mmap=false
12142 fi
12143
12144 # Check whether --enable-secureplt was given.
12145 if test "${enable_secureplt+set}" = set; then :
12146 enableval=$enable_secureplt; case "${enableval}" in
12147 yes) use_secureplt=true ;;
12148 no) use_secureplt=false ;;
12149 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12150 esac
12151 else
12152 use_secureplt=true
12153 fi
12154 if test $use_secureplt = true; then
12155
12156 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12157
12158 fi
12159
12160 # Check whether --enable-leading-mingw64-underscores was given.
12161 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12162 enableval=$enable_leading_mingw64_underscores;
12163 fi
12164
12165 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12166
12167 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12168
12169 fi
12170
12171 DEBUGDIR=${libdir}/debug
12172
12173 # Check whether --with-separate-debug-dir was given.
12174 if test "${with_separate_debug_dir+set}" = set; then :
12175 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12176 fi
12177
12178
12179
12180
12181
12182 # Check whether --with-pkgversion was given.
12183 if test "${with_pkgversion+set}" = set; then :
12184 withval=$with_pkgversion; case "$withval" in
12185 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12186 no) PKGVERSION= ;;
12187 *) PKGVERSION="($withval) " ;;
12188 esac
12189 else
12190 PKGVERSION="(GNU Binutils) "
12191
12192 fi
12193
12194
12195
12196
12197
12198 # Check whether --with-bugurl was given.
12199 if test "${with_bugurl+set}" = set; then :
12200 withval=$with_bugurl; case "$withval" in
12201 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12202 no) BUGURL=
12203 ;;
12204 *) BUGURL="$withval"
12205 ;;
12206 esac
12207 else
12208 BUGURL="http://www.sourceware.org/bugzilla/"
12209
12210 fi
12211
12212 case ${BUGURL} in
12213 "")
12214 REPORT_BUGS_TO=
12215 REPORT_BUGS_TEXI=
12216 ;;
12217 *)
12218 REPORT_BUGS_TO="<$BUGURL>"
12219 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12220 ;;
12221 esac;
12222
12223
12224
12225
12226
12227 # Set the 'development' global.
12228 . $srcdir/../bfd/development.sh
12229
12230 # Default set of GCC warnings to enable.
12231 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12232
12233 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12235 /* end confdefs.h. */
12236 __GNUC__
12237 _ACEOF
12238 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12239 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12240
12241 else
12242 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12243 fi
12244 rm -f conftest*
12245
12246
12247 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12249 /* end confdefs.h. */
12250 __GNUC__
12251 _ACEOF
12252 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12253 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
12254
12255 else
12256 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12257 fi
12258 rm -f conftest*
12259
12260
12261 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12262 WARN_WRITE_STRINGS=""
12263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12264 /* end confdefs.h. */
12265 __GNUC__
12266 _ACEOF
12267 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12268 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12269
12270 else
12271 WARN_WRITE_STRINGS="-Wwrite-strings"
12272 fi
12273 rm -f conftest*
12274
12275
12276 # Check whether --enable-werror was given.
12277 if test "${enable_werror+set}" = set; then :
12278 enableval=$enable_werror; case "${enableval}" in
12279 yes | y) ERROR_ON_WARNING="yes" ;;
12280 no | n) ERROR_ON_WARNING="no" ;;
12281 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12282 esac
12283 fi
12284
12285
12286 # Disable -Wformat by default when using gcc on mingw
12287 case "${host}" in
12288 *-*-mingw32*)
12289 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12290 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12291 fi
12292 ;;
12293 *) ;;
12294 esac
12295
12296 # Enable -Werror by default when using gcc. Turn it off for releases.
12297 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12298 ERROR_ON_WARNING=yes
12299 fi
12300
12301 NO_WERROR=
12302 if test "${ERROR_ON_WARNING}" = yes ; then
12303 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12304 NO_WERROR="-Wno-error"
12305 fi
12306
12307 if test "${GCC}" = yes ; then
12308 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12309 fi
12310
12311 # Check whether --enable-build-warnings was given.
12312 if test "${enable_build_warnings+set}" = set; then :
12313 enableval=$enable_build_warnings; case "${enableval}" in
12314 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12315 no) if test "${GCC}" = yes ; then
12316 WARN_CFLAGS="-w"
12317 fi;;
12318 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12319 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12320 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12321 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12322 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12323 esac
12324 fi
12325
12326
12327 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12328 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12329 fi
12330
12331
12332
12333
12334
12335
12336 ac_config_headers="$ac_config_headers config.h:config.in"
12337
12338
12339 # PR 14072
12340
12341
12342 if test -z "$target" ; then
12343 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12344 fi
12345
12346
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12348 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12349 # Check whether --enable-maintainer-mode was given.
12350 if test "${enable_maintainer_mode+set}" = set; then :
12351 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12352 else
12353 USE_MAINTAINER_MODE=no
12354 fi
12355
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12357 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12358 if test $USE_MAINTAINER_MODE = yes; then
12359 MAINTAINER_MODE_TRUE=
12360 MAINTAINER_MODE_FALSE='#'
12361 else
12362 MAINTAINER_MODE_TRUE='#'
12363 MAINTAINER_MODE_FALSE=
12364 fi
12365
12366 MAINT=$MAINTAINER_MODE_TRUE
12367
12368
12369 if false; then
12370 GENINSRC_NEVER_TRUE=
12371 GENINSRC_NEVER_FALSE='#'
12372 else
12373 GENINSRC_NEVER_TRUE='#'
12374 GENINSRC_NEVER_FALSE=
12375 fi
12376
12377 case ${build_alias} in
12378 "") build_noncanonical=${build} ;;
12379 *) build_noncanonical=${build_alias} ;;
12380 esac
12381
12382 case ${host_alias} in
12383 "") host_noncanonical=${build_noncanonical} ;;
12384 *) host_noncanonical=${host_alias} ;;
12385 esac
12386
12387 case ${target_alias} in
12388 "") target_noncanonical=${host_noncanonical} ;;
12389 *) target_noncanonical=${target_alias} ;;
12390 esac
12391
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12393 $as_echo_n "checking whether to install libbfd... " >&6; }
12394 # Check whether --enable-install-libbfd was given.
12395 if test "${enable_install_libbfd+set}" = set; then :
12396 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12397 else
12398 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12399 install_libbfd_p=yes
12400 else
12401 install_libbfd_p=no
12402 fi
12403 fi
12404
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12406 $as_echo "$install_libbfd_p" >&6; }
12407 if test $install_libbfd_p = yes; then
12408 INSTALL_LIBBFD_TRUE=
12409 INSTALL_LIBBFD_FALSE='#'
12410 else
12411 INSTALL_LIBBFD_TRUE='#'
12412 INSTALL_LIBBFD_FALSE=
12413 fi
12414
12415 # Need _noncanonical variables for this.
12416
12417
12418
12419
12420 # libbfd.a is a host library containing target dependent code
12421 bfdlibdir='$(libdir)'
12422 bfdincludedir='$(includedir)'
12423 if test "${host}" != "${target}"; then
12424 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12425 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12426 fi
12427
12428
12429
12430
12431
12432
12433
12434
12435 host64=false
12436 target64=false
12437 bfd_default_target_size=32
12438
12439 # host stuff:
12440
12441 ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk"
12442 # If we haven't got the data from the intl directory,
12443 # assume NLS is disabled.
12444 USE_NLS=no
12445 LIBINTL=
12446 LIBINTL_DEP=
12447 INCINTL=
12448 XGETTEXT=
12449 GMSGFMT=
12450 POSUB=
12451
12452 if test -f ../intl/config.intl; then
12453 . ../intl/config.intl
12454 fi
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12456 $as_echo_n "checking whether NLS is requested... " >&6; }
12457 if test x"$USE_NLS" != xyes; then
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12459 $as_echo "no" >&6; }
12460 else
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12462 $as_echo "yes" >&6; }
12463
12464 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12465
12466
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12468 $as_echo_n "checking for catalogs to be installed... " >&6; }
12469 # Look for .po and .gmo files in the source directory.
12470 CATALOGS=
12471 XLINGUAS=
12472 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12473 # If there aren't any .gmo files the shell will give us the
12474 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12475 # weeded out.
12476 case "$cat" in *\**)
12477 continue;;
12478 esac
12479 # The quadruple backslash is collapsed to a double backslash
12480 # by the backticks, then collapsed again by the double quotes,
12481 # leaving us with one backslash in the sed expression (right
12482 # before the dot that mustn't act as a wildcard).
12483 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12484 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12485 # The user is allowed to set LINGUAS to a list of languages to
12486 # install catalogs for. If it's empty that means "all of them."
12487 if test "x$LINGUAS" = x; then
12488 CATALOGS="$CATALOGS $cat"
12489 XLINGUAS="$XLINGUAS $lang"
12490 else
12491 case "$LINGUAS" in *$lang*)
12492 CATALOGS="$CATALOGS $cat"
12493 XLINGUAS="$XLINGUAS $lang"
12494 ;;
12495 esac
12496 fi
12497 done
12498 LINGUAS="$XLINGUAS"
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12500 $as_echo "$LINGUAS" >&6; }
12501
12502
12503 DATADIRNAME=share
12504
12505 INSTOBJEXT=.mo
12506
12507 GENCAT=gencat
12508
12509 CATOBJEXT=.gmo
12510
12511 fi
12512
12513 MKINSTALLDIRS=
12514 if test -n "$ac_aux_dir"; then
12515 case "$ac_aux_dir" in
12516 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12517 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12518 esac
12519 fi
12520 if test -z "$MKINSTALLDIRS"; then
12521 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12522 fi
12523
12524
12525
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12527 $as_echo_n "checking whether NLS is requested... " >&6; }
12528 # Check whether --enable-nls was given.
12529 if test "${enable_nls+set}" = set; then :
12530 enableval=$enable_nls; USE_NLS=$enableval
12531 else
12532 USE_NLS=yes
12533 fi
12534
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12536 $as_echo "$USE_NLS" >&6; }
12537
12538
12539
12540
12541
12542
12543 # Prepare PATH_SEPARATOR.
12544 # The user is always right.
12545 if test "${PATH_SEPARATOR+set}" != set; then
12546 echo "#! /bin/sh" >conf$$.sh
12547 echo "exit 0" >>conf$$.sh
12548 chmod +x conf$$.sh
12549 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12550 PATH_SEPARATOR=';'
12551 else
12552 PATH_SEPARATOR=:
12553 fi
12554 rm -f conf$$.sh
12555 fi
12556
12557 # Find out how to test for executable files. Don't use a zero-byte file,
12558 # as systems may use methods other than mode bits to determine executability.
12559 cat >conf$$.file <<_ASEOF
12560 #! /bin/sh
12561 exit 0
12562 _ASEOF
12563 chmod +x conf$$.file
12564 if test -x conf$$.file >/dev/null 2>&1; then
12565 ac_executable_p="test -x"
12566 else
12567 ac_executable_p="test -f"
12568 fi
12569 rm -f conf$$.file
12570
12571 # Extract the first word of "msgfmt", so it can be a program name with args.
12572 set dummy msgfmt; ac_word=$2
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12574 $as_echo_n "checking for $ac_word... " >&6; }
12575 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12576 $as_echo_n "(cached) " >&6
12577 else
12578 case "$MSGFMT" in
12579 [\\/]* | ?:[\\/]*)
12580 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12581 ;;
12582 *)
12583 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12584 for ac_dir in $PATH; do
12585 IFS="$ac_save_IFS"
12586 test -z "$ac_dir" && ac_dir=.
12587 for ac_exec_ext in '' $ac_executable_extensions; do
12588 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12589 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12590 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12591 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12592 break 2
12593 fi
12594 fi
12595 done
12596 done
12597 IFS="$ac_save_IFS"
12598 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12599 ;;
12600 esac
12601 fi
12602 MSGFMT="$ac_cv_path_MSGFMT"
12603 if test "$MSGFMT" != ":"; then
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12605 $as_echo "$MSGFMT" >&6; }
12606 else
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12608 $as_echo "no" >&6; }
12609 fi
12610
12611 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12612 set dummy gmsgfmt; ac_word=$2
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12614 $as_echo_n "checking for $ac_word... " >&6; }
12615 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12616 $as_echo_n "(cached) " >&6
12617 else
12618 case $GMSGFMT in
12619 [\\/]* | ?:[\\/]*)
12620 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12621 ;;
12622 *)
12623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12624 for as_dir in $PATH
12625 do
12626 IFS=$as_save_IFS
12627 test -z "$as_dir" && as_dir=.
12628 for ac_exec_ext in '' $ac_executable_extensions; do
12629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12630 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12632 break 2
12633 fi
12634 done
12635 done
12636 IFS=$as_save_IFS
12637
12638 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12639 ;;
12640 esac
12641 fi
12642 GMSGFMT=$ac_cv_path_GMSGFMT
12643 if test -n "$GMSGFMT"; then
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12645 $as_echo "$GMSGFMT" >&6; }
12646 else
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12648 $as_echo "no" >&6; }
12649 fi
12650
12651
12652
12653
12654 # Prepare PATH_SEPARATOR.
12655 # The user is always right.
12656 if test "${PATH_SEPARATOR+set}" != set; then
12657 echo "#! /bin/sh" >conf$$.sh
12658 echo "exit 0" >>conf$$.sh
12659 chmod +x conf$$.sh
12660 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12661 PATH_SEPARATOR=';'
12662 else
12663 PATH_SEPARATOR=:
12664 fi
12665 rm -f conf$$.sh
12666 fi
12667
12668 # Find out how to test for executable files. Don't use a zero-byte file,
12669 # as systems may use methods other than mode bits to determine executability.
12670 cat >conf$$.file <<_ASEOF
12671 #! /bin/sh
12672 exit 0
12673 _ASEOF
12674 chmod +x conf$$.file
12675 if test -x conf$$.file >/dev/null 2>&1; then
12676 ac_executable_p="test -x"
12677 else
12678 ac_executable_p="test -f"
12679 fi
12680 rm -f conf$$.file
12681
12682 # Extract the first word of "xgettext", so it can be a program name with args.
12683 set dummy xgettext; ac_word=$2
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12685 $as_echo_n "checking for $ac_word... " >&6; }
12686 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12687 $as_echo_n "(cached) " >&6
12688 else
12689 case "$XGETTEXT" in
12690 [\\/]* | ?:[\\/]*)
12691 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12692 ;;
12693 *)
12694 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12695 for ac_dir in $PATH; do
12696 IFS="$ac_save_IFS"
12697 test -z "$ac_dir" && ac_dir=.
12698 for ac_exec_ext in '' $ac_executable_extensions; do
12699 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12700 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12701 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12702 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12703 break 2
12704 fi
12705 fi
12706 done
12707 done
12708 IFS="$ac_save_IFS"
12709 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12710 ;;
12711 esac
12712 fi
12713 XGETTEXT="$ac_cv_path_XGETTEXT"
12714 if test "$XGETTEXT" != ":"; then
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12716 $as_echo "$XGETTEXT" >&6; }
12717 else
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12719 $as_echo "no" >&6; }
12720 fi
12721
12722 rm -f messages.po
12723
12724
12725 # Prepare PATH_SEPARATOR.
12726 # The user is always right.
12727 if test "${PATH_SEPARATOR+set}" != set; then
12728 echo "#! /bin/sh" >conf$$.sh
12729 echo "exit 0" >>conf$$.sh
12730 chmod +x conf$$.sh
12731 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12732 PATH_SEPARATOR=';'
12733 else
12734 PATH_SEPARATOR=:
12735 fi
12736 rm -f conf$$.sh
12737 fi
12738
12739 # Find out how to test for executable files. Don't use a zero-byte file,
12740 # as systems may use methods other than mode bits to determine executability.
12741 cat >conf$$.file <<_ASEOF
12742 #! /bin/sh
12743 exit 0
12744 _ASEOF
12745 chmod +x conf$$.file
12746 if test -x conf$$.file >/dev/null 2>&1; then
12747 ac_executable_p="test -x"
12748 else
12749 ac_executable_p="test -f"
12750 fi
12751 rm -f conf$$.file
12752
12753 # Extract the first word of "msgmerge", so it can be a program name with args.
12754 set dummy msgmerge; ac_word=$2
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12756 $as_echo_n "checking for $ac_word... " >&6; }
12757 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12758 $as_echo_n "(cached) " >&6
12759 else
12760 case "$MSGMERGE" in
12761 [\\/]* | ?:[\\/]*)
12762 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12763 ;;
12764 *)
12765 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12766 for ac_dir in $PATH; do
12767 IFS="$ac_save_IFS"
12768 test -z "$ac_dir" && ac_dir=.
12769 for ac_exec_ext in '' $ac_executable_extensions; do
12770 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12771 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12772 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12773 break 2
12774 fi
12775 fi
12776 done
12777 done
12778 IFS="$ac_save_IFS"
12779 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12780 ;;
12781 esac
12782 fi
12783 MSGMERGE="$ac_cv_path_MSGMERGE"
12784 if test "$MSGMERGE" != ":"; then
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12786 $as_echo "$MSGMERGE" >&6; }
12787 else
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12789 $as_echo "no" >&6; }
12790 fi
12791
12792
12793 if test "$GMSGFMT" != ":"; then
12794 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12795 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12796 : ;
12797 else
12798 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12800 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12801 GMSGFMT=":"
12802 fi
12803 fi
12804
12805 if test "$XGETTEXT" != ":"; then
12806 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12807 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12808 : ;
12809 else
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12811 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12812 XGETTEXT=":"
12813 fi
12814 rm -f messages.po
12815 fi
12816
12817 ac_config_commands="$ac_config_commands default-1"
12818
12819
12820
12821 # Permit host specific settings.
12822 . ${srcdir}/configure.host
12823
12824
12825
12826
12827 BFD_HOST_64BIT_LONG=0
12828 BFD_HOST_64BIT_LONG_LONG=0
12829 BFD_HOST_64_BIT_DEFINED=0
12830 BFD_HOST_64_BIT=
12831 BFD_HOST_U_64_BIT=
12832 BFD_HOSTPTR_T="unsigned long"
12833
12834 # The cast to long int works around a bug in the HP C Compiler
12835 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12836 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12837 # This bug is HP SR number 8606223364.
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12839 $as_echo_n "checking size of long long... " >&6; }
12840 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12841 $as_echo_n "(cached) " >&6
12842 else
12843 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12844
12845 else
12846 if test "$ac_cv_type_long_long" = yes; then
12847 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12848 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12849 { as_fn_set_status 77
12850 as_fn_error "cannot compute sizeof (long long)
12851 See \`config.log' for more details." "$LINENO" 5; }; }
12852 else
12853 ac_cv_sizeof_long_long=0
12854 fi
12855 fi
12856
12857 fi
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12859 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12860
12861
12862
12863 cat >>confdefs.h <<_ACEOF
12864 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12865 _ACEOF
12866
12867
12868 # The cast to long int works around a bug in the HP C Compiler
12869 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12870 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12871 # This bug is HP SR number 8606223364.
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12873 $as_echo_n "checking size of void *... " >&6; }
12874 if test "${ac_cv_sizeof_void_p+set}" = set; then :
12875 $as_echo_n "(cached) " >&6
12876 else
12877 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12878
12879 else
12880 if test "$ac_cv_type_void_p" = yes; then
12881 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12882 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12883 { as_fn_set_status 77
12884 as_fn_error "cannot compute sizeof (void *)
12885 See \`config.log' for more details." "$LINENO" 5; }; }
12886 else
12887 ac_cv_sizeof_void_p=0
12888 fi
12889 fi
12890
12891 fi
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12893 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12894
12895
12896
12897 cat >>confdefs.h <<_ACEOF
12898 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12899 _ACEOF
12900
12901
12902 # The cast to long int works around a bug in the HP C Compiler
12903 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12904 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12905 # This bug is HP SR number 8606223364.
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12907 $as_echo_n "checking size of long... " >&6; }
12908 if test "${ac_cv_sizeof_long+set}" = set; then :
12909 $as_echo_n "(cached) " >&6
12910 else
12911 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12912
12913 else
12914 if test "$ac_cv_type_long" = yes; then
12915 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12916 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12917 { as_fn_set_status 77
12918 as_fn_error "cannot compute sizeof (long)
12919 See \`config.log' for more details." "$LINENO" 5; }; }
12920 else
12921 ac_cv_sizeof_long=0
12922 fi
12923 fi
12924
12925 fi
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12927 $as_echo "$ac_cv_sizeof_long" >&6; }
12928
12929
12930
12931 cat >>confdefs.h <<_ACEOF
12932 #define SIZEOF_LONG $ac_cv_sizeof_long
12933 _ACEOF
12934
12935
12936
12937 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12938 host64=true
12939 fi
12940
12941 if test "x${ac_cv_sizeof_long}" = "x8"; then
12942 BFD_HOST_64BIT_LONG=1
12943 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12944 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12945 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12946 BFD_HOST_64BIT_LONG_LONG=1
12947 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12948 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12949 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12950 BFD_HOSTPTR_T="unsigned long long"
12951 fi
12952 fi
12953
12954 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12955 BFD_HOST_64_BIT_DEFINED=1
12956 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12957 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12958 fi
12959
12960
12961
12962
12963
12964
12965
12966
12967 # Put a plausible default for CC_FOR_BUILD in Makefile.
12968 if test -z "$CC_FOR_BUILD"; then
12969 if test "x$cross_compiling" = "xno"; then
12970 CC_FOR_BUILD='$(CC)'
12971 else
12972 CC_FOR_BUILD=gcc
12973 fi
12974 fi
12975
12976 # Also set EXEEXT_FOR_BUILD.
12977 if test "x$cross_compiling" = "xno"; then
12978 EXEEXT_FOR_BUILD='$(EXEEXT)'
12979 else
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12981 $as_echo_n "checking for build system executable suffix... " >&6; }
12982 if test "${bfd_cv_build_exeext+set}" = set; then :
12983 $as_echo_n "(cached) " >&6
12984 else
12985 rm -f conftest*
12986 echo 'int main () { return 0; }' > conftest.c
12987 bfd_cv_build_exeext=
12988 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12989 for file in conftest.*; do
12990 case $file in
12991 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12992 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12993 esac
12994 done
12995 rm -f conftest*
12996 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12997 fi
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12999 $as_echo "$bfd_cv_build_exeext" >&6; }
13000 EXEEXT_FOR_BUILD=""
13001 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13002 fi
13003
13004
13005 for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
13006 do :
13007 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13008 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13009 eval as_val=\$$as_ac_Header
13010 if test "x$as_val" = x""yes; then :
13011 cat >>confdefs.h <<_ACEOF
13012 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13013 _ACEOF
13014
13015 fi
13016
13017 done
13018
13019 for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
13020 do :
13021 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13022 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13023 eval as_val=\$$as_ac_Header
13024 if test "x$as_val" = x""yes; then :
13025 cat >>confdefs.h <<_ACEOF
13026 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13027 _ACEOF
13028
13029 fi
13030
13031 done
13032
13033
13034
13035 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
13036
13037 acx_cv_header_stdint=stddef.h
13038 acx_cv_header_stdint_kind="(already complete)"
13039 for i in stdint.h $inttype_headers; do
13040 unset ac_cv_type_uintptr_t
13041 unset ac_cv_type_uintmax_t
13042 unset ac_cv_type_int_least32_t
13043 unset ac_cv_type_int_fast32_t
13044 unset ac_cv_type_uint64_t
13045 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13046 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13047 #include <$i>
13048 "
13049 if test "x$ac_cv_type_uintmax_t" = x""yes; then :
13050 acx_cv_header_stdint=$i
13051 else
13052 continue
13053 fi
13054
13055 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13056 #include <$i>
13057 "
13058 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
13059
13060 else
13061 acx_cv_header_stdint_kind="(mostly complete)"
13062 fi
13063
13064 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13065 #include <$i>
13066 "
13067 if test "x$ac_cv_type_int_least32_t" = x""yes; then :
13068
13069 else
13070 acx_cv_header_stdint_kind="(mostly complete)"
13071 fi
13072
13073 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13074 #include <$i>
13075 "
13076 if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
13077
13078 else
13079 acx_cv_header_stdint_kind="(mostly complete)"
13080 fi
13081
13082 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13083 #include <$i>
13084 "
13085 if test "x$ac_cv_type_uint64_t" = x""yes; then :
13086
13087 else
13088 acx_cv_header_stdint_kind="(lacks uint64_t)"
13089 fi
13090
13091 break
13092 done
13093 if test "$acx_cv_header_stdint" = stddef.h; then
13094 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13095 for i in stdint.h $inttype_headers; do
13096 unset ac_cv_type_uintptr_t
13097 unset ac_cv_type_uint32_t
13098 unset ac_cv_type_uint64_t
13099 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13100 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13101 #include <$i>
13102 "
13103 if test "x$ac_cv_type_uint32_t" = x""yes; then :
13104 acx_cv_header_stdint=$i
13105 else
13106 continue
13107 fi
13108
13109 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13110 #include <$i>
13111 "
13112 if test "x$ac_cv_type_uint64_t" = x""yes; then :
13113
13114 fi
13115
13116 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13117 #include <$i>
13118 "
13119 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
13120
13121 fi
13122
13123 break
13124 done
13125 fi
13126 if test "$acx_cv_header_stdint" = stddef.h; then
13127 acx_cv_header_stdint_kind="(u_intXX_t style)"
13128 for i in sys/types.h $inttype_headers; do
13129 unset ac_cv_type_u_int32_t
13130 unset ac_cv_type_u_int64_t
13131 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13132 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13133 #include <$i>
13134 "
13135 if test "x$ac_cv_type_u_int32_t" = x""yes; then :
13136 acx_cv_header_stdint=$i
13137 else
13138 continue
13139 fi
13140
13141 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13142 #include <$i>
13143 "
13144 if test "x$ac_cv_type_u_int64_t" = x""yes; then :
13145
13146 fi
13147
13148 break
13149 done
13150 fi
13151 if test "$acx_cv_header_stdint" = stddef.h; then
13152 acx_cv_header_stdint_kind="(using manual detection)"
13153 fi
13154
13155 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13156 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13157 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13158 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13159 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
13160
13161 # ----------------- Summarize what we found so far
13162
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13164 $as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
13165
13166 case `$as_basename -- bfd_stdint.h ||
13167 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13168 Xbfd_stdint.h : 'X\(//\)$' \| \
13169 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13170 $as_echo X/bfd_stdint.h |
13171 sed '/^.*\/\([^/][^/]*\)\/*$/{
13172 s//\1/
13173 q
13174 }
13175 /^X\/\(\/\/\)$/{
13176 s//\1/
13177 q
13178 }
13179 /^X\/\(\/\).*/{
13180 s//\1/
13181 q
13182 }
13183 s/.*/./; q'` in
13184 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13185 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13186 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13187 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13188 *) ;;
13189 esac
13190
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13192 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
13193
13194 # ----------------- done included file, check C basic types --------
13195
13196 # Lacking an uintptr_t? Test size of void *
13197 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13198 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13199 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13200 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13201 # This bug is HP SR number 8606223364.
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13203 $as_echo_n "checking size of void *... " >&6; }
13204 if test "${ac_cv_sizeof_void_p+set}" = set; then :
13205 $as_echo_n "(cached) " >&6
13206 else
13207 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13208
13209 else
13210 if test "$ac_cv_type_void_p" = yes; then
13211 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13213 { as_fn_set_status 77
13214 as_fn_error "cannot compute sizeof (void *)
13215 See \`config.log' for more details." "$LINENO" 5; }; }
13216 else
13217 ac_cv_sizeof_void_p=0
13218 fi
13219 fi
13220
13221 fi
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13223 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13224
13225
13226
13227 cat >>confdefs.h <<_ACEOF
13228 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13229 _ACEOF
13230
13231 ;;
13232 esac
13233
13234 # Lacking an uint64_t? Test size of long
13235 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13236 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13237 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13238 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13239 # This bug is HP SR number 8606223364.
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13241 $as_echo_n "checking size of long... " >&6; }
13242 if test "${ac_cv_sizeof_long+set}" = set; then :
13243 $as_echo_n "(cached) " >&6
13244 else
13245 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13246
13247 else
13248 if test "$ac_cv_type_long" = yes; then
13249 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13251 { as_fn_set_status 77
13252 as_fn_error "cannot compute sizeof (long)
13253 See \`config.log' for more details." "$LINENO" 5; }; }
13254 else
13255 ac_cv_sizeof_long=0
13256 fi
13257 fi
13258
13259 fi
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13261 $as_echo "$ac_cv_sizeof_long" >&6; }
13262
13263
13264
13265 cat >>confdefs.h <<_ACEOF
13266 #define SIZEOF_LONG $ac_cv_sizeof_long
13267 _ACEOF
13268
13269 ;;
13270 esac
13271
13272 if test $acx_cv_header_stdint = stddef.h; then
13273 # Lacking a good header? Test size of everything and deduce all types.
13274 # The cast to long int works around a bug in the HP C Compiler
13275 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13276 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13277 # This bug is HP SR number 8606223364.
13278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13279 $as_echo_n "checking size of int... " >&6; }
13280 if test "${ac_cv_sizeof_int+set}" = set; then :
13281 $as_echo_n "(cached) " >&6
13282 else
13283 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13284
13285 else
13286 if test "$ac_cv_type_int" = yes; then
13287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13288 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13289 { as_fn_set_status 77
13290 as_fn_error "cannot compute sizeof (int)
13291 See \`config.log' for more details." "$LINENO" 5; }; }
13292 else
13293 ac_cv_sizeof_int=0
13294 fi
13295 fi
13296
13297 fi
13298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13299 $as_echo "$ac_cv_sizeof_int" >&6; }
13300
13301
13302
13303 cat >>confdefs.h <<_ACEOF
13304 #define SIZEOF_INT $ac_cv_sizeof_int
13305 _ACEOF
13306
13307
13308 # The cast to long int works around a bug in the HP C Compiler
13309 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13310 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13311 # This bug is HP SR number 8606223364.
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13313 $as_echo_n "checking size of short... " >&6; }
13314 if test "${ac_cv_sizeof_short+set}" = set; then :
13315 $as_echo_n "(cached) " >&6
13316 else
13317 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13318
13319 else
13320 if test "$ac_cv_type_short" = yes; then
13321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13322 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13323 { as_fn_set_status 77
13324 as_fn_error "cannot compute sizeof (short)
13325 See \`config.log' for more details." "$LINENO" 5; }; }
13326 else
13327 ac_cv_sizeof_short=0
13328 fi
13329 fi
13330
13331 fi
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13333 $as_echo "$ac_cv_sizeof_short" >&6; }
13334
13335
13336
13337 cat >>confdefs.h <<_ACEOF
13338 #define SIZEOF_SHORT $ac_cv_sizeof_short
13339 _ACEOF
13340
13341
13342 # The cast to long int works around a bug in the HP C Compiler
13343 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13344 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13345 # This bug is HP SR number 8606223364.
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13347 $as_echo_n "checking size of char... " >&6; }
13348 if test "${ac_cv_sizeof_char+set}" = set; then :
13349 $as_echo_n "(cached) " >&6
13350 else
13351 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13352
13353 else
13354 if test "$ac_cv_type_char" = yes; then
13355 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13356 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13357 { as_fn_set_status 77
13358 as_fn_error "cannot compute sizeof (char)
13359 See \`config.log' for more details." "$LINENO" 5; }; }
13360 else
13361 ac_cv_sizeof_char=0
13362 fi
13363 fi
13364
13365 fi
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13367 $as_echo "$ac_cv_sizeof_char" >&6; }
13368
13369
13370
13371 cat >>confdefs.h <<_ACEOF
13372 #define SIZEOF_CHAR $ac_cv_sizeof_char
13373 _ACEOF
13374
13375
13376
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13378 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
13379 case "$ac_cv_sizeof_char" in
13380 1) acx_cv_type_int8_t=char ;;
13381 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
13382 esac
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13384 $as_echo "$acx_cv_type_int8_t" >&6; }
13385
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13387 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
13388 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13389 2:*) acx_cv_type_int16_t=int ;;
13390 *:2) acx_cv_type_int16_t=short ;;
13391 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
13392 esac
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13394 $as_echo "$acx_cv_type_int16_t" >&6; }
13395
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13397 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
13398 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13399 4:*) acx_cv_type_int32_t=int ;;
13400 *:4) acx_cv_type_int32_t=long ;;
13401 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
13402 esac
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13404 $as_echo "$acx_cv_type_int32_t" >&6; }
13405 fi
13406
13407 # These tests are here to make the output prettier
13408
13409 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13410 case "$ac_cv_sizeof_long" in
13411 8) acx_cv_type_int64_t=long ;;
13412 esac
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13414 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13416 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13417 fi
13418
13419 # Now we can use the above types
13420
13421 if test "$ac_cv_type_uintptr_t" != yes; then
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13423 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13424 case $ac_cv_sizeof_void_p in
13425 2) acx_cv_type_intptr_t=int16_t ;;
13426 4) acx_cv_type_intptr_t=int32_t ;;
13427 8) acx_cv_type_intptr_t=int64_t ;;
13428 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
13429 esac
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13431 $as_echo "$acx_cv_type_intptr_t" >&6; }
13432 fi
13433
13434 # ----------------- done all checks, emit header -------------
13435 ac_config_commands="$ac_config_commands bfd_stdint.h"
13436
13437
13438
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13440 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13441 if test "${ac_cv_header_time+set}" = set; then :
13442 $as_echo_n "(cached) " >&6
13443 else
13444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13445 /* end confdefs.h. */
13446 #include <sys/types.h>
13447 #include <sys/time.h>
13448 #include <time.h>
13449
13450 int
13451 main ()
13452 {
13453 if ((struct tm *) 0)
13454 return 0;
13455 ;
13456 return 0;
13457 }
13458 _ACEOF
13459 if ac_fn_c_try_compile "$LINENO"; then :
13460 ac_cv_header_time=yes
13461 else
13462 ac_cv_header_time=no
13463 fi
13464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13465 fi
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13467 $as_echo "$ac_cv_header_time" >&6; }
13468 if test $ac_cv_header_time = yes; then
13469
13470 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13471
13472 fi
13473
13474 ac_header_dirent=no
13475 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13476 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13478 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13480 $as_echo_n "(cached) " >&6
13481 else
13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13483 /* end confdefs.h. */
13484 #include <sys/types.h>
13485 #include <$ac_hdr>
13486
13487 int
13488 main ()
13489 {
13490 if ((DIR *) 0)
13491 return 0;
13492 ;
13493 return 0;
13494 }
13495 _ACEOF
13496 if ac_fn_c_try_compile "$LINENO"; then :
13497 eval "$as_ac_Header=yes"
13498 else
13499 eval "$as_ac_Header=no"
13500 fi
13501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13502 fi
13503 eval ac_res=\$$as_ac_Header
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13505 $as_echo "$ac_res" >&6; }
13506 eval as_val=\$$as_ac_Header
13507 if test "x$as_val" = x""yes; then :
13508 cat >>confdefs.h <<_ACEOF
13509 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13510 _ACEOF
13511
13512 ac_header_dirent=$ac_hdr; break
13513 fi
13514
13515 done
13516 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13517 if test $ac_header_dirent = dirent.h; then
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13519 $as_echo_n "checking for library containing opendir... " >&6; }
13520 if test "${ac_cv_search_opendir+set}" = set; then :
13521 $as_echo_n "(cached) " >&6
13522 else
13523 ac_func_search_save_LIBS=$LIBS
13524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13525 /* end confdefs.h. */
13526
13527 /* Override any GCC internal prototype to avoid an error.
13528 Use char because int might match the return type of a GCC
13529 builtin and then its argument prototype would still apply. */
13530 #ifdef __cplusplus
13531 extern "C"
13532 #endif
13533 char opendir ();
13534 int
13535 main ()
13536 {
13537 return opendir ();
13538 ;
13539 return 0;
13540 }
13541 _ACEOF
13542 for ac_lib in '' dir; do
13543 if test -z "$ac_lib"; then
13544 ac_res="none required"
13545 else
13546 ac_res=-l$ac_lib
13547 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13548 fi
13549 if ac_fn_c_try_link "$LINENO"; then :
13550 ac_cv_search_opendir=$ac_res
13551 fi
13552 rm -f core conftest.err conftest.$ac_objext \
13553 conftest$ac_exeext
13554 if test "${ac_cv_search_opendir+set}" = set; then :
13555 break
13556 fi
13557 done
13558 if test "${ac_cv_search_opendir+set}" = set; then :
13559
13560 else
13561 ac_cv_search_opendir=no
13562 fi
13563 rm conftest.$ac_ext
13564 LIBS=$ac_func_search_save_LIBS
13565 fi
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13567 $as_echo "$ac_cv_search_opendir" >&6; }
13568 ac_res=$ac_cv_search_opendir
13569 if test "$ac_res" != no; then :
13570 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13571
13572 fi
13573
13574 else
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13576 $as_echo_n "checking for library containing opendir... " >&6; }
13577 if test "${ac_cv_search_opendir+set}" = set; then :
13578 $as_echo_n "(cached) " >&6
13579 else
13580 ac_func_search_save_LIBS=$LIBS
13581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13582 /* end confdefs.h. */
13583
13584 /* Override any GCC internal prototype to avoid an error.
13585 Use char because int might match the return type of a GCC
13586 builtin and then its argument prototype would still apply. */
13587 #ifdef __cplusplus
13588 extern "C"
13589 #endif
13590 char opendir ();
13591 int
13592 main ()
13593 {
13594 return opendir ();
13595 ;
13596 return 0;
13597 }
13598 _ACEOF
13599 for ac_lib in '' x; do
13600 if test -z "$ac_lib"; then
13601 ac_res="none required"
13602 else
13603 ac_res=-l$ac_lib
13604 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13605 fi
13606 if ac_fn_c_try_link "$LINENO"; then :
13607 ac_cv_search_opendir=$ac_res
13608 fi
13609 rm -f core conftest.err conftest.$ac_objext \
13610 conftest$ac_exeext
13611 if test "${ac_cv_search_opendir+set}" = set; then :
13612 break
13613 fi
13614 done
13615 if test "${ac_cv_search_opendir+set}" = set; then :
13616
13617 else
13618 ac_cv_search_opendir=no
13619 fi
13620 rm conftest.$ac_ext
13621 LIBS=$ac_func_search_save_LIBS
13622 fi
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13624 $as_echo "$ac_cv_search_opendir" >&6; }
13625 ac_res=$ac_cv_search_opendir
13626 if test "$ac_res" != no; then :
13627 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13628
13629 fi
13630
13631 fi
13632
13633
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13635 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13636 if test "${gcc_cv_header_string+set}" = set; then :
13637 $as_echo_n "(cached) " >&6
13638 else
13639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13640 /* end confdefs.h. */
13641 #include <string.h>
13642 #include <strings.h>
13643 int
13644 main ()
13645 {
13646
13647 ;
13648 return 0;
13649 }
13650 _ACEOF
13651 if ac_fn_c_try_compile "$LINENO"; then :
13652 gcc_cv_header_string=yes
13653 else
13654 gcc_cv_header_string=no
13655 fi
13656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13657 fi
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13659 $as_echo "$gcc_cv_header_string" >&6; }
13660 if test $gcc_cv_header_string = yes; then
13661
13662 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13663
13664 fi
13665
13666 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13667 do :
13668 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13669 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13670 eval as_val=\$$as_ac_var
13671 if test "x$as_val" = x""yes; then :
13672 cat >>confdefs.h <<_ACEOF
13673 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13674 _ACEOF
13675
13676 fi
13677 done
13678
13679 for ac_func in strtoull getrlimit
13680 do :
13681 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13682 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13683 eval as_val=\$$as_ac_var
13684 if test "x$as_val" = x""yes; then :
13685 cat >>confdefs.h <<_ACEOF
13686 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13687 _ACEOF
13688
13689 fi
13690 done
13691
13692
13693 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13694 if test "x$ac_cv_have_decl_basename" = x""yes; then :
13695 ac_have_decl=1
13696 else
13697 ac_have_decl=0
13698 fi
13699
13700 cat >>confdefs.h <<_ACEOF
13701 #define HAVE_DECL_BASENAME $ac_have_decl
13702 _ACEOF
13703
13704 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13705 if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13706 ac_have_decl=1
13707 else
13708 ac_have_decl=0
13709 fi
13710
13711 cat >>confdefs.h <<_ACEOF
13712 #define HAVE_DECL_FTELLO $ac_have_decl
13713 _ACEOF
13714
13715 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13716 if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13717 ac_have_decl=1
13718 else
13719 ac_have_decl=0
13720 fi
13721
13722 cat >>confdefs.h <<_ACEOF
13723 #define HAVE_DECL_FTELLO64 $ac_have_decl
13724 _ACEOF
13725
13726 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13727 if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13728 ac_have_decl=1
13729 else
13730 ac_have_decl=0
13731 fi
13732
13733 cat >>confdefs.h <<_ACEOF
13734 #define HAVE_DECL_FSEEKO $ac_have_decl
13735 _ACEOF
13736
13737 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13738 if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13739 ac_have_decl=1
13740 else
13741 ac_have_decl=0
13742 fi
13743
13744 cat >>confdefs.h <<_ACEOF
13745 #define HAVE_DECL_FSEEKO64 $ac_have_decl
13746 _ACEOF
13747
13748
13749
13750 case "${host}" in
13751 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13752
13753 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13754 ;;
13755 esac
13756
13757 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13758 if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13759 ac_have_decl=1
13760 else
13761 ac_have_decl=0
13762 fi
13763
13764 cat >>confdefs.h <<_ACEOF
13765 #define HAVE_DECL_FFS $ac_have_decl
13766 _ACEOF
13767
13768 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13769 if test "x$ac_cv_have_decl_free" = x""yes; then :
13770 ac_have_decl=1
13771 else
13772 ac_have_decl=0
13773 fi
13774
13775 cat >>confdefs.h <<_ACEOF
13776 #define HAVE_DECL_FREE $ac_have_decl
13777 _ACEOF
13778
13779 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13780 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13781 ac_have_decl=1
13782 else
13783 ac_have_decl=0
13784 fi
13785
13786 cat >>confdefs.h <<_ACEOF
13787 #define HAVE_DECL_GETENV $ac_have_decl
13788 _ACEOF
13789
13790 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13791 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13792 ac_have_decl=1
13793 else
13794 ac_have_decl=0
13795 fi
13796
13797 cat >>confdefs.h <<_ACEOF
13798 #define HAVE_DECL_MALLOC $ac_have_decl
13799 _ACEOF
13800
13801 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13802 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13803 ac_have_decl=1
13804 else
13805 ac_have_decl=0
13806 fi
13807
13808 cat >>confdefs.h <<_ACEOF
13809 #define HAVE_DECL_REALLOC $ac_have_decl
13810 _ACEOF
13811
13812 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13813 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13814 ac_have_decl=1
13815 else
13816 ac_have_decl=0
13817 fi
13818
13819 cat >>confdefs.h <<_ACEOF
13820 #define HAVE_DECL_STPCPY $ac_have_decl
13821 _ACEOF
13822
13823 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13824 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13825 ac_have_decl=1
13826 else
13827 ac_have_decl=0
13828 fi
13829
13830 cat >>confdefs.h <<_ACEOF
13831 #define HAVE_DECL_STRSTR $ac_have_decl
13832 _ACEOF
13833
13834 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13835 if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
13836 ac_have_decl=1
13837 else
13838 ac_have_decl=0
13839 fi
13840
13841 cat >>confdefs.h <<_ACEOF
13842 #define HAVE_DECL_ASPRINTF $ac_have_decl
13843 _ACEOF
13844
13845 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13846 if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
13847 ac_have_decl=1
13848 else
13849 ac_have_decl=0
13850 fi
13851
13852 cat >>confdefs.h <<_ACEOF
13853 #define HAVE_DECL_VASPRINTF $ac_have_decl
13854 _ACEOF
13855
13856 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13857 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13858 ac_have_decl=1
13859 else
13860 ac_have_decl=0
13861 fi
13862
13863 cat >>confdefs.h <<_ACEOF
13864 #define HAVE_DECL_SNPRINTF $ac_have_decl
13865 _ACEOF
13866
13867 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13868 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13869 ac_have_decl=1
13870 else
13871 ac_have_decl=0
13872 fi
13873
13874 cat >>confdefs.h <<_ACEOF
13875 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13876 _ACEOF
13877
13878 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13879 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13880 ac_have_decl=1
13881 else
13882 ac_have_decl=0
13883 fi
13884
13885 cat >>confdefs.h <<_ACEOF
13886 #define HAVE_DECL_STRNLEN $ac_have_decl
13887 _ACEOF
13888
13889
13890 # Link in zlib if we can. This allows us to read compressed debug sections.
13891 # This is used only by compress.c.
13892
13893 # Use the system's zlib library.
13894 zlibdir="-L\$(top_builddir)/../zlib"
13895 zlibinc="-I\$(top_srcdir)/../zlib"
13896
13897 # Check whether --with-system-zlib was given.
13898 if test "${with_system_zlib+set}" = set; then :
13899 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13900 zlibdir=
13901 zlibinc=
13902 fi
13903
13904 fi
13905
13906
13907
13908
13909
13910 # Check if linker supports --as-needed and --no-as-needed options
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13912 $as_echo_n "checking linker --as-needed support... " >&6; }
13913 if test "${bfd_cv_ld_as_needed+set}" = set; then :
13914 $as_echo_n "(cached) " >&6
13915 else
13916 bfd_cv_ld_as_needed=no
13917 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13918 bfd_cv_ld_as_needed=yes
13919 fi
13920
13921 fi
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13923 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13924
13925 LIBM=
13926 case $host in
13927 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13928 # These system don't have libm, or don't need it
13929 ;;
13930 *-ncr-sysv4.3*)
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13932 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13933 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13934 $as_echo_n "(cached) " >&6
13935 else
13936 ac_check_lib_save_LIBS=$LIBS
13937 LIBS="-lmw $LIBS"
13938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13939 /* end confdefs.h. */
13940
13941 /* Override any GCC internal prototype to avoid an error.
13942 Use char because int might match the return type of a GCC
13943 builtin and then its argument prototype would still apply. */
13944 #ifdef __cplusplus
13945 extern "C"
13946 #endif
13947 char _mwvalidcheckl ();
13948 int
13949 main ()
13950 {
13951 return _mwvalidcheckl ();
13952 ;
13953 return 0;
13954 }
13955 _ACEOF
13956 if ac_fn_c_try_link "$LINENO"; then :
13957 ac_cv_lib_mw__mwvalidcheckl=yes
13958 else
13959 ac_cv_lib_mw__mwvalidcheckl=no
13960 fi
13961 rm -f core conftest.err conftest.$ac_objext \
13962 conftest$ac_exeext conftest.$ac_ext
13963 LIBS=$ac_check_lib_save_LIBS
13964 fi
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13966 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13967 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13968 LIBM="-lmw"
13969 fi
13970
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13972 $as_echo_n "checking for cos in -lm... " >&6; }
13973 if test "${ac_cv_lib_m_cos+set}" = set; then :
13974 $as_echo_n "(cached) " >&6
13975 else
13976 ac_check_lib_save_LIBS=$LIBS
13977 LIBS="-lm $LIBS"
13978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13979 /* end confdefs.h. */
13980
13981 /* Override any GCC internal prototype to avoid an error.
13982 Use char because int might match the return type of a GCC
13983 builtin and then its argument prototype would still apply. */
13984 #ifdef __cplusplus
13985 extern "C"
13986 #endif
13987 char cos ();
13988 int
13989 main ()
13990 {
13991 return cos ();
13992 ;
13993 return 0;
13994 }
13995 _ACEOF
13996 if ac_fn_c_try_link "$LINENO"; then :
13997 ac_cv_lib_m_cos=yes
13998 else
13999 ac_cv_lib_m_cos=no
14000 fi
14001 rm -f core conftest.err conftest.$ac_objext \
14002 conftest$ac_exeext conftest.$ac_ext
14003 LIBS=$ac_check_lib_save_LIBS
14004 fi
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14006 $as_echo "$ac_cv_lib_m_cos" >&6; }
14007 if test "x$ac_cv_lib_m_cos" = x""yes; then :
14008 LIBM="$LIBM -lm"
14009 fi
14010
14011 ;;
14012 *)
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14014 $as_echo_n "checking for cos in -lm... " >&6; }
14015 if test "${ac_cv_lib_m_cos+set}" = set; then :
14016 $as_echo_n "(cached) " >&6
14017 else
14018 ac_check_lib_save_LIBS=$LIBS
14019 LIBS="-lm $LIBS"
14020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14021 /* end confdefs.h. */
14022
14023 /* Override any GCC internal prototype to avoid an error.
14024 Use char because int might match the return type of a GCC
14025 builtin and then its argument prototype would still apply. */
14026 #ifdef __cplusplus
14027 extern "C"
14028 #endif
14029 char cos ();
14030 int
14031 main ()
14032 {
14033 return cos ();
14034 ;
14035 return 0;
14036 }
14037 _ACEOF
14038 if ac_fn_c_try_link "$LINENO"; then :
14039 ac_cv_lib_m_cos=yes
14040 else
14041 ac_cv_lib_m_cos=no
14042 fi
14043 rm -f core conftest.err conftest.$ac_objext \
14044 conftest$ac_exeext conftest.$ac_ext
14045 LIBS=$ac_check_lib_save_LIBS
14046 fi
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14048 $as_echo "$ac_cv_lib_m_cos" >&6; }
14049 if test "x$ac_cv_lib_m_cos" = x""yes; then :
14050 LIBM="-lm"
14051 fi
14052
14053 ;;
14054 esac
14055
14056
14057
14058 # When building a shared libbfd, link against the pic version of libiberty
14059 # so that apps that use libbfd won't need libiberty just to satisfy any
14060 # libbfd references.
14061 # We can't do that if a pic libiberty is unavailable since including non-pic
14062 # code would insert text relocations into libbfd.
14063 SHARED_LIBADD=
14064 SHARED_LDFLAGS=
14065 if test "$enable_shared" = "yes"; then
14066 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14067 if test -n "$x"; then
14068 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14069 fi
14070
14071 # More hacks to build DLLs on Windows.
14072 case "${host}" in
14073 *-*-cygwin*)
14074 SHARED_LDFLAGS="-no-undefined"
14075 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14076 ;;
14077
14078 # Hack to build or1k-src on OSX
14079 or1k*-*-darwin*)
14080 SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14081 ;;
14082 esac
14083
14084 if test -n "$SHARED_LIBADD"; then
14085 if test -n "$LIBM"; then
14086 if test x"$bfd_cv_ld_as_needed" = xyes; then
14087 # Link against libm only when needed. Put -lc, -lm inside -Wl
14088 # to stop libtool reordering these options.
14089 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14090 else
14091 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14092 fi
14093 fi
14094 fi
14095 fi
14096
14097
14098
14099 # target stuff:
14100
14101 # Canonicalize the secondary target names.
14102 if test -n "$enable_targets" ; then
14103 for targ in `echo $enable_targets | sed 's/,/ /g'`
14104 do
14105 result=`$ac_config_sub $targ 2>/dev/null`
14106 if test -n "$result" ; then
14107 canon_targets="$canon_targets $result"
14108 else
14109 # Allow targets that config.sub doesn't recognize, like "all".
14110 canon_targets="$canon_targets $targ"
14111 fi
14112 done
14113 fi
14114
14115 all_targets=false
14116 defvec=
14117 selvecs=
14118 assocvecs=
14119 selarchs=
14120 TDEFINES=
14121 for targ in $target $canon_targets
14122 do
14123 if test "x$targ" = "xall"; then
14124 all_targets=true
14125 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14126 else
14127 . $srcdir/config.bfd
14128 if test "x$targ" = "x$target"; then
14129 defvec=$targ_defvec
14130 fi
14131 selvecs="$selvecs $targ_defvec $targ_selvecs"
14132 selarchs="$selarchs $targ_archs"
14133 TDEFINES="$TDEFINES $targ_cflags"
14134 fi
14135 done
14136
14137
14138 # This processing still needs to be done if we're to decide properly whether
14139 # 64-bit support needs to be compiled in. Currently, it will be included if
14140 # the default or any other explicitly requested target requires it; it
14141 # will not be included on a 32-bit host if no 64-bit target is requested, and
14142 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14143 # used.
14144
14145 # uniq the default and selected vectors in all the configured targets.
14146 f=""
14147 for i in $selvecs ; do
14148 case " $f " in
14149 *" $i "*) ;;
14150 *) f="$f $i" ;;
14151 esac
14152 done
14153 selvecs="$f"
14154
14155
14156 # uniq the associated vectors in all the configured targets.
14157 f=""
14158 for i in $assocvecs ; do
14159 case " $f " in
14160 *" $i "*) ;;
14161 *) f="$f $i" ;;
14162 esac
14163 done
14164 assocvecs="$f"
14165
14166
14167 # uniq the architectures in all the configured targets.
14168 f=""
14169 for i in $selarchs ; do
14170 case " $f " in
14171 *" $i "*) ;;
14172 *) f="$f $i" ;;
14173 esac
14174 done
14175 selarchs="$f"
14176
14177 # Target backend .o files.
14178 tb=
14179
14180 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
14181 elf-eh-frame.lo dwarf1.lo dwarf2.lo"
14182 coffgen="coffgen.lo dwarf2.lo"
14183 coff="cofflink.lo $coffgen"
14184 ecoff="ecofflink.lo $coffgen"
14185 xcoff="xcofflink.lo $coffgen"
14186
14187 for vec in $selvecs
14188 do
14189 target_size=32
14190 case "$vec" in
14191 # This list is alphabetized to make it easy to compare
14192 # with the two vector lists in targets.c. For the same reason,
14193 # use one entry per line, even though this leads to long lines.
14194 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14195 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14196 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14197 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14198 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14199 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14200 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
14201 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
14202 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14203 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14204 alpha_nlm32_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
14205 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14206 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
14207 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14208 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
14209 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14210 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
14211 aout_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
14212 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14213 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14214 arm_aout_be_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14215 arm_aout_le_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14216 arm_aout_nbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
14217 arm_aout_riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
14218 arm_coff_be_vec) tb="$tb coff-arm.lo $coff" ;;
14219 arm_coff_le_vec) tb="$tb coff-arm.lo $coff" ;;
14220 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14221 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14222 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14223 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14224 arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14225 arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14226 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14227 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14228 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14229 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14230 arm_pe_epoc_be_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
14231 arm_pe_epoc_le_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
14232 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14233 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14234 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14235 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14236 arm_pei_epoc_be_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
14237 arm_pei_epoc_le_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
14238 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14239 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14240 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
14241 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14242 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14243 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14244 bout_be_vec) tb="$tb bout.lo aout32.lo" ;;
14245 bout_le_vec) tb="$tb bout.lo aout32.lo" ;;
14246 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14247 cr16c_elf32_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
14248 cris_aout_vec) tb="$tb aout-cris.lo" ;;
14249 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14250 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14251 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14252 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14253 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14254 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
14255 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14256 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14257 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14258 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14259 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14260 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14261 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14262 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14263 h8300_coff_vec) tb="$tb coff-h8300.lo reloc16.lo $coffgen" ;;
14264 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14265 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14266 h8500_coff_vec) tb="$tb coff-h8500.lo reloc16.lo $coffgen" ;;
14267 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14268 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14269 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14270 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14271 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14272 hppa_som_vec) tb="$tb som.lo" ;;
14273 i370_elf32_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
14274 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14275 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
14276 i386_aout_dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
14277 i386_aout_fbsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
14278 i386_aout_linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
14279 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14280 i386_aout_mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
14281 i386_aout_nbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
14282 i386_aout_os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
14283 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
14284 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
14285 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
14286 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
14287 i386_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14288 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14289 i386_elf32_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14290 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14291 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14292 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
14293 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
14294 i386_nlm32_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
14295 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14296 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
14297 iamcu_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14298 i860_coff_vec) tb="$tb coff-i860.lo $coff" ;;
14299 i860_elf32_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
14300 i860_elf32_le_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
14301 i960_elf32_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
14302 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14303 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14304 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14305 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14306 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14307 ia64_elf64_vms_vec) tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
14308 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14309 icoff_be_vec) tb="$tb coff-i960.lo $coff" ;;
14310 icoff_le_vec) tb="$tb coff-i960.lo $coff" ;;
14311 ieee_vec) tb="$tb ieee.lo" ;;
14312 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14313 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14314 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14315 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14316 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14317 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14318 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14319 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14320 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14321 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14322 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14323 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14324 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14325 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14326 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14327 m68k_aout_4knbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
14328 m68k_aout_hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
14329 m68k_aout_hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
14330 m68k_aout_linux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
14331 m68k_aout_nbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
14332 m68k_aout_newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
14333 m68k_coff_vec) tb="$tb coff-m68k.lo $coff" ;;
14334 m68k_coff_apollo_vec) tb="$tb coff-apollo.lo $coffgen" ;;
14335 m68k_coff_aux_vec) tb="$tb coff-aux.lo coff-m68k.lo $coff" ;;
14336 m68k_coff_sysv_vec) tb="$tb coff-svm68k.lo $coff" ;;
14337 m68k_coff_un_vec) tb="$tb coff-u68k.lo coff-m68k.lo $coff" ;;
14338 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14339 m68k_versados_vec) tb="$tb versados.lo" ;;
14340 m88k_aout_mach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
14341 m88k_aout_obsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
14342 m88k_coff_bcs_vec) tb="$tb coff-m88k.lo $coffgen" ;;
14343 m88k_elf32_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
14344 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14345 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14346 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14347 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14348 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14349 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14350 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14351 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14352 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14353 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14354 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14355 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
14356 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14357 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14358 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14359 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14360 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14361 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14362 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14363 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14364 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14365 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14366 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14367 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14368 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14369 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14370 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14371 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14372 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14373 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14374 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14375 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14376 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14377 mips_elf64_trad_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14378 mips_elf64_trad_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14379 mips_elf64_tradfbsd_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14380 mips_elf64_tradfbsd_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14381 mips_pe_le_vec) tb="$tb pe-mips.lo peigen.lo $coff" ;;
14382 mips_pei_le_vec) tb="$tb pei-mips.lo peigen.lo $coff" ;;
14383 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14384 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14385 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14386 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14387 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14388 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14389 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14390 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14391 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14392 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14393 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14394 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14395 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14396 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14397 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14398 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14399 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14400 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
14401 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14402 pef_vec) tb="$tb pef.lo" ;;
14403 pef_xlib_vec) tb="$tb pef.lo" ;;
14404 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14405 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14406 plugin_vec) tb="$tb plugin.lo" ;;
14407 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
14408 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14409 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14410 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14411 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14412 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14413 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14414 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14415 powerpc_nlm32_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
14416 powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14417 powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14418 powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14419 powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14420 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14421 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
14422 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14423 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14424 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14425 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14426 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14427 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14428 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14429 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14430 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14431 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14432 sh64_elf32_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14433 sh64_elf32_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14434 sh64_elf32_linux_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14435 sh64_elf32_linux_be_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14436 sh64_elf32_nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
14437 sh64_elf32_nbsd_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
14438 sh64_elf64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14439 sh64_elf64_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14440 sh64_elf64_linux_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14441 sh64_elf64_linux_be_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14442 sh64_elf64_nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14443 sh64_elf64_nbsd_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14444 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14445 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14446 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14447 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14448 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14449 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14450 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14451 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14452 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14453 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14454 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14455 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14456 sh_elf32_symbian_le_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14457 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14458 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14459 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14460 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14461 sparc_aout_le_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
14462 sparc_aout_linux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
14463 sparc_aout_lynx_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
14464 sparc_aout_nbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
14465 sparc_aout_sunos_be_vec) tb="$tb sunos.lo aout32.lo" ;;
14466 sparc_coff_vec) tb="$tb coff-sparc.lo $coffgen" ;;
14467 sparc_coff_lynx_vec) tb="$tb cf-sparclynx.lo lynx-core.lo $coffgen" ;;
14468 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14469 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14470 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14471 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14472 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14473 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14474 sparc_nlm32_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
14475 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14476 sym_vec) tb="$tb xsym.lo" ;;
14477 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
14478 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14479 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14480 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14481 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14482 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14483 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14484 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14485 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14486 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14487 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14488 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14489 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14490 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14491 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14492 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14493 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14494 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14495 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14496 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14497 tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;;
14498 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14499 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14500 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14501 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14502 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14503 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14504 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14505 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
14506 vax_aout_bsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
14507 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14508 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14509 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
14510 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
14511 w65_coff_vec) tb="$tb coff-w65.lo reloc16.lo $coffgen" ;;
14512 we32k_coff_vec) tb="$tb coff-we32k.lo $coffgen" ;;
14513 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
14514 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
14515 x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
14516 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14517 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14518 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14519 x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14520 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14521 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
14522 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14523 x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14524 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14525 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14526 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14527 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14528 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14529 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14530 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14531 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
14532
14533 # These appear out of order in targets.c
14534 srec_vec) tb="$tb srec.lo" ;;
14535 symbolsrec_vec) tb="$tb srec.lo" ;;
14536 tekhex_vec) tb="$tb tekhex.lo" ;;
14537 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14538 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14539
14540 "") ;;
14541 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
14542 esac
14543
14544 if test ${target_size} = 64; then
14545 target64=true
14546 fi
14547 if test x"${vec}" = x"${defvec}"; then
14548 bfd_default_target_size=${target_size}
14549 fi
14550 done
14551
14552 # Target architecture .o files.
14553 # A couple of CPUs use shorter file names to avoid problems on DOS
14554 # filesystems.
14555 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
14556
14557 # Weed out duplicate .o files.
14558 f=""
14559 for i in $tb ; do
14560 case " $f " in
14561 *" $i "*) ;;
14562 *) f="$f $i" ;;
14563 esac
14564 done
14565 tb="$f"
14566
14567 f=""
14568 for i in $ta ; do
14569 case " $f " in
14570 *" $i "*) ;;
14571 *) f="$f $i" ;;
14572 esac
14573 done
14574 ta="$f"
14575
14576 bfd_backends="$tb"
14577 bfd_machines="$ta"
14578
14579 if test x${all_targets} = xtrue ; then
14580 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
14581 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
14582 selvecs=
14583 havevecs=-DHAVE_all_vecs
14584 selarchs=
14585 test -n "$assocvecs" &&
14586 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14587 else # all_targets is true
14588 # Only set these if they will be nonempty, for the clever echo.
14589 havevecs=
14590 assocvecs=
14591 test -n "$selvecs" &&
14592 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
14593 test -n "$selvecs" &&
14594 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14595 test -n "$selarchs" &&
14596 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14597 fi # all_targets is true
14598
14599 case ${host64}-${target64}-${want64} in
14600 *true*)
14601 wordsize=64
14602 bfd64_libs='$(BFD64_LIBS)'
14603 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
14604 if test $BFD_HOST_64_BIT_DEFINED = 0; then
14605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
14606 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
14608 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
14609 fi
14610 if test -n "$GCC" ; then
14611 bad_64bit_gcc=no;
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
14613 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
14614 # Add more tests for gcc versions with non-working 64-bit support here.
14615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14616 /* end confdefs.h. */
14617 :__GNUC__:__GNUC_MINOR__:__i386__:
14618 _ACEOF
14619 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14620 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
14621 bad_64bit_gcc=yes;
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
14623 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
14624 else
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14626 $as_echo "no" >&6; }
14627 fi
14628 rm -f conftest*
14629
14630 if test $bad_64bit_gcc = yes ; then
14631 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
14632 fi
14633 fi
14634 ;;
14635 false-false-false)
14636 wordsize=32
14637 all_backends='$(BFD32_BACKENDS)'
14638 ;;
14639 esac
14640
14641 tdefaults=""
14642 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
14643 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
14644 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
14645 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
14656 # If we are configured native, pick a core file support file.
14657 COREFILE=
14658 COREFLAG=
14659 CORE_HEADER=
14660 TRAD_HEADER=
14661 if test "${target}" = "${host}"; then
14662 case "${host}" in
14663 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
14664 COREFILE=''
14665 ;;
14666 alpha*-*-linux-*)
14667 COREFILE=trad-core.lo
14668 TRAD_HEADER='"hosts/alphalinux.h"'
14669 ;;
14670 alpha*-*-netbsd* | alpha*-*-openbsd*)
14671 COREFILE=netbsd-core.lo
14672 ;;
14673 alpha*-*-*)
14674 COREFILE=osf-core.lo
14675 ;;
14676 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
14677 COREFILE='' ;;
14678 arm-*-netbsd* | arm-*-openbsd*)
14679 COREFILE=netbsd-core.lo
14680 ;;
14681 arm-*-riscix) COREFILE=trad-core.lo ;;
14682 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
14683 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
14684 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
14685 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
14686 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
14687 hppa*-*-netbsd* | hppa*-*-openbsd*)
14688 COREFILE=netbsd-core.lo
14689 ;;
14690
14691 i370-*-*)
14692 COREFILE=trad-core.lo
14693 TRAD_HEADER='"hosts/i370linux.h"'
14694 ;;
14695
14696 i[3-7]86-sequent-bsd*)
14697 COREFILE=trad-core.lo
14698 TRAD_HEADER='"hosts/symmetry.h"'
14699 ;;
14700 i[3-7]86-sequent-sysv4*) ;;
14701 i[3-7]86-sequent-sysv*)
14702 COREFILE=trad-core.lo
14703 TRAD_HEADER='"hosts/symmetry.h"'
14704 ;;
14705 i[3-7]86-*-bsdi)
14706 COREFILE=
14707 ;;
14708 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
14709 COREFILE=trad-core.lo
14710 TRAD_HEADER='"hosts/i386bsd.h"'
14711 ;;
14712 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
14713 COREFILE=''
14714 TRAD_HEADER='"hosts/i386bsd.h"'
14715 ;;
14716 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
14717 COREFILE=netbsd-core.lo
14718 ;;
14719 i[3-7]86-esix-sysv3*)
14720 COREFILE=trad-core.lo
14721 TRAD_HEADER='"hosts/esix.h"'
14722 ;;
14723 i[3-7]86-*-sco3.2v5*)
14724 COREFILE=sco5-core.lo
14725 ;;
14726 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
14727 COREFILE=trad-core.lo
14728 TRAD_HEADER='"hosts/i386sco.h"'
14729 ;;
14730 i[3-7]86-*-mach3*)
14731 COREFILE=trad-core.lo
14732 TRAD_HEADER='"hosts/i386mach3.h"'
14733 ;;
14734 i[3-7]86-*-linux-*)
14735 COREFILE=trad-core.lo
14736 TRAD_HEADER='"hosts/i386linux.h"'
14737 case "$enable_targets"-"$want64" in
14738 *x86_64-*linux*|*-true)
14739 CORE_HEADER='"hosts/x86-64linux.h"'
14740 esac
14741 ;;
14742 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
14743 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
14744 i860-*-mach3* | i860-*-osf1*)
14745 COREFILE=trad-core.lo
14746 TRAD_HEADER='"hosts/i860mach3.h"'
14747 ;;
14748 mips-*-netbsd* | mips*-*-openbsd*)
14749 COREFILE=netbsd-core.lo
14750 ;;
14751 mips-dec-*)
14752 COREFILE=trad-core.lo
14753 TRAD_HEADER='"hosts/decstation.h"'
14754 ;;
14755 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
14756 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
14757 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
14758 mips-*-sysv4*) ;;
14759 mips-*-sysv* | mips-*-riscos*)
14760 COREFILE=trad-core.lo
14761 TRAD_HEADER='"hosts/riscos.h"'
14762 ;;
14763 mips-sony-bsd*)
14764 COREFILE=trad-core.lo
14765 TRAD_HEADER='"hosts/news-mips.h"'
14766 ;;
14767 m68*-bull*-sysv*)
14768 COREFILE=trad-core.lo
14769 TRAD_HEADER='"hosts/dpx2.h"'
14770 ;;
14771 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
14772 m68*-hp-bsd*)
14773 COREFILE=trad-core.lo
14774 TRAD_HEADER='"hosts/hp300bsd.h"'
14775 ;;
14776 m68*-*-linux-*)
14777 COREFILE=trad-core.lo
14778 TRAD_HEADER='"hosts/m68klinux.h"'
14779 ;;
14780 m68*-motorola-sysv*)
14781 COREFILE=trad-core.lo
14782 TRAD_HEADER='"hosts/delta68.h"'
14783 ;;
14784 m68*-sony-*)
14785 COREFILE=trad-core.lo
14786 TRAD_HEADER='"hosts/news.h"'
14787 ;;
14788 m68*-*-netbsd* | m68*-*-openbsd*)
14789 COREFILE=netbsd-core.lo
14790 ;;
14791 m68*-apple-aux*)
14792 COREFILE=trad-core.lo
14793 TRAD_HEADER='"hosts/m68kaux.h"'
14794 ;;
14795 m88*-*-sysv4*)
14796 ;;
14797 m88*-motorola-sysv*)
14798 COREFILE=ptrace-core.lo
14799 ;;
14800 m88*-*-mach3*)
14801 COREFILE=trad-core.lo
14802 TRAD_HEADER='"hosts/m88kmach3.h"'
14803 ;;
14804 m88*-*-openbsd*)
14805 COREFILE=netbsd-core.lo
14806 ;;
14807 ns32k-pc532-mach)
14808 COREFILE=trad-core.lo
14809 TRAD_HEADER='"hosts/pc532mach.h"'
14810 ;;
14811 ns32k-*-netbsd* | ns32k-*-openbsd*)
14812 COREFILE=netbsd-core.lo
14813 ;;
14814 rs6000-*-lynx*)
14815 COREFILE=lynx-core.lo
14816 ;;
14817 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
14818 COREFILE=rs6000-core.lo
14819 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14820 ;;
14821 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14822 COREFILE=rs6000-core.lo
14823 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14824 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14825 # have c_impl as a member of struct core_dumpx
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14827 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14829 /* end confdefs.h. */
14830 #include <core.h>
14831 int
14832 main ()
14833 {
14834 struct core_dumpx c; c.c_impl = 0;
14835 ;
14836 return 0;
14837 }
14838 _ACEOF
14839 if ac_fn_c_try_compile "$LINENO"; then :
14840
14841 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14842
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14844 $as_echo "yes" >&6; }
14845 else
14846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14847 $as_echo "no" >&6; }
14848 fi
14849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14850 ;;
14851 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14852 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14853 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
14854 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14855 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14856 powerpc-*-beos*) ;;
14857 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14858 COREFILE='' ;;
14859 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14860 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14861 s390*-*-*) COREFILE=trad-core.lo ;;
14862 sh*-*-netbsd* | sh*-*-openbsd*)
14863 COREFILE=netbsd-core.lo
14864 ;;
14865 sparc-*-netbsd* | sparc*-*-openbsd*)
14866 COREFILE=netbsd-core.lo
14867 ;;
14868 tahoe-*-*)
14869 COREFILE=trad-core.lo
14870 TRAD_HEADER='"hosts/tahoe.h"'
14871 ;;
14872 vax-*-netbsd* | vax-*-openbsd*)
14873 COREFILE=netbsd-core.lo
14874 ;;
14875 vax-*-ultrix2*)
14876 COREFILE=trad-core.lo
14877 TRAD_HEADER='"hosts/vaxult2.h"'
14878 ;;
14879 vax-*-ultrix*)
14880 COREFILE=trad-core.lo
14881 TRAD_HEADER='"hosts/vaxult2.h"'
14882 ;;
14883 vax-*-linux-*)
14884 COREFILE=trad-core.lo
14885 TRAD_HEADER='"hosts/vaxlinux.h"'
14886 ;;
14887 vax-*-*)
14888 COREFILE=trad-core.lo
14889 TRAD_HEADER='"hosts/vaxbsd.h"'
14890 ;;
14891 x86_64-*-linux*)
14892 CORE_HEADER='"hosts/x86-64linux.h"'
14893 ;;
14894 x86_64-*-netbsd* | x86_64-*-openbsd*)
14895 COREFILE=netbsd-core.lo
14896 ;;
14897 esac
14898
14899 case "$COREFILE" in
14900 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
14901 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14902 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14903 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14904 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14905 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14906 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14907 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14908 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14909 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
14910 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14911 esac
14912
14913 # ELF corefile support has several flavors, but all of
14914 # them use something called <sys/procfs.h>
14915 for ac_header in sys/procfs.h
14916 do :
14917 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14918 if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
14919 cat >>confdefs.h <<_ACEOF
14920 #define HAVE_SYS_PROCFS_H 1
14921 _ACEOF
14922
14923 fi
14924
14925 done
14926
14927 if test "$ac_cv_header_sys_procfs_h" = yes; then
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14929 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14930 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
14931 $as_echo_n "(cached) " >&6
14932 else
14933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14934 /* end confdefs.h. */
14935
14936 #define _SYSCALL32
14937 /* Needed for new procfs interface on sparc-solaris. */
14938 #define _STRUCTURED_PROC 1
14939 #include <sys/procfs.h>
14940 int
14941 main ()
14942 {
14943 prstatus_t avar
14944 ;
14945 return 0;
14946 }
14947 _ACEOF
14948 if ac_fn_c_try_compile "$LINENO"; then :
14949 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14950 else
14951 bfd_cv_have_sys_procfs_type_prstatus_t=no
14952
14953 fi
14954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14955 fi
14956
14957 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14958
14959 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14960
14961 fi
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14963 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14964
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14966 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14967 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
14968 $as_echo_n "(cached) " >&6
14969 else
14970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14971 /* end confdefs.h. */
14972
14973 #define _SYSCALL32
14974 /* Needed for new procfs interface on sparc-solaris. */
14975 #define _STRUCTURED_PROC 1
14976 #include <sys/procfs.h>
14977 int
14978 main ()
14979 {
14980 prstatus32_t avar
14981 ;
14982 return 0;
14983 }
14984 _ACEOF
14985 if ac_fn_c_try_compile "$LINENO"; then :
14986 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14987 else
14988 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14989
14990 fi
14991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14992 fi
14993
14994 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14995
14996 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14997
14998 fi
14999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15000 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15001
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15003 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
15004 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
15005 $as_echo_n "(cached) " >&6
15006 else
15007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15008 /* end confdefs.h. */
15009
15010 #define _SYSCALL32
15011 /* Needed for new procfs interface on sparc-solaris. */
15012 #define _STRUCTURED_PROC 1
15013 #include <sys/procfs.h>
15014 int
15015 main ()
15016 {
15017 prstatus_t avar; void* aref = (void*) &avar.pr_who
15018 ;
15019 return 0;
15020 }
15021 _ACEOF
15022 if ac_fn_c_try_compile "$LINENO"; then :
15023 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15024 else
15025 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15026
15027 fi
15028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15029 fi
15030
15031 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15032
15033 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15034
15035 fi
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15037 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15038
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15040 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15041 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
15042 $as_echo_n "(cached) " >&6
15043 else
15044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15045 /* end confdefs.h. */
15046
15047 #define _SYSCALL32
15048 /* Needed for new procfs interface on sparc-solaris. */
15049 #define _STRUCTURED_PROC 1
15050 #include <sys/procfs.h>
15051 int
15052 main ()
15053 {
15054 prstatus32_t avar; void* aref = (void*) &avar.pr_who
15055 ;
15056 return 0;
15057 }
15058 _ACEOF
15059 if ac_fn_c_try_compile "$LINENO"; then :
15060 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15061 else
15062 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15063
15064 fi
15065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15066 fi
15067
15068 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15069
15070 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15071
15072 fi
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15074 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15075
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15077 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15078 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
15079 $as_echo_n "(cached) " >&6
15080 else
15081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15082 /* end confdefs.h. */
15083
15084 #define _SYSCALL32
15085 /* Needed for new procfs interface on sparc-solaris. */
15086 #define _STRUCTURED_PROC 1
15087 #include <sys/procfs.h>
15088 int
15089 main ()
15090 {
15091 pstatus_t avar
15092 ;
15093 return 0;
15094 }
15095 _ACEOF
15096 if ac_fn_c_try_compile "$LINENO"; then :
15097 bfd_cv_have_sys_procfs_type_pstatus_t=yes
15098 else
15099 bfd_cv_have_sys_procfs_type_pstatus_t=no
15100
15101 fi
15102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15103 fi
15104
15105 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15106
15107 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15108
15109 fi
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15111 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15112
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15114 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15115 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
15116 $as_echo_n "(cached) " >&6
15117 else
15118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15119 /* end confdefs.h. */
15120
15121 #define _SYSCALL32
15122 /* Needed for new procfs interface on sparc-solaris. */
15123 #define _STRUCTURED_PROC 1
15124 #include <sys/procfs.h>
15125 int
15126 main ()
15127 {
15128 pxstatus_t avar
15129 ;
15130 return 0;
15131 }
15132 _ACEOF
15133 if ac_fn_c_try_compile "$LINENO"; then :
15134 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15135 else
15136 bfd_cv_have_sys_procfs_type_pxstatus_t=no
15137
15138 fi
15139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15140 fi
15141
15142 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15143
15144 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15145
15146 fi
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15148 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15149
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15151 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15152 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
15153 $as_echo_n "(cached) " >&6
15154 else
15155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15156 /* end confdefs.h. */
15157
15158 #define _SYSCALL32
15159 /* Needed for new procfs interface on sparc-solaris. */
15160 #define _STRUCTURED_PROC 1
15161 #include <sys/procfs.h>
15162 int
15163 main ()
15164 {
15165 pstatus32_t avar
15166 ;
15167 return 0;
15168 }
15169 _ACEOF
15170 if ac_fn_c_try_compile "$LINENO"; then :
15171 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15172 else
15173 bfd_cv_have_sys_procfs_type_pstatus32_t=no
15174
15175 fi
15176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15177 fi
15178
15179 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15180
15181 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15182
15183 fi
15184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15185 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15186
15187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15188 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15189 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
15190 $as_echo_n "(cached) " >&6
15191 else
15192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15193 /* end confdefs.h. */
15194
15195 #define _SYSCALL32
15196 /* Needed for new procfs interface on sparc-solaris. */
15197 #define _STRUCTURED_PROC 1
15198 #include <sys/procfs.h>
15199 int
15200 main ()
15201 {
15202 prpsinfo_t avar
15203 ;
15204 return 0;
15205 }
15206 _ACEOF
15207 if ac_fn_c_try_compile "$LINENO"; then :
15208 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15209 else
15210 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15211
15212 fi
15213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15214 fi
15215
15216 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15217
15218 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15219
15220 fi
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15222 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15223
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15225 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15226 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then :
15227 $as_echo_n "(cached) " >&6
15228 else
15229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15230 /* end confdefs.h. */
15231
15232 #define _SYSCALL32
15233 /* Needed for new procfs interface on sparc-solaris. */
15234 #define _STRUCTURED_PROC 1
15235 #include <sys/procfs.h>
15236 int
15237 main ()
15238 {
15239 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15240 ;
15241 return 0;
15242 }
15243 _ACEOF
15244 if ac_fn_c_try_compile "$LINENO"; then :
15245 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15246 else
15247 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15248
15249 fi
15250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15251 fi
15252
15253 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15254
15255 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15256
15257 fi
15258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15259 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15260
15261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15262 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15263 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
15264 $as_echo_n "(cached) " >&6
15265 else
15266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15267 /* end confdefs.h. */
15268
15269 #define _SYSCALL32
15270 /* Needed for new procfs interface on sparc-solaris. */
15271 #define _STRUCTURED_PROC 1
15272 #include <sys/procfs.h>
15273 int
15274 main ()
15275 {
15276 prpsinfo32_t avar
15277 ;
15278 return 0;
15279 }
15280 _ACEOF
15281 if ac_fn_c_try_compile "$LINENO"; then :
15282 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15283 else
15284 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15285
15286 fi
15287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15288 fi
15289
15290 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15291
15292 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15293
15294 fi
15295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15296 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15297
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15299 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15300 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then :
15301 $as_echo_n "(cached) " >&6
15302 else
15303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15304 /* end confdefs.h. */
15305
15306 #define _SYSCALL32
15307 /* Needed for new procfs interface on sparc-solaris. */
15308 #define _STRUCTURED_PROC 1
15309 #include <sys/procfs.h>
15310 int
15311 main ()
15312 {
15313 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15314 ;
15315 return 0;
15316 }
15317 _ACEOF
15318 if ac_fn_c_try_compile "$LINENO"; then :
15319 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15320 else
15321 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15322
15323 fi
15324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15325 fi
15326
15327 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15328
15329 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15330
15331 fi
15332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15333 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15334
15335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15336 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15337 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
15338 $as_echo_n "(cached) " >&6
15339 else
15340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15341 /* end confdefs.h. */
15342
15343 #define _SYSCALL32
15344 /* Needed for new procfs interface on sparc-solaris. */
15345 #define _STRUCTURED_PROC 1
15346 #include <sys/procfs.h>
15347 int
15348 main ()
15349 {
15350 psinfo_t avar
15351 ;
15352 return 0;
15353 }
15354 _ACEOF
15355 if ac_fn_c_try_compile "$LINENO"; then :
15356 bfd_cv_have_sys_procfs_type_psinfo_t=yes
15357 else
15358 bfd_cv_have_sys_procfs_type_psinfo_t=no
15359
15360 fi
15361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15362 fi
15363
15364 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15365
15366 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15367
15368 fi
15369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15370 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15371
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15373 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15374 if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then :
15375 $as_echo_n "(cached) " >&6
15376 else
15377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15378 /* end confdefs.h. */
15379
15380 #define _SYSCALL32
15381 /* Needed for new procfs interface on sparc-solaris. */
15382 #define _STRUCTURED_PROC 1
15383 #include <sys/procfs.h>
15384 int
15385 main ()
15386 {
15387 psinfo_t avar; void* aref = (void*) &avar.pr_pid
15388 ;
15389 return 0;
15390 }
15391 _ACEOF
15392 if ac_fn_c_try_compile "$LINENO"; then :
15393 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15394 else
15395 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15396
15397 fi
15398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15399 fi
15400
15401 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15402
15403 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15404
15405 fi
15406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15407 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15408
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15410 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15411 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
15412 $as_echo_n "(cached) " >&6
15413 else
15414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15415 /* end confdefs.h. */
15416
15417 #define _SYSCALL32
15418 /* Needed for new procfs interface on sparc-solaris. */
15419 #define _STRUCTURED_PROC 1
15420 #include <sys/procfs.h>
15421 int
15422 main ()
15423 {
15424 psinfo32_t avar
15425 ;
15426 return 0;
15427 }
15428 _ACEOF
15429 if ac_fn_c_try_compile "$LINENO"; then :
15430 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15431 else
15432 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15433
15434 fi
15435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15436 fi
15437
15438 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15439
15440 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15441
15442 fi
15443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15444 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15445
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15447 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15448 if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then :
15449 $as_echo_n "(cached) " >&6
15450 else
15451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15452 /* end confdefs.h. */
15453
15454 #define _SYSCALL32
15455 /* Needed for new procfs interface on sparc-solaris. */
15456 #define _STRUCTURED_PROC 1
15457 #include <sys/procfs.h>
15458 int
15459 main ()
15460 {
15461 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15462 ;
15463 return 0;
15464 }
15465 _ACEOF
15466 if ac_fn_c_try_compile "$LINENO"; then :
15467 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15468 else
15469 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15470
15471 fi
15472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15473 fi
15474
15475 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15476
15477 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15478
15479 fi
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15481 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15482
15483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15484 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15485 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
15486 $as_echo_n "(cached) " >&6
15487 else
15488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15489 /* end confdefs.h. */
15490
15491 #define _SYSCALL32
15492 /* Needed for new procfs interface on sparc-solaris. */
15493 #define _STRUCTURED_PROC 1
15494 #include <sys/procfs.h>
15495 int
15496 main ()
15497 {
15498 lwpstatus_t avar
15499 ;
15500 return 0;
15501 }
15502 _ACEOF
15503 if ac_fn_c_try_compile "$LINENO"; then :
15504 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15505 else
15506 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15507
15508 fi
15509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15510 fi
15511
15512 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15513
15514 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15515
15516 fi
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15518 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15519
15520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15521 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15522 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
15523 $as_echo_n "(cached) " >&6
15524 else
15525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15526 /* end confdefs.h. */
15527
15528 #define _SYSCALL32
15529 /* Needed for new procfs interface on sparc-solaris. */
15530 #define _STRUCTURED_PROC 1
15531 #include <sys/procfs.h>
15532 int
15533 main ()
15534 {
15535 lwpxstatus_t avar
15536 ;
15537 return 0;
15538 }
15539 _ACEOF
15540 if ac_fn_c_try_compile "$LINENO"; then :
15541 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15542 else
15543 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15544
15545 fi
15546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15547 fi
15548
15549 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15550
15551 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15552
15553 fi
15554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15555 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15556
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15558 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15559 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
15560 $as_echo_n "(cached) " >&6
15561 else
15562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15563 /* end confdefs.h. */
15564
15565 #define _SYSCALL32
15566 /* Needed for new procfs interface on sparc-solaris. */
15567 #define _STRUCTURED_PROC 1
15568 #include <sys/procfs.h>
15569 int
15570 main ()
15571 {
15572 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15573 ;
15574 return 0;
15575 }
15576 _ACEOF
15577 if ac_fn_c_try_compile "$LINENO"; then :
15578 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15579 else
15580 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
15581
15582 fi
15583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15584 fi
15585
15586 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
15587
15588 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
15589
15590 fi
15591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15592 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
15593
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15595 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15596 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
15597 $as_echo_n "(cached) " >&6
15598 else
15599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15600 /* end confdefs.h. */
15601
15602 #define _SYSCALL32
15603 /* Needed for new procfs interface on sparc-solaris. */
15604 #define _STRUCTURED_PROC 1
15605 #include <sys/procfs.h>
15606 int
15607 main ()
15608 {
15609 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
15610 ;
15611 return 0;
15612 }
15613 _ACEOF
15614 if ac_fn_c_try_compile "$LINENO"; then :
15615 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
15616 else
15617 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
15618
15619 fi
15620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15621 fi
15622
15623 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
15624
15625 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
15626
15627 fi
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
15629 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
15630
15631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
15632 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
15633 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
15634 $as_echo_n "(cached) " >&6
15635 else
15636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15637 /* end confdefs.h. */
15638
15639 #define _SYSCALL32
15640 /* Needed for new procfs interface on sparc-solaris. */
15641 #define _STRUCTURED_PROC 1
15642 #include <sys/procfs.h>
15643 int
15644 main ()
15645 {
15646 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
15647 ;
15648 return 0;
15649 }
15650 _ACEOF
15651 if ac_fn_c_try_compile "$LINENO"; then :
15652 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
15653 else
15654 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
15655
15656 fi
15657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15658 fi
15659
15660 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
15661
15662 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
15663
15664 fi
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
15666 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
15667
15668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
15669 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
15670 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
15671 $as_echo_n "(cached) " >&6
15672 else
15673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15674 /* end confdefs.h. */
15675
15676 #define _SYSCALL32
15677 /* Needed for new procfs interface on sparc-solaris. */
15678 #define _STRUCTURED_PROC 1
15679 #include <sys/procfs.h>
15680 int
15681 main ()
15682 {
15683 win32_pstatus_t avar
15684 ;
15685 return 0;
15686 }
15687 _ACEOF
15688 if ac_fn_c_try_compile "$LINENO"; then :
15689 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
15690 else
15691 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
15692
15693 fi
15694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15695 fi
15696
15697 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
15698
15699 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
15700
15701 fi
15702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
15703 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
15704
15705 fi
15706 fi
15707
15708
15709 if test -n "$CORE_HEADER"; then
15710
15711 cat >>confdefs.h <<_ACEOF
15712 #define CORE_HEADER $CORE_HEADER
15713 _ACEOF
15714
15715 fi
15716 if test -n "$TRAD_HEADER"; then
15717
15718 cat >>confdefs.h <<_ACEOF
15719 #define TRAD_HEADER $TRAD_HEADER
15720 _ACEOF
15721
15722 fi
15723
15724 if test "$plugins" = "yes"; then
15725 supports_plugins=1
15726 else
15727 supports_plugins=0
15728 fi
15729
15730
15731
15732 # Determine the host dependant file_ptr a.k.a. off_t type. In order
15733 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15734 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15735 # Hopefully a reasonable assumption since fseeko et.al. should be
15736 # upward compatible.
15737 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15738 do :
15739 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15740 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15741 eval as_val=\$$as_ac_var
15742 if test "x$as_val" = x""yes; then :
15743 cat >>confdefs.h <<_ACEOF
15744 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15745 _ACEOF
15746
15747 fi
15748 done
15749
15750 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15751 # The cast to long int works around a bug in the HP C Compiler
15752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15754 # This bug is HP SR number 8606223364.
15755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15756 $as_echo_n "checking size of off_t... " >&6; }
15757 if test "${ac_cv_sizeof_off_t+set}" = set; then :
15758 $as_echo_n "(cached) " >&6
15759 else
15760 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15761
15762 else
15763 if test "$ac_cv_type_off_t" = yes; then
15764 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15765 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15766 { as_fn_set_status 77
15767 as_fn_error "cannot compute sizeof (off_t)
15768 See \`config.log' for more details." "$LINENO" 5; }; }
15769 else
15770 ac_cv_sizeof_off_t=0
15771 fi
15772 fi
15773
15774 fi
15775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15776 $as_echo "$ac_cv_sizeof_off_t" >&6; }
15777
15778
15779
15780 cat >>confdefs.h <<_ACEOF
15781 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15782 _ACEOF
15783
15784
15785 fi
15786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15787 $as_echo_n "checking file_ptr type... " >&6; }
15788 bfd_file_ptr="long"
15789 bfd_ufile_ptr="unsigned long"
15790 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15791 -o x"${ac_cv_sizeof_off_t}" = x8; then
15792 bfd_file_ptr=BFD_HOST_64_BIT
15793 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15794 fi
15795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15796 $as_echo "$bfd_file_ptr" >&6; }
15797
15798
15799
15800 for ac_header in stdlib.h unistd.h
15801 do :
15802 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15803 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15804 eval as_val=\$$as_ac_Header
15805 if test "x$as_val" = x""yes; then :
15806 cat >>confdefs.h <<_ACEOF
15807 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15808 _ACEOF
15809
15810 fi
15811
15812 done
15813
15814 for ac_func in getpagesize
15815 do :
15816 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15817 if test "x$ac_cv_func_getpagesize" = x""yes; then :
15818 cat >>confdefs.h <<_ACEOF
15819 #define HAVE_GETPAGESIZE 1
15820 _ACEOF
15821
15822 fi
15823 done
15824
15825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15826 $as_echo_n "checking for working mmap... " >&6; }
15827 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15828 $as_echo_n "(cached) " >&6
15829 else
15830 if test "$cross_compiling" = yes; then :
15831 ac_cv_func_mmap_fixed_mapped=no
15832 else
15833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15834 /* end confdefs.h. */
15835 $ac_includes_default
15836 /* malloc might have been renamed as rpl_malloc. */
15837 #undef malloc
15838
15839 /* Thanks to Mike Haertel and Jim Avera for this test.
15840 Here is a matrix of mmap possibilities:
15841 mmap private not fixed
15842 mmap private fixed at somewhere currently unmapped
15843 mmap private fixed at somewhere already mapped
15844 mmap shared not fixed
15845 mmap shared fixed at somewhere currently unmapped
15846 mmap shared fixed at somewhere already mapped
15847 For private mappings, we should verify that changes cannot be read()
15848 back from the file, nor mmap's back from the file at a different
15849 address. (There have been systems where private was not correctly
15850 implemented like the infamous i386 svr4.0, and systems where the
15851 VM page cache was not coherent with the file system buffer cache
15852 like early versions of FreeBSD and possibly contemporary NetBSD.)
15853 For shared mappings, we should conversely verify that changes get
15854 propagated back to all the places they're supposed to be.
15855
15856 Grep wants private fixed already mapped.
15857 The main things grep needs to know about mmap are:
15858 * does it exist and is it safe to write into the mmap'd area
15859 * how to use it (BSD variants) */
15860
15861 #include <fcntl.h>
15862 #include <sys/mman.h>
15863
15864 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15865 char *malloc ();
15866 #endif
15867
15868 /* This mess was copied from the GNU getpagesize.h. */
15869 #ifndef HAVE_GETPAGESIZE
15870 /* Assume that all systems that can run configure have sys/param.h. */
15871 # ifndef HAVE_SYS_PARAM_H
15872 # define HAVE_SYS_PARAM_H 1
15873 # endif
15874
15875 # ifdef _SC_PAGESIZE
15876 # define getpagesize() sysconf(_SC_PAGESIZE)
15877 # else /* no _SC_PAGESIZE */
15878 # ifdef HAVE_SYS_PARAM_H
15879 # include <sys/param.h>
15880 # ifdef EXEC_PAGESIZE
15881 # define getpagesize() EXEC_PAGESIZE
15882 # else /* no EXEC_PAGESIZE */
15883 # ifdef NBPG
15884 # define getpagesize() NBPG * CLSIZE
15885 # ifndef CLSIZE
15886 # define CLSIZE 1
15887 # endif /* no CLSIZE */
15888 # else /* no NBPG */
15889 # ifdef NBPC
15890 # define getpagesize() NBPC
15891 # else /* no NBPC */
15892 # ifdef PAGESIZE
15893 # define getpagesize() PAGESIZE
15894 # endif /* PAGESIZE */
15895 # endif /* no NBPC */
15896 # endif /* no NBPG */
15897 # endif /* no EXEC_PAGESIZE */
15898 # else /* no HAVE_SYS_PARAM_H */
15899 # define getpagesize() 8192 /* punt totally */
15900 # endif /* no HAVE_SYS_PARAM_H */
15901 # endif /* no _SC_PAGESIZE */
15902
15903 #endif /* no HAVE_GETPAGESIZE */
15904
15905 int
15906 main ()
15907 {
15908 char *data, *data2, *data3;
15909 int i, pagesize;
15910 int fd;
15911
15912 pagesize = getpagesize ();
15913
15914 /* First, make a file with some known garbage in it. */
15915 data = (char *) malloc (pagesize);
15916 if (!data)
15917 return 1;
15918 for (i = 0; i < pagesize; ++i)
15919 *(data + i) = rand ();
15920 umask (0);
15921 fd = creat ("conftest.mmap", 0600);
15922 if (fd < 0)
15923 return 1;
15924 if (write (fd, data, pagesize) != pagesize)
15925 return 1;
15926 close (fd);
15927
15928 /* Next, try to mmap the file at a fixed address which already has
15929 something else allocated at it. If we can, also make sure that
15930 we see the same garbage. */
15931 fd = open ("conftest.mmap", O_RDWR);
15932 if (fd < 0)
15933 return 1;
15934 data2 = (char *) malloc (2 * pagesize);
15935 if (!data2)
15936 return 1;
15937 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
15938 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15939 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15940 return 1;
15941 for (i = 0; i < pagesize; ++i)
15942 if (*(data + i) != *(data2 + i))
15943 return 1;
15944
15945 /* Finally, make sure that changes to the mapped area do not
15946 percolate back to the file as seen by read(). (This is a bug on
15947 some variants of i386 svr4.0.) */
15948 for (i = 0; i < pagesize; ++i)
15949 *(data2 + i) = *(data2 + i) + 1;
15950 data3 = (char *) malloc (pagesize);
15951 if (!data3)
15952 return 1;
15953 if (read (fd, data3, pagesize) != pagesize)
15954 return 1;
15955 for (i = 0; i < pagesize; ++i)
15956 if (*(data + i) != *(data3 + i))
15957 return 1;
15958 close (fd);
15959 return 0;
15960 }
15961 _ACEOF
15962 if ac_fn_c_try_run "$LINENO"; then :
15963 ac_cv_func_mmap_fixed_mapped=yes
15964 else
15965 ac_cv_func_mmap_fixed_mapped=no
15966 fi
15967 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15968 conftest.$ac_objext conftest.beam conftest.$ac_ext
15969 fi
15970
15971 fi
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15973 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15974 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15975
15976 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15977
15978 fi
15979 rm -f conftest.mmap
15980
15981 for ac_func in madvise mprotect
15982 do :
15983 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15984 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15985 eval as_val=\$$as_ac_var
15986 if test "x$as_val" = x""yes; then :
15987 cat >>confdefs.h <<_ACEOF
15988 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15989 _ACEOF
15990
15991 fi
15992 done
15993
15994 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15995 true+yes )
15996 $as_echo "#define USE_MMAP 1" >>confdefs.h
15997 ;;
15998 esac
15999
16000 rm -f doc/config.status
16001 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
16002
16003
16004 ac_config_commands="$ac_config_commands default"
16005
16006
16007
16008
16009
16010
16011
16012 cat >confcache <<\_ACEOF
16013 # This file is a shell script that caches the results of configure
16014 # tests run on this system so they can be shared between configure
16015 # scripts and configure runs, see configure's option --config-cache.
16016 # It is not useful on other systems. If it contains results you don't
16017 # want to keep, you may remove or edit it.
16018 #
16019 # config.status only pays attention to the cache file if you give it
16020 # the --recheck option to rerun configure.
16021 #
16022 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16023 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16024 # following values.
16025
16026 _ACEOF
16027
16028 # The following way of writing the cache mishandles newlines in values,
16029 # but we know of no workaround that is simple, portable, and efficient.
16030 # So, we kill variables containing newlines.
16031 # Ultrix sh set writes to stderr and can't be redirected directly,
16032 # and sets the high bit in the cache file unless we assign to the vars.
16033 (
16034 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16035 eval ac_val=\$$ac_var
16036 case $ac_val in #(
16037 *${as_nl}*)
16038 case $ac_var in #(
16039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16040 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16041 esac
16042 case $ac_var in #(
16043 _ | IFS | as_nl) ;; #(
16044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16045 *) { eval $ac_var=; unset $ac_var;} ;;
16046 esac ;;
16047 esac
16048 done
16049
16050 (set) 2>&1 |
16051 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16052 *${as_nl}ac_space=\ *)
16053 # `set' does not quote correctly, so add quotes: double-quote
16054 # substitution turns \\\\ into \\, and sed turns \\ into \.
16055 sed -n \
16056 "s/'/'\\\\''/g;
16057 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16058 ;; #(
16059 *)
16060 # `set' quotes correctly as required by POSIX, so do not add quotes.
16061 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16062 ;;
16063 esac |
16064 sort
16065 ) |
16066 sed '
16067 /^ac_cv_env_/b end
16068 t clear
16069 :clear
16070 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16071 t end
16072 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16073 :end' >>confcache
16074 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16075 if test -w "$cache_file"; then
16076 test "x$cache_file" != "x/dev/null" &&
16077 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16078 $as_echo "$as_me: updating cache $cache_file" >&6;}
16079 cat confcache >$cache_file
16080 else
16081 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16082 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16083 fi
16084 fi
16085 rm -f confcache
16086
16087 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16088 # Let make expand exec_prefix.
16089 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16090
16091 DEFS=-DHAVE_CONFIG_H
16092
16093 ac_libobjs=
16094 ac_ltlibobjs=
16095 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16096 # 1. Remove the extension, and $U if already installed.
16097 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16098 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16099 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16100 # will be set to the directory where LIBOBJS objects are built.
16101 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16102 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16103 done
16104 LIBOBJS=$ac_libobjs
16105
16106 LTLIBOBJS=$ac_ltlibobjs
16107
16108
16109 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16110 as_fn_error "conditional \"AMDEP\" was never defined.
16111 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16112 fi
16113 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16114 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16115 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16116 fi
16117 if test -n "$EXEEXT"; then
16118 am__EXEEXT_TRUE=
16119 am__EXEEXT_FALSE='#'
16120 else
16121 am__EXEEXT_TRUE='#'
16122 am__EXEEXT_FALSE=
16123 fi
16124
16125 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
16126 as_fn_error "conditional \"PLUGINS\" was never defined.
16127 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16128 fi
16129 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16130 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16131 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16132 fi
16133 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
16134 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
16135 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16136 fi
16137 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
16138 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
16139 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16140 fi
16141
16142 : ${CONFIG_STATUS=./config.status}
16143 ac_write_fail=0
16144 ac_clean_files_save=$ac_clean_files
16145 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16146 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16147 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16148 as_write_fail=0
16149 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16150 #! $SHELL
16151 # Generated by $as_me.
16152 # Run this file to recreate the current configuration.
16153 # Compiler output produced by configure, useful for debugging
16154 # configure, is in config.log if it exists.
16155
16156 debug=false
16157 ac_cs_recheck=false
16158 ac_cs_silent=false
16159
16160 SHELL=\${CONFIG_SHELL-$SHELL}
16161 export SHELL
16162 _ASEOF
16163 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16164 ## -------------------- ##
16165 ## M4sh Initialization. ##
16166 ## -------------------- ##
16167
16168 # Be more Bourne compatible
16169 DUALCASE=1; export DUALCASE # for MKS sh
16170 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16171 emulate sh
16172 NULLCMD=:
16173 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16174 # is contrary to our usage. Disable this feature.
16175 alias -g '${1+"$@"}'='"$@"'
16176 setopt NO_GLOB_SUBST
16177 else
16178 case `(set -o) 2>/dev/null` in #(
16179 *posix*) :
16180 set -o posix ;; #(
16181 *) :
16182 ;;
16183 esac
16184 fi
16185
16186
16187 as_nl='
16188 '
16189 export as_nl
16190 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16191 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16192 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16193 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16194 # Prefer a ksh shell builtin over an external printf program on Solaris,
16195 # but without wasting forks for bash or zsh.
16196 if test -z "$BASH_VERSION$ZSH_VERSION" \
16197 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16198 as_echo='print -r --'
16199 as_echo_n='print -rn --'
16200 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16201 as_echo='printf %s\n'
16202 as_echo_n='printf %s'
16203 else
16204 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16205 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16206 as_echo_n='/usr/ucb/echo -n'
16207 else
16208 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16209 as_echo_n_body='eval
16210 arg=$1;
16211 case $arg in #(
16212 *"$as_nl"*)
16213 expr "X$arg" : "X\\(.*\\)$as_nl";
16214 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16215 esac;
16216 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16217 '
16218 export as_echo_n_body
16219 as_echo_n='sh -c $as_echo_n_body as_echo'
16220 fi
16221 export as_echo_body
16222 as_echo='sh -c $as_echo_body as_echo'
16223 fi
16224
16225 # The user is always right.
16226 if test "${PATH_SEPARATOR+set}" != set; then
16227 PATH_SEPARATOR=:
16228 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16229 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16230 PATH_SEPARATOR=';'
16231 }
16232 fi
16233
16234
16235 # IFS
16236 # We need space, tab and new line, in precisely that order. Quoting is
16237 # there to prevent editors from complaining about space-tab.
16238 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16239 # splitting by setting IFS to empty value.)
16240 IFS=" "" $as_nl"
16241
16242 # Find who we are. Look in the path if we contain no directory separator.
16243 case $0 in #((
16244 *[\\/]* ) as_myself=$0 ;;
16245 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16246 for as_dir in $PATH
16247 do
16248 IFS=$as_save_IFS
16249 test -z "$as_dir" && as_dir=.
16250 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16251 done
16252 IFS=$as_save_IFS
16253
16254 ;;
16255 esac
16256 # We did not find ourselves, most probably we were run as `sh COMMAND'
16257 # in which case we are not to be found in the path.
16258 if test "x$as_myself" = x; then
16259 as_myself=$0
16260 fi
16261 if test ! -f "$as_myself"; then
16262 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16263 exit 1
16264 fi
16265
16266 # Unset variables that we do not need and which cause bugs (e.g. in
16267 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16268 # suppresses any "Segmentation fault" message there. '((' could
16269 # trigger a bug in pdksh 5.2.14.
16270 for as_var in BASH_ENV ENV MAIL MAILPATH
16271 do eval test x\${$as_var+set} = xset \
16272 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16273 done
16274 PS1='$ '
16275 PS2='> '
16276 PS4='+ '
16277
16278 # NLS nuisances.
16279 LC_ALL=C
16280 export LC_ALL
16281 LANGUAGE=C
16282 export LANGUAGE
16283
16284 # CDPATH.
16285 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16286
16287
16288 # as_fn_error ERROR [LINENO LOG_FD]
16289 # ---------------------------------
16290 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16291 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16292 # script with status $?, using 1 if that was 0.
16293 as_fn_error ()
16294 {
16295 as_status=$?; test $as_status -eq 0 && as_status=1
16296 if test "$3"; then
16297 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16298 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16299 fi
16300 $as_echo "$as_me: error: $1" >&2
16301 as_fn_exit $as_status
16302 } # as_fn_error
16303
16304
16305 # as_fn_set_status STATUS
16306 # -----------------------
16307 # Set $? to STATUS, without forking.
16308 as_fn_set_status ()
16309 {
16310 return $1
16311 } # as_fn_set_status
16312
16313 # as_fn_exit STATUS
16314 # -----------------
16315 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16316 as_fn_exit ()
16317 {
16318 set +e
16319 as_fn_set_status $1
16320 exit $1
16321 } # as_fn_exit
16322
16323 # as_fn_unset VAR
16324 # ---------------
16325 # Portably unset VAR.
16326 as_fn_unset ()
16327 {
16328 { eval $1=; unset $1;}
16329 }
16330 as_unset=as_fn_unset
16331 # as_fn_append VAR VALUE
16332 # ----------------------
16333 # Append the text in VALUE to the end of the definition contained in VAR. Take
16334 # advantage of any shell optimizations that allow amortized linear growth over
16335 # repeated appends, instead of the typical quadratic growth present in naive
16336 # implementations.
16337 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16338 eval 'as_fn_append ()
16339 {
16340 eval $1+=\$2
16341 }'
16342 else
16343 as_fn_append ()
16344 {
16345 eval $1=\$$1\$2
16346 }
16347 fi # as_fn_append
16348
16349 # as_fn_arith ARG...
16350 # ------------------
16351 # Perform arithmetic evaluation on the ARGs, and store the result in the
16352 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16353 # must be portable across $(()) and expr.
16354 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16355 eval 'as_fn_arith ()
16356 {
16357 as_val=$(( $* ))
16358 }'
16359 else
16360 as_fn_arith ()
16361 {
16362 as_val=`expr "$@" || test $? -eq 1`
16363 }
16364 fi # as_fn_arith
16365
16366
16367 if expr a : '\(a\)' >/dev/null 2>&1 &&
16368 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16369 as_expr=expr
16370 else
16371 as_expr=false
16372 fi
16373
16374 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16375 as_basename=basename
16376 else
16377 as_basename=false
16378 fi
16379
16380 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16381 as_dirname=dirname
16382 else
16383 as_dirname=false
16384 fi
16385
16386 as_me=`$as_basename -- "$0" ||
16387 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16388 X"$0" : 'X\(//\)$' \| \
16389 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16390 $as_echo X/"$0" |
16391 sed '/^.*\/\([^/][^/]*\)\/*$/{
16392 s//\1/
16393 q
16394 }
16395 /^X\/\(\/\/\)$/{
16396 s//\1/
16397 q
16398 }
16399 /^X\/\(\/\).*/{
16400 s//\1/
16401 q
16402 }
16403 s/.*/./; q'`
16404
16405 # Avoid depending upon Character Ranges.
16406 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16407 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16408 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16409 as_cr_digits='0123456789'
16410 as_cr_alnum=$as_cr_Letters$as_cr_digits
16411
16412 ECHO_C= ECHO_N= ECHO_T=
16413 case `echo -n x` in #(((((
16414 -n*)
16415 case `echo 'xy\c'` in
16416 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16417 xy) ECHO_C='\c';;
16418 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16419 ECHO_T=' ';;
16420 esac;;
16421 *)
16422 ECHO_N='-n';;
16423 esac
16424
16425 rm -f conf$$ conf$$.exe conf$$.file
16426 if test -d conf$$.dir; then
16427 rm -f conf$$.dir/conf$$.file
16428 else
16429 rm -f conf$$.dir
16430 mkdir conf$$.dir 2>/dev/null
16431 fi
16432 if (echo >conf$$.file) 2>/dev/null; then
16433 if ln -s conf$$.file conf$$ 2>/dev/null; then
16434 as_ln_s='ln -s'
16435 # ... but there are two gotchas:
16436 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16437 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16438 # In both cases, we have to default to `cp -p'.
16439 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16440 as_ln_s='cp -p'
16441 elif ln conf$$.file conf$$ 2>/dev/null; then
16442 as_ln_s=ln
16443 else
16444 as_ln_s='cp -p'
16445 fi
16446 else
16447 as_ln_s='cp -p'
16448 fi
16449 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16450 rmdir conf$$.dir 2>/dev/null
16451
16452
16453 # as_fn_mkdir_p
16454 # -------------
16455 # Create "$as_dir" as a directory, including parents if necessary.
16456 as_fn_mkdir_p ()
16457 {
16458
16459 case $as_dir in #(
16460 -*) as_dir=./$as_dir;;
16461 esac
16462 test -d "$as_dir" || eval $as_mkdir_p || {
16463 as_dirs=
16464 while :; do
16465 case $as_dir in #(
16466 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16467 *) as_qdir=$as_dir;;
16468 esac
16469 as_dirs="'$as_qdir' $as_dirs"
16470 as_dir=`$as_dirname -- "$as_dir" ||
16471 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16472 X"$as_dir" : 'X\(//\)[^/]' \| \
16473 X"$as_dir" : 'X\(//\)$' \| \
16474 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16475 $as_echo X"$as_dir" |
16476 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16477 s//\1/
16478 q
16479 }
16480 /^X\(\/\/\)[^/].*/{
16481 s//\1/
16482 q
16483 }
16484 /^X\(\/\/\)$/{
16485 s//\1/
16486 q
16487 }
16488 /^X\(\/\).*/{
16489 s//\1/
16490 q
16491 }
16492 s/.*/./; q'`
16493 test -d "$as_dir" && break
16494 done
16495 test -z "$as_dirs" || eval "mkdir $as_dirs"
16496 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16497
16498
16499 } # as_fn_mkdir_p
16500 if mkdir -p . 2>/dev/null; then
16501 as_mkdir_p='mkdir -p "$as_dir"'
16502 else
16503 test -d ./-p && rmdir ./-p
16504 as_mkdir_p=false
16505 fi
16506
16507 if test -x / >/dev/null 2>&1; then
16508 as_test_x='test -x'
16509 else
16510 if ls -dL / >/dev/null 2>&1; then
16511 as_ls_L_option=L
16512 else
16513 as_ls_L_option=
16514 fi
16515 as_test_x='
16516 eval sh -c '\''
16517 if test -d "$1"; then
16518 test -d "$1/.";
16519 else
16520 case $1 in #(
16521 -*)set "./$1";;
16522 esac;
16523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16524 ???[sx]*):;;*)false;;esac;fi
16525 '\'' sh
16526 '
16527 fi
16528 as_executable_p=$as_test_x
16529
16530 # Sed expression to map a string onto a valid CPP name.
16531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16532
16533 # Sed expression to map a string onto a valid variable name.
16534 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16535
16536
16537 exec 6>&1
16538 ## ----------------------------------- ##
16539 ## Main body of $CONFIG_STATUS script. ##
16540 ## ----------------------------------- ##
16541 _ASEOF
16542 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16543
16544 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16545 # Save the log message, to keep $0 and so on meaningful, and to
16546 # report actual input values of CONFIG_FILES etc. instead of their
16547 # values after options handling.
16548 ac_log="
16549 This file was extended by bfd $as_me 2.26.51, which was
16550 generated by GNU Autoconf 2.64. Invocation command line was
16551
16552 CONFIG_FILES = $CONFIG_FILES
16553 CONFIG_HEADERS = $CONFIG_HEADERS
16554 CONFIG_LINKS = $CONFIG_LINKS
16555 CONFIG_COMMANDS = $CONFIG_COMMANDS
16556 $ $0 $@
16557
16558 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16559 "
16560
16561 _ACEOF
16562
16563 case $ac_config_files in *"
16564 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16565 esac
16566
16567 case $ac_config_headers in *"
16568 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16569 esac
16570
16571
16572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16573 # Files that config.status was made for.
16574 config_files="$ac_config_files"
16575 config_headers="$ac_config_headers"
16576 config_commands="$ac_config_commands"
16577
16578 _ACEOF
16579
16580 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16581 ac_cs_usage="\
16582 \`$as_me' instantiates files and other configuration actions
16583 from templates according to the current configuration. Unless the files
16584 and actions are specified as TAGs, all are instantiated by default.
16585
16586 Usage: $0 [OPTION]... [TAG]...
16587
16588 -h, --help print this help, then exit
16589 -V, --version print version number and configuration settings, then exit
16590 -q, --quiet, --silent
16591 do not print progress messages
16592 -d, --debug don't remove temporary files
16593 --recheck update $as_me by reconfiguring in the same conditions
16594 --file=FILE[:TEMPLATE]
16595 instantiate the configuration file FILE
16596 --header=FILE[:TEMPLATE]
16597 instantiate the configuration header FILE
16598
16599 Configuration files:
16600 $config_files
16601
16602 Configuration headers:
16603 $config_headers
16604
16605 Configuration commands:
16606 $config_commands
16607
16608 Report bugs to the package provider."
16609
16610 _ACEOF
16611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16612 ac_cs_version="\\
16613 bfd config.status 2.26.51
16614 configured by $0, generated by GNU Autoconf 2.64,
16615 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
16616
16617 Copyright (C) 2009 Free Software Foundation, Inc.
16618 This config.status script is free software; the Free Software Foundation
16619 gives unlimited permission to copy, distribute and modify it."
16620
16621 ac_pwd='$ac_pwd'
16622 srcdir='$srcdir'
16623 INSTALL='$INSTALL'
16624 MKDIR_P='$MKDIR_P'
16625 AWK='$AWK'
16626 test -n "\$AWK" || AWK=awk
16627 _ACEOF
16628
16629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16630 # The default lists apply if the user does not specify any file.
16631 ac_need_defaults=:
16632 while test $# != 0
16633 do
16634 case $1 in
16635 --*=*)
16636 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16637 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16638 ac_shift=:
16639 ;;
16640 *)
16641 ac_option=$1
16642 ac_optarg=$2
16643 ac_shift=shift
16644 ;;
16645 esac
16646
16647 case $ac_option in
16648 # Handling of the options.
16649 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16650 ac_cs_recheck=: ;;
16651 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16652 $as_echo "$ac_cs_version"; exit ;;
16653 --debug | --debu | --deb | --de | --d | -d )
16654 debug=: ;;
16655 --file | --fil | --fi | --f )
16656 $ac_shift
16657 case $ac_optarg in
16658 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16659 esac
16660 as_fn_append CONFIG_FILES " '$ac_optarg'"
16661 ac_need_defaults=false;;
16662 --header | --heade | --head | --hea )
16663 $ac_shift
16664 case $ac_optarg in
16665 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16666 esac
16667 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16668 ac_need_defaults=false;;
16669 --he | --h)
16670 # Conflict between --help and --header
16671 as_fn_error "ambiguous option: \`$1'
16672 Try \`$0 --help' for more information.";;
16673 --help | --hel | -h )
16674 $as_echo "$ac_cs_usage"; exit ;;
16675 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16676 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16677 ac_cs_silent=: ;;
16678
16679 # This is an error.
16680 -*) as_fn_error "unrecognized option: \`$1'
16681 Try \`$0 --help' for more information." ;;
16682
16683 *) as_fn_append ac_config_targets " $1"
16684 ac_need_defaults=false ;;
16685
16686 esac
16687 shift
16688 done
16689
16690 ac_configure_extra_args=
16691
16692 if $ac_cs_silent; then
16693 exec 6>/dev/null
16694 ac_configure_extra_args="$ac_configure_extra_args --silent"
16695 fi
16696
16697 _ACEOF
16698 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16699 if \$ac_cs_recheck; then
16700 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16701 shift
16702 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16703 CONFIG_SHELL='$SHELL'
16704 export CONFIG_SHELL
16705 exec "\$@"
16706 fi
16707
16708 _ACEOF
16709 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16710 exec 5>>config.log
16711 {
16712 echo
16713 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16714 ## Running $as_me. ##
16715 _ASBOX
16716 $as_echo "$ac_log"
16717 } >&5
16718
16719 _ACEOF
16720 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16721 #
16722 # INIT-COMMANDS
16723 #
16724 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16725
16726
16727 # The HP-UX ksh and POSIX shell print the target directory to stdout
16728 # if CDPATH is set.
16729 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16730
16731 sed_quote_subst='$sed_quote_subst'
16732 double_quote_subst='$double_quote_subst'
16733 delay_variable_subst='$delay_variable_subst'
16734 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16735 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16736 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16737 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16738 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16739 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16740 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16741 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16742 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16743 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16744 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16745 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16746 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16747 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16748 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16749 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16750 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16751 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16752 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16753 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16754 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16755 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16756 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16757 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16758 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16759 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16760 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16761 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16762 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16763 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16764 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16765 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16766 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16767 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16768 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16769 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16770 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16771 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16772 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16773 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16774 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16775 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16776 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16777 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16778 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16779 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16780 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16781 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16782 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"`'
16783 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16784 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16785 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16786 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16787 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16788 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16789 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16790 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16791 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16792 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16793 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16794 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16795 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16796 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16797 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16798 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16799 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16800 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16801 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16802 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16803 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16804 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16805 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16806 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16807 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16808 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16809 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16810 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16811 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16812 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16813 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16814 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16815 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16816 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16817 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16818 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16819 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16820 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16821 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16822 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16823 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16824 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16825 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16826 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16827 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16828 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16829 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16830 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16831 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16832 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16833 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16834 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16835 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16836 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16837 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16838 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16839 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16840 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16841 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16842 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16843 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16844 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16845 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16846 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16847 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16848 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16849 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16850 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16851 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16852 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16853 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16854
16855 LTCC='$LTCC'
16856 LTCFLAGS='$LTCFLAGS'
16857 compiler='$compiler_DEFAULT'
16858
16859 # A function that is used when there is no print builtin or printf.
16860 func_fallback_echo ()
16861 {
16862 eval 'cat <<_LTECHO_EOF
16863 \$1
16864 _LTECHO_EOF'
16865 }
16866
16867 # Quote evaled strings.
16868 for var in SHELL \
16869 ECHO \
16870 SED \
16871 GREP \
16872 EGREP \
16873 FGREP \
16874 LD \
16875 NM \
16876 LN_S \
16877 lt_SP2NL \
16878 lt_NL2SP \
16879 reload_flag \
16880 OBJDUMP \
16881 deplibs_check_method \
16882 file_magic_cmd \
16883 AR \
16884 AR_FLAGS \
16885 STRIP \
16886 RANLIB \
16887 CC \
16888 CFLAGS \
16889 compiler \
16890 lt_cv_sys_global_symbol_pipe \
16891 lt_cv_sys_global_symbol_to_cdecl \
16892 lt_cv_sys_global_symbol_to_c_name_address \
16893 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16894 lt_prog_compiler_no_builtin_flag \
16895 lt_prog_compiler_wl \
16896 lt_prog_compiler_pic \
16897 lt_prog_compiler_static \
16898 lt_cv_prog_compiler_c_o \
16899 need_locks \
16900 DSYMUTIL \
16901 NMEDIT \
16902 LIPO \
16903 OTOOL \
16904 OTOOL64 \
16905 shrext_cmds \
16906 export_dynamic_flag_spec \
16907 whole_archive_flag_spec \
16908 compiler_needs_object \
16909 with_gnu_ld \
16910 allow_undefined_flag \
16911 no_undefined_flag \
16912 hardcode_libdir_flag_spec \
16913 hardcode_libdir_flag_spec_ld \
16914 hardcode_libdir_separator \
16915 fix_srcfile_path \
16916 exclude_expsyms \
16917 include_expsyms \
16918 file_list_spec \
16919 variables_saved_for_relink \
16920 libname_spec \
16921 library_names_spec \
16922 soname_spec \
16923 install_override_mode \
16924 finish_eval \
16925 old_striplib \
16926 striplib; do
16927 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16928 *[\\\\\\\`\\"\\\$]*)
16929 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16930 ;;
16931 *)
16932 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16933 ;;
16934 esac
16935 done
16936
16937 # Double-quote double-evaled strings.
16938 for var in reload_cmds \
16939 old_postinstall_cmds \
16940 old_postuninstall_cmds \
16941 old_archive_cmds \
16942 extract_expsyms_cmds \
16943 old_archive_from_new_cmds \
16944 old_archive_from_expsyms_cmds \
16945 archive_cmds \
16946 archive_expsym_cmds \
16947 module_cmds \
16948 module_expsym_cmds \
16949 export_symbols_cmds \
16950 prelink_cmds \
16951 postinstall_cmds \
16952 postuninstall_cmds \
16953 finish_cmds \
16954 sys_lib_search_path_spec \
16955 sys_lib_dlsearch_path_spec; do
16956 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16957 *[\\\\\\\`\\"\\\$]*)
16958 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16959 ;;
16960 *)
16961 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16962 ;;
16963 esac
16964 done
16965
16966 ac_aux_dir='$ac_aux_dir'
16967 xsi_shell='$xsi_shell'
16968 lt_shell_append='$lt_shell_append'
16969
16970 # See if we are running on zsh, and set the options which allow our
16971 # commands through without removal of \ escapes INIT.
16972 if test -n "\${ZSH_VERSION+set}" ; then
16973 setopt NO_GLOB_SUBST
16974 fi
16975
16976
16977 PACKAGE='$PACKAGE'
16978 VERSION='$VERSION'
16979 TIMESTAMP='$TIMESTAMP'
16980 RM='$RM'
16981 ofile='$ofile'
16982
16983
16984
16985 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16986 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16987 # from automake.
16988 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16989 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16990 LINGUAS="${LINGUAS-%UNSET%}"
16991
16992
16993 GCC="$GCC"
16994 CC="$CC"
16995 acx_cv_header_stdint="$acx_cv_header_stdint"
16996 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16997 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16998 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16999 acx_cv_type_int64_t="$acx_cv_type_int64_t"
17000 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17001 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17002 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17003 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17004 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17005 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
17006 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17007 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
17008 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
17009
17010
17011
17012 _ACEOF
17013
17014 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17015
17016 # Handling of arguments.
17017 for ac_config_target in $ac_config_targets
17018 do
17019 case $ac_config_target in
17020 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17021 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17022 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17023 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17024 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17025 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17026 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17027 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17028 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17029 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17030
17031 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17032 esac
17033 done
17034
17035
17036 # If the user did not use the arguments to specify the items to instantiate,
17037 # then the envvar interface is used. Set only those that are not.
17038 # We use the long form for the default assignment because of an extremely
17039 # bizarre bug on SunOS 4.1.3.
17040 if $ac_need_defaults; then
17041 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17042 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17043 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17044 fi
17045
17046 # Have a temporary directory for convenience. Make it in the build tree
17047 # simply because there is no reason against having it here, and in addition,
17048 # creating and moving files from /tmp can sometimes cause problems.
17049 # Hook for its removal unless debugging.
17050 # Note that there is a small window in which the directory will not be cleaned:
17051 # after its creation but before its name has been assigned to `$tmp'.
17052 $debug ||
17053 {
17054 tmp=
17055 trap 'exit_status=$?
17056 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17057 ' 0
17058 trap 'as_fn_exit 1' 1 2 13 15
17059 }
17060 # Create a (secure) tmp directory for tmp files.
17061
17062 {
17063 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17064 test -n "$tmp" && test -d "$tmp"
17065 } ||
17066 {
17067 tmp=./conf$$-$RANDOM
17068 (umask 077 && mkdir "$tmp")
17069 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17070
17071 # Set up the scripts for CONFIG_FILES section.
17072 # No need to generate them if there are no CONFIG_FILES.
17073 # This happens for instance with `./config.status config.h'.
17074 if test -n "$CONFIG_FILES"; then
17075
17076
17077 ac_cr=`echo X | tr X '\015'`
17078 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17079 # But we know of no other shell where ac_cr would be empty at this
17080 # point, so we can use a bashism as a fallback.
17081 if test "x$ac_cr" = x; then
17082 eval ac_cr=\$\'\\r\'
17083 fi
17084 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17085 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17086 ac_cs_awk_cr='\r'
17087 else
17088 ac_cs_awk_cr=$ac_cr
17089 fi
17090
17091 echo 'BEGIN {' >"$tmp/subs1.awk" &&
17092 _ACEOF
17093
17094
17095 {
17096 echo "cat >conf$$subs.awk <<_ACEOF" &&
17097 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17098 echo "_ACEOF"
17099 } >conf$$subs.sh ||
17100 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17101 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17102 ac_delim='%!_!# '
17103 for ac_last_try in false false false false false :; do
17104 . ./conf$$subs.sh ||
17105 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17106
17107 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17108 if test $ac_delim_n = $ac_delim_num; then
17109 break
17110 elif $ac_last_try; then
17111 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17112 else
17113 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17114 fi
17115 done
17116 rm -f conf$$subs.sh
17117
17118 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17119 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17120 _ACEOF
17121 sed -n '
17122 h
17123 s/^/S["/; s/!.*/"]=/
17124 p
17125 g
17126 s/^[^!]*!//
17127 :repl
17128 t repl
17129 s/'"$ac_delim"'$//
17130 t delim
17131 :nl
17132 h
17133 s/\(.\{148\}\).*/\1/
17134 t more1
17135 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17136 p
17137 n
17138 b repl
17139 :more1
17140 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17141 p
17142 g
17143 s/.\{148\}//
17144 t nl
17145 :delim
17146 h
17147 s/\(.\{148\}\).*/\1/
17148 t more2
17149 s/["\\]/\\&/g; s/^/"/; s/$/"/
17150 p
17151 b
17152 :more2
17153 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17154 p
17155 g
17156 s/.\{148\}//
17157 t delim
17158 ' <conf$$subs.awk | sed '
17159 /^[^""]/{
17160 N
17161 s/\n//
17162 }
17163 ' >>$CONFIG_STATUS || ac_write_fail=1
17164 rm -f conf$$subs.awk
17165 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17166 _ACAWK
17167 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17168 for (key in S) S_is_set[key] = 1
17169 FS = "\a"
17170
17171 }
17172 {
17173 line = $ 0
17174 nfields = split(line, field, "@")
17175 substed = 0
17176 len = length(field[1])
17177 for (i = 2; i < nfields; i++) {
17178 key = field[i]
17179 keylen = length(key)
17180 if (S_is_set[key]) {
17181 value = S[key]
17182 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17183 len += length(value) + length(field[++i])
17184 substed = 1
17185 } else
17186 len += 1 + keylen
17187 }
17188
17189 print line
17190 }
17191
17192 _ACAWK
17193 _ACEOF
17194 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17195 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17196 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17197 else
17198 cat
17199 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17200 || as_fn_error "could not setup config files machinery" "$LINENO" 5
17201 _ACEOF
17202
17203 # VPATH may cause trouble with some makes, so we remove $(srcdir),
17204 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17205 # trailing colons and then remove the whole line if VPATH becomes empty
17206 # (actually we leave an empty line to preserve line numbers).
17207 if test "x$srcdir" = x.; then
17208 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17209 s/:*\$(srcdir):*/:/
17210 s/:*\${srcdir}:*/:/
17211 s/:*@srcdir@:*/:/
17212 s/^\([^=]*=[ ]*\):*/\1/
17213 s/:*$//
17214 s/^[^=]*=[ ]*$//
17215 }'
17216 fi
17217
17218 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17219 fi # test -n "$CONFIG_FILES"
17220
17221 # Set up the scripts for CONFIG_HEADERS section.
17222 # No need to generate them if there are no CONFIG_HEADERS.
17223 # This happens for instance with `./config.status Makefile'.
17224 if test -n "$CONFIG_HEADERS"; then
17225 cat >"$tmp/defines.awk" <<\_ACAWK ||
17226 BEGIN {
17227 _ACEOF
17228
17229 # Transform confdefs.h into an awk script `defines.awk', embedded as
17230 # here-document in config.status, that substitutes the proper values into
17231 # config.h.in to produce config.h.
17232
17233 # Create a delimiter string that does not exist in confdefs.h, to ease
17234 # handling of long lines.
17235 ac_delim='%!_!# '
17236 for ac_last_try in false false :; do
17237 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17238 if test -z "$ac_t"; then
17239 break
17240 elif $ac_last_try; then
17241 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17242 else
17243 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17244 fi
17245 done
17246
17247 # For the awk script, D is an array of macro values keyed by name,
17248 # likewise P contains macro parameters if any. Preserve backslash
17249 # newline sequences.
17250
17251 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17252 sed -n '
17253 s/.\{148\}/&'"$ac_delim"'/g
17254 t rset
17255 :rset
17256 s/^[ ]*#[ ]*define[ ][ ]*/ /
17257 t def
17258 d
17259 :def
17260 s/\\$//
17261 t bsnl
17262 s/["\\]/\\&/g
17263 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17264 D["\1"]=" \3"/p
17265 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17266 d
17267 :bsnl
17268 s/["\\]/\\&/g
17269 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17270 D["\1"]=" \3\\\\\\n"\\/p
17271 t cont
17272 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17273 t cont
17274 d
17275 :cont
17276 n
17277 s/.\{148\}/&'"$ac_delim"'/g
17278 t clear
17279 :clear
17280 s/\\$//
17281 t bsnlc
17282 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17283 d
17284 :bsnlc
17285 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17286 b cont
17287 ' <confdefs.h | sed '
17288 s/'"$ac_delim"'/"\\\
17289 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17290
17291 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17292 for (key in D) D_is_set[key] = 1
17293 FS = "\a"
17294 }
17295 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17296 line = \$ 0
17297 split(line, arg, " ")
17298 if (arg[1] == "#") {
17299 defundef = arg[2]
17300 mac1 = arg[3]
17301 } else {
17302 defundef = substr(arg[1], 2)
17303 mac1 = arg[2]
17304 }
17305 split(mac1, mac2, "(") #)
17306 macro = mac2[1]
17307 prefix = substr(line, 1, index(line, defundef) - 1)
17308 if (D_is_set[macro]) {
17309 # Preserve the white space surrounding the "#".
17310 print prefix "define", macro P[macro] D[macro]
17311 next
17312 } else {
17313 # Replace #undef with comments. This is necessary, for example,
17314 # in the case of _POSIX_SOURCE, which is predefined and required
17315 # on some systems where configure will not decide to define it.
17316 if (defundef == "undef") {
17317 print "/*", prefix defundef, macro, "*/"
17318 next
17319 }
17320 }
17321 }
17322 { print }
17323 _ACAWK
17324 _ACEOF
17325 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17326 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17327 fi # test -n "$CONFIG_HEADERS"
17328
17329
17330 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17331 shift
17332 for ac_tag
17333 do
17334 case $ac_tag in
17335 :[FHLC]) ac_mode=$ac_tag; continue;;
17336 esac
17337 case $ac_mode$ac_tag in
17338 :[FHL]*:*);;
17339 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17340 :[FH]-) ac_tag=-:-;;
17341 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17342 esac
17343 ac_save_IFS=$IFS
17344 IFS=:
17345 set x $ac_tag
17346 IFS=$ac_save_IFS
17347 shift
17348 ac_file=$1
17349 shift
17350
17351 case $ac_mode in
17352 :L) ac_source=$1;;
17353 :[FH])
17354 ac_file_inputs=
17355 for ac_f
17356 do
17357 case $ac_f in
17358 -) ac_f="$tmp/stdin";;
17359 *) # Look for the file first in the build tree, then in the source tree
17360 # (if the path is not absolute). The absolute path cannot be DOS-style,
17361 # because $ac_f cannot contain `:'.
17362 test -f "$ac_f" ||
17363 case $ac_f in
17364 [\\/$]*) false;;
17365 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17366 esac ||
17367 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17368 esac
17369 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17370 as_fn_append ac_file_inputs " '$ac_f'"
17371 done
17372
17373 # Let's still pretend it is `configure' which instantiates (i.e., don't
17374 # use $as_me), people would be surprised to read:
17375 # /* config.h. Generated by config.status. */
17376 configure_input='Generated from '`
17377 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17378 `' by configure.'
17379 if test x"$ac_file" != x-; then
17380 configure_input="$ac_file. $configure_input"
17381 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17382 $as_echo "$as_me: creating $ac_file" >&6;}
17383 fi
17384 # Neutralize special characters interpreted by sed in replacement strings.
17385 case $configure_input in #(
17386 *\&* | *\|* | *\\* )
17387 ac_sed_conf_input=`$as_echo "$configure_input" |
17388 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17389 *) ac_sed_conf_input=$configure_input;;
17390 esac
17391
17392 case $ac_tag in
17393 *:-:* | *:-) cat >"$tmp/stdin" \
17394 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17395 esac
17396 ;;
17397 esac
17398
17399 ac_dir=`$as_dirname -- "$ac_file" ||
17400 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17401 X"$ac_file" : 'X\(//\)[^/]' \| \
17402 X"$ac_file" : 'X\(//\)$' \| \
17403 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17404 $as_echo X"$ac_file" |
17405 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17406 s//\1/
17407 q
17408 }
17409 /^X\(\/\/\)[^/].*/{
17410 s//\1/
17411 q
17412 }
17413 /^X\(\/\/\)$/{
17414 s//\1/
17415 q
17416 }
17417 /^X\(\/\).*/{
17418 s//\1/
17419 q
17420 }
17421 s/.*/./; q'`
17422 as_dir="$ac_dir"; as_fn_mkdir_p
17423 ac_builddir=.
17424
17425 case "$ac_dir" in
17426 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17427 *)
17428 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17429 # A ".." for each directory in $ac_dir_suffix.
17430 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17431 case $ac_top_builddir_sub in
17432 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17433 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17434 esac ;;
17435 esac
17436 ac_abs_top_builddir=$ac_pwd
17437 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17438 # for backward compatibility:
17439 ac_top_builddir=$ac_top_build_prefix
17440
17441 case $srcdir in
17442 .) # We are building in place.
17443 ac_srcdir=.
17444 ac_top_srcdir=$ac_top_builddir_sub
17445 ac_abs_top_srcdir=$ac_pwd ;;
17446 [\\/]* | ?:[\\/]* ) # Absolute name.
17447 ac_srcdir=$srcdir$ac_dir_suffix;
17448 ac_top_srcdir=$srcdir
17449 ac_abs_top_srcdir=$srcdir ;;
17450 *) # Relative name.
17451 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17452 ac_top_srcdir=$ac_top_build_prefix$srcdir
17453 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17454 esac
17455 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17456
17457
17458 case $ac_mode in
17459 :F)
17460 #
17461 # CONFIG_FILE
17462 #
17463
17464 case $INSTALL in
17465 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17466 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17467 esac
17468 ac_MKDIR_P=$MKDIR_P
17469 case $MKDIR_P in
17470 [\\/$]* | ?:[\\/]* ) ;;
17471 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17472 esac
17473 _ACEOF
17474
17475 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17476 # If the template does not know about datarootdir, expand it.
17477 # FIXME: This hack should be removed a few years after 2.60.
17478 ac_datarootdir_hack=; ac_datarootdir_seen=
17479 ac_sed_dataroot='
17480 /datarootdir/ {
17481 p
17482 q
17483 }
17484 /@datadir@/p
17485 /@docdir@/p
17486 /@infodir@/p
17487 /@localedir@/p
17488 /@mandir@/p'
17489 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17490 *datarootdir*) ac_datarootdir_seen=yes;;
17491 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17493 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17494 _ACEOF
17495 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17496 ac_datarootdir_hack='
17497 s&@datadir@&$datadir&g
17498 s&@docdir@&$docdir&g
17499 s&@infodir@&$infodir&g
17500 s&@localedir@&$localedir&g
17501 s&@mandir@&$mandir&g
17502 s&\\\${datarootdir}&$datarootdir&g' ;;
17503 esac
17504 _ACEOF
17505
17506 # Neutralize VPATH when `$srcdir' = `.'.
17507 # Shell code in configure.ac might set extrasub.
17508 # FIXME: do we really want to maintain this feature?
17509 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17510 ac_sed_extra="$ac_vpsub
17511 $extrasub
17512 _ACEOF
17513 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17514 :t
17515 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17516 s|@configure_input@|$ac_sed_conf_input|;t t
17517 s&@top_builddir@&$ac_top_builddir_sub&;t t
17518 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17519 s&@srcdir@&$ac_srcdir&;t t
17520 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17521 s&@top_srcdir@&$ac_top_srcdir&;t t
17522 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17523 s&@builddir@&$ac_builddir&;t t
17524 s&@abs_builddir@&$ac_abs_builddir&;t t
17525 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17526 s&@INSTALL@&$ac_INSTALL&;t t
17527 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17528 $ac_datarootdir_hack
17529 "
17530 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17531 || as_fn_error "could not create $ac_file" "$LINENO" 5
17532
17533 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17534 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17535 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17537 which seems to be undefined. Please make sure it is defined." >&5
17538 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17539 which seems to be undefined. Please make sure it is defined." >&2;}
17540
17541 rm -f "$tmp/stdin"
17542 case $ac_file in
17543 -) cat "$tmp/out" && rm -f "$tmp/out";;
17544 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17545 esac \
17546 || as_fn_error "could not create $ac_file" "$LINENO" 5
17547 ;;
17548 :H)
17549 #
17550 # CONFIG_HEADER
17551 #
17552 if test x"$ac_file" != x-; then
17553 {
17554 $as_echo "/* $configure_input */" \
17555 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17556 } >"$tmp/config.h" \
17557 || as_fn_error "could not create $ac_file" "$LINENO" 5
17558 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17559 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17560 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17561 else
17562 rm -f "$ac_file"
17563 mv "$tmp/config.h" "$ac_file" \
17564 || as_fn_error "could not create $ac_file" "$LINENO" 5
17565 fi
17566 else
17567 $as_echo "/* $configure_input */" \
17568 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17569 || as_fn_error "could not create -" "$LINENO" 5
17570 fi
17571 # Compute "$ac_file"'s index in $config_headers.
17572 _am_arg="$ac_file"
17573 _am_stamp_count=1
17574 for _am_header in $config_headers :; do
17575 case $_am_header in
17576 $_am_arg | $_am_arg:* )
17577 break ;;
17578 * )
17579 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17580 esac
17581 done
17582 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17583 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17584 X"$_am_arg" : 'X\(//\)[^/]' \| \
17585 X"$_am_arg" : 'X\(//\)$' \| \
17586 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17587 $as_echo X"$_am_arg" |
17588 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17589 s//\1/
17590 q
17591 }
17592 /^X\(\/\/\)[^/].*/{
17593 s//\1/
17594 q
17595 }
17596 /^X\(\/\/\)$/{
17597 s//\1/
17598 q
17599 }
17600 /^X\(\/\).*/{
17601 s//\1/
17602 q
17603 }
17604 s/.*/./; q'`/stamp-h$_am_stamp_count
17605 ;;
17606
17607 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17608 $as_echo "$as_me: executing $ac_file commands" >&6;}
17609 ;;
17610 esac
17611
17612
17613 case $ac_file$ac_mode in
17614 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17615 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17616 # are listed without --file. Let's play safe and only enable the eval
17617 # if we detect the quoting.
17618 case $CONFIG_FILES in
17619 *\'*) eval set x "$CONFIG_FILES" ;;
17620 *) set x $CONFIG_FILES ;;
17621 esac
17622 shift
17623 for mf
17624 do
17625 # Strip MF so we end up with the name of the file.
17626 mf=`echo "$mf" | sed -e 's/:.*$//'`
17627 # Check whether this is an Automake generated Makefile or not.
17628 # We used to match only the files named `Makefile.in', but
17629 # some people rename them; so instead we look at the file content.
17630 # Grep'ing the first line is not enough: some people post-process
17631 # each Makefile.in and add a new line on top of each file to say so.
17632 # Grep'ing the whole file is not good either: AIX grep has a line
17633 # limit of 2048, but all sed's we know have understand at least 4000.
17634 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17635 dirpart=`$as_dirname -- "$mf" ||
17636 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17637 X"$mf" : 'X\(//\)[^/]' \| \
17638 X"$mf" : 'X\(//\)$' \| \
17639 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17640 $as_echo X"$mf" |
17641 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17642 s//\1/
17643 q
17644 }
17645 /^X\(\/\/\)[^/].*/{
17646 s//\1/
17647 q
17648 }
17649 /^X\(\/\/\)$/{
17650 s//\1/
17651 q
17652 }
17653 /^X\(\/\).*/{
17654 s//\1/
17655 q
17656 }
17657 s/.*/./; q'`
17658 else
17659 continue
17660 fi
17661 # Extract the definition of DEPDIR, am__include, and am__quote
17662 # from the Makefile without running `make'.
17663 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17664 test -z "$DEPDIR" && continue
17665 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17666 test -z "am__include" && continue
17667 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17668 # When using ansi2knr, U may be empty or an underscore; expand it
17669 U=`sed -n 's/^U = //p' < "$mf"`
17670 # Find all dependency output files, they are included files with
17671 # $(DEPDIR) in their names. We invoke sed twice because it is the
17672 # simplest approach to changing $(DEPDIR) to its actual value in the
17673 # expansion.
17674 for file in `sed -n "
17675 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17676 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17677 # Make sure the directory exists.
17678 test -f "$dirpart/$file" && continue
17679 fdir=`$as_dirname -- "$file" ||
17680 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17681 X"$file" : 'X\(//\)[^/]' \| \
17682 X"$file" : 'X\(//\)$' \| \
17683 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17684 $as_echo X"$file" |
17685 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17686 s//\1/
17687 q
17688 }
17689 /^X\(\/\/\)[^/].*/{
17690 s//\1/
17691 q
17692 }
17693 /^X\(\/\/\)$/{
17694 s//\1/
17695 q
17696 }
17697 /^X\(\/\).*/{
17698 s//\1/
17699 q
17700 }
17701 s/.*/./; q'`
17702 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17703 # echo "creating $dirpart/$file"
17704 echo '# dummy' > "$dirpart/$file"
17705 done
17706 done
17707 }
17708 ;;
17709 "libtool":C)
17710
17711 # See if we are running on zsh, and set the options which allow our
17712 # commands through without removal of \ escapes.
17713 if test -n "${ZSH_VERSION+set}" ; then
17714 setopt NO_GLOB_SUBST
17715 fi
17716
17717 cfgfile="${ofile}T"
17718 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17719 $RM "$cfgfile"
17720
17721 cat <<_LT_EOF >> "$cfgfile"
17722 #! $SHELL
17723
17724 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17725 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17726 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17727 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17728 #
17729 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17730 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17731 # Written by Gordon Matzigkeit, 1996
17732 #
17733 # This file is part of GNU Libtool.
17734 #
17735 # GNU Libtool is free software; you can redistribute it and/or
17736 # modify it under the terms of the GNU General Public License as
17737 # published by the Free Software Foundation; either version 2 of
17738 # the License, or (at your option) any later version.
17739 #
17740 # As a special exception to the GNU General Public License,
17741 # if you distribute this file as part of a program or library that
17742 # is built using GNU Libtool, you may include this file under the
17743 # same distribution terms that you use for the rest of that program.
17744 #
17745 # GNU Libtool is distributed in the hope that it will be useful,
17746 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17747 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17748 # GNU General Public License for more details.
17749 #
17750 # You should have received a copy of the GNU General Public License
17751 # along with GNU Libtool; see the file COPYING. If not, a copy
17752 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17753 # obtained by writing to the Free Software Foundation, Inc.,
17754 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17755
17756
17757 # The names of the tagged configurations supported by this script.
17758 available_tags=""
17759
17760 # ### BEGIN LIBTOOL CONFIG
17761
17762 # Whether or not to build shared libraries.
17763 build_libtool_libs=$enable_shared
17764
17765 # Which release of libtool.m4 was used?
17766 macro_version=$macro_version
17767 macro_revision=$macro_revision
17768
17769 # Whether or not to build static libraries.
17770 build_old_libs=$enable_static
17771
17772 # What type of objects to build.
17773 pic_mode=$pic_mode
17774
17775 # Whether or not to optimize for fast installation.
17776 fast_install=$enable_fast_install
17777
17778 # Shell to use when invoking shell scripts.
17779 SHELL=$lt_SHELL
17780
17781 # An echo program that protects backslashes.
17782 ECHO=$lt_ECHO
17783
17784 # The host system.
17785 host_alias=$host_alias
17786 host=$host
17787 host_os=$host_os
17788
17789 # The build system.
17790 build_alias=$build_alias
17791 build=$build
17792 build_os=$build_os
17793
17794 # A sed program that does not truncate output.
17795 SED=$lt_SED
17796
17797 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17798 Xsed="\$SED -e 1s/^X//"
17799
17800 # A grep program that handles long lines.
17801 GREP=$lt_GREP
17802
17803 # An ERE matcher.
17804 EGREP=$lt_EGREP
17805
17806 # A literal string matcher.
17807 FGREP=$lt_FGREP
17808
17809 # A BSD- or MS-compatible name lister.
17810 NM=$lt_NM
17811
17812 # Whether we need soft or hard links.
17813 LN_S=$lt_LN_S
17814
17815 # What is the maximum length of a command?
17816 max_cmd_len=$max_cmd_len
17817
17818 # Object file suffix (normally "o").
17819 objext=$ac_objext
17820
17821 # Executable file suffix (normally "").
17822 exeext=$exeext
17823
17824 # whether the shell understands "unset".
17825 lt_unset=$lt_unset
17826
17827 # turn spaces into newlines.
17828 SP2NL=$lt_lt_SP2NL
17829
17830 # turn newlines into spaces.
17831 NL2SP=$lt_lt_NL2SP
17832
17833 # An object symbol dumper.
17834 OBJDUMP=$lt_OBJDUMP
17835
17836 # Method to check whether dependent libraries are shared objects.
17837 deplibs_check_method=$lt_deplibs_check_method
17838
17839 # Command to use when deplibs_check_method == "file_magic".
17840 file_magic_cmd=$lt_file_magic_cmd
17841
17842 # The archiver.
17843 AR=$lt_AR
17844 AR_FLAGS=$lt_AR_FLAGS
17845
17846 # A symbol stripping program.
17847 STRIP=$lt_STRIP
17848
17849 # Commands used to install an old-style archive.
17850 RANLIB=$lt_RANLIB
17851 old_postinstall_cmds=$lt_old_postinstall_cmds
17852 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17853
17854 # Whether to use a lock for old archive extraction.
17855 lock_old_archive_extraction=$lock_old_archive_extraction
17856
17857 # A C compiler.
17858 LTCC=$lt_CC
17859
17860 # LTCC compiler flags.
17861 LTCFLAGS=$lt_CFLAGS
17862
17863 # Take the output of nm and produce a listing of raw symbols and C names.
17864 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17865
17866 # Transform the output of nm in a proper C declaration.
17867 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17868
17869 # Transform the output of nm in a C name address pair.
17870 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17871
17872 # Transform the output of nm in a C name address pair when lib prefix is needed.
17873 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17874
17875 # The name of the directory that contains temporary libtool files.
17876 objdir=$objdir
17877
17878 # Used to examine libraries when file_magic_cmd begins with "file".
17879 MAGIC_CMD=$MAGIC_CMD
17880
17881 # Must we lock files when doing compilation?
17882 need_locks=$lt_need_locks
17883
17884 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17885 DSYMUTIL=$lt_DSYMUTIL
17886
17887 # Tool to change global to local symbols on Mac OS X.
17888 NMEDIT=$lt_NMEDIT
17889
17890 # Tool to manipulate fat objects and archives on Mac OS X.
17891 LIPO=$lt_LIPO
17892
17893 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17894 OTOOL=$lt_OTOOL
17895
17896 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17897 OTOOL64=$lt_OTOOL64
17898
17899 # Old archive suffix (normally "a").
17900 libext=$libext
17901
17902 # Shared library suffix (normally ".so").
17903 shrext_cmds=$lt_shrext_cmds
17904
17905 # The commands to extract the exported symbol list from a shared archive.
17906 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17907
17908 # Variables whose values should be saved in libtool wrapper scripts and
17909 # restored at link time.
17910 variables_saved_for_relink=$lt_variables_saved_for_relink
17911
17912 # Do we need the "lib" prefix for modules?
17913 need_lib_prefix=$need_lib_prefix
17914
17915 # Do we need a version for libraries?
17916 need_version=$need_version
17917
17918 # Library versioning type.
17919 version_type=$version_type
17920
17921 # Shared library runtime path variable.
17922 runpath_var=$runpath_var
17923
17924 # Shared library path variable.
17925 shlibpath_var=$shlibpath_var
17926
17927 # Is shlibpath searched before the hard-coded library search path?
17928 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17929
17930 # Format of library name prefix.
17931 libname_spec=$lt_libname_spec
17932
17933 # List of archive names. First name is the real one, the rest are links.
17934 # The last name is the one that the linker finds with -lNAME
17935 library_names_spec=$lt_library_names_spec
17936
17937 # The coded name of the library, if different from the real name.
17938 soname_spec=$lt_soname_spec
17939
17940 # Permission mode override for installation of shared libraries.
17941 install_override_mode=$lt_install_override_mode
17942
17943 # Command to use after installation of a shared archive.
17944 postinstall_cmds=$lt_postinstall_cmds
17945
17946 # Command to use after uninstallation of a shared archive.
17947 postuninstall_cmds=$lt_postuninstall_cmds
17948
17949 # Commands used to finish a libtool library installation in a directory.
17950 finish_cmds=$lt_finish_cmds
17951
17952 # As "finish_cmds", except a single script fragment to be evaled but
17953 # not shown.
17954 finish_eval=$lt_finish_eval
17955
17956 # Whether we should hardcode library paths into libraries.
17957 hardcode_into_libs=$hardcode_into_libs
17958
17959 # Compile-time system search path for libraries.
17960 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17961
17962 # Run-time system search path for libraries.
17963 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17964
17965 # Whether dlopen is supported.
17966 dlopen_support=$enable_dlopen
17967
17968 # Whether dlopen of programs is supported.
17969 dlopen_self=$enable_dlopen_self
17970
17971 # Whether dlopen of statically linked programs is supported.
17972 dlopen_self_static=$enable_dlopen_self_static
17973
17974 # Commands to strip libraries.
17975 old_striplib=$lt_old_striplib
17976 striplib=$lt_striplib
17977
17978
17979 # The linker used to build libraries.
17980 LD=$lt_LD
17981
17982 # How to create reloadable object files.
17983 reload_flag=$lt_reload_flag
17984 reload_cmds=$lt_reload_cmds
17985
17986 # Commands used to build an old-style archive.
17987 old_archive_cmds=$lt_old_archive_cmds
17988
17989 # A language specific compiler.
17990 CC=$lt_compiler
17991
17992 # Is the compiler the GNU compiler?
17993 with_gcc=$GCC
17994
17995 # Compiler flag to turn off builtin functions.
17996 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17997
17998 # How to pass a linker flag through the compiler.
17999 wl=$lt_lt_prog_compiler_wl
18000
18001 # Additional compiler flags for building library objects.
18002 pic_flag=$lt_lt_prog_compiler_pic
18003
18004 # Compiler flag to prevent dynamic linking.
18005 link_static_flag=$lt_lt_prog_compiler_static
18006
18007 # Does compiler simultaneously support -c and -o options?
18008 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18009
18010 # Whether or not to add -lc for building shared libraries.
18011 build_libtool_need_lc=$archive_cmds_need_lc
18012
18013 # Whether or not to disallow shared libs when runtime libs are static.
18014 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18015
18016 # Compiler flag to allow reflexive dlopens.
18017 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18018
18019 # Compiler flag to generate shared objects directly from archives.
18020 whole_archive_flag_spec=$lt_whole_archive_flag_spec
18021
18022 # Whether the compiler copes with passing no objects directly.
18023 compiler_needs_object=$lt_compiler_needs_object
18024
18025 # Create an old-style archive from a shared archive.
18026 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18027
18028 # Create a temporary old-style archive to link instead of a shared archive.
18029 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18030
18031 # Commands used to build a shared archive.
18032 archive_cmds=$lt_archive_cmds
18033 archive_expsym_cmds=$lt_archive_expsym_cmds
18034
18035 # Commands used to build a loadable module if different from building
18036 # a shared archive.
18037 module_cmds=$lt_module_cmds
18038 module_expsym_cmds=$lt_module_expsym_cmds
18039
18040 # Whether we are building with GNU ld or not.
18041 with_gnu_ld=$lt_with_gnu_ld
18042
18043 # Flag that allows shared libraries with undefined symbols to be built.
18044 allow_undefined_flag=$lt_allow_undefined_flag
18045
18046 # Flag that enforces no undefined symbols.
18047 no_undefined_flag=$lt_no_undefined_flag
18048
18049 # Flag to hardcode \$libdir into a binary during linking.
18050 # This must work even if \$libdir does not exist
18051 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18052
18053 # If ld is used when linking, flag to hardcode \$libdir into a binary
18054 # during linking. This must work even if \$libdir does not exist.
18055 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18056
18057 # Whether we need a single "-rpath" flag with a separated argument.
18058 hardcode_libdir_separator=$lt_hardcode_libdir_separator
18059
18060 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18061 # DIR into the resulting binary.
18062 hardcode_direct=$hardcode_direct
18063
18064 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18065 # DIR into the resulting binary and the resulting library dependency is
18066 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18067 # library is relocated.
18068 hardcode_direct_absolute=$hardcode_direct_absolute
18069
18070 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18071 # into the resulting binary.
18072 hardcode_minus_L=$hardcode_minus_L
18073
18074 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18075 # into the resulting binary.
18076 hardcode_shlibpath_var=$hardcode_shlibpath_var
18077
18078 # Set to "yes" if building a shared library automatically hardcodes DIR
18079 # into the library and all subsequent libraries and executables linked
18080 # against it.
18081 hardcode_automatic=$hardcode_automatic
18082
18083 # Set to yes if linker adds runtime paths of dependent libraries
18084 # to runtime path list.
18085 inherit_rpath=$inherit_rpath
18086
18087 # Whether libtool must link a program against all its dependency libraries.
18088 link_all_deplibs=$link_all_deplibs
18089
18090 # Fix the shell variable \$srcfile for the compiler.
18091 fix_srcfile_path=$lt_fix_srcfile_path
18092
18093 # Set to "yes" if exported symbols are required.
18094 always_export_symbols=$always_export_symbols
18095
18096 # The commands to list exported symbols.
18097 export_symbols_cmds=$lt_export_symbols_cmds
18098
18099 # Symbols that should not be listed in the preloaded symbols.
18100 exclude_expsyms=$lt_exclude_expsyms
18101
18102 # Symbols that must always be exported.
18103 include_expsyms=$lt_include_expsyms
18104
18105 # Commands necessary for linking programs (against libraries) with templates.
18106 prelink_cmds=$lt_prelink_cmds
18107
18108 # Specify filename containing input files.
18109 file_list_spec=$lt_file_list_spec
18110
18111 # How to hardcode a shared library path into an executable.
18112 hardcode_action=$hardcode_action
18113
18114 # ### END LIBTOOL CONFIG
18115
18116 _LT_EOF
18117
18118 case $host_os in
18119 aix3*)
18120 cat <<\_LT_EOF >> "$cfgfile"
18121 # AIX sometimes has problems with the GCC collect2 program. For some
18122 # reason, if we set the COLLECT_NAMES environment variable, the problems
18123 # vanish in a puff of smoke.
18124 if test "X${COLLECT_NAMES+set}" != Xset; then
18125 COLLECT_NAMES=
18126 export COLLECT_NAMES
18127 fi
18128 _LT_EOF
18129 ;;
18130 esac
18131
18132
18133 ltmain="$ac_aux_dir/ltmain.sh"
18134
18135
18136 # We use sed instead of cat because bash on DJGPP gets confused if
18137 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18138 # text mode, it properly converts lines to CR/LF. This bash problem
18139 # is reportedly fixed, but why not run on old versions too?
18140 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18141 || (rm -f "$cfgfile"; exit 1)
18142
18143 case $xsi_shell in
18144 yes)
18145 cat << \_LT_EOF >> "$cfgfile"
18146
18147 # func_dirname file append nondir_replacement
18148 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18149 # otherwise set result to NONDIR_REPLACEMENT.
18150 func_dirname ()
18151 {
18152 case ${1} in
18153 */*) func_dirname_result="${1%/*}${2}" ;;
18154 * ) func_dirname_result="${3}" ;;
18155 esac
18156 }
18157
18158 # func_basename file
18159 func_basename ()
18160 {
18161 func_basename_result="${1##*/}"
18162 }
18163
18164 # func_dirname_and_basename file append nondir_replacement
18165 # perform func_basename and func_dirname in a single function
18166 # call:
18167 # dirname: Compute the dirname of FILE. If nonempty,
18168 # add APPEND to the result, otherwise set result
18169 # to NONDIR_REPLACEMENT.
18170 # value returned in "$func_dirname_result"
18171 # basename: Compute filename of FILE.
18172 # value retuned in "$func_basename_result"
18173 # Implementation must be kept synchronized with func_dirname
18174 # and func_basename. For efficiency, we do not delegate to
18175 # those functions but instead duplicate the functionality here.
18176 func_dirname_and_basename ()
18177 {
18178 case ${1} in
18179 */*) func_dirname_result="${1%/*}${2}" ;;
18180 * ) func_dirname_result="${3}" ;;
18181 esac
18182 func_basename_result="${1##*/}"
18183 }
18184
18185 # func_stripname prefix suffix name
18186 # strip PREFIX and SUFFIX off of NAME.
18187 # PREFIX and SUFFIX must not contain globbing or regex special
18188 # characters, hashes, percent signs, but SUFFIX may contain a leading
18189 # dot (in which case that matches only a dot).
18190 func_stripname ()
18191 {
18192 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18193 # positional parameters, so assign one to ordinary parameter first.
18194 func_stripname_result=${3}
18195 func_stripname_result=${func_stripname_result#"${1}"}
18196 func_stripname_result=${func_stripname_result%"${2}"}
18197 }
18198
18199 # func_opt_split
18200 func_opt_split ()
18201 {
18202 func_opt_split_opt=${1%%=*}
18203 func_opt_split_arg=${1#*=}
18204 }
18205
18206 # func_lo2o object
18207 func_lo2o ()
18208 {
18209 case ${1} in
18210 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18211 *) func_lo2o_result=${1} ;;
18212 esac
18213 }
18214
18215 # func_xform libobj-or-source
18216 func_xform ()
18217 {
18218 func_xform_result=${1%.*}.lo
18219 }
18220
18221 # func_arith arithmetic-term...
18222 func_arith ()
18223 {
18224 func_arith_result=$(( $* ))
18225 }
18226
18227 # func_len string
18228 # STRING may not start with a hyphen.
18229 func_len ()
18230 {
18231 func_len_result=${#1}
18232 }
18233
18234 _LT_EOF
18235 ;;
18236 *) # Bourne compatible functions.
18237 cat << \_LT_EOF >> "$cfgfile"
18238
18239 # func_dirname file append nondir_replacement
18240 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18241 # otherwise set result to NONDIR_REPLACEMENT.
18242 func_dirname ()
18243 {
18244 # Extract subdirectory from the argument.
18245 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18246 if test "X$func_dirname_result" = "X${1}"; then
18247 func_dirname_result="${3}"
18248 else
18249 func_dirname_result="$func_dirname_result${2}"
18250 fi
18251 }
18252
18253 # func_basename file
18254 func_basename ()
18255 {
18256 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18257 }
18258
18259
18260 # func_stripname prefix suffix name
18261 # strip PREFIX and SUFFIX off of NAME.
18262 # PREFIX and SUFFIX must not contain globbing or regex special
18263 # characters, hashes, percent signs, but SUFFIX may contain a leading
18264 # dot (in which case that matches only a dot).
18265 # func_strip_suffix prefix name
18266 func_stripname ()
18267 {
18268 case ${2} in
18269 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18270 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18271 esac
18272 }
18273
18274 # sed scripts:
18275 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18276 my_sed_long_arg='1s/^-[^=]*=//'
18277
18278 # func_opt_split
18279 func_opt_split ()
18280 {
18281 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18282 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18283 }
18284
18285 # func_lo2o object
18286 func_lo2o ()
18287 {
18288 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18289 }
18290
18291 # func_xform libobj-or-source
18292 func_xform ()
18293 {
18294 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18295 }
18296
18297 # func_arith arithmetic-term...
18298 func_arith ()
18299 {
18300 func_arith_result=`expr "$@"`
18301 }
18302
18303 # func_len string
18304 # STRING may not start with a hyphen.
18305 func_len ()
18306 {
18307 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18308 }
18309
18310 _LT_EOF
18311 esac
18312
18313 case $lt_shell_append in
18314 yes)
18315 cat << \_LT_EOF >> "$cfgfile"
18316
18317 # func_append var value
18318 # Append VALUE to the end of shell variable VAR.
18319 func_append ()
18320 {
18321 eval "$1+=\$2"
18322 }
18323 _LT_EOF
18324 ;;
18325 *)
18326 cat << \_LT_EOF >> "$cfgfile"
18327
18328 # func_append var value
18329 # Append VALUE to the end of shell variable VAR.
18330 func_append ()
18331 {
18332 eval "$1=\$$1\$2"
18333 }
18334
18335 _LT_EOF
18336 ;;
18337 esac
18338
18339
18340 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18341 || (rm -f "$cfgfile"; exit 1)
18342
18343 mv -f "$cfgfile" "$ofile" ||
18344 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18345 chmod +x "$ofile"
18346
18347 ;;
18348 "default-1":C)
18349 for ac_file in $CONFIG_FILES; do
18350 # Support "outfile[:infile[:infile...]]"
18351 case "$ac_file" in
18352 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18353 esac
18354 # PO directories have a Makefile.in generated from Makefile.in.in.
18355 case "$ac_file" in */Makefile.in)
18356 # Adjust a relative srcdir.
18357 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
18358 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
18359 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18360 # In autoconf-2.13 it is called $ac_given_srcdir.
18361 # In autoconf-2.50 it is called $srcdir.
18362 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18363 case "$ac_given_srcdir" in
18364 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18365 /*) top_srcdir="$ac_given_srcdir" ;;
18366 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18367 esac
18368 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18369 rm -f "$ac_dir/POTFILES"
18370 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18371 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18372 POMAKEFILEDEPS="POTFILES.in"
18373 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18374 # on $ac_dir but don't depend on user-specified configuration
18375 # parameters.
18376 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18377 # The LINGUAS file contains the set of available languages.
18378 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18379 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
18380 fi
18381 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18382 # Hide the ALL_LINGUAS assigment from automake.
18383 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18384 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18385 else
18386 # The set of available languages was given in configure.ac.
18387 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18388 fi
18389 case "$ac_given_srcdir" in
18390 .) srcdirpre= ;;
18391 *) srcdirpre='$(srcdir)/' ;;
18392 esac
18393 POFILES=
18394 GMOFILES=
18395 UPDATEPOFILES=
18396 DUMMYPOFILES=
18397 for lang in $ALL_LINGUAS; do
18398 POFILES="$POFILES $srcdirpre$lang.po"
18399 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18400 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18401 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18402 done
18403 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18404 # environment variable.
18405 INST_LINGUAS=
18406 if test -n "$ALL_LINGUAS"; then
18407 for presentlang in $ALL_LINGUAS; do
18408 useit=no
18409 if test "%UNSET%" != "$LINGUAS"; then
18410 desiredlanguages="$LINGUAS"
18411 else
18412 desiredlanguages="$ALL_LINGUAS"
18413 fi
18414 for desiredlang in $desiredlanguages; do
18415 # Use the presentlang catalog if desiredlang is
18416 # a. equal to presentlang, or
18417 # b. a variant of presentlang (because in this case,
18418 # presentlang can be used as a fallback for messages
18419 # which are not translated in the desiredlang catalog).
18420 case "$desiredlang" in
18421 "$presentlang"*) useit=yes;;
18422 esac
18423 done
18424 if test $useit = yes; then
18425 INST_LINGUAS="$INST_LINGUAS $presentlang"
18426 fi
18427 done
18428 fi
18429 CATALOGS=
18430 if test -n "$INST_LINGUAS"; then
18431 for lang in $INST_LINGUAS; do
18432 CATALOGS="$CATALOGS $lang.gmo"
18433 done
18434 fi
18435 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18436 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
18437 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18438 if test -f "$f"; then
18439 case "$f" in
18440 *.orig | *.bak | *~) ;;
18441 *) cat "$f" >> "$ac_dir/Makefile" ;;
18442 esac
18443 fi
18444 done
18445 fi
18446 ;;
18447 esac
18448 done ;;
18449 "bfd_stdint.h":C)
18450 if test "$GCC" = yes; then
18451 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18452 else
18453 echo "/* generated for $CC */" > tmp-stdint.h
18454 fi
18455
18456 sed 's/^ *//' >> tmp-stdint.h <<EOF
18457
18458 #ifndef GCC_GENERATED_STDINT_H
18459 #define GCC_GENERATED_STDINT_H 1
18460
18461 #include <sys/types.h>
18462 EOF
18463
18464 if test "$acx_cv_header_stdint" != stdint.h; then
18465 echo "#include <stddef.h>" >> tmp-stdint.h
18466 fi
18467 if test "$acx_cv_header_stdint" != stddef.h; then
18468 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18469 fi
18470
18471 sed 's/^ *//' >> tmp-stdint.h <<EOF
18472 /* glibc uses these symbols as guards to prevent redefinitions. */
18473 #ifdef __int8_t_defined
18474 #define _INT8_T
18475 #define _INT16_T
18476 #define _INT32_T
18477 #endif
18478 #ifdef __uint32_t_defined
18479 #define _UINT32_T
18480 #endif
18481
18482 EOF
18483
18484 # ----------------- done header, emit basic int types -------------
18485 if test "$acx_cv_header_stdint" = stddef.h; then
18486 sed 's/^ *//' >> tmp-stdint.h <<EOF
18487
18488 #ifndef _UINT8_T
18489 #define _UINT8_T
18490 #ifndef __uint8_t_defined
18491 #define __uint8_t_defined
18492 #ifndef uint8_t
18493 typedef unsigned $acx_cv_type_int8_t uint8_t;
18494 #endif
18495 #endif
18496 #endif
18497
18498 #ifndef _UINT16_T
18499 #define _UINT16_T
18500 #ifndef __uint16_t_defined
18501 #define __uint16_t_defined
18502 #ifndef uint16_t
18503 typedef unsigned $acx_cv_type_int16_t uint16_t;
18504 #endif
18505 #endif
18506 #endif
18507
18508 #ifndef _UINT32_T
18509 #define _UINT32_T
18510 #ifndef __uint32_t_defined
18511 #define __uint32_t_defined
18512 #ifndef uint32_t
18513 typedef unsigned $acx_cv_type_int32_t uint32_t;
18514 #endif
18515 #endif
18516 #endif
18517
18518 #ifndef _INT8_T
18519 #define _INT8_T
18520 #ifndef __int8_t_defined
18521 #define __int8_t_defined
18522 #ifndef int8_t
18523 typedef $acx_cv_type_int8_t int8_t;
18524 #endif
18525 #endif
18526 #endif
18527
18528 #ifndef _INT16_T
18529 #define _INT16_T
18530 #ifndef __int16_t_defined
18531 #define __int16_t_defined
18532 #ifndef int16_t
18533 typedef $acx_cv_type_int16_t int16_t;
18534 #endif
18535 #endif
18536 #endif
18537
18538 #ifndef _INT32_T
18539 #define _INT32_T
18540 #ifndef __int32_t_defined
18541 #define __int32_t_defined
18542 #ifndef int32_t
18543 typedef $acx_cv_type_int32_t int32_t;
18544 #endif
18545 #endif
18546 #endif
18547 EOF
18548 elif test "$ac_cv_type_u_int32_t" = yes; then
18549 sed 's/^ *//' >> tmp-stdint.h <<EOF
18550
18551 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18552 #ifndef _INT8_T
18553 #define _INT8_T
18554 #endif
18555 #ifndef _INT16_T
18556 #define _INT16_T
18557 #endif
18558 #ifndef _INT32_T
18559 #define _INT32_T
18560 #endif
18561
18562 #ifndef _UINT8_T
18563 #define _UINT8_T
18564 #ifndef __uint8_t_defined
18565 #define __uint8_t_defined
18566 #ifndef uint8_t
18567 typedef u_int8_t uint8_t;
18568 #endif
18569 #endif
18570 #endif
18571
18572 #ifndef _UINT16_T
18573 #define _UINT16_T
18574 #ifndef __uint16_t_defined
18575 #define __uint16_t_defined
18576 #ifndef uint16_t
18577 typedef u_int16_t uint16_t;
18578 #endif
18579 #endif
18580 #endif
18581
18582 #ifndef _UINT32_T
18583 #define _UINT32_T
18584 #ifndef __uint32_t_defined
18585 #define __uint32_t_defined
18586 #ifndef uint32_t
18587 typedef u_int32_t uint32_t;
18588 #endif
18589 #endif
18590 #endif
18591 EOF
18592 else
18593 sed 's/^ *//' >> tmp-stdint.h <<EOF
18594
18595 /* Some systems have guard macros to prevent redefinitions, define them. */
18596 #ifndef _INT8_T
18597 #define _INT8_T
18598 #endif
18599 #ifndef _INT16_T
18600 #define _INT16_T
18601 #endif
18602 #ifndef _INT32_T
18603 #define _INT32_T
18604 #endif
18605 #ifndef _UINT8_T
18606 #define _UINT8_T
18607 #endif
18608 #ifndef _UINT16_T
18609 #define _UINT16_T
18610 #endif
18611 #ifndef _UINT32_T
18612 #define _UINT32_T
18613 #endif
18614 EOF
18615 fi
18616
18617 # ------------- done basic int types, emit int64_t types ------------
18618 if test "$ac_cv_type_uint64_t" = yes; then
18619 sed 's/^ *//' >> tmp-stdint.h <<EOF
18620
18621 /* system headers have good uint64_t and int64_t */
18622 #ifndef _INT64_T
18623 #define _INT64_T
18624 #endif
18625 #ifndef _UINT64_T
18626 #define _UINT64_T
18627 #endif
18628 EOF
18629 elif test "$ac_cv_type_u_int64_t" = yes; then
18630 sed 's/^ *//' >> tmp-stdint.h <<EOF
18631
18632 /* system headers have an u_int64_t (and int64_t) */
18633 #ifndef _INT64_T
18634 #define _INT64_T
18635 #endif
18636 #ifndef _UINT64_T
18637 #define _UINT64_T
18638 #ifndef __uint64_t_defined
18639 #define __uint64_t_defined
18640 #ifndef uint64_t
18641 typedef u_int64_t uint64_t;
18642 #endif
18643 #endif
18644 #endif
18645 EOF
18646 elif test -n "$acx_cv_type_int64_t"; then
18647 sed 's/^ *//' >> tmp-stdint.h <<EOF
18648
18649 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18650 #ifndef _INT64_T
18651 #define _INT64_T
18652 #ifndef int64_t
18653 typedef $acx_cv_type_int64_t int64_t;
18654 #endif
18655 #endif
18656 #ifndef _UINT64_T
18657 #define _UINT64_T
18658 #ifndef __uint64_t_defined
18659 #define __uint64_t_defined
18660 #ifndef uint64_t
18661 typedef unsigned $acx_cv_type_int64_t uint64_t;
18662 #endif
18663 #endif
18664 #endif
18665 EOF
18666 else
18667 sed 's/^ *//' >> tmp-stdint.h <<EOF
18668
18669 /* some common heuristics for int64_t, using compiler-specific tests */
18670 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18671 #ifndef _INT64_T
18672 #define _INT64_T
18673 #ifndef __int64_t_defined
18674 #ifndef int64_t
18675 typedef long long int64_t;
18676 #endif
18677 #endif
18678 #endif
18679 #ifndef _UINT64_T
18680 #define _UINT64_T
18681 #ifndef uint64_t
18682 typedef unsigned long long uint64_t;
18683 #endif
18684 #endif
18685
18686 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18687 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18688 does not implement __extension__. But that compiler doesn't define
18689 __GNUC_MINOR__. */
18690 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18691 # define __extension__
18692 # endif
18693
18694 # ifndef _INT64_T
18695 # define _INT64_T
18696 # ifndef int64_t
18697 __extension__ typedef long long int64_t;
18698 # endif
18699 # endif
18700 # ifndef _UINT64_T
18701 # define _UINT64_T
18702 # ifndef uint64_t
18703 __extension__ typedef unsigned long long uint64_t;
18704 # endif
18705 # endif
18706
18707 #elif !defined __STRICT_ANSI__
18708 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18709
18710 # ifndef _INT64_T
18711 # define _INT64_T
18712 # ifndef int64_t
18713 typedef __int64 int64_t;
18714 # endif
18715 # endif
18716 # ifndef _UINT64_T
18717 # define _UINT64_T
18718 # ifndef uint64_t
18719 typedef unsigned __int64 uint64_t;
18720 # endif
18721 # endif
18722 # endif /* compiler */
18723
18724 #endif /* ANSI version */
18725 EOF
18726 fi
18727
18728 # ------------- done int64_t types, emit intptr types ------------
18729 if test "$ac_cv_type_uintptr_t" != yes; then
18730 sed 's/^ *//' >> tmp-stdint.h <<EOF
18731
18732 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18733 #ifndef __uintptr_t_defined
18734 #ifndef uintptr_t
18735 typedef u$acx_cv_type_intptr_t uintptr_t;
18736 #endif
18737 #endif
18738 #ifndef __intptr_t_defined
18739 #ifndef intptr_t
18740 typedef $acx_cv_type_intptr_t intptr_t;
18741 #endif
18742 #endif
18743 EOF
18744 fi
18745
18746 # ------------- done intptr types, emit int_least types ------------
18747 if test "$ac_cv_type_int_least32_t" != yes; then
18748 sed 's/^ *//' >> tmp-stdint.h <<EOF
18749
18750 /* Define int_least types */
18751 typedef int8_t int_least8_t;
18752 typedef int16_t int_least16_t;
18753 typedef int32_t int_least32_t;
18754 #ifdef _INT64_T
18755 typedef int64_t int_least64_t;
18756 #endif
18757
18758 typedef uint8_t uint_least8_t;
18759 typedef uint16_t uint_least16_t;
18760 typedef uint32_t uint_least32_t;
18761 #ifdef _UINT64_T
18762 typedef uint64_t uint_least64_t;
18763 #endif
18764 EOF
18765 fi
18766
18767 # ------------- done intptr types, emit int_fast types ------------
18768 if test "$ac_cv_type_int_fast32_t" != yes; then
18769 sed 's/^ *//' >> tmp-stdint.h <<EOF
18770
18771 /* Define int_fast types. short is often slow */
18772 typedef int8_t int_fast8_t;
18773 typedef int int_fast16_t;
18774 typedef int32_t int_fast32_t;
18775 #ifdef _INT64_T
18776 typedef int64_t int_fast64_t;
18777 #endif
18778
18779 typedef uint8_t uint_fast8_t;
18780 typedef unsigned int uint_fast16_t;
18781 typedef uint32_t uint_fast32_t;
18782 #ifdef _UINT64_T
18783 typedef uint64_t uint_fast64_t;
18784 #endif
18785 EOF
18786 fi
18787
18788 if test "$ac_cv_type_uintmax_t" != yes; then
18789 sed 's/^ *//' >> tmp-stdint.h <<EOF
18790
18791 /* Define intmax based on what we found */
18792 #ifndef intmax_t
18793 #ifdef _INT64_T
18794 typedef int64_t intmax_t;
18795 #else
18796 typedef long intmax_t;
18797 #endif
18798 #endif
18799 #ifndef uintmax_t
18800 #ifdef _UINT64_T
18801 typedef uint64_t uintmax_t;
18802 #else
18803 typedef unsigned long uintmax_t;
18804 #endif
18805 #endif
18806 EOF
18807 fi
18808
18809 sed 's/^ *//' >> tmp-stdint.h <<EOF
18810
18811 #endif /* GCC_GENERATED_STDINT_H */
18812 EOF
18813
18814 if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18815 rm -f tmp-stdint.h
18816 else
18817 mv -f tmp-stdint.h bfd_stdint.h
18818 fi
18819
18820 ;;
18821 "default":C)
18822 case "$srcdir" in
18823 .) srcdirpre= ;;
18824 *) srcdirpre='$(srcdir)/' ;;
18825 esac
18826 POFILES=
18827 GMOFILES=
18828 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18829 if test $lang != dummy; then
18830 POFILES="$POFILES $srcdirpre$lang.po"
18831 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18832 fi
18833 done
18834 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18835 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18836 -e "s,@POFILES@,$POFILES," \
18837 -e "s,@GMOFILES@,$GMOFILES," \
18838 po/Makefile.in > po/Makefile ;;
18839
18840 esac
18841 done # for ac_tag
18842
18843
18844 as_fn_exit 0
18845 _ACEOF
18846 ac_clean_files=$ac_clean_files_save
18847
18848 test $ac_write_fail = 0 ||
18849 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18850
18851
18852 # configure is writing to config.log, and then calls config.status.
18853 # config.status does its own redirection, appending to config.log.
18854 # Unfortunately, on DOS this fails, as config.log is still kept open
18855 # by configure, so config.status won't be able to write to it; its
18856 # output is simply discarded. So we exec the FD to /dev/null,
18857 # effectively closing config.log, so it can be properly (re)opened and
18858 # appended to by config.status. When coming back to configure, we
18859 # need to make the FD available again.
18860 if test "$no_create" != yes; then
18861 ac_cs_success=:
18862 ac_config_status_args=
18863 test "$silent" = yes &&
18864 ac_config_status_args="$ac_config_status_args --quiet"
18865 exec 5>/dev/null
18866 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18867 exec 5>>config.log
18868 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18869 # would make configure fail if this is the last instruction.
18870 $ac_cs_success || as_fn_exit $?
18871 fi
18872 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18874 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18875 fi
18876
This page took 0.512348 seconds and 4 git commands to generate.