Fix memory leak in RiscV assembler.
[binutils-gdb.git] / bfd / configure
blobf0a07ff675fefdd007f29b4edc59a288ef5e1e48
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.41.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
174 esac
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
190 else
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
280 exit 1
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
298 { eval $1=; unset $1;}
300 as_unset=as_fn_unset
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
307 return $1
308 } # as_fn_set_status
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
351 /^X\(\/\/\)$/{
352 s//\1/
355 /^X\(\/\).*/{
356 s//\1/
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366 } # as_fn_mkdir_p
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
384 eval $1+=\$2
386 else
387 as_fn_append ()
389 eval $1=\$$1\$2
391 fi # as_fn_append
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
401 as_val=$(( $* ))
403 else
404 as_fn_arith ()
406 as_val=`expr "$@" || test $? -eq 1`
408 fi # as_fn_arith
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
455 /^X\/\(\/\/\)$/{
456 s//\1/
459 /^X\/\(\/\).*/{
460 s//\1/
463 s/.*/./; q'`
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
486 :lineno
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
518 ECHO_N='-n';;
519 esac
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
542 else
543 as_ln_s='cp -pR'
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
576 # Initializations.
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
587 # Identity of this package.
588 PACKAGE_NAME='bfd'
589 PACKAGE_TARNAME='bfd'
590 PACKAGE_VERSION='2.41.50'
591 PACKAGE_STRING='bfd 2.41.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
595 ac_unique_file="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 bfd_ufile_ptr
638 bfd_file_ptr
639 lt_cv_dlopen_libs
640 supports_plugins
641 COREFLAG
642 COREFILE
643 havevecs
644 tdefaults
645 bfd_default_target_size
646 bfd_machines
647 bfd_backends
648 all_backends
649 bfd64_libs
650 wordsize
651 TDEFINES
652 SHARED_LIBADD
653 SHARED_LDFLAGS
654 LIBM
655 ZSTD_LIBS
656 ZSTD_CFLAGS
657 PKG_CONFIG_LIBDIR
658 PKG_CONFIG_PATH
659 PKG_CONFIG
660 zlibinc
661 zlibdir
662 EXEEXT_FOR_BUILD
663 CC_FOR_BUILD
664 HDEFINES
665 MSGMERGE
666 MSGFMT
667 MKINSTALLDIRS
668 CATOBJEXT
669 GENCAT
670 INSTOBJEXT
671 DATADIRNAME
672 CATALOGS
673 POSUB
674 GMSGFMT
675 XGETTEXT
676 INCINTL
677 LIBINTL_DEP
678 LIBINTL
679 USE_NLS
680 bfdincludedir
681 bfdlibdir
682 target_noncanonical
683 host_noncanonical
684 INSTALL_LIBBFD_FALSE
685 INSTALL_LIBBFD_TRUE
686 GENINSRC_NEVER_FALSE
687 GENINSRC_NEVER_TRUE
688 MAINT
689 MAINTAINER_MODE_FALSE
690 MAINTAINER_MODE_TRUE
691 WARN_WRITE_STRINGS
692 NO_WERROR
693 WARN_CFLAGS_FOR_BUILD
694 WARN_CFLAGS
695 REPORT_BUGS_TEXI
696 REPORT_BUGS_TO
697 PKGVERSION
698 DEBUGDIR
699 ENABLE_BFD_64_BIT_FALSE
700 ENABLE_BFD_64_BIT_TRUE
701 PLUGINS_FALSE
702 PLUGINS_TRUE
703 LARGEFILE_CPPFLAGS
704 OTOOL64
705 OTOOL
706 LIPO
707 NMEDIT
708 DSYMUTIL
709 OBJDUMP
710 LN_S
712 ac_ct_DUMPBIN
713 DUMPBIN
715 FGREP
717 LIBTOOL
718 EGREP
719 GREP
721 am__fastdepCC_FALSE
722 am__fastdepCC_TRUE
723 CCDEPMODE
724 am__nodep
725 AMDEPBACKSLASH
726 AMDEP_FALSE
727 AMDEP_TRUE
728 am__quote
729 am__include
730 DEPDIR
731 OBJEXT
732 EXEEXT
733 ac_ct_CC
734 CPPFLAGS
735 LDFLAGS
736 CFLAGS
738 RANLIB
740 AM_BACKSLASH
741 AM_DEFAULT_VERBOSITY
742 AM_DEFAULT_V
743 AM_V
744 am__untar
745 am__tar
746 AMTAR
747 am__leading_dot
748 SET_MAKE
750 mkdir_p
751 MKDIR_P
752 INSTALL_STRIP_PROGRAM
753 STRIP
754 install_sh
755 MAKEINFO
756 AUTOHEADER
757 AUTOMAKE
758 AUTOCONF
759 ACLOCAL
760 VERSION
761 PACKAGE
762 CYGPATH_W
763 am__isrc
764 INSTALL_DATA
765 INSTALL_SCRIPT
766 INSTALL_PROGRAM
767 target_os
768 target_vendor
769 target_cpu
770 target
771 host_os
772 host_vendor
773 host_cpu
774 host
775 build_os
776 build_vendor
777 build_cpu
778 build
779 target_alias
780 host_alias
781 build_alias
782 LIBS
783 ECHO_T
784 ECHO_N
785 ECHO_C
786 DEFS
787 mandir
788 localedir
789 libdir
790 psdir
791 pdfdir
792 dvidir
793 htmldir
794 infodir
795 docdir
796 oldincludedir
797 includedir
798 localstatedir
799 sharedstatedir
800 sysconfdir
801 datadir
802 datarootdir
803 libexecdir
804 sbindir
805 bindir
806 program_transform_name
807 prefix
808 exec_prefix
809 PACKAGE_URL
810 PACKAGE_BUGREPORT
811 PACKAGE_STRING
812 PACKAGE_VERSION
813 PACKAGE_TARNAME
814 PACKAGE_NAME
815 PATH_SEPARATOR
816 SHELL'
817 ac_subst_files=''
818 ac_user_opts='
819 enable_option_checking
820 enable_silent_rules
821 enable_shared
822 enable_dependency_tracking
823 enable_static
824 with_pic
825 enable_fast_install
826 with_gnu_ld
827 enable_libtool_lock
828 enable_plugins
829 enable_largefile
830 enable_checking
831 enable_64_bit_bfd
832 enable_targets
833 enable_64_bit_archive
834 with_mmap
835 enable_secureplt
836 enable_separate_code
837 enable_leading_mingw64_underscores
838 with_separate_debug_dir
839 with_pkgversion
840 with_bugurl
841 enable_werror
842 enable_build_warnings
843 enable_maintainer_mode
844 enable_install_libbfd
845 enable_nls
846 with_system_zlib
847 with_zstd
849 ac_precious_vars='build_alias
850 host_alias
851 target_alias
853 CFLAGS
854 LDFLAGS
855 LIBS
856 CPPFLAGS
858 PKG_CONFIG
859 PKG_CONFIG_PATH
860 PKG_CONFIG_LIBDIR
861 ZSTD_CFLAGS
862 ZSTD_LIBS'
865 # Initialize some variables set by options.
866 ac_init_help=
867 ac_init_version=false
868 ac_unrecognized_opts=
869 ac_unrecognized_sep=
870 # The variables have the same names as the options, with
871 # dashes changed to underlines.
872 cache_file=/dev/null
873 exec_prefix=NONE
874 no_create=
875 no_recursion=
876 prefix=NONE
877 program_prefix=NONE
878 program_suffix=NONE
879 program_transform_name=s,x,x,
880 silent=
881 site=
882 srcdir=
883 verbose=
884 x_includes=NONE
885 x_libraries=NONE
887 # Installation directory options.
888 # These are left unexpanded so users can "make install exec_prefix=/foo"
889 # and all the variables that are supposed to be based on exec_prefix
890 # by default will actually change.
891 # Use braces instead of parens because sh, perl, etc. also accept them.
892 # (The list follows the same order as the GNU Coding Standards.)
893 bindir='${exec_prefix}/bin'
894 sbindir='${exec_prefix}/sbin'
895 libexecdir='${exec_prefix}/libexec'
896 datarootdir='${prefix}/share'
897 datadir='${datarootdir}'
898 sysconfdir='${prefix}/etc'
899 sharedstatedir='${prefix}/com'
900 localstatedir='${prefix}/var'
901 includedir='${prefix}/include'
902 oldincludedir='/usr/include'
903 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
904 infodir='${datarootdir}/info'
905 htmldir='${docdir}'
906 dvidir='${docdir}'
907 pdfdir='${docdir}'
908 psdir='${docdir}'
909 libdir='${exec_prefix}/lib'
910 localedir='${datarootdir}/locale'
911 mandir='${datarootdir}/man'
913 ac_prev=
914 ac_dashdash=
915 for ac_option
917 # If the previous option needs an argument, assign it.
918 if test -n "$ac_prev"; then
919 eval $ac_prev=\$ac_option
920 ac_prev=
921 continue
924 case $ac_option in
925 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
926 *=) ac_optarg= ;;
927 *) ac_optarg=yes ;;
928 esac
930 # Accept the important Cygnus configure options, so we can diagnose typos.
932 case $ac_dashdash$ac_option in
934 ac_dashdash=yes ;;
936 -bindir | --bindir | --bindi | --bind | --bin | --bi)
937 ac_prev=bindir ;;
938 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
939 bindir=$ac_optarg ;;
941 -build | --build | --buil | --bui | --bu)
942 ac_prev=build_alias ;;
943 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
944 build_alias=$ac_optarg ;;
946 -cache-file | --cache-file | --cache-fil | --cache-fi \
947 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
948 ac_prev=cache_file ;;
949 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
950 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
951 cache_file=$ac_optarg ;;
953 --config-cache | -C)
954 cache_file=config.cache ;;
956 -datadir | --datadir | --datadi | --datad)
957 ac_prev=datadir ;;
958 -datadir=* | --datadir=* | --datadi=* | --datad=*)
959 datadir=$ac_optarg ;;
961 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
962 | --dataroo | --dataro | --datar)
963 ac_prev=datarootdir ;;
964 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
965 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
966 datarootdir=$ac_optarg ;;
968 -disable-* | --disable-*)
969 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
970 # Reject names that are not valid shell variable names.
971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
972 as_fn_error $? "invalid feature name: $ac_useropt"
973 ac_useropt_orig=$ac_useropt
974 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
977 "enable_$ac_useropt"
978 "*) ;;
979 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
980 ac_unrecognized_sep=', ';;
981 esac
982 eval enable_$ac_useropt=no ;;
984 -docdir | --docdir | --docdi | --doc | --do)
985 ac_prev=docdir ;;
986 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
987 docdir=$ac_optarg ;;
989 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
990 ac_prev=dvidir ;;
991 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
992 dvidir=$ac_optarg ;;
994 -enable-* | --enable-*)
995 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
996 # Reject names that are not valid shell variable names.
997 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
998 as_fn_error $? "invalid feature name: $ac_useropt"
999 ac_useropt_orig=$ac_useropt
1000 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001 case $ac_user_opts in
1003 "enable_$ac_useropt"
1004 "*) ;;
1005 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1006 ac_unrecognized_sep=', ';;
1007 esac
1008 eval enable_$ac_useropt=\$ac_optarg ;;
1010 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1011 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1012 | --exec | --exe | --ex)
1013 ac_prev=exec_prefix ;;
1014 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1015 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1016 | --exec=* | --exe=* | --ex=*)
1017 exec_prefix=$ac_optarg ;;
1019 -gas | --gas | --ga | --g)
1020 # Obsolete; use --with-gas.
1021 with_gas=yes ;;
1023 -help | --help | --hel | --he | -h)
1024 ac_init_help=long ;;
1025 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1026 ac_init_help=recursive ;;
1027 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1028 ac_init_help=short ;;
1030 -host | --host | --hos | --ho)
1031 ac_prev=host_alias ;;
1032 -host=* | --host=* | --hos=* | --ho=*)
1033 host_alias=$ac_optarg ;;
1035 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1036 ac_prev=htmldir ;;
1037 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1038 | --ht=*)
1039 htmldir=$ac_optarg ;;
1041 -includedir | --includedir | --includedi | --included | --include \
1042 | --includ | --inclu | --incl | --inc)
1043 ac_prev=includedir ;;
1044 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1045 | --includ=* | --inclu=* | --incl=* | --inc=*)
1046 includedir=$ac_optarg ;;
1048 -infodir | --infodir | --infodi | --infod | --info | --inf)
1049 ac_prev=infodir ;;
1050 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1051 infodir=$ac_optarg ;;
1053 -libdir | --libdir | --libdi | --libd)
1054 ac_prev=libdir ;;
1055 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1056 libdir=$ac_optarg ;;
1058 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1059 | --libexe | --libex | --libe)
1060 ac_prev=libexecdir ;;
1061 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1062 | --libexe=* | --libex=* | --libe=*)
1063 libexecdir=$ac_optarg ;;
1065 -localedir | --localedir | --localedi | --localed | --locale)
1066 ac_prev=localedir ;;
1067 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1068 localedir=$ac_optarg ;;
1070 -localstatedir | --localstatedir | --localstatedi | --localstated \
1071 | --localstate | --localstat | --localsta | --localst | --locals)
1072 ac_prev=localstatedir ;;
1073 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1074 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1075 localstatedir=$ac_optarg ;;
1077 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1078 ac_prev=mandir ;;
1079 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1080 mandir=$ac_optarg ;;
1082 -nfp | --nfp | --nf)
1083 # Obsolete; use --without-fp.
1084 with_fp=no ;;
1086 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1087 | --no-cr | --no-c | -n)
1088 no_create=yes ;;
1090 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1091 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1092 no_recursion=yes ;;
1094 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1095 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1096 | --oldin | --oldi | --old | --ol | --o)
1097 ac_prev=oldincludedir ;;
1098 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1099 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1100 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1101 oldincludedir=$ac_optarg ;;
1103 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1104 ac_prev=prefix ;;
1105 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1106 prefix=$ac_optarg ;;
1108 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1109 | --program-pre | --program-pr | --program-p)
1110 ac_prev=program_prefix ;;
1111 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1112 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1113 program_prefix=$ac_optarg ;;
1115 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1116 | --program-suf | --program-su | --program-s)
1117 ac_prev=program_suffix ;;
1118 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1119 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1120 program_suffix=$ac_optarg ;;
1122 -program-transform-name | --program-transform-name \
1123 | --program-transform-nam | --program-transform-na \
1124 | --program-transform-n | --program-transform- \
1125 | --program-transform | --program-transfor \
1126 | --program-transfo | --program-transf \
1127 | --program-trans | --program-tran \
1128 | --progr-tra | --program-tr | --program-t)
1129 ac_prev=program_transform_name ;;
1130 -program-transform-name=* | --program-transform-name=* \
1131 | --program-transform-nam=* | --program-transform-na=* \
1132 | --program-transform-n=* | --program-transform-=* \
1133 | --program-transform=* | --program-transfor=* \
1134 | --program-transfo=* | --program-transf=* \
1135 | --program-trans=* | --program-tran=* \
1136 | --progr-tra=* | --program-tr=* | --program-t=*)
1137 program_transform_name=$ac_optarg ;;
1139 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1140 ac_prev=pdfdir ;;
1141 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1142 pdfdir=$ac_optarg ;;
1144 -psdir | --psdir | --psdi | --psd | --ps)
1145 ac_prev=psdir ;;
1146 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1147 psdir=$ac_optarg ;;
1149 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1150 | -silent | --silent | --silen | --sile | --sil)
1151 silent=yes ;;
1153 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1154 ac_prev=sbindir ;;
1155 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1156 | --sbi=* | --sb=*)
1157 sbindir=$ac_optarg ;;
1159 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1160 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1161 | --sharedst | --shareds | --shared | --share | --shar \
1162 | --sha | --sh)
1163 ac_prev=sharedstatedir ;;
1164 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1165 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1166 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1167 | --sha=* | --sh=*)
1168 sharedstatedir=$ac_optarg ;;
1170 -site | --site | --sit)
1171 ac_prev=site ;;
1172 -site=* | --site=* | --sit=*)
1173 site=$ac_optarg ;;
1175 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1176 ac_prev=srcdir ;;
1177 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1178 srcdir=$ac_optarg ;;
1180 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1181 | --syscon | --sysco | --sysc | --sys | --sy)
1182 ac_prev=sysconfdir ;;
1183 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1184 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1185 sysconfdir=$ac_optarg ;;
1187 -target | --target | --targe | --targ | --tar | --ta | --t)
1188 ac_prev=target_alias ;;
1189 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1190 target_alias=$ac_optarg ;;
1192 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1193 verbose=yes ;;
1195 -version | --version | --versio | --versi | --vers | -V)
1196 ac_init_version=: ;;
1198 -with-* | --with-*)
1199 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1200 # Reject names that are not valid shell variable names.
1201 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1202 as_fn_error $? "invalid package name: $ac_useropt"
1203 ac_useropt_orig=$ac_useropt
1204 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1205 case $ac_user_opts in
1207 "with_$ac_useropt"
1208 "*) ;;
1209 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1210 ac_unrecognized_sep=', ';;
1211 esac
1212 eval with_$ac_useropt=\$ac_optarg ;;
1214 -without-* | --without-*)
1215 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1216 # Reject names that are not valid shell variable names.
1217 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1218 as_fn_error $? "invalid package name: $ac_useropt"
1219 ac_useropt_orig=$ac_useropt
1220 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1221 case $ac_user_opts in
1223 "with_$ac_useropt"
1224 "*) ;;
1225 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1226 ac_unrecognized_sep=', ';;
1227 esac
1228 eval with_$ac_useropt=no ;;
1230 --x)
1231 # Obsolete; use --with-x.
1232 with_x=yes ;;
1234 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1235 | --x-incl | --x-inc | --x-in | --x-i)
1236 ac_prev=x_includes ;;
1237 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1238 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1239 x_includes=$ac_optarg ;;
1241 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1242 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1243 ac_prev=x_libraries ;;
1244 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1245 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1246 x_libraries=$ac_optarg ;;
1248 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1249 Try \`$0 --help' for more information"
1252 *=*)
1253 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1254 # Reject names that are not valid shell variable names.
1255 case $ac_envvar in #(
1256 '' | [0-9]* | *[!_$as_cr_alnum]* )
1257 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1258 esac
1259 eval $ac_envvar=\$ac_optarg
1260 export $ac_envvar ;;
1263 # FIXME: should be removed in autoconf 3.0.
1264 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1265 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1266 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1267 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1270 esac
1271 done
1273 if test -n "$ac_prev"; then
1274 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1275 as_fn_error $? "missing argument to $ac_option"
1278 if test -n "$ac_unrecognized_opts"; then
1279 case $enable_option_checking in
1280 no) ;;
1281 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1282 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1283 esac
1286 # Check all directory arguments for consistency.
1287 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1288 datadir sysconfdir sharedstatedir localstatedir includedir \
1289 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1290 libdir localedir mandir
1292 eval ac_val=\$$ac_var
1293 # Remove trailing slashes.
1294 case $ac_val in
1295 */ )
1296 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1297 eval $ac_var=\$ac_val;;
1298 esac
1299 # Be sure to have absolute directory names.
1300 case $ac_val in
1301 [\\/$]* | ?:[\\/]* ) continue;;
1302 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1303 esac
1304 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1305 done
1307 # There might be people who depend on the old broken behavior: `$host'
1308 # used to hold the argument of --host etc.
1309 # FIXME: To remove some day.
1310 build=$build_alias
1311 host=$host_alias
1312 target=$target_alias
1314 # FIXME: To remove some day.
1315 if test "x$host_alias" != x; then
1316 if test "x$build_alias" = x; then
1317 cross_compiling=maybe
1318 elif test "x$build_alias" != "x$host_alias"; then
1319 cross_compiling=yes
1323 ac_tool_prefix=
1324 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1326 test "$silent" = yes && exec 6>/dev/null
1329 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1330 ac_ls_di=`ls -di .` &&
1331 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1332 as_fn_error $? "working directory cannot be determined"
1333 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1334 as_fn_error $? "pwd does not report name of working directory"
1337 # Find the source files, if location was not specified.
1338 if test -z "$srcdir"; then
1339 ac_srcdir_defaulted=yes
1340 # Try the directory containing this script, then the parent directory.
1341 ac_confdir=`$as_dirname -- "$as_myself" ||
1342 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1343 X"$as_myself" : 'X\(//\)[^/]' \| \
1344 X"$as_myself" : 'X\(//\)$' \| \
1345 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1346 $as_echo X"$as_myself" |
1347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1348 s//\1/
1351 /^X\(\/\/\)[^/].*/{
1352 s//\1/
1355 /^X\(\/\/\)$/{
1356 s//\1/
1359 /^X\(\/\).*/{
1360 s//\1/
1363 s/.*/./; q'`
1364 srcdir=$ac_confdir
1365 if test ! -r "$srcdir/$ac_unique_file"; then
1366 srcdir=..
1368 else
1369 ac_srcdir_defaulted=no
1371 if test ! -r "$srcdir/$ac_unique_file"; then
1372 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1373 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1375 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1376 ac_abs_confdir=`(
1377 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1378 pwd)`
1379 # When building in place, set srcdir=.
1380 if test "$ac_abs_confdir" = "$ac_pwd"; then
1381 srcdir=.
1383 # Remove unnecessary trailing slashes from srcdir.
1384 # Double slashes in file names in object file debugging info
1385 # mess up M-x gdb in Emacs.
1386 case $srcdir in
1387 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1388 esac
1389 for ac_var in $ac_precious_vars; do
1390 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1391 eval ac_env_${ac_var}_value=\$${ac_var}
1392 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1393 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1394 done
1397 # Report the --help message.
1399 if test "$ac_init_help" = "long"; then
1400 # Omit some internal or obsolete options to make the list less imposing.
1401 # This message is too long to be a string in the A/UX 3.1 sh.
1402 cat <<_ACEOF
1403 \`configure' configures bfd 2.41.50 to adapt to many kinds of systems.
1405 Usage: $0 [OPTION]... [VAR=VALUE]...
1407 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1408 VAR=VALUE. See below for descriptions of some of the useful variables.
1410 Defaults for the options are specified in brackets.
1412 Configuration:
1413 -h, --help display this help and exit
1414 --help=short display options specific to this package
1415 --help=recursive display the short help of all the included packages
1416 -V, --version display version information and exit
1417 -q, --quiet, --silent do not print \`checking ...' messages
1418 --cache-file=FILE cache test results in FILE [disabled]
1419 -C, --config-cache alias for \`--cache-file=config.cache'
1420 -n, --no-create do not create output files
1421 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1423 Installation directories:
1424 --prefix=PREFIX install architecture-independent files in PREFIX
1425 [$ac_default_prefix]
1426 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1427 [PREFIX]
1429 By default, \`make install' will install all the files in
1430 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1431 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1432 for instance \`--prefix=\$HOME'.
1434 For better control, use the options below.
1436 Fine tuning of the installation directories:
1437 --bindir=DIR user executables [EPREFIX/bin]
1438 --sbindir=DIR system admin executables [EPREFIX/sbin]
1439 --libexecdir=DIR program executables [EPREFIX/libexec]
1440 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1441 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1442 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1443 --libdir=DIR object code libraries [EPREFIX/lib]
1444 --includedir=DIR C header files [PREFIX/include]
1445 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1446 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1447 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1448 --infodir=DIR info documentation [DATAROOTDIR/info]
1449 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1450 --mandir=DIR man documentation [DATAROOTDIR/man]
1451 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1452 --htmldir=DIR html documentation [DOCDIR]
1453 --dvidir=DIR dvi documentation [DOCDIR]
1454 --pdfdir=DIR pdf documentation [DOCDIR]
1455 --psdir=DIR ps documentation [DOCDIR]
1456 _ACEOF
1458 cat <<\_ACEOF
1460 Program names:
1461 --program-prefix=PREFIX prepend PREFIX to installed program names
1462 --program-suffix=SUFFIX append SUFFIX to installed program names
1463 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1465 System types:
1466 --build=BUILD configure for building on BUILD [guessed]
1467 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1468 --target=TARGET configure for building compilers for TARGET [HOST]
1469 _ACEOF
1472 if test -n "$ac_init_help"; then
1473 case $ac_init_help in
1474 short | recursive ) echo "Configuration of bfd 2.41.50:";;
1475 esac
1476 cat <<\_ACEOF
1478 Optional Features:
1479 --disable-option-checking ignore unrecognized --enable/--with options
1480 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1481 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1482 --enable-silent-rules less verbose build output (undo: "make V=1")
1483 --disable-silent-rules verbose build output (undo: "make V=0")
1484 --enable-shared[=PKGS] build shared libraries [default=no]
1485 --enable-dependency-tracking
1486 do not reject slow dependency extractors
1487 --disable-dependency-tracking
1488 speeds up one-time build
1489 --enable-static[=PKGS] build static libraries [default=yes]
1490 --enable-fast-install[=PKGS]
1491 optimize for fast installation [default=yes]
1492 --disable-libtool-lock avoid locking (might break parallel builds)
1493 --enable-plugins Enable support for plugins
1494 --disable-largefile omit support for large files
1495 --enable-checking enable run-time checks
1496 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1497 --enable-targets alternative target configurations
1498 --enable-64-bit-archive force 64-bit archives
1499 --enable-secureplt Default to creating read-only plt entries
1500 --enable-separate-code enable -z separate-code in ELF linker by default
1501 --enable-leading-mingw64-underscores
1502 Enable leading underscores on 64 bit mingw targets
1503 --enable-werror treat compile warnings as errors
1504 --enable-build-warnings enable build-time compiler warnings
1505 --enable-maintainer-mode
1506 enable make rules and dependencies not useful (and
1507 sometimes confusing) to the casual installer
1508 --enable-install-libbfd controls installation of libbfd and related headers
1509 --disable-nls do not use Native Language Support
1511 Optional Packages:
1512 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1513 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1514 --with-pic try to use only PIC/non-PIC objects [default=use
1515 both]
1516 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1517 --with-mmap try using mmap for BFD input files if available
1518 --with-separate-debug-dir=DIR
1519 Look for global separate debug info in DIR
1520 [[default=LIBDIR/debug]]
1521 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1522 Binutils"
1523 --with-bugurl=URL Direct users to URL to report a bug
1524 --with-system-zlib use installed libz
1525 --with-zstd support zstd compressed debug sections
1526 (default=auto)
1528 Some influential environment variables:
1529 CC C compiler command
1530 CFLAGS C compiler flags
1531 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1532 nonstandard directory <lib dir>
1533 LIBS libraries to pass to the linker, e.g. -l<library>
1534 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1535 you have headers in a nonstandard directory <include dir>
1536 CPP C preprocessor
1537 PKG_CONFIG path to pkg-config utility
1538 PKG_CONFIG_PATH
1539 directories to add to pkg-config's search path
1540 PKG_CONFIG_LIBDIR
1541 path overriding pkg-config's built-in search path
1542 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1543 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
1545 Use these variables to override the choices made by `configure' or to help
1546 it to find libraries and programs with nonstandard names/locations.
1548 Report bugs to the package provider.
1549 _ACEOF
1550 ac_status=$?
1553 if test "$ac_init_help" = "recursive"; then
1554 # If there are subdirs, report their specific --help.
1555 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1556 test -d "$ac_dir" ||
1557 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1558 continue
1559 ac_builddir=.
1561 case "$ac_dir" in
1562 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1564 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1565 # A ".." for each directory in $ac_dir_suffix.
1566 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1567 case $ac_top_builddir_sub in
1568 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1569 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1570 esac ;;
1571 esac
1572 ac_abs_top_builddir=$ac_pwd
1573 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1574 # for backward compatibility:
1575 ac_top_builddir=$ac_top_build_prefix
1577 case $srcdir in
1578 .) # We are building in place.
1579 ac_srcdir=.
1580 ac_top_srcdir=$ac_top_builddir_sub
1581 ac_abs_top_srcdir=$ac_pwd ;;
1582 [\\/]* | ?:[\\/]* ) # Absolute name.
1583 ac_srcdir=$srcdir$ac_dir_suffix;
1584 ac_top_srcdir=$srcdir
1585 ac_abs_top_srcdir=$srcdir ;;
1586 *) # Relative name.
1587 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1588 ac_top_srcdir=$ac_top_build_prefix$srcdir
1589 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1590 esac
1591 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1593 cd "$ac_dir" || { ac_status=$?; continue; }
1594 # Check for guested configure.
1595 if test -f "$ac_srcdir/configure.gnu"; then
1596 echo &&
1597 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1598 elif test -f "$ac_srcdir/configure"; then
1599 echo &&
1600 $SHELL "$ac_srcdir/configure" --help=recursive
1601 else
1602 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1603 fi || ac_status=$?
1604 cd "$ac_pwd" || { ac_status=$?; break; }
1605 done
1608 test -n "$ac_init_help" && exit $ac_status
1609 if $ac_init_version; then
1610 cat <<\_ACEOF
1611 bfd configure 2.41.50
1612 generated by GNU Autoconf 2.69
1614 Copyright (C) 2012 Free Software Foundation, Inc.
1615 This configure script is free software; the Free Software Foundation
1616 gives unlimited permission to copy, distribute and modify it.
1617 _ACEOF
1618 exit
1621 ## ------------------------ ##
1622 ## Autoconf initialization. ##
1623 ## ------------------------ ##
1625 # ac_fn_c_try_compile LINENO
1626 # --------------------------
1627 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1628 ac_fn_c_try_compile ()
1630 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1631 rm -f conftest.$ac_objext
1632 if { { ac_try="$ac_compile"
1633 case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636 esac
1637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_compile") 2>conftest.err
1640 ac_status=$?
1641 if test -s conftest.err; then
1642 grep -v '^ *+' conftest.err >conftest.er1
1643 cat conftest.er1 >&5
1644 mv -f conftest.er1 conftest.err
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } && {
1648 test -z "$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 } && test -s conftest.$ac_objext; then :
1651 ac_retval=0
1652 else
1653 $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.$ac_ext >&5
1656 ac_retval=1
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status $ac_retval
1661 } # ac_fn_c_try_compile
1663 # ac_fn_c_try_cpp LINENO
1664 # ----------------------
1665 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1666 ac_fn_c_try_cpp ()
1668 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1669 if { { ac_try="$ac_cpp conftest.$ac_ext"
1670 case "(($ac_try" in
1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1673 esac
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1677 ac_status=$?
1678 if test -s conftest.err; then
1679 grep -v '^ *+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } > conftest.i && {
1685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1687 }; then :
1688 ac_retval=0
1689 else
1690 $as_echo "$as_me: failed program was:" >&5
1691 sed 's/^/| /' conftest.$ac_ext >&5
1693 ac_retval=1
1695 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1696 as_fn_set_status $ac_retval
1698 } # ac_fn_c_try_cpp
1700 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1701 # -------------------------------------------------------
1702 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1703 # the include files in INCLUDES and setting the cache variable VAR
1704 # accordingly.
1705 ac_fn_c_check_header_mongrel ()
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 if eval \${$3+:} false; then :
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710 $as_echo_n "checking for $2... " >&6; }
1711 if eval \${$3+:} false; then :
1712 $as_echo_n "(cached) " >&6
1714 eval ac_res=\$$3
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1716 $as_echo "$ac_res" >&6; }
1717 else
1718 # Is the header compilable?
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1720 $as_echo_n "checking $2 usability... " >&6; }
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1722 /* end confdefs.h. */
1724 #include <$2>
1725 _ACEOF
1726 if ac_fn_c_try_compile "$LINENO"; then :
1727 ac_header_compiler=yes
1728 else
1729 ac_header_compiler=no
1731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1733 $as_echo "$ac_header_compiler" >&6; }
1735 # Is the header present?
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1737 $as_echo_n "checking $2 presence... " >&6; }
1738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1739 /* end confdefs.h. */
1740 #include <$2>
1741 _ACEOF
1742 if ac_fn_c_try_cpp "$LINENO"; then :
1743 ac_header_preproc=yes
1744 else
1745 ac_header_preproc=no
1747 rm -f conftest.err conftest.i conftest.$ac_ext
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1749 $as_echo "$ac_header_preproc" >&6; }
1751 # So? What about this header?
1752 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1753 yes:no: )
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1755 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1757 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1759 no:yes:* )
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1761 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1763 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1765 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1767 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1771 esac
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773 $as_echo_n "checking for $2... " >&6; }
1774 if eval \${$3+:} false; then :
1775 $as_echo_n "(cached) " >&6
1776 else
1777 eval "$3=\$ac_header_compiler"
1779 eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781 $as_echo "$ac_res" >&6; }
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1785 } # ac_fn_c_check_header_mongrel
1787 # ac_fn_c_try_run LINENO
1788 # ----------------------
1789 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1790 # that executables *can* be run.
1791 ac_fn_c_try_run ()
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 if { { ac_try="$ac_link"
1795 case "(($ac_try" in
1796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797 *) ac_try_echo=$ac_try;;
1798 esac
1799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_link") 2>&5
1802 ac_status=$?
1803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1805 { { case "(($ac_try" in
1806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_try") 2>&5
1812 ac_status=$?
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; }; }; then :
1815 ac_retval=0
1816 else
1817 $as_echo "$as_me: program exited with status $ac_status" >&5
1818 $as_echo "$as_me: failed program was:" >&5
1819 sed 's/^/| /' conftest.$ac_ext >&5
1821 ac_retval=$ac_status
1823 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825 as_fn_set_status $ac_retval
1827 } # ac_fn_c_try_run
1829 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1830 # -------------------------------------------------------
1831 # Tests whether HEADER exists and can be compiled using the include files in
1832 # INCLUDES, setting the cache variable VAR accordingly.
1833 ac_fn_c_check_header_compile ()
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837 $as_echo_n "checking for $2... " >&6; }
1838 if eval \${$3+:} false; then :
1839 $as_echo_n "(cached) " >&6
1840 else
1841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842 /* end confdefs.h. */
1844 #include <$2>
1845 _ACEOF
1846 if ac_fn_c_try_compile "$LINENO"; then :
1847 eval "$3=yes"
1848 else
1849 eval "$3=no"
1851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1853 eval ac_res=\$$3
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855 $as_echo "$ac_res" >&6; }
1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1858 } # ac_fn_c_check_header_compile
1860 # ac_fn_c_try_link LINENO
1861 # -----------------------
1862 # Try to link conftest.$ac_ext, and return whether this succeeded.
1863 ac_fn_c_try_link ()
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866 rm -f conftest.$ac_objext conftest$ac_exeext
1867 if { { ac_try="$ac_link"
1868 case "(($ac_try" in
1869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1870 *) ac_try_echo=$ac_try;;
1871 esac
1872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1873 $as_echo "$ac_try_echo"; } >&5
1874 (eval "$ac_link") 2>conftest.err
1875 ac_status=$?
1876 if test -s conftest.err; then
1877 grep -v '^ *+' conftest.err >conftest.er1
1878 cat conftest.er1 >&5
1879 mv -f conftest.er1 conftest.err
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; } && {
1883 test -z "$ac_c_werror_flag" ||
1884 test ! -s conftest.err
1885 } && test -s conftest$ac_exeext && {
1886 test "$cross_compiling" = yes ||
1887 test -x conftest$ac_exeext
1888 }; then :
1889 ac_retval=0
1890 else
1891 $as_echo "$as_me: failed program was:" >&5
1892 sed 's/^/| /' conftest.$ac_ext >&5
1894 ac_retval=1
1896 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1897 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1898 # interfere with the next link command; also delete a directory that is
1899 # left behind by Apple's compiler. We do this before executing the actions.
1900 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 as_fn_set_status $ac_retval
1904 } # ac_fn_c_try_link
1906 # ac_fn_c_check_func LINENO FUNC VAR
1907 # ----------------------------------
1908 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1909 ac_fn_c_check_func ()
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1913 $as_echo_n "checking for $2... " >&6; }
1914 if eval \${$3+:} false; then :
1915 $as_echo_n "(cached) " >&6
1916 else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1921 #define $2 innocuous_$2
1923 /* System header to define __stub macros and hopefully few prototypes,
1924 which can conflict with char $2 (); below.
1925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1926 <limits.h> exists even on freestanding compilers. */
1928 #ifdef __STDC__
1929 # include <limits.h>
1930 #else
1931 # include <assert.h>
1932 #endif
1934 #undef $2
1936 /* Override any GCC internal prototype to avoid an error.
1937 Use char because int might match the return type of a GCC
1938 builtin and then its argument prototype would still apply. */
1939 #ifdef __cplusplus
1940 extern "C"
1941 #endif
1942 char $2 ();
1943 /* The GNU C library defines this for functions which it implements
1944 to always fail with ENOSYS. Some functions are actually named
1945 something starting with __ and the normal name is an alias. */
1946 #if defined __stub_$2 || defined __stub___$2
1947 choke me
1948 #endif
1951 main ()
1953 return $2 ();
1955 return 0;
1957 _ACEOF
1958 if ac_fn_c_try_link "$LINENO"; then :
1959 eval "$3=yes"
1960 else
1961 eval "$3=no"
1963 rm -f core conftest.err conftest.$ac_objext \
1964 conftest$ac_exeext conftest.$ac_ext
1966 eval ac_res=\$$3
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1968 $as_echo "$ac_res" >&6; }
1969 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1971 } # ac_fn_c_check_func
1973 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1974 # --------------------------------------------
1975 # Tries to find the compile-time value of EXPR in a program that includes
1976 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1977 # computed
1978 ac_fn_c_compute_int ()
1980 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1981 if test "$cross_compiling" = yes; then
1982 # Depending upon the size, compute the lo and hi bounds.
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h. */
1987 main ()
1989 static int test_array [1 - 2 * !(($2) >= 0)];
1990 test_array [0] = 0;
1991 return test_array [0];
1994 return 0;
1996 _ACEOF
1997 if ac_fn_c_try_compile "$LINENO"; then :
1998 ac_lo=0 ac_mid=0
1999 while :; do
2000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2001 /* end confdefs.h. */
2004 main ()
2006 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2007 test_array [0] = 0;
2008 return test_array [0];
2011 return 0;
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015 ac_hi=$ac_mid; break
2016 else
2017 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2018 if test $ac_lo -le $ac_mid; then
2019 ac_lo= ac_hi=
2020 break
2022 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2025 done
2026 else
2027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2028 /* end confdefs.h. */
2031 main ()
2033 static int test_array [1 - 2 * !(($2) < 0)];
2034 test_array [0] = 0;
2035 return test_array [0];
2038 return 0;
2040 _ACEOF
2041 if ac_fn_c_try_compile "$LINENO"; then :
2042 ac_hi=-1 ac_mid=-1
2043 while :; do
2044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2045 /* end confdefs.h. */
2048 main ()
2050 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2051 test_array [0] = 0;
2052 return test_array [0];
2055 return 0;
2057 _ACEOF
2058 if ac_fn_c_try_compile "$LINENO"; then :
2059 ac_lo=$ac_mid; break
2060 else
2061 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2062 if test $ac_mid -le $ac_hi; then
2063 ac_lo= ac_hi=
2064 break
2066 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2069 done
2070 else
2071 ac_lo= ac_hi=
2073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2076 # Binary search between lo and hi bounds.
2077 while test "x$ac_lo" != "x$ac_hi"; do
2078 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2080 /* end confdefs.h. */
2083 main ()
2085 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2086 test_array [0] = 0;
2087 return test_array [0];
2090 return 0;
2092 _ACEOF
2093 if ac_fn_c_try_compile "$LINENO"; then :
2094 ac_hi=$ac_mid
2095 else
2096 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 done
2100 case $ac_lo in #((
2101 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2102 '') ac_retval=1 ;;
2103 esac
2104 else
2105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2106 /* end confdefs.h. */
2108 static long int longval () { return $2; }
2109 static unsigned long int ulongval () { return $2; }
2110 #include <stdio.h>
2111 #include <stdlib.h>
2113 main ()
2116 FILE *f = fopen ("conftest.val", "w");
2117 if (! f)
2118 return 1;
2119 if (($2) < 0)
2121 long int i = longval ();
2122 if (i != ($2))
2123 return 1;
2124 fprintf (f, "%ld", i);
2126 else
2128 unsigned long int i = ulongval ();
2129 if (i != ($2))
2130 return 1;
2131 fprintf (f, "%lu", i);
2133 /* Do not output a trailing newline, as this causes \r\n confusion
2134 on some platforms. */
2135 return ferror (f) || fclose (f) != 0;
2138 return 0;
2140 _ACEOF
2141 if ac_fn_c_try_run "$LINENO"; then :
2142 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2143 else
2144 ac_retval=1
2146 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2147 conftest.$ac_objext conftest.beam conftest.$ac_ext
2148 rm -f conftest.val
2151 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2152 as_fn_set_status $ac_retval
2154 } # ac_fn_c_compute_int
2156 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2157 # ---------------------------------------------
2158 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2159 # accordingly.
2160 ac_fn_c_check_decl ()
2162 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2163 as_decl_name=`echo $2|sed 's/ *(.*//'`
2164 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2166 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2167 if eval \${$3+:} false; then :
2168 $as_echo_n "(cached) " >&6
2169 else
2170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2171 /* end confdefs.h. */
2174 main ()
2176 #ifndef $as_decl_name
2177 #ifdef __cplusplus
2178 (void) $as_decl_use;
2179 #else
2180 (void) $as_decl_name;
2181 #endif
2182 #endif
2185 return 0;
2187 _ACEOF
2188 if ac_fn_c_try_compile "$LINENO"; then :
2189 eval "$3=yes"
2190 else
2191 eval "$3=no"
2193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2195 eval ac_res=\$$3
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2197 $as_echo "$ac_res" >&6; }
2198 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2200 } # ac_fn_c_check_decl
2201 cat >config.log <<_ACEOF
2202 This file contains any messages produced by compilers while
2203 running configure, to aid debugging if configure makes a mistake.
2205 It was created by bfd $as_me 2.41.50, which was
2206 generated by GNU Autoconf 2.69. Invocation command line was
2208 $ $0 $@
2210 _ACEOF
2211 exec 5>>config.log
2213 cat <<_ASUNAME
2214 ## --------- ##
2215 ## Platform. ##
2216 ## --------- ##
2218 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2219 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2220 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2221 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2222 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2224 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2225 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2227 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2228 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2229 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2230 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2231 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2232 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2233 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2235 _ASUNAME
2237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2238 for as_dir in $PATH
2240 IFS=$as_save_IFS
2241 test -z "$as_dir" && as_dir=.
2242 $as_echo "PATH: $as_dir"
2243 done
2244 IFS=$as_save_IFS
2246 } >&5
2248 cat >&5 <<_ACEOF
2251 ## ----------- ##
2252 ## Core tests. ##
2253 ## ----------- ##
2255 _ACEOF
2258 # Keep a trace of the command line.
2259 # Strip out --no-create and --no-recursion so they do not pile up.
2260 # Strip out --silent because we don't want to record it for future runs.
2261 # Also quote any args containing shell meta-characters.
2262 # Make two passes to allow for proper duplicate-argument suppression.
2263 ac_configure_args=
2264 ac_configure_args0=
2265 ac_configure_args1=
2266 ac_must_keep_next=false
2267 for ac_pass in 1 2
2269 for ac_arg
2271 case $ac_arg in
2272 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2273 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2274 | -silent | --silent | --silen | --sile | --sil)
2275 continue ;;
2276 *\'*)
2277 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2278 esac
2279 case $ac_pass in
2280 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2282 as_fn_append ac_configure_args1 " '$ac_arg'"
2283 if test $ac_must_keep_next = true; then
2284 ac_must_keep_next=false # Got value, back to normal.
2285 else
2286 case $ac_arg in
2287 *=* | --config-cache | -C | -disable-* | --disable-* \
2288 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2289 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2290 | -with-* | --with-* | -without-* | --without-* | --x)
2291 case "$ac_configure_args0 " in
2292 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2293 esac
2295 -* ) ac_must_keep_next=true ;;
2296 esac
2298 as_fn_append ac_configure_args " '$ac_arg'"
2300 esac
2301 done
2302 done
2303 { ac_configure_args0=; unset ac_configure_args0;}
2304 { ac_configure_args1=; unset ac_configure_args1;}
2306 # When interrupted or exit'd, cleanup temporary files, and complete
2307 # config.log. We remove comments because anyway the quotes in there
2308 # would cause problems or look ugly.
2309 # WARNING: Use '\'' to represent an apostrophe within the trap.
2310 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2311 trap 'exit_status=$?
2312 # Save into config.log some information that might help in debugging.
2314 echo
2316 $as_echo "## ---------------- ##
2317 ## Cache variables. ##
2318 ## ---------------- ##"
2319 echo
2320 # The following way of writing the cache mishandles newlines in values,
2322 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2323 eval ac_val=\$$ac_var
2324 case $ac_val in #(
2325 *${as_nl}*)
2326 case $ac_var in #(
2327 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2328 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2329 esac
2330 case $ac_var in #(
2331 _ | IFS | as_nl) ;; #(
2332 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2333 *) { eval $ac_var=; unset $ac_var;} ;;
2334 esac ;;
2335 esac
2336 done
2337 (set) 2>&1 |
2338 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2339 *${as_nl}ac_space=\ *)
2340 sed -n \
2341 "s/'\''/'\''\\\\'\'''\''/g;
2342 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2343 ;; #(
2345 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2347 esac |
2348 sort
2350 echo
2352 $as_echo "## ----------------- ##
2353 ## Output variables. ##
2354 ## ----------------- ##"
2355 echo
2356 for ac_var in $ac_subst_vars
2358 eval ac_val=\$$ac_var
2359 case $ac_val in
2360 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2361 esac
2362 $as_echo "$ac_var='\''$ac_val'\''"
2363 done | sort
2364 echo
2366 if test -n "$ac_subst_files"; then
2367 $as_echo "## ------------------- ##
2368 ## File substitutions. ##
2369 ## ------------------- ##"
2370 echo
2371 for ac_var in $ac_subst_files
2373 eval ac_val=\$$ac_var
2374 case $ac_val in
2375 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2376 esac
2377 $as_echo "$ac_var='\''$ac_val'\''"
2378 done | sort
2379 echo
2382 if test -s confdefs.h; then
2383 $as_echo "## ----------- ##
2384 ## confdefs.h. ##
2385 ## ----------- ##"
2386 echo
2387 cat confdefs.h
2388 echo
2390 test "$ac_signal" != 0 &&
2391 $as_echo "$as_me: caught signal $ac_signal"
2392 $as_echo "$as_me: exit $exit_status"
2393 } >&5
2394 rm -f core *.core core.conftest.* &&
2395 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2396 exit $exit_status
2398 for ac_signal in 1 2 13 15; do
2399 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2400 done
2401 ac_signal=0
2403 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2404 rm -f -r conftest* confdefs.h
2406 $as_echo "/* confdefs.h */" > confdefs.h
2408 # Predefined preprocessor variables.
2410 cat >>confdefs.h <<_ACEOF
2411 #define PACKAGE_NAME "$PACKAGE_NAME"
2412 _ACEOF
2414 cat >>confdefs.h <<_ACEOF
2415 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2416 _ACEOF
2418 cat >>confdefs.h <<_ACEOF
2419 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2420 _ACEOF
2422 cat >>confdefs.h <<_ACEOF
2423 #define PACKAGE_STRING "$PACKAGE_STRING"
2424 _ACEOF
2426 cat >>confdefs.h <<_ACEOF
2427 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2428 _ACEOF
2430 cat >>confdefs.h <<_ACEOF
2431 #define PACKAGE_URL "$PACKAGE_URL"
2432 _ACEOF
2435 # Let the site file select an alternate cache file if it wants to.
2436 # Prefer an explicitly selected file to automatically selected ones.
2437 ac_site_file1=NONE
2438 ac_site_file2=NONE
2439 if test -n "$CONFIG_SITE"; then
2440 # We do not want a PATH search for config.site.
2441 case $CONFIG_SITE in #((
2442 -*) ac_site_file1=./$CONFIG_SITE;;
2443 */*) ac_site_file1=$CONFIG_SITE;;
2444 *) ac_site_file1=./$CONFIG_SITE;;
2445 esac
2446 elif test "x$prefix" != xNONE; then
2447 ac_site_file1=$prefix/share/config.site
2448 ac_site_file2=$prefix/etc/config.site
2449 else
2450 ac_site_file1=$ac_default_prefix/share/config.site
2451 ac_site_file2=$ac_default_prefix/etc/config.site
2453 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2455 test "x$ac_site_file" = xNONE && continue
2456 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2458 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2459 sed 's/^/| /' "$ac_site_file" >&5
2460 . "$ac_site_file" \
2461 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2462 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2463 as_fn_error $? "failed to load site script $ac_site_file
2464 See \`config.log' for more details" "$LINENO" 5; }
2466 done
2468 if test -r "$cache_file"; then
2469 # Some versions of bash will fail to source /dev/null (special files
2470 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2471 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2473 $as_echo "$as_me: loading cache $cache_file" >&6;}
2474 case $cache_file in
2475 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2476 *) . "./$cache_file";;
2477 esac
2479 else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2481 $as_echo "$as_me: creating cache $cache_file" >&6;}
2482 >$cache_file
2485 as_fn_append ac_header_list " stdlib.h"
2486 as_fn_append ac_header_list " unistd.h"
2487 as_fn_append ac_header_list " sys/param.h"
2488 # Check that the precious variables saved in the cache have kept the same
2489 # value.
2490 ac_cache_corrupted=false
2491 for ac_var in $ac_precious_vars; do
2492 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2493 eval ac_new_set=\$ac_env_${ac_var}_set
2494 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2495 eval ac_new_val=\$ac_env_${ac_var}_value
2496 case $ac_old_set,$ac_new_set in
2497 set,)
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2499 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2500 ac_cache_corrupted=: ;;
2501 ,set)
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2503 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2504 ac_cache_corrupted=: ;;
2505 ,);;
2507 if test "x$ac_old_val" != "x$ac_new_val"; then
2508 # differences in whitespace do not lead to failure.
2509 ac_old_val_w=`echo x $ac_old_val`
2510 ac_new_val_w=`echo x $ac_new_val`
2511 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2513 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2514 ac_cache_corrupted=:
2515 else
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2517 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2518 eval $ac_var=\$ac_old_val
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2521 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2523 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2524 fi;;
2525 esac
2526 # Pass precious variables to config.status.
2527 if test "$ac_new_set" = set; then
2528 case $ac_new_val in
2529 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2530 *) ac_arg=$ac_var=$ac_new_val ;;
2531 esac
2532 case " $ac_configure_args " in
2533 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2534 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2535 esac
2537 done
2538 if $ac_cache_corrupted; then
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2542 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2543 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2545 ## -------------------- ##
2546 ## Main body of script. ##
2547 ## -------------------- ##
2549 ac_ext=c
2550 ac_cpp='$CPP $CPPFLAGS'
2551 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2552 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2553 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2561 ac_aux_dir=
2562 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2563 if test -f "$ac_dir/install-sh"; then
2564 ac_aux_dir=$ac_dir
2565 ac_install_sh="$ac_aux_dir/install-sh -c"
2566 break
2567 elif test -f "$ac_dir/install.sh"; then
2568 ac_aux_dir=$ac_dir
2569 ac_install_sh="$ac_aux_dir/install.sh -c"
2570 break
2571 elif test -f "$ac_dir/shtool"; then
2572 ac_aux_dir=$ac_dir
2573 ac_install_sh="$ac_aux_dir/shtool install -c"
2574 break
2576 done
2577 if test -z "$ac_aux_dir"; then
2578 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2581 # These three variables are undocumented and unsupported,
2582 # and are intended to be withdrawn in a future Autoconf release.
2583 # They can cause serious problems if a builder's source tree is in a directory
2584 # whose full name contains unusual characters.
2585 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2586 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2587 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2590 # Make sure we can run config.sub.
2591 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2592 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2595 $as_echo_n "checking build system type... " >&6; }
2596 if ${ac_cv_build+:} false; then :
2597 $as_echo_n "(cached) " >&6
2598 else
2599 ac_build_alias=$build_alias
2600 test "x$ac_build_alias" = x &&
2601 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2602 test "x$ac_build_alias" = x &&
2603 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2604 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2605 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2609 $as_echo "$ac_cv_build" >&6; }
2610 case $ac_cv_build in
2611 *-*-*) ;;
2612 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2613 esac
2614 build=$ac_cv_build
2615 ac_save_IFS=$IFS; IFS='-'
2616 set x $ac_cv_build
2617 shift
2618 build_cpu=$1
2619 build_vendor=$2
2620 shift; shift
2621 # Remember, the first character of IFS is used to create $*,
2622 # except with old shells:
2623 build_os=$*
2624 IFS=$ac_save_IFS
2625 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2629 $as_echo_n "checking host system type... " >&6; }
2630 if ${ac_cv_host+:} false; then :
2631 $as_echo_n "(cached) " >&6
2632 else
2633 if test "x$host_alias" = x; then
2634 ac_cv_host=$ac_cv_build
2635 else
2636 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2637 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2642 $as_echo "$ac_cv_host" >&6; }
2643 case $ac_cv_host in
2644 *-*-*) ;;
2645 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2646 esac
2647 host=$ac_cv_host
2648 ac_save_IFS=$IFS; IFS='-'
2649 set x $ac_cv_host
2650 shift
2651 host_cpu=$1
2652 host_vendor=$2
2653 shift; shift
2654 # Remember, the first character of IFS is used to create $*,
2655 # except with old shells:
2656 host_os=$*
2657 IFS=$ac_save_IFS
2658 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2662 $as_echo_n "checking target system type... " >&6; }
2663 if ${ac_cv_target+:} false; then :
2664 $as_echo_n "(cached) " >&6
2665 else
2666 if test "x$target_alias" = x; then
2667 ac_cv_target=$ac_cv_host
2668 else
2669 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2670 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2675 $as_echo "$ac_cv_target" >&6; }
2676 case $ac_cv_target in
2677 *-*-*) ;;
2678 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2679 esac
2680 target=$ac_cv_target
2681 ac_save_IFS=$IFS; IFS='-'
2682 set x $ac_cv_target
2683 shift
2684 target_cpu=$1
2685 target_vendor=$2
2686 shift; shift
2687 # Remember, the first character of IFS is used to create $*,
2688 # except with old shells:
2689 target_os=$*
2690 IFS=$ac_save_IFS
2691 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2694 # The aliases save the names the user supplied, while $host etc.
2695 # will get canonicalized.
2696 test -n "$target_alias" &&
2697 test "$program_prefix$program_suffix$program_transform_name" = \
2698 NONENONEs,x,x, &&
2699 program_prefix=${target_alias}-
2701 am__api_version='1.15'
2703 # Find a good install program. We prefer a C program (faster),
2704 # so one script is as good as another. But avoid the broken or
2705 # incompatible versions:
2706 # SysV /etc/install, /usr/sbin/install
2707 # SunOS /usr/etc/install
2708 # IRIX /sbin/install
2709 # AIX /bin/install
2710 # AmigaOS /C/install, which installs bootblocks on floppy discs
2711 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2712 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2713 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2714 # OS/2's system install, which has a completely different semantic
2715 # ./install, which can be erroneously created by make from ./install.sh.
2716 # Reject install programs that cannot install multiple files.
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2718 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2719 if test -z "$INSTALL"; then
2720 if ${ac_cv_path_install+:} false; then :
2721 $as_echo_n "(cached) " >&6
2722 else
2723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2724 for as_dir in $PATH
2726 IFS=$as_save_IFS
2727 test -z "$as_dir" && as_dir=.
2728 # Account for people who put trailing slashes in PATH elements.
2729 case $as_dir/ in #((
2730 ./ | .// | /[cC]/* | \
2731 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2732 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2733 /usr/ucb/* ) ;;
2735 # OSF1 and SCO ODT 3.0 have their own names for install.
2736 # Don't use installbsd from OSF since it installs stuff as root
2737 # by default.
2738 for ac_prog in ginstall scoinst install; do
2739 for ac_exec_ext in '' $ac_executable_extensions; do
2740 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2741 if test $ac_prog = install &&
2742 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2743 # AIX install. It has an incompatible calling convention.
2745 elif test $ac_prog = install &&
2746 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2747 # program-specific install script used by HP pwplus--don't use.
2749 else
2750 rm -rf conftest.one conftest.two conftest.dir
2751 echo one > conftest.one
2752 echo two > conftest.two
2753 mkdir conftest.dir
2754 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2755 test -s conftest.one && test -s conftest.two &&
2756 test -s conftest.dir/conftest.one &&
2757 test -s conftest.dir/conftest.two
2758 then
2759 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2760 break 3
2764 done
2765 done
2767 esac
2769 done
2770 IFS=$as_save_IFS
2772 rm -rf conftest.one conftest.two conftest.dir
2775 if test "${ac_cv_path_install+set}" = set; then
2776 INSTALL=$ac_cv_path_install
2777 else
2778 # As a last resort, use the slow shell script. Don't cache a
2779 # value for INSTALL within a source directory, because that will
2780 # break other packages using the cache if that directory is
2781 # removed, or if the value is a relative name.
2782 INSTALL=$ac_install_sh
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2786 $as_echo "$INSTALL" >&6; }
2788 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2789 # It thinks the first close brace ends the variable substitution.
2790 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2792 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2794 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2797 $as_echo_n "checking whether build environment is sane... " >&6; }
2798 # Reject unsafe characters in $srcdir or the absolute working directory
2799 # name. Accept space and tab only in the latter.
2800 am_lf='
2802 case `pwd` in
2803 *[\\\"\#\$\&\'\`$am_lf]*)
2804 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2805 esac
2806 case $srcdir in
2807 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2808 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2809 esac
2811 # Do 'set' in a subshell so we don't clobber the current shell's
2812 # arguments. Must try -L first in case configure is actually a
2813 # symlink; some systems play weird games with the mod time of symlinks
2814 # (eg FreeBSD returns the mod time of the symlink's containing
2815 # directory).
2816 if (
2817 am_has_slept=no
2818 for am_try in 1 2; do
2819 echo "timestamp, slept: $am_has_slept" > conftest.file
2820 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2821 if test "$*" = "X"; then
2822 # -L didn't work.
2823 set X `ls -t "$srcdir/configure" conftest.file`
2825 if test "$*" != "X $srcdir/configure conftest.file" \
2826 && test "$*" != "X conftest.file $srcdir/configure"; then
2828 # If neither matched, then we have a broken ls. This can happen
2829 # if, for instance, CONFIG_SHELL is bash and it inherits a
2830 # broken ls alias from the environment. This has actually
2831 # happened. Such a system could not be considered "sane".
2832 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2833 alias in your environment" "$LINENO" 5
2835 if test "$2" = conftest.file || test $am_try -eq 2; then
2836 break
2838 # Just in case.
2839 sleep 1
2840 am_has_slept=yes
2841 done
2842 test "$2" = conftest.file
2844 then
2845 # Ok.
2847 else
2848 as_fn_error $? "newly created file is older than distributed files!
2849 Check your system clock" "$LINENO" 5
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2852 $as_echo "yes" >&6; }
2853 # If we didn't sleep, we still need to ensure time stamps of config.status and
2854 # generated files are strictly newer.
2855 am_sleep_pid=
2856 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2857 ( sleep 1 ) &
2858 am_sleep_pid=$!
2861 rm -f conftest.file
2863 test "$program_prefix" != NONE &&
2864 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2865 # Use a double $ so make ignores it.
2866 test "$program_suffix" != NONE &&
2867 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2868 # Double any \ or $.
2869 # By default was `s,x,x', remove it if useless.
2870 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2871 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2873 # Expand $ac_aux_dir to an absolute path.
2874 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2876 if test x"${MISSING+set}" != xset; then
2877 case $am_aux_dir in
2878 *\ * | *\ *)
2879 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2881 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2882 esac
2884 # Use eval to expand $SHELL
2885 if eval "$MISSING --is-lightweight"; then
2886 am_missing_run="$MISSING "
2887 else
2888 am_missing_run=
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2890 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2893 if test x"${install_sh+set}" != xset; then
2894 case $am_aux_dir in
2895 *\ * | *\ *)
2896 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2898 install_sh="\${SHELL} $am_aux_dir/install-sh"
2899 esac
2902 # Installed binaries are usually stripped using 'strip' when the user
2903 # run "make install-strip". However 'strip' might not be the right
2904 # tool to use in cross-compilation environments, therefore Automake
2905 # will honor the 'STRIP' environment variable to overrule this program.
2906 if test "$cross_compiling" != no; then
2907 if test -n "$ac_tool_prefix"; then
2908 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2909 set dummy ${ac_tool_prefix}strip; ac_word=$2
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2911 $as_echo_n "checking for $ac_word... " >&6; }
2912 if ${ac_cv_prog_STRIP+:} false; then :
2913 $as_echo_n "(cached) " >&6
2914 else
2915 if test -n "$STRIP"; then
2916 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2917 else
2918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919 for as_dir in $PATH
2921 IFS=$as_save_IFS
2922 test -z "$as_dir" && as_dir=.
2923 for ac_exec_ext in '' $ac_executable_extensions; do
2924 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2925 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2927 break 2
2929 done
2930 done
2931 IFS=$as_save_IFS
2935 STRIP=$ac_cv_prog_STRIP
2936 if test -n "$STRIP"; then
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2938 $as_echo "$STRIP" >&6; }
2939 else
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941 $as_echo "no" >&6; }
2946 if test -z "$ac_cv_prog_STRIP"; then
2947 ac_ct_STRIP=$STRIP
2948 # Extract the first word of "strip", so it can be a program name with args.
2949 set dummy strip; ac_word=$2
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2951 $as_echo_n "checking for $ac_word... " >&6; }
2952 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2953 $as_echo_n "(cached) " >&6
2954 else
2955 if test -n "$ac_ct_STRIP"; then
2956 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2957 else
2958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2959 for as_dir in $PATH
2961 IFS=$as_save_IFS
2962 test -z "$as_dir" && as_dir=.
2963 for ac_exec_ext in '' $ac_executable_extensions; do
2964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2965 ac_cv_prog_ac_ct_STRIP="strip"
2966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2967 break 2
2969 done
2970 done
2971 IFS=$as_save_IFS
2975 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2976 if test -n "$ac_ct_STRIP"; then
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2978 $as_echo "$ac_ct_STRIP" >&6; }
2979 else
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981 $as_echo "no" >&6; }
2984 if test "x$ac_ct_STRIP" = x; then
2985 STRIP=":"
2986 else
2987 case $cross_compiling:$ac_tool_warned in
2988 yes:)
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2991 ac_tool_warned=yes ;;
2992 esac
2993 STRIP=$ac_ct_STRIP
2995 else
2996 STRIP="$ac_cv_prog_STRIP"
3000 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3003 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3004 if test -z "$MKDIR_P"; then
3005 if ${ac_cv_path_mkdir+:} false; then :
3006 $as_echo_n "(cached) " >&6
3007 else
3008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3011 IFS=$as_save_IFS
3012 test -z "$as_dir" && as_dir=.
3013 for ac_prog in mkdir gmkdir; do
3014 for ac_exec_ext in '' $ac_executable_extensions; do
3015 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3016 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3017 'mkdir (GNU coreutils) '* | \
3018 'mkdir (coreutils) '* | \
3019 'mkdir (fileutils) '4.1*)
3020 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3021 break 3;;
3022 esac
3023 done
3024 done
3025 done
3026 IFS=$as_save_IFS
3030 test -d ./--version && rmdir ./--version
3031 if test "${ac_cv_path_mkdir+set}" = set; then
3032 MKDIR_P="$ac_cv_path_mkdir -p"
3033 else
3034 # As a last resort, use the slow shell script. Don't cache a
3035 # value for MKDIR_P within a source directory, because that will
3036 # break other packages using the cache if that directory is
3037 # removed, or if the value is a relative name.
3038 MKDIR_P="$ac_install_sh -d"
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3042 $as_echo "$MKDIR_P" >&6; }
3044 for ac_prog in gawk mawk nawk awk
3046 # Extract the first word of "$ac_prog", so it can be a program name with args.
3047 set dummy $ac_prog; ac_word=$2
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3049 $as_echo_n "checking for $ac_word... " >&6; }
3050 if ${ac_cv_prog_AWK+:} false; then :
3051 $as_echo_n "(cached) " >&6
3052 else
3053 if test -n "$AWK"; then
3054 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3055 else
3056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3057 for as_dir in $PATH
3059 IFS=$as_save_IFS
3060 test -z "$as_dir" && as_dir=.
3061 for ac_exec_ext in '' $ac_executable_extensions; do
3062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3063 ac_cv_prog_AWK="$ac_prog"
3064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3065 break 2
3067 done
3068 done
3069 IFS=$as_save_IFS
3073 AWK=$ac_cv_prog_AWK
3074 if test -n "$AWK"; then
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3076 $as_echo "$AWK" >&6; }
3077 else
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3083 test -n "$AWK" && break
3084 done
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3087 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3088 set x ${MAKE-make}
3089 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3090 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3091 $as_echo_n "(cached) " >&6
3092 else
3093 cat >conftest.make <<\_ACEOF
3094 SHELL = /bin/sh
3095 all:
3096 @echo '@@@%%%=$(MAKE)=@@@%%%'
3097 _ACEOF
3098 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3099 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3100 *@@@%%%=?*=@@@%%%*)
3101 eval ac_cv_prog_make_${ac_make}_set=yes;;
3103 eval ac_cv_prog_make_${ac_make}_set=no;;
3104 esac
3105 rm -f conftest.make
3107 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3110 SET_MAKE=
3111 else
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3113 $as_echo "no" >&6; }
3114 SET_MAKE="MAKE=${MAKE-make}"
3117 rm -rf .tst 2>/dev/null
3118 mkdir .tst 2>/dev/null
3119 if test -d .tst; then
3120 am__leading_dot=.
3121 else
3122 am__leading_dot=_
3124 rmdir .tst 2>/dev/null
3126 # Check whether --enable-silent-rules was given.
3127 if test "${enable_silent_rules+set}" = set; then :
3128 enableval=$enable_silent_rules;
3131 case $enable_silent_rules in # (((
3132 yes) AM_DEFAULT_VERBOSITY=0;;
3133 no) AM_DEFAULT_VERBOSITY=1;;
3134 *) AM_DEFAULT_VERBOSITY=1;;
3135 esac
3136 am_make=${MAKE-make}
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3138 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3139 if ${am_cv_make_support_nested_variables+:} false; then :
3140 $as_echo_n "(cached) " >&6
3141 else
3142 if $as_echo 'TRUE=$(BAR$(V))
3143 BAR0=false
3144 BAR1=true
3146 am__doit:
3147 @$(TRUE)
3148 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3149 am_cv_make_support_nested_variables=yes
3150 else
3151 am_cv_make_support_nested_variables=no
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3155 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3156 if test $am_cv_make_support_nested_variables = yes; then
3157 AM_V='$(V)'
3158 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3159 else
3160 AM_V=$AM_DEFAULT_VERBOSITY
3161 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3163 AM_BACKSLASH='\'
3165 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3166 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3167 # is not polluted with repeated "-I."
3168 am__isrc=' -I$(srcdir)'
3169 # test to see if srcdir already configured
3170 if test -f $srcdir/config.status; then
3171 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3175 # test whether we have cygpath
3176 if test -z "$CYGPATH_W"; then
3177 if (cygpath --version) >/dev/null 2>/dev/null; then
3178 CYGPATH_W='cygpath -w'
3179 else
3180 CYGPATH_W=echo
3185 # Define the identity of the package.
3186 PACKAGE='bfd'
3187 VERSION='2.41.50'
3190 cat >>confdefs.h <<_ACEOF
3191 #define PACKAGE "$PACKAGE"
3192 _ACEOF
3195 cat >>confdefs.h <<_ACEOF
3196 #define VERSION "$VERSION"
3197 _ACEOF
3199 # Some tools Automake needs.
3201 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3204 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3207 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3210 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3213 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3215 # For better backward compatibility. To be removed once Automake 1.9.x
3216 # dies out for good. For more background, see:
3217 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3218 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3219 mkdir_p='$(MKDIR_P)'
3221 # We need awk for the "check" target (and possibly the TAP driver). The
3222 # system "awk" is bad on some platforms.
3223 # Always define AMTAR for backward compatibility. Yes, it's still used
3224 # in the wild :-( We should find a proper way to deprecate it ...
3225 AMTAR='$${TAR-tar}'
3228 # We'll loop over all known methods to create a tar archive until one works.
3229 _am_tools='gnutar pax cpio none'
3231 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3238 # POSIX will say in a future version that running "rm -f" with no argument
3239 # is OK; and we want to be able to make that assumption in our Makefile
3240 # recipes. So use an aggressive probe to check that the usage we want is
3241 # actually supported "in the wild" to an acceptable degree.
3242 # See automake bug#10828.
3243 # To make any issue more visible, cause the running configure to be aborted
3244 # by default if the 'rm' program in use doesn't match our expectations; the
3245 # user can still override this though.
3246 if rm -f && rm -fr && rm -rf; then : OK; else
3247 cat >&2 <<'END'
3248 Oops!
3250 Your 'rm' program seems unable to run without file operands specified
3251 on the command line, even when the '-f' option is present. This is contrary
3252 to the behaviour of most rm programs out there, and not conforming with
3253 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3255 Please tell bug-automake@gnu.org about your system, including the value
3256 of your $PATH and any error possibly output before this message. This
3257 can help us improve future automake versions.
3260 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3261 echo 'Configuration will proceed anyway, since you have set the' >&2
3262 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3263 echo >&2
3264 else
3265 cat >&2 <<'END'
3266 Aborting the configuration process, to ensure you take notice of the issue.
3268 You can download and install GNU coreutils to get an 'rm' implementation
3269 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3271 If you want to complete the configuration process using your problematic
3272 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3273 to "yes", and re-run configure.
3276 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3280 # Check whether --enable-silent-rules was given.
3281 if test "${enable_silent_rules+set}" = set; then :
3282 enableval=$enable_silent_rules;
3285 case $enable_silent_rules in # (((
3286 yes) AM_DEFAULT_VERBOSITY=0;;
3287 no) AM_DEFAULT_VERBOSITY=1;;
3288 *) AM_DEFAULT_VERBOSITY=0;;
3289 esac
3290 am_make=${MAKE-make}
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3292 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3293 if ${am_cv_make_support_nested_variables+:} false; then :
3294 $as_echo_n "(cached) " >&6
3295 else
3296 if $as_echo 'TRUE=$(BAR$(V))
3297 BAR0=false
3298 BAR1=true
3300 am__doit:
3301 @$(TRUE)
3302 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3303 am_cv_make_support_nested_variables=yes
3304 else
3305 am_cv_make_support_nested_variables=no
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3309 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3310 if test $am_cv_make_support_nested_variables = yes; then
3311 AM_V='$(V)'
3312 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3313 else
3314 AM_V=$AM_DEFAULT_VERBOSITY
3315 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3317 AM_BACKSLASH='\'
3320 if test -n "$ac_tool_prefix"; then
3321 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3322 set dummy ${ac_tool_prefix}ar; ac_word=$2
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3324 $as_echo_n "checking for $ac_word... " >&6; }
3325 if ${ac_cv_prog_AR+:} false; then :
3326 $as_echo_n "(cached) " >&6
3327 else
3328 if test -n "$AR"; then
3329 ac_cv_prog_AR="$AR" # Let the user override the test.
3330 else
3331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3332 for as_dir in $PATH
3334 IFS=$as_save_IFS
3335 test -z "$as_dir" && as_dir=.
3336 for ac_exec_ext in '' $ac_executable_extensions; do
3337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3338 ac_cv_prog_AR="${ac_tool_prefix}ar"
3339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3340 break 2
3342 done
3343 done
3344 IFS=$as_save_IFS
3348 AR=$ac_cv_prog_AR
3349 if test -n "$AR"; then
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3351 $as_echo "$AR" >&6; }
3352 else
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3354 $as_echo "no" >&6; }
3359 if test -z "$ac_cv_prog_AR"; then
3360 ac_ct_AR=$AR
3361 # Extract the first word of "ar", so it can be a program name with args.
3362 set dummy ar; ac_word=$2
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3364 $as_echo_n "checking for $ac_word... " >&6; }
3365 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3366 $as_echo_n "(cached) " >&6
3367 else
3368 if test -n "$ac_ct_AR"; then
3369 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3370 else
3371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3372 for as_dir in $PATH
3374 IFS=$as_save_IFS
3375 test -z "$as_dir" && as_dir=.
3376 for ac_exec_ext in '' $ac_executable_extensions; do
3377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3378 ac_cv_prog_ac_ct_AR="ar"
3379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3380 break 2
3382 done
3383 done
3384 IFS=$as_save_IFS
3388 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3389 if test -n "$ac_ct_AR"; then
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3391 $as_echo "$ac_ct_AR" >&6; }
3392 else
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3394 $as_echo "no" >&6; }
3397 if test "x$ac_ct_AR" = x; then
3398 AR=""
3399 else
3400 case $cross_compiling:$ac_tool_warned in
3401 yes:)
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3404 ac_tool_warned=yes ;;
3405 esac
3406 AR=$ac_ct_AR
3408 else
3409 AR="$ac_cv_prog_AR"
3412 if test -n "$ac_tool_prefix"; then
3413 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3414 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3416 $as_echo_n "checking for $ac_word... " >&6; }
3417 if ${ac_cv_prog_RANLIB+:} false; then :
3418 $as_echo_n "(cached) " >&6
3419 else
3420 if test -n "$RANLIB"; then
3421 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3422 else
3423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3424 for as_dir in $PATH
3426 IFS=$as_save_IFS
3427 test -z "$as_dir" && as_dir=.
3428 for ac_exec_ext in '' $ac_executable_extensions; do
3429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3430 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3432 break 2
3434 done
3435 done
3436 IFS=$as_save_IFS
3440 RANLIB=$ac_cv_prog_RANLIB
3441 if test -n "$RANLIB"; then
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3443 $as_echo "$RANLIB" >&6; }
3444 else
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3446 $as_echo "no" >&6; }
3451 if test -z "$ac_cv_prog_RANLIB"; then
3452 ac_ct_RANLIB=$RANLIB
3453 # Extract the first word of "ranlib", so it can be a program name with args.
3454 set dummy ranlib; ac_word=$2
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3456 $as_echo_n "checking for $ac_word... " >&6; }
3457 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3458 $as_echo_n "(cached) " >&6
3459 else
3460 if test -n "$ac_ct_RANLIB"; then
3461 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3462 else
3463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3464 for as_dir in $PATH
3466 IFS=$as_save_IFS
3467 test -z "$as_dir" && as_dir=.
3468 for ac_exec_ext in '' $ac_executable_extensions; do
3469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3470 ac_cv_prog_ac_ct_RANLIB="ranlib"
3471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3472 break 2
3474 done
3475 done
3476 IFS=$as_save_IFS
3480 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3481 if test -n "$ac_ct_RANLIB"; then
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3483 $as_echo "$ac_ct_RANLIB" >&6; }
3484 else
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3486 $as_echo "no" >&6; }
3489 if test "x$ac_ct_RANLIB" = x; then
3490 RANLIB=":"
3491 else
3492 case $cross_compiling:$ac_tool_warned in
3493 yes:)
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3496 ac_tool_warned=yes ;;
3497 esac
3498 RANLIB=$ac_ct_RANLIB
3500 else
3501 RANLIB="$ac_cv_prog_RANLIB"
3505 # Check whether --enable-shared was given.
3506 if test "${enable_shared+set}" = set; then :
3507 enableval=$enable_shared; p=${PACKAGE-default}
3508 case $enableval in
3509 yes) enable_shared=yes ;;
3510 no) enable_shared=no ;;
3512 enable_shared=no
3513 # Look at the argument we got. We use all the common list separators.
3514 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3515 for pkg in $enableval; do
3516 IFS="$lt_save_ifs"
3517 if test "X$pkg" = "X$p"; then
3518 enable_shared=yes
3520 done
3521 IFS="$lt_save_ifs"
3523 esac
3524 else
3525 enable_shared=no
3537 ac_ext=c
3538 ac_cpp='$CPP $CPPFLAGS'
3539 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3540 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3542 if test -n "$ac_tool_prefix"; then
3543 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3544 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3546 $as_echo_n "checking for $ac_word... " >&6; }
3547 if ${ac_cv_prog_CC+:} false; then :
3548 $as_echo_n "(cached) " >&6
3549 else
3550 if test -n "$CC"; then
3551 ac_cv_prog_CC="$CC" # Let the user override the test.
3552 else
3553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3554 for as_dir in $PATH
3556 IFS=$as_save_IFS
3557 test -z "$as_dir" && as_dir=.
3558 for ac_exec_ext in '' $ac_executable_extensions; do
3559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3560 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3562 break 2
3564 done
3565 done
3566 IFS=$as_save_IFS
3570 CC=$ac_cv_prog_CC
3571 if test -n "$CC"; then
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3573 $as_echo "$CC" >&6; }
3574 else
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3576 $as_echo "no" >&6; }
3581 if test -z "$ac_cv_prog_CC"; then
3582 ac_ct_CC=$CC
3583 # Extract the first word of "gcc", so it can be a program name with args.
3584 set dummy gcc; ac_word=$2
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3586 $as_echo_n "checking for $ac_word... " >&6; }
3587 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3588 $as_echo_n "(cached) " >&6
3589 else
3590 if test -n "$ac_ct_CC"; then
3591 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3592 else
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3594 for as_dir in $PATH
3596 IFS=$as_save_IFS
3597 test -z "$as_dir" && as_dir=.
3598 for ac_exec_ext in '' $ac_executable_extensions; do
3599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3600 ac_cv_prog_ac_ct_CC="gcc"
3601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 break 2
3604 done
3605 done
3606 IFS=$as_save_IFS
3610 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3611 if test -n "$ac_ct_CC"; then
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3613 $as_echo "$ac_ct_CC" >&6; }
3614 else
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3616 $as_echo "no" >&6; }
3619 if test "x$ac_ct_CC" = x; then
3620 CC=""
3621 else
3622 case $cross_compiling:$ac_tool_warned in
3623 yes:)
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3625 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3626 ac_tool_warned=yes ;;
3627 esac
3628 CC=$ac_ct_CC
3630 else
3631 CC="$ac_cv_prog_CC"
3634 if test -z "$CC"; then
3635 if test -n "$ac_tool_prefix"; then
3636 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3637 set dummy ${ac_tool_prefix}cc; ac_word=$2
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3639 $as_echo_n "checking for $ac_word... " >&6; }
3640 if ${ac_cv_prog_CC+:} false; then :
3641 $as_echo_n "(cached) " >&6
3642 else
3643 if test -n "$CC"; then
3644 ac_cv_prog_CC="$CC" # Let the user override the test.
3645 else
3646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3647 for as_dir in $PATH
3649 IFS=$as_save_IFS
3650 test -z "$as_dir" && as_dir=.
3651 for ac_exec_ext in '' $ac_executable_extensions; do
3652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3653 ac_cv_prog_CC="${ac_tool_prefix}cc"
3654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3655 break 2
3657 done
3658 done
3659 IFS=$as_save_IFS
3663 CC=$ac_cv_prog_CC
3664 if test -n "$CC"; then
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3666 $as_echo "$CC" >&6; }
3667 else
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3669 $as_echo "no" >&6; }
3675 if test -z "$CC"; then
3676 # Extract the first word of "cc", so it can be a program name with args.
3677 set dummy cc; ac_word=$2
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3679 $as_echo_n "checking for $ac_word... " >&6; }
3680 if ${ac_cv_prog_CC+:} false; then :
3681 $as_echo_n "(cached) " >&6
3682 else
3683 if test -n "$CC"; then
3684 ac_cv_prog_CC="$CC" # Let the user override the test.
3685 else
3686 ac_prog_rejected=no
3687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3688 for as_dir in $PATH
3690 IFS=$as_save_IFS
3691 test -z "$as_dir" && as_dir=.
3692 for ac_exec_ext in '' $ac_executable_extensions; do
3693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3694 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3695 ac_prog_rejected=yes
3696 continue
3698 ac_cv_prog_CC="cc"
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 break 2
3702 done
3703 done
3704 IFS=$as_save_IFS
3706 if test $ac_prog_rejected = yes; then
3707 # We found a bogon in the path, so make sure we never use it.
3708 set dummy $ac_cv_prog_CC
3709 shift
3710 if test $# != 0; then
3711 # We chose a different compiler from the bogus one.
3712 # However, it has the same basename, so the bogon will be chosen
3713 # first if we set CC to just the basename; use the full file name.
3714 shift
3715 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3720 CC=$ac_cv_prog_CC
3721 if test -n "$CC"; then
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3723 $as_echo "$CC" >&6; }
3724 else
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3726 $as_echo "no" >&6; }
3731 if test -z "$CC"; then
3732 if test -n "$ac_tool_prefix"; then
3733 for ac_prog in cl.exe
3735 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3736 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3738 $as_echo_n "checking for $ac_word... " >&6; }
3739 if ${ac_cv_prog_CC+:} false; then :
3740 $as_echo_n "(cached) " >&6
3741 else
3742 if test -n "$CC"; then
3743 ac_cv_prog_CC="$CC" # Let the user override the test.
3744 else
3745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3746 for as_dir in $PATH
3748 IFS=$as_save_IFS
3749 test -z "$as_dir" && as_dir=.
3750 for ac_exec_ext in '' $ac_executable_extensions; do
3751 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3752 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3754 break 2
3756 done
3757 done
3758 IFS=$as_save_IFS
3762 CC=$ac_cv_prog_CC
3763 if test -n "$CC"; then
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3765 $as_echo "$CC" >&6; }
3766 else
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3768 $as_echo "no" >&6; }
3772 test -n "$CC" && break
3773 done
3775 if test -z "$CC"; then
3776 ac_ct_CC=$CC
3777 for ac_prog in cl.exe
3779 # Extract the first word of "$ac_prog", so it can be a program name with args.
3780 set dummy $ac_prog; ac_word=$2
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3782 $as_echo_n "checking for $ac_word... " >&6; }
3783 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3784 $as_echo_n "(cached) " >&6
3785 else
3786 if test -n "$ac_ct_CC"; then
3787 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3788 else
3789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3790 for as_dir in $PATH
3792 IFS=$as_save_IFS
3793 test -z "$as_dir" && as_dir=.
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3796 ac_cv_prog_ac_ct_CC="$ac_prog"
3797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3798 break 2
3800 done
3801 done
3802 IFS=$as_save_IFS
3806 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3807 if test -n "$ac_ct_CC"; then
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3809 $as_echo "$ac_ct_CC" >&6; }
3810 else
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3812 $as_echo "no" >&6; }
3816 test -n "$ac_ct_CC" && break
3817 done
3819 if test "x$ac_ct_CC" = x; then
3820 CC=""
3821 else
3822 case $cross_compiling:$ac_tool_warned in
3823 yes:)
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3825 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3826 ac_tool_warned=yes ;;
3827 esac
3828 CC=$ac_ct_CC
3835 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3836 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3837 as_fn_error $? "no acceptable C compiler found in \$PATH
3838 See \`config.log' for more details" "$LINENO" 5; }
3840 # Provide some information about the compiler.
3841 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3842 set X $ac_compile
3843 ac_compiler=$2
3844 for ac_option in --version -v -V -qversion; do
3845 { { ac_try="$ac_compiler $ac_option >&5"
3846 case "(($ac_try" in
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3849 esac
3850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3851 $as_echo "$ac_try_echo"; } >&5
3852 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3853 ac_status=$?
3854 if test -s conftest.err; then
3855 sed '10a\
3856 ... rest of stderr output deleted ...
3857 10q' conftest.err >conftest.er1
3858 cat conftest.er1 >&5
3860 rm -f conftest.er1 conftest.err
3861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3862 test $ac_status = 0; }
3863 done
3865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3866 /* end confdefs.h. */
3869 main ()
3873 return 0;
3875 _ACEOF
3876 ac_clean_files_save=$ac_clean_files
3877 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3878 # Try to create an executable without -o first, disregard a.out.
3879 # It will help us diagnose broken compilers, and finding out an intuition
3880 # of exeext.
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3882 $as_echo_n "checking whether the C compiler works... " >&6; }
3883 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3885 # The possible output files:
3886 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3888 ac_rmfiles=
3889 for ac_file in $ac_files
3891 case $ac_file in
3892 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3893 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3894 esac
3895 done
3896 rm -f $ac_rmfiles
3898 if { { ac_try="$ac_link_default"
3899 case "(($ac_try" in
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3902 esac
3903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3904 $as_echo "$ac_try_echo"; } >&5
3905 (eval "$ac_link_default") 2>&5
3906 ac_status=$?
3907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3908 test $ac_status = 0; }; then :
3909 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3910 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3911 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3912 # so that the user can short-circuit this test for compilers unknown to
3913 # Autoconf.
3914 for ac_file in $ac_files ''
3916 test -f "$ac_file" || continue
3917 case $ac_file in
3918 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3920 [ab].out )
3921 # We found the default executable, but exeext='' is most
3922 # certainly right.
3923 break;;
3924 *.* )
3925 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3926 then :; else
3927 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3929 # We set ac_cv_exeext here because the later test for it is not
3930 # safe: cross compilers may not add the suffix if given an `-o'
3931 # argument, so we may need to know it at that point already.
3932 # Even if this section looks crufty: it has the advantage of
3933 # actually working.
3934 break;;
3936 break;;
3937 esac
3938 done
3939 test "$ac_cv_exeext" = no && ac_cv_exeext=
3941 else
3942 ac_file=''
3944 if test -z "$ac_file"; then :
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946 $as_echo "no" >&6; }
3947 $as_echo "$as_me: failed program was:" >&5
3948 sed 's/^/| /' conftest.$ac_ext >&5
3950 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3951 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3952 as_fn_error 77 "C compiler cannot create executables
3953 See \`config.log' for more details" "$LINENO" 5; }
3954 else
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3956 $as_echo "yes" >&6; }
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3959 $as_echo_n "checking for C compiler default output file name... " >&6; }
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3961 $as_echo "$ac_file" >&6; }
3962 ac_exeext=$ac_cv_exeext
3964 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3965 ac_clean_files=$ac_clean_files_save
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3967 $as_echo_n "checking for suffix of executables... " >&6; }
3968 if { { ac_try="$ac_link"
3969 case "(($ac_try" in
3970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3971 *) ac_try_echo=$ac_try;;
3972 esac
3973 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3974 $as_echo "$ac_try_echo"; } >&5
3975 (eval "$ac_link") 2>&5
3976 ac_status=$?
3977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3978 test $ac_status = 0; }; then :
3979 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3980 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3981 # work properly (i.e., refer to `conftest.exe'), while it won't with
3982 # `rm'.
3983 for ac_file in conftest.exe conftest conftest.*; do
3984 test -f "$ac_file" || continue
3985 case $ac_file in
3986 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3987 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3988 break;;
3989 * ) break;;
3990 esac
3991 done
3992 else
3993 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3994 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3995 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3996 See \`config.log' for more details" "$LINENO" 5; }
3998 rm -f conftest conftest$ac_cv_exeext
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4000 $as_echo "$ac_cv_exeext" >&6; }
4002 rm -f conftest.$ac_ext
4003 EXEEXT=$ac_cv_exeext
4004 ac_exeext=$EXEEXT
4005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4006 /* end confdefs.h. */
4007 #include <stdio.h>
4009 main ()
4011 FILE *f = fopen ("conftest.out", "w");
4012 return ferror (f) || fclose (f) != 0;
4015 return 0;
4017 _ACEOF
4018 ac_clean_files="$ac_clean_files conftest.out"
4019 # Check that the compiler produces executables we can run. If not, either
4020 # the compiler is broken, or we cross compile.
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4022 $as_echo_n "checking whether we are cross compiling... " >&6; }
4023 if test "$cross_compiling" != yes; then
4024 { { ac_try="$ac_link"
4025 case "(($ac_try" in
4026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4027 *) ac_try_echo=$ac_try;;
4028 esac
4029 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4030 $as_echo "$ac_try_echo"; } >&5
4031 (eval "$ac_link") 2>&5
4032 ac_status=$?
4033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4034 test $ac_status = 0; }
4035 if { ac_try='./conftest$ac_cv_exeext'
4036 { { case "(($ac_try" in
4037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4038 *) ac_try_echo=$ac_try;;
4039 esac
4040 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4041 $as_echo "$ac_try_echo"; } >&5
4042 (eval "$ac_try") 2>&5
4043 ac_status=$?
4044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4045 test $ac_status = 0; }; }; then
4046 cross_compiling=no
4047 else
4048 if test "$cross_compiling" = maybe; then
4049 cross_compiling=yes
4050 else
4051 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4052 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4053 as_fn_error $? "cannot run C compiled programs.
4054 If you meant to cross compile, use \`--host'.
4055 See \`config.log' for more details" "$LINENO" 5; }
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4060 $as_echo "$cross_compiling" >&6; }
4062 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4063 ac_clean_files=$ac_clean_files_save
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4065 $as_echo_n "checking for suffix of object files... " >&6; }
4066 if ${ac_cv_objext+:} false; then :
4067 $as_echo_n "(cached) " >&6
4068 else
4069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4070 /* end confdefs.h. */
4073 main ()
4077 return 0;
4079 _ACEOF
4080 rm -f conftest.o conftest.obj
4081 if { { ac_try="$ac_compile"
4082 case "(($ac_try" in
4083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4085 esac
4086 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4087 $as_echo "$ac_try_echo"; } >&5
4088 (eval "$ac_compile") 2>&5
4089 ac_status=$?
4090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4091 test $ac_status = 0; }; then :
4092 for ac_file in conftest.o conftest.obj conftest.*; do
4093 test -f "$ac_file" || continue;
4094 case $ac_file in
4095 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4096 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4097 break;;
4098 esac
4099 done
4100 else
4101 $as_echo "$as_me: failed program was:" >&5
4102 sed 's/^/| /' conftest.$ac_ext >&5
4104 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4105 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4106 as_fn_error $? "cannot compute suffix of object files: cannot compile
4107 See \`config.log' for more details" "$LINENO" 5; }
4109 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4112 $as_echo "$ac_cv_objext" >&6; }
4113 OBJEXT=$ac_cv_objext
4114 ac_objext=$OBJEXT
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4116 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4117 if ${ac_cv_c_compiler_gnu+:} false; then :
4118 $as_echo_n "(cached) " >&6
4119 else
4120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4121 /* end confdefs.h. */
4124 main ()
4126 #ifndef __GNUC__
4127 choke me
4128 #endif
4131 return 0;
4133 _ACEOF
4134 if ac_fn_c_try_compile "$LINENO"; then :
4135 ac_compiler_gnu=yes
4136 else
4137 ac_compiler_gnu=no
4139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4140 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4144 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4145 if test $ac_compiler_gnu = yes; then
4146 GCC=yes
4147 else
4148 GCC=
4150 ac_test_CFLAGS=${CFLAGS+set}
4151 ac_save_CFLAGS=$CFLAGS
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4153 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4154 if ${ac_cv_prog_cc_g+:} false; then :
4155 $as_echo_n "(cached) " >&6
4156 else
4157 ac_save_c_werror_flag=$ac_c_werror_flag
4158 ac_c_werror_flag=yes
4159 ac_cv_prog_cc_g=no
4160 CFLAGS="-g"
4161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4162 /* end confdefs.h. */
4165 main ()
4169 return 0;
4171 _ACEOF
4172 if ac_fn_c_try_compile "$LINENO"; then :
4173 ac_cv_prog_cc_g=yes
4174 else
4175 CFLAGS=""
4176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4177 /* end confdefs.h. */
4180 main ()
4184 return 0;
4186 _ACEOF
4187 if ac_fn_c_try_compile "$LINENO"; then :
4189 else
4190 ac_c_werror_flag=$ac_save_c_werror_flag
4191 CFLAGS="-g"
4192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4193 /* end confdefs.h. */
4196 main ()
4200 return 0;
4202 _ACEOF
4203 if ac_fn_c_try_compile "$LINENO"; then :
4204 ac_cv_prog_cc_g=yes
4206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4211 ac_c_werror_flag=$ac_save_c_werror_flag
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4214 $as_echo "$ac_cv_prog_cc_g" >&6; }
4215 if test "$ac_test_CFLAGS" = set; then
4216 CFLAGS=$ac_save_CFLAGS
4217 elif test $ac_cv_prog_cc_g = yes; then
4218 if test "$GCC" = yes; then
4219 CFLAGS="-g -O2"
4220 else
4221 CFLAGS="-g"
4223 else
4224 if test "$GCC" = yes; then
4225 CFLAGS="-O2"
4226 else
4227 CFLAGS=
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4231 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4232 if ${ac_cv_prog_cc_c89+:} false; then :
4233 $as_echo_n "(cached) " >&6
4234 else
4235 ac_cv_prog_cc_c89=no
4236 ac_save_CC=$CC
4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4238 /* end confdefs.h. */
4239 #include <stdarg.h>
4240 #include <stdio.h>
4241 struct stat;
4242 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4243 struct buf { int x; };
4244 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4245 static char *e (p, i)
4246 char **p;
4247 int i;
4249 return p[i];
4251 static char *f (char * (*g) (char **, int), char **p, ...)
4253 char *s;
4254 va_list v;
4255 va_start (v,p);
4256 s = g (p, va_arg (v,int));
4257 va_end (v);
4258 return s;
4261 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4262 function prototypes and stuff, but not '\xHH' hex character constants.
4263 These don't provoke an error unfortunately, instead are silently treated
4264 as 'x'. The following induces an error, until -std is added to get
4265 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4266 array size at least. It's necessary to write '\x00'==0 to get something
4267 that's true only with -std. */
4268 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4270 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4271 inside strings and character constants. */
4272 #define FOO(x) 'x'
4273 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4275 int test (int i, double x);
4276 struct s1 {int (*f) (int a);};
4277 struct s2 {int (*f) (double a);};
4278 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4279 int argc;
4280 char **argv;
4282 main ()
4284 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4286 return 0;
4288 _ACEOF
4289 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4290 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4292 CC="$ac_save_CC $ac_arg"
4293 if ac_fn_c_try_compile "$LINENO"; then :
4294 ac_cv_prog_cc_c89=$ac_arg
4296 rm -f core conftest.err conftest.$ac_objext
4297 test "x$ac_cv_prog_cc_c89" != "xno" && break
4298 done
4299 rm -f conftest.$ac_ext
4300 CC=$ac_save_CC
4303 # AC_CACHE_VAL
4304 case "x$ac_cv_prog_cc_c89" in
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4307 $as_echo "none needed" >&6; } ;;
4308 xno)
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4310 $as_echo "unsupported" >&6; } ;;
4312 CC="$CC $ac_cv_prog_cc_c89"
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4314 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4315 esac
4316 if test "x$ac_cv_prog_cc_c89" != xno; then :
4320 ac_ext=c
4321 ac_cpp='$CPP $CPPFLAGS'
4322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4326 ac_ext=c
4327 ac_cpp='$CPP $CPPFLAGS'
4328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4332 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4333 if ${am_cv_prog_cc_c_o+:} false; then :
4334 $as_echo_n "(cached) " >&6
4335 else
4336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4340 main ()
4344 return 0;
4346 _ACEOF
4347 # Make sure it works both with $CC and with simple cc.
4348 # Following AC_PROG_CC_C_O, we do the test twice because some
4349 # compilers refuse to overwrite an existing .o file with -o,
4350 # though they will create one.
4351 am_cv_prog_cc_c_o=yes
4352 for am_i in 1 2; do
4353 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4354 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4355 ac_status=$?
4356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357 (exit $ac_status); } \
4358 && test -f conftest2.$ac_objext; then
4359 : OK
4360 else
4361 am_cv_prog_cc_c_o=no
4362 break
4364 done
4365 rm -f core conftest*
4366 unset am_i
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4369 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4370 if test "$am_cv_prog_cc_c_o" != yes; then
4371 # Losing compiler, so override with the script.
4372 # FIXME: It is wrong to rewrite CC.
4373 # But if we don't then we get into trouble of one sort or another.
4374 # A longer-term fix would be to have automake use am__CC in this case,
4375 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4376 CC="$am_aux_dir/compile $CC"
4378 ac_ext=c
4379 ac_cpp='$CPP $CPPFLAGS'
4380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4384 DEPDIR="${am__leading_dot}deps"
4386 ac_config_commands="$ac_config_commands depfiles"
4389 am_make=${MAKE-make}
4390 cat > confinc << 'END'
4391 am__doit:
4392 @echo this is the am__doit target
4393 .PHONY: am__doit
4395 # If we don't find an include directive, just comment out the code.
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4397 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4398 am__include="#"
4399 am__quote=
4400 _am_result=none
4401 # First try GNU make style include.
4402 echo "include confinc" > confmf
4403 # Ignore all kinds of additional output from 'make'.
4404 case `$am_make -s -f confmf 2> /dev/null` in #(
4405 *the\ am__doit\ target*)
4406 am__include=include
4407 am__quote=
4408 _am_result=GNU
4410 esac
4411 # Now try BSD make style include.
4412 if test "$am__include" = "#"; then
4413 echo '.include "confinc"' > confmf
4414 case `$am_make -s -f confmf 2> /dev/null` in #(
4415 *the\ am__doit\ target*)
4416 am__include=.include
4417 am__quote="\""
4418 _am_result=BSD
4420 esac
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4425 $as_echo "$_am_result" >&6; }
4426 rm -f confinc confmf
4428 # Check whether --enable-dependency-tracking was given.
4429 if test "${enable_dependency_tracking+set}" = set; then :
4430 enableval=$enable_dependency_tracking;
4433 if test "x$enable_dependency_tracking" != xno; then
4434 am_depcomp="$ac_aux_dir/depcomp"
4435 AMDEPBACKSLASH='\'
4436 am__nodep='_no'
4438 if test "x$enable_dependency_tracking" != xno; then
4439 AMDEP_TRUE=
4440 AMDEP_FALSE='#'
4441 else
4442 AMDEP_TRUE='#'
4443 AMDEP_FALSE=
4448 depcc="$CC" am_compiler_list=
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4451 $as_echo_n "checking dependency style of $depcc... " >&6; }
4452 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4453 $as_echo_n "(cached) " >&6
4454 else
4455 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4456 # We make a subdir and do the tests there. Otherwise we can end up
4457 # making bogus files that we don't know about and never remove. For
4458 # instance it was reported that on HP-UX the gcc test will end up
4459 # making a dummy file named 'D' -- because '-MD' means "put the output
4460 # in D".
4461 rm -rf conftest.dir
4462 mkdir conftest.dir
4463 # Copy depcomp to subdir because otherwise we won't find it if we're
4464 # using a relative directory.
4465 cp "$am_depcomp" conftest.dir
4466 cd conftest.dir
4467 # We will build objects and dependencies in a subdirectory because
4468 # it helps to detect inapplicable dependency modes. For instance
4469 # both Tru64's cc and ICC support -MD to output dependencies as a
4470 # side effect of compilation, but ICC will put the dependencies in
4471 # the current directory while Tru64 will put them in the object
4472 # directory.
4473 mkdir sub
4475 am_cv_CC_dependencies_compiler_type=none
4476 if test "$am_compiler_list" = ""; then
4477 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4479 am__universal=false
4480 case " $depcc " in #(
4481 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4482 esac
4484 for depmode in $am_compiler_list; do
4485 # Setup a source with many dependencies, because some compilers
4486 # like to wrap large dependency lists on column 80 (with \), and
4487 # we should not choose a depcomp mode which is confused by this.
4489 # We need to recreate these files for each test, as the compiler may
4490 # overwrite some of them when testing with obscure command lines.
4491 # This happens at least with the AIX C compiler.
4492 : > sub/conftest.c
4493 for i in 1 2 3 4 5 6; do
4494 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4495 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4496 # Solaris 10 /bin/sh.
4497 echo '/* dummy */' > sub/conftst$i.h
4498 done
4499 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4501 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4502 # mode. It turns out that the SunPro C++ compiler does not properly
4503 # handle '-M -o', and we need to detect this. Also, some Intel
4504 # versions had trouble with output in subdirs.
4505 am__obj=sub/conftest.${OBJEXT-o}
4506 am__minus_obj="-o $am__obj"
4507 case $depmode in
4508 gcc)
4509 # This depmode causes a compiler race in universal mode.
4510 test "$am__universal" = false || continue
4512 nosideeffect)
4513 # After this tag, mechanisms are not by side-effect, so they'll
4514 # only be used when explicitly requested.
4515 if test "x$enable_dependency_tracking" = xyes; then
4516 continue
4517 else
4518 break
4521 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4522 # This compiler won't grok '-c -o', but also, the minuso test has
4523 # not run yet. These depmodes are late enough in the game, and
4524 # so weak that their functioning should not be impacted.
4525 am__obj=conftest.${OBJEXT-o}
4526 am__minus_obj=
4528 none) break ;;
4529 esac
4530 if depmode=$depmode \
4531 source=sub/conftest.c object=$am__obj \
4532 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4533 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4534 >/dev/null 2>conftest.err &&
4535 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4536 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4537 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4538 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4539 # icc doesn't choke on unknown options, it will just issue warnings
4540 # or remarks (even with -Werror). So we grep stderr for any message
4541 # that says an option was ignored or not supported.
4542 # When given -MP, icc 7.0 and 7.1 complain thusly:
4543 # icc: Command line warning: ignoring option '-M'; no argument required
4544 # The diagnosis changed in icc 8.0:
4545 # icc: Command line remark: option '-MP' not supported
4546 if (grep 'ignoring option' conftest.err ||
4547 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4548 am_cv_CC_dependencies_compiler_type=$depmode
4549 break
4552 done
4554 cd ..
4555 rm -rf conftest.dir
4556 else
4557 am_cv_CC_dependencies_compiler_type=none
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4562 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4563 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4566 test "x$enable_dependency_tracking" != xno \
4567 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4568 am__fastdepCC_TRUE=
4569 am__fastdepCC_FALSE='#'
4570 else
4571 am__fastdepCC_TRUE='#'
4572 am__fastdepCC_FALSE=
4577 ac_ext=c
4578 ac_cpp='$CPP $CPPFLAGS'
4579 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4580 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4581 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4583 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4584 # On Suns, sometimes $CPP names a directory.
4585 if test -n "$CPP" && test -d "$CPP"; then
4586 CPP=
4588 if test -z "$CPP"; then
4589 if ${ac_cv_prog_CPP+:} false; then :
4590 $as_echo_n "(cached) " >&6
4591 else
4592 # Double quotes because CPP needs to be expanded
4593 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4595 ac_preproc_ok=false
4596 for ac_c_preproc_warn_flag in '' yes
4598 # Use a header file that comes with gcc, so configuring glibc
4599 # with a fresh cross-compiler works.
4600 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4601 # <limits.h> exists even on freestanding compilers.
4602 # On the NeXT, cc -E runs the code through the compiler's parser,
4603 # not just through cpp. "Syntax error" is here to catch this case.
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4606 #ifdef __STDC__
4607 # include <limits.h>
4608 #else
4609 # include <assert.h>
4610 #endif
4611 Syntax error
4612 _ACEOF
4613 if ac_fn_c_try_cpp "$LINENO"; then :
4615 else
4616 # Broken: fails on valid input.
4617 continue
4619 rm -f conftest.err conftest.i conftest.$ac_ext
4621 # OK, works on sane cases. Now check whether nonexistent headers
4622 # can be detected and how.
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624 /* end confdefs.h. */
4625 #include <ac_nonexistent.h>
4626 _ACEOF
4627 if ac_fn_c_try_cpp "$LINENO"; then :
4628 # Broken: success on invalid input.
4629 continue
4630 else
4631 # Passes both tests.
4632 ac_preproc_ok=:
4633 break
4635 rm -f conftest.err conftest.i conftest.$ac_ext
4637 done
4638 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4639 rm -f conftest.i conftest.err conftest.$ac_ext
4640 if $ac_preproc_ok; then :
4641 break
4644 done
4645 ac_cv_prog_CPP=$CPP
4648 CPP=$ac_cv_prog_CPP
4649 else
4650 ac_cv_prog_CPP=$CPP
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4653 $as_echo "$CPP" >&6; }
4654 ac_preproc_ok=false
4655 for ac_c_preproc_warn_flag in '' yes
4657 # Use a header file that comes with gcc, so configuring glibc
4658 # with a fresh cross-compiler works.
4659 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4660 # <limits.h> exists even on freestanding compilers.
4661 # On the NeXT, cc -E runs the code through the compiler's parser,
4662 # not just through cpp. "Syntax error" is here to catch this case.
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4665 #ifdef __STDC__
4666 # include <limits.h>
4667 #else
4668 # include <assert.h>
4669 #endif
4670 Syntax error
4671 _ACEOF
4672 if ac_fn_c_try_cpp "$LINENO"; then :
4674 else
4675 # Broken: fails on valid input.
4676 continue
4678 rm -f conftest.err conftest.i conftest.$ac_ext
4680 # OK, works on sane cases. Now check whether nonexistent headers
4681 # can be detected and how.
4682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4683 /* end confdefs.h. */
4684 #include <ac_nonexistent.h>
4685 _ACEOF
4686 if ac_fn_c_try_cpp "$LINENO"; then :
4687 # Broken: success on invalid input.
4688 continue
4689 else
4690 # Passes both tests.
4691 ac_preproc_ok=:
4692 break
4694 rm -f conftest.err conftest.i conftest.$ac_ext
4696 done
4697 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4698 rm -f conftest.i conftest.err conftest.$ac_ext
4699 if $ac_preproc_ok; then :
4701 else
4702 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4704 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4705 See \`config.log' for more details" "$LINENO" 5; }
4708 ac_ext=c
4709 ac_cpp='$CPP $CPPFLAGS'
4710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4716 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4717 if ${ac_cv_path_GREP+:} false; then :
4718 $as_echo_n "(cached) " >&6
4719 else
4720 if test -z "$GREP"; then
4721 ac_path_GREP_found=false
4722 # Loop through the user's path and test for each of PROGNAME-LIST
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_prog in grep ggrep; do
4729 for ac_exec_ext in '' $ac_executable_extensions; do
4730 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4731 as_fn_executable_p "$ac_path_GREP" || continue
4732 # Check for GNU ac_path_GREP and select it if it is found.
4733 # Check for GNU $ac_path_GREP
4734 case `"$ac_path_GREP" --version 2>&1` in
4735 *GNU*)
4736 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4738 ac_count=0
4739 $as_echo_n 0123456789 >"conftest.in"
4740 while :
4742 cat "conftest.in" "conftest.in" >"conftest.tmp"
4743 mv "conftest.tmp" "conftest.in"
4744 cp "conftest.in" "conftest.nl"
4745 $as_echo 'GREP' >> "conftest.nl"
4746 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4747 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4748 as_fn_arith $ac_count + 1 && ac_count=$as_val
4749 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4750 # Best one so far, save it but keep looking for a better one
4751 ac_cv_path_GREP="$ac_path_GREP"
4752 ac_path_GREP_max=$ac_count
4754 # 10*(2^10) chars as input seems more than enough
4755 test $ac_count -gt 10 && break
4756 done
4757 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4758 esac
4760 $ac_path_GREP_found && break 3
4761 done
4762 done
4763 done
4764 IFS=$as_save_IFS
4765 if test -z "$ac_cv_path_GREP"; then
4766 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4768 else
4769 ac_cv_path_GREP=$GREP
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4774 $as_echo "$ac_cv_path_GREP" >&6; }
4775 GREP="$ac_cv_path_GREP"
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4779 $as_echo_n "checking for egrep... " >&6; }
4780 if ${ac_cv_path_EGREP+:} false; then :
4781 $as_echo_n "(cached) " >&6
4782 else
4783 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4784 then ac_cv_path_EGREP="$GREP -E"
4785 else
4786 if test -z "$EGREP"; then
4787 ac_path_EGREP_found=false
4788 # Loop through the user's path and test for each of PROGNAME-LIST
4789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4790 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4792 IFS=$as_save_IFS
4793 test -z "$as_dir" && as_dir=.
4794 for ac_prog in egrep; do
4795 for ac_exec_ext in '' $ac_executable_extensions; do
4796 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4797 as_fn_executable_p "$ac_path_EGREP" || continue
4798 # Check for GNU ac_path_EGREP and select it if it is found.
4799 # Check for GNU $ac_path_EGREP
4800 case `"$ac_path_EGREP" --version 2>&1` in
4801 *GNU*)
4802 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4804 ac_count=0
4805 $as_echo_n 0123456789 >"conftest.in"
4806 while :
4808 cat "conftest.in" "conftest.in" >"conftest.tmp"
4809 mv "conftest.tmp" "conftest.in"
4810 cp "conftest.in" "conftest.nl"
4811 $as_echo 'EGREP' >> "conftest.nl"
4812 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4813 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4814 as_fn_arith $ac_count + 1 && ac_count=$as_val
4815 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4816 # Best one so far, save it but keep looking for a better one
4817 ac_cv_path_EGREP="$ac_path_EGREP"
4818 ac_path_EGREP_max=$ac_count
4820 # 10*(2^10) chars as input seems more than enough
4821 test $ac_count -gt 10 && break
4822 done
4823 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4824 esac
4826 $ac_path_EGREP_found && break 3
4827 done
4828 done
4829 done
4830 IFS=$as_save_IFS
4831 if test -z "$ac_cv_path_EGREP"; then
4832 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4834 else
4835 ac_cv_path_EGREP=$EGREP
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4841 $as_echo "$ac_cv_path_EGREP" >&6; }
4842 EGREP="$ac_cv_path_EGREP"
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4846 $as_echo_n "checking for ANSI C header files... " >&6; }
4847 if ${ac_cv_header_stdc+:} false; then :
4848 $as_echo_n "(cached) " >&6
4849 else
4850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4851 /* end confdefs.h. */
4852 #include <stdlib.h>
4853 #include <stdarg.h>
4854 #include <string.h>
4855 #include <float.h>
4858 main ()
4862 return 0;
4864 _ACEOF
4865 if ac_fn_c_try_compile "$LINENO"; then :
4866 ac_cv_header_stdc=yes
4867 else
4868 ac_cv_header_stdc=no
4870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4872 if test $ac_cv_header_stdc = yes; then
4873 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4875 /* end confdefs.h. */
4876 #include <string.h>
4878 _ACEOF
4879 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4880 $EGREP "memchr" >/dev/null 2>&1; then :
4882 else
4883 ac_cv_header_stdc=no
4885 rm -f conftest*
4889 if test $ac_cv_header_stdc = yes; then
4890 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4892 /* end confdefs.h. */
4893 #include <stdlib.h>
4895 _ACEOF
4896 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4897 $EGREP "free" >/dev/null 2>&1; then :
4899 else
4900 ac_cv_header_stdc=no
4902 rm -f conftest*
4906 if test $ac_cv_header_stdc = yes; then
4907 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4908 if test "$cross_compiling" = yes; then :
4910 else
4911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4912 /* end confdefs.h. */
4913 #include <ctype.h>
4914 #include <stdlib.h>
4915 #if ((' ' & 0x0FF) == 0x020)
4916 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4917 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4918 #else
4919 # define ISLOWER(c) \
4920 (('a' <= (c) && (c) <= 'i') \
4921 || ('j' <= (c) && (c) <= 'r') \
4922 || ('s' <= (c) && (c) <= 'z'))
4923 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4924 #endif
4926 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4928 main ()
4930 int i;
4931 for (i = 0; i < 256; i++)
4932 if (XOR (islower (i), ISLOWER (i))
4933 || toupper (i) != TOUPPER (i))
4934 return 2;
4935 return 0;
4937 _ACEOF
4938 if ac_fn_c_try_run "$LINENO"; then :
4940 else
4941 ac_cv_header_stdc=no
4943 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4944 conftest.$ac_objext conftest.beam conftest.$ac_ext
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4950 $as_echo "$ac_cv_header_stdc" >&6; }
4951 if test $ac_cv_header_stdc = yes; then
4953 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4957 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4958 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4959 inttypes.h stdint.h unistd.h
4960 do :
4961 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4962 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4964 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4965 cat >>confdefs.h <<_ACEOF
4966 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4967 _ACEOF
4971 done
4975 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4976 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4977 MINIX=yes
4978 else
4979 MINIX=
4983 if test "$MINIX" = yes; then
4985 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4988 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4991 $as_echo "#define _MINIX 1" >>confdefs.h
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4997 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4998 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4999 $as_echo_n "(cached) " >&6
5000 else
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5004 # define __EXTENSIONS__ 1
5005 $ac_includes_default
5007 main ()
5011 return 0;
5013 _ACEOF
5014 if ac_fn_c_try_compile "$LINENO"; then :
5015 ac_cv_safe_to_define___extensions__=yes
5016 else
5017 ac_cv_safe_to_define___extensions__=no
5019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5022 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5023 test $ac_cv_safe_to_define___extensions__ = yes &&
5024 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5026 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5028 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5030 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5032 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5038 case `pwd` in
5039 *\ * | *\ *)
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5041 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5042 esac
5046 macro_version='2.2.7a'
5047 macro_revision='1.3134'
5061 ltmain="$ac_aux_dir/ltmain.sh"
5063 # Backslashify metacharacters that are still active within
5064 # double-quoted strings.
5065 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5067 # Same as above, but do not quote variable references.
5068 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5070 # Sed substitution to delay expansion of an escaped shell variable in a
5071 # double_quote_subst'ed string.
5072 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5074 # Sed substitution to delay expansion of an escaped single quote.
5075 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5077 # Sed substitution to avoid accidental globbing in evaled expressions
5078 no_glob_subst='s/\*/\\\*/g'
5080 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5081 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5082 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5085 $as_echo_n "checking how to print strings... " >&6; }
5086 # Test print first, because it will be a builtin if present.
5087 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5088 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5089 ECHO='print -r --'
5090 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5091 ECHO='printf %s\n'
5092 else
5093 # Use this function as a fallback that always works.
5094 func_fallback_echo ()
5096 eval 'cat <<_LTECHO_EOF
5098 _LTECHO_EOF'
5100 ECHO='func_fallback_echo'
5103 # func_echo_all arg...
5104 # Invoke $ECHO with all args, space-separated.
5105 func_echo_all ()
5107 $ECHO ""
5110 case "$ECHO" in
5111 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5112 $as_echo "printf" >&6; } ;;
5113 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5114 $as_echo "print -r" >&6; } ;;
5115 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5116 $as_echo "cat" >&6; } ;;
5117 esac
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5133 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5134 if ${ac_cv_path_SED+:} false; then :
5135 $as_echo_n "(cached) " >&6
5136 else
5137 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5138 for ac_i in 1 2 3 4 5 6 7; do
5139 ac_script="$ac_script$as_nl$ac_script"
5140 done
5141 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5142 { ac_script=; unset ac_script;}
5143 if test -z "$SED"; then
5144 ac_path_SED_found=false
5145 # Loop through the user's path and test for each of PROGNAME-LIST
5146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5147 for as_dir in $PATH
5149 IFS=$as_save_IFS
5150 test -z "$as_dir" && as_dir=.
5151 for ac_prog in sed gsed; do
5152 for ac_exec_ext in '' $ac_executable_extensions; do
5153 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5154 as_fn_executable_p "$ac_path_SED" || continue
5155 # Check for GNU ac_path_SED and select it if it is found.
5156 # Check for GNU $ac_path_SED
5157 case `"$ac_path_SED" --version 2>&1` in
5158 *GNU*)
5159 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5161 ac_count=0
5162 $as_echo_n 0123456789 >"conftest.in"
5163 while :
5165 cat "conftest.in" "conftest.in" >"conftest.tmp"
5166 mv "conftest.tmp" "conftest.in"
5167 cp "conftest.in" "conftest.nl"
5168 $as_echo '' >> "conftest.nl"
5169 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5170 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5171 as_fn_arith $ac_count + 1 && ac_count=$as_val
5172 if test $ac_count -gt ${ac_path_SED_max-0}; then
5173 # Best one so far, save it but keep looking for a better one
5174 ac_cv_path_SED="$ac_path_SED"
5175 ac_path_SED_max=$ac_count
5177 # 10*(2^10) chars as input seems more than enough
5178 test $ac_count -gt 10 && break
5179 done
5180 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5181 esac
5183 $ac_path_SED_found && break 3
5184 done
5185 done
5186 done
5187 IFS=$as_save_IFS
5188 if test -z "$ac_cv_path_SED"; then
5189 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5191 else
5192 ac_cv_path_SED=$SED
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5197 $as_echo "$ac_cv_path_SED" >&6; }
5198 SED="$ac_cv_path_SED"
5199 rm -f conftest.sed
5201 test -z "$SED" && SED=sed
5202 Xsed="$SED -e 1s/^X//"
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5215 $as_echo_n "checking for fgrep... " >&6; }
5216 if ${ac_cv_path_FGREP+:} false; then :
5217 $as_echo_n "(cached) " >&6
5218 else
5219 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5220 then ac_cv_path_FGREP="$GREP -F"
5221 else
5222 if test -z "$FGREP"; then
5223 ac_path_FGREP_found=false
5224 # Loop through the user's path and test for each of PROGNAME-LIST
5225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5226 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5228 IFS=$as_save_IFS
5229 test -z "$as_dir" && as_dir=.
5230 for ac_prog in fgrep; do
5231 for ac_exec_ext in '' $ac_executable_extensions; do
5232 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5233 as_fn_executable_p "$ac_path_FGREP" || continue
5234 # Check for GNU ac_path_FGREP and select it if it is found.
5235 # Check for GNU $ac_path_FGREP
5236 case `"$ac_path_FGREP" --version 2>&1` in
5237 *GNU*)
5238 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5240 ac_count=0
5241 $as_echo_n 0123456789 >"conftest.in"
5242 while :
5244 cat "conftest.in" "conftest.in" >"conftest.tmp"
5245 mv "conftest.tmp" "conftest.in"
5246 cp "conftest.in" "conftest.nl"
5247 $as_echo 'FGREP' >> "conftest.nl"
5248 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5249 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5250 as_fn_arith $ac_count + 1 && ac_count=$as_val
5251 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5252 # Best one so far, save it but keep looking for a better one
5253 ac_cv_path_FGREP="$ac_path_FGREP"
5254 ac_path_FGREP_max=$ac_count
5256 # 10*(2^10) chars as input seems more than enough
5257 test $ac_count -gt 10 && break
5258 done
5259 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5260 esac
5262 $ac_path_FGREP_found && break 3
5263 done
5264 done
5265 done
5266 IFS=$as_save_IFS
5267 if test -z "$ac_cv_path_FGREP"; then
5268 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5270 else
5271 ac_cv_path_FGREP=$FGREP
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5277 $as_echo "$ac_cv_path_FGREP" >&6; }
5278 FGREP="$ac_cv_path_FGREP"
5281 test -z "$GREP" && GREP=grep
5301 # Check whether --with-gnu-ld was given.
5302 if test "${with_gnu_ld+set}" = set; then :
5303 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5304 else
5305 with_gnu_ld=no
5308 ac_prog=ld
5309 if test "$GCC" = yes; then
5310 # Check if gcc -print-prog-name=ld gives a path.
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5312 $as_echo_n "checking for ld used by $CC... " >&6; }
5313 case $host in
5314 *-*-mingw*)
5315 # gcc leaves a trailing carriage return which upsets mingw
5316 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5318 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5319 esac
5320 case $ac_prog in
5321 # Accept absolute paths.
5322 [\\/]* | ?:[\\/]*)
5323 re_direlt='/[^/][^/]*/\.\./'
5324 # Canonicalize the pathname of ld
5325 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5326 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5327 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5328 done
5329 test -z "$LD" && LD="$ac_prog"
5332 # If it fails, then pretend we aren't using GCC.
5333 ac_prog=ld
5336 # If it is relative, then search for the first ld in PATH.
5337 with_gnu_ld=unknown
5339 esac
5340 elif test "$with_gnu_ld" = yes; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5342 $as_echo_n "checking for GNU ld... " >&6; }
5343 else
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5345 $as_echo_n "checking for non-GNU ld... " >&6; }
5347 if ${lt_cv_path_LD+:} false; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 if test -z "$LD"; then
5351 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5352 for ac_dir in $PATH; do
5353 IFS="$lt_save_ifs"
5354 test -z "$ac_dir" && ac_dir=.
5355 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5356 lt_cv_path_LD="$ac_dir/$ac_prog"
5357 # Check to see if the program is GNU ld. I'd rather use --version,
5358 # but apparently some variants of GNU ld only accept -v.
5359 # Break only if it was the GNU/non-GNU ld that we prefer.
5360 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5361 *GNU* | *'with BFD'*)
5362 test "$with_gnu_ld" != no && break
5365 test "$with_gnu_ld" != yes && break
5367 esac
5369 done
5370 IFS="$lt_save_ifs"
5371 else
5372 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5376 LD="$lt_cv_path_LD"
5377 if test -n "$LD"; then
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5379 $as_echo "$LD" >&6; }
5380 else
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5382 $as_echo "no" >&6; }
5384 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5386 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5387 if ${lt_cv_prog_gnu_ld+:} false; then :
5388 $as_echo_n "(cached) " >&6
5389 else
5390 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5391 case `$LD -v 2>&1 </dev/null` in
5392 *GNU* | *'with BFD'*)
5393 lt_cv_prog_gnu_ld=yes
5396 lt_cv_prog_gnu_ld=no
5398 esac
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5401 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5402 with_gnu_ld=$lt_cv_prog_gnu_ld
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5413 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5414 if ${lt_cv_path_NM+:} false; then :
5415 $as_echo_n "(cached) " >&6
5416 else
5417 if test -n "$NM"; then
5418 # Let the user override the nm to test.
5419 lt_nm_to_check="$NM"
5420 else
5421 lt_nm_to_check="${ac_tool_prefix}nm"
5422 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5423 lt_nm_to_check="$lt_nm_to_check nm"
5426 for lt_tmp_nm in "$lt_nm_to_check"; do
5427 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5428 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5429 IFS="$lt_save_ifs"
5430 test -z "$ac_dir" && ac_dir=.
5431 # Strip out any user-provided options from the nm to test twice,
5432 # the first time to test to see if nm (rather than its options) has
5433 # an explicit path, the second time to yield a file which can be
5434 # nm'ed itself.
5435 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5436 case "$tmp_nm_path" in
5437 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5438 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5439 esac
5440 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5441 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5442 # Check to see if the nm accepts a BSD-compat flag.
5443 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5444 # nm: unknown option "B" ignored
5445 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5446 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5447 break
5450 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5451 *$tmp_nm*)
5452 lt_cv_path_NM="$tmp_nm -p"
5453 break
5456 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5457 continue # so that we can try to find one that supports BSD flags
5459 esac
5461 esac
5463 done
5464 IFS="$lt_save_ifs"
5465 done
5466 : ${lt_cv_path_NM=no}
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5469 $as_echo "$lt_cv_path_NM" >&6; }
5470 if test "$lt_cv_path_NM" != "no"; then
5471 NM="$lt_cv_path_NM"
5472 else
5473 # Didn't find any BSD compatible name lister, look for dumpbin.
5474 if test -n "$DUMPBIN"; then :
5475 # Let the user override the test.
5476 else
5477 if test -n "$ac_tool_prefix"; then
5478 for ac_prog in dumpbin "link -dump"
5480 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5481 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5483 $as_echo_n "checking for $ac_word... " >&6; }
5484 if ${ac_cv_prog_DUMPBIN+:} false; then :
5485 $as_echo_n "(cached) " >&6
5486 else
5487 if test -n "$DUMPBIN"; then
5488 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5489 else
5490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5491 for as_dir in $PATH
5493 IFS=$as_save_IFS
5494 test -z "$as_dir" && as_dir=.
5495 for ac_exec_ext in '' $ac_executable_extensions; do
5496 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5497 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5499 break 2
5501 done
5502 done
5503 IFS=$as_save_IFS
5507 DUMPBIN=$ac_cv_prog_DUMPBIN
5508 if test -n "$DUMPBIN"; then
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5510 $as_echo "$DUMPBIN" >&6; }
5511 else
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5513 $as_echo "no" >&6; }
5517 test -n "$DUMPBIN" && break
5518 done
5520 if test -z "$DUMPBIN"; then
5521 ac_ct_DUMPBIN=$DUMPBIN
5522 for ac_prog in dumpbin "link -dump"
5524 # Extract the first word of "$ac_prog", so it can be a program name with args.
5525 set dummy $ac_prog; ac_word=$2
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5527 $as_echo_n "checking for $ac_word... " >&6; }
5528 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5529 $as_echo_n "(cached) " >&6
5530 else
5531 if test -n "$ac_ct_DUMPBIN"; then
5532 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5533 else
5534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5535 for as_dir in $PATH
5537 IFS=$as_save_IFS
5538 test -z "$as_dir" && as_dir=.
5539 for ac_exec_ext in '' $ac_executable_extensions; do
5540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5541 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5543 break 2
5545 done
5546 done
5547 IFS=$as_save_IFS
5551 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5552 if test -n "$ac_ct_DUMPBIN"; then
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5554 $as_echo "$ac_ct_DUMPBIN" >&6; }
5555 else
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5557 $as_echo "no" >&6; }
5561 test -n "$ac_ct_DUMPBIN" && break
5562 done
5564 if test "x$ac_ct_DUMPBIN" = x; then
5565 DUMPBIN=":"
5566 else
5567 case $cross_compiling:$ac_tool_warned in
5568 yes:)
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5570 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5571 ac_tool_warned=yes ;;
5572 esac
5573 DUMPBIN=$ac_ct_DUMPBIN
5577 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5578 *COFF*)
5579 DUMPBIN="$DUMPBIN -symbols"
5582 DUMPBIN=:
5584 esac
5587 if test "$DUMPBIN" != ":"; then
5588 NM="$DUMPBIN"
5591 test -z "$NM" && NM=nm
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5599 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5600 if ${lt_cv_nm_interface+:} false; then :
5601 $as_echo_n "(cached) " >&6
5602 else
5603 lt_cv_nm_interface="BSD nm"
5604 echo "int some_variable = 0;" > conftest.$ac_ext
5605 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5606 (eval "$ac_compile" 2>conftest.err)
5607 cat conftest.err >&5
5608 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5609 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5610 cat conftest.err >&5
5611 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5612 cat conftest.out >&5
5613 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5614 lt_cv_nm_interface="MS dumpbin"
5616 rm -f conftest*
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5619 $as_echo "$lt_cv_nm_interface" >&6; }
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5622 $as_echo_n "checking whether ln -s works... " >&6; }
5623 LN_S=$as_ln_s
5624 if test "$LN_S" = "ln -s"; then
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5626 $as_echo "yes" >&6; }
5627 else
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5629 $as_echo "no, using $LN_S" >&6; }
5632 # find the maximum length of command line arguments
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5634 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5635 if ${lt_cv_sys_max_cmd_len+:} false; then :
5636 $as_echo_n "(cached) " >&6
5637 else
5639 teststring="ABCD"
5641 case $build_os in
5642 msdosdjgpp*)
5643 # On DJGPP, this test can blow up pretty badly due to problems in libc
5644 # (any single argument exceeding 2000 bytes causes a buffer overrun
5645 # during glob expansion). Even if it were fixed, the result of this
5646 # check would be larger than it should be.
5647 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5650 gnu*)
5651 # Under GNU Hurd, this test is not required because there is
5652 # no limit to the length of command line arguments.
5653 # Libtool will interpret -1 as no limit whatsoever
5654 lt_cv_sys_max_cmd_len=-1;
5657 cygwin* | mingw* | cegcc*)
5658 # On Win9x/ME, this test blows up -- it succeeds, but takes
5659 # about 5 minutes as the teststring grows exponentially.
5660 # Worse, since 9x/ME are not pre-emptively multitasking,
5661 # you end up with a "frozen" computer, even though with patience
5662 # the test eventually succeeds (with a max line length of 256k).
5663 # Instead, let's just punt: use the minimum linelength reported by
5664 # all of the supported platforms: 8192 (on NT/2K/XP).
5665 lt_cv_sys_max_cmd_len=8192;
5668 mint*)
5669 # On MiNT this can take a long time and run out of memory.
5670 lt_cv_sys_max_cmd_len=8192;
5673 amigaos*)
5674 # On AmigaOS with pdksh, this test takes hours, literally.
5675 # So we just punt and use a minimum line length of 8192.
5676 lt_cv_sys_max_cmd_len=8192;
5679 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5680 # This has been around since 386BSD, at least. Likely further.
5681 if test -x /sbin/sysctl; then
5682 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5683 elif test -x /usr/sbin/sysctl; then
5684 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5685 else
5686 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5688 # And add a safety zone
5689 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5690 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5693 interix*)
5694 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5695 lt_cv_sys_max_cmd_len=196608
5698 osf*)
5699 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5700 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5701 # nice to cause kernel panics so lets avoid the loop below.
5702 # First set a reasonable default.
5703 lt_cv_sys_max_cmd_len=16384
5705 if test -x /sbin/sysconfig; then
5706 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5707 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5708 esac
5711 sco3.2v5*)
5712 lt_cv_sys_max_cmd_len=102400
5714 sysv5* | sco5v6* | sysv4.2uw2*)
5715 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5716 if test -n "$kargmax"; then
5717 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5718 else
5719 lt_cv_sys_max_cmd_len=32768
5723 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5724 if test -n "$lt_cv_sys_max_cmd_len"; then
5725 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5726 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5727 else
5728 # Make teststring a little bigger before we do anything with it.
5729 # a 1K string should be a reasonable start.
5730 for i in 1 2 3 4 5 6 7 8 ; do
5731 teststring=$teststring$teststring
5732 done
5733 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5734 # If test is not a shell built-in, we'll probably end up computing a
5735 # maximum length that is only half of the actual maximum length, but
5736 # we can't tell.
5737 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5738 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5739 test $i != 17 # 1/2 MB should be enough
5741 i=`expr $i + 1`
5742 teststring=$teststring$teststring
5743 done
5744 # Only check the string length outside the loop.
5745 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5746 teststring=
5747 # Add a significant safety factor because C++ compilers can tack on
5748 # massive amounts of additional arguments before passing them to the
5749 # linker. It appears as though 1/2 is a usable value.
5750 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5753 esac
5757 if test -n $lt_cv_sys_max_cmd_len ; then
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5759 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5760 else
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5762 $as_echo "none" >&6; }
5764 max_cmd_len=$lt_cv_sys_max_cmd_len
5771 : ${CP="cp -f"}
5772 : ${MV="mv -f"}
5773 : ${RM="rm -f"}
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5776 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5777 # Try some XSI features
5778 xsi_shell=no
5779 ( _lt_dummy="a/b/c"
5780 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5781 = c,a/b,, \
5782 && eval 'test $(( 1 + 1 )) -eq 2 \
5783 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5784 && xsi_shell=yes
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5786 $as_echo "$xsi_shell" >&6; }
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5790 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5791 lt_shell_append=no
5792 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5793 >/dev/null 2>&1 \
5794 && lt_shell_append=yes
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5796 $as_echo "$lt_shell_append" >&6; }
5799 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5800 lt_unset=unset
5801 else
5802 lt_unset=false
5809 # test EBCDIC or ASCII
5810 case `echo X|tr X '\101'` in
5811 A) # ASCII based system
5812 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5813 lt_SP2NL='tr \040 \012'
5814 lt_NL2SP='tr \015\012 \040\040'
5816 *) # EBCDIC based system
5817 lt_SP2NL='tr \100 \n'
5818 lt_NL2SP='tr \r\n \100\100'
5820 esac
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5831 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5832 if ${lt_cv_ld_reload_flag+:} false; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 lt_cv_ld_reload_flag='-r'
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5838 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5839 reload_flag=$lt_cv_ld_reload_flag
5840 case $reload_flag in
5841 "" | " "*) ;;
5842 *) reload_flag=" $reload_flag" ;;
5843 esac
5844 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5845 case $host_os in
5846 darwin*)
5847 if test "$GCC" = yes; then
5848 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5849 else
5850 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5853 esac
5863 if test -n "$ac_tool_prefix"; then
5864 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5865 set dummy ${ac_tool_prefix}objdump; 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 ${ac_cv_prog_OBJDUMP+:} false; then :
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$OBJDUMP"; then
5872 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5885 done
5886 done
5887 IFS=$as_save_IFS
5891 OBJDUMP=$ac_cv_prog_OBJDUMP
5892 if test -n "$OBJDUMP"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5894 $as_echo "$OBJDUMP" >&6; }
5895 else
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897 $as_echo "no" >&6; }
5902 if test -z "$ac_cv_prog_OBJDUMP"; then
5903 ac_ct_OBJDUMP=$OBJDUMP
5904 # Extract the first word of "objdump", so it can be a program name with args.
5905 set dummy objdump; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$ac_ct_OBJDUMP"; then
5912 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5925 done
5926 done
5927 IFS=$as_save_IFS
5931 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5932 if test -n "$ac_ct_OBJDUMP"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5934 $as_echo "$ac_ct_OBJDUMP" >&6; }
5935 else
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937 $as_echo "no" >&6; }
5940 if test "x$ac_ct_OBJDUMP" = x; then
5941 OBJDUMP="false"
5942 else
5943 case $cross_compiling:$ac_tool_warned in
5944 yes:)
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5947 ac_tool_warned=yes ;;
5948 esac
5949 OBJDUMP=$ac_ct_OBJDUMP
5951 else
5952 OBJDUMP="$ac_cv_prog_OBJDUMP"
5955 test -z "$OBJDUMP" && OBJDUMP=objdump
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5966 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5967 if ${lt_cv_deplibs_check_method+:} false; then :
5968 $as_echo_n "(cached) " >&6
5969 else
5970 lt_cv_file_magic_cmd='$MAGIC_CMD'
5971 lt_cv_file_magic_test_file=
5972 lt_cv_deplibs_check_method='unknown'
5973 # Need to set the preceding variable on all platforms that support
5974 # interlibrary dependencies.
5975 # 'none' -- dependencies not supported.
5976 # `unknown' -- same as none, but documents that we really don't know.
5977 # 'pass_all' -- all dependencies passed with no checks.
5978 # 'test_compile' -- check by making test program.
5979 # 'file_magic [[regex]]' -- check by looking for files in library path
5980 # which responds to the $file_magic_cmd with a given extended regex.
5981 # If you have `file' or equivalent on your system and you're not sure
5982 # whether `pass_all' will *always* work, you probably want this one.
5984 case $host_os in
5985 aix[4-9]*)
5986 lt_cv_deplibs_check_method=pass_all
5989 beos*)
5990 lt_cv_deplibs_check_method=pass_all
5993 bsdi[45]*)
5994 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5995 lt_cv_file_magic_cmd='/usr/bin/file -L'
5996 lt_cv_file_magic_test_file=/shlib/libc.so
5999 cygwin*)
6000 # func_win32_libid is a shell function defined in ltmain.sh
6001 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6002 lt_cv_file_magic_cmd='func_win32_libid'
6005 mingw* | pw32*)
6006 # Base MSYS/MinGW do not provide the 'file' command needed by
6007 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6008 # unless we find 'file', for example because we are cross-compiling.
6009 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6010 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6011 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6012 lt_cv_file_magic_cmd='func_win32_libid'
6013 else
6014 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6015 lt_cv_file_magic_cmd='$OBJDUMP -f'
6019 cegcc*)
6020 # use the weaker test based on 'objdump'. See mingw*.
6021 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6022 lt_cv_file_magic_cmd='$OBJDUMP -f'
6025 darwin* | rhapsody*)
6026 lt_cv_deplibs_check_method=pass_all
6029 freebsd* | dragonfly*)
6030 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6031 case $host_cpu in
6032 i*86 )
6033 # Not sure whether the presence of OpenBSD here was a mistake.
6034 # Let's accept both of them until this is cleared up.
6035 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6036 lt_cv_file_magic_cmd=/usr/bin/file
6037 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6039 esac
6040 else
6041 lt_cv_deplibs_check_method=pass_all
6045 gnu*)
6046 lt_cv_deplibs_check_method=pass_all
6049 haiku*)
6050 lt_cv_deplibs_check_method=pass_all
6053 hpux10.20* | hpux11*)
6054 lt_cv_file_magic_cmd=/usr/bin/file
6055 case $host_cpu in
6056 ia64*)
6057 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6058 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6060 hppa*64*)
6061 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]'
6062 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6065 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6066 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6068 esac
6071 interix[3-9]*)
6072 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6073 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6076 irix5* | irix6* | nonstopux*)
6077 case $LD in
6078 *-32|*"-32 ") libmagic=32-bit;;
6079 *-n32|*"-n32 ") libmagic=N32;;
6080 *-64|*"-64 ") libmagic=64-bit;;
6081 *) libmagic=never-match;;
6082 esac
6083 lt_cv_deplibs_check_method=pass_all
6086 # This must be Linux ELF.
6087 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6088 lt_cv_deplibs_check_method=pass_all
6091 netbsd*)
6092 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6094 else
6095 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6099 newos6*)
6100 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6101 lt_cv_file_magic_cmd=/usr/bin/file
6102 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6105 *nto* | *qnx*)
6106 lt_cv_deplibs_check_method=pass_all
6109 openbsd*)
6110 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6111 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6112 else
6113 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6117 osf3* | osf4* | osf5*)
6118 lt_cv_deplibs_check_method=pass_all
6121 rdos*)
6122 lt_cv_deplibs_check_method=pass_all
6125 solaris*)
6126 lt_cv_deplibs_check_method=pass_all
6129 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6130 lt_cv_deplibs_check_method=pass_all
6133 sysv4 | sysv4.3*)
6134 case $host_vendor in
6135 motorola)
6136 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]'
6137 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6139 ncr)
6140 lt_cv_deplibs_check_method=pass_all
6142 sequent)
6143 lt_cv_file_magic_cmd='/bin/file'
6144 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6146 sni)
6147 lt_cv_file_magic_cmd='/bin/file'
6148 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6149 lt_cv_file_magic_test_file=/lib/libc.so
6151 siemens)
6152 lt_cv_deplibs_check_method=pass_all
6155 lt_cv_deplibs_check_method=pass_all
6157 esac
6160 tpf*)
6161 lt_cv_deplibs_check_method=pass_all
6163 vxworks*)
6164 # Assume VxWorks cross toolchains are built on Linux, possibly
6165 # as canadian for Windows hosts.
6166 lt_cv_deplibs_check_method=pass_all
6168 esac
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6172 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6173 file_magic_cmd=$lt_cv_file_magic_cmd
6174 deplibs_check_method=$lt_cv_deplibs_check_method
6175 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6188 plugin_option=
6189 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6190 for plugin in $plugin_names; do
6191 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6192 if test x$plugin_so = x$plugin; then
6193 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6195 if test x$plugin_so != x$plugin; then
6196 plugin_option="--plugin $plugin_so"
6197 break
6199 done
6201 if test -n "$ac_tool_prefix"; then
6202 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6203 set dummy ${ac_tool_prefix}ar; ac_word=$2
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6205 $as_echo_n "checking for $ac_word... " >&6; }
6206 if ${ac_cv_prog_AR+:} false; then :
6207 $as_echo_n "(cached) " >&6
6208 else
6209 if test -n "$AR"; then
6210 ac_cv_prog_AR="$AR" # Let the user override the test.
6211 else
6212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213 for as_dir in $PATH
6215 IFS=$as_save_IFS
6216 test -z "$as_dir" && as_dir=.
6217 for ac_exec_ext in '' $ac_executable_extensions; do
6218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6219 ac_cv_prog_AR="${ac_tool_prefix}ar"
6220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6221 break 2
6223 done
6224 done
6225 IFS=$as_save_IFS
6229 AR=$ac_cv_prog_AR
6230 if test -n "$AR"; then
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6232 $as_echo "$AR" >&6; }
6233 else
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6235 $as_echo "no" >&6; }
6240 if test -z "$ac_cv_prog_AR"; then
6241 ac_ct_AR=$AR
6242 # Extract the first word of "ar", so it can be a program name with args.
6243 set dummy ar; ac_word=$2
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6245 $as_echo_n "checking for $ac_word... " >&6; }
6246 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6247 $as_echo_n "(cached) " >&6
6248 else
6249 if test -n "$ac_ct_AR"; then
6250 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6251 else
6252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253 for as_dir in $PATH
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6259 ac_cv_prog_ac_ct_AR="ar"
6260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 break 2
6263 done
6264 done
6265 IFS=$as_save_IFS
6269 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6270 if test -n "$ac_ct_AR"; then
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6272 $as_echo "$ac_ct_AR" >&6; }
6273 else
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6275 $as_echo "no" >&6; }
6278 if test "x$ac_ct_AR" = x; then
6279 AR="false"
6280 else
6281 case $cross_compiling:$ac_tool_warned in
6282 yes:)
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6284 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6285 ac_tool_warned=yes ;;
6286 esac
6287 AR=$ac_ct_AR
6289 else
6290 AR="$ac_cv_prog_AR"
6293 test -z "$AR" && AR=ar
6294 if test -n "$plugin_option"; then
6295 if $AR --help 2>&1 | grep -q "\--plugin"; then
6296 touch conftest.c
6297 $AR $plugin_option rc conftest.a conftest.c
6298 if test "$?" != 0; then
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6300 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6301 else
6302 AR="$AR $plugin_option"
6304 rm -f conftest.*
6307 test -z "$AR_FLAGS" && AR_FLAGS=cru
6319 if test -n "$ac_tool_prefix"; then
6320 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6321 set dummy ${ac_tool_prefix}strip; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if ${ac_cv_prog_STRIP+:} false; then :
6325 $as_echo_n "(cached) " >&6
6326 else
6327 if test -n "$STRIP"; then
6328 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6329 else
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6337 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339 break 2
6341 done
6342 done
6343 IFS=$as_save_IFS
6347 STRIP=$ac_cv_prog_STRIP
6348 if test -n "$STRIP"; then
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6350 $as_echo "$STRIP" >&6; }
6351 else
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6358 if test -z "$ac_cv_prog_STRIP"; then
6359 ac_ct_STRIP=$STRIP
6360 # Extract the first word of "strip", so it can be a program name with args.
6361 set dummy strip; ac_word=$2
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6363 $as_echo_n "checking for $ac_word... " >&6; }
6364 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6365 $as_echo_n "(cached) " >&6
6366 else
6367 if test -n "$ac_ct_STRIP"; then
6368 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6369 else
6370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6371 for as_dir in $PATH
6373 IFS=$as_save_IFS
6374 test -z "$as_dir" && as_dir=.
6375 for ac_exec_ext in '' $ac_executable_extensions; do
6376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6377 ac_cv_prog_ac_ct_STRIP="strip"
6378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6379 break 2
6381 done
6382 done
6383 IFS=$as_save_IFS
6387 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6388 if test -n "$ac_ct_STRIP"; then
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6390 $as_echo "$ac_ct_STRIP" >&6; }
6391 else
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6393 $as_echo "no" >&6; }
6396 if test "x$ac_ct_STRIP" = x; then
6397 STRIP=":"
6398 else
6399 case $cross_compiling:$ac_tool_warned in
6400 yes:)
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6403 ac_tool_warned=yes ;;
6404 esac
6405 STRIP=$ac_ct_STRIP
6407 else
6408 STRIP="$ac_cv_prog_STRIP"
6411 test -z "$STRIP" && STRIP=:
6418 if test -n "$ac_tool_prefix"; then
6419 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6420 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6422 $as_echo_n "checking for $ac_word... " >&6; }
6423 if ${ac_cv_prog_RANLIB+:} false; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 if test -n "$RANLIB"; then
6427 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6428 else
6429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6430 for as_dir in $PATH
6432 IFS=$as_save_IFS
6433 test -z "$as_dir" && as_dir=.
6434 for ac_exec_ext in '' $ac_executable_extensions; do
6435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6436 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6438 break 2
6440 done
6441 done
6442 IFS=$as_save_IFS
6446 RANLIB=$ac_cv_prog_RANLIB
6447 if test -n "$RANLIB"; then
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6449 $as_echo "$RANLIB" >&6; }
6450 else
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6452 $as_echo "no" >&6; }
6457 if test -z "$ac_cv_prog_RANLIB"; then
6458 ac_ct_RANLIB=$RANLIB
6459 # Extract the first word of "ranlib", so it can be a program name with args.
6460 set dummy ranlib; ac_word=$2
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6462 $as_echo_n "checking for $ac_word... " >&6; }
6463 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6464 $as_echo_n "(cached) " >&6
6465 else
6466 if test -n "$ac_ct_RANLIB"; then
6467 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6468 else
6469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6470 for as_dir in $PATH
6472 IFS=$as_save_IFS
6473 test -z "$as_dir" && as_dir=.
6474 for ac_exec_ext in '' $ac_executable_extensions; do
6475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6476 ac_cv_prog_ac_ct_RANLIB="ranlib"
6477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6478 break 2
6480 done
6481 done
6482 IFS=$as_save_IFS
6486 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6487 if test -n "$ac_ct_RANLIB"; then
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6489 $as_echo "$ac_ct_RANLIB" >&6; }
6490 else
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6492 $as_echo "no" >&6; }
6495 if test "x$ac_ct_RANLIB" = x; then
6496 RANLIB=":"
6497 else
6498 case $cross_compiling:$ac_tool_warned in
6499 yes:)
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6502 ac_tool_warned=yes ;;
6503 esac
6504 RANLIB=$ac_ct_RANLIB
6506 else
6507 RANLIB="$ac_cv_prog_RANLIB"
6510 test -z "$RANLIB" && RANLIB=:
6511 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6512 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6513 RANLIB="$RANLIB $plugin_option"
6522 # Determine commands to create old-style static archives.
6523 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6524 old_postinstall_cmds='chmod 644 $oldlib'
6525 old_postuninstall_cmds=
6527 if test -n "$RANLIB"; then
6528 case $host_os in
6529 openbsd*)
6530 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6533 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6535 esac
6536 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6539 case $host_os in
6540 darwin*)
6541 lock_old_archive_extraction=yes ;;
6543 lock_old_archive_extraction=no ;;
6544 esac
6584 # If no C compiler was specified, use CC.
6585 LTCC=${LTCC-"$CC"}
6587 # If no C compiler flags were specified, use CFLAGS.
6588 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6590 # Allow CC to be a program name with arguments.
6591 compiler=$CC
6594 # Check for command to grab the raw symbol name followed by C symbol from nm.
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6596 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6597 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6598 $as_echo_n "(cached) " >&6
6599 else
6601 # These are sane defaults that work on at least a few old systems.
6602 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6604 # Character class describing NM global symbol codes.
6605 symcode='[BCDEGRST]'
6607 # Regexp to match symbols that can be accessed directly from C.
6608 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6610 # Define system-specific variables.
6611 case $host_os in
6612 aix*)
6613 symcode='[BCDT]'
6615 cygwin* | mingw* | pw32* | cegcc*)
6616 symcode='[ABCDGISTW]'
6618 hpux*)
6619 if test "$host_cpu" = ia64; then
6620 symcode='[ABCDEGRST]'
6623 irix* | nonstopux*)
6624 symcode='[BCDEGRST]'
6626 osf*)
6627 symcode='[BCDEGQRST]'
6629 solaris*)
6630 symcode='[BCDRT]'
6632 sco3.2v5*)
6633 symcode='[DT]'
6635 sysv4.2uw2*)
6636 symcode='[DT]'
6638 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6639 symcode='[ABDT]'
6641 sysv4)
6642 symcode='[DFNSTU]'
6644 esac
6646 # If we're using GNU nm, then use its standard symbol codes.
6647 case `$NM -V 2>&1` in
6648 *GNU* | *'with BFD'*)
6649 symcode='[ABCDGIRSTW]' ;;
6650 esac
6652 # Transform an extracted symbol line into a proper C declaration.
6653 # Some systems (esp. on ia64) link data and code symbols differently,
6654 # so use this general approach.
6655 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6657 # Transform an extracted symbol line into symbol name and symbol address
6658 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6659 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'"
6661 # Handle CRLF in mingw tool chain
6662 opt_cr=
6663 case $build_os in
6664 mingw*)
6665 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6667 esac
6669 # Try without a prefix underscore, then with it.
6670 for ac_symprfx in "" "_"; do
6672 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6673 symxfrm="\\1 $ac_symprfx\\2 \\2"
6675 # Write the raw and C identifiers.
6676 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6677 # Fake it for dumpbin and say T for any non-static function
6678 # and D for any global variable.
6679 # Also find C++ and __fastcall symbols from MSVC++,
6680 # which start with @ or ?.
6681 lt_cv_sys_global_symbol_pipe="$AWK '"\
6682 " {last_section=section; section=\$ 3};"\
6683 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6684 " \$ 0!~/External *\|/{next};"\
6685 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6686 " {if(hide[section]) next};"\
6687 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6688 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6689 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6690 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6691 " ' prfx=^$ac_symprfx"
6692 else
6693 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6696 # Check to see that the pipe works correctly.
6697 pipe_works=no
6699 rm -f conftest*
6700 cat > conftest.$ac_ext <<_LT_EOF
6701 #ifdef __cplusplus
6702 extern "C" {
6703 #endif
6704 char nm_test_var;
6705 void nm_test_func(void);
6706 void nm_test_func(void){}
6707 #ifdef __cplusplus
6709 #endif
6710 int main(){nm_test_var='a';nm_test_func();return(0);}
6711 _LT_EOF
6713 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6714 (eval $ac_compile) 2>&5
6715 ac_status=$?
6716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6717 test $ac_status = 0; }; then
6718 # Now try to grab the symbols.
6719 nlist=conftest.nm
6720 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6721 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6722 ac_status=$?
6723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6724 test $ac_status = 0; } && test -s "$nlist"; then
6725 # Try sorting and uniquifying the output.
6726 if sort "$nlist" | uniq > "$nlist"T; then
6727 mv -f "$nlist"T "$nlist"
6728 else
6729 rm -f "$nlist"T
6732 # Make sure that we snagged all the symbols we need.
6733 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6734 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6735 cat <<_LT_EOF > conftest.$ac_ext
6736 #ifdef __cplusplus
6737 extern "C" {
6738 #endif
6740 _LT_EOF
6741 # Now generate the symbol file.
6742 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6744 cat <<_LT_EOF >> conftest.$ac_ext
6746 /* The mapping between symbol names and symbols. */
6747 const struct {
6748 const char *name;
6749 void *address;
6751 lt__PROGRAM__LTX_preloaded_symbols[] =
6753 { "@PROGRAM@", (void *) 0 },
6754 _LT_EOF
6755 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6756 cat <<\_LT_EOF >> conftest.$ac_ext
6757 {0, (void *) 0}
6760 /* This works around a problem in FreeBSD linker */
6761 #ifdef FREEBSD_WORKAROUND
6762 static const void *lt_preloaded_setup() {
6763 return lt__PROGRAM__LTX_preloaded_symbols;
6765 #endif
6767 #ifdef __cplusplus
6769 #endif
6770 _LT_EOF
6771 # Now try linking the two files.
6772 mv conftest.$ac_objext conftstm.$ac_objext
6773 lt_save_LIBS="$LIBS"
6774 lt_save_CFLAGS="$CFLAGS"
6775 LIBS="conftstm.$ac_objext"
6776 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6777 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6778 (eval $ac_link) 2>&5
6779 ac_status=$?
6780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6781 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6782 pipe_works=yes
6784 LIBS="$lt_save_LIBS"
6785 CFLAGS="$lt_save_CFLAGS"
6786 else
6787 echo "cannot find nm_test_func in $nlist" >&5
6789 else
6790 echo "cannot find nm_test_var in $nlist" >&5
6792 else
6793 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6795 else
6796 echo "$progname: failed program was:" >&5
6797 cat conftest.$ac_ext >&5
6799 rm -rf conftest* conftst*
6801 # Do not use the global_symbol_pipe unless it works.
6802 if test "$pipe_works" = yes; then
6803 break
6804 else
6805 lt_cv_sys_global_symbol_pipe=
6807 done
6811 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6812 lt_cv_sys_global_symbol_to_cdecl=
6814 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6816 $as_echo "failed" >&6; }
6817 else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6819 $as_echo "ok" >&6; }
6843 # Check whether --enable-libtool-lock was given.
6844 if test "${enable_libtool_lock+set}" = set; then :
6845 enableval=$enable_libtool_lock;
6848 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6850 # Some flags need to be propagated to the compiler or linker for good
6851 # libtool support.
6852 case $host in
6853 ia64-*-hpux*)
6854 # Find out which ABI we are using.
6855 echo 'int i;' > conftest.$ac_ext
6856 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6857 (eval $ac_compile) 2>&5
6858 ac_status=$?
6859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6860 test $ac_status = 0; }; then
6861 case `/usr/bin/file conftest.$ac_objext` in
6862 *ELF-32*)
6863 HPUX_IA64_MODE="32"
6865 *ELF-64*)
6866 HPUX_IA64_MODE="64"
6868 esac
6870 rm -rf conftest*
6872 *-*-irix6*)
6873 # Find out which ABI we are using.
6874 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6875 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6876 (eval $ac_compile) 2>&5
6877 ac_status=$?
6878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6879 test $ac_status = 0; }; then
6880 if test "$lt_cv_prog_gnu_ld" = yes; then
6881 case `/usr/bin/file conftest.$ac_objext` in
6882 *32-bit*)
6883 LD="${LD-ld} -melf32bsmip"
6885 *N32*)
6886 LD="${LD-ld} -melf32bmipn32"
6888 *64-bit*)
6889 LD="${LD-ld} -melf64bmip"
6891 esac
6892 else
6893 case `/usr/bin/file conftest.$ac_objext` in
6894 *32-bit*)
6895 LD="${LD-ld} -32"
6897 *N32*)
6898 LD="${LD-ld} -n32"
6900 *64-bit*)
6901 LD="${LD-ld} -64"
6903 esac
6906 rm -rf conftest*
6909 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6910 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6911 # Find out which ABI we are using.
6912 echo 'int i;' > conftest.$ac_ext
6913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6914 (eval $ac_compile) 2>&5
6915 ac_status=$?
6916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6917 test $ac_status = 0; }; then
6918 case `/usr/bin/file conftest.o` in
6919 *32-bit*)
6920 case $host in
6921 x86_64-*kfreebsd*-gnu)
6922 LD="${LD-ld} -m elf_i386_fbsd"
6924 x86_64-*linux*)
6925 case `/usr/bin/file conftest.o` in
6926 *x86-64*)
6927 LD="${LD-ld} -m elf32_x86_64"
6930 LD="${LD-ld} -m elf_i386"
6932 esac
6934 powerpc64le-*linux*)
6935 LD="${LD-ld} -m elf32lppclinux"
6937 powerpc64-*linux*)
6938 LD="${LD-ld} -m elf32ppclinux"
6940 s390x-*linux*)
6941 LD="${LD-ld} -m elf_s390"
6943 sparc64-*linux*)
6944 LD="${LD-ld} -m elf32_sparc"
6946 esac
6948 *64-bit*)
6949 case $host in
6950 x86_64-*kfreebsd*-gnu)
6951 LD="${LD-ld} -m elf_x86_64_fbsd"
6953 x86_64-*linux*)
6954 LD="${LD-ld} -m elf_x86_64"
6956 powerpcle-*linux*)
6957 LD="${LD-ld} -m elf64lppc"
6959 powerpc-*linux*)
6960 LD="${LD-ld} -m elf64ppc"
6962 s390*-*linux*|s390*-*tpf*)
6963 LD="${LD-ld} -m elf64_s390"
6965 sparc*-*linux*)
6966 LD="${LD-ld} -m elf64_sparc"
6968 esac
6970 esac
6972 rm -rf conftest*
6975 *-*-sco3.2v5*)
6976 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6977 SAVE_CFLAGS="$CFLAGS"
6978 CFLAGS="$CFLAGS -belf"
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6980 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6981 if ${lt_cv_cc_needs_belf+:} false; then :
6982 $as_echo_n "(cached) " >&6
6983 else
6984 ac_ext=c
6985 ac_cpp='$CPP $CPPFLAGS'
6986 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6987 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6988 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6991 /* end confdefs.h. */
6994 main ()
6998 return 0;
7000 _ACEOF
7001 if ac_fn_c_try_link "$LINENO"; then :
7002 lt_cv_cc_needs_belf=yes
7003 else
7004 lt_cv_cc_needs_belf=no
7006 rm -f core conftest.err conftest.$ac_objext \
7007 conftest$ac_exeext conftest.$ac_ext
7008 ac_ext=c
7009 ac_cpp='$CPP $CPPFLAGS'
7010 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7011 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7012 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7016 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7017 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7018 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7019 CFLAGS="$SAVE_CFLAGS"
7022 sparc*-*solaris*)
7023 # Find out which ABI we are using.
7024 echo 'int i;' > conftest.$ac_ext
7025 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7026 (eval $ac_compile) 2>&5
7027 ac_status=$?
7028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7029 test $ac_status = 0; }; then
7030 case `/usr/bin/file conftest.o` in
7031 *64-bit*)
7032 case $lt_cv_prog_gnu_ld in
7033 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7035 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7036 LD="${LD-ld} -64"
7039 esac
7041 esac
7043 rm -rf conftest*
7045 esac
7047 need_locks="$enable_libtool_lock"
7050 case $host_os in
7051 rhapsody* | darwin*)
7052 if test -n "$ac_tool_prefix"; then
7053 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7054 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7056 $as_echo_n "checking for $ac_word... " >&6; }
7057 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7060 if test -n "$DSYMUTIL"; then
7061 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7062 else
7063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7064 for as_dir in $PATH
7066 IFS=$as_save_IFS
7067 test -z "$as_dir" && as_dir=.
7068 for ac_exec_ext in '' $ac_executable_extensions; do
7069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7070 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7072 break 2
7074 done
7075 done
7076 IFS=$as_save_IFS
7080 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7081 if test -n "$DSYMUTIL"; then
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7083 $as_echo "$DSYMUTIL" >&6; }
7084 else
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; }
7091 if test -z "$ac_cv_prog_DSYMUTIL"; then
7092 ac_ct_DSYMUTIL=$DSYMUTIL
7093 # Extract the first word of "dsymutil", so it can be a program name with args.
7094 set dummy dsymutil; ac_word=$2
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7096 $as_echo_n "checking for $ac_word... " >&6; }
7097 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7098 $as_echo_n "(cached) " >&6
7099 else
7100 if test -n "$ac_ct_DSYMUTIL"; then
7101 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7102 else
7103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7104 for as_dir in $PATH
7106 IFS=$as_save_IFS
7107 test -z "$as_dir" && as_dir=.
7108 for ac_exec_ext in '' $ac_executable_extensions; do
7109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7110 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7112 break 2
7114 done
7115 done
7116 IFS=$as_save_IFS
7120 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7121 if test -n "$ac_ct_DSYMUTIL"; then
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7123 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7124 else
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7126 $as_echo "no" >&6; }
7129 if test "x$ac_ct_DSYMUTIL" = x; then
7130 DSYMUTIL=":"
7131 else
7132 case $cross_compiling:$ac_tool_warned in
7133 yes:)
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7136 ac_tool_warned=yes ;;
7137 esac
7138 DSYMUTIL=$ac_ct_DSYMUTIL
7140 else
7141 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7144 if test -n "$ac_tool_prefix"; then
7145 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7146 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7148 $as_echo_n "checking for $ac_word... " >&6; }
7149 if ${ac_cv_prog_NMEDIT+:} false; then :
7150 $as_echo_n "(cached) " >&6
7151 else
7152 if test -n "$NMEDIT"; then
7153 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7154 else
7155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7156 for as_dir in $PATH
7158 IFS=$as_save_IFS
7159 test -z "$as_dir" && as_dir=.
7160 for ac_exec_ext in '' $ac_executable_extensions; do
7161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7162 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7164 break 2
7166 done
7167 done
7168 IFS=$as_save_IFS
7172 NMEDIT=$ac_cv_prog_NMEDIT
7173 if test -n "$NMEDIT"; then
7174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7175 $as_echo "$NMEDIT" >&6; }
7176 else
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7178 $as_echo "no" >&6; }
7183 if test -z "$ac_cv_prog_NMEDIT"; then
7184 ac_ct_NMEDIT=$NMEDIT
7185 # Extract the first word of "nmedit", so it can be a program name with args.
7186 set dummy nmedit; ac_word=$2
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7188 $as_echo_n "checking for $ac_word... " >&6; }
7189 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7190 $as_echo_n "(cached) " >&6
7191 else
7192 if test -n "$ac_ct_NMEDIT"; then
7193 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7194 else
7195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7196 for as_dir in $PATH
7198 IFS=$as_save_IFS
7199 test -z "$as_dir" && as_dir=.
7200 for ac_exec_ext in '' $ac_executable_extensions; do
7201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7202 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7204 break 2
7206 done
7207 done
7208 IFS=$as_save_IFS
7212 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7213 if test -n "$ac_ct_NMEDIT"; then
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7215 $as_echo "$ac_ct_NMEDIT" >&6; }
7216 else
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7218 $as_echo "no" >&6; }
7221 if test "x$ac_ct_NMEDIT" = x; then
7222 NMEDIT=":"
7223 else
7224 case $cross_compiling:$ac_tool_warned in
7225 yes:)
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7227 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7228 ac_tool_warned=yes ;;
7229 esac
7230 NMEDIT=$ac_ct_NMEDIT
7232 else
7233 NMEDIT="$ac_cv_prog_NMEDIT"
7236 if test -n "$ac_tool_prefix"; then
7237 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7238 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7240 $as_echo_n "checking for $ac_word... " >&6; }
7241 if ${ac_cv_prog_LIPO+:} false; then :
7242 $as_echo_n "(cached) " >&6
7243 else
7244 if test -n "$LIPO"; then
7245 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7246 else
7247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7248 for as_dir in $PATH
7250 IFS=$as_save_IFS
7251 test -z "$as_dir" && as_dir=.
7252 for ac_exec_ext in '' $ac_executable_extensions; do
7253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7254 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7256 break 2
7258 done
7259 done
7260 IFS=$as_save_IFS
7264 LIPO=$ac_cv_prog_LIPO
7265 if test -n "$LIPO"; then
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7267 $as_echo "$LIPO" >&6; }
7268 else
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7270 $as_echo "no" >&6; }
7275 if test -z "$ac_cv_prog_LIPO"; then
7276 ac_ct_LIPO=$LIPO
7277 # Extract the first word of "lipo", so it can be a program name with args.
7278 set dummy lipo; ac_word=$2
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7280 $as_echo_n "checking for $ac_word... " >&6; }
7281 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7282 $as_echo_n "(cached) " >&6
7283 else
7284 if test -n "$ac_ct_LIPO"; then
7285 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7286 else
7287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7288 for as_dir in $PATH
7290 IFS=$as_save_IFS
7291 test -z "$as_dir" && as_dir=.
7292 for ac_exec_ext in '' $ac_executable_extensions; do
7293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7294 ac_cv_prog_ac_ct_LIPO="lipo"
7295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7296 break 2
7298 done
7299 done
7300 IFS=$as_save_IFS
7304 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7305 if test -n "$ac_ct_LIPO"; then
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7307 $as_echo "$ac_ct_LIPO" >&6; }
7308 else
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7310 $as_echo "no" >&6; }
7313 if test "x$ac_ct_LIPO" = x; then
7314 LIPO=":"
7315 else
7316 case $cross_compiling:$ac_tool_warned in
7317 yes:)
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7319 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7320 ac_tool_warned=yes ;;
7321 esac
7322 LIPO=$ac_ct_LIPO
7324 else
7325 LIPO="$ac_cv_prog_LIPO"
7328 if test -n "$ac_tool_prefix"; then
7329 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7330 set dummy ${ac_tool_prefix}otool; ac_word=$2
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7332 $as_echo_n "checking for $ac_word... " >&6; }
7333 if ${ac_cv_prog_OTOOL+:} false; then :
7334 $as_echo_n "(cached) " >&6
7335 else
7336 if test -n "$OTOOL"; then
7337 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7338 else
7339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7340 for as_dir in $PATH
7342 IFS=$as_save_IFS
7343 test -z "$as_dir" && as_dir=.
7344 for ac_exec_ext in '' $ac_executable_extensions; do
7345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7346 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7348 break 2
7350 done
7351 done
7352 IFS=$as_save_IFS
7356 OTOOL=$ac_cv_prog_OTOOL
7357 if test -n "$OTOOL"; then
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7359 $as_echo "$OTOOL" >&6; }
7360 else
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7362 $as_echo "no" >&6; }
7367 if test -z "$ac_cv_prog_OTOOL"; then
7368 ac_ct_OTOOL=$OTOOL
7369 # Extract the first word of "otool", so it can be a program name with args.
7370 set dummy otool; ac_word=$2
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7372 $as_echo_n "checking for $ac_word... " >&6; }
7373 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7374 $as_echo_n "(cached) " >&6
7375 else
7376 if test -n "$ac_ct_OTOOL"; then
7377 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7378 else
7379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7380 for as_dir in $PATH
7382 IFS=$as_save_IFS
7383 test -z "$as_dir" && as_dir=.
7384 for ac_exec_ext in '' $ac_executable_extensions; do
7385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7386 ac_cv_prog_ac_ct_OTOOL="otool"
7387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7388 break 2
7390 done
7391 done
7392 IFS=$as_save_IFS
7396 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7397 if test -n "$ac_ct_OTOOL"; then
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7399 $as_echo "$ac_ct_OTOOL" >&6; }
7400 else
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7402 $as_echo "no" >&6; }
7405 if test "x$ac_ct_OTOOL" = x; then
7406 OTOOL=":"
7407 else
7408 case $cross_compiling:$ac_tool_warned in
7409 yes:)
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7411 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7412 ac_tool_warned=yes ;;
7413 esac
7414 OTOOL=$ac_ct_OTOOL
7416 else
7417 OTOOL="$ac_cv_prog_OTOOL"
7420 if test -n "$ac_tool_prefix"; then
7421 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7422 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7424 $as_echo_n "checking for $ac_word... " >&6; }
7425 if ${ac_cv_prog_OTOOL64+:} false; then :
7426 $as_echo_n "(cached) " >&6
7427 else
7428 if test -n "$OTOOL64"; then
7429 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7430 else
7431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7432 for as_dir in $PATH
7434 IFS=$as_save_IFS
7435 test -z "$as_dir" && as_dir=.
7436 for ac_exec_ext in '' $ac_executable_extensions; do
7437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7438 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7440 break 2
7442 done
7443 done
7444 IFS=$as_save_IFS
7448 OTOOL64=$ac_cv_prog_OTOOL64
7449 if test -n "$OTOOL64"; then
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7451 $as_echo "$OTOOL64" >&6; }
7452 else
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7454 $as_echo "no" >&6; }
7459 if test -z "$ac_cv_prog_OTOOL64"; then
7460 ac_ct_OTOOL64=$OTOOL64
7461 # Extract the first word of "otool64", so it can be a program name with args.
7462 set dummy otool64; ac_word=$2
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7464 $as_echo_n "checking for $ac_word... " >&6; }
7465 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7466 $as_echo_n "(cached) " >&6
7467 else
7468 if test -n "$ac_ct_OTOOL64"; then
7469 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7470 else
7471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7472 for as_dir in $PATH
7474 IFS=$as_save_IFS
7475 test -z "$as_dir" && as_dir=.
7476 for ac_exec_ext in '' $ac_executable_extensions; do
7477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7478 ac_cv_prog_ac_ct_OTOOL64="otool64"
7479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7480 break 2
7482 done
7483 done
7484 IFS=$as_save_IFS
7488 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7489 if test -n "$ac_ct_OTOOL64"; then
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7491 $as_echo "$ac_ct_OTOOL64" >&6; }
7492 else
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7494 $as_echo "no" >&6; }
7497 if test "x$ac_ct_OTOOL64" = x; then
7498 OTOOL64=":"
7499 else
7500 case $cross_compiling:$ac_tool_warned in
7501 yes:)
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7504 ac_tool_warned=yes ;;
7505 esac
7506 OTOOL64=$ac_ct_OTOOL64
7508 else
7509 OTOOL64="$ac_cv_prog_OTOOL64"
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7539 $as_echo_n "checking for -single_module linker flag... " >&6; }
7540 if ${lt_cv_apple_cc_single_mod+:} false; then :
7541 $as_echo_n "(cached) " >&6
7542 else
7543 lt_cv_apple_cc_single_mod=no
7544 if test -z "${LT_MULTI_MODULE}"; then
7545 # By default we will add the -single_module flag. You can override
7546 # by either setting the environment variable LT_MULTI_MODULE
7547 # non-empty at configure time, or by adding -multi_module to the
7548 # link flags.
7549 rm -rf libconftest.dylib*
7550 echo "int foo(void){return 1;}" > conftest.c
7551 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7552 -dynamiclib -Wl,-single_module conftest.c" >&5
7553 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7554 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7555 _lt_result=$?
7556 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7557 lt_cv_apple_cc_single_mod=yes
7558 else
7559 cat conftest.err >&5
7561 rm -rf libconftest.dylib*
7562 rm -f conftest.*
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7566 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7568 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7569 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7570 $as_echo_n "(cached) " >&6
7571 else
7572 lt_cv_ld_exported_symbols_list=no
7573 save_LDFLAGS=$LDFLAGS
7574 echo "_main" > conftest.sym
7575 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7577 /* end confdefs.h. */
7580 main ()
7584 return 0;
7586 _ACEOF
7587 if ac_fn_c_try_link "$LINENO"; then :
7588 lt_cv_ld_exported_symbols_list=yes
7589 else
7590 lt_cv_ld_exported_symbols_list=no
7592 rm -f core conftest.err conftest.$ac_objext \
7593 conftest$ac_exeext conftest.$ac_ext
7594 LDFLAGS="$save_LDFLAGS"
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7598 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7600 $as_echo_n "checking for -force_load linker flag... " >&6; }
7601 if ${lt_cv_ld_force_load+:} false; then :
7602 $as_echo_n "(cached) " >&6
7603 else
7604 lt_cv_ld_force_load=no
7605 cat > conftest.c << _LT_EOF
7606 int forced_loaded() { return 2;}
7607 _LT_EOF
7608 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7609 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7610 echo "$AR cru libconftest.a conftest.o" >&5
7611 $AR cru libconftest.a conftest.o 2>&5
7612 cat > conftest.c << _LT_EOF
7613 int main() { return 0;}
7614 _LT_EOF
7615 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7616 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7617 _lt_result=$?
7618 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7619 lt_cv_ld_force_load=yes
7620 else
7621 cat conftest.err >&5
7623 rm -f conftest.err libconftest.a conftest conftest.c
7624 rm -rf conftest.dSYM
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7628 $as_echo "$lt_cv_ld_force_load" >&6; }
7629 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7630 # build without first building modern cctools / linker.
7631 case $host_cpu-$host_os in
7632 *-rhapsody* | *-darwin1.[012])
7633 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7634 *-darwin1.*)
7635 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7636 *-darwin*)
7637 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7638 # deployment target is forced to an earlier version.
7639 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7640 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7642 10.[012][,.]*)
7643 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7647 esac
7649 esac
7650 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7651 _lt_dar_single_mod='$single_module'
7653 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7654 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7655 else
7656 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7658 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7659 _lt_dsymutil='~$DSYMUTIL $lib || :'
7660 else
7661 _lt_dsymutil=
7664 esac
7666 for ac_header in dlfcn.h
7667 do :
7668 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7670 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7671 cat >>confdefs.h <<_ACEOF
7672 #define HAVE_DLFCN_H 1
7673 _ACEOF
7677 done
7683 # Set options
7684 enable_dlopen=yes
7689 enable_win32_dll=no
7693 # Check whether --enable-static was given.
7694 if test "${enable_static+set}" = set; then :
7695 enableval=$enable_static; p=${PACKAGE-default}
7696 case $enableval in
7697 yes) enable_static=yes ;;
7698 no) enable_static=no ;;
7700 enable_static=no
7701 # Look at the argument we got. We use all the common list separators.
7702 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7703 for pkg in $enableval; do
7704 IFS="$lt_save_ifs"
7705 if test "X$pkg" = "X$p"; then
7706 enable_static=yes
7708 done
7709 IFS="$lt_save_ifs"
7711 esac
7712 else
7713 enable_static=yes
7725 # Check whether --with-pic was given.
7726 if test "${with_pic+set}" = set; then :
7727 withval=$with_pic; pic_mode="$withval"
7728 else
7729 pic_mode=default
7733 test -z "$pic_mode" && pic_mode=default
7741 # Check whether --enable-fast-install was given.
7742 if test "${enable_fast_install+set}" = set; then :
7743 enableval=$enable_fast_install; p=${PACKAGE-default}
7744 case $enableval in
7745 yes) enable_fast_install=yes ;;
7746 no) enable_fast_install=no ;;
7748 enable_fast_install=no
7749 # Look at the argument we got. We use all the common list separators.
7750 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7751 for pkg in $enableval; do
7752 IFS="$lt_save_ifs"
7753 if test "X$pkg" = "X$p"; then
7754 enable_fast_install=yes
7756 done
7757 IFS="$lt_save_ifs"
7759 esac
7760 else
7761 enable_fast_install=yes
7774 # This can be used to rebuild libtool when needed
7775 LIBTOOL_DEPS="$ltmain"
7777 # Always use our own libtool.
7778 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7805 test -z "$LN_S" && LN_S="ln -s"
7820 if test -n "${ZSH_VERSION+set}" ; then
7821 setopt NO_GLOB_SUBST
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7825 $as_echo_n "checking for objdir... " >&6; }
7826 if ${lt_cv_objdir+:} false; then :
7827 $as_echo_n "(cached) " >&6
7828 else
7829 rm -f .libs 2>/dev/null
7830 mkdir .libs 2>/dev/null
7831 if test -d .libs; then
7832 lt_cv_objdir=.libs
7833 else
7834 # MS-DOS does not allow filenames that begin with a dot.
7835 lt_cv_objdir=_libs
7837 rmdir .libs 2>/dev/null
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7840 $as_echo "$lt_cv_objdir" >&6; }
7841 objdir=$lt_cv_objdir
7847 cat >>confdefs.h <<_ACEOF
7848 #define LT_OBJDIR "$lt_cv_objdir/"
7849 _ACEOF
7854 case $host_os in
7855 aix3*)
7856 # AIX sometimes has problems with the GCC collect2 program. For some
7857 # reason, if we set the COLLECT_NAMES environment variable, the problems
7858 # vanish in a puff of smoke.
7859 if test "X${COLLECT_NAMES+set}" != Xset; then
7860 COLLECT_NAMES=
7861 export COLLECT_NAMES
7864 esac
7866 # Global variables:
7867 ofile=libtool
7868 can_build_shared=yes
7870 # All known linkers require a `.a' archive for static linking (except MSVC,
7871 # which needs '.lib').
7872 libext=a
7874 with_gnu_ld="$lt_cv_prog_gnu_ld"
7876 old_CC="$CC"
7877 old_CFLAGS="$CFLAGS"
7879 # Set sane defaults for various variables
7880 test -z "$CC" && CC=cc
7881 test -z "$LTCC" && LTCC=$CC
7882 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7883 test -z "$LD" && LD=ld
7884 test -z "$ac_objext" && ac_objext=o
7886 for cc_temp in $compiler""; do
7887 case $cc_temp in
7888 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7889 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7890 \-*) ;;
7891 *) break;;
7892 esac
7893 done
7894 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7897 # Only perform the check for file, if the check method requires it
7898 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7899 case $deplibs_check_method in
7900 file_magic*)
7901 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7903 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7904 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7905 $as_echo_n "(cached) " >&6
7906 else
7907 case $MAGIC_CMD in
7908 [\\/*] | ?:[\\/]*)
7909 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7912 lt_save_MAGIC_CMD="$MAGIC_CMD"
7913 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7914 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7915 for ac_dir in $ac_dummy; do
7916 IFS="$lt_save_ifs"
7917 test -z "$ac_dir" && ac_dir=.
7918 if test -f $ac_dir/${ac_tool_prefix}file; then
7919 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7920 if test -n "$file_magic_test_file"; then
7921 case $deplibs_check_method in
7922 "file_magic "*)
7923 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7924 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7925 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7926 $EGREP "$file_magic_regex" > /dev/null; then
7928 else
7929 cat <<_LT_EOF 1>&2
7931 *** Warning: the command libtool uses to detect shared libraries,
7932 *** $file_magic_cmd, produces output that libtool cannot recognize.
7933 *** The result is that libtool may fail to recognize shared libraries
7934 *** as such. This will affect the creation of libtool libraries that
7935 *** depend on shared libraries, but programs linked with such libtool
7936 *** libraries will work regardless of this problem. Nevertheless, you
7937 *** may want to report the problem to your system manager and/or to
7938 *** bug-libtool@gnu.org
7940 _LT_EOF
7941 fi ;;
7942 esac
7944 break
7946 done
7947 IFS="$lt_save_ifs"
7948 MAGIC_CMD="$lt_save_MAGIC_CMD"
7950 esac
7953 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7954 if test -n "$MAGIC_CMD"; then
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7956 $as_echo "$MAGIC_CMD" >&6; }
7957 else
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7959 $as_echo "no" >&6; }
7966 if test -z "$lt_cv_path_MAGIC_CMD"; then
7967 if test -n "$ac_tool_prefix"; then
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7969 $as_echo_n "checking for file... " >&6; }
7970 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7971 $as_echo_n "(cached) " >&6
7972 else
7973 case $MAGIC_CMD in
7974 [\\/*] | ?:[\\/]*)
7975 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7978 lt_save_MAGIC_CMD="$MAGIC_CMD"
7979 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7980 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7981 for ac_dir in $ac_dummy; do
7982 IFS="$lt_save_ifs"
7983 test -z "$ac_dir" && ac_dir=.
7984 if test -f $ac_dir/file; then
7985 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7986 if test -n "$file_magic_test_file"; then
7987 case $deplibs_check_method in
7988 "file_magic "*)
7989 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7990 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7991 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7992 $EGREP "$file_magic_regex" > /dev/null; then
7994 else
7995 cat <<_LT_EOF 1>&2
7997 *** Warning: the command libtool uses to detect shared libraries,
7998 *** $file_magic_cmd, produces output that libtool cannot recognize.
7999 *** The result is that libtool may fail to recognize shared libraries
8000 *** as such. This will affect the creation of libtool libraries that
8001 *** depend on shared libraries, but programs linked with such libtool
8002 *** libraries will work regardless of this problem. Nevertheless, you
8003 *** may want to report the problem to your system manager and/or to
8004 *** bug-libtool@gnu.org
8006 _LT_EOF
8007 fi ;;
8008 esac
8010 break
8012 done
8013 IFS="$lt_save_ifs"
8014 MAGIC_CMD="$lt_save_MAGIC_CMD"
8016 esac
8019 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8020 if test -n "$MAGIC_CMD"; then
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8022 $as_echo "$MAGIC_CMD" >&6; }
8023 else
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025 $as_echo "no" >&6; }
8029 else
8030 MAGIC_CMD=:
8036 esac
8038 # Use C for the default configuration in the libtool script
8040 lt_save_CC="$CC"
8041 ac_ext=c
8042 ac_cpp='$CPP $CPPFLAGS'
8043 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8044 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8045 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8048 # Source file extension for C test sources.
8049 ac_ext=c
8051 # Object file extension for compiled C test sources.
8052 objext=o
8053 objext=$objext
8055 # Code to be used in simple compile tests
8056 lt_simple_compile_test_code="int some_variable = 0;"
8058 # Code to be used in simple link tests
8059 lt_simple_link_test_code='int main(){return(0);}'
8067 # If no C compiler was specified, use CC.
8068 LTCC=${LTCC-"$CC"}
8070 # If no C compiler flags were specified, use CFLAGS.
8071 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8073 # Allow CC to be a program name with arguments.
8074 compiler=$CC
8076 # Save the default compiler, since it gets overwritten when the other
8077 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8078 compiler_DEFAULT=$CC
8080 # save warnings/boilerplate of simple test code
8081 ac_outfile=conftest.$ac_objext
8082 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8083 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8084 _lt_compiler_boilerplate=`cat conftest.err`
8085 $RM conftest*
8087 ac_outfile=conftest.$ac_objext
8088 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8089 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8090 _lt_linker_boilerplate=`cat conftest.err`
8091 $RM -r conftest*
8094 ## CAVEAT EMPTOR:
8095 ## There is no encapsulation within the following macros, do not change
8096 ## the running order or otherwise move them around unless you know exactly
8097 ## what you are doing...
8098 if test -n "$compiler"; then
8100 lt_prog_compiler_no_builtin_flag=
8102 if test "$GCC" = yes; then
8103 case $cc_basename in
8104 nvcc*)
8105 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8107 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8108 esac
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8111 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8112 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8113 $as_echo_n "(cached) " >&6
8114 else
8115 lt_cv_prog_compiler_rtti_exceptions=no
8116 ac_outfile=conftest.$ac_objext
8117 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8118 lt_compiler_flag="-fno-rtti -fno-exceptions"
8119 # Insert the option either (1) after the last *FLAGS variable, or
8120 # (2) before a word containing "conftest.", or (3) at the end.
8121 # Note that $ac_compile itself does not contain backslashes and begins
8122 # with a dollar sign (not a hyphen), so the echo should work correctly.
8123 # The option is referenced via a variable to avoid confusing sed.
8124 lt_compile=`echo "$ac_compile" | $SED \
8125 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8126 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8127 -e 's:$: $lt_compiler_flag:'`
8128 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8129 (eval "$lt_compile" 2>conftest.err)
8130 ac_status=$?
8131 cat conftest.err >&5
8132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8133 if (exit $ac_status) && test -s "$ac_outfile"; then
8134 # The compiler can only warn and ignore the option if not recognized
8135 # So say no if there are warnings other than the usual output.
8136 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8137 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8138 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8139 lt_cv_prog_compiler_rtti_exceptions=yes
8142 $RM conftest*
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8146 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8148 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8149 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8150 else
8161 lt_prog_compiler_wl=
8162 lt_prog_compiler_pic=
8163 lt_prog_compiler_static=
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8166 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8168 if test "$GCC" = yes; then
8169 lt_prog_compiler_wl='-Wl,'
8170 lt_prog_compiler_static='-static'
8172 case $host_os in
8173 aix*)
8174 # All AIX code is PIC.
8175 if test "$host_cpu" = ia64; then
8176 # AIX 5 now supports IA64 processor
8177 lt_prog_compiler_static='-Bstatic'
8179 lt_prog_compiler_pic='-fPIC'
8182 amigaos*)
8183 case $host_cpu in
8184 powerpc)
8185 # see comment about AmigaOS4 .so support
8186 lt_prog_compiler_pic='-fPIC'
8188 m68k)
8189 # FIXME: we need at least 68020 code to build shared libraries, but
8190 # adding the `-m68020' flag to GCC prevents building anything better,
8191 # like `-m68040'.
8192 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8194 esac
8197 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8198 # PIC is the default for these OSes.
8201 mingw* | cygwin* | pw32* | os2* | cegcc*)
8202 # This hack is so that the source file can tell whether it is being
8203 # built for inclusion in a dll (and should export symbols for example).
8204 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8205 # (--disable-auto-import) libraries
8206 lt_prog_compiler_pic='-DDLL_EXPORT'
8209 darwin* | rhapsody*)
8210 # PIC is the default on this platform
8211 # Common symbols not allowed in MH_DYLIB files
8212 lt_prog_compiler_pic='-fno-common'
8215 haiku*)
8216 # PIC is the default for Haiku.
8217 # The "-static" flag exists, but is broken.
8218 lt_prog_compiler_static=
8221 hpux*)
8222 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8223 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8224 # sets the default TLS model and affects inlining.
8225 case $host_cpu in
8226 hppa*64*)
8227 # +Z the default
8230 lt_prog_compiler_pic='-fPIC'
8232 esac
8235 interix[3-9]*)
8236 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8237 # Instead, we relocate shared libraries at runtime.
8240 msdosdjgpp*)
8241 # Just because we use GCC doesn't mean we suddenly get shared libraries
8242 # on systems that don't support them.
8243 lt_prog_compiler_can_build_shared=no
8244 enable_shared=no
8247 *nto* | *qnx*)
8248 # QNX uses GNU C++, but need to define -shared option too, otherwise
8249 # it will coredump.
8250 lt_prog_compiler_pic='-fPIC -shared'
8253 sysv4*MP*)
8254 if test -d /usr/nec; then
8255 lt_prog_compiler_pic=-Kconform_pic
8260 lt_prog_compiler_pic='-fPIC'
8262 esac
8264 case $cc_basename in
8265 nvcc*) # Cuda Compiler Driver 2.2
8266 lt_prog_compiler_wl='-Xlinker '
8267 lt_prog_compiler_pic='-Xcompiler -fPIC'
8269 esac
8270 else
8271 # PORTME Check for flag to pass linker flags through the system compiler.
8272 case $host_os in
8273 aix*)
8274 lt_prog_compiler_wl='-Wl,'
8275 if test "$host_cpu" = ia64; then
8276 # AIX 5 now supports IA64 processor
8277 lt_prog_compiler_static='-Bstatic'
8278 else
8279 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8283 mingw* | cygwin* | pw32* | os2* | cegcc*)
8284 # This hack is so that the source file can tell whether it is being
8285 # built for inclusion in a dll (and should export symbols for example).
8286 lt_prog_compiler_pic='-DDLL_EXPORT'
8289 hpux9* | hpux10* | hpux11*)
8290 lt_prog_compiler_wl='-Wl,'
8291 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8292 # not for PA HP-UX.
8293 case $host_cpu in
8294 hppa*64*|ia64*)
8295 # +Z the default
8298 lt_prog_compiler_pic='+Z'
8300 esac
8301 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8302 lt_prog_compiler_static='${wl}-a ${wl}archive'
8305 irix5* | irix6* | nonstopux*)
8306 lt_prog_compiler_wl='-Wl,'
8307 # PIC (with -KPIC) is the default.
8308 lt_prog_compiler_static='-non_shared'
8311 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8312 case $cc_basename in
8313 # old Intel for x86_64 which still supported -KPIC.
8314 ecc*)
8315 lt_prog_compiler_wl='-Wl,'
8316 lt_prog_compiler_pic='-KPIC'
8317 lt_prog_compiler_static='-static'
8319 # icc used to be incompatible with GCC.
8320 # ICC 10 doesn't accept -KPIC any more.
8321 icc* | ifort*)
8322 lt_prog_compiler_wl='-Wl,'
8323 lt_prog_compiler_pic='-fPIC'
8324 lt_prog_compiler_static='-static'
8326 # Lahey Fortran 8.1.
8327 lf95*)
8328 lt_prog_compiler_wl='-Wl,'
8329 lt_prog_compiler_pic='--shared'
8330 lt_prog_compiler_static='--static'
8332 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8333 # Portland Group compilers (*not* the Pentium gcc compiler,
8334 # which looks to be a dead project)
8335 lt_prog_compiler_wl='-Wl,'
8336 lt_prog_compiler_pic='-fpic'
8337 lt_prog_compiler_static='-Bstatic'
8339 ccc*)
8340 lt_prog_compiler_wl='-Wl,'
8341 # All Alpha code is PIC.
8342 lt_prog_compiler_static='-non_shared'
8344 xl* | bgxl* | bgf* | mpixl*)
8345 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8346 lt_prog_compiler_wl='-Wl,'
8347 lt_prog_compiler_pic='-qpic'
8348 lt_prog_compiler_static='-qstaticlink'
8351 case `$CC -V 2>&1 | sed 5q` in
8352 *Sun\ F* | *Sun*Fortran*)
8353 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8354 lt_prog_compiler_pic='-KPIC'
8355 lt_prog_compiler_static='-Bstatic'
8356 lt_prog_compiler_wl=''
8358 *Sun\ C*)
8359 # Sun C 5.9
8360 lt_prog_compiler_pic='-KPIC'
8361 lt_prog_compiler_static='-Bstatic'
8362 lt_prog_compiler_wl='-Wl,'
8364 esac
8366 esac
8369 newsos6)
8370 lt_prog_compiler_pic='-KPIC'
8371 lt_prog_compiler_static='-Bstatic'
8374 *nto* | *qnx*)
8375 # QNX uses GNU C++, but need to define -shared option too, otherwise
8376 # it will coredump.
8377 lt_prog_compiler_pic='-fPIC -shared'
8380 osf3* | osf4* | osf5*)
8381 lt_prog_compiler_wl='-Wl,'
8382 # All OSF/1 code is PIC.
8383 lt_prog_compiler_static='-non_shared'
8386 rdos*)
8387 lt_prog_compiler_static='-non_shared'
8390 solaris*)
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-Bstatic'
8393 case $cc_basename in
8394 f77* | f90* | f95*)
8395 lt_prog_compiler_wl='-Qoption ld ';;
8397 lt_prog_compiler_wl='-Wl,';;
8398 esac
8401 sunos4*)
8402 lt_prog_compiler_wl='-Qoption ld '
8403 lt_prog_compiler_pic='-PIC'
8404 lt_prog_compiler_static='-Bstatic'
8407 sysv4 | sysv4.2uw2* | sysv4.3*)
8408 lt_prog_compiler_wl='-Wl,'
8409 lt_prog_compiler_pic='-KPIC'
8410 lt_prog_compiler_static='-Bstatic'
8413 sysv4*MP*)
8414 if test -d /usr/nec ;then
8415 lt_prog_compiler_pic='-Kconform_pic'
8416 lt_prog_compiler_static='-Bstatic'
8420 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-KPIC'
8423 lt_prog_compiler_static='-Bstatic'
8426 unicos*)
8427 lt_prog_compiler_wl='-Wl,'
8428 lt_prog_compiler_can_build_shared=no
8431 uts4*)
8432 lt_prog_compiler_pic='-pic'
8433 lt_prog_compiler_static='-Bstatic'
8437 lt_prog_compiler_can_build_shared=no
8439 esac
8442 case $host_os in
8443 # For platforms which do not support PIC, -DPIC is meaningless:
8444 *djgpp*)
8445 lt_prog_compiler_pic=
8448 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8450 esac
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8452 $as_echo "$lt_prog_compiler_pic" >&6; }
8460 # Check to make sure the PIC flag actually works.
8462 if test -n "$lt_prog_compiler_pic"; then
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8464 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8465 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8466 $as_echo_n "(cached) " >&6
8467 else
8468 lt_cv_prog_compiler_pic_works=no
8469 ac_outfile=conftest.$ac_objext
8470 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8471 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8472 # Insert the option either (1) after the last *FLAGS variable, or
8473 # (2) before a word containing "conftest.", or (3) at the end.
8474 # Note that $ac_compile itself does not contain backslashes and begins
8475 # with a dollar sign (not a hyphen), so the echo should work correctly.
8476 # The option is referenced via a variable to avoid confusing sed.
8477 lt_compile=`echo "$ac_compile" | $SED \
8478 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8479 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8480 -e 's:$: $lt_compiler_flag:'`
8481 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8482 (eval "$lt_compile" 2>conftest.err)
8483 ac_status=$?
8484 cat conftest.err >&5
8485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8486 if (exit $ac_status) && test -s "$ac_outfile"; then
8487 # The compiler can only warn and ignore the option if not recognized
8488 # So say no if there are warnings other than the usual output.
8489 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8490 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8491 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8492 lt_cv_prog_compiler_pic_works=yes
8495 $RM conftest*
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8499 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8501 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8502 case $lt_prog_compiler_pic in
8503 "" | " "*) ;;
8504 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8505 esac
8506 else
8507 lt_prog_compiler_pic=
8508 lt_prog_compiler_can_build_shared=no
8519 # Check to make sure the static flag actually works.
8521 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8523 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8524 if ${lt_cv_prog_compiler_static_works+:} false; then :
8525 $as_echo_n "(cached) " >&6
8526 else
8527 lt_cv_prog_compiler_static_works=no
8528 save_LDFLAGS="$LDFLAGS"
8529 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8530 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8531 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8532 # The linker can only warn and ignore the option if not recognized
8533 # So say no if there are warnings
8534 if test -s conftest.err; then
8535 # Append any errors to the config.log.
8536 cat conftest.err 1>&5
8537 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8538 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8539 if diff conftest.exp conftest.er2 >/dev/null; then
8540 lt_cv_prog_compiler_static_works=yes
8542 else
8543 lt_cv_prog_compiler_static_works=yes
8546 $RM -r conftest*
8547 LDFLAGS="$save_LDFLAGS"
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8551 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8553 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8555 else
8556 lt_prog_compiler_static=
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8566 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8567 if ${lt_cv_prog_compiler_c_o+:} false; then :
8568 $as_echo_n "(cached) " >&6
8569 else
8570 lt_cv_prog_compiler_c_o=no
8571 $RM -r conftest 2>/dev/null
8572 mkdir conftest
8573 cd conftest
8574 mkdir out
8575 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8577 lt_compiler_flag="-o out/conftest2.$ac_objext"
8578 # Insert the option either (1) after the last *FLAGS variable, or
8579 # (2) before a word containing "conftest.", or (3) at the end.
8580 # Note that $ac_compile itself does not contain backslashes and begins
8581 # with a dollar sign (not a hyphen), so the echo should work correctly.
8582 lt_compile=`echo "$ac_compile" | $SED \
8583 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8584 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8585 -e 's:$: $lt_compiler_flag:'`
8586 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8587 (eval "$lt_compile" 2>out/conftest.err)
8588 ac_status=$?
8589 cat out/conftest.err >&5
8590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8591 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8592 then
8593 # The compiler can only warn and ignore the option if not recognized
8594 # So say no if there are warnings
8595 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8596 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8597 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8598 lt_cv_prog_compiler_c_o=yes
8601 chmod u+w . 2>&5
8602 $RM conftest*
8603 # SGI C++ compiler will create directory out/ii_files/ for
8604 # template instantiation
8605 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8606 $RM out/* && rmdir out
8607 cd ..
8608 $RM -r conftest
8609 $RM conftest*
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8613 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8621 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8622 if ${lt_cv_prog_compiler_c_o+:} false; then :
8623 $as_echo_n "(cached) " >&6
8624 else
8625 lt_cv_prog_compiler_c_o=no
8626 $RM -r conftest 2>/dev/null
8627 mkdir conftest
8628 cd conftest
8629 mkdir out
8630 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8632 lt_compiler_flag="-o out/conftest2.$ac_objext"
8633 # Insert the option either (1) after the last *FLAGS variable, or
8634 # (2) before a word containing "conftest.", or (3) at the end.
8635 # Note that $ac_compile itself does not contain backslashes and begins
8636 # with a dollar sign (not a hyphen), so the echo should work correctly.
8637 lt_compile=`echo "$ac_compile" | $SED \
8638 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8639 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8640 -e 's:$: $lt_compiler_flag:'`
8641 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8642 (eval "$lt_compile" 2>out/conftest.err)
8643 ac_status=$?
8644 cat out/conftest.err >&5
8645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8647 then
8648 # The compiler can only warn and ignore the option if not recognized
8649 # So say no if there are warnings
8650 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8651 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8652 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8653 lt_cv_prog_compiler_c_o=yes
8656 chmod u+w . 2>&5
8657 $RM conftest*
8658 # SGI C++ compiler will create directory out/ii_files/ for
8659 # template instantiation
8660 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8661 $RM out/* && rmdir out
8662 cd ..
8663 $RM -r conftest
8664 $RM conftest*
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8668 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8673 hard_links="nottested"
8674 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8675 # do not overwrite the value of need_locks provided by the user
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8677 $as_echo_n "checking if we can lock with hard links... " >&6; }
8678 hard_links=yes
8679 $RM conftest*
8680 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8681 touch conftest.a
8682 ln conftest.a conftest.b 2>&5 || hard_links=no
8683 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8685 $as_echo "$hard_links" >&6; }
8686 if test "$hard_links" = no; then
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8688 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8689 need_locks=warn
8691 else
8692 need_locks=no
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8701 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8703 runpath_var=
8704 allow_undefined_flag=
8705 always_export_symbols=no
8706 archive_cmds=
8707 archive_expsym_cmds=
8708 compiler_needs_object=no
8709 enable_shared_with_static_runtimes=no
8710 export_dynamic_flag_spec=
8711 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8712 hardcode_automatic=no
8713 hardcode_direct=no
8714 hardcode_direct_absolute=no
8715 hardcode_libdir_flag_spec=
8716 hardcode_libdir_flag_spec_ld=
8717 hardcode_libdir_separator=
8718 hardcode_minus_L=no
8719 hardcode_shlibpath_var=unsupported
8720 inherit_rpath=no
8721 link_all_deplibs=unknown
8722 module_cmds=
8723 module_expsym_cmds=
8724 old_archive_from_new_cmds=
8725 old_archive_from_expsyms_cmds=
8726 thread_safe_flag_spec=
8727 whole_archive_flag_spec=
8728 # include_expsyms should be a list of space-separated symbols to be *always*
8729 # included in the symbol list
8730 include_expsyms=
8731 # exclude_expsyms can be an extended regexp of symbols to exclude
8732 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8733 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8734 # as well as any symbol that contains `d'.
8735 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8736 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8737 # platforms (ab)use it in PIC code, but their linkers get confused if
8738 # the symbol is explicitly referenced. Since portable code cannot
8739 # rely on this symbol name, it's probably fine to never include it in
8740 # preloaded symbol tables.
8741 # Exclude shared library initialization/finalization symbols.
8742 extract_expsyms_cmds=
8744 case $host_os in
8745 cygwin* | mingw* | pw32* | cegcc*)
8746 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8747 # When not using gcc, we currently assume that we are using
8748 # Microsoft Visual C++.
8749 if test "$GCC" != yes; then
8750 with_gnu_ld=no
8753 interix*)
8754 # we just hope/assume this is gcc and not c89 (= MSVC++)
8755 with_gnu_ld=yes
8757 openbsd*)
8758 with_gnu_ld=no
8760 esac
8762 ld_shlibs=yes
8764 # On some targets, GNU ld is compatible enough with the native linker
8765 # that we're better off using the native interface for both.
8766 lt_use_gnu_ld_interface=no
8767 if test "$with_gnu_ld" = yes; then
8768 case $host_os in
8769 aix*)
8770 # The AIX port of GNU ld has always aspired to compatibility
8771 # with the native linker. However, as the warning in the GNU ld
8772 # block says, versions before 2.19.5* couldn't really create working
8773 # shared libraries, regardless of the interface used.
8774 case `$LD -v 2>&1` in
8775 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8776 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8777 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8779 lt_use_gnu_ld_interface=yes
8781 esac
8784 lt_use_gnu_ld_interface=yes
8786 esac
8789 if test "$lt_use_gnu_ld_interface" = yes; then
8790 # If archive_cmds runs LD, not CC, wlarc should be empty
8791 wlarc='${wl}'
8793 # Set some defaults for GNU ld with shared library support. These
8794 # are reset later if shared libraries are not supported. Putting them
8795 # here allows them to be overridden if necessary.
8796 runpath_var=LD_RUN_PATH
8797 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8798 export_dynamic_flag_spec='${wl}--export-dynamic'
8799 # ancient GNU ld didn't support --whole-archive et. al.
8800 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8801 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8802 else
8803 whole_archive_flag_spec=
8805 supports_anon_versioning=no
8806 case `$LD -v 2>&1` in
8807 *GNU\ gold*) supports_anon_versioning=yes ;;
8808 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8809 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8810 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8811 *\ 2.11.*) ;; # other 2.11 versions
8812 *) supports_anon_versioning=yes ;;
8813 esac
8815 # See if GNU ld supports shared libraries.
8816 case $host_os in
8817 aix[3-9]*)
8818 # On AIX/PPC, the GNU linker is very broken
8819 if test "$host_cpu" != ia64; then
8820 ld_shlibs=no
8821 cat <<_LT_EOF 1>&2
8823 *** Warning: the GNU linker, at least up to release 2.19, is reported
8824 *** to be unable to reliably create shared libraries on AIX.
8825 *** Therefore, libtool is disabling shared libraries support. If you
8826 *** really care for shared libraries, you may want to install binutils
8827 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8828 *** You will then need to restart the configuration process.
8830 _LT_EOF
8834 amigaos*)
8835 case $host_cpu in
8836 powerpc)
8837 # see comment about AmigaOS4 .so support
8838 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8839 archive_expsym_cmds=''
8841 m68k)
8842 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)'
8843 hardcode_libdir_flag_spec='-L$libdir'
8844 hardcode_minus_L=yes
8846 esac
8849 beos*)
8850 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8851 allow_undefined_flag=unsupported
8852 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8853 # support --undefined. This deserves some investigation. FIXME
8854 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8855 else
8856 ld_shlibs=no
8860 cygwin* | mingw* | pw32* | cegcc*)
8861 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8862 # as there is no search path for DLLs.
8863 hardcode_libdir_flag_spec='-L$libdir'
8864 export_dynamic_flag_spec='${wl}--export-all-symbols'
8865 allow_undefined_flag=unsupported
8866 always_export_symbols=no
8867 enable_shared_with_static_runtimes=yes
8868 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8870 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8871 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8872 # If the export-symbols file already is a .def file (1st line
8873 # is EXPORTS), use it as is; otherwise, prepend...
8874 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8875 cp $export_symbols $output_objdir/$soname.def;
8876 else
8877 echo EXPORTS > $output_objdir/$soname.def;
8878 cat $export_symbols >> $output_objdir/$soname.def;
8880 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8881 else
8882 ld_shlibs=no
8886 haiku*)
8887 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8888 link_all_deplibs=yes
8891 interix[3-9]*)
8892 hardcode_direct=no
8893 hardcode_shlibpath_var=no
8894 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8895 export_dynamic_flag_spec='${wl}-E'
8896 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8897 # Instead, shared libraries are loaded at an image base (0x10000000 by
8898 # default) and relocated if they conflict, which is a slow very memory
8899 # consuming and fragmenting process. To avoid this, we pick a random,
8900 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8901 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8902 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8903 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'
8906 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8907 tmp_diet=no
8908 if test "$host_os" = linux-dietlibc; then
8909 case $cc_basename in
8910 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8911 esac
8913 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8914 && test "$tmp_diet" = no
8915 then
8916 tmp_addflag=' $pic_flag'
8917 tmp_sharedflag='-shared'
8918 case $cc_basename,$host_cpu in
8919 pgcc*) # Portland Group C compiler
8920 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'
8921 tmp_addflag=' $pic_flag'
8923 pgf77* | pgf90* | pgf95* | pgfortran*)
8924 # Portland Group f77 and f90 compilers
8925 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'
8926 tmp_addflag=' $pic_flag -Mnomain' ;;
8927 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8928 tmp_addflag=' -i_dynamic' ;;
8929 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8930 tmp_addflag=' -i_dynamic -nofor_main' ;;
8931 ifc* | ifort*) # Intel Fortran compiler
8932 tmp_addflag=' -nofor_main' ;;
8933 lf95*) # Lahey Fortran 8.1
8934 whole_archive_flag_spec=
8935 tmp_sharedflag='--shared' ;;
8936 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8937 tmp_sharedflag='-qmkshrobj'
8938 tmp_addflag= ;;
8939 nvcc*) # Cuda Compiler Driver 2.2
8940 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'
8941 compiler_needs_object=yes
8943 esac
8944 case `$CC -V 2>&1 | sed 5q` in
8945 *Sun\ C*) # Sun C 5.9
8946 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'
8947 compiler_needs_object=yes
8948 tmp_sharedflag='-G' ;;
8949 *Sun\ F*) # Sun Fortran 8.3
8950 tmp_sharedflag='-G' ;;
8951 esac
8952 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8954 if test "x$supports_anon_versioning" = xyes; then
8955 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8956 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8957 echo "local: *; };" >> $output_objdir/$libname.ver~
8958 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8961 case $cc_basename in
8962 xlf* | bgf* | bgxlf* | mpixlf*)
8963 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8964 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8965 hardcode_libdir_flag_spec=
8966 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8967 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8968 if test "x$supports_anon_versioning" = xyes; then
8969 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8970 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8971 echo "local: *; };" >> $output_objdir/$libname.ver~
8972 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8975 esac
8976 else
8977 ld_shlibs=no
8981 netbsd*)
8982 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8983 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8984 wlarc=
8985 else
8986 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8987 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8991 solaris*)
8992 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8993 ld_shlibs=no
8994 cat <<_LT_EOF 1>&2
8996 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8997 *** create shared libraries on Solaris systems. Therefore, libtool
8998 *** is disabling shared libraries support. We urge you to upgrade GNU
8999 *** binutils to release 2.9.1 or newer. Another option is to modify
9000 *** your PATH or compiler configuration so that the native linker is
9001 *** used, and then restart.
9003 _LT_EOF
9004 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9005 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9006 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9007 else
9008 ld_shlibs=no
9012 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9013 case `$LD -v 2>&1` in
9014 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9015 ld_shlibs=no
9016 cat <<_LT_EOF 1>&2
9018 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9019 *** reliably create shared libraries on SCO systems. Therefore, libtool
9020 *** is disabling shared libraries support. We urge you to upgrade GNU
9021 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9022 *** your PATH or compiler configuration so that the native linker is
9023 *** used, and then restart.
9025 _LT_EOF
9028 # For security reasons, it is highly recommended that you always
9029 # use absolute paths for naming shared libraries, and exclude the
9030 # DT_RUNPATH tag from executables and libraries. But doing so
9031 # requires that you compile everything twice, which is a pain.
9032 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9033 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9034 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9035 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9036 else
9037 ld_shlibs=no
9040 esac
9043 sunos4*)
9044 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9045 wlarc=
9046 hardcode_direct=yes
9047 hardcode_shlibpath_var=no
9051 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9052 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9053 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9054 else
9055 ld_shlibs=no
9058 esac
9060 if test "$ld_shlibs" = no; then
9061 runpath_var=
9062 hardcode_libdir_flag_spec=
9063 export_dynamic_flag_spec=
9064 whole_archive_flag_spec=
9066 else
9067 # PORTME fill in a description of your system's linker (not GNU ld)
9068 case $host_os in
9069 aix3*)
9070 allow_undefined_flag=unsupported
9071 always_export_symbols=yes
9072 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'
9073 # Note: this linker hardcodes the directories in LIBPATH if there
9074 # are no directories specified by -L.
9075 hardcode_minus_L=yes
9076 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9077 # Neither direct hardcoding nor static linking is supported with a
9078 # broken collect2.
9079 hardcode_direct=unsupported
9083 aix[4-9]*)
9084 if test "$host_cpu" = ia64; then
9085 # On IA64, the linker does run time linking by default, so we don't
9086 # have to do anything special.
9087 aix_use_runtimelinking=no
9088 exp_sym_flag='-Bexport'
9089 no_entry_flag=""
9090 else
9091 # If we're using GNU nm, then we don't want the "-C" option.
9092 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9093 # Also, AIX nm treats weak defined symbols like other global
9094 # defined symbols, whereas GNU nm marks them as "W".
9095 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9096 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'
9097 else
9098 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'
9100 aix_use_runtimelinking=no
9102 # Test if we are trying to use run time linking or normal
9103 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9104 # need to do runtime linking.
9105 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9106 for ld_flag in $LDFLAGS; do
9107 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9108 aix_use_runtimelinking=yes
9109 break
9111 done
9113 esac
9115 exp_sym_flag='-bexport'
9116 no_entry_flag='-bnoentry'
9119 # When large executables or shared objects are built, AIX ld can
9120 # have problems creating the table of contents. If linking a library
9121 # or program results in "error TOC overflow" add -mminimal-toc to
9122 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9123 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9125 archive_cmds=''
9126 hardcode_direct=yes
9127 hardcode_direct_absolute=yes
9128 hardcode_libdir_separator=':'
9129 link_all_deplibs=yes
9130 file_list_spec='${wl}-f,'
9132 if test "$GCC" = yes; then
9133 case $host_os in aix4.[012]|aix4.[012].*)
9134 # We only want to do this on AIX 4.2 and lower, the check
9135 # below for broken collect2 doesn't work under 4.3+
9136 collect2name=`${CC} -print-prog-name=collect2`
9137 if test -f "$collect2name" &&
9138 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9139 then
9140 # We have reworked collect2
9142 else
9143 # We have old collect2
9144 hardcode_direct=unsupported
9145 # It fails to find uninstalled libraries when the uninstalled
9146 # path is not listed in the libpath. Setting hardcode_minus_L
9147 # to unsupported forces relinking
9148 hardcode_minus_L=yes
9149 hardcode_libdir_flag_spec='-L$libdir'
9150 hardcode_libdir_separator=
9153 esac
9154 shared_flag='-shared'
9155 if test "$aix_use_runtimelinking" = yes; then
9156 shared_flag="$shared_flag "'${wl}-G'
9158 else
9159 # not using gcc
9160 if test "$host_cpu" = ia64; then
9161 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9162 # chokes on -Wl,-G. The following line is correct:
9163 shared_flag='-G'
9164 else
9165 if test "$aix_use_runtimelinking" = yes; then
9166 shared_flag='${wl}-G'
9167 else
9168 shared_flag='${wl}-bM:SRE'
9173 export_dynamic_flag_spec='${wl}-bexpall'
9174 # It seems that -bexpall does not export symbols beginning with
9175 # underscore (_), so it is better to generate a list of symbols to export.
9176 always_export_symbols=yes
9177 if test "$aix_use_runtimelinking" = yes; then
9178 # Warning - without using the other runtime loading flags (-brtl),
9179 # -berok will link without error, but may produce a broken library.
9180 allow_undefined_flag='-berok'
9181 # Determine the default libpath from the value encoded in an
9182 # empty executable.
9183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9187 main ()
9191 return 0;
9193 _ACEOF
9194 if ac_fn_c_try_link "$LINENO"; then :
9196 lt_aix_libpath_sed='
9197 /Import File Strings/,/^$/ {
9198 /^0/ {
9199 s/^0 *\(.*\)$/\1/
9203 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9204 # Check for a 64-bit object if we didn't find anything.
9205 if test -z "$aix_libpath"; then
9206 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9209 rm -f core conftest.err conftest.$ac_objext \
9210 conftest$ac_exeext conftest.$ac_ext
9211 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9213 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9214 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"
9215 else
9216 if test "$host_cpu" = ia64; then
9217 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9218 allow_undefined_flag="-z nodefs"
9219 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"
9220 else
9221 # Determine the default libpath from the value encoded in an
9222 # empty executable.
9223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9227 main ()
9231 return 0;
9233 _ACEOF
9234 if ac_fn_c_try_link "$LINENO"; then :
9236 lt_aix_libpath_sed='
9237 /Import File Strings/,/^$/ {
9238 /^0/ {
9239 s/^0 *\(.*\)$/\1/
9243 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9244 # Check for a 64-bit object if we didn't find anything.
9245 if test -z "$aix_libpath"; then
9246 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9249 rm -f core conftest.err conftest.$ac_objext \
9250 conftest$ac_exeext conftest.$ac_ext
9251 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9253 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9254 # Warning - without using the other run time loading flags,
9255 # -berok will link without error, but may produce a broken library.
9256 no_undefined_flag=' ${wl}-bernotok'
9257 allow_undefined_flag=' ${wl}-berok'
9258 if test "$with_gnu_ld" = yes; then
9259 # We only use this code for GNU lds that support --whole-archive.
9260 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9261 else
9262 # Exported symbols can be pulled into shared objects from archives
9263 whole_archive_flag_spec='$convenience'
9265 archive_cmds_need_lc=yes
9266 # This is similar to how AIX traditionally builds its shared libraries.
9267 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'
9272 amigaos*)
9273 case $host_cpu in
9274 powerpc)
9275 # see comment about AmigaOS4 .so support
9276 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9277 archive_expsym_cmds=''
9279 m68k)
9280 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)'
9281 hardcode_libdir_flag_spec='-L$libdir'
9282 hardcode_minus_L=yes
9284 esac
9287 bsdi[45]*)
9288 export_dynamic_flag_spec=-rdynamic
9291 cygwin* | mingw* | pw32* | cegcc*)
9292 # When not using gcc, we currently assume that we are using
9293 # Microsoft Visual C++.
9294 # hardcode_libdir_flag_spec is actually meaningless, as there is
9295 # no search path for DLLs.
9296 hardcode_libdir_flag_spec=' '
9297 allow_undefined_flag=unsupported
9298 # Tell ltmain to make .lib files, not .a files.
9299 libext=lib
9300 # Tell ltmain to make .dll files, not .so files.
9301 shrext_cmds=".dll"
9302 # FIXME: Setting linknames here is a bad hack.
9303 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9304 # The linker will automatically build a .lib file if we build a DLL.
9305 old_archive_from_new_cmds='true'
9306 # FIXME: Should let the user specify the lib program.
9307 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9308 fix_srcfile_path='`cygpath -w "$srcfile"`'
9309 enable_shared_with_static_runtimes=yes
9312 darwin* | rhapsody*)
9315 archive_cmds_need_lc=no
9316 hardcode_direct=no
9317 hardcode_automatic=yes
9318 hardcode_shlibpath_var=unsupported
9319 if test "$lt_cv_ld_force_load" = "yes"; then
9320 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\"`'
9321 else
9322 whole_archive_flag_spec=''
9324 link_all_deplibs=yes
9325 allow_undefined_flag="$_lt_dar_allow_undefined"
9326 case $cc_basename in
9327 ifort*) _lt_dar_can_shared=yes ;;
9328 *) _lt_dar_can_shared=$GCC ;;
9329 esac
9330 if test "$_lt_dar_can_shared" = "yes"; then
9331 output_verbose_link_cmd=func_echo_all
9332 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9333 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9334 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}"
9335 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}"
9337 else
9338 ld_shlibs=no
9343 dgux*)
9344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9345 hardcode_libdir_flag_spec='-L$libdir'
9346 hardcode_shlibpath_var=no
9349 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9350 # support. Future versions do this automatically, but an explicit c++rt0.o
9351 # does not break anything, and helps significantly (at the cost of a little
9352 # extra space).
9353 freebsd2.2*)
9354 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9355 hardcode_libdir_flag_spec='-R$libdir'
9356 hardcode_direct=yes
9357 hardcode_shlibpath_var=no
9360 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9361 freebsd2.*)
9362 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9363 hardcode_direct=yes
9364 hardcode_minus_L=yes
9365 hardcode_shlibpath_var=no
9368 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9369 freebsd* | dragonfly*)
9370 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9371 hardcode_libdir_flag_spec='-R$libdir'
9372 hardcode_direct=yes
9373 hardcode_shlibpath_var=no
9376 hpux9*)
9377 if test "$GCC" = yes; then
9378 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'
9379 else
9380 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'
9382 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9383 hardcode_libdir_separator=:
9384 hardcode_direct=yes
9386 # hardcode_minus_L: Not really in the search PATH,
9387 # but as the default location of the library.
9388 hardcode_minus_L=yes
9389 export_dynamic_flag_spec='${wl}-E'
9392 hpux10*)
9393 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9394 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9395 else
9396 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9398 if test "$with_gnu_ld" = no; then
9399 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9400 hardcode_libdir_flag_spec_ld='+b $libdir'
9401 hardcode_libdir_separator=:
9402 hardcode_direct=yes
9403 hardcode_direct_absolute=yes
9404 export_dynamic_flag_spec='${wl}-E'
9405 # hardcode_minus_L: Not really in the search PATH,
9406 # but as the default location of the library.
9407 hardcode_minus_L=yes
9411 hpux11*)
9412 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9413 case $host_cpu in
9414 hppa*64*)
9415 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9417 ia64*)
9418 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9421 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9423 esac
9424 else
9425 case $host_cpu in
9426 hppa*64*)
9427 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9429 ia64*)
9430 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9434 # Older versions of the 11.00 compiler do not understand -b yet
9435 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9437 $as_echo_n "checking if $CC understands -b... " >&6; }
9438 if ${lt_cv_prog_compiler__b+:} false; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 lt_cv_prog_compiler__b=no
9442 save_LDFLAGS="$LDFLAGS"
9443 LDFLAGS="$LDFLAGS -b"
9444 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9445 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9446 # The linker can only warn and ignore the option if not recognized
9447 # So say no if there are warnings
9448 if test -s conftest.err; then
9449 # Append any errors to the config.log.
9450 cat conftest.err 1>&5
9451 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9452 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9453 if diff conftest.exp conftest.er2 >/dev/null; then
9454 lt_cv_prog_compiler__b=yes
9456 else
9457 lt_cv_prog_compiler__b=yes
9460 $RM -r conftest*
9461 LDFLAGS="$save_LDFLAGS"
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9465 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9467 if test x"$lt_cv_prog_compiler__b" = xyes; then
9468 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9469 else
9470 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9474 esac
9476 if test "$with_gnu_ld" = no; then
9477 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9478 hardcode_libdir_separator=:
9480 case $host_cpu in
9481 hppa*64*|ia64*)
9482 hardcode_direct=no
9483 hardcode_shlibpath_var=no
9486 hardcode_direct=yes
9487 hardcode_direct_absolute=yes
9488 export_dynamic_flag_spec='${wl}-E'
9490 # hardcode_minus_L: Not really in the search PATH,
9491 # but as the default location of the library.
9492 hardcode_minus_L=yes
9494 esac
9498 irix5* | irix6* | nonstopux*)
9499 if test "$GCC" = yes; then
9500 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'
9501 # Try to use the -exported_symbol ld option, if it does not
9502 # work, assume that -exports_file does not work either and
9503 # implicitly export all symbols.
9504 save_LDFLAGS="$LDFLAGS"
9505 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9507 /* end confdefs.h. */
9508 int foo(void) {}
9509 _ACEOF
9510 if ac_fn_c_try_link "$LINENO"; then :
9511 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'
9514 rm -f core conftest.err conftest.$ac_objext \
9515 conftest$ac_exeext conftest.$ac_ext
9516 LDFLAGS="$save_LDFLAGS"
9517 else
9518 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'
9519 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'
9521 archive_cmds_need_lc='no'
9522 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9523 hardcode_libdir_separator=:
9524 inherit_rpath=yes
9525 link_all_deplibs=yes
9528 netbsd*)
9529 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9530 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9531 else
9532 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9534 hardcode_libdir_flag_spec='-R$libdir'
9535 hardcode_direct=yes
9536 hardcode_shlibpath_var=no
9539 newsos6)
9540 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9541 hardcode_direct=yes
9542 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9543 hardcode_libdir_separator=:
9544 hardcode_shlibpath_var=no
9547 *nto* | *qnx*)
9550 openbsd*)
9551 if test -f /usr/libexec/ld.so; then
9552 hardcode_direct=yes
9553 hardcode_shlibpath_var=no
9554 hardcode_direct_absolute=yes
9555 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9556 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9557 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9558 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9559 export_dynamic_flag_spec='${wl}-E'
9560 else
9561 case $host_os in
9562 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9563 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9564 hardcode_libdir_flag_spec='-R$libdir'
9567 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9568 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9570 esac
9572 else
9573 ld_shlibs=no
9577 os2*)
9578 hardcode_libdir_flag_spec='-L$libdir'
9579 hardcode_minus_L=yes
9580 allow_undefined_flag=unsupported
9581 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'
9582 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9585 osf3*)
9586 if test "$GCC" = yes; then
9587 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9588 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'
9589 else
9590 allow_undefined_flag=' -expect_unresolved \*'
9591 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'
9593 archive_cmds_need_lc='no'
9594 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9595 hardcode_libdir_separator=:
9598 osf4* | osf5*) # as osf3* with the addition of -msym flag
9599 if test "$GCC" = yes; then
9600 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9601 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'
9602 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9603 else
9604 allow_undefined_flag=' -expect_unresolved \*'
9605 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'
9606 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~
9607 $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'
9609 # Both c and cxx compiler support -rpath directly
9610 hardcode_libdir_flag_spec='-rpath $libdir'
9612 archive_cmds_need_lc='no'
9613 hardcode_libdir_separator=:
9616 solaris*)
9617 no_undefined_flag=' -z defs'
9618 if test "$GCC" = yes; then
9619 wlarc='${wl}'
9620 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9621 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9622 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9623 else
9624 case `$CC -V 2>&1` in
9625 *"Compilers 5.0"*)
9626 wlarc=''
9627 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9628 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9629 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9632 wlarc='${wl}'
9633 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9634 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9635 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9637 esac
9639 hardcode_libdir_flag_spec='-R$libdir'
9640 hardcode_shlibpath_var=no
9641 case $host_os in
9642 solaris2.[0-5] | solaris2.[0-5].*) ;;
9644 # The compiler driver will combine and reorder linker options,
9645 # but understands `-z linker_flag'. GCC discards it without `$wl',
9646 # but is careful enough not to reorder.
9647 # Supported since Solaris 2.6 (maybe 2.5.1?)
9648 if test "$GCC" = yes; then
9649 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9650 else
9651 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9654 esac
9655 link_all_deplibs=yes
9658 sunos4*)
9659 if test "x$host_vendor" = xsequent; then
9660 # Use $CC to link under sequent, because it throws in some extra .o
9661 # files that make .init and .fini sections work.
9662 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9663 else
9664 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9666 hardcode_libdir_flag_spec='-L$libdir'
9667 hardcode_direct=yes
9668 hardcode_minus_L=yes
9669 hardcode_shlibpath_var=no
9672 sysv4)
9673 case $host_vendor in
9674 sni)
9675 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9676 hardcode_direct=yes # is this really true???
9678 siemens)
9679 ## LD is ld it makes a PLAMLIB
9680 ## CC just makes a GrossModule.
9681 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9682 reload_cmds='$CC -r -o $output$reload_objs'
9683 hardcode_direct=no
9685 motorola)
9686 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9687 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9689 esac
9690 runpath_var='LD_RUN_PATH'
9691 hardcode_shlibpath_var=no
9694 sysv4.3*)
9695 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696 hardcode_shlibpath_var=no
9697 export_dynamic_flag_spec='-Bexport'
9700 sysv4*MP*)
9701 if test -d /usr/nec; then
9702 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9703 hardcode_shlibpath_var=no
9704 runpath_var=LD_RUN_PATH
9705 hardcode_runpath_var=yes
9706 ld_shlibs=yes
9710 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9711 no_undefined_flag='${wl}-z,text'
9712 archive_cmds_need_lc=no
9713 hardcode_shlibpath_var=no
9714 runpath_var='LD_RUN_PATH'
9716 if test "$GCC" = yes; then
9717 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 else
9720 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9721 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9725 sysv5* | sco3.2v5* | sco5v6*)
9726 # Note: We can NOT use -z defs as we might desire, because we do not
9727 # link with -lc, and that would cause any symbols used from libc to
9728 # always be unresolved, which means just about no library would
9729 # ever link correctly. If we're not using GNU ld we use -z text
9730 # though, which does catch some bad symbols but isn't as heavy-handed
9731 # as -z defs.
9732 no_undefined_flag='${wl}-z,text'
9733 allow_undefined_flag='${wl}-z,nodefs'
9734 archive_cmds_need_lc=no
9735 hardcode_shlibpath_var=no
9736 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9737 hardcode_libdir_separator=':'
9738 link_all_deplibs=yes
9739 export_dynamic_flag_spec='${wl}-Bexport'
9740 runpath_var='LD_RUN_PATH'
9742 if test "$GCC" = yes; then
9743 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9744 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 else
9746 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9747 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9751 uts4*)
9752 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9753 hardcode_libdir_flag_spec='-L$libdir'
9754 hardcode_shlibpath_var=no
9758 ld_shlibs=no
9760 esac
9762 if test x$host_vendor = xsni; then
9763 case $host in
9764 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9765 export_dynamic_flag_spec='${wl}-Blargedynsym'
9767 esac
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9772 $as_echo "$ld_shlibs" >&6; }
9773 test "$ld_shlibs" = no && can_build_shared=no
9775 with_gnu_ld=$with_gnu_ld
9792 # Do we need to explicitly link libc?
9794 case "x$archive_cmds_need_lc" in
9795 x|xyes)
9796 # Assume -lc should be added
9797 archive_cmds_need_lc=yes
9799 if test "$enable_shared" = yes && test "$GCC" = yes; then
9800 case $archive_cmds in
9801 *'~'*)
9802 # FIXME: we may have to deal with multi-command sequences.
9804 '$CC '*)
9805 # Test whether the compiler implicitly links with -lc since on some
9806 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9807 # to ld, don't add -lc before -lgcc.
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9809 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9810 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9811 $as_echo_n "(cached) " >&6
9812 else
9813 $RM conftest*
9814 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9817 (eval $ac_compile) 2>&5
9818 ac_status=$?
9819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9820 test $ac_status = 0; } 2>conftest.err; then
9821 soname=conftest
9822 lib=conftest
9823 libobjs=conftest.$ac_objext
9824 deplibs=
9825 wl=$lt_prog_compiler_wl
9826 pic_flag=$lt_prog_compiler_pic
9827 compiler_flags=-v
9828 linker_flags=-v
9829 verstring=
9830 output_objdir=.
9831 libname=conftest
9832 lt_save_allow_undefined_flag=$allow_undefined_flag
9833 allow_undefined_flag=
9834 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9835 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9836 ac_status=$?
9837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9838 test $ac_status = 0; }
9839 then
9840 lt_cv_archive_cmds_need_lc=no
9841 else
9842 lt_cv_archive_cmds_need_lc=yes
9844 allow_undefined_flag=$lt_save_allow_undefined_flag
9845 else
9846 cat conftest.err 1>&5
9848 $RM conftest*
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9852 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9853 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9855 esac
9858 esac
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10017 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10019 if test "$GCC" = yes; then
10020 case $host_os in
10021 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10022 *) lt_awk_arg="/^libraries:/" ;;
10023 esac
10024 case $host_os in
10025 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10026 *) lt_sed_strip_eq="s,=/,/,g" ;;
10027 esac
10028 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10029 case $lt_search_path_spec in
10030 *\;*)
10031 # if the path contains ";" then we assume it to be the separator
10032 # otherwise default to the standard path separator (i.e. ":") - it is
10033 # assumed that no part of a normal pathname contains ";" but that should
10034 # okay in the real world where ";" in dirpaths is itself problematic.
10035 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10038 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10040 esac
10041 # Ok, now we have the path, separated by spaces, we can step through it
10042 # and add multilib dir if necessary.
10043 lt_tmp_lt_search_path_spec=
10044 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10045 for lt_sys_path in $lt_search_path_spec; do
10046 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10047 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10048 else
10049 test -d "$lt_sys_path" && \
10050 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10052 done
10053 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10054 BEGIN {RS=" "; FS="/|\n";} {
10055 lt_foo="";
10056 lt_count=0;
10057 for (lt_i = NF; lt_i > 0; lt_i--) {
10058 if ($lt_i != "" && $lt_i != ".") {
10059 if ($lt_i == "..") {
10060 lt_count++;
10061 } else {
10062 if (lt_count == 0) {
10063 lt_foo="/" $lt_i lt_foo;
10064 } else {
10065 lt_count--;
10070 if (lt_foo != "") { lt_freq[lt_foo]++; }
10071 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10073 # AWK program above erroneously prepends '/' to C:/dos/paths
10074 # for these hosts.
10075 case $host_os in
10076 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10077 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10078 esac
10079 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10080 else
10081 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10083 library_names_spec=
10084 libname_spec='lib$name'
10085 soname_spec=
10086 shrext_cmds=".so"
10087 postinstall_cmds=
10088 postuninstall_cmds=
10089 finish_cmds=
10090 finish_eval=
10091 shlibpath_var=
10092 shlibpath_overrides_runpath=unknown
10093 version_type=none
10094 dynamic_linker="$host_os ld.so"
10095 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10096 need_lib_prefix=unknown
10097 hardcode_into_libs=no
10099 # when you set need_version to no, make sure it does not cause -set_version
10100 # flags to be left without arguments
10101 need_version=unknown
10103 case $host_os in
10104 aix3*)
10105 version_type=linux
10106 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10107 shlibpath_var=LIBPATH
10109 # AIX 3 has no versioning support, so we append a major version to the name.
10110 soname_spec='${libname}${release}${shared_ext}$major'
10113 aix[4-9]*)
10114 version_type=linux
10115 need_lib_prefix=no
10116 need_version=no
10117 hardcode_into_libs=yes
10118 if test "$host_cpu" = ia64; then
10119 # AIX 5 supports IA64
10120 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10121 shlibpath_var=LD_LIBRARY_PATH
10122 else
10123 # With GCC up to 2.95.x, collect2 would create an import file
10124 # for dependence libraries. The import file would start with
10125 # the line `#! .'. This would cause the generated library to
10126 # depend on `.', always an invalid library. This was fixed in
10127 # development snapshots of GCC prior to 3.0.
10128 case $host_os in
10129 aix4 | aix4.[01] | aix4.[01].*)
10130 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10131 echo ' yes '
10132 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10134 else
10135 can_build_shared=no
10138 esac
10139 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10140 # soname into executable. Probably we can add versioning support to
10141 # collect2, so additional links can be useful in future.
10142 if test "$aix_use_runtimelinking" = yes; then
10143 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10144 # instead of lib<name>.a to let people know that these are not
10145 # typical AIX shared libraries.
10146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10147 else
10148 # We preserve .a as extension for shared libraries through AIX4.2
10149 # and later when we are not doing run time linking.
10150 library_names_spec='${libname}${release}.a $libname.a'
10151 soname_spec='${libname}${release}${shared_ext}$major'
10153 shlibpath_var=LIBPATH
10157 amigaos*)
10158 case $host_cpu in
10159 powerpc)
10160 # Since July 2007 AmigaOS4 officially supports .so libraries.
10161 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10164 m68k)
10165 library_names_spec='$libname.ixlibrary $libname.a'
10166 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10167 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'
10169 esac
10172 beos*)
10173 library_names_spec='${libname}${shared_ext}'
10174 dynamic_linker="$host_os ld.so"
10175 shlibpath_var=LIBRARY_PATH
10178 bsdi[45]*)
10179 version_type=linux
10180 need_version=no
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 soname_spec='${libname}${release}${shared_ext}$major'
10183 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10184 shlibpath_var=LD_LIBRARY_PATH
10185 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10186 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10187 # the default ld.so.conf also contains /usr/contrib/lib and
10188 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10189 # libtool to hard-code these into programs
10192 cygwin* | mingw* | pw32* | cegcc*)
10193 version_type=windows
10194 shrext_cmds=".dll"
10195 need_version=no
10196 need_lib_prefix=no
10198 case $GCC,$host_os in
10199 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10200 library_names_spec='$libname.dll.a'
10201 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10202 postinstall_cmds='base_file=`basename \${file}`~
10203 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10204 dldir=$destdir/`dirname \$dlpath`~
10205 test -d \$dldir || mkdir -p \$dldir~
10206 $install_prog $dir/$dlname \$dldir/$dlname~
10207 chmod a+x \$dldir/$dlname~
10208 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10209 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10211 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10212 dlpath=$dir/\$dldll~
10213 $RM \$dlpath'
10214 shlibpath_overrides_runpath=yes
10216 case $host_os in
10217 cygwin*)
10218 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10219 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10221 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10223 mingw* | cegcc*)
10224 # MinGW DLLs use traditional 'lib' prefix
10225 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10227 pw32*)
10228 # pw32 DLLs use 'pw' prefix rather than 'lib'
10229 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10231 esac
10235 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10237 esac
10238 dynamic_linker='Win32 ld.exe'
10239 # FIXME: first we should search . and the directory the executable is in
10240 shlibpath_var=PATH
10243 darwin* | rhapsody*)
10244 dynamic_linker="$host_os dyld"
10245 version_type=darwin
10246 need_lib_prefix=no
10247 need_version=no
10248 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10249 soname_spec='${libname}${release}${major}$shared_ext'
10250 shlibpath_overrides_runpath=yes
10251 shlibpath_var=DYLD_LIBRARY_PATH
10252 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10254 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10255 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10258 dgux*)
10259 version_type=linux
10260 need_lib_prefix=no
10261 need_version=no
10262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10263 soname_spec='${libname}${release}${shared_ext}$major'
10264 shlibpath_var=LD_LIBRARY_PATH
10267 freebsd* | dragonfly*)
10268 # DragonFly does not have aout. When/if they implement a new
10269 # versioning mechanism, adjust this.
10270 if test -x /usr/bin/objformat; then
10271 objformat=`/usr/bin/objformat`
10272 else
10273 case $host_os in
10274 freebsd[23].*) objformat=aout ;;
10275 *) objformat=elf ;;
10276 esac
10278 version_type=freebsd-$objformat
10279 case $version_type in
10280 freebsd-elf*)
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10282 need_version=no
10283 need_lib_prefix=no
10285 freebsd-*)
10286 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10287 need_version=yes
10289 esac
10290 shlibpath_var=LD_LIBRARY_PATH
10291 case $host_os in
10292 freebsd2.*)
10293 shlibpath_overrides_runpath=yes
10295 freebsd3.[01]* | freebsdelf3.[01]*)
10296 shlibpath_overrides_runpath=yes
10297 hardcode_into_libs=yes
10299 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10300 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10301 shlibpath_overrides_runpath=no
10302 hardcode_into_libs=yes
10304 *) # from 4.6 on, and DragonFly
10305 shlibpath_overrides_runpath=yes
10306 hardcode_into_libs=yes
10308 esac
10311 haiku*)
10312 version_type=linux
10313 need_lib_prefix=no
10314 need_version=no
10315 dynamic_linker="$host_os runtime_loader"
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10317 soname_spec='${libname}${release}${shared_ext}$major'
10318 shlibpath_var=LIBRARY_PATH
10319 shlibpath_overrides_runpath=yes
10320 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10321 hardcode_into_libs=yes
10324 hpux9* | hpux10* | hpux11*)
10325 # Give a soname corresponding to the major version so that dld.sl refuses to
10326 # link against other versions.
10327 version_type=sunos
10328 need_lib_prefix=no
10329 need_version=no
10330 case $host_cpu in
10331 ia64*)
10332 shrext_cmds='.so'
10333 hardcode_into_libs=yes
10334 dynamic_linker="$host_os dld.so"
10335 shlibpath_var=LD_LIBRARY_PATH
10336 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10338 soname_spec='${libname}${release}${shared_ext}$major'
10339 if test "X$HPUX_IA64_MODE" = X32; then
10340 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10341 else
10342 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10344 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10346 hppa*64*)
10347 shrext_cmds='.sl'
10348 hardcode_into_libs=yes
10349 dynamic_linker="$host_os dld.sl"
10350 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10351 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10352 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10353 soname_spec='${libname}${release}${shared_ext}$major'
10354 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10355 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10358 shrext_cmds='.sl'
10359 dynamic_linker="$host_os dld.sl"
10360 shlibpath_var=SHLIB_PATH
10361 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10363 soname_spec='${libname}${release}${shared_ext}$major'
10365 esac
10366 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10367 postinstall_cmds='chmod 555 $lib'
10368 # or fails outright, so override atomically:
10369 install_override_mode=555
10372 interix[3-9]*)
10373 version_type=linux
10374 need_lib_prefix=no
10375 need_version=no
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10377 soname_spec='${libname}${release}${shared_ext}$major'
10378 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10379 shlibpath_var=LD_LIBRARY_PATH
10380 shlibpath_overrides_runpath=no
10381 hardcode_into_libs=yes
10384 irix5* | irix6* | nonstopux*)
10385 case $host_os in
10386 nonstopux*) version_type=nonstopux ;;
10388 if test "$lt_cv_prog_gnu_ld" = yes; then
10389 version_type=linux
10390 else
10391 version_type=irix
10392 fi ;;
10393 esac
10394 need_lib_prefix=no
10395 need_version=no
10396 soname_spec='${libname}${release}${shared_ext}$major'
10397 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10398 case $host_os in
10399 irix5* | nonstopux*)
10400 libsuff= shlibsuff=
10403 case $LD in # libtool.m4 will add one of these switches to LD
10404 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10405 libsuff= shlibsuff= libmagic=32-bit;;
10406 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10407 libsuff=32 shlibsuff=N32 libmagic=N32;;
10408 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10409 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10410 *) libsuff= shlibsuff= libmagic=never-match;;
10411 esac
10413 esac
10414 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10415 shlibpath_overrides_runpath=no
10416 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10417 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10418 hardcode_into_libs=yes
10421 # No shared lib support for Linux oldld, aout, or coff.
10422 linux*oldld* | linux*aout* | linux*coff*)
10423 dynamic_linker=no
10426 # This must be Linux ELF.
10428 # uclinux* changes (here and below) have been submitted to the libtool
10429 # project, but have not yet been accepted: they are GCC-local changes
10430 # for the time being. (See
10431 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10432 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10433 version_type=linux
10434 need_lib_prefix=no
10435 need_version=no
10436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10437 soname_spec='${libname}${release}${shared_ext}$major'
10438 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10439 shlibpath_var=LD_LIBRARY_PATH
10440 shlibpath_overrides_runpath=no
10442 # Some binutils ld are patched to set DT_RUNPATH
10443 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10444 $as_echo_n "(cached) " >&6
10445 else
10446 lt_cv_shlibpath_overrides_runpath=no
10447 save_LDFLAGS=$LDFLAGS
10448 save_libdir=$libdir
10449 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10450 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10452 /* end confdefs.h. */
10455 main ()
10459 return 0;
10461 _ACEOF
10462 if ac_fn_c_try_link "$LINENO"; then :
10463 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10464 lt_cv_shlibpath_overrides_runpath=yes
10467 rm -f core conftest.err conftest.$ac_objext \
10468 conftest$ac_exeext conftest.$ac_ext
10469 LDFLAGS=$save_LDFLAGS
10470 libdir=$save_libdir
10474 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10476 # This implies no fast_install, which is unacceptable.
10477 # Some rework will be needed to allow for fast_install
10478 # before this can be enabled.
10479 hardcode_into_libs=yes
10481 # Append ld.so.conf contents to the search path
10482 if test -f /etc/ld.so.conf; then
10483 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' ' '`
10484 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10487 # We used to test for /lib/ld.so.1 and disable shared libraries on
10488 # powerpc, because MkLinux only supported shared libraries with the
10489 # GNU dynamic linker. Since this was broken with cross compilers,
10490 # most powerpc-linux boxes support dynamic linking these days and
10491 # people can always --disable-shared, the test was removed, and we
10492 # assume the GNU/Linux dynamic linker is in use.
10493 dynamic_linker='GNU/Linux ld.so'
10496 netbsd*)
10497 version_type=sunos
10498 need_lib_prefix=no
10499 need_version=no
10500 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10501 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10502 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10503 dynamic_linker='NetBSD (a.out) ld.so'
10504 else
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10506 soname_spec='${libname}${release}${shared_ext}$major'
10507 dynamic_linker='NetBSD ld.elf_so'
10509 shlibpath_var=LD_LIBRARY_PATH
10510 shlibpath_overrides_runpath=yes
10511 hardcode_into_libs=yes
10514 newsos6)
10515 version_type=linux
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10517 shlibpath_var=LD_LIBRARY_PATH
10518 shlibpath_overrides_runpath=yes
10521 *nto* | *qnx*)
10522 version_type=qnx
10523 need_lib_prefix=no
10524 need_version=no
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10526 soname_spec='${libname}${release}${shared_ext}$major'
10527 shlibpath_var=LD_LIBRARY_PATH
10528 shlibpath_overrides_runpath=no
10529 hardcode_into_libs=yes
10530 dynamic_linker='ldqnx.so'
10533 openbsd*)
10534 version_type=sunos
10535 sys_lib_dlsearch_path_spec="/usr/lib"
10536 need_lib_prefix=no
10537 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10538 case $host_os in
10539 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10540 *) need_version=no ;;
10541 esac
10542 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10543 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10544 shlibpath_var=LD_LIBRARY_PATH
10545 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10546 case $host_os in
10547 openbsd2.[89] | openbsd2.[89].*)
10548 shlibpath_overrides_runpath=no
10551 shlibpath_overrides_runpath=yes
10553 esac
10554 else
10555 shlibpath_overrides_runpath=yes
10559 os2*)
10560 libname_spec='$name'
10561 shrext_cmds=".dll"
10562 need_lib_prefix=no
10563 library_names_spec='$libname${shared_ext} $libname.a'
10564 dynamic_linker='OS/2 ld.exe'
10565 shlibpath_var=LIBPATH
10568 osf3* | osf4* | osf5*)
10569 version_type=osf
10570 need_lib_prefix=no
10571 need_version=no
10572 soname_spec='${libname}${release}${shared_ext}$major'
10573 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10574 shlibpath_var=LD_LIBRARY_PATH
10575 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10576 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10579 rdos*)
10580 dynamic_linker=no
10583 solaris*)
10584 version_type=linux
10585 need_lib_prefix=no
10586 need_version=no
10587 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10588 soname_spec='${libname}${release}${shared_ext}$major'
10589 shlibpath_var=LD_LIBRARY_PATH
10590 shlibpath_overrides_runpath=yes
10591 hardcode_into_libs=yes
10592 # ldd complains unless libraries are executable
10593 postinstall_cmds='chmod +x $lib'
10596 sunos4*)
10597 version_type=sunos
10598 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10599 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 shlibpath_overrides_runpath=yes
10602 if test "$with_gnu_ld" = yes; then
10603 need_lib_prefix=no
10605 need_version=yes
10608 sysv4 | sysv4.3*)
10609 version_type=linux
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10611 soname_spec='${libname}${release}${shared_ext}$major'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 case $host_vendor in
10614 sni)
10615 shlibpath_overrides_runpath=no
10616 need_lib_prefix=no
10617 runpath_var=LD_RUN_PATH
10619 siemens)
10620 need_lib_prefix=no
10622 motorola)
10623 need_lib_prefix=no
10624 need_version=no
10625 shlibpath_overrides_runpath=no
10626 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10628 esac
10631 sysv4*MP*)
10632 if test -d /usr/nec ;then
10633 version_type=linux
10634 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10635 soname_spec='$libname${shared_ext}.$major'
10636 shlibpath_var=LD_LIBRARY_PATH
10640 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10641 version_type=freebsd-elf
10642 need_lib_prefix=no
10643 need_version=no
10644 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10645 soname_spec='${libname}${release}${shared_ext}$major'
10646 shlibpath_var=LD_LIBRARY_PATH
10647 shlibpath_overrides_runpath=yes
10648 hardcode_into_libs=yes
10649 if test "$with_gnu_ld" = yes; then
10650 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10651 else
10652 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10653 case $host_os in
10654 sco3.2v5*)
10655 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10657 esac
10659 sys_lib_dlsearch_path_spec='/usr/lib'
10662 tpf*)
10663 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10664 version_type=linux
10665 need_lib_prefix=no
10666 need_version=no
10667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10668 shlibpath_var=LD_LIBRARY_PATH
10669 shlibpath_overrides_runpath=no
10670 hardcode_into_libs=yes
10673 uts4*)
10674 version_type=linux
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 shlibpath_var=LD_LIBRARY_PATH
10680 # Shared libraries for VwWorks, >= 7 only at this stage
10681 # and (fpic) still incompatible with "large" code models
10682 # in a few configurations. Only for RTP mode in any case,
10683 # and upon explicit request at configure time.
10684 vxworks7*)
10685 dynamic_linker=no
10686 case ${with_multisubdir}-${enable_shared} in
10687 *large*)
10689 *mrtp*-yes)
10690 version_type=linux
10691 need_lib_prefix=no
10692 need_version=no
10693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec='${libname}${release}${shared_ext}$major'
10695 dynamic_linker="$host_os module_loader"
10697 esac
10700 dynamic_linker=no
10702 esac
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10704 $as_echo "$dynamic_linker" >&6; }
10705 test "$dynamic_linker" = no && can_build_shared=no
10707 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10708 if test "$GCC" = yes; then
10709 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10712 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10713 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10715 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10716 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10811 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10812 hardcode_action=
10813 if test -n "$hardcode_libdir_flag_spec" ||
10814 test -n "$runpath_var" ||
10815 test "X$hardcode_automatic" = "Xyes" ; then
10817 # We can hardcode non-existent directories.
10818 if test "$hardcode_direct" != no &&
10819 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10820 # have to relink, otherwise we might link with an installed library
10821 # when we should be linking with a yet-to-be-installed one
10822 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10823 test "$hardcode_minus_L" != no; then
10824 # Linking always hardcodes the temporary library directory.
10825 hardcode_action=relink
10826 else
10827 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10828 hardcode_action=immediate
10830 else
10831 # We cannot hardcode anything, or else we can only hardcode existing
10832 # directories.
10833 hardcode_action=unsupported
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10836 $as_echo "$hardcode_action" >&6; }
10838 if test "$hardcode_action" = relink ||
10839 test "$inherit_rpath" = yes; then
10840 # Fast installation is not supported
10841 enable_fast_install=no
10842 elif test "$shlibpath_overrides_runpath" = yes ||
10843 test "$enable_shared" = no; then
10844 # Fast installation is not necessary
10845 enable_fast_install=needless
10853 if test "x$enable_dlopen" != xyes; then
10854 enable_dlopen=unknown
10855 enable_dlopen_self=unknown
10856 enable_dlopen_self_static=unknown
10857 else
10858 lt_cv_dlopen=no
10859 lt_cv_dlopen_libs=
10861 case $host_os in
10862 beos*)
10863 lt_cv_dlopen="load_add_on"
10864 lt_cv_dlopen_libs=
10865 lt_cv_dlopen_self=yes
10868 mingw* | pw32* | cegcc*)
10869 lt_cv_dlopen="LoadLibrary"
10870 lt_cv_dlopen_libs=
10873 cygwin*)
10874 lt_cv_dlopen="dlopen"
10875 lt_cv_dlopen_libs=
10878 darwin*)
10879 # if libdl is installed we need to link against it
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10881 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10882 if ${ac_cv_lib_dl_dlopen+:} false; then :
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_lib_save_LIBS=$LIBS
10886 LIBS="-ldl $LIBS"
10887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10888 /* end confdefs.h. */
10890 /* Override any GCC internal prototype to avoid an error.
10891 Use char because int might match the return type of a GCC
10892 builtin and then its argument prototype would still apply. */
10893 #ifdef __cplusplus
10894 extern "C"
10895 #endif
10896 char dlopen ();
10898 main ()
10900 return dlopen ();
10902 return 0;
10904 _ACEOF
10905 if ac_fn_c_try_link "$LINENO"; then :
10906 ac_cv_lib_dl_dlopen=yes
10907 else
10908 ac_cv_lib_dl_dlopen=no
10910 rm -f core conftest.err conftest.$ac_objext \
10911 conftest$ac_exeext conftest.$ac_ext
10912 LIBS=$ac_check_lib_save_LIBS
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10915 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10916 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10917 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10918 else
10920 lt_cv_dlopen="dyld"
10921 lt_cv_dlopen_libs=
10922 lt_cv_dlopen_self=yes
10929 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10930 if test "x$ac_cv_func_shl_load" = xyes; then :
10931 lt_cv_dlopen="shl_load"
10932 else
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10934 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10935 if ${ac_cv_lib_dld_shl_load+:} false; then :
10936 $as_echo_n "(cached) " >&6
10937 else
10938 ac_check_lib_save_LIBS=$LIBS
10939 LIBS="-ldld $LIBS"
10940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10941 /* end confdefs.h. */
10943 /* Override any GCC internal prototype to avoid an error.
10944 Use char because int might match the return type of a GCC
10945 builtin and then its argument prototype would still apply. */
10946 #ifdef __cplusplus
10947 extern "C"
10948 #endif
10949 char shl_load ();
10951 main ()
10953 return shl_load ();
10955 return 0;
10957 _ACEOF
10958 if ac_fn_c_try_link "$LINENO"; then :
10959 ac_cv_lib_dld_shl_load=yes
10960 else
10961 ac_cv_lib_dld_shl_load=no
10963 rm -f core conftest.err conftest.$ac_objext \
10964 conftest$ac_exeext conftest.$ac_ext
10965 LIBS=$ac_check_lib_save_LIBS
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10968 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10969 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10970 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10971 else
10972 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10973 if test "x$ac_cv_func_dlopen" = xyes; then :
10974 lt_cv_dlopen="dlopen"
10975 else
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10977 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10978 if ${ac_cv_lib_dl_dlopen+:} false; then :
10979 $as_echo_n "(cached) " >&6
10980 else
10981 ac_check_lib_save_LIBS=$LIBS
10982 LIBS="-ldl $LIBS"
10983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10984 /* end confdefs.h. */
10986 /* Override any GCC internal prototype to avoid an error.
10987 Use char because int might match the return type of a GCC
10988 builtin and then its argument prototype would still apply. */
10989 #ifdef __cplusplus
10990 extern "C"
10991 #endif
10992 char dlopen ();
10994 main ()
10996 return dlopen ();
10998 return 0;
11000 _ACEOF
11001 if ac_fn_c_try_link "$LINENO"; then :
11002 ac_cv_lib_dl_dlopen=yes
11003 else
11004 ac_cv_lib_dl_dlopen=no
11006 rm -f core conftest.err conftest.$ac_objext \
11007 conftest$ac_exeext conftest.$ac_ext
11008 LIBS=$ac_check_lib_save_LIBS
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11011 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11012 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11013 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11014 else
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11016 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11017 if ${ac_cv_lib_svld_dlopen+:} false; then :
11018 $as_echo_n "(cached) " >&6
11019 else
11020 ac_check_lib_save_LIBS=$LIBS
11021 LIBS="-lsvld $LIBS"
11022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11023 /* end confdefs.h. */
11025 /* Override any GCC internal prototype to avoid an error.
11026 Use char because int might match the return type of a GCC
11027 builtin and then its argument prototype would still apply. */
11028 #ifdef __cplusplus
11029 extern "C"
11030 #endif
11031 char dlopen ();
11033 main ()
11035 return dlopen ();
11037 return 0;
11039 _ACEOF
11040 if ac_fn_c_try_link "$LINENO"; then :
11041 ac_cv_lib_svld_dlopen=yes
11042 else
11043 ac_cv_lib_svld_dlopen=no
11045 rm -f core conftest.err conftest.$ac_objext \
11046 conftest$ac_exeext conftest.$ac_ext
11047 LIBS=$ac_check_lib_save_LIBS
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11050 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11051 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11052 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11053 else
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11055 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11056 if ${ac_cv_lib_dld_dld_link+:} false; then :
11057 $as_echo_n "(cached) " >&6
11058 else
11059 ac_check_lib_save_LIBS=$LIBS
11060 LIBS="-ldld $LIBS"
11061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11062 /* end confdefs.h. */
11064 /* Override any GCC internal prototype to avoid an error.
11065 Use char because int might match the return type of a GCC
11066 builtin and then its argument prototype would still apply. */
11067 #ifdef __cplusplus
11068 extern "C"
11069 #endif
11070 char dld_link ();
11072 main ()
11074 return dld_link ();
11076 return 0;
11078 _ACEOF
11079 if ac_fn_c_try_link "$LINENO"; then :
11080 ac_cv_lib_dld_dld_link=yes
11081 else
11082 ac_cv_lib_dld_dld_link=no
11084 rm -f core conftest.err conftest.$ac_objext \
11085 conftest$ac_exeext conftest.$ac_ext
11086 LIBS=$ac_check_lib_save_LIBS
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11089 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11090 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11091 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11110 esac
11112 if test "x$lt_cv_dlopen" != xno; then
11113 enable_dlopen=yes
11114 else
11115 enable_dlopen=no
11118 case $lt_cv_dlopen in
11119 dlopen)
11120 save_CPPFLAGS="$CPPFLAGS"
11121 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11123 save_LDFLAGS="$LDFLAGS"
11124 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11126 save_LIBS="$LIBS"
11127 LIBS="$lt_cv_dlopen_libs $LIBS"
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11130 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11131 if ${lt_cv_dlopen_self+:} false; then :
11132 $as_echo_n "(cached) " >&6
11133 else
11134 if test "$cross_compiling" = yes; then :
11135 lt_cv_dlopen_self=cross
11136 else
11137 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11138 lt_status=$lt_dlunknown
11139 cat > conftest.$ac_ext <<_LT_EOF
11140 #line 11140 "configure"
11141 #include "confdefs.h"
11143 #if HAVE_DLFCN_H
11144 #include <dlfcn.h>
11145 #endif
11147 #include <stdio.h>
11149 #ifdef RTLD_GLOBAL
11150 # define LT_DLGLOBAL RTLD_GLOBAL
11151 #else
11152 # ifdef DL_GLOBAL
11153 # define LT_DLGLOBAL DL_GLOBAL
11154 # else
11155 # define LT_DLGLOBAL 0
11156 # endif
11157 #endif
11159 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11160 find out it does not work in some platform. */
11161 #ifndef LT_DLLAZY_OR_NOW
11162 # ifdef RTLD_LAZY
11163 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11164 # else
11165 # ifdef DL_LAZY
11166 # define LT_DLLAZY_OR_NOW DL_LAZY
11167 # else
11168 # ifdef RTLD_NOW
11169 # define LT_DLLAZY_OR_NOW RTLD_NOW
11170 # else
11171 # ifdef DL_NOW
11172 # define LT_DLLAZY_OR_NOW DL_NOW
11173 # else
11174 # define LT_DLLAZY_OR_NOW 0
11175 # endif
11176 # endif
11177 # endif
11178 # endif
11179 #endif
11181 /* When -fvisbility=hidden is used, assume the code has been annotated
11182 correspondingly for the symbols needed. */
11183 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11184 void fnord () __attribute__((visibility("default")));
11185 #endif
11187 void fnord () { int i=42; }
11188 int main ()
11190 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11191 int status = $lt_dlunknown;
11193 if (self)
11195 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11196 else
11198 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11199 else puts (dlerror ());
11201 /* dlclose (self); */
11203 else
11204 puts (dlerror ());
11206 return status;
11208 _LT_EOF
11209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11210 (eval $ac_link) 2>&5
11211 ac_status=$?
11212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11213 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11214 (./conftest; exit; ) >&5 2>/dev/null
11215 lt_status=$?
11216 case x$lt_status in
11217 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11218 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11219 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11220 esac
11221 else :
11222 # compilation failed
11223 lt_cv_dlopen_self=no
11226 rm -fr conftest*
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11231 $as_echo "$lt_cv_dlopen_self" >&6; }
11233 if test "x$lt_cv_dlopen_self" = xyes; then
11234 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11236 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11237 if ${lt_cv_dlopen_self_static+:} false; then :
11238 $as_echo_n "(cached) " >&6
11239 else
11240 if test "$cross_compiling" = yes; then :
11241 lt_cv_dlopen_self_static=cross
11242 else
11243 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11244 lt_status=$lt_dlunknown
11245 cat > conftest.$ac_ext <<_LT_EOF
11246 #line 11246 "configure"
11247 #include "confdefs.h"
11249 #if HAVE_DLFCN_H
11250 #include <dlfcn.h>
11251 #endif
11253 #include <stdio.h>
11255 #ifdef RTLD_GLOBAL
11256 # define LT_DLGLOBAL RTLD_GLOBAL
11257 #else
11258 # ifdef DL_GLOBAL
11259 # define LT_DLGLOBAL DL_GLOBAL
11260 # else
11261 # define LT_DLGLOBAL 0
11262 # endif
11263 #endif
11265 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11266 find out it does not work in some platform. */
11267 #ifndef LT_DLLAZY_OR_NOW
11268 # ifdef RTLD_LAZY
11269 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11270 # else
11271 # ifdef DL_LAZY
11272 # define LT_DLLAZY_OR_NOW DL_LAZY
11273 # else
11274 # ifdef RTLD_NOW
11275 # define LT_DLLAZY_OR_NOW RTLD_NOW
11276 # else
11277 # ifdef DL_NOW
11278 # define LT_DLLAZY_OR_NOW DL_NOW
11279 # else
11280 # define LT_DLLAZY_OR_NOW 0
11281 # endif
11282 # endif
11283 # endif
11284 # endif
11285 #endif
11287 /* When -fvisbility=hidden is used, assume the code has been annotated
11288 correspondingly for the symbols needed. */
11289 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11290 void fnord () __attribute__((visibility("default")));
11291 #endif
11293 void fnord () { int i=42; }
11294 int main ()
11296 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11297 int status = $lt_dlunknown;
11299 if (self)
11301 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11302 else
11304 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11305 else puts (dlerror ());
11307 /* dlclose (self); */
11309 else
11310 puts (dlerror ());
11312 return status;
11314 _LT_EOF
11315 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11316 (eval $ac_link) 2>&5
11317 ac_status=$?
11318 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11319 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11320 (./conftest; exit; ) >&5 2>/dev/null
11321 lt_status=$?
11322 case x$lt_status in
11323 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11324 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11325 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11326 esac
11327 else :
11328 # compilation failed
11329 lt_cv_dlopen_self_static=no
11332 rm -fr conftest*
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11337 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11340 CPPFLAGS="$save_CPPFLAGS"
11341 LDFLAGS="$save_LDFLAGS"
11342 LIBS="$save_LIBS"
11344 esac
11346 case $lt_cv_dlopen_self in
11347 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11348 *) enable_dlopen_self=unknown ;;
11349 esac
11351 case $lt_cv_dlopen_self_static in
11352 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11353 *) enable_dlopen_self_static=unknown ;;
11354 esac
11373 striplib=
11374 old_striplib=
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11376 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11377 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11378 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11379 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11381 $as_echo "yes" >&6; }
11382 else
11383 # FIXME - insert some real tests, host_os isn't really good enough
11384 case $host_os in
11385 darwin*)
11386 if test -n "$STRIP" ; then
11387 striplib="$STRIP -x"
11388 old_striplib="$STRIP -S"
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11390 $as_echo "yes" >&6; }
11391 else
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11393 $as_echo "no" >&6; }
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11398 $as_echo "no" >&6; }
11400 esac
11414 # Report which library types will actually be built
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11416 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11418 $as_echo "$can_build_shared" >&6; }
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11421 $as_echo_n "checking whether to build shared libraries... " >&6; }
11422 test "$can_build_shared" = "no" && enable_shared=no
11424 # On AIX, shared libraries and static libraries use the same namespace, and
11425 # are all built from PIC.
11426 case $host_os in
11427 aix3*)
11428 test "$enable_shared" = yes && enable_static=no
11429 if test -n "$RANLIB"; then
11430 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11431 postinstall_cmds='$RANLIB $lib'
11435 aix[4-9]*)
11436 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11437 test "$enable_shared" = yes && enable_static=no
11440 esac
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11442 $as_echo "$enable_shared" >&6; }
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11445 $as_echo_n "checking whether to build static libraries... " >&6; }
11446 # Make sure either enable_shared or enable_static is yes.
11447 test "$enable_shared" = yes || enable_static=yes
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11449 $as_echo "$enable_static" >&6; }
11455 ac_ext=c
11456 ac_cpp='$CPP $CPPFLAGS'
11457 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11458 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11459 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11461 CC="$lt_save_CC"
11475 ac_config_commands="$ac_config_commands libtool"
11480 # Only expand once:
11484 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11486 # The tests for host and target for $enable_largefile require
11487 # canonical names.
11491 # As the $enable_largefile decision depends on --enable-plugins we must set it
11492 # even in directories otherwise not depending on the $plugins option.
11495 maybe_plugins=no
11496 for ac_header in dlfcn.h
11497 do :
11498 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11500 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11501 cat >>confdefs.h <<_ACEOF
11502 #define HAVE_DLFCN_H 1
11503 _ACEOF
11504 maybe_plugins=yes
11507 done
11509 for ac_header in windows.h
11510 do :
11511 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11513 if test "x$ac_cv_header_windows_h" = xyes; then :
11514 cat >>confdefs.h <<_ACEOF
11515 #define HAVE_WINDOWS_H 1
11516 _ACEOF
11517 maybe_plugins=yes
11520 done
11523 # Check whether --enable-plugins was given.
11524 if test "${enable_plugins+set}" = set; then :
11525 enableval=$enable_plugins; case "${enableval}" in
11526 no) plugins=no ;;
11527 *) plugins=yes
11528 if test "$maybe_plugins" != "yes" ; then
11529 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11530 fi ;;
11531 esac
11532 else
11533 plugins=$maybe_plugins
11537 if test "$plugins" = "yes"; then
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11539 $as_echo_n "checking for library containing dlsym... " >&6; }
11540 if ${ac_cv_search_dlsym+:} false; then :
11541 $as_echo_n "(cached) " >&6
11542 else
11543 ac_func_search_save_LIBS=$LIBS
11544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11545 /* end confdefs.h. */
11547 /* Override any GCC internal prototype to avoid an error.
11548 Use char because int might match the return type of a GCC
11549 builtin and then its argument prototype would still apply. */
11550 #ifdef __cplusplus
11551 extern "C"
11552 #endif
11553 char dlsym ();
11555 main ()
11557 return dlsym ();
11559 return 0;
11561 _ACEOF
11562 for ac_lib in '' dl; do
11563 if test -z "$ac_lib"; then
11564 ac_res="none required"
11565 else
11566 ac_res=-l$ac_lib
11567 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11569 if ac_fn_c_try_link "$LINENO"; then :
11570 ac_cv_search_dlsym=$ac_res
11572 rm -f core conftest.err conftest.$ac_objext \
11573 conftest$ac_exeext
11574 if ${ac_cv_search_dlsym+:} false; then :
11575 break
11577 done
11578 if ${ac_cv_search_dlsym+:} false; then :
11580 else
11581 ac_cv_search_dlsym=no
11583 rm conftest.$ac_ext
11584 LIBS=$ac_func_search_save_LIBS
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11587 $as_echo "$ac_cv_search_dlsym" >&6; }
11588 ac_res=$ac_cv_search_dlsym
11589 if test "$ac_res" != no; then :
11590 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11597 case "${host}" in
11598 sparc-*-solaris*|i?86-*-solaris*)
11599 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11600 # were mutually exclusive until Solaris 11.3. Without procfs support,
11601 # the bfd/ elf module cannot provide certain routines such as
11602 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11603 # explicitly requested large-file support through the
11604 # --enable-largefile switch, disable large-file support in favor of
11605 # procfs support.
11607 # Check if <sys/procfs.h> is incompatible with large-file support.
11608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11609 /* end confdefs.h. */
11610 #define _FILE_OFFSET_BITS 64
11611 #define _STRUCTURED_PROC 1
11612 #include <sys/procfs.h>
11614 main ()
11618 return 0;
11620 _ACEOF
11621 if ac_fn_c_try_compile "$LINENO"; then :
11622 acx_cv_procfs_lfs=yes
11623 else
11624 acx_cv_procfs_lfs=no
11626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11628 # Forcefully disable large-file support only if necessary, gdb is in
11629 # tree and enabled.
11630 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11631 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11632 : ${enable_largefile="no"}
11633 if test "$plugins" = yes; then
11634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11635 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11636 $as_echo "$as_me: WARNING:
11637 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11638 plugins=no
11642 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11643 # benefit of g++ 9+ which predefines it on Solaris.
11644 if test "$enable_largefile" = no; then
11645 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11649 esac
11651 # Check whether --enable-largefile was given.
11652 if test "${enable_largefile+set}" = set; then :
11653 enableval=$enable_largefile;
11656 if test "$enable_largefile" != no; then
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11659 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11660 if ${ac_cv_sys_largefile_CC+:} false; then :
11661 $as_echo_n "(cached) " >&6
11662 else
11663 ac_cv_sys_largefile_CC=no
11664 if test "$GCC" != yes; then
11665 ac_save_CC=$CC
11666 while :; do
11667 # IRIX 6.2 and later do not support large files by default,
11668 # so use the C compiler's -n32 option if that helps.
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 #include <sys/types.h>
11672 /* Check that off_t can represent 2**63 - 1 correctly.
11673 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11674 since some C++ compilers masquerading as C compilers
11675 incorrectly reject 9223372036854775807. */
11676 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11677 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11678 && LARGE_OFF_T % 2147483647 == 1)
11679 ? 1 : -1];
11681 main ()
11685 return 0;
11687 _ACEOF
11688 if ac_fn_c_try_compile "$LINENO"; then :
11689 break
11691 rm -f core conftest.err conftest.$ac_objext
11692 CC="$CC -n32"
11693 if ac_fn_c_try_compile "$LINENO"; then :
11694 ac_cv_sys_largefile_CC=' -n32'; break
11696 rm -f core conftest.err conftest.$ac_objext
11697 break
11698 done
11699 CC=$ac_save_CC
11700 rm -f conftest.$ac_ext
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11704 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11705 if test "$ac_cv_sys_largefile_CC" != no; then
11706 CC=$CC$ac_cv_sys_largefile_CC
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11710 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11711 if ${ac_cv_sys_file_offset_bits+:} false; then :
11712 $as_echo_n "(cached) " >&6
11713 else
11714 while :; do
11715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11716 /* end confdefs.h. */
11717 #include <sys/types.h>
11718 /* Check that off_t can represent 2**63 - 1 correctly.
11719 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11720 since some C++ compilers masquerading as C compilers
11721 incorrectly reject 9223372036854775807. */
11722 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11723 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11724 && LARGE_OFF_T % 2147483647 == 1)
11725 ? 1 : -1];
11727 main ()
11731 return 0;
11733 _ACEOF
11734 if ac_fn_c_try_compile "$LINENO"; then :
11735 ac_cv_sys_file_offset_bits=no; break
11737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11739 /* end confdefs.h. */
11740 #define _FILE_OFFSET_BITS 64
11741 #include <sys/types.h>
11742 /* Check that off_t can represent 2**63 - 1 correctly.
11743 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11744 since some C++ compilers masquerading as C compilers
11745 incorrectly reject 9223372036854775807. */
11746 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11747 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11748 && LARGE_OFF_T % 2147483647 == 1)
11749 ? 1 : -1];
11751 main ()
11755 return 0;
11757 _ACEOF
11758 if ac_fn_c_try_compile "$LINENO"; then :
11759 ac_cv_sys_file_offset_bits=64; break
11761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11762 ac_cv_sys_file_offset_bits=unknown
11763 break
11764 done
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11767 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11768 case $ac_cv_sys_file_offset_bits in #(
11769 no | unknown) ;;
11771 cat >>confdefs.h <<_ACEOF
11772 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11773 _ACEOF
11775 esac
11776 rm -rf conftest*
11777 if test $ac_cv_sys_file_offset_bits = unknown; then
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11779 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11780 if ${ac_cv_sys_large_files+:} false; then :
11781 $as_echo_n "(cached) " >&6
11782 else
11783 while :; do
11784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11785 /* end confdefs.h. */
11786 #include <sys/types.h>
11787 /* Check that off_t can represent 2**63 - 1 correctly.
11788 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11789 since some C++ compilers masquerading as C compilers
11790 incorrectly reject 9223372036854775807. */
11791 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11792 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11793 && LARGE_OFF_T % 2147483647 == 1)
11794 ? 1 : -1];
11796 main ()
11800 return 0;
11802 _ACEOF
11803 if ac_fn_c_try_compile "$LINENO"; then :
11804 ac_cv_sys_large_files=no; break
11806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11808 /* end confdefs.h. */
11809 #define _LARGE_FILES 1
11810 #include <sys/types.h>
11811 /* Check that off_t can represent 2**63 - 1 correctly.
11812 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11813 since some C++ compilers masquerading as C compilers
11814 incorrectly reject 9223372036854775807. */
11815 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11816 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11817 && LARGE_OFF_T % 2147483647 == 1)
11818 ? 1 : -1];
11820 main ()
11824 return 0;
11826 _ACEOF
11827 if ac_fn_c_try_compile "$LINENO"; then :
11828 ac_cv_sys_large_files=1; break
11830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11831 ac_cv_sys_large_files=unknown
11832 break
11833 done
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11836 $as_echo "$ac_cv_sys_large_files" >&6; }
11837 case $ac_cv_sys_large_files in #(
11838 no | unknown) ;;
11840 cat >>confdefs.h <<_ACEOF
11841 #define _LARGE_FILES $ac_cv_sys_large_files
11842 _ACEOF
11844 esac
11845 rm -rf conftest*
11853 case "${target}" in
11854 hppa*64*-*-*) ;;
11855 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11856 if test "$plugins" = "yes"; then
11857 if test "${enable_plugins+set}" = set; then
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11859 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11860 else
11861 plugins=no
11863 fi ;;
11864 hppa*-*-hpux* | *-*-*vms* | \
11865 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11866 if test "$plugins" = "yes"; then
11867 if test "${enable_plugins+set}" = set; then
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11869 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11870 else
11871 plugins=no
11873 fi ;;
11874 esac
11876 if test "$plugins" = "yes"; then
11877 PLUGINS_TRUE=
11878 PLUGINS_FALSE='#'
11879 else
11880 PLUGINS_TRUE='#'
11881 PLUGINS_FALSE=
11885 ac_checking=
11886 . ${srcdir}/development.sh
11887 test "$development" = true && ac_checking=yes
11888 # Check whether --enable-checking was given.
11889 if test "${enable_checking+set}" = set; then :
11890 enableval=$enable_checking; case "${enableval}" in
11891 no|none) ac_checking= ;;
11892 *) ac_checking=yes ;;
11893 esac
11895 if test x$ac_checking != x ; then
11897 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11901 # Check whether --enable-64-bit-bfd was given.
11902 if test "${enable_64_bit_bfd+set}" = set; then :
11903 enableval=$enable_64_bit_bfd; case $enableval in #(
11904 yes|no) :
11905 ;; #(
11906 *) :
11907 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11908 *) :
11910 esac
11911 else
11912 enable_64_bit_bfd=no
11916 if test "x$enable_64_bit_bfd" = "xno"; then :
11917 # The cast to long int works around a bug in the HP C Compiler
11918 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11919 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11920 # This bug is HP SR number 8606223364.
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11922 $as_echo_n "checking size of void *... " >&6; }
11923 if ${ac_cv_sizeof_void_p+:} false; then :
11924 $as_echo_n "(cached) " >&6
11925 else
11926 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11928 else
11929 if test "$ac_cv_type_void_p" = yes; then
11930 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11932 as_fn_error 77 "cannot compute sizeof (void *)
11933 See \`config.log' for more details" "$LINENO" 5; }
11934 else
11935 ac_cv_sizeof_void_p=0
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11941 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11945 cat >>confdefs.h <<_ACEOF
11946 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11947 _ACEOF
11950 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11951 enable_64_bit_bfd=yes
11956 if test "x$enable_64_bit_bfd" = "xyes"; then
11957 ENABLE_BFD_64_BIT_TRUE=
11958 ENABLE_BFD_64_BIT_FALSE='#'
11959 else
11960 ENABLE_BFD_64_BIT_TRUE='#'
11961 ENABLE_BFD_64_BIT_FALSE=
11965 if test $enable_64_bit_bfd = yes ; then
11966 want64=true
11967 else
11968 want64=false
11971 # Check whether --enable-targets was given.
11972 if test "${enable_targets+set}" = set; then :
11973 enableval=$enable_targets; case "${enableval}" in
11974 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11976 no) enable_targets= ;;
11977 *) enable_targets=$enableval ;;
11978 esac
11981 # Check whether --enable-64_bit_archive was given.
11982 if test "${enable_64_bit_archive+set}" = set; then :
11983 enableval=$enable_64_bit_archive; case "${enableval}" in
11984 yes) want_64_bit_archive=true ;;
11985 no) want_64_bit_archive=false ;;
11986 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11987 esac
11988 else
11989 want_64_bit_archive=unset
11993 # Check whether --with-mmap was given.
11994 if test "${with_mmap+set}" = set; then :
11995 withval=$with_mmap; case "${withval}" in
11996 yes) want_mmap=true ;;
11997 no) want_mmap=false ;;
11998 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11999 esac
12000 else
12001 want_mmap=false
12004 # Check whether --enable-secureplt was given.
12005 if test "${enable_secureplt+set}" = set; then :
12006 enableval=$enable_secureplt; case "${enableval}" in
12007 yes) use_secureplt=true ;;
12008 no) use_secureplt=false ;;
12009 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12010 esac
12011 else
12012 use_secureplt=true
12014 if test $use_secureplt = true; then
12016 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12020 # Decide if -z separate-code should be enabled in ELF linker by default.
12021 ac_default_ld_z_separate_code=unset
12022 # Check whether --enable-separate-code was given.
12023 if test "${enable_separate_code+set}" = set; then :
12024 enableval=$enable_separate_code; case "${enableval}" in
12025 yes) ac_default_ld_z_separate_code=1 ;;
12026 no) ac_default_ld_z_separate_code=0 ;;
12027 esac
12030 # Enable -z separate-code by default for Linux/x86.
12031 case "${target}" in
12032 i[3-7]86-*-linux-* | x86_64-*-linux-*)
12033 if test ${ac_default_ld_z_separate_code} = unset; then
12034 ac_default_ld_z_separate_code=1
12037 esac
12038 if test "${ac_default_ld_z_separate_code}" = unset; then
12039 ac_default_ld_z_separate_code=0
12042 cat >>confdefs.h <<_ACEOF
12043 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12044 _ACEOF
12047 # Check whether --enable-leading-mingw64-underscores was given.
12048 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12049 enableval=$enable_leading_mingw64_underscores;
12052 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12054 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12058 DEBUGDIR=${libdir}/debug
12060 # Check whether --with-separate-debug-dir was given.
12061 if test "${with_separate_debug_dir+set}" = set; then :
12062 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12069 # Check whether --with-pkgversion was given.
12070 if test "${with_pkgversion+set}" = set; then :
12071 withval=$with_pkgversion; case "$withval" in
12072 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12073 no) PKGVERSION= ;;
12074 *) PKGVERSION="($withval) " ;;
12075 esac
12076 else
12077 PKGVERSION="(GNU Binutils) "
12085 # Check whether --with-bugurl was given.
12086 if test "${with_bugurl+set}" = set; then :
12087 withval=$with_bugurl; case "$withval" in
12088 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12089 no) BUGURL=
12091 *) BUGURL="$withval"
12093 esac
12094 else
12095 BUGURL="https://sourceware.org/bugzilla/"
12099 case ${BUGURL} in
12101 REPORT_BUGS_TO=
12102 REPORT_BUGS_TEXI=
12105 REPORT_BUGS_TO="<$BUGURL>"
12106 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12108 esac;
12114 # Set the 'development' global.
12115 . $srcdir/../bfd/development.sh
12117 # Set acp_cpp_for_build variable
12118 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12120 # Default set of GCC warnings to enable.
12121 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12122 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12124 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12126 /* end confdefs.h. */
12127 __GNUC__
12128 _ACEOF
12129 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12130 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12132 else
12133 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12135 rm -f conftest*
12138 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12140 /* end confdefs.h. */
12141 __GNUC__
12142 _ACEOF
12143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12144 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12146 else
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12149 __clang__
12150 _ACEOF
12151 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12152 $EGREP "^__clang__$" >/dev/null 2>&1; then :
12153 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12155 rm -f conftest*
12158 rm -f conftest*
12161 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12162 WARN_WRITE_STRINGS=""
12163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12164 /* end confdefs.h. */
12165 __GNUC__
12166 _ACEOF
12167 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12168 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12170 else
12171 WARN_WRITE_STRINGS="-Wwrite-strings"
12173 rm -f conftest*
12176 # Verify CC_FOR_BUILD to be compatible with warning flags
12178 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12180 /* end confdefs.h. */
12181 __GNUC__
12182 _ACEOF
12183 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12184 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12186 else
12187 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12189 rm -f conftest*
12192 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12195 __GNUC__
12196 _ACEOF
12197 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12198 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12200 else
12201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12203 __clang__
12204 _ACEOF
12205 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12206 $EGREP "^__clang__$" >/dev/null 2>&1; then :
12207 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12209 rm -f conftest*
12212 rm -f conftest*
12215 # Check whether --enable-werror was given.
12216 if test "${enable_werror+set}" = set; then :
12217 enableval=$enable_werror; case "${enableval}" in
12218 yes | y) ERROR_ON_WARNING="yes" ;;
12219 no | n) ERROR_ON_WARNING="no" ;;
12220 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12221 esac
12225 # Disable -Wformat by default when using gcc on mingw
12226 case "${host}" in
12227 *-*-mingw32*)
12228 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12229 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12230 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12233 *) ;;
12234 esac
12236 # Enable -Werror by default when using gcc. Turn it off for releases.
12237 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12238 ERROR_ON_WARNING=yes
12241 NO_WERROR=
12242 if test "${ERROR_ON_WARNING}" = yes ; then
12243 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12244 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12245 NO_WERROR="-Wno-error"
12248 if test "${GCC}" = yes ; then
12249 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12250 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12253 # Check whether --enable-build-warnings was given.
12254 if test "${enable_build_warnings+set}" = set; then :
12255 enableval=$enable_build_warnings; case "${enableval}" in
12256 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12257 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12258 no) if test "${GCC}" = yes ; then
12259 WARN_CFLAGS="-w"
12260 WARN_CFLAGS_FOR_BUILD="-w"
12261 fi;;
12262 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12263 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12264 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12265 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12266 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12267 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12268 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12269 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12270 esac
12274 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12275 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12284 ac_config_headers="$ac_config_headers config.h:config.in"
12287 # PR 14072
12290 if test -z "$target" ; then
12291 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12296 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12297 # Check whether --enable-maintainer-mode was given.
12298 if test "${enable_maintainer_mode+set}" = set; then :
12299 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12300 else
12301 USE_MAINTAINER_MODE=no
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12305 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12306 if test $USE_MAINTAINER_MODE = yes; then
12307 MAINTAINER_MODE_TRUE=
12308 MAINTAINER_MODE_FALSE='#'
12309 else
12310 MAINTAINER_MODE_TRUE='#'
12311 MAINTAINER_MODE_FALSE=
12314 MAINT=$MAINTAINER_MODE_TRUE
12317 if false; then
12318 GENINSRC_NEVER_TRUE=
12319 GENINSRC_NEVER_FALSE='#'
12320 else
12321 GENINSRC_NEVER_TRUE='#'
12322 GENINSRC_NEVER_FALSE=
12325 case ${build_alias} in
12326 "") build_noncanonical=${build} ;;
12327 *) build_noncanonical=${build_alias} ;;
12328 esac
12330 case ${host_alias} in
12331 "") host_noncanonical=${build_noncanonical} ;;
12332 *) host_noncanonical=${host_alias} ;;
12333 esac
12335 case ${target_alias} in
12336 "") target_noncanonical=${host_noncanonical} ;;
12337 *) target_noncanonical=${target_alias} ;;
12338 esac
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12341 $as_echo_n "checking whether to install libbfd... " >&6; }
12342 # Check whether --enable-install-libbfd was given.
12343 if test "${enable_install_libbfd+set}" = set; then :
12344 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12345 else
12346 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12347 install_libbfd_p=yes
12348 else
12349 install_libbfd_p=no
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12354 $as_echo "$install_libbfd_p" >&6; }
12355 if test $install_libbfd_p = yes; then
12356 INSTALL_LIBBFD_TRUE=
12357 INSTALL_LIBBFD_FALSE='#'
12358 else
12359 INSTALL_LIBBFD_TRUE='#'
12360 INSTALL_LIBBFD_FALSE=
12363 # Need _noncanonical variables for this.
12368 # libbfd.a is a host library containing target dependent code
12369 bfdlibdir='$(libdir)'
12370 bfdincludedir='$(includedir)'
12371 if test "${host}" != "${target}"; then
12372 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12373 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12384 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12385 if ${ac_cv_c_bigendian+:} false; then :
12386 $as_echo_n "(cached) " >&6
12387 else
12388 ac_cv_c_bigendian=unknown
12389 # See if we're dealing with a universal compiler.
12390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12391 /* end confdefs.h. */
12392 #ifndef __APPLE_CC__
12393 not a universal capable compiler
12394 #endif
12395 typedef int dummy;
12397 _ACEOF
12398 if ac_fn_c_try_compile "$LINENO"; then :
12400 # Check for potential -arch flags. It is not universal unless
12401 # there are at least two -arch flags with different values.
12402 ac_arch=
12403 ac_prev=
12404 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12405 if test -n "$ac_prev"; then
12406 case $ac_word in
12407 i?86 | x86_64 | ppc | ppc64)
12408 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12409 ac_arch=$ac_word
12410 else
12411 ac_cv_c_bigendian=universal
12412 break
12415 esac
12416 ac_prev=
12417 elif test "x$ac_word" = "x-arch"; then
12418 ac_prev=arch
12420 done
12422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12423 if test $ac_cv_c_bigendian = unknown; then
12424 # See if sys/param.h defines the BYTE_ORDER macro.
12425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12427 #include <sys/types.h>
12428 #include <sys/param.h>
12431 main ()
12433 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12434 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12435 && LITTLE_ENDIAN)
12436 bogus endian macros
12437 #endif
12440 return 0;
12442 _ACEOF
12443 if ac_fn_c_try_compile "$LINENO"; then :
12444 # It does; now see whether it defined to BIG_ENDIAN or not.
12445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12446 /* end confdefs.h. */
12447 #include <sys/types.h>
12448 #include <sys/param.h>
12451 main ()
12453 #if BYTE_ORDER != BIG_ENDIAN
12454 not big endian
12455 #endif
12458 return 0;
12460 _ACEOF
12461 if ac_fn_c_try_compile "$LINENO"; then :
12462 ac_cv_c_bigendian=yes
12463 else
12464 ac_cv_c_bigendian=no
12466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12470 if test $ac_cv_c_bigendian = unknown; then
12471 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12473 /* end confdefs.h. */
12474 #include <limits.h>
12477 main ()
12479 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12480 bogus endian macros
12481 #endif
12484 return 0;
12486 _ACEOF
12487 if ac_fn_c_try_compile "$LINENO"; then :
12488 # It does; now see whether it defined to _BIG_ENDIAN or not.
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12491 #include <limits.h>
12494 main ()
12496 #ifndef _BIG_ENDIAN
12497 not big endian
12498 #endif
12501 return 0;
12503 _ACEOF
12504 if ac_fn_c_try_compile "$LINENO"; then :
12505 ac_cv_c_bigendian=yes
12506 else
12507 ac_cv_c_bigendian=no
12509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12513 if test $ac_cv_c_bigendian = unknown; then
12514 # Compile a test program.
12515 if test "$cross_compiling" = yes; then :
12516 # Try to guess by grepping values from an object file.
12517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12518 /* end confdefs.h. */
12519 short int ascii_mm[] =
12520 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12521 short int ascii_ii[] =
12522 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12523 int use_ascii (int i) {
12524 return ascii_mm[i] + ascii_ii[i];
12526 short int ebcdic_ii[] =
12527 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12528 short int ebcdic_mm[] =
12529 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12530 int use_ebcdic (int i) {
12531 return ebcdic_mm[i] + ebcdic_ii[i];
12533 extern int foo;
12536 main ()
12538 return use_ascii (foo) == use_ebcdic (foo);
12540 return 0;
12542 _ACEOF
12543 if ac_fn_c_try_compile "$LINENO"; then :
12544 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12545 ac_cv_c_bigendian=yes
12547 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12548 if test "$ac_cv_c_bigendian" = unknown; then
12549 ac_cv_c_bigendian=no
12550 else
12551 # finding both strings is unlikely to happen, but who knows?
12552 ac_cv_c_bigendian=unknown
12556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12557 else
12558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12559 /* end confdefs.h. */
12560 $ac_includes_default
12562 main ()
12565 /* Are we little or big endian? From Harbison&Steele. */
12566 union
12568 long int l;
12569 char c[sizeof (long int)];
12570 } u;
12571 u.l = 1;
12572 return u.c[sizeof (long int) - 1] == 1;
12575 return 0;
12577 _ACEOF
12578 if ac_fn_c_try_run "$LINENO"; then :
12579 ac_cv_c_bigendian=no
12580 else
12581 ac_cv_c_bigendian=yes
12583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12584 conftest.$ac_objext conftest.beam conftest.$ac_ext
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12590 $as_echo "$ac_cv_c_bigendian" >&6; }
12591 case $ac_cv_c_bigendian in #(
12592 yes)
12593 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12594 ;; #(
12596 ;; #(
12597 universal)
12599 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12601 ;; #(
12603 as_fn_error $? "unknown endianness
12604 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12605 esac
12608 host64=false
12609 target64=false
12610 bfd_default_target_size=32
12612 # host stuff:
12614 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12615 # If we haven't got the data from the intl directory,
12616 # assume NLS is disabled.
12617 USE_NLS=no
12618 LIBINTL=
12619 LIBINTL_DEP=
12620 INCINTL=
12621 XGETTEXT=
12622 GMSGFMT=
12623 POSUB=
12625 if test -f ../intl/config.intl; then
12626 . ../intl/config.intl
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12629 $as_echo_n "checking whether NLS is requested... " >&6; }
12630 if test x"$USE_NLS" != xyes; then
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12632 $as_echo "no" >&6; }
12633 else
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12635 $as_echo "yes" >&6; }
12637 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12641 $as_echo_n "checking for catalogs to be installed... " >&6; }
12642 # Look for .po and .gmo files in the source directory.
12643 CATALOGS=
12644 XLINGUAS=
12645 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12646 # If there aren't any .gmo files the shell will give us the
12647 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12648 # weeded out.
12649 case "$cat" in *\**)
12650 continue;;
12651 esac
12652 # The quadruple backslash is collapsed to a double backslash
12653 # by the backticks, then collapsed again by the double quotes,
12654 # leaving us with one backslash in the sed expression (right
12655 # before the dot that mustn't act as a wildcard).
12656 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12657 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12658 # The user is allowed to set LINGUAS to a list of languages to
12659 # install catalogs for. If it's empty that means "all of them."
12660 if test "x$LINGUAS" = x; then
12661 CATALOGS="$CATALOGS $cat"
12662 XLINGUAS="$XLINGUAS $lang"
12663 else
12664 case "$LINGUAS" in *$lang*)
12665 CATALOGS="$CATALOGS $cat"
12666 XLINGUAS="$XLINGUAS $lang"
12668 esac
12670 done
12671 LINGUAS="$XLINGUAS"
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12673 $as_echo "$LINGUAS" >&6; }
12676 DATADIRNAME=share
12678 INSTOBJEXT=.mo
12680 GENCAT=gencat
12682 CATOBJEXT=.gmo
12686 MKINSTALLDIRS=
12687 if test -n "$ac_aux_dir"; then
12688 case "$ac_aux_dir" in
12689 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12690 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12691 esac
12693 if test -z "$MKINSTALLDIRS"; then
12694 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12700 $as_echo_n "checking whether NLS is requested... " >&6; }
12701 # Check whether --enable-nls was given.
12702 if test "${enable_nls+set}" = set; then :
12703 enableval=$enable_nls; USE_NLS=$enableval
12704 else
12705 USE_NLS=yes
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12709 $as_echo "$USE_NLS" >&6; }
12716 # Prepare PATH_SEPARATOR.
12717 # The user is always right.
12718 if test "${PATH_SEPARATOR+set}" != set; then
12719 echo "#! /bin/sh" >conf$$.sh
12720 echo "exit 0" >>conf$$.sh
12721 chmod +x conf$$.sh
12722 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12723 PATH_SEPARATOR=';'
12724 else
12725 PATH_SEPARATOR=:
12727 rm -f conf$$.sh
12730 # Find out how to test for executable files. Don't use a zero-byte file,
12731 # as systems may use methods other than mode bits to determine executability.
12732 cat >conf$$.file <<_ASEOF
12733 #! /bin/sh
12734 exit 0
12735 _ASEOF
12736 chmod +x conf$$.file
12737 if test -x conf$$.file >/dev/null 2>&1; then
12738 ac_executable_p="test -x"
12739 else
12740 ac_executable_p="test -f"
12742 rm -f conf$$.file
12744 # Extract the first word of "msgfmt", so it can be a program name with args.
12745 set dummy msgfmt; ac_word=$2
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12747 $as_echo_n "checking for $ac_word... " >&6; }
12748 if ${ac_cv_path_MSGFMT+:} false; then :
12749 $as_echo_n "(cached) " >&6
12750 else
12751 case "$MSGFMT" in
12752 [\\/]* | ?:[\\/]*)
12753 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12756 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12757 for ac_dir in $PATH; do
12758 IFS="$ac_save_IFS"
12759 test -z "$ac_dir" && ac_dir=.
12760 for ac_exec_ext in '' $ac_executable_extensions; do
12761 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12762 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12763 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12764 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12765 break 2
12768 done
12769 done
12770 IFS="$ac_save_IFS"
12771 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12773 esac
12775 MSGFMT="$ac_cv_path_MSGFMT"
12776 if test "$MSGFMT" != ":"; then
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12778 $as_echo "$MSGFMT" >&6; }
12779 else
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781 $as_echo "no" >&6; }
12784 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12785 set dummy gmsgfmt; ac_word=$2
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12787 $as_echo_n "checking for $ac_word... " >&6; }
12788 if ${ac_cv_path_GMSGFMT+:} false; then :
12789 $as_echo_n "(cached) " >&6
12790 else
12791 case $GMSGFMT in
12792 [\\/]* | ?:[\\/]*)
12793 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12797 for as_dir in $PATH
12799 IFS=$as_save_IFS
12800 test -z "$as_dir" && as_dir=.
12801 for ac_exec_ext in '' $ac_executable_extensions; do
12802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12803 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12805 break 2
12807 done
12808 done
12809 IFS=$as_save_IFS
12811 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12813 esac
12815 GMSGFMT=$ac_cv_path_GMSGFMT
12816 if test -n "$GMSGFMT"; then
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12818 $as_echo "$GMSGFMT" >&6; }
12819 else
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12821 $as_echo "no" >&6; }
12827 # Prepare PATH_SEPARATOR.
12828 # The user is always right.
12829 if test "${PATH_SEPARATOR+set}" != set; then
12830 echo "#! /bin/sh" >conf$$.sh
12831 echo "exit 0" >>conf$$.sh
12832 chmod +x conf$$.sh
12833 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12834 PATH_SEPARATOR=';'
12835 else
12836 PATH_SEPARATOR=:
12838 rm -f conf$$.sh
12841 # Find out how to test for executable files. Don't use a zero-byte file,
12842 # as systems may use methods other than mode bits to determine executability.
12843 cat >conf$$.file <<_ASEOF
12844 #! /bin/sh
12845 exit 0
12846 _ASEOF
12847 chmod +x conf$$.file
12848 if test -x conf$$.file >/dev/null 2>&1; then
12849 ac_executable_p="test -x"
12850 else
12851 ac_executable_p="test -f"
12853 rm -f conf$$.file
12855 # Extract the first word of "xgettext", so it can be a program name with args.
12856 set dummy xgettext; ac_word=$2
12857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12858 $as_echo_n "checking for $ac_word... " >&6; }
12859 if ${ac_cv_path_XGETTEXT+:} false; then :
12860 $as_echo_n "(cached) " >&6
12861 else
12862 case "$XGETTEXT" in
12863 [\\/]* | ?:[\\/]*)
12864 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12867 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12868 for ac_dir in $PATH; do
12869 IFS="$ac_save_IFS"
12870 test -z "$ac_dir" && ac_dir=.
12871 for ac_exec_ext in '' $ac_executable_extensions; do
12872 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12873 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12874 (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
12875 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12876 break 2
12879 done
12880 done
12881 IFS="$ac_save_IFS"
12882 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12884 esac
12886 XGETTEXT="$ac_cv_path_XGETTEXT"
12887 if test "$XGETTEXT" != ":"; then
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12889 $as_echo "$XGETTEXT" >&6; }
12890 else
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12892 $as_echo "no" >&6; }
12895 rm -f messages.po
12898 # Prepare PATH_SEPARATOR.
12899 # The user is always right.
12900 if test "${PATH_SEPARATOR+set}" != set; then
12901 echo "#! /bin/sh" >conf$$.sh
12902 echo "exit 0" >>conf$$.sh
12903 chmod +x conf$$.sh
12904 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12905 PATH_SEPARATOR=';'
12906 else
12907 PATH_SEPARATOR=:
12909 rm -f conf$$.sh
12912 # Find out how to test for executable files. Don't use a zero-byte file,
12913 # as systems may use methods other than mode bits to determine executability.
12914 cat >conf$$.file <<_ASEOF
12915 #! /bin/sh
12916 exit 0
12917 _ASEOF
12918 chmod +x conf$$.file
12919 if test -x conf$$.file >/dev/null 2>&1; then
12920 ac_executable_p="test -x"
12921 else
12922 ac_executable_p="test -f"
12924 rm -f conf$$.file
12926 # Extract the first word of "msgmerge", so it can be a program name with args.
12927 set dummy msgmerge; ac_word=$2
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12929 $as_echo_n "checking for $ac_word... " >&6; }
12930 if ${ac_cv_path_MSGMERGE+:} false; then :
12931 $as_echo_n "(cached) " >&6
12932 else
12933 case "$MSGMERGE" in
12934 [\\/]* | ?:[\\/]*)
12935 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12938 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12939 for ac_dir in $PATH; do
12940 IFS="$ac_save_IFS"
12941 test -z "$ac_dir" && ac_dir=.
12942 for ac_exec_ext in '' $ac_executable_extensions; do
12943 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12944 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12945 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12946 break 2
12949 done
12950 done
12951 IFS="$ac_save_IFS"
12952 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12954 esac
12956 MSGMERGE="$ac_cv_path_MSGMERGE"
12957 if test "$MSGMERGE" != ":"; then
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12959 $as_echo "$MSGMERGE" >&6; }
12960 else
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12962 $as_echo "no" >&6; }
12966 if test "$GMSGFMT" != ":"; then
12967 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12968 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12970 else
12971 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12973 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12974 GMSGFMT=":"
12978 if test "$XGETTEXT" != ":"; then
12979 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12980 (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
12982 else
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12984 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12985 XGETTEXT=":"
12987 rm -f messages.po
12990 ac_config_commands="$ac_config_commands default-1"
12994 # Permit host specific settings.
12995 . ${srcdir}/configure.host
13000 # The cast to long int works around a bug in the HP C Compiler
13001 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13002 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13003 # This bug is HP SR number 8606223364.
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13005 $as_echo_n "checking size of long long... " >&6; }
13006 if ${ac_cv_sizeof_long_long+:} false; then :
13007 $as_echo_n "(cached) " >&6
13008 else
13009 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13011 else
13012 if test "$ac_cv_type_long_long" = yes; then
13013 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13014 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13015 as_fn_error 77 "cannot compute sizeof (long long)
13016 See \`config.log' for more details" "$LINENO" 5; }
13017 else
13018 ac_cv_sizeof_long_long=0
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13024 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13028 cat >>confdefs.h <<_ACEOF
13029 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13030 _ACEOF
13033 # The cast to long int works around a bug in the HP C Compiler
13034 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13035 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13036 # This bug is HP SR number 8606223364.
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13038 $as_echo_n "checking size of void *... " >&6; }
13039 if ${ac_cv_sizeof_void_p+:} false; then :
13040 $as_echo_n "(cached) " >&6
13041 else
13042 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13044 else
13045 if test "$ac_cv_type_void_p" = yes; then
13046 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13047 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13048 as_fn_error 77 "cannot compute sizeof (void *)
13049 See \`config.log' for more details" "$LINENO" 5; }
13050 else
13051 ac_cv_sizeof_void_p=0
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13057 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13061 cat >>confdefs.h <<_ACEOF
13062 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13063 _ACEOF
13066 # The cast to long int works around a bug in the HP C Compiler
13067 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13068 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13069 # This bug is HP SR number 8606223364.
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13071 $as_echo_n "checking size of long... " >&6; }
13072 if ${ac_cv_sizeof_long+:} false; then :
13073 $as_echo_n "(cached) " >&6
13074 else
13075 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13077 else
13078 if test "$ac_cv_type_long" = yes; then
13079 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13081 as_fn_error 77 "cannot compute sizeof (long)
13082 See \`config.log' for more details" "$LINENO" 5; }
13083 else
13084 ac_cv_sizeof_long=0
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13090 $as_echo "$ac_cv_sizeof_long" >&6; }
13094 cat >>confdefs.h <<_ACEOF
13095 #define SIZEOF_LONG $ac_cv_sizeof_long
13096 _ACEOF
13099 # The cast to long int works around a bug in the HP C Compiler
13100 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13101 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13102 # This bug is HP SR number 8606223364.
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13104 $as_echo_n "checking size of int... " >&6; }
13105 if ${ac_cv_sizeof_int+:} false; then :
13106 $as_echo_n "(cached) " >&6
13107 else
13108 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13110 else
13111 if test "$ac_cv_type_int" = yes; then
13112 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13113 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13114 as_fn_error 77 "cannot compute sizeof (int)
13115 See \`config.log' for more details" "$LINENO" 5; }
13116 else
13117 ac_cv_sizeof_int=0
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13123 $as_echo "$ac_cv_sizeof_int" >&6; }
13127 cat >>confdefs.h <<_ACEOF
13128 #define SIZEOF_INT $ac_cv_sizeof_int
13129 _ACEOF
13133 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13134 host64=true
13137 # Put a plausible default for CC_FOR_BUILD in Makefile.
13138 if test -z "$CC_FOR_BUILD"; then
13139 if test "x$cross_compiling" = "xno"; then
13140 CC_FOR_BUILD='$(CC)'
13141 else
13142 CC_FOR_BUILD=gcc
13146 # Also set EXEEXT_FOR_BUILD.
13147 if test "x$cross_compiling" = "xno"; then
13148 EXEEXT_FOR_BUILD='$(EXEEXT)'
13149 else
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13151 $as_echo_n "checking for build system executable suffix... " >&6; }
13152 if ${bfd_cv_build_exeext+:} false; then :
13153 $as_echo_n "(cached) " >&6
13154 else
13155 rm -f conftest*
13156 echo 'int main () { return 0; }' > conftest.c
13157 bfd_cv_build_exeext=
13158 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13159 for file in conftest.*; do
13160 case $file in
13161 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13162 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13163 esac
13164 done
13165 rm -f conftest*
13166 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13169 $as_echo "$bfd_cv_build_exeext" >&6; }
13170 EXEEXT_FOR_BUILD=""
13171 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13175 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
13176 unistd.h
13177 do :
13178 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13179 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13180 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13181 cat >>confdefs.h <<_ACEOF
13182 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13183 _ACEOF
13187 done
13190 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
13191 sysconf
13192 do :
13193 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13194 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13195 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13196 cat >>confdefs.h <<_ACEOF
13197 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13198 _ACEOF
13201 done
13204 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13205 if test "x$ac_cv_have_decl_basename" = xyes; then :
13206 ac_have_decl=1
13207 else
13208 ac_have_decl=0
13211 cat >>confdefs.h <<_ACEOF
13212 #define HAVE_DECL_BASENAME $ac_have_decl
13213 _ACEOF
13214 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13215 if test "x$ac_cv_have_decl_ffs" = xyes; then :
13216 ac_have_decl=1
13217 else
13218 ac_have_decl=0
13221 cat >>confdefs.h <<_ACEOF
13222 #define HAVE_DECL_FFS $ac_have_decl
13223 _ACEOF
13224 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13225 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13226 ac_have_decl=1
13227 else
13228 ac_have_decl=0
13231 cat >>confdefs.h <<_ACEOF
13232 #define HAVE_DECL_STPCPY $ac_have_decl
13233 _ACEOF
13234 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13235 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13236 ac_have_decl=1
13237 else
13238 ac_have_decl=0
13241 cat >>confdefs.h <<_ACEOF
13242 #define HAVE_DECL_ASPRINTF $ac_have_decl
13243 _ACEOF
13244 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13245 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
13246 ac_have_decl=1
13247 else
13248 ac_have_decl=0
13251 cat >>confdefs.h <<_ACEOF
13252 #define HAVE_DECL_VASPRINTF $ac_have_decl
13253 _ACEOF
13254 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13255 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13256 ac_have_decl=1
13257 else
13258 ac_have_decl=0
13261 cat >>confdefs.h <<_ACEOF
13262 #define HAVE_DECL_STRNLEN $ac_have_decl
13263 _ACEOF
13265 ac_fn_c_check_decl "$LINENO" "___lc_codepage_func" "ac_cv_have_decl____lc_codepage_func" "#include <locale.h>
13267 if test "x$ac_cv_have_decl____lc_codepage_func" = xyes; then :
13268 ac_have_decl=1
13269 else
13270 ac_have_decl=0
13273 cat >>confdefs.h <<_ACEOF
13274 #define HAVE_DECL____LC_CODEPAGE_FUNC $ac_have_decl
13275 _ACEOF
13279 case "${host}" in
13280 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13282 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13284 esac
13286 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
13287 # This is used only by compress.c.
13289 # Use the system's zlib library.
13290 zlibdir="-L\$(top_builddir)/../zlib"
13291 zlibinc="-I\$(top_srcdir)/../zlib"
13293 # Check whether --with-system-zlib was given.
13294 if test "${with_system_zlib+set}" = set; then :
13295 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13296 zlibdir=
13297 zlibinc=
13312 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13313 if test -n "$ac_tool_prefix"; then
13314 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13315 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13317 $as_echo_n "checking for $ac_word... " >&6; }
13318 if ${ac_cv_path_PKG_CONFIG+:} false; then :
13319 $as_echo_n "(cached) " >&6
13320 else
13321 case $PKG_CONFIG in
13322 [\\/]* | ?:[\\/]*)
13323 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13327 for as_dir in $PATH
13329 IFS=$as_save_IFS
13330 test -z "$as_dir" && as_dir=.
13331 for ac_exec_ext in '' $ac_executable_extensions; do
13332 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13333 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13335 break 2
13337 done
13338 done
13339 IFS=$as_save_IFS
13342 esac
13344 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13345 if test -n "$PKG_CONFIG"; then
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
13347 $as_echo "$PKG_CONFIG" >&6; }
13348 else
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13350 $as_echo "no" >&6; }
13355 if test -z "$ac_cv_path_PKG_CONFIG"; then
13356 ac_pt_PKG_CONFIG=$PKG_CONFIG
13357 # Extract the first word of "pkg-config", so it can be a program name with args.
13358 set dummy pkg-config; ac_word=$2
13359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13360 $as_echo_n "checking for $ac_word... " >&6; }
13361 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
13362 $as_echo_n "(cached) " >&6
13363 else
13364 case $ac_pt_PKG_CONFIG in
13365 [\\/]* | ?:[\\/]*)
13366 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
13369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13370 for as_dir in $PATH
13372 IFS=$as_save_IFS
13373 test -z "$as_dir" && as_dir=.
13374 for ac_exec_ext in '' $ac_executable_extensions; do
13375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13376 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13378 break 2
13380 done
13381 done
13382 IFS=$as_save_IFS
13385 esac
13387 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
13388 if test -n "$ac_pt_PKG_CONFIG"; then
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
13390 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
13391 else
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13393 $as_echo "no" >&6; }
13396 if test "x$ac_pt_PKG_CONFIG" = x; then
13397 PKG_CONFIG=""
13398 else
13399 case $cross_compiling:$ac_tool_warned in
13400 yes:)
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13403 ac_tool_warned=yes ;;
13404 esac
13405 PKG_CONFIG=$ac_pt_PKG_CONFIG
13407 else
13408 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
13412 if test -n "$PKG_CONFIG"; then
13413 _pkg_min_version=0.9.0
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
13415 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
13416 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13418 $as_echo "yes" >&6; }
13419 else
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13421 $as_echo "no" >&6; }
13422 PKG_CONFIG=""
13427 # Check whether --with-zstd was given.
13428 if test "${with_zstd+set}" = set; then :
13429 withval=$with_zstd;
13430 else
13431 with_zstd=auto
13435 if test "$with_zstd" != no; then :
13437 pkg_failed=no
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
13439 $as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
13441 if test -n "$ZSTD_CFLAGS"; then
13442 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
13443 elif test -n "$PKG_CONFIG"; then
13444 if test -n "$PKG_CONFIG" && \
13445 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13446 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
13447 ac_status=$?
13448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13449 test $ac_status = 0; }; then
13450 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
13451 test "x$?" != "x0" && pkg_failed=yes
13452 else
13453 pkg_failed=yes
13455 else
13456 pkg_failed=untried
13458 if test -n "$ZSTD_LIBS"; then
13459 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
13460 elif test -n "$PKG_CONFIG"; then
13461 if test -n "$PKG_CONFIG" && \
13462 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13463 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
13464 ac_status=$?
13465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13466 test $ac_status = 0; }; then
13467 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
13468 test "x$?" != "x0" && pkg_failed=yes
13469 else
13470 pkg_failed=yes
13472 else
13473 pkg_failed=untried
13476 if test $pkg_failed = no; then
13477 pkg_save_LDFLAGS="$LDFLAGS"
13478 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
13479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13480 /* end confdefs.h. */
13483 main ()
13487 return 0;
13489 _ACEOF
13490 if ac_fn_c_try_link "$LINENO"; then :
13492 else
13493 pkg_failed=yes
13495 rm -f core conftest.err conftest.$ac_objext \
13496 conftest$ac_exeext conftest.$ac_ext
13497 LDFLAGS=$pkg_save_LDFLAGS
13502 if test $pkg_failed = yes; then
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13504 $as_echo "no" >&6; }
13506 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13507 _pkg_short_errors_supported=yes
13508 else
13509 _pkg_short_errors_supported=no
13511 if test $_pkg_short_errors_supported = yes; then
13512 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
13513 else
13514 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
13516 # Put the nasty error message in config.log where it belongs
13517 echo "$ZSTD_PKG_ERRORS" >&5
13520 if test "$with_zstd" = yes; then
13521 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13524 elif test $pkg_failed = untried; then
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13526 $as_echo "no" >&6; }
13528 if test "$with_zstd" = yes; then
13529 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13532 else
13533 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
13534 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13536 $as_echo "yes" >&6; }
13539 $as_echo "#define HAVE_ZSTD 1" >>confdefs.h
13547 save_CFLAGS="$CFLAGS"
13548 CFLAGS="$CFLAGS -Werror"
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13550 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13551 if ${bfd_cv_hidden+:} false; then :
13552 $as_echo_n "(cached) " >&6
13553 else
13554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13555 /* end confdefs.h. */
13557 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13558 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13560 main ()
13562 print (hw);
13564 return 0;
13566 _ACEOF
13567 if ac_fn_c_try_compile "$LINENO"; then :
13568 bfd_cv_hidden=yes
13569 else
13570 bfd_cv_hidden=no
13572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13575 $as_echo "$bfd_cv_hidden" >&6; }
13576 CFLAGS="$save_CFLAGS"
13577 if test $bfd_cv_hidden = yes; then
13579 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13583 # Check if linker supports --as-needed and --no-as-needed options
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13585 $as_echo_n "checking linker --as-needed support... " >&6; }
13586 if ${bfd_cv_ld_as_needed+:} false; then :
13587 $as_echo_n "(cached) " >&6
13588 else
13589 bfd_cv_ld_as_needed=no
13590 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13591 bfd_cv_ld_as_needed=yes
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13596 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13598 LIBM=
13599 case $host in
13600 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13601 # These system don't have libm, or don't need it
13603 *-ncr-sysv4.3*)
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13605 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13606 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13607 $as_echo_n "(cached) " >&6
13608 else
13609 ac_check_lib_save_LIBS=$LIBS
13610 LIBS="-lmw $LIBS"
13611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char _mwvalidcheckl ();
13622 main ()
13624 return _mwvalidcheckl ();
13626 return 0;
13628 _ACEOF
13629 if ac_fn_c_try_link "$LINENO"; then :
13630 ac_cv_lib_mw__mwvalidcheckl=yes
13631 else
13632 ac_cv_lib_mw__mwvalidcheckl=no
13634 rm -f core conftest.err conftest.$ac_objext \
13635 conftest$ac_exeext conftest.$ac_ext
13636 LIBS=$ac_check_lib_save_LIBS
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13639 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13640 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13641 LIBM="-lmw"
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13645 $as_echo_n "checking for cos in -lm... " >&6; }
13646 if ${ac_cv_lib_m_cos+:} false; then :
13647 $as_echo_n "(cached) " >&6
13648 else
13649 ac_check_lib_save_LIBS=$LIBS
13650 LIBS="-lm $LIBS"
13651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13652 /* end confdefs.h. */
13654 /* Override any GCC internal prototype to avoid an error.
13655 Use char because int might match the return type of a GCC
13656 builtin and then its argument prototype would still apply. */
13657 #ifdef __cplusplus
13658 extern "C"
13659 #endif
13660 char cos ();
13662 main ()
13664 return cos ();
13666 return 0;
13668 _ACEOF
13669 if ac_fn_c_try_link "$LINENO"; then :
13670 ac_cv_lib_m_cos=yes
13671 else
13672 ac_cv_lib_m_cos=no
13674 rm -f core conftest.err conftest.$ac_objext \
13675 conftest$ac_exeext conftest.$ac_ext
13676 LIBS=$ac_check_lib_save_LIBS
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13679 $as_echo "$ac_cv_lib_m_cos" >&6; }
13680 if test "x$ac_cv_lib_m_cos" = xyes; then :
13681 LIBM="$LIBM -lm"
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13687 $as_echo_n "checking for cos in -lm... " >&6; }
13688 if ${ac_cv_lib_m_cos+:} false; then :
13689 $as_echo_n "(cached) " >&6
13690 else
13691 ac_check_lib_save_LIBS=$LIBS
13692 LIBS="-lm $LIBS"
13693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13694 /* end confdefs.h. */
13696 /* Override any GCC internal prototype to avoid an error.
13697 Use char because int might match the return type of a GCC
13698 builtin and then its argument prototype would still apply. */
13699 #ifdef __cplusplus
13700 extern "C"
13701 #endif
13702 char cos ();
13704 main ()
13706 return cos ();
13708 return 0;
13710 _ACEOF
13711 if ac_fn_c_try_link "$LINENO"; then :
13712 ac_cv_lib_m_cos=yes
13713 else
13714 ac_cv_lib_m_cos=no
13716 rm -f core conftest.err conftest.$ac_objext \
13717 conftest$ac_exeext conftest.$ac_ext
13718 LIBS=$ac_check_lib_save_LIBS
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13721 $as_echo "$ac_cv_lib_m_cos" >&6; }
13722 if test "x$ac_cv_lib_m_cos" = xyes; then :
13723 LIBM="-lm"
13727 esac
13731 # When building a shared libbfd, link against the pic version of libiberty
13732 # so that apps that use libbfd won't need libiberty just to satisfy any
13733 # libbfd references.
13734 # We can't do that if a pic libiberty is unavailable since including non-pic
13735 # code would insert text relocations into libbfd.
13736 SHARED_LIBADD=
13737 SHARED_LDFLAGS=
13738 if test "$enable_shared" = "yes"; then
13739 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13740 if test -n "$x"; then
13741 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13745 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13747 if test "$enable_shared" = "yes"; then
13748 case "${host}" in
13749 # More hacks to build DLLs on Windows.
13750 *-*-cygwin*)
13751 SHARED_LDFLAGS="-no-undefined"
13752 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13754 esac
13756 if test -n "$SHARED_LIBADD"; then
13757 if test -n "$LIBM"; then
13758 if test x"$bfd_cv_ld_as_needed" = xyes; then
13759 # Link against libm only when needed. Put -lc, -lm inside -Wl
13760 # to stop libtool reordering these options.
13761 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13762 else
13763 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13771 # target stuff:
13773 # Canonicalize the secondary target names.
13774 if test -n "$enable_targets" ; then
13775 for targ in `echo $enable_targets | sed 's/,/ /g'`
13777 result=`$ac_config_sub $targ 2>/dev/null`
13778 if test -n "$result" ; then
13779 canon_targets="$canon_targets $result"
13780 else
13781 # Allow targets that config.sub doesn't recognize, like "all".
13782 canon_targets="$canon_targets $targ"
13784 done
13787 all_targets=false
13788 defvec=
13789 selvecs=
13790 assocvecs=
13791 selarchs=
13792 TDEFINES=
13793 for targ in $target $canon_targets
13795 if test $targ = all; then
13796 all_targets=true
13797 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13798 elif test $targ != plugin; then
13799 . $srcdir/config.bfd
13800 if test $targ = $target; then
13801 defvec=$targ_defvec
13803 selvecs="$selvecs $targ_defvec $targ_selvecs"
13804 selarchs="$selarchs $targ_archs"
13805 TDEFINES="$TDEFINES $targ_cflags"
13807 done
13810 # This processing still needs to be done if we're to decide properly whether
13811 # 64-bit support needs to be compiled in. Currently, it will be included if
13812 # the default or any other explicitly requested target requires it; it
13813 # will not be included on a 32-bit host if no 64-bit target is requested, and
13814 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13815 # used.
13817 # uniq the default and selected vectors in all the configured targets.
13818 f=""
13819 for i in $selvecs ; do
13820 case " $f " in
13821 *" $i "*) ;;
13822 *) f="$f $i" ;;
13823 esac
13824 done
13825 selvecs="$f"
13828 # uniq the associated vectors in all the configured targets.
13829 f=""
13830 for i in $assocvecs ; do
13831 case " $f " in
13832 *" $i "*) ;;
13833 *) f="$f $i" ;;
13834 esac
13835 done
13836 assocvecs="$f"
13839 # uniq the architectures in all the configured targets.
13840 f=""
13841 for i in $selarchs ; do
13842 case " $f " in
13843 *" $i "*) ;;
13844 *) f="$f $i" ;;
13845 esac
13846 done
13847 selarchs="$f"
13849 # Target backend .o files.
13852 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13853 elf-sframe.lo dwarf1.lo dwarf2.lo"
13854 coffgen="coffgen.lo dwarf2.lo"
13855 coff="cofflink.lo $coffgen"
13856 ecoff="ecofflink.lo $coffgen"
13857 xcoff="xcofflink.lo $coffgen"
13859 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13860 for vec in $selvecs
13862 target_size=32
13863 case "$vec" in
13864 # This list is alphabetized to make it easy to compare
13865 # with the two vector lists in targets.c. For the same reason,
13866 # use one entry per line, even though this leads to long lines.
13867 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13868 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13869 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13870 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13871 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13872 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13873 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13874 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13875 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13876 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13877 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13878 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13879 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13880 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13881 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13882 amdgcn_elf64_le_vec) tb="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size=64 ;;
13883 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13884 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13885 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13886 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13887 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13888 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13889 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13890 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13891 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13892 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13893 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13894 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13895 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13896 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13897 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13898 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13899 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13900 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13901 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13902 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13903 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13904 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13905 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13906 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13907 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13908 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13909 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13910 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13911 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13912 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13913 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13914 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13915 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13916 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13917 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13918 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13919 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13920 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13921 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13922 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13923 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13924 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13925 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13926 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13927 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13928 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13929 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13930 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13931 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13932 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13933 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13934 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13935 hppa_som_vec) tb="$tb som.lo" ;;
13936 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13937 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13938 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13939 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13940 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13941 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13942 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13943 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13944 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13945 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13946 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13947 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13948 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
13949 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13950 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13951 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
13952 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13953 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13954 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13955 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13956 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13957 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13958 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 ;;
13959 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
13960 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13961 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13962 kvx_elf32_vec) tb="$tb elf32-kvx.lo elfxx-kvx.lo elf32.lo $elf $ipa" ;;
13963 kvx_elf64_vec) tb="$tb elf64-kvx.lo elfxx-kvx.lo elf64.lo $elf $ipa"; target_size=64 ;;
13964 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13965 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13966 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13967 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
13968 loongarch64_pei_vec) tb="$tb pei-loongarch64.lo pe-loongarch64igen.lo $coff"; target_size=64 ;;
13969 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13970 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13971 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13972 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13973 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13974 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13975 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13976 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13977 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
13978 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13979 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13980 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13981 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13982 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13983 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13984 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13985 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13986 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13987 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13988 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13989 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
13990 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13991 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13992 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13993 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13994 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13995 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13996 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13997 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13998 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13999 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14000 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14001 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14002 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14003 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14004 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14005 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14006 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14007 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14008 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14009 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14010 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14011 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 ;;
14012 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 ;;
14013 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 ;;
14014 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 ;;
14015 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14016 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14017 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14018 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14019 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14020 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14021 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14022 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14023 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14024 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14025 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14026 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14027 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14028 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
14029 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14030 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14031 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14032 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14033 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
14034 pdb_vec) tb="$tb pdb.lo" ;;
14035 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14036 pef_vec) tb="$tb pef.lo" ;;
14037 pef_xlib_vec) tb="$tb pef.lo" ;;
14038 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14039 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14040 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
14041 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14042 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14043 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14044 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14045 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14046 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14047 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14048 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14049 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14050 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
14051 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14052 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14053 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14054 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14055 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
14056 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14057 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14058 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14059 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14060 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14061 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14062 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14063 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14064 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14065 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
14066 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
14067 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14068 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14069 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14070 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14071 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14072 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14073 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14074 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14075 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14076 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14077 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14078 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14079 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14080 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14081 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14082 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14083 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14084 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14085 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14086 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14087 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14088 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14089 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14090 sym_vec) tb="$tb xsym.lo" ;;
14091 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14092 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14093 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14094 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14095 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14096 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14097 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14098 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14099 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14100 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14101 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14102 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14103 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14104 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14105 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14106 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14107 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14108 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14109 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14110 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14111 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14112 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14113 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14114 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14115 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14116 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14117 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
14118 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14119 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14120 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
14121 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
14122 wasm_vec) tb="$tb wasm-module.lo" ;;
14123 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
14124 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
14125 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14126 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14127 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14128 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14129 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14130 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
14131 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14132 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14133 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14134 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14135 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14136 xtensa_elf32_be_vec) tb="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14137 xtensa_elf32_le_vec) tb="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14138 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14139 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
14140 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
14142 # These appear out of order in targets.c
14143 srec_vec) tb="$tb srec.lo" ;;
14144 symbolsrec_vec) tb="$tb srec.lo" ;;
14145 tekhex_vec) tb="$tb tekhex.lo" ;;
14146 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14147 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14149 "") ;;
14150 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
14151 esac
14153 if test ${target_size} = 64; then
14154 target64=true
14156 if test x"${vec}" = x"${defvec}"; then
14157 bfd_default_target_size=${target_size}
14159 done
14161 if test "$plugins" = "yes"; then
14162 tb="$tb plugin.lo"
14165 # Target architecture .o files.
14166 # A couple of CPUs use shorter file names to avoid problems on DOS
14167 # filesystems.
14168 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
14170 # Weed out duplicate .o files.
14171 f=""
14172 for i in $tb ; do
14173 case " $f " in
14174 *" $i "*) ;;
14175 *) f="$f $i" ;;
14176 esac
14177 done
14178 tb="$f"
14180 f=""
14181 for i in $ta ; do
14182 case " $f " in
14183 *" $i "*) ;;
14184 *) f="$f $i" ;;
14185 esac
14186 done
14187 ta="$f"
14189 bfd_backends="$tb"
14190 bfd_machines="$ta"
14192 if test x${all_targets} = xtrue ; then
14193 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
14194 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
14195 selvecs=
14196 havevecs=-DHAVE_all_vecs
14197 selarchs=
14198 test -n "$assocvecs" &&
14199 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14200 else # all_targets is true
14201 # Only set these if they will be nonempty, for the clever echo.
14202 havevecs=
14203 assocvecs=
14204 test -n "$selvecs" &&
14205 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
14206 test -n "$selvecs" &&
14207 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14208 test -n "$selarchs" &&
14209 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14210 fi # all_targets is true
14212 # 64-bit archives need a 64-bit bfd_vma.
14213 if test "x$want_64_bit_archive" = xtrue; then
14214 want64=true
14216 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
14220 case ${host64}-${target64}-${want64} in
14221 *true*)
14222 wordsize=64
14223 bfd64_libs='$(BFD64_LIBS)'
14224 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
14225 if test -n "$GCC" ; then
14226 bad_64bit_gcc=no;
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
14228 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
14229 # Add more tests for gcc versions with non-working 64-bit support here.
14230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14231 /* end confdefs.h. */
14232 :__GNUC__:__GNUC_MINOR__:__i386__:
14233 _ACEOF
14234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14235 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
14236 bad_64bit_gcc=yes;
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
14238 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
14239 else
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14241 $as_echo "no" >&6; }
14243 rm -f conftest*
14245 if test $bad_64bit_gcc = yes ; then
14246 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
14250 false-false-false)
14251 wordsize=32
14252 all_backends='$(BFD32_BACKENDS)'
14254 esac
14256 tdefaults=""
14257 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
14258 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
14259 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
14260 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
14271 # If we are configured native, pick a core file support file.
14272 COREFILE=
14273 COREFLAG=
14274 CORE_HEADER=
14275 TRAD_HEADER=
14276 if test "${target}" = "${host}"; then
14277 case "${host}" in
14278 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
14279 COREFILE=''
14281 alpha*-*-linux-*)
14282 COREFILE=trad-core.lo
14283 TRAD_HEADER='"hosts/alphalinux.h"'
14285 alpha*-*-netbsd* | alpha*-*-openbsd*)
14286 COREFILE=netbsd-core.lo
14288 alpha*-*-*)
14289 COREFILE=osf-core.lo
14291 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
14292 COREFILE='' ;;
14293 arm*-*-netbsd* | arm-*-openbsd*)
14294 COREFILE=netbsd-core.lo
14296 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
14297 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
14298 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
14299 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
14300 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
14301 hppa*-*-netbsd* | hppa*-*-openbsd*)
14302 COREFILE=netbsd-core.lo
14305 i[3-7]86-*-bsdi)
14306 COREFILE=
14308 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]\.*)
14309 COREFILE=trad-core.lo
14310 TRAD_HEADER='"hosts/i386bsd.h"'
14312 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
14313 COREFILE=''
14314 TRAD_HEADER='"hosts/i386bsd.h"'
14316 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
14317 COREFILE=netbsd-core.lo
14319 i[3-7]86-esix-sysv3*)
14320 COREFILE=trad-core.lo
14321 TRAD_HEADER='"hosts/esix.h"'
14323 i[3-7]86-*-mach3*)
14324 COREFILE=trad-core.lo
14325 TRAD_HEADER='"hosts/i386mach3.h"'
14327 i[3-7]86-*-linux-*)
14328 COREFILE=trad-core.lo
14329 TRAD_HEADER='"hosts/i386linux.h"'
14330 case "$enable_targets"-"$want64" in
14331 *x86_64-*linux*|*-true)
14332 CORE_HEADER='"hosts/x86-64linux.h"'
14333 esac
14335 mips*-*-netbsd* | mips*-*-openbsd*)
14336 COREFILE=netbsd-core.lo
14338 mips-*-irix*)
14339 COREFILE=irix-core.lo
14341 m68*-*-linux-*)
14342 COREFILE=trad-core.lo
14343 TRAD_HEADER='"hosts/m68klinux.h"'
14345 m68*-*-netbsd*)
14346 COREFILE=netbsd-core.lo
14348 ns32k-pc532-mach)
14349 COREFILE=trad-core.lo
14350 TRAD_HEADER='"hosts/pc532mach.h"'
14352 ns32k-*-netbsd* | ns32k-*-openbsd*)
14353 COREFILE=netbsd-core.lo
14355 rs6000-*-lynx*)
14356 COREFILE=lynx-core.lo
14358 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
14359 COREFILE=rs6000-core.lo
14360 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14362 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14363 COREFILE=rs6000-core.lo
14364 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14365 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14366 # have c_impl as a member of struct core_dumpx
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14368 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h. */
14371 #include <core.h>
14373 main ()
14375 struct core_dumpx c; c.c_impl = 0;
14377 return 0;
14379 _ACEOF
14380 if ac_fn_c_try_compile "$LINENO"; then :
14382 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14385 $as_echo "yes" >&6; }
14386 else
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14388 $as_echo "no" >&6; }
14390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14392 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14393 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14394 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
14395 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14396 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14397 powerpc-*-beos*) ;;
14398 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14399 COREFILE='' ;;
14400 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14401 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14402 s390*-*-*) COREFILE=trad-core.lo ;;
14403 sh*-*-netbsd* | sh*-*-openbsd*)
14404 COREFILE=netbsd-core.lo
14406 sparc-*-netbsd* | sparc*-*-openbsd*)
14407 COREFILE=netbsd-core.lo
14409 vax-*-netbsd* | vax-*-openbsd*)
14410 COREFILE=netbsd-core.lo
14412 vax-*-linux-*)
14413 COREFILE=trad-core.lo
14414 TRAD_HEADER='"hosts/vaxlinux.h"'
14416 vax-*-*)
14417 COREFILE=trad-core.lo
14418 TRAD_HEADER='"hosts/vaxbsd.h"'
14420 x86_64-*-linux*)
14421 CORE_HEADER='"hosts/x86-64linux.h"'
14423 x86_64-*-netbsd* | x86_64-*-openbsd*)
14424 COREFILE=netbsd-core.lo
14426 esac
14428 case "$COREFILE" in
14429 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14430 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14431 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14432 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14433 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14434 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14435 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14436 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14437 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14438 esac
14440 # ELF corefile support has several flavors, but all of
14441 # them use something called <sys/procfs.h>
14443 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
14445 for ac_header in sys/procfs.h
14446 do :
14447 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14448 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
14449 cat >>confdefs.h <<_ACEOF
14450 #define HAVE_SYS_PROCFS_H 1
14451 _ACEOF
14455 done
14457 if test "$ac_cv_header_sys_procfs_h" = yes; then
14459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14460 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14461 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
14462 $as_echo_n "(cached) " >&6
14463 else
14464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14465 /* end confdefs.h. */
14467 #define _SYSCALL32
14468 #include <sys/procfs.h>
14470 main ()
14472 prstatus_t avar
14474 return 0;
14476 _ACEOF
14477 if ac_fn_c_try_compile "$LINENO"; then :
14478 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14479 else
14480 bfd_cv_have_sys_procfs_type_prstatus_t=no
14483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14486 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14488 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14492 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14496 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14497 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
14498 $as_echo_n "(cached) " >&6
14499 else
14500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14501 /* end confdefs.h. */
14503 #define _SYSCALL32
14504 #include <sys/procfs.h>
14506 main ()
14508 prstatus32_t avar
14510 return 0;
14512 _ACEOF
14513 if ac_fn_c_try_compile "$LINENO"; then :
14514 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14515 else
14516 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14522 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14524 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14528 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14532 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14533 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
14534 $as_echo_n "(cached) " >&6
14535 else
14536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14537 /* end confdefs.h. */
14539 #define _SYSCALL32
14540 #include <sys/procfs.h>
14542 main ()
14544 prstatus_t avar; void* aref = (void*) &avar.pr_who
14546 return 0;
14548 _ACEOF
14549 if ac_fn_c_try_compile "$LINENO"; then :
14550 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14551 else
14552 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14558 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14560 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14564 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14568 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14569 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
14570 $as_echo_n "(cached) " >&6
14571 else
14572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14573 /* end confdefs.h. */
14575 #define _SYSCALL32
14576 #include <sys/procfs.h>
14578 main ()
14580 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14582 return 0;
14584 _ACEOF
14585 if ac_fn_c_try_compile "$LINENO"; then :
14586 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14587 else
14588 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14594 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14596 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14600 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14604 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14605 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14606 $as_echo_n "(cached) " >&6
14607 else
14608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14609 /* end confdefs.h. */
14611 #define _SYSCALL32
14612 #include <sys/procfs.h>
14614 main ()
14616 pstatus_t avar
14618 return 0;
14620 _ACEOF
14621 if ac_fn_c_try_compile "$LINENO"; then :
14622 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14623 else
14624 bfd_cv_have_sys_procfs_type_pstatus_t=no
14627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14630 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14632 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14636 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14640 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14641 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14642 $as_echo_n "(cached) " >&6
14643 else
14644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14645 /* end confdefs.h. */
14647 #define _SYSCALL32
14648 #include <sys/procfs.h>
14650 main ()
14652 pxstatus_t avar
14654 return 0;
14656 _ACEOF
14657 if ac_fn_c_try_compile "$LINENO"; then :
14658 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14659 else
14660 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14666 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14668 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14672 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14676 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14677 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14678 $as_echo_n "(cached) " >&6
14679 else
14680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14681 /* end confdefs.h. */
14683 #define _SYSCALL32
14684 #include <sys/procfs.h>
14686 main ()
14688 pstatus32_t avar
14690 return 0;
14692 _ACEOF
14693 if ac_fn_c_try_compile "$LINENO"; then :
14694 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14695 else
14696 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14702 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14704 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14708 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14712 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14713 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14714 $as_echo_n "(cached) " >&6
14715 else
14716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14717 /* end confdefs.h. */
14719 #define _SYSCALL32
14720 #include <sys/procfs.h>
14722 main ()
14724 prpsinfo_t avar
14726 return 0;
14728 _ACEOF
14729 if ac_fn_c_try_compile "$LINENO"; then :
14730 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14731 else
14732 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14738 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14740 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14744 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14748 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14749 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14750 $as_echo_n "(cached) " >&6
14751 else
14752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14753 /* end confdefs.h. */
14755 #define _SYSCALL32
14756 #include <sys/procfs.h>
14758 main ()
14760 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14762 return 0;
14764 _ACEOF
14765 if ac_fn_c_try_compile "$LINENO"; then :
14766 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14767 else
14768 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14774 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14776 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14780 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14784 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14785 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14786 $as_echo_n "(cached) " >&6
14787 else
14788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14789 /* end confdefs.h. */
14791 #define _SYSCALL32
14792 #include <sys/procfs.h>
14794 main ()
14796 prpsinfo32_t avar
14798 return 0;
14800 _ACEOF
14801 if ac_fn_c_try_compile "$LINENO"; then :
14802 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14803 else
14804 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14810 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14812 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14816 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14820 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14821 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14822 $as_echo_n "(cached) " >&6
14823 else
14824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14825 /* end confdefs.h. */
14827 #define _SYSCALL32
14828 #include <sys/procfs.h>
14830 main ()
14832 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14834 return 0;
14836 _ACEOF
14837 if ac_fn_c_try_compile "$LINENO"; then :
14838 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14839 else
14840 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14846 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14848 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14852 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14856 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14857 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14858 $as_echo_n "(cached) " >&6
14859 else
14860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14861 /* end confdefs.h. */
14863 #define _SYSCALL32
14864 #include <sys/procfs.h>
14866 main ()
14868 psinfo_t avar
14870 return 0;
14872 _ACEOF
14873 if ac_fn_c_try_compile "$LINENO"; then :
14874 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14875 else
14876 bfd_cv_have_sys_procfs_type_psinfo_t=no
14879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14882 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14884 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14888 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14892 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14893 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14894 $as_echo_n "(cached) " >&6
14895 else
14896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14897 /* end confdefs.h. */
14899 #define _SYSCALL32
14900 #include <sys/procfs.h>
14902 main ()
14904 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14906 return 0;
14908 _ACEOF
14909 if ac_fn_c_try_compile "$LINENO"; then :
14910 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14911 else
14912 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14918 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14920 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14924 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14928 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14929 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14930 $as_echo_n "(cached) " >&6
14931 else
14932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14933 /* end confdefs.h. */
14935 #define _SYSCALL32
14936 #include <sys/procfs.h>
14938 main ()
14940 psinfo32_t avar
14942 return 0;
14944 _ACEOF
14945 if ac_fn_c_try_compile "$LINENO"; then :
14946 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14947 else
14948 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14954 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14956 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14960 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14964 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14965 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
14966 $as_echo_n "(cached) " >&6
14967 else
14968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14969 /* end confdefs.h. */
14971 #define _SYSCALL32
14972 #include <sys/procfs.h>
14974 main ()
14976 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14978 return 0;
14980 _ACEOF
14981 if ac_fn_c_try_compile "$LINENO"; then :
14982 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14983 else
14984 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14990 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14992 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14996 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15000 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15001 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
15002 $as_echo_n "(cached) " >&6
15003 else
15004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15007 #define _SYSCALL32
15008 #include <sys/procfs.h>
15010 main ()
15012 lwpstatus_t avar
15014 return 0;
15016 _ACEOF
15017 if ac_fn_c_try_compile "$LINENO"; then :
15018 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15019 else
15020 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15026 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15028 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15032 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15036 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15037 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
15038 $as_echo_n "(cached) " >&6
15039 else
15040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15041 /* end confdefs.h. */
15043 #define _SYSCALL32
15044 #include <sys/procfs.h>
15046 main ()
15048 lwpxstatus_t avar
15050 return 0;
15052 _ACEOF
15053 if ac_fn_c_try_compile "$LINENO"; then :
15054 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15055 else
15056 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15062 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15064 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15068 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15072 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15073 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
15074 $as_echo_n "(cached) " >&6
15075 else
15076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15077 /* end confdefs.h. */
15079 #define _SYSCALL32
15080 #include <sys/procfs.h>
15082 main ()
15084 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15086 return 0;
15088 _ACEOF
15089 if ac_fn_c_try_compile "$LINENO"; then :
15090 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15091 else
15092 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
15095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15098 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
15100 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
15103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15104 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15108 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15109 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
15110 $as_echo_n "(cached) " >&6
15111 else
15112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15113 /* end confdefs.h. */
15115 #define _SYSCALL32
15116 #include <sys/procfs.h>
15118 main ()
15120 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
15122 return 0;
15124 _ACEOF
15125 if ac_fn_c_try_compile "$LINENO"; then :
15126 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
15127 else
15128 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
15131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15134 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
15136 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
15139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
15140 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
15143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
15144 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
15145 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
15146 $as_echo_n "(cached) " >&6
15147 else
15148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15149 /* end confdefs.h. */
15151 #define _SYSCALL32
15152 #include <sys/procfs.h>
15154 main ()
15156 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
15158 return 0;
15160 _ACEOF
15161 if ac_fn_c_try_compile "$LINENO"; then :
15162 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
15163 else
15164 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
15167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15170 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
15172 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
15175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
15176 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
15180 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
15181 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
15182 $as_echo_n "(cached) " >&6
15183 else
15184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15185 /* end confdefs.h. */
15187 #define _SYSCALL32
15188 #include <sys/procfs.h>
15190 main ()
15192 win32_pstatus_t avar
15194 return 0;
15196 _ACEOF
15197 if ac_fn_c_try_compile "$LINENO"; then :
15198 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
15199 else
15200 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
15203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15206 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
15208 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
15211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
15212 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
15218 if test -n "$CORE_HEADER"; then
15220 cat >>confdefs.h <<_ACEOF
15221 #define CORE_HEADER $CORE_HEADER
15222 _ACEOF
15225 if test -n "$TRAD_HEADER"; then
15227 cat >>confdefs.h <<_ACEOF
15228 #define TRAD_HEADER $TRAD_HEADER
15229 _ACEOF
15233 if test "$plugins" = "yes"; then
15234 supports_plugins=1
15235 else
15236 supports_plugins=0
15241 # Determine the host dependent file_ptr a.k.a. off_t type. In order
15242 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15243 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15244 # Hopefully a reasonable assumption since fseeko et.al. should be
15245 # upward compatible.
15246 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15247 do :
15248 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15249 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15250 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15251 cat >>confdefs.h <<_ACEOF
15252 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15253 _ACEOF
15256 done
15258 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
15259 if test "x$ac_cv_have_decl_ftello" = xyes; then :
15260 ac_have_decl=1
15261 else
15262 ac_have_decl=0
15265 cat >>confdefs.h <<_ACEOF
15266 #define HAVE_DECL_FTELLO $ac_have_decl
15267 _ACEOF
15268 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
15269 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
15270 ac_have_decl=1
15271 else
15272 ac_have_decl=0
15275 cat >>confdefs.h <<_ACEOF
15276 #define HAVE_DECL_FTELLO64 $ac_have_decl
15277 _ACEOF
15278 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
15279 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
15280 ac_have_decl=1
15281 else
15282 ac_have_decl=0
15285 cat >>confdefs.h <<_ACEOF
15286 #define HAVE_DECL_FSEEKO $ac_have_decl
15287 _ACEOF
15288 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
15289 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
15290 ac_have_decl=1
15291 else
15292 ac_have_decl=0
15295 cat >>confdefs.h <<_ACEOF
15296 #define HAVE_DECL_FSEEKO64 $ac_have_decl
15297 _ACEOF
15298 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
15299 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
15300 ac_have_decl=1
15301 else
15302 ac_have_decl=0
15305 cat >>confdefs.h <<_ACEOF
15306 #define HAVE_DECL_FOPEN64 $ac_have_decl
15307 _ACEOF
15309 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15310 # The cast to long int works around a bug in the HP C Compiler
15311 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15312 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15313 # This bug is HP SR number 8606223364.
15314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15315 $as_echo_n "checking size of off_t... " >&6; }
15316 if ${ac_cv_sizeof_off_t+:} false; then :
15317 $as_echo_n "(cached) " >&6
15318 else
15319 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15321 else
15322 if test "$ac_cv_type_off_t" = yes; then
15323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15325 as_fn_error 77 "cannot compute sizeof (off_t)
15326 See \`config.log' for more details" "$LINENO" 5; }
15327 else
15328 ac_cv_sizeof_off_t=0
15333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15334 $as_echo "$ac_cv_sizeof_off_t" >&6; }
15338 cat >>confdefs.h <<_ACEOF
15339 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15340 _ACEOF
15344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15345 $as_echo_n "checking file_ptr type... " >&6; }
15346 bfd_file_ptr="long"
15347 bfd_ufile_ptr="unsigned long"
15348 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15349 -o x"${ac_cv_sizeof_off_t}" = x8; then
15350 bfd_file_ptr=int64_t
15351 bfd_ufile_ptr=uint64_t
15353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15354 $as_echo "$bfd_file_ptr" >&6; }
15361 for ac_header in $ac_header_list
15362 do :
15363 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15364 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
15366 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15367 cat >>confdefs.h <<_ACEOF
15368 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15369 _ACEOF
15373 done
15382 for ac_func in getpagesize
15383 do :
15384 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15385 if test "x$ac_cv_func_getpagesize" = xyes; then :
15386 cat >>confdefs.h <<_ACEOF
15387 #define HAVE_GETPAGESIZE 1
15388 _ACEOF
15391 done
15393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15394 $as_echo_n "checking for working mmap... " >&6; }
15395 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
15396 $as_echo_n "(cached) " >&6
15397 else
15398 if test "$cross_compiling" = yes; then :
15399 ac_cv_func_mmap_fixed_mapped=no
15400 else
15401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15402 /* end confdefs.h. */
15403 $ac_includes_default
15404 /* malloc might have been renamed as rpl_malloc. */
15405 #undef malloc
15407 /* Thanks to Mike Haertel and Jim Avera for this test.
15408 Here is a matrix of mmap possibilities:
15409 mmap private not fixed
15410 mmap private fixed at somewhere currently unmapped
15411 mmap private fixed at somewhere already mapped
15412 mmap shared not fixed
15413 mmap shared fixed at somewhere currently unmapped
15414 mmap shared fixed at somewhere already mapped
15415 For private mappings, we should verify that changes cannot be read()
15416 back from the file, nor mmap's back from the file at a different
15417 address. (There have been systems where private was not correctly
15418 implemented like the infamous i386 svr4.0, and systems where the
15419 VM page cache was not coherent with the file system buffer cache
15420 like early versions of FreeBSD and possibly contemporary NetBSD.)
15421 For shared mappings, we should conversely verify that changes get
15422 propagated back to all the places they're supposed to be.
15424 Grep wants private fixed already mapped.
15425 The main things grep needs to know about mmap are:
15426 * does it exist and is it safe to write into the mmap'd area
15427 * how to use it (BSD variants) */
15429 #include <fcntl.h>
15430 #include <sys/mman.h>
15432 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15433 char *malloc ();
15434 #endif
15436 /* This mess was copied from the GNU getpagesize.h. */
15437 #ifndef HAVE_GETPAGESIZE
15438 # ifdef _SC_PAGESIZE
15439 # define getpagesize() sysconf(_SC_PAGESIZE)
15440 # else /* no _SC_PAGESIZE */
15441 # ifdef HAVE_SYS_PARAM_H
15442 # include <sys/param.h>
15443 # ifdef EXEC_PAGESIZE
15444 # define getpagesize() EXEC_PAGESIZE
15445 # else /* no EXEC_PAGESIZE */
15446 # ifdef NBPG
15447 # define getpagesize() NBPG * CLSIZE
15448 # ifndef CLSIZE
15449 # define CLSIZE 1
15450 # endif /* no CLSIZE */
15451 # else /* no NBPG */
15452 # ifdef NBPC
15453 # define getpagesize() NBPC
15454 # else /* no NBPC */
15455 # ifdef PAGESIZE
15456 # define getpagesize() PAGESIZE
15457 # endif /* PAGESIZE */
15458 # endif /* no NBPC */
15459 # endif /* no NBPG */
15460 # endif /* no EXEC_PAGESIZE */
15461 # else /* no HAVE_SYS_PARAM_H */
15462 # define getpagesize() 8192 /* punt totally */
15463 # endif /* no HAVE_SYS_PARAM_H */
15464 # endif /* no _SC_PAGESIZE */
15466 #endif /* no HAVE_GETPAGESIZE */
15469 main ()
15471 char *data, *data2, *data3;
15472 const char *cdata2;
15473 int i, pagesize;
15474 int fd, fd2;
15476 pagesize = getpagesize ();
15478 /* First, make a file with some known garbage in it. */
15479 data = (char *) malloc (pagesize);
15480 if (!data)
15481 return 1;
15482 for (i = 0; i < pagesize; ++i)
15483 *(data + i) = rand ();
15484 umask (0);
15485 fd = creat ("conftest.mmap", 0600);
15486 if (fd < 0)
15487 return 2;
15488 if (write (fd, data, pagesize) != pagesize)
15489 return 3;
15490 close (fd);
15492 /* Next, check that the tail of a page is zero-filled. File must have
15493 non-zero length, otherwise we risk SIGBUS for entire page. */
15494 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15495 if (fd2 < 0)
15496 return 4;
15497 cdata2 = "";
15498 if (write (fd2, cdata2, 1) != 1)
15499 return 5;
15500 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15501 if (data2 == MAP_FAILED)
15502 return 6;
15503 for (i = 0; i < pagesize; ++i)
15504 if (*(data2 + i))
15505 return 7;
15506 close (fd2);
15507 if (munmap (data2, pagesize))
15508 return 8;
15510 /* Next, try to mmap the file at a fixed address which already has
15511 something else allocated at it. If we can, also make sure that
15512 we see the same garbage. */
15513 fd = open ("conftest.mmap", O_RDWR);
15514 if (fd < 0)
15515 return 9;
15516 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15517 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15518 return 10;
15519 for (i = 0; i < pagesize; ++i)
15520 if (*(data + i) != *(data2 + i))
15521 return 11;
15523 /* Finally, make sure that changes to the mapped area do not
15524 percolate back to the file as seen by read(). (This is a bug on
15525 some variants of i386 svr4.0.) */
15526 for (i = 0; i < pagesize; ++i)
15527 *(data2 + i) = *(data2 + i) + 1;
15528 data3 = (char *) malloc (pagesize);
15529 if (!data3)
15530 return 12;
15531 if (read (fd, data3, pagesize) != pagesize)
15532 return 13;
15533 for (i = 0; i < pagesize; ++i)
15534 if (*(data + i) != *(data3 + i))
15535 return 14;
15536 close (fd);
15537 return 0;
15539 _ACEOF
15540 if ac_fn_c_try_run "$LINENO"; then :
15541 ac_cv_func_mmap_fixed_mapped=yes
15542 else
15543 ac_cv_func_mmap_fixed_mapped=no
15545 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15546 conftest.$ac_objext conftest.beam conftest.$ac_ext
15550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15551 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15552 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15554 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15557 rm -f conftest.mmap conftest.txt
15559 for ac_func in madvise mprotect
15560 do :
15561 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15562 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15563 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15564 cat >>confdefs.h <<_ACEOF
15565 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15566 _ACEOF
15569 done
15571 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15572 true+yes )
15573 $as_echo "#define USE_MMAP 1" >>confdefs.h
15575 esac
15577 ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15580 ac_config_commands="$ac_config_commands default"
15588 cat >confcache <<\_ACEOF
15589 # This file is a shell script that caches the results of configure
15590 # tests run on this system so they can be shared between configure
15591 # scripts and configure runs, see configure's option --config-cache.
15592 # It is not useful on other systems. If it contains results you don't
15593 # want to keep, you may remove or edit it.
15595 # config.status only pays attention to the cache file if you give it
15596 # the --recheck option to rerun configure.
15598 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15599 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15600 # following values.
15602 _ACEOF
15604 # The following way of writing the cache mishandles newlines in values,
15605 # but we know of no workaround that is simple, portable, and efficient.
15606 # So, we kill variables containing newlines.
15607 # Ultrix sh set writes to stderr and can't be redirected directly,
15608 # and sets the high bit in the cache file unless we assign to the vars.
15610 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15611 eval ac_val=\$$ac_var
15612 case $ac_val in #(
15613 *${as_nl}*)
15614 case $ac_var in #(
15615 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15616 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15617 esac
15618 case $ac_var in #(
15619 _ | IFS | as_nl) ;; #(
15620 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15621 *) { eval $ac_var=; unset $ac_var;} ;;
15622 esac ;;
15623 esac
15624 done
15626 (set) 2>&1 |
15627 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15628 *${as_nl}ac_space=\ *)
15629 # `set' does not quote correctly, so add quotes: double-quote
15630 # substitution turns \\\\ into \\, and sed turns \\ into \.
15631 sed -n \
15632 "s/'/'\\\\''/g;
15633 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15634 ;; #(
15636 # `set' quotes correctly as required by POSIX, so do not add quotes.
15637 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15639 esac |
15640 sort
15642 sed '
15643 /^ac_cv_env_/b end
15644 t clear
15645 :clear
15646 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15647 t end
15648 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15649 :end' >>confcache
15650 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15651 if test -w "$cache_file"; then
15652 if test "x$cache_file" != "x/dev/null"; then
15653 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15654 $as_echo "$as_me: updating cache $cache_file" >&6;}
15655 if test ! -f "$cache_file" || test -h "$cache_file"; then
15656 cat confcache >"$cache_file"
15657 else
15658 case $cache_file in #(
15659 */* | ?:*)
15660 mv -f confcache "$cache_file"$$ &&
15661 mv -f "$cache_file"$$ "$cache_file" ;; #(
15663 mv -f confcache "$cache_file" ;;
15664 esac
15667 else
15668 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15669 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15672 rm -f confcache
15674 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15675 # Let make expand exec_prefix.
15676 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15678 DEFS=-DHAVE_CONFIG_H
15680 ac_libobjs=
15681 ac_ltlibobjs=
15683 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15684 # 1. Remove the extension, and $U if already installed.
15685 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15686 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15687 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15688 # will be set to the directory where LIBOBJS objects are built.
15689 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15690 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15691 done
15692 LIBOBJS=$ac_libobjs
15694 LTLIBOBJS=$ac_ltlibobjs
15697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15698 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15699 if test -n "$am_sleep_pid"; then
15700 # Hide warnings about reused PIDs.
15701 wait $am_sleep_pid 2>/dev/null
15703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15704 $as_echo "done" >&6; }
15705 if test -n "$EXEEXT"; then
15706 am__EXEEXT_TRUE=
15707 am__EXEEXT_FALSE='#'
15708 else
15709 am__EXEEXT_TRUE='#'
15710 am__EXEEXT_FALSE=
15713 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15714 as_fn_error $? "conditional \"AMDEP\" was never defined.
15715 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15717 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15718 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15719 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15721 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15722 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15723 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15725 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15726 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
15727 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15729 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15730 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15731 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15733 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15734 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15735 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15737 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15738 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15739 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15743 : "${CONFIG_STATUS=./config.status}"
15744 ac_write_fail=0
15745 ac_clean_files_save=$ac_clean_files
15746 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15747 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15748 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15749 as_write_fail=0
15750 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15751 #! $SHELL
15752 # Generated by $as_me.
15753 # Run this file to recreate the current configuration.
15754 # Compiler output produced by configure, useful for debugging
15755 # configure, is in config.log if it exists.
15757 debug=false
15758 ac_cs_recheck=false
15759 ac_cs_silent=false
15761 SHELL=\${CONFIG_SHELL-$SHELL}
15762 export SHELL
15763 _ASEOF
15764 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15765 ## -------------------- ##
15766 ## M4sh Initialization. ##
15767 ## -------------------- ##
15769 # Be more Bourne compatible
15770 DUALCASE=1; export DUALCASE # for MKS sh
15771 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15772 emulate sh
15773 NULLCMD=:
15774 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15775 # is contrary to our usage. Disable this feature.
15776 alias -g '${1+"$@"}'='"$@"'
15777 setopt NO_GLOB_SUBST
15778 else
15779 case `(set -o) 2>/dev/null` in #(
15780 *posix*) :
15781 set -o posix ;; #(
15782 *) :
15784 esac
15788 as_nl='
15790 export as_nl
15791 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15792 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15793 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15794 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15795 # Prefer a ksh shell builtin over an external printf program on Solaris,
15796 # but without wasting forks for bash or zsh.
15797 if test -z "$BASH_VERSION$ZSH_VERSION" \
15798 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15799 as_echo='print -r --'
15800 as_echo_n='print -rn --'
15801 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15802 as_echo='printf %s\n'
15803 as_echo_n='printf %s'
15804 else
15805 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15806 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15807 as_echo_n='/usr/ucb/echo -n'
15808 else
15809 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15810 as_echo_n_body='eval
15811 arg=$1;
15812 case $arg in #(
15813 *"$as_nl"*)
15814 expr "X$arg" : "X\\(.*\\)$as_nl";
15815 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15816 esac;
15817 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15819 export as_echo_n_body
15820 as_echo_n='sh -c $as_echo_n_body as_echo'
15822 export as_echo_body
15823 as_echo='sh -c $as_echo_body as_echo'
15826 # The user is always right.
15827 if test "${PATH_SEPARATOR+set}" != set; then
15828 PATH_SEPARATOR=:
15829 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15830 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15831 PATH_SEPARATOR=';'
15836 # IFS
15837 # We need space, tab and new line, in precisely that order. Quoting is
15838 # there to prevent editors from complaining about space-tab.
15839 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15840 # splitting by setting IFS to empty value.)
15841 IFS=" "" $as_nl"
15843 # Find who we are. Look in the path if we contain no directory separator.
15844 as_myself=
15845 case $0 in #((
15846 *[\\/]* ) as_myself=$0 ;;
15847 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15848 for as_dir in $PATH
15850 IFS=$as_save_IFS
15851 test -z "$as_dir" && as_dir=.
15852 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15853 done
15854 IFS=$as_save_IFS
15857 esac
15858 # We did not find ourselves, most probably we were run as `sh COMMAND'
15859 # in which case we are not to be found in the path.
15860 if test "x$as_myself" = x; then
15861 as_myself=$0
15863 if test ! -f "$as_myself"; then
15864 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15865 exit 1
15868 # Unset variables that we do not need and which cause bugs (e.g. in
15869 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15870 # suppresses any "Segmentation fault" message there. '((' could
15871 # trigger a bug in pdksh 5.2.14.
15872 for as_var in BASH_ENV ENV MAIL MAILPATH
15873 do eval test x\${$as_var+set} = xset \
15874 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15875 done
15876 PS1='$ '
15877 PS2='> '
15878 PS4='+ '
15880 # NLS nuisances.
15881 LC_ALL=C
15882 export LC_ALL
15883 LANGUAGE=C
15884 export LANGUAGE
15886 # CDPATH.
15887 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15890 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15891 # ----------------------------------------
15892 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15893 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15894 # script with STATUS, using 1 if that was 0.
15895 as_fn_error ()
15897 as_status=$1; test $as_status -eq 0 && as_status=1
15898 if test "$4"; then
15899 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15900 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15902 $as_echo "$as_me: error: $2" >&2
15903 as_fn_exit $as_status
15904 } # as_fn_error
15907 # as_fn_set_status STATUS
15908 # -----------------------
15909 # Set $? to STATUS, without forking.
15910 as_fn_set_status ()
15912 return $1
15913 } # as_fn_set_status
15915 # as_fn_exit STATUS
15916 # -----------------
15917 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15918 as_fn_exit ()
15920 set +e
15921 as_fn_set_status $1
15922 exit $1
15923 } # as_fn_exit
15925 # as_fn_unset VAR
15926 # ---------------
15927 # Portably unset VAR.
15928 as_fn_unset ()
15930 { eval $1=; unset $1;}
15932 as_unset=as_fn_unset
15933 # as_fn_append VAR VALUE
15934 # ----------------------
15935 # Append the text in VALUE to the end of the definition contained in VAR. Take
15936 # advantage of any shell optimizations that allow amortized linear growth over
15937 # repeated appends, instead of the typical quadratic growth present in naive
15938 # implementations.
15939 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15940 eval 'as_fn_append ()
15942 eval $1+=\$2
15944 else
15945 as_fn_append ()
15947 eval $1=\$$1\$2
15949 fi # as_fn_append
15951 # as_fn_arith ARG...
15952 # ------------------
15953 # Perform arithmetic evaluation on the ARGs, and store the result in the
15954 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15955 # must be portable across $(()) and expr.
15956 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15957 eval 'as_fn_arith ()
15959 as_val=$(( $* ))
15961 else
15962 as_fn_arith ()
15964 as_val=`expr "$@" || test $? -eq 1`
15966 fi # as_fn_arith
15969 if expr a : '\(a\)' >/dev/null 2>&1 &&
15970 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15971 as_expr=expr
15972 else
15973 as_expr=false
15976 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15977 as_basename=basename
15978 else
15979 as_basename=false
15982 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15983 as_dirname=dirname
15984 else
15985 as_dirname=false
15988 as_me=`$as_basename -- "$0" ||
15989 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15990 X"$0" : 'X\(//\)$' \| \
15991 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15992 $as_echo X/"$0" |
15993 sed '/^.*\/\([^/][^/]*\)\/*$/{
15994 s//\1/
15997 /^X\/\(\/\/\)$/{
15998 s//\1/
16001 /^X\/\(\/\).*/{
16002 s//\1/
16005 s/.*/./; q'`
16007 # Avoid depending upon Character Ranges.
16008 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16009 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16010 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16011 as_cr_digits='0123456789'
16012 as_cr_alnum=$as_cr_Letters$as_cr_digits
16014 ECHO_C= ECHO_N= ECHO_T=
16015 case `echo -n x` in #(((((
16016 -n*)
16017 case `echo 'xy\c'` in
16018 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16019 xy) ECHO_C='\c';;
16020 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16021 ECHO_T=' ';;
16022 esac;;
16024 ECHO_N='-n';;
16025 esac
16027 rm -f conf$$ conf$$.exe conf$$.file
16028 if test -d conf$$.dir; then
16029 rm -f conf$$.dir/conf$$.file
16030 else
16031 rm -f conf$$.dir
16032 mkdir conf$$.dir 2>/dev/null
16034 if (echo >conf$$.file) 2>/dev/null; then
16035 if ln -s conf$$.file conf$$ 2>/dev/null; then
16036 as_ln_s='ln -s'
16037 # ... but there are two gotchas:
16038 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16039 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16040 # In both cases, we have to default to `cp -pR'.
16041 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16042 as_ln_s='cp -pR'
16043 elif ln conf$$.file conf$$ 2>/dev/null; then
16044 as_ln_s=ln
16045 else
16046 as_ln_s='cp -pR'
16048 else
16049 as_ln_s='cp -pR'
16051 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16052 rmdir conf$$.dir 2>/dev/null
16055 # as_fn_mkdir_p
16056 # -------------
16057 # Create "$as_dir" as a directory, including parents if necessary.
16058 as_fn_mkdir_p ()
16061 case $as_dir in #(
16062 -*) as_dir=./$as_dir;;
16063 esac
16064 test -d "$as_dir" || eval $as_mkdir_p || {
16065 as_dirs=
16066 while :; do
16067 case $as_dir in #(
16068 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16069 *) as_qdir=$as_dir;;
16070 esac
16071 as_dirs="'$as_qdir' $as_dirs"
16072 as_dir=`$as_dirname -- "$as_dir" ||
16073 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16074 X"$as_dir" : 'X\(//\)[^/]' \| \
16075 X"$as_dir" : 'X\(//\)$' \| \
16076 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16077 $as_echo X"$as_dir" |
16078 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16079 s//\1/
16082 /^X\(\/\/\)[^/].*/{
16083 s//\1/
16086 /^X\(\/\/\)$/{
16087 s//\1/
16090 /^X\(\/\).*/{
16091 s//\1/
16094 s/.*/./; q'`
16095 test -d "$as_dir" && break
16096 done
16097 test -z "$as_dirs" || eval "mkdir $as_dirs"
16098 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16101 } # as_fn_mkdir_p
16102 if mkdir -p . 2>/dev/null; then
16103 as_mkdir_p='mkdir -p "$as_dir"'
16104 else
16105 test -d ./-p && rmdir ./-p
16106 as_mkdir_p=false
16110 # as_fn_executable_p FILE
16111 # -----------------------
16112 # Test if FILE is an executable regular file.
16113 as_fn_executable_p ()
16115 test -f "$1" && test -x "$1"
16116 } # as_fn_executable_p
16117 as_test_x='test -x'
16118 as_executable_p=as_fn_executable_p
16120 # Sed expression to map a string onto a valid CPP name.
16121 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16123 # Sed expression to map a string onto a valid variable name.
16124 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16127 exec 6>&1
16128 ## ----------------------------------- ##
16129 ## Main body of $CONFIG_STATUS script. ##
16130 ## ----------------------------------- ##
16131 _ASEOF
16132 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16135 # Save the log message, to keep $0 and so on meaningful, and to
16136 # report actual input values of CONFIG_FILES etc. instead of their
16137 # values after options handling.
16138 ac_log="
16139 This file was extended by bfd $as_me 2.41.50, which was
16140 generated by GNU Autoconf 2.69. Invocation command line was
16142 CONFIG_FILES = $CONFIG_FILES
16143 CONFIG_HEADERS = $CONFIG_HEADERS
16144 CONFIG_LINKS = $CONFIG_LINKS
16145 CONFIG_COMMANDS = $CONFIG_COMMANDS
16146 $ $0 $@
16148 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16151 _ACEOF
16153 case $ac_config_files in *"
16154 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16155 esac
16157 case $ac_config_headers in *"
16158 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16159 esac
16162 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16163 # Files that config.status was made for.
16164 config_files="$ac_config_files"
16165 config_headers="$ac_config_headers"
16166 config_commands="$ac_config_commands"
16168 _ACEOF
16170 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16171 ac_cs_usage="\
16172 \`$as_me' instantiates files and other configuration actions
16173 from templates according to the current configuration. Unless the files
16174 and actions are specified as TAGs, all are instantiated by default.
16176 Usage: $0 [OPTION]... [TAG]...
16178 -h, --help print this help, then exit
16179 -V, --version print version number and configuration settings, then exit
16180 --config print configuration, then exit
16181 -q, --quiet, --silent
16182 do not print progress messages
16183 -d, --debug don't remove temporary files
16184 --recheck update $as_me by reconfiguring in the same conditions
16185 --file=FILE[:TEMPLATE]
16186 instantiate the configuration file FILE
16187 --header=FILE[:TEMPLATE]
16188 instantiate the configuration header FILE
16190 Configuration files:
16191 $config_files
16193 Configuration headers:
16194 $config_headers
16196 Configuration commands:
16197 $config_commands
16199 Report bugs to the package provider."
16201 _ACEOF
16202 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16203 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16204 ac_cs_version="\\
16205 bfd config.status 2.41.50
16206 configured by $0, generated by GNU Autoconf 2.69,
16207 with options \\"\$ac_cs_config\\"
16209 Copyright (C) 2012 Free Software Foundation, Inc.
16210 This config.status script is free software; the Free Software Foundation
16211 gives unlimited permission to copy, distribute and modify it."
16213 ac_pwd='$ac_pwd'
16214 srcdir='$srcdir'
16215 INSTALL='$INSTALL'
16216 MKDIR_P='$MKDIR_P'
16217 AWK='$AWK'
16218 test -n "\$AWK" || AWK=awk
16219 _ACEOF
16221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16222 # The default lists apply if the user does not specify any file.
16223 ac_need_defaults=:
16224 while test $# != 0
16226 case $1 in
16227 --*=?*)
16228 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16229 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16230 ac_shift=:
16232 --*=)
16233 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16234 ac_optarg=
16235 ac_shift=:
16238 ac_option=$1
16239 ac_optarg=$2
16240 ac_shift=shift
16242 esac
16244 case $ac_option in
16245 # Handling of the options.
16246 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16247 ac_cs_recheck=: ;;
16248 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16249 $as_echo "$ac_cs_version"; exit ;;
16250 --config | --confi | --conf | --con | --co | --c )
16251 $as_echo "$ac_cs_config"; exit ;;
16252 --debug | --debu | --deb | --de | --d | -d )
16253 debug=: ;;
16254 --file | --fil | --fi | --f )
16255 $ac_shift
16256 case $ac_optarg in
16257 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16258 '') as_fn_error $? "missing file argument" ;;
16259 esac
16260 as_fn_append CONFIG_FILES " '$ac_optarg'"
16261 ac_need_defaults=false;;
16262 --header | --heade | --head | --hea )
16263 $ac_shift
16264 case $ac_optarg in
16265 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16266 esac
16267 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16268 ac_need_defaults=false;;
16269 --he | --h)
16270 # Conflict between --help and --header
16271 as_fn_error $? "ambiguous option: \`$1'
16272 Try \`$0 --help' for more information.";;
16273 --help | --hel | -h )
16274 $as_echo "$ac_cs_usage"; exit ;;
16275 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16276 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16277 ac_cs_silent=: ;;
16279 # This is an error.
16280 -*) as_fn_error $? "unrecognized option: \`$1'
16281 Try \`$0 --help' for more information." ;;
16283 *) as_fn_append ac_config_targets " $1"
16284 ac_need_defaults=false ;;
16286 esac
16287 shift
16288 done
16290 ac_configure_extra_args=
16292 if $ac_cs_silent; then
16293 exec 6>/dev/null
16294 ac_configure_extra_args="$ac_configure_extra_args --silent"
16297 _ACEOF
16298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16299 if \$ac_cs_recheck; then
16300 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16301 shift
16302 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16303 CONFIG_SHELL='$SHELL'
16304 export CONFIG_SHELL
16305 exec "\$@"
16308 _ACEOF
16309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16310 exec 5>>config.log
16312 echo
16313 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16314 ## Running $as_me. ##
16315 _ASBOX
16316 $as_echo "$ac_log"
16317 } >&5
16319 _ACEOF
16320 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16322 # INIT-COMMANDS
16324 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16327 # The HP-UX ksh and POSIX shell print the target directory to stdout
16328 # if CDPATH is set.
16329 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16331 sed_quote_subst='$sed_quote_subst'
16332 double_quote_subst='$double_quote_subst'
16333 delay_variable_subst='$delay_variable_subst'
16334 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16335 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16336 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16337 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16338 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16339 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16340 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16341 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16342 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16343 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16344 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16345 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16346 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16347 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16348 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16349 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16350 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16351 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16352 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16353 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16354 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16355 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16356 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16357 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16358 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16359 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16360 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16361 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16362 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16363 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16364 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16365 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16366 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16367 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16368 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16369 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16370 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16371 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16372 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16373 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16374 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16375 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16376 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16377 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16378 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16379 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16380 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16381 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16382 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"`'
16383 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16384 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16385 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16386 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16387 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16388 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16389 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16390 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16391 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16392 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16393 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16394 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16395 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16396 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16397 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16398 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16399 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16400 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16401 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16402 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16403 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16404 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16405 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16406 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16407 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16408 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16409 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16410 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16411 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16412 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16413 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16414 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16415 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16416 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16417 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16418 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16419 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16420 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16421 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16422 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16423 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16424 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16425 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16426 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16427 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16428 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16429 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16430 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16431 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16432 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16433 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16434 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16435 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16436 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16437 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16438 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16439 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16440 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16441 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16442 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16443 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16444 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16445 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16446 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16447 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16448 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16449 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16450 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16451 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16452 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16453 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16455 LTCC='$LTCC'
16456 LTCFLAGS='$LTCFLAGS'
16457 compiler='$compiler_DEFAULT'
16459 # A function that is used when there is no print builtin or printf.
16460 func_fallback_echo ()
16462 eval 'cat <<_LTECHO_EOF
16464 _LTECHO_EOF'
16467 # Quote evaled strings.
16468 for var in SHELL \
16469 ECHO \
16470 SED \
16471 GREP \
16472 EGREP \
16473 FGREP \
16474 LD \
16475 NM \
16476 LN_S \
16477 lt_SP2NL \
16478 lt_NL2SP \
16479 reload_flag \
16480 OBJDUMP \
16481 deplibs_check_method \
16482 file_magic_cmd \
16483 AR \
16484 AR_FLAGS \
16485 STRIP \
16486 RANLIB \
16487 CC \
16488 CFLAGS \
16489 compiler \
16490 lt_cv_sys_global_symbol_pipe \
16491 lt_cv_sys_global_symbol_to_cdecl \
16492 lt_cv_sys_global_symbol_to_c_name_address \
16493 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16494 lt_prog_compiler_no_builtin_flag \
16495 lt_prog_compiler_wl \
16496 lt_prog_compiler_pic \
16497 lt_prog_compiler_static \
16498 lt_cv_prog_compiler_c_o \
16499 need_locks \
16500 DSYMUTIL \
16501 NMEDIT \
16502 LIPO \
16503 OTOOL \
16504 OTOOL64 \
16505 shrext_cmds \
16506 export_dynamic_flag_spec \
16507 whole_archive_flag_spec \
16508 compiler_needs_object \
16509 with_gnu_ld \
16510 allow_undefined_flag \
16511 no_undefined_flag \
16512 hardcode_libdir_flag_spec \
16513 hardcode_libdir_flag_spec_ld \
16514 hardcode_libdir_separator \
16515 fix_srcfile_path \
16516 exclude_expsyms \
16517 include_expsyms \
16518 file_list_spec \
16519 variables_saved_for_relink \
16520 libname_spec \
16521 library_names_spec \
16522 soname_spec \
16523 install_override_mode \
16524 finish_eval \
16525 old_striplib \
16526 striplib; do
16527 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16528 *[\\\\\\\`\\"\\\$]*)
16529 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16532 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16534 esac
16535 done
16537 # Double-quote double-evaled strings.
16538 for var in reload_cmds \
16539 old_postinstall_cmds \
16540 old_postuninstall_cmds \
16541 old_archive_cmds \
16542 extract_expsyms_cmds \
16543 old_archive_from_new_cmds \
16544 old_archive_from_expsyms_cmds \
16545 archive_cmds \
16546 archive_expsym_cmds \
16547 module_cmds \
16548 module_expsym_cmds \
16549 export_symbols_cmds \
16550 prelink_cmds \
16551 postinstall_cmds \
16552 postuninstall_cmds \
16553 finish_cmds \
16554 sys_lib_search_path_spec \
16555 sys_lib_dlsearch_path_spec; do
16556 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16557 *[\\\\\\\`\\"\\\$]*)
16558 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16561 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16563 esac
16564 done
16566 ac_aux_dir='$ac_aux_dir'
16567 xsi_shell='$xsi_shell'
16568 lt_shell_append='$lt_shell_append'
16570 # See if we are running on zsh, and set the options which allow our
16571 # commands through without removal of \ escapes INIT.
16572 if test -n "\${ZSH_VERSION+set}" ; then
16573 setopt NO_GLOB_SUBST
16577 PACKAGE='$PACKAGE'
16578 VERSION='$VERSION'
16579 TIMESTAMP='$TIMESTAMP'
16580 RM='$RM'
16581 ofile='$ofile'
16585 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16586 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16587 # from automake.
16588 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16589 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16590 LINGUAS="${LINGUAS-%UNSET%}"
16594 _ACEOF
16596 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16598 # Handling of arguments.
16599 for ac_config_target in $ac_config_targets
16601 case $ac_config_target in
16602 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16603 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16604 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16605 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16606 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16607 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16608 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16609 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16611 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16612 esac
16613 done
16616 # If the user did not use the arguments to specify the items to instantiate,
16617 # then the envvar interface is used. Set only those that are not.
16618 # We use the long form for the default assignment because of an extremely
16619 # bizarre bug on SunOS 4.1.3.
16620 if $ac_need_defaults; then
16621 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16622 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16623 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16626 # Have a temporary directory for convenience. Make it in the build tree
16627 # simply because there is no reason against having it here, and in addition,
16628 # creating and moving files from /tmp can sometimes cause problems.
16629 # Hook for its removal unless debugging.
16630 # Note that there is a small window in which the directory will not be cleaned:
16631 # after its creation but before its name has been assigned to `$tmp'.
16632 $debug ||
16634 tmp= ac_tmp=
16635 trap 'exit_status=$?
16636 : "${ac_tmp:=$tmp}"
16637 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16639 trap 'as_fn_exit 1' 1 2 13 15
16641 # Create a (secure) tmp directory for tmp files.
16644 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16645 test -d "$tmp"
16646 } ||
16648 tmp=./conf$$-$RANDOM
16649 (umask 077 && mkdir "$tmp")
16650 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16651 ac_tmp=$tmp
16653 # Set up the scripts for CONFIG_FILES section.
16654 # No need to generate them if there are no CONFIG_FILES.
16655 # This happens for instance with `./config.status config.h'.
16656 if test -n "$CONFIG_FILES"; then
16659 ac_cr=`echo X | tr X '\015'`
16660 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16661 # But we know of no other shell where ac_cr would be empty at this
16662 # point, so we can use a bashism as a fallback.
16663 if test "x$ac_cr" = x; then
16664 eval ac_cr=\$\'\\r\'
16666 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16667 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16668 ac_cs_awk_cr='\\r'
16669 else
16670 ac_cs_awk_cr=$ac_cr
16673 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16674 _ACEOF
16678 echo "cat >conf$$subs.awk <<_ACEOF" &&
16679 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16680 echo "_ACEOF"
16681 } >conf$$subs.sh ||
16682 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16683 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16684 ac_delim='%!_!# '
16685 for ac_last_try in false false false false false :; do
16686 . ./conf$$subs.sh ||
16687 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16689 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16690 if test $ac_delim_n = $ac_delim_num; then
16691 break
16692 elif $ac_last_try; then
16693 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16694 else
16695 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16697 done
16698 rm -f conf$$subs.sh
16700 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16701 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16702 _ACEOF
16703 sed -n '
16705 s/^/S["/; s/!.*/"]=/
16708 s/^[^!]*!//
16709 :repl
16710 t repl
16711 s/'"$ac_delim"'$//
16712 t delim
16715 s/\(.\{148\}\)..*/\1/
16716 t more1
16717 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16720 b repl
16721 :more1
16722 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16725 s/.\{148\}//
16726 t nl
16727 :delim
16729 s/\(.\{148\}\)..*/\1/
16730 t more2
16731 s/["\\]/\\&/g; s/^/"/; s/$/"/
16734 :more2
16735 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16738 s/.\{148\}//
16739 t delim
16740 ' <conf$$subs.awk | sed '
16741 /^[^""]/{
16743 s/\n//
16745 ' >>$CONFIG_STATUS || ac_write_fail=1
16746 rm -f conf$$subs.awk
16747 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16748 _ACAWK
16749 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16750 for (key in S) S_is_set[key] = 1
16751 FS = "\a"
16755 line = $ 0
16756 nfields = split(line, field, "@")
16757 substed = 0
16758 len = length(field[1])
16759 for (i = 2; i < nfields; i++) {
16760 key = field[i]
16761 keylen = length(key)
16762 if (S_is_set[key]) {
16763 value = S[key]
16764 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16765 len += length(value) + length(field[++i])
16766 substed = 1
16767 } else
16768 len += 1 + keylen
16771 print line
16774 _ACAWK
16775 _ACEOF
16776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16777 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16778 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16779 else
16781 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16782 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16783 _ACEOF
16785 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16786 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16787 # trailing colons and then remove the whole line if VPATH becomes empty
16788 # (actually we leave an empty line to preserve line numbers).
16789 if test "x$srcdir" = x.; then
16790 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16792 s///
16793 s/^/:/
16794 s/[ ]*$/:/
16795 s/:\$(srcdir):/:/g
16796 s/:\${srcdir}:/:/g
16797 s/:@srcdir@:/:/g
16798 s/^:*//
16799 s/:*$//
16801 s/\(=[ ]*\).*/\1/
16803 s/\n//
16804 s/^[^=]*=[ ]*$//
16808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16809 fi # test -n "$CONFIG_FILES"
16811 # Set up the scripts for CONFIG_HEADERS section.
16812 # No need to generate them if there are no CONFIG_HEADERS.
16813 # This happens for instance with `./config.status Makefile'.
16814 if test -n "$CONFIG_HEADERS"; then
16815 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16816 BEGIN {
16817 _ACEOF
16819 # Transform confdefs.h into an awk script `defines.awk', embedded as
16820 # here-document in config.status, that substitutes the proper values into
16821 # config.h.in to produce config.h.
16823 # Create a delimiter string that does not exist in confdefs.h, to ease
16824 # handling of long lines.
16825 ac_delim='%!_!# '
16826 for ac_last_try in false false :; do
16827 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16828 if test -z "$ac_tt"; then
16829 break
16830 elif $ac_last_try; then
16831 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16832 else
16833 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16835 done
16837 # For the awk script, D is an array of macro values keyed by name,
16838 # likewise P contains macro parameters if any. Preserve backslash
16839 # newline sequences.
16841 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16842 sed -n '
16843 s/.\{148\}/&'"$ac_delim"'/g
16844 t rset
16845 :rset
16846 s/^[ ]*#[ ]*define[ ][ ]*/ /
16847 t def
16849 :def
16850 s/\\$//
16851 t bsnl
16852 s/["\\]/\\&/g
16853 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16854 D["\1"]=" \3"/p
16855 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16857 :bsnl
16858 s/["\\]/\\&/g
16859 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16860 D["\1"]=" \3\\\\\\n"\\/p
16861 t cont
16862 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16863 t cont
16865 :cont
16867 s/.\{148\}/&'"$ac_delim"'/g
16868 t clear
16869 :clear
16870 s/\\$//
16871 t bsnlc
16872 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16874 :bsnlc
16875 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16876 b cont
16877 ' <confdefs.h | sed '
16878 s/'"$ac_delim"'/"\\\
16879 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16881 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16882 for (key in D) D_is_set[key] = 1
16883 FS = "\a"
16885 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16886 line = \$ 0
16887 split(line, arg, " ")
16888 if (arg[1] == "#") {
16889 defundef = arg[2]
16890 mac1 = arg[3]
16891 } else {
16892 defundef = substr(arg[1], 2)
16893 mac1 = arg[2]
16895 split(mac1, mac2, "(") #)
16896 macro = mac2[1]
16897 prefix = substr(line, 1, index(line, defundef) - 1)
16898 if (D_is_set[macro]) {
16899 # Preserve the white space surrounding the "#".
16900 print prefix "define", macro P[macro] D[macro]
16901 next
16902 } else {
16903 # Replace #undef with comments. This is necessary, for example,
16904 # in the case of _POSIX_SOURCE, which is predefined and required
16905 # on some systems where configure will not decide to define it.
16906 if (defundef == "undef") {
16907 print "/*", prefix defundef, macro, "*/"
16908 next
16912 { print }
16913 _ACAWK
16914 _ACEOF
16915 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16916 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16917 fi # test -n "$CONFIG_HEADERS"
16920 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16921 shift
16922 for ac_tag
16924 case $ac_tag in
16925 :[FHLC]) ac_mode=$ac_tag; continue;;
16926 esac
16927 case $ac_mode$ac_tag in
16928 :[FHL]*:*);;
16929 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16930 :[FH]-) ac_tag=-:-;;
16931 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16932 esac
16933 ac_save_IFS=$IFS
16934 IFS=:
16935 set x $ac_tag
16936 IFS=$ac_save_IFS
16937 shift
16938 ac_file=$1
16939 shift
16941 case $ac_mode in
16942 :L) ac_source=$1;;
16943 :[FH])
16944 ac_file_inputs=
16945 for ac_f
16947 case $ac_f in
16948 -) ac_f="$ac_tmp/stdin";;
16949 *) # Look for the file first in the build tree, then in the source tree
16950 # (if the path is not absolute). The absolute path cannot be DOS-style,
16951 # because $ac_f cannot contain `:'.
16952 test -f "$ac_f" ||
16953 case $ac_f in
16954 [\\/$]*) false;;
16955 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16956 esac ||
16957 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16958 esac
16959 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16960 as_fn_append ac_file_inputs " '$ac_f'"
16961 done
16963 # Let's still pretend it is `configure' which instantiates (i.e., don't
16964 # use $as_me), people would be surprised to read:
16965 # /* config.h. Generated by config.status. */
16966 configure_input='Generated from '`
16967 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16968 `' by configure.'
16969 if test x"$ac_file" != x-; then
16970 configure_input="$ac_file. $configure_input"
16971 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16972 $as_echo "$as_me: creating $ac_file" >&6;}
16974 # Neutralize special characters interpreted by sed in replacement strings.
16975 case $configure_input in #(
16976 *\&* | *\|* | *\\* )
16977 ac_sed_conf_input=`$as_echo "$configure_input" |
16978 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16979 *) ac_sed_conf_input=$configure_input;;
16980 esac
16982 case $ac_tag in
16983 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16984 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16985 esac
16987 esac
16989 ac_dir=`$as_dirname -- "$ac_file" ||
16990 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16991 X"$ac_file" : 'X\(//\)[^/]' \| \
16992 X"$ac_file" : 'X\(//\)$' \| \
16993 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16994 $as_echo X"$ac_file" |
16995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16996 s//\1/
16999 /^X\(\/\/\)[^/].*/{
17000 s//\1/
17003 /^X\(\/\/\)$/{
17004 s//\1/
17007 /^X\(\/\).*/{
17008 s//\1/
17011 s/.*/./; q'`
17012 as_dir="$ac_dir"; as_fn_mkdir_p
17013 ac_builddir=.
17015 case "$ac_dir" in
17016 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17018 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17019 # A ".." for each directory in $ac_dir_suffix.
17020 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17021 case $ac_top_builddir_sub in
17022 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17023 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17024 esac ;;
17025 esac
17026 ac_abs_top_builddir=$ac_pwd
17027 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17028 # for backward compatibility:
17029 ac_top_builddir=$ac_top_build_prefix
17031 case $srcdir in
17032 .) # We are building in place.
17033 ac_srcdir=.
17034 ac_top_srcdir=$ac_top_builddir_sub
17035 ac_abs_top_srcdir=$ac_pwd ;;
17036 [\\/]* | ?:[\\/]* ) # Absolute name.
17037 ac_srcdir=$srcdir$ac_dir_suffix;
17038 ac_top_srcdir=$srcdir
17039 ac_abs_top_srcdir=$srcdir ;;
17040 *) # Relative name.
17041 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17042 ac_top_srcdir=$ac_top_build_prefix$srcdir
17043 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17044 esac
17045 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17048 case $ac_mode in
17051 # CONFIG_FILE
17054 case $INSTALL in
17055 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17056 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17057 esac
17058 ac_MKDIR_P=$MKDIR_P
17059 case $MKDIR_P in
17060 [\\/$]* | ?:[\\/]* ) ;;
17061 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17062 esac
17063 _ACEOF
17065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17066 # If the template does not know about datarootdir, expand it.
17067 # FIXME: This hack should be removed a few years after 2.60.
17068 ac_datarootdir_hack=; ac_datarootdir_seen=
17069 ac_sed_dataroot='
17070 /datarootdir/ {
17074 /@datadir@/p
17075 /@docdir@/p
17076 /@infodir@/p
17077 /@localedir@/p
17078 /@mandir@/p'
17079 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17080 *datarootdir*) ac_datarootdir_seen=yes;;
17081 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17082 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17083 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17084 _ACEOF
17085 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17086 ac_datarootdir_hack='
17087 s&@datadir@&$datadir&g
17088 s&@docdir@&$docdir&g
17089 s&@infodir@&$infodir&g
17090 s&@localedir@&$localedir&g
17091 s&@mandir@&$mandir&g
17092 s&\\\${datarootdir}&$datarootdir&g' ;;
17093 esac
17094 _ACEOF
17096 # Neutralize VPATH when `$srcdir' = `.'.
17097 # Shell code in configure.ac might set extrasub.
17098 # FIXME: do we really want to maintain this feature?
17099 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17100 ac_sed_extra="$ac_vpsub
17101 $extrasub
17102 _ACEOF
17103 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17105 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17106 s|@configure_input@|$ac_sed_conf_input|;t t
17107 s&@top_builddir@&$ac_top_builddir_sub&;t t
17108 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17109 s&@srcdir@&$ac_srcdir&;t t
17110 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17111 s&@top_srcdir@&$ac_top_srcdir&;t t
17112 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17113 s&@builddir@&$ac_builddir&;t t
17114 s&@abs_builddir@&$ac_abs_builddir&;t t
17115 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17116 s&@INSTALL@&$ac_INSTALL&;t t
17117 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17118 $ac_datarootdir_hack
17120 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17121 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17123 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17124 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17125 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17126 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17128 which seems to be undefined. Please make sure it is defined" >&5
17129 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17130 which seems to be undefined. Please make sure it is defined" >&2;}
17132 rm -f "$ac_tmp/stdin"
17133 case $ac_file in
17134 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17135 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17136 esac \
17137 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17141 # CONFIG_HEADER
17143 if test x"$ac_file" != x-; then
17145 $as_echo "/* $configure_input */" \
17146 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17147 } >"$ac_tmp/config.h" \
17148 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17149 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17150 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17151 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17152 else
17153 rm -f "$ac_file"
17154 mv "$ac_tmp/config.h" "$ac_file" \
17155 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17157 else
17158 $as_echo "/* $configure_input */" \
17159 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17160 || as_fn_error $? "could not create -" "$LINENO" 5
17162 # Compute "$ac_file"'s index in $config_headers.
17163 _am_arg="$ac_file"
17164 _am_stamp_count=1
17165 for _am_header in $config_headers :; do
17166 case $_am_header in
17167 $_am_arg | $_am_arg:* )
17168 break ;;
17170 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17171 esac
17172 done
17173 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17174 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17175 X"$_am_arg" : 'X\(//\)[^/]' \| \
17176 X"$_am_arg" : 'X\(//\)$' \| \
17177 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17178 $as_echo X"$_am_arg" |
17179 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17180 s//\1/
17183 /^X\(\/\/\)[^/].*/{
17184 s//\1/
17187 /^X\(\/\/\)$/{
17188 s//\1/
17191 /^X\(\/\).*/{
17192 s//\1/
17195 s/.*/./; q'`/stamp-h$_am_stamp_count
17198 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17199 $as_echo "$as_me: executing $ac_file commands" >&6;}
17201 esac
17204 case $ac_file$ac_mode in
17205 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17206 # Older Autoconf quotes --file arguments for eval, but not when files
17207 # are listed without --file. Let's play safe and only enable the eval
17208 # if we detect the quoting.
17209 case $CONFIG_FILES in
17210 *\'*) eval set x "$CONFIG_FILES" ;;
17211 *) set x $CONFIG_FILES ;;
17212 esac
17213 shift
17214 for mf
17216 # Strip MF so we end up with the name of the file.
17217 mf=`echo "$mf" | sed -e 's/:.*$//'`
17218 # Check whether this is an Automake generated Makefile or not.
17219 # We used to match only the files named 'Makefile.in', but
17220 # some people rename them; so instead we look at the file content.
17221 # Grep'ing the first line is not enough: some people post-process
17222 # each Makefile.in and add a new line on top of each file to say so.
17223 # Grep'ing the whole file is not good either: AIX grep has a line
17224 # limit of 2048, but all sed's we know have understand at least 4000.
17225 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17226 dirpart=`$as_dirname -- "$mf" ||
17227 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17228 X"$mf" : 'X\(//\)[^/]' \| \
17229 X"$mf" : 'X\(//\)$' \| \
17230 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17231 $as_echo X"$mf" |
17232 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17233 s//\1/
17236 /^X\(\/\/\)[^/].*/{
17237 s//\1/
17240 /^X\(\/\/\)$/{
17241 s//\1/
17244 /^X\(\/\).*/{
17245 s//\1/
17248 s/.*/./; q'`
17249 else
17250 continue
17252 # Extract the definition of DEPDIR, am__include, and am__quote
17253 # from the Makefile without running 'make'.
17254 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17255 test -z "$DEPDIR" && continue
17256 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17257 test -z "$am__include" && continue
17258 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17259 # Find all dependency output files, they are included files with
17260 # $(DEPDIR) in their names. We invoke sed twice because it is the
17261 # simplest approach to changing $(DEPDIR) to its actual value in the
17262 # expansion.
17263 for file in `sed -n "
17264 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17265 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17266 # Make sure the directory exists.
17267 test -f "$dirpart/$file" && continue
17268 fdir=`$as_dirname -- "$file" ||
17269 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17270 X"$file" : 'X\(//\)[^/]' \| \
17271 X"$file" : 'X\(//\)$' \| \
17272 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17273 $as_echo X"$file" |
17274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17275 s//\1/
17278 /^X\(\/\/\)[^/].*/{
17279 s//\1/
17282 /^X\(\/\/\)$/{
17283 s//\1/
17286 /^X\(\/\).*/{
17287 s//\1/
17290 s/.*/./; q'`
17291 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17292 # echo "creating $dirpart/$file"
17293 echo '# dummy' > "$dirpart/$file"
17294 done
17295 done
17298 "libtool":C)
17300 # See if we are running on zsh, and set the options which allow our
17301 # commands through without removal of \ escapes.
17302 if test -n "${ZSH_VERSION+set}" ; then
17303 setopt NO_GLOB_SUBST
17306 cfgfile="${ofile}T"
17307 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17308 $RM "$cfgfile"
17310 cat <<_LT_EOF >> "$cfgfile"
17311 #! $SHELL
17313 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17314 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17315 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17316 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17318 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17319 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17320 # Written by Gordon Matzigkeit, 1996
17322 # This file is part of GNU Libtool.
17324 # GNU Libtool is free software; you can redistribute it and/or
17325 # modify it under the terms of the GNU General Public License as
17326 # published by the Free Software Foundation; either version 2 of
17327 # the License, or (at your option) any later version.
17329 # As a special exception to the GNU General Public License,
17330 # if you distribute this file as part of a program or library that
17331 # is built using GNU Libtool, you may include this file under the
17332 # same distribution terms that you use for the rest of that program.
17334 # GNU Libtool is distributed in the hope that it will be useful,
17335 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17336 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17337 # GNU General Public License for more details.
17339 # You should have received a copy of the GNU General Public License
17340 # along with GNU Libtool; see the file COPYING. If not, a copy
17341 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17342 # obtained by writing to the Free Software Foundation, Inc.,
17343 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17346 # The names of the tagged configurations supported by this script.
17347 available_tags=""
17349 # ### BEGIN LIBTOOL CONFIG
17351 # Whether or not to build shared libraries.
17352 build_libtool_libs=$enable_shared
17354 # Which release of libtool.m4 was used?
17355 macro_version=$macro_version
17356 macro_revision=$macro_revision
17358 # Whether or not to build static libraries.
17359 build_old_libs=$enable_static
17361 # What type of objects to build.
17362 pic_mode=$pic_mode
17364 # Whether or not to optimize for fast installation.
17365 fast_install=$enable_fast_install
17367 # Shell to use when invoking shell scripts.
17368 SHELL=$lt_SHELL
17370 # An echo program that protects backslashes.
17371 ECHO=$lt_ECHO
17373 # The host system.
17374 host_alias=$host_alias
17375 host=$host
17376 host_os=$host_os
17378 # The build system.
17379 build_alias=$build_alias
17380 build=$build
17381 build_os=$build_os
17383 # A sed program that does not truncate output.
17384 SED=$lt_SED
17386 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17387 Xsed="\$SED -e 1s/^X//"
17389 # A grep program that handles long lines.
17390 GREP=$lt_GREP
17392 # An ERE matcher.
17393 EGREP=$lt_EGREP
17395 # A literal string matcher.
17396 FGREP=$lt_FGREP
17398 # A BSD- or MS-compatible name lister.
17399 NM=$lt_NM
17401 # Whether we need soft or hard links.
17402 LN_S=$lt_LN_S
17404 # What is the maximum length of a command?
17405 max_cmd_len=$max_cmd_len
17407 # Object file suffix (normally "o").
17408 objext=$ac_objext
17410 # Executable file suffix (normally "").
17411 exeext=$exeext
17413 # whether the shell understands "unset".
17414 lt_unset=$lt_unset
17416 # turn spaces into newlines.
17417 SP2NL=$lt_lt_SP2NL
17419 # turn newlines into spaces.
17420 NL2SP=$lt_lt_NL2SP
17422 # An object symbol dumper.
17423 OBJDUMP=$lt_OBJDUMP
17425 # Method to check whether dependent libraries are shared objects.
17426 deplibs_check_method=$lt_deplibs_check_method
17428 # Command to use when deplibs_check_method == "file_magic".
17429 file_magic_cmd=$lt_file_magic_cmd
17431 # The archiver.
17432 AR=$lt_AR
17433 AR_FLAGS=$lt_AR_FLAGS
17435 # A symbol stripping program.
17436 STRIP=$lt_STRIP
17438 # Commands used to install an old-style archive.
17439 RANLIB=$lt_RANLIB
17440 old_postinstall_cmds=$lt_old_postinstall_cmds
17441 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17443 # Whether to use a lock for old archive extraction.
17444 lock_old_archive_extraction=$lock_old_archive_extraction
17446 # A C compiler.
17447 LTCC=$lt_CC
17449 # LTCC compiler flags.
17450 LTCFLAGS=$lt_CFLAGS
17452 # Take the output of nm and produce a listing of raw symbols and C names.
17453 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17455 # Transform the output of nm in a proper C declaration.
17456 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17458 # Transform the output of nm in a C name address pair.
17459 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17461 # Transform the output of nm in a C name address pair when lib prefix is needed.
17462 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17464 # The name of the directory that contains temporary libtool files.
17465 objdir=$objdir
17467 # Used to examine libraries when file_magic_cmd begins with "file".
17468 MAGIC_CMD=$MAGIC_CMD
17470 # Must we lock files when doing compilation?
17471 need_locks=$lt_need_locks
17473 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17474 DSYMUTIL=$lt_DSYMUTIL
17476 # Tool to change global to local symbols on Mac OS X.
17477 NMEDIT=$lt_NMEDIT
17479 # Tool to manipulate fat objects and archives on Mac OS X.
17480 LIPO=$lt_LIPO
17482 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17483 OTOOL=$lt_OTOOL
17485 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17486 OTOOL64=$lt_OTOOL64
17488 # Old archive suffix (normally "a").
17489 libext=$libext
17491 # Shared library suffix (normally ".so").
17492 shrext_cmds=$lt_shrext_cmds
17494 # The commands to extract the exported symbol list from a shared archive.
17495 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17497 # Variables whose values should be saved in libtool wrapper scripts and
17498 # restored at link time.
17499 variables_saved_for_relink=$lt_variables_saved_for_relink
17501 # Do we need the "lib" prefix for modules?
17502 need_lib_prefix=$need_lib_prefix
17504 # Do we need a version for libraries?
17505 need_version=$need_version
17507 # Library versioning type.
17508 version_type=$version_type
17510 # Shared library runtime path variable.
17511 runpath_var=$runpath_var
17513 # Shared library path variable.
17514 shlibpath_var=$shlibpath_var
17516 # Is shlibpath searched before the hard-coded library search path?
17517 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17519 # Format of library name prefix.
17520 libname_spec=$lt_libname_spec
17522 # List of archive names. First name is the real one, the rest are links.
17523 # The last name is the one that the linker finds with -lNAME
17524 library_names_spec=$lt_library_names_spec
17526 # The coded name of the library, if different from the real name.
17527 soname_spec=$lt_soname_spec
17529 # Permission mode override for installation of shared libraries.
17530 install_override_mode=$lt_install_override_mode
17532 # Command to use after installation of a shared archive.
17533 postinstall_cmds=$lt_postinstall_cmds
17535 # Command to use after uninstallation of a shared archive.
17536 postuninstall_cmds=$lt_postuninstall_cmds
17538 # Commands used to finish a libtool library installation in a directory.
17539 finish_cmds=$lt_finish_cmds
17541 # As "finish_cmds", except a single script fragment to be evaled but
17542 # not shown.
17543 finish_eval=$lt_finish_eval
17545 # Whether we should hardcode library paths into libraries.
17546 hardcode_into_libs=$hardcode_into_libs
17548 # Compile-time system search path for libraries.
17549 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17551 # Run-time system search path for libraries.
17552 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17554 # Whether dlopen is supported.
17555 dlopen_support=$enable_dlopen
17557 # Whether dlopen of programs is supported.
17558 dlopen_self=$enable_dlopen_self
17560 # Whether dlopen of statically linked programs is supported.
17561 dlopen_self_static=$enable_dlopen_self_static
17563 # Commands to strip libraries.
17564 old_striplib=$lt_old_striplib
17565 striplib=$lt_striplib
17568 # The linker used to build libraries.
17569 LD=$lt_LD
17571 # How to create reloadable object files.
17572 reload_flag=$lt_reload_flag
17573 reload_cmds=$lt_reload_cmds
17575 # Commands used to build an old-style archive.
17576 old_archive_cmds=$lt_old_archive_cmds
17578 # A language specific compiler.
17579 CC=$lt_compiler
17581 # Is the compiler the GNU compiler?
17582 with_gcc=$GCC
17584 # Compiler flag to turn off builtin functions.
17585 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17587 # How to pass a linker flag through the compiler.
17588 wl=$lt_lt_prog_compiler_wl
17590 # Additional compiler flags for building library objects.
17591 pic_flag=$lt_lt_prog_compiler_pic
17593 # Compiler flag to prevent dynamic linking.
17594 link_static_flag=$lt_lt_prog_compiler_static
17596 # Does compiler simultaneously support -c and -o options?
17597 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17599 # Whether or not to add -lc for building shared libraries.
17600 build_libtool_need_lc=$archive_cmds_need_lc
17602 # Whether or not to disallow shared libs when runtime libs are static.
17603 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17605 # Compiler flag to allow reflexive dlopens.
17606 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17608 # Compiler flag to generate shared objects directly from archives.
17609 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17611 # Whether the compiler copes with passing no objects directly.
17612 compiler_needs_object=$lt_compiler_needs_object
17614 # Create an old-style archive from a shared archive.
17615 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17617 # Create a temporary old-style archive to link instead of a shared archive.
17618 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17620 # Commands used to build a shared archive.
17621 archive_cmds=$lt_archive_cmds
17622 archive_expsym_cmds=$lt_archive_expsym_cmds
17624 # Commands used to build a loadable module if different from building
17625 # a shared archive.
17626 module_cmds=$lt_module_cmds
17627 module_expsym_cmds=$lt_module_expsym_cmds
17629 # Whether we are building with GNU ld or not.
17630 with_gnu_ld=$lt_with_gnu_ld
17632 # Flag that allows shared libraries with undefined symbols to be built.
17633 allow_undefined_flag=$lt_allow_undefined_flag
17635 # Flag that enforces no undefined symbols.
17636 no_undefined_flag=$lt_no_undefined_flag
17638 # Flag to hardcode \$libdir into a binary during linking.
17639 # This must work even if \$libdir does not exist
17640 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17642 # If ld is used when linking, flag to hardcode \$libdir into a binary
17643 # during linking. This must work even if \$libdir does not exist.
17644 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17646 # Whether we need a single "-rpath" flag with a separated argument.
17647 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17649 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17650 # DIR into the resulting binary.
17651 hardcode_direct=$hardcode_direct
17653 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17654 # DIR into the resulting binary and the resulting library dependency is
17655 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17656 # library is relocated.
17657 hardcode_direct_absolute=$hardcode_direct_absolute
17659 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17660 # into the resulting binary.
17661 hardcode_minus_L=$hardcode_minus_L
17663 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17664 # into the resulting binary.
17665 hardcode_shlibpath_var=$hardcode_shlibpath_var
17667 # Set to "yes" if building a shared library automatically hardcodes DIR
17668 # into the library and all subsequent libraries and executables linked
17669 # against it.
17670 hardcode_automatic=$hardcode_automatic
17672 # Set to yes if linker adds runtime paths of dependent libraries
17673 # to runtime path list.
17674 inherit_rpath=$inherit_rpath
17676 # Whether libtool must link a program against all its dependency libraries.
17677 link_all_deplibs=$link_all_deplibs
17679 # Fix the shell variable \$srcfile for the compiler.
17680 fix_srcfile_path=$lt_fix_srcfile_path
17682 # Set to "yes" if exported symbols are required.
17683 always_export_symbols=$always_export_symbols
17685 # The commands to list exported symbols.
17686 export_symbols_cmds=$lt_export_symbols_cmds
17688 # Symbols that should not be listed in the preloaded symbols.
17689 exclude_expsyms=$lt_exclude_expsyms
17691 # Symbols that must always be exported.
17692 include_expsyms=$lt_include_expsyms
17694 # Commands necessary for linking programs (against libraries) with templates.
17695 prelink_cmds=$lt_prelink_cmds
17697 # Specify filename containing input files.
17698 file_list_spec=$lt_file_list_spec
17700 # How to hardcode a shared library path into an executable.
17701 hardcode_action=$hardcode_action
17703 # ### END LIBTOOL CONFIG
17705 _LT_EOF
17707 case $host_os in
17708 aix3*)
17709 cat <<\_LT_EOF >> "$cfgfile"
17710 # AIX sometimes has problems with the GCC collect2 program. For some
17711 # reason, if we set the COLLECT_NAMES environment variable, the problems
17712 # vanish in a puff of smoke.
17713 if test "X${COLLECT_NAMES+set}" != Xset; then
17714 COLLECT_NAMES=
17715 export COLLECT_NAMES
17717 _LT_EOF
17719 esac
17722 ltmain="$ac_aux_dir/ltmain.sh"
17725 # We use sed instead of cat because bash on DJGPP gets confused if
17726 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17727 # text mode, it properly converts lines to CR/LF. This bash problem
17728 # is reportedly fixed, but why not run on old versions too?
17729 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17730 || (rm -f "$cfgfile"; exit 1)
17732 case $xsi_shell in
17733 yes)
17734 cat << \_LT_EOF >> "$cfgfile"
17736 # func_dirname file append nondir_replacement
17737 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17738 # otherwise set result to NONDIR_REPLACEMENT.
17739 func_dirname ()
17741 case ${1} in
17742 */*) func_dirname_result="${1%/*}${2}" ;;
17743 * ) func_dirname_result="${3}" ;;
17744 esac
17747 # func_basename file
17748 func_basename ()
17750 func_basename_result="${1##*/}"
17753 # func_dirname_and_basename file append nondir_replacement
17754 # perform func_basename and func_dirname in a single function
17755 # call:
17756 # dirname: Compute the dirname of FILE. If nonempty,
17757 # add APPEND to the result, otherwise set result
17758 # to NONDIR_REPLACEMENT.
17759 # value returned in "$func_dirname_result"
17760 # basename: Compute filename of FILE.
17761 # value retuned in "$func_basename_result"
17762 # Implementation must be kept synchronized with func_dirname
17763 # and func_basename. For efficiency, we do not delegate to
17764 # those functions but instead duplicate the functionality here.
17765 func_dirname_and_basename ()
17767 case ${1} in
17768 */*) func_dirname_result="${1%/*}${2}" ;;
17769 * ) func_dirname_result="${3}" ;;
17770 esac
17771 func_basename_result="${1##*/}"
17774 # func_stripname prefix suffix name
17775 # strip PREFIX and SUFFIX off of NAME.
17776 # PREFIX and SUFFIX must not contain globbing or regex special
17777 # characters, hashes, percent signs, but SUFFIX may contain a leading
17778 # dot (in which case that matches only a dot).
17779 func_stripname ()
17781 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17782 # positional parameters, so assign one to ordinary parameter first.
17783 func_stripname_result=${3}
17784 func_stripname_result=${func_stripname_result#"${1}"}
17785 func_stripname_result=${func_stripname_result%"${2}"}
17788 # func_opt_split
17789 func_opt_split ()
17791 func_opt_split_opt=${1%%=*}
17792 func_opt_split_arg=${1#*=}
17795 # func_lo2o object
17796 func_lo2o ()
17798 case ${1} in
17799 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17800 *) func_lo2o_result=${1} ;;
17801 esac
17804 # func_xform libobj-or-source
17805 func_xform ()
17807 func_xform_result=${1%.*}.lo
17810 # func_arith arithmetic-term...
17811 func_arith ()
17813 func_arith_result=$(( $* ))
17816 # func_len string
17817 # STRING may not start with a hyphen.
17818 func_len ()
17820 func_len_result=${#1}
17823 _LT_EOF
17825 *) # Bourne compatible functions.
17826 cat << \_LT_EOF >> "$cfgfile"
17828 # func_dirname file append nondir_replacement
17829 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17830 # otherwise set result to NONDIR_REPLACEMENT.
17831 func_dirname ()
17833 # Extract subdirectory from the argument.
17834 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17835 if test "X$func_dirname_result" = "X${1}"; then
17836 func_dirname_result="${3}"
17837 else
17838 func_dirname_result="$func_dirname_result${2}"
17842 # func_basename file
17843 func_basename ()
17845 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17849 # func_stripname prefix suffix name
17850 # strip PREFIX and SUFFIX off of NAME.
17851 # PREFIX and SUFFIX must not contain globbing or regex special
17852 # characters, hashes, percent signs, but SUFFIX may contain a leading
17853 # dot (in which case that matches only a dot).
17854 # func_strip_suffix prefix name
17855 func_stripname ()
17857 case ${2} in
17858 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17859 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17860 esac
17863 # sed scripts:
17864 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17865 my_sed_long_arg='1s/^-[^=]*=//'
17867 # func_opt_split
17868 func_opt_split ()
17870 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17871 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17874 # func_lo2o object
17875 func_lo2o ()
17877 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17880 # func_xform libobj-or-source
17881 func_xform ()
17883 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17886 # func_arith arithmetic-term...
17887 func_arith ()
17889 func_arith_result=`expr "$@"`
17892 # func_len string
17893 # STRING may not start with a hyphen.
17894 func_len ()
17896 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17899 _LT_EOF
17900 esac
17902 case $lt_shell_append in
17903 yes)
17904 cat << \_LT_EOF >> "$cfgfile"
17906 # func_append var value
17907 # Append VALUE to the end of shell variable VAR.
17908 func_append ()
17910 eval "$1+=\$2"
17912 _LT_EOF
17915 cat << \_LT_EOF >> "$cfgfile"
17917 # func_append var value
17918 # Append VALUE to the end of shell variable VAR.
17919 func_append ()
17921 eval "$1=\$$1\$2"
17924 _LT_EOF
17926 esac
17929 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17930 || (rm -f "$cfgfile"; exit 1)
17932 mv -f "$cfgfile" "$ofile" ||
17933 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17934 chmod +x "$ofile"
17937 "default-1":C)
17938 for ac_file in $CONFIG_FILES; do
17939 # Support "outfile[:infile[:infile...]]"
17940 case "$ac_file" in
17941 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17942 esac
17943 # PO directories have a Makefile.in generated from Makefile.in.in.
17944 case "$ac_file" in */Makefile.in)
17945 # Adjust a relative srcdir.
17946 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17947 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17948 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17949 # In autoconf-2.13 it is called $ac_given_srcdir.
17950 # In autoconf-2.50 it is called $srcdir.
17951 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17952 case "$ac_given_srcdir" in
17953 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17954 /*) top_srcdir="$ac_given_srcdir" ;;
17955 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17956 esac
17957 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17958 rm -f "$ac_dir/POTFILES"
17959 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17960 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17961 POMAKEFILEDEPS="POTFILES.in"
17962 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17963 # on $ac_dir but don't depend on user-specified configuration
17964 # parameters.
17965 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17966 # The LINGUAS file contains the set of available languages.
17967 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17968 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17970 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17971 # Hide the ALL_LINGUAS assigment from automake.
17972 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17973 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17974 else
17975 # The set of available languages was given in configure.ac.
17976 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17978 case "$ac_given_srcdir" in
17979 .) srcdirpre= ;;
17980 *) srcdirpre='$(srcdir)/' ;;
17981 esac
17982 POFILES=
17983 GMOFILES=
17984 UPDATEPOFILES=
17985 DUMMYPOFILES=
17986 for lang in $ALL_LINGUAS; do
17987 POFILES="$POFILES $srcdirpre$lang.po"
17988 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17989 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17990 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17991 done
17992 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17993 # environment variable.
17994 INST_LINGUAS=
17995 if test -n "$ALL_LINGUAS"; then
17996 for presentlang in $ALL_LINGUAS; do
17997 useit=no
17998 if test "%UNSET%" != "$LINGUAS"; then
17999 desiredlanguages="$LINGUAS"
18000 else
18001 desiredlanguages="$ALL_LINGUAS"
18003 for desiredlang in $desiredlanguages; do
18004 # Use the presentlang catalog if desiredlang is
18005 # a. equal to presentlang, or
18006 # b. a variant of presentlang (because in this case,
18007 # presentlang can be used as a fallback for messages
18008 # which are not translated in the desiredlang catalog).
18009 case "$desiredlang" in
18010 "$presentlang"*) useit=yes;;
18011 esac
18012 done
18013 if test $useit = yes; then
18014 INST_LINGUAS="$INST_LINGUAS $presentlang"
18016 done
18018 CATALOGS=
18019 if test -n "$INST_LINGUAS"; then
18020 for lang in $INST_LINGUAS; do
18021 CATALOGS="$CATALOGS $lang.gmo"
18022 done
18024 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18025 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"
18026 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18027 if test -f "$f"; then
18028 case "$f" in
18029 *.orig | *.bak | *~) ;;
18030 *) cat "$f" >> "$ac_dir/Makefile" ;;
18031 esac
18033 done
18036 esac
18037 done ;;
18038 "default":C)
18039 case "$srcdir" in
18040 .) srcdirpre= ;;
18041 *) srcdirpre='$(srcdir)/' ;;
18042 esac
18043 POFILES=
18044 GMOFILES=
18045 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18046 if test $lang != dummy; then
18047 POFILES="$POFILES $srcdirpre$lang.po"
18048 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18050 done
18051 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18052 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18053 -e "s,@POFILES@,$POFILES," \
18054 -e "s,@GMOFILES@,$GMOFILES," \
18055 po/Makefile.in > po/Makefile ;;
18057 esac
18058 done # for ac_tag
18061 as_fn_exit 0
18062 _ACEOF
18063 ac_clean_files=$ac_clean_files_save
18065 test $ac_write_fail = 0 ||
18066 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18069 # configure is writing to config.log, and then calls config.status.
18070 # config.status does its own redirection, appending to config.log.
18071 # Unfortunately, on DOS this fails, as config.log is still kept open
18072 # by configure, so config.status won't be able to write to it; its
18073 # output is simply discarded. So we exec the FD to /dev/null,
18074 # effectively closing config.log, so it can be properly (re)opened and
18075 # appended to by config.status. When coming back to configure, we
18076 # need to make the FD available again.
18077 if test "$no_create" != yes; then
18078 ac_cs_success=:
18079 ac_config_status_args=
18080 test "$silent" = yes &&
18081 ac_config_status_args="$ac_config_status_args --quiet"
18082 exec 5>/dev/null
18083 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18084 exec 5>>config.log
18085 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18086 # would make configure fail if this is the last instruction.
18087 $ac_cs_success || as_fn_exit 1
18089 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18091 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18096 touch config.status.tmp
18097 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
18098 sed '/as_fn_exit 0/i \
18099 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
18100 touch --reference=Makefile Makefile.tmp \
18101 mv Makefile.tmp Makefile \
18102 ' config.status > config.status.tmp
18103 touch --reference=config.status config.status.tmp
18104 mv config.status.tmp config.status
18105 chmod +x config.status
18106 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
18107 touch --reference=Makefile Makefile.tmp
18108 mv Makefile.tmp Makefile
18109 else
18110 rm -f config.status.tmp