daily update
[deliverable/binutils-gdb.git] / bfd / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64 for bfd 2.23.51.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_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.
43if 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 --'
47elif (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'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
241 fi
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384else
385 as_expr=false
386fi
387
388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390else
391 as_basename=false
392fi
393
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
399
400as_me=`$as_basename -- "$0" ||
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456}
457
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
469esac
470
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477fi
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492else
493 as_ln_s='cp -p'
494fi
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
497
498if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537exec 7<&0 </dev/null 6>&1
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555
556# Identity of this package.
557PACKAGE_NAME='bfd'
558PACKAGE_TARNAME='bfd'
559PACKAGE_VERSION='2.23.51'
560PACKAGE_STRING='bfd 2.23.51'
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
563
564ac_unique_file="libbfd.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
568#ifdef HAVE_SYS_TYPES_H
569# include <sys/types.h>
570#endif
571#ifdef HAVE_SYS_STAT_H
572# include <sys/stat.h>
573#endif
574#ifdef STDC_HEADERS
575# include <stdlib.h>
576# include <stddef.h>
577#else
578# ifdef HAVE_STDLIB_H
579# include <stdlib.h>
580# endif
581#endif
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
588#ifdef HAVE_STRINGS_H
589# include <strings.h>
590#endif
591#ifdef HAVE_INTTYPES_H
592# include <inttypes.h>
593#endif
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
598# include <unistd.h>
599#endif"
600
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605havevecs
606tdefaults
607bfd_ufile_ptr
608bfd_file_ptr
609supports_plugins
610bfd_default_target_size
611bfd_machines
612bfd_backends
613all_backends
614bfd64_libs
615wordsize
616TDEFINES
617SHARED_LIBADD
618SHARED_LDFLAGS
619LIBM
620COREFLAG
621COREFILE
622EXEEXT_FOR_BUILD
623CC_FOR_BUILD
624BFD_HOSTPTR_T
625BFD_HOST_U_64_BIT
626BFD_HOST_64_BIT
627BFD_HOST_64_BIT_DEFINED
628BFD_HOST_64BIT_LONG_LONG
629BFD_HOST_64BIT_LONG
630HDEFINES
631MSGMERGE
632MSGFMT
633MKINSTALLDIRS
634CATOBJEXT
635GENCAT
636INSTOBJEXT
637DATADIRNAME
638CATALOGS
639POSUB
640GMSGFMT
641XGETTEXT
642INCINTL
643LIBINTL_DEP
644LIBINTL
645USE_NLS
646bfdincludedir
647bfdlibdir
648target_noncanonical
649host_noncanonical
650INSTALL_LIBBFD_FALSE
651INSTALL_LIBBFD_TRUE
652GENINSRC_NEVER_FALSE
653GENINSRC_NEVER_TRUE
654MAINT
655MAINTAINER_MODE_FALSE
656MAINTAINER_MODE_TRUE
657NO_WERROR
658WARN_CFLAGS
659REPORT_BUGS_TEXI
660REPORT_BUGS_TO
661PKGVERSION
662DEBUGDIR
663PLUGINS_FALSE
664PLUGINS_TRUE
665OTOOL64
666OTOOL
667LIPO
668NMEDIT
669DSYMUTIL
670OBJDUMP
671LN_S
672NM
673ac_ct_DUMPBIN
674DUMPBIN
675LD
676FGREP
677SED
678LIBTOOL
679EGREP
680GREP
681CPP
682RANLIB
683AR
684am__fastdepCC_FALSE
685am__fastdepCC_TRUE
686CCDEPMODE
687AMDEPBACKSLASH
688AMDEP_FALSE
689AMDEP_TRUE
690am__quote
691am__include
692DEPDIR
693am__untar
694am__tar
695AMTAR
696am__leading_dot
697SET_MAKE
698AWK
699mkdir_p
700MKDIR_P
701INSTALL_STRIP_PROGRAM
702STRIP
703install_sh
704MAKEINFO
705AUTOHEADER
706AUTOMAKE
707AUTOCONF
708ACLOCAL
709VERSION
710PACKAGE
711CYGPATH_W
712am__isrc
713INSTALL_DATA
714INSTALL_SCRIPT
715INSTALL_PROGRAM
716OBJEXT
717EXEEXT
718ac_ct_CC
719CPPFLAGS
720LDFLAGS
721CFLAGS
722CC
723target_os
724target_vendor
725target_cpu
726target
727host_os
728host_vendor
729host_cpu
730host
731build_os
732build_vendor
733build_cpu
734build
735target_alias
736host_alias
737build_alias
738LIBS
739ECHO_T
740ECHO_N
741ECHO_C
742DEFS
743mandir
744localedir
745libdir
746psdir
747pdfdir
748dvidir
749htmldir
750infodir
751docdir
752oldincludedir
753includedir
754localstatedir
755sharedstatedir
756sysconfdir
757datadir
758datarootdir
759libexecdir
760sbindir
761bindir
762program_transform_name
763prefix
764exec_prefix
765PACKAGE_URL
766PACKAGE_BUGREPORT
767PACKAGE_STRING
768PACKAGE_VERSION
769PACKAGE_TARNAME
770PACKAGE_NAME
771PATH_SEPARATOR
772SHELL'
773ac_subst_files=''
774ac_user_opts='
775enable_option_checking
776enable_dependency_tracking
777enable_shared
778enable_static
779with_pic
780enable_fast_install
781with_gnu_ld
782enable_libtool_lock
783enable_plugins
784enable_largefile
785enable_64_bit_bfd
786enable_targets
787with_mmap
788enable_secureplt
789enable_leading_mingw64_underscores
790with_separate_debug_dir
791enable_elf_stt_common
792with_pkgversion
793with_bugurl
794enable_werror
795enable_build_warnings
796enable_maintainer_mode
797enable_install_libbfd
798enable_nls
799with_zlib
800'
801 ac_precious_vars='build_alias
802host_alias
803target_alias
804CC
805CFLAGS
806LDFLAGS
807LIBS
808CPPFLAGS
809CPP'
810
811
812# Initialize some variables set by options.
813ac_init_help=
814ac_init_version=false
815ac_unrecognized_opts=
816ac_unrecognized_sep=
817# The variables have the same names as the options, with
818# dashes changed to underlines.
819cache_file=/dev/null
820exec_prefix=NONE
821no_create=
822no_recursion=
823prefix=NONE
824program_prefix=NONE
825program_suffix=NONE
826program_transform_name=s,x,x,
827silent=
828site=
829srcdir=
830verbose=
831x_includes=NONE
832x_libraries=NONE
833
834# Installation directory options.
835# These are left unexpanded so users can "make install exec_prefix=/foo"
836# and all the variables that are supposed to be based on exec_prefix
837# by default will actually change.
838# Use braces instead of parens because sh, perl, etc. also accept them.
839# (The list follows the same order as the GNU Coding Standards.)
840bindir='${exec_prefix}/bin'
841sbindir='${exec_prefix}/sbin'
842libexecdir='${exec_prefix}/libexec'
843datarootdir='${prefix}/share'
844datadir='${datarootdir}'
845sysconfdir='${prefix}/etc'
846sharedstatedir='${prefix}/com'
847localstatedir='${prefix}/var'
848includedir='${prefix}/include'
849oldincludedir='/usr/include'
850docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
851infodir='${datarootdir}/info'
852htmldir='${docdir}'
853dvidir='${docdir}'
854pdfdir='${docdir}'
855psdir='${docdir}'
856libdir='${exec_prefix}/lib'
857localedir='${datarootdir}/locale'
858mandir='${datarootdir}/man'
859
860ac_prev=
861ac_dashdash=
862for ac_option
863do
864 # If the previous option needs an argument, assign it.
865 if test -n "$ac_prev"; then
866 eval $ac_prev=\$ac_option
867 ac_prev=
868 continue
869 fi
870
871 case $ac_option in
872 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
873 *) ac_optarg=yes ;;
874 esac
875
876 # Accept the important Cygnus configure options, so we can diagnose typos.
877
878 case $ac_dashdash$ac_option in
879 --)
880 ac_dashdash=yes ;;
881
882 -bindir | --bindir | --bindi | --bind | --bin | --bi)
883 ac_prev=bindir ;;
884 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
885 bindir=$ac_optarg ;;
886
887 -build | --build | --buil | --bui | --bu)
888 ac_prev=build_alias ;;
889 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
890 build_alias=$ac_optarg ;;
891
892 -cache-file | --cache-file | --cache-fil | --cache-fi \
893 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
894 ac_prev=cache_file ;;
895 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
896 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
897 cache_file=$ac_optarg ;;
898
899 --config-cache | -C)
900 cache_file=config.cache ;;
901
902 -datadir | --datadir | --datadi | --datad)
903 ac_prev=datadir ;;
904 -datadir=* | --datadir=* | --datadi=* | --datad=*)
905 datadir=$ac_optarg ;;
906
907 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
908 | --dataroo | --dataro | --datar)
909 ac_prev=datarootdir ;;
910 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
911 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
912 datarootdir=$ac_optarg ;;
913
914 -disable-* | --disable-*)
915 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
916 # Reject names that are not valid shell variable names.
917 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
918 as_fn_error "invalid feature name: $ac_useropt"
919 ac_useropt_orig=$ac_useropt
920 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
921 case $ac_user_opts in
922 *"
923"enable_$ac_useropt"
924"*) ;;
925 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
926 ac_unrecognized_sep=', ';;
927 esac
928 eval enable_$ac_useropt=no ;;
929
930 -docdir | --docdir | --docdi | --doc | --do)
931 ac_prev=docdir ;;
932 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
933 docdir=$ac_optarg ;;
934
935 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
936 ac_prev=dvidir ;;
937 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
938 dvidir=$ac_optarg ;;
939
940 -enable-* | --enable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
948 *"
949"enable_$ac_useropt"
950"*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=\$ac_optarg ;;
955
956 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
957 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
958 | --exec | --exe | --ex)
959 ac_prev=exec_prefix ;;
960 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
961 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
962 | --exec=* | --exe=* | --ex=*)
963 exec_prefix=$ac_optarg ;;
964
965 -gas | --gas | --ga | --g)
966 # Obsolete; use --with-gas.
967 with_gas=yes ;;
968
969 -help | --help | --hel | --he | -h)
970 ac_init_help=long ;;
971 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
972 ac_init_help=recursive ;;
973 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
974 ac_init_help=short ;;
975
976 -host | --host | --hos | --ho)
977 ac_prev=host_alias ;;
978 -host=* | --host=* | --hos=* | --ho=*)
979 host_alias=$ac_optarg ;;
980
981 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
982 ac_prev=htmldir ;;
983 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
984 | --ht=*)
985 htmldir=$ac_optarg ;;
986
987 -includedir | --includedir | --includedi | --included | --include \
988 | --includ | --inclu | --incl | --inc)
989 ac_prev=includedir ;;
990 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
991 | --includ=* | --inclu=* | --incl=* | --inc=*)
992 includedir=$ac_optarg ;;
993
994 -infodir | --infodir | --infodi | --infod | --info | --inf)
995 ac_prev=infodir ;;
996 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
997 infodir=$ac_optarg ;;
998
999 -libdir | --libdir | --libdi | --libd)
1000 ac_prev=libdir ;;
1001 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1002 libdir=$ac_optarg ;;
1003
1004 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1005 | --libexe | --libex | --libe)
1006 ac_prev=libexecdir ;;
1007 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1008 | --libexe=* | --libex=* | --libe=*)
1009 libexecdir=$ac_optarg ;;
1010
1011 -localedir | --localedir | --localedi | --localed | --locale)
1012 ac_prev=localedir ;;
1013 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1014 localedir=$ac_optarg ;;
1015
1016 -localstatedir | --localstatedir | --localstatedi | --localstated \
1017 | --localstate | --localstat | --localsta | --localst | --locals)
1018 ac_prev=localstatedir ;;
1019 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1020 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1021 localstatedir=$ac_optarg ;;
1022
1023 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1024 ac_prev=mandir ;;
1025 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1026 mandir=$ac_optarg ;;
1027
1028 -nfp | --nfp | --nf)
1029 # Obsolete; use --without-fp.
1030 with_fp=no ;;
1031
1032 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1033 | --no-cr | --no-c | -n)
1034 no_create=yes ;;
1035
1036 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1037 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1038 no_recursion=yes ;;
1039
1040 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1041 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1042 | --oldin | --oldi | --old | --ol | --o)
1043 ac_prev=oldincludedir ;;
1044 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1045 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1046 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1047 oldincludedir=$ac_optarg ;;
1048
1049 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1050 ac_prev=prefix ;;
1051 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1052 prefix=$ac_optarg ;;
1053
1054 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1055 | --program-pre | --program-pr | --program-p)
1056 ac_prev=program_prefix ;;
1057 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1058 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1059 program_prefix=$ac_optarg ;;
1060
1061 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1062 | --program-suf | --program-su | --program-s)
1063 ac_prev=program_suffix ;;
1064 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1065 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1066 program_suffix=$ac_optarg ;;
1067
1068 -program-transform-name | --program-transform-name \
1069 | --program-transform-nam | --program-transform-na \
1070 | --program-transform-n | --program-transform- \
1071 | --program-transform | --program-transfor \
1072 | --program-transfo | --program-transf \
1073 | --program-trans | --program-tran \
1074 | --progr-tra | --program-tr | --program-t)
1075 ac_prev=program_transform_name ;;
1076 -program-transform-name=* | --program-transform-name=* \
1077 | --program-transform-nam=* | --program-transform-na=* \
1078 | --program-transform-n=* | --program-transform-=* \
1079 | --program-transform=* | --program-transfor=* \
1080 | --program-transfo=* | --program-transf=* \
1081 | --program-trans=* | --program-tran=* \
1082 | --progr-tra=* | --program-tr=* | --program-t=*)
1083 program_transform_name=$ac_optarg ;;
1084
1085 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1086 ac_prev=pdfdir ;;
1087 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1088 pdfdir=$ac_optarg ;;
1089
1090 -psdir | --psdir | --psdi | --psd | --ps)
1091 ac_prev=psdir ;;
1092 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1093 psdir=$ac_optarg ;;
1094
1095 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1096 | -silent | --silent | --silen | --sile | --sil)
1097 silent=yes ;;
1098
1099 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1100 ac_prev=sbindir ;;
1101 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1102 | --sbi=* | --sb=*)
1103 sbindir=$ac_optarg ;;
1104
1105 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1106 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1107 | --sharedst | --shareds | --shared | --share | --shar \
1108 | --sha | --sh)
1109 ac_prev=sharedstatedir ;;
1110 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1111 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1112 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1113 | --sha=* | --sh=*)
1114 sharedstatedir=$ac_optarg ;;
1115
1116 -site | --site | --sit)
1117 ac_prev=site ;;
1118 -site=* | --site=* | --sit=*)
1119 site=$ac_optarg ;;
1120
1121 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1122 ac_prev=srcdir ;;
1123 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1124 srcdir=$ac_optarg ;;
1125
1126 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1127 | --syscon | --sysco | --sysc | --sys | --sy)
1128 ac_prev=sysconfdir ;;
1129 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1130 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1131 sysconfdir=$ac_optarg ;;
1132
1133 -target | --target | --targe | --targ | --tar | --ta | --t)
1134 ac_prev=target_alias ;;
1135 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1136 target_alias=$ac_optarg ;;
1137
1138 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1139 verbose=yes ;;
1140
1141 -version | --version | --versio | --versi | --vers | -V)
1142 ac_init_version=: ;;
1143
1144 -with-* | --with-*)
1145 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1146 # Reject names that are not valid shell variable names.
1147 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1148 as_fn_error "invalid package name: $ac_useropt"
1149 ac_useropt_orig=$ac_useropt
1150 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1151 case $ac_user_opts in
1152 *"
1153"with_$ac_useropt"
1154"*) ;;
1155 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1156 ac_unrecognized_sep=', ';;
1157 esac
1158 eval with_$ac_useropt=\$ac_optarg ;;
1159
1160 -without-* | --without-*)
1161 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1162 # Reject names that are not valid shell variable names.
1163 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1164 as_fn_error "invalid package name: $ac_useropt"
1165 ac_useropt_orig=$ac_useropt
1166 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167 case $ac_user_opts in
1168 *"
1169"with_$ac_useropt"
1170"*) ;;
1171 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1172 ac_unrecognized_sep=', ';;
1173 esac
1174 eval with_$ac_useropt=no ;;
1175
1176 --x)
1177 # Obsolete; use --with-x.
1178 with_x=yes ;;
1179
1180 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1181 | --x-incl | --x-inc | --x-in | --x-i)
1182 ac_prev=x_includes ;;
1183 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1184 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1185 x_includes=$ac_optarg ;;
1186
1187 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1188 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1189 ac_prev=x_libraries ;;
1190 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1191 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1192 x_libraries=$ac_optarg ;;
1193
1194 -*) as_fn_error "unrecognized option: \`$ac_option'
1195Try \`$0 --help' for more information."
1196 ;;
1197
1198 *=*)
1199 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1200 # Reject names that are not valid shell variable names.
1201 case $ac_envvar in #(
1202 '' | [0-9]* | *[!_$as_cr_alnum]* )
1203 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1204 esac
1205 eval $ac_envvar=\$ac_optarg
1206 export $ac_envvar ;;
1207
1208 *)
1209 # FIXME: should be removed in autoconf 3.0.
1210 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1211 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1212 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1213 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1214 ;;
1215
1216 esac
1217done
1218
1219if test -n "$ac_prev"; then
1220 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1221 as_fn_error "missing argument to $ac_option"
1222fi
1223
1224if test -n "$ac_unrecognized_opts"; then
1225 case $enable_option_checking in
1226 no) ;;
1227 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1228 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1229 esac
1230fi
1231
1232# Check all directory arguments for consistency.
1233for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1234 datadir sysconfdir sharedstatedir localstatedir includedir \
1235 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1236 libdir localedir mandir
1237do
1238 eval ac_val=\$$ac_var
1239 # Remove trailing slashes.
1240 case $ac_val in
1241 */ )
1242 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1243 eval $ac_var=\$ac_val;;
1244 esac
1245 # Be sure to have absolute directory names.
1246 case $ac_val in
1247 [\\/$]* | ?:[\\/]* ) continue;;
1248 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1249 esac
1250 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1251done
1252
1253# There might be people who depend on the old broken behavior: `$host'
1254# used to hold the argument of --host etc.
1255# FIXME: To remove some day.
1256build=$build_alias
1257host=$host_alias
1258target=$target_alias
1259
1260# FIXME: To remove some day.
1261if test "x$host_alias" != x; then
1262 if test "x$build_alias" = x; then
1263 cross_compiling=maybe
1264 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1265 If a cross compiler is detected then cross compile mode will be used." >&2
1266 elif test "x$build_alias" != "x$host_alias"; then
1267 cross_compiling=yes
1268 fi
1269fi
1270
1271ac_tool_prefix=
1272test -n "$host_alias" && ac_tool_prefix=$host_alias-
1273
1274test "$silent" = yes && exec 6>/dev/null
1275
1276
1277ac_pwd=`pwd` && test -n "$ac_pwd" &&
1278ac_ls_di=`ls -di .` &&
1279ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1280 as_fn_error "working directory cannot be determined"
1281test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1282 as_fn_error "pwd does not report name of working directory"
1283
1284
1285# Find the source files, if location was not specified.
1286if test -z "$srcdir"; then
1287 ac_srcdir_defaulted=yes
1288 # Try the directory containing this script, then the parent directory.
1289 ac_confdir=`$as_dirname -- "$as_myself" ||
1290$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1291 X"$as_myself" : 'X\(//\)[^/]' \| \
1292 X"$as_myself" : 'X\(//\)$' \| \
1293 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1294$as_echo X"$as_myself" |
1295 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1296 s//\1/
1297 q
1298 }
1299 /^X\(\/\/\)[^/].*/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\/\)$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\).*/{
1308 s//\1/
1309 q
1310 }
1311 s/.*/./; q'`
1312 srcdir=$ac_confdir
1313 if test ! -r "$srcdir/$ac_unique_file"; then
1314 srcdir=..
1315 fi
1316else
1317 ac_srcdir_defaulted=no
1318fi
1319if test ! -r "$srcdir/$ac_unique_file"; then
1320 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1321 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1322fi
1323ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1324ac_abs_confdir=`(
1325 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1326 pwd)`
1327# When building in place, set srcdir=.
1328if test "$ac_abs_confdir" = "$ac_pwd"; then
1329 srcdir=.
1330fi
1331# Remove unnecessary trailing slashes from srcdir.
1332# Double slashes in file names in object file debugging info
1333# mess up M-x gdb in Emacs.
1334case $srcdir in
1335*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1336esac
1337for ac_var in $ac_precious_vars; do
1338 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1339 eval ac_env_${ac_var}_value=\$${ac_var}
1340 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1341 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1342done
1343
1344#
1345# Report the --help message.
1346#
1347if test "$ac_init_help" = "long"; then
1348 # Omit some internal or obsolete options to make the list less imposing.
1349 # This message is too long to be a string in the A/UX 3.1 sh.
1350 cat <<_ACEOF
1351\`configure' configures bfd 2.23.51 to adapt to many kinds of systems.
1352
1353Usage: $0 [OPTION]... [VAR=VALUE]...
1354
1355To assign environment variables (e.g., CC, CFLAGS...), specify them as
1356VAR=VALUE. See below for descriptions of some of the useful variables.
1357
1358Defaults for the options are specified in brackets.
1359
1360Configuration:
1361 -h, --help display this help and exit
1362 --help=short display options specific to this package
1363 --help=recursive display the short help of all the included packages
1364 -V, --version display version information and exit
1365 -q, --quiet, --silent do not print \`checking...' messages
1366 --cache-file=FILE cache test results in FILE [disabled]
1367 -C, --config-cache alias for \`--cache-file=config.cache'
1368 -n, --no-create do not create output files
1369 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1370
1371Installation directories:
1372 --prefix=PREFIX install architecture-independent files in PREFIX
1373 [$ac_default_prefix]
1374 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1375 [PREFIX]
1376
1377By default, \`make install' will install all the files in
1378\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1379an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1380for instance \`--prefix=\$HOME'.
1381
1382For better control, use the options below.
1383
1384Fine tuning of the installation directories:
1385 --bindir=DIR user executables [EPREFIX/bin]
1386 --sbindir=DIR system admin executables [EPREFIX/sbin]
1387 --libexecdir=DIR program executables [EPREFIX/libexec]
1388 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1389 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1390 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1391 --libdir=DIR object code libraries [EPREFIX/lib]
1392 --includedir=DIR C header files [PREFIX/include]
1393 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1394 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1395 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1396 --infodir=DIR info documentation [DATAROOTDIR/info]
1397 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1398 --mandir=DIR man documentation [DATAROOTDIR/man]
1399 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1400 --htmldir=DIR html documentation [DOCDIR]
1401 --dvidir=DIR dvi documentation [DOCDIR]
1402 --pdfdir=DIR pdf documentation [DOCDIR]
1403 --psdir=DIR ps documentation [DOCDIR]
1404_ACEOF
1405
1406 cat <<\_ACEOF
1407
1408Program names:
1409 --program-prefix=PREFIX prepend PREFIX to installed program names
1410 --program-suffix=SUFFIX append SUFFIX to installed program names
1411 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1412
1413System types:
1414 --build=BUILD configure for building on BUILD [guessed]
1415 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1416 --target=TARGET configure for building compilers for TARGET [HOST]
1417_ACEOF
1418fi
1419
1420if test -n "$ac_init_help"; then
1421 case $ac_init_help in
1422 short | recursive ) echo "Configuration of bfd 2.23.51:";;
1423 esac
1424 cat <<\_ACEOF
1425
1426Optional Features:
1427 --disable-option-checking ignore unrecognized --enable/--with options
1428 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1429 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1430 --disable-dependency-tracking speeds up one-time build
1431 --enable-dependency-tracking do not reject slow dependency extractors
1432 --enable-shared[=PKGS] build shared libraries [default=no]
1433 --enable-static[=PKGS] build static libraries [default=yes]
1434 --enable-fast-install[=PKGS]
1435 optimize for fast installation [default=yes]
1436 --disable-libtool-lock avoid locking (might break parallel builds)
1437 --enable-plugins Enable support for plugins (defaults no)
1438 --disable-largefile omit support for large files
1439 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1440 --enable-targets alternative target configurations
1441 --enable-secureplt Default to creating read-only plt entries
1442 --enable-leading-mingw64-underscores
1443 Enable leading underscores on 64 bit mingw targets
1444 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
1445 --enable-werror treat compile warnings as errors
1446 --enable-build-warnings enable build-time compiler warnings
1447 --enable-maintainer-mode enable make rules and dependencies not useful
1448 (and sometimes confusing) to the casual installer
1449 --enable-install-libbfd controls installation of libbfd and related headers
1450 --disable-nls do not use Native Language Support
1451
1452Optional Packages:
1453 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1454 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1455 --with-pic try to use only PIC/non-PIC objects [default=use
1456 both]
1457 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1458 --with-mmap try using mmap for BFD input files if available
1459 --with-separate-debug-dir=DIR
1460 Look for global separate debug info in DIR
1461 [default=LIBDIR/debug]
1462 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1463 Binutils"
1464 --with-bugurl=URL Direct users to URL to report a bug
1465 --with-zlib include zlib support (auto/yes/no) default=auto
1466
1467Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
1475 CPP C preprocessor
1476
1477Use these variables to override the choices made by `configure' or to help
1478it to find libraries and programs with nonstandard names/locations.
1479
1480Report bugs to the package provider.
1481_ACEOF
1482ac_status=$?
1483fi
1484
1485if test "$ac_init_help" = "recursive"; then
1486 # If there are subdirs, report their specific --help.
1487 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1488 test -d "$ac_dir" ||
1489 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1490 continue
1491 ac_builddir=.
1492
1493case "$ac_dir" in
1494.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495*)
1496 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1497 # A ".." for each directory in $ac_dir_suffix.
1498 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1499 case $ac_top_builddir_sub in
1500 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1502 esac ;;
1503esac
1504ac_abs_top_builddir=$ac_pwd
1505ac_abs_builddir=$ac_pwd$ac_dir_suffix
1506# for backward compatibility:
1507ac_top_builddir=$ac_top_build_prefix
1508
1509case $srcdir in
1510 .) # We are building in place.
1511 ac_srcdir=.
1512 ac_top_srcdir=$ac_top_builddir_sub
1513 ac_abs_top_srcdir=$ac_pwd ;;
1514 [\\/]* | ?:[\\/]* ) # Absolute name.
1515 ac_srcdir=$srcdir$ac_dir_suffix;
1516 ac_top_srcdir=$srcdir
1517 ac_abs_top_srcdir=$srcdir ;;
1518 *) # Relative name.
1519 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1520 ac_top_srcdir=$ac_top_build_prefix$srcdir
1521 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1522esac
1523ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524
1525 cd "$ac_dir" || { ac_status=$?; continue; }
1526 # Check for guested configure.
1527 if test -f "$ac_srcdir/configure.gnu"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1530 elif test -f "$ac_srcdir/configure"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure" --help=recursive
1533 else
1534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 fi || ac_status=$?
1536 cd "$ac_pwd" || { ac_status=$?; break; }
1537 done
1538fi
1539
1540test -n "$ac_init_help" && exit $ac_status
1541if $ac_init_version; then
1542 cat <<\_ACEOF
1543bfd configure 2.23.51
1544generated by GNU Autoconf 2.64
1545
1546Copyright (C) 2009 Free Software Foundation, Inc.
1547This configure script is free software; the Free Software Foundation
1548gives unlimited permission to copy, distribute and modify it.
1549_ACEOF
1550 exit
1551fi
1552
1553## ------------------------ ##
1554## Autoconf initialization. ##
1555## ------------------------ ##
1556
1557# ac_fn_c_try_compile LINENO
1558# --------------------------
1559# Try to compile conftest.$ac_ext, and return whether this succeeded.
1560ac_fn_c_try_compile ()
1561{
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext
1564 if { { ac_try="$ac_compile"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570$as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext; then :
1583 ac_retval=0
1584else
1585 $as_echo "$as_me: failed program was:" >&5
1586sed 's/^/| /' conftest.$ac_ext >&5
1587
1588 ac_retval=1
1589fi
1590 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1591 return $ac_retval
1592
1593} # ac_fn_c_try_compile
1594
1595# ac_fn_c_try_link LINENO
1596# -----------------------
1597# Try to link conftest.$ac_ext, and return whether this succeeded.
1598ac_fn_c_try_link ()
1599{
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 rm -f conftest.$ac_objext conftest$ac_exeext
1602 if { { ac_try="$ac_link"
1603case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606esac
1607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608$as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_link") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1615 fi
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } && {
1618 test -z "$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 } && test -s conftest$ac_exeext && {
1621 test "$cross_compiling" = yes ||
1622 $as_test_x conftest$ac_exeext
1623 }; then :
1624 ac_retval=0
1625else
1626 $as_echo "$as_me: failed program was:" >&5
1627sed 's/^/| /' conftest.$ac_ext >&5
1628
1629 ac_retval=1
1630fi
1631 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1632 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1633 # interfere with the next link command; also delete a directory that is
1634 # left behind by Apple's compiler. We do this before executing the actions.
1635 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 return $ac_retval
1638
1639} # ac_fn_c_try_link
1640
1641# ac_fn_c_try_cpp LINENO
1642# ----------------------
1643# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1644ac_fn_c_try_cpp ()
1645{
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if { { ac_try="$ac_cpp conftest.$ac_ext"
1648case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651esac
1652eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653$as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1660 fi
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } >/dev/null && {
1663 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1664 test ! -s conftest.err
1665 }; then :
1666 ac_retval=0
1667else
1668 $as_echo "$as_me: failed program was:" >&5
1669sed 's/^/| /' conftest.$ac_ext >&5
1670
1671 ac_retval=1
1672fi
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674 return $ac_retval
1675
1676} # ac_fn_c_try_cpp
1677
1678# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1679# -------------------------------------------------------
1680# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1681# the include files in INCLUDES and setting the cache variable VAR
1682# accordingly.
1683ac_fn_c_check_header_mongrel ()
1684{
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688$as_echo_n "checking for $2... " >&6; }
1689if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 $as_echo_n "(cached) " >&6
1691fi
1692eval ac_res=\$$3
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1694$as_echo "$ac_res" >&6; }
1695else
1696 # Is the header compilable?
1697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1698$as_echo_n "checking $2 usability... " >&6; }
1699cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1700/* end confdefs.h. */
1701$4
1702#include <$2>
1703_ACEOF
1704if ac_fn_c_try_compile "$LINENO"; then :
1705 ac_header_compiler=yes
1706else
1707 ac_header_compiler=no
1708fi
1709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1711$as_echo "$ac_header_compiler" >&6; }
1712
1713# Is the header present?
1714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1715$as_echo_n "checking $2 presence... " >&6; }
1716cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1717/* end confdefs.h. */
1718#include <$2>
1719_ACEOF
1720if ac_fn_c_try_cpp "$LINENO"; then :
1721 ac_header_preproc=yes
1722else
1723 ac_header_preproc=no
1724fi
1725rm -f conftest.err conftest.$ac_ext
1726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1727$as_echo "$ac_header_preproc" >&6; }
1728
1729# So? What about this header?
1730case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1731 yes:no: )
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1733$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736 ;;
1737 no:yes:* )
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1739$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1741$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1743$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1745$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1747$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1748 ;;
1749esac
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1751$as_echo_n "checking for $2... " >&6; }
1752if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1753 $as_echo_n "(cached) " >&6
1754else
1755 eval "$3=\$ac_header_compiler"
1756fi
1757eval ac_res=\$$3
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759$as_echo "$ac_res" >&6; }
1760fi
1761 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1762
1763} # ac_fn_c_check_header_mongrel
1764
1765# ac_fn_c_try_run LINENO
1766# ----------------------
1767# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1768# that executables *can* be run.
1769ac_fn_c_try_run ()
1770{
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 if { { ac_try="$ac_link"
1773case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776esac
1777eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778$as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_link") 2>&5
1780 ac_status=$?
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1783 { { case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786esac
1787eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788$as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_try") 2>&5
1790 ac_status=$?
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; }; }; then :
1793 ac_retval=0
1794else
1795 $as_echo "$as_me: program exited with status $ac_status" >&5
1796 $as_echo "$as_me: failed program was:" >&5
1797sed 's/^/| /' conftest.$ac_ext >&5
1798
1799 ac_retval=$ac_status
1800fi
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1803 return $ac_retval
1804
1805} # ac_fn_c_try_run
1806
1807# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1808# -------------------------------------------------------
1809# Tests whether HEADER exists and can be compiled using the include files in
1810# INCLUDES, setting the cache variable VAR accordingly.
1811ac_fn_c_check_header_compile ()
1812{
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815$as_echo_n "checking for $2... " >&6; }
1816if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1817 $as_echo_n "(cached) " >&6
1818else
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820/* end confdefs.h. */
1821$4
1822#include <$2>
1823_ACEOF
1824if ac_fn_c_try_compile "$LINENO"; then :
1825 eval "$3=yes"
1826else
1827 eval "$3=no"
1828fi
1829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1830fi
1831eval ac_res=\$$3
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833$as_echo "$ac_res" >&6; }
1834 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1835
1836} # ac_fn_c_check_header_compile
1837
1838# ac_fn_c_check_func LINENO FUNC VAR
1839# ----------------------------------
1840# Tests whether FUNC exists, setting the cache variable VAR accordingly
1841ac_fn_c_check_func ()
1842{
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845$as_echo_n "checking for $2... " >&6; }
1846if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1847 $as_echo_n "(cached) " >&6
1848else
1849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1850/* end confdefs.h. */
1851/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1853#define $2 innocuous_$2
1854
1855/* System header to define __stub macros and hopefully few prototypes,
1856 which can conflict with char $2 (); below.
1857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1858 <limits.h> exists even on freestanding compilers. */
1859
1860#ifdef __STDC__
1861# include <limits.h>
1862#else
1863# include <assert.h>
1864#endif
1865
1866#undef $2
1867
1868/* Override any GCC internal prototype to avoid an error.
1869 Use char because int might match the return type of a GCC
1870 builtin and then its argument prototype would still apply. */
1871#ifdef __cplusplus
1872extern "C"
1873#endif
1874char $2 ();
1875/* The GNU C library defines this for functions which it implements
1876 to always fail with ENOSYS. Some functions are actually named
1877 something starting with __ and the normal name is an alias. */
1878#if defined __stub_$2 || defined __stub___$2
1879choke me
1880#endif
1881
1882int
1883main ()
1884{
1885return $2 ();
1886 ;
1887 return 0;
1888}
1889_ACEOF
1890if ac_fn_c_try_link "$LINENO"; then :
1891 eval "$3=yes"
1892else
1893 eval "$3=no"
1894fi
1895rm -f core conftest.err conftest.$ac_objext \
1896 conftest$ac_exeext conftest.$ac_ext
1897fi
1898eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900$as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1902
1903} # ac_fn_c_check_func
1904
1905# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1906# --------------------------------------------
1907# Tries to find the compile-time value of EXPR in a program that includes
1908# INCLUDES, setting VAR accordingly. Returns whether the value could be
1909# computed
1910ac_fn_c_compute_int ()
1911{
1912 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913 if test "$cross_compiling" = yes; then
1914 # Depending upon the size, compute the lo and hi bounds.
1915cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1916/* end confdefs.h. */
1917$4
1918int
1919main ()
1920{
1921static int test_array [1 - 2 * !(($2) >= 0)];
1922test_array [0] = 0
1923
1924 ;
1925 return 0;
1926}
1927_ACEOF
1928if ac_fn_c_try_compile "$LINENO"; then :
1929 ac_lo=0 ac_mid=0
1930 while :; do
1931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932/* end confdefs.h. */
1933$4
1934int
1935main ()
1936{
1937static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1938test_array [0] = 0
1939
1940 ;
1941 return 0;
1942}
1943_ACEOF
1944if ac_fn_c_try_compile "$LINENO"; then :
1945 ac_hi=$ac_mid; break
1946else
1947 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1948 if test $ac_lo -le $ac_mid; then
1949 ac_lo= ac_hi=
1950 break
1951 fi
1952 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1953fi
1954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955 done
1956else
1957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1958/* end confdefs.h. */
1959$4
1960int
1961main ()
1962{
1963static int test_array [1 - 2 * !(($2) < 0)];
1964test_array [0] = 0
1965
1966 ;
1967 return 0;
1968}
1969_ACEOF
1970if ac_fn_c_try_compile "$LINENO"; then :
1971 ac_hi=-1 ac_mid=-1
1972 while :; do
1973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974/* end confdefs.h. */
1975$4
1976int
1977main ()
1978{
1979static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1980test_array [0] = 0
1981
1982 ;
1983 return 0;
1984}
1985_ACEOF
1986if ac_fn_c_try_compile "$LINENO"; then :
1987 ac_lo=$ac_mid; break
1988else
1989 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1990 if test $ac_mid -le $ac_hi; then
1991 ac_lo= ac_hi=
1992 break
1993 fi
1994 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1995fi
1996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1997 done
1998else
1999 ac_lo= ac_hi=
2000fi
2001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002fi
2003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2004# Binary search between lo and hi bounds.
2005while test "x$ac_lo" != "x$ac_hi"; do
2006 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008/* end confdefs.h. */
2009$4
2010int
2011main ()
2012{
2013static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2014test_array [0] = 0
2015
2016 ;
2017 return 0;
2018}
2019_ACEOF
2020if ac_fn_c_try_compile "$LINENO"; then :
2021 ac_hi=$ac_mid
2022else
2023 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2024fi
2025rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026done
2027case $ac_lo in #((
2028?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2029'') ac_retval=1 ;;
2030esac
2031 else
2032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2033/* end confdefs.h. */
2034$4
2035static long int longval () { return $2; }
2036static unsigned long int ulongval () { return $2; }
2037#include <stdio.h>
2038#include <stdlib.h>
2039int
2040main ()
2041{
2042
2043 FILE *f = fopen ("conftest.val", "w");
2044 if (! f)
2045 return 1;
2046 if (($2) < 0)
2047 {
2048 long int i = longval ();
2049 if (i != ($2))
2050 return 1;
2051 fprintf (f, "%ld", i);
2052 }
2053 else
2054 {
2055 unsigned long int i = ulongval ();
2056 if (i != ($2))
2057 return 1;
2058 fprintf (f, "%lu", i);
2059 }
2060 /* Do not output a trailing newline, as this causes \r\n confusion
2061 on some platforms. */
2062 return ferror (f) || fclose (f) != 0;
2063
2064 ;
2065 return 0;
2066}
2067_ACEOF
2068if ac_fn_c_try_run "$LINENO"; then :
2069 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2070else
2071 ac_retval=1
2072fi
2073rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2074 conftest.$ac_objext conftest.beam conftest.$ac_ext
2075rm -f conftest.val
2076
2077 fi
2078 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2079 return $ac_retval
2080
2081} # ac_fn_c_compute_int
2082
2083# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2084# -------------------------------------------
2085# Tests whether TYPE exists after having included INCLUDES, setting cache
2086# variable VAR accordingly.
2087ac_fn_c_check_type ()
2088{
2089 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2091$as_echo_n "checking for $2... " >&6; }
2092if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2093 $as_echo_n "(cached) " >&6
2094else
2095 eval "$3=no"
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097/* end confdefs.h. */
2098$4
2099int
2100main ()
2101{
2102if (sizeof ($2))
2103 return 0;
2104 ;
2105 return 0;
2106}
2107_ACEOF
2108if ac_fn_c_try_compile "$LINENO"; then :
2109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2110/* end confdefs.h. */
2111$4
2112int
2113main ()
2114{
2115if (sizeof (($2)))
2116 return 0;
2117 ;
2118 return 0;
2119}
2120_ACEOF
2121if ac_fn_c_try_compile "$LINENO"; then :
2122
2123else
2124 eval "$3=yes"
2125fi
2126rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2127fi
2128rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2129fi
2130eval ac_res=\$$3
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2132$as_echo "$ac_res" >&6; }
2133 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2134
2135} # ac_fn_c_check_type
2136
2137# ac_fn_c_check_decl LINENO SYMBOL VAR
2138# ------------------------------------
2139# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2140ac_fn_c_check_decl ()
2141{
2142 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2143 as_decl_name=`echo $2|sed 's/ *(.*//'`
2144 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2146$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2147if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2148 $as_echo_n "(cached) " >&6
2149else
2150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2151/* end confdefs.h. */
2152$4
2153int
2154main ()
2155{
2156#ifndef $as_decl_name
2157#ifdef __cplusplus
2158 (void) $as_decl_use;
2159#else
2160 (void) $as_decl_name;
2161#endif
2162#endif
2163
2164 ;
2165 return 0;
2166}
2167_ACEOF
2168if ac_fn_c_try_compile "$LINENO"; then :
2169 eval "$3=yes"
2170else
2171 eval "$3=no"
2172fi
2173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2174fi
2175eval ac_res=\$$3
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2177$as_echo "$ac_res" >&6; }
2178 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2179
2180} # ac_fn_c_check_decl
2181cat >config.log <<_ACEOF
2182This file contains any messages produced by compilers while
2183running configure, to aid debugging if configure makes a mistake.
2184
2185It was created by bfd $as_me 2.23.51, which was
2186generated by GNU Autoconf 2.64. Invocation command line was
2187
2188 $ $0 $@
2189
2190_ACEOF
2191exec 5>>config.log
2192{
2193cat <<_ASUNAME
2194## --------- ##
2195## Platform. ##
2196## --------- ##
2197
2198hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2199uname -m = `(uname -m) 2>/dev/null || echo unknown`
2200uname -r = `(uname -r) 2>/dev/null || echo unknown`
2201uname -s = `(uname -s) 2>/dev/null || echo unknown`
2202uname -v = `(uname -v) 2>/dev/null || echo unknown`
2203
2204/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2205/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2206
2207/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2208/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2209/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2210/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2211/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2212/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2213/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2214
2215_ASUNAME
2216
2217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2218for as_dir in $PATH
2219do
2220 IFS=$as_save_IFS
2221 test -z "$as_dir" && as_dir=.
2222 $as_echo "PATH: $as_dir"
2223 done
2224IFS=$as_save_IFS
2225
2226} >&5
2227
2228cat >&5 <<_ACEOF
2229
2230
2231## ----------- ##
2232## Core tests. ##
2233## ----------- ##
2234
2235_ACEOF
2236
2237
2238# Keep a trace of the command line.
2239# Strip out --no-create and --no-recursion so they do not pile up.
2240# Strip out --silent because we don't want to record it for future runs.
2241# Also quote any args containing shell meta-characters.
2242# Make two passes to allow for proper duplicate-argument suppression.
2243ac_configure_args=
2244ac_configure_args0=
2245ac_configure_args1=
2246ac_must_keep_next=false
2247for ac_pass in 1 2
2248do
2249 for ac_arg
2250 do
2251 case $ac_arg in
2252 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2253 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2254 | -silent | --silent | --silen | --sile | --sil)
2255 continue ;;
2256 *\'*)
2257 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2258 esac
2259 case $ac_pass in
2260 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2261 2)
2262 as_fn_append ac_configure_args1 " '$ac_arg'"
2263 if test $ac_must_keep_next = true; then
2264 ac_must_keep_next=false # Got value, back to normal.
2265 else
2266 case $ac_arg in
2267 *=* | --config-cache | -C | -disable-* | --disable-* \
2268 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2269 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2270 | -with-* | --with-* | -without-* | --without-* | --x)
2271 case "$ac_configure_args0 " in
2272 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2273 esac
2274 ;;
2275 -* ) ac_must_keep_next=true ;;
2276 esac
2277 fi
2278 as_fn_append ac_configure_args " '$ac_arg'"
2279 ;;
2280 esac
2281 done
2282done
2283{ ac_configure_args0=; unset ac_configure_args0;}
2284{ ac_configure_args1=; unset ac_configure_args1;}
2285
2286# When interrupted or exit'd, cleanup temporary files, and complete
2287# config.log. We remove comments because anyway the quotes in there
2288# would cause problems or look ugly.
2289# WARNING: Use '\'' to represent an apostrophe within the trap.
2290# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2291trap 'exit_status=$?
2292 # Save into config.log some information that might help in debugging.
2293 {
2294 echo
2295
2296 cat <<\_ASBOX
2297## ---------------- ##
2298## Cache variables. ##
2299## ---------------- ##
2300_ASBOX
2301 echo
2302 # The following way of writing the cache mishandles newlines in values,
2303(
2304 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2305 eval ac_val=\$$ac_var
2306 case $ac_val in #(
2307 *${as_nl}*)
2308 case $ac_var in #(
2309 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2310$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2311 esac
2312 case $ac_var in #(
2313 _ | IFS | as_nl) ;; #(
2314 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2315 *) { eval $ac_var=; unset $ac_var;} ;;
2316 esac ;;
2317 esac
2318 done
2319 (set) 2>&1 |
2320 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2321 *${as_nl}ac_space=\ *)
2322 sed -n \
2323 "s/'\''/'\''\\\\'\'''\''/g;
2324 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2325 ;; #(
2326 *)
2327 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2328 ;;
2329 esac |
2330 sort
2331)
2332 echo
2333
2334 cat <<\_ASBOX
2335## ----------------- ##
2336## Output variables. ##
2337## ----------------- ##
2338_ASBOX
2339 echo
2340 for ac_var in $ac_subst_vars
2341 do
2342 eval ac_val=\$$ac_var
2343 case $ac_val in
2344 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2345 esac
2346 $as_echo "$ac_var='\''$ac_val'\''"
2347 done | sort
2348 echo
2349
2350 if test -n "$ac_subst_files"; then
2351 cat <<\_ASBOX
2352## ------------------- ##
2353## File substitutions. ##
2354## ------------------- ##
2355_ASBOX
2356 echo
2357 for ac_var in $ac_subst_files
2358 do
2359 eval ac_val=\$$ac_var
2360 case $ac_val in
2361 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2362 esac
2363 $as_echo "$ac_var='\''$ac_val'\''"
2364 done | sort
2365 echo
2366 fi
2367
2368 if test -s confdefs.h; then
2369 cat <<\_ASBOX
2370## ----------- ##
2371## confdefs.h. ##
2372## ----------- ##
2373_ASBOX
2374 echo
2375 cat confdefs.h
2376 echo
2377 fi
2378 test "$ac_signal" != 0 &&
2379 $as_echo "$as_me: caught signal $ac_signal"
2380 $as_echo "$as_me: exit $exit_status"
2381 } >&5
2382 rm -f core *.core core.conftest.* &&
2383 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2384 exit $exit_status
2385' 0
2386for ac_signal in 1 2 13 15; do
2387 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2388done
2389ac_signal=0
2390
2391# confdefs.h avoids OS command line length limits that DEFS can exceed.
2392rm -f -r conftest* confdefs.h
2393
2394$as_echo "/* confdefs.h */" > confdefs.h
2395
2396# Predefined preprocessor variables.
2397
2398cat >>confdefs.h <<_ACEOF
2399#define PACKAGE_NAME "$PACKAGE_NAME"
2400_ACEOF
2401
2402cat >>confdefs.h <<_ACEOF
2403#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2404_ACEOF
2405
2406cat >>confdefs.h <<_ACEOF
2407#define PACKAGE_VERSION "$PACKAGE_VERSION"
2408_ACEOF
2409
2410cat >>confdefs.h <<_ACEOF
2411#define PACKAGE_STRING "$PACKAGE_STRING"
2412_ACEOF
2413
2414cat >>confdefs.h <<_ACEOF
2415#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2416_ACEOF
2417
2418cat >>confdefs.h <<_ACEOF
2419#define PACKAGE_URL "$PACKAGE_URL"
2420_ACEOF
2421
2422
2423# Let the site file select an alternate cache file if it wants to.
2424# Prefer an explicitly selected file to automatically selected ones.
2425ac_site_file1=NONE
2426ac_site_file2=NONE
2427if test -n "$CONFIG_SITE"; then
2428 ac_site_file1=$CONFIG_SITE
2429elif test "x$prefix" != xNONE; then
2430 ac_site_file1=$prefix/share/config.site
2431 ac_site_file2=$prefix/etc/config.site
2432else
2433 ac_site_file1=$ac_default_prefix/share/config.site
2434 ac_site_file2=$ac_default_prefix/etc/config.site
2435fi
2436for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2437do
2438 test "x$ac_site_file" = xNONE && continue
2439 if test -r "$ac_site_file"; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2441$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2442 sed 's/^/| /' "$ac_site_file" >&5
2443 . "$ac_site_file"
2444 fi
2445done
2446
2447if test -r "$cache_file"; then
2448 # Some versions of bash will fail to source /dev/null (special
2449 # files actually), so we avoid doing that.
2450 if test -f "$cache_file"; then
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2452$as_echo "$as_me: loading cache $cache_file" >&6;}
2453 case $cache_file in
2454 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2455 *) . "./$cache_file";;
2456 esac
2457 fi
2458else
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2460$as_echo "$as_me: creating cache $cache_file" >&6;}
2461 >$cache_file
2462fi
2463
2464# Check that the precious variables saved in the cache have kept the same
2465# value.
2466ac_cache_corrupted=false
2467for ac_var in $ac_precious_vars; do
2468 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2469 eval ac_new_set=\$ac_env_${ac_var}_set
2470 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2471 eval ac_new_val=\$ac_env_${ac_var}_value
2472 case $ac_old_set,$ac_new_set in
2473 set,)
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2475$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2476 ac_cache_corrupted=: ;;
2477 ,set)
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2479$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2480 ac_cache_corrupted=: ;;
2481 ,);;
2482 *)
2483 if test "x$ac_old_val" != "x$ac_new_val"; then
2484 # differences in whitespace do not lead to failure.
2485 ac_old_val_w=`echo x $ac_old_val`
2486 ac_new_val_w=`echo x $ac_new_val`
2487 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2489$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2490 ac_cache_corrupted=:
2491 else
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2493$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2494 eval $ac_var=\$ac_old_val
2495 fi
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2497$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2499$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2500 fi;;
2501 esac
2502 # Pass precious variables to config.status.
2503 if test "$ac_new_set" = set; then
2504 case $ac_new_val in
2505 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2506 *) ac_arg=$ac_var=$ac_new_val ;;
2507 esac
2508 case " $ac_configure_args " in
2509 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2510 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2511 esac
2512 fi
2513done
2514if $ac_cache_corrupted; then
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2516$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2518$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2519 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2520fi
2521## -------------------- ##
2522## Main body of script. ##
2523## -------------------- ##
2524
2525ac_ext=c
2526ac_cpp='$CPP $CPPFLAGS'
2527ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2528ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2529ac_compiler_gnu=$ac_cv_c_compiler_gnu
2530
2531
2532
2533
2534
2535
2536
2537ac_aux_dir=
2538for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2539 for ac_t in install-sh install.sh shtool; do
2540 if test -f "$ac_dir/$ac_t"; then
2541 ac_aux_dir=$ac_dir
2542 ac_install_sh="$ac_aux_dir/$ac_t -c"
2543 break 2
2544 fi
2545 done
2546done
2547if test -z "$ac_aux_dir"; then
2548 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2549fi
2550
2551# These three variables are undocumented and unsupported,
2552# and are intended to be withdrawn in a future Autoconf release.
2553# They can cause serious problems if a builder's source tree is in a directory
2554# whose full name contains unusual characters.
2555ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2556ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2557ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2558
2559
2560# Make sure we can run config.sub.
2561$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2562 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2563
2564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2565$as_echo_n "checking build system type... " >&6; }
2566if test "${ac_cv_build+set}" = set; then :
2567 $as_echo_n "(cached) " >&6
2568else
2569 ac_build_alias=$build_alias
2570test "x$ac_build_alias" = x &&
2571 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2572test "x$ac_build_alias" = x &&
2573 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2574ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2575 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2576
2577fi
2578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2579$as_echo "$ac_cv_build" >&6; }
2580case $ac_cv_build in
2581*-*-*) ;;
2582*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2583esac
2584build=$ac_cv_build
2585ac_save_IFS=$IFS; IFS='-'
2586set x $ac_cv_build
2587shift
2588build_cpu=$1
2589build_vendor=$2
2590shift; shift
2591# Remember, the first character of IFS is used to create $*,
2592# except with old shells:
2593build_os=$*
2594IFS=$ac_save_IFS
2595case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2596
2597
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2599$as_echo_n "checking host system type... " >&6; }
2600if test "${ac_cv_host+set}" = set; then :
2601 $as_echo_n "(cached) " >&6
2602else
2603 if test "x$host_alias" = x; then
2604 ac_cv_host=$ac_cv_build
2605else
2606 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2607 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2608fi
2609
2610fi
2611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2612$as_echo "$ac_cv_host" >&6; }
2613case $ac_cv_host in
2614*-*-*) ;;
2615*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2616esac
2617host=$ac_cv_host
2618ac_save_IFS=$IFS; IFS='-'
2619set x $ac_cv_host
2620shift
2621host_cpu=$1
2622host_vendor=$2
2623shift; shift
2624# Remember, the first character of IFS is used to create $*,
2625# except with old shells:
2626host_os=$*
2627IFS=$ac_save_IFS
2628case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2629
2630
2631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2632$as_echo_n "checking target system type... " >&6; }
2633if test "${ac_cv_target+set}" = set; then :
2634 $as_echo_n "(cached) " >&6
2635else
2636 if test "x$target_alias" = x; then
2637 ac_cv_target=$ac_cv_host
2638else
2639 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2640 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2641fi
2642
2643fi
2644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2645$as_echo "$ac_cv_target" >&6; }
2646case $ac_cv_target in
2647*-*-*) ;;
2648*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2649esac
2650target=$ac_cv_target
2651ac_save_IFS=$IFS; IFS='-'
2652set x $ac_cv_target
2653shift
2654target_cpu=$1
2655target_vendor=$2
2656shift; shift
2657# Remember, the first character of IFS is used to create $*,
2658# except with old shells:
2659target_os=$*
2660IFS=$ac_save_IFS
2661case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2662
2663
2664# The aliases save the names the user supplied, while $host etc.
2665# will get canonicalized.
2666test -n "$target_alias" &&
2667 test "$program_prefix$program_suffix$program_transform_name" = \
2668 NONENONEs,x,x, &&
2669 program_prefix=${target_alias}-
2670ac_ext=c
2671ac_cpp='$CPP $CPPFLAGS'
2672ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2673ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2674ac_compiler_gnu=$ac_cv_c_compiler_gnu
2675if test -n "$ac_tool_prefix"; then
2676 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2677set dummy ${ac_tool_prefix}gcc; ac_word=$2
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2679$as_echo_n "checking for $ac_word... " >&6; }
2680if test "${ac_cv_prog_CC+set}" = set; then :
2681 $as_echo_n "(cached) " >&6
2682else
2683 if test -n "$CC"; then
2684 ac_cv_prog_CC="$CC" # Let the user override the test.
2685else
2686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2687for as_dir in $PATH
2688do
2689 IFS=$as_save_IFS
2690 test -z "$as_dir" && as_dir=.
2691 for ac_exec_ext in '' $ac_executable_extensions; do
2692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2693 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2695 break 2
2696 fi
2697done
2698 done
2699IFS=$as_save_IFS
2700
2701fi
2702fi
2703CC=$ac_cv_prog_CC
2704if test -n "$CC"; then
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2706$as_echo "$CC" >&6; }
2707else
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2709$as_echo "no" >&6; }
2710fi
2711
2712
2713fi
2714if test -z "$ac_cv_prog_CC"; then
2715 ac_ct_CC=$CC
2716 # Extract the first word of "gcc", so it can be a program name with args.
2717set dummy gcc; ac_word=$2
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2719$as_echo_n "checking for $ac_word... " >&6; }
2720if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2721 $as_echo_n "(cached) " >&6
2722else
2723 if test -n "$ac_ct_CC"; then
2724 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2725else
2726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2727for as_dir in $PATH
2728do
2729 IFS=$as_save_IFS
2730 test -z "$as_dir" && as_dir=.
2731 for ac_exec_ext in '' $ac_executable_extensions; do
2732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2733 ac_cv_prog_ac_ct_CC="gcc"
2734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2735 break 2
2736 fi
2737done
2738 done
2739IFS=$as_save_IFS
2740
2741fi
2742fi
2743ac_ct_CC=$ac_cv_prog_ac_ct_CC
2744if test -n "$ac_ct_CC"; then
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2746$as_echo "$ac_ct_CC" >&6; }
2747else
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2749$as_echo "no" >&6; }
2750fi
2751
2752 if test "x$ac_ct_CC" = x; then
2753 CC=""
2754 else
2755 case $cross_compiling:$ac_tool_warned in
2756yes:)
2757{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2758$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2759ac_tool_warned=yes ;;
2760esac
2761 CC=$ac_ct_CC
2762 fi
2763else
2764 CC="$ac_cv_prog_CC"
2765fi
2766
2767if test -z "$CC"; then
2768 if test -n "$ac_tool_prefix"; then
2769 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2770set dummy ${ac_tool_prefix}cc; ac_word=$2
2771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2772$as_echo_n "checking for $ac_word... " >&6; }
2773if test "${ac_cv_prog_CC+set}" = set; then :
2774 $as_echo_n "(cached) " >&6
2775else
2776 if test -n "$CC"; then
2777 ac_cv_prog_CC="$CC" # Let the user override the test.
2778else
2779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2780for as_dir in $PATH
2781do
2782 IFS=$as_save_IFS
2783 test -z "$as_dir" && as_dir=.
2784 for ac_exec_ext in '' $ac_executable_extensions; do
2785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2786 ac_cv_prog_CC="${ac_tool_prefix}cc"
2787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2788 break 2
2789 fi
2790done
2791 done
2792IFS=$as_save_IFS
2793
2794fi
2795fi
2796CC=$ac_cv_prog_CC
2797if test -n "$CC"; then
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2799$as_echo "$CC" >&6; }
2800else
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2802$as_echo "no" >&6; }
2803fi
2804
2805
2806 fi
2807fi
2808if test -z "$CC"; then
2809 # Extract the first word of "cc", so it can be a program name with args.
2810set dummy cc; ac_word=$2
2811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2812$as_echo_n "checking for $ac_word... " >&6; }
2813if test "${ac_cv_prog_CC+set}" = set; then :
2814 $as_echo_n "(cached) " >&6
2815else
2816 if test -n "$CC"; then
2817 ac_cv_prog_CC="$CC" # Let the user override the test.
2818else
2819 ac_prog_rejected=no
2820as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2821for as_dir in $PATH
2822do
2823 IFS=$as_save_IFS
2824 test -z "$as_dir" && as_dir=.
2825 for ac_exec_ext in '' $ac_executable_extensions; do
2826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2827 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2828 ac_prog_rejected=yes
2829 continue
2830 fi
2831 ac_cv_prog_CC="cc"
2832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2833 break 2
2834 fi
2835done
2836 done
2837IFS=$as_save_IFS
2838
2839if test $ac_prog_rejected = yes; then
2840 # We found a bogon in the path, so make sure we never use it.
2841 set dummy $ac_cv_prog_CC
2842 shift
2843 if test $# != 0; then
2844 # We chose a different compiler from the bogus one.
2845 # However, it has the same basename, so the bogon will be chosen
2846 # first if we set CC to just the basename; use the full file name.
2847 shift
2848 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2849 fi
2850fi
2851fi
2852fi
2853CC=$ac_cv_prog_CC
2854if test -n "$CC"; then
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2856$as_echo "$CC" >&6; }
2857else
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2859$as_echo "no" >&6; }
2860fi
2861
2862
2863fi
2864if test -z "$CC"; then
2865 if test -n "$ac_tool_prefix"; then
2866 for ac_prog in cl.exe
2867 do
2868 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2869set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871$as_echo_n "checking for $ac_word... " >&6; }
2872if test "${ac_cv_prog_CC+set}" = set; then :
2873 $as_echo_n "(cached) " >&6
2874else
2875 if test -n "$CC"; then
2876 ac_cv_prog_CC="$CC" # Let the user override the test.
2877else
2878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879for as_dir in $PATH
2880do
2881 IFS=$as_save_IFS
2882 test -z "$as_dir" && as_dir=.
2883 for ac_exec_ext in '' $ac_executable_extensions; do
2884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2885 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2887 break 2
2888 fi
2889done
2890 done
2891IFS=$as_save_IFS
2892
2893fi
2894fi
2895CC=$ac_cv_prog_CC
2896if test -n "$CC"; then
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2898$as_echo "$CC" >&6; }
2899else
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2901$as_echo "no" >&6; }
2902fi
2903
2904
2905 test -n "$CC" && break
2906 done
2907fi
2908if test -z "$CC"; then
2909 ac_ct_CC=$CC
2910 for ac_prog in cl.exe
2911do
2912 # Extract the first word of "$ac_prog", so it can be a program name with args.
2913set dummy $ac_prog; ac_word=$2
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2915$as_echo_n "checking for $ac_word... " >&6; }
2916if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2917 $as_echo_n "(cached) " >&6
2918else
2919 if test -n "$ac_ct_CC"; then
2920 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2921else
2922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2923for as_dir in $PATH
2924do
2925 IFS=$as_save_IFS
2926 test -z "$as_dir" && as_dir=.
2927 for ac_exec_ext in '' $ac_executable_extensions; do
2928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2929 ac_cv_prog_ac_ct_CC="$ac_prog"
2930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2931 break 2
2932 fi
2933done
2934 done
2935IFS=$as_save_IFS
2936
2937fi
2938fi
2939ac_ct_CC=$ac_cv_prog_ac_ct_CC
2940if test -n "$ac_ct_CC"; then
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2942$as_echo "$ac_ct_CC" >&6; }
2943else
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945$as_echo "no" >&6; }
2946fi
2947
2948
2949 test -n "$ac_ct_CC" && break
2950done
2951
2952 if test "x$ac_ct_CC" = x; then
2953 CC=""
2954 else
2955 case $cross_compiling:$ac_tool_warned in
2956yes:)
2957{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959ac_tool_warned=yes ;;
2960esac
2961 CC=$ac_ct_CC
2962 fi
2963fi
2964
2965fi
2966
2967
2968test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2969$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2970as_fn_error "no acceptable C compiler found in \$PATH
2971See \`config.log' for more details." "$LINENO" 5; }
2972
2973# Provide some information about the compiler.
2974$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2975set X $ac_compile
2976ac_compiler=$2
2977for ac_option in --version -v -V -qversion; do
2978 { { ac_try="$ac_compiler $ac_option >&5"
2979case "(($ac_try" in
2980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2981 *) ac_try_echo=$ac_try;;
2982esac
2983eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2984$as_echo "$ac_try_echo"; } >&5
2985 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2986 ac_status=$?
2987 if test -s conftest.err; then
2988 sed '10a\
2989... rest of stderr output deleted ...
2990 10q' conftest.err >conftest.er1
2991 cat conftest.er1 >&5
2992 rm -f conftest.er1 conftest.err
2993 fi
2994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2995 test $ac_status = 0; }
2996done
2997
2998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2999/* end confdefs.h. */
3000
3001int
3002main ()
3003{
3004
3005 ;
3006 return 0;
3007}
3008_ACEOF
3009ac_clean_files_save=$ac_clean_files
3010ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3011# Try to create an executable without -o first, disregard a.out.
3012# It will help us diagnose broken compilers, and finding out an intuition
3013# of exeext.
3014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3015$as_echo_n "checking for C compiler default output file name... " >&6; }
3016ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3017
3018# The possible output files:
3019ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3020
3021ac_rmfiles=
3022for ac_file in $ac_files
3023do
3024 case $ac_file in
3025 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3026 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3027 esac
3028done
3029rm -f $ac_rmfiles
3030
3031if { { ac_try="$ac_link_default"
3032case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035esac
3036eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3037$as_echo "$ac_try_echo"; } >&5
3038 (eval "$ac_link_default") 2>&5
3039 ac_status=$?
3040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3041 test $ac_status = 0; }; then :
3042 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3043# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3044# in a Makefile. We should not override ac_cv_exeext if it was cached,
3045# so that the user can short-circuit this test for compilers unknown to
3046# Autoconf.
3047for ac_file in $ac_files ''
3048do
3049 test -f "$ac_file" || continue
3050 case $ac_file in
3051 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3052 ;;
3053 [ab].out )
3054 # We found the default executable, but exeext='' is most
3055 # certainly right.
3056 break;;
3057 *.* )
3058 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3059 then :; else
3060 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3061 fi
3062 # We set ac_cv_exeext here because the later test for it is not
3063 # safe: cross compilers may not add the suffix if given an `-o'
3064 # argument, so we may need to know it at that point already.
3065 # Even if this section looks crufty: it has the advantage of
3066 # actually working.
3067 break;;
3068 * )
3069 break;;
3070 esac
3071done
3072test "$ac_cv_exeext" = no && ac_cv_exeext=
3073
3074else
3075 ac_file=''
3076fi
3077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3078$as_echo "$ac_file" >&6; }
3079if test -z "$ac_file"; then :
3080 $as_echo "$as_me: failed program was:" >&5
3081sed 's/^/| /' conftest.$ac_ext >&5
3082
3083{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3084$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3085{ as_fn_set_status 77
3086as_fn_error "C compiler cannot create executables
3087See \`config.log' for more details." "$LINENO" 5; }; }
3088fi
3089ac_exeext=$ac_cv_exeext
3090
3091# Check that the compiler produces executables we can run. If not, either
3092# the compiler is broken, or we cross compile.
3093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3094$as_echo_n "checking whether the C compiler works... " >&6; }
3095# If not cross compiling, check that we can run a simple program.
3096if test "$cross_compiling" != yes; then
3097 if { ac_try='./$ac_file'
3098 { { case "(($ac_try" in
3099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3100 *) ac_try_echo=$ac_try;;
3101esac
3102eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3103$as_echo "$ac_try_echo"; } >&5
3104 (eval "$ac_try") 2>&5
3105 ac_status=$?
3106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3107 test $ac_status = 0; }; }; then
3108 cross_compiling=no
3109 else
3110 if test "$cross_compiling" = maybe; then
3111 cross_compiling=yes
3112 else
3113 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3114$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3115as_fn_error "cannot run C compiled programs.
3116If you meant to cross compile, use \`--host'.
3117See \`config.log' for more details." "$LINENO" 5; }
3118 fi
3119 fi
3120fi
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3122$as_echo "yes" >&6; }
3123
3124rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3125ac_clean_files=$ac_clean_files_save
3126# Check that the compiler produces executables we can run. If not, either
3127# the compiler is broken, or we cross compile.
3128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3129$as_echo_n "checking whether we are cross compiling... " >&6; }
3130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3131$as_echo "$cross_compiling" >&6; }
3132
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3134$as_echo_n "checking for suffix of executables... " >&6; }
3135if { { ac_try="$ac_link"
3136case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139esac
3140eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3141$as_echo "$ac_try_echo"; } >&5
3142 (eval "$ac_link") 2>&5
3143 ac_status=$?
3144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3145 test $ac_status = 0; }; then :
3146 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3147# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3148# work properly (i.e., refer to `conftest.exe'), while it won't with
3149# `rm'.
3150for ac_file in conftest.exe conftest conftest.*; do
3151 test -f "$ac_file" || continue
3152 case $ac_file in
3153 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3154 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3155 break;;
3156 * ) break;;
3157 esac
3158done
3159else
3160 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3162as_fn_error "cannot compute suffix of executables: cannot compile and link
3163See \`config.log' for more details." "$LINENO" 5; }
3164fi
3165rm -f conftest$ac_cv_exeext
3166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3167$as_echo "$ac_cv_exeext" >&6; }
3168
3169rm -f conftest.$ac_ext
3170EXEEXT=$ac_cv_exeext
3171ac_exeext=$EXEEXT
3172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3173$as_echo_n "checking for suffix of object files... " >&6; }
3174if test "${ac_cv_objext+set}" = set; then :
3175 $as_echo_n "(cached) " >&6
3176else
3177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3178/* end confdefs.h. */
3179
3180int
3181main ()
3182{
3183
3184 ;
3185 return 0;
3186}
3187_ACEOF
3188rm -f conftest.o conftest.obj
3189if { { ac_try="$ac_compile"
3190case "(($ac_try" in
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3193esac
3194eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3195$as_echo "$ac_try_echo"; } >&5
3196 (eval "$ac_compile") 2>&5
3197 ac_status=$?
3198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3199 test $ac_status = 0; }; then :
3200 for ac_file in conftest.o conftest.obj conftest.*; do
3201 test -f "$ac_file" || continue;
3202 case $ac_file in
3203 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3204 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3205 break;;
3206 esac
3207done
3208else
3209 $as_echo "$as_me: failed program was:" >&5
3210sed 's/^/| /' conftest.$ac_ext >&5
3211
3212{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214as_fn_error "cannot compute suffix of object files: cannot compile
3215See \`config.log' for more details." "$LINENO" 5; }
3216fi
3217rm -f conftest.$ac_cv_objext conftest.$ac_ext
3218fi
3219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3220$as_echo "$ac_cv_objext" >&6; }
3221OBJEXT=$ac_cv_objext
3222ac_objext=$OBJEXT
3223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3224$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3225if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3226 $as_echo_n "(cached) " >&6
3227else
3228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3229/* end confdefs.h. */
3230
3231int
3232main ()
3233{
3234#ifndef __GNUC__
3235 choke me
3236#endif
3237
3238 ;
3239 return 0;
3240}
3241_ACEOF
3242if ac_fn_c_try_compile "$LINENO"; then :
3243 ac_compiler_gnu=yes
3244else
3245 ac_compiler_gnu=no
3246fi
3247rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3248ac_cv_c_compiler_gnu=$ac_compiler_gnu
3249
3250fi
3251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3252$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3253if test $ac_compiler_gnu = yes; then
3254 GCC=yes
3255else
3256 GCC=
3257fi
3258ac_test_CFLAGS=${CFLAGS+set}
3259ac_save_CFLAGS=$CFLAGS
3260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3261$as_echo_n "checking whether $CC accepts -g... " >&6; }
3262if test "${ac_cv_prog_cc_g+set}" = set; then :
3263 $as_echo_n "(cached) " >&6
3264else
3265 ac_save_c_werror_flag=$ac_c_werror_flag
3266 ac_c_werror_flag=yes
3267 ac_cv_prog_cc_g=no
3268 CFLAGS="-g"
3269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3270/* end confdefs.h. */
3271
3272int
3273main ()
3274{
3275
3276 ;
3277 return 0;
3278}
3279_ACEOF
3280if ac_fn_c_try_compile "$LINENO"; then :
3281 ac_cv_prog_cc_g=yes
3282else
3283 CFLAGS=""
3284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3285/* end confdefs.h. */
3286
3287int
3288main ()
3289{
3290
3291 ;
3292 return 0;
3293}
3294_ACEOF
3295if ac_fn_c_try_compile "$LINENO"; then :
3296
3297else
3298 ac_c_werror_flag=$ac_save_c_werror_flag
3299 CFLAGS="-g"
3300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3301/* end confdefs.h. */
3302
3303int
3304main ()
3305{
3306
3307 ;
3308 return 0;
3309}
3310_ACEOF
3311if ac_fn_c_try_compile "$LINENO"; then :
3312 ac_cv_prog_cc_g=yes
3313fi
3314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3315fi
3316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3317fi
3318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3319 ac_c_werror_flag=$ac_save_c_werror_flag
3320fi
3321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3322$as_echo "$ac_cv_prog_cc_g" >&6; }
3323if test "$ac_test_CFLAGS" = set; then
3324 CFLAGS=$ac_save_CFLAGS
3325elif test $ac_cv_prog_cc_g = yes; then
3326 if test "$GCC" = yes; then
3327 CFLAGS="-g -O2"
3328 else
3329 CFLAGS="-g"
3330 fi
3331else
3332 if test "$GCC" = yes; then
3333 CFLAGS="-O2"
3334 else
3335 CFLAGS=
3336 fi
3337fi
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3339$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3340if test "${ac_cv_prog_cc_c89+set}" = set; then :
3341 $as_echo_n "(cached) " >&6
3342else
3343 ac_cv_prog_cc_c89=no
3344ac_save_CC=$CC
3345cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3346/* end confdefs.h. */
3347#include <stdarg.h>
3348#include <stdio.h>
3349#include <sys/types.h>
3350#include <sys/stat.h>
3351/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3352struct buf { int x; };
3353FILE * (*rcsopen) (struct buf *, struct stat *, int);
3354static char *e (p, i)
3355 char **p;
3356 int i;
3357{
3358 return p[i];
3359}
3360static char *f (char * (*g) (char **, int), char **p, ...)
3361{
3362 char *s;
3363 va_list v;
3364 va_start (v,p);
3365 s = g (p, va_arg (v,int));
3366 va_end (v);
3367 return s;
3368}
3369
3370/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3371 function prototypes and stuff, but not '\xHH' hex character constants.
3372 These don't provoke an error unfortunately, instead are silently treated
3373 as 'x'. The following induces an error, until -std is added to get
3374 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3375 array size at least. It's necessary to write '\x00'==0 to get something
3376 that's true only with -std. */
3377int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3378
3379/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3380 inside strings and character constants. */
3381#define FOO(x) 'x'
3382int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3383
3384int test (int i, double x);
3385struct s1 {int (*f) (int a);};
3386struct s2 {int (*f) (double a);};
3387int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3388int argc;
3389char **argv;
3390int
3391main ()
3392{
3393return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3394 ;
3395 return 0;
3396}
3397_ACEOF
3398for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3399 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3400do
3401 CC="$ac_save_CC $ac_arg"
3402 if ac_fn_c_try_compile "$LINENO"; then :
3403 ac_cv_prog_cc_c89=$ac_arg
3404fi
3405rm -f core conftest.err conftest.$ac_objext
3406 test "x$ac_cv_prog_cc_c89" != "xno" && break
3407done
3408rm -f conftest.$ac_ext
3409CC=$ac_save_CC
3410
3411fi
3412# AC_CACHE_VAL
3413case "x$ac_cv_prog_cc_c89" in
3414 x)
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3416$as_echo "none needed" >&6; } ;;
3417 xno)
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3419$as_echo "unsupported" >&6; } ;;
3420 *)
3421 CC="$CC $ac_cv_prog_cc_c89"
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3423$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3424esac
3425if test "x$ac_cv_prog_cc_c89" != xno; then :
3426
3427fi
3428
3429ac_ext=c
3430ac_cpp='$CPP $CPPFLAGS'
3431ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3432ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3433ac_compiler_gnu=$ac_cv_c_compiler_gnu
3434
3435
3436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3437$as_echo_n "checking for library containing strerror... " >&6; }
3438if test "${ac_cv_search_strerror+set}" = set; then :
3439 $as_echo_n "(cached) " >&6
3440else
3441 ac_func_search_save_LIBS=$LIBS
3442cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3443/* end confdefs.h. */
3444
3445/* Override any GCC internal prototype to avoid an error.
3446 Use char because int might match the return type of a GCC
3447 builtin and then its argument prototype would still apply. */
3448#ifdef __cplusplus
3449extern "C"
3450#endif
3451char strerror ();
3452int
3453main ()
3454{
3455return strerror ();
3456 ;
3457 return 0;
3458}
3459_ACEOF
3460for ac_lib in '' cposix; do
3461 if test -z "$ac_lib"; then
3462 ac_res="none required"
3463 else
3464 ac_res=-l$ac_lib
3465 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3466 fi
3467 if ac_fn_c_try_link "$LINENO"; then :
3468 ac_cv_search_strerror=$ac_res
3469fi
3470rm -f core conftest.err conftest.$ac_objext \
3471 conftest$ac_exeext
3472 if test "${ac_cv_search_strerror+set}" = set; then :
3473 break
3474fi
3475done
3476if test "${ac_cv_search_strerror+set}" = set; then :
3477
3478else
3479 ac_cv_search_strerror=no
3480fi
3481rm conftest.$ac_ext
3482LIBS=$ac_func_search_save_LIBS
3483fi
3484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3485$as_echo "$ac_cv_search_strerror" >&6; }
3486ac_res=$ac_cv_search_strerror
3487if test "$ac_res" != no; then :
3488 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3489
3490fi
3491
3492
3493am__api_version='1.11'
3494
3495# Find a good install program. We prefer a C program (faster),
3496# so one script is as good as another. But avoid the broken or
3497# incompatible versions:
3498# SysV /etc/install, /usr/sbin/install
3499# SunOS /usr/etc/install
3500# IRIX /sbin/install
3501# AIX /bin/install
3502# AmigaOS /C/install, which installs bootblocks on floppy discs
3503# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3504# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3505# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3506# OS/2's system install, which has a completely different semantic
3507# ./install, which can be erroneously created by make from ./install.sh.
3508# Reject install programs that cannot install multiple files.
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3510$as_echo_n "checking for a BSD-compatible install... " >&6; }
3511if test -z "$INSTALL"; then
3512if test "${ac_cv_path_install+set}" = set; then :
3513 $as_echo_n "(cached) " >&6
3514else
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516for as_dir in $PATH
3517do
3518 IFS=$as_save_IFS
3519 test -z "$as_dir" && as_dir=.
3520 # Account for people who put trailing slashes in PATH elements.
3521case $as_dir/ in #((
3522 ./ | .// | /[cC]/* | \
3523 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3524 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3525 /usr/ucb/* ) ;;
3526 *)
3527 # OSF1 and SCO ODT 3.0 have their own names for install.
3528 # Don't use installbsd from OSF since it installs stuff as root
3529 # by default.
3530 for ac_prog in ginstall scoinst install; do
3531 for ac_exec_ext in '' $ac_executable_extensions; do
3532 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3533 if test $ac_prog = install &&
3534 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3535 # AIX install. It has an incompatible calling convention.
3536 :
3537 elif test $ac_prog = install &&
3538 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3539 # program-specific install script used by HP pwplus--don't use.
3540 :
3541 else
3542 rm -rf conftest.one conftest.two conftest.dir
3543 echo one > conftest.one
3544 echo two > conftest.two
3545 mkdir conftest.dir
3546 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3547 test -s conftest.one && test -s conftest.two &&
3548 test -s conftest.dir/conftest.one &&
3549 test -s conftest.dir/conftest.two
3550 then
3551 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3552 break 3
3553 fi
3554 fi
3555 fi
3556 done
3557 done
3558 ;;
3559esac
3560
3561 done
3562IFS=$as_save_IFS
3563
3564rm -rf conftest.one conftest.two conftest.dir
3565
3566fi
3567 if test "${ac_cv_path_install+set}" = set; then
3568 INSTALL=$ac_cv_path_install
3569 else
3570 # As a last resort, use the slow shell script. Don't cache a
3571 # value for INSTALL within a source directory, because that will
3572 # break other packages using the cache if that directory is
3573 # removed, or if the value is a relative name.
3574 INSTALL=$ac_install_sh
3575 fi
3576fi
3577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3578$as_echo "$INSTALL" >&6; }
3579
3580# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3581# It thinks the first close brace ends the variable substitution.
3582test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3583
3584test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3585
3586test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3587
3588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3589$as_echo_n "checking whether build environment is sane... " >&6; }
3590# Just in case
3591sleep 1
3592echo timestamp > conftest.file
3593# Reject unsafe characters in $srcdir or the absolute working directory
3594# name. Accept space and tab only in the latter.
3595am_lf='
3596'
3597case `pwd` in
3598 *[\\\"\#\$\&\'\`$am_lf]*)
3599 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3600esac
3601case $srcdir in
3602 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3603 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3604esac
3605
3606# Do `set' in a subshell so we don't clobber the current shell's
3607# arguments. Must try -L first in case configure is actually a
3608# symlink; some systems play weird games with the mod time of symlinks
3609# (eg FreeBSD returns the mod time of the symlink's containing
3610# directory).
3611if (
3612 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3613 if test "$*" = "X"; then
3614 # -L didn't work.
3615 set X `ls -t "$srcdir/configure" conftest.file`
3616 fi
3617 rm -f conftest.file
3618 if test "$*" != "X $srcdir/configure conftest.file" \
3619 && test "$*" != "X conftest.file $srcdir/configure"; then
3620
3621 # If neither matched, then we have a broken ls. This can happen
3622 # if, for instance, CONFIG_SHELL is bash and it inherits a
3623 # broken ls alias from the environment. This has actually
3624 # happened. Such a system could not be considered "sane".
3625 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3626alias in your environment" "$LINENO" 5
3627 fi
3628
3629 test "$2" = conftest.file
3630 )
3631then
3632 # Ok.
3633 :
3634else
3635 as_fn_error "newly created file is older than distributed files!
3636Check your system clock" "$LINENO" 5
3637fi
3638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3639$as_echo "yes" >&6; }
3640test "$program_prefix" != NONE &&
3641 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3642# Use a double $ so make ignores it.
3643test "$program_suffix" != NONE &&
3644 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3645# Double any \ or $.
3646# By default was `s,x,x', remove it if useless.
3647ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3648program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3649
3650# expand $ac_aux_dir to an absolute path
3651am_aux_dir=`cd $ac_aux_dir && pwd`
3652
3653if test x"${MISSING+set}" != xset; then
3654 case $am_aux_dir in
3655 *\ * | *\ *)
3656 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3657 *)
3658 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3659 esac
3660fi
3661# Use eval to expand $SHELL
3662if eval "$MISSING --run true"; then
3663 am_missing_run="$MISSING --run "
3664else
3665 am_missing_run=
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3667$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3668fi
3669
3670if test x"${install_sh}" != xset; then
3671 case $am_aux_dir in
3672 *\ * | *\ *)
3673 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3674 *)
3675 install_sh="\${SHELL} $am_aux_dir/install-sh"
3676 esac
3677fi
3678
3679# Installed binaries are usually stripped using `strip' when the user
3680# run `make install-strip'. However `strip' might not be the right
3681# tool to use in cross-compilation environments, therefore Automake
3682# will honor the `STRIP' environment variable to overrule this program.
3683if test "$cross_compiling" != no; then
3684 if test -n "$ac_tool_prefix"; then
3685 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3686set dummy ${ac_tool_prefix}strip; ac_word=$2
3687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3688$as_echo_n "checking for $ac_word... " >&6; }
3689if test "${ac_cv_prog_STRIP+set}" = set; then :
3690 $as_echo_n "(cached) " >&6
3691else
3692 if test -n "$STRIP"; then
3693 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3694else
3695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3696for as_dir in $PATH
3697do
3698 IFS=$as_save_IFS
3699 test -z "$as_dir" && as_dir=.
3700 for ac_exec_ext in '' $ac_executable_extensions; do
3701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3702 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3704 break 2
3705 fi
3706done
3707 done
3708IFS=$as_save_IFS
3709
3710fi
3711fi
3712STRIP=$ac_cv_prog_STRIP
3713if test -n "$STRIP"; then
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3715$as_echo "$STRIP" >&6; }
3716else
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3718$as_echo "no" >&6; }
3719fi
3720
3721
3722fi
3723if test -z "$ac_cv_prog_STRIP"; then
3724 ac_ct_STRIP=$STRIP
3725 # Extract the first word of "strip", so it can be a program name with args.
3726set dummy strip; ac_word=$2
3727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3728$as_echo_n "checking for $ac_word... " >&6; }
3729if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3730 $as_echo_n "(cached) " >&6
3731else
3732 if test -n "$ac_ct_STRIP"; then
3733 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3734else
3735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3736for as_dir in $PATH
3737do
3738 IFS=$as_save_IFS
3739 test -z "$as_dir" && as_dir=.
3740 for ac_exec_ext in '' $ac_executable_extensions; do
3741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3742 ac_cv_prog_ac_ct_STRIP="strip"
3743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 break 2
3745 fi
3746done
3747 done
3748IFS=$as_save_IFS
3749
3750fi
3751fi
3752ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3753if test -n "$ac_ct_STRIP"; then
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3755$as_echo "$ac_ct_STRIP" >&6; }
3756else
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3758$as_echo "no" >&6; }
3759fi
3760
3761 if test "x$ac_ct_STRIP" = x; then
3762 STRIP=":"
3763 else
3764 case $cross_compiling:$ac_tool_warned in
3765yes:)
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3768ac_tool_warned=yes ;;
3769esac
3770 STRIP=$ac_ct_STRIP
3771 fi
3772else
3773 STRIP="$ac_cv_prog_STRIP"
3774fi
3775
3776fi
3777INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3778
3779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3780$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3781if test -z "$MKDIR_P"; then
3782 if test "${ac_cv_path_mkdir+set}" = set; then :
3783 $as_echo_n "(cached) " >&6
3784else
3785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3786for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3787do
3788 IFS=$as_save_IFS
3789 test -z "$as_dir" && as_dir=.
3790 for ac_prog in mkdir gmkdir; do
3791 for ac_exec_ext in '' $ac_executable_extensions; do
3792 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3793 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3794 'mkdir (GNU coreutils) '* | \
3795 'mkdir (coreutils) '* | \
3796 'mkdir (fileutils) '4.1*)
3797 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3798 break 3;;
3799 esac
3800 done
3801 done
3802 done
3803IFS=$as_save_IFS
3804
3805fi
3806
3807 if test "${ac_cv_path_mkdir+set}" = set; then
3808 MKDIR_P="$ac_cv_path_mkdir -p"
3809 else
3810 # As a last resort, use the slow shell script. Don't cache a
3811 # value for MKDIR_P within a source directory, because that will
3812 # break other packages using the cache if that directory is
3813 # removed, or if the value is a relative name.
3814 test -d ./--version && rmdir ./--version
3815 MKDIR_P="$ac_install_sh -d"
3816 fi
3817fi
3818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3819$as_echo "$MKDIR_P" >&6; }
3820
3821mkdir_p="$MKDIR_P"
3822case $mkdir_p in
3823 [\\/$]* | ?:[\\/]*) ;;
3824 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3825esac
3826
3827for ac_prog in gawk mawk nawk awk
3828do
3829 # Extract the first word of "$ac_prog", so it can be a program name with args.
3830set dummy $ac_prog; ac_word=$2
3831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3832$as_echo_n "checking for $ac_word... " >&6; }
3833if test "${ac_cv_prog_AWK+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
3835else
3836 if test -n "$AWK"; then
3837 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3838else
3839as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3840for as_dir in $PATH
3841do
3842 IFS=$as_save_IFS
3843 test -z "$as_dir" && as_dir=.
3844 for ac_exec_ext in '' $ac_executable_extensions; do
3845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3846 ac_cv_prog_AWK="$ac_prog"
3847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3848 break 2
3849 fi
3850done
3851 done
3852IFS=$as_save_IFS
3853
3854fi
3855fi
3856AWK=$ac_cv_prog_AWK
3857if test -n "$AWK"; then
3858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3859$as_echo "$AWK" >&6; }
3860else
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3862$as_echo "no" >&6; }
3863fi
3864
3865
3866 test -n "$AWK" && break
3867done
3868
3869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3870$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3871set x ${MAKE-make}
3872ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3873if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3874 $as_echo_n "(cached) " >&6
3875else
3876 cat >conftest.make <<\_ACEOF
3877SHELL = /bin/sh
3878all:
3879 @echo '@@@%%%=$(MAKE)=@@@%%%'
3880_ACEOF
3881# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3882case `${MAKE-make} -f conftest.make 2>/dev/null` in
3883 *@@@%%%=?*=@@@%%%*)
3884 eval ac_cv_prog_make_${ac_make}_set=yes;;
3885 *)
3886 eval ac_cv_prog_make_${ac_make}_set=no;;
3887esac
3888rm -f conftest.make
3889fi
3890if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3892$as_echo "yes" >&6; }
3893 SET_MAKE=
3894else
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3896$as_echo "no" >&6; }
3897 SET_MAKE="MAKE=${MAKE-make}"
3898fi
3899
3900rm -rf .tst 2>/dev/null
3901mkdir .tst 2>/dev/null
3902if test -d .tst; then
3903 am__leading_dot=.
3904else
3905 am__leading_dot=_
3906fi
3907rmdir .tst 2>/dev/null
3908
3909DEPDIR="${am__leading_dot}deps"
3910
3911ac_config_commands="$ac_config_commands depfiles"
3912
3913
3914am_make=${MAKE-make}
3915cat > confinc << 'END'
3916am__doit:
3917 @echo this is the am__doit target
3918.PHONY: am__doit
3919END
3920# If we don't find an include directive, just comment out the code.
3921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3922$as_echo_n "checking for style of include used by $am_make... " >&6; }
3923am__include="#"
3924am__quote=
3925_am_result=none
3926# First try GNU make style include.
3927echo "include confinc" > confmf
3928# Ignore all kinds of additional output from `make'.
3929case `$am_make -s -f confmf 2> /dev/null` in #(
3930*the\ am__doit\ target*)
3931 am__include=include
3932 am__quote=
3933 _am_result=GNU
3934 ;;
3935esac
3936# Now try BSD make style include.
3937if test "$am__include" = "#"; then
3938 echo '.include "confinc"' > confmf
3939 case `$am_make -s -f confmf 2> /dev/null` in #(
3940 *the\ am__doit\ target*)
3941 am__include=.include
3942 am__quote="\""
3943 _am_result=BSD
3944 ;;
3945 esac
3946fi
3947
3948
3949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3950$as_echo "$_am_result" >&6; }
3951rm -f confinc confmf
3952
3953# Check whether --enable-dependency-tracking was given.
3954if test "${enable_dependency_tracking+set}" = set; then :
3955 enableval=$enable_dependency_tracking;
3956fi
3957
3958if test "x$enable_dependency_tracking" != xno; then
3959 am_depcomp="$ac_aux_dir/depcomp"
3960 AMDEPBACKSLASH='\'
3961fi
3962 if test "x$enable_dependency_tracking" != xno; then
3963 AMDEP_TRUE=
3964 AMDEP_FALSE='#'
3965else
3966 AMDEP_TRUE='#'
3967 AMDEP_FALSE=
3968fi
3969
3970
3971if test "`cd $srcdir && pwd`" != "`pwd`"; then
3972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3973 # is not polluted with repeated "-I."
3974 am__isrc=' -I$(srcdir)'
3975 # test to see if srcdir already configured
3976 if test -f $srcdir/config.status; then
3977 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3978 fi
3979fi
3980
3981# test whether we have cygpath
3982if test -z "$CYGPATH_W"; then
3983 if (cygpath --version) >/dev/null 2>/dev/null; then
3984 CYGPATH_W='cygpath -w'
3985 else
3986 CYGPATH_W=echo
3987 fi
3988fi
3989
3990
3991# Define the identity of the package.
3992 PACKAGE='bfd'
3993 VERSION='2.23.51'
3994
3995
3996cat >>confdefs.h <<_ACEOF
3997#define PACKAGE "$PACKAGE"
3998_ACEOF
3999
4000
4001cat >>confdefs.h <<_ACEOF
4002#define VERSION "$VERSION"
4003_ACEOF
4004
4005# Some tools Automake needs.
4006
4007ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4008
4009
4010AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4011
4012
4013AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4014
4015
4016AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4017
4018
4019MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4020
4021# We need awk for the "check" target. The system "awk" is bad on
4022# some platforms.
4023# Always define AMTAR for backward compatibility.
4024
4025AMTAR=${AMTAR-"${am_missing_run}tar"}
4026
4027am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4028
4029
4030
4031
4032depcc="$CC" am_compiler_list=
4033
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4035$as_echo_n "checking dependency style of $depcc... " >&6; }
4036if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
4038else
4039 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4040 # We make a subdir and do the tests there. Otherwise we can end up
4041 # making bogus files that we don't know about and never remove. For
4042 # instance it was reported that on HP-UX the gcc test will end up
4043 # making a dummy file named `D' -- because `-MD' means `put the output
4044 # in D'.
4045 mkdir conftest.dir
4046 # Copy depcomp to subdir because otherwise we won't find it if we're
4047 # using a relative directory.
4048 cp "$am_depcomp" conftest.dir
4049 cd conftest.dir
4050 # We will build objects and dependencies in a subdirectory because
4051 # it helps to detect inapplicable dependency modes. For instance
4052 # both Tru64's cc and ICC support -MD to output dependencies as a
4053 # side effect of compilation, but ICC will put the dependencies in
4054 # the current directory while Tru64 will put them in the object
4055 # directory.
4056 mkdir sub
4057
4058 am_cv_CC_dependencies_compiler_type=none
4059 if test "$am_compiler_list" = ""; then
4060 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4061 fi
4062 am__universal=false
4063 case " $depcc " in #(
4064 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4065 esac
4066
4067 for depmode in $am_compiler_list; do
4068 # Setup a source with many dependencies, because some compilers
4069 # like to wrap large dependency lists on column 80 (with \), and
4070 # we should not choose a depcomp mode which is confused by this.
4071 #
4072 # We need to recreate these files for each test, as the compiler may
4073 # overwrite some of them when testing with obscure command lines.
4074 # This happens at least with the AIX C compiler.
4075 : > sub/conftest.c
4076 for i in 1 2 3 4 5 6; do
4077 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4078 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4079 # Solaris 8's {/usr,}/bin/sh.
4080 touch sub/conftst$i.h
4081 done
4082 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4083
4084 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4085 # mode. It turns out that the SunPro C++ compiler does not properly
4086 # handle `-M -o', and we need to detect this. Also, some Intel
4087 # versions had trouble with output in subdirs
4088 am__obj=sub/conftest.${OBJEXT-o}
4089 am__minus_obj="-o $am__obj"
4090 case $depmode in
4091 gcc)
4092 # This depmode causes a compiler race in universal mode.
4093 test "$am__universal" = false || continue
4094 ;;
4095 nosideeffect)
4096 # after this tag, mechanisms are not by side-effect, so they'll
4097 # only be used when explicitly requested
4098 if test "x$enable_dependency_tracking" = xyes; then
4099 continue
4100 else
4101 break
4102 fi
4103 ;;
4104 msvisualcpp | msvcmsys)
4105 # This compiler won't grok `-c -o', but also, the minuso test has
4106 # not run yet. These depmodes are late enough in the game, and
4107 # so weak that their functioning should not be impacted.
4108 am__obj=conftest.${OBJEXT-o}
4109 am__minus_obj=
4110 ;;
4111 none) break ;;
4112 esac
4113 if depmode=$depmode \
4114 source=sub/conftest.c object=$am__obj \
4115 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4116 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4117 >/dev/null 2>conftest.err &&
4118 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4119 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4120 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4121 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4122 # icc doesn't choke on unknown options, it will just issue warnings
4123 # or remarks (even with -Werror). So we grep stderr for any message
4124 # that says an option was ignored or not supported.
4125 # When given -MP, icc 7.0 and 7.1 complain thusly:
4126 # icc: Command line warning: ignoring option '-M'; no argument required
4127 # The diagnosis changed in icc 8.0:
4128 # icc: Command line remark: option '-MP' not supported
4129 if (grep 'ignoring option' conftest.err ||
4130 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4131 am_cv_CC_dependencies_compiler_type=$depmode
4132 break
4133 fi
4134 fi
4135 done
4136
4137 cd ..
4138 rm -rf conftest.dir
4139else
4140 am_cv_CC_dependencies_compiler_type=none
4141fi
4142
4143fi
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4145$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4146CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4147
4148 if
4149 test "x$enable_dependency_tracking" != xno \
4150 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4151 am__fastdepCC_TRUE=
4152 am__fastdepCC_FALSE='#'
4153else
4154 am__fastdepCC_TRUE='#'
4155 am__fastdepCC_FALSE=
4156fi
4157
4158
4159
4160
4161if test -n "$ac_tool_prefix"; then
4162 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4163set dummy ${ac_tool_prefix}ar; ac_word=$2
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165$as_echo_n "checking for $ac_word... " >&6; }
4166if test "${ac_cv_prog_AR+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
4168else
4169 if test -n "$AR"; then
4170 ac_cv_prog_AR="$AR" # Let the user override the test.
4171else
4172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173for as_dir in $PATH
4174do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4179 ac_cv_prog_AR="${ac_tool_prefix}ar"
4180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181 break 2
4182 fi
4183done
4184 done
4185IFS=$as_save_IFS
4186
4187fi
4188fi
4189AR=$ac_cv_prog_AR
4190if test -n "$AR"; then
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4192$as_echo "$AR" >&6; }
4193else
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4195$as_echo "no" >&6; }
4196fi
4197
4198
4199fi
4200if test -z "$ac_cv_prog_AR"; then
4201 ac_ct_AR=$AR
4202 # Extract the first word of "ar", so it can be a program name with args.
4203set dummy ar; ac_word=$2
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205$as_echo_n "checking for $ac_word... " >&6; }
4206if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4207 $as_echo_n "(cached) " >&6
4208else
4209 if test -n "$ac_ct_AR"; then
4210 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4211else
4212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4213for as_dir in $PATH
4214do
4215 IFS=$as_save_IFS
4216 test -z "$as_dir" && as_dir=.
4217 for ac_exec_ext in '' $ac_executable_extensions; do
4218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4219 ac_cv_prog_ac_ct_AR="ar"
4220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 break 2
4222 fi
4223done
4224 done
4225IFS=$as_save_IFS
4226
4227fi
4228fi
4229ac_ct_AR=$ac_cv_prog_ac_ct_AR
4230if test -n "$ac_ct_AR"; then
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4232$as_echo "$ac_ct_AR" >&6; }
4233else
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4235$as_echo "no" >&6; }
4236fi
4237
4238 if test "x$ac_ct_AR" = x; then
4239 AR=""
4240 else
4241 case $cross_compiling:$ac_tool_warned in
4242yes:)
4243{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4244$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4245ac_tool_warned=yes ;;
4246esac
4247 AR=$ac_ct_AR
4248 fi
4249else
4250 AR="$ac_cv_prog_AR"
4251fi
4252
4253if test -n "$ac_tool_prefix"; then
4254 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4255set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4257$as_echo_n "checking for $ac_word... " >&6; }
4258if test "${ac_cv_prog_RANLIB+set}" = set; then :
4259 $as_echo_n "(cached) " >&6
4260else
4261 if test -n "$RANLIB"; then
4262 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4263else
4264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4265for as_dir in $PATH
4266do
4267 IFS=$as_save_IFS
4268 test -z "$as_dir" && as_dir=.
4269 for ac_exec_ext in '' $ac_executable_extensions; do
4270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4271 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4273 break 2
4274 fi
4275done
4276 done
4277IFS=$as_save_IFS
4278
4279fi
4280fi
4281RANLIB=$ac_cv_prog_RANLIB
4282if test -n "$RANLIB"; then
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4284$as_echo "$RANLIB" >&6; }
4285else
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4287$as_echo "no" >&6; }
4288fi
4289
4290
4291fi
4292if test -z "$ac_cv_prog_RANLIB"; then
4293 ac_ct_RANLIB=$RANLIB
4294 # Extract the first word of "ranlib", so it can be a program name with args.
4295set dummy ranlib; ac_word=$2
4296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4297$as_echo_n "checking for $ac_word... " >&6; }
4298if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4299 $as_echo_n "(cached) " >&6
4300else
4301 if test -n "$ac_ct_RANLIB"; then
4302 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4303else
4304as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4305for as_dir in $PATH
4306do
4307 IFS=$as_save_IFS
4308 test -z "$as_dir" && as_dir=.
4309 for ac_exec_ext in '' $ac_executable_extensions; do
4310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4311 ac_cv_prog_ac_ct_RANLIB="ranlib"
4312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4313 break 2
4314 fi
4315done
4316 done
4317IFS=$as_save_IFS
4318
4319fi
4320fi
4321ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4322if test -n "$ac_ct_RANLIB"; then
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4324$as_echo "$ac_ct_RANLIB" >&6; }
4325else
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4327$as_echo "no" >&6; }
4328fi
4329
4330 if test "x$ac_ct_RANLIB" = x; then
4331 RANLIB=":"
4332 else
4333 case $cross_compiling:$ac_tool_warned in
4334yes:)
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4336$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4337ac_tool_warned=yes ;;
4338esac
4339 RANLIB=$ac_ct_RANLIB
4340 fi
4341else
4342 RANLIB="$ac_cv_prog_RANLIB"
4343fi
4344
4345
4346# Check whether --enable-shared was given.
4347if test "${enable_shared+set}" = set; then :
4348 enableval=$enable_shared; p=${PACKAGE-default}
4349 case $enableval in
4350 yes) enable_shared=yes ;;
4351 no) enable_shared=no ;;
4352 *)
4353 enable_shared=no
4354 # Look at the argument we got. We use all the common list separators.
4355 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4356 for pkg in $enableval; do
4357 IFS="$lt_save_ifs"
4358 if test "X$pkg" = "X$p"; then
4359 enable_shared=yes
4360 fi
4361 done
4362 IFS="$lt_save_ifs"
4363 ;;
4364 esac
4365else
4366 enable_shared=no
4367fi
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378ac_ext=c
4379ac_cpp='$CPP $CPPFLAGS'
4380ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382ac_compiler_gnu=$ac_cv_c_compiler_gnu
4383if test -n "$ac_tool_prefix"; then
4384 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4385set dummy ${ac_tool_prefix}gcc; ac_word=$2
4386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4387$as_echo_n "checking for $ac_word... " >&6; }
4388if test "${ac_cv_prog_CC+set}" = set; then :
4389 $as_echo_n "(cached) " >&6
4390else
4391 if test -n "$CC"; then
4392 ac_cv_prog_CC="$CC" # Let the user override the test.
4393else
4394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4395for as_dir in $PATH
4396do
4397 IFS=$as_save_IFS
4398 test -z "$as_dir" && as_dir=.
4399 for ac_exec_ext in '' $ac_executable_extensions; do
4400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4401 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4403 break 2
4404 fi
4405done
4406 done
4407IFS=$as_save_IFS
4408
4409fi
4410fi
4411CC=$ac_cv_prog_CC
4412if test -n "$CC"; then
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4414$as_echo "$CC" >&6; }
4415else
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4417$as_echo "no" >&6; }
4418fi
4419
4420
4421fi
4422if test -z "$ac_cv_prog_CC"; then
4423 ac_ct_CC=$CC
4424 # Extract the first word of "gcc", so it can be a program name with args.
4425set dummy gcc; ac_word=$2
4426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427$as_echo_n "checking for $ac_word... " >&6; }
4428if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
4430else
4431 if test -n "$ac_ct_CC"; then
4432 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4433else
4434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435for as_dir in $PATH
4436do
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_exec_ext in '' $ac_executable_extensions; do
4440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4441 ac_cv_prog_ac_ct_CC="gcc"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443 break 2
4444 fi
4445done
4446 done
4447IFS=$as_save_IFS
4448
4449fi
4450fi
4451ac_ct_CC=$ac_cv_prog_ac_ct_CC
4452if test -n "$ac_ct_CC"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4454$as_echo "$ac_ct_CC" >&6; }
4455else
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457$as_echo "no" >&6; }
4458fi
4459
4460 if test "x$ac_ct_CC" = x; then
4461 CC=""
4462 else
4463 case $cross_compiling:$ac_tool_warned in
4464yes:)
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467ac_tool_warned=yes ;;
4468esac
4469 CC=$ac_ct_CC
4470 fi
4471else
4472 CC="$ac_cv_prog_CC"
4473fi
4474
4475if test -z "$CC"; then
4476 if test -n "$ac_tool_prefix"; then
4477 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4478set dummy ${ac_tool_prefix}cc; ac_word=$2
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480$as_echo_n "checking for $ac_word... " >&6; }
4481if test "${ac_cv_prog_CC+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
4483else
4484 if test -n "$CC"; then
4485 ac_cv_prog_CC="$CC" # Let the user override the test.
4486else
4487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488for as_dir in $PATH
4489do
4490 IFS=$as_save_IFS
4491 test -z "$as_dir" && as_dir=.
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4494 ac_cv_prog_CC="${ac_tool_prefix}cc"
4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4496 break 2
4497 fi
4498done
4499 done
4500IFS=$as_save_IFS
4501
4502fi
4503fi
4504CC=$ac_cv_prog_CC
4505if test -n "$CC"; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4507$as_echo "$CC" >&6; }
4508else
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510$as_echo "no" >&6; }
4511fi
4512
4513
4514 fi
4515fi
4516if test -z "$CC"; then
4517 # Extract the first word of "cc", so it can be a program name with args.
4518set dummy cc; ac_word=$2
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520$as_echo_n "checking for $ac_word... " >&6; }
4521if test "${ac_cv_prog_CC+set}" = set; then :
4522 $as_echo_n "(cached) " >&6
4523else
4524 if test -n "$CC"; then
4525 ac_cv_prog_CC="$CC" # Let the user override the test.
4526else
4527 ac_prog_rejected=no
4528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529for as_dir in $PATH
4530do
4531 IFS=$as_save_IFS
4532 test -z "$as_dir" && as_dir=.
4533 for ac_exec_ext in '' $ac_executable_extensions; do
4534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4536 ac_prog_rejected=yes
4537 continue
4538 fi
4539 ac_cv_prog_CC="cc"
4540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4541 break 2
4542 fi
4543done
4544 done
4545IFS=$as_save_IFS
4546
4547if test $ac_prog_rejected = yes; then
4548 # We found a bogon in the path, so make sure we never use it.
4549 set dummy $ac_cv_prog_CC
4550 shift
4551 if test $# != 0; then
4552 # We chose a different compiler from the bogus one.
4553 # However, it has the same basename, so the bogon will be chosen
4554 # first if we set CC to just the basename; use the full file name.
4555 shift
4556 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4557 fi
4558fi
4559fi
4560fi
4561CC=$ac_cv_prog_CC
4562if test -n "$CC"; then
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4564$as_echo "$CC" >&6; }
4565else
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4567$as_echo "no" >&6; }
4568fi
4569
4570
4571fi
4572if test -z "$CC"; then
4573 if test -n "$ac_tool_prefix"; then
4574 for ac_prog in cl.exe
4575 do
4576 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4577set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4579$as_echo_n "checking for $ac_word... " >&6; }
4580if test "${ac_cv_prog_CC+set}" = set; then :
4581 $as_echo_n "(cached) " >&6
4582else
4583 if test -n "$CC"; then
4584 ac_cv_prog_CC="$CC" # Let the user override the test.
4585else
4586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587for as_dir in $PATH
4588do
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4593 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4595 break 2
4596 fi
4597done
4598 done
4599IFS=$as_save_IFS
4600
4601fi
4602fi
4603CC=$ac_cv_prog_CC
4604if test -n "$CC"; then
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4606$as_echo "$CC" >&6; }
4607else
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4609$as_echo "no" >&6; }
4610fi
4611
4612
4613 test -n "$CC" && break
4614 done
4615fi
4616if test -z "$CC"; then
4617 ac_ct_CC=$CC
4618 for ac_prog in cl.exe
4619do
4620 # Extract the first word of "$ac_prog", so it can be a program name with args.
4621set dummy $ac_prog; ac_word=$2
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4623$as_echo_n "checking for $ac_word... " >&6; }
4624if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
4626else
4627 if test -n "$ac_ct_CC"; then
4628 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4629else
4630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4631for as_dir in $PATH
4632do
4633 IFS=$as_save_IFS
4634 test -z "$as_dir" && as_dir=.
4635 for ac_exec_ext in '' $ac_executable_extensions; do
4636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4637 ac_cv_prog_ac_ct_CC="$ac_prog"
4638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4639 break 2
4640 fi
4641done
4642 done
4643IFS=$as_save_IFS
4644
4645fi
4646fi
4647ac_ct_CC=$ac_cv_prog_ac_ct_CC
4648if test -n "$ac_ct_CC"; then
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4650$as_echo "$ac_ct_CC" >&6; }
4651else
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4653$as_echo "no" >&6; }
4654fi
4655
4656
4657 test -n "$ac_ct_CC" && break
4658done
4659
4660 if test "x$ac_ct_CC" = x; then
4661 CC=""
4662 else
4663 case $cross_compiling:$ac_tool_warned in
4664yes:)
4665{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4666$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4667ac_tool_warned=yes ;;
4668esac
4669 CC=$ac_ct_CC
4670 fi
4671fi
4672
4673fi
4674
4675
4676test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4677$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4678as_fn_error "no acceptable C compiler found in \$PATH
4679See \`config.log' for more details." "$LINENO" 5; }
4680
4681# Provide some information about the compiler.
4682$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4683set X $ac_compile
4684ac_compiler=$2
4685for ac_option in --version -v -V -qversion; do
4686 { { ac_try="$ac_compiler $ac_option >&5"
4687case "(($ac_try" in
4688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4689 *) ac_try_echo=$ac_try;;
4690esac
4691eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4692$as_echo "$ac_try_echo"; } >&5
4693 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4694 ac_status=$?
4695 if test -s conftest.err; then
4696 sed '10a\
4697... rest of stderr output deleted ...
4698 10q' conftest.err >conftest.er1
4699 cat conftest.er1 >&5
4700 rm -f conftest.er1 conftest.err
4701 fi
4702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4703 test $ac_status = 0; }
4704done
4705
4706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4707$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4708if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4709 $as_echo_n "(cached) " >&6
4710else
4711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4712/* end confdefs.h. */
4713
4714int
4715main ()
4716{
4717#ifndef __GNUC__
4718 choke me
4719#endif
4720
4721 ;
4722 return 0;
4723}
4724_ACEOF
4725if ac_fn_c_try_compile "$LINENO"; then :
4726 ac_compiler_gnu=yes
4727else
4728 ac_compiler_gnu=no
4729fi
4730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4731ac_cv_c_compiler_gnu=$ac_compiler_gnu
4732
4733fi
4734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4735$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4736if test $ac_compiler_gnu = yes; then
4737 GCC=yes
4738else
4739 GCC=
4740fi
4741ac_test_CFLAGS=${CFLAGS+set}
4742ac_save_CFLAGS=$CFLAGS
4743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4744$as_echo_n "checking whether $CC accepts -g... " >&6; }
4745if test "${ac_cv_prog_cc_g+set}" = set; then :
4746 $as_echo_n "(cached) " >&6
4747else
4748 ac_save_c_werror_flag=$ac_c_werror_flag
4749 ac_c_werror_flag=yes
4750 ac_cv_prog_cc_g=no
4751 CFLAGS="-g"
4752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4753/* end confdefs.h. */
4754
4755int
4756main ()
4757{
4758
4759 ;
4760 return 0;
4761}
4762_ACEOF
4763if ac_fn_c_try_compile "$LINENO"; then :
4764 ac_cv_prog_cc_g=yes
4765else
4766 CFLAGS=""
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768/* end confdefs.h. */
4769
4770int
4771main ()
4772{
4773
4774 ;
4775 return 0;
4776}
4777_ACEOF
4778if ac_fn_c_try_compile "$LINENO"; then :
4779
4780else
4781 ac_c_werror_flag=$ac_save_c_werror_flag
4782 CFLAGS="-g"
4783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4784/* end confdefs.h. */
4785
4786int
4787main ()
4788{
4789
4790 ;
4791 return 0;
4792}
4793_ACEOF
4794if ac_fn_c_try_compile "$LINENO"; then :
4795 ac_cv_prog_cc_g=yes
4796fi
4797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4798fi
4799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4800fi
4801rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4802 ac_c_werror_flag=$ac_save_c_werror_flag
4803fi
4804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4805$as_echo "$ac_cv_prog_cc_g" >&6; }
4806if test "$ac_test_CFLAGS" = set; then
4807 CFLAGS=$ac_save_CFLAGS
4808elif test $ac_cv_prog_cc_g = yes; then
4809 if test "$GCC" = yes; then
4810 CFLAGS="-g -O2"
4811 else
4812 CFLAGS="-g"
4813 fi
4814else
4815 if test "$GCC" = yes; then
4816 CFLAGS="-O2"
4817 else
4818 CFLAGS=
4819 fi
4820fi
4821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4822$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4823if test "${ac_cv_prog_cc_c89+set}" = set; then :
4824 $as_echo_n "(cached) " >&6
4825else
4826 ac_cv_prog_cc_c89=no
4827ac_save_CC=$CC
4828cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4829/* end confdefs.h. */
4830#include <stdarg.h>
4831#include <stdio.h>
4832#include <sys/types.h>
4833#include <sys/stat.h>
4834/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4835struct buf { int x; };
4836FILE * (*rcsopen) (struct buf *, struct stat *, int);
4837static char *e (p, i)
4838 char **p;
4839 int i;
4840{
4841 return p[i];
4842}
4843static char *f (char * (*g) (char **, int), char **p, ...)
4844{
4845 char *s;
4846 va_list v;
4847 va_start (v,p);
4848 s = g (p, va_arg (v,int));
4849 va_end (v);
4850 return s;
4851}
4852
4853/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4854 function prototypes and stuff, but not '\xHH' hex character constants.
4855 These don't provoke an error unfortunately, instead are silently treated
4856 as 'x'. The following induces an error, until -std is added to get
4857 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4858 array size at least. It's necessary to write '\x00'==0 to get something
4859 that's true only with -std. */
4860int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4861
4862/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4863 inside strings and character constants. */
4864#define FOO(x) 'x'
4865int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4866
4867int test (int i, double x);
4868struct s1 {int (*f) (int a);};
4869struct s2 {int (*f) (double a);};
4870int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4871int argc;
4872char **argv;
4873int
4874main ()
4875{
4876return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4877 ;
4878 return 0;
4879}
4880_ACEOF
4881for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4882 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4883do
4884 CC="$ac_save_CC $ac_arg"
4885 if ac_fn_c_try_compile "$LINENO"; then :
4886 ac_cv_prog_cc_c89=$ac_arg
4887fi
4888rm -f core conftest.err conftest.$ac_objext
4889 test "x$ac_cv_prog_cc_c89" != "xno" && break
4890done
4891rm -f conftest.$ac_ext
4892CC=$ac_save_CC
4893
4894fi
4895# AC_CACHE_VAL
4896case "x$ac_cv_prog_cc_c89" in
4897 x)
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4899$as_echo "none needed" >&6; } ;;
4900 xno)
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4902$as_echo "unsupported" >&6; } ;;
4903 *)
4904 CC="$CC $ac_cv_prog_cc_c89"
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4906$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4907esac
4908if test "x$ac_cv_prog_cc_c89" != xno; then :
4909
4910fi
4911
4912ac_ext=c
4913ac_cpp='$CPP $CPPFLAGS'
4914ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4915ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4916ac_compiler_gnu=$ac_cv_c_compiler_gnu
4917
4918ac_ext=c
4919ac_cpp='$CPP $CPPFLAGS'
4920ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4921ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4922ac_compiler_gnu=$ac_cv_c_compiler_gnu
4923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4924$as_echo_n "checking how to run the C preprocessor... " >&6; }
4925# On Suns, sometimes $CPP names a directory.
4926if test -n "$CPP" && test -d "$CPP"; then
4927 CPP=
4928fi
4929if test -z "$CPP"; then
4930 if test "${ac_cv_prog_CPP+set}" = set; then :
4931 $as_echo_n "(cached) " >&6
4932else
4933 # Double quotes because CPP needs to be expanded
4934 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4935 do
4936 ac_preproc_ok=false
4937for ac_c_preproc_warn_flag in '' yes
4938do
4939 # Use a header file that comes with gcc, so configuring glibc
4940 # with a fresh cross-compiler works.
4941 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4942 # <limits.h> exists even on freestanding compilers.
4943 # On the NeXT, cc -E runs the code through the compiler's parser,
4944 # not just through cpp. "Syntax error" is here to catch this case.
4945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4946/* end confdefs.h. */
4947#ifdef __STDC__
4948# include <limits.h>
4949#else
4950# include <assert.h>
4951#endif
4952 Syntax error
4953_ACEOF
4954if ac_fn_c_try_cpp "$LINENO"; then :
4955
4956else
4957 # Broken: fails on valid input.
4958continue
4959fi
4960rm -f conftest.err conftest.$ac_ext
4961
4962 # OK, works on sane cases. Now check whether nonexistent headers
4963 # can be detected and how.
4964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4965/* end confdefs.h. */
4966#include <ac_nonexistent.h>
4967_ACEOF
4968if ac_fn_c_try_cpp "$LINENO"; then :
4969 # Broken: success on invalid input.
4970continue
4971else
4972 # Passes both tests.
4973ac_preproc_ok=:
4974break
4975fi
4976rm -f conftest.err conftest.$ac_ext
4977
4978done
4979# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4980rm -f conftest.err conftest.$ac_ext
4981if $ac_preproc_ok; then :
4982 break
4983fi
4984
4985 done
4986 ac_cv_prog_CPP=$CPP
4987
4988fi
4989 CPP=$ac_cv_prog_CPP
4990else
4991 ac_cv_prog_CPP=$CPP
4992fi
4993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4994$as_echo "$CPP" >&6; }
4995ac_preproc_ok=false
4996for ac_c_preproc_warn_flag in '' yes
4997do
4998 # Use a header file that comes with gcc, so configuring glibc
4999 # with a fresh cross-compiler works.
5000 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5001 # <limits.h> exists even on freestanding compilers.
5002 # On the NeXT, cc -E runs the code through the compiler's parser,
5003 # not just through cpp. "Syntax error" is here to catch this case.
5004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5005/* end confdefs.h. */
5006#ifdef __STDC__
5007# include <limits.h>
5008#else
5009# include <assert.h>
5010#endif
5011 Syntax error
5012_ACEOF
5013if ac_fn_c_try_cpp "$LINENO"; then :
5014
5015else
5016 # Broken: fails on valid input.
5017continue
5018fi
5019rm -f conftest.err conftest.$ac_ext
5020
5021 # OK, works on sane cases. Now check whether nonexistent headers
5022 # can be detected and how.
5023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5024/* end confdefs.h. */
5025#include <ac_nonexistent.h>
5026_ACEOF
5027if ac_fn_c_try_cpp "$LINENO"; then :
5028 # Broken: success on invalid input.
5029continue
5030else
5031 # Passes both tests.
5032ac_preproc_ok=:
5033break
5034fi
5035rm -f conftest.err conftest.$ac_ext
5036
5037done
5038# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5039rm -f conftest.err conftest.$ac_ext
5040if $ac_preproc_ok; then :
5041
5042else
5043 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5044$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5045as_fn_error "C preprocessor \"$CPP\" fails sanity check
5046See \`config.log' for more details." "$LINENO" 5; }
5047fi
5048
5049ac_ext=c
5050ac_cpp='$CPP $CPPFLAGS'
5051ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5052ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5053ac_compiler_gnu=$ac_cv_c_compiler_gnu
5054
5055
5056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5057$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5058if test "${ac_cv_path_GREP+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060else
5061 if test -z "$GREP"; then
5062 ac_path_GREP_found=false
5063 # Loop through the user's path and test for each of PROGNAME-LIST
5064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5065for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5066do
5067 IFS=$as_save_IFS
5068 test -z "$as_dir" && as_dir=.
5069 for ac_prog in grep ggrep; do
5070 for ac_exec_ext in '' $ac_executable_extensions; do
5071 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5072 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5073# Check for GNU ac_path_GREP and select it if it is found.
5074 # Check for GNU $ac_path_GREP
5075case `"$ac_path_GREP" --version 2>&1` in
5076*GNU*)
5077 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5078*)
5079 ac_count=0
5080 $as_echo_n 0123456789 >"conftest.in"
5081 while :
5082 do
5083 cat "conftest.in" "conftest.in" >"conftest.tmp"
5084 mv "conftest.tmp" "conftest.in"
5085 cp "conftest.in" "conftest.nl"
5086 $as_echo 'GREP' >> "conftest.nl"
5087 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5088 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5089 as_fn_arith $ac_count + 1 && ac_count=$as_val
5090 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5091 # Best one so far, save it but keep looking for a better one
5092 ac_cv_path_GREP="$ac_path_GREP"
5093 ac_path_GREP_max=$ac_count
5094 fi
5095 # 10*(2^10) chars as input seems more than enough
5096 test $ac_count -gt 10 && break
5097 done
5098 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5099esac
5100
5101 $ac_path_GREP_found && break 3
5102 done
5103 done
5104 done
5105IFS=$as_save_IFS
5106 if test -z "$ac_cv_path_GREP"; then
5107 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5108 fi
5109else
5110 ac_cv_path_GREP=$GREP
5111fi
5112
5113fi
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5115$as_echo "$ac_cv_path_GREP" >&6; }
5116 GREP="$ac_cv_path_GREP"
5117
5118
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5120$as_echo_n "checking for egrep... " >&6; }
5121if test "${ac_cv_path_EGREP+set}" = set; then :
5122 $as_echo_n "(cached) " >&6
5123else
5124 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5125 then ac_cv_path_EGREP="$GREP -E"
5126 else
5127 if test -z "$EGREP"; then
5128 ac_path_EGREP_found=false
5129 # Loop through the user's path and test for each of PROGNAME-LIST
5130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5132do
5133 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=.
5135 for ac_prog in egrep; do
5136 for ac_exec_ext in '' $ac_executable_extensions; do
5137 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5138 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5139# Check for GNU ac_path_EGREP and select it if it is found.
5140 # Check for GNU $ac_path_EGREP
5141case `"$ac_path_EGREP" --version 2>&1` in
5142*GNU*)
5143 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5144*)
5145 ac_count=0
5146 $as_echo_n 0123456789 >"conftest.in"
5147 while :
5148 do
5149 cat "conftest.in" "conftest.in" >"conftest.tmp"
5150 mv "conftest.tmp" "conftest.in"
5151 cp "conftest.in" "conftest.nl"
5152 $as_echo 'EGREP' >> "conftest.nl"
5153 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5155 as_fn_arith $ac_count + 1 && ac_count=$as_val
5156 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5157 # Best one so far, save it but keep looking for a better one
5158 ac_cv_path_EGREP="$ac_path_EGREP"
5159 ac_path_EGREP_max=$ac_count
5160 fi
5161 # 10*(2^10) chars as input seems more than enough
5162 test $ac_count -gt 10 && break
5163 done
5164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5165esac
5166
5167 $ac_path_EGREP_found && break 3
5168 done
5169 done
5170 done
5171IFS=$as_save_IFS
5172 if test -z "$ac_cv_path_EGREP"; then
5173 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5174 fi
5175else
5176 ac_cv_path_EGREP=$EGREP
5177fi
5178
5179 fi
5180fi
5181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5182$as_echo "$ac_cv_path_EGREP" >&6; }
5183 EGREP="$ac_cv_path_EGREP"
5184
5185
5186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5187$as_echo_n "checking for ANSI C header files... " >&6; }
5188if test "${ac_cv_header_stdc+set}" = set; then :
5189 $as_echo_n "(cached) " >&6
5190else
5191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5192/* end confdefs.h. */
5193#include <stdlib.h>
5194#include <stdarg.h>
5195#include <string.h>
5196#include <float.h>
5197
5198int
5199main ()
5200{
5201
5202 ;
5203 return 0;
5204}
5205_ACEOF
5206if ac_fn_c_try_compile "$LINENO"; then :
5207 ac_cv_header_stdc=yes
5208else
5209 ac_cv_header_stdc=no
5210fi
5211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5212
5213if test $ac_cv_header_stdc = yes; then
5214 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5216/* end confdefs.h. */
5217#include <string.h>
5218
5219_ACEOF
5220if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5221 $EGREP "memchr" >/dev/null 2>&1; then :
5222
5223else
5224 ac_cv_header_stdc=no
5225fi
5226rm -f conftest*
5227
5228fi
5229
5230if test $ac_cv_header_stdc = yes; then
5231 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5233/* end confdefs.h. */
5234#include <stdlib.h>
5235
5236_ACEOF
5237if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5238 $EGREP "free" >/dev/null 2>&1; then :
5239
5240else
5241 ac_cv_header_stdc=no
5242fi
5243rm -f conftest*
5244
5245fi
5246
5247if test $ac_cv_header_stdc = yes; then
5248 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5249 if test "$cross_compiling" = yes; then :
5250 :
5251else
5252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5253/* end confdefs.h. */
5254#include <ctype.h>
5255#include <stdlib.h>
5256#if ((' ' & 0x0FF) == 0x020)
5257# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5258# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5259#else
5260# define ISLOWER(c) \
5261 (('a' <= (c) && (c) <= 'i') \
5262 || ('j' <= (c) && (c) <= 'r') \
5263 || ('s' <= (c) && (c) <= 'z'))
5264# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5265#endif
5266
5267#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5268int
5269main ()
5270{
5271 int i;
5272 for (i = 0; i < 256; i++)
5273 if (XOR (islower (i), ISLOWER (i))
5274 || toupper (i) != TOUPPER (i))
5275 return 2;
5276 return 0;
5277}
5278_ACEOF
5279if ac_fn_c_try_run "$LINENO"; then :
5280
5281else
5282 ac_cv_header_stdc=no
5283fi
5284rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5285 conftest.$ac_objext conftest.beam conftest.$ac_ext
5286fi
5287
5288fi
5289fi
5290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5291$as_echo "$ac_cv_header_stdc" >&6; }
5292if test $ac_cv_header_stdc = yes; then
5293
5294$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5295
5296fi
5297
5298# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5299for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5300 inttypes.h stdint.h unistd.h
5301do :
5302 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5303ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5304"
5305eval as_val=\$$as_ac_Header
5306 if test "x$as_val" = x""yes; then :
5307 cat >>confdefs.h <<_ACEOF
5308#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5309_ACEOF
5310
5311fi
5312
5313done
5314
5315
5316
5317 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5318if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5319 MINIX=yes
5320else
5321 MINIX=
5322fi
5323
5324
5325 if test "$MINIX" = yes; then
5326
5327$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5328
5329
5330$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5331
5332
5333$as_echo "#define _MINIX 1" >>confdefs.h
5334
5335 fi
5336
5337
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5339$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5340if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5341 $as_echo_n "(cached) " >&6
5342else
5343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5344/* end confdefs.h. */
5345
5346# define __EXTENSIONS__ 1
5347 $ac_includes_default
5348int
5349main ()
5350{
5351
5352 ;
5353 return 0;
5354}
5355_ACEOF
5356if ac_fn_c_try_compile "$LINENO"; then :
5357 ac_cv_safe_to_define___extensions__=yes
5358else
5359 ac_cv_safe_to_define___extensions__=no
5360fi
5361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5362fi
5363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5364$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5365 test $ac_cv_safe_to_define___extensions__ = yes &&
5366 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5367
5368 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5369
5370 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5371
5372 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5373
5374 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5375
5376
5377
5378
5379
5380case `pwd` in
5381 *\ * | *\ *)
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5383$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5384esac
5385
5386
5387
5388macro_version='2.2.7a'
5389macro_revision='1.3134'
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403ltmain="$ac_aux_dir/ltmain.sh"
5404
5405# Backslashify metacharacters that are still active within
5406# double-quoted strings.
5407sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5408
5409# Same as above, but do not quote variable references.
5410double_quote_subst='s/\(["`\\]\)/\\\1/g'
5411
5412# Sed substitution to delay expansion of an escaped shell variable in a
5413# double_quote_subst'ed string.
5414delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5415
5416# Sed substitution to delay expansion of an escaped single quote.
5417delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5418
5419# Sed substitution to avoid accidental globbing in evaled expressions
5420no_glob_subst='s/\*/\\\*/g'
5421
5422ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5423ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5424ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5425
5426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5427$as_echo_n "checking how to print strings... " >&6; }
5428# Test print first, because it will be a builtin if present.
5429if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5430 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5431 ECHO='print -r --'
5432elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5433 ECHO='printf %s\n'
5434else
5435 # Use this function as a fallback that always works.
5436 func_fallback_echo ()
5437 {
5438 eval 'cat <<_LTECHO_EOF
5439$1
5440_LTECHO_EOF'
5441 }
5442 ECHO='func_fallback_echo'
5443fi
5444
5445# func_echo_all arg...
5446# Invoke $ECHO with all args, space-separated.
5447func_echo_all ()
5448{
5449 $ECHO ""
5450}
5451
5452case "$ECHO" in
5453 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5454$as_echo "printf" >&6; } ;;
5455 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5456$as_echo "print -r" >&6; } ;;
5457 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5458$as_echo "cat" >&6; } ;;
5459esac
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5475$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5476if test "${ac_cv_path_SED+set}" = set; then :
5477 $as_echo_n "(cached) " >&6
5478else
5479 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5480 for ac_i in 1 2 3 4 5 6 7; do
5481 ac_script="$ac_script$as_nl$ac_script"
5482 done
5483 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5484 { ac_script=; unset ac_script;}
5485 if test -z "$SED"; then
5486 ac_path_SED_found=false
5487 # Loop through the user's path and test for each of PROGNAME-LIST
5488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5489for as_dir in $PATH
5490do
5491 IFS=$as_save_IFS
5492 test -z "$as_dir" && as_dir=.
5493 for ac_prog in sed gsed; do
5494 for ac_exec_ext in '' $ac_executable_extensions; do
5495 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5496 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5497# Check for GNU ac_path_SED and select it if it is found.
5498 # Check for GNU $ac_path_SED
5499case `"$ac_path_SED" --version 2>&1` in
5500*GNU*)
5501 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5502*)
5503 ac_count=0
5504 $as_echo_n 0123456789 >"conftest.in"
5505 while :
5506 do
5507 cat "conftest.in" "conftest.in" >"conftest.tmp"
5508 mv "conftest.tmp" "conftest.in"
5509 cp "conftest.in" "conftest.nl"
5510 $as_echo '' >> "conftest.nl"
5511 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5512 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5513 as_fn_arith $ac_count + 1 && ac_count=$as_val
5514 if test $ac_count -gt ${ac_path_SED_max-0}; then
5515 # Best one so far, save it but keep looking for a better one
5516 ac_cv_path_SED="$ac_path_SED"
5517 ac_path_SED_max=$ac_count
5518 fi
5519 # 10*(2^10) chars as input seems more than enough
5520 test $ac_count -gt 10 && break
5521 done
5522 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5523esac
5524
5525 $ac_path_SED_found && break 3
5526 done
5527 done
5528 done
5529IFS=$as_save_IFS
5530 if test -z "$ac_cv_path_SED"; then
5531 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5532 fi
5533else
5534 ac_cv_path_SED=$SED
5535fi
5536
5537fi
5538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5539$as_echo "$ac_cv_path_SED" >&6; }
5540 SED="$ac_cv_path_SED"
5541 rm -f conftest.sed
5542
5543test -z "$SED" && SED=sed
5544Xsed="$SED -e 1s/^X//"
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5557$as_echo_n "checking for fgrep... " >&6; }
5558if test "${ac_cv_path_FGREP+set}" = set; then :
5559 $as_echo_n "(cached) " >&6
5560else
5561 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5562 then ac_cv_path_FGREP="$GREP -F"
5563 else
5564 if test -z "$FGREP"; then
5565 ac_path_FGREP_found=false
5566 # Loop through the user's path and test for each of PROGNAME-LIST
5567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5569do
5570 IFS=$as_save_IFS
5571 test -z "$as_dir" && as_dir=.
5572 for ac_prog in fgrep; do
5573 for ac_exec_ext in '' $ac_executable_extensions; do
5574 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5575 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5576# Check for GNU ac_path_FGREP and select it if it is found.
5577 # Check for GNU $ac_path_FGREP
5578case `"$ac_path_FGREP" --version 2>&1` in
5579*GNU*)
5580 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5581*)
5582 ac_count=0
5583 $as_echo_n 0123456789 >"conftest.in"
5584 while :
5585 do
5586 cat "conftest.in" "conftest.in" >"conftest.tmp"
5587 mv "conftest.tmp" "conftest.in"
5588 cp "conftest.in" "conftest.nl"
5589 $as_echo 'FGREP' >> "conftest.nl"
5590 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5591 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5592 as_fn_arith $ac_count + 1 && ac_count=$as_val
5593 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5594 # Best one so far, save it but keep looking for a better one
5595 ac_cv_path_FGREP="$ac_path_FGREP"
5596 ac_path_FGREP_max=$ac_count
5597 fi
5598 # 10*(2^10) chars as input seems more than enough
5599 test $ac_count -gt 10 && break
5600 done
5601 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5602esac
5603
5604 $ac_path_FGREP_found && break 3
5605 done
5606 done
5607 done
5608IFS=$as_save_IFS
5609 if test -z "$ac_cv_path_FGREP"; then
5610 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5611 fi
5612else
5613 ac_cv_path_FGREP=$FGREP
5614fi
5615
5616 fi
5617fi
5618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5619$as_echo "$ac_cv_path_FGREP" >&6; }
5620 FGREP="$ac_cv_path_FGREP"
5621
5622
5623test -z "$GREP" && GREP=grep
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643# Check whether --with-gnu-ld was given.
5644if test "${with_gnu_ld+set}" = set; then :
5645 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5646else
5647 with_gnu_ld=no
5648fi
5649
5650ac_prog=ld
5651if test "$GCC" = yes; then
5652 # Check if gcc -print-prog-name=ld gives a path.
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5654$as_echo_n "checking for ld used by $CC... " >&6; }
5655 case $host in
5656 *-*-mingw*)
5657 # gcc leaves a trailing carriage return which upsets mingw
5658 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5659 *)
5660 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5661 esac
5662 case $ac_prog in
5663 # Accept absolute paths.
5664 [\\/]* | ?:[\\/]*)
5665 re_direlt='/[^/][^/]*/\.\./'
5666 # Canonicalize the pathname of ld
5667 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5668 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5669 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5670 done
5671 test -z "$LD" && LD="$ac_prog"
5672 ;;
5673 "")
5674 # If it fails, then pretend we aren't using GCC.
5675 ac_prog=ld
5676 ;;
5677 *)
5678 # If it is relative, then search for the first ld in PATH.
5679 with_gnu_ld=unknown
5680 ;;
5681 esac
5682elif test "$with_gnu_ld" = yes; then
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5684$as_echo_n "checking for GNU ld... " >&6; }
5685else
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5687$as_echo_n "checking for non-GNU ld... " >&6; }
5688fi
5689if test "${lt_cv_path_LD+set}" = set; then :
5690 $as_echo_n "(cached) " >&6
5691else
5692 if test -z "$LD"; then
5693 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5694 for ac_dir in $PATH; do
5695 IFS="$lt_save_ifs"
5696 test -z "$ac_dir" && ac_dir=.
5697 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5698 lt_cv_path_LD="$ac_dir/$ac_prog"
5699 # Check to see if the program is GNU ld. I'd rather use --version,
5700 # but apparently some variants of GNU ld only accept -v.
5701 # Break only if it was the GNU/non-GNU ld that we prefer.
5702 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5703 *GNU* | *'with BFD'*)
5704 test "$with_gnu_ld" != no && break
5705 ;;
5706 *)
5707 test "$with_gnu_ld" != yes && break
5708 ;;
5709 esac
5710 fi
5711 done
5712 IFS="$lt_save_ifs"
5713else
5714 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5715fi
5716fi
5717
5718LD="$lt_cv_path_LD"
5719if test -n "$LD"; then
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5721$as_echo "$LD" >&6; }
5722else
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724$as_echo "no" >&6; }
5725fi
5726test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5728$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5729if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5730 $as_echo_n "(cached) " >&6
5731else
5732 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5733case `$LD -v 2>&1 </dev/null` in
5734*GNU* | *'with BFD'*)
5735 lt_cv_prog_gnu_ld=yes
5736 ;;
5737*)
5738 lt_cv_prog_gnu_ld=no
5739 ;;
5740esac
5741fi
5742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5743$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5744with_gnu_ld=$lt_cv_prog_gnu_ld
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5755$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5756if test "${lt_cv_path_NM+set}" = set; then :
5757 $as_echo_n "(cached) " >&6
5758else
5759 if test -n "$NM"; then
5760 # Let the user override the test.
5761 lt_cv_path_NM="$NM"
5762else
5763 lt_nm_to_check="${ac_tool_prefix}nm"
5764 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5765 lt_nm_to_check="$lt_nm_to_check nm"
5766 fi
5767 for lt_tmp_nm in $lt_nm_to_check; do
5768 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5769 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5770 IFS="$lt_save_ifs"
5771 test -z "$ac_dir" && ac_dir=.
5772 tmp_nm="$ac_dir/$lt_tmp_nm"
5773 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5774 # Check to see if the nm accepts a BSD-compat flag.
5775 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5776 # nm: unknown option "B" ignored
5777 # Tru64's nm complains that /dev/null is an invalid object file
5778 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5779 */dev/null* | *'Invalid file or object type'*)
5780 lt_cv_path_NM="$tmp_nm -B"
5781 break
5782 ;;
5783 *)
5784 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5785 */dev/null*)
5786 lt_cv_path_NM="$tmp_nm -p"
5787 break
5788 ;;
5789 *)
5790 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5791 continue # so that we can try to find one that supports BSD flags
5792 ;;
5793 esac
5794 ;;
5795 esac
5796 fi
5797 done
5798 IFS="$lt_save_ifs"
5799 done
5800 : ${lt_cv_path_NM=no}
5801fi
5802fi
5803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5804$as_echo "$lt_cv_path_NM" >&6; }
5805if test "$lt_cv_path_NM" != "no"; then
5806 NM="$lt_cv_path_NM"
5807else
5808 # Didn't find any BSD compatible name lister, look for dumpbin.
5809 if test -n "$DUMPBIN"; then :
5810 # Let the user override the test.
5811 else
5812 if test -n "$ac_tool_prefix"; then
5813 for ac_prog in dumpbin "link -dump"
5814 do
5815 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5816set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5818$as_echo_n "checking for $ac_word... " >&6; }
5819if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5820 $as_echo_n "(cached) " >&6
5821else
5822 if test -n "$DUMPBIN"; then
5823 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5824else
5825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826for as_dir in $PATH
5827do
5828 IFS=$as_save_IFS
5829 test -z "$as_dir" && as_dir=.
5830 for ac_exec_ext in '' $ac_executable_extensions; do
5831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5832 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5834 break 2
5835 fi
5836done
5837 done
5838IFS=$as_save_IFS
5839
5840fi
5841fi
5842DUMPBIN=$ac_cv_prog_DUMPBIN
5843if test -n "$DUMPBIN"; then
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5845$as_echo "$DUMPBIN" >&6; }
5846else
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5848$as_echo "no" >&6; }
5849fi
5850
5851
5852 test -n "$DUMPBIN" && break
5853 done
5854fi
5855if test -z "$DUMPBIN"; then
5856 ac_ct_DUMPBIN=$DUMPBIN
5857 for ac_prog in dumpbin "link -dump"
5858do
5859 # Extract the first word of "$ac_prog", so it can be a program name with args.
5860set dummy $ac_prog; ac_word=$2
5861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5862$as_echo_n "checking for $ac_word... " >&6; }
5863if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5864 $as_echo_n "(cached) " >&6
5865else
5866 if test -n "$ac_ct_DUMPBIN"; then
5867 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5868else
5869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5870for as_dir in $PATH
5871do
5872 IFS=$as_save_IFS
5873 test -z "$as_dir" && as_dir=.
5874 for ac_exec_ext in '' $ac_executable_extensions; do
5875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5876 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5878 break 2
5879 fi
5880done
5881 done
5882IFS=$as_save_IFS
5883
5884fi
5885fi
5886ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5887if test -n "$ac_ct_DUMPBIN"; then
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5889$as_echo "$ac_ct_DUMPBIN" >&6; }
5890else
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5892$as_echo "no" >&6; }
5893fi
5894
5895
5896 test -n "$ac_ct_DUMPBIN" && break
5897done
5898
5899 if test "x$ac_ct_DUMPBIN" = x; then
5900 DUMPBIN=":"
5901 else
5902 case $cross_compiling:$ac_tool_warned in
5903yes:)
5904{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5905$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5906ac_tool_warned=yes ;;
5907esac
5908 DUMPBIN=$ac_ct_DUMPBIN
5909 fi
5910fi
5911
5912 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5913 *COFF*)
5914 DUMPBIN="$DUMPBIN -symbols"
5915 ;;
5916 *)
5917 DUMPBIN=:
5918 ;;
5919 esac
5920 fi
5921
5922 if test "$DUMPBIN" != ":"; then
5923 NM="$DUMPBIN"
5924 fi
5925fi
5926test -z "$NM" && NM=nm
5927
5928
5929
5930
5931
5932
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5934$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5935if test "${lt_cv_nm_interface+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
5937else
5938 lt_cv_nm_interface="BSD nm"
5939 echo "int some_variable = 0;" > conftest.$ac_ext
5940 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5941 (eval "$ac_compile" 2>conftest.err)
5942 cat conftest.err >&5
5943 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5944 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5945 cat conftest.err >&5
5946 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5947 cat conftest.out >&5
5948 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5949 lt_cv_nm_interface="MS dumpbin"
5950 fi
5951 rm -f conftest*
5952fi
5953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5954$as_echo "$lt_cv_nm_interface" >&6; }
5955
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5957$as_echo_n "checking whether ln -s works... " >&6; }
5958LN_S=$as_ln_s
5959if test "$LN_S" = "ln -s"; then
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5961$as_echo "yes" >&6; }
5962else
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5964$as_echo "no, using $LN_S" >&6; }
5965fi
5966
5967# find the maximum length of command line arguments
5968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5969$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5970if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5971 $as_echo_n "(cached) " >&6
5972else
5973 i=0
5974 teststring="ABCD"
5975
5976 case $build_os in
5977 msdosdjgpp*)
5978 # On DJGPP, this test can blow up pretty badly due to problems in libc
5979 # (any single argument exceeding 2000 bytes causes a buffer overrun
5980 # during glob expansion). Even if it were fixed, the result of this
5981 # check would be larger than it should be.
5982 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5983 ;;
5984
5985 gnu*)
5986 # Under GNU Hurd, this test is not required because there is
5987 # no limit to the length of command line arguments.
5988 # Libtool will interpret -1 as no limit whatsoever
5989 lt_cv_sys_max_cmd_len=-1;
5990 ;;
5991
5992 cygwin* | mingw* | cegcc*)
5993 # On Win9x/ME, this test blows up -- it succeeds, but takes
5994 # about 5 minutes as the teststring grows exponentially.
5995 # Worse, since 9x/ME are not pre-emptively multitasking,
5996 # you end up with a "frozen" computer, even though with patience
5997 # the test eventually succeeds (with a max line length of 256k).
5998 # Instead, let's just punt: use the minimum linelength reported by
5999 # all of the supported platforms: 8192 (on NT/2K/XP).
6000 lt_cv_sys_max_cmd_len=8192;
6001 ;;
6002
6003 mint*)
6004 # On MiNT this can take a long time and run out of memory.
6005 lt_cv_sys_max_cmd_len=8192;
6006 ;;
6007
6008 amigaos*)
6009 # On AmigaOS with pdksh, this test takes hours, literally.
6010 # So we just punt and use a minimum line length of 8192.
6011 lt_cv_sys_max_cmd_len=8192;
6012 ;;
6013
6014 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6015 # This has been around since 386BSD, at least. Likely further.
6016 if test -x /sbin/sysctl; then
6017 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6018 elif test -x /usr/sbin/sysctl; then
6019 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6020 else
6021 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6022 fi
6023 # And add a safety zone
6024 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6025 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6026 ;;
6027
6028 interix*)
6029 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6030 lt_cv_sys_max_cmd_len=196608
6031 ;;
6032
6033 osf*)
6034 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6035 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6036 # nice to cause kernel panics so lets avoid the loop below.
6037 # First set a reasonable default.
6038 lt_cv_sys_max_cmd_len=16384
6039 #
6040 if test -x /sbin/sysconfig; then
6041 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6042 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6043 esac
6044 fi
6045 ;;
6046 sco3.2v5*)
6047 lt_cv_sys_max_cmd_len=102400
6048 ;;
6049 sysv5* | sco5v6* | sysv4.2uw2*)
6050 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6051 if test -n "$kargmax"; then
6052 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6053 else
6054 lt_cv_sys_max_cmd_len=32768
6055 fi
6056 ;;
6057 *)
6058 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6059 if test -n "$lt_cv_sys_max_cmd_len"; then
6060 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6061 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6062 else
6063 # Make teststring a little bigger before we do anything with it.
6064 # a 1K string should be a reasonable start.
6065 for i in 1 2 3 4 5 6 7 8 ; do
6066 teststring=$teststring$teststring
6067 done
6068 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6069 # If test is not a shell built-in, we'll probably end up computing a
6070 # maximum length that is only half of the actual maximum length, but
6071 # we can't tell.
6072 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6073 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6074 test $i != 17 # 1/2 MB should be enough
6075 do
6076 i=`expr $i + 1`
6077 teststring=$teststring$teststring
6078 done
6079 # Only check the string length outside the loop.
6080 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6081 teststring=
6082 # Add a significant safety factor because C++ compilers can tack on
6083 # massive amounts of additional arguments before passing them to the
6084 # linker. It appears as though 1/2 is a usable value.
6085 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6086 fi
6087 ;;
6088 esac
6089
6090fi
6091
6092if test -n $lt_cv_sys_max_cmd_len ; then
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6094$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6095else
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6097$as_echo "none" >&6; }
6098fi
6099max_cmd_len=$lt_cv_sys_max_cmd_len
6100
6101
6102
6103
6104
6105
6106: ${CP="cp -f"}
6107: ${MV="mv -f"}
6108: ${RM="rm -f"}
6109
6110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6111$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6112# Try some XSI features
6113xsi_shell=no
6114( _lt_dummy="a/b/c"
6115 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6116 = c,a/b,, \
6117 && eval 'test $(( 1 + 1 )) -eq 2 \
6118 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6119 && xsi_shell=yes
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6121$as_echo "$xsi_shell" >&6; }
6122
6123
6124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6125$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6126lt_shell_append=no
6127( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6128 >/dev/null 2>&1 \
6129 && lt_shell_append=yes
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6131$as_echo "$lt_shell_append" >&6; }
6132
6133
6134if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6135 lt_unset=unset
6136else
6137 lt_unset=false
6138fi
6139
6140
6141
6142
6143
6144# test EBCDIC or ASCII
6145case `echo X|tr X '\101'` in
6146 A) # ASCII based system
6147 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6148 lt_SP2NL='tr \040 \012'
6149 lt_NL2SP='tr \015\012 \040\040'
6150 ;;
6151 *) # EBCDIC based system
6152 lt_SP2NL='tr \100 \n'
6153 lt_NL2SP='tr \r\n \100\100'
6154 ;;
6155esac
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6166$as_echo_n "checking for $LD option to reload object files... " >&6; }
6167if test "${lt_cv_ld_reload_flag+set}" = set; then :
6168 $as_echo_n "(cached) " >&6
6169else
6170 lt_cv_ld_reload_flag='-r'
6171fi
6172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6173$as_echo "$lt_cv_ld_reload_flag" >&6; }
6174reload_flag=$lt_cv_ld_reload_flag
6175case $reload_flag in
6176"" | " "*) ;;
6177*) reload_flag=" $reload_flag" ;;
6178esac
6179reload_cmds='$LD$reload_flag -o $output$reload_objs'
6180case $host_os in
6181 darwin*)
6182 if test "$GCC" = yes; then
6183 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6184 else
6185 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6186 fi
6187 ;;
6188esac
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198if test -n "$ac_tool_prefix"; then
6199 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6200set dummy ${ac_tool_prefix}objdump; ac_word=$2
6201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202$as_echo_n "checking for $ac_word... " >&6; }
6203if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6204 $as_echo_n "(cached) " >&6
6205else
6206 if test -n "$OBJDUMP"; then
6207 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6208else
6209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6210for as_dir in $PATH
6211do
6212 IFS=$as_save_IFS
6213 test -z "$as_dir" && as_dir=.
6214 for ac_exec_ext in '' $ac_executable_extensions; do
6215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6216 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6218 break 2
6219 fi
6220done
6221 done
6222IFS=$as_save_IFS
6223
6224fi
6225fi
6226OBJDUMP=$ac_cv_prog_OBJDUMP
6227if test -n "$OBJDUMP"; then
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6229$as_echo "$OBJDUMP" >&6; }
6230else
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6232$as_echo "no" >&6; }
6233fi
6234
6235
6236fi
6237if test -z "$ac_cv_prog_OBJDUMP"; then
6238 ac_ct_OBJDUMP=$OBJDUMP
6239 # Extract the first word of "objdump", so it can be a program name with args.
6240set dummy objdump; ac_word=$2
6241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6242$as_echo_n "checking for $ac_word... " >&6; }
6243if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6244 $as_echo_n "(cached) " >&6
6245else
6246 if test -n "$ac_ct_OBJDUMP"; then
6247 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6248else
6249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6250for as_dir in $PATH
6251do
6252 IFS=$as_save_IFS
6253 test -z "$as_dir" && as_dir=.
6254 for ac_exec_ext in '' $ac_executable_extensions; do
6255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6256 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6258 break 2
6259 fi
6260done
6261 done
6262IFS=$as_save_IFS
6263
6264fi
6265fi
6266ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6267if test -n "$ac_ct_OBJDUMP"; then
6268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6269$as_echo "$ac_ct_OBJDUMP" >&6; }
6270else
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6272$as_echo "no" >&6; }
6273fi
6274
6275 if test "x$ac_ct_OBJDUMP" = x; then
6276 OBJDUMP="false"
6277 else
6278 case $cross_compiling:$ac_tool_warned in
6279yes:)
6280{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6281$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6282ac_tool_warned=yes ;;
6283esac
6284 OBJDUMP=$ac_ct_OBJDUMP
6285 fi
6286else
6287 OBJDUMP="$ac_cv_prog_OBJDUMP"
6288fi
6289
6290test -z "$OBJDUMP" && OBJDUMP=objdump
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6301$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6302if test "${lt_cv_deplibs_check_method+set}" = set; then :
6303 $as_echo_n "(cached) " >&6
6304else
6305 lt_cv_file_magic_cmd='$MAGIC_CMD'
6306lt_cv_file_magic_test_file=
6307lt_cv_deplibs_check_method='unknown'
6308# Need to set the preceding variable on all platforms that support
6309# interlibrary dependencies.
6310# 'none' -- dependencies not supported.
6311# `unknown' -- same as none, but documents that we really don't know.
6312# 'pass_all' -- all dependencies passed with no checks.
6313# 'test_compile' -- check by making test program.
6314# 'file_magic [[regex]]' -- check by looking for files in library path
6315# which responds to the $file_magic_cmd with a given extended regex.
6316# If you have `file' or equivalent on your system and you're not sure
6317# whether `pass_all' will *always* work, you probably want this one.
6318
6319case $host_os in
6320aix[4-9]*)
6321 lt_cv_deplibs_check_method=pass_all
6322 ;;
6323
6324beos*)
6325 lt_cv_deplibs_check_method=pass_all
6326 ;;
6327
6328bsdi[45]*)
6329 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6330 lt_cv_file_magic_cmd='/usr/bin/file -L'
6331 lt_cv_file_magic_test_file=/shlib/libc.so
6332 ;;
6333
6334cygwin*)
6335 # func_win32_libid is a shell function defined in ltmain.sh
6336 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6337 lt_cv_file_magic_cmd='func_win32_libid'
6338 ;;
6339
6340mingw* | pw32*)
6341 # Base MSYS/MinGW do not provide the 'file' command needed by
6342 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6343 # unless we find 'file', for example because we are cross-compiling.
6344 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6345 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6346 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6347 lt_cv_file_magic_cmd='func_win32_libid'
6348 else
6349 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6350 lt_cv_file_magic_cmd='$OBJDUMP -f'
6351 fi
6352 ;;
6353
6354cegcc*)
6355 # use the weaker test based on 'objdump'. See mingw*.
6356 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6357 lt_cv_file_magic_cmd='$OBJDUMP -f'
6358 ;;
6359
6360darwin* | rhapsody*)
6361 lt_cv_deplibs_check_method=pass_all
6362 ;;
6363
6364freebsd* | dragonfly*)
6365 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6366 case $host_cpu in
6367 i*86 )
6368 # Not sure whether the presence of OpenBSD here was a mistake.
6369 # Let's accept both of them until this is cleared up.
6370 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6371 lt_cv_file_magic_cmd=/usr/bin/file
6372 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6373 ;;
6374 esac
6375 else
6376 lt_cv_deplibs_check_method=pass_all
6377 fi
6378 ;;
6379
6380gnu*)
6381 lt_cv_deplibs_check_method=pass_all
6382 ;;
6383
6384haiku*)
6385 lt_cv_deplibs_check_method=pass_all
6386 ;;
6387
6388hpux10.20* | hpux11*)
6389 lt_cv_file_magic_cmd=/usr/bin/file
6390 case $host_cpu in
6391 ia64*)
6392 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6393 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6394 ;;
6395 hppa*64*)
6396 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]'
6397 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6398 ;;
6399 *)
6400 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6401 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6402 ;;
6403 esac
6404 ;;
6405
6406interix[3-9]*)
6407 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6408 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6409 ;;
6410
6411irix5* | irix6* | nonstopux*)
6412 case $LD in
6413 *-32|*"-32 ") libmagic=32-bit;;
6414 *-n32|*"-n32 ") libmagic=N32;;
6415 *-64|*"-64 ") libmagic=64-bit;;
6416 *) libmagic=never-match;;
6417 esac
6418 lt_cv_deplibs_check_method=pass_all
6419 ;;
6420
6421# This must be Linux ELF.
6422linux* | k*bsd*-gnu | kopensolaris*-gnu)
6423 lt_cv_deplibs_check_method=pass_all
6424 ;;
6425
6426netbsd*)
6427 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6428 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6429 else
6430 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6431 fi
6432 ;;
6433
6434newos6*)
6435 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6436 lt_cv_file_magic_cmd=/usr/bin/file
6437 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6438 ;;
6439
6440*nto* | *qnx*)
6441 lt_cv_deplibs_check_method=pass_all
6442 ;;
6443
6444openbsd*)
6445 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6446 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6447 else
6448 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6449 fi
6450 ;;
6451
6452osf3* | osf4* | osf5*)
6453 lt_cv_deplibs_check_method=pass_all
6454 ;;
6455
6456rdos*)
6457 lt_cv_deplibs_check_method=pass_all
6458 ;;
6459
6460solaris*)
6461 lt_cv_deplibs_check_method=pass_all
6462 ;;
6463
6464sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6465 lt_cv_deplibs_check_method=pass_all
6466 ;;
6467
6468sysv4 | sysv4.3*)
6469 case $host_vendor in
6470 motorola)
6471 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]'
6472 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6473 ;;
6474 ncr)
6475 lt_cv_deplibs_check_method=pass_all
6476 ;;
6477 sequent)
6478 lt_cv_file_magic_cmd='/bin/file'
6479 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6480 ;;
6481 sni)
6482 lt_cv_file_magic_cmd='/bin/file'
6483 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6484 lt_cv_file_magic_test_file=/lib/libc.so
6485 ;;
6486 siemens)
6487 lt_cv_deplibs_check_method=pass_all
6488 ;;
6489 pc)
6490 lt_cv_deplibs_check_method=pass_all
6491 ;;
6492 esac
6493 ;;
6494
6495tpf*)
6496 lt_cv_deplibs_check_method=pass_all
6497 ;;
6498esac
6499
6500fi
6501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6502$as_echo "$lt_cv_deplibs_check_method" >&6; }
6503file_magic_cmd=$lt_cv_file_magic_cmd
6504deplibs_check_method=$lt_cv_deplibs_check_method
6505test -z "$deplibs_check_method" && deplibs_check_method=unknown
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518if test -n "$ac_tool_prefix"; then
6519 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6520set dummy ${ac_tool_prefix}ar; ac_word=$2
6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522$as_echo_n "checking for $ac_word... " >&6; }
6523if test "${ac_cv_prog_AR+set}" = set; then :
6524 $as_echo_n "(cached) " >&6
6525else
6526 if test -n "$AR"; then
6527 ac_cv_prog_AR="$AR" # Let the user override the test.
6528else
6529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530for as_dir in $PATH
6531do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6536 ac_cv_prog_AR="${ac_tool_prefix}ar"
6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 break 2
6539 fi
6540done
6541 done
6542IFS=$as_save_IFS
6543
6544fi
6545fi
6546AR=$ac_cv_prog_AR
6547if test -n "$AR"; then
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6549$as_echo "$AR" >&6; }
6550else
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552$as_echo "no" >&6; }
6553fi
6554
6555
6556fi
6557if test -z "$ac_cv_prog_AR"; then
6558 ac_ct_AR=$AR
6559 # Extract the first word of "ar", so it can be a program name with args.
6560set dummy ar; ac_word=$2
6561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562$as_echo_n "checking for $ac_word... " >&6; }
6563if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6564 $as_echo_n "(cached) " >&6
6565else
6566 if test -n "$ac_ct_AR"; then
6567 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6568else
6569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570for as_dir in $PATH
6571do
6572 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.
6574 for ac_exec_ext in '' $ac_executable_extensions; do
6575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6576 ac_cv_prog_ac_ct_AR="ar"
6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6578 break 2
6579 fi
6580done
6581 done
6582IFS=$as_save_IFS
6583
6584fi
6585fi
6586ac_ct_AR=$ac_cv_prog_ac_ct_AR
6587if test -n "$ac_ct_AR"; then
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6589$as_echo "$ac_ct_AR" >&6; }
6590else
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592$as_echo "no" >&6; }
6593fi
6594
6595 if test "x$ac_ct_AR" = x; then
6596 AR="false"
6597 else
6598 case $cross_compiling:$ac_tool_warned in
6599yes:)
6600{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6601$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6602ac_tool_warned=yes ;;
6603esac
6604 AR=$ac_ct_AR
6605 fi
6606else
6607 AR="$ac_cv_prog_AR"
6608fi
6609
6610test -z "$AR" && AR=ar
6611test -z "$AR_FLAGS" && AR_FLAGS=cru
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623if test -n "$ac_tool_prefix"; then
6624 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6625set dummy ${ac_tool_prefix}strip; ac_word=$2
6626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6627$as_echo_n "checking for $ac_word... " >&6; }
6628if test "${ac_cv_prog_STRIP+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
6630else
6631 if test -n "$STRIP"; then
6632 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6633else
6634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635for as_dir in $PATH
6636do
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6643 break 2
6644 fi
6645done
6646 done
6647IFS=$as_save_IFS
6648
6649fi
6650fi
6651STRIP=$ac_cv_prog_STRIP
6652if test -n "$STRIP"; then
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6654$as_echo "$STRIP" >&6; }
6655else
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6657$as_echo "no" >&6; }
6658fi
6659
6660
6661fi
6662if test -z "$ac_cv_prog_STRIP"; then
6663 ac_ct_STRIP=$STRIP
6664 # Extract the first word of "strip", so it can be a program name with args.
6665set dummy strip; ac_word=$2
6666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6667$as_echo_n "checking for $ac_word... " >&6; }
6668if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6669 $as_echo_n "(cached) " >&6
6670else
6671 if test -n "$ac_ct_STRIP"; then
6672 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6673else
6674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6675for as_dir in $PATH
6676do
6677 IFS=$as_save_IFS
6678 test -z "$as_dir" && as_dir=.
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6681 ac_cv_prog_ac_ct_STRIP="strip"
6682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6683 break 2
6684 fi
6685done
6686 done
6687IFS=$as_save_IFS
6688
6689fi
6690fi
6691ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6692if test -n "$ac_ct_STRIP"; then
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6694$as_echo "$ac_ct_STRIP" >&6; }
6695else
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6697$as_echo "no" >&6; }
6698fi
6699
6700 if test "x$ac_ct_STRIP" = x; then
6701 STRIP=":"
6702 else
6703 case $cross_compiling:$ac_tool_warned in
6704yes:)
6705{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6706$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6707ac_tool_warned=yes ;;
6708esac
6709 STRIP=$ac_ct_STRIP
6710 fi
6711else
6712 STRIP="$ac_cv_prog_STRIP"
6713fi
6714
6715test -z "$STRIP" && STRIP=:
6716
6717
6718
6719
6720
6721
6722if test -n "$ac_tool_prefix"; then
6723 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6724set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6726$as_echo_n "checking for $ac_word... " >&6; }
6727if test "${ac_cv_prog_RANLIB+set}" = set; then :
6728 $as_echo_n "(cached) " >&6
6729else
6730 if test -n "$RANLIB"; then
6731 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6732else
6733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6734for as_dir in $PATH
6735do
6736 IFS=$as_save_IFS
6737 test -z "$as_dir" && as_dir=.
6738 for ac_exec_ext in '' $ac_executable_extensions; do
6739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6740 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6742 break 2
6743 fi
6744done
6745 done
6746IFS=$as_save_IFS
6747
6748fi
6749fi
6750RANLIB=$ac_cv_prog_RANLIB
6751if test -n "$RANLIB"; then
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6753$as_echo "$RANLIB" >&6; }
6754else
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6756$as_echo "no" >&6; }
6757fi
6758
6759
6760fi
6761if test -z "$ac_cv_prog_RANLIB"; then
6762 ac_ct_RANLIB=$RANLIB
6763 # Extract the first word of "ranlib", so it can be a program name with args.
6764set dummy ranlib; ac_word=$2
6765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6766$as_echo_n "checking for $ac_word... " >&6; }
6767if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6768 $as_echo_n "(cached) " >&6
6769else
6770 if test -n "$ac_ct_RANLIB"; then
6771 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6772else
6773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6774for as_dir in $PATH
6775do
6776 IFS=$as_save_IFS
6777 test -z "$as_dir" && as_dir=.
6778 for ac_exec_ext in '' $ac_executable_extensions; do
6779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6780 ac_cv_prog_ac_ct_RANLIB="ranlib"
6781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6782 break 2
6783 fi
6784done
6785 done
6786IFS=$as_save_IFS
6787
6788fi
6789fi
6790ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6791if test -n "$ac_ct_RANLIB"; then
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6793$as_echo "$ac_ct_RANLIB" >&6; }
6794else
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6796$as_echo "no" >&6; }
6797fi
6798
6799 if test "x$ac_ct_RANLIB" = x; then
6800 RANLIB=":"
6801 else
6802 case $cross_compiling:$ac_tool_warned in
6803yes:)
6804{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6805$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6806ac_tool_warned=yes ;;
6807esac
6808 RANLIB=$ac_ct_RANLIB
6809 fi
6810else
6811 RANLIB="$ac_cv_prog_RANLIB"
6812fi
6813
6814test -z "$RANLIB" && RANLIB=:
6815
6816
6817
6818
6819
6820
6821# Determine commands to create old-style static archives.
6822old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6823old_postinstall_cmds='chmod 644 $oldlib'
6824old_postuninstall_cmds=
6825
6826if test -n "$RANLIB"; then
6827 case $host_os in
6828 openbsd*)
6829 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6830 ;;
6831 *)
6832 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6833 ;;
6834 esac
6835 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6836fi
6837
6838case $host_os in
6839 darwin*)
6840 lock_old_archive_extraction=yes ;;
6841 *)
6842 lock_old_archive_extraction=no ;;
6843esac
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883# If no C compiler was specified, use CC.
6884LTCC=${LTCC-"$CC"}
6885
6886# If no C compiler flags were specified, use CFLAGS.
6887LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6888
6889# Allow CC to be a program name with arguments.
6890compiler=$CC
6891
6892
6893# Check for command to grab the raw symbol name followed by C symbol from nm.
6894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6895$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6896if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6897 $as_echo_n "(cached) " >&6
6898else
6899
6900# These are sane defaults that work on at least a few old systems.
6901# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6902
6903# Character class describing NM global symbol codes.
6904symcode='[BCDEGRST]'
6905
6906# Regexp to match symbols that can be accessed directly from C.
6907sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6908
6909# Define system-specific variables.
6910case $host_os in
6911aix*)
6912 symcode='[BCDT]'
6913 ;;
6914cygwin* | mingw* | pw32* | cegcc*)
6915 symcode='[ABCDGISTW]'
6916 ;;
6917hpux*)
6918 if test "$host_cpu" = ia64; then
6919 symcode='[ABCDEGRST]'
6920 fi
6921 ;;
6922irix* | nonstopux*)
6923 symcode='[BCDEGRST]'
6924 ;;
6925osf*)
6926 symcode='[BCDEGQRST]'
6927 ;;
6928solaris*)
6929 symcode='[BDRT]'
6930 ;;
6931sco3.2v5*)
6932 symcode='[DT]'
6933 ;;
6934sysv4.2uw2*)
6935 symcode='[DT]'
6936 ;;
6937sysv5* | sco5v6* | unixware* | OpenUNIX*)
6938 symcode='[ABDT]'
6939 ;;
6940sysv4)
6941 symcode='[DFNSTU]'
6942 ;;
6943esac
6944
6945# If we're using GNU nm, then use its standard symbol codes.
6946case `$NM -V 2>&1` in
6947*GNU* | *'with BFD'*)
6948 symcode='[ABCDGIRSTW]' ;;
6949esac
6950
6951# Transform an extracted symbol line into a proper C declaration.
6952# Some systems (esp. on ia64) link data and code symbols differently,
6953# so use this general approach.
6954lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6955
6956# Transform an extracted symbol line into symbol name and symbol address
6957lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6958lt_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'"
6959
6960# Handle CRLF in mingw tool chain
6961opt_cr=
6962case $build_os in
6963mingw*)
6964 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6965 ;;
6966esac
6967
6968# Try without a prefix underscore, then with it.
6969for ac_symprfx in "" "_"; do
6970
6971 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6972 symxfrm="\\1 $ac_symprfx\\2 \\2"
6973
6974 # Write the raw and C identifiers.
6975 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6976 # Fake it for dumpbin and say T for any non-static function
6977 # and D for any global variable.
6978 # Also find C++ and __fastcall symbols from MSVC++,
6979 # which start with @ or ?.
6980 lt_cv_sys_global_symbol_pipe="$AWK '"\
6981" {last_section=section; section=\$ 3};"\
6982" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6983" \$ 0!~/External *\|/{next};"\
6984" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6985" {if(hide[section]) next};"\
6986" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6987" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6988" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6989" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6990" ' prfx=^$ac_symprfx"
6991 else
6992 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6993 fi
6994
6995 # Check to see that the pipe works correctly.
6996 pipe_works=no
6997
6998 rm -f conftest*
6999 cat > conftest.$ac_ext <<_LT_EOF
7000#ifdef __cplusplus
7001extern "C" {
7002#endif
7003char nm_test_var;
7004void nm_test_func(void);
7005void nm_test_func(void){}
7006#ifdef __cplusplus
7007}
7008#endif
7009int main(){nm_test_var='a';nm_test_func();return(0);}
7010_LT_EOF
7011
7012 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7013 (eval $ac_compile) 2>&5
7014 ac_status=$?
7015 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7016 test $ac_status = 0; }; then
7017 # Now try to grab the symbols.
7018 nlist=conftest.nm
7019 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7020 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7021 ac_status=$?
7022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7023 test $ac_status = 0; } && test -s "$nlist"; then
7024 # Try sorting and uniquifying the output.
7025 if sort "$nlist" | uniq > "$nlist"T; then
7026 mv -f "$nlist"T "$nlist"
7027 else
7028 rm -f "$nlist"T
7029 fi
7030
7031 # Make sure that we snagged all the symbols we need.
7032 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7033 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7034 cat <<_LT_EOF > conftest.$ac_ext
7035#ifdef __cplusplus
7036extern "C" {
7037#endif
7038
7039_LT_EOF
7040 # Now generate the symbol file.
7041 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7042
7043 cat <<_LT_EOF >> conftest.$ac_ext
7044
7045/* The mapping between symbol names and symbols. */
7046const struct {
7047 const char *name;
7048 void *address;
7049}
7050lt__PROGRAM__LTX_preloaded_symbols[] =
7051{
7052 { "@PROGRAM@", (void *) 0 },
7053_LT_EOF
7054 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7055 cat <<\_LT_EOF >> conftest.$ac_ext
7056 {0, (void *) 0}
7057};
7058
7059/* This works around a problem in FreeBSD linker */
7060#ifdef FREEBSD_WORKAROUND
7061static const void *lt_preloaded_setup() {
7062 return lt__PROGRAM__LTX_preloaded_symbols;
7063}
7064#endif
7065
7066#ifdef __cplusplus
7067}
7068#endif
7069_LT_EOF
7070 # Now try linking the two files.
7071 mv conftest.$ac_objext conftstm.$ac_objext
7072 lt_save_LIBS="$LIBS"
7073 lt_save_CFLAGS="$CFLAGS"
7074 LIBS="conftstm.$ac_objext"
7075 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7076 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7077 (eval $ac_link) 2>&5
7078 ac_status=$?
7079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7080 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7081 pipe_works=yes
7082 fi
7083 LIBS="$lt_save_LIBS"
7084 CFLAGS="$lt_save_CFLAGS"
7085 else
7086 echo "cannot find nm_test_func in $nlist" >&5
7087 fi
7088 else
7089 echo "cannot find nm_test_var in $nlist" >&5
7090 fi
7091 else
7092 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7093 fi
7094 else
7095 echo "$progname: failed program was:" >&5
7096 cat conftest.$ac_ext >&5
7097 fi
7098 rm -rf conftest* conftst*
7099
7100 # Do not use the global_symbol_pipe unless it works.
7101 if test "$pipe_works" = yes; then
7102 break
7103 else
7104 lt_cv_sys_global_symbol_pipe=
7105 fi
7106done
7107
7108fi
7109
7110if test -z "$lt_cv_sys_global_symbol_pipe"; then
7111 lt_cv_sys_global_symbol_to_cdecl=
7112fi
7113if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7115$as_echo "failed" >&6; }
7116else
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7118$as_echo "ok" >&6; }
7119fi
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142# Check whether --enable-libtool-lock was given.
7143if test "${enable_libtool_lock+set}" = set; then :
7144 enableval=$enable_libtool_lock;
7145fi
7146
7147test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7148
7149# Some flags need to be propagated to the compiler or linker for good
7150# libtool support.
7151case $host in
7152ia64-*-hpux*)
7153 # Find out which ABI we are using.
7154 echo 'int i;' > conftest.$ac_ext
7155 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7156 (eval $ac_compile) 2>&5
7157 ac_status=$?
7158 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7159 test $ac_status = 0; }; then
7160 case `/usr/bin/file conftest.$ac_objext` in
7161 *ELF-32*)
7162 HPUX_IA64_MODE="32"
7163 ;;
7164 *ELF-64*)
7165 HPUX_IA64_MODE="64"
7166 ;;
7167 esac
7168 fi
7169 rm -rf conftest*
7170 ;;
7171*-*-irix6*)
7172 # Find out which ABI we are using.
7173 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7174 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7175 (eval $ac_compile) 2>&5
7176 ac_status=$?
7177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7178 test $ac_status = 0; }; then
7179 if test "$lt_cv_prog_gnu_ld" = yes; then
7180 case `/usr/bin/file conftest.$ac_objext` in
7181 *32-bit*)
7182 LD="${LD-ld} -melf32bsmip"
7183 ;;
7184 *N32*)
7185 LD="${LD-ld} -melf32bmipn32"
7186 ;;
7187 *64-bit*)
7188 LD="${LD-ld} -melf64bmip"
7189 ;;
7190 esac
7191 else
7192 case `/usr/bin/file conftest.$ac_objext` in
7193 *32-bit*)
7194 LD="${LD-ld} -32"
7195 ;;
7196 *N32*)
7197 LD="${LD-ld} -n32"
7198 ;;
7199 *64-bit*)
7200 LD="${LD-ld} -64"
7201 ;;
7202 esac
7203 fi
7204 fi
7205 rm -rf conftest*
7206 ;;
7207
7208x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7209s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7210 # Find out which ABI we are using.
7211 echo 'int i;' > conftest.$ac_ext
7212 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7213 (eval $ac_compile) 2>&5
7214 ac_status=$?
7215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7216 test $ac_status = 0; }; then
7217 case `/usr/bin/file conftest.o` in
7218 *32-bit*)
7219 case $host in
7220 x86_64-*kfreebsd*-gnu)
7221 LD="${LD-ld} -m elf_i386_fbsd"
7222 ;;
7223 x86_64-*linux*)
7224 case `/usr/bin/file conftest.o` in
7225 *x86-64*)
7226 LD="${LD-ld} -m elf32_x86_64"
7227 ;;
7228 *)
7229 LD="${LD-ld} -m elf_i386"
7230 ;;
7231 esac
7232 ;;
7233 ppc64-*linux*|powerpc64-*linux*)
7234 LD="${LD-ld} -m elf32ppclinux"
7235 ;;
7236 s390x-*linux*)
7237 LD="${LD-ld} -m elf_s390"
7238 ;;
7239 sparc64-*linux*)
7240 LD="${LD-ld} -m elf32_sparc"
7241 ;;
7242 esac
7243 ;;
7244 *64-bit*)
7245 case $host in
7246 x86_64-*kfreebsd*-gnu)
7247 LD="${LD-ld} -m elf_x86_64_fbsd"
7248 ;;
7249 x86_64-*linux*)
7250 LD="${LD-ld} -m elf_x86_64"
7251 ;;
7252 ppc*-*linux*|powerpc*-*linux*)
7253 LD="${LD-ld} -m elf64ppc"
7254 ;;
7255 s390*-*linux*|s390*-*tpf*)
7256 LD="${LD-ld} -m elf64_s390"
7257 ;;
7258 sparc*-*linux*)
7259 LD="${LD-ld} -m elf64_sparc"
7260 ;;
7261 esac
7262 ;;
7263 esac
7264 fi
7265 rm -rf conftest*
7266 ;;
7267
7268*-*-sco3.2v5*)
7269 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7270 SAVE_CFLAGS="$CFLAGS"
7271 CFLAGS="$CFLAGS -belf"
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7273$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7274if test "${lt_cv_cc_needs_belf+set}" = set; then :
7275 $as_echo_n "(cached) " >&6
7276else
7277 ac_ext=c
7278ac_cpp='$CPP $CPPFLAGS'
7279ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7280ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7281ac_compiler_gnu=$ac_cv_c_compiler_gnu
7282
7283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7284/* end confdefs.h. */
7285
7286int
7287main ()
7288{
7289
7290 ;
7291 return 0;
7292}
7293_ACEOF
7294if ac_fn_c_try_link "$LINENO"; then :
7295 lt_cv_cc_needs_belf=yes
7296else
7297 lt_cv_cc_needs_belf=no
7298fi
7299rm -f core conftest.err conftest.$ac_objext \
7300 conftest$ac_exeext conftest.$ac_ext
7301 ac_ext=c
7302ac_cpp='$CPP $CPPFLAGS'
7303ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7304ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7305ac_compiler_gnu=$ac_cv_c_compiler_gnu
7306
7307fi
7308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7309$as_echo "$lt_cv_cc_needs_belf" >&6; }
7310 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7311 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7312 CFLAGS="$SAVE_CFLAGS"
7313 fi
7314 ;;
7315sparc*-*solaris*)
7316 # Find out which ABI we are using.
7317 echo 'int i;' > conftest.$ac_ext
7318 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7319 (eval $ac_compile) 2>&5
7320 ac_status=$?
7321 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7322 test $ac_status = 0; }; then
7323 case `/usr/bin/file conftest.o` in
7324 *64-bit*)
7325 case $lt_cv_prog_gnu_ld in
7326 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7327 *)
7328 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7329 LD="${LD-ld} -64"
7330 fi
7331 ;;
7332 esac
7333 ;;
7334 esac
7335 fi
7336 rm -rf conftest*
7337 ;;
7338esac
7339
7340need_locks="$enable_libtool_lock"
7341
7342
7343 case $host_os in
7344 rhapsody* | darwin*)
7345 if test -n "$ac_tool_prefix"; then
7346 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7347set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349$as_echo_n "checking for $ac_word... " >&6; }
7350if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7351 $as_echo_n "(cached) " >&6
7352else
7353 if test -n "$DSYMUTIL"; then
7354 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7355else
7356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357for as_dir in $PATH
7358do
7359 IFS=$as_save_IFS
7360 test -z "$as_dir" && as_dir=.
7361 for ac_exec_ext in '' $ac_executable_extensions; do
7362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7363 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7365 break 2
7366 fi
7367done
7368 done
7369IFS=$as_save_IFS
7370
7371fi
7372fi
7373DSYMUTIL=$ac_cv_prog_DSYMUTIL
7374if test -n "$DSYMUTIL"; then
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7376$as_echo "$DSYMUTIL" >&6; }
7377else
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379$as_echo "no" >&6; }
7380fi
7381
7382
7383fi
7384if test -z "$ac_cv_prog_DSYMUTIL"; then
7385 ac_ct_DSYMUTIL=$DSYMUTIL
7386 # Extract the first word of "dsymutil", so it can be a program name with args.
7387set dummy dsymutil; ac_word=$2
7388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7389$as_echo_n "checking for $ac_word... " >&6; }
7390if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7391 $as_echo_n "(cached) " >&6
7392else
7393 if test -n "$ac_ct_DSYMUTIL"; then
7394 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7395else
7396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7397for as_dir in $PATH
7398do
7399 IFS=$as_save_IFS
7400 test -z "$as_dir" && as_dir=.
7401 for ac_exec_ext in '' $ac_executable_extensions; do
7402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7403 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7405 break 2
7406 fi
7407done
7408 done
7409IFS=$as_save_IFS
7410
7411fi
7412fi
7413ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7414if test -n "$ac_ct_DSYMUTIL"; then
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7416$as_echo "$ac_ct_DSYMUTIL" >&6; }
7417else
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7419$as_echo "no" >&6; }
7420fi
7421
7422 if test "x$ac_ct_DSYMUTIL" = x; then
7423 DSYMUTIL=":"
7424 else
7425 case $cross_compiling:$ac_tool_warned in
7426yes:)
7427{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7428$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7429ac_tool_warned=yes ;;
7430esac
7431 DSYMUTIL=$ac_ct_DSYMUTIL
7432 fi
7433else
7434 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7435fi
7436
7437 if test -n "$ac_tool_prefix"; then
7438 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7439set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441$as_echo_n "checking for $ac_word... " >&6; }
7442if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7443 $as_echo_n "(cached) " >&6
7444else
7445 if test -n "$NMEDIT"; then
7446 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7447else
7448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449for as_dir in $PATH
7450do
7451 IFS=$as_save_IFS
7452 test -z "$as_dir" && as_dir=.
7453 for ac_exec_ext in '' $ac_executable_extensions; do
7454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7457 break 2
7458 fi
7459done
7460 done
7461IFS=$as_save_IFS
7462
7463fi
7464fi
7465NMEDIT=$ac_cv_prog_NMEDIT
7466if test -n "$NMEDIT"; then
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7468$as_echo "$NMEDIT" >&6; }
7469else
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471$as_echo "no" >&6; }
7472fi
7473
7474
7475fi
7476if test -z "$ac_cv_prog_NMEDIT"; then
7477 ac_ct_NMEDIT=$NMEDIT
7478 # Extract the first word of "nmedit", so it can be a program name with args.
7479set dummy nmedit; ac_word=$2
7480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7481$as_echo_n "checking for $ac_word... " >&6; }
7482if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7483 $as_echo_n "(cached) " >&6
7484else
7485 if test -n "$ac_ct_NMEDIT"; then
7486 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7487else
7488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7489for as_dir in $PATH
7490do
7491 IFS=$as_save_IFS
7492 test -z "$as_dir" && as_dir=.
7493 for ac_exec_ext in '' $ac_executable_extensions; do
7494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7495 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7497 break 2
7498 fi
7499done
7500 done
7501IFS=$as_save_IFS
7502
7503fi
7504fi
7505ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7506if test -n "$ac_ct_NMEDIT"; then
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7508$as_echo "$ac_ct_NMEDIT" >&6; }
7509else
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7511$as_echo "no" >&6; }
7512fi
7513
7514 if test "x$ac_ct_NMEDIT" = x; then
7515 NMEDIT=":"
7516 else
7517 case $cross_compiling:$ac_tool_warned in
7518yes:)
7519{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7520$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7521ac_tool_warned=yes ;;
7522esac
7523 NMEDIT=$ac_ct_NMEDIT
7524 fi
7525else
7526 NMEDIT="$ac_cv_prog_NMEDIT"
7527fi
7528
7529 if test -n "$ac_tool_prefix"; then
7530 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7531set dummy ${ac_tool_prefix}lipo; ac_word=$2
7532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7533$as_echo_n "checking for $ac_word... " >&6; }
7534if test "${ac_cv_prog_LIPO+set}" = set; then :
7535 $as_echo_n "(cached) " >&6
7536else
7537 if test -n "$LIPO"; then
7538 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7539else
7540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7541for as_dir in $PATH
7542do
7543 IFS=$as_save_IFS
7544 test -z "$as_dir" && as_dir=.
7545 for ac_exec_ext in '' $ac_executable_extensions; do
7546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7547 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7549 break 2
7550 fi
7551done
7552 done
7553IFS=$as_save_IFS
7554
7555fi
7556fi
7557LIPO=$ac_cv_prog_LIPO
7558if test -n "$LIPO"; then
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7560$as_echo "$LIPO" >&6; }
7561else
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7563$as_echo "no" >&6; }
7564fi
7565
7566
7567fi
7568if test -z "$ac_cv_prog_LIPO"; then
7569 ac_ct_LIPO=$LIPO
7570 # Extract the first word of "lipo", so it can be a program name with args.
7571set dummy lipo; ac_word=$2
7572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7573$as_echo_n "checking for $ac_word... " >&6; }
7574if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7575 $as_echo_n "(cached) " >&6
7576else
7577 if test -n "$ac_ct_LIPO"; then
7578 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7579else
7580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7581for as_dir in $PATH
7582do
7583 IFS=$as_save_IFS
7584 test -z "$as_dir" && as_dir=.
7585 for ac_exec_ext in '' $ac_executable_extensions; do
7586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7587 ac_cv_prog_ac_ct_LIPO="lipo"
7588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7589 break 2
7590 fi
7591done
7592 done
7593IFS=$as_save_IFS
7594
7595fi
7596fi
7597ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7598if test -n "$ac_ct_LIPO"; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7600$as_echo "$ac_ct_LIPO" >&6; }
7601else
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7603$as_echo "no" >&6; }
7604fi
7605
7606 if test "x$ac_ct_LIPO" = x; then
7607 LIPO=":"
7608 else
7609 case $cross_compiling:$ac_tool_warned in
7610yes:)
7611{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7612$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7613ac_tool_warned=yes ;;
7614esac
7615 LIPO=$ac_ct_LIPO
7616 fi
7617else
7618 LIPO="$ac_cv_prog_LIPO"
7619fi
7620
7621 if test -n "$ac_tool_prefix"; then
7622 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7623set dummy ${ac_tool_prefix}otool; ac_word=$2
7624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7625$as_echo_n "checking for $ac_word... " >&6; }
7626if test "${ac_cv_prog_OTOOL+set}" = set; then :
7627 $as_echo_n "(cached) " >&6
7628else
7629 if test -n "$OTOOL"; then
7630 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7631else
7632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7633for as_dir in $PATH
7634do
7635 IFS=$as_save_IFS
7636 test -z "$as_dir" && as_dir=.
7637 for ac_exec_ext in '' $ac_executable_extensions; do
7638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7639 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7641 break 2
7642 fi
7643done
7644 done
7645IFS=$as_save_IFS
7646
7647fi
7648fi
7649OTOOL=$ac_cv_prog_OTOOL
7650if test -n "$OTOOL"; then
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7652$as_echo "$OTOOL" >&6; }
7653else
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7655$as_echo "no" >&6; }
7656fi
7657
7658
7659fi
7660if test -z "$ac_cv_prog_OTOOL"; then
7661 ac_ct_OTOOL=$OTOOL
7662 # Extract the first word of "otool", so it can be a program name with args.
7663set dummy otool; ac_word=$2
7664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7665$as_echo_n "checking for $ac_word... " >&6; }
7666if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7667 $as_echo_n "(cached) " >&6
7668else
7669 if test -n "$ac_ct_OTOOL"; then
7670 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7671else
7672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7673for as_dir in $PATH
7674do
7675 IFS=$as_save_IFS
7676 test -z "$as_dir" && as_dir=.
7677 for ac_exec_ext in '' $ac_executable_extensions; do
7678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7679 ac_cv_prog_ac_ct_OTOOL="otool"
7680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7681 break 2
7682 fi
7683done
7684 done
7685IFS=$as_save_IFS
7686
7687fi
7688fi
7689ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7690if test -n "$ac_ct_OTOOL"; then
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7692$as_echo "$ac_ct_OTOOL" >&6; }
7693else
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7695$as_echo "no" >&6; }
7696fi
7697
7698 if test "x$ac_ct_OTOOL" = x; then
7699 OTOOL=":"
7700 else
7701 case $cross_compiling:$ac_tool_warned in
7702yes:)
7703{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7704$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7705ac_tool_warned=yes ;;
7706esac
7707 OTOOL=$ac_ct_OTOOL
7708 fi
7709else
7710 OTOOL="$ac_cv_prog_OTOOL"
7711fi
7712
7713 if test -n "$ac_tool_prefix"; then
7714 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7715set dummy ${ac_tool_prefix}otool64; ac_word=$2
7716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7717$as_echo_n "checking for $ac_word... " >&6; }
7718if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7719 $as_echo_n "(cached) " >&6
7720else
7721 if test -n "$OTOOL64"; then
7722 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7723else
7724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7725for as_dir in $PATH
7726do
7727 IFS=$as_save_IFS
7728 test -z "$as_dir" && as_dir=.
7729 for ac_exec_ext in '' $ac_executable_extensions; do
7730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7731 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7733 break 2
7734 fi
7735done
7736 done
7737IFS=$as_save_IFS
7738
7739fi
7740fi
7741OTOOL64=$ac_cv_prog_OTOOL64
7742if test -n "$OTOOL64"; then
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7744$as_echo "$OTOOL64" >&6; }
7745else
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7747$as_echo "no" >&6; }
7748fi
7749
7750
7751fi
7752if test -z "$ac_cv_prog_OTOOL64"; then
7753 ac_ct_OTOOL64=$OTOOL64
7754 # Extract the first word of "otool64", so it can be a program name with args.
7755set dummy otool64; ac_word=$2
7756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7757$as_echo_n "checking for $ac_word... " >&6; }
7758if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7759 $as_echo_n "(cached) " >&6
7760else
7761 if test -n "$ac_ct_OTOOL64"; then
7762 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7763else
7764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7765for as_dir in $PATH
7766do
7767 IFS=$as_save_IFS
7768 test -z "$as_dir" && as_dir=.
7769 for ac_exec_ext in '' $ac_executable_extensions; do
7770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7771 ac_cv_prog_ac_ct_OTOOL64="otool64"
7772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7773 break 2
7774 fi
7775done
7776 done
7777IFS=$as_save_IFS
7778
7779fi
7780fi
7781ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7782if test -n "$ac_ct_OTOOL64"; then
7783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7784$as_echo "$ac_ct_OTOOL64" >&6; }
7785else
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7787$as_echo "no" >&6; }
7788fi
7789
7790 if test "x$ac_ct_OTOOL64" = x; then
7791 OTOOL64=":"
7792 else
7793 case $cross_compiling:$ac_tool_warned in
7794yes:)
7795{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7796$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7797ac_tool_warned=yes ;;
7798esac
7799 OTOOL64=$ac_ct_OTOOL64
7800 fi
7801else
7802 OTOOL64="$ac_cv_prog_OTOOL64"
7803fi
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7832$as_echo_n "checking for -single_module linker flag... " >&6; }
7833if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7834 $as_echo_n "(cached) " >&6
7835else
7836 lt_cv_apple_cc_single_mod=no
7837 if test -z "${LT_MULTI_MODULE}"; then
7838 # By default we will add the -single_module flag. You can override
7839 # by either setting the environment variable LT_MULTI_MODULE
7840 # non-empty at configure time, or by adding -multi_module to the
7841 # link flags.
7842 rm -rf libconftest.dylib*
7843 echo "int foo(void){return 1;}" > conftest.c
7844 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7845-dynamiclib -Wl,-single_module conftest.c" >&5
7846 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7847 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7848 _lt_result=$?
7849 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7850 lt_cv_apple_cc_single_mod=yes
7851 else
7852 cat conftest.err >&5
7853 fi
7854 rm -rf libconftest.dylib*
7855 rm -f conftest.*
7856 fi
7857fi
7858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7859$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7861$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7862if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7863 $as_echo_n "(cached) " >&6
7864else
7865 lt_cv_ld_exported_symbols_list=no
7866 save_LDFLAGS=$LDFLAGS
7867 echo "_main" > conftest.sym
7868 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7870/* end confdefs.h. */
7871
7872int
7873main ()
7874{
7875
7876 ;
7877 return 0;
7878}
7879_ACEOF
7880if ac_fn_c_try_link "$LINENO"; then :
7881 lt_cv_ld_exported_symbols_list=yes
7882else
7883 lt_cv_ld_exported_symbols_list=no
7884fi
7885rm -f core conftest.err conftest.$ac_objext \
7886 conftest$ac_exeext conftest.$ac_ext
7887 LDFLAGS="$save_LDFLAGS"
7888
7889fi
7890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7891$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7893$as_echo_n "checking for -force_load linker flag... " >&6; }
7894if test "${lt_cv_ld_force_load+set}" = set; then :
7895 $as_echo_n "(cached) " >&6
7896else
7897 lt_cv_ld_force_load=no
7898 cat > conftest.c << _LT_EOF
7899int forced_loaded() { return 2;}
7900_LT_EOF
7901 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7902 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7903 echo "$AR cru libconftest.a conftest.o" >&5
7904 $AR cru libconftest.a conftest.o 2>&5
7905 cat > conftest.c << _LT_EOF
7906int main() { return 0;}
7907_LT_EOF
7908 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7909 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7910 _lt_result=$?
7911 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7912 lt_cv_ld_force_load=yes
7913 else
7914 cat conftest.err >&5
7915 fi
7916 rm -f conftest.err libconftest.a conftest conftest.c
7917 rm -rf conftest.dSYM
7918
7919fi
7920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7921$as_echo "$lt_cv_ld_force_load" >&6; }
7922 case $host_os in
7923 rhapsody* | darwin1.[012])
7924 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7925 darwin1.*)
7926 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7927 darwin*) # darwin 5.x on
7928 # if running on 10.5 or later, the deployment target defaults
7929 # to the OS version, if on x86, and 10.4, the deployment
7930 # target defaults to 10.4. Don't you love it?
7931 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7932 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7933 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7934 10.[012]*)
7935 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7936 10.*)
7937 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7938 esac
7939 ;;
7940 esac
7941 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7942 _lt_dar_single_mod='$single_module'
7943 fi
7944 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7945 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7946 else
7947 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7948 fi
7949 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7950 _lt_dsymutil='~$DSYMUTIL $lib || :'
7951 else
7952 _lt_dsymutil=
7953 fi
7954 ;;
7955 esac
7956
7957for ac_header in dlfcn.h
7958do :
7959 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7960"
7961if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7962 cat >>confdefs.h <<_ACEOF
7963#define HAVE_DLFCN_H 1
7964_ACEOF
7965
7966fi
7967
7968done
7969
7970
7971
7972
7973
7974# Set options
7975enable_dlopen=yes
7976
7977
7978
7979
7980 enable_win32_dll=no
7981
7982
7983
7984 # Check whether --enable-static was given.
7985if test "${enable_static+set}" = set; then :
7986 enableval=$enable_static; p=${PACKAGE-default}
7987 case $enableval in
7988 yes) enable_static=yes ;;
7989 no) enable_static=no ;;
7990 *)
7991 enable_static=no
7992 # Look at the argument we got. We use all the common list separators.
7993 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7994 for pkg in $enableval; do
7995 IFS="$lt_save_ifs"
7996 if test "X$pkg" = "X$p"; then
7997 enable_static=yes
7998 fi
7999 done
8000 IFS="$lt_save_ifs"
8001 ;;
8002 esac
8003else
8004 enable_static=yes
8005fi
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016# Check whether --with-pic was given.
8017if test "${with_pic+set}" = set; then :
8018 withval=$with_pic; pic_mode="$withval"
8019else
8020 pic_mode=default
8021fi
8022
8023
8024test -z "$pic_mode" && pic_mode=default
8025
8026
8027
8028
8029
8030
8031
8032 # Check whether --enable-fast-install was given.
8033if test "${enable_fast_install+set}" = set; then :
8034 enableval=$enable_fast_install; p=${PACKAGE-default}
8035 case $enableval in
8036 yes) enable_fast_install=yes ;;
8037 no) enable_fast_install=no ;;
8038 *)
8039 enable_fast_install=no
8040 # Look at the argument we got. We use all the common list separators.
8041 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8042 for pkg in $enableval; do
8043 IFS="$lt_save_ifs"
8044 if test "X$pkg" = "X$p"; then
8045 enable_fast_install=yes
8046 fi
8047 done
8048 IFS="$lt_save_ifs"
8049 ;;
8050 esac
8051else
8052 enable_fast_install=yes
8053fi
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065# This can be used to rebuild libtool when needed
8066LIBTOOL_DEPS="$ltmain"
8067
8068# Always use our own libtool.
8069LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096test -z "$LN_S" && LN_S="ln -s"
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111if test -n "${ZSH_VERSION+set}" ; then
8112 setopt NO_GLOB_SUBST
8113fi
8114
8115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8116$as_echo_n "checking for objdir... " >&6; }
8117if test "${lt_cv_objdir+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119else
8120 rm -f .libs 2>/dev/null
8121mkdir .libs 2>/dev/null
8122if test -d .libs; then
8123 lt_cv_objdir=.libs
8124else
8125 # MS-DOS does not allow filenames that begin with a dot.
8126 lt_cv_objdir=_libs
8127fi
8128rmdir .libs 2>/dev/null
8129fi
8130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8131$as_echo "$lt_cv_objdir" >&6; }
8132objdir=$lt_cv_objdir
8133
8134
8135
8136
8137
8138cat >>confdefs.h <<_ACEOF
8139#define LT_OBJDIR "$lt_cv_objdir/"
8140_ACEOF
8141
8142
8143
8144
8145case $host_os in
8146aix3*)
8147 # AIX sometimes has problems with the GCC collect2 program. For some
8148 # reason, if we set the COLLECT_NAMES environment variable, the problems
8149 # vanish in a puff of smoke.
8150 if test "X${COLLECT_NAMES+set}" != Xset; then
8151 COLLECT_NAMES=
8152 export COLLECT_NAMES
8153 fi
8154 ;;
8155esac
8156
8157# Global variables:
8158ofile=libtool
8159can_build_shared=yes
8160
8161# All known linkers require a `.a' archive for static linking (except MSVC,
8162# which needs '.lib').
8163libext=a
8164
8165with_gnu_ld="$lt_cv_prog_gnu_ld"
8166
8167old_CC="$CC"
8168old_CFLAGS="$CFLAGS"
8169
8170# Set sane defaults for various variables
8171test -z "$CC" && CC=cc
8172test -z "$LTCC" && LTCC=$CC
8173test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8174test -z "$LD" && LD=ld
8175test -z "$ac_objext" && ac_objext=o
8176
8177for cc_temp in $compiler""; do
8178 case $cc_temp in
8179 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8180 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8181 \-*) ;;
8182 *) break;;
8183 esac
8184done
8185cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8186
8187
8188# Only perform the check for file, if the check method requires it
8189test -z "$MAGIC_CMD" && MAGIC_CMD=file
8190case $deplibs_check_method in
8191file_magic*)
8192 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8194$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8195if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8196 $as_echo_n "(cached) " >&6
8197else
8198 case $MAGIC_CMD in
8199[\\/*] | ?:[\\/]*)
8200 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8201 ;;
8202*)
8203 lt_save_MAGIC_CMD="$MAGIC_CMD"
8204 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8205 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8206 for ac_dir in $ac_dummy; do
8207 IFS="$lt_save_ifs"
8208 test -z "$ac_dir" && ac_dir=.
8209 if test -f $ac_dir/${ac_tool_prefix}file; then
8210 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8211 if test -n "$file_magic_test_file"; then
8212 case $deplibs_check_method in
8213 "file_magic "*)
8214 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8215 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8216 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8217 $EGREP "$file_magic_regex" > /dev/null; then
8218 :
8219 else
8220 cat <<_LT_EOF 1>&2
8221
8222*** Warning: the command libtool uses to detect shared libraries,
8223*** $file_magic_cmd, produces output that libtool cannot recognize.
8224*** The result is that libtool may fail to recognize shared libraries
8225*** as such. This will affect the creation of libtool libraries that
8226*** depend on shared libraries, but programs linked with such libtool
8227*** libraries will work regardless of this problem. Nevertheless, you
8228*** may want to report the problem to your system manager and/or to
8229*** bug-libtool@gnu.org
8230
8231_LT_EOF
8232 fi ;;
8233 esac
8234 fi
8235 break
8236 fi
8237 done
8238 IFS="$lt_save_ifs"
8239 MAGIC_CMD="$lt_save_MAGIC_CMD"
8240 ;;
8241esac
8242fi
8243
8244MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8245if test -n "$MAGIC_CMD"; then
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8247$as_echo "$MAGIC_CMD" >&6; }
8248else
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8250$as_echo "no" >&6; }
8251fi
8252
8253
8254
8255
8256
8257if test -z "$lt_cv_path_MAGIC_CMD"; then
8258 if test -n "$ac_tool_prefix"; then
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8260$as_echo_n "checking for file... " >&6; }
8261if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8262 $as_echo_n "(cached) " >&6
8263else
8264 case $MAGIC_CMD in
8265[\\/*] | ?:[\\/]*)
8266 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8267 ;;
8268*)
8269 lt_save_MAGIC_CMD="$MAGIC_CMD"
8270 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8271 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8272 for ac_dir in $ac_dummy; do
8273 IFS="$lt_save_ifs"
8274 test -z "$ac_dir" && ac_dir=.
8275 if test -f $ac_dir/file; then
8276 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8277 if test -n "$file_magic_test_file"; then
8278 case $deplibs_check_method in
8279 "file_magic "*)
8280 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8281 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8282 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8283 $EGREP "$file_magic_regex" > /dev/null; then
8284 :
8285 else
8286 cat <<_LT_EOF 1>&2
8287
8288*** Warning: the command libtool uses to detect shared libraries,
8289*** $file_magic_cmd, produces output that libtool cannot recognize.
8290*** The result is that libtool may fail to recognize shared libraries
8291*** as such. This will affect the creation of libtool libraries that
8292*** depend on shared libraries, but programs linked with such libtool
8293*** libraries will work regardless of this problem. Nevertheless, you
8294*** may want to report the problem to your system manager and/or to
8295*** bug-libtool@gnu.org
8296
8297_LT_EOF
8298 fi ;;
8299 esac
8300 fi
8301 break
8302 fi
8303 done
8304 IFS="$lt_save_ifs"
8305 MAGIC_CMD="$lt_save_MAGIC_CMD"
8306 ;;
8307esac
8308fi
8309
8310MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8311if test -n "$MAGIC_CMD"; then
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8313$as_echo "$MAGIC_CMD" >&6; }
8314else
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8316$as_echo "no" >&6; }
8317fi
8318
8319
8320 else
8321 MAGIC_CMD=:
8322 fi
8323fi
8324
8325 fi
8326 ;;
8327esac
8328
8329# Use C for the default configuration in the libtool script
8330
8331lt_save_CC="$CC"
8332ac_ext=c
8333ac_cpp='$CPP $CPPFLAGS'
8334ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8335ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8336ac_compiler_gnu=$ac_cv_c_compiler_gnu
8337
8338
8339# Source file extension for C test sources.
8340ac_ext=c
8341
8342# Object file extension for compiled C test sources.
8343objext=o
8344objext=$objext
8345
8346# Code to be used in simple compile tests
8347lt_simple_compile_test_code="int some_variable = 0;"
8348
8349# Code to be used in simple link tests
8350lt_simple_link_test_code='int main(){return(0);}'
8351
8352
8353
8354
8355
8356
8357
8358# If no C compiler was specified, use CC.
8359LTCC=${LTCC-"$CC"}
8360
8361# If no C compiler flags were specified, use CFLAGS.
8362LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8363
8364# Allow CC to be a program name with arguments.
8365compiler=$CC
8366
8367# Save the default compiler, since it gets overwritten when the other
8368# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8369compiler_DEFAULT=$CC
8370
8371# save warnings/boilerplate of simple test code
8372ac_outfile=conftest.$ac_objext
8373echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8374eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8375_lt_compiler_boilerplate=`cat conftest.err`
8376$RM conftest*
8377
8378ac_outfile=conftest.$ac_objext
8379echo "$lt_simple_link_test_code" >conftest.$ac_ext
8380eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8381_lt_linker_boilerplate=`cat conftest.err`
8382$RM -r conftest*
8383
8384
8385## CAVEAT EMPTOR:
8386## There is no encapsulation within the following macros, do not change
8387## the running order or otherwise move them around unless you know exactly
8388## what you are doing...
8389if test -n "$compiler"; then
8390
8391lt_prog_compiler_no_builtin_flag=
8392
8393if test "$GCC" = yes; then
8394 case $cc_basename in
8395 nvcc*)
8396 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8397 *)
8398 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8399 esac
8400
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8402$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8403if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8404 $as_echo_n "(cached) " >&6
8405else
8406 lt_cv_prog_compiler_rtti_exceptions=no
8407 ac_outfile=conftest.$ac_objext
8408 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8409 lt_compiler_flag="-fno-rtti -fno-exceptions"
8410 # Insert the option either (1) after the last *FLAGS variable, or
8411 # (2) before a word containing "conftest.", or (3) at the end.
8412 # Note that $ac_compile itself does not contain backslashes and begins
8413 # with a dollar sign (not a hyphen), so the echo should work correctly.
8414 # The option is referenced via a variable to avoid confusing sed.
8415 lt_compile=`echo "$ac_compile" | $SED \
8416 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8417 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8418 -e 's:$: $lt_compiler_flag:'`
8419 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8420 (eval "$lt_compile" 2>conftest.err)
8421 ac_status=$?
8422 cat conftest.err >&5
8423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8424 if (exit $ac_status) && test -s "$ac_outfile"; then
8425 # The compiler can only warn and ignore the option if not recognized
8426 # So say no if there are warnings other than the usual output.
8427 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8428 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8429 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8430 lt_cv_prog_compiler_rtti_exceptions=yes
8431 fi
8432 fi
8433 $RM conftest*
8434
8435fi
8436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8437$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8438
8439if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8440 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8441else
8442 :
8443fi
8444
8445fi
8446
8447
8448
8449
8450
8451
8452 lt_prog_compiler_wl=
8453lt_prog_compiler_pic=
8454lt_prog_compiler_static=
8455
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8457$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8458
8459 if test "$GCC" = yes; then
8460 lt_prog_compiler_wl='-Wl,'
8461 lt_prog_compiler_static='-static'
8462
8463 case $host_os in
8464 aix*)
8465 # All AIX code is PIC.
8466 if test "$host_cpu" = ia64; then
8467 # AIX 5 now supports IA64 processor
8468 lt_prog_compiler_static='-Bstatic'
8469 fi
8470 lt_prog_compiler_pic='-fPIC'
8471 ;;
8472
8473 amigaos*)
8474 case $host_cpu in
8475 powerpc)
8476 # see comment about AmigaOS4 .so support
8477 lt_prog_compiler_pic='-fPIC'
8478 ;;
8479 m68k)
8480 # FIXME: we need at least 68020 code to build shared libraries, but
8481 # adding the `-m68020' flag to GCC prevents building anything better,
8482 # like `-m68040'.
8483 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8484 ;;
8485 esac
8486 ;;
8487
8488 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8489 # PIC is the default for these OSes.
8490 ;;
8491
8492 mingw* | cygwin* | pw32* | os2* | cegcc*)
8493 # This hack is so that the source file can tell whether it is being
8494 # built for inclusion in a dll (and should export symbols for example).
8495 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8496 # (--disable-auto-import) libraries
8497 lt_prog_compiler_pic='-DDLL_EXPORT'
8498 ;;
8499
8500 darwin* | rhapsody*)
8501 # PIC is the default on this platform
8502 # Common symbols not allowed in MH_DYLIB files
8503 lt_prog_compiler_pic='-fno-common'
8504 ;;
8505
8506 haiku*)
8507 # PIC is the default for Haiku.
8508 # The "-static" flag exists, but is broken.
8509 lt_prog_compiler_static=
8510 ;;
8511
8512 hpux*)
8513 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8514 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8515 # sets the default TLS model and affects inlining.
8516 case $host_cpu in
8517 hppa*64*)
8518 # +Z the default
8519 ;;
8520 *)
8521 lt_prog_compiler_pic='-fPIC'
8522 ;;
8523 esac
8524 ;;
8525
8526 interix[3-9]*)
8527 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8528 # Instead, we relocate shared libraries at runtime.
8529 ;;
8530
8531 msdosdjgpp*)
8532 # Just because we use GCC doesn't mean we suddenly get shared libraries
8533 # on systems that don't support them.
8534 lt_prog_compiler_can_build_shared=no
8535 enable_shared=no
8536 ;;
8537
8538 *nto* | *qnx*)
8539 # QNX uses GNU C++, but need to define -shared option too, otherwise
8540 # it will coredump.
8541 lt_prog_compiler_pic='-fPIC -shared'
8542 ;;
8543
8544 sysv4*MP*)
8545 if test -d /usr/nec; then
8546 lt_prog_compiler_pic=-Kconform_pic
8547 fi
8548 ;;
8549
8550 *)
8551 lt_prog_compiler_pic='-fPIC'
8552 ;;
8553 esac
8554
8555 case $cc_basename in
8556 nvcc*) # Cuda Compiler Driver 2.2
8557 lt_prog_compiler_wl='-Xlinker '
8558 lt_prog_compiler_pic='-Xcompiler -fPIC'
8559 ;;
8560 esac
8561 else
8562 # PORTME Check for flag to pass linker flags through the system compiler.
8563 case $host_os in
8564 aix*)
8565 lt_prog_compiler_wl='-Wl,'
8566 if test "$host_cpu" = ia64; then
8567 # AIX 5 now supports IA64 processor
8568 lt_prog_compiler_static='-Bstatic'
8569 else
8570 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8571 fi
8572 ;;
8573
8574 mingw* | cygwin* | pw32* | os2* | cegcc*)
8575 # This hack is so that the source file can tell whether it is being
8576 # built for inclusion in a dll (and should export symbols for example).
8577 lt_prog_compiler_pic='-DDLL_EXPORT'
8578 ;;
8579
8580 hpux9* | hpux10* | hpux11*)
8581 lt_prog_compiler_wl='-Wl,'
8582 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8583 # not for PA HP-UX.
8584 case $host_cpu in
8585 hppa*64*|ia64*)
8586 # +Z the default
8587 ;;
8588 *)
8589 lt_prog_compiler_pic='+Z'
8590 ;;
8591 esac
8592 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8593 lt_prog_compiler_static='${wl}-a ${wl}archive'
8594 ;;
8595
8596 irix5* | irix6* | nonstopux*)
8597 lt_prog_compiler_wl='-Wl,'
8598 # PIC (with -KPIC) is the default.
8599 lt_prog_compiler_static='-non_shared'
8600 ;;
8601
8602 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8603 case $cc_basename in
8604 # old Intel for x86_64 which still supported -KPIC.
8605 ecc*)
8606 lt_prog_compiler_wl='-Wl,'
8607 lt_prog_compiler_pic='-KPIC'
8608 lt_prog_compiler_static='-static'
8609 ;;
8610 # icc used to be incompatible with GCC.
8611 # ICC 10 doesn't accept -KPIC any more.
8612 icc* | ifort*)
8613 lt_prog_compiler_wl='-Wl,'
8614 lt_prog_compiler_pic='-fPIC'
8615 lt_prog_compiler_static='-static'
8616 ;;
8617 # Lahey Fortran 8.1.
8618 lf95*)
8619 lt_prog_compiler_wl='-Wl,'
8620 lt_prog_compiler_pic='--shared'
8621 lt_prog_compiler_static='--static'
8622 ;;
8623 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8624 # Portland Group compilers (*not* the Pentium gcc compiler,
8625 # which looks to be a dead project)
8626 lt_prog_compiler_wl='-Wl,'
8627 lt_prog_compiler_pic='-fpic'
8628 lt_prog_compiler_static='-Bstatic'
8629 ;;
8630 ccc*)
8631 lt_prog_compiler_wl='-Wl,'
8632 # All Alpha code is PIC.
8633 lt_prog_compiler_static='-non_shared'
8634 ;;
8635 xl* | bgxl* | bgf* | mpixl*)
8636 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8637 lt_prog_compiler_wl='-Wl,'
8638 lt_prog_compiler_pic='-qpic'
8639 lt_prog_compiler_static='-qstaticlink'
8640 ;;
8641 *)
8642 case `$CC -V 2>&1 | sed 5q` in
8643 *Sun\ F* | *Sun*Fortran*)
8644 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8645 lt_prog_compiler_pic='-KPIC'
8646 lt_prog_compiler_static='-Bstatic'
8647 lt_prog_compiler_wl=''
8648 ;;
8649 *Sun\ C*)
8650 # Sun C 5.9
8651 lt_prog_compiler_pic='-KPIC'
8652 lt_prog_compiler_static='-Bstatic'
8653 lt_prog_compiler_wl='-Wl,'
8654 ;;
8655 esac
8656 ;;
8657 esac
8658 ;;
8659
8660 newsos6)
8661 lt_prog_compiler_pic='-KPIC'
8662 lt_prog_compiler_static='-Bstatic'
8663 ;;
8664
8665 *nto* | *qnx*)
8666 # QNX uses GNU C++, but need to define -shared option too, otherwise
8667 # it will coredump.
8668 lt_prog_compiler_pic='-fPIC -shared'
8669 ;;
8670
8671 osf3* | osf4* | osf5*)
8672 lt_prog_compiler_wl='-Wl,'
8673 # All OSF/1 code is PIC.
8674 lt_prog_compiler_static='-non_shared'
8675 ;;
8676
8677 rdos*)
8678 lt_prog_compiler_static='-non_shared'
8679 ;;
8680
8681 solaris*)
8682 lt_prog_compiler_pic='-KPIC'
8683 lt_prog_compiler_static='-Bstatic'
8684 case $cc_basename in
8685 f77* | f90* | f95*)
8686 lt_prog_compiler_wl='-Qoption ld ';;
8687 *)
8688 lt_prog_compiler_wl='-Wl,';;
8689 esac
8690 ;;
8691
8692 sunos4*)
8693 lt_prog_compiler_wl='-Qoption ld '
8694 lt_prog_compiler_pic='-PIC'
8695 lt_prog_compiler_static='-Bstatic'
8696 ;;
8697
8698 sysv4 | sysv4.2uw2* | sysv4.3*)
8699 lt_prog_compiler_wl='-Wl,'
8700 lt_prog_compiler_pic='-KPIC'
8701 lt_prog_compiler_static='-Bstatic'
8702 ;;
8703
8704 sysv4*MP*)
8705 if test -d /usr/nec ;then
8706 lt_prog_compiler_pic='-Kconform_pic'
8707 lt_prog_compiler_static='-Bstatic'
8708 fi
8709 ;;
8710
8711 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8712 lt_prog_compiler_wl='-Wl,'
8713 lt_prog_compiler_pic='-KPIC'
8714 lt_prog_compiler_static='-Bstatic'
8715 ;;
8716
8717 unicos*)
8718 lt_prog_compiler_wl='-Wl,'
8719 lt_prog_compiler_can_build_shared=no
8720 ;;
8721
8722 uts4*)
8723 lt_prog_compiler_pic='-pic'
8724 lt_prog_compiler_static='-Bstatic'
8725 ;;
8726
8727 *)
8728 lt_prog_compiler_can_build_shared=no
8729 ;;
8730 esac
8731 fi
8732
8733case $host_os in
8734 # For platforms which do not support PIC, -DPIC is meaningless:
8735 *djgpp*)
8736 lt_prog_compiler_pic=
8737 ;;
8738 *)
8739 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8740 ;;
8741esac
8742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8743$as_echo "$lt_prog_compiler_pic" >&6; }
8744
8745
8746
8747
8748
8749
8750#
8751# Check to make sure the PIC flag actually works.
8752#
8753if test -n "$lt_prog_compiler_pic"; then
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8755$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8756if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8757 $as_echo_n "(cached) " >&6
8758else
8759 lt_cv_prog_compiler_pic_works=no
8760 ac_outfile=conftest.$ac_objext
8761 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8762 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8763 # Insert the option either (1) after the last *FLAGS variable, or
8764 # (2) before a word containing "conftest.", or (3) at the end.
8765 # Note that $ac_compile itself does not contain backslashes and begins
8766 # with a dollar sign (not a hyphen), so the echo should work correctly.
8767 # The option is referenced via a variable to avoid confusing sed.
8768 lt_compile=`echo "$ac_compile" | $SED \
8769 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8770 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8771 -e 's:$: $lt_compiler_flag:'`
8772 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8773 (eval "$lt_compile" 2>conftest.err)
8774 ac_status=$?
8775 cat conftest.err >&5
8776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8777 if (exit $ac_status) && test -s "$ac_outfile"; then
8778 # The compiler can only warn and ignore the option if not recognized
8779 # So say no if there are warnings other than the usual output.
8780 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8781 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8782 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8783 lt_cv_prog_compiler_pic_works=yes
8784 fi
8785 fi
8786 $RM conftest*
8787
8788fi
8789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8790$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8791
8792if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8793 case $lt_prog_compiler_pic in
8794 "" | " "*) ;;
8795 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8796 esac
8797else
8798 lt_prog_compiler_pic=
8799 lt_prog_compiler_can_build_shared=no
8800fi
8801
8802fi
8803
8804
8805
8806
8807
8808
8809#
8810# Check to make sure the static flag actually works.
8811#
8812wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8814$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8815if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8816 $as_echo_n "(cached) " >&6
8817else
8818 lt_cv_prog_compiler_static_works=no
8819 save_LDFLAGS="$LDFLAGS"
8820 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8821 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8822 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8823 # The linker can only warn and ignore the option if not recognized
8824 # So say no if there are warnings
8825 if test -s conftest.err; then
8826 # Append any errors to the config.log.
8827 cat conftest.err 1>&5
8828 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8829 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8830 if diff conftest.exp conftest.er2 >/dev/null; then
8831 lt_cv_prog_compiler_static_works=yes
8832 fi
8833 else
8834 lt_cv_prog_compiler_static_works=yes
8835 fi
8836 fi
8837 $RM -r conftest*
8838 LDFLAGS="$save_LDFLAGS"
8839
8840fi
8841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8842$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8843
8844if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8845 :
8846else
8847 lt_prog_compiler_static=
8848fi
8849
8850
8851
8852
8853
8854
8855
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8857$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8858if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8859 $as_echo_n "(cached) " >&6
8860else
8861 lt_cv_prog_compiler_c_o=no
8862 $RM -r conftest 2>/dev/null
8863 mkdir conftest
8864 cd conftest
8865 mkdir out
8866 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8867
8868 lt_compiler_flag="-o out/conftest2.$ac_objext"
8869 # Insert the option either (1) after the last *FLAGS variable, or
8870 # (2) before a word containing "conftest.", or (3) at the end.
8871 # Note that $ac_compile itself does not contain backslashes and begins
8872 # with a dollar sign (not a hyphen), so the echo should work correctly.
8873 lt_compile=`echo "$ac_compile" | $SED \
8874 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8875 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8876 -e 's:$: $lt_compiler_flag:'`
8877 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8878 (eval "$lt_compile" 2>out/conftest.err)
8879 ac_status=$?
8880 cat out/conftest.err >&5
8881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8882 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8883 then
8884 # The compiler can only warn and ignore the option if not recognized
8885 # So say no if there are warnings
8886 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8887 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8888 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8889 lt_cv_prog_compiler_c_o=yes
8890 fi
8891 fi
8892 chmod u+w . 2>&5
8893 $RM conftest*
8894 # SGI C++ compiler will create directory out/ii_files/ for
8895 # template instantiation
8896 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8897 $RM out/* && rmdir out
8898 cd ..
8899 $RM -r conftest
8900 $RM conftest*
8901
8902fi
8903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8904$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8905
8906
8907
8908
8909
8910
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8912$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8913if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8914 $as_echo_n "(cached) " >&6
8915else
8916 lt_cv_prog_compiler_c_o=no
8917 $RM -r conftest 2>/dev/null
8918 mkdir conftest
8919 cd conftest
8920 mkdir out
8921 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8922
8923 lt_compiler_flag="-o out/conftest2.$ac_objext"
8924 # Insert the option either (1) after the last *FLAGS variable, or
8925 # (2) before a word containing "conftest.", or (3) at the end.
8926 # Note that $ac_compile itself does not contain backslashes and begins
8927 # with a dollar sign (not a hyphen), so the echo should work correctly.
8928 lt_compile=`echo "$ac_compile" | $SED \
8929 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8930 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8931 -e 's:$: $lt_compiler_flag:'`
8932 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8933 (eval "$lt_compile" 2>out/conftest.err)
8934 ac_status=$?
8935 cat out/conftest.err >&5
8936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8938 then
8939 # The compiler can only warn and ignore the option if not recognized
8940 # So say no if there are warnings
8941 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8942 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8943 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8944 lt_cv_prog_compiler_c_o=yes
8945 fi
8946 fi
8947 chmod u+w . 2>&5
8948 $RM conftest*
8949 # SGI C++ compiler will create directory out/ii_files/ for
8950 # template instantiation
8951 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8952 $RM out/* && rmdir out
8953 cd ..
8954 $RM -r conftest
8955 $RM conftest*
8956
8957fi
8958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8959$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8960
8961
8962
8963
8964hard_links="nottested"
8965if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8966 # do not overwrite the value of need_locks provided by the user
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8968$as_echo_n "checking if we can lock with hard links... " >&6; }
8969 hard_links=yes
8970 $RM conftest*
8971 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8972 touch conftest.a
8973 ln conftest.a conftest.b 2>&5 || hard_links=no
8974 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8976$as_echo "$hard_links" >&6; }
8977 if test "$hard_links" = no; then
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8979$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8980 need_locks=warn
8981 fi
8982else
8983 need_locks=no
8984fi
8985
8986
8987
8988
8989
8990
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8992$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8993
8994 runpath_var=
8995 allow_undefined_flag=
8996 always_export_symbols=no
8997 archive_cmds=
8998 archive_expsym_cmds=
8999 compiler_needs_object=no
9000 enable_shared_with_static_runtimes=no
9001 export_dynamic_flag_spec=
9002 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9003 hardcode_automatic=no
9004 hardcode_direct=no
9005 hardcode_direct_absolute=no
9006 hardcode_libdir_flag_spec=
9007 hardcode_libdir_flag_spec_ld=
9008 hardcode_libdir_separator=
9009 hardcode_minus_L=no
9010 hardcode_shlibpath_var=unsupported
9011 inherit_rpath=no
9012 link_all_deplibs=unknown
9013 module_cmds=
9014 module_expsym_cmds=
9015 old_archive_from_new_cmds=
9016 old_archive_from_expsyms_cmds=
9017 thread_safe_flag_spec=
9018 whole_archive_flag_spec=
9019 # include_expsyms should be a list of space-separated symbols to be *always*
9020 # included in the symbol list
9021 include_expsyms=
9022 # exclude_expsyms can be an extended regexp of symbols to exclude
9023 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9024 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9025 # as well as any symbol that contains `d'.
9026 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9027 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9028 # platforms (ab)use it in PIC code, but their linkers get confused if
9029 # the symbol is explicitly referenced. Since portable code cannot
9030 # rely on this symbol name, it's probably fine to never include it in
9031 # preloaded symbol tables.
9032 # Exclude shared library initialization/finalization symbols.
9033 extract_expsyms_cmds=
9034
9035 case $host_os in
9036 cygwin* | mingw* | pw32* | cegcc*)
9037 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9038 # When not using gcc, we currently assume that we are using
9039 # Microsoft Visual C++.
9040 if test "$GCC" != yes; then
9041 with_gnu_ld=no
9042 fi
9043 ;;
9044 interix*)
9045 # we just hope/assume this is gcc and not c89 (= MSVC++)
9046 with_gnu_ld=yes
9047 ;;
9048 openbsd*)
9049 with_gnu_ld=no
9050 ;;
9051 esac
9052
9053 ld_shlibs=yes
9054
9055 # On some targets, GNU ld is compatible enough with the native linker
9056 # that we're better off using the native interface for both.
9057 lt_use_gnu_ld_interface=no
9058 if test "$with_gnu_ld" = yes; then
9059 case $host_os in
9060 aix*)
9061 # The AIX port of GNU ld has always aspired to compatibility
9062 # with the native linker. However, as the warning in the GNU ld
9063 # block says, versions before 2.19.5* couldn't really create working
9064 # shared libraries, regardless of the interface used.
9065 case `$LD -v 2>&1` in
9066 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9067 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9068 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9069 *)
9070 lt_use_gnu_ld_interface=yes
9071 ;;
9072 esac
9073 ;;
9074 *)
9075 lt_use_gnu_ld_interface=yes
9076 ;;
9077 esac
9078 fi
9079
9080 if test "$lt_use_gnu_ld_interface" = yes; then
9081 # If archive_cmds runs LD, not CC, wlarc should be empty
9082 wlarc='${wl}'
9083
9084 # Set some defaults for GNU ld with shared library support. These
9085 # are reset later if shared libraries are not supported. Putting them
9086 # here allows them to be overridden if necessary.
9087 runpath_var=LD_RUN_PATH
9088 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9089 export_dynamic_flag_spec='${wl}--export-dynamic'
9090 # ancient GNU ld didn't support --whole-archive et. al.
9091 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9092 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9093 else
9094 whole_archive_flag_spec=
9095 fi
9096 supports_anon_versioning=no
9097 case `$LD -v 2>&1` in
9098 *GNU\ gold*) supports_anon_versioning=yes ;;
9099 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9100 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9101 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9102 *\ 2.11.*) ;; # other 2.11 versions
9103 *) supports_anon_versioning=yes ;;
9104 esac
9105
9106 # See if GNU ld supports shared libraries.
9107 case $host_os in
9108 aix[3-9]*)
9109 # On AIX/PPC, the GNU linker is very broken
9110 if test "$host_cpu" != ia64; then
9111 ld_shlibs=no
9112 cat <<_LT_EOF 1>&2
9113
9114*** Warning: the GNU linker, at least up to release 2.19, is reported
9115*** to be unable to reliably create shared libraries on AIX.
9116*** Therefore, libtool is disabling shared libraries support. If you
9117*** really care for shared libraries, you may want to install binutils
9118*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9119*** You will then need to restart the configuration process.
9120
9121_LT_EOF
9122 fi
9123 ;;
9124
9125 amigaos*)
9126 case $host_cpu in
9127 powerpc)
9128 # see comment about AmigaOS4 .so support
9129 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9130 archive_expsym_cmds=''
9131 ;;
9132 m68k)
9133 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)'
9134 hardcode_libdir_flag_spec='-L$libdir'
9135 hardcode_minus_L=yes
9136 ;;
9137 esac
9138 ;;
9139
9140 beos*)
9141 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9142 allow_undefined_flag=unsupported
9143 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9144 # support --undefined. This deserves some investigation. FIXME
9145 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9146 else
9147 ld_shlibs=no
9148 fi
9149 ;;
9150
9151 cygwin* | mingw* | pw32* | cegcc*)
9152 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9153 # as there is no search path for DLLs.
9154 hardcode_libdir_flag_spec='-L$libdir'
9155 export_dynamic_flag_spec='${wl}--export-all-symbols'
9156 allow_undefined_flag=unsupported
9157 always_export_symbols=no
9158 enable_shared_with_static_runtimes=yes
9159 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9160
9161 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9162 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9163 # If the export-symbols file already is a .def file (1st line
9164 # is EXPORTS), use it as is; otherwise, prepend...
9165 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9166 cp $export_symbols $output_objdir/$soname.def;
9167 else
9168 echo EXPORTS > $output_objdir/$soname.def;
9169 cat $export_symbols >> $output_objdir/$soname.def;
9170 fi~
9171 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9172 else
9173 ld_shlibs=no
9174 fi
9175 ;;
9176
9177 haiku*)
9178 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9179 link_all_deplibs=yes
9180 ;;
9181
9182 interix[3-9]*)
9183 hardcode_direct=no
9184 hardcode_shlibpath_var=no
9185 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9186 export_dynamic_flag_spec='${wl}-E'
9187 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9188 # Instead, shared libraries are loaded at an image base (0x10000000 by
9189 # default) and relocated if they conflict, which is a slow very memory
9190 # consuming and fragmenting process. To avoid this, we pick a random,
9191 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9192 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9193 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9194 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'
9195 ;;
9196
9197 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9198 tmp_diet=no
9199 if test "$host_os" = linux-dietlibc; then
9200 case $cc_basename in
9201 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9202 esac
9203 fi
9204 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9205 && test "$tmp_diet" = no
9206 then
9207 tmp_addflag=
9208 tmp_sharedflag='-shared'
9209 case $cc_basename,$host_cpu in
9210 pgcc*) # Portland Group C compiler
9211 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'
9212 tmp_addflag=' $pic_flag'
9213 ;;
9214 pgf77* | pgf90* | pgf95* | pgfortran*)
9215 # Portland Group f77 and f90 compilers
9216 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'
9217 tmp_addflag=' $pic_flag -Mnomain' ;;
9218 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9219 tmp_addflag=' -i_dynamic' ;;
9220 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9221 tmp_addflag=' -i_dynamic -nofor_main' ;;
9222 ifc* | ifort*) # Intel Fortran compiler
9223 tmp_addflag=' -nofor_main' ;;
9224 lf95*) # Lahey Fortran 8.1
9225 whole_archive_flag_spec=
9226 tmp_sharedflag='--shared' ;;
9227 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9228 tmp_sharedflag='-qmkshrobj'
9229 tmp_addflag= ;;
9230 nvcc*) # Cuda Compiler Driver 2.2
9231 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'
9232 compiler_needs_object=yes
9233 ;;
9234 esac
9235 case `$CC -V 2>&1 | sed 5q` in
9236 *Sun\ C*) # Sun C 5.9
9237 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'
9238 compiler_needs_object=yes
9239 tmp_sharedflag='-G' ;;
9240 *Sun\ F*) # Sun Fortran 8.3
9241 tmp_sharedflag='-G' ;;
9242 esac
9243 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9244
9245 if test "x$supports_anon_versioning" = xyes; then
9246 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9247 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9248 echo "local: *; };" >> $output_objdir/$libname.ver~
9249 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9250 fi
9251
9252 case $cc_basename in
9253 xlf* | bgf* | bgxlf* | mpixlf*)
9254 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9255 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9256 hardcode_libdir_flag_spec=
9257 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9258 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9259 if test "x$supports_anon_versioning" = xyes; then
9260 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9261 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9262 echo "local: *; };" >> $output_objdir/$libname.ver~
9263 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9264 fi
9265 ;;
9266 esac
9267 else
9268 ld_shlibs=no
9269 fi
9270 ;;
9271
9272 netbsd*)
9273 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9274 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9275 wlarc=
9276 else
9277 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9278 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9279 fi
9280 ;;
9281
9282 solaris*)
9283 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9284 ld_shlibs=no
9285 cat <<_LT_EOF 1>&2
9286
9287*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9288*** create shared libraries on Solaris systems. Therefore, libtool
9289*** is disabling shared libraries support. We urge you to upgrade GNU
9290*** binutils to release 2.9.1 or newer. Another option is to modify
9291*** your PATH or compiler configuration so that the native linker is
9292*** used, and then restart.
9293
9294_LT_EOF
9295 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9296 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9297 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9298 else
9299 ld_shlibs=no
9300 fi
9301 ;;
9302
9303 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9304 case `$LD -v 2>&1` in
9305 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9306 ld_shlibs=no
9307 cat <<_LT_EOF 1>&2
9308
9309*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9310*** reliably create shared libraries on SCO systems. Therefore, libtool
9311*** is disabling shared libraries support. We urge you to upgrade GNU
9312*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9313*** your PATH or compiler configuration so that the native linker is
9314*** used, and then restart.
9315
9316_LT_EOF
9317 ;;
9318 *)
9319 # For security reasons, it is highly recommended that you always
9320 # use absolute paths for naming shared libraries, and exclude the
9321 # DT_RUNPATH tag from executables and libraries. But doing so
9322 # requires that you compile everything twice, which is a pain.
9323 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9324 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9325 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9326 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9327 else
9328 ld_shlibs=no
9329 fi
9330 ;;
9331 esac
9332 ;;
9333
9334 sunos4*)
9335 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9336 wlarc=
9337 hardcode_direct=yes
9338 hardcode_shlibpath_var=no
9339 ;;
9340
9341 *)
9342 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9343 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9344 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9345 else
9346 ld_shlibs=no
9347 fi
9348 ;;
9349 esac
9350
9351 if test "$ld_shlibs" = no; then
9352 runpath_var=
9353 hardcode_libdir_flag_spec=
9354 export_dynamic_flag_spec=
9355 whole_archive_flag_spec=
9356 fi
9357 else
9358 # PORTME fill in a description of your system's linker (not GNU ld)
9359 case $host_os in
9360 aix3*)
9361 allow_undefined_flag=unsupported
9362 always_export_symbols=yes
9363 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'
9364 # Note: this linker hardcodes the directories in LIBPATH if there
9365 # are no directories specified by -L.
9366 hardcode_minus_L=yes
9367 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9368 # Neither direct hardcoding nor static linking is supported with a
9369 # broken collect2.
9370 hardcode_direct=unsupported
9371 fi
9372 ;;
9373
9374 aix[4-9]*)
9375 if test "$host_cpu" = ia64; then
9376 # On IA64, the linker does run time linking by default, so we don't
9377 # have to do anything special.
9378 aix_use_runtimelinking=no
9379 exp_sym_flag='-Bexport'
9380 no_entry_flag=""
9381 else
9382 # If we're using GNU nm, then we don't want the "-C" option.
9383 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9384 # Also, AIX nm treats weak defined symbols like other global
9385 # defined symbols, whereas GNU nm marks them as "W".
9386 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9387 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'
9388 else
9389 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9390 fi
9391 aix_use_runtimelinking=no
9392
9393 # Test if we are trying to use run time linking or normal
9394 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9395 # need to do runtime linking.
9396 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9397 for ld_flag in $LDFLAGS; do
9398 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9399 aix_use_runtimelinking=yes
9400 break
9401 fi
9402 done
9403 ;;
9404 esac
9405
9406 exp_sym_flag='-bexport'
9407 no_entry_flag='-bnoentry'
9408 fi
9409
9410 # When large executables or shared objects are built, AIX ld can
9411 # have problems creating the table of contents. If linking a library
9412 # or program results in "error TOC overflow" add -mminimal-toc to
9413 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9414 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9415
9416 archive_cmds=''
9417 hardcode_direct=yes
9418 hardcode_direct_absolute=yes
9419 hardcode_libdir_separator=':'
9420 link_all_deplibs=yes
9421 file_list_spec='${wl}-f,'
9422
9423 if test "$GCC" = yes; then
9424 case $host_os in aix4.[012]|aix4.[012].*)
9425 # We only want to do this on AIX 4.2 and lower, the check
9426 # below for broken collect2 doesn't work under 4.3+
9427 collect2name=`${CC} -print-prog-name=collect2`
9428 if test -f "$collect2name" &&
9429 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9430 then
9431 # We have reworked collect2
9432 :
9433 else
9434 # We have old collect2
9435 hardcode_direct=unsupported
9436 # It fails to find uninstalled libraries when the uninstalled
9437 # path is not listed in the libpath. Setting hardcode_minus_L
9438 # to unsupported forces relinking
9439 hardcode_minus_L=yes
9440 hardcode_libdir_flag_spec='-L$libdir'
9441 hardcode_libdir_separator=
9442 fi
9443 ;;
9444 esac
9445 shared_flag='-shared'
9446 if test "$aix_use_runtimelinking" = yes; then
9447 shared_flag="$shared_flag "'${wl}-G'
9448 fi
9449 else
9450 # not using gcc
9451 if test "$host_cpu" = ia64; then
9452 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9453 # chokes on -Wl,-G. The following line is correct:
9454 shared_flag='-G'
9455 else
9456 if test "$aix_use_runtimelinking" = yes; then
9457 shared_flag='${wl}-G'
9458 else
9459 shared_flag='${wl}-bM:SRE'
9460 fi
9461 fi
9462 fi
9463
9464 export_dynamic_flag_spec='${wl}-bexpall'
9465 # It seems that -bexpall does not export symbols beginning with
9466 # underscore (_), so it is better to generate a list of symbols to export.
9467 always_export_symbols=yes
9468 if test "$aix_use_runtimelinking" = yes; then
9469 # Warning - without using the other runtime loading flags (-brtl),
9470 # -berok will link without error, but may produce a broken library.
9471 allow_undefined_flag='-berok'
9472 # Determine the default libpath from the value encoded in an
9473 # empty executable.
9474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9475/* end confdefs.h. */
9476
9477int
9478main ()
9479{
9480
9481 ;
9482 return 0;
9483}
9484_ACEOF
9485if ac_fn_c_try_link "$LINENO"; then :
9486
9487lt_aix_libpath_sed='
9488 /Import File Strings/,/^$/ {
9489 /^0/ {
9490 s/^0 *\(.*\)$/\1/
9491 p
9492 }
9493 }'
9494aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9495# Check for a 64-bit object if we didn't find anything.
9496if test -z "$aix_libpath"; then
9497 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9498fi
9499fi
9500rm -f core conftest.err conftest.$ac_objext \
9501 conftest$ac_exeext conftest.$ac_ext
9502if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9503
9504 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9505 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"
9506 else
9507 if test "$host_cpu" = ia64; then
9508 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9509 allow_undefined_flag="-z nodefs"
9510 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"
9511 else
9512 # Determine the default libpath from the value encoded in an
9513 # empty executable.
9514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9515/* end confdefs.h. */
9516
9517int
9518main ()
9519{
9520
9521 ;
9522 return 0;
9523}
9524_ACEOF
9525if ac_fn_c_try_link "$LINENO"; then :
9526
9527lt_aix_libpath_sed='
9528 /Import File Strings/,/^$/ {
9529 /^0/ {
9530 s/^0 *\(.*\)$/\1/
9531 p
9532 }
9533 }'
9534aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9535# Check for a 64-bit object if we didn't find anything.
9536if test -z "$aix_libpath"; then
9537 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9538fi
9539fi
9540rm -f core conftest.err conftest.$ac_objext \
9541 conftest$ac_exeext conftest.$ac_ext
9542if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9543
9544 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9545 # Warning - without using the other run time loading flags,
9546 # -berok will link without error, but may produce a broken library.
9547 no_undefined_flag=' ${wl}-bernotok'
9548 allow_undefined_flag=' ${wl}-berok'
9549 if test "$with_gnu_ld" = yes; then
9550 # We only use this code for GNU lds that support --whole-archive.
9551 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9552 else
9553 # Exported symbols can be pulled into shared objects from archives
9554 whole_archive_flag_spec='$convenience'
9555 fi
9556 archive_cmds_need_lc=yes
9557 # This is similar to how AIX traditionally builds its shared libraries.
9558 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'
9559 fi
9560 fi
9561 ;;
9562
9563 amigaos*)
9564 case $host_cpu in
9565 powerpc)
9566 # see comment about AmigaOS4 .so support
9567 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9568 archive_expsym_cmds=''
9569 ;;
9570 m68k)
9571 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)'
9572 hardcode_libdir_flag_spec='-L$libdir'
9573 hardcode_minus_L=yes
9574 ;;
9575 esac
9576 ;;
9577
9578 bsdi[45]*)
9579 export_dynamic_flag_spec=-rdynamic
9580 ;;
9581
9582 cygwin* | mingw* | pw32* | cegcc*)
9583 # When not using gcc, we currently assume that we are using
9584 # Microsoft Visual C++.
9585 # hardcode_libdir_flag_spec is actually meaningless, as there is
9586 # no search path for DLLs.
9587 hardcode_libdir_flag_spec=' '
9588 allow_undefined_flag=unsupported
9589 # Tell ltmain to make .lib files, not .a files.
9590 libext=lib
9591 # Tell ltmain to make .dll files, not .so files.
9592 shrext_cmds=".dll"
9593 # FIXME: Setting linknames here is a bad hack.
9594 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9595 # The linker will automatically build a .lib file if we build a DLL.
9596 old_archive_from_new_cmds='true'
9597 # FIXME: Should let the user specify the lib program.
9598 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9599 fix_srcfile_path='`cygpath -w "$srcfile"`'
9600 enable_shared_with_static_runtimes=yes
9601 ;;
9602
9603 darwin* | rhapsody*)
9604
9605
9606 archive_cmds_need_lc=no
9607 hardcode_direct=no
9608 hardcode_automatic=yes
9609 hardcode_shlibpath_var=unsupported
9610 if test "$lt_cv_ld_force_load" = "yes"; then
9611 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\"`'
9612 else
9613 whole_archive_flag_spec=''
9614 fi
9615 link_all_deplibs=yes
9616 allow_undefined_flag="$_lt_dar_allow_undefined"
9617 case $cc_basename in
9618 ifort*) _lt_dar_can_shared=yes ;;
9619 *) _lt_dar_can_shared=$GCC ;;
9620 esac
9621 if test "$_lt_dar_can_shared" = "yes"; then
9622 output_verbose_link_cmd=func_echo_all
9623 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9624 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9625 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}"
9626 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}"
9627
9628 else
9629 ld_shlibs=no
9630 fi
9631
9632 ;;
9633
9634 dgux*)
9635 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9636 hardcode_libdir_flag_spec='-L$libdir'
9637 hardcode_shlibpath_var=no
9638 ;;
9639
9640 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9641 # support. Future versions do this automatically, but an explicit c++rt0.o
9642 # does not break anything, and helps significantly (at the cost of a little
9643 # extra space).
9644 freebsd2.2*)
9645 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9646 hardcode_libdir_flag_spec='-R$libdir'
9647 hardcode_direct=yes
9648 hardcode_shlibpath_var=no
9649 ;;
9650
9651 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9652 freebsd2.*)
9653 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9654 hardcode_direct=yes
9655 hardcode_minus_L=yes
9656 hardcode_shlibpath_var=no
9657 ;;
9658
9659 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9660 freebsd* | dragonfly*)
9661 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9662 hardcode_libdir_flag_spec='-R$libdir'
9663 hardcode_direct=yes
9664 hardcode_shlibpath_var=no
9665 ;;
9666
9667 hpux9*)
9668 if test "$GCC" = yes; then
9669 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'
9670 else
9671 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'
9672 fi
9673 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9674 hardcode_libdir_separator=:
9675 hardcode_direct=yes
9676
9677 # hardcode_minus_L: Not really in the search PATH,
9678 # but as the default location of the library.
9679 hardcode_minus_L=yes
9680 export_dynamic_flag_spec='${wl}-E'
9681 ;;
9682
9683 hpux10*)
9684 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9685 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9686 else
9687 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9688 fi
9689 if test "$with_gnu_ld" = no; then
9690 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9691 hardcode_libdir_flag_spec_ld='+b $libdir'
9692 hardcode_libdir_separator=:
9693 hardcode_direct=yes
9694 hardcode_direct_absolute=yes
9695 export_dynamic_flag_spec='${wl}-E'
9696 # hardcode_minus_L: Not really in the search PATH,
9697 # but as the default location of the library.
9698 hardcode_minus_L=yes
9699 fi
9700 ;;
9701
9702 hpux11*)
9703 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9704 case $host_cpu in
9705 hppa*64*)
9706 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9707 ;;
9708 ia64*)
9709 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9710 ;;
9711 *)
9712 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9713 ;;
9714 esac
9715 else
9716 case $host_cpu in
9717 hppa*64*)
9718 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 ;;
9720 ia64*)
9721 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9722 ;;
9723 *)
9724
9725 # Older versions of the 11.00 compiler do not understand -b yet
9726 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9728$as_echo_n "checking if $CC understands -b... " >&6; }
9729if test "${lt_cv_prog_compiler__b+set}" = set; then :
9730 $as_echo_n "(cached) " >&6
9731else
9732 lt_cv_prog_compiler__b=no
9733 save_LDFLAGS="$LDFLAGS"
9734 LDFLAGS="$LDFLAGS -b"
9735 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9736 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9737 # The linker can only warn and ignore the option if not recognized
9738 # So say no if there are warnings
9739 if test -s conftest.err; then
9740 # Append any errors to the config.log.
9741 cat conftest.err 1>&5
9742 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9743 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9744 if diff conftest.exp conftest.er2 >/dev/null; then
9745 lt_cv_prog_compiler__b=yes
9746 fi
9747 else
9748 lt_cv_prog_compiler__b=yes
9749 fi
9750 fi
9751 $RM -r conftest*
9752 LDFLAGS="$save_LDFLAGS"
9753
9754fi
9755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9756$as_echo "$lt_cv_prog_compiler__b" >&6; }
9757
9758if test x"$lt_cv_prog_compiler__b" = xyes; then
9759 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9760else
9761 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9762fi
9763
9764 ;;
9765 esac
9766 fi
9767 if test "$with_gnu_ld" = no; then
9768 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9769 hardcode_libdir_separator=:
9770
9771 case $host_cpu in
9772 hppa*64*|ia64*)
9773 hardcode_direct=no
9774 hardcode_shlibpath_var=no
9775 ;;
9776 *)
9777 hardcode_direct=yes
9778 hardcode_direct_absolute=yes
9779 export_dynamic_flag_spec='${wl}-E'
9780
9781 # hardcode_minus_L: Not really in the search PATH,
9782 # but as the default location of the library.
9783 hardcode_minus_L=yes
9784 ;;
9785 esac
9786 fi
9787 ;;
9788
9789 irix5* | irix6* | nonstopux*)
9790 if test "$GCC" = yes; then
9791 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'
9792 # Try to use the -exported_symbol ld option, if it does not
9793 # work, assume that -exports_file does not work either and
9794 # implicitly export all symbols.
9795 save_LDFLAGS="$LDFLAGS"
9796 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9798/* end confdefs.h. */
9799int foo(void) {}
9800_ACEOF
9801if ac_fn_c_try_link "$LINENO"; then :
9802 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'
9803
9804fi
9805rm -f core conftest.err conftest.$ac_objext \
9806 conftest$ac_exeext conftest.$ac_ext
9807 LDFLAGS="$save_LDFLAGS"
9808 else
9809 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'
9810 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'
9811 fi
9812 archive_cmds_need_lc='no'
9813 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9814 hardcode_libdir_separator=:
9815 inherit_rpath=yes
9816 link_all_deplibs=yes
9817 ;;
9818
9819 netbsd*)
9820 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9821 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9822 else
9823 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9824 fi
9825 hardcode_libdir_flag_spec='-R$libdir'
9826 hardcode_direct=yes
9827 hardcode_shlibpath_var=no
9828 ;;
9829
9830 newsos6)
9831 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9832 hardcode_direct=yes
9833 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9834 hardcode_libdir_separator=:
9835 hardcode_shlibpath_var=no
9836 ;;
9837
9838 *nto* | *qnx*)
9839 ;;
9840
9841 openbsd*)
9842 if test -f /usr/libexec/ld.so; then
9843 hardcode_direct=yes
9844 hardcode_shlibpath_var=no
9845 hardcode_direct_absolute=yes
9846 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9847 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9848 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9849 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9850 export_dynamic_flag_spec='${wl}-E'
9851 else
9852 case $host_os in
9853 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9854 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9855 hardcode_libdir_flag_spec='-R$libdir'
9856 ;;
9857 *)
9858 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9859 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9860 ;;
9861 esac
9862 fi
9863 else
9864 ld_shlibs=no
9865 fi
9866 ;;
9867
9868 os2*)
9869 hardcode_libdir_flag_spec='-L$libdir'
9870 hardcode_minus_L=yes
9871 allow_undefined_flag=unsupported
9872 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'
9873 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9874 ;;
9875
9876 osf3*)
9877 if test "$GCC" = yes; then
9878 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9879 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'
9880 else
9881 allow_undefined_flag=' -expect_unresolved \*'
9882 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'
9883 fi
9884 archive_cmds_need_lc='no'
9885 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9886 hardcode_libdir_separator=:
9887 ;;
9888
9889 osf4* | osf5*) # as osf3* with the addition of -msym flag
9890 if test "$GCC" = yes; then
9891 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9892 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'
9893 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9894 else
9895 allow_undefined_flag=' -expect_unresolved \*'
9896 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'
9897 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~
9898 $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'
9899
9900 # Both c and cxx compiler support -rpath directly
9901 hardcode_libdir_flag_spec='-rpath $libdir'
9902 fi
9903 archive_cmds_need_lc='no'
9904 hardcode_libdir_separator=:
9905 ;;
9906
9907 solaris*)
9908 no_undefined_flag=' -z defs'
9909 if test "$GCC" = yes; then
9910 wlarc='${wl}'
9911 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9912 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9913 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9914 else
9915 case `$CC -V 2>&1` in
9916 *"Compilers 5.0"*)
9917 wlarc=''
9918 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9919 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9920 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9921 ;;
9922 *)
9923 wlarc='${wl}'
9924 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9925 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9926 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9927 ;;
9928 esac
9929 fi
9930 hardcode_libdir_flag_spec='-R$libdir'
9931 hardcode_shlibpath_var=no
9932 case $host_os in
9933 solaris2.[0-5] | solaris2.[0-5].*) ;;
9934 *)
9935 # The compiler driver will combine and reorder linker options,
9936 # but understands `-z linker_flag'. GCC discards it without `$wl',
9937 # but is careful enough not to reorder.
9938 # Supported since Solaris 2.6 (maybe 2.5.1?)
9939 if test "$GCC" = yes; then
9940 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9941 else
9942 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9943 fi
9944 ;;
9945 esac
9946 link_all_deplibs=yes
9947 ;;
9948
9949 sunos4*)
9950 if test "x$host_vendor" = xsequent; then
9951 # Use $CC to link under sequent, because it throws in some extra .o
9952 # files that make .init and .fini sections work.
9953 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9954 else
9955 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9956 fi
9957 hardcode_libdir_flag_spec='-L$libdir'
9958 hardcode_direct=yes
9959 hardcode_minus_L=yes
9960 hardcode_shlibpath_var=no
9961 ;;
9962
9963 sysv4)
9964 case $host_vendor in
9965 sni)
9966 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9967 hardcode_direct=yes # is this really true???
9968 ;;
9969 siemens)
9970 ## LD is ld it makes a PLAMLIB
9971 ## CC just makes a GrossModule.
9972 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9973 reload_cmds='$CC -r -o $output$reload_objs'
9974 hardcode_direct=no
9975 ;;
9976 motorola)
9977 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9978 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9979 ;;
9980 esac
9981 runpath_var='LD_RUN_PATH'
9982 hardcode_shlibpath_var=no
9983 ;;
9984
9985 sysv4.3*)
9986 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9987 hardcode_shlibpath_var=no
9988 export_dynamic_flag_spec='-Bexport'
9989 ;;
9990
9991 sysv4*MP*)
9992 if test -d /usr/nec; then
9993 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9994 hardcode_shlibpath_var=no
9995 runpath_var=LD_RUN_PATH
9996 hardcode_runpath_var=yes
9997 ld_shlibs=yes
9998 fi
9999 ;;
10000
10001 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10002 no_undefined_flag='${wl}-z,text'
10003 archive_cmds_need_lc=no
10004 hardcode_shlibpath_var=no
10005 runpath_var='LD_RUN_PATH'
10006
10007 if test "$GCC" = yes; then
10008 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10009 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10010 else
10011 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10012 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10013 fi
10014 ;;
10015
10016 sysv5* | sco3.2v5* | sco5v6*)
10017 # Note: We can NOT use -z defs as we might desire, because we do not
10018 # link with -lc, and that would cause any symbols used from libc to
10019 # always be unresolved, which means just about no library would
10020 # ever link correctly. If we're not using GNU ld we use -z text
10021 # though, which does catch some bad symbols but isn't as heavy-handed
10022 # as -z defs.
10023 no_undefined_flag='${wl}-z,text'
10024 allow_undefined_flag='${wl}-z,nodefs'
10025 archive_cmds_need_lc=no
10026 hardcode_shlibpath_var=no
10027 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10028 hardcode_libdir_separator=':'
10029 link_all_deplibs=yes
10030 export_dynamic_flag_spec='${wl}-Bexport'
10031 runpath_var='LD_RUN_PATH'
10032
10033 if test "$GCC" = yes; then
10034 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10035 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10036 else
10037 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10038 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10039 fi
10040 ;;
10041
10042 uts4*)
10043 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10044 hardcode_libdir_flag_spec='-L$libdir'
10045 hardcode_shlibpath_var=no
10046 ;;
10047
10048 *)
10049 ld_shlibs=no
10050 ;;
10051 esac
10052
10053 if test x$host_vendor = xsni; then
10054 case $host in
10055 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10056 export_dynamic_flag_spec='${wl}-Blargedynsym'
10057 ;;
10058 esac
10059 fi
10060 fi
10061
10062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10063$as_echo "$ld_shlibs" >&6; }
10064test "$ld_shlibs" = no && can_build_shared=no
10065
10066with_gnu_ld=$with_gnu_ld
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082#
10083# Do we need to explicitly link libc?
10084#
10085case "x$archive_cmds_need_lc" in
10086x|xyes)
10087 # Assume -lc should be added
10088 archive_cmds_need_lc=yes
10089
10090 if test "$enable_shared" = yes && test "$GCC" = yes; then
10091 case $archive_cmds in
10092 *'~'*)
10093 # FIXME: we may have to deal with multi-command sequences.
10094 ;;
10095 '$CC '*)
10096 # Test whether the compiler implicitly links with -lc since on some
10097 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10098 # to ld, don't add -lc before -lgcc.
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10100$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10101if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10102 $as_echo_n "(cached) " >&6
10103else
10104 $RM conftest*
10105 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10106
10107 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10108 (eval $ac_compile) 2>&5
10109 ac_status=$?
10110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10111 test $ac_status = 0; } 2>conftest.err; then
10112 soname=conftest
10113 lib=conftest
10114 libobjs=conftest.$ac_objext
10115 deplibs=
10116 wl=$lt_prog_compiler_wl
10117 pic_flag=$lt_prog_compiler_pic
10118 compiler_flags=-v
10119 linker_flags=-v
10120 verstring=
10121 output_objdir=.
10122 libname=conftest
10123 lt_save_allow_undefined_flag=$allow_undefined_flag
10124 allow_undefined_flag=
10125 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10126 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10127 ac_status=$?
10128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10129 test $ac_status = 0; }
10130 then
10131 lt_cv_archive_cmds_need_lc=no
10132 else
10133 lt_cv_archive_cmds_need_lc=yes
10134 fi
10135 allow_undefined_flag=$lt_save_allow_undefined_flag
10136 else
10137 cat conftest.err 1>&5
10138 fi
10139 $RM conftest*
10140
10141fi
10142{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10143$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10144 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10145 ;;
10146 esac
10147 fi
10148 ;;
10149esac
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10308$as_echo_n "checking dynamic linker characteristics... " >&6; }
10309
10310if test "$GCC" = yes; then
10311 case $host_os in
10312 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10313 *) lt_awk_arg="/^libraries:/" ;;
10314 esac
10315 case $host_os in
10316 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10317 *) lt_sed_strip_eq="s,=/,/,g" ;;
10318 esac
10319 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10320 case $lt_search_path_spec in
10321 *\;*)
10322 # if the path contains ";" then we assume it to be the separator
10323 # otherwise default to the standard path separator (i.e. ":") - it is
10324 # assumed that no part of a normal pathname contains ";" but that should
10325 # okay in the real world where ";" in dirpaths is itself problematic.
10326 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10327 ;;
10328 *)
10329 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10330 ;;
10331 esac
10332 # Ok, now we have the path, separated by spaces, we can step through it
10333 # and add multilib dir if necessary.
10334 lt_tmp_lt_search_path_spec=
10335 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10336 for lt_sys_path in $lt_search_path_spec; do
10337 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10338 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10339 else
10340 test -d "$lt_sys_path" && \
10341 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10342 fi
10343 done
10344 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10345BEGIN {RS=" "; FS="/|\n";} {
10346 lt_foo="";
10347 lt_count=0;
10348 for (lt_i = NF; lt_i > 0; lt_i--) {
10349 if ($lt_i != "" && $lt_i != ".") {
10350 if ($lt_i == "..") {
10351 lt_count++;
10352 } else {
10353 if (lt_count == 0) {
10354 lt_foo="/" $lt_i lt_foo;
10355 } else {
10356 lt_count--;
10357 }
10358 }
10359 }
10360 }
10361 if (lt_foo != "") { lt_freq[lt_foo]++; }
10362 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10363}'`
10364 # AWK program above erroneously prepends '/' to C:/dos/paths
10365 # for these hosts.
10366 case $host_os in
10367 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10368 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10369 esac
10370 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10371else
10372 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10373fi
10374library_names_spec=
10375libname_spec='lib$name'
10376soname_spec=
10377shrext_cmds=".so"
10378postinstall_cmds=
10379postuninstall_cmds=
10380finish_cmds=
10381finish_eval=
10382shlibpath_var=
10383shlibpath_overrides_runpath=unknown
10384version_type=none
10385dynamic_linker="$host_os ld.so"
10386sys_lib_dlsearch_path_spec="/lib /usr/lib"
10387need_lib_prefix=unknown
10388hardcode_into_libs=no
10389
10390# when you set need_version to no, make sure it does not cause -set_version
10391# flags to be left without arguments
10392need_version=unknown
10393
10394case $host_os in
10395aix3*)
10396 version_type=linux
10397 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10398 shlibpath_var=LIBPATH
10399
10400 # AIX 3 has no versioning support, so we append a major version to the name.
10401 soname_spec='${libname}${release}${shared_ext}$major'
10402 ;;
10403
10404aix[4-9]*)
10405 version_type=linux
10406 need_lib_prefix=no
10407 need_version=no
10408 hardcode_into_libs=yes
10409 if test "$host_cpu" = ia64; then
10410 # AIX 5 supports IA64
10411 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10412 shlibpath_var=LD_LIBRARY_PATH
10413 else
10414 # With GCC up to 2.95.x, collect2 would create an import file
10415 # for dependence libraries. The import file would start with
10416 # the line `#! .'. This would cause the generated library to
10417 # depend on `.', always an invalid library. This was fixed in
10418 # development snapshots of GCC prior to 3.0.
10419 case $host_os in
10420 aix4 | aix4.[01] | aix4.[01].*)
10421 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10422 echo ' yes '
10423 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10424 :
10425 else
10426 can_build_shared=no
10427 fi
10428 ;;
10429 esac
10430 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10431 # soname into executable. Probably we can add versioning support to
10432 # collect2, so additional links can be useful in future.
10433 if test "$aix_use_runtimelinking" = yes; then
10434 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10435 # instead of lib<name>.a to let people know that these are not
10436 # typical AIX shared libraries.
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10438 else
10439 # We preserve .a as extension for shared libraries through AIX4.2
10440 # and later when we are not doing run time linking.
10441 library_names_spec='${libname}${release}.a $libname.a'
10442 soname_spec='${libname}${release}${shared_ext}$major'
10443 fi
10444 shlibpath_var=LIBPATH
10445 fi
10446 ;;
10447
10448amigaos*)
10449 case $host_cpu in
10450 powerpc)
10451 # Since July 2007 AmigaOS4 officially supports .so libraries.
10452 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10453 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10454 ;;
10455 m68k)
10456 library_names_spec='$libname.ixlibrary $libname.a'
10457 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10458 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'
10459 ;;
10460 esac
10461 ;;
10462
10463beos*)
10464 library_names_spec='${libname}${shared_ext}'
10465 dynamic_linker="$host_os ld.so"
10466 shlibpath_var=LIBRARY_PATH
10467 ;;
10468
10469bsdi[45]*)
10470 version_type=linux
10471 need_version=no
10472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10473 soname_spec='${libname}${release}${shared_ext}$major'
10474 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10475 shlibpath_var=LD_LIBRARY_PATH
10476 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10477 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10478 # the default ld.so.conf also contains /usr/contrib/lib and
10479 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10480 # libtool to hard-code these into programs
10481 ;;
10482
10483cygwin* | mingw* | pw32* | cegcc*)
10484 version_type=windows
10485 shrext_cmds=".dll"
10486 need_version=no
10487 need_lib_prefix=no
10488
10489 case $GCC,$host_os in
10490 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10491 library_names_spec='$libname.dll.a'
10492 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10493 postinstall_cmds='base_file=`basename \${file}`~
10494 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10495 dldir=$destdir/`dirname \$dlpath`~
10496 test -d \$dldir || mkdir -p \$dldir~
10497 $install_prog $dir/$dlname \$dldir/$dlname~
10498 chmod a+x \$dldir/$dlname~
10499 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10500 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10501 fi'
10502 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10503 dlpath=$dir/\$dldll~
10504 $RM \$dlpath'
10505 shlibpath_overrides_runpath=yes
10506
10507 case $host_os in
10508 cygwin*)
10509 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10510 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10511
10512 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10513 ;;
10514 mingw* | cegcc*)
10515 # MinGW DLLs use traditional 'lib' prefix
10516 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10517 ;;
10518 pw32*)
10519 # pw32 DLLs use 'pw' prefix rather than 'lib'
10520 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10521 ;;
10522 esac
10523 ;;
10524
10525 *)
10526 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10527 ;;
10528 esac
10529 dynamic_linker='Win32 ld.exe'
10530 # FIXME: first we should search . and the directory the executable is in
10531 shlibpath_var=PATH
10532 ;;
10533
10534darwin* | rhapsody*)
10535 dynamic_linker="$host_os dyld"
10536 version_type=darwin
10537 need_lib_prefix=no
10538 need_version=no
10539 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10540 soname_spec='${libname}${release}${major}$shared_ext'
10541 shlibpath_overrides_runpath=yes
10542 shlibpath_var=DYLD_LIBRARY_PATH
10543 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10544
10545 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10546 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10547 ;;
10548
10549dgux*)
10550 version_type=linux
10551 need_lib_prefix=no
10552 need_version=no
10553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10554 soname_spec='${libname}${release}${shared_ext}$major'
10555 shlibpath_var=LD_LIBRARY_PATH
10556 ;;
10557
10558freebsd* | dragonfly*)
10559 # DragonFly does not have aout. When/if they implement a new
10560 # versioning mechanism, adjust this.
10561 if test -x /usr/bin/objformat; then
10562 objformat=`/usr/bin/objformat`
10563 else
10564 case $host_os in
10565 freebsd[23].*) objformat=aout ;;
10566 *) objformat=elf ;;
10567 esac
10568 fi
10569 version_type=freebsd-$objformat
10570 case $version_type in
10571 freebsd-elf*)
10572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10573 need_version=no
10574 need_lib_prefix=no
10575 ;;
10576 freebsd-*)
10577 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10578 need_version=yes
10579 ;;
10580 esac
10581 shlibpath_var=LD_LIBRARY_PATH
10582 case $host_os in
10583 freebsd2.*)
10584 shlibpath_overrides_runpath=yes
10585 ;;
10586 freebsd3.[01]* | freebsdelf3.[01]*)
10587 shlibpath_overrides_runpath=yes
10588 hardcode_into_libs=yes
10589 ;;
10590 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10591 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10592 shlibpath_overrides_runpath=no
10593 hardcode_into_libs=yes
10594 ;;
10595 *) # from 4.6 on, and DragonFly
10596 shlibpath_overrides_runpath=yes
10597 hardcode_into_libs=yes
10598 ;;
10599 esac
10600 ;;
10601
10602gnu*)
10603 version_type=linux
10604 need_lib_prefix=no
10605 need_version=no
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 shlibpath_var=LD_LIBRARY_PATH
10609 hardcode_into_libs=yes
10610 ;;
10611
10612haiku*)
10613 version_type=linux
10614 need_lib_prefix=no
10615 need_version=no
10616 dynamic_linker="$host_os runtime_loader"
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 shlibpath_var=LIBRARY_PATH
10620 shlibpath_overrides_runpath=yes
10621 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10622 hardcode_into_libs=yes
10623 ;;
10624
10625hpux9* | hpux10* | hpux11*)
10626 # Give a soname corresponding to the major version so that dld.sl refuses to
10627 # link against other versions.
10628 version_type=sunos
10629 need_lib_prefix=no
10630 need_version=no
10631 case $host_cpu in
10632 ia64*)
10633 shrext_cmds='.so'
10634 hardcode_into_libs=yes
10635 dynamic_linker="$host_os dld.so"
10636 shlibpath_var=LD_LIBRARY_PATH
10637 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10639 soname_spec='${libname}${release}${shared_ext}$major'
10640 if test "X$HPUX_IA64_MODE" = X32; then
10641 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10642 else
10643 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10644 fi
10645 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10646 ;;
10647 hppa*64*)
10648 shrext_cmds='.sl'
10649 hardcode_into_libs=yes
10650 dynamic_linker="$host_os dld.sl"
10651 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10652 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10653 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10654 soname_spec='${libname}${release}${shared_ext}$major'
10655 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10656 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10657 ;;
10658 *)
10659 shrext_cmds='.sl'
10660 dynamic_linker="$host_os dld.sl"
10661 shlibpath_var=SHLIB_PATH
10662 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10664 soname_spec='${libname}${release}${shared_ext}$major'
10665 ;;
10666 esac
10667 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10668 postinstall_cmds='chmod 555 $lib'
10669 # or fails outright, so override atomically:
10670 install_override_mode=555
10671 ;;
10672
10673interix[3-9]*)
10674 version_type=linux
10675 need_lib_prefix=no
10676 need_version=no
10677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10678 soname_spec='${libname}${release}${shared_ext}$major'
10679 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10680 shlibpath_var=LD_LIBRARY_PATH
10681 shlibpath_overrides_runpath=no
10682 hardcode_into_libs=yes
10683 ;;
10684
10685irix5* | irix6* | nonstopux*)
10686 case $host_os in
10687 nonstopux*) version_type=nonstopux ;;
10688 *)
10689 if test "$lt_cv_prog_gnu_ld" = yes; then
10690 version_type=linux
10691 else
10692 version_type=irix
10693 fi ;;
10694 esac
10695 need_lib_prefix=no
10696 need_version=no
10697 soname_spec='${libname}${release}${shared_ext}$major'
10698 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10699 case $host_os in
10700 irix5* | nonstopux*)
10701 libsuff= shlibsuff=
10702 ;;
10703 *)
10704 case $LD in # libtool.m4 will add one of these switches to LD
10705 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10706 libsuff= shlibsuff= libmagic=32-bit;;
10707 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10708 libsuff=32 shlibsuff=N32 libmagic=N32;;
10709 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10710 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10711 *) libsuff= shlibsuff= libmagic=never-match;;
10712 esac
10713 ;;
10714 esac
10715 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10716 shlibpath_overrides_runpath=no
10717 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10718 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10719 hardcode_into_libs=yes
10720 ;;
10721
10722# No shared lib support for Linux oldld, aout, or coff.
10723linux*oldld* | linux*aout* | linux*coff*)
10724 dynamic_linker=no
10725 ;;
10726
10727# This must be Linux ELF.
10728linux* | k*bsd*-gnu | kopensolaris*-gnu)
10729 version_type=linux
10730 need_lib_prefix=no
10731 need_version=no
10732 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10733 soname_spec='${libname}${release}${shared_ext}$major'
10734 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10735 shlibpath_var=LD_LIBRARY_PATH
10736 shlibpath_overrides_runpath=no
10737
10738 # Some binutils ld are patched to set DT_RUNPATH
10739 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10740 $as_echo_n "(cached) " >&6
10741else
10742 lt_cv_shlibpath_overrides_runpath=no
10743 save_LDFLAGS=$LDFLAGS
10744 save_libdir=$libdir
10745 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10746 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10748/* end confdefs.h. */
10749
10750int
10751main ()
10752{
10753
10754 ;
10755 return 0;
10756}
10757_ACEOF
10758if ac_fn_c_try_link "$LINENO"; then :
10759 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10760 lt_cv_shlibpath_overrides_runpath=yes
10761fi
10762fi
10763rm -f core conftest.err conftest.$ac_objext \
10764 conftest$ac_exeext conftest.$ac_ext
10765 LDFLAGS=$save_LDFLAGS
10766 libdir=$save_libdir
10767
10768fi
10769
10770 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10771
10772 # This implies no fast_install, which is unacceptable.
10773 # Some rework will be needed to allow for fast_install
10774 # before this can be enabled.
10775 hardcode_into_libs=yes
10776
10777 # Append ld.so.conf contents to the search path
10778 if test -f /etc/ld.so.conf; then
10779 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' ' '`
10780 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10781 fi
10782
10783 # We used to test for /lib/ld.so.1 and disable shared libraries on
10784 # powerpc, because MkLinux only supported shared libraries with the
10785 # GNU dynamic linker. Since this was broken with cross compilers,
10786 # most powerpc-linux boxes support dynamic linking these days and
10787 # people can always --disable-shared, the test was removed, and we
10788 # assume the GNU/Linux dynamic linker is in use.
10789 dynamic_linker='GNU/Linux ld.so'
10790 ;;
10791
10792netbsd*)
10793 version_type=sunos
10794 need_lib_prefix=no
10795 need_version=no
10796 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10797 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10798 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10799 dynamic_linker='NetBSD (a.out) ld.so'
10800 else
10801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10802 soname_spec='${libname}${release}${shared_ext}$major'
10803 dynamic_linker='NetBSD ld.elf_so'
10804 fi
10805 shlibpath_var=LD_LIBRARY_PATH
10806 shlibpath_overrides_runpath=yes
10807 hardcode_into_libs=yes
10808 ;;
10809
10810newsos6)
10811 version_type=linux
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10813 shlibpath_var=LD_LIBRARY_PATH
10814 shlibpath_overrides_runpath=yes
10815 ;;
10816
10817*nto* | *qnx*)
10818 version_type=qnx
10819 need_lib_prefix=no
10820 need_version=no
10821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10822 soname_spec='${libname}${release}${shared_ext}$major'
10823 shlibpath_var=LD_LIBRARY_PATH
10824 shlibpath_overrides_runpath=no
10825 hardcode_into_libs=yes
10826 dynamic_linker='ldqnx.so'
10827 ;;
10828
10829openbsd*)
10830 version_type=sunos
10831 sys_lib_dlsearch_path_spec="/usr/lib"
10832 need_lib_prefix=no
10833 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10834 case $host_os in
10835 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10836 *) need_version=no ;;
10837 esac
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10839 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10840 shlibpath_var=LD_LIBRARY_PATH
10841 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10842 case $host_os in
10843 openbsd2.[89] | openbsd2.[89].*)
10844 shlibpath_overrides_runpath=no
10845 ;;
10846 *)
10847 shlibpath_overrides_runpath=yes
10848 ;;
10849 esac
10850 else
10851 shlibpath_overrides_runpath=yes
10852 fi
10853 ;;
10854
10855os2*)
10856 libname_spec='$name'
10857 shrext_cmds=".dll"
10858 need_lib_prefix=no
10859 library_names_spec='$libname${shared_ext} $libname.a'
10860 dynamic_linker='OS/2 ld.exe'
10861 shlibpath_var=LIBPATH
10862 ;;
10863
10864osf3* | osf4* | osf5*)
10865 version_type=osf
10866 need_lib_prefix=no
10867 need_version=no
10868 soname_spec='${libname}${release}${shared_ext}$major'
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10870 shlibpath_var=LD_LIBRARY_PATH
10871 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10872 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10873 ;;
10874
10875rdos*)
10876 dynamic_linker=no
10877 ;;
10878
10879solaris*)
10880 version_type=linux
10881 need_lib_prefix=no
10882 need_version=no
10883 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10884 soname_spec='${libname}${release}${shared_ext}$major'
10885 shlibpath_var=LD_LIBRARY_PATH
10886 shlibpath_overrides_runpath=yes
10887 hardcode_into_libs=yes
10888 # ldd complains unless libraries are executable
10889 postinstall_cmds='chmod +x $lib'
10890 ;;
10891
10892sunos4*)
10893 version_type=sunos
10894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10895 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10896 shlibpath_var=LD_LIBRARY_PATH
10897 shlibpath_overrides_runpath=yes
10898 if test "$with_gnu_ld" = yes; then
10899 need_lib_prefix=no
10900 fi
10901 need_version=yes
10902 ;;
10903
10904sysv4 | sysv4.3*)
10905 version_type=linux
10906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10907 soname_spec='${libname}${release}${shared_ext}$major'
10908 shlibpath_var=LD_LIBRARY_PATH
10909 case $host_vendor in
10910 sni)
10911 shlibpath_overrides_runpath=no
10912 need_lib_prefix=no
10913 runpath_var=LD_RUN_PATH
10914 ;;
10915 siemens)
10916 need_lib_prefix=no
10917 ;;
10918 motorola)
10919 need_lib_prefix=no
10920 need_version=no
10921 shlibpath_overrides_runpath=no
10922 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10923 ;;
10924 esac
10925 ;;
10926
10927sysv4*MP*)
10928 if test -d /usr/nec ;then
10929 version_type=linux
10930 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10931 soname_spec='$libname${shared_ext}.$major'
10932 shlibpath_var=LD_LIBRARY_PATH
10933 fi
10934 ;;
10935
10936sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10937 version_type=freebsd-elf
10938 need_lib_prefix=no
10939 need_version=no
10940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10941 soname_spec='${libname}${release}${shared_ext}$major'
10942 shlibpath_var=LD_LIBRARY_PATH
10943 shlibpath_overrides_runpath=yes
10944 hardcode_into_libs=yes
10945 if test "$with_gnu_ld" = yes; then
10946 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10947 else
10948 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10949 case $host_os in
10950 sco3.2v5*)
10951 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10952 ;;
10953 esac
10954 fi
10955 sys_lib_dlsearch_path_spec='/usr/lib'
10956 ;;
10957
10958tpf*)
10959 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10960 version_type=linux
10961 need_lib_prefix=no
10962 need_version=no
10963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10964 shlibpath_var=LD_LIBRARY_PATH
10965 shlibpath_overrides_runpath=no
10966 hardcode_into_libs=yes
10967 ;;
10968
10969uts4*)
10970 version_type=linux
10971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10972 soname_spec='${libname}${release}${shared_ext}$major'
10973 shlibpath_var=LD_LIBRARY_PATH
10974 ;;
10975
10976*)
10977 dynamic_linker=no
10978 ;;
10979esac
10980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10981$as_echo "$dynamic_linker" >&6; }
10982test "$dynamic_linker" = no && can_build_shared=no
10983
10984variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10985if test "$GCC" = yes; then
10986 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10987fi
10988
10989if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10990 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10991fi
10992if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10993 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10994fi
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11088$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11089hardcode_action=
11090if test -n "$hardcode_libdir_flag_spec" ||
11091 test -n "$runpath_var" ||
11092 test "X$hardcode_automatic" = "Xyes" ; then
11093
11094 # We can hardcode non-existent directories.
11095 if test "$hardcode_direct" != no &&
11096 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11097 # have to relink, otherwise we might link with an installed library
11098 # when we should be linking with a yet-to-be-installed one
11099 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11100 test "$hardcode_minus_L" != no; then
11101 # Linking always hardcodes the temporary library directory.
11102 hardcode_action=relink
11103 else
11104 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11105 hardcode_action=immediate
11106 fi
11107else
11108 # We cannot hardcode anything, or else we can only hardcode existing
11109 # directories.
11110 hardcode_action=unsupported
11111fi
11112{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11113$as_echo "$hardcode_action" >&6; }
11114
11115if test "$hardcode_action" = relink ||
11116 test "$inherit_rpath" = yes; then
11117 # Fast installation is not supported
11118 enable_fast_install=no
11119elif test "$shlibpath_overrides_runpath" = yes ||
11120 test "$enable_shared" = no; then
11121 # Fast installation is not necessary
11122 enable_fast_install=needless
11123fi
11124
11125
11126
11127
11128
11129
11130 if test "x$enable_dlopen" != xyes; then
11131 enable_dlopen=unknown
11132 enable_dlopen_self=unknown
11133 enable_dlopen_self_static=unknown
11134else
11135 lt_cv_dlopen=no
11136 lt_cv_dlopen_libs=
11137
11138 case $host_os in
11139 beos*)
11140 lt_cv_dlopen="load_add_on"
11141 lt_cv_dlopen_libs=
11142 lt_cv_dlopen_self=yes
11143 ;;
11144
11145 mingw* | pw32* | cegcc*)
11146 lt_cv_dlopen="LoadLibrary"
11147 lt_cv_dlopen_libs=
11148 ;;
11149
11150 cygwin*)
11151 lt_cv_dlopen="dlopen"
11152 lt_cv_dlopen_libs=
11153 ;;
11154
11155 darwin*)
11156 # if libdl is installed we need to link against it
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11158$as_echo_n "checking for dlopen in -ldl... " >&6; }
11159if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11160 $as_echo_n "(cached) " >&6
11161else
11162 ac_check_lib_save_LIBS=$LIBS
11163LIBS="-ldl $LIBS"
11164cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11165/* end confdefs.h. */
11166
11167/* Override any GCC internal prototype to avoid an error.
11168 Use char because int might match the return type of a GCC
11169 builtin and then its argument prototype would still apply. */
11170#ifdef __cplusplus
11171extern "C"
11172#endif
11173char dlopen ();
11174int
11175main ()
11176{
11177return dlopen ();
11178 ;
11179 return 0;
11180}
11181_ACEOF
11182if ac_fn_c_try_link "$LINENO"; then :
11183 ac_cv_lib_dl_dlopen=yes
11184else
11185 ac_cv_lib_dl_dlopen=no
11186fi
11187rm -f core conftest.err conftest.$ac_objext \
11188 conftest$ac_exeext conftest.$ac_ext
11189LIBS=$ac_check_lib_save_LIBS
11190fi
11191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11192$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11193if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11194 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11195else
11196
11197 lt_cv_dlopen="dyld"
11198 lt_cv_dlopen_libs=
11199 lt_cv_dlopen_self=yes
11200
11201fi
11202
11203 ;;
11204
11205 *)
11206 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11207if test "x$ac_cv_func_shl_load" = x""yes; then :
11208 lt_cv_dlopen="shl_load"
11209else
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11211$as_echo_n "checking for shl_load in -ldld... " >&6; }
11212if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11213 $as_echo_n "(cached) " >&6
11214else
11215 ac_check_lib_save_LIBS=$LIBS
11216LIBS="-ldld $LIBS"
11217cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11218/* end confdefs.h. */
11219
11220/* Override any GCC internal prototype to avoid an error.
11221 Use char because int might match the return type of a GCC
11222 builtin and then its argument prototype would still apply. */
11223#ifdef __cplusplus
11224extern "C"
11225#endif
11226char shl_load ();
11227int
11228main ()
11229{
11230return shl_load ();
11231 ;
11232 return 0;
11233}
11234_ACEOF
11235if ac_fn_c_try_link "$LINENO"; then :
11236 ac_cv_lib_dld_shl_load=yes
11237else
11238 ac_cv_lib_dld_shl_load=no
11239fi
11240rm -f core conftest.err conftest.$ac_objext \
11241 conftest$ac_exeext conftest.$ac_ext
11242LIBS=$ac_check_lib_save_LIBS
11243fi
11244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11245$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11246if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11247 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11248else
11249 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11250if test "x$ac_cv_func_dlopen" = x""yes; then :
11251 lt_cv_dlopen="dlopen"
11252else
11253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11254$as_echo_n "checking for dlopen in -ldl... " >&6; }
11255if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11256 $as_echo_n "(cached) " >&6
11257else
11258 ac_check_lib_save_LIBS=$LIBS
11259LIBS="-ldl $LIBS"
11260cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11261/* end confdefs.h. */
11262
11263/* Override any GCC internal prototype to avoid an error.
11264 Use char because int might match the return type of a GCC
11265 builtin and then its argument prototype would still apply. */
11266#ifdef __cplusplus
11267extern "C"
11268#endif
11269char dlopen ();
11270int
11271main ()
11272{
11273return dlopen ();
11274 ;
11275 return 0;
11276}
11277_ACEOF
11278if ac_fn_c_try_link "$LINENO"; then :
11279 ac_cv_lib_dl_dlopen=yes
11280else
11281 ac_cv_lib_dl_dlopen=no
11282fi
11283rm -f core conftest.err conftest.$ac_objext \
11284 conftest$ac_exeext conftest.$ac_ext
11285LIBS=$ac_check_lib_save_LIBS
11286fi
11287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11288$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11289if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11290 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11291else
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11293$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11294if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11295 $as_echo_n "(cached) " >&6
11296else
11297 ac_check_lib_save_LIBS=$LIBS
11298LIBS="-lsvld $LIBS"
11299cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11300/* end confdefs.h. */
11301
11302/* Override any GCC internal prototype to avoid an error.
11303 Use char because int might match the return type of a GCC
11304 builtin and then its argument prototype would still apply. */
11305#ifdef __cplusplus
11306extern "C"
11307#endif
11308char dlopen ();
11309int
11310main ()
11311{
11312return dlopen ();
11313 ;
11314 return 0;
11315}
11316_ACEOF
11317if ac_fn_c_try_link "$LINENO"; then :
11318 ac_cv_lib_svld_dlopen=yes
11319else
11320 ac_cv_lib_svld_dlopen=no
11321fi
11322rm -f core conftest.err conftest.$ac_objext \
11323 conftest$ac_exeext conftest.$ac_ext
11324LIBS=$ac_check_lib_save_LIBS
11325fi
11326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11327$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11328if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11329 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11330else
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11332$as_echo_n "checking for dld_link in -ldld... " >&6; }
11333if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11334 $as_echo_n "(cached) " >&6
11335else
11336 ac_check_lib_save_LIBS=$LIBS
11337LIBS="-ldld $LIBS"
11338cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11339/* end confdefs.h. */
11340
11341/* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344#ifdef __cplusplus
11345extern "C"
11346#endif
11347char dld_link ();
11348int
11349main ()
11350{
11351return dld_link ();
11352 ;
11353 return 0;
11354}
11355_ACEOF
11356if ac_fn_c_try_link "$LINENO"; then :
11357 ac_cv_lib_dld_dld_link=yes
11358else
11359 ac_cv_lib_dld_dld_link=no
11360fi
11361rm -f core conftest.err conftest.$ac_objext \
11362 conftest$ac_exeext conftest.$ac_ext
11363LIBS=$ac_check_lib_save_LIBS
11364fi
11365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11366$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11367if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11368 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11369fi
11370
11371
11372fi
11373
11374
11375fi
11376
11377
11378fi
11379
11380
11381fi
11382
11383
11384fi
11385
11386 ;;
11387 esac
11388
11389 if test "x$lt_cv_dlopen" != xno; then
11390 enable_dlopen=yes
11391 else
11392 enable_dlopen=no
11393 fi
11394
11395 case $lt_cv_dlopen in
11396 dlopen)
11397 save_CPPFLAGS="$CPPFLAGS"
11398 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11399
11400 save_LDFLAGS="$LDFLAGS"
11401 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11402
11403 save_LIBS="$LIBS"
11404 LIBS="$lt_cv_dlopen_libs $LIBS"
11405
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11407$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11408if test "${lt_cv_dlopen_self+set}" = set; then :
11409 $as_echo_n "(cached) " >&6
11410else
11411 if test "$cross_compiling" = yes; then :
11412 lt_cv_dlopen_self=cross
11413else
11414 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11415 lt_status=$lt_dlunknown
11416 cat > conftest.$ac_ext <<_LT_EOF
11417#line 11417 "configure"
11418#include "confdefs.h"
11419
11420#if HAVE_DLFCN_H
11421#include <dlfcn.h>
11422#endif
11423
11424#include <stdio.h>
11425
11426#ifdef RTLD_GLOBAL
11427# define LT_DLGLOBAL RTLD_GLOBAL
11428#else
11429# ifdef DL_GLOBAL
11430# define LT_DLGLOBAL DL_GLOBAL
11431# else
11432# define LT_DLGLOBAL 0
11433# endif
11434#endif
11435
11436/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11437 find out it does not work in some platform. */
11438#ifndef LT_DLLAZY_OR_NOW
11439# ifdef RTLD_LAZY
11440# define LT_DLLAZY_OR_NOW RTLD_LAZY
11441# else
11442# ifdef DL_LAZY
11443# define LT_DLLAZY_OR_NOW DL_LAZY
11444# else
11445# ifdef RTLD_NOW
11446# define LT_DLLAZY_OR_NOW RTLD_NOW
11447# else
11448# ifdef DL_NOW
11449# define LT_DLLAZY_OR_NOW DL_NOW
11450# else
11451# define LT_DLLAZY_OR_NOW 0
11452# endif
11453# endif
11454# endif
11455# endif
11456#endif
11457
11458/* When -fvisbility=hidden is used, assume the code has been annotated
11459 correspondingly for the symbols needed. */
11460#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11461void fnord () __attribute__((visibility("default")));
11462#endif
11463
11464void fnord () { int i=42; }
11465int main ()
11466{
11467 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11468 int status = $lt_dlunknown;
11469
11470 if (self)
11471 {
11472 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11473 else
11474 {
11475 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11476 else puts (dlerror ());
11477 }
11478 /* dlclose (self); */
11479 }
11480 else
11481 puts (dlerror ());
11482
11483 return status;
11484}
11485_LT_EOF
11486 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11487 (eval $ac_link) 2>&5
11488 ac_status=$?
11489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11490 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11491 (./conftest; exit; ) >&5 2>/dev/null
11492 lt_status=$?
11493 case x$lt_status in
11494 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11495 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11496 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11497 esac
11498 else :
11499 # compilation failed
11500 lt_cv_dlopen_self=no
11501 fi
11502fi
11503rm -fr conftest*
11504
11505
11506fi
11507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11508$as_echo "$lt_cv_dlopen_self" >&6; }
11509
11510 if test "x$lt_cv_dlopen_self" = xyes; then
11511 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11513$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11514if test "${lt_cv_dlopen_self_static+set}" = set; then :
11515 $as_echo_n "(cached) " >&6
11516else
11517 if test "$cross_compiling" = yes; then :
11518 lt_cv_dlopen_self_static=cross
11519else
11520 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11521 lt_status=$lt_dlunknown
11522 cat > conftest.$ac_ext <<_LT_EOF
11523#line 11523 "configure"
11524#include "confdefs.h"
11525
11526#if HAVE_DLFCN_H
11527#include <dlfcn.h>
11528#endif
11529
11530#include <stdio.h>
11531
11532#ifdef RTLD_GLOBAL
11533# define LT_DLGLOBAL RTLD_GLOBAL
11534#else
11535# ifdef DL_GLOBAL
11536# define LT_DLGLOBAL DL_GLOBAL
11537# else
11538# define LT_DLGLOBAL 0
11539# endif
11540#endif
11541
11542/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11543 find out it does not work in some platform. */
11544#ifndef LT_DLLAZY_OR_NOW
11545# ifdef RTLD_LAZY
11546# define LT_DLLAZY_OR_NOW RTLD_LAZY
11547# else
11548# ifdef DL_LAZY
11549# define LT_DLLAZY_OR_NOW DL_LAZY
11550# else
11551# ifdef RTLD_NOW
11552# define LT_DLLAZY_OR_NOW RTLD_NOW
11553# else
11554# ifdef DL_NOW
11555# define LT_DLLAZY_OR_NOW DL_NOW
11556# else
11557# define LT_DLLAZY_OR_NOW 0
11558# endif
11559# endif
11560# endif
11561# endif
11562#endif
11563
11564/* When -fvisbility=hidden is used, assume the code has been annotated
11565 correspondingly for the symbols needed. */
11566#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11567void fnord () __attribute__((visibility("default")));
11568#endif
11569
11570void fnord () { int i=42; }
11571int main ()
11572{
11573 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11574 int status = $lt_dlunknown;
11575
11576 if (self)
11577 {
11578 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11579 else
11580 {
11581 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11582 else puts (dlerror ());
11583 }
11584 /* dlclose (self); */
11585 }
11586 else
11587 puts (dlerror ());
11588
11589 return status;
11590}
11591_LT_EOF
11592 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11593 (eval $ac_link) 2>&5
11594 ac_status=$?
11595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11596 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11597 (./conftest; exit; ) >&5 2>/dev/null
11598 lt_status=$?
11599 case x$lt_status in
11600 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11601 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11602 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11603 esac
11604 else :
11605 # compilation failed
11606 lt_cv_dlopen_self_static=no
11607 fi
11608fi
11609rm -fr conftest*
11610
11611
11612fi
11613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11614$as_echo "$lt_cv_dlopen_self_static" >&6; }
11615 fi
11616
11617 CPPFLAGS="$save_CPPFLAGS"
11618 LDFLAGS="$save_LDFLAGS"
11619 LIBS="$save_LIBS"
11620 ;;
11621 esac
11622
11623 case $lt_cv_dlopen_self in
11624 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11625 *) enable_dlopen_self=unknown ;;
11626 esac
11627
11628 case $lt_cv_dlopen_self_static in
11629 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11630 *) enable_dlopen_self_static=unknown ;;
11631 esac
11632fi
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650striplib=
11651old_striplib=
11652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11653$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11654if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11655 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11656 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11658$as_echo "yes" >&6; }
11659else
11660# FIXME - insert some real tests, host_os isn't really good enough
11661 case $host_os in
11662 darwin*)
11663 if test -n "$STRIP" ; then
11664 striplib="$STRIP -x"
11665 old_striplib="$STRIP -S"
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11667$as_echo "yes" >&6; }
11668 else
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11670$as_echo "no" >&6; }
11671 fi
11672 ;;
11673 *)
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11675$as_echo "no" >&6; }
11676 ;;
11677 esac
11678fi
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691 # Report which library types will actually be built
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11693$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11695$as_echo "$can_build_shared" >&6; }
11696
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11698$as_echo_n "checking whether to build shared libraries... " >&6; }
11699 test "$can_build_shared" = "no" && enable_shared=no
11700
11701 # On AIX, shared libraries and static libraries use the same namespace, and
11702 # are all built from PIC.
11703 case $host_os in
11704 aix3*)
11705 test "$enable_shared" = yes && enable_static=no
11706 if test -n "$RANLIB"; then
11707 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11708 postinstall_cmds='$RANLIB $lib'
11709 fi
11710 ;;
11711
11712 aix[4-9]*)
11713 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11714 test "$enable_shared" = yes && enable_static=no
11715 fi
11716 ;;
11717 esac
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11719$as_echo "$enable_shared" >&6; }
11720
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11722$as_echo_n "checking whether to build static libraries... " >&6; }
11723 # Make sure either enable_shared or enable_static is yes.
11724 test "$enable_shared" = yes || enable_static=yes
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11726$as_echo "$enable_static" >&6; }
11727
11728
11729
11730
11731fi
11732ac_ext=c
11733ac_cpp='$CPP $CPPFLAGS'
11734ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11735ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11736ac_compiler_gnu=$ac_cv_c_compiler_gnu
11737
11738CC="$lt_save_CC"
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752 ac_config_commands="$ac_config_commands libtool"
11753
11754
11755
11756
11757# Only expand once:
11758
11759
11760
11761# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11762
11763# The tests for host and target for $enable_largefile require
11764# canonical names.
11765
11766
11767
11768# As the $enable_largefile decision depends on --enable-plugins we must set it
11769# even in directories otherwise not depending on the $plugins option.
11770
11771
11772# Check whether --enable-plugins was given.
11773if test "${enable_plugins+set}" = set; then :
11774 enableval=$enable_plugins; case "${enableval}" in
11775 yes | "") plugins=yes ;;
11776 no) plugins=no ;;
11777 *) plugins=yes ;;
11778 esac
11779else
11780 plugins=no
11781fi
11782
11783
11784
11785case "${host}" in
11786 sparc-*-solaris*|i[3-7]86-*-solaris*)
11787 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11788 # are mutually exclusive; and without procfs support, the bfd/ elf module
11789 # cannot provide certain routines such as elfcore_write_prpsinfo
11790 # or elfcore_write_prstatus. So unless the user explicitly requested
11791 # large-file support through the --enable-largefile switch, disable
11792 # large-file support in favor of procfs support.
11793 test "${target}" = "${host}" -a "x$plugins" = xno \
11794 && : ${enable_largefile="no"}
11795 ;;
11796esac
11797
11798# Check whether --enable-largefile was given.
11799if test "${enable_largefile+set}" = set; then :
11800 enableval=$enable_largefile;
11801fi
11802
11803if test "$enable_largefile" != no; then
11804
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11806$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11807if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11808 $as_echo_n "(cached) " >&6
11809else
11810 ac_cv_sys_largefile_CC=no
11811 if test "$GCC" != yes; then
11812 ac_save_CC=$CC
11813 while :; do
11814 # IRIX 6.2 and later do not support large files by default,
11815 # so use the C compiler's -n32 option if that helps.
11816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11817/* end confdefs.h. */
11818#include <sys/types.h>
11819 /* Check that off_t can represent 2**63 - 1 correctly.
11820 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11821 since some C++ compilers masquerading as C compilers
11822 incorrectly reject 9223372036854775807. */
11823#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11824 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11825 && LARGE_OFF_T % 2147483647 == 1)
11826 ? 1 : -1];
11827int
11828main ()
11829{
11830
11831 ;
11832 return 0;
11833}
11834_ACEOF
11835 if ac_fn_c_try_compile "$LINENO"; then :
11836 break
11837fi
11838rm -f core conftest.err conftest.$ac_objext
11839 CC="$CC -n32"
11840 if ac_fn_c_try_compile "$LINENO"; then :
11841 ac_cv_sys_largefile_CC=' -n32'; break
11842fi
11843rm -f core conftest.err conftest.$ac_objext
11844 break
11845 done
11846 CC=$ac_save_CC
11847 rm -f conftest.$ac_ext
11848 fi
11849fi
11850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11851$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11852 if test "$ac_cv_sys_largefile_CC" != no; then
11853 CC=$CC$ac_cv_sys_largefile_CC
11854 fi
11855
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11857$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11858if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11859 $as_echo_n "(cached) " >&6
11860else
11861 while :; do
11862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11863/* end confdefs.h. */
11864#include <sys/types.h>
11865 /* Check that off_t can represent 2**63 - 1 correctly.
11866 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11867 since some C++ compilers masquerading as C compilers
11868 incorrectly reject 9223372036854775807. */
11869#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11870 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11871 && LARGE_OFF_T % 2147483647 == 1)
11872 ? 1 : -1];
11873int
11874main ()
11875{
11876
11877 ;
11878 return 0;
11879}
11880_ACEOF
11881if ac_fn_c_try_compile "$LINENO"; then :
11882 ac_cv_sys_file_offset_bits=no; break
11883fi
11884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886/* end confdefs.h. */
11887#define _FILE_OFFSET_BITS 64
11888#include <sys/types.h>
11889 /* Check that off_t can represent 2**63 - 1 correctly.
11890 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11891 since some C++ compilers masquerading as C compilers
11892 incorrectly reject 9223372036854775807. */
11893#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11894 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11895 && LARGE_OFF_T % 2147483647 == 1)
11896 ? 1 : -1];
11897int
11898main ()
11899{
11900
11901 ;
11902 return 0;
11903}
11904_ACEOF
11905if ac_fn_c_try_compile "$LINENO"; then :
11906 ac_cv_sys_file_offset_bits=64; break
11907fi
11908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11909 ac_cv_sys_file_offset_bits=unknown
11910 break
11911done
11912fi
11913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11914$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11915case $ac_cv_sys_file_offset_bits in #(
11916 no | unknown) ;;
11917 *)
11918cat >>confdefs.h <<_ACEOF
11919#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11920_ACEOF
11921;;
11922esac
11923rm -rf conftest*
11924 if test $ac_cv_sys_file_offset_bits = unknown; then
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11926$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11927if test "${ac_cv_sys_large_files+set}" = set; then :
11928 $as_echo_n "(cached) " >&6
11929else
11930 while :; do
11931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11932/* end confdefs.h. */
11933#include <sys/types.h>
11934 /* Check that off_t can represent 2**63 - 1 correctly.
11935 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11936 since some C++ compilers masquerading as C compilers
11937 incorrectly reject 9223372036854775807. */
11938#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11939 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11940 && LARGE_OFF_T % 2147483647 == 1)
11941 ? 1 : -1];
11942int
11943main ()
11944{
11945
11946 ;
11947 return 0;
11948}
11949_ACEOF
11950if ac_fn_c_try_compile "$LINENO"; then :
11951 ac_cv_sys_large_files=no; break
11952fi
11953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11955/* end confdefs.h. */
11956#define _LARGE_FILES 1
11957#include <sys/types.h>
11958 /* Check that off_t can represent 2**63 - 1 correctly.
11959 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11960 since some C++ compilers masquerading as C compilers
11961 incorrectly reject 9223372036854775807. */
11962#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11963 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11964 && LARGE_OFF_T % 2147483647 == 1)
11965 ? 1 : -1];
11966int
11967main ()
11968{
11969
11970 ;
11971 return 0;
11972}
11973_ACEOF
11974if ac_fn_c_try_compile "$LINENO"; then :
11975 ac_cv_sys_large_files=1; break
11976fi
11977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11978 ac_cv_sys_large_files=unknown
11979 break
11980done
11981fi
11982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11983$as_echo "$ac_cv_sys_large_files" >&6; }
11984case $ac_cv_sys_large_files in #(
11985 no | unknown) ;;
11986 *)
11987cat >>confdefs.h <<_ACEOF
11988#define _LARGE_FILES $ac_cv_sys_large_files
11989_ACEOF
11990;;
11991esac
11992rm -rf conftest*
11993 fi
11994fi
11995
11996
11997
11998 if test "$plugins" = "yes"; then
11999 PLUGINS_TRUE=
12000 PLUGINS_FALSE='#'
12001else
12002 PLUGINS_TRUE='#'
12003 PLUGINS_FALSE=
12004fi
12005
12006
12007if test "$plugins" = "yes"; then
12008 if test "$enable_dlopen" != "yes" ; then
12009 as_fn_error "
12010 Building BFD with plugin support requires a host that supports -ldl." "$LINENO" 5
12011 fi
12012 enable_targets="$enable_targets plugin"
12013fi
12014
12015# Check whether --enable-64-bit-bfd was given.
12016if test "${enable_64_bit_bfd+set}" = set; then :
12017 enableval=$enable_64_bit_bfd; case "${enableval}" in
12018 yes) want64=true ;;
12019 no) want64=false ;;
12020 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
12021esac
12022else
12023 want64=false
12024fi
12025
12026# Check whether --enable-targets was given.
12027if test "${enable_targets+set}" = set; then :
12028 enableval=$enable_targets; case "${enableval}" in
12029 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
12030 ;;
12031 no) enable_targets= ;;
12032 *) enable_targets=$enableval ;;
12033esac
12034fi
12035
12036
12037# Check whether --with-mmap was given.
12038if test "${with_mmap+set}" = set; then :
12039 withval=$with_mmap; case "${withval}" in
12040 yes) want_mmap=true ;;
12041 no) want_mmap=false ;;
12042 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12043esac
12044else
12045 want_mmap=false
12046fi
12047
12048# Check whether --enable-secureplt was given.
12049if test "${enable_secureplt+set}" = set; then :
12050 enableval=$enable_secureplt; case "${enableval}" in
12051 yes) use_secureplt=true ;;
12052 no) use_secureplt=false ;;
12053 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12054esac
12055else
12056 use_secureplt=false
12057fi
12058if test $use_secureplt = true; then
12059
12060$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12061
12062fi
12063
12064# Check whether --enable-leading-mingw64-underscores was given.
12065if test "${enable_leading_mingw64_underscores+set}" = set; then :
12066 enableval=$enable_leading_mingw64_underscores;
12067fi
12068
12069if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12070
12071$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12072
12073fi
12074
12075DEBUGDIR=${libdir}/debug
12076
12077# Check whether --with-separate-debug-dir was given.
12078if test "${with_separate_debug_dir+set}" = set; then :
12079 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12080fi
12081
12082
12083
12084# Check to see if we should allow the generation of
12085# symbols with the ELF standard's STT_COMMON type.
12086# Check whether --enable-elf-stt-common was given.
12087if test "${enable_elf_stt_common+set}" = set; then :
12088 enableval=$enable_elf_stt_common; case "${enableval}" in
12089 yes) want_elf_stt_common=true ;;
12090 no) want_elf_stt_common=false ;;
12091 *) as_fn_error "bad value ${enableval} for ELF STT_COMMON option" "$LINENO" 5 ;;
12092 esac
12093else
12094 # We have to choose a default behaviour. For native builds we could
12095# test whether the loader supports the STT_COMMON type, but that would
12096# mean that built binaries could not be exported to older systems where
12097# the loader does not support it. So by default we always choose to
12098# disable this feature.
12099 want_elf_stt_common=false
12100fi
12101if test $want_elf_stt_common = true; then
12102
12103$as_echo "#define USE_STT_COMMON 1" >>confdefs.h
12104
12105fi
12106
12107
12108
12109# Check whether --with-pkgversion was given.
12110if test "${with_pkgversion+set}" = set; then :
12111 withval=$with_pkgversion; case "$withval" in
12112 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12113 no) PKGVERSION= ;;
12114 *) PKGVERSION="($withval) " ;;
12115 esac
12116else
12117 PKGVERSION="(GNU Binutils) "
12118
12119fi
12120
12121
12122
12123
12124
12125# Check whether --with-bugurl was given.
12126if test "${with_bugurl+set}" = set; then :
12127 withval=$with_bugurl; case "$withval" in
12128 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12129 no) BUGURL=
12130 ;;
12131 *) BUGURL="$withval"
12132 ;;
12133 esac
12134else
12135 BUGURL="http://www.sourceware.org/bugzilla/"
12136
12137fi
12138
12139 case ${BUGURL} in
12140 "")
12141 REPORT_BUGS_TO=
12142 REPORT_BUGS_TEXI=
12143 ;;
12144 *)
12145 REPORT_BUGS_TO="<$BUGURL>"
12146 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12147 ;;
12148 esac;
12149
12150
12151
12152
12153
12154GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12155cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12156/* end confdefs.h. */
12157__GNUC__
12158_ACEOF
12159if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12160 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12161
12162else
12163 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12164fi
12165rm -f conftest*
12166
12167
12168# Check whether --enable-werror was given.
12169if test "${enable_werror+set}" = set; then :
12170 enableval=$enable_werror; case "${enableval}" in
12171 yes | y) ERROR_ON_WARNING="yes" ;;
12172 no | n) ERROR_ON_WARNING="no" ;;
12173 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12174 esac
12175fi
12176
12177
12178# Disable -Wformat by default when using gcc on mingw
12179case "${host}" in
12180 *-*-mingw32*)
12181 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12182 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12183 fi
12184 ;;
12185 *) ;;
12186esac
12187
12188# Enable -Werror by default when using gcc
12189if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12190 ERROR_ON_WARNING=yes
12191fi
12192
12193NO_WERROR=
12194if test "${ERROR_ON_WARNING}" = yes ; then
12195 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12196 NO_WERROR="-Wno-error"
12197fi
12198
12199if test "${GCC}" = yes ; then
12200 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12201fi
12202
12203# Check whether --enable-build-warnings was given.
12204if test "${enable_build_warnings+set}" = set; then :
12205 enableval=$enable_build_warnings; case "${enableval}" in
12206 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12207 no) if test "${GCC}" = yes ; then
12208 WARN_CFLAGS="-w"
12209 fi;;
12210 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12211 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12212 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12213 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12214 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12215esac
12216fi
12217
12218
12219if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12220 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12221fi
12222
12223
12224
12225
12226
12227ac_config_headers="$ac_config_headers config.h:config.in"
12228
12229
12230# PR 14072
12231
12232
12233if test -z "$target" ; then
12234 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12235fi
12236
12237
12238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12239$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12240 # Check whether --enable-maintainer-mode was given.
12241if test "${enable_maintainer_mode+set}" = set; then :
12242 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12243else
12244 USE_MAINTAINER_MODE=no
12245fi
12246
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12248$as_echo "$USE_MAINTAINER_MODE" >&6; }
12249 if test $USE_MAINTAINER_MODE = yes; then
12250 MAINTAINER_MODE_TRUE=
12251 MAINTAINER_MODE_FALSE='#'
12252else
12253 MAINTAINER_MODE_TRUE='#'
12254 MAINTAINER_MODE_FALSE=
12255fi
12256
12257 MAINT=$MAINTAINER_MODE_TRUE
12258
12259
12260 if false; then
12261 GENINSRC_NEVER_TRUE=
12262 GENINSRC_NEVER_FALSE='#'
12263else
12264 GENINSRC_NEVER_TRUE='#'
12265 GENINSRC_NEVER_FALSE=
12266fi
12267
12268 case ${build_alias} in
12269 "") build_noncanonical=${build} ;;
12270 *) build_noncanonical=${build_alias} ;;
12271esac
12272
12273 case ${host_alias} in
12274 "") host_noncanonical=${build_noncanonical} ;;
12275 *) host_noncanonical=${host_alias} ;;
12276esac
12277
12278 case ${target_alias} in
12279 "") target_noncanonical=${host_noncanonical} ;;
12280 *) target_noncanonical=${target_alias} ;;
12281esac
12282
12283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12284$as_echo_n "checking whether to install libbfd... " >&6; }
12285 # Check whether --enable-install-libbfd was given.
12286if test "${enable_install_libbfd+set}" = set; then :
12287 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12288else
12289 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12290 install_libbfd_p=yes
12291 else
12292 install_libbfd_p=no
12293 fi
12294fi
12295
12296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12297$as_echo "$install_libbfd_p" >&6; }
12298 if test $install_libbfd_p = yes; then
12299 INSTALL_LIBBFD_TRUE=
12300 INSTALL_LIBBFD_FALSE='#'
12301else
12302 INSTALL_LIBBFD_TRUE='#'
12303 INSTALL_LIBBFD_FALSE=
12304fi
12305
12306 # Need _noncanonical variables for this.
12307
12308
12309
12310
12311 # libbfd.a is a host library containing target dependent code
12312 bfdlibdir='$(libdir)'
12313 bfdincludedir='$(includedir)'
12314 if test "${host}" != "${target}"; then
12315 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12316 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12317 fi
12318
12319
12320
12321
12322
12323
12324
12325
12326host64=false
12327target64=false
12328bfd_default_target_size=32
12329
12330# host stuff:
12331
12332ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk"
12333# If we haven't got the data from the intl directory,
12334# assume NLS is disabled.
12335USE_NLS=no
12336LIBINTL=
12337LIBINTL_DEP=
12338INCINTL=
12339XGETTEXT=
12340GMSGFMT=
12341POSUB=
12342
12343if test -f ../intl/config.intl; then
12344 . ../intl/config.intl
12345fi
12346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12347$as_echo_n "checking whether NLS is requested... " >&6; }
12348if test x"$USE_NLS" != xyes; then
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12350$as_echo "no" >&6; }
12351else
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12353$as_echo "yes" >&6; }
12354
12355$as_echo "#define ENABLE_NLS 1" >>confdefs.h
12356
12357
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12359$as_echo_n "checking for catalogs to be installed... " >&6; }
12360 # Look for .po and .gmo files in the source directory.
12361 CATALOGS=
12362 XLINGUAS=
12363 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12364 # If there aren't any .gmo files the shell will give us the
12365 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12366 # weeded out.
12367 case "$cat" in *\**)
12368 continue;;
12369 esac
12370 # The quadruple backslash is collapsed to a double backslash
12371 # by the backticks, then collapsed again by the double quotes,
12372 # leaving us with one backslash in the sed expression (right
12373 # before the dot that mustn't act as a wildcard).
12374 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12375 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12376 # The user is allowed to set LINGUAS to a list of languages to
12377 # install catalogs for. If it's empty that means "all of them."
12378 if test "x$LINGUAS" = x; then
12379 CATALOGS="$CATALOGS $cat"
12380 XLINGUAS="$XLINGUAS $lang"
12381 else
12382 case "$LINGUAS" in *$lang*)
12383 CATALOGS="$CATALOGS $cat"
12384 XLINGUAS="$XLINGUAS $lang"
12385 ;;
12386 esac
12387 fi
12388 done
12389 LINGUAS="$XLINGUAS"
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12391$as_echo "$LINGUAS" >&6; }
12392
12393
12394 DATADIRNAME=share
12395
12396 INSTOBJEXT=.mo
12397
12398 GENCAT=gencat
12399
12400 CATOBJEXT=.gmo
12401
12402fi
12403
12404 MKINSTALLDIRS=
12405 if test -n "$ac_aux_dir"; then
12406 case "$ac_aux_dir" in
12407 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12408 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12409 esac
12410 fi
12411 if test -z "$MKINSTALLDIRS"; then
12412 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12413 fi
12414
12415
12416
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12418$as_echo_n "checking whether NLS is requested... " >&6; }
12419 # Check whether --enable-nls was given.
12420if test "${enable_nls+set}" = set; then :
12421 enableval=$enable_nls; USE_NLS=$enableval
12422else
12423 USE_NLS=yes
12424fi
12425
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12427$as_echo "$USE_NLS" >&6; }
12428
12429
12430
12431
12432
12433
12434# Prepare PATH_SEPARATOR.
12435# The user is always right.
12436if test "${PATH_SEPARATOR+set}" != set; then
12437 echo "#! /bin/sh" >conf$$.sh
12438 echo "exit 0" >>conf$$.sh
12439 chmod +x conf$$.sh
12440 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12441 PATH_SEPARATOR=';'
12442 else
12443 PATH_SEPARATOR=:
12444 fi
12445 rm -f conf$$.sh
12446fi
12447
12448# Find out how to test for executable files. Don't use a zero-byte file,
12449# as systems may use methods other than mode bits to determine executability.
12450cat >conf$$.file <<_ASEOF
12451#! /bin/sh
12452exit 0
12453_ASEOF
12454chmod +x conf$$.file
12455if test -x conf$$.file >/dev/null 2>&1; then
12456 ac_executable_p="test -x"
12457else
12458 ac_executable_p="test -f"
12459fi
12460rm -f conf$$.file
12461
12462# Extract the first word of "msgfmt", so it can be a program name with args.
12463set dummy msgfmt; ac_word=$2
12464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12465$as_echo_n "checking for $ac_word... " >&6; }
12466if test "${ac_cv_path_MSGFMT+set}" = set; then :
12467 $as_echo_n "(cached) " >&6
12468else
12469 case "$MSGFMT" in
12470 [\\/]* | ?:[\\/]*)
12471 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12472 ;;
12473 *)
12474 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12475 for ac_dir in $PATH; do
12476 IFS="$ac_save_IFS"
12477 test -z "$ac_dir" && ac_dir=.
12478 for ac_exec_ext in '' $ac_executable_extensions; do
12479 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12480 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12481 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12482 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12483 break 2
12484 fi
12485 fi
12486 done
12487 done
12488 IFS="$ac_save_IFS"
12489 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12490 ;;
12491esac
12492fi
12493MSGFMT="$ac_cv_path_MSGFMT"
12494if test "$MSGFMT" != ":"; then
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12496$as_echo "$MSGFMT" >&6; }
12497else
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12499$as_echo "no" >&6; }
12500fi
12501
12502 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12503set dummy gmsgfmt; ac_word=$2
12504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12505$as_echo_n "checking for $ac_word... " >&6; }
12506if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12507 $as_echo_n "(cached) " >&6
12508else
12509 case $GMSGFMT in
12510 [\\/]* | ?:[\\/]*)
12511 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12512 ;;
12513 *)
12514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12515for as_dir in $PATH
12516do
12517 IFS=$as_save_IFS
12518 test -z "$as_dir" && as_dir=.
12519 for ac_exec_ext in '' $ac_executable_extensions; do
12520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12521 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12523 break 2
12524 fi
12525done
12526 done
12527IFS=$as_save_IFS
12528
12529 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12530 ;;
12531esac
12532fi
12533GMSGFMT=$ac_cv_path_GMSGFMT
12534if test -n "$GMSGFMT"; then
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12536$as_echo "$GMSGFMT" >&6; }
12537else
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12539$as_echo "no" >&6; }
12540fi
12541
12542
12543
12544
12545# Prepare PATH_SEPARATOR.
12546# The user is always right.
12547if test "${PATH_SEPARATOR+set}" != set; then
12548 echo "#! /bin/sh" >conf$$.sh
12549 echo "exit 0" >>conf$$.sh
12550 chmod +x conf$$.sh
12551 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12552 PATH_SEPARATOR=';'
12553 else
12554 PATH_SEPARATOR=:
12555 fi
12556 rm -f conf$$.sh
12557fi
12558
12559# Find out how to test for executable files. Don't use a zero-byte file,
12560# as systems may use methods other than mode bits to determine executability.
12561cat >conf$$.file <<_ASEOF
12562#! /bin/sh
12563exit 0
12564_ASEOF
12565chmod +x conf$$.file
12566if test -x conf$$.file >/dev/null 2>&1; then
12567 ac_executable_p="test -x"
12568else
12569 ac_executable_p="test -f"
12570fi
12571rm -f conf$$.file
12572
12573# Extract the first word of "xgettext", so it can be a program name with args.
12574set dummy xgettext; ac_word=$2
12575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12576$as_echo_n "checking for $ac_word... " >&6; }
12577if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579else
12580 case "$XGETTEXT" in
12581 [\\/]* | ?:[\\/]*)
12582 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12583 ;;
12584 *)
12585 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12586 for ac_dir in $PATH; do
12587 IFS="$ac_save_IFS"
12588 test -z "$ac_dir" && ac_dir=.
12589 for ac_exec_ext in '' $ac_executable_extensions; do
12590 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12591 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12592 (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
12593 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12594 break 2
12595 fi
12596 fi
12597 done
12598 done
12599 IFS="$ac_save_IFS"
12600 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12601 ;;
12602esac
12603fi
12604XGETTEXT="$ac_cv_path_XGETTEXT"
12605if test "$XGETTEXT" != ":"; then
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12607$as_echo "$XGETTEXT" >&6; }
12608else
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12610$as_echo "no" >&6; }
12611fi
12612
12613 rm -f messages.po
12614
12615
12616# Prepare PATH_SEPARATOR.
12617# The user is always right.
12618if test "${PATH_SEPARATOR+set}" != set; then
12619 echo "#! /bin/sh" >conf$$.sh
12620 echo "exit 0" >>conf$$.sh
12621 chmod +x conf$$.sh
12622 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12623 PATH_SEPARATOR=';'
12624 else
12625 PATH_SEPARATOR=:
12626 fi
12627 rm -f conf$$.sh
12628fi
12629
12630# Find out how to test for executable files. Don't use a zero-byte file,
12631# as systems may use methods other than mode bits to determine executability.
12632cat >conf$$.file <<_ASEOF
12633#! /bin/sh
12634exit 0
12635_ASEOF
12636chmod +x conf$$.file
12637if test -x conf$$.file >/dev/null 2>&1; then
12638 ac_executable_p="test -x"
12639else
12640 ac_executable_p="test -f"
12641fi
12642rm -f conf$$.file
12643
12644# Extract the first word of "msgmerge", so it can be a program name with args.
12645set dummy msgmerge; ac_word=$2
12646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12647$as_echo_n "checking for $ac_word... " >&6; }
12648if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12649 $as_echo_n "(cached) " >&6
12650else
12651 case "$MSGMERGE" in
12652 [\\/]* | ?:[\\/]*)
12653 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12654 ;;
12655 *)
12656 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12657 for ac_dir in $PATH; do
12658 IFS="$ac_save_IFS"
12659 test -z "$ac_dir" && ac_dir=.
12660 for ac_exec_ext in '' $ac_executable_extensions; do
12661 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12662 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12663 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12664 break 2
12665 fi
12666 fi
12667 done
12668 done
12669 IFS="$ac_save_IFS"
12670 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12671 ;;
12672esac
12673fi
12674MSGMERGE="$ac_cv_path_MSGMERGE"
12675if test "$MSGMERGE" != ":"; then
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12677$as_echo "$MSGMERGE" >&6; }
12678else
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12680$as_echo "no" >&6; }
12681fi
12682
12683
12684 if test "$GMSGFMT" != ":"; then
12685 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12686 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12687 : ;
12688 else
12689 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12691$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12692 GMSGFMT=":"
12693 fi
12694 fi
12695
12696 if test "$XGETTEXT" != ":"; then
12697 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12698 (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
12699 : ;
12700 else
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12702$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12703 XGETTEXT=":"
12704 fi
12705 rm -f messages.po
12706 fi
12707
12708 ac_config_commands="$ac_config_commands default-1"
12709
12710
12711
12712# Permit host specific settings.
12713. ${srcdir}/configure.host
12714
12715
12716
12717
12718BFD_HOST_64BIT_LONG=0
12719BFD_HOST_64BIT_LONG_LONG=0
12720BFD_HOST_64_BIT_DEFINED=0
12721BFD_HOST_64_BIT=
12722BFD_HOST_U_64_BIT=
12723BFD_HOSTPTR_T="unsigned long"
12724
12725# The cast to long int works around a bug in the HP C Compiler
12726# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12727# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12728# This bug is HP SR number 8606223364.
12729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12730$as_echo_n "checking size of long long... " >&6; }
12731if test "${ac_cv_sizeof_long_long+set}" = set; then :
12732 $as_echo_n "(cached) " >&6
12733else
12734 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12735
12736else
12737 if test "$ac_cv_type_long_long" = yes; then
12738 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12739$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12740{ as_fn_set_status 77
12741as_fn_error "cannot compute sizeof (long long)
12742See \`config.log' for more details." "$LINENO" 5; }; }
12743 else
12744 ac_cv_sizeof_long_long=0
12745 fi
12746fi
12747
12748fi
12749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12750$as_echo "$ac_cv_sizeof_long_long" >&6; }
12751
12752
12753
12754cat >>confdefs.h <<_ACEOF
12755#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12756_ACEOF
12757
12758
12759# The cast to long int works around a bug in the HP C Compiler
12760# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12761# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12762# This bug is HP SR number 8606223364.
12763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12764$as_echo_n "checking size of void *... " >&6; }
12765if test "${ac_cv_sizeof_void_p+set}" = set; then :
12766 $as_echo_n "(cached) " >&6
12767else
12768 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12769
12770else
12771 if test "$ac_cv_type_void_p" = yes; then
12772 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12773$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12774{ as_fn_set_status 77
12775as_fn_error "cannot compute sizeof (void *)
12776See \`config.log' for more details." "$LINENO" 5; }; }
12777 else
12778 ac_cv_sizeof_void_p=0
12779 fi
12780fi
12781
12782fi
12783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12784$as_echo "$ac_cv_sizeof_void_p" >&6; }
12785
12786
12787
12788cat >>confdefs.h <<_ACEOF
12789#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12790_ACEOF
12791
12792
12793# The cast to long int works around a bug in the HP C Compiler
12794# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12795# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12796# This bug is HP SR number 8606223364.
12797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12798$as_echo_n "checking size of long... " >&6; }
12799if test "${ac_cv_sizeof_long+set}" = set; then :
12800 $as_echo_n "(cached) " >&6
12801else
12802 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12803
12804else
12805 if test "$ac_cv_type_long" = yes; then
12806 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12807$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12808{ as_fn_set_status 77
12809as_fn_error "cannot compute sizeof (long)
12810See \`config.log' for more details." "$LINENO" 5; }; }
12811 else
12812 ac_cv_sizeof_long=0
12813 fi
12814fi
12815
12816fi
12817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12818$as_echo "$ac_cv_sizeof_long" >&6; }
12819
12820
12821
12822cat >>confdefs.h <<_ACEOF
12823#define SIZEOF_LONG $ac_cv_sizeof_long
12824_ACEOF
12825
12826
12827
12828if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12829 host64=true
12830fi
12831
12832if test "x${ac_cv_sizeof_long}" = "x8"; then
12833 BFD_HOST_64BIT_LONG=1
12834 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12835 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12836elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12837 BFD_HOST_64BIT_LONG_LONG=1
12838 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12839 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12840 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12841 BFD_HOSTPTR_T="unsigned long long"
12842 fi
12843fi
12844
12845if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12846 BFD_HOST_64_BIT_DEFINED=1
12847 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12848 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12849fi
12850
12851
12852
12853
12854
12855
12856
12857
12858# Put a plausible default for CC_FOR_BUILD in Makefile.
12859if test -z "$CC_FOR_BUILD"; then
12860 if test "x$cross_compiling" = "xno"; then
12861 CC_FOR_BUILD='$(CC)'
12862 else
12863 CC_FOR_BUILD=gcc
12864 fi
12865fi
12866
12867# Also set EXEEXT_FOR_BUILD.
12868if test "x$cross_compiling" = "xno"; then
12869 EXEEXT_FOR_BUILD='$(EXEEXT)'
12870else
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12872$as_echo_n "checking for build system executable suffix... " >&6; }
12873if test "${bfd_cv_build_exeext+set}" = set; then :
12874 $as_echo_n "(cached) " >&6
12875else
12876 rm -f conftest*
12877 echo 'int main () { return 0; }' > conftest.c
12878 bfd_cv_build_exeext=
12879 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12880 for file in conftest.*; do
12881 case $file in
12882 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12883 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12884 esac
12885 done
12886 rm -f conftest*
12887 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12888fi
12889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12890$as_echo "$bfd_cv_build_exeext" >&6; }
12891 EXEEXT_FOR_BUILD=""
12892 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12893fi
12894
12895
12896for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h
12897do :
12898 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12899ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12900eval as_val=\$$as_ac_Header
12901 if test "x$as_val" = x""yes; then :
12902 cat >>confdefs.h <<_ACEOF
12903#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12904_ACEOF
12905
12906fi
12907
12908done
12909
12910for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
12911do :
12912 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12913ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12914eval as_val=\$$as_ac_Header
12915 if test "x$as_val" = x""yes; then :
12916 cat >>confdefs.h <<_ACEOF
12917#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12918_ACEOF
12919
12920fi
12921
12922done
12923
12924
12925
12926inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12927
12928acx_cv_header_stdint=stddef.h
12929acx_cv_header_stdint_kind="(already complete)"
12930for i in stdint.h $inttype_headers; do
12931 unset ac_cv_type_uintptr_t
12932 unset ac_cv_type_uintmax_t
12933 unset ac_cv_type_int_least32_t
12934 unset ac_cv_type_int_fast32_t
12935 unset ac_cv_type_uint64_t
12936 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12937 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12938#include <$i>
12939"
12940if test "x$ac_cv_type_uintmax_t" = x""yes; then :
12941 acx_cv_header_stdint=$i
12942else
12943 continue
12944fi
12945
12946 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12947#include <$i>
12948"
12949if test "x$ac_cv_type_uintptr_t" = x""yes; then :
12950
12951else
12952 acx_cv_header_stdint_kind="(mostly complete)"
12953fi
12954
12955 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12956#include <$i>
12957"
12958if test "x$ac_cv_type_int_least32_t" = x""yes; then :
12959
12960else
12961 acx_cv_header_stdint_kind="(mostly complete)"
12962fi
12963
12964 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12965#include <$i>
12966"
12967if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
12968
12969else
12970 acx_cv_header_stdint_kind="(mostly complete)"
12971fi
12972
12973 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12974#include <$i>
12975"
12976if test "x$ac_cv_type_uint64_t" = x""yes; then :
12977
12978else
12979 acx_cv_header_stdint_kind="(lacks uint64_t)"
12980fi
12981
12982 break
12983done
12984if test "$acx_cv_header_stdint" = stddef.h; then
12985 acx_cv_header_stdint_kind="(lacks uintmax_t)"
12986 for i in stdint.h $inttype_headers; do
12987 unset ac_cv_type_uintptr_t
12988 unset ac_cv_type_uint32_t
12989 unset ac_cv_type_uint64_t
12990 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12991 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12992#include <$i>
12993"
12994if test "x$ac_cv_type_uint32_t" = x""yes; then :
12995 acx_cv_header_stdint=$i
12996else
12997 continue
12998fi
12999
13000 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13001#include <$i>
13002"
13003if test "x$ac_cv_type_uint64_t" = x""yes; then :
13004
13005fi
13006
13007 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13008#include <$i>
13009"
13010if test "x$ac_cv_type_uintptr_t" = x""yes; then :
13011
13012fi
13013
13014 break
13015 done
13016fi
13017if test "$acx_cv_header_stdint" = stddef.h; then
13018 acx_cv_header_stdint_kind="(u_intXX_t style)"
13019 for i in sys/types.h $inttype_headers; do
13020 unset ac_cv_type_u_int32_t
13021 unset ac_cv_type_u_int64_t
13022 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13023 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13024#include <$i>
13025"
13026if test "x$ac_cv_type_u_int32_t" = x""yes; then :
13027 acx_cv_header_stdint=$i
13028else
13029 continue
13030fi
13031
13032 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13033#include <$i>
13034"
13035if test "x$ac_cv_type_u_int64_t" = x""yes; then :
13036
13037fi
13038
13039 break
13040 done
13041fi
13042if test "$acx_cv_header_stdint" = stddef.h; then
13043 acx_cv_header_stdint_kind="(using manual detection)"
13044fi
13045
13046test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13047test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13048test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13049test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13050test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
13051
13052# ----------------- Summarize what we found so far
13053
13054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13055$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
13056
13057case `$as_basename -- bfd_stdint.h ||
13058$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13059 Xbfd_stdint.h : 'X\(//\)$' \| \
13060 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13061$as_echo X/bfd_stdint.h |
13062 sed '/^.*\/\([^/][^/]*\)\/*$/{
13063 s//\1/
13064 q
13065 }
13066 /^X\/\(\/\/\)$/{
13067 s//\1/
13068 q
13069 }
13070 /^X\/\(\/\).*/{
13071 s//\1/
13072 q
13073 }
13074 s/.*/./; q'` in
13075 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13076$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13077 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13078$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13079 *) ;;
13080esac
13081
13082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13083$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
13084
13085# ----------------- done included file, check C basic types --------
13086
13087# Lacking an uintptr_t? Test size of void *
13088case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13089 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13090# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13091# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13092# This bug is HP SR number 8606223364.
13093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13094$as_echo_n "checking size of void *... " >&6; }
13095if test "${ac_cv_sizeof_void_p+set}" = set; then :
13096 $as_echo_n "(cached) " >&6
13097else
13098 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13099
13100else
13101 if test "$ac_cv_type_void_p" = yes; then
13102 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13103$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13104{ as_fn_set_status 77
13105as_fn_error "cannot compute sizeof (void *)
13106See \`config.log' for more details." "$LINENO" 5; }; }
13107 else
13108 ac_cv_sizeof_void_p=0
13109 fi
13110fi
13111
13112fi
13113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13114$as_echo "$ac_cv_sizeof_void_p" >&6; }
13115
13116
13117
13118cat >>confdefs.h <<_ACEOF
13119#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13120_ACEOF
13121
13122 ;;
13123esac
13124
13125# Lacking an uint64_t? Test size of long
13126case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13127 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13128# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13129# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13130# This bug is HP SR number 8606223364.
13131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13132$as_echo_n "checking size of long... " >&6; }
13133if test "${ac_cv_sizeof_long+set}" = set; then :
13134 $as_echo_n "(cached) " >&6
13135else
13136 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13137
13138else
13139 if test "$ac_cv_type_long" = yes; then
13140 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13141$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13142{ as_fn_set_status 77
13143as_fn_error "cannot compute sizeof (long)
13144See \`config.log' for more details." "$LINENO" 5; }; }
13145 else
13146 ac_cv_sizeof_long=0
13147 fi
13148fi
13149
13150fi
13151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13152$as_echo "$ac_cv_sizeof_long" >&6; }
13153
13154
13155
13156cat >>confdefs.h <<_ACEOF
13157#define SIZEOF_LONG $ac_cv_sizeof_long
13158_ACEOF
13159
13160 ;;
13161esac
13162
13163if test $acx_cv_header_stdint = stddef.h; then
13164 # Lacking a good header? Test size of everything and deduce all types.
13165 # The cast to long int works around a bug in the HP C Compiler
13166# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13167# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13168# This bug is HP SR number 8606223364.
13169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13170$as_echo_n "checking size of int... " >&6; }
13171if test "${ac_cv_sizeof_int+set}" = set; then :
13172 $as_echo_n "(cached) " >&6
13173else
13174 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13175
13176else
13177 if test "$ac_cv_type_int" = yes; then
13178 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13179$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13180{ as_fn_set_status 77
13181as_fn_error "cannot compute sizeof (int)
13182See \`config.log' for more details." "$LINENO" 5; }; }
13183 else
13184 ac_cv_sizeof_int=0
13185 fi
13186fi
13187
13188fi
13189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13190$as_echo "$ac_cv_sizeof_int" >&6; }
13191
13192
13193
13194cat >>confdefs.h <<_ACEOF
13195#define SIZEOF_INT $ac_cv_sizeof_int
13196_ACEOF
13197
13198
13199 # The cast to long int works around a bug in the HP C Compiler
13200# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13201# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13202# This bug is HP SR number 8606223364.
13203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13204$as_echo_n "checking size of short... " >&6; }
13205if test "${ac_cv_sizeof_short+set}" = set; then :
13206 $as_echo_n "(cached) " >&6
13207else
13208 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13209
13210else
13211 if test "$ac_cv_type_short" = yes; then
13212 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13214{ as_fn_set_status 77
13215as_fn_error "cannot compute sizeof (short)
13216See \`config.log' for more details." "$LINENO" 5; }; }
13217 else
13218 ac_cv_sizeof_short=0
13219 fi
13220fi
13221
13222fi
13223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13224$as_echo "$ac_cv_sizeof_short" >&6; }
13225
13226
13227
13228cat >>confdefs.h <<_ACEOF
13229#define SIZEOF_SHORT $ac_cv_sizeof_short
13230_ACEOF
13231
13232
13233 # The cast to long int works around a bug in the HP C Compiler
13234# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13235# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13236# This bug is HP SR number 8606223364.
13237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13238$as_echo_n "checking size of char... " >&6; }
13239if test "${ac_cv_sizeof_char+set}" = set; then :
13240 $as_echo_n "(cached) " >&6
13241else
13242 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13243
13244else
13245 if test "$ac_cv_type_char" = yes; then
13246 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13247$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13248{ as_fn_set_status 77
13249as_fn_error "cannot compute sizeof (char)
13250See \`config.log' for more details." "$LINENO" 5; }; }
13251 else
13252 ac_cv_sizeof_char=0
13253 fi
13254fi
13255
13256fi
13257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13258$as_echo "$ac_cv_sizeof_char" >&6; }
13259
13260
13261
13262cat >>confdefs.h <<_ACEOF
13263#define SIZEOF_CHAR $ac_cv_sizeof_char
13264_ACEOF
13265
13266
13267
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13269$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13270 case "$ac_cv_sizeof_char" in
13271 1) acx_cv_type_int8_t=char ;;
13272 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
13273 esac
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13275$as_echo "$acx_cv_type_int8_t" >&6; }
13276
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13278$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13279 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13280 2:*) acx_cv_type_int16_t=int ;;
13281 *:2) acx_cv_type_int16_t=short ;;
13282 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
13283 esac
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13285$as_echo "$acx_cv_type_int16_t" >&6; }
13286
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13288$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13289 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13290 4:*) acx_cv_type_int32_t=int ;;
13291 *:4) acx_cv_type_int32_t=long ;;
13292 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
13293 esac
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13295$as_echo "$acx_cv_type_int32_t" >&6; }
13296fi
13297
13298# These tests are here to make the output prettier
13299
13300if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13301 case "$ac_cv_sizeof_long" in
13302 8) acx_cv_type_int64_t=long ;;
13303 esac
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13305$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13307$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13308fi
13309
13310# Now we can use the above types
13311
13312if test "$ac_cv_type_uintptr_t" != yes; then
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13314$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13315 case $ac_cv_sizeof_void_p in
13316 2) acx_cv_type_intptr_t=int16_t ;;
13317 4) acx_cv_type_intptr_t=int32_t ;;
13318 8) acx_cv_type_intptr_t=int64_t ;;
13319 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
13320 esac
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13322$as_echo "$acx_cv_type_intptr_t" >&6; }
13323fi
13324
13325# ----------------- done all checks, emit header -------------
13326ac_config_commands="$ac_config_commands bfd_stdint.h"
13327
13328
13329
13330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13331$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13332if test "${ac_cv_header_time+set}" = set; then :
13333 $as_echo_n "(cached) " >&6
13334else
13335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13336/* end confdefs.h. */
13337#include <sys/types.h>
13338#include <sys/time.h>
13339#include <time.h>
13340
13341int
13342main ()
13343{
13344if ((struct tm *) 0)
13345return 0;
13346 ;
13347 return 0;
13348}
13349_ACEOF
13350if ac_fn_c_try_compile "$LINENO"; then :
13351 ac_cv_header_time=yes
13352else
13353 ac_cv_header_time=no
13354fi
13355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13356fi
13357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13358$as_echo "$ac_cv_header_time" >&6; }
13359if test $ac_cv_header_time = yes; then
13360
13361$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13362
13363fi
13364
13365ac_header_dirent=no
13366for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13367 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13369$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13370if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13371 $as_echo_n "(cached) " >&6
13372else
13373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13374/* end confdefs.h. */
13375#include <sys/types.h>
13376#include <$ac_hdr>
13377
13378int
13379main ()
13380{
13381if ((DIR *) 0)
13382return 0;
13383 ;
13384 return 0;
13385}
13386_ACEOF
13387if ac_fn_c_try_compile "$LINENO"; then :
13388 eval "$as_ac_Header=yes"
13389else
13390 eval "$as_ac_Header=no"
13391fi
13392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13393fi
13394eval ac_res=\$$as_ac_Header
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13396$as_echo "$ac_res" >&6; }
13397eval as_val=\$$as_ac_Header
13398 if test "x$as_val" = x""yes; then :
13399 cat >>confdefs.h <<_ACEOF
13400#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13401_ACEOF
13402
13403ac_header_dirent=$ac_hdr; break
13404fi
13405
13406done
13407# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13408if test $ac_header_dirent = dirent.h; then
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13410$as_echo_n "checking for library containing opendir... " >&6; }
13411if test "${ac_cv_search_opendir+set}" = set; then :
13412 $as_echo_n "(cached) " >&6
13413else
13414 ac_func_search_save_LIBS=$LIBS
13415cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13416/* end confdefs.h. */
13417
13418/* Override any GCC internal prototype to avoid an error.
13419 Use char because int might match the return type of a GCC
13420 builtin and then its argument prototype would still apply. */
13421#ifdef __cplusplus
13422extern "C"
13423#endif
13424char opendir ();
13425int
13426main ()
13427{
13428return opendir ();
13429 ;
13430 return 0;
13431}
13432_ACEOF
13433for ac_lib in '' dir; do
13434 if test -z "$ac_lib"; then
13435 ac_res="none required"
13436 else
13437 ac_res=-l$ac_lib
13438 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13439 fi
13440 if ac_fn_c_try_link "$LINENO"; then :
13441 ac_cv_search_opendir=$ac_res
13442fi
13443rm -f core conftest.err conftest.$ac_objext \
13444 conftest$ac_exeext
13445 if test "${ac_cv_search_opendir+set}" = set; then :
13446 break
13447fi
13448done
13449if test "${ac_cv_search_opendir+set}" = set; then :
13450
13451else
13452 ac_cv_search_opendir=no
13453fi
13454rm conftest.$ac_ext
13455LIBS=$ac_func_search_save_LIBS
13456fi
13457{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13458$as_echo "$ac_cv_search_opendir" >&6; }
13459ac_res=$ac_cv_search_opendir
13460if test "$ac_res" != no; then :
13461 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13462
13463fi
13464
13465else
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13467$as_echo_n "checking for library containing opendir... " >&6; }
13468if test "${ac_cv_search_opendir+set}" = set; then :
13469 $as_echo_n "(cached) " >&6
13470else
13471 ac_func_search_save_LIBS=$LIBS
13472cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13473/* end confdefs.h. */
13474
13475/* Override any GCC internal prototype to avoid an error.
13476 Use char because int might match the return type of a GCC
13477 builtin and then its argument prototype would still apply. */
13478#ifdef __cplusplus
13479extern "C"
13480#endif
13481char opendir ();
13482int
13483main ()
13484{
13485return opendir ();
13486 ;
13487 return 0;
13488}
13489_ACEOF
13490for ac_lib in '' x; do
13491 if test -z "$ac_lib"; then
13492 ac_res="none required"
13493 else
13494 ac_res=-l$ac_lib
13495 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13496 fi
13497 if ac_fn_c_try_link "$LINENO"; then :
13498 ac_cv_search_opendir=$ac_res
13499fi
13500rm -f core conftest.err conftest.$ac_objext \
13501 conftest$ac_exeext
13502 if test "${ac_cv_search_opendir+set}" = set; then :
13503 break
13504fi
13505done
13506if test "${ac_cv_search_opendir+set}" = set; then :
13507
13508else
13509 ac_cv_search_opendir=no
13510fi
13511rm conftest.$ac_ext
13512LIBS=$ac_func_search_save_LIBS
13513fi
13514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13515$as_echo "$ac_cv_search_opendir" >&6; }
13516ac_res=$ac_cv_search_opendir
13517if test "$ac_res" != no; then :
13518 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13519
13520fi
13521
13522fi
13523
13524
13525for ac_header in windows.h dlfcn.h
13526do :
13527 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13528ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13529eval as_val=\$$as_ac_Header
13530 if test "x$as_val" = x""yes; then :
13531 cat >>confdefs.h <<_ACEOF
13532#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13533_ACEOF
13534
13535fi
13536
13537done
13538
13539
13540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13541$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13542if test "${gcc_cv_header_string+set}" = set; then :
13543 $as_echo_n "(cached) " >&6
13544else
13545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13546/* end confdefs.h. */
13547#include <string.h>
13548#include <strings.h>
13549int
13550main ()
13551{
13552
13553 ;
13554 return 0;
13555}
13556_ACEOF
13557if ac_fn_c_try_compile "$LINENO"; then :
13558 gcc_cv_header_string=yes
13559else
13560 gcc_cv_header_string=no
13561fi
13562rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13563fi
13564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13565$as_echo "$gcc_cv_header_string" >&6; }
13566if test $gcc_cv_header_string = yes; then
13567
13568$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13569
13570fi
13571
13572for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13573do :
13574 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13575ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13576eval as_val=\$$as_ac_var
13577 if test "x$as_val" = x""yes; then :
13578 cat >>confdefs.h <<_ACEOF
13579#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13580_ACEOF
13581
13582fi
13583done
13584
13585for ac_func in strtoull
13586do :
13587 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
13588if test "x$ac_cv_func_strtoull" = x""yes; then :
13589 cat >>confdefs.h <<_ACEOF
13590#define HAVE_STRTOULL 1
13591_ACEOF
13592
13593fi
13594done
13595
13596
13597ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13598if test "x$ac_cv_have_decl_basename" = x""yes; then :
13599 ac_have_decl=1
13600else
13601 ac_have_decl=0
13602fi
13603
13604cat >>confdefs.h <<_ACEOF
13605#define HAVE_DECL_BASENAME $ac_have_decl
13606_ACEOF
13607
13608ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13609if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13610 ac_have_decl=1
13611else
13612 ac_have_decl=0
13613fi
13614
13615cat >>confdefs.h <<_ACEOF
13616#define HAVE_DECL_FTELLO $ac_have_decl
13617_ACEOF
13618
13619ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13620if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13621 ac_have_decl=1
13622else
13623 ac_have_decl=0
13624fi
13625
13626cat >>confdefs.h <<_ACEOF
13627#define HAVE_DECL_FTELLO64 $ac_have_decl
13628_ACEOF
13629
13630ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13631if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13632 ac_have_decl=1
13633else
13634 ac_have_decl=0
13635fi
13636
13637cat >>confdefs.h <<_ACEOF
13638#define HAVE_DECL_FSEEKO $ac_have_decl
13639_ACEOF
13640
13641ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13642if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13643 ac_have_decl=1
13644else
13645 ac_have_decl=0
13646fi
13647
13648cat >>confdefs.h <<_ACEOF
13649#define HAVE_DECL_FSEEKO64 $ac_have_decl
13650_ACEOF
13651
13652
13653
13654case "${host}" in
13655*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13656
13657$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13658 ;;
13659esac
13660
13661ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13662if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13663 ac_have_decl=1
13664else
13665 ac_have_decl=0
13666fi
13667
13668cat >>confdefs.h <<_ACEOF
13669#define HAVE_DECL_FFS $ac_have_decl
13670_ACEOF
13671
13672ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13673if test "x$ac_cv_have_decl_free" = x""yes; then :
13674 ac_have_decl=1
13675else
13676 ac_have_decl=0
13677fi
13678
13679cat >>confdefs.h <<_ACEOF
13680#define HAVE_DECL_FREE $ac_have_decl
13681_ACEOF
13682
13683ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13684if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13685 ac_have_decl=1
13686else
13687 ac_have_decl=0
13688fi
13689
13690cat >>confdefs.h <<_ACEOF
13691#define HAVE_DECL_GETENV $ac_have_decl
13692_ACEOF
13693
13694ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13695if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13696 ac_have_decl=1
13697else
13698 ac_have_decl=0
13699fi
13700
13701cat >>confdefs.h <<_ACEOF
13702#define HAVE_DECL_MALLOC $ac_have_decl
13703_ACEOF
13704
13705ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13706if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13707 ac_have_decl=1
13708else
13709 ac_have_decl=0
13710fi
13711
13712cat >>confdefs.h <<_ACEOF
13713#define HAVE_DECL_REALLOC $ac_have_decl
13714_ACEOF
13715
13716ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13717if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13718 ac_have_decl=1
13719else
13720 ac_have_decl=0
13721fi
13722
13723cat >>confdefs.h <<_ACEOF
13724#define HAVE_DECL_STPCPY $ac_have_decl
13725_ACEOF
13726
13727ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13728if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13729 ac_have_decl=1
13730else
13731 ac_have_decl=0
13732fi
13733
13734cat >>confdefs.h <<_ACEOF
13735#define HAVE_DECL_STRSTR $ac_have_decl
13736_ACEOF
13737
13738ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13739if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13740 ac_have_decl=1
13741else
13742 ac_have_decl=0
13743fi
13744
13745cat >>confdefs.h <<_ACEOF
13746#define HAVE_DECL_SNPRINTF $ac_have_decl
13747_ACEOF
13748
13749ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13750if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13751 ac_have_decl=1
13752else
13753 ac_have_decl=0
13754fi
13755
13756cat >>confdefs.h <<_ACEOF
13757#define HAVE_DECL_VSNPRINTF $ac_have_decl
13758_ACEOF
13759
13760
13761# Link in zlib if we can. This allows us to read compressed debug sections.
13762# This is used only by compress.c.
13763
13764 # See if the user specified whether he wants zlib support or not.
13765
13766# Check whether --with-zlib was given.
13767if test "${with_zlib+set}" = set; then :
13768 withval=$with_zlib;
13769else
13770 with_zlib=auto
13771fi
13772
13773
13774 if test "$with_zlib" != "no"; then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
13776$as_echo_n "checking for library containing zlibVersion... " >&6; }
13777if test "${ac_cv_search_zlibVersion+set}" = set; then :
13778 $as_echo_n "(cached) " >&6
13779else
13780 ac_func_search_save_LIBS=$LIBS
13781cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13782/* end confdefs.h. */
13783
13784/* Override any GCC internal prototype to avoid an error.
13785 Use char because int might match the return type of a GCC
13786 builtin and then its argument prototype would still apply. */
13787#ifdef __cplusplus
13788extern "C"
13789#endif
13790char zlibVersion ();
13791int
13792main ()
13793{
13794return zlibVersion ();
13795 ;
13796 return 0;
13797}
13798_ACEOF
13799for ac_lib in '' z; do
13800 if test -z "$ac_lib"; then
13801 ac_res="none required"
13802 else
13803 ac_res=-l$ac_lib
13804 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13805 fi
13806 if ac_fn_c_try_link "$LINENO"; then :
13807 ac_cv_search_zlibVersion=$ac_res
13808fi
13809rm -f core conftest.err conftest.$ac_objext \
13810 conftest$ac_exeext
13811 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13812 break
13813fi
13814done
13815if test "${ac_cv_search_zlibVersion+set}" = set; then :
13816
13817else
13818 ac_cv_search_zlibVersion=no
13819fi
13820rm conftest.$ac_ext
13821LIBS=$ac_func_search_save_LIBS
13822fi
13823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13824$as_echo "$ac_cv_search_zlibVersion" >&6; }
13825ac_res=$ac_cv_search_zlibVersion
13826if test "$ac_res" != no; then :
13827 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13828 for ac_header in zlib.h
13829do :
13830 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13831if test "x$ac_cv_header_zlib_h" = x""yes; then :
13832 cat >>confdefs.h <<_ACEOF
13833#define HAVE_ZLIB_H 1
13834_ACEOF
13835
13836fi
13837
13838done
13839
13840fi
13841
13842 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13843 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13844 fi
13845 fi
13846
13847
13848# If we are configured native, pick a core file support file.
13849COREFILE=
13850COREFLAG=
13851CORE_HEADER=
13852TRAD_HEADER=
13853if test "${target}" = "${host}"; then
13854 case "${host}" in
13855 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13856 COREFILE=''
13857 ;;
13858 alpha*-*-linux-*)
13859 COREFILE=trad-core.lo
13860 TRAD_HEADER='"hosts/alphalinux.h"'
13861 ;;
13862 alpha*-*-netbsd* | alpha*-*-openbsd*)
13863 COREFILE=netbsd-core.lo
13864 ;;
13865 alpha*-*-*)
13866 COREFILE=osf-core.lo
13867 ;;
13868 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13869 COREFILE='' ;;
13870 arm-*-netbsd* | arm-*-openbsd*)
13871 COREFILE=netbsd-core.lo
13872 ;;
13873 arm-*-riscix) COREFILE=trad-core.lo ;;
13874 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13875 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13876 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13877 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13878 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13879 hppa*-*-netbsd* | hppa*-*-openbsd*)
13880 COREFILE=netbsd-core.lo
13881 ;;
13882
13883 i370-*-*)
13884 COREFILE=trad-core.lo
13885 TRAD_HEADER='"hosts/i370linux.h"'
13886 ;;
13887
13888 i[3-7]86-sequent-bsd*)
13889 COREFILE=trad-core.lo
13890 TRAD_HEADER='"hosts/symmetry.h"'
13891 ;;
13892 i[3-7]86-sequent-sysv4*) ;;
13893 i[3-7]86-sequent-sysv*)
13894 COREFILE=trad-core.lo
13895 TRAD_HEADER='"hosts/symmetry.h"'
13896 ;;
13897 i[3-7]86-*-bsdi)
13898 COREFILE=
13899 ;;
13900 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
13901 COREFILE=trad-core.lo
13902 TRAD_HEADER='"hosts/i386bsd.h"'
13903 ;;
13904 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13905 COREFILE=''
13906 TRAD_HEADER='"hosts/i386bsd.h"'
13907 ;;
13908 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13909 COREFILE=netbsd-core.lo
13910 ;;
13911 i[3-7]86-esix-sysv3*)
13912 COREFILE=trad-core.lo
13913 TRAD_HEADER='"hosts/esix.h"'
13914 ;;
13915 i[3-7]86-*-sco3.2v5*)
13916 COREFILE=sco5-core.lo
13917 ;;
13918 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13919 COREFILE=trad-core.lo
13920 TRAD_HEADER='"hosts/i386sco.h"'
13921 ;;
13922 i[3-7]86-*-mach3*)
13923 COREFILE=trad-core.lo
13924 TRAD_HEADER='"hosts/i386mach3.h"'
13925 ;;
13926 i[3-7]86-*-linux-*)
13927 COREFILE=trad-core.lo
13928 TRAD_HEADER='"hosts/i386linux.h"'
13929 ;;
13930 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13931 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13932 i860-*-mach3* | i860-*-osf1*)
13933 COREFILE=trad-core.lo
13934 TRAD_HEADER='"hosts/i860mach3.h"'
13935 ;;
13936 mips-*-netbsd* | mips*-*-openbsd*)
13937 COREFILE=netbsd-core.lo
13938 ;;
13939 mips-dec-*)
13940 COREFILE=trad-core.lo
13941 TRAD_HEADER='"hosts/decstation.h"'
13942 ;;
13943 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13944 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13945 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13946 mips-*-sysv4*) ;;
13947 mips-*-sysv* | mips-*-riscos*)
13948 COREFILE=trad-core.lo
13949 TRAD_HEADER='"hosts/riscos.h"'
13950 ;;
13951 mips-sony-bsd*)
13952 COREFILE=trad-core.lo
13953 TRAD_HEADER='"hosts/news-mips.h"'
13954 ;;
13955 m68*-bull*-sysv*)
13956 COREFILE=trad-core.lo
13957 TRAD_HEADER='"hosts/dpx2.h"'
13958 ;;
13959 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
13960 m68*-hp-bsd*)
13961 COREFILE=trad-core.lo
13962 TRAD_HEADER='"hosts/hp300bsd.h"'
13963 ;;
13964 m68*-*-linux-*)
13965 COREFILE=trad-core.lo
13966 TRAD_HEADER='"hosts/m68klinux.h"'
13967 ;;
13968 m68*-motorola-sysv*)
13969 COREFILE=trad-core.lo
13970 TRAD_HEADER='"hosts/delta68.h"'
13971 ;;
13972 m68*-sony-*)
13973 COREFILE=trad-core.lo
13974 TRAD_HEADER='"hosts/news.h"'
13975 ;;
13976 m68*-*-netbsd* | m68*-*-openbsd*)
13977 COREFILE=netbsd-core.lo
13978 ;;
13979 m68*-apple-aux*)
13980 COREFILE=trad-core.lo
13981 TRAD_HEADER='"hosts/m68kaux.h"'
13982 ;;
13983 m88*-*-sysv4*)
13984 ;;
13985 m88*-motorola-sysv*)
13986 COREFILE=ptrace-core.lo
13987 ;;
13988 m88*-*-mach3*)
13989 COREFILE=trad-core.lo
13990 TRAD_HEADER='"hosts/m88kmach3.h"'
13991 ;;
13992 m88*-*-openbsd*)
13993 COREFILE=netbsd-core.lo
13994 ;;
13995 ns32k-pc532-mach)
13996 COREFILE=trad-core.lo
13997 TRAD_HEADER='"hosts/pc532mach.h"'
13998 ;;
13999 ns32k-*-netbsd* | ns32k-*-openbsd*)
14000 COREFILE=netbsd-core.lo
14001 ;;
14002 rs6000-*-lynx*)
14003 COREFILE=lynx-core.lo
14004 ;;
14005 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].*)
14006 COREFILE=rs6000-core.lo
14007 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14008 ;;
14009 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14010 COREFILE=rs6000-core.lo
14011 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14012 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14013 # have c_impl as a member of struct core_dumpx
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14015$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14017/* end confdefs.h. */
14018#include <core.h>
14019int
14020main ()
14021{
14022struct core_dumpx c; c.c_impl = 0;
14023 ;
14024 return 0;
14025}
14026_ACEOF
14027if ac_fn_c_try_compile "$LINENO"; then :
14028
14029$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14030
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14032$as_echo "yes" >&6; }
14033else
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14035$as_echo "no" >&6; }
14036fi
14037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14038 ;;
14039 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14040 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14041 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14042 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14043 powerpc-*-beos*) ;;
14044 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14045 COREFILE='' ;;
14046 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14047 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14048 s390*-*-*) COREFILE=trad-core.lo ;;
14049 sh*-*-netbsd* | sh*-*-openbsd*)
14050 COREFILE=netbsd-core.lo
14051 ;;
14052 sparc-*-netbsd* | sparc*-*-openbsd*)
14053 COREFILE=netbsd-core.lo
14054 ;;
14055 tahoe-*-*)
14056 COREFILE=trad-core.lo
14057 TRAD_HEADER='"hosts/tahoe.h"'
14058 ;;
14059 vax-*-netbsd* | vax-*-openbsd*)
14060 COREFILE=netbsd-core.lo
14061 ;;
14062 vax-*-ultrix2*)
14063 COREFILE=trad-core.lo
14064 TRAD_HEADER='"hosts/vaxult2.h"'
14065 ;;
14066 vax-*-ultrix*)
14067 COREFILE=trad-core.lo
14068 TRAD_HEADER='"hosts/vaxult2.h"'
14069 ;;
14070 vax-*-linux-*)
14071 COREFILE=trad-core.lo
14072 TRAD_HEADER='"hosts/vaxlinux.h"'
14073 ;;
14074 vax-*-*)
14075 COREFILE=trad-core.lo
14076 TRAD_HEADER='"hosts/vaxbsd.h"'
14077 ;;
14078 x86_64-*-linux*)
14079 CORE_HEADER='"hosts/x86-64linux.h"'
14080 ;;
14081 x86_64-*-netbsd* | x86_64-*-openbsd*)
14082 COREFILE=netbsd-core.lo
14083 ;;
14084 esac
14085
14086 case "$COREFILE" in
14087 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
14088 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14089 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14090 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14091 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14092 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14093 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14094 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14095 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14096 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
14097 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14098 esac
14099
14100 # ELF corefile support has several flavors, but all of
14101 # them use something called <sys/procfs.h>
14102 for ac_header in sys/procfs.h
14103do :
14104 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14105if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
14106 cat >>confdefs.h <<_ACEOF
14107#define HAVE_SYS_PROCFS_H 1
14108_ACEOF
14109
14110fi
14111
14112done
14113
14114 if test "$ac_cv_header_sys_procfs_h" = yes; then
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14116$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14117 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
14118 $as_echo_n "(cached) " >&6
14119else
14120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14121/* end confdefs.h. */
14122
14123#define _SYSCALL32
14124/* Needed for new procfs interface on sparc-solaris. */
14125#define _STRUCTURED_PROC 1
14126#include <sys/procfs.h>
14127int
14128main ()
14129{
14130prstatus_t avar
14131 ;
14132 return 0;
14133}
14134_ACEOF
14135if ac_fn_c_try_compile "$LINENO"; then :
14136 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14137else
14138 bfd_cv_have_sys_procfs_type_prstatus_t=no
14139
14140fi
14141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14142fi
14143
14144 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14145
14146$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14147
14148 fi
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14150$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14151
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14153$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14154 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
14155 $as_echo_n "(cached) " >&6
14156else
14157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14158/* end confdefs.h. */
14159
14160#define _SYSCALL32
14161/* Needed for new procfs interface on sparc-solaris. */
14162#define _STRUCTURED_PROC 1
14163#include <sys/procfs.h>
14164int
14165main ()
14166{
14167prstatus32_t avar
14168 ;
14169 return 0;
14170}
14171_ACEOF
14172if ac_fn_c_try_compile "$LINENO"; then :
14173 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14174else
14175 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14176
14177fi
14178rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14179fi
14180
14181 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14182
14183$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14184
14185 fi
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14187$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14188
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14190$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14191 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
14192 $as_echo_n "(cached) " >&6
14193else
14194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14195/* end confdefs.h. */
14196
14197#define _SYSCALL32
14198/* Needed for new procfs interface on sparc-solaris. */
14199#define _STRUCTURED_PROC 1
14200#include <sys/procfs.h>
14201int
14202main ()
14203{
14204prstatus_t avar; void* aref = (void*) &avar.pr_who
14205 ;
14206 return 0;
14207}
14208_ACEOF
14209if ac_fn_c_try_compile "$LINENO"; then :
14210 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14211else
14212 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14213
14214fi
14215rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14216fi
14217
14218 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14219
14220$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14221
14222 fi
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14224$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14225
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14227$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14228 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
14229 $as_echo_n "(cached) " >&6
14230else
14231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14232/* end confdefs.h. */
14233
14234#define _SYSCALL32
14235/* Needed for new procfs interface on sparc-solaris. */
14236#define _STRUCTURED_PROC 1
14237#include <sys/procfs.h>
14238int
14239main ()
14240{
14241prstatus32_t avar; void* aref = (void*) &avar.pr_who
14242 ;
14243 return 0;
14244}
14245_ACEOF
14246if ac_fn_c_try_compile "$LINENO"; then :
14247 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14248else
14249 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14250
14251fi
14252rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14253fi
14254
14255 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14256
14257$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14258
14259 fi
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14261$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14262
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14264$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14265 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
14266 $as_echo_n "(cached) " >&6
14267else
14268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14269/* end confdefs.h. */
14270
14271#define _SYSCALL32
14272/* Needed for new procfs interface on sparc-solaris. */
14273#define _STRUCTURED_PROC 1
14274#include <sys/procfs.h>
14275int
14276main ()
14277{
14278pstatus_t avar
14279 ;
14280 return 0;
14281}
14282_ACEOF
14283if ac_fn_c_try_compile "$LINENO"; then :
14284 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14285else
14286 bfd_cv_have_sys_procfs_type_pstatus_t=no
14287
14288fi
14289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14290fi
14291
14292 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14293
14294$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14295
14296 fi
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14298$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14299
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14301$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14302 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
14303 $as_echo_n "(cached) " >&6
14304else
14305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14306/* end confdefs.h. */
14307
14308#define _SYSCALL32
14309/* Needed for new procfs interface on sparc-solaris. */
14310#define _STRUCTURED_PROC 1
14311#include <sys/procfs.h>
14312int
14313main ()
14314{
14315pxstatus_t avar
14316 ;
14317 return 0;
14318}
14319_ACEOF
14320if ac_fn_c_try_compile "$LINENO"; then :
14321 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14322else
14323 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14324
14325fi
14326rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14327fi
14328
14329 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14330
14331$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14332
14333 fi
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14335$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14336
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14338$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14339 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
14340 $as_echo_n "(cached) " >&6
14341else
14342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14343/* end confdefs.h. */
14344
14345#define _SYSCALL32
14346/* Needed for new procfs interface on sparc-solaris. */
14347#define _STRUCTURED_PROC 1
14348#include <sys/procfs.h>
14349int
14350main ()
14351{
14352pstatus32_t avar
14353 ;
14354 return 0;
14355}
14356_ACEOF
14357if ac_fn_c_try_compile "$LINENO"; then :
14358 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14359else
14360 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14361
14362fi
14363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14364fi
14365
14366 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14367
14368$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14369
14370 fi
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14372$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14373
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14375$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14376 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
14377 $as_echo_n "(cached) " >&6
14378else
14379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14380/* end confdefs.h. */
14381
14382#define _SYSCALL32
14383/* Needed for new procfs interface on sparc-solaris. */
14384#define _STRUCTURED_PROC 1
14385#include <sys/procfs.h>
14386int
14387main ()
14388{
14389prpsinfo_t avar
14390 ;
14391 return 0;
14392}
14393_ACEOF
14394if ac_fn_c_try_compile "$LINENO"; then :
14395 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14396else
14397 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14398
14399fi
14400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14401fi
14402
14403 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14404
14405$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14406
14407 fi
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14409$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14410
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14412$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14413 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then :
14414 $as_echo_n "(cached) " >&6
14415else
14416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417/* end confdefs.h. */
14418
14419#define _SYSCALL32
14420/* Needed for new procfs interface on sparc-solaris. */
14421#define _STRUCTURED_PROC 1
14422#include <sys/procfs.h>
14423int
14424main ()
14425{
14426prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14427 ;
14428 return 0;
14429}
14430_ACEOF
14431if ac_fn_c_try_compile "$LINENO"; then :
14432 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14433else
14434 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14435
14436fi
14437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14438fi
14439
14440 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14441
14442$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14443
14444 fi
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14446$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14447
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14449$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14450 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
14451 $as_echo_n "(cached) " >&6
14452else
14453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14454/* end confdefs.h. */
14455
14456#define _SYSCALL32
14457/* Needed for new procfs interface on sparc-solaris. */
14458#define _STRUCTURED_PROC 1
14459#include <sys/procfs.h>
14460int
14461main ()
14462{
14463prpsinfo32_t avar
14464 ;
14465 return 0;
14466}
14467_ACEOF
14468if ac_fn_c_try_compile "$LINENO"; then :
14469 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14470else
14471 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14472
14473fi
14474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14475fi
14476
14477 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14478
14479$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14480
14481 fi
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14483$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14484
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14486$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14487 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then :
14488 $as_echo_n "(cached) " >&6
14489else
14490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14491/* end confdefs.h. */
14492
14493#define _SYSCALL32
14494/* Needed for new procfs interface on sparc-solaris. */
14495#define _STRUCTURED_PROC 1
14496#include <sys/procfs.h>
14497int
14498main ()
14499{
14500prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14501 ;
14502 return 0;
14503}
14504_ACEOF
14505if ac_fn_c_try_compile "$LINENO"; then :
14506 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14507else
14508 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14509
14510fi
14511rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14512fi
14513
14514 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14515
14516$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14517
14518 fi
14519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14520$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14521
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14523$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14524 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
14525 $as_echo_n "(cached) " >&6
14526else
14527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14528/* end confdefs.h. */
14529
14530#define _SYSCALL32
14531/* Needed for new procfs interface on sparc-solaris. */
14532#define _STRUCTURED_PROC 1
14533#include <sys/procfs.h>
14534int
14535main ()
14536{
14537psinfo_t avar
14538 ;
14539 return 0;
14540}
14541_ACEOF
14542if ac_fn_c_try_compile "$LINENO"; then :
14543 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14544else
14545 bfd_cv_have_sys_procfs_type_psinfo_t=no
14546
14547fi
14548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14549fi
14550
14551 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14552
14553$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14554
14555 fi
14556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14557$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14558
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14560$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14561 if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then :
14562 $as_echo_n "(cached) " >&6
14563else
14564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14565/* end confdefs.h. */
14566
14567#define _SYSCALL32
14568/* Needed for new procfs interface on sparc-solaris. */
14569#define _STRUCTURED_PROC 1
14570#include <sys/procfs.h>
14571int
14572main ()
14573{
14574psinfo_t avar; void* aref = (void*) &avar.pr_pid
14575 ;
14576 return 0;
14577}
14578_ACEOF
14579if ac_fn_c_try_compile "$LINENO"; then :
14580 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14581else
14582 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14583
14584fi
14585rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14586fi
14587
14588 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14589
14590$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14591
14592 fi
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14594$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14595
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14597$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14598 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
14599 $as_echo_n "(cached) " >&6
14600else
14601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14602/* end confdefs.h. */
14603
14604#define _SYSCALL32
14605/* Needed for new procfs interface on sparc-solaris. */
14606#define _STRUCTURED_PROC 1
14607#include <sys/procfs.h>
14608int
14609main ()
14610{
14611psinfo32_t avar
14612 ;
14613 return 0;
14614}
14615_ACEOF
14616if ac_fn_c_try_compile "$LINENO"; then :
14617 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14618else
14619 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14620
14621fi
14622rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14623fi
14624
14625 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14626
14627$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14628
14629 fi
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14631$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14632
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14634$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14635 if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then :
14636 $as_echo_n "(cached) " >&6
14637else
14638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14639/* end confdefs.h. */
14640
14641#define _SYSCALL32
14642/* Needed for new procfs interface on sparc-solaris. */
14643#define _STRUCTURED_PROC 1
14644#include <sys/procfs.h>
14645int
14646main ()
14647{
14648psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14649 ;
14650 return 0;
14651}
14652_ACEOF
14653if ac_fn_c_try_compile "$LINENO"; then :
14654 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14655else
14656 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14657
14658fi
14659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14660fi
14661
14662 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14663
14664$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14665
14666 fi
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14668$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14669
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14671$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14672 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
14673 $as_echo_n "(cached) " >&6
14674else
14675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14676/* end confdefs.h. */
14677
14678#define _SYSCALL32
14679/* Needed for new procfs interface on sparc-solaris. */
14680#define _STRUCTURED_PROC 1
14681#include <sys/procfs.h>
14682int
14683main ()
14684{
14685lwpstatus_t avar
14686 ;
14687 return 0;
14688}
14689_ACEOF
14690if ac_fn_c_try_compile "$LINENO"; then :
14691 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14692else
14693 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14694
14695fi
14696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14697fi
14698
14699 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14700
14701$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14702
14703 fi
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14705$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14706
14707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14708$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14709 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
14710 $as_echo_n "(cached) " >&6
14711else
14712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14713/* end confdefs.h. */
14714
14715#define _SYSCALL32
14716/* Needed for new procfs interface on sparc-solaris. */
14717#define _STRUCTURED_PROC 1
14718#include <sys/procfs.h>
14719int
14720main ()
14721{
14722lwpxstatus_t avar
14723 ;
14724 return 0;
14725}
14726_ACEOF
14727if ac_fn_c_try_compile "$LINENO"; then :
14728 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14729else
14730 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14731
14732fi
14733rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14734fi
14735
14736 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14737
14738$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14739
14740 fi
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14742$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14743
14744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14745$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14746 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
14747 $as_echo_n "(cached) " >&6
14748else
14749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14750/* end confdefs.h. */
14751
14752#define _SYSCALL32
14753/* Needed for new procfs interface on sparc-solaris. */
14754#define _STRUCTURED_PROC 1
14755#include <sys/procfs.h>
14756int
14757main ()
14758{
14759lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14760 ;
14761 return 0;
14762}
14763_ACEOF
14764if ac_fn_c_try_compile "$LINENO"; then :
14765 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14766else
14767 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14768
14769fi
14770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14771fi
14772
14773 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14774
14775$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14776
14777 fi
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14779$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14780
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14782$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14783 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
14784 $as_echo_n "(cached) " >&6
14785else
14786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14787/* end confdefs.h. */
14788
14789#define _SYSCALL32
14790/* Needed for new procfs interface on sparc-solaris. */
14791#define _STRUCTURED_PROC 1
14792#include <sys/procfs.h>
14793int
14794main ()
14795{
14796lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14797 ;
14798 return 0;
14799}
14800_ACEOF
14801if ac_fn_c_try_compile "$LINENO"; then :
14802 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14803else
14804 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14805
14806fi
14807rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14808fi
14809
14810 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14811
14812$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14813
14814 fi
14815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14816$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14817
14818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14819$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14820 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
14821 $as_echo_n "(cached) " >&6
14822else
14823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14824/* end confdefs.h. */
14825
14826#define _SYSCALL32
14827/* Needed for new procfs interface on sparc-solaris. */
14828#define _STRUCTURED_PROC 1
14829#include <sys/procfs.h>
14830int
14831main ()
14832{
14833lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14834 ;
14835 return 0;
14836}
14837_ACEOF
14838if ac_fn_c_try_compile "$LINENO"; then :
14839 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14840else
14841 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14842
14843fi
14844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14845fi
14846
14847 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14848
14849$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14850
14851 fi
14852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14853$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14854
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14856$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14857 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
14858 $as_echo_n "(cached) " >&6
14859else
14860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14861/* end confdefs.h. */
14862
14863#define _SYSCALL32
14864/* Needed for new procfs interface on sparc-solaris. */
14865#define _STRUCTURED_PROC 1
14866#include <sys/procfs.h>
14867int
14868main ()
14869{
14870win32_pstatus_t avar
14871 ;
14872 return 0;
14873}
14874_ACEOF
14875if ac_fn_c_try_compile "$LINENO"; then :
14876 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14877else
14878 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14879
14880fi
14881rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14882fi
14883
14884 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14885
14886$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14887
14888 fi
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14890$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14891
14892 fi
14893fi
14894
14895
14896if test -n "$CORE_HEADER"; then
14897
14898cat >>confdefs.h <<_ACEOF
14899#define CORE_HEADER $CORE_HEADER
14900_ACEOF
14901
14902fi
14903if test -n "$TRAD_HEADER"; then
14904
14905cat >>confdefs.h <<_ACEOF
14906#define TRAD_HEADER $TRAD_HEADER
14907_ACEOF
14908
14909fi
14910
14911# Check if linker supports --as-needed and --no-as-needed options
14912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14913$as_echo_n "checking linker --as-needed support... " >&6; }
14914if test "${bfd_cv_ld_as_needed+set}" = set; then :
14915 $as_echo_n "(cached) " >&6
14916else
14917 bfd_cv_ld_as_needed=no
14918 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14919 bfd_cv_ld_as_needed=yes
14920 fi
14921
14922fi
14923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14924$as_echo "$bfd_cv_ld_as_needed" >&6; }
14925
14926LIBM=
14927case $host in
14928*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14929 # These system don't have libm, or don't need it
14930 ;;
14931*-ncr-sysv4.3*)
14932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14933$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14934if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
14935 $as_echo_n "(cached) " >&6
14936else
14937 ac_check_lib_save_LIBS=$LIBS
14938LIBS="-lmw $LIBS"
14939cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14940/* end confdefs.h. */
14941
14942/* Override any GCC internal prototype to avoid an error.
14943 Use char because int might match the return type of a GCC
14944 builtin and then its argument prototype would still apply. */
14945#ifdef __cplusplus
14946extern "C"
14947#endif
14948char _mwvalidcheckl ();
14949int
14950main ()
14951{
14952return _mwvalidcheckl ();
14953 ;
14954 return 0;
14955}
14956_ACEOF
14957if ac_fn_c_try_link "$LINENO"; then :
14958 ac_cv_lib_mw__mwvalidcheckl=yes
14959else
14960 ac_cv_lib_mw__mwvalidcheckl=no
14961fi
14962rm -f core conftest.err conftest.$ac_objext \
14963 conftest$ac_exeext conftest.$ac_ext
14964LIBS=$ac_check_lib_save_LIBS
14965fi
14966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14967$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14968if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
14969 LIBM="-lmw"
14970fi
14971
14972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14973$as_echo_n "checking for cos in -lm... " >&6; }
14974if test "${ac_cv_lib_m_cos+set}" = set; then :
14975 $as_echo_n "(cached) " >&6
14976else
14977 ac_check_lib_save_LIBS=$LIBS
14978LIBS="-lm $LIBS"
14979cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14980/* end confdefs.h. */
14981
14982/* Override any GCC internal prototype to avoid an error.
14983 Use char because int might match the return type of a GCC
14984 builtin and then its argument prototype would still apply. */
14985#ifdef __cplusplus
14986extern "C"
14987#endif
14988char cos ();
14989int
14990main ()
14991{
14992return cos ();
14993 ;
14994 return 0;
14995}
14996_ACEOF
14997if ac_fn_c_try_link "$LINENO"; then :
14998 ac_cv_lib_m_cos=yes
14999else
15000 ac_cv_lib_m_cos=no
15001fi
15002rm -f core conftest.err conftest.$ac_objext \
15003 conftest$ac_exeext conftest.$ac_ext
15004LIBS=$ac_check_lib_save_LIBS
15005fi
15006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15007$as_echo "$ac_cv_lib_m_cos" >&6; }
15008if test "x$ac_cv_lib_m_cos" = x""yes; then :
15009 LIBM="$LIBM -lm"
15010fi
15011
15012 ;;
15013*)
15014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
15015$as_echo_n "checking for cos in -lm... " >&6; }
15016if test "${ac_cv_lib_m_cos+set}" = set; then :
15017 $as_echo_n "(cached) " >&6
15018else
15019 ac_check_lib_save_LIBS=$LIBS
15020LIBS="-lm $LIBS"
15021cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15022/* end confdefs.h. */
15023
15024/* Override any GCC internal prototype to avoid an error.
15025 Use char because int might match the return type of a GCC
15026 builtin and then its argument prototype would still apply. */
15027#ifdef __cplusplus
15028extern "C"
15029#endif
15030char cos ();
15031int
15032main ()
15033{
15034return cos ();
15035 ;
15036 return 0;
15037}
15038_ACEOF
15039if ac_fn_c_try_link "$LINENO"; then :
15040 ac_cv_lib_m_cos=yes
15041else
15042 ac_cv_lib_m_cos=no
15043fi
15044rm -f core conftest.err conftest.$ac_objext \
15045 conftest$ac_exeext conftest.$ac_ext
15046LIBS=$ac_check_lib_save_LIBS
15047fi
15048{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15049$as_echo "$ac_cv_lib_m_cos" >&6; }
15050if test "x$ac_cv_lib_m_cos" = x""yes; then :
15051 LIBM="-lm"
15052fi
15053
15054 ;;
15055esac
15056
15057
15058
15059# When building a shared libbfd, link against the pic version of libiberty
15060# so that apps that use libbfd won't need libiberty just to satisfy any
15061# libbfd references.
15062# We can't do that if a pic libiberty is unavailable since including non-pic
15063# code would insert text relocations into libbfd.
15064SHARED_LIBADD=
15065SHARED_LDFLAGS=
15066if test "$enable_shared" = "yes"; then
15067 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
15068 if test -n "$x"; then
15069 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
15070 fi
15071
15072# More hacks to build DLLs on Windows.
15073 case "${host}" in
15074 *-*-cygwin*)
15075 SHARED_LDFLAGS="-no-undefined"
15076 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
15077 ;;
15078 esac
15079
15080 if test -n "$SHARED_LIBADD"; then
15081 if test -n "$LIBM"; then
15082 if test x"$bfd_cv_ld_as_needed" = xyes; then
15083 # Link against libm only when needed. Put -lc, -lm inside -Wl
15084 # to stop libtool reordering these options.
15085 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
15086 else
15087 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
15088 fi
15089 fi
15090 fi
15091fi
15092
15093
15094
15095# target stuff:
15096
15097# Canonicalize the secondary target names.
15098if test -n "$enable_targets" ; then
15099 for targ in `echo $enable_targets | sed 's/,/ /g'`
15100 do
15101 result=`$ac_config_sub $targ 2>/dev/null`
15102 if test -n "$result" ; then
15103 canon_targets="$canon_targets $result"
15104 else
15105 # Allow targets that config.sub doesn't recognize, like "all".
15106 canon_targets="$canon_targets $targ"
15107 fi
15108 done
15109fi
15110
15111all_targets=false
15112defvec=
15113selvecs=
15114assocvecs=
15115selarchs=
15116TDEFINES=
15117for targ in $target $canon_targets
15118do
15119 if test "x$targ" = "xall"; then
15120 all_targets=true
15121 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
15122 else
15123 . $srcdir/config.bfd
15124 if test "x$targ" = "x$target"; then
15125 defvec=$targ_defvec
15126 fi
15127 selvecs="$selvecs $targ_defvec $targ_selvecs"
15128 selarchs="$selarchs $targ_archs"
15129 TDEFINES="$TDEFINES $targ_cflags"
15130 fi
15131done
15132
15133
15134# This processing still needs to be done if we're to decide properly whether
15135# 64-bit support needs to be compiled in. Currently, it will be included if
15136# the default or any other explicitly requested target requires it; it
15137# will not be included on a 32-bit host if no 64-bit target is requested, and
15138# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
15139# used.
15140
15141# uniq the default and selected vectors in all the configured targets.
15142f=""
15143for i in $selvecs ; do
15144 case " $f " in
15145 *" $i "*) ;;
15146 *) f="$f $i" ;;
15147 esac
15148done
15149selvecs="$f"
15150
15151
15152# uniq the associated vectors in all the configured targets.
15153f=""
15154for i in $assocvecs ; do
15155 case " $f " in
15156 *" $i "*) ;;
15157 *) f="$f $i" ;;
15158 esac
15159done
15160assocvecs="$f"
15161
15162
15163# uniq the architectures in all the configured targets.
15164f=""
15165for i in $selarchs ; do
15166 case " $f " in
15167 *" $i "*) ;;
15168 *) f="$f $i" ;;
15169 esac
15170done
15171selarchs="$f"
15172
15173# Target backend .o files.
15174tb=
15175
15176elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
15177 elf-eh-frame.lo dwarf1.lo"
15178
15179for vec in $selvecs
15180do
15181 target_size=32
15182 case "$vec" in
15183 # This list is alphabetized to make it easy to compare
15184 # with the two vector lists in targets.c. For the same reason,
15185 # use one entry per line, even though this leads to long lines.
15186 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
15187 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
15188 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
15189 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
15190 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
15191 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
15192 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
15193 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
15194 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
15195 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
15196 arm_wince_pe_big_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
15197 arm_wince_pe_little_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
15198 arm_wince_pei_big_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
15199 arm_wince_pei_little_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
15200 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
15201 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
15202 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
15203 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
15204 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
15205 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
15206 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
15207 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
15208 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
15209 bfd_pei_ia64_vec) tb="$tb pei-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
15210 bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
15211 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
15212 bfd_elf32_bfin_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15213 bfd_elf32_bfinfdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15214 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15215 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
15216 bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15217 bfd_elf32_bigarm_nacl_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15218 bfd_elf32_bigarm_symbian_vec)
15219 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15220 bfd_elf32_bigarm_vxworks_vec)
15221 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15222 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15223 bfd_elf32_bigmips_vxworks_vec)
15224 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15225 bfd_elf32_bigmoxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15226 bfd_elf32_cr16_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
15227 bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
15228 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
15229 bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
15230 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
15231 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
15232 bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
15233 bfd_elf32_epiphany_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
15234 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
15235 bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15236 bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15237 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
15238 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15239 bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15240 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15241 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
15242 bfd_elf32_i386_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15243 bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15244 bfd_elf32_i386_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15245 bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15246 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15247 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
15248 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
15249 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
15250 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
15251 bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf";;
15252 bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
15253 bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
15254 bfd_elf32_lm32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15255 bfd_elf32_lm32fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15256 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15257 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
15258 bfd_elf32_littlearm_symbian_vec)
15259 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15260 bfd_elf32_littlearm_vxworks_vec)
15261 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15262 bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15263 bfd_elf32_littlearm_nacl_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15264 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15265 bfd_elf32_littlemips_vxworks_vec)
15266 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15267 bfd_elf32_littlemoxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15268 bfd_elf32_m32c_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
15269 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15270 bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15271 bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15272 bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15273 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15274 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15275 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
15276 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
15277 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15278 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15279 bfd_elf32_mep_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15280 bfd_elf32_mep_little_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15281 bfd_elf32_microblaze_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
15282 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
15283 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
15284 bfd_elf32_mt_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
15285 bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
15286 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15287 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15288 bfd_elf32_ntradbigmips_vec | bfd_elf32_ntradbigmips_freebsd_vec)
15289 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15290 bfd_elf32_ntradlittlemips_vec | bfd_elf32_ntradlittlemips_freebsd_vec)
15291 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15292 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
15293 bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;;
15294 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
15295 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
15296 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15297 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15298 bfd_elf32_powerpc_freebsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15299 bfd_elf32_powerpc_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15300 bfd_elf32_rl78_vec) tb="$tb elf32-rl78.lo $elf" ;;
15301 bfd_elf32_rx_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
15302 bfd_elf32_rx_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
15303 bfd_elf32_rx_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
15304 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
15305 bfd_elf32_bigscore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
15306 bfd_elf32_littlescore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
15307 # FIXME: We include cofflink.lo not because it's needed for
15308 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
15309 # which needs it but does not list it. Should be fixed in right place.
15310 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15311 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15312 bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15313 bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15314 bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
15315 bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
15316 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15317 bfd_elf32_shbfd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15318 bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15319 bfd_elf32_shfd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15320 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15321 bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15322 bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15323 bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15324 bfd_elf32_shlvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15325 bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15326 bfd_elf32_shvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15327 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15328 bfd_elf32_sparc_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15329 bfd_elf32_sparc_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15330 bfd_elf32_spu_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
15331 bfd_elf32_tic6x_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15332 bfd_elf32_tic6x_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15333 bfd_elf32_tic6x_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15334 bfd_elf32_tic6x_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15335 bfd_elf32_tic6x_elf_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15336 bfd_elf32_tic6x_elf_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15337 bfd_elf32_tilegx_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
15338 bfd_elf32_tilegx_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
15339 bfd_elf32_tilepro_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
15340 bfd_elf32_tradbigmips_vec | bfd_elf32_tradbigmips_freebsd_vec)
15341 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15342 bfd_elf32_tradlittlemips_vec | bfd_elf32_tradlittlemips_freebsd_vec)
15343 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15344 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
15345 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
15346 bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
15347 bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
15348 bfd_elf32_xc16x_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
15349 bfd_elf32_xgate_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
15350 bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15351 bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15352 bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15353 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15354 bfd_elf64_bigaarch64_vec) tb="$tb elf64-aarch64.lo elf64.lo $elf"; target_size=64 ;;
15355 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15356 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15357 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15358 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15359 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15360 bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15361 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15362 bfd_elf64_ia64_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 ;;
15363 bfd_elf64_littleaarch64_vec)tb="$tb elf64-aarch64.lo elf64.lo $elf"; target_size=64 ;;
15364 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15365 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15366 bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
15367 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15368 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15369 bfd_elf64_powerpc_freebsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15370 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
15371 bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15372 bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15373 bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15374 bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15375 bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15376 bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15377 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15378 bfd_elf64_sparc_freebsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15379 bfd_elf64_sparc_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15380 bfd_elf64_tilegx_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15381 bfd_elf64_tilegx_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15382 bfd_elf64_tradbigmips_vec | bfd_elf64_tradbigmips_freebsd_vec)
15383 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15384 bfd_elf64_tradlittlemips_vec | bfd_elf64_tradlittlemips_freebsd_vec)
15385 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15386 bfd_elf64_x86_64_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15387 bfd_elf64_x86_64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15388 bfd_elf64_x86_64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15389 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15390 bfd_elf32_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
15391 bfd_elf32_x86_64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
15392 bfd_elf64_l1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15393 bfd_elf64_l1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15394 bfd_elf64_k1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15395 bfd_elf64_k1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15396 bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
15397 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
15398 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
15399 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
15400 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
15401 cris_aout_vec) tb="$tb aout-cris.lo" ;;
15402 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
15403 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15404 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15405 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15406 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
15407 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
15408 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
15409 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
15410 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
15411 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
15412 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
15413 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
15414 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
15415 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
15416 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
15417 x86_64coff_vec) tb="$tb coff-x86_64.lo cofflink.lo"; target_size=64 ;;
15418 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
15419 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
15420 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
15421 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
15422 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
15423 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
15424 i386msdos_vec) tb="$tb i386msdos.lo" ;;
15425 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
15426 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
15427 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
15428 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
15429 x86_64pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
15430 x86_64pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
15431 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
15432 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
15433 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
15434 ieee_vec) tb="$tb ieee.lo" ;;
15435 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
15436 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
15437 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
15438 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
15439 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
15440 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
15441 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
15442 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
15443 m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
15444 m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
15445 mach_o_be_vec) tb="$tb mach-o.lo" ;;
15446 mach_o_le_vec) tb="$tb mach-o.lo" ;;
15447 mach_o_fat_vec) tb="$tb mach-o.lo" ;;
15448 mach_o_i386_vec) tb="$tb mach-o-i386.lo" ;;
15449 mach_o_x86_64_vec) tb="$tb mach-o-x86-64.lo" ;;
15450 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15451 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15452 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15453 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15454 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
15455 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
15456 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
15457 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
15458 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
15459 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
15460 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
15461 or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;;
15462 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
15463 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
15464 pef_vec) tb="$tb pef.lo" ;;
15465 pef_xlib_vec) tb="$tb pef.lo" ;;
15466 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
15467 plugin_vec) tb="$tb plugin.lo" ;;
15468 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15469 ppcboot_vec) tb="$tb ppcboot.lo" ;;
15470 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
15471 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
15472 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15473 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15474 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15475 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15476 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15477 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15478 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15479 som_vec) tb="$tb som.lo" ;;
15480 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
15481 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
15482 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
15483 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
15484 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
15485 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
15486 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
15487 sym_vec) tb="$tb xsym.lo" ;;
15488 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
15489 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
15490 tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;;
15491 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;;
15492 tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;;
15493 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;;
15494 tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;;
15495 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;;
15496 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
15497 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
15498 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
15499 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
15500 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
15501 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
15502 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
15503 vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
15504 vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
15505 vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
15506 versados_vec) tb="$tb versados.lo" ;;
15507 vms_alpha_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
15508 vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
15509 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
15510 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
15511 z80coff_vec) tb="$tb coff-z80.lo reloc16.lo" ;;
15512 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;;
15513
15514 # These appear out of order in targets.c
15515 srec_vec) tb="$tb srec.lo" ;;
15516 symbolsrec_vec) tb="$tb srec.lo" ;;
15517 tekhex_vec) tb="$tb tekhex.lo" ;;
15518 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
15519 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
15520
15521 "") ;;
15522 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
15523 esac
15524
15525 if test ${target_size} = 64; then
15526 target64=true
15527 fi
15528 if test x"${vec}" = x"${defvec}"; then
15529 bfd_default_target_size=${target_size}
15530 fi
15531done
15532
15533# Target architecture .o files.
15534# A couple of CPUs use shorter file names to avoid problems on DOS
15535# filesystems.
15536ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15537
15538# Weed out duplicate .o files.
15539f=""
15540for i in $tb ; do
15541 case " $f " in
15542 *" $i "*) ;;
15543 *) f="$f $i" ;;
15544 esac
15545done
15546tb="$f"
15547
15548f=""
15549for i in $ta ; do
15550 case " $f " in
15551 *" $i "*) ;;
15552 *) f="$f $i" ;;
15553 esac
15554done
15555ta="$f"
15556
15557bfd_backends="$tb"
15558bfd_machines="$ta"
15559
15560if test x${all_targets} = xtrue ; then
15561 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15562 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15563 selvecs=
15564 havevecs=-DHAVE_all_vecs
15565 selarchs=
15566 test -n "$assocvecs" &&
15567 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15568else # all_targets is true
15569 # Only set these if they will be nonempty, for the clever echo.
15570 havevecs=
15571 assocvecs=
15572 test -n "$selvecs" &&
15573 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15574 test -n "$selvecs" &&
15575 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15576 test -n "$selarchs" &&
15577 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15578fi # all_targets is true
15579
15580case ${host64}-${target64}-${want64} in
15581 *true*)
15582 wordsize=64
15583 bfd64_libs='$(BFD64_LIBS)'
15584 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15585 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15587$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15589$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15590 fi
15591 if test -n "$GCC" ; then
15592 bad_64bit_gcc=no;
15593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15594$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15595 # Add more tests for gcc versions with non-working 64-bit support here.
15596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15597/* end confdefs.h. */
15598:__GNUC__:__GNUC_MINOR__:__i386__:
15599_ACEOF
15600if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15601 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15602 bad_64bit_gcc=yes;
15603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15604$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15605else
15606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15607$as_echo "no" >&6; }
15608fi
15609rm -f conftest*
15610
15611 if test $bad_64bit_gcc = yes ; then
15612 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15613 fi
15614 fi
15615 ;;
15616 false-false-false)
15617 wordsize=32
15618 all_backends='$(BFD32_BACKENDS)'
15619 ;;
15620esac
15621
15622
15623
15624
15625
15626
15627
15628
15629if test "$plugins" = "yes"; then
15630 supports_plugins=1
15631else
15632 supports_plugins=0
15633fi
15634
15635
15636# Determine the host dependant file_ptr a.k.a. off_t type. In order
15637# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15638# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15639# Hopefully a reasonable assumption since fseeko et.al. should be
15640# upward compatible.
15641for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15642do :
15643 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15644ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15645eval as_val=\$$as_ac_var
15646 if test "x$as_val" = x""yes; then :
15647 cat >>confdefs.h <<_ACEOF
15648#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15649_ACEOF
15650
15651fi
15652done
15653
15654if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15655 # The cast to long int works around a bug in the HP C Compiler
15656# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15657# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15658# This bug is HP SR number 8606223364.
15659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15660$as_echo_n "checking size of off_t... " >&6; }
15661if test "${ac_cv_sizeof_off_t+set}" = set; then :
15662 $as_echo_n "(cached) " >&6
15663else
15664 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15665
15666else
15667 if test "$ac_cv_type_off_t" = yes; then
15668 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15669$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15670{ as_fn_set_status 77
15671as_fn_error "cannot compute sizeof (off_t)
15672See \`config.log' for more details." "$LINENO" 5; }; }
15673 else
15674 ac_cv_sizeof_off_t=0
15675 fi
15676fi
15677
15678fi
15679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15680$as_echo "$ac_cv_sizeof_off_t" >&6; }
15681
15682
15683
15684cat >>confdefs.h <<_ACEOF
15685#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15686_ACEOF
15687
15688
15689fi
15690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15691$as_echo_n "checking file_ptr type... " >&6; }
15692bfd_file_ptr="long"
15693bfd_ufile_ptr="unsigned long"
15694if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15695 -o x"${ac_cv_sizeof_off_t}" = x8; then
15696 bfd_file_ptr=BFD_HOST_64_BIT
15697 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15698fi
15699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15700$as_echo "$bfd_file_ptr" >&6; }
15701
15702
15703
15704
15705tdefaults=""
15706test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15707test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15708test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15709test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15710
15711
15712
15713for ac_header in stdlib.h unistd.h
15714do :
15715 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15716ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15717eval as_val=\$$as_ac_Header
15718 if test "x$as_val" = x""yes; then :
15719 cat >>confdefs.h <<_ACEOF
15720#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15721_ACEOF
15722
15723fi
15724
15725done
15726
15727for ac_func in getpagesize
15728do :
15729 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15730if test "x$ac_cv_func_getpagesize" = x""yes; then :
15731 cat >>confdefs.h <<_ACEOF
15732#define HAVE_GETPAGESIZE 1
15733_ACEOF
15734
15735fi
15736done
15737
15738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15739$as_echo_n "checking for working mmap... " >&6; }
15740if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15741 $as_echo_n "(cached) " >&6
15742else
15743 if test "$cross_compiling" = yes; then :
15744 ac_cv_func_mmap_fixed_mapped=no
15745else
15746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15747/* end confdefs.h. */
15748$ac_includes_default
15749/* malloc might have been renamed as rpl_malloc. */
15750#undef malloc
15751
15752/* Thanks to Mike Haertel and Jim Avera for this test.
15753 Here is a matrix of mmap possibilities:
15754 mmap private not fixed
15755 mmap private fixed at somewhere currently unmapped
15756 mmap private fixed at somewhere already mapped
15757 mmap shared not fixed
15758 mmap shared fixed at somewhere currently unmapped
15759 mmap shared fixed at somewhere already mapped
15760 For private mappings, we should verify that changes cannot be read()
15761 back from the file, nor mmap's back from the file at a different
15762 address. (There have been systems where private was not correctly
15763 implemented like the infamous i386 svr4.0, and systems where the
15764 VM page cache was not coherent with the file system buffer cache
15765 like early versions of FreeBSD and possibly contemporary NetBSD.)
15766 For shared mappings, we should conversely verify that changes get
15767 propagated back to all the places they're supposed to be.
15768
15769 Grep wants private fixed already mapped.
15770 The main things grep needs to know about mmap are:
15771 * does it exist and is it safe to write into the mmap'd area
15772 * how to use it (BSD variants) */
15773
15774#include <fcntl.h>
15775#include <sys/mman.h>
15776
15777#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15778char *malloc ();
15779#endif
15780
15781/* This mess was copied from the GNU getpagesize.h. */
15782#ifndef HAVE_GETPAGESIZE
15783/* Assume that all systems that can run configure have sys/param.h. */
15784# ifndef HAVE_SYS_PARAM_H
15785# define HAVE_SYS_PARAM_H 1
15786# endif
15787
15788# ifdef _SC_PAGESIZE
15789# define getpagesize() sysconf(_SC_PAGESIZE)
15790# else /* no _SC_PAGESIZE */
15791# ifdef HAVE_SYS_PARAM_H
15792# include <sys/param.h>
15793# ifdef EXEC_PAGESIZE
15794# define getpagesize() EXEC_PAGESIZE
15795# else /* no EXEC_PAGESIZE */
15796# ifdef NBPG
15797# define getpagesize() NBPG * CLSIZE
15798# ifndef CLSIZE
15799# define CLSIZE 1
15800# endif /* no CLSIZE */
15801# else /* no NBPG */
15802# ifdef NBPC
15803# define getpagesize() NBPC
15804# else /* no NBPC */
15805# ifdef PAGESIZE
15806# define getpagesize() PAGESIZE
15807# endif /* PAGESIZE */
15808# endif /* no NBPC */
15809# endif /* no NBPG */
15810# endif /* no EXEC_PAGESIZE */
15811# else /* no HAVE_SYS_PARAM_H */
15812# define getpagesize() 8192 /* punt totally */
15813# endif /* no HAVE_SYS_PARAM_H */
15814# endif /* no _SC_PAGESIZE */
15815
15816#endif /* no HAVE_GETPAGESIZE */
15817
15818int
15819main ()
15820{
15821 char *data, *data2, *data3;
15822 int i, pagesize;
15823 int fd;
15824
15825 pagesize = getpagesize ();
15826
15827 /* First, make a file with some known garbage in it. */
15828 data = (char *) malloc (pagesize);
15829 if (!data)
15830 return 1;
15831 for (i = 0; i < pagesize; ++i)
15832 *(data + i) = rand ();
15833 umask (0);
15834 fd = creat ("conftest.mmap", 0600);
15835 if (fd < 0)
15836 return 1;
15837 if (write (fd, data, pagesize) != pagesize)
15838 return 1;
15839 close (fd);
15840
15841 /* Next, try to mmap the file at a fixed address which already has
15842 something else allocated at it. If we can, also make sure that
15843 we see the same garbage. */
15844 fd = open ("conftest.mmap", O_RDWR);
15845 if (fd < 0)
15846 return 1;
15847 data2 = (char *) malloc (2 * pagesize);
15848 if (!data2)
15849 return 1;
15850 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
15851 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15852 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15853 return 1;
15854 for (i = 0; i < pagesize; ++i)
15855 if (*(data + i) != *(data2 + i))
15856 return 1;
15857
15858 /* Finally, make sure that changes to the mapped area do not
15859 percolate back to the file as seen by read(). (This is a bug on
15860 some variants of i386 svr4.0.) */
15861 for (i = 0; i < pagesize; ++i)
15862 *(data2 + i) = *(data2 + i) + 1;
15863 data3 = (char *) malloc (pagesize);
15864 if (!data3)
15865 return 1;
15866 if (read (fd, data3, pagesize) != pagesize)
15867 return 1;
15868 for (i = 0; i < pagesize; ++i)
15869 if (*(data + i) != *(data3 + i))
15870 return 1;
15871 close (fd);
15872 return 0;
15873}
15874_ACEOF
15875if ac_fn_c_try_run "$LINENO"; then :
15876 ac_cv_func_mmap_fixed_mapped=yes
15877else
15878 ac_cv_func_mmap_fixed_mapped=no
15879fi
15880rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15881 conftest.$ac_objext conftest.beam conftest.$ac_ext
15882fi
15883
15884fi
15885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15886$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15887if test $ac_cv_func_mmap_fixed_mapped = yes; then
15888
15889$as_echo "#define HAVE_MMAP 1" >>confdefs.h
15890
15891fi
15892rm -f conftest.mmap
15893
15894for ac_func in madvise mprotect
15895do :
15896 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15897ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15898eval as_val=\$$as_ac_var
15899 if test "x$as_val" = x""yes; then :
15900 cat >>confdefs.h <<_ACEOF
15901#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15902_ACEOF
15903
15904fi
15905done
15906
15907case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15908 true+yes )
15909$as_echo "#define USE_MMAP 1" >>confdefs.h
15910 ;;
15911esac
15912
15913rm -f doc/config.status
15914ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15915
15916
15917ac_config_commands="$ac_config_commands default"
15918
15919
15920
15921
15922
15923
15924
15925cat >confcache <<\_ACEOF
15926# This file is a shell script that caches the results of configure
15927# tests run on this system so they can be shared between configure
15928# scripts and configure runs, see configure's option --config-cache.
15929# It is not useful on other systems. If it contains results you don't
15930# want to keep, you may remove or edit it.
15931#
15932# config.status only pays attention to the cache file if you give it
15933# the --recheck option to rerun configure.
15934#
15935# `ac_cv_env_foo' variables (set or unset) will be overridden when
15936# loading this file, other *unset* `ac_cv_foo' will be assigned the
15937# following values.
15938
15939_ACEOF
15940
15941# The following way of writing the cache mishandles newlines in values,
15942# but we know of no workaround that is simple, portable, and efficient.
15943# So, we kill variables containing newlines.
15944# Ultrix sh set writes to stderr and can't be redirected directly,
15945# and sets the high bit in the cache file unless we assign to the vars.
15946(
15947 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15948 eval ac_val=\$$ac_var
15949 case $ac_val in #(
15950 *${as_nl}*)
15951 case $ac_var in #(
15952 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15953$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15954 esac
15955 case $ac_var in #(
15956 _ | IFS | as_nl) ;; #(
15957 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15958 *) { eval $ac_var=; unset $ac_var;} ;;
15959 esac ;;
15960 esac
15961 done
15962
15963 (set) 2>&1 |
15964 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15965 *${as_nl}ac_space=\ *)
15966 # `set' does not quote correctly, so add quotes: double-quote
15967 # substitution turns \\\\ into \\, and sed turns \\ into \.
15968 sed -n \
15969 "s/'/'\\\\''/g;
15970 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15971 ;; #(
15972 *)
15973 # `set' quotes correctly as required by POSIX, so do not add quotes.
15974 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15975 ;;
15976 esac |
15977 sort
15978) |
15979 sed '
15980 /^ac_cv_env_/b end
15981 t clear
15982 :clear
15983 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15984 t end
15985 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15986 :end' >>confcache
15987if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15988 if test -w "$cache_file"; then
15989 test "x$cache_file" != "x/dev/null" &&
15990 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15991$as_echo "$as_me: updating cache $cache_file" >&6;}
15992 cat confcache >$cache_file
15993 else
15994 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15995$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15996 fi
15997fi
15998rm -f confcache
15999
16000test "x$prefix" = xNONE && prefix=$ac_default_prefix
16001# Let make expand exec_prefix.
16002test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16003
16004DEFS=-DHAVE_CONFIG_H
16005
16006ac_libobjs=
16007ac_ltlibobjs=
16008for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16009 # 1. Remove the extension, and $U if already installed.
16010 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16011 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16012 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16013 # will be set to the directory where LIBOBJS objects are built.
16014 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16015 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16016done
16017LIBOBJS=$ac_libobjs
16018
16019LTLIBOBJS=$ac_ltlibobjs
16020
16021
16022if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16023 as_fn_error "conditional \"AMDEP\" was never defined.
16024Usually this means the macro was only invoked conditionally." "$LINENO" 5
16025fi
16026if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16027 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16028Usually this means the macro was only invoked conditionally." "$LINENO" 5
16029fi
16030 if test -n "$EXEEXT"; then
16031 am__EXEEXT_TRUE=
16032 am__EXEEXT_FALSE='#'
16033else
16034 am__EXEEXT_TRUE='#'
16035 am__EXEEXT_FALSE=
16036fi
16037
16038if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
16039 as_fn_error "conditional \"PLUGINS\" was never defined.
16040Usually this means the macro was only invoked conditionally." "$LINENO" 5
16041fi
16042if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16043 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16044Usually this means the macro was only invoked conditionally." "$LINENO" 5
16045fi
16046if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
16047 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
16048Usually this means the macro was only invoked conditionally." "$LINENO" 5
16049fi
16050if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
16051 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
16052Usually this means the macro was only invoked conditionally." "$LINENO" 5
16053fi
16054
16055: ${CONFIG_STATUS=./config.status}
16056ac_write_fail=0
16057ac_clean_files_save=$ac_clean_files
16058ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16059{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16060$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16061as_write_fail=0
16062cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16063#! $SHELL
16064# Generated by $as_me.
16065# Run this file to recreate the current configuration.
16066# Compiler output produced by configure, useful for debugging
16067# configure, is in config.log if it exists.
16068
16069debug=false
16070ac_cs_recheck=false
16071ac_cs_silent=false
16072
16073SHELL=\${CONFIG_SHELL-$SHELL}
16074export SHELL
16075_ASEOF
16076cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16077## -------------------- ##
16078## M4sh Initialization. ##
16079## -------------------- ##
16080
16081# Be more Bourne compatible
16082DUALCASE=1; export DUALCASE # for MKS sh
16083if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16084 emulate sh
16085 NULLCMD=:
16086 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16087 # is contrary to our usage. Disable this feature.
16088 alias -g '${1+"$@"}'='"$@"'
16089 setopt NO_GLOB_SUBST
16090else
16091 case `(set -o) 2>/dev/null` in #(
16092 *posix*) :
16093 set -o posix ;; #(
16094 *) :
16095 ;;
16096esac
16097fi
16098
16099
16100as_nl='
16101'
16102export as_nl
16103# Printing a long string crashes Solaris 7 /usr/bin/printf.
16104as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16105as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16106as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16107# Prefer a ksh shell builtin over an external printf program on Solaris,
16108# but without wasting forks for bash or zsh.
16109if test -z "$BASH_VERSION$ZSH_VERSION" \
16110 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16111 as_echo='print -r --'
16112 as_echo_n='print -rn --'
16113elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16114 as_echo='printf %s\n'
16115 as_echo_n='printf %s'
16116else
16117 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16118 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16119 as_echo_n='/usr/ucb/echo -n'
16120 else
16121 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16122 as_echo_n_body='eval
16123 arg=$1;
16124 case $arg in #(
16125 *"$as_nl"*)
16126 expr "X$arg" : "X\\(.*\\)$as_nl";
16127 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16128 esac;
16129 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16130 '
16131 export as_echo_n_body
16132 as_echo_n='sh -c $as_echo_n_body as_echo'
16133 fi
16134 export as_echo_body
16135 as_echo='sh -c $as_echo_body as_echo'
16136fi
16137
16138# The user is always right.
16139if test "${PATH_SEPARATOR+set}" != set; then
16140 PATH_SEPARATOR=:
16141 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16142 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16143 PATH_SEPARATOR=';'
16144 }
16145fi
16146
16147
16148# IFS
16149# We need space, tab and new line, in precisely that order. Quoting is
16150# there to prevent editors from complaining about space-tab.
16151# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16152# splitting by setting IFS to empty value.)
16153IFS=" "" $as_nl"
16154
16155# Find who we are. Look in the path if we contain no directory separator.
16156case $0 in #((
16157 *[\\/]* ) as_myself=$0 ;;
16158 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16159for as_dir in $PATH
16160do
16161 IFS=$as_save_IFS
16162 test -z "$as_dir" && as_dir=.
16163 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16164 done
16165IFS=$as_save_IFS
16166
16167 ;;
16168esac
16169# We did not find ourselves, most probably we were run as `sh COMMAND'
16170# in which case we are not to be found in the path.
16171if test "x$as_myself" = x; then
16172 as_myself=$0
16173fi
16174if test ! -f "$as_myself"; then
16175 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16176 exit 1
16177fi
16178
16179# Unset variables that we do not need and which cause bugs (e.g. in
16180# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16181# suppresses any "Segmentation fault" message there. '((' could
16182# trigger a bug in pdksh 5.2.14.
16183for as_var in BASH_ENV ENV MAIL MAILPATH
16184do eval test x\${$as_var+set} = xset \
16185 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16186done
16187PS1='$ '
16188PS2='> '
16189PS4='+ '
16190
16191# NLS nuisances.
16192LC_ALL=C
16193export LC_ALL
16194LANGUAGE=C
16195export LANGUAGE
16196
16197# CDPATH.
16198(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16199
16200
16201# as_fn_error ERROR [LINENO LOG_FD]
16202# ---------------------------------
16203# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16204# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16205# script with status $?, using 1 if that was 0.
16206as_fn_error ()
16207{
16208 as_status=$?; test $as_status -eq 0 && as_status=1
16209 if test "$3"; then
16210 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16211 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16212 fi
16213 $as_echo "$as_me: error: $1" >&2
16214 as_fn_exit $as_status
16215} # as_fn_error
16216
16217
16218# as_fn_set_status STATUS
16219# -----------------------
16220# Set $? to STATUS, without forking.
16221as_fn_set_status ()
16222{
16223 return $1
16224} # as_fn_set_status
16225
16226# as_fn_exit STATUS
16227# -----------------
16228# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16229as_fn_exit ()
16230{
16231 set +e
16232 as_fn_set_status $1
16233 exit $1
16234} # as_fn_exit
16235
16236# as_fn_unset VAR
16237# ---------------
16238# Portably unset VAR.
16239as_fn_unset ()
16240{
16241 { eval $1=; unset $1;}
16242}
16243as_unset=as_fn_unset
16244# as_fn_append VAR VALUE
16245# ----------------------
16246# Append the text in VALUE to the end of the definition contained in VAR. Take
16247# advantage of any shell optimizations that allow amortized linear growth over
16248# repeated appends, instead of the typical quadratic growth present in naive
16249# implementations.
16250if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16251 eval 'as_fn_append ()
16252 {
16253 eval $1+=\$2
16254 }'
16255else
16256 as_fn_append ()
16257 {
16258 eval $1=\$$1\$2
16259 }
16260fi # as_fn_append
16261
16262# as_fn_arith ARG...
16263# ------------------
16264# Perform arithmetic evaluation on the ARGs, and store the result in the
16265# global $as_val. Take advantage of shells that can avoid forks. The arguments
16266# must be portable across $(()) and expr.
16267if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16268 eval 'as_fn_arith ()
16269 {
16270 as_val=$(( $* ))
16271 }'
16272else
16273 as_fn_arith ()
16274 {
16275 as_val=`expr "$@" || test $? -eq 1`
16276 }
16277fi # as_fn_arith
16278
16279
16280if expr a : '\(a\)' >/dev/null 2>&1 &&
16281 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16282 as_expr=expr
16283else
16284 as_expr=false
16285fi
16286
16287if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16288 as_basename=basename
16289else
16290 as_basename=false
16291fi
16292
16293if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16294 as_dirname=dirname
16295else
16296 as_dirname=false
16297fi
16298
16299as_me=`$as_basename -- "$0" ||
16300$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16301 X"$0" : 'X\(//\)$' \| \
16302 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16303$as_echo X/"$0" |
16304 sed '/^.*\/\([^/][^/]*\)\/*$/{
16305 s//\1/
16306 q
16307 }
16308 /^X\/\(\/\/\)$/{
16309 s//\1/
16310 q
16311 }
16312 /^X\/\(\/\).*/{
16313 s//\1/
16314 q
16315 }
16316 s/.*/./; q'`
16317
16318# Avoid depending upon Character Ranges.
16319as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16320as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16321as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16322as_cr_digits='0123456789'
16323as_cr_alnum=$as_cr_Letters$as_cr_digits
16324
16325ECHO_C= ECHO_N= ECHO_T=
16326case `echo -n x` in #(((((
16327-n*)
16328 case `echo 'xy\c'` in
16329 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16330 xy) ECHO_C='\c';;
16331 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16332 ECHO_T=' ';;
16333 esac;;
16334*)
16335 ECHO_N='-n';;
16336esac
16337
16338rm -f conf$$ conf$$.exe conf$$.file
16339if test -d conf$$.dir; then
16340 rm -f conf$$.dir/conf$$.file
16341else
16342 rm -f conf$$.dir
16343 mkdir conf$$.dir 2>/dev/null
16344fi
16345if (echo >conf$$.file) 2>/dev/null; then
16346 if ln -s conf$$.file conf$$ 2>/dev/null; then
16347 as_ln_s='ln -s'
16348 # ... but there are two gotchas:
16349 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16350 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16351 # In both cases, we have to default to `cp -p'.
16352 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16353 as_ln_s='cp -p'
16354 elif ln conf$$.file conf$$ 2>/dev/null; then
16355 as_ln_s=ln
16356 else
16357 as_ln_s='cp -p'
16358 fi
16359else
16360 as_ln_s='cp -p'
16361fi
16362rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16363rmdir conf$$.dir 2>/dev/null
16364
16365
16366# as_fn_mkdir_p
16367# -------------
16368# Create "$as_dir" as a directory, including parents if necessary.
16369as_fn_mkdir_p ()
16370{
16371
16372 case $as_dir in #(
16373 -*) as_dir=./$as_dir;;
16374 esac
16375 test -d "$as_dir" || eval $as_mkdir_p || {
16376 as_dirs=
16377 while :; do
16378 case $as_dir in #(
16379 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16380 *) as_qdir=$as_dir;;
16381 esac
16382 as_dirs="'$as_qdir' $as_dirs"
16383 as_dir=`$as_dirname -- "$as_dir" ||
16384$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16385 X"$as_dir" : 'X\(//\)[^/]' \| \
16386 X"$as_dir" : 'X\(//\)$' \| \
16387 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16388$as_echo X"$as_dir" |
16389 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16390 s//\1/
16391 q
16392 }
16393 /^X\(\/\/\)[^/].*/{
16394 s//\1/
16395 q
16396 }
16397 /^X\(\/\/\)$/{
16398 s//\1/
16399 q
16400 }
16401 /^X\(\/\).*/{
16402 s//\1/
16403 q
16404 }
16405 s/.*/./; q'`
16406 test -d "$as_dir" && break
16407 done
16408 test -z "$as_dirs" || eval "mkdir $as_dirs"
16409 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16410
16411
16412} # as_fn_mkdir_p
16413if mkdir -p . 2>/dev/null; then
16414 as_mkdir_p='mkdir -p "$as_dir"'
16415else
16416 test -d ./-p && rmdir ./-p
16417 as_mkdir_p=false
16418fi
16419
16420if test -x / >/dev/null 2>&1; then
16421 as_test_x='test -x'
16422else
16423 if ls -dL / >/dev/null 2>&1; then
16424 as_ls_L_option=L
16425 else
16426 as_ls_L_option=
16427 fi
16428 as_test_x='
16429 eval sh -c '\''
16430 if test -d "$1"; then
16431 test -d "$1/.";
16432 else
16433 case $1 in #(
16434 -*)set "./$1";;
16435 esac;
16436 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16437 ???[sx]*):;;*)false;;esac;fi
16438 '\'' sh
16439 '
16440fi
16441as_executable_p=$as_test_x
16442
16443# Sed expression to map a string onto a valid CPP name.
16444as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16445
16446# Sed expression to map a string onto a valid variable name.
16447as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16448
16449
16450exec 6>&1
16451## ----------------------------------- ##
16452## Main body of $CONFIG_STATUS script. ##
16453## ----------------------------------- ##
16454_ASEOF
16455test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16456
16457cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16458# Save the log message, to keep $0 and so on meaningful, and to
16459# report actual input values of CONFIG_FILES etc. instead of their
16460# values after options handling.
16461ac_log="
16462This file was extended by bfd $as_me 2.23.51, which was
16463generated by GNU Autoconf 2.64. Invocation command line was
16464
16465 CONFIG_FILES = $CONFIG_FILES
16466 CONFIG_HEADERS = $CONFIG_HEADERS
16467 CONFIG_LINKS = $CONFIG_LINKS
16468 CONFIG_COMMANDS = $CONFIG_COMMANDS
16469 $ $0 $@
16470
16471on `(hostname || uname -n) 2>/dev/null | sed 1q`
16472"
16473
16474_ACEOF
16475
16476case $ac_config_files in *"
16477"*) set x $ac_config_files; shift; ac_config_files=$*;;
16478esac
16479
16480case $ac_config_headers in *"
16481"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16482esac
16483
16484
16485cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16486# Files that config.status was made for.
16487config_files="$ac_config_files"
16488config_headers="$ac_config_headers"
16489config_commands="$ac_config_commands"
16490
16491_ACEOF
16492
16493cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16494ac_cs_usage="\
16495\`$as_me' instantiates files and other configuration actions
16496from templates according to the current configuration. Unless the files
16497and actions are specified as TAGs, all are instantiated by default.
16498
16499Usage: $0 [OPTION]... [TAG]...
16500
16501 -h, --help print this help, then exit
16502 -V, --version print version number and configuration settings, then exit
16503 -q, --quiet, --silent
16504 do not print progress messages
16505 -d, --debug don't remove temporary files
16506 --recheck update $as_me by reconfiguring in the same conditions
16507 --file=FILE[:TEMPLATE]
16508 instantiate the configuration file FILE
16509 --header=FILE[:TEMPLATE]
16510 instantiate the configuration header FILE
16511
16512Configuration files:
16513$config_files
16514
16515Configuration headers:
16516$config_headers
16517
16518Configuration commands:
16519$config_commands
16520
16521Report bugs to the package provider."
16522
16523_ACEOF
16524cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16525ac_cs_version="\\
16526bfd config.status 2.23.51
16527configured by $0, generated by GNU Autoconf 2.64,
16528 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
16529
16530Copyright (C) 2009 Free Software Foundation, Inc.
16531This config.status script is free software; the Free Software Foundation
16532gives unlimited permission to copy, distribute and modify it."
16533
16534ac_pwd='$ac_pwd'
16535srcdir='$srcdir'
16536INSTALL='$INSTALL'
16537MKDIR_P='$MKDIR_P'
16538AWK='$AWK'
16539test -n "\$AWK" || AWK=awk
16540_ACEOF
16541
16542cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16543# The default lists apply if the user does not specify any file.
16544ac_need_defaults=:
16545while test $# != 0
16546do
16547 case $1 in
16548 --*=*)
16549 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16550 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16551 ac_shift=:
16552 ;;
16553 *)
16554 ac_option=$1
16555 ac_optarg=$2
16556 ac_shift=shift
16557 ;;
16558 esac
16559
16560 case $ac_option in
16561 # Handling of the options.
16562 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16563 ac_cs_recheck=: ;;
16564 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16565 $as_echo "$ac_cs_version"; exit ;;
16566 --debug | --debu | --deb | --de | --d | -d )
16567 debug=: ;;
16568 --file | --fil | --fi | --f )
16569 $ac_shift
16570 case $ac_optarg in
16571 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16572 esac
16573 as_fn_append CONFIG_FILES " '$ac_optarg'"
16574 ac_need_defaults=false;;
16575 --header | --heade | --head | --hea )
16576 $ac_shift
16577 case $ac_optarg in
16578 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16579 esac
16580 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16581 ac_need_defaults=false;;
16582 --he | --h)
16583 # Conflict between --help and --header
16584 as_fn_error "ambiguous option: \`$1'
16585Try \`$0 --help' for more information.";;
16586 --help | --hel | -h )
16587 $as_echo "$ac_cs_usage"; exit ;;
16588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16589 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16590 ac_cs_silent=: ;;
16591
16592 # This is an error.
16593 -*) as_fn_error "unrecognized option: \`$1'
16594Try \`$0 --help' for more information." ;;
16595
16596 *) as_fn_append ac_config_targets " $1"
16597 ac_need_defaults=false ;;
16598
16599 esac
16600 shift
16601done
16602
16603ac_configure_extra_args=
16604
16605if $ac_cs_silent; then
16606 exec 6>/dev/null
16607 ac_configure_extra_args="$ac_configure_extra_args --silent"
16608fi
16609
16610_ACEOF
16611cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16612if \$ac_cs_recheck; then
16613 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16614 shift
16615 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16616 CONFIG_SHELL='$SHELL'
16617 export CONFIG_SHELL
16618 exec "\$@"
16619fi
16620
16621_ACEOF
16622cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16623exec 5>>config.log
16624{
16625 echo
16626 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16627## Running $as_me. ##
16628_ASBOX
16629 $as_echo "$ac_log"
16630} >&5
16631
16632_ACEOF
16633cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16634#
16635# INIT-COMMANDS
16636#
16637AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16638
16639
16640# The HP-UX ksh and POSIX shell print the target directory to stdout
16641# if CDPATH is set.
16642(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16643
16644sed_quote_subst='$sed_quote_subst'
16645double_quote_subst='$double_quote_subst'
16646delay_variable_subst='$delay_variable_subst'
16647enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16648macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16649macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16650enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16651pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16652enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16653SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16654ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16655host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16656host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16657host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16658build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16659build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16660build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16661SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16662Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16663GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16664EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16665FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16666LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16667NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16668LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16669max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16670ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16671exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16672lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16673lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16674lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16675reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16676reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16677OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16678deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16679file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16680AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16681AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16682STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16683RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16684old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16685old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16686old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16687lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16688CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16689CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16690compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16691GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16692lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16693lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16694lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16695lt_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"`'
16696objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16697MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16698lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16699lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16700lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16701lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16702lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16703need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16704DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16705NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16706LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16707OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16708OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16709libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16710shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16711extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16712archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16713enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16714export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16715whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16716compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16717old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16718old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16719archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16720archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16721module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16722module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16723with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16724allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16725no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16726hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16727hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16728hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16729hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16730hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16731hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16732hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16733hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16734inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16735link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16736fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16737always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16738export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16739exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16740include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16741prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16742file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16743variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16744need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16745need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16746version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16747runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16748shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16749shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16750libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16751library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16752soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16753install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16754postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16755postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16756finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16757finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16758hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16759sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16760sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16761hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16762enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16763enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16764enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16765old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16766striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16767
16768LTCC='$LTCC'
16769LTCFLAGS='$LTCFLAGS'
16770compiler='$compiler_DEFAULT'
16771
16772# A function that is used when there is no print builtin or printf.
16773func_fallback_echo ()
16774{
16775 eval 'cat <<_LTECHO_EOF
16776\$1
16777_LTECHO_EOF'
16778}
16779
16780# Quote evaled strings.
16781for var in SHELL \
16782ECHO \
16783SED \
16784GREP \
16785EGREP \
16786FGREP \
16787LD \
16788NM \
16789LN_S \
16790lt_SP2NL \
16791lt_NL2SP \
16792reload_flag \
16793OBJDUMP \
16794deplibs_check_method \
16795file_magic_cmd \
16796AR \
16797AR_FLAGS \
16798STRIP \
16799RANLIB \
16800CC \
16801CFLAGS \
16802compiler \
16803lt_cv_sys_global_symbol_pipe \
16804lt_cv_sys_global_symbol_to_cdecl \
16805lt_cv_sys_global_symbol_to_c_name_address \
16806lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16807lt_prog_compiler_no_builtin_flag \
16808lt_prog_compiler_wl \
16809lt_prog_compiler_pic \
16810lt_prog_compiler_static \
16811lt_cv_prog_compiler_c_o \
16812need_locks \
16813DSYMUTIL \
16814NMEDIT \
16815LIPO \
16816OTOOL \
16817OTOOL64 \
16818shrext_cmds \
16819export_dynamic_flag_spec \
16820whole_archive_flag_spec \
16821compiler_needs_object \
16822with_gnu_ld \
16823allow_undefined_flag \
16824no_undefined_flag \
16825hardcode_libdir_flag_spec \
16826hardcode_libdir_flag_spec_ld \
16827hardcode_libdir_separator \
16828fix_srcfile_path \
16829exclude_expsyms \
16830include_expsyms \
16831file_list_spec \
16832variables_saved_for_relink \
16833libname_spec \
16834library_names_spec \
16835soname_spec \
16836install_override_mode \
16837finish_eval \
16838old_striplib \
16839striplib; do
16840 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16841 *[\\\\\\\`\\"\\\$]*)
16842 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16843 ;;
16844 *)
16845 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16846 ;;
16847 esac
16848done
16849
16850# Double-quote double-evaled strings.
16851for var in reload_cmds \
16852old_postinstall_cmds \
16853old_postuninstall_cmds \
16854old_archive_cmds \
16855extract_expsyms_cmds \
16856old_archive_from_new_cmds \
16857old_archive_from_expsyms_cmds \
16858archive_cmds \
16859archive_expsym_cmds \
16860module_cmds \
16861module_expsym_cmds \
16862export_symbols_cmds \
16863prelink_cmds \
16864postinstall_cmds \
16865postuninstall_cmds \
16866finish_cmds \
16867sys_lib_search_path_spec \
16868sys_lib_dlsearch_path_spec; do
16869 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16870 *[\\\\\\\`\\"\\\$]*)
16871 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16872 ;;
16873 *)
16874 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16875 ;;
16876 esac
16877done
16878
16879ac_aux_dir='$ac_aux_dir'
16880xsi_shell='$xsi_shell'
16881lt_shell_append='$lt_shell_append'
16882
16883# See if we are running on zsh, and set the options which allow our
16884# commands through without removal of \ escapes INIT.
16885if test -n "\${ZSH_VERSION+set}" ; then
16886 setopt NO_GLOB_SUBST
16887fi
16888
16889
16890 PACKAGE='$PACKAGE'
16891 VERSION='$VERSION'
16892 TIMESTAMP='$TIMESTAMP'
16893 RM='$RM'
16894 ofile='$ofile'
16895
16896
16897
16898# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16899 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16900 # from automake.
16901 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16902 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16903 LINGUAS="${LINGUAS-%UNSET%}"
16904
16905
16906GCC="$GCC"
16907CC="$CC"
16908acx_cv_header_stdint="$acx_cv_header_stdint"
16909acx_cv_type_int8_t="$acx_cv_type_int8_t"
16910acx_cv_type_int16_t="$acx_cv_type_int16_t"
16911acx_cv_type_int32_t="$acx_cv_type_int32_t"
16912acx_cv_type_int64_t="$acx_cv_type_int64_t"
16913acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16914ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16915ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16916ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16917ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16918ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16919ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16920ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16921ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16922
16923
16924
16925_ACEOF
16926
16927cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16928
16929# Handling of arguments.
16930for ac_config_target in $ac_config_targets
16931do
16932 case $ac_config_target in
16933 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16934 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16935 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16936 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16937 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
16938 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16939 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16940 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16941 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16942 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16943
16944 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16945 esac
16946done
16947
16948
16949# If the user did not use the arguments to specify the items to instantiate,
16950# then the envvar interface is used. Set only those that are not.
16951# We use the long form for the default assignment because of an extremely
16952# bizarre bug on SunOS 4.1.3.
16953if $ac_need_defaults; then
16954 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16955 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16956 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16957fi
16958
16959# Have a temporary directory for convenience. Make it in the build tree
16960# simply because there is no reason against having it here, and in addition,
16961# creating and moving files from /tmp can sometimes cause problems.
16962# Hook for its removal unless debugging.
16963# Note that there is a small window in which the directory will not be cleaned:
16964# after its creation but before its name has been assigned to `$tmp'.
16965$debug ||
16966{
16967 tmp=
16968 trap 'exit_status=$?
16969 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16970' 0
16971 trap 'as_fn_exit 1' 1 2 13 15
16972}
16973# Create a (secure) tmp directory for tmp files.
16974
16975{
16976 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16977 test -n "$tmp" && test -d "$tmp"
16978} ||
16979{
16980 tmp=./conf$$-$RANDOM
16981 (umask 077 && mkdir "$tmp")
16982} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16983
16984# Set up the scripts for CONFIG_FILES section.
16985# No need to generate them if there are no CONFIG_FILES.
16986# This happens for instance with `./config.status config.h'.
16987if test -n "$CONFIG_FILES"; then
16988
16989
16990ac_cr=`echo X | tr X '\015'`
16991# On cygwin, bash can eat \r inside `` if the user requested igncr.
16992# But we know of no other shell where ac_cr would be empty at this
16993# point, so we can use a bashism as a fallback.
16994if test "x$ac_cr" = x; then
16995 eval ac_cr=\$\'\\r\'
16996fi
16997ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16998if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16999 ac_cs_awk_cr='\r'
17000else
17001 ac_cs_awk_cr=$ac_cr
17002fi
17003
17004echo 'BEGIN {' >"$tmp/subs1.awk" &&
17005_ACEOF
17006
17007
17008{
17009 echo "cat >conf$$subs.awk <<_ACEOF" &&
17010 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17011 echo "_ACEOF"
17012} >conf$$subs.sh ||
17013 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17014ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17015ac_delim='%!_!# '
17016for ac_last_try in false false false false false :; do
17017 . ./conf$$subs.sh ||
17018 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17019
17020 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17021 if test $ac_delim_n = $ac_delim_num; then
17022 break
17023 elif $ac_last_try; then
17024 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17025 else
17026 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17027 fi
17028done
17029rm -f conf$$subs.sh
17030
17031cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17032cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17033_ACEOF
17034sed -n '
17035h
17036s/^/S["/; s/!.*/"]=/
17037p
17038g
17039s/^[^!]*!//
17040:repl
17041t repl
17042s/'"$ac_delim"'$//
17043t delim
17044:nl
17045h
17046s/\(.\{148\}\).*/\1/
17047t more1
17048s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17049p
17050n
17051b repl
17052:more1
17053s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17054p
17055g
17056s/.\{148\}//
17057t nl
17058:delim
17059h
17060s/\(.\{148\}\).*/\1/
17061t more2
17062s/["\\]/\\&/g; s/^/"/; s/$/"/
17063p
17064b
17065:more2
17066s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17067p
17068g
17069s/.\{148\}//
17070t delim
17071' <conf$$subs.awk | sed '
17072/^[^""]/{
17073 N
17074 s/\n//
17075}
17076' >>$CONFIG_STATUS || ac_write_fail=1
17077rm -f conf$$subs.awk
17078cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17079_ACAWK
17080cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17081 for (key in S) S_is_set[key] = 1
17082 FS = "\a"
17083
17084}
17085{
17086 line = $ 0
17087 nfields = split(line, field, "@")
17088 substed = 0
17089 len = length(field[1])
17090 for (i = 2; i < nfields; i++) {
17091 key = field[i]
17092 keylen = length(key)
17093 if (S_is_set[key]) {
17094 value = S[key]
17095 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17096 len += length(value) + length(field[++i])
17097 substed = 1
17098 } else
17099 len += 1 + keylen
17100 }
17101
17102 print line
17103}
17104
17105_ACAWK
17106_ACEOF
17107cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17108if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17109 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17110else
17111 cat
17112fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17113 || as_fn_error "could not setup config files machinery" "$LINENO" 5
17114_ACEOF
17115
17116# VPATH may cause trouble with some makes, so we remove $(srcdir),
17117# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17118# trailing colons and then remove the whole line if VPATH becomes empty
17119# (actually we leave an empty line to preserve line numbers).
17120if test "x$srcdir" = x.; then
17121 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17122s/:*\$(srcdir):*/:/
17123s/:*\${srcdir}:*/:/
17124s/:*@srcdir@:*/:/
17125s/^\([^=]*=[ ]*\):*/\1/
17126s/:*$//
17127s/^[^=]*=[ ]*$//
17128}'
17129fi
17130
17131cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17132fi # test -n "$CONFIG_FILES"
17133
17134# Set up the scripts for CONFIG_HEADERS section.
17135# No need to generate them if there are no CONFIG_HEADERS.
17136# This happens for instance with `./config.status Makefile'.
17137if test -n "$CONFIG_HEADERS"; then
17138cat >"$tmp/defines.awk" <<\_ACAWK ||
17139BEGIN {
17140_ACEOF
17141
17142# Transform confdefs.h into an awk script `defines.awk', embedded as
17143# here-document in config.status, that substitutes the proper values into
17144# config.h.in to produce config.h.
17145
17146# Create a delimiter string that does not exist in confdefs.h, to ease
17147# handling of long lines.
17148ac_delim='%!_!# '
17149for ac_last_try in false false :; do
17150 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17151 if test -z "$ac_t"; then
17152 break
17153 elif $ac_last_try; then
17154 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17155 else
17156 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17157 fi
17158done
17159
17160# For the awk script, D is an array of macro values keyed by name,
17161# likewise P contains macro parameters if any. Preserve backslash
17162# newline sequences.
17163
17164ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17165sed -n '
17166s/.\{148\}/&'"$ac_delim"'/g
17167t rset
17168:rset
17169s/^[ ]*#[ ]*define[ ][ ]*/ /
17170t def
17171d
17172:def
17173s/\\$//
17174t bsnl
17175s/["\\]/\\&/g
17176s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17177D["\1"]=" \3"/p
17178s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17179d
17180:bsnl
17181s/["\\]/\\&/g
17182s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17183D["\1"]=" \3\\\\\\n"\\/p
17184t cont
17185s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17186t cont
17187d
17188:cont
17189n
17190s/.\{148\}/&'"$ac_delim"'/g
17191t clear
17192:clear
17193s/\\$//
17194t bsnlc
17195s/["\\]/\\&/g; s/^/"/; s/$/"/p
17196d
17197:bsnlc
17198s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17199b cont
17200' <confdefs.h | sed '
17201s/'"$ac_delim"'/"\\\
17202"/g' >>$CONFIG_STATUS || ac_write_fail=1
17203
17204cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17205 for (key in D) D_is_set[key] = 1
17206 FS = "\a"
17207}
17208/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17209 line = \$ 0
17210 split(line, arg, " ")
17211 if (arg[1] == "#") {
17212 defundef = arg[2]
17213 mac1 = arg[3]
17214 } else {
17215 defundef = substr(arg[1], 2)
17216 mac1 = arg[2]
17217 }
17218 split(mac1, mac2, "(") #)
17219 macro = mac2[1]
17220 prefix = substr(line, 1, index(line, defundef) - 1)
17221 if (D_is_set[macro]) {
17222 # Preserve the white space surrounding the "#".
17223 print prefix "define", macro P[macro] D[macro]
17224 next
17225 } else {
17226 # Replace #undef with comments. This is necessary, for example,
17227 # in the case of _POSIX_SOURCE, which is predefined and required
17228 # on some systems where configure will not decide to define it.
17229 if (defundef == "undef") {
17230 print "/*", prefix defundef, macro, "*/"
17231 next
17232 }
17233 }
17234}
17235{ print }
17236_ACAWK
17237_ACEOF
17238cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17239 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17240fi # test -n "$CONFIG_HEADERS"
17241
17242
17243eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17244shift
17245for ac_tag
17246do
17247 case $ac_tag in
17248 :[FHLC]) ac_mode=$ac_tag; continue;;
17249 esac
17250 case $ac_mode$ac_tag in
17251 :[FHL]*:*);;
17252 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17253 :[FH]-) ac_tag=-:-;;
17254 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17255 esac
17256 ac_save_IFS=$IFS
17257 IFS=:
17258 set x $ac_tag
17259 IFS=$ac_save_IFS
17260 shift
17261 ac_file=$1
17262 shift
17263
17264 case $ac_mode in
17265 :L) ac_source=$1;;
17266 :[FH])
17267 ac_file_inputs=
17268 for ac_f
17269 do
17270 case $ac_f in
17271 -) ac_f="$tmp/stdin";;
17272 *) # Look for the file first in the build tree, then in the source tree
17273 # (if the path is not absolute). The absolute path cannot be DOS-style,
17274 # because $ac_f cannot contain `:'.
17275 test -f "$ac_f" ||
17276 case $ac_f in
17277 [\\/$]*) false;;
17278 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17279 esac ||
17280 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17281 esac
17282 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17283 as_fn_append ac_file_inputs " '$ac_f'"
17284 done
17285
17286 # Let's still pretend it is `configure' which instantiates (i.e., don't
17287 # use $as_me), people would be surprised to read:
17288 # /* config.h. Generated by config.status. */
17289 configure_input='Generated from '`
17290 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17291 `' by configure.'
17292 if test x"$ac_file" != x-; then
17293 configure_input="$ac_file. $configure_input"
17294 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17295$as_echo "$as_me: creating $ac_file" >&6;}
17296 fi
17297 # Neutralize special characters interpreted by sed in replacement strings.
17298 case $configure_input in #(
17299 *\&* | *\|* | *\\* )
17300 ac_sed_conf_input=`$as_echo "$configure_input" |
17301 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17302 *) ac_sed_conf_input=$configure_input;;
17303 esac
17304
17305 case $ac_tag in
17306 *:-:* | *:-) cat >"$tmp/stdin" \
17307 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17308 esac
17309 ;;
17310 esac
17311
17312 ac_dir=`$as_dirname -- "$ac_file" ||
17313$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17314 X"$ac_file" : 'X\(//\)[^/]' \| \
17315 X"$ac_file" : 'X\(//\)$' \| \
17316 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17317$as_echo X"$ac_file" |
17318 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17319 s//\1/
17320 q
17321 }
17322 /^X\(\/\/\)[^/].*/{
17323 s//\1/
17324 q
17325 }
17326 /^X\(\/\/\)$/{
17327 s//\1/
17328 q
17329 }
17330 /^X\(\/\).*/{
17331 s//\1/
17332 q
17333 }
17334 s/.*/./; q'`
17335 as_dir="$ac_dir"; as_fn_mkdir_p
17336 ac_builddir=.
17337
17338case "$ac_dir" in
17339.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17340*)
17341 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17342 # A ".." for each directory in $ac_dir_suffix.
17343 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17344 case $ac_top_builddir_sub in
17345 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17346 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17347 esac ;;
17348esac
17349ac_abs_top_builddir=$ac_pwd
17350ac_abs_builddir=$ac_pwd$ac_dir_suffix
17351# for backward compatibility:
17352ac_top_builddir=$ac_top_build_prefix
17353
17354case $srcdir in
17355 .) # We are building in place.
17356 ac_srcdir=.
17357 ac_top_srcdir=$ac_top_builddir_sub
17358 ac_abs_top_srcdir=$ac_pwd ;;
17359 [\\/]* | ?:[\\/]* ) # Absolute name.
17360 ac_srcdir=$srcdir$ac_dir_suffix;
17361 ac_top_srcdir=$srcdir
17362 ac_abs_top_srcdir=$srcdir ;;
17363 *) # Relative name.
17364 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17365 ac_top_srcdir=$ac_top_build_prefix$srcdir
17366 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17367esac
17368ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17369
17370
17371 case $ac_mode in
17372 :F)
17373 #
17374 # CONFIG_FILE
17375 #
17376
17377 case $INSTALL in
17378 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17379 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17380 esac
17381 ac_MKDIR_P=$MKDIR_P
17382 case $MKDIR_P in
17383 [\\/$]* | ?:[\\/]* ) ;;
17384 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17385 esac
17386_ACEOF
17387
17388cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17389# If the template does not know about datarootdir, expand it.
17390# FIXME: This hack should be removed a few years after 2.60.
17391ac_datarootdir_hack=; ac_datarootdir_seen=
17392ac_sed_dataroot='
17393/datarootdir/ {
17394 p
17395 q
17396}
17397/@datadir@/p
17398/@docdir@/p
17399/@infodir@/p
17400/@localedir@/p
17401/@mandir@/p'
17402case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17403*datarootdir*) ac_datarootdir_seen=yes;;
17404*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17406$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17407_ACEOF
17408cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17409 ac_datarootdir_hack='
17410 s&@datadir@&$datadir&g
17411 s&@docdir@&$docdir&g
17412 s&@infodir@&$infodir&g
17413 s&@localedir@&$localedir&g
17414 s&@mandir@&$mandir&g
17415 s&\\\${datarootdir}&$datarootdir&g' ;;
17416esac
17417_ACEOF
17418
17419# Neutralize VPATH when `$srcdir' = `.'.
17420# Shell code in configure.ac might set extrasub.
17421# FIXME: do we really want to maintain this feature?
17422cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17423ac_sed_extra="$ac_vpsub
17424$extrasub
17425_ACEOF
17426cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17427:t
17428/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17429s|@configure_input@|$ac_sed_conf_input|;t t
17430s&@top_builddir@&$ac_top_builddir_sub&;t t
17431s&@top_build_prefix@&$ac_top_build_prefix&;t t
17432s&@srcdir@&$ac_srcdir&;t t
17433s&@abs_srcdir@&$ac_abs_srcdir&;t t
17434s&@top_srcdir@&$ac_top_srcdir&;t t
17435s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17436s&@builddir@&$ac_builddir&;t t
17437s&@abs_builddir@&$ac_abs_builddir&;t t
17438s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17439s&@INSTALL@&$ac_INSTALL&;t t
17440s&@MKDIR_P@&$ac_MKDIR_P&;t t
17441$ac_datarootdir_hack
17442"
17443eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17444 || as_fn_error "could not create $ac_file" "$LINENO" 5
17445
17446test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17447 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17448 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17450which seems to be undefined. Please make sure it is defined." >&5
17451$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17452which seems to be undefined. Please make sure it is defined." >&2;}
17453
17454 rm -f "$tmp/stdin"
17455 case $ac_file in
17456 -) cat "$tmp/out" && rm -f "$tmp/out";;
17457 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17458 esac \
17459 || as_fn_error "could not create $ac_file" "$LINENO" 5
17460 ;;
17461 :H)
17462 #
17463 # CONFIG_HEADER
17464 #
17465 if test x"$ac_file" != x-; then
17466 {
17467 $as_echo "/* $configure_input */" \
17468 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17469 } >"$tmp/config.h" \
17470 || as_fn_error "could not create $ac_file" "$LINENO" 5
17471 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17472 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17473$as_echo "$as_me: $ac_file is unchanged" >&6;}
17474 else
17475 rm -f "$ac_file"
17476 mv "$tmp/config.h" "$ac_file" \
17477 || as_fn_error "could not create $ac_file" "$LINENO" 5
17478 fi
17479 else
17480 $as_echo "/* $configure_input */" \
17481 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17482 || as_fn_error "could not create -" "$LINENO" 5
17483 fi
17484# Compute "$ac_file"'s index in $config_headers.
17485_am_arg="$ac_file"
17486_am_stamp_count=1
17487for _am_header in $config_headers :; do
17488 case $_am_header in
17489 $_am_arg | $_am_arg:* )
17490 break ;;
17491 * )
17492 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17493 esac
17494done
17495echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17496$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17497 X"$_am_arg" : 'X\(//\)[^/]' \| \
17498 X"$_am_arg" : 'X\(//\)$' \| \
17499 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17500$as_echo X"$_am_arg" |
17501 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17502 s//\1/
17503 q
17504 }
17505 /^X\(\/\/\)[^/].*/{
17506 s//\1/
17507 q
17508 }
17509 /^X\(\/\/\)$/{
17510 s//\1/
17511 q
17512 }
17513 /^X\(\/\).*/{
17514 s//\1/
17515 q
17516 }
17517 s/.*/./; q'`/stamp-h$_am_stamp_count
17518 ;;
17519
17520 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17521$as_echo "$as_me: executing $ac_file commands" >&6;}
17522 ;;
17523 esac
17524
17525
17526 case $ac_file$ac_mode in
17527 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17528 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17529 # are listed without --file. Let's play safe and only enable the eval
17530 # if we detect the quoting.
17531 case $CONFIG_FILES in
17532 *\'*) eval set x "$CONFIG_FILES" ;;
17533 *) set x $CONFIG_FILES ;;
17534 esac
17535 shift
17536 for mf
17537 do
17538 # Strip MF so we end up with the name of the file.
17539 mf=`echo "$mf" | sed -e 's/:.*$//'`
17540 # Check whether this is an Automake generated Makefile or not.
17541 # We used to match only the files named `Makefile.in', but
17542 # some people rename them; so instead we look at the file content.
17543 # Grep'ing the first line is not enough: some people post-process
17544 # each Makefile.in and add a new line on top of each file to say so.
17545 # Grep'ing the whole file is not good either: AIX grep has a line
17546 # limit of 2048, but all sed's we know have understand at least 4000.
17547 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17548 dirpart=`$as_dirname -- "$mf" ||
17549$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17550 X"$mf" : 'X\(//\)[^/]' \| \
17551 X"$mf" : 'X\(//\)$' \| \
17552 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17553$as_echo X"$mf" |
17554 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17555 s//\1/
17556 q
17557 }
17558 /^X\(\/\/\)[^/].*/{
17559 s//\1/
17560 q
17561 }
17562 /^X\(\/\/\)$/{
17563 s//\1/
17564 q
17565 }
17566 /^X\(\/\).*/{
17567 s//\1/
17568 q
17569 }
17570 s/.*/./; q'`
17571 else
17572 continue
17573 fi
17574 # Extract the definition of DEPDIR, am__include, and am__quote
17575 # from the Makefile without running `make'.
17576 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17577 test -z "$DEPDIR" && continue
17578 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17579 test -z "am__include" && continue
17580 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17581 # When using ansi2knr, U may be empty or an underscore; expand it
17582 U=`sed -n 's/^U = //p' < "$mf"`
17583 # Find all dependency output files, they are included files with
17584 # $(DEPDIR) in their names. We invoke sed twice because it is the
17585 # simplest approach to changing $(DEPDIR) to its actual value in the
17586 # expansion.
17587 for file in `sed -n "
17588 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17589 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17590 # Make sure the directory exists.
17591 test -f "$dirpart/$file" && continue
17592 fdir=`$as_dirname -- "$file" ||
17593$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17594 X"$file" : 'X\(//\)[^/]' \| \
17595 X"$file" : 'X\(//\)$' \| \
17596 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17597$as_echo X"$file" |
17598 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17599 s//\1/
17600 q
17601 }
17602 /^X\(\/\/\)[^/].*/{
17603 s//\1/
17604 q
17605 }
17606 /^X\(\/\/\)$/{
17607 s//\1/
17608 q
17609 }
17610 /^X\(\/\).*/{
17611 s//\1/
17612 q
17613 }
17614 s/.*/./; q'`
17615 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17616 # echo "creating $dirpart/$file"
17617 echo '# dummy' > "$dirpart/$file"
17618 done
17619 done
17620}
17621 ;;
17622 "libtool":C)
17623
17624 # See if we are running on zsh, and set the options which allow our
17625 # commands through without removal of \ escapes.
17626 if test -n "${ZSH_VERSION+set}" ; then
17627 setopt NO_GLOB_SUBST
17628 fi
17629
17630 cfgfile="${ofile}T"
17631 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17632 $RM "$cfgfile"
17633
17634 cat <<_LT_EOF >> "$cfgfile"
17635#! $SHELL
17636
17637# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17638# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17639# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17640# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17641#
17642# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17643# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17644# Written by Gordon Matzigkeit, 1996
17645#
17646# This file is part of GNU Libtool.
17647#
17648# GNU Libtool is free software; you can redistribute it and/or
17649# modify it under the terms of the GNU General Public License as
17650# published by the Free Software Foundation; either version 2 of
17651# the License, or (at your option) any later version.
17652#
17653# As a special exception to the GNU General Public License,
17654# if you distribute this file as part of a program or library that
17655# is built using GNU Libtool, you may include this file under the
17656# same distribution terms that you use for the rest of that program.
17657#
17658# GNU Libtool is distributed in the hope that it will be useful,
17659# but WITHOUT ANY WARRANTY; without even the implied warranty of
17660# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17661# GNU General Public License for more details.
17662#
17663# You should have received a copy of the GNU General Public License
17664# along with GNU Libtool; see the file COPYING. If not, a copy
17665# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17666# obtained by writing to the Free Software Foundation, Inc.,
17667# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17668
17669
17670# The names of the tagged configurations supported by this script.
17671available_tags=""
17672
17673# ### BEGIN LIBTOOL CONFIG
17674
17675# Whether or not to build shared libraries.
17676build_libtool_libs=$enable_shared
17677
17678# Which release of libtool.m4 was used?
17679macro_version=$macro_version
17680macro_revision=$macro_revision
17681
17682# Whether or not to build static libraries.
17683build_old_libs=$enable_static
17684
17685# What type of objects to build.
17686pic_mode=$pic_mode
17687
17688# Whether or not to optimize for fast installation.
17689fast_install=$enable_fast_install
17690
17691# Shell to use when invoking shell scripts.
17692SHELL=$lt_SHELL
17693
17694# An echo program that protects backslashes.
17695ECHO=$lt_ECHO
17696
17697# The host system.
17698host_alias=$host_alias
17699host=$host
17700host_os=$host_os
17701
17702# The build system.
17703build_alias=$build_alias
17704build=$build
17705build_os=$build_os
17706
17707# A sed program that does not truncate output.
17708SED=$lt_SED
17709
17710# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17711Xsed="\$SED -e 1s/^X//"
17712
17713# A grep program that handles long lines.
17714GREP=$lt_GREP
17715
17716# An ERE matcher.
17717EGREP=$lt_EGREP
17718
17719# A literal string matcher.
17720FGREP=$lt_FGREP
17721
17722# A BSD- or MS-compatible name lister.
17723NM=$lt_NM
17724
17725# Whether we need soft or hard links.
17726LN_S=$lt_LN_S
17727
17728# What is the maximum length of a command?
17729max_cmd_len=$max_cmd_len
17730
17731# Object file suffix (normally "o").
17732objext=$ac_objext
17733
17734# Executable file suffix (normally "").
17735exeext=$exeext
17736
17737# whether the shell understands "unset".
17738lt_unset=$lt_unset
17739
17740# turn spaces into newlines.
17741SP2NL=$lt_lt_SP2NL
17742
17743# turn newlines into spaces.
17744NL2SP=$lt_lt_NL2SP
17745
17746# An object symbol dumper.
17747OBJDUMP=$lt_OBJDUMP
17748
17749# Method to check whether dependent libraries are shared objects.
17750deplibs_check_method=$lt_deplibs_check_method
17751
17752# Command to use when deplibs_check_method == "file_magic".
17753file_magic_cmd=$lt_file_magic_cmd
17754
17755# The archiver.
17756AR=$lt_AR
17757AR_FLAGS=$lt_AR_FLAGS
17758
17759# A symbol stripping program.
17760STRIP=$lt_STRIP
17761
17762# Commands used to install an old-style archive.
17763RANLIB=$lt_RANLIB
17764old_postinstall_cmds=$lt_old_postinstall_cmds
17765old_postuninstall_cmds=$lt_old_postuninstall_cmds
17766
17767# Whether to use a lock for old archive extraction.
17768lock_old_archive_extraction=$lock_old_archive_extraction
17769
17770# A C compiler.
17771LTCC=$lt_CC
17772
17773# LTCC compiler flags.
17774LTCFLAGS=$lt_CFLAGS
17775
17776# Take the output of nm and produce a listing of raw symbols and C names.
17777global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17778
17779# Transform the output of nm in a proper C declaration.
17780global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17781
17782# Transform the output of nm in a C name address pair.
17783global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17784
17785# Transform the output of nm in a C name address pair when lib prefix is needed.
17786global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17787
17788# The name of the directory that contains temporary libtool files.
17789objdir=$objdir
17790
17791# Used to examine libraries when file_magic_cmd begins with "file".
17792MAGIC_CMD=$MAGIC_CMD
17793
17794# Must we lock files when doing compilation?
17795need_locks=$lt_need_locks
17796
17797# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17798DSYMUTIL=$lt_DSYMUTIL
17799
17800# Tool to change global to local symbols on Mac OS X.
17801NMEDIT=$lt_NMEDIT
17802
17803# Tool to manipulate fat objects and archives on Mac OS X.
17804LIPO=$lt_LIPO
17805
17806# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17807OTOOL=$lt_OTOOL
17808
17809# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17810OTOOL64=$lt_OTOOL64
17811
17812# Old archive suffix (normally "a").
17813libext=$libext
17814
17815# Shared library suffix (normally ".so").
17816shrext_cmds=$lt_shrext_cmds
17817
17818# The commands to extract the exported symbol list from a shared archive.
17819extract_expsyms_cmds=$lt_extract_expsyms_cmds
17820
17821# Variables whose values should be saved in libtool wrapper scripts and
17822# restored at link time.
17823variables_saved_for_relink=$lt_variables_saved_for_relink
17824
17825# Do we need the "lib" prefix for modules?
17826need_lib_prefix=$need_lib_prefix
17827
17828# Do we need a version for libraries?
17829need_version=$need_version
17830
17831# Library versioning type.
17832version_type=$version_type
17833
17834# Shared library runtime path variable.
17835runpath_var=$runpath_var
17836
17837# Shared library path variable.
17838shlibpath_var=$shlibpath_var
17839
17840# Is shlibpath searched before the hard-coded library search path?
17841shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17842
17843# Format of library name prefix.
17844libname_spec=$lt_libname_spec
17845
17846# List of archive names. First name is the real one, the rest are links.
17847# The last name is the one that the linker finds with -lNAME
17848library_names_spec=$lt_library_names_spec
17849
17850# The coded name of the library, if different from the real name.
17851soname_spec=$lt_soname_spec
17852
17853# Permission mode override for installation of shared libraries.
17854install_override_mode=$lt_install_override_mode
17855
17856# Command to use after installation of a shared archive.
17857postinstall_cmds=$lt_postinstall_cmds
17858
17859# Command to use after uninstallation of a shared archive.
17860postuninstall_cmds=$lt_postuninstall_cmds
17861
17862# Commands used to finish a libtool library installation in a directory.
17863finish_cmds=$lt_finish_cmds
17864
17865# As "finish_cmds", except a single script fragment to be evaled but
17866# not shown.
17867finish_eval=$lt_finish_eval
17868
17869# Whether we should hardcode library paths into libraries.
17870hardcode_into_libs=$hardcode_into_libs
17871
17872# Compile-time system search path for libraries.
17873sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17874
17875# Run-time system search path for libraries.
17876sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17877
17878# Whether dlopen is supported.
17879dlopen_support=$enable_dlopen
17880
17881# Whether dlopen of programs is supported.
17882dlopen_self=$enable_dlopen_self
17883
17884# Whether dlopen of statically linked programs is supported.
17885dlopen_self_static=$enable_dlopen_self_static
17886
17887# Commands to strip libraries.
17888old_striplib=$lt_old_striplib
17889striplib=$lt_striplib
17890
17891
17892# The linker used to build libraries.
17893LD=$lt_LD
17894
17895# How to create reloadable object files.
17896reload_flag=$lt_reload_flag
17897reload_cmds=$lt_reload_cmds
17898
17899# Commands used to build an old-style archive.
17900old_archive_cmds=$lt_old_archive_cmds
17901
17902# A language specific compiler.
17903CC=$lt_compiler
17904
17905# Is the compiler the GNU compiler?
17906with_gcc=$GCC
17907
17908# Compiler flag to turn off builtin functions.
17909no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17910
17911# How to pass a linker flag through the compiler.
17912wl=$lt_lt_prog_compiler_wl
17913
17914# Additional compiler flags for building library objects.
17915pic_flag=$lt_lt_prog_compiler_pic
17916
17917# Compiler flag to prevent dynamic linking.
17918link_static_flag=$lt_lt_prog_compiler_static
17919
17920# Does compiler simultaneously support -c and -o options?
17921compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17922
17923# Whether or not to add -lc for building shared libraries.
17924build_libtool_need_lc=$archive_cmds_need_lc
17925
17926# Whether or not to disallow shared libs when runtime libs are static.
17927allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17928
17929# Compiler flag to allow reflexive dlopens.
17930export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17931
17932# Compiler flag to generate shared objects directly from archives.
17933whole_archive_flag_spec=$lt_whole_archive_flag_spec
17934
17935# Whether the compiler copes with passing no objects directly.
17936compiler_needs_object=$lt_compiler_needs_object
17937
17938# Create an old-style archive from a shared archive.
17939old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17940
17941# Create a temporary old-style archive to link instead of a shared archive.
17942old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17943
17944# Commands used to build a shared archive.
17945archive_cmds=$lt_archive_cmds
17946archive_expsym_cmds=$lt_archive_expsym_cmds
17947
17948# Commands used to build a loadable module if different from building
17949# a shared archive.
17950module_cmds=$lt_module_cmds
17951module_expsym_cmds=$lt_module_expsym_cmds
17952
17953# Whether we are building with GNU ld or not.
17954with_gnu_ld=$lt_with_gnu_ld
17955
17956# Flag that allows shared libraries with undefined symbols to be built.
17957allow_undefined_flag=$lt_allow_undefined_flag
17958
17959# Flag that enforces no undefined symbols.
17960no_undefined_flag=$lt_no_undefined_flag
17961
17962# Flag to hardcode \$libdir into a binary during linking.
17963# This must work even if \$libdir does not exist
17964hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17965
17966# If ld is used when linking, flag to hardcode \$libdir into a binary
17967# during linking. This must work even if \$libdir does not exist.
17968hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17969
17970# Whether we need a single "-rpath" flag with a separated argument.
17971hardcode_libdir_separator=$lt_hardcode_libdir_separator
17972
17973# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17974# DIR into the resulting binary.
17975hardcode_direct=$hardcode_direct
17976
17977# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17978# DIR into the resulting binary and the resulting library dependency is
17979# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17980# library is relocated.
17981hardcode_direct_absolute=$hardcode_direct_absolute
17982
17983# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17984# into the resulting binary.
17985hardcode_minus_L=$hardcode_minus_L
17986
17987# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17988# into the resulting binary.
17989hardcode_shlibpath_var=$hardcode_shlibpath_var
17990
17991# Set to "yes" if building a shared library automatically hardcodes DIR
17992# into the library and all subsequent libraries and executables linked
17993# against it.
17994hardcode_automatic=$hardcode_automatic
17995
17996# Set to yes if linker adds runtime paths of dependent libraries
17997# to runtime path list.
17998inherit_rpath=$inherit_rpath
17999
18000# Whether libtool must link a program against all its dependency libraries.
18001link_all_deplibs=$link_all_deplibs
18002
18003# Fix the shell variable \$srcfile for the compiler.
18004fix_srcfile_path=$lt_fix_srcfile_path
18005
18006# Set to "yes" if exported symbols are required.
18007always_export_symbols=$always_export_symbols
18008
18009# The commands to list exported symbols.
18010export_symbols_cmds=$lt_export_symbols_cmds
18011
18012# Symbols that should not be listed in the preloaded symbols.
18013exclude_expsyms=$lt_exclude_expsyms
18014
18015# Symbols that must always be exported.
18016include_expsyms=$lt_include_expsyms
18017
18018# Commands necessary for linking programs (against libraries) with templates.
18019prelink_cmds=$lt_prelink_cmds
18020
18021# Specify filename containing input files.
18022file_list_spec=$lt_file_list_spec
18023
18024# How to hardcode a shared library path into an executable.
18025hardcode_action=$hardcode_action
18026
18027# ### END LIBTOOL CONFIG
18028
18029_LT_EOF
18030
18031 case $host_os in
18032 aix3*)
18033 cat <<\_LT_EOF >> "$cfgfile"
18034# AIX sometimes has problems with the GCC collect2 program. For some
18035# reason, if we set the COLLECT_NAMES environment variable, the problems
18036# vanish in a puff of smoke.
18037if test "X${COLLECT_NAMES+set}" != Xset; then
18038 COLLECT_NAMES=
18039 export COLLECT_NAMES
18040fi
18041_LT_EOF
18042 ;;
18043 esac
18044
18045
18046ltmain="$ac_aux_dir/ltmain.sh"
18047
18048
18049 # We use sed instead of cat because bash on DJGPP gets confused if
18050 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18051 # text mode, it properly converts lines to CR/LF. This bash problem
18052 # is reportedly fixed, but why not run on old versions too?
18053 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18054 || (rm -f "$cfgfile"; exit 1)
18055
18056 case $xsi_shell in
18057 yes)
18058 cat << \_LT_EOF >> "$cfgfile"
18059
18060# func_dirname file append nondir_replacement
18061# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18062# otherwise set result to NONDIR_REPLACEMENT.
18063func_dirname ()
18064{
18065 case ${1} in
18066 */*) func_dirname_result="${1%/*}${2}" ;;
18067 * ) func_dirname_result="${3}" ;;
18068 esac
18069}
18070
18071# func_basename file
18072func_basename ()
18073{
18074 func_basename_result="${1##*/}"
18075}
18076
18077# func_dirname_and_basename file append nondir_replacement
18078# perform func_basename and func_dirname in a single function
18079# call:
18080# dirname: Compute the dirname of FILE. If nonempty,
18081# add APPEND to the result, otherwise set result
18082# to NONDIR_REPLACEMENT.
18083# value returned in "$func_dirname_result"
18084# basename: Compute filename of FILE.
18085# value retuned in "$func_basename_result"
18086# Implementation must be kept synchronized with func_dirname
18087# and func_basename. For efficiency, we do not delegate to
18088# those functions but instead duplicate the functionality here.
18089func_dirname_and_basename ()
18090{
18091 case ${1} in
18092 */*) func_dirname_result="${1%/*}${2}" ;;
18093 * ) func_dirname_result="${3}" ;;
18094 esac
18095 func_basename_result="${1##*/}"
18096}
18097
18098# func_stripname prefix suffix name
18099# strip PREFIX and SUFFIX off of NAME.
18100# PREFIX and SUFFIX must not contain globbing or regex special
18101# characters, hashes, percent signs, but SUFFIX may contain a leading
18102# dot (in which case that matches only a dot).
18103func_stripname ()
18104{
18105 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18106 # positional parameters, so assign one to ordinary parameter first.
18107 func_stripname_result=${3}
18108 func_stripname_result=${func_stripname_result#"${1}"}
18109 func_stripname_result=${func_stripname_result%"${2}"}
18110}
18111
18112# func_opt_split
18113func_opt_split ()
18114{
18115 func_opt_split_opt=${1%%=*}
18116 func_opt_split_arg=${1#*=}
18117}
18118
18119# func_lo2o object
18120func_lo2o ()
18121{
18122 case ${1} in
18123 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18124 *) func_lo2o_result=${1} ;;
18125 esac
18126}
18127
18128# func_xform libobj-or-source
18129func_xform ()
18130{
18131 func_xform_result=${1%.*}.lo
18132}
18133
18134# func_arith arithmetic-term...
18135func_arith ()
18136{
18137 func_arith_result=$(( $* ))
18138}
18139
18140# func_len string
18141# STRING may not start with a hyphen.
18142func_len ()
18143{
18144 func_len_result=${#1}
18145}
18146
18147_LT_EOF
18148 ;;
18149 *) # Bourne compatible functions.
18150 cat << \_LT_EOF >> "$cfgfile"
18151
18152# func_dirname file append nondir_replacement
18153# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18154# otherwise set result to NONDIR_REPLACEMENT.
18155func_dirname ()
18156{
18157 # Extract subdirectory from the argument.
18158 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18159 if test "X$func_dirname_result" = "X${1}"; then
18160 func_dirname_result="${3}"
18161 else
18162 func_dirname_result="$func_dirname_result${2}"
18163 fi
18164}
18165
18166# func_basename file
18167func_basename ()
18168{
18169 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18170}
18171
18172
18173# func_stripname prefix suffix name
18174# strip PREFIX and SUFFIX off of NAME.
18175# PREFIX and SUFFIX must not contain globbing or regex special
18176# characters, hashes, percent signs, but SUFFIX may contain a leading
18177# dot (in which case that matches only a dot).
18178# func_strip_suffix prefix name
18179func_stripname ()
18180{
18181 case ${2} in
18182 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18183 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18184 esac
18185}
18186
18187# sed scripts:
18188my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18189my_sed_long_arg='1s/^-[^=]*=//'
18190
18191# func_opt_split
18192func_opt_split ()
18193{
18194 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18195 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18196}
18197
18198# func_lo2o object
18199func_lo2o ()
18200{
18201 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18202}
18203
18204# func_xform libobj-or-source
18205func_xform ()
18206{
18207 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18208}
18209
18210# func_arith arithmetic-term...
18211func_arith ()
18212{
18213 func_arith_result=`expr "$@"`
18214}
18215
18216# func_len string
18217# STRING may not start with a hyphen.
18218func_len ()
18219{
18220 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18221}
18222
18223_LT_EOF
18224esac
18225
18226case $lt_shell_append in
18227 yes)
18228 cat << \_LT_EOF >> "$cfgfile"
18229
18230# func_append var value
18231# Append VALUE to the end of shell variable VAR.
18232func_append ()
18233{
18234 eval "$1+=\$2"
18235}
18236_LT_EOF
18237 ;;
18238 *)
18239 cat << \_LT_EOF >> "$cfgfile"
18240
18241# func_append var value
18242# Append VALUE to the end of shell variable VAR.
18243func_append ()
18244{
18245 eval "$1=\$$1\$2"
18246}
18247
18248_LT_EOF
18249 ;;
18250 esac
18251
18252
18253 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18254 || (rm -f "$cfgfile"; exit 1)
18255
18256 mv -f "$cfgfile" "$ofile" ||
18257 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18258 chmod +x "$ofile"
18259
18260 ;;
18261 "default-1":C)
18262 for ac_file in $CONFIG_FILES; do
18263 # Support "outfile[:infile[:infile...]]"
18264 case "$ac_file" in
18265 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18266 esac
18267 # PO directories have a Makefile.in generated from Makefile.in.in.
18268 case "$ac_file" in */Makefile.in)
18269 # Adjust a relative srcdir.
18270 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
18271 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
18272 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18273 # In autoconf-2.13 it is called $ac_given_srcdir.
18274 # In autoconf-2.50 it is called $srcdir.
18275 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18276 case "$ac_given_srcdir" in
18277 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18278 /*) top_srcdir="$ac_given_srcdir" ;;
18279 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18280 esac
18281 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18282 rm -f "$ac_dir/POTFILES"
18283 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18284 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18285 POMAKEFILEDEPS="POTFILES.in"
18286 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18287 # on $ac_dir but don't depend on user-specified configuration
18288 # parameters.
18289 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18290 # The LINGUAS file contains the set of available languages.
18291 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18292 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
18293 fi
18294 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18295 # Hide the ALL_LINGUAS assigment from automake.
18296 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18297 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18298 else
18299 # The set of available languages was given in configure.in.
18300 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18301 fi
18302 case "$ac_given_srcdir" in
18303 .) srcdirpre= ;;
18304 *) srcdirpre='$(srcdir)/' ;;
18305 esac
18306 POFILES=
18307 GMOFILES=
18308 UPDATEPOFILES=
18309 DUMMYPOFILES=
18310 for lang in $ALL_LINGUAS; do
18311 POFILES="$POFILES $srcdirpre$lang.po"
18312 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18313 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18314 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18315 done
18316 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18317 # environment variable.
18318 INST_LINGUAS=
18319 if test -n "$ALL_LINGUAS"; then
18320 for presentlang in $ALL_LINGUAS; do
18321 useit=no
18322 if test "%UNSET%" != "$LINGUAS"; then
18323 desiredlanguages="$LINGUAS"
18324 else
18325 desiredlanguages="$ALL_LINGUAS"
18326 fi
18327 for desiredlang in $desiredlanguages; do
18328 # Use the presentlang catalog if desiredlang is
18329 # a. equal to presentlang, or
18330 # b. a variant of presentlang (because in this case,
18331 # presentlang can be used as a fallback for messages
18332 # which are not translated in the desiredlang catalog).
18333 case "$desiredlang" in
18334 "$presentlang"*) useit=yes;;
18335 esac
18336 done
18337 if test $useit = yes; then
18338 INST_LINGUAS="$INST_LINGUAS $presentlang"
18339 fi
18340 done
18341 fi
18342 CATALOGS=
18343 if test -n "$INST_LINGUAS"; then
18344 for lang in $INST_LINGUAS; do
18345 CATALOGS="$CATALOGS $lang.gmo"
18346 done
18347 fi
18348 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18349 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"
18350 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18351 if test -f "$f"; then
18352 case "$f" in
18353 *.orig | *.bak | *~) ;;
18354 *) cat "$f" >> "$ac_dir/Makefile" ;;
18355 esac
18356 fi
18357 done
18358 fi
18359 ;;
18360 esac
18361 done ;;
18362 "bfd_stdint.h":C)
18363if test "$GCC" = yes; then
18364 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18365else
18366 echo "/* generated for $CC */" > tmp-stdint.h
18367fi
18368
18369sed 's/^ *//' >> tmp-stdint.h <<EOF
18370
18371 #ifndef GCC_GENERATED_STDINT_H
18372 #define GCC_GENERATED_STDINT_H 1
18373
18374 #include <sys/types.h>
18375EOF
18376
18377if test "$acx_cv_header_stdint" != stdint.h; then
18378 echo "#include <stddef.h>" >> tmp-stdint.h
18379fi
18380if test "$acx_cv_header_stdint" != stddef.h; then
18381 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18382fi
18383
18384sed 's/^ *//' >> tmp-stdint.h <<EOF
18385 /* glibc uses these symbols as guards to prevent redefinitions. */
18386 #ifdef __int8_t_defined
18387 #define _INT8_T
18388 #define _INT16_T
18389 #define _INT32_T
18390 #endif
18391 #ifdef __uint32_t_defined
18392 #define _UINT32_T
18393 #endif
18394
18395EOF
18396
18397# ----------------- done header, emit basic int types -------------
18398if test "$acx_cv_header_stdint" = stddef.h; then
18399 sed 's/^ *//' >> tmp-stdint.h <<EOF
18400
18401 #ifndef _UINT8_T
18402 #define _UINT8_T
18403 #ifndef __uint8_t_defined
18404 #define __uint8_t_defined
18405 #ifndef uint8_t
18406 typedef unsigned $acx_cv_type_int8_t uint8_t;
18407 #endif
18408 #endif
18409 #endif
18410
18411 #ifndef _UINT16_T
18412 #define _UINT16_T
18413 #ifndef __uint16_t_defined
18414 #define __uint16_t_defined
18415 #ifndef uint16_t
18416 typedef unsigned $acx_cv_type_int16_t uint16_t;
18417 #endif
18418 #endif
18419 #endif
18420
18421 #ifndef _UINT32_T
18422 #define _UINT32_T
18423 #ifndef __uint32_t_defined
18424 #define __uint32_t_defined
18425 #ifndef uint32_t
18426 typedef unsigned $acx_cv_type_int32_t uint32_t;
18427 #endif
18428 #endif
18429 #endif
18430
18431 #ifndef _INT8_T
18432 #define _INT8_T
18433 #ifndef __int8_t_defined
18434 #define __int8_t_defined
18435 #ifndef int8_t
18436 typedef $acx_cv_type_int8_t int8_t;
18437 #endif
18438 #endif
18439 #endif
18440
18441 #ifndef _INT16_T
18442 #define _INT16_T
18443 #ifndef __int16_t_defined
18444 #define __int16_t_defined
18445 #ifndef int16_t
18446 typedef $acx_cv_type_int16_t int16_t;
18447 #endif
18448 #endif
18449 #endif
18450
18451 #ifndef _INT32_T
18452 #define _INT32_T
18453 #ifndef __int32_t_defined
18454 #define __int32_t_defined
18455 #ifndef int32_t
18456 typedef $acx_cv_type_int32_t int32_t;
18457 #endif
18458 #endif
18459 #endif
18460EOF
18461elif test "$ac_cv_type_u_int32_t" = yes; then
18462 sed 's/^ *//' >> tmp-stdint.h <<EOF
18463
18464 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18465 #ifndef _INT8_T
18466 #define _INT8_T
18467 #endif
18468 #ifndef _INT16_T
18469 #define _INT16_T
18470 #endif
18471 #ifndef _INT32_T
18472 #define _INT32_T
18473 #endif
18474
18475 #ifndef _UINT8_T
18476 #define _UINT8_T
18477 #ifndef __uint8_t_defined
18478 #define __uint8_t_defined
18479 #ifndef uint8_t
18480 typedef u_int8_t uint8_t;
18481 #endif
18482 #endif
18483 #endif
18484
18485 #ifndef _UINT16_T
18486 #define _UINT16_T
18487 #ifndef __uint16_t_defined
18488 #define __uint16_t_defined
18489 #ifndef uint16_t
18490 typedef u_int16_t uint16_t;
18491 #endif
18492 #endif
18493 #endif
18494
18495 #ifndef _UINT32_T
18496 #define _UINT32_T
18497 #ifndef __uint32_t_defined
18498 #define __uint32_t_defined
18499 #ifndef uint32_t
18500 typedef u_int32_t uint32_t;
18501 #endif
18502 #endif
18503 #endif
18504EOF
18505else
18506 sed 's/^ *//' >> tmp-stdint.h <<EOF
18507
18508 /* Some systems have guard macros to prevent redefinitions, define them. */
18509 #ifndef _INT8_T
18510 #define _INT8_T
18511 #endif
18512 #ifndef _INT16_T
18513 #define _INT16_T
18514 #endif
18515 #ifndef _INT32_T
18516 #define _INT32_T
18517 #endif
18518 #ifndef _UINT8_T
18519 #define _UINT8_T
18520 #endif
18521 #ifndef _UINT16_T
18522 #define _UINT16_T
18523 #endif
18524 #ifndef _UINT32_T
18525 #define _UINT32_T
18526 #endif
18527EOF
18528fi
18529
18530# ------------- done basic int types, emit int64_t types ------------
18531if test "$ac_cv_type_uint64_t" = yes; then
18532 sed 's/^ *//' >> tmp-stdint.h <<EOF
18533
18534 /* system headers have good uint64_t and int64_t */
18535 #ifndef _INT64_T
18536 #define _INT64_T
18537 #endif
18538 #ifndef _UINT64_T
18539 #define _UINT64_T
18540 #endif
18541EOF
18542elif test "$ac_cv_type_u_int64_t" = yes; then
18543 sed 's/^ *//' >> tmp-stdint.h <<EOF
18544
18545 /* system headers have an u_int64_t (and int64_t) */
18546 #ifndef _INT64_T
18547 #define _INT64_T
18548 #endif
18549 #ifndef _UINT64_T
18550 #define _UINT64_T
18551 #ifndef __uint64_t_defined
18552 #define __uint64_t_defined
18553 #ifndef uint64_t
18554 typedef u_int64_t uint64_t;
18555 #endif
18556 #endif
18557 #endif
18558EOF
18559elif test -n "$acx_cv_type_int64_t"; then
18560 sed 's/^ *//' >> tmp-stdint.h <<EOF
18561
18562 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18563 #ifndef _INT64_T
18564 #define _INT64_T
18565 #ifndef int64_t
18566 typedef $acx_cv_type_int64_t int64_t;
18567 #endif
18568 #endif
18569 #ifndef _UINT64_T
18570 #define _UINT64_T
18571 #ifndef __uint64_t_defined
18572 #define __uint64_t_defined
18573 #ifndef uint64_t
18574 typedef unsigned $acx_cv_type_int64_t uint64_t;
18575 #endif
18576 #endif
18577 #endif
18578EOF
18579else
18580 sed 's/^ *//' >> tmp-stdint.h <<EOF
18581
18582 /* some common heuristics for int64_t, using compiler-specific tests */
18583 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18584 #ifndef _INT64_T
18585 #define _INT64_T
18586 #ifndef __int64_t_defined
18587 #ifndef int64_t
18588 typedef long long int64_t;
18589 #endif
18590 #endif
18591 #endif
18592 #ifndef _UINT64_T
18593 #define _UINT64_T
18594 #ifndef uint64_t
18595 typedef unsigned long long uint64_t;
18596 #endif
18597 #endif
18598
18599 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18600 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18601 does not implement __extension__. But that compiler doesn't define
18602 __GNUC_MINOR__. */
18603 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18604 # define __extension__
18605 # endif
18606
18607 # ifndef _INT64_T
18608 # define _INT64_T
18609 # ifndef int64_t
18610 __extension__ typedef long long int64_t;
18611 # endif
18612 # endif
18613 # ifndef _UINT64_T
18614 # define _UINT64_T
18615 # ifndef uint64_t
18616 __extension__ typedef unsigned long long uint64_t;
18617 # endif
18618 # endif
18619
18620 #elif !defined __STRICT_ANSI__
18621 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18622
18623 # ifndef _INT64_T
18624 # define _INT64_T
18625 # ifndef int64_t
18626 typedef __int64 int64_t;
18627 # endif
18628 # endif
18629 # ifndef _UINT64_T
18630 # define _UINT64_T
18631 # ifndef uint64_t
18632 typedef unsigned __int64 uint64_t;
18633 # endif
18634 # endif
18635 # endif /* compiler */
18636
18637 #endif /* ANSI version */
18638EOF
18639fi
18640
18641# ------------- done int64_t types, emit intptr types ------------
18642if test "$ac_cv_type_uintptr_t" != yes; then
18643 sed 's/^ *//' >> tmp-stdint.h <<EOF
18644
18645 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18646 #ifndef __uintptr_t_defined
18647 #ifndef uintptr_t
18648 typedef u$acx_cv_type_intptr_t uintptr_t;
18649 #endif
18650 #endif
18651 #ifndef __intptr_t_defined
18652 #ifndef intptr_t
18653 typedef $acx_cv_type_intptr_t intptr_t;
18654 #endif
18655 #endif
18656EOF
18657fi
18658
18659# ------------- done intptr types, emit int_least types ------------
18660if test "$ac_cv_type_int_least32_t" != yes; then
18661 sed 's/^ *//' >> tmp-stdint.h <<EOF
18662
18663 /* Define int_least types */
18664 typedef int8_t int_least8_t;
18665 typedef int16_t int_least16_t;
18666 typedef int32_t int_least32_t;
18667 #ifdef _INT64_T
18668 typedef int64_t int_least64_t;
18669 #endif
18670
18671 typedef uint8_t uint_least8_t;
18672 typedef uint16_t uint_least16_t;
18673 typedef uint32_t uint_least32_t;
18674 #ifdef _UINT64_T
18675 typedef uint64_t uint_least64_t;
18676 #endif
18677EOF
18678fi
18679
18680# ------------- done intptr types, emit int_fast types ------------
18681if test "$ac_cv_type_int_fast32_t" != yes; then
18682 sed 's/^ *//' >> tmp-stdint.h <<EOF
18683
18684 /* Define int_fast types. short is often slow */
18685 typedef int8_t int_fast8_t;
18686 typedef int int_fast16_t;
18687 typedef int32_t int_fast32_t;
18688 #ifdef _INT64_T
18689 typedef int64_t int_fast64_t;
18690 #endif
18691
18692 typedef uint8_t uint_fast8_t;
18693 typedef unsigned int uint_fast16_t;
18694 typedef uint32_t uint_fast32_t;
18695 #ifdef _UINT64_T
18696 typedef uint64_t uint_fast64_t;
18697 #endif
18698EOF
18699fi
18700
18701if test "$ac_cv_type_uintmax_t" != yes; then
18702 sed 's/^ *//' >> tmp-stdint.h <<EOF
18703
18704 /* Define intmax based on what we found */
18705 #ifndef intmax_t
18706 #ifdef _INT64_T
18707 typedef int64_t intmax_t;
18708 #else
18709 typedef long intmax_t;
18710 #endif
18711 #endif
18712 #ifndef uintmax_t
18713 #ifdef _UINT64_T
18714 typedef uint64_t uintmax_t;
18715 #else
18716 typedef unsigned long uintmax_t;
18717 #endif
18718 #endif
18719EOF
18720fi
18721
18722sed 's/^ *//' >> tmp-stdint.h <<EOF
18723
18724 #endif /* GCC_GENERATED_STDINT_H */
18725EOF
18726
18727if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18728 rm -f tmp-stdint.h
18729else
18730 mv -f tmp-stdint.h bfd_stdint.h
18731fi
18732
18733 ;;
18734 "default":C)
18735case "$srcdir" in
18736 .) srcdirpre= ;;
18737 *) srcdirpre='$(srcdir)/' ;;
18738esac
18739POFILES=
18740GMOFILES=
18741for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18742 if test $lang != dummy; then
18743 POFILES="$POFILES $srcdirpre$lang.po"
18744 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18745 fi
18746done
18747sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18748 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18749 -e "s,@POFILES@,$POFILES," \
18750 -e "s,@GMOFILES@,$GMOFILES," \
18751 po/Makefile.in > po/Makefile ;;
18752
18753 esac
18754done # for ac_tag
18755
18756
18757as_fn_exit 0
18758_ACEOF
18759ac_clean_files=$ac_clean_files_save
18760
18761test $ac_write_fail = 0 ||
18762 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18763
18764
18765# configure is writing to config.log, and then calls config.status.
18766# config.status does its own redirection, appending to config.log.
18767# Unfortunately, on DOS this fails, as config.log is still kept open
18768# by configure, so config.status won't be able to write to it; its
18769# output is simply discarded. So we exec the FD to /dev/null,
18770# effectively closing config.log, so it can be properly (re)opened and
18771# appended to by config.status. When coming back to configure, we
18772# need to make the FD available again.
18773if test "$no_create" != yes; then
18774 ac_cs_success=:
18775 ac_config_status_args=
18776 test "$silent" = yes &&
18777 ac_config_status_args="$ac_config_status_args --quiet"
18778 exec 5>/dev/null
18779 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18780 exec 5>>config.log
18781 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18782 # would make configure fail if this is the last instruction.
18783 $ac_cs_success || as_fn_exit $?
18784fi
18785if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18787$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18788fi
18789
This page took 0.086945 seconds and 4 git commands to generate.